
* {
        margin: 0;
        padding: 0;
}

html, body {
        height: 100%;
        width: 100%;
        font-family: "Lato","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
        font-weight: 400;
}
body {
        background: url("../images/blurred-bg.jpg") no-repeat;
        transition: all 1s cubic-bezier(0.525, 0.085, 0.255, 1) 0s;
        background-size: cover;
	background-attachment: fixed;
}

div#loginBox {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 300px;
        height: 200px;
        margin: -200px 0 0 -200px;
        background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
        border-radius: 5px;
        box-shadow: 0 0 2px 1px rgba(100, 100, 100, 0.2);
        padding: 50px;
}

div#loginBox h2 {
        margin-bottom: 5px;
}

div#loginBox input[type="submit"] {
        float:right;
        background-color: #00594b;
        border-color: #005043;
        border-radius: 3px;
        border-style: solid;
        border-width: 1px;
        cursor: pointer;
        font-size: 9px;
        letter-spacing: 1px;
        color: #fff;
        padding: 1em 1.3em;
        text-align: center;
        text-transform: uppercase;
        margin-top: 10px;
}


div#loginBox input[type="password"], div#loginBox input[type="text"] {
        width: 278px;
        height: 30px;
        margin: 10px auto;
        font-size: 14px;
        border-color: #d7dbdd;
        border-style: solid;
        border-width: 1px;
        color: #000;
        padding: 2px 10px;
}

div#navBar {
        height: 48px;
        width: 100%;
        position: fixed;
        background-color: #00594b;
        z-index: 1;
}

#weekTable #calDate h3.navI {
	font-size: 50px;
}
#weekTable #calDate a:hover {
	text-decoration:none;
}

div#navBar div.bottle {
	width: 1000px;
	margin: 0 auto;
	height: auto;
}
/*
div#navBar div.bottle ul {
	width: 100%;
	float:left;
	list-style: none;
}

div#navBar div.bottle ul li {
	float: left;
	margin: 12px 20px;
}

div#navBar div.bottle ul li a {
	color: #fff;
	text-decoration: none;
}

div#navBar div.childNav {
	position: absolute;
	display:none;
}

div#navBar div.childNav ul {
	width: 150px;
	border: 1px solid #bfbfbf;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
	background-color: #fff;
}

div#navBar div.childNav ul li a {
	color: #000;
}
*/
ul#subNav {
	width: 100%;
	float:left;
	list-style: none;
}

ul#subNav li {
	float:left;
	margin: 12px 20px 12px 0;
}

ul#subNav li a {
	color: #00594b;
	text-decoration: none;
}

div#content div.bottle {
	width: 1180px;
	height: auto;
	margin: 0 auto;
	padding-top: 100px;
}

div#filter {
	margin-top: 20px;
        width: 950px;
	height: 25px;
	/*background-color: #eaeaea;*/
	float: left;

        background: rgba(232, 232, 232, 0.5) none repeat scroll 0 0;
        box-shadow: 0 0 2px 1px rgba(100, 100, 100, 0.2);
	padding: 10px 50px;
}

div#body {
		margin-top: 20px;
        width: 1180px;
        min-height: 50px;
		max-height:auto;
        /*background-color: #eaeaea;*/
        float: left;
        background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
        padding: 10px;
	border: 1px solid #eaeaea;
}


h1 {
        -moz-osx-font-smoothing: grayscale;
        font-size: 2rem;
        font-weight: 400;
        color: #00594b;
}


h2 {
        -moz-osx-font-smoothing: grayscale;
        font-size: 1.2rem;
        font-weight: 400;
        color: #00594b;
}

h3 {
        -moz-osx-font-smoothing: grayscale;
        font-size: 1rem;
        font-weight: 200;
        color: #00594b;
}
h4 {
        -moz-osx-font-smoothing: grayscale;
        font-size: .9rem;
        font-weight: 100;
        color: #000;
}

/*sub_heading heading */
.sub_heading {
        -moz-osx-font-smoothing: grayscale;
        font-size: 1rem;
        font-weight: 100;
        color: #00594b;
}

/* CSS Added by Rizi (29/05/2015) */
/* Validation CSS */

/* To make this work add class="disabled" in your HTML input tag (for IE6)*/
input[disabled]{
  /* Your CSS Styles */
  background-color:#F0F0F0 !important; 
  color:#303030 !important;
}
textarea[disabled]{
  /* Your CSS Styles */
  background-color:#F0F0F0 !important; 
  color:#303030 !important;
}
select[disabled]{
  /* Your CSS Styles */
  background-color:#F0F0F0 !important; 
  color:#303030 !important;
}

input[type="text"].error {
    border: 1px solid red;
}

select.error {
    border: 1px solid red;
}

textarea.error {
    border: 1px solid red;
}

label.error {
    color: #ff0000;
    font: 12px/16px "museo100",helvetica,tahoma,sans-serif;
    margin-left: 10px;
}

div#global-msg  {
    width: 100%;
	min-height:10px;
	z-index:1000;
}

div#global-msg label {
    color: #fffeff;
    cursor: auto;
    display: inline-block;
    font: 13px/10px 'museo500',helvetica,tahoma,sans-serif;	
    margin: 8.5px 0;
	text-align: center;
    width: 90%;
}

div#global-msg #error {
    background-color: #c42a2a;
    color: #a32326;
}
div#global-msg #warning {
    background-color: #996633;
    color: #000;
}
div#global-msg #success {
    background-color: #090;
    color: #000;
}
/* popup screens */
/*
.bgCover { background:#000; position:absolute; left:0; top:0; display:none; overflow:hidden; }
*/

.bgCover {
	display:none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:110000;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
 }
 
.overlayBox {
	border:5px solid #00594b;
	position:absolute;
	display:none;
	min-width:280px;
	max-width:500px;
	min-height:70px;
	max-height:300px;
	background:#fff;
	z-index:110001;
}

.overlayBox h3 {
	margin: 0 auto;
	text-align:center;
	display:block;

}
.overlayContent {
	padding:10px;
}
.closeLink {
	float:right;
	color:red;
}

.confirmAlertBox {
	
	border:5px solid #00594b;
	position:absolute;
	display:none;
	min-width:300px;
	max-width:400px;
	min-height:90px;
	max-height:380px;
	background:#fff;
	z-index:110001;
	overflow:y-scroll;
}
.confirmAlertBox h3 {
	margin: 0 auto;
	text-align:center;
	display:block;

}


.customSubmitBox, .cancelQuoteBox {
	border:5px solid #00594b;
	position:absolute;
	display:none;
	min-width:320px;
	max-width:420px;
	min-height:180px;
	max-height:280px;
	background:#fff;
	z-index:110001;
}
.customSubmitBox h3, cancelQuoteBox h3 {
	margin: 0 auto;
	text-align:center;
	display:block;
}

.customSubmitBox .html, cancelQuoteBox .html {
	margin: 10px auto;
	text-align:left;
	display:block;
	float:left;
	clear:both;
}

.overlayContent button.btnConfirm {
	width: 52px;
	height: 25px;
	cursor:pointer;
	font: 14px/16px 'MuseoSans300Regular',helvetica,tahoma,sans-serif;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #F5F5F5;
	color: #444;
}

.overlayContent button.btnConfirm:hover {
	background-color: #F8F8F8;
	border-color: #957ec5;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #222;
}


.overlayErrMsgBox {
	border:5px solid #00594b;
	position:absolute;
	display:none;
	min-width:300px;
	min-height:100px;
	max-width:500px;
	max-height:160px;
	background:#FFF;
	z-index:110001;
}

.overlayErrMsgBoxLarge {
	border:5px solid #00594b;
	position:absolute;
	display:none;
	min-width:400px;
	min-height:100px;
	max-width:600px;
	max-height:390px;
	background:#FFF;
	z-index:110001;
}

.overlayErrMsgBox h3 {
	
	margin: 0 auto;
	text-align:center;
	display:block;

}

.signup {
	 min-width:600px;
     max-width: 720px;
	 max-height:720px;
     padding-bottom: 2px;
    display:none;
    background: #FFF;
        border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
        box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
		 overflow-x: hidden;
    		overflow-y: visible;
		
       
}

.signup-header { background: url(../images/hd-bg.png); padding: 18px 18px 14px 18px; border-bottom: 1px solid #CCC; border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
.signup-header  h2 { color: #444; font-size: 2em; font-weight: 700; margin-bottom: 3px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); }
.signup-header  p { color: #444; font-size: 1.3em; margin: 0; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); text-shadow: none; margin-left:10px; }


/* end popup screens */

/* paging css*/

.pagination {
	color: #333333;
	padding:10px;
    margin-bottom: 20px;
	width:100%;
	 margin:0px auto;
}

.page {
    font-size:.9rem;
	display: inline-block;
    padding: 10px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
	padding:5px;
}

.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.page.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

.page.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}


/*  END paging css*/

/* The CSS */
select {
	font-size:.9rem;
	padding:3px 0 0 2px ;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background: #f8f8f8;
	border: 1px solid #d3d3d3;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	min-height:30px;
	width:250px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}
#div_select {position:relative}
#div_select:before {
    content:'';
    right:8px; top:0px;
    width:20px;
	/* height:20px; */
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}
#div_select:after {
    content:'<>';
    font:10px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px;
	top:2px;
    padding:0 0 2px 0;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
}

.select-S{
 width:100px;
}
.select-M{
 width:220px;
}
.select-L{
 width:320px;
}

/* Button code */
button{
  font-size:.9rem;
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 26px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

button:hover,
button:active,
button:.active,
button:.disabled,
button:[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

button:disabled,
button[disabled]{
  opacity: 0.65; 
  cursor: not-allowed;
}

button:active,
button:.active {
  background-color: #cccccc;
}

button:first-child {
  *margin-left: 0;
}

button:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

button:.active,
button:active {
  background-color: #e6e6e6;
  background-color: #d9d9d99;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* Inpup textArea Code */
 .txtfield {
    font-size:9rem;
	width: 278px;
	height: 30px;
	margin: 4px auto;
	font-size: 14px;
	border-color: #d7dbdd;
	border-style: solid;
	border-width: 1px;
	color: #000;
	padding: 2px 10px;
}

.txtfield-m {
   font-size:.9rem;
    width: 178px;
	  height: 30px;
	  margin: 4px auto;
	  font-size: 14px;
	  border-color: #d7dbdd;
	  border-style: solid;
	  border-width: 1px;
	  color: #000;
	  padding: 2px 10px;
	
}

.txtfield:hover, .txtfield-m :hover{
border-color: #00594b;
}
.txtfield:focus,.txtfield-m:focus {
/*border-color: #64acd8; */
}
textarea {
	font-size:.9rem;
	float:left;
	width: 520px;
	border: 2px solid white; 
	resize: none;
	height: 140px;
	-webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 2px;
    background: rgba(255,255,255,0.5);
    margin: 2px 0 2px 0;
}
textarea:hover{
border-color: #64acd8;
}
input[type="radio"] {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    border: 2px solid white;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) inset, 0 0 16px rgba(0, 0, 0, 0.1);
    margin: 0 5px 0 0;
}     

div#body #search_term, #search_term1  {
	font-size:.9rem;
	color: #444444;
    height: 25px;
    padding: 6px;
    text-align: center;
    width: 330px;
	margin-right:5px;
}  
/*  auto complete font size*/
div#tabs{
    width: 1180px;
}
.ui-widget {
	font: 14px/20px "Lato","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
}
.ui-tabs {
    padding: 0.1em;
    position: relative;
}


.ui-multiselect-checkboxes label input {
    margin-right: 5px;
}


.ui-widget textarea, .ui-widget button {
    font-size: 0.9rem;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-size: 0.9rem;
}

table td {
 font-size: 0.9rem;	
white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
white-space: normal; 
}
div#filter_in {
    width: 95%;
	height: 25px;
	/*background-color: #eaeaea;*/
	float: left;
	background: rgba(232, 232, 232, 0.5) none repeat scroll 0 0;
    box-shadow: 0 0 2px 1px rgba(100, 100, 100, 0.2);
	padding: 10px 25px 10px;
	margin-bottom:10px;
	
}
/* dataTables custom css */
table.dataTable thead th {
text-align:left; 
    padding: 10px 5px;
}
.dataTables_length{
display:none;	
}

.dataTables_empty {
  display:none;
}
/*  end data table */

ul#multiOwner, ul {
	list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul#multiOwner li, ul li {
	font-size:1em;
	text-align: left;
}
#weekTable {
	border-collapse: collapse;
	width: 100%;
}
#weekTable, #weekTable th, #weekTable td {
	text-align: center;
}
#weekTable, #weekTable th, #weekTable td {
	border: 1px solid #e8e8e8;
}
#weekTable td {
	width: 100px;
	height: 50px;
}

#weekTable tr#calMonthYear th {
	border: 1px solid #e8e8e8;
}

#weekTable tr#calMonthYear {
	background-color: #e8e8e8;
}

#weekTable #calMonthYear p {
	color: #737474;
	padding: 5px;
	font-weight: 200;
	font-size: 20px;
}

#weekTable tr#calDate {
	background-color: #f4f5f5;
}
#weekTable tr#calDate th {
	border: 1px solid #e8e8e8;
}

#weekTable #calDate h3 {
	color: #737474;
	padding: 5px;
	font-weight: 200;
	font-size: 14px;
}

#weekTable #calDate h3 span.headerDate {
	font-size: 20px;
}

#weekTable tbody {
	background-color: #f4f5f5;
}

#weekTable td.prop_detail {
	background-color: #e8e8e8;
	color: #00594b;
	border-bottom: 1px solid #fff !important;
}

#weekTable td.prop_detail h4 {
	color: #00594b;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border-color:#ffffff;
	background-color:#ffffff;
	color:black;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
	font-size:12px;
}

.booked {
	background-color: #F00;
}
div.dayContainer {
	position: relative;
	width: 100%;
	height: 20px;
}
span.tableLeft {
	background: url('../images/table-left.png') no-repeat right center;
	width: 57px;
	height: 20px;
	position: absolute;
	top: 0px;
	right: -2px;
}
span.tableMiddle {
	background: url('../images/table-middle.png') repeat-x center center;
	width: 105%;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: -1px;
}
span.tableRight {
	background: url('../images/table-right.png') no-repeat left center;
	width: 57px;
	height: 20px;
	position: absolute;
	top: 0px;
	left: -1px;
}
span.tableText {
	z-index: 1;
	position: relative;
}

span.full {
	height: 50px;
	width: 100%;
	float:left;
}

span.halfLeft {
	height: 50px;
	width: 40%;
	float:left;
}

span.halfRight {
        height: 50px;
        width: 40%;
        float:right;
}


span.available {
	background-color: #9cd862;
}

span.booked {
	background-color: #eb4f4f;
}

span.hold {
	background-color: #FF9;
}

span.wait {
	background-color: #f7d0fa;
}

span.completed {
	background-color: #FC6;
}

span.stayzBNB{
	background-color: #79b5ff;
}

span.BookedstayzBNB{
	background-color: #9966FF;
}


/* Dropdown Menu*/

#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu > ul {
  position: relative;
  display: block;
  width: 100%;
  z-index: 500;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu > ul > #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
  text-decoration: none;
}

#cssmenu > ul > li > a {
  padding: 15px 20px;
  color: #fff;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
}
#cssmenu > ul > li:hover > a {
  color: #000;
}
#cssmenu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #7a8189;
}
#cssmenu > ul > li:hover::after {
  border-top-color: #ffffff;
}
#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 37px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 44px;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul li:hover > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
#cssmenu ul ul li a {
  width: 130px;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 20px;
  font-size: 12px;
  color: #9ea2a5;
  background: #ffffff;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu ul ul li:hover > a {
  background: #f2f2f2;
  color: #8c9195;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul::after {
  content: '';
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #ffffff;
  position: absolute;
  top: -12px;
  left: 30px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 30px;
}
#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu.align-right ul ul li.has-sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/* End dropdown menu */ 

.dataTables_filter input[type="search"] {
        width: 278px;
        height: 30px;
        margin: 10px auto;
        font-size: 14px;
        border-color: #d7dbdd;
        border-style: solid;
        border-width: 1px;
        color: #000;
        padding: 2px 10px;
}

a {
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: blue;
	
}

span#blueLegend {
	background-color: #79b5ff;
	width: 20px;
	height: 20px;
	float:left;
	margin-right: 10px;
}

span#greenLegend {
	background-color: #9cd862;
	width: 20px;
	height: 20px;
	float:left;
	margin-right: 10px;
}

span#orangeLegend {
	background-color: #f4c47a;
	width: 20px;
	height: 20px;
	float:left;
	margin-right: 10px;
}

span#pinkLegend {
	background-color: #f7d0fa;
	width: 20px;
	height: 20px;
	float:left;
	margin-right: 10px;
}

span#redLegend {
	background-color: #eb4f4f;
	width: 20px;
	height: 20px;
	float:left;
	margin-right: 10px;
}

span#yellowLegend {
	background-color: #FF9;
	width: 20px;
	height: 20px;
	float:left;
	margin-right: 10px;
}

span#purpleBookedBNB{
	background-color: #9966FF;
	width: 20px;
	height: 20px;
	float:left;
	margin-right: 10px;
}

div#legend h3 {
	float: left;
	margin-right: 10px;
    color: #000;
    font-size: 0.9rem;
    font-weight: 100;
}

div#legend {
	margin-top: 10px;
	float:left; 
	margin-left: 73px;
}


.ui-autocomplete {
     max-height: 140px;
     overflow-y: auto;
     /* prevent horizontal scrollbar */
     overflow-x: hidden;
 }
 /* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
 * html .ui-autocomplete {
     height: 140px;
 }


 .strikethrough {
    position: relative;
}

.strikethrough:before {
    border-bottom: 1px solid red;
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
}

/*  Rizi CSS code end*/
