html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.hr_line {
	background-color: #d5d5d5;
	height: 1px;
}
textarea {
	resize:none;
}
a {
	text-decoration: none !important;
	outline: none !important;
}
.responsive_image {
	/* make images responsive */
  max-width: 100%;
	outline: none !important;
}
a, input, button {
	transition: all 0.3s ease-in-out;
}
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-img-replace {
	/* replace text with a background-image */
  display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.overflow-hidden {
	overflow: hidden;
}
.h1finance{font-size: 25px;
margin-bottom: 20px;
margin-top: 20px;
font-weight: 700;}
.listing{background: rgb(225, 225, 225) none repeat scroll 0% 0%;
padding: 20px;
border: 1px solid rgb(221, 221, 221) !important;}
.h4panel{color: rgb(255, 0, 51)!important;
font-size: 25px !important;font-weight:600!important;}
.h4panel1{color: green!important;
font-size: 25px !important;font-weight:600!important;}
/* -------------------------------- 

Main components 

-------------------------------- */


.cd-main-content {
	/* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
  min-height: 100%;
	position: relative;
	z-index: 2;
	/* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.cd-main-content.lateral-menu-is-open {
	/* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
  -webkit-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px);
}
.modal-title {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 22px;
	color: #3c9606;
}
.close {
	float: right;
	font-size: 60px;
	font-weight: 300;
	line-height: inherit;
	color: #000;
	text-shadow: none;
	filter: alpha(opacity=20);
	opacity: .2;
	outline: none;
	margin-right: 0px;
}
.btn_create_account {
	background-color: #2662a0;
	text-transform: uppercase;
	color: #fff;
	height: 42px;
	width: 100%;
	border: 0;
	font-weight: 600;
	font-size: 18px;
}
.cd-filter{display: none;}

.cd-filter-trigger{display: none;}

.mail1 {
    height: 22px;
width: 22px;
background: #2662A0 none repeat scroll 0% 0%;
color: #FFF;
border-radius: 50%;
font-size: 12px;
padding: 0px 7px;
position: absolute;
margin-left: -24px;
margin-top: 3px;
line-height: 21px;
}

.btn-primary {
    color: #FFF;
    background-color: #2662a0;
    border-color: #2662a0;
    border-radius: 5px;
}
.h2template{color: #2662a0;
    padding: 7px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;}
.fw600{font-weight:600;}

/*code start*/
.mT10{margin-top: 10px;}
.mB10{margin-bottom: 10px;}
.mT30{margin-top: 30px;}
.fw600{font-weight: 600;}
.fr{float:right;}
.red{background: #FF0000;color: #fff;}
.yellow{background: #FFFF00;color:#333;}
.blue{background: #0000FF;color:#fff;}
.brown{background: #AD905E;color:#fff;}
.gray{background: #ccc;}
.green{background: #00ff00;}
.p0{padding:0px;}

.contract { width:auto}
.contract h2 { font-size:22px; color:#000; font-weight:600; padding-bottom:15px}
.contract h3 { font-size:16px; font-weight:600; padding:15px 0px;}
.contract h3 span { color:#06C}
.contract strong { font-weight:600}
.contract p{padding:5px 0px; line-height:1.5}
.contract hr { border-bottom:1px solid #ccc}
.contract ul, ol { padding:0px 20px}
.contract li { list-style:disc; }
.contract ol li { list-style:lower-alpha}

.head-row{background:#eee; padding:5px}
.strong{ font-weight:800}

@media only screen and (min-width: 768px) {
 .cd-main-content {
}
}
#header {
	border-bottom: 1px solid #ddd;
}
header {/*   position: absolute;   top: 0;   left: 0;*/
	height: 120px;
	width:
100%;
	background: #fff;
	z-index: 3;   /* Force Hardware Acceleration in
WebKit */
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility:
hidden;
	-webkit-transition-property: -webkit-transform;
-moz-transition- property: -moz-transform;
	transition-property: transform;
-webkit- transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
transition- duration: 0.4s;
}
header.lateral-menu-is-open {   /* translate to show the
lateral menu */
	-webkit-transform: translateX(-260px);
	-moz-transform:
translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform:
translateX(-260px);
	transform: translateX(-260px);
}
header.is-fixed {
	position: fixed;
}
@media only screen and (min-width: 768px) {
header {
height: 50px;
}
}
#cd-logo {
	display: block;
	float: left;
	margin: 12px 0 0 20px;
	color: #fff;
	font-size: 18px;
}
#cd-logo img {
	display: block;
}
@media only screen and (min-width: 768px) {
 #cd-logo {
 margin: 13px 0 0 20px;
}
}
#cd-top-nav {
	position: absolute;
	top: 0;
	right: 120px;
	height: 100%;
	display: none;
}
#cd-top-nav ul {
	height: 100%;
	padding-top: 18px;
}
#cd-top-nav li {
	display: inline-block;
	margin-right: 1em;
}
#cd-top-nav a {
	display: inline-block;
	padding: .5em;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
}
#cd-top-nav a.current {
	background-color: #242e30;
}
.no-touch #cd-top-nav a:hover {
	color: rgba(255, 255, 255, 0.7);
}
.loading-table td{ font-size:13px; padding:5px; border:1px solid #ccc}
.loading-table th { background:#3681ce; padding:6px; color:#FFF; border-right:1px solid #ddd; font-size:13px; }
.loading-table i { color:#3c9606}
.scroll{ max-height:450px; overflow:auto}
@media only screen and (min-width: 768px) {
 #cd-top-nav {
 display: block;
}
}
#cd-menu-trigger {
	position: absolute;
	right: 15px;
	top: 11px;
	height: 40px;
	width: 50px;
	background-color: #D8A200;
	border-radius: 3px;
}
#cd-menu-trigger .cd-menu-text {
	height: 100%;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 600;
	display: none;
}
#cd-menu-trigger .cd-menu-icon {
	/* this span is the central line in the menu menu */
  display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 25px;
	height: 2px;
	background-color: #FFF;/* these are the upper and lower lines in the menu menu */
}
#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
 content: '';
 width: 100%;
 height: 100%;
 position: absolute;
 background-color: inherit;
 left: 0;
}
#cd-menu-trigger .cd-menu-icon::before {
 bottom: 7px;
}
#cd-menu-trigger .cd-menu-icon::after {
 top: 7px;
}
#cd-menu-trigger.is-clicked .cd-menu-icon {
	background-color: rgba(255, 255, 255, 0);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
 background-color: white;
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before {
 bottom: 0;
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 transform: rotate(45deg);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::after {
 top: 0;
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
header {
	background-color: #2662a0;
	height: 60px;
}
 @media only screen and (min-width: 768px) {
 #cd-menu-trigger {
 width: 50px;
 padding-left: 15px;
}
 #cd-menu-trigger .cd-menu-text {
 display: inline-block;
 line-height: 70px;
}
 #cd-menu-trigger .cd-menu-icon {
 left: auto;
 right: 13px;
 -webkit-transform: translateX(0);
 -moz-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
#cd-lateral-nav {
	position: fixed;
	height: 100%;
	right: 0;
	top: 0;
	visibility: hidden;
	/* the secondary navigation is covered by the main element */
  	z-index: 9999;
	width: 260px;
	background-color: #2662a0;
	overflow-y: auto;
	/* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
 -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
 -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
 transition: transform .4s 0s, visibility 0s .4s;
	/* this creates the subtle slide in animation of the navigation */
  -webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	-ms-transform: translateX(80px);
	-o-transform: translateX(80px);
	transform: translateX(80px);
}
#cd-lateral-nav .cd-navigation {
	margin: 10px 0 16px;
	font-weight: 600;
}
#cd-lateral-nav .sub-menu {
	padding: 0 10px 20px 15px;
	display: none;
}
#cd-lateral-nav a {
	display: block;
	line-height: 2.5em;
	padding: 0 16px 0 32px;
	color: #aab5b7;
}
#cd-lateral-nav a.current {
	background-color: #3a4a4d;
	color: #FFF;
}
.no-touch #cd-lateral-nav a:hover {
	color: #FFF;
}
@media only screen and (min-width: 768px) {
 #cd-lateral-nav .cd-navigation {
 margin: 20px 0;
}
}
#cd-lateral-nav.lateral-menu-is-open {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
 -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
 -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
 transition: transform .4s 0s, visibility 0s 0s;
	/* smooth the scrolling on touch devices - webkit browsers */
  -webkit-overflow-scrolling: touch;
}
/* style menu items which have a submenu  */
#cd-lateral-nav .item-has-children > a {
	position: relative;
	text-transform: uppercase;/* this is the right arrow to show that the item has a submenu  */
}
#cd-lateral-nav .item-has-children > a::after {
 content: '';
 display: block;
 height: 11px;
 width: 8px;
 position: absolute;
 top: 50%;
 bottom: auto;
 -webkit-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 transform: translateY(-50%);
 right: 1em;
 background: url("../images/cd-arrow.svg") no-repeat center center;
 background-size: 8px 11px;
 -webkit-transition-property: -webkit-transform;
 -moz-transition-property: -moz-transform;
 transition-property: transform;
 -webkit-transition-duration: 0.2s;
 -moz-transition-duration: 0.2s;
 transition-duration: 0.2s;
}
#cd-lateral-nav .item-has-children > a.submenu-open::after {
 -webkit-transform: translateY(-50%) rotate(90deg);
 -moz-transform: translateY(-50%) rotate(90deg);
 -ms-transform: translateY(-50%) rotate(90deg);
 -o-transform: translateY(-50%) rotate(90deg);
 transform: translateY(-50%) rotate(90deg);
}
#cd-lateral-nav .socials {
	padding: 0 32px;
}
#cd-lateral-nav .socials:after {
	content: "";
	display: table;
	clear: both;
}
#cd-lateral-nav .socials a {
	height: 32px;
	width: 32px;
	float: left;
	padding: 0;
	background-image: url("../images/cd-socials.svg");
	background-repeat: no-repeat;
	background-size: 128px 64px;
	background-color: #FFF;
	margin-right: .5em;
	border-radius: 0.25em;
}
#cd-lateral-nav .socials a.cd-twitter {
	background-position: 0 0;
}
#cd-lateral-nav .socials a.cd-github {
	background-position: -32px 0;
}
#cd-lateral-nav .socials a.cd-facebook {
	background-position: -64px 0;
}
#cd-lateral-nav .socials a.cd-google {
	background-position: -96px 0;
}
.no-touch #cd-lateral-nav .socials a:hover {
	background-color: #4e6361;
}
.no-touch #cd-lateral-nav .socials a:hover.cd-twitter {
	background-position: 0 -32px;
}
.no-touch #cd-lateral-nav .socials a:hover.cd-github {
	background-position: -32px -32px;
}
.no-touch #cd-lateral-nav .socials a:hover.cd-facebook {
	background-position: -64px -32px;
}
.no-touch #cd-lateral-nav .socials a:hover.cd-google {
	background-position: -96px -32px;
}
.cd-navigation > li {
	text-transform: uppercase;
	font-weight: normal;
}
.cd-single-item-wrapper > li {
	text-transform: none;
	font-weight: normal;
}
.cd-single-item-wrapper > li i {
	margin-right: 5px;
}


 @media (max-width: 1199px) {
.big_screen_nav {
display: none;
}
 .mobile_screen {
display: block;
}
 .logo_header {
padding-top: 55px;
}
}
 @media (min-width: 1200px) {
.big_screen_nav {
display: block;
}
 .mobile_screen {
display: none;
}
}
/* -------------------------------- 

Primary style

-------------------------------- */
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	/* you need to set this to assign to the main element a min height of 100% */
  height: 100%;
}
a {
	color: #4f7fc1;
	text-decoration: none;
}
.clear {
	clear: both;
}
body {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	color: #302e2e;
	background: url(../images/bg-body.png) center center repeat;
}
.content {
	margin:0 auto;
	max-width: 1480px;
	padding: 0 15px;
	position: relative;
}
.container-fluid {
	margin:0 auto;
	max-width: 1480px;
	padding: 0 15px;
	position: relative;
}
#header {
	width: 100%;
	background-color: #fff;
}
.logo {
	float: left;
	padding-top: 0px;
}
.blue_shape {
	background-color: #2662a0;
	height: 35px;
}
.right_extreme_nav {
	float: right;
}
.mR9{margin-right: 9px;}
.right_extreme_nav li .login {
	background-color: #2662a0;
}
.right_extreme_nav li p {
	color: #999;
	font-weight: 500;
}
.right_extreme_nav a {
	display: inline-block;
	width: 70px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	/*color: #2662a0; Change By Ashish Bhatt 22 Sep 2016 */ 
	color: #fff;
	border-radius: 3px;
	margin-top: 0px;
	font-size: 16px;
	font-weight: 500;
}
.setting{
color: #2662a0 !important;
}
.copyright_text {
	padding: 15px 0;
	font-size: 14px;
	background-color: #efefef;
	font-size: 13px;
}
.copyright_text img {
	vertical-align: middle;
	margin-left: 20px;
	max-width: 100%;
}
.copyright_text .col-md-4 {
	margin-top: 10px;
	float: right;
	text-align: right;
}
.copyrightdiv {
	padding-top: 25px;
}
.copyrightdiv img {
	margin-right: 50px;
	margin-left: 0;
}
.title {
	padding: 20px 0;
	font-family: 'Lato', sans-serif;
	padding-bottom: 30px;
}
.title h2 {
	font-size: 30px;
	font-weight: 400;
	color: #2662a0;
	line-height:normal
}
.title h2 span {
	font-weight: 700;
	color: #5cb20f;
}
.breadcrumb {
	background:none;
	font-size: 15px;
	padding:0px
}
.breadcrumb a {
}
.message_notice {
	display: block;
	font-size: 15px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #56b500;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.table-responsive .table td {
	vertical-align: middle;
color:;
	font-size: 15px;
}
.table-responsive .table th {
	color: #1d1d1d;
	font-size: 16px;
	background-color: #fff2a9;
	border-bottom: 2px solid #e3bb48;
}
.table-responsive {
	overflow-x: inherit;
	font-family: 'Lato', sans-serif;
}
pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}
.notation span {
	width:10px;
 height:10px:
 padding:5px;
	border-radius:50%;
}
.caret {
	background: url(../images/caret.png) no-repeat;
	width: 9px;
	height: 6px;
	display: inline-block;
	margin-left: 4px;
	vertical-align: middle;
	border-top: 0px dashed;
	border-top: 0px solid\9;
	border-right: 0px solid transparent;
	border-left: 0px solid transparent;
}
.dropdown-menu {
	text-transform: uppercase;
}
.dropdown-menu li a {
	color: #2662a0 !important;
	border-bottom: 1px solid #e5e5e5;
	padding: 6px 20px;
}
.dropdown-menu a i {
	color: #56b500;
}
.cd-navigation h4 {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding:10px 15px;
	padding-bottom: 0;
	text-align: center;
}
.cd-navigation p {
	text-align: center;
	padding:0 15px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #fff;
	text-transform: none;
}
.searchbox {
	background-color: #fff;
	height: 46px;
	border: 1px solid #ddd;
	max-width: 500px;
	position: absolute;
	right: 15px;
	width: 100%;
	z-index: 9;
}
.searchbox input {
	float: left;
	width: calc(100% - 40px);
	height: 46px;
	border: 0;
	outline: none;
	background: none;
	padding-left: 15px;
}
.searchbox button {
	background: none;
	border: none;
	width: 40px;
	height: 46px;
	color: #777;
	font-size: 16px;
	outline: none;
}
.searchbox1 {
	background-color: #fff;
	display:inline
}
.searchbox1 span { position:absolute; right:20px; top:10px; }
.searchbox1 input {font-size:13px}
.bg_white {
	background-color: #fff;
	padding: 0px;
}
.registration_form {
	max-width: 1000px;
	margin:0 auto;
	border:1px solid #cecece;
	margin-bottom: 60px;
}
.registration_form_inner {
	padding: 40px;
	font-size: 14px;
}
.form-control {
	background-color: #f6f6f6;
	border-radius: 0;
	box-shadow: none;
}
.registration_form h3 {
	font-weight:600;
	background:url(../images/bg-head.jpg) repeat-x;
	height: 55px;
	padding: 0 20px;
	border-bottom:1px solid #cecece;
	line-height: 55px;
	font-size:20px
}
.btn_start_registration {
	background-color: #449c08;
	color: #fff;
	padding: 8px 25px;
	border: 0;
	border-radius: 3px;
	font-weight: 600;
	margin-top: 20px;
	font-size:18px
}
.btn_start_registration:hover {
	background:#2662a0
}
.form-horizontal .control-label {
	font-size:15px;
	line-height:normal
}
.form-control {
	height:40px
}
.sign_form {
	padding:5px 35px
}
.sign_form h6 {
	text-align: center;
	color: #58585a;
	font-size: 17px;
}
.sign_form h6 a {
	color: #2662a0;
	font-weight: 700;
}
.mail a {
	margin-top:10px;
	color:#2662a0;
	font-size:24px
}
.mail span {
	height:22px;
	width:22px;
	background:#449c08;
	color:#FFF;
	border-radius:50%;
	font-size:12px;
	padding:0px;
	position:absolute;
	margin-left:-7px;
	margin-top:-5px;
	line-height:22px
}

.mail-1 {
	height:22px;
	width:22px;
	background:#f00;
	color:#FFF;
	border-radius:50%;
	font-size:12px;
	padding:0px;
	position:absolute;
	margin-left: -24px;
margin-top: 6px;
line-height: 22px;
vertical-align: middle;
text-align: center;
}

.extra-margin-top10 {
	margin-top:10px
}
.extra-margin-top20 {
	margin-top:20px
}
.extra-margin-top30 {
	margin-top:30px
}
.extra-margin-top40 {
	margin-top:40px
}
.extra-margin-top60 {
	margin-top:60px
}

.panel-group .glyphicon {
	position:relative;
	top:1px;
	display:inline-block;
	font-family:'';
	font-style:normal;
	font-weight:300;
	float:right;
	font-size:20px;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	color:#666
}

.panel-title {
	font-size:17px;
	color:#2a2828;
	font-weight:600
}
.panel-default>.panel-heading {
	background-color: #fff;
	border-color: #ddd;
	background-image: url(../images/bg-head.jpg);
	<!--background-repeat: repeat-x;-->
	background-position: center top;
}
.left_pannel {
	font-weight: 500;
	font-size: 16px;
	display: block;
	width:100%;
	border:1px solid #cecece;
	margin-right:10px
}
.left_pannel ul li a {
	display: block;
	border-bottom: 1px solid #cecece;
	padding: 10px 0;
	padding-left: 48px;
	color: #909191;
	background-image: url(../images/blank.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.left_pannel ul li a.complete {
	color: #3681ce;
	position: relative;
	padding-left: 48px;
	background-color: #f1f1f1;
	background-image: url(../images/ok.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.left_pannel ul li a.active {
	color: #3681ce;
	position: relative;
	padding-left: 48px;
	background-color: #f1f1f1;
	background-image: url(../images/in-process.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.left_pannel ul li a.active:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(69, 182, 0, 0);
	border-left-color: #237bd6;
	border-width: 10px;
	margin-top: -10px;
}
/*left panel for front desk only*/

.left_pannel1 {
	font-weight: 500;
	font-size: 16px;
	display: block;
	width:100%;
	border:0px solid #cecece;
	margin-right:10px;
}
.left_pannel1 ul li {
	float:left
}
.left_pannel1 ul li a {
	display: block;
	border-bottom: 0px solid #cecece;
	padding: 10px 0;
	padding-left: 48px;
	color: #909191;
	background-image: url(../images/blank.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.left_pannel1 ul li a.complete {
	color: #3681ce;
	position: relative;
	padding-left: 48px;
	background-color: #f1f1f1;
	background-image: url(../images/ok.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.left_pannel1 ul li a.active {
	color: #3681ce;
	position: relative;
	padding-left: 48px;
	background-color: #f1f1f1;
	background-image: url(../images/in-process.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-right:15px
}
.left_pannel1 ul li a.active:after {
	left: 96%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(69, 182, 0, 0);
	border-left-color: #237bd6;
	border-width: 7px;
	margin-top: -7px;
}
.margin-bot20 {
	margin-bottom:20px;
	margin-top:10px
}
/*end*/



.btn_proceed {
	margin: 0 auto;
	text-align: center;
	max-width: 500px;
	display: block;
	border-radius: 4px;
	background-color: #449c09;
	font-weight: 400;
	font-size: 18px;
	height: 48px;
	color: #fff;
	border: 0;
	width: 100%;
	margin-top: 10px;
	box-shadow: inset 0 0 0 0 #3663af;
}
.btn_proceed:hover {
	background:#2662a0
}
.btn_add {
	display: block;
	border-radius: 4px;
	background-color: #449c09;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	border: 0;
	width: 100%;
	padding: 8px;
	box-shadow: inset 0 0 0 0 #3663af;
	margin-top: 15px;
	text-align:center
}
.btn_add:hover, .btn_add:focus
{
	background:#2662a0;
	color:#fff;
}
.btn_add_photo {
	display: block;
	border-radius: 4px;
	background-color: #449c09;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	border: 0;
	width: 100%;
	padding: 8px;
	box-shadow: inset 0 0 0 0 #3663af;
	/* margin-top: 15px; */
    text-align: center;
	margin-bottom: 10px;
}
.btn_add_photo:hover, .btn_add_photo:focus{
	background:#2662a0;
	color:#fff;
}
.margin-bottom20 {
	margin-bottom:20px
}


 @media(max-width: 768px) {
.padding_left_60 {
padding-left: 15px;
}
 #footer .col-xs-6 {
margin-bottom: 20px;
}
 .copyright_text .col-md-4 {
margin-top: 15px;
float: none;
text-align: center;
}
 .copyright_text span {
display: block;
margin-top: 15px;
}
 .copyright_text {
text-align: center;
}
 .right_extreme_nav {
margin-top: -20px;
 margin-bottom: 15px;
}
 .left_pannel {
display: none;
}
.cd-filter {
display: block;
}
.cd-filter-trigger {
display: block;
}
 .register_filter_nav li a {
display: block;
border-bottom: 1px solid #cecece;
padding: 10px 0;
padding-left: 48px;
color: #909191;
background-image: url(../images/blank.png);
 background-repeat: no-repeat;
 background-position: 10px center;
}
 .register_filter_nav li a.complete {
color: #3681ce;
 position: relative;
 padding-left: 48px;
 background-color: #f1f1f1;
 background-image: url(../images/ok.png);
 background-repeat: no-repeat;
 background-position: 10px center;
}
 .register_filter_nav li a.active {
position: relative;
 padding-left: 48px;
 background-color: #f1f1f1;
 background-image: url(../images/in-process.png);
 background-repeat: no-repeat;
 background-position: 10px center;
 color: #3663af;
}
 .register_filter_nav li a.active:after {
 left: 100%;
 top: 50%;
 border: solid transparent;
 content: " ";
 height: 0;
 width: 0;
 position: absolute;
 pointer-events: none;
 border-color: rgba(69, 182, 0, 0);
 border-left-color: #45b600;
 border-width: 10px;
 margin-top: -10px;
}
 .panel-group {
margin-top: 35px;
}
.m-hide { display:none}
.m-width{width:90px; display:block}

.left_panel tr.std td { font-size: 12px;}
.left_panel tr.std td span {
    font-size: 12px;
}
.right_extreme_nav li{ margin-left:10px}
.right_extreme_nav{ margin-top:0px}
.control-label {font-size:13px;	line-height:normal}
.m-top{ margin-top:45px}
}
 @media(max-width: 1024px) {
 .padding_left_60 {
padding-left: 15px;
}
 #footer .col-xs-6 {
margin-bottom: 20px;
}
 .copyright_text .col-md-4 {
margin-top: 15px;
float: none;
text-align: center;
}
 .copyright_text span {
display: block;
margin-top: 15px;
}
 .copyright_text {
text-align: center;
}
 .right_extreme_nav {
margin-top: 10px;
 margin-bottom: 15px;
}
 .left_pannel {
display: none;
}
.cd-filter {
display: block;
}
.cd-filter-trigger {
display: block;
}
 .register_filter_nav li a {
display: block;
border-bottom: 1px solid #cecece;
padding: 10px 0;
padding-left: 48px;
color: #909191;
background-image: url(../images/blank.png);
 background-repeat: no-repeat;
 background-position: 10px center;
}
 .register_filter_nav li a.complete {
color: #3681ce;
 position: relative;
 padding-left: 48px;
 background-color: #f1f1f1;
 background-image: url(../images/ok.png);
 background-repeat: no-repeat;
 background-position: 10px center;
}
 .register_filter_nav li a.active {
position: relative;
 padding-left: 48px;
 background-color: #f1f1f1;
 background-image: url(../images/in-process.png);
 background-repeat: no-repeat;
 background-position: 10px center;
 color: #3663af;
}
 .register_filter_nav li a.active:after {
 left: 100%;
 top: 50%;
 border: solid transparent;
 content: " ";
 height: 0;
 width: 0;
 position: absolute;
 pointer-events: none;
 border-color: rgba(69, 182, 0, 0);
 border-left-color: #45b600;
 border-width: 10px;
 margin-top: -10px;
}
 .panel-group {
margin-top:20px;
}
.none {
display:none
}
.full {
width:100%
}
.m-hide { display:none}
.m-top{ margin-top:40px}
}
 @media(max-width: 1199px) {
 .searchbox {
position: relative;
float: none;
right: inherit;
}
 .search_wrap {
padding-left: 15px;
padding-right: 15px;
padding-bottom: 40px;
}
}
 @media (max-width: 480px) {
#cd-logo img {
max-width: 180px;
}
 #cd-logo {
 display: block;
 float: left;
 margin: 12px 0 0 0px;
 color: #fff;
 font-size: 18px;
 margin-top: 44px;
}
 .top_number {
 float: none;
 font-size: 13px;
 background-color: #e2000e;
 color: #fff;
 padding: 5px 10px;
 position: relative;
 z-index: 99;
 text-align: center;
}
.login {
}
.right_extreme_nav, .right_extreme_nav li h4, .mail a { margin-top:5px}
.right_extreme_nav a{ margin-top:0px}
.right_extreme_nav{ margin-top:0px}
}

 @media (max-width: 360px) {
	 .right_extreme_nav { margin-top:0px}
	 .right_extreme_nav li h4, .mail a{ margin-top:5px}
	 .right_extreme_nav a{ margin-top:0px}
	 .breadcrumb { font-size:13px}
 }
.yellow_box {
	background:#FFFF00;
	height:80px;
	width:10%;
	min-width:140px;
	float:left;
	padding:8px;
	line-height:normal;
	font-size: 13px;
	line-height:1.6;
	font-weight:600;
	text-align:center;
	vertical-align:middle;
	border:2px solid #FFF
}

.green_box {
	background: #00ff00;
	height:80px;
	width:10%;
	min-width:140px;
	float:left;
	padding:8px;
	line-height:normal;
	font-size: 13px;
	line-height:1.6;
	font-weight:600;
	text-align:center;
	vertical-align:middle;
	line-height:1.6;
	border:2px solid #FFF


}
.blue_box {
	background: #0000FF;
	height:80px;
	min-width:140px;
	width:10%;
	float:left;
	padding:8px;
	line-height:normal;
	font-size: 13px;
	line-height:1.6;
	font-weight:600;
	text-align:center;
	vertical-align:middle;
	line-height:1.6;
	color:#FFF;
	border:2px solid #FFF

}
.red_box {
	background:#FF0000;
	height:80px;
	width:10%;
	min-width:140px;
	float:left;
	padding:8px;
	line-height:normal;
	font-size: 13px;
	line-height:1.6;
	text-align:center;
	vertical-align:middle;
	line-height:1.6;
	color:#FFF;
	border:2px solid #FFF

}

.brown_box {
	background: #AD905E;
	height:80px;
	width:10%;
	min-width:140px;
	float:left;
	padding:8px;
	line-height:normal;
	font-size: 13px;
	line-height:1.6;
	text-align:center;
	vertical-align:middle;
	line-height:1.6;
	color:#FFF;
		border:2px solid #FFF
}
.grey_box {
	background: #808080;
	height:80px;
	width:10%;
	min-width:140px;
	float:left;
	padding:8px;
	line-height:normal;
	font-size: 13px;
	line-height:1.6;
	text-align:center;
	vertical-align:middle;
	line-height:1.6;
	color:#FFF;
		border:2px solid #FFF
}
.red_circle {
	width:20px;
	height:20px;
	background:#FF0000;
	border-radius:50%;
	display:inline-block;
	margin-right:10px
}
.yellow_circle {
	width:20px;
	height:20px;
	background: #FFFF00;
	border-radius:50%;
	display:inline-block;
	margin-right:10px
}
.blue_circle {
	width:20px;
	height:20px;
	background: #0000FF;
	border-radius:50%;
	display:inline-block;
	margin-right:10px
}
.green_circle {
	width:20px;
	height:20px;
	background:#00ff00;
	border-radius:50%;
	display:inline-block;
	margin-right:10px
}
.grey_circle {
	width:20px;
	height:20px;
	background: #ccc;
	border-radius:50%;
	display:inline-block;
	margin-right:10px
}
.brown_circle {
	width:20px;
	height:20px;
	background: #AD905E;
	border-radius:50%;
	display:inline-block;
	margin-right:10px
}
.orange_circle {
	width:20px;
	height:20px;
	background: orange;
	border-radius:50%;
	display:inline-block;
	margin-right:10px
}
.fa-big {
	font-size:24px;
}
.fa-big-w {
	font-size:24px;
	color:#FFFFFF
}
.bg-grey {
	background-color:#663300;
	color:#FFFFFF;
}
.bg-brown {
	background-color: #666666;
	color:#FFFFFF;
}
.bg-yellow {
	background-color: #FFFF33
}
.bg-red {
	background-color: #FF0000
}
.bg-green {
	background-color: #339900
}
.bg-black {
	color:#000000
}
.font-w {
	color:#FFFFFF
}
.inp-margin .form-control {
	width:200px;
	margin-right:10px;
	margin-bottom:10px;
	margin-right: 10px;
	margin-top: 10px;
}
.btn-right {
	float:right;
	color:#FFF
}
.form-inline {
	display:inline
}
.bed-option {
	border:1px solid #ddd;
	margin:20px 5px;
	padding:10px
}
.bed-option h1 {
	padding:7px;
	margin-bottom:15px;
	color:#000;
	font-size:18px;
	font-weight:600;
	background-color: #DEF;
}
.bed-option h2 {
	font-size:16px;
	color:#000;
	font-weight:400;
	margin-bottom:10px;
}
.h4-title {
	color:#2662a0;
	font-weight:600;
	font-size:16px
}
.form-horizontal hr {
	border-bottom:1px solid #ddd;
	margin-top:30px
}
.f-right { float:right; margin-top:5px}
.m-5 { margin:5px}

/* for rate page*/

.rate-left table {margin:0px}
.rate-left td{ margin:0px; width:auto; }
.pad-top{padding-top:5px}
.rate-txt button, input, select, textarea { line-height:normal; padding:5px}
.rate-txt{ font-size:11px; }
.rate-txt table { padding:0px; margin:0px}
.rate-txt table tr td { padding:0px; margin:0px; width:auto; font-family:Arial, Helvetica, sans-serif }
.rate-txt table tr td img{ margin-top:4px; float:left}
.td-width{ width:30px}
.date-table tr td {
	padding:1px 5px;
}

.rate-txt input, select, textarea {
	color:#fff;
	background:#000;
	border:none;
	padding:2px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #999;
}
.left_panel tr td {
    text-align: center;
    background: #E0E0E0;
    text-align: left;
    border-bottom: 1px #d7d7d7 solid;
    height: 34px;
}
.rate-txt  table, caption, tbody, tfoot, thead, tr, th, td{ vertical-align:top}
.label-bg { background-color:#eee; }
.bg-gray {
	background:#2662a0
}
.promotion{ width:55px	; background:#00ff00; border:none; color:#000}

.extra {background:#53a83c; padding:5px; border-radius:100%; width:15px; height:15px; color:#fff; font-family:Arial, Helvetica, sans-serif; font-size:10px; position:relative; z-index:999; line-height:0.5; text-align:center; vertical-align:text-bottom; margin-top:3px; margin-left:-5px; display:inline-block}

.f-20{font-size:20px}
.f-space { font-size:20px; margin-right:10px}
.green-text{color:#449c09;}
.red-text{
	color:#F00;
}

.table-c table tr td{ border:none; padding:8px}
.contract-strong{color: #06C;}
.text-wrap{word-wrap: break-word;}
.p-title{ margin-top:15px; padding:7px; background:#eee}
.cform h1{ font-size:45px; font-weight:600; margin-bottom:15px; margin-top:25px}
.cform h2{ font-size:25px; font-weight:600; margin-bottom:15px}
.min-w150{ min-width:150px}
.min-w100{ min-width:100px}
.min-w70{ min-width:70px}
.min-w50{ min-width:50px}

/*sonali update 2 sept*/
.bg_dashboard {background-color: #f5f5f5;padding-top: 30px;padding-bottom: 50px;} 
.bg_dashboard h6{color:#000;}
.viewpublicpage{font-size: 16px;padding: 9px;border-radius: 5px;}
.mT20{margin-top: 20px !important;}
.cont1{color:#c45911;font-size: 16px;font-weight: 600;}
.cont2{color:#70ad47;font-size: 16px;font-weight: 600;}
.bg_dashboard  h4{font-weight:600;font-size: 16px;}
.online-prod{background: rgb(54, 129, 206) none repeat scroll 0% 0%;padding: 10px;color: rgb(255, 255, 255);line-height: 30px;font-size: 19px;}
.brd1{border: 1px solid rgb(204, 204, 204);margin:0px ;padding:10px;background: #eaeaea;border-radius: 5px;}

.w100{width:100%;}  
.dropD{left:auto !important;right:0;min-width: 250px !important;}
.brd0{border:0px !important;}
.h6div{font-size: 25px;margin-bottom: 10px;}
  
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {background-color: #fff;}  
.mT10{margin-top: 10px;}
.right_extreme_nav li {
	display: inline-block;
	/*margin-left:10px;*/
	float: left;
}
.right_extreme_nav li h4 {
	margin-top: 10px;
	color: #656565;
	font-size:16px;
}
.header-div{border-bottom: 1px solid rgb(221, 221, 221) !important;
width: 100%;
text-align: left;
padding-bottom: 5px;}
 
/*.form-horizontal input[type=checkbox] + label {
	color: #666;
	font-style: normal;
	border:0px;
	font-size:16px;
	line-height:25px;
	background-image: url(../images/uncheck.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	margin-top:15px
}*/
/*.form-horizontal input[type=checkbox] {
	display:none
}
.form-horizontal input[type=checkbox]:checked + label {
	color: #2662A0;
	font-style: normal;
	background: url(../images/checked.png) 0px center no-repeat
}

*/


/* checkbox start here
----------------------------------- */
.icheckbox_square,
.iradio_square {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url('../images/icheck_skins/square/square.png') no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square {
    background-position: 0 0;
}
    .icheckbox_square.hover {
        background-position: -24px 0;
    }
    .icheckbox_square.checked {
        background-position: -48px 0;
    }
    .icheckbox_square.disabled {
        background-position: -72px 0;
        cursor: default;
    }
    .icheckbox_square.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square {
    background-position: -120px 0;
}
    .iradio_square.hover {
        background-position: -144px 0;
    }
    .iradio_square.checked {
        background-position: -168px 0;
    }
    .iradio_square.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .iradio_square.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square,
    .iradio_square {
        background-image:url(../images/addpromotionpage.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

/* iCheck plugin Square skin, green
----------------------------------- */
.icheckbox_square-green,
.iradio_square-green {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin-right: 10px;
    padding: 0;
    width: 22px;
    height: 22px;
    background:url(../images/addpromotionpage.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-green {
    background-position: 0 0;
}
    .icheckbox_square-green.hover {
        background-position: -24px 0;
    }
    .icheckbox_square-green.checked {
        background-position: -48px 0;
    }
    .icheckbox_square-green.disabled {
        background-position: -72px 0;
        cursor: default;
    }
    .icheckbox_square-green.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-green {
    background-position: -120px 0;
}
    .iradio_square-green.hover {
        background-position: -144px 0;
    }
    .iradio_square-green.checked {
        background-position: -168px 0;
    }
    .iradio_square-green.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .iradio_square-green.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-green,
    .iradio_square-green {
        background-image: url('images/icheck_skins/square/green@2x.png');
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}


@media(min-width:768px) and (max-width:1100px){
.viewpublicpage {font-size: 18px;padding: 10px;border-radius: 0px;}
.online-prod {margin-top: 20px;}
}

@media(min-width:990px) and (max-width:1100px){
.online-prod {margin-top: 0px !important;}
}


@media(min-width:240px) and (max-width:640px){
.viewpublicpage {font-size: 18px;padding: 10px;border-radius: 0px;margin-bottom: 20px;margin-top:20px;}
.online-prod {margin-top: 20px;}
}

@media(min-width:640px) and (max-width:767px){
.colxs6 {width: 50% !important;}
.viewpublicpage {font-size: 18px;padding: 10px;border-radius: 0px;margin-bottom: 20px;margin-top:20px;}

}

/*.modal-backdrop {
  z-index: -1;
}*/

.modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 400px;
    padding: 15px;
}	

.inputHotelSearch{
	    height: 44px;
    border-radius: 3px;
}
.no-padding{
	padding:0px;
}
.number-bed input.form-control{
	    width: 150px !important;
}
input.form-control.inr {
    width: 130px;
}
.popover-content {
    /*padding: 9px 14px;*/
    background: #efefef;
	padding:0;
	border-radius: 5px;
}
.popover.fade.bottom.in {
        border: none !important;
    background-color: transparent;
    background: none;
    border-radius: 0px;
    box-shadow: none;
}
.popover.bottom > .arrow:after {
   border-bottom-color: #efefef;
}
.popover.bottom > .arrow {
    top: -10px;
}
.popover-content li a{
	color:#444;
	    display: block;
}
.popover-content li:hover{
	background:#d4d4d4;
	color:#000;
}
.add-new-property{
	    border-bottom: 1px solid rgb(221, 221, 221) !important;
}
.btn-group .setting .fa-bars{
	    font-size: 25px;
    margin-top: 5px;
}
.popover{
   width: 50%;
}
.header-div .fa-lock{
	font-size: 17px;
    width: 17px;
    text-align: center;
}
.w100 .fa-sign-out{
	font-size: 17px;
    width: 17px;
    text-align: center;
}
#menuPopover li{
	padding-bottom: 10px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-left: 10px;
}
#menuPopover li:last-child.w100{
	
    margin-bottom: 0px;
}
#propertyroomamenities-amenity_id .checkbox:nth-child(1), #propertyamenities-amenity_id .checkbox:nth-child(1){
	    margin-top: 0;
}

#propertyroomamenities-amenity_id .checkbox:nth-child(4),#propertyamenities-amenity_id .checkbox:nth-child(4){
  clear:both;
}
#propertyroomamenities-amenity_id .checkbox + .checkbox, #propertyamenities-amenity_id .checkbox + .checkbox{
	margin-top:0px !important;
}

.checkbox label{
	    line-height: 18px;
		COLOR: #444;
}

.multi-select-div{
	height:150px;
	overflow:auto;
	border: solid 1px #E5E5E5;
	padding: 5px;
}

#uploader .glyphicon {
	position:relative;
	top:1px;
	display:inline-block;
	font-family: "Glyphicons Halflings";
	font-style:normal;
	font-weight:normal;
	float:left;
	font-size:auto;
	color: #fff;
}

.drag-gallery-hover{
	border: dashed 2px #2662A0;
}

.dd-img-container i{
	top: 65%;
	left: 80%;
	position: absolute;
	color: red;
}

.dr-img-container i{
	top: 60%;
	left: 75%;
	position: absolute;
	color: red;
}

/*.dd-img-container{
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.dd-img-container img {width:100%;}


.dd-img-container img:hover {
    opacity: 0.5
}
.dd-img-container:hover a {
    opacity: 1;
    top: 0;
    z-index: 500;
}
.dd-img-container:hover a span {
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%);
	color: #fff;
}
.dd-img-container a {
    display: block;
    position: absolute;
    top: -100%;
    opacity: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    color: inherit;
}
*/

#loader {
    background: url("../images/ajax-loader.gif") no-repeat scroll center center transparent;
    position: absolute;
    height: 100%;
    width: 100%;
	z-index: 100;
	color: #2662A0;
	display: none;
}

.fd-status-text{
	vertical-align: top !important;
}

.fd-status-text a{
	color: transparent;
}

.fd-status-text a:hover{
	color: #000;
}

.blk_foreigner{
	display: none;
}


/*.red-color-reg{
    background: #FF0000;
    color: #fff;
    padding: 10px;
	text-align:center;
	display: inline-block;
}

.green-color-reg{
	background: #00ff00;
	color:#fff;
    padding:8px 7px 7px 7px;
    display: inline-block;
}

.blue-color-reg{
    background: #0000FF;
    color: #fff;
	text-align:center;
    padding: 10px;
    display: inline-block;
	z-index: 999;
    position: relative;
}

.user-rate
{
	font-size:11px;
    padding-left:0;
    padding-right:0;
    width: 100%;
}

.user-rate:hover{
	cursor:pointer;
}
.userInfo {
  display: none;
}

.width-3{
	width:33.33%;
	text-align:center;
}

.width-2{
    width: 50%;
    text-align: center;
    padding-right: 10%;
    padding-left: 10%;
}

.width-1{
	width:100%;
	text-align:center;
}

.room-info .popover{
    max-width: 350px !important;
}

.popover-content > p{
	color: #2662a0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 8px;
}

.room-info a
{
	color: #3681ce;
    display: block;
    padding-bottom: 2px;
    margin-bottom: 2px;
}
.room-info a:hover{
	color: #2662a0;	
}
.front-desk-booking tr td{
	padding:0px !important;
}
.skew{
  float:left;
  position:relative;
  cursor:pointer;
}
.a:before{
    content: "";
    position: absolute;
    background: #FF0000;
    top: 0;
    left: -12px;
    bottom: 0;
    width: 23px;
    z-index: 9999;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
}
.a:after{
    content: "";
    position: absolute;
    background: #0000ff;
    top: 0;
    right: -10px;
    bottom: 0;
    width: 23px;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
	z-index:99;
}
.b:after{
    content:"";
    position:absolute;
    background: #FF0000;
    top:0;
    right:-12px;
    bottom: 0;
    width:23px;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
}
.c:before{
    content:"";
    position:absolute;
    background: #00ff00;
    top:0;
   left: -12px;
    bottom: 0;
    width:23px;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
}
.c:after{
    content:"";
    position:absolute;
    background: #00ff00;
    top:0;
    right:-12px;
    z-index: 99;
    bottom: 0;
    width:23px;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
}
.skew.b {
    margin-left: 0;
    height: inherit;
    margin-top: 0;
	background-color: #FF0000;
}
.skew.a {
    height: inherit;
    margin-top: 0;
    margin-left: 0px;
	background-color:#0000FF;
}
.skew.c {
    height: inherit;
    margin-top: 0;
    margin-left: 0px;
	background: #00ff00;
}
.skew.d {
    height: inherit;
    margin-top: 0;
    margin-left: 0px;
	background: #a38236;
}
.brown-color-reg {
    background: #a38236;
    color: #fff;
    padding: 10px;
    text-align: center;
    display: inline-block;
}
.opacity-none{
	opacity:0;
}
.last-desk:after{
	display:none;
}*/

.front-desk tr td.no-space-paddng{
	padding-left:8px !important;
	padding-right:8px !important;
	padding-top:4px !important;
	padding-bottom:4px !important;
}

.front-desk tr td{
	padding-left:0px !important;
	padding-right:0px !important;
	padding-top:0px !important;
	padding-bottom:0px !important;
    position: relative;
}
.front-desk tr td div{
	padding-left:10px !important;
	padding-right:5px !important;	
	padding-top:0px;
	padding-bottom:0px;
	position: relative;
}
.person-1, .person-2, .person-3, .person-4{
    min-height:36px;
	line-height:36px;
	box-shadow: 5px 5px 5px #888888;
}

.gray{
	box-shadow: none;
}

.person-1{
    width:100%;
	float:left;
}
.person-2{
	width:50%;
	float:left;
}
.person-3{
	width:33.33%;
	float:left;
}
.person-4{
	width:25%;
	float:left;
}

.person-box{
	min-height:15px;
	line-height:15px;
	width:100%;
	float:left;
	/* border-bottom: solid 1px #888888; */
	padding: 5px 0px !important;
}

.reserve-box{
	border-right: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
}

.color-brown, .brown-fd:before{
	background:#AD905E;
	color:#fff;
    text-align: left;
}
.color-green, .color-green:before{
	background:#00ff00 !important;
	color:#000;
    text-align: left;
}
.color-yellow, .color-yellow:before{
	background:#FFFF00 !important;
	color:#000;
    text-align: left;
}
.color-red:before, .color-red{
	background:#FF0000 !important;
	text-align: left;
	color:#fff;
}
.color-blue, .color-blue:before{
	background:#0000FF !important;
	color:#fff;
    text-align: left;
}

.color-orange, .color-orange:before{
	background:orange !important;
	color:#000;
    text-align: left;
}

.yellow-fd:before{
    background:#FFFF00;
}

/* .last:before{
	content: "";
    position: absolute;
    background-color:transparent;
    top: 0;
    left: -13px;
    bottom: 0;
    width: 20px;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
	border-left: dashed 1px #CCC;
} */

.last:after{
	content: "";
    position: absolute;
    background-color:transparent;
    top: 0;
    right: -13px;
    bottom: 0;
    width: 20px;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
	border-left: dashed 1px #CCC;
}

.last-occupied:after{
	content: "";
    position: absolute;
    background:#00ff00;
    top: 0;
    left:-13px;
    bottom: 0;
    width: 20px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);	
}

.border-none{
	border-right:0px solid transparent !important;
    border-left: 0px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    border-top: 1px solid #ddd !important;
}
.tooltip_templates { display: none; }
.front-desk-booking .tooltip{
	opacity:1 !important;
	cursor:pointer;
}
.tooltipster-content {
    background: #efefef !important;
}
.tooltipster-sidetip.tooltipster-noir .tooltipster-box {
    border: 0px solid #ccc !important;
    background: #efefef !important;
    padding: 6px;
    border-radius: 5px !important;
}
.full-name {
    float: left;
    width: 50%;
    font-size: 16px;
}
ul.info-checkin {
    border-top: 1px solid #ddd;
    margin-top: 5px;
    padding-top: 5px;
}
ul.info-checkin li{
    float:left;
	margin-right:13px;
}
.tooltipster-sidetip .tooltipster-content {
    color: #fff;
    line-height: 18px;
    padding: 6px 6px !important;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #efefef !important;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #efefef !important;
    top: 0px !important;
}
.info-checkin li a{
	color:#2662a0;
	font-size:13px;
}


@media (min-width: 768px) {
  .modal-dialog {
    width: 900px;
    margin: 30px auto;
  }
}
.overlay{
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(255,255,255); /* Black fallback color */
    background-color: rgba(255,255,255, 1); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top:1%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
	color:#777;
	padding:0px 30px;
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
.no-space{
	padding:0px;
}
.refresh-logs {
    width: 150px;
    margin: auto;
    margin-top: 27px;
}
.refresh-logs a.btn.btn-info{
    color: #fff;
    font-size: inherit;
	width:100%;
	background:#45abc9;
}

.legend-boxes{
	display: inline-block;
	margin-right: 20px;
}

.field-registration-prop_phone{
	display:none;
}