@charset "utf-8";
body{ 
	background: #fff;
}
.greek{
    color: #0769B5;
    /*border-top-color: #C46105;*/
}
.marginTop10{
	margin-top:10px !important;
}
.marginTop5{
	margin-top:5px !important;
}
.marginRight5{
	margin-right:5px !important;
}
.marginBottom10{
	margin-bottom:10px !important;
}
.MainRow .exc-pr-anal{
    font-size: 12px !important;
    height: 20px !important;
	min-height:20px;
	line-height:24px !important;
}
.BlueTrLabel{
	padding:5px 7px;
	background-color:#3C8CC1;
	color:#fff !important;
	margin-bottom:2px;
}
.OrangeLabel{
	padding:5px 7px;
	background-color:#EF8C43;
	color:#fff !important;
	margin-bottom:2px;
}
.BlueHeader{
	width:auto;
	color: #194c8a;
	float:left;
	font-size:21px;
	line-height:43px;
	height:40px;
	margin: 0;
	padding: 2px 0 0 10px;
}
.floated{
    left: 392px;
    position: fixed;
    top: 100px;
    z-index: 1000;  
}
#header{
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    position: fixed;
    margin-right: auto;
    margin-left: auto;
    z-index: 99999;
    background: #fff;
	text-align:center;
	height:65px;
}
#header .col-md{
	float:none;
	position:relative;
	margin:0 auto;
	text-align:left;
}
	
#page{ 
	position: relative;
	top: 100px;
	width:1170px;
}
#content{
	width:auto;
	position:relative;
	min-width:1170px;
	height:100%;
	margin:0 auto;	
	padding-bottom:50px;
}
.breadcrumbs{
	padding:20px 0 0 0;
}
/* Footer */

#footer {
	/*margin-top: 100px;
	min-height: 250px;*/
	width:100%;
	height:50px;
	border-top:1px solid #E7E4E7;
	background:#F6F5F6;
	position:absolute;
	bottom:0;
	float:left;
	margin:0 auto;
	display:none;
}
.footerlink{
    color: #0D5FA3; /*0292cc;*/
    font-weight: bold;
    font-size: 1.2em;
    -webkit-transition: font-size 0.1s; /* For Safari 3.1 to 6.0 */
    transition: font-size 0.1s;
}
.footerlink:hover{
    color: #C77929;
    font-weight: bold;
    font-size: 1.26em;
    /* margin-left: 5px; */
    
}
.new-tab{
    background-color: #337ab7 !important;
    margin: 0 !important;
    padding: 1px 3px 0px 3px !important
}
/*thead{ position: fixed; }*/
/* MAIN MENU */
#mainmenu{
    background-color: #1A4F8A; 
	height:39px;
	width:100%;
	text-align:center;
	z-index:0;
	
}
#menuUL{
    background-color: #1A4F8A; 
	height:39px;
	width:218px;
	text-align:center;
	z-index:10000;
	top:55px;
	left:0;
	position:absolute;
}
#mainmenu .MenuRight{
	color:#fff;
	height:39px;
	font-size:16px;
	width:1170px;
	position:relative;
	margin: 0 auto;
	float:none;
	text-align:right;
	z-index:0;
}
#mainmenu .LogOutBtn{
	float:right;
	width:110px;
	height:39px;
	background:#6CB43D url(/images/icons/logoutIcon.png) no-repeat 85px 10px;
	text-align:center;
	padding:7px 22px 0 0;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:17px;
}
#mainmenu .LogInBtn{
	float:right;
	width:110px;
	height:39px;
	background:#6CB43D url(/images/icons/logoutIcon.png) no-repeat 85px 10px;
	text-align:center;
	padding:7px 22px 0 0;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:17px;
}
#mainmenu .LogOutBtn:hover{
	background:#92CD69 url(/images/icons/logoutIcon.png) no-repeat 85px 10px;
}
#mainmenu .UserArea{
	float:right;
	width:auto;
	padding:4px 20px 0 20px;
	margin:6px 0;
	height:27px;
	border-left:1px solid #9CB3CD;
	font-size:16px;
}
#mainmenu .YearsBrd{
	float:right;
	width:auto;
	padding:0 20px 0 20px;
	margin:6px 0;
	height:27px;
	border-left:1px solid #9CB3CD;
	font-size:16px;
}
#mainmenu .YearsBrd .YearLbl{
	float:left;
	width:auto;
	padding:4px 0 0 0;
	font-size:16px;
	color:#fff;
	height:39px;
}
#mainmenu .YearArea{
	background:#1a4f8a url(/images/icons/selArrow.png) no-repeat scroll 57px 13px;
	height: 27px;
    margin: 0 0 0 0;
    overflow: hidden;
    width: 70px;
	float:right;
}
#mainmenu .YearArea select {
   appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 16px;
    height: 37px;
    line-height: 1;
    padding: 0 0 0 7px;
    width: 70px;
	float:right;
	margin:-4px 0 0 0
}
#mainmenu .YearArea select option{
	padding:0 0 0 10px;
	color: #1A4F8A;
	background: #fff;
}
#menuUL .menuTitle{
	width:213px;
	height:38px;
	background:#6CB43D;
	border-radius:2px 2px 0 0;
	color:#fff;
	font-size:17px;
	padding:5px 5px 5px 5px;
}
#menuUL ul{
   left:0;
   margin:-2px 0 0 0;
   float:left;
   min-height:215px;
   background:#F3F6F9;
   border:1px dashed #1A4F8A;
   padding:2px 0px 2px 0;
   width:218px;
   -webkit-box-shadow: 0px 0px 8px 0px rgba(26,79,138,0.5);
	-moz-box-shadow: 0px 0px 8px 0px rgba(26,79,138,0.5);
	box-shadow: 0px 0px 8px 0px rgba(26,79,138,0.5);
	
}
#menuUL ul li{ 
    display: inline-block; 
    position: relative;
	text-align:left;
	height:38px;
	border-bottom:1px solid #7E9CBD;
	width:218px;
	padding:0;
	margin:0;
	cursor:pointer;
}
#menuUL ul li:last-child{
	border-bottom:none;
}
#menuUL ul .reservations:hover{
	background:#1A4F8A url(/images/icons/reservationsHover.png) no-repeat 5px 10px;
	color:#fff;
}
#menuUL ul .reservations{
	background:url(/images/icons/reservations.png) no-repeat 5px 10px;
}
#menuUL ul .SupClients:hover{
	background:#1A4F8A url(/images/icons/SupClientsIconHover.png) no-repeat 5px 10px;
	color:#fff;
}
#menuUL ul .SupClients{
	background:url(/images/icons/SupClientsIcon.png) no-repeat 5px 10px;
}
#menuUL ul .traffic:hover{
	background:#1A4F8A url(/images/icons/trafficHover.png) no-repeat 5px 10px;
	color:#fff;
}
#menuUL ul .traffic{
	background:url(/images/icons/traffic.png) no-repeat 5px 10px;
}
#menuUL ul .car:hover{
	background:#1A4F8A url(/images/icons/carHover.png) no-repeat 5px 12px;
	color:#fff;
}
#menuUL ul .car{
	background:url(/images/icons/car.png) no-repeat 5px 12px;
}
#menuUL ul .contracting:hover{
	background:#1A4F8A url(/images/icons/contractingHover.png) no-repeat 5px 10px;
	color:#fff;
}
#menuUL ul .contracting{
	background:url(/images/icons/contracting.png) no-repeat 5px 10px;
}
#menuUL ul .accounting:hover{
	background:#1A4F8A url(/images/icons/accountingHover.png) no-repeat 5px 10px;
	color:#fff;
}
#menuUL ul .accounting{
	background:url(/images/icons/accounting.png) no-repeat 5px 10px;
}
#menuUL ul .phonebook:hover{
	background:#1A4F8A url(/images/icons/phonebookHover.png) no-repeat 5px 10px;
	color:#fff;
}
#menuUL ul .phonebook{
	background:url(/images/icons/phonebook.png) no-repeat 5px 10px;
}
#menuUL ul .manager:hover{
	background:#1A4F8A url(/images/icons/managerHover.png) no-repeat 5px 8px;
	color:#fff;
}
#menuUL ul .manager{
	background:url(/images/icons/manager.png) no-repeat 5px 8px;
}
#menuUL ul .system:hover{
	background:#1A4F8A url(/images/icons/systemHover.png) no-repeat 5px 9px;
	color:#fff;
}
#menuUL ul .system{
	background:url(/images/icons/system.png) no-repeat 5px 9px;
}
/*#mainmenu ul ul li{ z-index: 98; }
#mainmenu ul ul ul li{ z-index: 97; }
#mainmenu ul ul ul ul li{ z-index: 96; }*/

#menuUL ul li a{
	color:#194D8A;
	padding:7px 0 0 30px;
	width:218px;
	font-size:15px;
	text-decoration:none;
    cursor: pointer;
	line-height:25px;
	height:38px;
	display:block;
	background:url(/images/icons/menuPlus.png) no-repeat 194px 16px;
}
#menuUL ul li a:hover, #menuUL ul .reservations:hover > a, #menuUL ul .traffic:hover > a, #menuUL ul .contracting:hover > a, #menuUL ul .accounting:hover > a,#menuUL ul .manager:hover > a, #menuUL ul .system:hover > a, #menuUL ul .SupClients:hover > a, #menuUL ul .car:hover > a{
	color:#fff;
	background:url(/images/icons/menuPlusHover.png) no-repeat 194px 16px;
}

#menuUL ul ul {
    display: none;
    position: absolute;
    top:0;
	left:217px;
	height:auto;
	border-left:none;
	min-height:38px;  
	margin:0 0 0 0; 
	padding:0 0 0 0; 
}
#menuUL ul ul li{ 
    display: inline-block; 
    position: relative;
	text-align:left;
	height:38px;
	border-bottom:1px solid #7E9CBD;
	width:218px;
	padding:0;
	margin:0;
	cursor:pointer;
	background:url(/images/icons/subMenu.png) no-repeat 10px 12px;
}
#menuUL ul li ul li a{
	color:#194D8A;
	padding:7px 0 0 30px;
	width:218px;
	font-size:15px;
	text-decoration:none;
    cursor: pointer;
	line-height:25px;
	height:38px;
	display:block;
	background:none;
}
#menuUL ul li ul .withSub a{
	color:#194D8A;
	padding:7px 0 0 30px;
	width:218px;
	font-size:15px;
	text-decoration:none;
    cursor: pointer;
	line-height:25px;
	height:38px;
	display:block;
	background:url(/images/icons/menuPlus.png) no-repeat 194px 16px;
}
#menuUL ul li ul .withSub a:hover{
	color:#fff;
}
#menuUL ul li ul .withSub:hover > a{
	background:url(/images/icons/menuPlusHover.png) no-repeat 194px 16px;
}	
#menuUL ul li ul li:hover{
	background:#86A2C1 url(/images/icons/subMenuHover.png) no-repeat 10px 12px;
}
#menuUL ul li ul li a:hover{
	color:#fff;
	background:url(/images/icons/subMenuHover.png) no-repeat 10px 12px;
}
#menuUL ul li ul li:hover > a{
	color:#fff;	
}
#menuUL ul ul ul {
    display: none;
    position: absolute;
    top:0;
	left:218px;
	height:auto;
	border-left:none;
	min-height:38px;  
	margin:-1px 0 0 0; 
	padding:0 0 0 0; 
	width:240px;
}
#menuUL ul li ul li.withSub ul li{
	width:240px;
}
#menuUL ul li ul .withSub ul li:hover{
	background:#BDCCDD;
}
#menuUL ul li ul .withSub ul li a:hover{
	color:#194D8A;
	background:url(/images/icons/subMenu.png) no-repeat 10px 12px;
}
#menuUL ul li ul .withSub ul li a{
	background:none;
}



#menuUL li:hover > ul { display: block;  }
#menuUL ul ul li{ display: block; word-break: keep-all; white-space: nowrap;}
#menuUL ul ul li a{
    width: 100%;
}

#logo{
	width:1170px;
	height:55px;
	padding:10px 0 0 0;
	margin:0;
}
.loading{
    display: none;
    left: 50%;
    position: absolute;
    top: 66%;
    width: 30px;
}
.loading-div{
    position: relative;
    display: block;
    width: 300px;
    margin: 0 auto;
}
.loading-img{
    display: none;
    position: absolute;
    top: 66%;
    z-index: 999;
}

/* Login Page */
.LoginForm{
	width:100%;
	float:left;
	text-align:center;
}
.LoginForm h1{
	font-size:22px;
	color:#1A4F8A;
}
.LoginForm p{
	color:#1A4F8A;
}
.LoginForm  .form{
	background:none;
	border-left:none;
	border-right:none;
}
.LoginForm .Brd{
	width:400px;
	height:150px;
	position:relative;
	margin:0 auto;
	border:1px dashed #D4DEE9;
	background:#F6F5F6;
}
.LoginForm .Brd .col-md-2{
	width:170px;
	height:50px;
	font-size:17px;
	color:#524C52;
	text-align:right;
	padding:15px 10px 0 0;
	float:left;
}
.LoginForm .Brd .col-md-4{
	width:100%;
	float:left;
	text-align:center;
	height:10px;
}
.LoginForm .Brd input{
	border-radius:0px;
	border:1px solid #D4DEE9;
}
.LoginForm .Brd .col-md-4 .errorMessage{
	color:#A02623;
}
.LoginForm .Brd .col-md-3{
	width:40px;
}
.LoginForm .Brd .col-md-2 label{
	font-weight:normal;
	margin:5px 10px 0 0;
}
.LoginForm .note{
	width:400px;
	text-align:right;
	position:relative;
	margin:0 auto;
	padding:10px 0 0 0;
}
.LoginBtnMain{
	width:110px;
	height:39px;
	background:#6CB43D url(/images/icons/logoutIcon.png) no-repeat 85px 10px;
	text-align:center;
	padding:0 22px 0 0;
	color:#fff;
	border:none;	
	font-size:17px;
	text-align:center;	
	font-weight:bold;
	margin:10px 0 0 0;
}

/*  Reservation Main Booking */
.ResHeader{
	width:1170px;
	border-top:1px solid #D4DEE9;
	border-left:1px solid #D4DEE9;
	border-right:1px solid #D4DEE9;
	border-bottom:2px solid #fff;
	height:40px;
	margin:20px 0 0 0;
	background:#F6F5F6;
	float:left;
}
.ResHeader h1{
	color:#194C8A;
	font-size:21px;
	margin:0;
	height:40px;
	float:left;
	width:300px;
	line-height:35px;
	padding:0 0 0 10px;
}
.ResHeader h3{
	color:#194C8A;
	font-size:21px;
	margin:0;
	height:40px;
	float:left;
	width:300px;
	line-height:35px;
	padding:0 0 0 10px;
}
.ResHeader h4{
	color:#194C8A;
	font-size:21px;
	margin:0;
	height:40px;
	float:left;
	width:100%;
	line-height:35px;
	padding:0 0 0 10px;
}
.form
{
	width:100%;
	height:auto;
	float:left;
	margin:0 auto;
}
.UserInfoDet{
	float:right;
	margin:-38px 0 0 0;
	width:740px;
	height:40px;
}
.UserInfoDet .col-md-4{
	width:740px;
	height:40px;
}
.UserInfoDet .col-md-4 .col-md-12{
	width:369px;
	float:right;
	text-align:right;
	padding:2px 10px 0 10px;
}
.UserInfoDet .col-md-4 .col-md-12 input{
	border:none;
	background:#f6f5f6;
	text-align:center;
	color:#524C52;
	font-size:16px;
	box-shadow:none;
	border-radius:0px;
	width:100%;
	padding:0;
}
.UserInfoDet label{
	text-align:center;
	color:#524C52;
	font-size:16px;
	width:100%;
	padding:0;
	font-weight:normal;
}
.UserInfoDet .col-md-4 .Sep{
	float:right;
	width:2px;
	height:22px;
	margin:9px 0;
	border-right:1px solid #858085;
}
.MainRow{
	width:1166px;
	height:auto;
	min-height:85px;
	padding:0 20px;
	float:left;
	border-bottom:1px solid #DCE1E7;
	border-left:1px solid #D4DEE9;
	border-right:1px solid #D4DEE9;
	background:#F6F5F6;	
}
/** *********************************************************/
.MainRowStyle{
	width:1166px;
	height:auto;
	min-height:85px;
	padding:0 20px;
	float:left;
	border-bottom:1px solid #DCE1E7;
	border-left:1px solid #D4DEE9;
	border-right:1px solid #D4DEE9;
	background:#F6F5F6;	
}
.MainRowStyle .green-bg{
	 background-color:#385a81 !important;
	 color:#fff !important;
	 border:1px solid #fff !important;
	 line-height:30px;
}
.MainRowStyle label.form-control{
	line-height:30px;
}
#reserv-form .MainRowStyle{
	width:1170px;
}
.MainRowStyle .col-md-12{
	float:left;
	width:100%;
	padding:0 5px;
	height:auto;
	min-height:26px;
}
.MainRowStyle label{
	color:#524C52;
	font-weight:normal;
	float:left;
	margin:0;
	padding:0 0 0 5px;
	width:100%;
}

.MainRowStyle .col-md-date{
	width:119px;
	float:left;
	padding:0;
}
.MainRowStyle .form-control{
	border-radius:0px;
	border:1px solid #D4DEE9;
	font-size:15px;
	color:#524C52;
	padding:0 5px;
}
/*.MainRowStyle .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
	float:left;
	margin:0 5px;
}*/
.MainRowStyle .col-md-3 .checkbox label{
	line-height:30px;
	text-align:right;
	padding:0 15px 0 0;
}
.MainRowStyle .col-md-3 .checkbox label::before{
	width:30px;
	height:30px;
	border:1px solid #D4DEE9;
	border-radius: 0px;
	left: 10px;
	background-color: #fff;
	text-align:right !important;
}
.MainRowStyle .col-md-3 .checkbox label::after {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 30px;
    left: -38px;
    padding-left: 109%;
    padding-top: 1px;
    position: absolute;
    top: 0;
    width: 30px;
	text-align:right !important;
}
.MainRowStyle .col-md-3 .checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #7A869A;
	border:1px solid #D4DEE9;
}
.MainRowStyle .col-md-4{
	float:left;
}
.MainRowStyle .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background:url(/images/icons/ddlArrow.png) no-repeat 0px 14px;
}
.MainRowStyle .chosen-container-single .chosen-single{
	background:#fff;
	font-size:14px;
}
.MainRowStyle .chosen-container{
	width:100% !important;
	font-size:14px;
}
.MainRowStyle .col-md-6{
	height:auto;
	min-height:0px;
}
.MainRowStyle .col-md-5{
	float:left;
}
.MainRowStyle .col-md-7{
}
.MainRowStyle .col-md-1_5 {
	float:left;
}
.MainRowStyle .col-md-1_5 label{
	padding:0;
	text-align:center;
}
.MainRowStyle .col-md-time{
	width: 60px;
}
.MainRowStyle .col-md {
    float: left;
    padding:0 0 0 0;
	margin:-1px 0 0 10px;
	width:35px;
}
.MainRowStyle .col-md-13{
	float:left;
}
.MainRowStyle .col-md-14{
	float:left;
}
.MainRowStyle .col-md-15{
	float:left;	
}
.MainRowStyle .col-md-16{
	float:left;
}
.MainRowStyle .col-md-17{
	float:left;
}
.MainRowStyle .SupGroup{
	float:left;
	width:135px;
	height:105px;
	margin:2px;
	background:#fff;
	text-align:center;
	padding:5px;
	border:1px solid #D4DEE9;
}
.BlueLabel{
	color:#1A4F8A !important;
}
.MainRowStyle .SupGroup .checkbox{
	float:left;
	margin:0;
}
.MainRowStyle .SupGroup .checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	line-height: 2.3;
	height:30px;
	margin:0;
}
.MainRowStyle .SupGroup .checkbox label::before{
	content: "";
	display: inline-block;
	position: absolute;
 	width:34px;
	height:34px;
	left: 0;
	/*margin-left: -20px;*/
	border: 1px solid #cccccc;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.MainRowStyle .SupGroup .checkbox label::after {
	display: inline-block;
	position: absolute;
	width:34px;
	height:34px;
	left: 0px;
	top: -4px;
	/*margin-left: -20px;*/
	padding-left: 3px;
	padding-top: 0;
	font-size: 18px;
	color: #fff;
}
.MainRowStyle .SupGroup .checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #7A869A;
	border-color:#D4DEE9;
}
.MainRowStyle .col-md a{
	width:34px;
	height:33px;
	margin:0;
	padding:7px 0 0 0;
	background:#7A869A;
	border:none;
	border-radius:0px;
}
.MainRowStyle .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
	height:30px;
	padding:3px 0 0 3px;
}
.MainRowStyle .chosen-container-multi .chosen-choices li.search-choice{
	margin-top:6px;
}


/** ***********************************************************/
.MainRow .green-bg{
	 background-color:#385a81 !important;
	 color:#fff !important;
	 border:1px solid #fff !important;
	 line-height:30px;
}
.MainRow label.form-control{
	line-height:30px;
}
#reserv-form .MainRow{
	width:1170px;
}
.MainRow .col-md-12{
	float:left;
	width:100%;
	padding:0 5px;
	height:auto;
	min-height:26px;
}
.MainRow .col-md-2{
	width:119px;
	text-align:left;
	font-size:15px;
	float:left;
}
.MainRow label{
	color:#524C52;
	font-weight:normal;
	float:left;
	margin:0;
	padding:0 0 0 5px;
	width:100%;
}
.MainRow .col-md-2 .col-md-12{
	width:auto;
	float:left;
}
.MainRow .col-md-2 .col-md-date{
	width:119px;
	float:left;
	padding:0;
}
.MainRow .form-control{
	border-radius:0px;
	border:1px solid #D4DEE9;
	font-size:15px;
	color:#524C52;
	padding:0 5px;
}
.MainRow .col-md-3{
	width:90px;
	float:left;
	margin:0 5px;
}
.MainRow .col-md-3 .checkbox label{
	line-height:30px;
	text-align:right;
	padding:0 15px 0 0;
}
.MainRow .col-md-3 .checkbox label::before{
	width:30px;
	height:30px;
	border:1px solid #D4DEE9;
	border-radius: 0px;
	left: 10px;
	background-color: #fff;
	text-align:right !important;
}
.MainRow .col-md-3 .checkbox label::after {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 30px;
    left: -38px;
    padding-left: 109%;
    padding-top: 1px;
    position: absolute;
    top: 0;
    width: 30px;
	text-align:right !important;
}
.MainRow .col-md-3 .checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #7A869A;
	border:1px solid #D4DEE9;
}
.MainRow .col-md-4{
	width:220px;
	float:left;
}
.MainRow .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background:url(/images/icons/ddlArrow.png) no-repeat 0px 14px;
}
.MainRow .chosen-container-single .chosen-single{
	background:#fff;
	font-size:14px;
}
.MainRow .chosen-container{
	width:100% !important;
	font-size:14px;
}
.MainRow .col-md-6{
	width:195px;
	height:auto;
	min-height:0px;
}
.MainRow .col-md-5{
	width:226px;
	float:left;
}
.MainRow .col-md-7{
	width:100px;
}
.MainRow .col-md-1_5 {
	float:left;
	width:56px;
}
.MainRow .col-md-1_5 label{
	padding:0;
	text-align:center;
}
.MainRow .col-md-time{
	width: 60px;
}
.MainRow .col-md {
    float: left;
    padding:0 0 0 0;
	margin:-1px 0 0 10px;
	width:35px;
}
.MainRow .col-md-13{
	width:380px;
	float:left;
}
.MainRow .col-md-14{
	width:360px;
	float:left;
}
.MainRow .col-md-15{
	width:132px;
	float:left;	
}
.MainRow .col-md-16{
	width:307px;
	float:left;
}
.MainRow .col-md-17{
	width:424px;
	float:left;
}
.MainRow .SupGroup{
	float:left;
	width:135px;
	height:105px;
	margin:2px;
	background:#fff;
	text-align:center;
	padding:5px;
	border:1px solid #D4DEE9;
}
.BlueLabel{
	color:#1A4F8A !important;
}
.MainRow .SupGroup .checkbox{
	float:left;
	margin:0;
}
.MainRow .SupGroup .checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	line-height: 2.3;
	height:30px;
	margin:0;
}
.MainRow .SupGroup .checkbox label::before{
	content: "";
	display: inline-block;
	position: absolute;
 	width:34px;
	height:34px;
	left: 0;
	/*margin-left: -20px;*/
	border: 1px solid #cccccc;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.MainRow .SupGroup .checkbox label::after {
	display: inline-block;
	position: absolute;
	width:34px;
	height:34px;
	left: 0px;
	top: -4px;
	/*margin-left: -20px;*/
	padding-left: 3px;
	padding-top: 0;
	font-size: 18px;
	color: #fff;
}
.MainRow .SupGroup .checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #7A869A;
	border-color:#D4DEE9;
}
.MainRow .col-md a{
	width:34px;
	height:33px;
	margin:0;
	padding:7px 0 0 0;
	background:#7A869A;
	border:none;
	border-radius:0px;
}
.MainRow .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
	height:30px;
	padding:3px 0 0 3px;
}
.MainRow .chosen-container-multi .chosen-choices li.search-choice{
	margin-top:6px;
}
.borderTop{
	border-top:1px solid #DCE1E7;
}
.borderBottom{
	border-bottom:1px solid #DCE1E7;
}
.noborderLeft{
	border-left:none !important;
}
.noborderRight{
	border-right:none !important;
}
.noborderBottom{
	border-bottom:none !important;
}
.leftCol{
	width:585px !important;
	border-right:1px dashed #CAD6E4;
	border-left:1px solid #D4DEE9;
	padding:0 0 0 20px;
	float:left;
}
.rightCol{
	width:585px !important;
	margin:0;
	padding:0 0 0 20px;
	border-right:1px solid #D4DEE9;
	border-left:none;
	float:right;
}
#transferDiv{
	margin-left:-10px;
	width:1170px;
}
.AddBtns{
	width:1170px;
	padding:10px 20px 0 20px;
	float:left;
	border-bottom:3px solid #fff;
	height:67px;
	border-left:none;
	border-left:1px solid #D4DEE9;
	border-right:1px solid #D4DEE9;
	background:#F6F5F6;	
}
.TransferBtn{
	width:120px;
	height:42px;
	font-size:17px;
	font-weight:bold;
	background:#1A4F8A url(/images/icons/AddTransferBtn.png) no-repeat 91px 9px;
	color:#fff;
	float:left;
	text-decoration:none;
	text-align:center;
	padding:8px 28px 0 0;
}
.TransferBtn:hover{
	background:#2267B3 url(/images/icons/AddTransferBtn.png) no-repeat 91px 9px;
	text-decoration:none;
	color:#fff;
}
.TransferBtn:visited{
	color:#fff;
	text-decoration:none;
}
.TransferBtn:focus{
	color:#fff;
	text-decoration:none;
}
.ClientAssBtn{
	width:185px;
	height:42px;
	font-size:17px;
	font-weight:bold;
	background:#1A4F8A url(/images/icons/AddClientAssBtn.png) no-repeat 152px 7px;
	color:#fff;
	float:left;
	text-decoration:none;
	text-align:center;
	padding:8px 30px 0 0;
	margin:0 0 0 10px;
}
.ClientAssBtn:hover{
	background:#2267B3 url(/images/icons/AddClientAssBtn.png) no-repeat 152px 7px;
	text-decoration:none;
	color:#fff;
}
.ClientAssBtn:visited{
	color:#fff;
	text-decoration:none;
}
.ClientAssBtn:focus{
	color:#fff;
	text-decoration:none;
}
.RentalBtn{
	width:185px;
	height:42px;
	font-size:17px;
	font-weight:bold;
	background:#1A4F8A url(/images/icons/AddRentalBtn.png) no-repeat 150px 10px;
	color:#fff;
	float:left;
	text-decoration:none;
	text-align:center;
	padding:8px 33px 0 0;
	margin:0 0 0 10px;
}
.RentalBtn:hover{
	background:#2267B3 url(/images/icons/AddRentalBtn.png) no-repeat 150px 10px;
	text-decoration:none;
	color:#fff;
}
.RentalBtn:visited{
	text-decoration:none;
	color:#fff;
}
.RentalBtn:focus{
	text-decoration:none;
	color:#fff;
}
.RemarksHeader{
	color: #194c8a;
    float: left;
    font-size: 21px;
    height: 40px;
    line-height: 35px;
    margin: 0;
    padding: 2px 0 0 10px;
    width: 1170px;
	border-bottom: 1px solid #fff;
	background: #f6f5f6;
    border-left: 1px solid #d4dee9;
    border-right: 1px solid #d4dee9;
}
.RemarksCont{
	background: #f6f5f6 none repeat scroll 0 0;
    border-left: 1px solid #d4dee9;
    border-right: 1px solid #d4dee9;
	border-bottom: 1px solid #d4dee9;
    height: 200px;
	float:left;
	width:1170px;
	padding:20px 0 0 0;
}
.RemarksCont label{
	color: #524c52;
    float: left;
	text-align:right;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0 0;
    width: 100%;
}
.RemarksCont textarea{
	border-radius:0px;
}
.BottomBtnArea{
	float:left;
	height:50px;
	text-align:right;
	width:1170px;
	margin:20px 0 0 0;
}
.BottomBtnArea .SaveReservationCont {
	float:right;
	width:260px;
}
.BottomBtnArea .SaveReservationCont input[type="submit"]{
	float:right;
	width:230px;
	height:44px;
	background:#6CB43D url(/images/icons/SaveResBtn.png) no-repeat 194px 7px;
	padding:0 30px 0 0;
	text-align:center;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	border:none;
	border-radius:0px;
	margin:0 20px 0 0;
}
.BottomBtnArea .SaveReservationCont input[type="submit"]:hover{
	background:#59AB36 url(/images/icons/SaveResBtn.png) no-repeat 194px 7px;	
}
.BottomBtnArea .SaveReservationCont input[type="submit"]:focus{
	background:#59AB36 url(/images/icons/SaveResBtn.png) no-repeat 194px 7px;	
}
.BottomBtnArea .SaveReservationCont a{
	float:right;
	width:230px;
	height:44px;
	background:#6CB43D url(/images/icons/SaveResBtn.png) no-repeat 194px 7px;
	padding:7px 30px 0 0;
	text-align:center;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	border:none;
	border-radius:0px;
	margin:0 20px 0 0;
}
.BottomBtnArea .SaveReservationCont a:hover{
	background:#59AB36 url(/images/icons/SaveResBtn.png) no-repeat 194px 7px;	
}
.BottomBtnArea .SaveReservationCont a:focus{
	background:#59AB36 url(/images/icons/SaveResBtn.png) no-repeat 194px 7px;	
}
.BottomBtnArea .ViewDetailsCont a{
	float:right;
	width:230px;
	height:44px;
	background:#1A4F8A url(/images/icons/ViewDetailsCont.png) no-repeat 194px 7px;
	background-size:31px 31px;
	padding:7px 30px 0 0;
	text-align:center;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	border:none;
	border-radius:0px;
	margin:0 20px 0 0;
}
.BottomBtnArea .ViewDetailsCont a:hover{
	background:#2267B3 url(/images/icons/ViewDetailsCont.png) no-repeat 194px 7px;	
}
.BottomBtnArea .ViewDetailsCont a:focus{
	background:#2267b3 url(/images/icons/ViewDetailsCont.png) no-repeat 194px 7px;	
}
.BottomBtnArea .AddMoreCont a{
	float:right;
	width:230px;
	height:44px;
	background:#1A4F8A url(/images/icons/AddMoreCont.png) no-repeat 194px 7px;
	background-size:31px 31px;
	padding:7px 30px 0 0;
	text-align:center;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	border:none;
	border-radius:0px;
	margin:0 20px 0 0;
}
.BottomBtnArea .AddMoreCont a:hover{
	background:#2267B3 url(/images/icons/AddMoreCont.png) no-repeat 194px 7px;	
}
.BottomBtnArea .ViewDetailsCont a:focus{
	background:#2267b3 url(/images/icons/AddMoreCont.png) no-repeat 194px 7px;	
}
.BottomBtnArea .DeleteReservationCont {
	float:left;
	width:260px;
}
.BottomBtnArea .DeleteReservationCont a{
	float:right;
	width:230px;
	height:44px;
	background:#d0312d url(/images/icons/DeleteIconBtn.png) no-repeat 196px 6px;
	padding:8px 28px 0 0;
	text-align:center;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	border:none;
	border-radius:0px;
	margin:0 20px 0 0;
	text-decoration:none;
}
.BottomBtnArea .DeleteReservationCont a:hover{
	background:#BE2E29 url(/images/icons/DeleteIconBtn.png) no-repeat 196px 6px;
	color:#fff;
	text-decoration:none;
}
.BottomBtnArea .DeleteReservationCont a:focus{
	color:#fff;
	text-decoration:none;
}
.BottomBtnArea .DeleteReservationCont input[type="submit"]{
	float:right;
	width:230px;
	height:44px;
	background:#d0312d url(/images/icons/DeleteIconBtn.png) no-repeat 196px 6px;
	padding:0 28px 0 0;
	text-align:center;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	border:none;
	border-radius:0px;
	margin:0 20px 0 0;
	text-decoration:none;
}
.BottomBtnArea .DeleteReservationCont input[type="submit"]:hover{
	background:#BE2E29 url(/images/icons/DeleteIconBtn.png) no-repeat 196px 6px;
	color:#fff;
	text-decoration:none;
}
.BottomBtnArea .DeleteReservationCont input[type="submit"]:focus{
	color:#fff;
	text-decoration:none;
}
.BottomBtnArea .ReturnToListCont{
	float:left;
	width:260px;
}
.BottomBtnArea .ReturnToListCont a{
	float:left;
	width:230px;
	height:44px;
	background:#b4a03d url(/images/icons/ReturnToListBtn.png) no-repeat 8px 7px;
	padding:8px 0px 0 25px;
	text-align:center;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	border:none;
	border-radius:0px;
	margin:0 20px 0 20px;
	text-decoration:none;
}
.BottomBtnArea .ReturnToListCont a:hover{
	background:#59AB36 url(/images/icons/ReturnToListBtn.png) no-repeat 8px 7px;
	color:#fff;
	text-decoration:none;
}
.BottomBtnArea .ReturnToListCont a:focus{
	background:#59AB36 url(/images/icons/ReturnToListBtn.png) no-repeat 8px 7px;
	color:#fff;
	text-decoration:none;
}
.Sep{
	width:1170px;
	height:10px;
	float:left;
	border-top:1px solid #B3C5D9;
	margin:10px 0 0 0;
}

.clearfix::before, .clearfix::after, .dl-horizontal dd::before, .dl-horizontal dd::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before, .navbar-collapse::after, .pager::before, .pager::after, .panel-body::before, .panel-body::after, .modal-footer::before, .modal-footer::after {
    content: " ";
    display: table;
}
*::before, *::after {
    box-sizing: border-box;
}
.clearfix::after, .dl-horizontal dd::after, .container::after, .container-fluid::after, .row::after, .form-horizontal .form-group::after, .btn-toolbar::after, .btn-group-vertical > .btn-group::after, .nav::after, .navbar::after, .navbar-header::after, .navbar-collapse::after, .pager::after, .panel-body::after, .modal-footer::after {
    clear: both;
}
.clearfix::before, .clearfix::after, .dl-horizontal dd::before, .dl-horizontal dd::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before, .navbar-collapse::after, .pager::before, .pager::after, .panel-body::before, .panel-body::after, .modal-footer::before, .modal-footer::after {
    content: " ";
    display: table;
}
*::before, *::after {
    box-sizing: border-box;
}
#page {
    position: relative;
    top: 100px;
}
.container {
    width: 1170px;
}
.container {
    width: 970px;
}
.container {
    width: 750px;
}
.container {
    margin-left: auto;
    margin-right: auto;
}
* {
    box-sizing: border-box;
}
body {
    color: #333;
    font-family: "RobotoLight";
    font-size: 14px;
    line-height: 1.42857;
}
html {
    font-size: 10px;
}
html {
    font-family: "RobotoLight";
}
#transferDiv .MainRow .checkbox label{
	line-height:30px;
	text-align:right;
	padding:0 15px 0 0;
}
#transferDiv .MainRow .checkbox label::before{
	width:30px;
	height:30px;
	border:1px solid #D4DEE9;
	border-radius: 0px;
	left: 60px;
	background-color: #fff;
	text-align:right !important;
}
#transferDiv .MainRow .checkbox label::after {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 30px;
    left: -10px;
    padding-left: 109%;
    padding-top: 1px;
    position: absolute;
    top: 0;
    width: 30px;
	text-align:right !important;
}
#transferDiv .MainRow .checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #7A869A;
	border:1px solid #D4DEE9;
}
#quickTrsf .MainRow .checkbox label{
	line-height:30px;
	text-align:right;
	padding:0 15px 0 0;
}
#quickTrsf .MainRow .checkbox label::before{
	width:30px;
	height:30px;
	border:1px solid #D4DEE9;
	border-radius: 0px;
	left: 60px;
	background-color: #fff;
	text-align:right !important;
}
#quickTrsf .MainRow .checkbox label::after {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 30px;
    left: -10px;
    padding-left: 109%;
    padding-top: 1px;
    position: absolute;
    top: 0;
    width: 30px;
	text-align:right !important;
}
#quickTrsf .MainRow .checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #7A869A;
	border:1px solid #D4DEE9;
}
.trsfLbl{
	line-height:30px;
}
.AccTitle{
	float:left;
	width:1170px;
	height:42px;
	background:#F6F5F6;
	border:1px solid #B1C4D8;
	margin:0 0 0 0;
}
.AccHeader{
	color: #194c8a;
    float: left;
    font-size: 19px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 0 0 10px;
    width: 420px;	
}
.AddAccBtn{
	float:right;
	width:180px;
	height:40px;
	color:#fff;
	font-size:17px;
	font-weight:bold;
	text-align:center;
	padding:7px 32px 0 0;
	background:#1A4F8A url(../images/icons/AddAccBtnIcon.png) no-repeat 142px 9px;
}
.AddAccBtn:hover{
	background:#2267b3 url(../images/icons/AddAccBtnIcon.png) no-repeat 142px 9px;
	color:#fff;
	text-decoration:none;
}
.AddAccBtn:focus{
	background:#2267b3 url(../images/icons/AddAccBtnIcon.png) no-repeat 142px 9px;
	color:#fff;
	text-decoration:none;
}
.AddExcBtn{
	float:right;
	width:180px;
	height:40px;
	color:#fff;
	font-size:17px;
	font-weight:bold;
	text-align:center;
	padding:7px 32px 0 0;
	background:#1A4F8A url(../images/icons/AddExcBtnIcon.png) no-repeat 145px 7px;
}
.AddExcBtn:hover{
	background:#2267b3 url(../images/icons/AddExcBtnIcon.png) no-repeat 145px 7px;
	color:#fff;
	text-decoration:none;
}
.AddExcBtn:focus{
	background:#2267b3 url(../images/icons/AddExcBtnIcon.png) no-repeat 145px 7px;
	color:#fff;
	text-decoration:none;
}
.AddTrsfBtn{
	float:right;
	width:auto;
	/*min-width: 180px;*/
	height:40px;
	color:#fff;
	font-size:17px;
	font-weight:bold;
	text-align:center;
	padding:7px 10px 0 30px;
	background:#1A4F8A url("/images/icons/plusIcon.png") no-repeat scroll 12px 15px;
	margin:0 0 0 2px;
}
.AddTrsfBtn:hover{
	background:#2267b3 url("/images/icons/plusIcon.png") no-repeat scroll 12px 15px;
	color:#fff;
	text-decoration:none;
}
.AddTrsfBtn:focus{
	color:#fff;
	text-decoration:none;
}
#accomodation_section{
	width:1170px;
	height:auto;
	float:left;
	margin:0;
}
#accomodation_section .MainRow{
	padding:10px 10px 0 10px;
	margin:0 0 0 1px;
}
.MainRow.rowBlue{
	padding:10px 10px 0 10px;
}
#accomodation_section .col-md-1{
	width:285px;
	border-right: none;
}
.MainRow.rowBlue > .col-md-1{
	width:285px;
	border-right: none;
}
#accomodation_section .col-md-2{
	width:55px;
	border-right: none;
}
.MainRow.rowBlue > .col-md-2{
	width:55px;
	border-right: none;
}
#accomodation_section .col-md-2 input{
	text-align:right;
}
.MainRow.rowBlue > .col-md-2 input{
	text-align:right;
}
#accomodation_section .col-md-3{
	width:119px;
}
.MainRow.rowBlue > .col-md-3{
	width:119px !important;
	border-right: none;
}
#accomodation_section .col-md-4{
	width:195px;
}
.MainRow.rowBlue > .col-md-4{
	width:195px;
}
.MainRow.rowBlue > .col-md-7{
	width:103px;
	margin-right:5px;
}
#accomodation_section .col-md-7{
	width:103px;
	margin-right:5px;
}
.MainRow.rowBlue > .col-md-7{
	width:103px;
	margin-right:5px;
}
#accomodation_section .col-md-8{
	width:110px;
}
.MainRow.rowBlue > .col-md-8{
	width:140px;
}
#accomodation_section .col-md-9{
	width:107px;
}
.MainRow.rowBlue > .col-md-9{
	width:107px;
}
#accomodation_section .col-md-10{
	padding:0 5px 0 5px;
	width: 440px;
}
.MainRow.rowBlue > .col-md-10{
	padding:0 5px 0 5px;
	width: 440px;
}
.MainRow.rowBlue > .col-md-12 {
    float: left;
    height: auto;
    min-height: 26px;
    padding: 0 5px;
    width: 100%;
}
.ext{
	width:350px !important;
}
.ext2{
	width:572px !important;
	float:left;
}
.ext1_2{
	width:470px !important;
}
.rowBlue{
	background:#EEF2F7 !important;
	border-left:1px solid #C9D6E4;
	border-right:1px solid #C9D6E4;
}
.ReadDatesBtn{
	width:196px;
	height:34px;
	background:#7A869A url(/images/icons/DtsFromFlBtn.png) no-repeat 169px 6px;
	color:#fff;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	float:left;
	text-align:center;
	padding:6px 27px 0 0;
	margin:0 0 0 5px;
}
.ReadDatesBtn:hover{
	text-decoration:none;
	color:#fff;
	background:#909BAC url(/images/icons/DtsFromFlBtn.png) no-repeat 169px 6px;
}
.ReadDatesBtn:focus{
	text-decoration:none;
	color:#fff;
}
.AddRoomTypeBtn{
	width:100%;
	height:34px;
	float:left;
	background:#7A869A url(/images/icons/plusIcon.png) no-repeat 10px 12px;
	color:#fff;
	text-decoration:none;
	padding:7px 0 0 15px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
}
.AddRoomTypeBtn:hover{
	text-decoration:none;
	color:#fff;
	background:#909BAC url(/images/icons/plusIcon.png) no-repeat 10px 12px;
}
.AddRoomTypeBtn:focus{
	text-decoration:none;
	color:#fff;
}
.no-border{
	border-bottom:none;
}
.lastRow{
	/*border-bottom:3px solid #c9d6e4;*/
	height:56px;
	min-height:56px;
}
.MainRow.rowBlue > .col-md-0_5{
	float: left;
    margin: -1px 0 0 5px;
    padding: 0;
	height:auto;
	min-height:26px;
	width:30px;
}
#accomodation_section .col-md-0_5{
	float: left;
    margin: -1px 0 0 5px;
    padding: 0;
	height:auto;
	min-height:26px;
	width:30px;
}
#accomodation_section .col-md-0_5 a {
    background: #7a869a none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 33px;
    margin: 0;
    padding: 7px 0 0;
    width: 34px;
}
.MainRow.rowBlue .col-md-0_5 a {
    background: #7a869a none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 33px;
    margin: 0;
    padding: 7px 0 0;
    width: 34px;
}
#accomodation_section .col-md-0_5 a:hover{
	background: #909BAC none repeat scroll 0 0;
}
.MainRow.rowBlue > .col-md-0_5 a:hover{
	background: #909BAC none repeat scroll 0 0;
}
.RemoveBtn{
	background: #D9534F url("/images/icons/removeIcon.png") no-repeat scroll 127px 10px;
    color: #fff;
    float: right;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    padding: 7px 21px 0 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
	width:150px;
	margin:0 5px 0 0;
	border:none;
	cursor:pointer;
}
.RemoveBtn:hover{
	text-decoration:none;
	color:#fff;
	background:#D0312D url("/images/icons/removeIcon.png") no-repeat scroll 127px 10px;
}
.RemoveBtn:focus{
	text-decoration:none;
	color:#fff;
}
.ClearBtn{
	background: #D9534F url("/images/icons/clearIcon2.png") no-repeat scroll 72px 8px;
    color: #fff;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    padding: 7px 21px 0 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
	width:90px;
	margin:0 0 0 0;
	border:none;
	cursor:pointer;
}
.ClearBtn:hover{
	text-decoration:none;
	color:#fff;
	background:#D0312D url("/images/icons/clearIcon2.png") no-repeat  72px 8px;
}
.ClearBtn:focus{
	text-decoration:none;
	color:#fff;
}
.DeleteFlatIcon{
	background: #D9534F url("/images/icons/DeleteFlatIcon.png") no-repeat scroll 127px 7px;
    color: #fff;
    float: right;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    padding: 7px 21px 0 0;
    text-align: center;
    text-decoration: none;
	width:150px;
	margin:0 5px 0 0;
	cursor:pointer;
	border:none;
}
.DeleteFlatIcon:hover{
	text-decoration:none;
	color:#fff;
	background:#D0312D url("/images/icons/DeleteFlatIcon.png") no-repeat scroll 127px 7px;
}
.DeleteFlatIcon:focus{
	text-decoration:none;
	color:#fff;
}
.Copyto{
	background: #4a9ac7 url("/images/icons/copyto.png") no-repeat scroll 130px 13px;
    color: #fff;
    float: right;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    padding: 0 21px 0 0;
    text-align: center;
    text-decoration: none;
	width:150px;
	margin:0 5px 0 0;
	cursor:pointer;
	border:none;
}
.Copyto:hover{
	text-decoration:none;
	color:#fff;
	background:#31779d url("/images/icons/copyto.png") no-repeat scroll 130px 13px;
}
.Copyto:focus{
	text-decoration:none;
	color:#fff;
}
.RemoveStopSaleBtn{
	background: #D9534F url("/images/icons/removeIcon.png") no-repeat scroll 147px 10px;
    color: #fff;
    float: right;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    padding: 7px 21px 0 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
	width:170px;
	margin:30px 0 0 0;
}
.RemoveStopSaleBtn:hover{
	text-decoration:none;
	color:#fff;
	background:#D0312D url("/images/icons/removeIcon.png") no-repeat scroll 147px 10px;
}
.RemoveStopSaleBtn:focus{
	text-decoration:none;
	color:#fff;
}

.AddBtn{
	background: #7a869a url("/images/icons/plusIcon.png") no-repeat scroll 12px 12px !important;
    color: #fff;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    padding: 7px 0 0 15px;
    text-align: center;
    text-decoration: none;
    width: 100%;
	min-width: 34px;
	margin:1px 0 0 0 !important;
	cursor:pointer;
}
.AddBtn:hover{
	text-decoration:none;
	color:#fff;
	background:#909BAC url("/images/icons/plusIcon.png") no-repeat scroll 12px 12px !important;
}
.AddBtn:focus{
	text-decoration:none;
	color:#fff;
}
.CalculateBtn{
	background: #7a869a url("/images/icons/calculateIcon.png") no-repeat scroll 5px 9px !important;
    color: #fff;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    padding: 7px 0 0 15px;
    text-align: center;
    text-decoration: none;
    width: 100%;
	min-width: 34px;
	margin:0 0 0 0 !important;
	cursor:pointer;
}
.CalculateBtn:hover{
	text-decoration:none;
	color:#fff;
	background:#909BAC url("/images/icons/calculateIcon.png") no-repeat scroll 5px 9px !important;
}
.CalculateBtn:focus{
	text-decoration:none;
	color:#fff;
}
.ReductionBtn{
	background: #7a869a url("/images/icons/ReductionBtn.png") no-repeat scroll 10px 7px !important;
    color: #fff;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    padding: 7px 0 0 15px;
    text-align: center;
    text-decoration: none;
    width: 100%;
	min-width: 34px;
	margin:1px 0 0 0 !important;
	cursor:pointer;
}
.ReductionBtn:hover{
	text-decoration:none;
	color:#fff;
	background:#909BAC url("/images/icons/ReductionBtn.png") no-repeat scroll 10px 7px !important;
}
.ReductionBtn:focus{
	text-decoration:none;
	color:#fff;
}
.EuroBtn{
	background: #7a869a url("/images/icons/euro.png") no-repeat scroll 11px 8px !important;
    color: #fff;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    padding: 7px 0 0 15px;
    text-align: center;
    text-decoration: none;
    width: 100%;
	min-width: 34px;
	margin:1px 0 0 0 !important;
	cursor:pointer;
}
.EuroBtn:hover{
	text-decoration:none;
	color:#fff;
	background:#909BAC url("/images/icons/euro.png") no-repeat scroll 11px 8px !important;
}
.EuroBtn:focus{
	text-decoration:none;
	color:#fff;
}

.EditPricesBtn{
	background: #7a869a url("/images/icons/OverridePrIcon.png") no-repeat scroll 124px 7px;
    color: #fff;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    padding: 6px 23px 0 0;
    text-align: center;
    text-decoration: none;
    width: 150px;
	min-width: 34px;
	margin:0;
	cursor:pointer;
	border:none;
}
.EditPricesBtn:hover{
	text-decoration:none;
	color:#fff;
	background:#909BAC url("/images/icons/OverridePrIcon.png") no-repeat scroll 124px 7px;
}
.EditPricesBtn:focus{
	text-decoration:none;
	color:#fff;
}
.EditTimePointBtn{
	background: #7a869a url("/images/icons/EditTimePointBtn.png") no-repeat scroll 270px 7px;
    color: #fff;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    padding: 6px 23px 0 0;
    text-align: center;
    text-decoration: none;
    width: 300px;
	min-width: 34px;
	margin:0;
	cursor:pointer;
}
.EditTimePointBtn:hover{
	text-decoration:none;
	color:#fff;
	background:#909BAC url("/images/icons/EditTimePointBtn.png") no-repeat scroll 270px 7px;
}
.EditPricesBtn:focus{
	text-decoration:none;
	color:#fff;
}
.GoToBookingBtn{
	background: #7a869a url("/images/icons/GotoBookingIconWhite.png") no-repeat scroll 122px 7px !important;
    color: #fff;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    padding: 6px 29px 0 0;
    text-align: center;
    text-decoration: none;
    width: 150px;
	min-width: 34px;
	margin:1px 0 0 0 !important;
	cursor:pointer;
}
.GoToBookingBtn:hover{
	text-decoration:none;
	color:#fff;
	background:#909BAC url("/images/icons/GotoBookingIconWhite.png") no-repeat scroll 122px 7px !important;
}
.GoToBookingBtn:focus{
	text-decoration:none;
	color:#fff;
}
.transferlist{
	width:1170px;
	height:auto;
	float:left;
	background: #E8EDF3;
	border:2px solid #c9d6e4;
	padding:0;
}
.transferlist h4{
	float:left;
	width:1140px;
	height:40px;
	border-bottom:1px solid #fff;
	font-size:16px;
	font-weight:normal;
	color:#548C2F;
	line-height:23px;
	margin:0 10px 0 10px;
	padding:10px 0 0 5px;
}
.transferlist .lastRow{
	border-bottom: 1px solid #c9d6e4;
	width:1164px;
	margin:0 0 0 0;
	padding:0 10px 0 0;
	float:left;
	height:45px;
	min-height:45px;
	text-align:right;
}
.MainDetails{
	width:728px;
	float:left;
	height:auto;
	border-right:1px solid #D4DEE9;
	margin:10px 0 10px 10px;
	font-size:15px;
	font-weight:normal;
	color:#524C52;
}
.MainDetails label{
	font-weight:normal;
	padding:0 0 0 5px;
	text-align:left;
	height:20px;
}
.MemoDetails{
	width:420px;
	float:right;
	height:auto;
	margin:10px 0 10px 0;
}
.MemoDetails label{
	font-weight:normal;
	padding:0 0 0 5px;
	text-align:left;
	height:20px;
}
.transferlist .Sep {
    border-bottom: 1px solid #b3c5d9;
	border-top:none;
    float: left;
    height: 5px;
    margin: 0 0 0 0;
    width: 1165px;
}
.transferlist .chosen-single{
	background:#fff;
}
.transferlist .form-control {
    border: 1px solid #d4dee9;
    border-radius: 0;
    color: #524c52;
    font-size: 15px;
    padding: 0 5px;
}

.transferlist .chosen-container-single .chosen-single div b{
	background: url("/images/icons/ddlArrow.png") no-repeat 0 14px;
    display: block;
    height: 100%;
    width: 100%;
}
.transferlist .col-md-2{
	width:265px;
	float:left;
}
.col-md{
	width:78px;
	float:left;
}
.transferlist .col-md input {
    text-align: right;
	width:100%;
	margin:0;
}

.col-md2{
	width:78px;
	float:left;
	margin-left:-10px;
}
.transferlist .col-md2 input {
    text-align: right;
	width:100%;
	margin:0;
}
.transferlist .col-md-3{
	width: 123px;
	float:left;
}
.transferlist .col-md-4{
	width: 300px;
	float:left;
	margin-top:10px;
}
.transferlist .col-md-5{
	width:100%;
	float:left;
	margin-top:10px;
}
.transferlist .col-md-5 .newBtn{
	background: #7a869a;
    border: medium none;
    border-radius: 0;
    height: 33px;
    margin: 0;
    padding: 6px 5px 0 5px;
    width: 100%;
	min-width:34px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}
.transferlist .col-md-5 .newBtn:hover{
	background: #909bac;
}
.transferlist .col-md-5 .newBtn:focus{
	text-decoration:none;
	color:#fff;
}
a:disabled, a[disabled], a:disabled:hover, a:disabled:focus, a:disabled:active, a[disabled]:hover, a[disabled]:focus, a[disabled]:active {
	opacity:0.6;
	pointer-events: none;
	cursor: not-allowed;
}
input:disabled, input[disabled], input:disabled:hover, input:disabled:focus, input:disabled:active, input[disabled]:hover, input[disabled]:focus, input[disabled]:active{
	opacity:0.6;
	pointer-events: none;
	cursor: not-allowed;
}
	
.newBtn{
	background: #7a869a;
	color: #fff;
    cursor: pointer;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    margin: 0 0 0 0 !important;
    min-width: 34px;
    padding: 7px 0 0 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
	border:none;
}
.newBtn:hover{
	background: #909bac;
	text-decoration:none;
	color:#fff;
}
.newBtn:focus{
	text-decoration:none;
	color:#fff;
}
.SortByBtn{
	background: #7a869a url(/images/icons/ddlArrowWhite.png) no-repeat 10px 16px;
	color: #fff;
    cursor: pointer;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    margin: 0 0 0 0 !important;
    min-width: 34px;
    padding: 7px 0 0 14px;
    text-align: center;
    text-decoration: none;
    width: 100%;
	border:none;
}
.SortByBtn:hover{
	background: #909bac url(/images/icons/ddlArrowWhite.png) no-repeat 10px 16px;
	text-decoration:none;
	color:#fff;
}
.SortByBtn:focus{
	text-decoration:none;
	color:#fff;
}

.DelFadeBtn{
	background: #909bac;
    border: medium none;
    border-radius: 0;
    height: 34px;
    margin: 0;
    padding: 6px 5px 0 5px;
    width: 100%;
	min-width:34px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	float:right;
}
.DelFadeBtn:hover{
	background: #909bac;
	text-decoration:none;
	color:#fff;
}
.DelFadeBtn:focus{
	text-decoration:none;
	color:#fff;
}
.transferlist .col-md-6{
	width: 222px;
	float:left;
}
.GoTrsfBtn{
	width:196px;
	height:34px;
	background:#FFCA2B url(/images/icons/gotoTrsfBtn.png) no-repeat 169px 10px;
	color:#fff;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	float:left;
	text-align:center;
	padding:6px 25px 0 0;
	margin:0 0 0 5px;
}
.GoTrsfBtn:hover{
	background:#F4B800 url(/images/icons/gotoTrsfBtn.png) no-repeat 169px 10px;
	text-decoration:none;
	color:#fff;
}
.GoTrsfBtn:focus{
	text-decoration:none;
	color:#fff;
}
.transferlist .col-md-7{
	width: 420px;
	float:left;
	height:140px;
}
.transferlist .col-md-7 textarea{
	height:90px;
}
.transferlist .col-md-8{
	width:185px;
	float:left;
	
}
.GoTrsfBtn2 {
    background: #ffca2b url("/images/icons/gotoTrsfBtn.png") no-repeat scroll 158px 10px;
    color: #fff;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    margin: 0 0 0 0;
    padding: 6px 25px 0 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.GoTrsfBtn2:hover{
	background:#F4B800 url(/images/icons/gotoTrsfBtn.png) no-repeat 158px 10px;
	text-decoration:none;
	color:#fff;
}
.GoTrsfBtn2:focus{
	text-decoration:none;
	color:#fff;
}
.transferlist .col-md-9 textarea{
	height:70px;
}
.transferlist .col-md-9{
	width:420px;
	float:left;
	height:102px;
}
.RentalBtn2{
	background: #1a4f8a url("/images/icons/AddRentalBtn.png") no-repeat scroll 185px 10px;
    color: #fff;
    float: right;
    font-size: 17px;
    font-weight: bold;
    height: 40px;
    margin: 0 0 0 2px;
	padding: 7px 32px 0 0;
    text-align: center;
    text-decoration: none;
    width: 220px;
}
.RentalBtn2:hover{
	background:#2267B3 url(/images/icons/AddRentalBtn.png) no-repeat 185px 10px;
	text-decoration:none;
	color:#fff;
}
.RentalBtn2:focus{
	text-decoration:none;
	color:#fff;
}

#carrental_section {
    background: #eef2f7 none repeat scroll 0 0;
    border-left: 3px solid #c9d6e4;
    border-right: 3px solid #c9d6e4;
	border-bottom: 3px solid #c9d6e4;
    float: left;
    height: auto;
    padding: 0;
    width: 1170px;
}
#carrental_section .MainDetails{
	margin-top:20px;
}
#carrental_section .MemoDetails{
	margin-top:20px;
}
#carrental_section .col-md-1{
	width:360px;
	float:left;
}
#carrental_section .chosen-container-single .chosen-single div b {
    background: rgba(0, 0, 0, 0) url("/images/icons/ddlArrow.png") no-repeat scroll 0 14px;
    display: block;
    height: 100%;
    width: 100%;
}
#carrental_section .col-md-2{
	float: left;
	width: 123px;
}
#carrental_section .col-md-row {
    float: left;
    margin-top: 10px;
    width: 100%;
}
#carrental_section .form-control {
    border: 1px solid #d4dee9;
    border-radius: 0;
    color: #524c52;
    font-size: 15px;
    padding: 0 5px;
}
#carrental_section .col-md-3 {
    float: left;
    width: 265px;
}
#carrental_section .col-md-4 {
    float: left;
    width: 510px;
}
#carrental_section .col-md-5 {
    float: left;
    width: 200px;
}
#carrental_section .MemoDetails textarea {
    height: 100px;
	width:383px;
}
#carrental_section .Sep {
    border-bottom: 1px solid #b3c5d9;
    border-top: medium none;
    float: left;
    height: 5px;
    margin: 0 0 0 -10px;
    width: 1170px;
}
.greyRow{
	height:40px !important;
	min-height:40px;
	background:#E8EDF3;
	color:#D53C37;
	font-size:17px;
	font-weight:bold;
	padding:7px 0 0 0;
}
#carrental_section .lastRow {
    border-bottom: 1px solid #c9d6e4;
    float: left;
    height: 45px;
    margin: 0 0 0 -10px;
    min-height: 45px;
    padding: 0 10px 0 0;
    text-align: right;
    width: 1170px;
}
#carrental_section .col-md-6 {
    float: left;
    width: 255px;
}
#carrental_section .col-md-7 {
    float: left;
    width: 560px;
}
#carrental_section .col-md-8 {
    float: left;
    width: 50px;
}
#carrental_section .col-md-9 {
    float: left;
    height: 140px;
    width: 420px;
}
#exc_section{
	background: #eef2f7;
    border-bottom: 3px solid #c9d6e4;
    border-left: 3px solid #c9d6e4;
    border-right: 3px solid #c9d6e4;
    float: left;
    height: auto;
    padding: 0;
    width: 1170px;
}
#exc_section2{
	background: #eef2f7;
    float: left;
    height: auto;
    padding: 0;
    width: 1172px;
	margin-left:-1px;
}
#exc_section2 .ListBrd .col-lmd-1{
	width:410px;
	float:left;
}
#exc_section .ListItems .col-lmd-img {
    padding: 0;
    width: 30px;
	float:none;
}
#exc_section .ListItems .col-lmd-1{
	width:378px;
	float:left;
	border-right: 3px solid #fff;
	float:none;
}
#exc_section2 .ListBrd .col-lmd-2{
	width:100px;
	float:left;
}
#exc_section .ListItems .col-lmd-2{
	width:100px;
	float:none;
	border-right: 3px solid #fff;
}
#exc_section2 .ListBrd .col-lmd-2:last-child{
	width:104px;
	border-right:none;
}
#exc_section .ListItems .col-lmd-2:last-child{
	border-right: none;
	width:104px;
	padding:0 5px 0 0;
}
#exc_section2 .ListBrd .col-lmd-2:last-child label{
	text-align:center;
	padding:0 5px 0 0 ;
}
#exc_section2 .ListBrd .col-lmd-3{
	width:200px;
	float:left;
}
#exc_section .ListItems .col-lmd-3{
	width:200px;
	float:none;
	padding: 0 0 0 5px;
	border-right: 3px solid #fff;
}
#exc_section2 .ListBrd .col-lmd-3 label{
	text-align:left;
	padding: 0 0 0 5px;
}
#exc_section2 .ListBrd .col-lmd-4{
	width:70px;
	float:left;
	border-right: 3px solid #fff;
}
#exc_section .ListItems .col-lmd-4{
	width:70px;
	float:none;
	border-right: 3px solid #fff;
	padding:0 5px 0 0;
}
#exc_section .ListItems .col-lmd-4 label{
	text-align:left;
	padding:0 0 0 5px;
}
#exc_section2 .ListBrd .col-lmd-4 label{
	text-align:center;
}
#exc_section .MainDetails{
	width: 100%;
	border-right:none;
	float:left;
}
#exc_section .col-md-15{
	width:132px;
	float:left;
}
#exc_section .col-md-13{
	width:380px;
	float:left;
}
#exc_section .col-md-3{
	width:90px;
	float:left;
}
#exc_section .col-md-4{
	width:220px;
	float:left;
}
#exc_section .col-md-6{
	width:195px;
	float:left;
}
#exc_section .form-control {
    border: 1px solid #d4dee9;
    border-radius: 0;
    color: #524c52;
    font-size: 15px;
    padding: 0 5px;
}
#exc_section .chosen-single{
	background:#fff;
}
#exc_section .form-control {
    border: 1px solid #d4dee9;
    border-radius: 0;
    color: #524c52;
    font-size: 15px;
    padding: 0 5px;
}
#exc_section .chosen-container-single .chosen-single div b{
	background: url("/images/icons/ddlArrow.png") no-repeat 0 14px;
    display: block;
    height: 100%;
    width: 100%;
}
#exc_section .checkbox{
	float:left;
	margin:0;
}
#exc_section .checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	line-height: 2.3;
	height:30px;
	margin:0;
}
#exc_section .checkbox label::before{
	content: "";
	display: inline-block;
	position: absolute;
 	width:34px;
	height:34px;
	left: 0;
	/*margin-left: -20px;*/
	border: 1px solid #cccccc;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
#exc_section .checkbox label::after {
	display: inline-block;
	position: absolute;
	width:34px;
	height:34px;
	left: 5px;
	top: -4px;
	/*margin-left: -20px;*/
	padding-left: 3px;
	padding-top: 0;
	font-size: 18px;
	color: #fff;
}
#exc_section .checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #7A869A;
	border-color:#D4DEE9;
}



.RemoveBtnShort{
	background: #d9534f url("/images/icons/removeIcon.png") no-repeat scroll 10px 10px !important;
    color: #fff;
    float: right;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    margin: 0 5px 0 0;
    padding: 7px 0 0 15px;
    text-align: center;
    text-decoration: none;
    width: auto;
	min-width:34px;
	border:none;
	cursor:pointer;
}
.RemoveBtnShort:hover{
	background:#d0312d url("/images/icons/removeIcon.png") no-repeat scroll 10px 10px !important;
	color:#fff;
	text-decoration:none;
}
.RemoveBtnShort:focus{
	color:#fff;
	text-decoration:none;
}

#various_contr_section{
	background: #eef2f7 none repeat scroll 0 0;
    border-bottom: 3px solid #c9d6e4;
    border-left: 3px solid #c9d6e4;
    border-right: 3px solid #c9d6e4;
    float: left;
    height: auto;
    padding: 0;
    width: 1170px;
}
#various_contr_section .ListItems{
	width:1162px;
}
#various_contr_section .col-md-row{
	width:1140px;
	float:left;
	margin:0 0 0 0;
}
#various_contr_section .col-md-1{
	width:350px;
	float:left;
	margin:0 0 0 0;
}
#various_contr_section .chosen-container-single .chosen-single {
    background: #fff none repeat scroll 0 0;
    font-size: 14px;
}
#various_contr_section .chosen-container-single .chosen-single div b {
    background: rgba(0, 0, 0, 0) url("/images/icons/ddlArrow.png") no-repeat scroll 0 14px;
    display: block;
    height: 100%;
    width: 100%;
}
#various_contr_section label {
    font-weight: normal;
    height: 20px;
    padding: 0 0 0 5px;
    text-align: left;
}
#various_contr_section .col-md-3{
	float: left;
    width: 123px;
	margin:0 0 0 0;
}
#various_contr_section .form-control {
    border: 1px solid #d4dee9;
    border-radius: 0;
    color: #524c52;
    font-size: 15px;
    padding: 0 5px;
}
#various_contr_section .col-md-4{
	float: left;
    width: 143px;
	margin:0 0 0 0;
}
#various_contr_section .col-md-5{
	float: left;
    width: 70px;
}
#various_contr_section .col-md-6{
	float: left;
    width: 90px;
}
#various_contr_section h4{
	border-bottom: 1px solid #fff;
    color: #548c2f;
    float: left;
    font-size: 16px;
    font-weight: normal;
    height: 30px;
    line-height: 23px;
    width: 100%;
}
#various_contr_section .col-md-7 {
    width: 155px;
	float:left;
}

/* DINING */
#dining_section{
	background: #eef2f7 none repeat scroll 0 0;
    border-bottom: 3px solid #c9d6e4;
    border-left: 3px solid #c9d6e4;
    border-right: 3px solid #c9d6e4;
    float: left;
    height: auto;
    padding: 0;
    width: 1170px;
}
#dining_section .ListItems{
	width:1162px;
}
#dining_section .col-md-row{
	width:1140px;
	float:left;
	margin:0 0 0 0;
}
#dining_section .col-md-1{
	width:350px;
	float:left;
	margin:0 0 0 0;
}
#dining_section .chosen-container-single .chosen-single {
    background: #fff none repeat scroll 0 0;
    font-size: 14px;
}
#dining_section .chosen-container-single .chosen-single div b {
    background: rgba(0, 0, 0, 0) url("/images/icons/ddlArrow.png") no-repeat scroll 0 14px;
    display: block;
    height: 100%;
    width: 100%;
}
#dining_section label {
    font-weight: normal;
    height: 20px;
    padding: 0 0 0 5px;
    text-align: left;
}
#dining_section .col-md-3{
	float: left;
    width: 123px;
	margin:0 0 0 0;
}
#dining_section .form-control {
    border: 1px solid #d4dee9;
    border-radius: 0;
    color: #524c52;
    font-size: 15px;
    padding: 0 5px;
}
#dining_section .col-md-4{
	float: left;
    width: 143px;
	margin:0 0 0 0;
}
#dining_section .col-md-5{
	float: left;
    width: 70px;
}
#dining_section .col-md-6{
	float: left;
    width: 90px;
}
#dining_section h4{
	border-bottom: 1px solid #fff;
    color: #548c2f;
    float: left;
    font-size: 16px;
    font-weight: normal;
    height: 30px;
    line-height: 23px;
    width: 100%;
}
#dining_section .col-md-7 {
    width: 155px;
	float:left;
}
/* */
.OverrideBtn{
	background: #7a869a url("/images/icons/OverridePrIcon.png") no-repeat scroll 129px 6px;
    color: #fff;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    margin: 0 0 0 5px;
    padding: 6px 27px 0 0;
    text-align: center;
    text-decoration: none;
    width: 155px;
}
.OverrideBtn:hover{
	background: #909BAC url("/images/icons/OverridePrIcon.png") no-repeat scroll 129px 6px;
	text-decoration: none;
	color: #fff;
}
.OverrideBtn:focus{
	text-decoration: none;
	color: #fff;
}
#various_contr_section .Sep {
    border-bottom: 1px solid #b3c5d9;
    border-top: medium none;
    float: left;
    height: 5px;
    margin: 0 0 0 0;
    width: 1166px;
}
#various_section{
	background: #eef2f7 none repeat scroll 0 0;
    border-bottom: 3px solid #c9d6e4;
    border-left: 3px solid #c9d6e4;
    border-right: 3px solid #c9d6e4;
    float: left;
    height: auto;
    padding: 0 0;
    width: 1170px;
}
#various_section .col-md-row{
	width:1140px;
	float:left;
}
#various_section .col-md-1{
	width:350px;
	float:left;
}
#various_section .chosen-container-single .chosen-single {
    background: #fff none repeat scroll 0 0;
    font-size: 14px;
}
#various_section .chosen-container-single .chosen-single div b {
    background: rgba(0, 0, 0, 0) url("/images/icons/ddlArrow.png") no-repeat scroll 0 14px;
    display: block;
    height: 100%;
    width: 100%;
}
#various_section label {
    font-weight: normal;
    min-height:30px;
	height:auto;
    padding: 0 0 0 5px;
    text-align: left;
	margin-top:0;
	min-height:22px;
}
#various_section .col-md-3{
	float: left;
    width: 123px;
}
#various_section .form-control {
    border: 1px solid #d4dee9;
    border-radius: 0;
    color: #524c52;
    font-size: 15px;
    padding: 0 5px;
}
#various_section .col-md-4{
	float: left;
    width: 143px;
}
#various_section .col-md-5{
	float: left;
    width: 70px;
}
#various_section .col-md-5 label{
	padding:0;
	text-align:center;
	width:100%;
}
#various_section .col-md-6{
	float: left;
    width: 90px;
}
#various_section .col-md-6 label{
	padding:0;
	text-align:center;
	width:100%;
}
#various_section h4{
	border-bottom: 1px solid #fff;
    color: #548c2f;
    float: left;
    font-size: 16px;
    font-weight: normal;
    height: 30px;
    line-height: 23px;
    width: 100%;
}
#various_section .col-md-7 {
    width: 155px;
	float:left;
}
#various_section .Sep {
    border-bottom: 1px solid #b3c5d9;
    border-top: medium none;
    float: left;
    height: 5px;
    margin: 0 0 0 -10px;
    width: 1166px;
	padding:0 0 15px 0;
}
#various_section .col-md-8 {
    width: 50px;
	float:left;
	margin:0 0 0 10px;
}

.ListBrd{
	border:1px solid #E8EDF3;
	background:#C9D6E4;
	float:left;
	height:auto;
	min-height:30px;
	padding:0 0 2px 0;
	width:1170px;
}
.ListTitle{
	background:#8498B0;
	width:1164px;
	margin:2px 2px 0 2px;
	color::#fff;
	float:left;
	height:35px;
}
.ListTitle label{
	color:#fff;
	font-size:16px;
	text-align:left;
	padding:0 0 0 5px;
	width:100%;
}
.ListBrd .col-lmd-1{
	float:left;
	width:370px;
	height:35px;
	border-right:3px solid #fff;
}
.ListBrd .col-lmd-2{
	float:left;
	width:100px;
	height:35px;
	border-right:3px solid #fff;
}
.ListBrd .col-lmd-2 label{
	padding:0;
	text-align:center;
}
.ListBrd .col-lmd-3{
	float:left;
	width:56px;
	height:35px;
	border-right:3px solid #fff;
}
.ListBrd .col-lmd-3 label{
	padding:0;
	text-align:center;
}
.ListBrd .col-lmd-3:last-child{
	border-right:none;
}
.ListItems{
	background: #efedef; /* Old browsers */
	background: -moz-linear-gradient(top,  #efedef 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #efedef 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #efedef 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efedef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	height:auto;
	min-height:30px;
	/*margin:0 2px;*/
	width:1164px;
	cursor:pointer;
}
/*.ListItems label{
	color:#524C52;
	font-weight:normal;
	font-size:14px;
	text-align:left;
	padding:0 0 0 5px;
	min-height:30px;
	height:auto;
	float:left;
	width:100%;
}*/
#accomodation_section table{
	height:0px;
	min-height:30px;
	float:left;
	margin:0 2px;
	table-layout:fixed;
}
#accomodation_section td{
	border-right: 3px solid #fff;
	height:30px;
}
#accomodation_section td:last-child{
	border-right:none;
}
#accomodation_section td:first-child{
	border-right:none;
}
#accomodation_section .col-lmd-img {
    width: 30px;
	padding:0;
}
.ListItems .col-lmd-1{
	height:30px;
	padding:0 0 0 5px;
	float:none;
	width:339px;
}
.ListItems .col-lmd-2{
	height:30px;
	padding:0;
	float:none;
	width:100px;
}
.ListItems .col-lmd-3{
	height:30px;
	padding:0 5px 0 0;
	float:none;
	width: 56px;
}
.ListItems .col-lmd-4{
	height:30px;
	padding:0 0 0 5px;
	float:none;
	width: 370px;
}
/*.ListItems .col-lmd-2 label{
	text-align:center;
}
.ListItems .col-lmd-3 label{
	text-align:right;
	padding:0 5px 0 0;
}*/
.ListItems .OpenIcon{
	float:left;
	width:30px;
	height:30px;
	background:url(/images/icons/ListPlusIcon.png) no-repeat 8px 6px;
}
.transferlist .ListBrd{
	padding:0;
	border:none;
	width:1166px;
	margin:-2px -2px 0 -2px;
}
.transferlist .ListItems{
	margin:0px;
}
.transferlist .ListTitle{
	border:none;
	width:1164px;
}
.transferlist table{
	height:0px;
	min-height:30px;
	float:left;
	table-layout:fixed;
}
.transferlist .col-lmd-img {
    width: 30px;
	padding:0;
}
.transferlist .ListBrd .col-lmd-1{
	width:86px;
	float:left;
}
.transferlist .ListItems .col-lmd-1{
	float:none;
	width:56px;
	border-right: 3px solid #fff;
	height: 30px;
	padding:0 0 0 5px;
}
.transferlist .ListBrd .col-lmd-2{
	width:250px;
	float:left;
}
.transferlist .ListBrd .col-lmd-2 label{
	text-align:left;
	padding:0 0 0 5px;
}
.transferlist .ListItems .col-lmd-2{
	float:none;
	width:250px;
	border-right: 3px solid #fff;
	height: 30px;
	padding:0 0 0 5px;
}
.transferlist .ListBrd .col-lmd-3{
	width:190px;
	float:left;
}
.transferlist .ListBrd .col-lmd-3 label{
	text-align:left;
	padding:0 0 0 5px;
}
.transferlist .ListItems .col-lmd-3{
	float:none;
	width:190px;
	border-right: 3px solid #fff;
	height: 30px;
	padding:0 0 0 5px;
}
.transferlist .ListBrd .col-lmd-4{
	width:83px;
	float:left;
	border-right: 3px solid #fff;
	height: 35px;
	padding:0;
}
.transferlist .ListBrd .col-lmd-4 label{
	text-align:center;
	padding:0;
}
.transferlist .ListItems .col-lmd-4{
	float:none;
	width:83px;
	border-right: 3px solid #fff;
	height: 30px;
}
.transferlist .ListBrd .col-lmd-5{
	width:55px;
	float:left;
	border-right: 3px solid #fff;
	height:35px;
}
.transferlist .ListBrd .col-lmd-5 label{
	text-align:center;
	padding:0;
}
.transferlist .ListItems .col-lmd-5{
	float:none;
	width:55px;
	border-right: 3px solid #fff;
	height: 30px;
	padding:0 5px 0 0;
}
.transferlist .ListItems td:nth-child(8){
	padding:0;
}
.transferlist .ListBrd .col-lmd-5:last-child{
	border-right: none;
}
.transferlist .ListItems .col-lmd-5:last-child{
	border-right: none;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #FBFCFD;
	color: #656667;
    opacity: 1;
}
.transferlist .chosen-disabled {
    opacity: 0.8 !important;
    cursor: default;
	background-color: #F7F7F7 !important;
}
#carrental_section .ListBrd{
	border:none;
	width:1166px;
}
#carrental_section .ListTitle{
	margin:2px 2px 0 0px;
	width:1164px;
}
#carrental_section .ListItems{
	margin:0 3px 0 0px;
}
#carrental_section table{
	height:0px;
	min-height:30px;
	float:left;
	table-layout:fixed;
}
#carrental_section .col-lmd-img {
    width: 30px;
	padding:0;
}
#carrental_section .ListTitle .col-lmd-1{
	width:220px;
	float:left;
}
#carrental_section .ListItems .col-lmd-1{
	float:none;
	width:189px;
	border-right: 3px solid #fff;
	height: 30px;
	padding:0 0 0 5px;
	word-wrap:break-word;
	overflow:hidden;
}
#carrental_section .ListTitle label {
    color: #fff;
    font-size: 16px;
    padding: 0 0 0 5px;
    text-align: left;
    width: 100%;
}
#carrental_section .ListTitle .col-lmd-2 {
    border-right: 3px solid #fff;
    float: left;
    height: 35px;
    width: 80px;
}
#carrental_section .ListTitle .col-lmd-2 label{
	text-align:center;
	padding:0 0 0 0;
}
#carrental_section .ListItems .col-lmd-2 {
    border-right: 3px solid #fff;
    float: none;
    height: 30px;
    width: 80px;
	padding:0;
}
#carrental_section .ListTitle .col-lmd-3{
	float:left;
	width:200px;
	border-right: 3px solid #fff;
	height: 35px;
}
#carrental_section .ListItems .col-lmd-3{
	float:none;
	width:200px;
	border-right: 3px solid #fff;
	height: 30px;
	padding:0 0 0 5px;
}
#carrental_section .ListItems .col-lmd-3 label{
	text-align:left;
	padding:0 0 0 5px;
}
#carrental_section .ListTitle .col-lmd-4{
	float:left;
	width:260px;
	border-right: 3px solid #fff;
	height: 35px;
}
#carrental_section .ListItems .col-lmd-4{
	float:none;
	width:260px;
	border-right: 3px solid #fff;
	height: 30px;
	padding:0 0 0 5px;
}
#carrental_section .ListTitle .col-lmd-5{
	float:left;
	width:64px;
	height: 35px;
}
#carrental_section .ListTitle .col-lmd-5 label{
	text-align:center;
	padding:0 0 0 0;
}
#carrental_section .ListItems .col-lmd-5{
	float:none;
	width:64px;
	height: 30px;
	padding: 0 5px 0 0;
}
#carrental_section .ListItems .col-lmd-5 label{
	text-align:right;
	padding:0 5px 0 0;
}
.DetailsBrd{
	width:1170px;
	height:auto;
	min-height:30px;
	border-left:1px dashed #b1c4d8;
	border-right:1px dashed #b1c4d8;
	border-bottom:1px dashed #b1c4d8;
	float:left;
	background: #eef2f7;
}
.DetailsTitleBrd{
	background: #f6f5f6 none repeat scroll 0 0;
    border: 1px solid #b1c4d8;
    float: left;
    height: auto;
    margin: 0 0 0 0;
    width: 1170px;
	padding:0 0 0 0;
}
.DetailsTitleBrd .errorMessage{
	padding:7px 0 0 10px;
	margin:0;
	color:#194c8a;
	font-size:17px;
	float:left;
	width:auto;
}
.DetailsBtn{
	background: #1a4f8a url("/images/icons/DetailsBtn.png") no-repeat scroll 147px 8px;
    color: #fff;
    float: right;
    font-size: 17px;
    font-weight: bold;
    height: 40px;
    margin: 0 0 0 2px;
    padding: 7px 32px 0 0;
    text-align: center;
    text-decoration: none;
    width: 180px;
	cursor:pointer;
}
.DetailsBtn:hover{
	background: #2267b3 url("/images/icons/DetailsBtn.png") no-repeat scroll 147px 8px;
    color: #fff;
	text-decoration:none;
}
.DetailsBtn:focus{
	color: #fff;
	text-decoration:none;
}
.DetailsBrd h4{
	border-bottom: 1px solid #fff;
    color: #548c2f;
    float: left;
    font-size: 16px;
    font-weight: normal;
    height: 36px;
    line-height: 40px;
    width: 1150px;
	margin:0 10px 0 10px;
	padding:0 0 0 10px;
}
.DetailsBrd p{
	background: #F5F8FA;
    float: left;
    height: auto;
    min-height: 30px;
    width: 1150px;
	margin:0 0 1px 0;
	padding:5px 0 0 10px;
}
.DetailsBrd p:last-child{
	border-bottom:1px solid #fff;
}
.buttons{
	float:left;
	border-top:1px solid #D7DEE6;
	border-bottom:1px solid #D7DEE6;
	margin:20px 0 0 0;
	padding:2px 0;
	width:1170px;
	height:115px;
}
.buttonsCont{
	height:109px;
	width:1170px;
	background:#F6F5F6;
	float:left;
}
.buttons .buttonsCont .col-md-1{
	float:left;
	width:100px;
	margin:10px;
	height:85px;
}
.buttons .buttonsCont .col-md-2{
	float:right;
	width:100px;
	margin:10px;
	height:60px;
}
.buttons .buttonsCont .col-md-3{
	float:right;
	width:150px;
	margin:70px 10px 10px 10px;
	height:60px;
}

.buttons .buttonsCont .SaveChangesBtn{
	background:url(/images/icons/SaveChangesBtn.png) no-repeat top center;
	border:none;
	padding:55px 0 0 0;
	text-align:center;
	color:#524C52;
	font-size:15px;
	float:left;
	width:100px;
	white-space: normal;
	line-height:16px;
	height:100px;
}
.buttons .buttonsCont .CancelBookingBtn{
	background:url(/images/icons/CancelResBtn.png) no-repeat top center;
	border:none;
	padding:55px 0 0 0;
	text-align:center;
	color:#524C52;
	font-size:15px;
	float:left;
	line-height:16px;
	text-decoration:none;
	cursor:pointer;
	white-space:normal;
}
.buttons .buttonsCont .UnCancelBookingBtn{
	background:url(/images/icons/UncancelBtn.png) no-repeat top center;
	border:none;
	padding:55px 0 0 0;
	text-align:center;
	color:#524C52;
	font-size:15px;
	float:left;
	line-height:16px;
	text-decoration:none;
	cursor:pointer;
	white-space:normal;
}
.buttons .buttonsCont .DeleteBtn{
	background:url(/images/icons/DeleteBtn.png) no-repeat top center;
	border:none;
	padding:55px 0 0 0;
	text-align:center;
	color:#524C52;
	font-size:15px;
	float:left;
	line-height:16px;
	text-decoration:none;
	cursor:pointer;
	white-space:normal;
	width:80px;
}
.buttons .buttonsCont .DeleteAllBtn{
	background:url(/images/icons/DeleteAllBtn.png) no-repeat top center;
	border:none;
	padding:55px 0 0 0;
	text-align:center;
	color:#524C52;
	font-size:15px;
	float:left;
	line-height:16px;
	text-decoration:none;
	cursor:pointer;
	white-space:normal;
}
.buttons .buttonsCont .FinalizeInvBtn{
	background:url(/images/icons/FinalizeInvBtn.png) no-repeat top center;
	border:none;
	padding:55px 0 0 0;
	text-align:center;
	color:#524C52;
	font-size:15px;
	float:left;
	line-height:16px;
	text-decoration:none;
	cursor:pointer;
	white-space:normal;
	width:100px;
}
.buttons .buttonsCont .CopyContractBtn{
	background:url(/images/icons/CopyContractBtn.png) no-repeat top center;
	border:none;
	padding:55px 0 0 0;
	text-align:center;
	color:#524C52;
	font-size:15px;
	float:left;
	line-height:16px;
	text-decoration:none;
	cursor:pointer;
	width:80px;
	white-space:normal;
}
.buttons .buttonsCont .RefreshBtn{
	background:url(/images/icons/RefreshBtn.png) no-repeat top center;
	padding:55px 0 0 0;
	text-align:center;
	color:#524C52;
	font-size:15px;
	height:60px;
	float:left;
	text-decoration:none;
	width:80px;
	line-height:16px;
}
.buttons .buttonsCont .DownloadPDFBtn{
	background:url(/images/icons/DownloadPDFBtn.png) no-repeat top center;
	padding:55px 0 0 0;
	text-align:center;
	color:#524C52;
	font-size:15px;
	height:60px;
	float:left;
	text-decoration:none;
	width:80px;
	line-height:16px;
	cursor:pointer;
}
.buttons .buttonsCont .RecalculateBtn{
	background:url(/images/icons/RecalculateBtn.png) no-repeat top center;
	padding:55px 0 0 0;
	text-align:center;
	color:#524C52;
	font-size:15px;
	height:80px;
	float:left;
	text-decoration:none;
	width:80px;
	line-height:16px;
	cursor:pointer;
}
.buttons .buttonsCont .DownloadPDFRedBtn{
	background:url(/images/icons/DownloadPDFRedBtn.png) no-repeat top center;
	padding:55px 0 0 0;
	text-align:center;
	color:#524C52;
	font-size:15px;
	/*height:60px;*/
	float:left;
	text-decoration:none;
	width:80px;
	line-height:16px;
	cursor:pointer;
	white-space: normal;
	border:none;
}
.buttons .buttonsCont .CheckRebuildBtn{
	background:url(/images/icons/CheckRebuildBtn.png) no-repeat top center;
	padding:55px 0 0 0;
	text-align:center;
	color:#524C52;
	font-size:15px;
	/*height:60px;*/
	float:left;
	text-decoration:none;
	width:140px;
	line-height:16px;
	cursor:pointer;
	white-space: normal;
}
.buttons .buttonsCont .DownloadPDFRed2Btn{
	background:url(/images/icons/DownloadPDFRedBtn.png) no-repeat top center;
	border: medium none;
    color: #524c52;
    float: left;
    font-size: 15px;
    padding: 55px 0 0 0;
    text-align: center;
	width:80px;
	white-space: normal;
	line-height: 16px;
}
.buttons .buttonsCont .DownloadPDFRedDoubleBtn{
	background:url(/images/icons/DownloadPDFDoubleBtn.png) no-repeat top center;
	padding:55px 0 0 0;
	text-align:center;
	color:#524C52;
	font-size:15px;
	height:60px;
	float:left;
	text-decoration:none;
	width:90px;
	line-height:16px;
	cursor:pointer;
}
.buttons .buttonsCont .ReturnToListBottomBtn{
	background:url(/images/icons/ReturnToListBottomBtn.png) no-repeat top center;
	padding:55px 0 0 0;
	text-align:center;
	color:#524C52;
	font-size:15px;
	height:60px;
	float:left;
	text-decoration:none;
	width:80px;
	line-height:16px;
}
.buttons .buttonsCont .StartBtn{
	background:url(/images/icons/StartBtn.png) no-repeat top center;
	padding:55px 0 0 0;
	text-align:center;
	color:#524C52;
	font-size:15px;
	height:80px;
	float:left;
	text-decoration:none;
	width:80px;
	line-height:16px;
	border:none;
	word-break:normal;
	
}
.buttons .buttonsCont .PrintVouchersBtn{
	background:url(/images/icons/PrintBtn.png) no-repeat top center;
	border:none;
	padding:55px 0 0 0;
	text-align:center;
	color:#524C52;
	font-size:15px;
	float:left;
	line-height:16px;
	width:80px;
}
.buttons .buttonsCont .PreviewBtn{
	background:url(/images/icons/PreviewBtn.png) no-repeat top center;
	border:none;
	padding:55px 0 0 0;
	text-align:center;
	color:#524C52;
	font-size:15px;
	float:left;
	line-height:16px;
	width:100px;
	text-decoration:none;
	cursor:pointer;
}
.buttons .buttonsCont .ExportBtn{
	background:url(/images/icons/ExportBtn.png) no-repeat top center;
	border:none;
	padding:55px 0 0 0;
	text-align:center;
	color:#524C52;
	font-size:15px;
	float:left;
	line-height:16px;
	width:100px;
	text-decoration:none;
	cursor:pointer;
}
.buttons .buttonsCont .col-md-4{
	float:left;
	width:150px;
	margin:10px 0 0 0;
	height:auto;
}
.buttons .buttonsCont .col-md-5{
	float:left;
	width:80px;
	margin:10px 0 0 0;
	height:auto;
}
.buttons .buttonsCont .col-md-6{
	float:left;
	width:240px;
	margin:10px 0 0 0;
	height:auto;
}
.buttons .buttonsCont .col-md-7{
	float:left;
	width:370px;
	margin:10px 0 0 0;
	height:auto;
}
.buttons .buttonsCont .col-md-8{
	float:left;
	width:170px;
	margin:10px 0 0 0;
	height:auto;
}
.buttons .buttonsCont .col-md-9{
	float:left;
	width:750px;
	margin:10px 0 0 0;
	height:auto;
}
.buttons .buttonsCont label{
	width:100%;
	padding:0 0 0 5px;
	text-align:left;
	color:#524c52;
	font-weight:normal;
	height:20px;
	text-align:left;
}
.buttons .buttonsCont input{
	border: 1px solid #d4dee9;
    border-radius: 0;
    color: #524c52;
    font-size: 15px;
    padding: 0 5px;
}
.buttons .buttonsCont .checkbox{
	float:left;
	margin:0;
}
.buttons .buttonsCont .checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	line-height: 2.3;
	height:30px;
	margin:0;
}
.buttons .buttonsCont .checkbox label::before{
	content: "";
	display: inline-block;
	position: absolute;
 	width:34px;
	height:34px;
	left: 0;
	/*margin-left: -20px;*/
	border: 1px solid #cccccc;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.buttons .buttonsCont .checkbox label::after {
	display: inline-block;
	position: absolute;
	width:34px;
	height:34px;
	left: 5px;
	top: -4px;
	/*margin-left: -20px;*/
	padding-left: 3px;
	padding-top: 0;
	font-size: 18px;
	color: #fff;
}
.buttons .buttonsCont .checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #7A869A;
	border-color:#D4DEE9;
}
.buttons .buttonsCont .UpdateFlightBtn {
    background: #4a9ac7 url("/images/icons/PriceAnalysisBtn.png") no-repeat scroll 324px 7px;
    color: #fff;
    float: right;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    margin: 0 0 0;
    padding: 6px 27px 0 0;
    text-align: center;
    text-decoration: none;
    width: 350px;
}
.buttons .buttonsCont .DownloadXLSFlatBtn {
    background: #4a9ac7 url("/images/icons/downloadList.png") no-repeat scroll 124px 9px;
    color: #fff;
    float: right;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    margin: 0;
    padding: 6px 27px 0 0;
    text-align: center;
    text-decoration: none;
    width: 150px;
}

.PriceAnalysisBtn{
	background: #4A9AC7 url("/images/icons/PriceAnalysisBtn.png") no-repeat scroll 226px 7px;
    color: #fff;
    float: right;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    margin: 10px 0 0 0;
    padding: 6px 27px 0 0;
    text-align: center;
    text-decoration: none;
    width: 250px;
}
.PriceAnalysisBtn:hover{
	color:#fff;
	text-decoration:none;
	background: #31779D url("/images/icons/PriceAnalysisBtn.png") no-repeat scroll 226px 7px;
}
.PriceAnalysisBtn:focus{
	color:#fff;
	text-decoration:none;
}
.CopyContractFlatBtn{
	background: #4A9AC7 url("/images/icons/PriceAnalysisBtn.png") no-repeat scroll 156px 7px;
    color: #fff;
    float: right;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    margin: 10px 0 0 0;
    padding: 0 23px 0 0;
    text-align: center;
    text-decoration: none;
    width: 180px;
	border:none;
	cursor:pointer;
}
.CopyContractFlatBtn:hover{
	color:#fff;
	text-decoration:none;
	background: #31779D url("/images/icons/PriceAnalysisBtn.png") no-repeat scroll 156px 7px;
}
.CopyContractFlatBtn:focus{
	color:#fff;
	text-decoration:none;
}
.SaveChangesFlatBtn{
	background: #4A9AC7 url("/images/icons/PriceAnalysisBtn.png") no-repeat scroll 124px 7px;
    color: #fff;
    float: right;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    margin: 10px 0 0 0;
    padding: 6px 23px 0 0;
    text-align: center;
    text-decoration: none;
    width: 150px;
	border:none;
}
.SaveChangesFlatBtn:hover{
	color:#fff;
	text-decoration:none;
	background: #31779D url("/images/icons/PriceAnalysisBtn.png") no-repeat scroll 124px 7px;
}
.SaveChangesFlatBtn:focus{
	color:#fff;
	text-decoration:none;
}
.AddSupplierBtn{
	background: #4A9AC7 url("/images/icons/AddSupplierBtn.png") no-repeat scroll 136px 7px;
    color: #fff;
    float: right;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    margin: 10px 0 0 0;
    padding: 6px 26px 0 0;
    text-align: center;
    text-decoration: none;
    width: 170px;
	border:none;
	cursor:pointer;
}
.AddSupplierBtn:hover{
	color:#fff;
	text-decoration:none;
	background: #31779D url("/images/icons/AddSupplierBtn.png") no-repeat scroll 136px 7px;
}
.AddSupplierBtn:focus{
	color:#fff;
	text-decoration:none;
}
.ui-datepicker{
	border: 1px solid #7a869a;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.50);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.50);
}
.ui-widget-header{
	border:1px solid #fff;
}
.ui-datepicker .ui-datepicker-header{
	background:#B7BFCA;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
	border: 1px solid #fff !important;
	background:#BCC2CC !important;
	color:#fff !important;
}
.ui-datepicker table{
	border: 1px solid #fff;
}
.ui-datepicker .ui-datepicker-title select{
	font-size:16px;
	color:#524c52;
}
.ui-datepicker th span{
	color:#1a4f8a;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a, .ui-datepicker .ui-datepicker-calendar td a:hover { 
	background: #7A869A !importants;
	color: #fff;
	text-decoration:none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f3f7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f3f7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f3f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f3f7',GradientType=0 ); /* IE6-9 */
	border: 1px solid #d3d3d3;
	color: #555555;
	font-weight: normal;
}
.ui-datepicker th{
	background:#E2E4E9;
	border-left:1px solid #fff;
}
.ui-datepicker .ui-datepicker-calendar td {
    border:1px solid #fff;
}

/* ---- Booking List ----- */

.ResListHeader {
    background: #f6f5f6 none repeat scroll 0 0;
	border-top:1px dashed #CAD6E4;
	border-left:1px dashed #CAD6E4;
	border-right:1px dashed #CAD6E4;
   	border-bottom:2px solid #fff;
    height: 40px;
    margin: 20px 0 0;
    width: 1170px;
}
.ResListHeader h1{
	color: #194c8a;
    float: left;
    font-size: 21px;
    height: 40px;
    line-height: 35px;
    margin: 0;
    padding: 0 0 0 10px;
    width: 300px;
}
.ResListHeader .CustColsBtn{
	width:246px;
	background:#7A869A url(/images/icons/CustColIcon.png) no-repeat 210px 12px;
	height:37px;
	float:right;
	font-size:20px;
	color:#fff;
	text-decoration:none;
	padding:3px 33px 0 0;
	text-align:center;
}
.ResListHeader .CustColsBtn:hover{
	background:#909bac url(/images/icons/CustColIcon.png) no-repeat 210px 12px;
	text-decoration:none;
	color:#fff;
}.ResListHeader .CustColsBtn:focus{
	text-decoration:none;
	color:#fff;
}
.ResListSearchBrd{
	width:1170px;
	height:auto;
	border-left:1px dashed #CAD6E4;
	border-right:1px dashed #CAD6E4;
	border-bottom:1px dashed #CAD6E4;
	border-top:1px solid #fff;
	background:#F6F5F6;
	padding:10px;
	float:left;
}
.ResListSearchBrd .SearchItems{
	width:100%;
	height:30px;
	border:1px solid #D4DEE9;
	background:#fff;
	font-size:14px;
	color:#524C52;
	padding:0 0 0 5px;
}
input.SearchItems::-webkit-input-placeholder { font-style:italic; }
input.SearchItems::-moz-placeholder { font-style:italic; }
input.SearchItems:-ms-input-placeholder { font-style:italic; }
input.SearchItems:-moz-placeholder { font-style:italic; }
.ResListSearchBrd .chosen-container {
    font-size: 14px;
    width: 100% !important;
}
.ResListSearchBrd .chosen-container-single .chosen-single {
    background: #fff none repeat scroll 0 0;
    font-size: 14px;
	line-height: 28px;
}
.ResListSearchBrd .chosen-container-single .chosen-single div b {
    background: rgba(0, 0, 0, 0) url("/images/icons/ddlArrow.png") no-repeat scroll 0 12px;
    display: block;
    height: 100%;
    width: 100%;
}
.ResListSearchBrd .col-md-button{
	width:360px;
	height:80px;
	float:left;
	margin:11px;
}
.BigButtons{
	font-size: 22px;
    height: 80px;
    white-space: normal;
	float:left;
	text-align:center;
	background:#4a9ac7;
	font-size:22px;
	color:#fff;
	text-decoration:none;
	width:360px;
}
.BigButtons:hover{
	background:#31779D;
	color:#fff;
	text-decoration:none;
}
.BigButtons:focus{
	background:#31779D;
	color:#fff;
	text-decoration:none;
}
.oneRow{
	padding:22px 0 0 0;
}
.doubleRow{
	padding:7px 0 0 0;
}
#Rephotarrdep-form .chosen-container-single .chosen-single{
	line-height:27px;
	height:34px;
}
#Rephotarrdep-form .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
	height:30px;
	padding:3px 0 0 3px;
}
#Rephotarrdep-form .chosen-container-single .chosen-single span {
	padding-top:3px;
}
#Rephotarrdep-form .chosen-container-multi .chosen-choices li.search-choice{
	margin-top:6px;
}
#Rephotarrdep-form .checkbox{
	float:left;
	margin:0;
}
#Rephotarrdep-form .checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	line-height: 2.3;
	height:30px;
	margin:0;
}
#Rephotarrdep-form .checkbox label::before{
	content: "";
	display: inline-block;
	position: absolute;
 	width:34px;
	height:34px;
	left: 0;
	/*margin-left: -20px;*/
	border: 1px solid #cccccc;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
#Rephotarrdep-form .checkbox label::after {
	display: inline-block;
	position: absolute;
	width:34px;
	height:34px;
	left: 5px;
	top: -4px;
	/*margin-left: -20px;*/
	padding-left: 3px;
	padding-top: 0;
	font-size: 18px;
	color: #fff;
}
#Rephotarrdep-form .checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #7A869A;
	border-color:#D4DEE9;
}
.ResListSearchBrd .col-md-1{
	float:left;
	width:80px;
	height:40px;
}
.ResListSearchBrd .col-md-2{
	float:left;
	width:100px;
	height:40px;
}
.ResListSearchBrd .col-md-3{
	float:left;
	width:180px;
	height:40px;
}
.ResListSearchBrd .col-md-4{
	float:left;
	width:180px;
	height:40px;
}
.ResListSearchBrd .col-md-5{
	float:left;
	width:70px;
	height:40px;
}
.ResListSearchBrd .col-md-6{
	float:left;
	width:50px;
	height:40px;
}
.ResListSearchBrd .col-md-7{
	float:left;
	width:150px;
	height:40px;
}
.ResListSearchBrd .styled-select {
		width: 100%; 
		height: 30px; 
		overflow: hidden; 
		background:url(/images/icons/arrow-down.png) no-repeat right #fff; 
		margin:0 0 8px 0;
		float:left;
		border:1px solid #d4dee9;
	}
			
   .ResListSearchBrd .styled-select select {
	   	background: transparent; 
		width: 100%; 
		padding: 0 0 0 3px; 
		font-size: 14px; 
		line-height: 1; 
		border: 0; 
		border-radius: 0; 
		height: 30px; 
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		color:#524c52!important;
	}
	.ResListSearchBrd .styled-select select option{
	   padding:0 0 0 5px;
	}
.ResListSearchBrd .col-md-8{
	float:left;
	width:270px;
	height:70px;
}
.ResListSearchBrd label{
	color: #524c52;
    float: left;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0 0;
    width: 100%;
	font-size:15px;
	text-align:center;
	height:30px;
}
.ResListSearchBrd .col-md-date{
	float:left;
	width:120px;
	height:30px;
}
.ResListSearchBrd .Con{
	float:left;
	width:20px;
	height:30px;
	text-align:center;
	font-size:23px;
	font-weight:bold;
	color:#968C96;
	line-height:25px;
}
.ResListSearchBrd .datepicker-wrap input{
	border-radius:0;
	border:1px solid #d4dee9;
	font-size:15px;
	color:#524c52;
	font-family:"RobotoLight";
	height:30px;
}
.ResListSearchBrd .datepicker-wrap::after {
    background: rgba(0, 0, 0, 0) url("../images/icons/calendarIcon.png") no-repeat scroll 5px 6px;
}
.ResListSearchBrd .Sep{
	width:100%;
	float:left;
	height:10px;
	border-top:1px solid #DCE1E7;
}
.ResListSearchBrd .col-md-9{
	float:left;
	width:100px;
	height:70px;
}
.ResListSearchBrd .col-md-10{
	float:left;
	width:80px;
	height:70px;
}
.ResListSearchBrd .col-md-11{
	float:left;
	width:115px;
	height:70px;
}
.ResListSearchBrd .buttons{
	float:right;
	width:auto;
	height:45px;
	margin:10px 10px 0 0;
	border-bottom:none;
	border-top:none;
	padding:0 0 0 0;
}
.ResListSearchBrd .ClearBtn{
	float:left;
	height:40px;
	width:110px;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	background:#7A869A url(/images/icons/clearIcon.png) 83px 12px no-repeat;
	padding:7px 21px 0 0;
	text-align:center;
	text-decoration:none;
}
.ResListSearchBrd .ClearBtn:hover{
	background:#909bac url(/images/icons/clearIcon.png) 83px 12px no-repeat;
	color:#fff;
	text-decoration:none;
}
.ResListSearchBrd .ClearBtn:focus{
	color:#fff;
	text-decoration:none;
}	
.ResListSearchBrd .SearchBtn{
	float:left;
	height:40px;
	width:110px;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	background:#7A869A url(/images/icons/SearchBtnIcon.png) 83px 11px no-repeat;
	padding:7px 21px 0 0;
	text-align:center;
	text-decoration:none;
	margin:0 0 0 10px;
}
.ResListSearchBrd .SearchBtn:hover{
	background:#909bac url(/images/icons/SearchBtnIcon.png) 83px 11px no-repeat;
	color:#fff;
	text-decoration:none;
}
.ResListSearchBrd .SearchBtn:focus{
	color:#fff;
	text-decoration:none;
}
.buttons .buttonsCont .DownloadXLSBtn {
    background: rgba(0, 0, 0, 0) url(/images/icons/DownloadXLSBtn.png) no-repeat scroll center top;
	border: medium none;
    color: #524c52;
    float: left;
    font-size: 15px;
    padding: 55px 0 0 0;
    text-align: center;
	width:80px;
	white-space: normal;
	line-height: 16px;
}
.buttons .buttonsCont .DownloadPythonBtn {
    background: rgba(0, 0, 0, 0) url(/images/icons/DownloadPythonBtn.png) no-repeat scroll center top;
	border: medium none;
    color: #524c52;
    float: left;
    font-size: 15px;
    padding: 55px 0 0 0;
    text-align: center;
	width:81px;
	white-space: normal;
	line-height: 16px;
}
.buttons .buttonsCont .AddReservationBtn {
	background: rgba(0, 0, 0, 0) url("/images/icons/AddReservationBtn.png") no-repeat scroll center top;
    color: #524c52;
    float: left;
    font-size: 15px;
    height: 60px;
    line-height: 16px;
    padding: 55px 0 0;
    text-align: center;
    text-decoration: none;
    width: 80px;
}
.buttons .buttonsCont .AddTransferBtn {
	background: rgba(0, 0, 0, 0) url("/images/icons/AddTransferMenu.png") no-repeat scroll center top;
    color: #524c52;
    float: left;
    font-size: 15px;
    height: 60px;
    line-height: 16px;
    padding: 55px 0 0;
    text-align: center;
    text-decoration: none;
    width: 100px;
}
.buttons .buttonsCont .AddTrAreaBtn {
	background: rgba(0, 0, 0, 0) url("/images/icons/AddLocation.png") no-repeat scroll center top;
    color: #524c52;
    float: left;
    font-size: 15px;
    height: 60px;
    line-height: 16px;
    padding: 55px 0 0;
    text-align: center;
    text-decoration: none;
    width: 100px;
}
.buttons .buttonsCont .AddRentalMenuBtn{
	background: rgba(0, 0, 0, 0) url("/images/icons/AddRentalMenu.png") no-repeat scroll center top;
    color: #524c52;
    float: left;
    font-size: 15px;
    height: 60px;
    line-height: 16px;
    padding: 55px 0 0;
    text-align: center;
    text-decoration: none;
    width: 100px;
}
.buttons .buttonsCont .AddExcursionBtn {
	background: rgba(0, 0, 0, 0) url("/images/icons/AddExcursionBtn.png") no-repeat scroll center top;
    color: #524c52;
    float: left;
    font-size: 15px;
    height: 60px;
    line-height: 16px;
    padding: 55px 0 0;
    text-align: center;
    text-decoration: none;
    width: 80px;
}
.buttons .buttonsCont .AddStopSaleBtn{
	background: rgba(0, 0, 0, 0) url("/images/icons/AddStopSaleBtn.png") no-repeat scroll center top;
    color: #524c52;
    float: left;
    font-size: 15px;
    height: 60px;
    line-height: 16px;
    padding: 55px 0 0;
    text-align: center;
    text-decoration: none;
    width: 80px;
}
.buttons .buttonsCont .AddCompanyBtn{
	background: rgba(0, 0, 0, 0) url("/images/icons/AddCompanyBtn.png") no-repeat scroll center top;
    color: #524c52;
    float: left;
    font-size: 15px;
    height: 60px;
    line-height: 16px;
    padding: 55px 0 0;
    text-align: center;
    text-decoration: none;
    width: 80px;
}
.buttons .buttonsCont .AddVouchernBtn{
	background: rgba(0, 0, 0, 0) url("/images/icons/AddVoucherMenu.png") no-repeat scroll center top;
    color: #524c52;
    float: left;
    font-size: 15px;
    height: 60px;
    line-height: 16px;
    padding: 55px 0 0;
    text-align: center;
    text-decoration: none;
    width: 80px;
}
.buttons .buttonsCont .AddHotelContractBtn{
	background: rgba(0, 0, 0, 0) url("/images/icons/AddHotelContractMenu.png") no-repeat scroll center top;
    color: #524c52;
    float: left;
    font-size: 15px;
    height: 60px;
    line-height: 16px;
    padding: 55px 0 0;
    text-align: center;
    text-decoration: none;
    width: 80px;
}
.buttons .buttonsCont .InsertDebtPaymentBtn{
	background: rgba(0, 0, 0, 0) url("/images/icons/InsertDebtPaymentMenu.png") no-repeat scroll center top;
    color: #524c52;
    float: left;
    font-size: 15px;
    height: 60px;
    line-height: 16px;
    padding: 55px 0 0;
    text-align: center;
    text-decoration: none;
    width: 80px;
}
.buttons .buttonsCont .AddCommissionBtn{
	background: rgba(0, 0, 0, 0) url("/images/icons/AddCommission.png") no-repeat scroll center top;
    color: #524c52;
    float: left;
    font-size: 15px;
    height: 60px;
    line-height: 16px;
    padding: 55px 0 0;
    text-align: center;
    text-decoration: none;
    width: 80px;
}
.buttons .buttonsCont .DebitNotesReportBtn{
	background: rgba(0, 0, 0, 0) url("/images/icons/DebitNotesReportBtn.png") no-repeat scroll center top;
    color: #524c52;
    float: left;
    font-size: 15px;
    height: 60px;
    line-height: 16px;
    padding: 55px 0 0;
    text-align: center;
    text-decoration: none;
    width: 80px;
}
.buttons .buttonsCont .AddUserBtn{
	background: rgba(0, 0, 0, 0) url("/images/icons/AddUser.png") no-repeat scroll center top;
    color: #524c52;
    float: left;
    font-size: 15px;
    height: 60px;
    line-height: 16px;
    padding: 55px 0 0;
    text-align: center;
    text-decoration: none;
    width: 80px;
}
.buttons .buttonsCont .AddPermissionBtn{
	background: rgba(0, 0, 0, 0) url("/images/icons/AddPermission.png") no-repeat scroll center top;
    color: #524c52;
    float: left;
    font-size: 15px;
    height: 60px;
    line-height: 16px;
    padding: 55px 0 0;
    text-align: center;
    text-decoration: none;
    width: 80px;
}
.buttons .buttonsCont .AddAppConfigurationBtn{
	background: rgba(0, 0, 0, 0) url("/images/icons/AddAppConfiguration.png") no-repeat scroll center top;
    color: #524c52;
    float: left;
    font-size: 15px;
    height: 60px;
    line-height: 16px;
    padding: 55px 0 0;
    text-align: center;
    text-decoration: none;
    width: 80px;
}
.buttons .buttonsCont .AddFlightBtn{
	background: rgba(0, 0, 0, 0) url("/images/icons/AddFlight.png") no-repeat scroll center top;
    color: #524c52;
    float: left;
    font-size: 15px;
    height: 60px;
    line-height: 16px;
    padding: 55px 0 0;
    text-align: center;
    text-decoration: none;
    width: 80px;
}
.buttons .buttonsCont .AddLocationBtn{
	background: rgba(0, 0, 0, 0) url("/images/icons/AddLocation.png") no-repeat scroll center top;
    color: #524c52;
    float: left;
    font-size: 15px;
    height: 60px;
    line-height: 16px;
    padding: 55px 0 0;
    text-align: center;
    text-decoration: none;
    width: 80px;
}
.buttons .buttonsCont .AddFacilitiesBtn{
	background: rgba(0, 0, 0, 0) url("/images/icons/AddFacilities.png") no-repeat scroll center top;
    color: #524c52;
    float: left;
    font-size: 15px;
    height: 60px;
    line-height: 16px;
    padding: 55px 0 0;
    text-align: center;
    text-decoration: none;
    width: 80px;
}
.buttons .buttonsCont .AddRoomBtn{
	background: rgba(0, 0, 0, 0) url("/images/icons/AddRoom.png") no-repeat scroll center top;
    color: #524c52;
    float: left;
    font-size: 15px;
    height: 60px;
    line-height: 16px;
    padding: 55px 0 0;
    text-align: center;
    text-decoration: none;
    width: 80px;
}
.ClearEmpty{
	width:100%;
	float:left;
	height:20px;
}
.ExcOrderSearchBrd{
	width:1170px;
	height:auto;
	border-left:1px dashed #CAD6E4;
	border-right:1px dashed #CAD6E4;
	border-bottom:1px dashed #CAD6E4;
	border-top:1px solid #fff;
	background:#F6F5F6;
	padding:10px;
	float:left;
}
.ExcOrderSearchBrd .SearchItems{
	width:100%;
	height:30px;
	border:1px solid #D4DEE9;
	background:#fff;
	font-size:14px;
	color:#524C52;
	padding:0 0 0 5px;
}
.ExcOrderSearchBrd .col-md-1{
	float:left;
	width:70px;
	height:40px;
}
.ExcOrderSearchBrd .col-md-2{
	float:left;
	width:330px;
	height:40px;
}
.ExcOrderSearchBrd .col-md-3{
	float:left;
	width:210px;
	height:40px;
}
.ExcOrderSearchBrd .col-md-4{
	float:left;
	width:230px;
	height:40px;
}
.ExcOrderSearchBrd .col-md-5{
	float:left;
	width:120px;
	height:40px;
}
.ExcOrderSearchBrd .col-md-6{
	float:left;
	width:40px;
	height:40px;
}
.ExcOrderSearchBrd .col-md-date{
	float:left;
	width:120px;
	height:30px;
}
.ExcOrderSearchBrd label {
    color: #524c52;
    float: left;
    font-size: 15px;
    font-weight: normal;
    height: 30px;
    margin: 0;
    padding: 5px 5px 0 0;
    text-align: right;
    width: 100%;
}
.ExcOrderSearchBrd .datepicker-wrap input{
	border-radius:0;
	border:1px solid #d4dee9;
	font-size:15px;
	color:#524c52;
	font-family:"RobotoLight";
	height:30px;
}
.ExcOrderSearchBrd .datepicker-wrap::after {
    background: rgba(0, 0, 0, 0) url("/images/icons/calendarIcon.png") no-repeat scroll 5px 6px;
}
.ExcOrderSearchBrd .styled-select {
		width: 100%; 
		height: 30px; 
		overflow: hidden; 
		background:url(/images/icons/arrow-down.png) no-repeat right #fff; 
		margin:0 0 8px 0;
		float:left;
		border:1px solid #d4dee9;
	}
			
   .ExcOrderSearchBrd .styled-select select {
	   	background: transparent; 
		width: 100%; 
		padding: 0 0 0 3px; 
		font-size: 14px; 
		line-height: 1; 
		border: 0; 
		border-radius: 0; 
		height: 30px; 
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		color:#524c52!important;
	}
	.ExcOrderSearchBrd .styled-select select option{
	   padding:0 0 0 5px;
	}
.ExcOrderSearchBrd .buttons{
	float:right;
	width:auto;
	height:45px;
	margin:10px 10px 0 0;
	border-bottom:none;
	border-top:none;
	padding:0 0 0 0;
}
.ExcOrderSearchBrd .ClearBtn{
	float:left;
	height:40px;
	width:110px;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	background:#7A869A url(/images/icons/clearIcon.png) 83px 12px no-repeat;
	padding:7px 21px 0 0;
	text-align:center;
	text-decoration:none;
}
.ExcOrderSearchBrd .ClearBtn:hover{
	background:#909bac url(/images/icons/clearIcon.png) 83px 12px no-repeat;
	color:#fff;
	text-decoration:none;
}
.ExcOrderSearchBrd .ClearBtn:focus{
	color:#fff;
	text-decoration:none;
}	
.ExcOrderSearchBrd .SearchBtn{
	float:left;
	height:40px;
	width:110px;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	background:#7A869A url(/images/icons/SearchBtnIcon.png) 83px 11px no-repeat;
	padding:7px 21px 0 0;
	text-align:center;
	text-decoration:none;
	margin:0 0 0 10px;
}
.ExcOrderSearchBrd .SearchBtn:hover{
	background:#909bac url(/images/icons/SearchBtnIcon.png) 83px 11px no-repeat;
	color:#fff;
	text-decoration:none;
}
.ExcOrderSearchBrd .SearchBtn:focus{
	color:#fff;
	text-decoration:none;
}
.StopSalesSearchBrd{
	width:1170px;
	height:auto;
	border-left:1px dashed #CAD6E4;
	border-right:1px dashed #CAD6E4;
	border-bottom:1px dashed #CAD6E4;
	border-top:1px solid #fff;
	background:#F6F5F6;
	padding:10px;
	float:left;
}
.StopSalesSearchBrd .SearchItems{
	width:100%;
	height:30px;
	border:1px solid #D4DEE9;
	background:#fff;
	font-size:14px;
	color:#524C52;
	padding:0 0 0 5px;
}
.StopSalesSearchBrd .col-md-1{
	float:left;
	width:100px;
	height:40px;
}
.StopSalesSearchBrd .col-md-2{
	float:left;
	width:190px;
	height:40px;
}
.StopSalesSearchBrd .col-md-3{
	float:left;
	width:190px;
	height:40px;
}
.StopSalesSearchBrd .col-md-4{
	float:left;
	width:140px;
	height:40px;
}
.StopSalesSearchBrd .col-md-5{
	float:left;
	width:70px;
	height:40px;
}
.StopSalesSearchBrd .col-md-6{
	float:left;
	width:120px;
	height:40px;
}
.StopSalesSearchBrd .col-md-7{
	float:left;
	width:391px;
	height:40px;
}
.StopSalesSearchBrd .styled-select {
		width: 100%; 
		height: 30px; 
		overflow: hidden; 
		background:url(/images/icons/arrow-down.png) no-repeat right #fff; 
		margin:0 0 8px 0;
		float:left;
		border:1px solid #d4dee9;
	}
			
   .StopSalesSearchBrd .styled-select select {
	   	background: transparent; 
		width: 100%; 
		padding: 0 0 0 3px; 
		font-size: 14px; 
		line-height: 1; 
		border: 0; 
		border-radius: 0; 
		height: 30px; 
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		color:#524c52!important;
	}
	.StopSalesSearchBrd .styled-select select option{
	   padding:0 0 0 5px;
	}
.StopSalesSearchBrd label{
	color: #524c52;
    float: left;
    font-weight: normal;
    margin: 0;
    padding: 5px 0 0 0;
    width: 100%;
	font-size:15px;
	text-align:right;
	height:30px;
}
.StopSalesSearchBrd .col-md-date{
	float:left;
	width:120px;
	height:30px;
}
.StopSalesSearchBrd .Con{
	float:left;
	width:20px;
	height:30px;
	text-align:center;
	font-size:23px;
	font-weight:bold;
	color:#968C96;
	line-height:25px;
}
.StopSalesSearchBrd .datepicker-wrap input{
	border-radius:0;
	border:1px solid #d4dee9;
	font-size:15px;
	color:#524c52;
	font-family:"RobotoLight";
	height:30px;
}
.StopSalesSearchBrd .datepicker-wrap::after {
    background: rgba(0, 0, 0, 0) url("../images/icons/calendarIcon.png") no-repeat scroll 5px 6px;
}
.StopSalesSearchBrd .Sep{
	width:100%;
	float:left;
	height:10px;
	border-top:1px solid #DCE1E7;
	margin:0 0 0 0;
}
.StopSalesSearchBrd .buttons{
	float:right;
	width:auto;
	height:45px;
	margin:10px 10px 0 0;
	border-bottom:none;
	border-top:none;
	padding:0 0 0 0;
}
.StopSalesSearchBrd .ClearBtn{
	float:left;
	height:40px;
	width:110px;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	background:#7A869A url(/images/icons/clearIcon.png) 83px 12px no-repeat;
	padding:7px 21px 0 0;
	text-align:center;
	text-decoration:none;
}
.StopSalesSearchBrd .ClearBtn:hover{
	background:#909bac url(/images/icons/clearIcon.png) 83px 12px no-repeat;
	color:#fff;
	text-decoration:none;
}
.StopSalesSearchBrd .ClearBtn:focus{
	color:#fff;
	text-decoration:none;
}	
.StopSalesSearchBrd .SearchBtn{
	float:left;
	height:40px;
	width:110px;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	background:#7A869A url(/images/icons/SearchBtnIcon.png) 83px 11px no-repeat;
	padding:7px 21px 0 0;
	text-align:center;
	text-decoration:none;
	margin:0 0 0 10px;
}
.StopSalesSearchBrd .SearchBtn:hover{
	background:#909bac url(/images/icons/SearchBtnIcon.png) 83px 11px no-repeat;
	color:#fff;
	text-decoration:none;
}
.StopSalesSearchBrd .SearchBtn:focus{
	color:#fff;
	text-decoration:none;
}
.TraBookingsSearchBrd{
	width:1170px;
	height:auto;
	border-left:1px dashed #CAD6E4;
	border-right:1px dashed #CAD6E4;
	border-bottom:1px dashed #CAD6E4;
	border-top:1px solid #fff;
	background:#F6F5F6;
	padding:10px;
	float:left;
}
.TraBookingsSearchBrd .SearchItems{
	width:100%;
	height:30px;
	border:1px solid #D4DEE9;
	background:#fff;
	font-size:14px;
	color:#524C52;
	padding:0 0 0 5px;
}
.TraBookingsSearchBrd .col-md-1{
	float: left;
    height: 40px;
    width: 40px;
}
.TraBookingsSearchBrd .col-md-2{
	float: left;
    height: 40px;
    width: 120px;
}
.TraBookingsSearchBrd .col-md-3{
	float: left;
    height: 40px;
    width: 140px;
}
.TraBookingsSearchBrd .col-md-4{
	float: left;
    height: 40px;
    width: 80px;
}
.TraBookingsSearchBrd .col-md-5{
	float: left;
    height: 40px;
    width: 60px;
}
.TraBookingsSearchBrd .col-md-6{
	float: left;
    height: 40px;
    width: 169px;
}
.TraBookingsSearchBrd .col-md-7{
	float: left;
    height: 40px;
    width: 189px;
}
.TraBookingsSearchBrd .styled-select {
		width: 100%; 
		height: 30px; 
		overflow: hidden; 
		background:url(/images/icons/arrow-down.png) no-repeat right #fff; 
		margin:0 0 8px 0;
		float:left;
		border:1px solid #d4dee9;
	}
			
   .TraBookingsSearchBrd .styled-select select {
	   	background: transparent; 
		width: 100%; 
		padding: 0 0 0 3px; 
		font-size: 14px; 
		line-height: 1; 
		border: 0; 
		border-radius: 0; 
		height: 30px; 
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		color:#524c52!important;
	}
	.TraBookingsSearchBrd .styled-select select option{
	   padding:0 0 0 5px;
	}
.TraBookingsSearchBrd label{
	color: #524c52;
    float: left;
    font-weight: normal;
    margin: 0;
    padding: 5px 5px 0 0;
    width: 100%;
	font-size:15px;
	text-align:right;
	height:30px;
}
.TraBookingsSearchBrd .col-md-date{
	float:left;
	width:120px;
	height:30px;
}
.TraBookingsSearchBrd .Con{
	float:left;
	width:20px;
	height:30px;
	text-align:center;
	font-size:23px;
	font-weight:bold;
	color:#968C96;
	line-height:25px;
}
.TraBookingsSearchBrd .datepicker-wrap input{
	border-radius:0;
	border:1px solid #d4dee9;
	font-size:15px;
	color:#524c52;
	font-family:"RobotoLight";
	height:30px;
}
.TraBookingsSearchBrd .datepicker-wrap::after {
    background: rgba(0, 0, 0, 0) url("../images/icons/calendarIcon.png") no-repeat scroll 5px 6px;
}
.TraBookingsSearchBrd .Sep{
	width:100%;
	float:left;
	height:10px;
	border-top:1px solid #DCE1E7;
	margin:0 0 0 0;
}
.TraBookingsSearchBrd .buttons{
	float:right;
	width:auto;
	height:45px;
	margin:10px 10px 0 0;
	border-bottom:none;
	border-top:none;
	padding:0 0 0 0;
}
.TraBookingsSearchBrd .ClearBtn{
	float:left;
	height:40px;
	width:110px;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	background:#7A869A url(/images/icons/clearIcon.png) 83px 12px no-repeat;
	padding:7px 21px 0 0;
	text-align:center;
	text-decoration:none;
}
.TraBookingsSearchBrd .ClearBtn:hover{
	background:#909bac url(/images/icons/clearIcon.png) 83px 12px no-repeat;
	color:#fff;
	text-decoration:none;
}
.TraBookingsSearchBrd .ClearBtn:focus{
	color:#fff;
	text-decoration:none;
}	
.TraBookingsSearchBrd .SearchBtn{
	float:left;
	height:40px;
	width:110px;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	background:#7A869A url(/images/icons/SearchBtnIcon.png) 83px 11px no-repeat;
	padding:7px 21px 0 0;
	text-align:center;
	text-decoration:none;
	margin:0 0 0 10px;
}
.TraBookingsSearchBrd .SearchBtn:hover{
	background:#909bac url(/images/icons/SearchBtnIcon.png) 83px 11px no-repeat;
	color:#fff;
	text-decoration:none;
}
.TraBookingsSearchBrd .SearchBtn:focus{
	color:#fff;
	text-decoration:none;
}
.SearchNote{
	width:100%;
	text-align:center;
	color:#1a4f8a;
	font-size:14px;
	padding:10px 0 7px 0;
	border-bottom:1px solid #dce1e7;
	margin:0 0 10px 0;
}
.TraOrdersSearchBrd{
	width:1170px;
	height:auto;
	border-left:1px dashed #CAD6E4;
	border-right:1px dashed #CAD6E4;
	border-bottom:1px dashed #CAD6E4;
	border-top:1px solid #fff;
	background:#F6F5F6;
	padding:10px;
	float:left;
}
.TraOrdersSearchBrd .SearchItems{
	width:100%;
	height:30px;
	border:1px solid #D4DEE9;
	background:#fff;
	font-size:14px;
	color:#524C52;
	padding:0 0 0 5px;
}
.TraOrdersSearchBrd .col-md-1{
	float:left;
	width:300px;
	height:40px;
}
.TraOrdersSearchBrd .col-md-2{
    float: left;
    height: 40px;
    width: 105px;
}
.TraOrdersSearchBrd .col-md-3{
    float: left;
    height: 40px;
    width: 120px;
}
.TraOrdersSearchBrd .col-md-4{
    float: left;
    height: 40px;
    width: 140px;
}
.TraOrdersSearchBrd .col-md-5{
    float: left;
    height: 40px;
    width: 173px;
}
.TraOrdersSearchBrd .col-md-6{
	float:left;
	width:80px;
	height:40px;
}
.TraOrdersSearchBrd .col-md-7{
	float:left;
	width:60px;
	height:40px;
}

.TraOrdersSearchBrd label {
    color: #524c52;
    float: left;
    font-size: 15px;
    font-weight: normal;
    height: 30px;
    margin: 0;
    padding: 5px 5px 0 0;
    text-align: right;
    width: 100%;
}
.TraOrdersSearchBrd .col-md-date{
	float:left;
	width:120px;
	height:30px;
}
.TraOrdersSearchBrd .datepicker-wrap input{
	border-radius:0;
	border:1px solid #d4dee9;
	font-size:15px;
	color:#524c52;
	font-family:"RobotoLight";
	height:30px;
}
.TraOrdersSearchBrd .datepicker-wrap::after {
    background: rgba(0, 0, 0, 0) url("../images/icons/calendarIcon.png") no-repeat scroll 5px 6px;
}
.TraOrdersSearchBrd .Sep{
	width:100%;
	float:left;
	height:10px;
	border-top:1px solid #DCE1E7;
	margin:0 0 0 0;
}
.TraOrdersSearchBrd .buttons{
	float:right;
	width:auto;
	height:45px;
	margin:10px 10px 0 0;
	border-bottom:none;
	border-top:none;
	padding:0 0 0 0;
}
.TraOrdersSearchBrd .ClearBtn{
	float:left;
	height:40px;
	width:110px;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	background:#7A869A url(/images/icons/clearIcon.png) 83px 12px no-repeat;
	padding:7px 21px 0 0;
	text-align:center;
	text-decoration:none;
}
.TraOrdersSearchBrd .ClearBtn:hover{
	background:#909bac url(/images/icons/clearIcon.png) 83px 12px no-repeat;
	color:#fff;
	text-decoration:none;
}
.TraOrdersSearchBrd .ClearBtn:focus{
	color:#fff;
	text-decoration:none;
}	
.TraOrdersSearchBrd .SearchBtn{
	float:left;
	height:40px;
	width:110px;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	background:#7A869A url(/images/icons/SearchBtnIcon.png) 83px 11px no-repeat;
	padding:7px 21px 0 0;
	text-align:center;
	text-decoration:none;
	margin:0 0 0 10px;
}
.TraOrdersSearchBrd .SearchBtn:hover{
	background:#909bac url(/images/icons/SearchBtnIcon.png) 83px 11px no-repeat;
	color:#fff;
	text-decoration:none;
}
.TraOrdersSearchBrd .SearchBtn:focus{
	color:#fff;
	text-decoration:none;
}
.TrAreasSearchBrd{
	width:1170px;
	height:auto;
	border-left:1px dashed #CAD6E4;
	border-right:1px dashed #CAD6E4;
	border-bottom:1px dashed #CAD6E4;
	border-top:1px solid #fff;
	background:#F6F5F6;
	padding:10px;
	float:left;
}
.TrAreasSearchBrd .SearchItems{
	width:100%;
	height:30px;
	border:1px solid #D4DEE9;
	background:#fff;
	font-size:14px;
	color:#524C52;
	padding:0 0 0 5px;
}
.TrAreasSearchBrd .col-md-1{
	float:left;
	width:100px;
	height:40px;
}
.TrAreasSearchBrd .col-md-2{
	float:left;
	width:250px;
	height:40px;
}
.TrAreasSearchBrd .col-md-3{
	float:left;
	width:270px;
	height:40px;
}
.TrAreasSearchBrd .buttons{
	float:right;
	width:auto;
	height:45px;
	margin:10px 10px 0 0;
	border-bottom:none;
	border-top:none;
	padding:0 0 0 0;
}
.TrAreasSearchBrd .ClearBtn{
	float:left;
	height:40px;
	width:110px;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	background:#7A869A url(/images/icons/clearIcon.png) 83px 12px no-repeat;
	padding:7px 21px 0 0;
	text-align:center;
	text-decoration:none;
}
.TrAreasSearchBrd .ClearBtn:hover{
	background:#909bac url(/images/icons/clearIcon.png) 83px 12px no-repeat;
	color:#fff;
	text-decoration:none;
}
.TrAreasSearchBrd .ClearBtn:focus{
	color:#fff;
	text-decoration:none;
}	
.TrAreasSearchBrd .SearchBtn{
	float:left;
	height:40px;
	width:110px;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	background:#7A869A url(/images/icons/SearchBtnIcon.png) 83px 11px no-repeat;
	padding:7px 21px 0 0;
	text-align:center;
	text-decoration:none;
	margin:0 0 0 10px;
}
.TrAreasSearchBrd .SearchBtn:hover{
	background:#909bac url(/images/icons/SearchBtnIcon.png) 83px 11px no-repeat;
	color:#fff;
	text-decoration:none;
}
.TrAreasSearchBrd .SearchBtn:focus{
	color:#fff;
	text-decoration:none;
}
.TraTypesSearchBrd{
	width:1170px;
	height:auto;
	border-left:1px dashed #CAD6E4;
	border-right:1px dashed #CAD6E4;
	border-bottom:1px dashed #CAD6E4;
	border-top:1px solid #fff;
	background:#F6F5F6;
	padding:10px;
	float:left;
}
.TraTypesSearchBrd .SearchItems{
	width:100%;
	height:30px;
	border:1px solid #D4DEE9;
	background:#fff;
	font-size:14px;
	color:#524C52;
	padding:0 0 0 5px;
}

.TraTypesSearchBrd .col-md-1{
	float:left;
	width:200px;
	height:40px;
}
.TraTypesSearchBrd .col-md-2{
	float:left;
	width:180px;
	height:40px;
}
.TraTypesSearchBrd .col-md-3{
	float:left;
	width:100px;
	height:40px;
}
.TraTypesSearchBrd .styled-select {
		width: 100%; 
		height: 30px; 
		overflow: hidden; 
		background:url(/images/icons/arrow-down.png) no-repeat right #fff; 
		margin:0 0 8px 0;
		float:left;
		border:1px solid #d4dee9;
	}
			
   .TraTypesSearchBrd .styled-select select {
	   	background: transparent; 
		width: 100%; 
		padding: 0 0 0 3px; 
		font-size: 14px; 
		line-height: 1; 
		border: 0; 
		border-radius: 0; 
		height: 30px; 
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		color:#524c52!important;
	}
	.TraTypesSearchBrd .styled-select select option{
	   padding:0 0 0 5px;
	}
.TraTypesSearchBrd .buttons{
	float:right;
	width:auto;
	height:45px;
	margin:10px 10px 0 0;
	border-bottom:none;
	border-top:none;
	padding:0 0 0 0;
}
.TraTypesSearchBrd .ClearBtn{
	float:left;
	height:40px;
	width:110px;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	background:#7A869A url(/images/icons/clearIcon.png) 83px 12px no-repeat;
	padding:7px 21px 0 0;
	text-align:center;
	text-decoration:none;
}
.TraTypesSearchBrd .ClearBtn:hover{
	background:#909bac url(/images/icons/clearIcon.png) 83px 12px no-repeat;
	color:#fff;
	text-decoration:none;
}
.TraTypesSearchBrd .ClearBtn:focus{
	color:#fff;
	text-decoration:none;
}	
.TraTypesSearchBrd .SearchBtn{
	float:left;
	height:40px;
	width:110px;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	background:#7A869A url(/images/icons/SearchBtnIcon.png) 83px 11px no-repeat;
	padding:7px 21px 0 0;
	text-align:center;
	text-decoration:none;
	margin:0 0 0 10px;
}
.TraTypesSearchBrd .SearchBtn:hover{
	background:#909bac url(/images/icons/SearchBtnIcon.png) 83px 11px no-repeat;
	color:#fff;
	text-decoration:none;
}
.TraTypesSearchBrd .SearchBtn:focus{
	color:#fff;
	text-decoration:none;
}
.RentalSearchBrd{
	width:1170px;
	height:auto;
	border-left:1px dashed #CAD6E4;
	border-right:1px dashed #CAD6E4;
	border-bottom:1px dashed #CAD6E4;
	border-top:1px solid #fff;
	background:#F6F5F6;
	padding:10px;
	float:left;
}
.RentalSearchBrd .SearchItems{
	width:100%;
	height:30px;
	border:1px solid #D4DEE9;
	background:#fff;
	font-size:14px;
	color:#524C52;
	padding:0 0 0 5px;
}

.RentalSearchBrd .col-md-1{
	float:left;
	width:80px;
	height:40px;
}
.RentalSearchBrd .col-md-2{
	float:left;
	width:140px;
	height:40px;
}
.RentalSearchBrd .col-md-3{
	float:left;
	width:120px;
	height:40px;
}
.RentalSearchBrd .col-md-4{
	float:left;
	width:190px;
	height:40px;
}
.RentalSearchBrd .col-md-5{
	float:left;
	width:170px;
	height:40px;
}
.RentalSearchBrd .col-md-date{
	float:left;
	width:120px;
	height:30px;
}
.RentalSearchBrd .datepicker-wrap input{
	border-radius:0;
	border:1px solid #d4dee9;
	font-size:15px;
	color:#524c52;
	font-family:"RobotoLight";
	height:30px;
}
.RentalSearchBrd .datepicker-wrap::after {
    background: rgba(0, 0, 0, 0) url("../images/icons/calendarIcon.png") no-repeat scroll 5px 6px;
}
.RentalSearchBrd .styled-select {
		width: 100%; 
		height: 30px; 
		overflow: hidden; 
		background:url(/images/icons/arrow-down.png) no-repeat right #fff; 
		margin:0 0 8px 0;
		float:left;
		border:1px solid #d4dee9;
	}
			
   .RentalSearchBrd .styled-select select {
	   	background: transparent; 
		width: 100%; 
		padding: 0 0 0 3px; 
		font-size: 14px; 
		line-height: 1; 
		border: 0; 
		border-radius: 0; 
		height: 30px; 
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		color:#524c52!important;
	}
	.RentalSearchBrd .styled-select select option{
	   padding:0 0 0 5px;
	}
.RentalSearchBrd .buttons{
	float:right;
	width:auto;
	height:45px;
	margin:10px 10px 0 0;
	border-bottom:none;
	border-top:none;
	padding:0 0 0 0;
}
.RentalSearchBrd .ClearBtn{
	float:left;
	height:40px;
	width:110px;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	background:#7A869A url(/images/icons/clearIcon.png) 83px 12px no-repeat;
	padding:7px 21px 0 0;
	text-align:center;
	text-decoration:none;
}
.RentalSearchBrd .ClearBtn:hover{
	background:#909bac url(/images/icons/clearIcon.png) 83px 12px no-repeat;
	color:#fff;
	text-decoration:none;
}
.RentalSearchBrd .ClearBtn:focus{
	color:#fff;
	text-decoration:none;
}	
.RentalSearchBrd .SearchBtn{
	float:left;
	height:40px;
	width:110px;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	background:#7A869A url(/images/icons/SearchBtnIcon.png) 83px 11px no-repeat;
	padding:7px 21px 0 0;
	text-align:center;
	text-decoration:none;
	margin:0 0 0 10px;
}
.RentalSearchBrd .SearchBtn:hover{
	background:#909bac url(/images/icons/SearchBtnIcon.png) 83px 11px no-repeat;
	color:#fff;
	text-decoration:none;
}
.RentalSearchBrd .SearchBtn:focus{
	color:#fff;
	text-decoration:none;
}
.CarStopSearchBrd{
	width:1170px;
	height:auto;
	border-left:1px dashed #CAD6E4;
	border-right:1px dashed #CAD6E4;
	border-bottom:1px dashed #CAD6E4;
	border-top:1px solid #fff;
	background:#F6F5F6;
	padding:10px;
	float:left;
}
.CarStopSearchBrd .SearchItems{
	width:100%;
	height:30px;
	border:1px solid #D4DEE9;
	background:#fff;
	font-size:14px;
	color:#524C52;
	padding:0 0 0 5px;
}

.CarStopSearchBrd .col-md-1{
	float:left;
	width:170px;
	height:40px;
}
.CarStopSearchBrd .col-md-2{
	float:left;
	width:190px;
	height:40px;
}
.CarStopSearchBrd .col-md-3{
	float:left;
	width:90px;
	height:40px;                                           
}
.CarStopSearchBrd .col-md-4{
	float:left;
	width:140px;
	height:40px;
}
.CarStopSearchBrd .col-md-5{
	float:left;
	width:120px;
	height:40px;
}

.CarStopSearchBrd .Sep{
	width:100%;
	float:left;
	height:10px;
	border-top:1px solid #DCE1E7;
	margin:0;
}
.CarStopSearchBrd .styled-select {
		width: 100%; 
		height: 30px; 
		overflow: hidden; 
		background:url(/images/icons/arrow-down.png) no-repeat right #fff; 
		margin:0 0 8px 0;
		float:left;
		border:1px solid #d4dee9;
	}
			
   .CarStopSearchBrd .styled-select select {
	   	background: transparent; 
		width: 100%; 
		padding: 0 0 0 3px; 
		font-size: 14px; 
		line-height: 1; 
		border: 0; 
		border-radius: 0; 
		height: 30px; 
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		color:#524c52!important;
	}
	.CarStopSearchBrd .styled-select select option{
	   padding:0 0 0 5px;
	}
.CarStopSearchBrd .col-md-date{
	float:left;
	width:120px;
	height:30px;
}
.CarStopSearchBrd .datepicker-wrap input{
	border-radius:0;
	border:1px solid #d4dee9;
	font-size:15px;
	color:#524c52;
	font-family:"RobotoLight";
	height:30px;
}
.CarStopSearchBrd .datepicker-wrap::after {
    background: rgba(0, 0, 0, 0) url("../images/icons/calendarIcon.png") no-repeat scroll 5px 6px;
}
.CarStopSearchBrd .buttons{
	float:right;
	width:auto;
	height:45px;
	margin:10px 10px 0 0;
	border-bottom:none;
	border-top:none;
	padding:0 0 0 0;
}
.CarStopSearchBrd .ClearBtn{
	float:left;
	height:40px;
	width:110px;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	background:#7A869A url(/images/icons/clearIcon.png) 83px 12px no-repeat;
	padding:7px 21px 0 0;
	text-align:center;
	text-decoration:none;
}
.CarStopSearchBrd .ClearBtn:hover{
	background:#909bac url(/images/icons/clearIcon.png) 83px 12px no-repeat;
	color:#fff;
	text-decoration:none;
}
.CarStopSearchBrd .ClearBtn:focus{
	color:#fff;
	text-decoration:none;
}	
.CarStopSearchBrd .SearchBtn{
	float:left;
	height:40px;
	width:110px;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	background:#7A869A url(/images/icons/SearchBtnIcon.png) 83px 11px no-repeat;
	padding:7px 21px 0 0;
	text-align:center;
	text-decoration:none;
	margin:0 0 0 10px;
}
.CarStopSearchBrd .SearchBtn:hover{
	background:#909bac url(/images/icons/SearchBtnIcon.png) 83px 11px no-repeat;
	color:#fff;
	text-decoration:none;
}
.CarStopSearchBrd .SearchBtn:focus{
	color:#fff;
	text-decoration:none;
}
.ExcBookSearchBrd{
	width:1170px;
	height:auto;
	border-left:1px dashed #CAD6E4;
	border-right:1px dashed #CAD6E4;
	border-bottom:1px dashed #CAD6E4;
	border-top:1px solid #fff;
	background:#F6F5F6;
	padding:10px;
	float:left;
}
.ExcBookSearchBrd .SearchItems{
	width:100%;
	height:30px;
	border:1px solid #D4DEE9;
	background:#fff;
	font-size:14px;
	color:#524C52;
	padding:0 0 0 5px;
}
.ExcBookSearchBrd .col-md-1{
	float:left;
	width:200px;
	height:40px;
}
.ExcBookSearchBrd .col-md-2{
	float:left;
	width:220px;
	height:40px;
}
.ExcBookSearchBrd .col-md-3{
	float:left;
	width:67px;
	height:40px;
}
.ExcBookSearchBrd .col-md-4{
	float:left;
	width:87px;
	height:40px;
}
.ExcBookSearchBrd .col-md-5{
	float:left;
	width:120px;
	height:40px;
}
.ExcBookSearchBrd .col-md-6{
	float:left;
	width:140px;
	height:40px;
}
.ExcBookSearchBrd .col-md-7{
	float:left;
	width:40px;
	height:40px;
}
.ExcBookSearchBrd .col-md-8{
	float:left;
	width:390px;
	/*height:40px;*/
}
.ExcBookSearchBrd .Sep{
	width:100%;
	float:left;
	height:10px;
	border-top:1px solid #DCE1E7;
	margin:0;
}
.ExcBookSearchBrd .styled-select {
		width: 100%; 
		height: 30px; 
		overflow: hidden; 
		background:url(/images/icons/arrow-down.png) no-repeat right #fff; 
		margin:0 0 8px 0;
		float:left;
		border:1px solid #d4dee9;
	}			
   .ExcBookSearchBrd .styled-select select {
	   	background: transparent; 
		width: 100%; 
		padding: 0 0 0 3px; 
		font-size: 14px; 
		line-height: 1; 
		border: 0; 
		border-radius: 0; 
		height: 30px; 
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		color:#524c52!important;
	}
	.ExcBookSearchBrd .styled-select select option{
	   padding:0 0 0 5px;
	}
.ExcBookSearchBrd .col-md-date{
	float:left;
	width:120px;
	height:30px;
}
.ExcBookSearchBrd .datepicker-wrap input{
	border-radius:0;
	border:1px solid #d4dee9;
	font-size:15px;
	color:#524c52;
	font-family:"RobotoLight";
	height:30px;
}
.ExcBookSearchBrd .datepicker-wrap::after {
    background: rgba(0, 0, 0, 0) url("../images/icons/calendarIcon.png") no-repeat scroll 5px 6px;
}
.ExcBookSearchBrd label {
    color: #524c52;
    float: left;
    font-size: 15px;
    font-weight: normal;
    height: 30px;
    margin: 0;
    padding: 5px 0 0;
    text-align: left;
    width: 100%;
}
.ExcBookSearchBrd .buttons{
	float:right;
	width:auto;
	height:45px;
	margin:10px 10px 0 0;
	border-bottom:none;
	border-top:none;
	padding:0 0 0 0;
}
.ExcBookSearchBrd .ClearBtn{
	float:left;
	height:40px;
	width:110px;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	background:#7A869A url(/images/icons/clearIcon.png) 83px 12px no-repeat;
	padding:7px 21px 0 0;
	text-align:center;
	text-decoration:none;
}
.ExcBookSearchBrd .ClearBtn:hover{
	background:#909bac url(/images/icons/clearIcon.png) 83px 12px no-repeat;
	color:#fff;
	text-decoration:none;
}
.ExcBookSearchBrd .ClearBtn:focus{
	color:#fff;
	text-decoration:none;
}	
.ExcBookSearchBrd .SearchBtn{
	float:left;
	height:40px;
	width:110px;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	background:#7A869A url(/images/icons/SearchBtnIcon.png) 83px 11px no-repeat;
	padding:7px 21px 0 0;
	text-align:center;
	text-decoration:none;
	margin:0 0 0 10px;
}
.ExcBookSearchBrd .SearchBtn:hover{
	background:#909bac url(/images/icons/SearchBtnIcon.png) 83px 11px no-repeat;
	color:#fff;
	text-decoration:none;
}
.ExcBookSearchBrd .SearchBtn:focus{
	color:#fff;
	text-decoration:none;
}
.VouchersSearchBrd{
	width:1170px;
	height:auto;
	border-left:1px dashed #CAD6E4;
	border-right:1px dashed #CAD6E4;
	border-bottom:1px dashed #CAD6E4;
	border-top:1px solid #fff;
	background:#F6F5F6;
	padding:10px;
	float:left;
}
.VouchersSearchBrd .SearchItems{
	width:100%;
	height:30px;
	border:1px solid #D4DEE9;
	background:#fff;
	font-size:14px;
	color:#524C52;
	padding:0 0 0 5px;
}
.VouchersSearchBrd .col-md-1{
	float:left;
	width:280px;
	height:40px;
}
.VouchersSearchBrd .col-md-2{
	float:left;
	width:300px;
	height:40px;
}
.VouchersSearchBrd .col-md-3{
	float:left;
	width:90px;
	height:40px;
}
.VouchersSearchBrd .col-md-4{
	float:left;
	width:110px;
	height:40px;
}
.VouchersSearchBrd .col-md-5{
	float:left;
	width:65px;
	height:40px;
}
.VouchersSearchBrd label {
    color: #524c52;
    float: left;
    font-size: 15px;
    font-weight: normal;
    height: 30px;
    margin: 0;
    padding: 5px 0 0;
    text-align: center;
    width: 100%;
}
.VouchersSearchBrd .styled-select {
		width: 100%; 
		height: 30px; 
		overflow: hidden; 
		background:url(/images/icons/arrow-down.png) no-repeat right #fff; 
		margin:0 0 8px 0;
		float:left;
		border:1px solid #d4dee9;
	}
			
   .VouchersSearchBrd .styled-select select {
	   	background: transparent; 
		width: 100%; 
		padding: 0 0 0 3px; 
		font-size: 14px; 
		line-height: 1; 
		border: 0; 
		border-radius: 0; 
		height: 30px; 
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		color:#524c52!important;
	}
	.VouchersSearchBrd .styled-select select option{
	   padding:0 0 0 5px;
	}
.VouchersSearchBrd .buttons{
	float:right;
	width:auto;
	height:45px;
	margin:10px 10px 0 0;
	border-bottom:none;
	border-top:none;
	padding:0 0 0 0;
}
.VouchersSearchBrd .ClearBtn{
	float:left;
	height:40px;
	width:110px;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	background:#7A869A url(/images/icons/clearIcon.png) 83px 12px no-repeat;
	padding:7px 21px 0 0;
	text-align:center;
	text-decoration:none;
}
.VouchersSearchBrd .ClearBtn:hover{
	background:#909bac url(/images/icons/clearIcon.png) 83px 12px no-repeat;
	color:#fff;
	text-decoration:none;
}
.ResListSearchBrd .ClearBtn:focus{
	color:#fff;
	text-decoration:none;
}	
.VouchersSearchBrd .SearchBtn{
	float:left;
	height:40px;
	width:110px;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	background:#7A869A url(/images/icons/SearchBtnIcon.png) 83px 11px no-repeat;
	padding:7px 21px 0 0;
	text-align:center;
	text-decoration:none;
	margin:0 0 0 10px;
}
.VouchersSearchBrd .SearchBtn:hover{
	background:#909bac url(/images/icons/SearchBtnIcon.png) 83px 11px no-repeat;
	color:#fff;
	text-decoration:none;
}
.VouchersSearchBrd .SearchBtn:focus{
	color:#fff;
	text-decoration:none;
}
.HotelContractsSearchBrd{
	width:1170px;
	height:auto;
	border-left:1px dashed #CAD6E4;
	border-right:1px dashed #CAD6E4;
	border-bottom:1px dashed #CAD6E4;
	border-top:1px solid #fff;
	background:#F6F5F6;
	padding:10px;
	float:left;
}
.HotelContractsSearchBrd .SearchItems{
	width:100%;
	height:30px;
	border:1px solid #D4DEE9;
	background:#fff;
	font-size:14px;
	color:#524C52;
	padding:0 0 0 5px;
}
.HotelContractsSearchBrd .col-md-1{
	float:left;
	width:160px;
	height:40px;
}
.HotelContractsSearchBrd .col-md-2{
	float:left;
	width:260px;
	height:40px;
}
.HotelContractsSearchBrd .col-md-3{
	float:left;
	width:40px;
	height:40px;
}
.HotelContractsSearchBrd .col-md-4{
	float:left;
	width:140px;
	height:40px;
}
.HotelContractsSearchBrd .col-md-5{
	float:left;
	width:120px;
	height:40px;
}
.HotelContractsSearchBrd .col-md-6{
	float:left;
	width:180px;
	height:40px;
}
.HotelContractsSearchBrd .col-md-7{
	float:left;
	width:350px;
	height:40px;
}
.HotelContractsSearchBrd .col-md-8{
	float:left;
	width:100px;
	height:40px;
}
.HotelContractsSearchBrd .col-md-9{
	float:left;
	width:95px;
	height:40px;
}
.HotelContractsSearchBrd .col-md-date{
	float:left;
	width:120px;
	height:30px;
}
.HotelContractsSearchBrd .Sep{
	width:100%;
	float:left;
	height:10px;
	border-top:1px solid #DCE1E7;
	margin:0;
}
.HotelContractsSearchBrd .datepicker-wrap input{
	border-radius:0;
	border:1px solid #d4dee9;
	font-size:15px;
	color:#524c52;
	font-family:"RobotoLight";
	height:30px;
}
.HotelContractsSearchBrd .datepicker-wrap::after {
    background: rgba(0, 0, 0, 0) url("../images/icons/calendarIcon.png") no-repeat scroll 5px 6px;
}
.HotelContractsSearchBrd label {
    color: #524c52;
    float: left;
    font-size: 15px;
    font-weight: normal;
    height: 30px;
    margin: 0;
    padding: 5px 5px 0 0;
    text-align: right;
    width: 100%;
}
.HotelContractsSearchBrd .styled-select {
		width: 100%; 
		height: 30px; 
		overflow: hidden; 
		background:url(/images/icons/arrow-down.png) no-repeat right #fff; 
		margin:0 0 8px 0;
		float:left;
		border:1px solid #d4dee9;
	}
			
   .HotelContractsSearchBrd .styled-select select {
	   	background: transparent; 
		width: 100%; 
		padding: 0 0 0 3px; 
		font-size: 14px; 
		line-height: 1; 
		border: 0; 
		border-radius: 0; 
		height: 30px; 
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		color:#524c52!important;
	}
	.HotelContractsSearchBrd .styled-select select option{
	   padding:0 0 0 5px;
	}
.HotelContractsSearchBrd .buttons{
	float:right;
	width:auto;
	height:45px;
	margin:10px 10px 0 0;
	border-bottom:none;
	border-top:none;
	padding:0 0 0 0;
}
.HotelContractsSearchBrd .ClearBtn{
	float:left;
	height:40px;
	width:110px;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	background:#7A869A url(/images/icons/clearIcon.png) 83px 12px no-repeat;
	padding:7px 21px 0 0;
	text-align:center;
	text-decoration:none;
}
.HotelContractsSearchBrd .ClearBtn:hover{
	background:#909bac url(/images/icons/clearIcon.png) 83px 12px no-repeat;
	color:#fff;
	text-decoration:none;
}
.HotelContractsSearchBrd .ClearBtn:focus{
	color:#fff;
	text-decoration:none;
}	
.HotelContractsSearchBrd .SearchBtn{
	float:left;
	height:40px;
	width:110px;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	background:#7A869A url(/images/icons/SearchBtnIcon.png) 83px 11px no-repeat;
	padding:7px 21px 0 0;
	text-align:center;
	text-decoration:none;
	margin:0 0 0 10px;
}
.HotelContractsSearchBrd .SearchBtn:hover{
	background:#909bac url(/images/icons/SearchBtnIcon.png) 83px 11px no-repeat;
	color:#fff;
	text-decoration:none;
}
.HotelContractsSearchBrd .SearchBtn:focus{
	color:#fff;
	text-decoration:none;
}
.SearchShortBtn {
    background: #7a869a url("/images/icons/SearchBtnIcon.png") no-repeat scroll 6px 6px !important;
    color: #fff;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 29px;
    margin: 1px 0 0 !important;
    min-width: 29px;
    padding: 7px 0 0 15px;
    text-align: center;
    text-decoration: none;
    width: auto;
	border:none;
	cursor:pointer;
}
.SearchShortBtn:hover{
	background: #909bac url("/images/icons/SearchBtnIcon.png") no-repeat scroll 6px 6px !important;
	color: #fff;
	text-decoration: none;
}
.SearchShortBtn:focus{
	color: #fff;
	text-decoration: none;
}
.MenuShortBtn {
    background: #4a9ac7;
    color: #fff;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 35px;
    margin: 1px 0 0 !important;
    min-width: 35px;
    padding: 10px 0 0 0;
    text-align: center;
    text-decoration: none;
    width: auto;
	border:none;
	cursor:pointer;
}
.MenuShortBtn:hover{
	background: #31779d;
	color: #fff;
	text-decoration: none;
}
.MenuShortBtn:focus{
	color: #fff;
	text-decoration: none;
}
.grid-view {
    padding: 0;
	min-width:1170px;
	width:auto;
	margin:0;
	float:left;
}
#bookgrid{
    padding: 0;
	min-width:830px !important;
	width:820px !important;
	margin:0;
	float:left;
}
#invgrid{
	padding: 0;
	min-width:330px !important;
	width:330px !important;
	margin:0;
	float:left;
}
.CustomLineLeft{
	float:left;
	width:830px;
	margin:0;
	padding:0;
}
.CustomLineLeft .col-md-1{
	float:left;
	width:574px;
}
.CustomLineLeft .col-md-2{
	float:left;
	width:170px;
}
.CustomLineLeft .col-md-3{
	float:left;
	width:86px;
}
.CustomLineLeft input{
	border-radius: 0px;
	border: 1px solid #D4DEE9;
	font-size: 15px;
	color: #524C52;
	padding: 0 5px;
}
.CustomLineRight{
	float:right;
	width:330px;
	margin:0;
	padding:0;
}
.grid-view table.items th {
    background-color:#385A81;
    color: #fff;
    text-align: left;
	vertical-align:bottom;
	height:35px;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 2px solid #fff;
    font-size: 14px;
    padding: 2px 5px 2px 5px;
}

.grid-view table.items td{
	color:#000;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 2px solid #fff;
    font-size: 13px;
    padding: 2px 5px 2px 5px;
	height:20px;
}
.grid-view table.items th a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.grid-view table.items th a:hover{ 
	color: #fff;
}
.grid-view .sort-link{ 
	font-size: 14px ;
}
.grid-view table.items {
    border: 6px solid #F6F5F6;
    border-collapse: collapse;
    width: 100%;
}
.grid-view table.items tr.edit{
	background:#f6f5f6;
	padding:10px 0;
}
.grid-view .sort-link:hover{ 
	color: #fff;
}
.grid-view table.items tr.odd{
	background:#E4F2F9;
}
.grid-view table.items tr.even {
    background: #FCF8E3;
}
.grid-view table.items tr.odd.selected{
	background:#bce774;
}
.grid-view table.items tr.even.selected {
    background: #bce774;
}
.JColResizer tbody td, .JColResizer tbody th{
	overflow:hidden;
}
.grid-view table.items tr:hover.selected{ background:#C3CDD9}
.grid-view table.items tbody tr:hover{ background: #C3CDD9; }
.EditIcon{
	background:url(/images/icons/editIcon.png) no-repeat 0 1px;
	width:20px;
	height:21px;
	float:left;
	margin:0 0 0 2px;
}
.EditIcon img{
	display:none;
}
.ViewIcon{
	background:url(/images/icons/ViewIcon.png) no-repeat 0 1px;
	width:23px;
	height:21px;
	float:left;
	margin:0 0 0 5px;
}
.ViewIcon img{
	display:none;
}
.DeleteIcon{
	background:url(/images/icons/deleteIcon.png) no-repeat 0 1px;
	width:21px;
	height:22px;
	float:left;
	margin:0 0 0 4px;
}
.DeleteIcon img{
	display:none;
}
.ViewContactsIcon{
	background:url(/images/icons/ViewContactsIcon.png) no-repeat 0 1px;
	width:20px;
	height:21px;
	float:left;
	margin:0 0 0 2px;
}
.ViewContractsIcon{
	background:url(/images/icons/ViewContractsIcon.png) no-repeat 0 1px;
	width:20px;
	height:21px;
	float:left;
	margin:0 0 0 4px;
}
.GotoBookingIcon{
	background:url(/images/icons/GotoBookingIcon.png) no-repeat 0 0;
	width:20px;
	height:20px;
	float:left;
	margin:1px 2px 0 2px;
}
.GotoBookingRedIcon{
	background:url(/images/icons/GotoBookingIconRed.png) no-repeat 0 0;
	width:20px;
	height:20px;
	float:left;
	margin:1px 2px 0 2px;
}

.GotoTraOrderIcon{
	background:url(/images/icons/GotoTraOrderIcon.png) no-repeat 0 0;
	width:20px;
	height:20px;
	float:left;
	margin:1px 0 0 2px;
}
.grid-view .button-column {
    text-align: center;
    width: auto;
}
.grid-view .summary {
	text-align:left;
	margin:0 0 0 0;
	/*border-bottom:1px solid #C3CDD9;*/
	padding:8px 0 0 7px;
	height:35px;
	float:left;
}
.grid-view .ecolumns-link{
	float:left;
	width:100%;
}
.grid-view .pager{
	float:right;
	width: 700px;
	height:35px;
	padding:8px 7px 0 0;
	/*border-top:1px solid #C3CDD9;*/
	margin:0 0 0 0
}

ul.yiiPager {
	float:right;
	font-size:12px;
}
ul.yiiPager .page a {
    font-weight: bold;
}
ul.yiiPager .selected a {
    background: #6CB43D;
    color: #FFFFFF !important;
    font-weight: bold;
	border:1px solid #6CB43D !important;
	margin:0 1px;
}
ul.yiiPager a:link, ul.yiiPager a:visited { 
	width:22px;
	height:22px;
	padding: 0 0 0 0 !important;
	border-radius: 2px !important;
	border:1px solid #D9DFE8;
	text-align:center;
	line-height:20px;
	float:left;
	color:#1A4F8A;
	margin:0 1px;
}
ul.yiiPager .first{
	width:22px;
	height:22px;
	background-color: #EAEEF2;
	background: url(/images/icons/first.png) 7px 6px no-repeat;
	background: url(/images/icons/first.png) 7px 6px no-repeat, -moz-linear-gradient(top, #EAEEF2, #fff);
	background: url(/images/icons/first.png) 7px 6pxr no-repeat, -webkit-gradient(linear, 0 0, 0 100%, from(#EAEEF2), to(#fff));
	background: url(/images/icons/first.png) 7px 6px no-repeat, -webkit-linear-gradient(top, #EAEEF2, #fff);
	background: url(/images/icons/first.png) 7px 6px no-repeat, -o-linear-gradient(top, #EAEEF2, #fff);
	background: url(/images/icons/first.png) 7px 6px no-repeat, linear-gradient(to bottom, #EAEEF2, #fff);
	float:left;
	margin:0 1px;
}
ul.yiiPager .last{
	width:22px;
	height:22px;
	background-color: #EAEEF2;
	background: url(/images/icons/last.png) 8px 6px no-repeat;
	background: url(/images/icons/last.png) 8px 6px no-repeat, -moz-linear-gradient(top, #EAEEF2, #fff);
	background: url(/images/icons/last.png) 8px 6px no-repeat, -webkit-gradient(linear, 0 0, 0 100%, from(#EAEEF2), to(#fff));
	background: url(/images/icons/last.png) 8px 6px no-repeat, -webkit-linear-gradient(top, #EAEEF2, #fff);
	background: url(/images/icons/last.png) 8px 6px no-repeat, -o-linear-gradient(top, #EAEEF2, #fff);
	background: url(/images/icons/last.png) 8px 6px no-repeat, linear-gradient(to bottom, #EAEEF2, #fff);
	float:left;
	margin:0 1px;
}
ul.yiiPager .next{
	width:22px;
	height:22px;
	background-color: #EAEEF2;
	background: url(/images/icons/next.png) 10px 6px no-repeat;
	background: url(/images/icons/next.png) 10px 6px no-repeat, -moz-linear-gradient(top, #EAEEF2, #fff);
	background: url(/images/icons/next.png) 10px 6px no-repeat, -webkit-gradient(linear, 0 0, 0 100%, from(#EAEEF2), to(#fff));
	background: url(/images/icons/next.png) 10px 6px no-repeat, -webkit-linear-gradient(top, #EAEEF2, #fff);
	background: url(/images/icons/next.png) 10px 6px no-repeat, -o-linear-gradient(top, #EAEEF2, #fff);
	background: url(/images/icons/next.png) 10px 6px no-repeat, linear-gradient(to bottom, #EAEEF2, #fff);
	float:left;
	margin:0 2px;
}
ul.yiiPager .previous{
	width:22px;
	height:22px;
	background-color: #EAEEF2;
	background: url(/images/icons/previous.png) 9px 6px no-repeat;
	background: url(/images/icons/previous.png) 9px 6px no-repeat, -moz-linear-gradient(top, #EAEEF2, #fff);
	background: url(/images/icons/previous.png) 9px 6px no-repeat, -webkit-gradient(linear, 0 0, 0 100%, from(#EAEEF2), to(#fff));
	background: url(/images/icons/previous.png) 9px 6px no-repeat, -webkit-linear-gradient(top, #EAEEF2, #fff);
	background: url(/images/icons/previous.png) 9px 6px no-repeat, -o-linear-gradient(top, #EAEEF2, #fff);
	background: url(/images/icons/previous.png) 9px 6px no-repeat, linear-gradient(to bottom, #EAEEF2, #fff);
	float:left;
	margin:0 2px;
}
.pager li > a, .pager li > span {
	background-color:transparent;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background: #B5D99E;
  border:1px solid #B5D99E;
}
.pager li.first > a:hover,
.pager li.first > a:focus {
  text-decoration: none;
  background: url(/images/icons/first.png) 5px 6px no-repeat #B5D99E;
}
.pager li.last > a:hover,
.pager li.last > a:focus {
  text-decoration: none;
  background: url(/images/icons/last.png) 8px 6px no-repeat #B5D99E;
}
.pager li.next > a:hover,
.pager li.next > a:focus {
  text-decoration: none;
  background: url(/images/icons/next.png) 8px 6px no-repeat #B5D99E;
}
.pager li.previous > a:hover,
.pager li.previous > a:focus {
  text-decoration: none;
  background: url(/images/icons/previous.png) 7px 6px no-repeat #B5D99E;
}



.Various .col-lmd-1{
	float:left;
	width:254px;
}
.Various .col-lmd-2{
	float:left;
	width:170px;
}
.Various .col-lmd-3{
	float:left;
	width:100px;
}
.Various .col-lmd-3 label{
	text-align:center;
	padding:0 0 0 0;
}
.Various .col-lmd-4{
	float:left;
	width:40px;
	border-right: 3px solid #fff;
	height:35px;
}
.Various .col-lmd-4 label{
	text-align:center;
	padding:0 0 0 0;
}
.Various .col-lmd-5{
	float:left;
	width:70px;
	border-right: 3px solid #fff;
	height:35px;
}
.Various .col-lmd-5 label{
	text-align:center;
	padding:0 0 0 0;
}
.Various .col-lmd-5:last-child{
	border-right: none;
}
#various_contr_section table{
	height:0px;
	min-height:30px;
	float:left;
	table-layout:fixed;
}
#various_contr_section td{
	border-right: 3px solid #fff;
	height:30px;
}
#various_contr_section .col-lmd-img {
    width: 30px;
	padding:0;
}
#various_contr_section .col-lmd-1{
	width:221px;
	padding:0 0 0 5px;
}
#various_contr_section .col-lmd-2{
	width:170px;
	padding:0 0 0 5px;
}
#various_contr_section .col-lmd-3{
	width:100px;
	padding:0;
}
#various_contr_section .col-lmd-4{
	width:40px;
	padding:0 5px 0 0;
}
#various_contr_section .col-lmd-5{
	width:70px;
	padding:0 5px 0 0;
}
#various_contr_section td:last-child{
	border-right:none;
}
#various_contr_section td:first-child{
	border-right:none;
}
#various_contr_section .ListItems{
	width:1162px;
	min-height:30px;
	height:auto;
}
#various_section table{
	height:0px;
	min-height:30px;
	float:left;
	table-layout:fixed;
}
#various_section td{
	border-right: 3px solid #fff;
	height:30px;
}
#various_section .col-lmd-img {
    width: 30px;
	padding:0;
}
#various_section .col-lmd-1{
	width:223px;
	padding:0 0 0 5px;
}
#various_section .col-lmd-2{
	width:170px;
	padding:0 0 0 5px;
}
#various_section .col-lmd-3{
	width:100px;
	padding:0;
}
#various_section .col-lmd-4{
	width:40px;
	padding:0 5px 0 0;
}
#various_section .col-lmd-5{
	width:70px;
	padding:0 5px 0 0;
}
#various_section td:last-child{
	border-right:none;
}
#various_section td:first-child{
	border-right:none;
}
#various_section .ListItems{
	width:1162px;
	min-height:30px;
	height:auto;
}

/* dining */

#dining_section table{
	height:0px;
	min-height:30px;
	float:left;
	table-layout:fixed;
}
#dining_section td{
	border-right: 3px solid #fff;
	height:30px;
}
#dining_section .col-lmd-img {
    width: 30px;
	padding:0;
}
#dining_section .col-lmd-1{
	width:223px;
	padding:0 0 0 5px;
}
#dining_section .col-lmd-2{
	width:170px;
	padding:0 0 0 5px;
}
#dining_section .col-lmd-3{
	width:100px;
	padding:0;
}
#dining_section .col-lmd-4{
	width:40px;
	padding:0 5px 0 0;
}
#dining_section .col-lmd-5{
	width:70px;
	padding:0 5px 0 0;
}
#dining_section td:last-child{
	border-right:none;
}
#dining_section td:first-child{
	border-right:none;
}
#dining_section .ListItems{
	width:1162px;
	min-height:30px;
	height:auto;
}



/* Colors */
.blue-color { color: #01b7f2 !important; }
.light-blue-color { color: #7692b4; }
.yellow-color { color: #4E87BA !important; }
.red-color { color: #e01a33 !important; }
.dark-red-color{ color: #892727 !important; }
.darker-red-color{color: #541000 !important; }

.green-color { color: #7db921 !important; }
.dark-green-color{ color: #508727 !important; }
.darker-green-color{color: #244F00 !important; }

.white-color { color: #fff !important; }
.dark-blue-color { color: #2D3E80 !important; }
.skin-color { color: #4E87BA; }
.default-color { color: inherit !important; }
.gray-color { color: #9e9e9e !important; }
.orange-color{ color: #D67900 !important; }

.hotel-color { color: #4E87BA; }
.select-color { color: #4E87BA; }
.note{ color: #337ab7 ;} /*#337ab7 #FF6326*/

.msg-normal{ color: #088915; }
.msg-error{ color: #890A08; font-weight: bold; }
.errorMessage{ color: #890A08; font-weight: bold; }

.blue-bg { background-color: #01b7f2 !important; }
.yellow-bg { background-color: #4E87BA !important; }
.red-bg { background-color: #e01a33 !important; }
.green-bg { background-color: #98ce44 !important; }
.white-bg { background-color: #fff !important; }
.dark-blue-bg { background-color: #2D3E80 !important; } /*#2d3e52*/
.skin-bg { background-color: #4E87BA !important; }
.gray-bg { background-color: #f5f5f5 !important; }
.orange-bg{ background-color: #FFB560 !important; }
.cyan-bg{ background-color: cyan !important; }
.pink-bg{ background-color: pink !important; }
.flash-success{ background-color: #98ce44 !important; border-radius: 10px; }
.flash-error{ background-color: #e01a33 !important; border-radius: 10px; }
.flash-warning{ background-color: #FFFF73 !important; border-radius: 10px; }
/* Tools */
.clearer {
  clear: both !important;
  padding: 0 !important;
  margin: 0 !important; }

.left{ text-align: left; }
.right{ text-align: right; }
.center{ text-align: center; }
.num { padding-left: 5px; padding-right: 5px; }
.fl{ float: left; }
.fr{ float: right !important; }
.no-float { float: none !important; }
.no-margin { margin: 0 !important; }
.no-marginBottom{
	margin-bottom:0 !important;
}
.no-padding { padding: 0 !important; }
.paddingTop7{ padding-top:7px !important; }
.uppercase { text-transform: uppercase; }
.full-width { width: 100% !important; }
.double-height{ height: 80px;font-size: 22px;white-space: normal; }
img.full-width { height: auto; }

.default-rounded{
    border: 1px solid #ffffcc;
    border-radius:5px;
    /*border:1px solid #d0e3ef;
    border-radius:15px;*/
}

/* General Adjustments */
.form label{ margin-top: 5px; }
.small{ font-size: 80%; }
.to-small{ font-size: 70%; }

.ui-dialog .ui-widget-content {
    background: #fff none repeat scroll 0 0;
    border: 0;
    color: #222222;
}
.ui-dialog .ui-dialog-title{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 86%;
}
.ui-dialog .ui-dialog-titlebar-close{
    background: #e6e6e6 url("/images/closedlg.jpg") repeat scroll 0 0;
    display: block;
    float: right;
    height: 21px;
    margin-right: 1px;
    margin-top: 0;
    padding: 0;
    width: 21px;
}
/* pointer on disabled date & time pickers */
.form-control[disabled].hasDatepicker, .form-control[readonly].hasDatepicker { cursor: pointer; }

/* Price analysis addons */
.col_md_pr_anal{
    min-width: 45px;
    display: inline-block;
    vertical-align: top;
}
.col-md-pr{
    padding-left: 5px;
    padding-right: 5px;
}
/* contract rooms form */
.col-md-roomprice{
    width: 85px;
    float: left;
    min-height: 1px;
    padding: 0;
    position: relative;
}
/* Bootstrap Addon */
.col-md{ 
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.col-md-0_5 {
    width: 5%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.col-md-1_5 {
    width: 10%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.col-md-2_5 {
    width: 20%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col-md-time{
    width: 90px; /*130*/
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.col-md-date{
    width: auto;
    float: left;
}
.col-md-num{
    width: 70px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.col-md-price{
    width: 90px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.px10{ width: 10px; }
.px15{ width: 15px; }
.px20{ width: 20px; }
.px25{ width: 25px; }
.px30{ width: 30px; }
.px35{ width: 35px; }
.px40{ width: 40px; }
.px45{ width: 45px; }
.px50{ width: 50px; }
.px55{ width: 55px; }
.px60{ width: 60px; }
.px65{ width: 65px; }
.px70{ width: 70px; }
.px75{ width: 75px; }
.px80{ width: 80px; }
.px85{ width: 85px; }
.px90{ width: 90px; }
.px95{ width: 95px; }
.px100{ width: 100px; }

.margin_1{ margin-left: 2px; margin-right: 2px;}
.margin-center { display: block; position: relative; margin: 0 auto; }
.margin-top { margin-top: 5px; }
.margin-bottom { margin-bottom: 5px; }

.bottom-border{ border-bottom: 1px solid #eee; }
.bottom-border-dark-blue{ border-bottom: 1px solid #2d3e52; }
.bottom-border-blue{ border-bottom: 1px solid #32A6C9; } /*01b7f2*/
.bottom-border-green{ border-bottom: 1px solid #7db921; }
.bottom-border-red{ border-bottom: 1px solid #e01a33; }

.price-anal-border{ border: 1px solid #eee; border-width: 1px 1px 1px 1px; margin:-1px 0 0 -1px; }

.section-header { border-width: 5px; }

.detail-view .even > td { background: whitesmoke none repeat scroll 0 0; }
.detail-view .odd > td { background: white none repeat scroll 0 0; }
.detail-view .even > th { background: silver none repeat scroll 0 0; }
.detail-view .odd > th { background: lightgray none repeat scroll 0 0; }
.btn{ margin:5px 0 10px 0; }

#HotDetContainer .ui-widget-content{
	border:none !important;
	margin:0;
}
#tabs .ui-widget-content{ border: none; border-radius: 0px; margin-top: 0px; }
#tabs .ui-widget-header{  border: none; }
#tabs ul{ list-style: none; text-align: center; float:right; background:#F6F5F6; }            
#tabs li{ height:40px; float:left; margin:0; padding:7px 0 0 0 !important;}
#tabs li a:focus{ }
#HotDetContainer #tabs{min-height:50px;}
#tabs  {  min-height: 400px; }
#HotDetContainer .ui-state-active, #HotDetContainer .ui-widget-content .ui-state-active, #HotDetContainer .ui-widget-header .ui-state-active{
	border: none !important;
	background:#1A4F8A  !important;
	float:right;
	width:180px;
	height:40px;
	color:#fff !important;
	font-size:17px;
	font-weight:bold;
	text-align:center;
	padding:7px 0 0 0 !important;
	margin-left:1px;
}
#HotDetContainer .ui-state-active a, #HotDetContainer .ui-state-active a:link, #HotDetContainer .ui-state-active a:visited{
	background:none;
	color:#fff !important;
	width:100%;
	height:40px;
	line-height:20px;
	text-decoration: none;
}
#HotDetContainer .ui-state-default, #HotDetContainer .ui-widget-content .ui-state-default, #HotDetContainer .ui-widget-header .ui-state-default{
	border: none !important;
	background:#2267b3;
	float:right;
	width:180px;
	height:40px;
	color:#fff !important;
	font-size:17px;
	font-weight:bold;
	text-align:center;
	padding:7px 0 0 0 !important;
	margin-left:1px;
}
#HotDetContainer .ui-state-default:hover{
	background:#1A4F8A;
}
#HotDetContainer .ui-state-default a{
	color:#fff;
	text-decoration:none;
}
#HotDetContainer .grid-view{
	min-width:100%;
}
#HotDetContainer .grid-view table.items {
    border: 6px solid #fff;
    border-collapse: collapse;
    width: 100%;
}
.marginLeft10{
	margin-left:10px;
}
.marginLeft15{
	margin-left:15px;
}
#hrm-form .RoomLbl {
    float: left;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    font-weight: normal;
    color: #548C2F;
    line-height: 13px;
    margin: 0;
    padding: 10px 0 0 0;
}
#hrm-form .Sep:last-child{
	display:none;
}


/*.LiBtn{
	
	
}
.LiBtn:hover{
	background:#2267b3;
	color:#fff !important;
	text-decoration:none;
}
.LiBtn:focus{
	background:#1A4F8A;
	color:#fff !important;
	text-decoration:none;
}*/
#HotDetContainer .col-md-2_5 {
    width: 180px;
    float: left;
}


.btn-sm{
    font-size: inherit !important;
    line-height: inherit !important;
}
.btn-sm:hover,
.btn-sm:focus,
.btn-sm.focus {
    /*color: #333;*/
    text-decoration: none;
}

/* stats */
.stats{
    background-color: #bce774;
	padding: 7px 5px 5px 7px;
    color: #333;
	height:34px;
	margin-bottom:1px;
}
.stats_num{
    background-color: #ffcccc;
    padding: 7px 5px 5px 7px;
    color: #333;
	height:34px;
	margin-bottom:1px;
}
.stats_total{
	background-color:#909bac;
	padding: 7px 5px 5px 7px;
    color: #333;
	height:34px;
	margin-top:5px;
	text-align:right;
}
.stats_total span{
	line-height:32px;
	color:#fff;
	font-size:18px;
}
.selectable{
    background: #5cb85c;
    cursor: pointer;
    font-weight: normal;
    opacity: 0.7;
}
.selectable.selected{
    font-weight: bolder;
    opacity: 1;    
}

.appcfgcell{
    display: block;
    height: 150px;
    overflow: auto;
}

/** hotel plan css **/
.planlabel{ margin: 0; padding: 3px; font-weight: normal; }
.ultable{
    /*display: table-row;*/
    position: relative;
    margin: 0;
    padding: 0;
}
.scrollable{ overflow: hidden; }
.licell{
    border: 1px solid #CAD6E4;
    display: table-cell;
    min-width: 48px;
    padding: 2px;
    text-align: center;
    cursor: pointer;
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.RunReportBtn {
    background: #4a9ac7 url("/images/icons/RunReport.png") no-repeat scroll 125px 8px;
    color: #fff;
    float: right;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    margin: 10px 0 0 0;
    padding: 0px 24px 0 0;
    text-align: center;
    text-decoration: none;
    width: 150px;
	border:none;
}
.RunReportBtn:hover{
	background: #31779d url("/images/icons/RunReport.png") no-repeat scroll 125px 8px;
}
.RunReportBtn:focus{
	background: #31779d url("/images/icons/RunReport.png") no-repeat scroll 125px 8px;
}
.SettingsBtn {
    background: #4a9ac7 url("/images/icons/SettingsBtn.png") no-repeat scroll 123px 8px;
    color: #fff;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    margin: 10px 0 0 0;
    padding: 7px 24px 0 0;
    text-align: center;
    text-decoration: none;
    width: 150px;
	border:none;
	cursor:pointer;
}
.SettingsBtn:hover{
	background: #31779d url("/images/icons/SettingsBtn.png") no-repeat scroll 123px 8px;
	color: #fff;
	text-decoration: none;
}
.SettingsBtn:focus{
	background: #31779d url("/images/icons/SettingsBtn.png") no-repeat scroll 123px 8px;
	color: #fff;
	text-decoration: none;
}
.ReturnBtn {
    background: #4a9ac7 url("/images/icons/ReturnToListBtn.png") no-repeat scroll 125px 8px;
	background-size: 22px 20px;
    color: #fff;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    margin: 10px 0 0 0;
    padding: 7px 24px 0 0;
    text-align: center;
    text-decoration: none;
    width: 150px;
	border:none;
}
.ReturnBtn:hover {
    background: #31779d url("/images/icons/ReturnToListBtn.png") no-repeat scroll 125px 8px;
	background-size: 22px 20px;
	color:#fff;
	text-decoration:none;
}
.ReturnBtn:focus {
    background: #31779d url("/images/icons/ReturnToListBtn.png") no-repeat scroll 125px 8px;
	background-size: 22px 20px;
	color:#fff;
	text-decoration:none;
}
.TotalLabels{
	display: block;
	width: 100%;
	height: 36px;
	padding: 8px 6px 0 6px;
  	font-size: 14px;
  	line-height: 1.42857143;
  	color: #555;
  	background-color: #f6f5f6;
  	background-image: none;
  	border: 1px solid #d4dee9 ;
	border-radius: 0px;
  	/*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
	 margin-bottom: 1px !important;
	 margin-top: 1px !important;
	 text-align:right;
}
.TotalLabelsNum{
	display: block;
	width: 100%;
	height: 36px;
	padding: 8px 6px 0 6px;
  	font-size: 14px;
  	line-height: 1.42857143;
  	color: #555;
  	background-color: #f6f5f6;
  	background-image: none;
  	border: 1px solid #d4dee9 ;
	border-radius: 0px;
  	/*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
	 margin-bottom: 1px !important;
	 margin-top: 1px !important;
	 text-align:right;
}
#Rephoteb-form .chosen-container-single .chosen-single{
	line-height:27px;
	height:34px;
}
#Rephoteb-form .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
	height:30px;
	padding:3px 0 0 3px;
}
#Rephoteb-form .chosen-container-single .chosen-single span {
	padding-top:3px;
}
#Rephoteb-form .chosen-container-multi .chosen-choices li.search-choice{
	margin-top:6px;
}
#Rephoteb-form .checkbox{
	float:left;
	margin:0;
}
#Rephoteb-form .checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	line-height: 2.3;
	height:30px;
	margin:0;
}
#Rephoteb-form .checkbox label::before{
	content: "";
	display: inline-block;
	position: absolute;
 	width:34px;
	height:34px;
	left: 0;
	/*margin-left: -20px;*/
	border: 1px solid #cccccc;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
#Rephoteb-form .checkbox label::after {
	display: inline-block;
	position: absolute;
	width:34px;
	height:34px;
	left: 5px;
	top: -4px;
	/*margin-left: -20px;*/
	padding-left: 3px;
	padding-top: 0;
	font-size: 18px;
	color: #fff;
}
#Rephoteb-form .checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #7A869A;
	border-color:#D4DEE9;
}
#rcompsupp-form .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
	height:30px;
	padding:3px 0 0 3px;
}
#rcompsupp-form .chosen-container-multi .chosen-choices li.search-choice{
	margin-top:6px;
}
#Rcontrlist-form .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
	height:30px;
	padding:3px 0 0 3px;
}
#Rcontrlist-form .chosen-container-multi .chosen-choices li.search-choice{
	margin-top:6px;
}
#Repvarious-form .checkbox{
	float:left;
	margin:0;
}
#Repvarious-form .checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	line-height: 2.3;
	height:30px;
	margin:0;
}
#Repvarious-form .checkbox label::before{
	content: "";
	display: inline-block;
	position: absolute;
 	width:34px;
	height:34px;
	left: 0;
	/*margin-left: -20px;*/
	border: 1px solid #cccccc;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
#Repvarious-form .checkbox label::after {
	display: inline-block;
	position: absolute;
	width:34px;
	height:34px;
	left: 5px;
	top: -4px;
	/*margin-left: -20px;*/
	padding-left: 3px;
	padding-top: 0;
	font-size: 18px;
	color: #fff;
}
#Repvarious-form .checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #7A869A;
	border-color:#D4DEE9;
}
#Trbooklist-form .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
	height:30px;
	padding:3px 0 0 3px;
}
#Trbooklist-form .chosen-container-multi .chosen-choices li.search-choice{
	margin-top:6px;
}
#Trordlist-form .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
	height:30px;
	padding:3px 0 0 3px;
}
#Trordlist-form .chosen-container-multi .chosen-choices li.search-choice{
	margin-top:6px;
}
#Trordcomplist-form .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
	height:30px;
	padding:3px 0 0 3px;
}
#Trordcomplist-form .chosen-container-multi .chosen-choices li.search-choice{
	margin-top:6px;
}
#Trbookstats-form .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
	height:30px;
	padding:3px 0 0 3px;
}
#Trbookstats-form .chosen-container-multi .chosen-choices li.search-choice{
	margin-top:6px;
}
#Repcar-form .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
	height:30px;
	padding:3px 0 0 3px;
}
#Repcar-form .chosen-container-multi .chosen-choices li.search-choice{
	margin-top:6px;
}
#Repcar-form .checkbox{
	float:left;
	margin:0;
}
#Repcar-form .checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	line-height: 2.3;
	height:30px;
	margin:0;
}
#Repcar-form .checkbox label::before{
	content: "";
	display: inline-block;
	position: absolute;
 	width:34px;
	height:34px;
	left: 0;
	/*margin-left: -20px;*/
	border: 1px solid #cccccc;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
#Repcar-form .checkbox label::after {
	display: inline-block;
	position: absolute;
	width:34px;
	height:34px;
	left: 5px;
	top: -4px;
	/*margin-left: -20px;*/
	padding-left: 3px;
	padding-top: 0;
	font-size: 18px;
	color: #fff;
}
#Repcar-form .checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #7A869A;
	border-color:#D4DEE9;
}
#Repcareblist-form .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
	height:30px;
	padding:3px 0 0 3px;
}
#Repcareblist-form .chosen-container-multi .chosen-choices li.search-choice{
	margin-top:6px;
}
#Repcareblist-form .checkbox{
	float:left;
	margin:0;
}
#Repcareblist-form .checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	line-height: 2.3;
	height:30px;
	margin:0;
}
#Repcareblist-form .checkbox label::before{
	content: "";
	display: inline-block;
	position: absolute;
 	width:34px;
	height:34px;
	left: 0;
	/*margin-left: -20px;*/
	border: 1px solid #cccccc;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
#Repcareblist-form .checkbox label::after {
	display: inline-block;
	position: absolute;
	width:34px;
	height:34px;
	left: 5px;
	top: -4px;
	/*margin-left: -20px;*/
	padding-left: 3px;
	padding-top: 0;
	font-size: 18px;
	color: #fff;
}
#Repcareblist-form .checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #7A869A;
	border-color:#D4DEE9;
}
#Excordacclist-form .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
	height:30px;
	padding:3px 0 0 3px;
}
#Excordacclist-form .chosen-container-multi .chosen-choices li.search-choice{
	margin-top:6px;
}
#Repexccc-form .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
	height:30px;
	padding:3px 0 0 3px;
}
#Repexccc-form .chosen-container-multi .chosen-choices li.search-choice{
	margin-top:6px;
}
#Repexcall-form .checkbox{
	float:left;
	margin:0;
}
#Repexcall-form .checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	line-height: 2.3;
	height:30px;
	margin:0;
}
#Repexcall-form .checkbox label::before{
	content: "";
	display: inline-block;
	position: absolute;
 	width:34px;
	height:34px;
	left: 0;
	/*margin-left: -20px;*/
	border: 1px solid #cccccc;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
#Repexcall-form .checkbox label::after {
	display: inline-block;
	position: absolute;
	width:34px;
	height:34px;
	left: 5px;
	top: -4px;
	/*margin-left: -20px;*/
	padding-left: 3px;
	padding-top: 0;
	font-size: 18px;
	color: #fff;
}
#Repexcall-form .checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #7A869A;
	border-color:#D4DEE9;
}
#Repexcall-form .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
	height:30px;
	padding:3px 0 0 3px;
}
#Repexcall-form .chosen-container-multi .chosen-choices li.search-choice{
	margin-top:6px;
}
#Invbalsuppliers-form .checkbox{
	float:left;
	margin:0;
}
#Invbalsuppliers-form .checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	line-height: 2.3;
	height:30px;
	margin:0;
}
#Invbalsuppliers-form .checkbox label::before{
	content: "";
	display: inline-block;
	position: absolute;
 	width:34px;
	height:34px;
	left: 0;
	/*margin-left: -20px;*/
	border: 1px solid #cccccc;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
#Invbalsuppliers-form .checkbox label::after {
	display: inline-block;
	position: absolute;
	width:34px;
	height:34px;
	left: 5px;
	top: -4px;
	/*margin-left: -20px;*/
	padding-left: 3px;
	padding-top: 0;
	font-size: 18px;
	color: #fff;
}
#Invbalsuppliers-form .checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #7A869A;
	border-color:#D4DEE9;
}
#Invbalsuppliers-form .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
	height:30px;
	padding:3px 0 0 3px;
}
#Invbalsuppliers-form .chosen-container-multi .chosen-choices li.search-choice{
	margin-top:6px;
}
#Invbalclients-form .checkbox{
	float:left;
	margin:0;
}
#Invbalclients-form .checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	line-height: 2.3;
	height:30px;
	margin:0;
}
#Invbalclients-form .checkbox label::before{
	content: "";
	display: inline-block;
	position: absolute;
 	width:34px;
	height:34px;
	left: 0;
	/*margin-left: -20px;*/
	border: 1px solid #cccccc;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
#Invbalclients-form .checkbox label::after {
	display: inline-block;
	position: absolute;
	width:34px;
	height:34px;
	left: 5px;
	top: -4px;
	/*margin-left: -20px;*/
	padding-left: 3px;
	padding-top: 0;
	font-size: 18px;
	color: #fff;
}
#Invbalclients-form .checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #7A869A;
	border-color:#D4DEE9;
}
#trareas-form .checkbox{
	float:left;
	margin:0;
}
#trareas-form .checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	line-height: 2.3;
	height:30px;
	margin:0;
}
#trareas-form .checkbox label::before{
	content: "";
	display: inline-block;
	position: absolute;
 	width:34px;
	height:34px;
	left: 0;
	/*margin-left: -20px;*/
	border: 1px solid #cccccc;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
#trareas-form .checkbox label::after {
	display: inline-block;
	position: absolute;
	width:34px;
	height:34px;
	left: 5px;
	top: -4px;
	/*margin-left: -20px;*/
	padding-left: 3px;
	padding-top: 0;
	font-size: 18px;
	color: #fff;
}
#trareas-form .checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #7A869A;
	border-color:#D4DEE9;
}
#excursionbookings-form .selectable{
	background:#fcf8e3 !important;
	border: 1px solid #858085 !important;
	height:30px;
	margin:2px;
	text-align:center;
	opacity:1;
}
#excursionbookings-form .selectable_date{
	background:#fff;
	border: 1px solid #d4dee9;
	height:30px;
	margin:2px;
	text-align:center;
}
#excursionbookings-form .selected{
	background:#385a81 !important;
	color:#fff;
}
#excursionbookings-form .checkbox{
	float:left;
	margin:0;
}
#excursionbookings-form .checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	line-height: 2.3;
	height:30px;
	margin:0;
}
#excursionbookings-form .checkbox input[type="checkbox"] {
	margin-left:0;
	display:none;
}
#excursionbookings-form .checkbox label::before{
	content: "";
	display: inline-block;
	position: absolute;
 	width:34px;
	height:34px;
	left: 0;
	/*margin-left: -20px;*/
	border: 1px solid #cccccc;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
#excursionbookings-form .checkbox label::after {
	display: inline-block;
	position: absolute;
	width:34px;
	height:34px;
	left: 5px;
	top: -4px;
	/*margin-left: -20px;*/
	padding-left: 3px;
	padding-top: 0;
	font-size: 18px;
	color: #fff;
}
#excursionbookings-form .checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #7A869A;
	border-color:#D4DEE9;
}
#tracontract-form .checkbox{
	float:left;
	margin:0;
}
#tracontract-form .checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	line-height: 2.3;
	height:30px;
	margin:0;
}
#tracontract-form .checkbox label::before{
	content: "";
	display: inline-block;
	position: absolute;
 	width:34px;
	height:34px;
	left: 0;
	/*margin-left: -20px;*/
	border: 1px solid #cccccc;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
#tracontract-form .checkbox label::after {
	display: inline-block;
	position: absolute;
	width:34px;
	height:34px;
	left: 5px;
	top: -4px;
	/*margin-left: -20px;*/
	padding-left: 3px;
	padding-top: 0;
	font-size: 18px;
	color: #fff;
}
#tracontract-form .checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #7A869A;
	border-color:#D4DEE9;
}
#tracontract-multibuyform .checkbox{
	float:left;
	margin:0;
}
#tracontract-multibuyform .checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	line-height: 2.3;
	height:30px;
	margin:0;
}
#tracontract-multibuyform .checkbox label::before{
	content: "";
	display: inline-block;
	position: absolute;
 	width:34px;
	height:34px;
	left: 0;
	/*margin-left: -20px;*/
	border: 1px solid #cccccc;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
#tracontract-multibuyform .checkbox label::after {
	display: inline-block;
	position: absolute;
	width:34px;
	height:34px;
	left: 5px;
	top: -4px;
	/*margin-left: -20px;*/
	padding-left: 3px;
	padding-top: 0;
	font-size: 18px;
	color: #fff;
}
#tracontract-multibuyform .checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #7A869A;
	border-color:#D4DEE9;
}
#tracontract-multisellform .checkbox{
	float:left;
	margin:0;
}
#tracontract-multisellform .checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	line-height: 2.3;
	height:30px;
	margin:0;
}
#tracontract-multisellform .checkbox label::before{
	content: "";
	display: inline-block;
	position: absolute;
 	width:34px;
	height:34px;
	left: 0;
	/*margin-left: -20px;*/
	border: 1px solid #cccccc;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
#tracontract-multisellform .checkbox label::after {
	display: inline-block;
	position: absolute;
	width:34px;
	height:34px;
	left: 5px;
	top: -4px;
	/*margin-left: -20px;*/
	padding-left: 3px;
	padding-top: 0;
	font-size: 18px;
	color: #fff;
}
#tracontract-multisellform .checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #7A869A;
	border-color:#D4DEE9;
}
#Excursions_excurs_supp_days .checkbox{
	float:left;
	margin:0;
}
#Excursions_excurs_supp_days .checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	line-height: 2.3;
	height:30px;
	margin:0;
}
#Excursions_excurs_supp_days .checkbox label::before{
	content: "";
	display: inline-block;
	position: absolute;
 	width:34px;
	height:34px;
	left: 0;
	/*margin-left: -20px;*/
	border: 1px solid #cccccc;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
#Excursions_excurs_supp_days .checkbox label::after {
	display: inline-block;
	position: absolute;
	width:34px;
	height:34px;
	left: 5px;
	top: -4px;
	/*margin-left: -20px;*/
	padding-left: 3px;
	padding-top: 0;
	font-size: 18px;
	color: #fff;
}
#Excursions_excurs_supp_days .checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #7A869A;
	border-color:#D4DEE9;
}
#excursions-form .checkbox{
	float:left;
	margin:0;
}
#excursions-form .checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	line-height: 2.3;
	height:30px;
	margin:0;
}
#excursions-form .checkbox label::before{
	content: "";
	display: inline-block;
	position: absolute;
 	width:34px;
	height:34px;
	left: 0;
	/*margin-left: -20px;*/
	border: 1px solid #cccccc;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
#excursions-form .checkbox label::after {
	display: inline-block;
	position: absolute;
	width:34px;
	height:34px;
	left: 5px;
	top: -4px;
	/*margin-left: -20px;*/
	padding-left: 3px;
	padding-top: 0;
	font-size: 18px;
	color: #fff;
}
#excursions-form .checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #7A869A;
	border-color:#D4DEE9;
}
#suppliers_list .hiding_point:last-child{
	border-bottom:none !important;
}
#new_supplier:last-child{
	border-bottom:none !important;
}
.edit{
	background:#f6f5f6 !important;
	
}
.edit label{
	color: #524c52;
    float: left;
    font-weight: normal !important;
    margin: 0;
    padding: 0 0 0 5px;
    width: 100%;
	font-size:14px !important;
	display: inline-block;
	min-height: 25px;
}
.edit .col-md-1{
	float:left;
	width:250px;
}
.edit .col-md-2{
	float:left;
	width:90px;
}
.edit .col-md-3{
	float:left;
	width:112px;
}
.edit .col-md-4{
	float:left;
	width:130px;
}
.edit .col-md-5{
	float:left;
	width:380px;
}
.edit .col-md-6{
	float:left;
	width:300px;
}
.edit .col-md-7{
	float:left;
	width:690px;
}
.edit .col-md-8{
	float:left;
	width:200px;
}
.edit .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background:url(/images/icons/ddlArrow.png) no-repeat 0px 14px;
}
.edit .chosen-container-single .chosen-single{
	background:#fff;
	font-size:14px;
}
.edit .chosen-container{
	width:100% !important;
	font-size:14px;
}
.edit .form-control{
	border: 1px solid #d4dee9;
    border-radius: 0;
    color: #524c52;
    font-size: 15px;
    padding: 0 5px;
}
.edit .checkbox{
	float:left;
	margin:0;
}
.edit .checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	line-height: 2.3;
	height:30px;
	margin:0;
}
.edit .checkbox label::before{
	content: "";
	display: inline-block;
	position: absolute;
 	width:34px;
	height:34px;
	left: 0;
	/*margin-left: -20px;*/
	border: 1px solid #cccccc;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.edit .checkbox label::after {
	display: inline-block;
	position: absolute;
	width:34px;
	height:34px;
	left: 5px;
	top: -4px;
	/*margin-left: -20px;*/
	padding-left: 3px;
	padding-top: 0;
	font-size: 18px;
	color: #fff;
}
.edit .checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #7A869A;
	border-color:#D4DEE9;
}
.edit .SaveChangesFlatBtn{
	background: #6cb43d url("/images/icons/PriceAnalysisBtn.png") no-repeat scroll 77px 8px;
    color: #fff;
    float: right;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    margin: 10px 0 0 0;
    padding: 6px 20px 0 0;
    text-align: center;
    text-decoration: none;
    width:100px;
	border:none;
}
.edit .SaveChangesFlatBtn:hover{
	color:#fff;
	text-decoration:none;
	background: #59ab36 url("/images/icons/PriceAnalysisBtn.png") no-repeat scroll 77px 8px;
}
.edit .SaveChangesFlatBtn:focus{
	color:#fff;
	text-decoration:none;
}
.edit .DeleteFlatBtn{
	background: #D9534F url("/images/icons/DeleteFlatIcon.png") no-repeat scroll 77px 7px;
    color: #fff;
    float: right;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    margin: 10px 0 0 0;
    padding: 6px 20px 0 0;
    text-align: center;
    text-decoration: none;
    width:100px;
	border:none;
}
.edit .DeleteFlatBtn:hover{
	color:#fff;
	text-decoration:none;
	background: #D0312D url("/images/icons/DeleteFlatIcon.png") no-repeat scroll 77px 7px;
}
.edit .DeleteFlatBtn:focus{
	color:#fff;
	text-decoration:none;
}
.edit .CloseFlatBtn{
	background: #7a869a url("/images/icons/removeIcon.png") no-repeat scroll 77px 10px;
    color: #fff;
    float: right;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    margin: 10px 0 0 0;
    padding: 6px 20px 0 0;
    text-align: center;
    text-decoration: none;
    width:100px;
	border:none;
}
.edit .CloseFlatBtn:hover{
	color:#fff;
	text-decoration:none;
	background: #909bac url("/images/icons/removeIcon.png") no-repeat scroll 77px 10px;
}
.edit .CloseFlatBtn:focus{
	color:#fff;
	text-decoration:none;
}
#trareas-form pre{
	background:#fff;
	border:1px solid #d4dee9;
	border-radius:0px;
}
#invset-form .checkbox{
	float:left;
	margin:0;
}
#invset-form .checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	line-height: 2.3;
	height:30px;
	margin:0;
}
#invset-form .checkbox label::before{
	content: "";
	display: inline-block;
	position: absolute;
 	width:34px;
	height:34px;
	left: 0;
	/*margin-left: -20px;*/
	border: 1px solid #cccccc;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
#invset-form .checkbox label::after {
	display: inline-block;
	position: absolute;
	width:34px;
	height:34px;
	left: 5px;
	top: -4px;
	/*margin-left: -20px;*/
	padding-left: 3px;
	padding-top: 0;
	font-size: 18px;
	color: #fff;
}
#invset-form .checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #7A869A;
	border-color:#D4DEE9;
}
.MainRow .InvRect{
	float:left;
	width:100%;
	height:34px;
	/*margin:2px;*/
	background:#fff;
	text-align:center;
	padding:2px 0 0 0;
	border:1px solid #D4DEE9;
}
#InvoiceCheck .checkbox{
	float:left;
	margin:0;
}
#InvoiceCheck .checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	line-height: 2.3;
	height:30px;
	margin:0;
}
#InvoiceCheck .checkbox label::before{
	content: "";
	display: inline-block;
	position: absolute;
 	width:34px;
	height:34px;
	left: 0;
	/*margin-left: -20px;*/
	border: 1px solid #cccccc;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
#InvoiceCheck .checkbox label::after {
	display: inline-block;
	position: absolute;
	width:34px;
	height:34px;
	left: 5px;
	top: -4px;
	/*margin-left: -20px;*/
	padding-left: 3px;
	padding-top: 0;
	font-size: 18px;
	color: #fff;
}
#InvoiceCheck .checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #7A869A;
	border-color:#D4DEE9;
}
/** **********/
#RefCheck .checkbox{
	float:left;
	margin:0;
}
#RefCheck .checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	line-height: 2.3;
	height:30px;
	margin:0;
}
#RefCheck .checkbox label::before{
	content: "";
	display: inline-block;
	position: absolute;
 	width:34px;
	height:34px;
	left: 0;
	/*margin-left: -20px;*/
	border: 1px solid #cccccc;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
#RefCheck .checkbox label::after {
	display: inline-block;
	position: absolute;
	width:34px;
	height:34px;
	left: 5px;
	top: -4px;
	/*margin-left: -20px;*/
	padding-left: 3px;
	padding-top: 0;
	font-size: 18px;
	color: #fff;
}
#RefCheck .checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #7A869A;
	border-color:#D4DEE9;
}
/** ********/
.MainRow table.detail-view{
	border:1px solid #D4DEE9;
}
.MainRow .detail-view .odd > th{
	background:#E8EDF3;
}
.MainRow .detail-view .even > th{
	background:#F3F6F9;
}
.MainRow .detail-view .even > td{
	background:#fff;
}
.MainRow .detail-view .odd > td{
	background:#F3F6F9;
}
.ViewBtn{
	background: #7a869a url("/images/icons/ViewBtn.png") no-repeat 124px 7px;
	color: #fff;
	float: left;
	font-size: 15px;
	font-weight: bold;
	height: 34px;
	padding: 6px 23px 0 0;
	text-align: center;
	text-decoration: none;
	width: 150px;
	min-width: 34px;
	margin: 0;
	cursor: pointer;
}
.ViewBtn:hover{
	background: #909bac url("/images/icons/ViewBtn.png") no-repeat 124px 7px;
	color:#fff;
	text-decoration:none;
}
.ViewBtn:focus{
	background: #909bac url("/images/icons/ViewBtn.png") no-repeat 124px 7px;
	color:#fff;
	text-decoration:none;
}
#clients-form .checkbox{
	float:left;
	margin:0;
}
#clients-form .checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	line-height: 2.3;
	height:30px;
	margin:0;
}
#clients-form .checkbox label::before{
	content: "";
	display: inline-block;
	position: absolute;
 	width:34px;
	height:34px;
	left: 0;
	/*margin-left: -20px;*/
	border: 1px solid #cccccc;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
#clients-form .checkbox label::after {
	display: inline-block;
	position: absolute;
	width:34px;
	height:34px;
	left: 5px;
	top: -4px;
	/*margin-left: -20px;*/
	padding-left: 3px;
	padding-top: 0;
	font-size: 18px;
	color: #fff;
}
#clients-form .checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #7A869A;
	border-color:#D4DEE9;
}
#searchResult .checkbox{
	float:left;
	margin:0;
}
.checkboxes .checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	line-height: 2.3;
	height:30px;
	margin:0;
}
.checkboxes .checkbox label::before{
	content: "";
	display: inline-block;
	position: absolute;
 	width:34px;
	height:34px;
	left: 0;
	/*margin-left: -20px;*/
	border: 1px solid #cccccc;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkboxes .checkbox label::after {
	display: inline-block;
	position: absolute;
	width:34px;
	height:34px;
	left: -1px;
	top: -4px;
	/*margin-left: -20px;*/
	padding-left: 3px;
	padding-top: 0;
	font-size: 18px;
	color: #fff;
}
.checkboxes .checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #7A869A;
	border-color:#D4DEE9;
}


#searchList .checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	line-height: 2.3;
	height:30px;
	margin:0;
}
#searchList .checkbox label::before{
	content: "";
	display: inline-block;
	position: absolute;
 	width:34px;
	height:34px;
	left: 0;
	/*margin-left: -20px;*/
	border: 1px solid #cccccc;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
#searchList .checkbox label::after {
	display: inline-block;
	position: absolute;
	width:34px;
	height:34px;
	left: -1px;
	top: -4px;
	/*margin-left: -20px;*/
	padding-left: 3px;
	padding-top: 0;
	font-size: 18px;
	color: #fff;
}
#searchList .checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #7A869A;
	border-color:#D4DEE9;
}
.TxtLbl{
	display: block;
	width: 100%;
	height: 36px;
	padding: 8px 6px 0 6px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #f6f5f6;
	background-image: none;
	border: 1px solid #d4dee9;
	border-radius: 0px;
	margin-top:0px;
}
#invdel-form h3{
	float: left;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	font-weight: normal;
	color: #548C2F;
	line-height: 23px;
	margin: 0 0 10px 0;
	padding: 10px 0 0 5px;
}
#Rephotarrdep-form .checkbox{
	float:left;
	margin:0;
}
#Rephotarrdep-form .checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	line-height: 2.3;
	height:30px;
	margin:0;
}
#Rephotarrdep-form .checkbox label::before{
	content: "";
	display: inline-block;
	position: absolute;
 	width:34px;
	height:34px;
	left: 0;
	/*margin-left: -20px;*/
	border: 1px solid #cccccc;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
#Rephotarrdep-form .checkbox label::after {
	display: inline-block;
	position: absolute;
	width:34px;
	height:34px;
	left: 5px;
	top: -4px;
	/*margin-left: -20px;*/
	padding-left: 3px;
	padding-top: 0;
	font-size: 18px;
	color: #fff;
}
#Rephotarrdep-form .checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #7A869A;
	border-color:#D4DEE9;
}

.floated .leftCol .col-md-3 {
	background:#fff;
	border:1px solid #d7dee6 !important;
	padding-top:5px;
}
.RoomBoardBtn{
	width:100%;
	height:40px;
	background:#4a9ac7;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding:10px 0 0 0;
	float:left;
}
.RoomBoardBtn:hover{
	background:#31779d;
	color:#fff;
	text-decoration:none;
	transition:background 0.3s;
}
.RoomBoardBtn:focus{
	background:#31779d;
	color:#fff;
	text-decoration:none;
}
#hotoffsgrid{
	min-width:1124px !important;
}
#hotoffsgrid  table.items {
	border:6px solid #fff !important;
}
#SuppDates .checkbox{
	float:left;
	margin:0;
}
#SuppDates .checkbox label{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	line-height: 2.3;
	height:30px;
	margin:0;
}
#SuppDates .checkbox label::before{
	content: "";
	display: inline-block;
	position: absolute;
 	width:34px;
	height:34px;
	left:5px;
	/*margin-left: -20px;*/
	border: 1px solid #cccccc;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
#SuppDates .checkbox label::after {
	display: inline-block;
	position: absolute;
	width:34px;
	height:34px;
	left: 5px;
	top: -4px;
	/*margin-left: -20px;*/
	padding-left: 3px;
	padding-top: 0;
	font-size: 18px;
	color: #fff;
}
#SuppDates .checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #7A869A;
	border-color:#D4DEE9;
}
.col_md_pr_anal input{
	border:1px solid #d4dee9;
	border-radius:0;
	color:#524c52;
	font-size:15px;
	padding:0 5px;
	margin-top:-2px;
}
	











/*
.licell-desc{
    border: 1px solid #fff;
    display: block;
    padding: 2px;
    width: 400px;
    text-align: right;
}
.scrollcontainer{
    cursor: pointer;
}*/

/** Blink CSS **/
.blink {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

/*------- Excursions Bookings per Week ----------*/

.excbookWeekly{
	color:#1A4F8A;
	text-align:left;
	font-size:22px;
	height:35px;
	padding-left:50px;	
}

table.weekly {
	width:1250px;
	height:auto;
	table-layout:fixed;
	/*border:1px solid #ccc;*/

}
table.weekly th{
	width:160px;
	height:30px;
	background:#385A81;
	color:#fff;
	text-align:center;
	border-right:1px solid #fff;
}
table.weekly th:first-child {
	width:30px;
	background:none;
}
table.weekly th:nth-child(2){
	width:170px;
}
table.weekly th:last-child{
	border-right:none;
}
table.weekly td{
	width:210px;
	height:88px;
	padding:0;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
table.weekly td:last-child{
	border-right:1px solid #ccc;
}
table.weekly .destination {
	width:30px;
	background:#bbb;
	color:#333;
	text-align:center;
	padding: 0px 0px 0px 0px;
    margin: 0px;
	border-bottom:1px solid #ccc;
	border-left:none;
	height:88px;
	font-weight:bold;
	border-top: 1px solid #ccc;
	font-size:18px;
}
table.weekly .destination div{
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform:rotate(270deg);
	text-align:center;
	width:30px;
	position:absolute
}
table.excursion{
	width:1220px;
	table-layout: fixed;
}
table.excursion td{
	background:#fff;
	height:59px;
	border-bottom:1px solid #ccc;
	border-left:none;
	padding:0;
	word-wrap:break-word;
	width:160px;
}
table.excursion td:first-child{
	background:#FCF8E3;
	width:170px;
	padding:0 5px;
	border-right:1px solid #ccc;
}
/*table.excursion tr:last-child td{
	border-bottom:none;
}*/
table.passCont{
	width:160px;
	background:#fff;
	table-layout: fixed;
}
table.passCont td{
	height:59px;
	width:150px !important;
	border-bottom:none;
	border-left:none;
	padding:0;
	word-wrap:break-word;
	background:#fff !important;
	border-right:none !important;
}
table.passCont tr:last-child{
	display:block !important;
}
table.weekly .Sep {
	height:2px;
	background:#fff;
	border-top:none;
	border-bottom:none;
	margin:0;
}
table.passengers {
	width:150px;
	height:58px;
	border-top:2px solid #fff;
	border-left:2px solid #fff;
	border-bottom:2px solid #fff;
}
table.passengers th{
	height:20px;
	width:33% !important;
	background:#E2E3E9 !important;
	border-right:1px solid #fff !important;
	color:#385A81;
	font-size:13px;
}
table.passengers td{
	height:20px;
	width:33% !important;
	font-size:13px;
	background:#F6F6F6 !important;
	border-right:1px solid #fff !important;
	border-bottom:2px solid #fff;
	padding:0 5px !important;
}
table.passengers td:last-child{
	border-right:none !important;
}
table.passengers tr:last-child{
	display:block;
}
table.passengers td.empty{
	background:#fff !important;
}
table.passengers td.total{
	padding:0 5px;
	text-align:right;
}
table.passengers td.white{
	height:2px;
	background:#fff;
}
table.passengers td.grey{
	height:2px !important;
	background:#ccc !important;
	border-right:none;
	border-bottom:none;
}
table.weekly .emptyDate{
	background: repeating-linear-gradient(
	  -55deg,
	  #F5F5F5,
	  #F5F8F8 10px,
	  #FAFAFA 10px,
	  #FAFAFA 20px
	);
	border-right:1px solid #ccc;
	width:160px;
}
.tbCont{
	borber-bottom:none !important;
	padding:0 !important;
	border-right:1px solid #ccc;
}
.DestSep{
	border:none !important;
	background:#fff;
	height:20px !important;
}
/*table.weekly tr:last-child{
	display:none;
}*/
.DayNone{
	width:30px;
	height:30px !important;
	border-left:none !important;
	border-bottom:none !important;
}
.DayTotalTitle{
	height:30px !important;
	background:#ccc;
	color:#fff;
	font-weight:bold;
	width:170px !important;
	padding:0 5px !important;
}
.DayTotal{
	height:30px !important;
	padding:0 5px !important;
	width:160px !important;
}
tr.lastHeader:last-child{
	display:none;
}
td.grandTotal{
	height:30px !important;
	background:#ccc;
	color:#444;
	padding:0 5px !important;
	font-weight:bold;
	border-right:1px solid #fff;
}
td.totalTtl{
	height:30px !important;
	background:#ccc;
	color:#444;
	padding:0 5px !important;
	font-weight:bold;
	border-left:2px solid #ccc !important;
	border-right:1px solid #fff;
}
td.weekTotal{
	height:30px !important;
	background:#7e9cbd;
	color:#fff;
	padding:0 5px !important;
	font-weight:bold;
	border-right:1px solid #7e9cbd !important;
}
td.excursionTotal{
	background: #FCF8E3 !important;
    width: 160px !important;
    padding: 0 5px !important;
    border-right: 1px solid #ccc !important;
	font-weight:bold !important;
}
label.noticeLbl{
	/*color:#1A4F8A !important;*/
	color:#666 !important;
	font-weight:bold !important;
}
.redsection{
	/*background:#F2DEDE !important;*/
	background:#FFEBEC !important;
}
.yellowsection{
	/*background:#FCF8E3 !important;*/
	background:#FFFCE9 !important;
}
.greensection{
	/*background:#DFF0D8 !important;*/
	background:#E9F5E9 !important;
}
.orangesection{
	/*background:#FDE5CB !important;*/
	background:#FFF2E2 !important;
}
.purplesection{
	/*background:#E2E4F3 !important;*/
	background:#E4F2FD !important;
}

#gridstats{
	float:left;
	max-width:1170px;
	width:100%;
}
#gridstats .col-md-12{
	float:left;
	width:100%;
}
#gridstats .col-md-2{
	float:left;
	width:25%;
}
#gridstats .col-md-8{
	width:50%;
	float:left;
}
#gridstats .stats_total{
	float:left;
}