/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/

/*DEFAULT ADMIN STYLES:*/
/*( admin panel styles loaded only on admin layout/pages )*/

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/

/* Boilerplate Reset Styles  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; list-style-type: none; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #003014; color:#fff; text-shadow: none; }
::selection { background:#003014; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #003014; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; }

/*----------------------------------------------------------------------------*/

/*colors to quick replace:*/
/*
287fe0 # table link hover
014c80 # link
03395f # link hover
0066bc # li anchor border
0975d0 # menu green
0068a4 # menu green
*/

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/

body {
font-family: Arial, Geneva, Kalimati, Helvetica, sans-serif;
font-size: 13px;
color: #000;
margin: 0px;
padding: 0px;
line-height: 150%;
background: #f7f7f7 url('/img/bg.png') repeat-x;
}

a:link,
a:visited {
outline: none;
color: #014c80;
text-decoration: none;
}

a:hover,
a:active {
outline: none;
color: #03395f;
text-decoration: none;
}

#header
{
position: relative;
}

#content
{
position: relative;
min-height: 550px;
}

#footer
{
position: relative;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
color: #888;
}

#footer h5
{
color: #888;
}

h1,h2,h3,h4,h5,h6
{
line-height: 150%;
color: #333;
width: 100%;
}

h1 {
font-size: 21px;
margin-bottom: 12px;
}

h2 {
font-size: 19px;
margin-bottom: 10px;
}

h3 {
font-size: 17px;
margin-bottom: 8px;
}

h4 {
font-size: 15px;
margin-bottom: 6px;
}

h5 {
font-size: 13px;
margin-bottom: 4px;
}

h6 {
font-size: 11px;
margin-bottom: 2px;
}

p
{
float: left;
width: 100%;
}

/*----------------------------------------------------------------------------*/

table {
width: 100%;
border-top: 0px solid #999;
border-left: 1px solid #ccc;
border-bottom: 1px solid #999;
border-right: 1px solid #999;
background: #fff;
clear:both;
padding: 0px;
margin: 0px;
white-space: normal;
border-collapse: collapse;
}
table th {
background: #f7f7f7 url(/img/bg_tableheader.png);
border-bottom: 1px solid #999;
border-top: 1px solid #ccc;
border-left: 0px solid #999;
border-right: 1px solid #999;
text-align: left;
padding: 1px 4px;
color: #fff;
font-weight: normal;
text-transform: uppercase;
font-size: 10px;
}
table th a:link,
table th a:visited {
outline: none;
color: #fff;
font-weight: bold;
text-transform: uppercase;
font-size: 10px;
}
table th a:hover,
table th a:active {
outline: none;
color: #287fe0;
text-transform: uppercase;
}
table tr td {
border-right: 1px solid #ccc;
padding: 4px 4px;
vertical-align:top;
text-align: left;
border-bottom: 1px solid #ccc;
}
table tr td a {
text-decoration: none;
}
table .altrow {
background-color: #f7f7f7;
}
table .row {
background-color: #fff;
}
.idColumn {
width: 40px;
text-align: center;
}
.selColumn
{
width: 25px;
text-align: center;
}
.selColumn input{
margin: 0px !important;
padding: 0px !important;
float: none;
}
.selActionsCheckbox
{
padding-top: 2px;
}
.dateColumn
{
width: 80px;
text-align: center;
}
.actionsColumn
{
width: 40px;
text-align: center;
}
.actionsColumn img
{
cursor: pointer;
margin-top: 2px;
}
.imageColumn
{
width: 80px;
text-align: center;
}

/*----------------------------------------------------------------------------*/

.paging {
color: #999;
text-align: center;
float: left;
width: 59%;
margin: 0px;
padding: 2px;
background: url(/img/bg_paginator_admin.png);
border: 1px solid #ccc;
margin-top: 8px;
height: 20px;
line-height: 20px;
}
.paging div {
display: inline;
}
.paging .disabled {
color: #999;
}
.paginator_wrap{
padding-top: 3px;
float: left;
width: 100%;
margin-bottom: 3px;
padding-bottom: 2px;
font-size: 11px;
border-top: 1px solid #ccc;
}
.paginator_counter {
display: inline;
float: left;
width: 60%;
}
.paginator_limit {
list-style-type: none;
display: inline;
float: right;
width: 30%;
}
.paginator_limit li {
display: inline;
float: right;
text-align: center;
margin-left: 5px;
}
.paginator_limit li:hover a,
.paginator_limit li:active a {

}

/*----------------------------------------------------------------------------*/

.actions_selected {
text-align: right;
float: right;
padding: 2px;
padding-top: 0px;
margin: 0px;
width: 39%;
background: url(/img/bg_paginator_admin.png);
border: 1px solid #ccc;
font-size: 11px;
margin-top: 8px;
height: 22px;
line-height: 22px;
}
.actions_selected .actions_select {
float:right;
display:inline;
margin-top: 3px;
}
.actions_selected .actions_select select {
font-size: 11px;
border: 1px solid #ccc;
width: 100px;
padding: 0px;
}
.actions_selected .link{
float:right;
display:inline;
margin-right: 8px;
width: 20px;
}
.actions_selected .link .submit input{
display:inline;
float: right;
background: transparent;
border: none;
margin: 0px;
padding: 0px;
margin-top: 2px;
}
.actions_selected input {
float:right;
padding-top: 2px;
}
.actions_selected .sAll, .actions_selected .sNone{
float: right;
display: inline;
cursor: pointer;
color: #014c80;
margin-top: 1px;
}
.actions_selected .sAll:hover, .actions_selected .sAll:active,
.actions_selected .sNone:hover, .actions_selected .sNone:active{
color: #000;
}
.actions_selected .actions_text {
float:right;
display:inline;
margin-right: 2px;
margin-left: 2px;
margin-top: 1px;
}

/*----------------------------------------------------------------------------*/

.divider_line
{
width: 100%;
float: left;
border-top: 1px solid #ccc;
height: 10px;
margin-top: 10px;
}
.divider5
{
width: 100%;
float: left;
height: 10px;
}
.divider10
{
width: 100%;
float: left;
height: 10px;
}
.divider15
{
width: 100%;
float: left;
height: 15px;
}
.divider20
{
width: 100%;
float: left;
height: 20px;
}
.divider25
{
width: 100%;
float: left;
height: 25px;
}

/*----------------------------------------------------------------------------*/

.actions {
float: right;
margin-top: 2px;
}
.actions ul {
list-style-type: none;
}
.actions ul li {
float: left;
margin: 0px;
margin-left: 5px;
color: #fff;
font-size: 11px;
font-weight: bold;
padding: 0px;
float: left;
}
.actions ul li a {
border: 1px solid #0066bc;
margin: 0px;
height: 20px;
line-height: 20px;
padding: 0px 6px 0px 6px;
text-decoration: none;
color: #fff;
float: left;
}
.actions ul li a:link,
.actions ul li a:visited {
/*background: url(/img/bg_menu_admin.png);*/

background-color: #006DCC;
background-image: linear-gradient(to bottom, #0088CC, #0044CC);
background-repeat: repeat-x;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.actions ul li a:hover,
.actions ul li a:active {
/*background: url(/img/bg_menu_admin_high.png);*/
}

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/

/*ADMIN FORM STYLES:*/

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/

form fieldset {
border: 1px solid #ccc;
background: transparent;
padding: 15px;
padding-right: 30px;
padding-top: 10px;
margin-bottom: 10px;
}

form legend {
padding: 0px 15px 0px 15px;
color: #000;
font-weight: bold;
font-size: 11px;
}

form label {
padding: 0px;
float: left;
display: block;
width: 100%;
font-size: 11px;
}

form input, form textarea, form select {
display: block;
width: 100%;
float: left;
padding: 4px 4px 3px 4px;
border: 1px solid #ccc;
background-color: #fdfdfd;
font-size: 13px;
font-family: Arial, Geneva, Kalimati, Helvetica, sans-serif;
}

form select {
width: 100%;
padding: 3px 4px 2px 4px;
}

form .input, form .select, form .checkbox
{
float: left;
width: 100%;
}

form .textarea
{
float: left;
width: 90%;
}

form input.radio {
width: 20px;
height: 20px;
background-color: #ffffff;
}

form .checkbox
{
height: 18px;
line-height: 18px;
float: left;
width: 100%;
}

form .hide
{
display: none !important;
}

.checkbox label {
width: auto;
display: inline;
height: 14px;
padding: 0px;
}

form input[type=checkbox], form .checkbox input {
margin: 0px;
margin-top: 2px;
margin-right: 8px;
padding: 1px;
padding-right: 0px;
padding-left: 2px;
background: none;
border: none;
display: inline;
width: 14px;
height: 14px;
}

form input[type=hidden] {
display: none;
}

form div.submit {
text-align: right;
}

form div.submit input {
float: right;
width: auto;
text-align: center;
min-width: 65px;
margin: 0px;
margin-left: 10px;
padding: 0px;
font-weight: bold;
color: #fff !important;
text-align: center;
/*background: #03395f url(/img/bg_menu_admin.png);*/
display: inline;
height: 25px;
line-height: 24px;
cursor: pointer;
border: 1px double #0066bc;
font-size: 11px;
padding-left: 15px;
padding-right: 15px;

background-color: #006DCC;
background-image: linear-gradient(to bottom, #0088CC, #0044CC);
background-repeat: repeat-x;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.edit_in_place div, .edit_in_place div input , .edit_in_place div.submit, .edit_in_place div.submit input {
display: inline;
float: left;
}

.edit_in_place .input
{
width: auto;
}

.bottom_button
{
float: right;
width: auto;
min-width: 45px;
margin: 0px;
margin-left: 5px;
padding: 0px;
border: none;
font-weight: bold;
color: #fff !important;
text-align: center;
/*background: url(/img/bg_menu_admin.png);*/
display: inline;
height: 23px;
line-height: 24px;
cursor: pointer;
border: 1px double #0066bc;
font-size: 11px;
padding-left: 15px;
padding-right: 15px;

background-color: #006DCC;
background-image: linear-gradient(to bottom, #0088CC, #0044CC);
background-repeat: repeat-x;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.bottom_button a
{
color: #fff !important;
font-weight: bold !important;
outline: none;
cursor: pointer;
width: 100%;
height: 100%;
float: left;
}

.editInPlaceCancelBtn
{
float: left;
width: auto;
min-width: 45px;
margin: 0px;
margin-left: 5px;
padding: 0px;
border: none;
font-weight: bold;
color: #fff !important;
text-align: center;
/*background: url(/img/bg_menu_admin.png);*/
display: inline;
padding-top: 1px;
height: 22px;
line-height: 22px;
cursor: pointer;
border: 1px double #0066bc;
font-size: 11px;
padding-left: 15px;
padding-right: 15px;

background-color: #006DCC;
background-image: linear-gradient(to bottom, #0088CC, #0044CC);
background-repeat: repeat-x;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.editInPlaceCancelBtn a
{
color: #fff !important;
font-weight: bold !important;
outline: none;
cursor: pointer;
}

#recaptcha_container
{
width: 275px;
padding: 5px;
float: left;
border: 1px solid #ccc;
}

#recaptcha_container input
{
width: 267px;
padding: 3px;
float: left;
border: 1px solid #ccc;
margin-bottom: 5px;
}
#recaptcha_container #recaptcha_image
{
width: 220px !important;
height: 45px !important;
float: left;
border: 1px solid #ccc;
}

#recaptcha_container #recaptcha_image img
{
width: 220px !important;
height: 45px !important;
float: left;
}

#recaptcha_container #recaptcha_reload_btn
{
width: 47px;
height: 47px;
margin-left: 5px;
margin-bottom: 0px;
float: left;
border: 1px solid #ccc;
background: #fff url(/img/reload.png) 10px 10px no-repeat;
cursor: pointer;
}

/*----------------------------------------------------------------------------*/

.error .message
{
background-color: #F7C7B9 !important;
color: #f00 !important;
border: 1px solid #C46A61 !important;
margin-top: 15px !important;
padding-top: 5px !important;
padding-bottom: 5px !important;
text-align: center !important;
}

.correct .message
{
background-color: #DBF1CE;
color: #03395f;
border: 1px solid #ccc;
margin-top: 15px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

div.error-message
{
padding-left: 5px;
color: #ff0000;
width: 100%;
float: left;
font-size: 11px;
}

div.ok-message
{
padding-left: 5px;
color: #03395f;
width: 100%;
float: left;
font-size: 11px;
}

.form-error
{
/*border: 1px solid #ff0000;*/
}

.cake_message
{
background-color: #DBF1CE;
color: #03395f;
border: 1px solid #ccc;
padding: 5px;
float: left;
margin-bottom: 10px;
}

.cake_error
{
background-color: #F7C7B9;
color: #f00;
border: 1px solid #C46A61;
padding: 5px;
float: left;
margin-bottom: 10px;
}

.cake-debug
{
color:#000;
font-size:13px;
line-height:150%;
width: 100%;
font-family: Arial, Geneva, Kalimati, Helvetica, sans-serif;
padding: 3px;
}

/*----------------------------------------------------------------------------*/

#loginForm {
width: 350px;
padding: 30px;
margin-top: 80px;
margin-left: auto;
margin-right: auto;
}

#loginForm p
{
width: 100%;
float: left;
height: 20px;
line-height: 20px;
font-size: 11px;
margin: 0px;
padding: 0px;
}
/*----------------------------------------------------------------------------*/

#language_change
{
background: #fff;
min-height: 30px;
}

#language_change ul
{
margin-left: 0px;
padding-right: 20px;
font-size: 11px;
float: right;
}

#language_change ul li
{
float: left;
font-size: 11px;
line-height: 40px;
}

#language_change .logo
{
width: 89px;
height: 30px;
float: left;
margin: 5px 5px 5px 30px;
}

/*----------------------------------------------------------------------------*/

.msg_info h1, .msg_question h1
{
font-size: 12px;
font-weight: bold;
font-family: Arial, Geneva, Kalimati, Helvetica, sans-serif;
color: #000;
width: 100%;
}

.msg_info h2, .msg_question h2
{
font-size: 12px;
margin-top: 5px;
font-family: Arial, Geneva, Kalimati, Helvetica, sans-serif;
color: #333;
width: 100%;
}

.msg_info h3, .msg_question h3
{
font-size: 11px;
margin-top: 5px;
font-family: Arial, Geneva, Kalimati, Helvetica, sans-serif;
color: #333;
width: 100%;
}

.msg_submits
{
width: 100%;
text-align: center;
margin-top: 25px;
float: left;
}

.msg_ok, .msg_submit
{
background: transparent url('/img/v.png') no-repeat;
width: 20px;
height: 20px;
border: 0px;
cursor: pointer;
outline: none;
float: right;
margin-right: 3%;
}

.msg_cancel
{
background: transparent url('/img/x.png') no-repeat;
width: 20px;
height: 20px;
border: 0px;
cursor: pointer;
outline: none;
float: right;
margin-right: 5%;
}

/*----------------------------------------------------------------------------*/

.tabs .tab-content {
display: none;
}
.tabs ul.anchors {
margin: 0;
padding: 0;
float: left;
list-style: none;
height: 23px;
width: 100%;
text-transform: uppercase;
}
.tabs ul.anchors li {
float: left;
margin: 0;
padding: 0;
overflow: hidden;
position: relative;
/*background: url(/img/bg_menu_admin.png);*/
margin-left: 10px;
height: 23px;
line-height: 23px;

background-color: #006DCC;
background-image: linear-gradient(to bottom, #0088CC, #0044CC);
background-repeat: repeat-x;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.tabs ul.anchors li a {
text-decoration: none;
border: 1px solid #0066bc;
color: #fff;
display: block;
font-size: 12px;
font-weight: bold;
padding: 0px;
outline: none;
text-align: center;
padding-left: 15px;
padding-right: 15px;
}
.tabs ul.anchors li a:hover {
/*background: url(/img/bg_menu_admin_high.png);*/
}
html .tabs ul.anchors li:active,
html .tabs ul.anchors li:active a:hover {
/*background: url(/img/bg_menu_admin_high.png);*/
}
html .tabs ul.anchors li.active {
/*background: url(/img/bg_menu_admin_active.png);*/
}
.tab-content {
padding-top: 10px;
padding-bottom: 10px;
overflow: hidden;
background: #f7f7f7;
border: 1px solid #ccc;
}
.tab-content fieldset {
border: 1px solid #ccc;
}

/*----------------------------------------------------------------------------*/

.filter_fieldset
{
width: 100%;
float: left;
border: 1px solid #ccc;
margin: 0px;
margin-top: 5px;
margin-left: -1px;
margin-bottom: 8px;
padding: 0px;
padding-left: 0px;
padding-right: 0px;
}
.filter_fieldset .field
{
float: left;
margin-left: 10px;
height: 100%;
width: 160px;
}
.filter_fieldset legend
{
padding-left: 20px;
padding-right: 20px;
color: #fff;
}
.filter_fieldset .input
{
float: left;
display: inline;
margin-bottom: 5px;
}
.filter_fieldset .input input[type="checkbox"]
{
margin:0px;
padding: 0px;
width: 13px;
height: 13px;
font-size:10px;
margin-right: 5px;
margin-top: 2px;
border: 1px solid #ccc;
background: #fff;
}
.filter_fieldset .input input[type="hidden"]
{
display: none;
}
.filter_fieldset .input input
{
float: left;
display: inline;
width: 150px;
}
.filter_fieldset select
{
float: left;
display: inline;
width: 160px;
}
.filter_fieldset label
{
float: left;
display: inline;
padding: 0px;
padding-top: 2px;
}
.filter_fieldset .submit
{
}
.filter_fieldset .submit input
{
float: left;
margin-left: 0px;
margin-top: 11px;
}
.filter_fieldset .field a
{
float: left;
width: auto;
margin: 0px;
margin-left: 5px;
padding: 0px;
border: none;
font-weight: bold;
color: #fff !important;
text-align: center;
/*background: url(/img/bg_menu_admin.png);*/
display: inline;
padding-top: 1px;
height: 22px;
line-height: 22px;
cursor: pointer;
border: 1px double #0066bc;
font-size: 11px;
margin-top: 11px;
padding-left: 15px;
padding-right: 15px;

background-color: #006DCC;
background-image: linear-gradient(to bottom, #0088CC, #0044CC);
background-repeat: repeat-x;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

/*----------------------------------------------------------------------------*/

.pages_wrap, .elements_wrap
{
margin-top: 5px;
padding: 5px;
float: left;
width: 100%;
border: 1px solid #ccc;

}

.other_elements
{
width: 100%;
font-size: 12px;
margin-top: 20px;
margin-bottom: 20px;
float: left;
}

.other_elements .elements
{
float: left;
}

/*----------------------------------------------------------------------------*/

.subscribe_wrap
{
margin-top: 30px;
margin-left: 30px;
width: 80%;
}

.subscribe
{
font-size: 15px;
margin-bottom: 15px;
margin-top: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #ccc;
float: left;
width: 100%;
}

.subscribe_row
{
margin-top: 2px;
font-size: 11px;
width: 100%;
float: left;
}

.subscribe_mail
{
width: 280px;
float: left;
display: inline;
padding-top: 2px;
}

.subscribe_status
{
display: inline;
text-align: center;
width: 80px;
float: left;
}

.subscribe_wrap a
{
text-decoration: none;
font-size: 12px;
float: left;
width: 100%;
}

/*----------------------------------------------------------------------------*/

ul#deploy_list
{
list-style-type: none;
padding-left: 0px;
}
ul#deploy_list .revision
{
border: 0px;
border-top: 1px solid #ccc;
padding-left: 20px;
padding-top: 10px;
padding-bottom: 10px;
float: left;
}
.deploy_form
{
width: 100%;
float: left;
margin-bottom: 15px;
}
.deploy_form label
{
width: 100%;
float: left;
}
.deploy_form .input
{
width: 313px;
float: left;
}
.deploy_form input
{
width: 303px;
float: left;
display: inline;
}
.deploy_form .text
{
margin-right: 5px;
}
.deploy_form select
{
width: 312px;
float: left;
display: inline;
}
.deploy_form .submit
{
width: 80px;
float: left;
display: inline;
}
div.modified
{
margin:5px;
font-size:10px;
}
div.comments
{
font-size:12px;
font-style:italic;
color:#014c80;
}
/*----------------------------------------------------------------------------*/

.image_fieldset .file label,
.swf_fieldset .file label
{
display: none;
}

.image_fieldset .file_delete label,
.swf_fieldset .file_delete label
{
display: block;
}


/*----------------------------------------------------------------------------*/

#js_mask
{
width: 100%;
height: 100%;
position: absolute;
background: transparent url('/img/content_mask.png');
z-index: 999;
top: 0px;
left: 0px;
display: none;
}

.mask_text
{
text-align: center;
margin-top: 100px;
color: #fff;
float: left;
width: 70%;
font-size: 18px;
padding: 5%;
margin-left: 10%;
background: #333;
border: 4px solid #ccc;
line-height: 150%;
font-family: Arial, Geneva, Kalimati, Helvetica, sans-serif;
}

/*----------------------------------------------------------------------------*/


.photo_bg
{
padding: 3px;
text-align: left;
background: #f7f7f7;
float: left;
margin-left: 15px;
margin-right: 5px;
margin-top: 0px;
border: 1px solid #ccc;
}
.photo_bg_0
{
background: #F9ECE8 !important;
}
.photo_bg_1
{
background: #F3F9E3 !important;
}
.photo
{

}
.photo img
{
width: 160px;
}
.title .photo_title
{
float: left;
overflow: hidden;
height: 15px;
line-height: 18px;
margin-left: 3px;
font-size: 11px;
margin-bottom: 5px;
}
.title .photo_link
{
float: left;
margin-top: 3px;
margin-left: 3px;
margin-right: 3px;
font-size: 11px;
}
.photo_bg .featured
{
float: left;
overflow: hidden;
height: 13px;
line-height: 13px;
margin-left: 3px;
font-size: 10px;
}
.photo_bg .active
{
float: left;
overflow: hidden;
height: 13px;
line-height: 13px;
margin-left: 3px;
font-size: 10px;
}
.photo_bg .title
{
width: 100%;
float: left;
}
.galleryPhotos .submit,
.galleryPhotos .submit input
{
width: 100%;
float: left;
padding-left: 0px;
padding-right: 0px;
margin-left: 0px;
margin-right: 0px;
}
#no_foto
{
float: left;
margin-left: 20px;
}
#edit_photo img
{
max-width: 460px;
border: 1px solid #ccc;
}


/*----------------------------------------------------------------------------*/

#print_link_pdf
{
background: transparent url('/img/pdf_logo.png') no-repeat;
width: 35px;
height: 35px;
float: left;
cursor: pointer;
margin-top: 6px;
}
/*
#print_link_pdf a
{
width: 100%;
height: 100%;
float: left;
}
*/
#print_link_xls
{
background: transparent url('/img/xls_logo.png') no-repeat;
width: 35px;
height: 35px;
float: left;
cursor: pointer;
margin-top: 6px;
}
/*
#print_link_xls a
{
width: 100%;
height: 100%;
float: left;
}
*/


/*----------------------------------------------------------------------------*/

.hasDatepicker
{
width: 120px;
cursor: pointer;
background: #fff url(/img/calendar.png) right center no-repeat;
padding-top: 3px;
}


#user_info {
position: absolute;
right: 20px;
top: 5px;
color: #fff;
font-size: 11px;
}

#notification
{
position: fixed;
top: 0px;
padding: 0px;
margin: 0px;
width: 100%;
background: #eee;
display: none;
text-align: center;
font-weight: bold;
font-size: 12px;
border-bottom: 1px solid #333;
color: #000;
height: 30px;
line-height: 30px;
}
#notification .element
{
display: inline;
width: 49%;
float: left;
}
#notification img
{
margin-right: 10px;
margin-top: 3px;
display: inline;
}

.active-1 { background: #f0fad4 !important; min-width: 35px; text-align: center;}
.active-0 { background: #fae3dc !important; min-width: 35px; text-align: center;}

.featured-1 { background: #f0fad4 !important; min-width: 50px; text-align: center;}
.featured-0 { background: #fae3dc !important; min-width: 50px; text-align: center;}

.visible-1 { background: #f0fad4 !important; min-width: 50px; text-align: center;}
.visible-0 { background: #fae3dc !important; min-width: 50px; text-align: center;}

.default-1 { background: #f0fad4 !important; min-width: 50px; text-align: center;}
.default-0 { background: #fae3dc !important; min-width: 50px; text-align: center;}


.activedeactive
{
padding-left: 10px;
padding-right: 10px;
}
.activedeactive, .activedeactive a
{
color: #000;
font-weight: bold;
font-size: 10px;
}
.activedeactive a
{
height: 16px;
line-height: 16px;
margin-top: 3px;
}

.on
{
background: url(/img/ayd_icons2/badge-circle-power-green-16.png) no-repeat left;
padding-left: 20px;
}
.off
{
background: url(/img/ayd_icons2/badge-circle-power-red-16.png) no-repeat left;
padding-left: 20px;
}

.bg-active
{
background: #f0fad4 !important;
padding: 0px 5px;
margin: 2px;
border: 1px solid #ccc;
float: left;
font-size: 11px;
}
.bg-inactive
{
background: #fae3dc !important;
padding: 0px 5px;
margin: 2px;
border: 1px solid #ccc;
float: left;
font-size: 11px;
}

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/

/*ADMIN MENU STYLES:*/
/*( admin panel menus styles )*/

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/

#menu_main_admin
{
height: 30px;
margin: 0px;
padding: 0px;
/*background: url(/img/bg_menu_admin.png);*/

background-color: #006DCC;
background-image: linear-gradient(to bottom, #0088CC, #0044CC);
background-repeat: repeat-x;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

#menu_main_admin ul#nav_admin
{
height: 30px;
margin: 0px;
padding-left: 20px;
background-color: transparent;
}

#menu_main_admin ul#nav_admin li
{
position: relative;
float: left;
height: 30px;
margin-right: 0px;
list-style-type: none;
color: #03395f;

}

#menu_main_admin ul#nav_admin li a.returnfalse
{
cursor: default;
}

#menu_main_admin ul#nav_admin li a
{
display: block;
float: left;
height: 30px;
line-height: 30px;
padding: 0px 10px 0 10px;
margin: 0px;
font-family: Arial, Geneva, Kalimati, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #fff;
text-decoration: none;
}

#menu_main_admin ul#nav_admin li ul
{
position: absolute;
display: none;
left: 0;
width: 280px;
margin-left: 0px;
}

html>body #menu_main_admin ul#nav_admin li ul
{
float:right;
margin:0px;
padding: 0px;
top: 30px;
}

#menu_main_admin ul#nav_admin li ul li
{
display: block;
float: left;
width: 280px;
padding: 0;
margin: 0;
border-top: 1px solid #0066bc;
}

#menu_main_admin ul#nav_admin li ul li a
{
display: block;
float: left;
width: 280px;
padding: 0px 0px 0px 20px;
margin: 0;
font-weight: normal;
cursor: pointer;
}

html>body #menu_main_admin ul#nav_admin li ul li
{
width: 260px;
height: 25px;
line-height: 25px;
}

html>body #menu_main_admin ul#nav_admin li ul li a
{
width: 240px;
height: 25px;
line-height: 25px;
}

#menu_main_admin ul#nav_admin li:hover ul,
#menu_main_admin ul#nav_admin li:active ul {
display:block;
width: 280px;
clear: both;
z-index: 1000;
direction: ltr;
}

#menu_main_admin ul#nav_admin li:hover,
#menu_main_admin ul#nav_admin li:active {
/*background: url(/img/bg_menu_admin_high.png);*/
direction: ltr;
z-index: 1000;
}

#menu_main_admin ul#nav_admin li:hover ul li:hover,
#menu_main_admin ul#nav_admin li:active ul li:active {
direction: ltr;
z-index: 1000;
}

#menu_main_admin ul#nav_admin li:hover a,
#menu_main_admin ul#nav_admin li:active a {
direction: ltr;
z-index: 1000;
}

#menu_main_admin ul#nav_admin li:hover ul li a,
#menu_main_admin ul#nav_admin li:active ul li a {
background: #0975d0;
direction: ltr;
z-index: 1000;
}

#menu_main_admin ul#nav_admin li:hover ul li a:hover,
#menu_main_admin ul#nav_admin li:active ul li a:active
{
background: #0068a4;
direction: ltr;
z-index: 1000;
}

#menu_main_admin ul#nav_admin a:hover,
#menu_main_admin ul#nav_admin a:active
{
text-decoration: none;
direction: ltr;
z-index: 1000;
}

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
@media all and (orientation:portrait) {}

@media all and (orientation:landscape) {}

@media screen and (max-device-width: 480px) {  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */}
@media print {
* { background: transparent !important; color: #000 !important; text-shadow: none !important; filter:none !important;
-ms-filter: none !important; }
a, a:visited { color: #444 !important; text-decoration: underline; }
a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; }
tr, img { page-break-inside: avoid; }
@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3{ page-break-after: avoid; }
}

/*----------------------------------------------------------------------------*/

.sections
{

}

.sections .input
{
width: 500px;
}

.sections select
{
width: 510px;
}


#audit_sections
{
float: left;
width: 1120px;
}

/*---*/

.audit_section
{
width: 1120px;
float: left;
padding: 5px;
border: 1px solid #ccc;
}

.audit_section .section_active
{
float: left;
height: 30px;
line-height: 30px;
border: 1px solid #eee;
margin-left: 5px;
width: 85px;
}

.audit_section .section_active a
{
margin-top: 7px;
}

.audit_section-0,
.audit_section-0 *
{
color: #aaa !important;
}

.audit_section .number
{
float: left;
height: 30px;
line-height: 30px;
font-size: 12px;
font-weight: bold;
border: 1px solid #eee;
background: #fff;
text-align: center;
width: 80px;
}

.audit_section .name
{
float: left;
margin-left: 5px;
min-height: 17px;
line-height: 14px;
font-size: 12px;
font-weight: bold;
border: 1px solid #eee;
background: #fff;
padding-left: 20px;
padding-right: 20px;
padding-top: 8px;
padding-bottom: 5px;
width: 840px;
}

.audit_section .edit
{
float: left;
margin-left: 5px;
border: 1px solid #eee;
background: #fff;
padding: 7px;
}

.audit_section .edit a
{
float: left;
width: 16px;
height: 16px;
}

/*---*/

.audit_topic
{
width: 1020px;
float: left;
padding: 5px;
border: 1px solid #ccc;
margin-left: 100px;
}

.audit_topic .topic_active
{
float: left;
height: 30px;
line-height: 30px;
border: 1px solid #eee;
margin-left: 5px;
width: 85px;
}

.audit_topic .topic_active a
{
margin-top: 7px;
}

.audit_topic-0,
.audit_topic-0 *
{
color: #aaa !important;
}

.audit_topic .number
{
float: left;
height: 30px;
line-height: 30px;
font-size: 12px;
font-weight: bold;
border: 1px solid #eee;
background: #fff;
text-align: center;
width: 80px;
}

.audit_topic .name
{
float: left;
margin-left: 5px;
min-height: 17px;
line-height: 14px;
font-size: 12px;
font-weight: bold;
border: 1px solid #eee;
background: #fff;
padding-left: 20px;
padding-right: 20px;
padding-top: 8px;
padding-bottom: 5px;
width: 740px;
}

.audit_topic .edit
{
float: left;
margin-left: 5px;
border: 1px solid #eee;
background: #fff;
padding: 7px;
}

.audit_topic .edit a
{
float: left;
width: 16px;
height: 16px;
}

/*---*/

.audit_incidence
{
width: 920px;
float: left;
padding: 5px;
border: 1px solid #ccc;
margin-left: 200px;
}

.audit_incidence .incidence_active
{
float: left;
height: 30px;
line-height: 30px;
border: 1px solid #eee;
margin-left: 5px;
width: 85px;
}

.audit_incidence .incidence_active a
{
margin-top: 7px;
}

.audit_incidence-0,
.audit_incidence-0 *
{
color: #aaa !important;
}

.audit_incidence .number
{
float: left;
height: 30px;
line-height: 30px;
font-size: 12px;
font-weight: bold;
border: 1px solid #eee;
background: #fff;
text-align: center;
width: 80px;
}

.audit_incidence .name
{
float: left;
margin-left: 5px;
min-height: 17px;
line-height: 14px;
font-size: 12px;
font-weight: bold;
border: 1px solid #eee;
background: #fff;
padding-left: 20px;
padding-right: 20px;
padding-top: 8px;
padding-bottom: 5px;
width: 640px;
}

.audit_incidence .edit
{
float: left;
margin-left: 5px;
border: 1px solid #eee;
background: #fff;
padding: 7px;
}

.audit_incidence .edit a
{
float: left;
width: 16px;
height: 16px;
}

/*----------------------------------------------------------------------------*/

.hotel_objective
{
float: left;
width: 100%;
}

.hotel_objective input
{
width: 40px;
float: left;
margin-right: 10px;
text-align: center;
}

.hotel_objective span
{
width: 200px;
float: left;
line-height: 22px;
}

/*----------------------------------------------------------------------------*/

.incidence_comment
{
width: 95%;
border: 1px solid #ccc;
padding: 2%;
float: left;
}

.incidence_comment .text
{
font-style: italic;
color: #888;
}

.incidence_comment .attach_link
{
float: left;
}

.incidence_comment .author
{
font-size: 10px;
font-weight: bold;
}

/*----------------------------------------------------------------------------*/

.permission
{
float: left;
width: 96%;
margin-top: 10px;
border: 1px solid #ccc;
padding: 1% 3% 1% 1%;
}

/*----------------------------------------------------------------------------*/







