@charset "UTF-8";

/*
	Start main navagation block
*/
#menu *{margin:0;}
#menu { padding: 0 30px 0 30px; background: url(images/menu_bg.gif); height: 34px; border-top: solid 1px #1a2049; font-size:12px;}
#menu li { float:left; position:relative; color: #FFF; }
#nav, #nav ul{
     list-style-position:outside;
     list-style-type:none;
     position:relative;
     line-height:2.6em;
	 z-index: 9999;
}
#nav ul { line-height:2em; }
#nav a:link, #nav a:active, #nav a:visited{
    display:block;
    padding:0px 35px;
    color:#fff;
    text-decoration:none;
	background: url(images/menu_separator.gif) no-repeat top right;
}
#nav a:hover{ color:#b9f1f9; }
#nav_current { background-color:#dfecf2;}
#nav_current a:link, #nav_current a:active, #nav_current a:visited, #nav_current a:hover{
	color: #000;
}
#nav ul a:link, #nav ul a:active, #nav ul a:visited {
	border-left:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	background-color:#3c4165;

}
#nav ul a:hover { background-color:#52577a; }

#nav_current ul a:link, #nav_current ul a:active, #nav_current ul a:visited {
	border-left:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	background-color:#dfecf2;

}
#nav_current ul a:hover { background-color:#ddf4ff; }

#nav ul {
    position:absolute;
    width:19em;
    top:2.5em;
    display:none;
}
#nav li ul a{ width:19em; float:left; }
#nav ul ul{ top:auto; }
/*
#nav ul ul a:link, #nav ul ul a:active, #nav ul ul a:visited { line-height:2.6em;}
*/
#nav li ul ul { left:18em; margin:0px 0 0 10px; }
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{ display:none; }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{ display:block; }
/*
#nav ul li ul li {line-height:2.6em;}
*/
#menu_under { background-color: #dfecf2; height: 4px; border-bottom: 1px solid #bed9e0; }
/*
	End navagation
*/
.heads_up {
width:240px; border: 1px solid #eee; padding:3px;  float:left; text-align:left;height:62px;
}
.panel240 {
    width:240px;
    margin:2px;
    float:left;
}
.stat_box {
    padding: 10px;
    position: relative;
}
.stat_box .stat_ico {
    width: 48px;
    height: 48px;
    font-size: 32px;
    color: #fff;
    float: left;
    text-align: center;
    margin-right: 16px;
    padding-top: 7px;
}
.stat_box .stat_content {
    overflow: hidden;
    text-align:left;
}
.stat_box .stat_content .stat_name {
    font-size: 11px;
    display: block;
    margin-top: 2px;
    color: #888;
}
.stat_box .stat_content .stat_count {
    font: 400 28px / 30px "Source Sans Pro", Arial, sans-serif;
    line-height:20px;
}
.stat_box.stat_up:before,
.stat_box.stat_down:before,
.stat_box.stat_up:after,
.stat_box.stat_down:after {
    content: '';
    position: absolute;
    top: 50%;
}
.stat_box.stat_up:after,
.stat_box.stat_down:after {
    width: 0;
    height: 0;
    right: 13px;
    border: 9px solid transparent;
}
.stat_box.stat_up:before,
.stat_box.stat_down:before {
    width: 8px;
    height: 5px;
    right: 18px;
}
.stat_box.stat_up:after {
    margin-top: -17px;
    border-bottom-color: #64b92a;
}
.stat_box.stat_up:before {
    margin-top: 2px;
    background: #64b92a;
}
.stat_box.stat_down:after {
    margin-top: -1px;
    border-top-color: #c0392b;
}
.stat_box.stat_down:before {
    margin-top: -7px;
    background: #c0392b;
}
.color_a {
    background: #3498db;
}
.color_b {
    background: #e67e22;
}
.color_c {
    background: #e74c3c;
}
.color_d {
    background: #27ae60;
}
.color_e {
    background: #8c0095;
}
.color_f {
    background: #008299;
}
.color_g {
    background: #ac193d;
}
.color_h {
    background: #dc4fad;
}
.color_i {
    background: #4617b4;
}
.color_j {
    background: #cccccc;
}
.panel-group .panel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
.panel-group .panel .panel-heading {
    border-bottom: none;
    padding: 0;
}
.panel-group .panel .panel-heading a {
    display: block;
    padding: 8px 10px;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    text-decoration: none;
}
.panel-group .panel .panel-heading + .panel-collapse .panel-body {
    border-top: 0;
}
.panel-group .panel + .panel {
    margin-top: 2px;
}
.panel-group .panel-default .panel-heading a {
    background: #ecf0f1;
}
.panel-group .panel-default .panel-heading a:hover {
    background: #cfd9db;
}
.panel-group .panel-danger .panel-heading a {
    background: #c0392b;
    color: #fff;
}
.panel-group .panel-danger .panel-heading a:hover {
    background: #ab3326;
}
.panel-group .panel-success .panel-heading a {
    background: #64b92a;
    color: #fff;
}
.panel-group .panel-success .panel-heading a:hover {
    background: #59a425;
}
.panel-group .panel-warning .panel-heading a {
    background: #d7af0d;
    color: #fff;
}
.panel-group .panel-warning .panel-heading a:hover {
    background: #bf9b0c;
}
.panel-group .panel-info .panel-heading a {
    background: #4fbeba;
    color: #fff;
}
.panel-group .panel-info .panel-heading a:hover {
    background: #42b2ae;
}
.panel-group .panel-primary .panel-heading a {
    background: #2986b9;
    color: #fff;
}
.panel-group .panel-primary .panel-heading a:hover {
    background: #2477a4;
}
#cp_amount {width:120px;}
@media (max-width:1400px) {
    #nav a {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.fail {
    background-color: #FFE1E1;
    border: 1px solid #FF9595;
    color: #CC3300;
}
.fail span {
    display: block;
    margin-left:10px;
}


.fieldset { background-color: #f3f3f3; margin-bottom: 10px; padding: 10px 0 10px 0; max-width: 740px; }
.show_hide_action { background-color: #f3f3f3; padding: 0 0 0 10px; }
.add_remove_contact_action { background-color: #f3f3f3; padding: 0 0 0 10px ; }

div.form-container form fieldset { margin: 0; padding: 10px; /* background-color: #f3f3f3; */}
div.form-container form fieldset div { padding: 5px 0; }

div.form-container { margin: 10px; padding: 5px;  }

div.form-container legend { margin-bottom: 5px; font-weight: bold; color: #4f4f4f; text-transform: uppercase;}

div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }

.fieldset { background-color: #f3f3f3; margin-bottom: 10px; padding: 10px 0 10px 0; max-width: 740px; }
.show_hide_action { background-color: #f3f3f3; padding: 0 0 0 10px; }
.add_remove_contact_action { background-color: #f3f3f3; padding: 0 0 0 10px ; }

div.form-container form fieldset { margin: 0; padding: 10px; /* background-color: #f3f3f3; */}
div.form-container form fieldset div { padding: 5px 0; }
div.form-container label,
div.form-container span.label { margin-right: 10px; padding-right: 10px; width: 170px; display: block; float: left; text-align: right; position: relative; clear:both; }
div.form-container label.error,
div.form-container span.error { color: #C00; }
div.form-container label em,
div.form-container span.label em { position: absolute; right: 0; font-style: normal; color: #C00; }
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus,
div.form-container textarea:focus {	background-color: #FFC; border-color: #FC6; }
div.form-container div.controlset label,
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset div { margin-left: 190px; }
div.form-container div.buttonrow { max-width: 740px; }
div.form-container div.buttonrow input { display: block; margin-left: auto ; margin-right: auto; margin-top: 10px; }

div.gds_upload label{ width: 80px; }
div.gds_upload strong{ font-weight: bold; }

.form-container table { margin-left: 90px; }
.form-container th, .form-container td { padding: 4px; }

.form_indent{ margin-left: 190px; }

.float_label{ margin-left: 20px; margin-right: 10px;  }

.credit_card_extra legend{ font-size:14px; font-weight:bold;}
.merchant_fee_calculator div {margin-bottom: 2em;}
table.data_table tr:nth-child(odd) td
{
    background-color: #eaf0e4;
}
.data_content td {
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    color: #000;
    padding: 3px 3px 3px 6px;
    vertical-align: top;
}
table.data_table tr:nth-child(even) td {
    background-color: #fbfdf9;
}

.data_heading th {
    background: #d1e9b5 none repeat scroll 0 0;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 6px 3px 6px 6px;
    text-align: left;

}
.main_Text td {padding:0 3px;}
.invoice_totals td { font-weight: bold;}

.leave_table_padd{ padding:0 0 10px 10px ; }
.leave_table_padd1{ padding-left: 10px; padding-bottom:5px; font-size:15px; }
.leave_table_head{ background-color:#DADADA; font-weight:bold; }
.leave_table{ border:1px solid #C2BEBE; }
.leave_table tr { padding:10px; }
.leave_heading_req{ font-size:16px; padding-bottom:5px; }
.cursor{ cursor:pointer; }
.staff_success{  background-color: #b7eeb3; margin: 5px 0; padding: 7px; text-align:center; width:900px; }
.success{  background-color: #b7eeb3; margin: 5px 0; padding: 7px; text-align:center; width:900px; }

.admin_only {
    background:#edf9eb;
}
.home_page_hot_deal {

    border: 1px solid #ccc;
    float: left;
    height: 90px;
    margin: 5px;
    padding: 5px;
    width:18%;
    max-width: 300px;
    min-width:200px;


}
.travel_dates {
display:block;
    float:left;
    width:100%;
    text-align: center;

}
.website_admin a {
    border:solid 1px #ccc;
    padding:10px;
    background: #fff;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.website_admin a:hover {
    background:#eee;
    text-decoration: none;
}
.admin_menu {
    background: #fff !important;

}

.admin_menu li {
    padding:5px !important;
    background:#fff !important;
    width:150px !important;
}
.admin_menu li ul  {
    background:#fff !important;
    padding:5px !important;
    width:250px !important;
}
.admin_menu li ul li {

    background:#fff !important;
    width:230px !important;
}