* { padding:0; margin:0; outline:0; }
body {
	background:#d6dde5;
	font-family: Verdana, sans-serif;
	font-size:14px;
	line-height:14px;
	color:#5e5e5e;
}
input, textarea, select { font-family: Verdana, sans-serif; font-size:13px; }
::placeholder {
  color: #ddd;
  opacity: 1; /* Firefox */
}
textarea { overflow:hidden; }

.field {
    border: solid 1px #d6dde5;
    background: #fff;
}
.small-field { border:solid 1px #d3cfc7; background:#fff; padding:3px 1px; font-size:11px; }

.checkbox { width:13px; height:13px; vertical-align:top; position:relative; top:2px; }

.button { background:#eee url(images/button.gif) repeat-x 0 0; border:solid 1px #b1a874; color:#7f7f7f; font-size:11px; padding:2px 6px 2px 6px; cursor:pointer; line-height:14px !important; }
.button:hover { color:#333; border-color:#857b42; }


.field:focus { color:#000; border-color:#857b42;}


.left, .alignleft { float:left; display:inline;padding-left: 20px; }
.right, .alignright { float:right; display:inline;padding-right: 20px; }

.cl { font-size:0; line-height:0; clear:both; display:block; height:0; }

.al { text-align: left; }
.ar { text-align: right; }
.ac { text-align: center !important; }

h1{ font-size:22px; line-height:24px; color:#fff; font-weight: normal;}
h1 a{ color:#fff; text-decoration: none; }
h2 { font-size:15px; font-weight: normal; }
h3 { font-size:12px; line-height:14px; font-weight: normal; }
h3 a{ text-decoration: none; }

.shell {
    width: 100%;
    margin: 0 auto;
}


.title2 {
    border-bottom: solid #d6dde5 1px;
    padding: 7px 15px;
    color: #222d31;
    font-size: 18px;
}
.title2-1 {
    float: right;
    color: #222d31;
}

.title3 {
    border-bottom: solid #d6dde5 1px;
    padding: 23px 15px;
    color: #222d31;
    font-size: 18px;
}

.date-viewmonth {
    display: inline-block;
    padding: 25px 15px;
    font-size: 35px;
    font-weight: 600;
    color: #000;
    font-family: 'arial';
    width: 100%;
    float: left;
}
.search_left{
    float: right;
    margin-right: 30px;
}
.form2 {
    display: inline-block;  
    padding: 30px 15px;
    width: 40%;
    text-align: left;
}

.inline-field {
    display: inline-block;
}

.search {
    background: #ff6600;
    color: #fff;
    padding: 12px;
    display: inline-block;
    font-size: 18px;
}

.search a:hover {
    background: #ff6600;
    color: #fff;
    padding: 12px;
    display: inline-block;
}

.page-center {
    background: #f5f8fb;
    padding: 20px 20px 70px 20px;
    margin: 0 20px;
}

#header h1{ 
  float:left; display:inline; 
  padding-top:33px; 
}

#top-navigation { 
  float:right; 
  white-space:nowrap; 
  color:#fff; 
  padding-top:18px; 
  padding-right: 10px;
}

#top-navigation a{ color:#fff; }
#top-navigation span{ color:#dca598; }
#top { 
  height:89px; 
  background: transparent;
}

.logo-text {
    display: inline-block;
    line-height: 24px;
}

.icon-logo {
    display: inline-block;
    color: #fff;
    font-size: 60px;
    padding: 12px;
}

.text {
  color: #fff;
  font-size: 30px;
}

.text1 {
    font-size: 14px;
    color: #f0b936;
}
.text12 {
    font-size: 12px;
    color: #666;
}

@charset "UTF-8";
/* Base Styles */

#cssmenu {
    /*width: 1100px;
    margin: 0 auto;
    */
    margin: 0 20px;
    padding-top: 25px;
    display: -webkit-box;
}

#cssmenu > ul,
#cssmenu > ul li,
#cssmenu > ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu > ul {
 font-family: arial; 
    font-size: 16px; 
    background: rgb(253,253,253); 
    background: -moz-linear-gradient(top, rgb(253,253,253) 0%, rgb(248,248,248) 40%, rgb(241,241,241) 100%); 
    background: -webkit-linear-gradient(top, rgb(253,253,253) 0%,rgb(248,248,248) 40%,rgb(241,241,241) 100%); 
    background: linear-gradient(to bottom, rgb(253,253,253) 0%,rgb(248,248,248) 40%,rgb(241,241,241) 100%); 
    width: auto; 
    border-radius: 5px 5px 0 0; 
}
#cssmenu > ul > li.active, #cssmenu > ul > li.active:first-child > a { 
    border-radius: 5px 0 0 0; 
    -moz-border-radius: 5px 0 0 0; 
    -webkit-border-radius: 5px 0 0 0; 
} 
 
#cssmenu > ul li:first-child { 
    border-left: none; 
} 
 
#cssmenu .has-sub > ul li:last-child { 
    border-left: none; 
} 
 
 
#cssmenu > ul > li:last-child{ 
    border-radius:0 5px 0 0; 
    -moz-border-radius: 0 5px 0 0; 
    -webkit-border-radius: 0 5px 0 0; 
}
#cssmenu > ul li {
    float: left; 
    min-height: 1px; 
    line-height: 2em; 
    vertical-align: middle; 
    border-left: solid 1px rgba(232, 232, 232, 0.85);
}
#cssmenu > ul li.hover,
#cssmenu > ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu > ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#cssmenu > ul ul li {
  float: none;
}
#cssmenu > ul ul ul {
  top: 1px;
  left: 99%;
}
#cssmenu > ul li:hover > ul {
  visibility: visible;
}
/* Align last drop down RTL */
#cssmenu > ul > li.last ul ul {
  left: auto !important;
  right: 99%;
}
#cssmenu > ul > li.last ul {
  left: auto;
  right: 0;
}
#cssmenu > ul > li.last {
  text-align: right;
}
/* Theme Styles */
#cssmenu > ul {
    font-family: arial;
    font-size: 16px;
    background: rgb(253,253,253);
    background: -moz-linear-gradient(top, rgb(253,253,253) 0%, rgb(248,248,248) 40%, rgb(241,241,241) 100%);
    background: -webkit-linear-gradient(top, rgb(253,253,253) 0%,rgb(248,248,248) 40%,rgb(241,241,241) 100%);
    background: linear-gradient(to bottom, rgb(253,253,253) 0%,rgb(248,248,248) 40%,rgb(241,241,241) 100%);
    width: auto;
    /* zoom: 1; */
}
#cssmenu > ul:before {
  content: '';
  display: block;
}
#cssmenu > ul:after {
  content: '';
  display: table;
  clear: both;
}
#cssmenu > ul li a {
  display: inline-block;
  padding: 10px 22px;
}
#cssmenu > ul > li > a:link,
#cssmenu > ul > li > a:active,
#cssmenu > ul > li > a:visited {
  color: #222d31;
}
#cssmenu > ul > li > a:hover {
  color: #ffffff;
}
#cssmenu > ul ul ul {
  top: 0;
}

#cssmenu > ul a:link,
#cssmenu > ul a:visited {
  color: #fff;
  text-decoration: none;
}
#cssmenu > ul a:hover {
  color: #fff;
}
#cssmenu > ul a:active {
  color: #fff;
}
#cssmenu > ul ul {
  border: 1px solid #CCC \9;
  -webkit-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.15);
  width: 200px;
}


#container { 
  padding:0;
}

.small-nav { 
  display: inline-block;
  padding: 20px 10px;
}

.small-nav a{ color:#6f6636; }

.small-nav p{
  font-size: 15px;
  color: #555c60;
}

.block-left {
    width: 49%;

}

.block-right {
    width: 49%;
    float: right;
}



/*table*/

.table {
    padding: 15px;
}

.table .img-button{
  margin: auto;
  text-align: center;
}
.table .img img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.table td.t1 {
    padding: 10px 5px;
}

.table td.tleft {
    text-align: left;
    padding: 15px;
}


.table tr.title-tb {
    height: 80px;
    font-size: 15px;
    font-weight: 600;
}

.table table {
    display: table;
    border-collapse: separate;
    border-spacing: 0;
    border-color: rgba(213, 213, 213, 0.2);
}


/*end table*/

.box-head { background:#ba4c32; height:32px; color:#fff; padding: 0 10px; line-height:32px; white-space:nowrap; border-bottom:solid 1px #fff; }
.box-head .right{ padding-top:5px; line-height:13px;}
.box-head .right label,
.box-head .right input { float:left; }
.box-head .right label { padding:4px 0 0 0;}
.box-head .right input { margin-left:5px;}

.box-right {
    float: right;
    width: 500px;
}

.box-left {
       float: left;
    width: 500px;
}

.pagging {
    height: 20px;
    padding: 40px 10px 30px 10px;
    line-height: 19px;
    color: #949494;
}

.pagging a{ 
  background:url(images/pagging.gif) repeat-x 0 0; 
  height:20px; float:left; padding:0 8px; 
  border:solid 1px #d5d5d5; 
  text-decoration: none; 
  color:#949494; 
  margin-left:5px;  
}

.pagging span{ float:left; margin-left:5px; padding-top:2px; }


a.ico { color:#9d9c9a; font-size:10px; text-decoration: none; padding:0 0 0 14px; background-repeat:no-repeat; background-position:0 0; }
a.ico:hover { color:#333;}
a.del { background-image:url(images/del.gif)}
a.edit { background-image:url(images/edit.gif); margin-left:14px;}


.form { padding:15px 10px 5px 10px; }
.form label{ display:block; font-weight: bold; font-size:13px; padding-bottom:4px; }
.form label span{ color:#999; font-weight: normal;}
.form .field { display:block; }
.form .inline-field .field { display:inline;}
.form .req { font-size:13px; float:right; white-space:nowrap; color:#999;  }
.form p{ padding-bottom:15px; }

.form input[type=text], select {
    width: 100%;
    padding: 12px 3px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background:transparent;
}

.size1 { width:100%; }
.size2 { width:80px; }
.size3 { width:190px; }
textarea.size1 { height:180px; }

.buttons { text-align: right; padding:10px; background:#eee; border-top:solid 1px #e0e0e0; }
.buttons .button{ margin-left:3px;}

.box-content { padding:10px; }

.sort { border-top:solid 1px #e0e0e0; padding-top:10px; margin-top:15px;   }
.sort label{ display:block; font-weight: bold;}
.sort .field{ display:block; margin-top:5px; }
.sort select.field{ width:203px; }


.box-content p { padding-top:10px; }
.select-all{}
.select-all label{ text-decoration: underline; padding-left:4px; }

.add-button,
.add-button span { float:left; height:26px; background:url(images/add-button.gif) no-repeat 0 0; padding:0 0 0 28px; }
.add-button span { background-position:right 0; padding:0 10px 0 0; }
.add-button { font-weight: bold; font-size:12px; color:#747474; text-decoration: none; line-height:26px; }
.add-button:hover { color:#333;}


#footer {
    height: 44px;
    background: #222d31;
    line-height: 44px;
    color: #fff;
}

#footer a{ color:#fff; }


.msg { position:relative; padding-right:35px; margin-bottom:10px; }
.msg p{ padding:9px 10px 9px 40px; font-size:12px; background-repeat:no-repeat; background-position:10px 5px;}
.msg a.close{ font-size:0; line-height:0; position:absolute; top:0; right:0; width:34px; height:34px; background:url(images/close.gif); text-indent: -4000px;}

.msg-ok p{ background-color:#fffac2; border:solid 1px #dbd6a2; color:#5e5c40; background-image:url(images/msg-ok.gif); }
.msg-error p{ background-color:#f3c598; border:solid 1px #e8b084; color:#ba4c32; background-image:url(images/msg-error.gif);  }

/*** CSS3 ***/
.box {
    background: #fff;
    height: 100%;
    padding: 1px;
    margin-bottom: 20px;
    border: solid 1px #d6dde5;
}

.box-head { -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; -webkit-border-top-left-radius:5px; -webkit-border-top-right-radius:5px; }

.field, .button { -moz-border-radius:4px; -webkit-border-radius:0; }
.small-field, .button, .pagging a { -moz-border-radius:3px; -webkit-border-radius:3px; }

.msg p { -moz-border-radius:6px; -webkit-border-radius:6px; }

.button { -moz-box-shadow: 0 0 2px #978f6c; -webkit-box-shadow: 0 0 2px #978f6c;}


.file-upload {
    background-color: #ffffff;
    /*width: 600px;*/
    margin: 0 auto;
    display: -webkit-inline-box;
    padding: 0 15px 15px 15px;
}

.file-upload .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #6f6f6f;
    padding: 9px;
    color: #fff;
    border-radius: 50%;
}

  .file-upload-btn{
    width: 100%;
    padding: 7px 15px;
    text-transform: uppercase;
    color: #6f6f6f;
    background-color: #f7f8f9;
    border: 1px solid #d7d7d7;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.5s;
  }

  .file-upload-btn:hover{
    background: #6f6f6f;
    color: #fff;
  }



  .file-upload-input{
    display: none;
  }

.image-upload-wrap {
    margin: 80px 0;
    border: 1px dashed #4393bf;
    border-style: dashed;
}

  .image-title-wrap {
    padding: 15px;
    background-color: #4393bf;
    color: #ffffff; 
  }

  .file-upload-image{
    display: block;
    max-height: 300px;
    width: auto;
    margin: auto;
    padding: 20px;
  }

.remove-image {
    float: right;
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-weight: 700;
}

.img {
    padding: 15px;
}

.img img{
    border-radius: 50%;
}

/*log in*/
.login form {border: 3px solid #f1f1f1;}

.login input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background: #f8ffbb;
}

.login button {
    background-color: #027aba;
    color: white;
    padding: 8px 40px;
    margin: 9px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
}

.login button:hover {
    opacity: 0.8;
}

.login .cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

.login .imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

.login img.avatar {
    width: 40%;
    border-radius: 50%;
}

.login span.psw {
    float: right;
    padding-top: 16px;
}
.login {
    padding: 10% 35%;
}

.login-button {
    padding: 5px;
    font-size: 31px;
    display: inline-block;
    float: right;
}

.login label.remember {
    top: 15px;
    position: relative;
}

.form-login {
    padding-bottom: 10px;
}

/*block0left*/
.block-left form header {
  margin: 0 0 20px 0; 
}
.block-left form header div {
  font-size: 90%;
  color: #999;
}
.block-left form header h2 {
  margin: 0 0 5px 0;
}
.block-left form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
.block-left form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
.block-left form > div > label,
.block-left legend {
  width: 25%;
  float: left;
  padding-right: 10px;
}
.block-left form > div > div,
.block-left form > div > fieldset > div {
  width: 75%;
  float: right;
}
.block-left form > div > fieldset label {
  font-size: 90%;
}
.block-left fieldset {
  border: 0;
  padding: 0;
}

.block-left input[type=text], .block-left input[type=email], .block-left input[type=url], .block-left input[type=password], .block-left textarea, .search_table input[type=text]{
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 9px 3px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background: transparent;
}
.block-left input[type=text],
.block-left input[type=email],
.block-left input[type=url],
.block-left input[type=password] {
  width: 50%;
}
.block-left input[type=text]:focus,
.block-left input[type=email]:focus,
.block-left input[type=url]:focus,
.block-left input[type=password]:focus,
.block-left textarea:focus {
  outline: 0;
  border-color: #4697e4;
}

.block-left .form3{
  display: inline-block;
}

.block-left .title-form {
    display: inline-block;
} 

.block-left span.Text {
    display: flex;
}
.block-left .form input[type=text], select {
    width: 100%;
    padding: 12px 3px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background: transparent;
}

.Text {
    font-family: tahoma;
    font-size: 14px;
    color: #666;
    /*font-weight: bold;*/
}
/*block0left*/

.block-right form header {
  margin: 0 0 20px 0; 
}
.block-right form header div {
  font-size: 90%;
  color: #999;
}
.block-right form header h2 {
  margin: 0 0 5px 0;
}
.block-right form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
.block-right form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
.block-right form > div > label,
.block-right legend {
  width: 25%;
  float: left;
  padding-right: 10px;
}
.block-right form > div > div,
.block-right form > div > fieldset > div {
  width: 75%;
  float: right;
}
.block-right form > div > fieldset label {
  font-size: 90%;
}
.block-right fieldset {
  border: 0;
  padding: 0;
}

.block-right input[type=text], .block-right input[type=email], .block-right input[type=url], .block-right input[type=password], .block-right textarea {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 9px 3px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background: transparent;
}
.block-right input[type=text],
.block-right input[type=email],
.block-right input[type=url],
.block-right input[type=password] {
  width: 50%;
}
.block-right input[type=text]:focus,
.block-right input[type=email]:focus,
.block-right input[type=url]:focus,
.block-right input[type=password]:focus,
.block-right textarea:focus {
  outline: 0;
  border-color: #4697e4;
}

.block-right .form3{
  display: inline-block;
}

.block-right .title-form {
    display: inline-block;
} 

.block-right span.Text {
    display: flex;
}
.block-right .form input[type=text], select {
    width: 100%;
    padding: 12px 3px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background: transparent;
}

.block-right .Text3 {
    line-height: 25px;
}

.block-button .save {
    background: #33d088;
    color: #fff;
    display: inline-block;
    padding: 9px 29px;
    border-radius: 50px;
    transition: width 2s;
    cursor: pointer;
}

.block-button .cancle{
    background: #ff6c6c;
    color: #fff;
    display: inline-block;
    padding: 9px 29px;
    border-radius: 50px;
    transition: width 2s;
    cursor: pointer;
}

.block-button .cancle:hover{
    opacity: 0.8;
}

.block-button .save:hover{
    opacity: 0.8;
}

.block-button {
    text-align: center;
    padding: 5px;
}

.block-button .save {
    background: #33d088;
    color: #fff;
    display: inline-block;
    padding: 9px 29px;
    border-radius: 50px;
    transition: width 2s;
    cursor: pointer;
}


.block-button i.fa.fa-check {
    padding: 5px;
    background: #fff;
    color: #33d088;
    border-radius: 50%;
}

.button3 {
    display: inline-block;
    text-align: right;
    float: right;
    top: 45px;
    position: relative;
    right: 5px;
}




.block-button i.fa.fa-times {
    padding: 5px 6px;
    background: #fff;
    color: #ff6c6c;
    border-radius: 50%;
    transition: width 2s;
}

.checkin a{text-decoration:underline!important; }
.checkout a{text-decoration:line-through!important;}
.nameTableLink a{ color: #FFF; position: absolute; font-size: 14px!important; padding: 0; margin: 0; text-decoration: none; padding-left: 5px; margin-top:-5px;}
.nameTableLink a:hover{ color: #000; }
.nameRoom{ font-weight: bold; color: #FFF;}
.sumdep{ font-size: 10px; text-align: right; padding-right: 5px; background:#E3E3E3; color:#000000; font-size:12px;}
.vsumdep{ font-size: 9px; text-align: right; font-family:tahoma;}
.rotate{/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
color:#000000;
font-size:12px;
}
.TextTopicSum{ color: #000;}
.TextTopicSum2{ color: #FFF; font-weight:bold;}
.Text input[type=text], select {
    width: 30%;
    display: inline-block;
    border: 1px solid #ccc;
}
.Text2{ padding: 20px 10px 0 10px;}

.bginput{ background: #CCC!important;}

/*Auto Complete*/

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
.autocomplete input[type=text]{width: 100%!important;}

.autocomplete-items {
  position: relative;
  border: solid 1px #c9def2;
  
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 0%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background: #f4f7fa!important;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #027aba!important; /*027aba*/
  color: #FFF; 
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: #027aba!important; 
  color: #2f70b1; 
}
/* /Auto Complate */
.save{ border: 0;}
.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #30cf88;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.button2 {
  display: inline-block;
  border-radius: 4px;
  background-color: #30cf88;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  width: 100px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.button3-3 {
  display: inline-block;
  border-radius: 4px;
  background-color: #0078ff;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  width: 110px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.button3-4 {
  display: inline-block;
  border-radius: 4px;
  background-color: #0078ff;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 9px;
  padding: 2px;
  width: 50px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 1px;
  float: left;
}
.button3-paid {
  display: inline-block;
  border-radius: 4px;
  background-color: #30cf88;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 9px;
  padding: 2px;
  width: 45px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 1px;
  float: left;
}
.button3-cancle {
  display: inline-block;
  border-radius: 4px;
  background-color: #df494c;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 9px;
  padding: 2px;
  width: 45px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 1px;
  float: left;
}
.button3-cancle2 {
  display: inline-block;
  border-radius: 4px;
  background-color: #df494c;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 9px;
  padding: 2px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 1px;
  float: left;
}
.button4 {
  display: inline-block;
  border-radius: 4px;
  background-color: #df494c;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  width: 100px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.font12{ font-size: 12px!important;}
.btn_a a{
  display: inline-block;
  border-radius: 4px;
  background-color: #0078ff;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  width: 110px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  text-decoration: none;
}
.height50{ height: 100px; margin-top: 40px;}
.height200{ height: 250px; margin-top: 40px;}
.width500{ width: 1000px;}
/*page*/

.pagination li{
    display: inline-block;
}

.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.pagination li a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

.pagination li a:hover:not(.active) {background-color: #038df2;}/*038df2*/
.page{ height: 50px; padding-top: 50px;}
.padding_left300{ padding: 50px 0 50px 200px;}
.padding_left200{ padding: 10px 0 10px 200px;}
.padding_left200 p{ font-weight: bold;}
/*page*/
.iconsize{ font-size:30px!important;}
.shortmonth, .shortdate{ font-size:9px; font-weight:bold;}
.typeroomsearch{ font-size: 10px; text-align: center}
.trPaid{background: #b5ffde}
.font10{ font-size: 11px;}

.fixposBR {
  position: fixed;
  bottom: 0;
  right: 0;
}
.toggler {position: fixed;
width: 100%;
height: 1px;
top: 50%;
left: 50%;
margin-top: -250px; /* Negative half of height. */
margin-left: -3000px; /* Negative half of width. */
}
#button { padding: .5em 1em; text-decoration: none; }
#effect { display:block; position:absolute;}
.Show { 
width: 100%;
height: 500px;
top: 50%;
left: 50%;
margin-top: 10px; /* Negative half of height. */
margin-left: 1700px; /* Negative half of width. */
position:fixed;
display:block;
}
.Hide { 
width: 1000px;
height: 500px;
top: 50%;
left: 50%;
margin-top: -250px; /* Negative half of height. */
margin-left: -5000px; /* Negative half of width. */
z-index:-10000;
display:none;
}
.fixCenter{
position: fixed;
width: 1000px;
height: 500px;
top: 50%;
left: 50%;
margin-top: -250px; /* Negative half of height. */
margin-left: -500px; /* Negative half of width. */
display:block;
z-index:1;
  }
.close{ position: relative; top:-520px; right:-1105px;}
.btnClose{ width:100px; height:50px; color:#FFFFFF; font-size:16px; background:#ff0000; border:0px;}
.btnOpen{ width:100px; height:30px; color:#FFFFFF; font-size:14px; background:#1aa1ce; border:0px;}
/*Score Bar*/

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
/*-Score Bar*/
.small{ font-size:9px; font-family:tahoma;}
.drag{
    width: 80px;
    height: 30px;
    background: #B8B8B8;
    position: relative;
    right: -1207px;
    top: 50px;
    display: block;
	text-align: center;
    padding-top: 20px;
}
.box2 {
	width:48%;
	padding: 0px 0px;
	margin: 8px 0.7%;
	background:#FFFFFF;
	border:#ECECEC solid 1px;
	float:left;
}
.box2 input[type=text]{
	width:49%;
	padding: 9px 3px;
	margin: 8px 0;
}
.box3 {
    background: #fff;
    padding: 1px;
    margin-bottom: 20px;
    border: solid 1px #d6dde5;
}

.title_agent{ padding:20px!important;}
.paddingleft20{ padding-left:20px;}
.welcome_dashboard  li{ list-style:none!important; padding:5px 0 0 10px;}
.textAnnouncement{ line-height:30px;}
.nopay{ background:#FF0000;}
.disposit{ background: #FFF500;}
.payall{ background: #00E13C;}
.tableDay{ 
 border: 1px none black;
	}
.noborderinput{ border: 0px!important;}
.padding_left20{ padding-left: 20px!important;}
.bgRed{ color: #FF0000;}
.width100{ width: 100% !important;}
.width50{ width: 50px !important;}
.picHeader{ float:right; padding:10px;}
textarea { overflow: auto; }
.page-center2{ margin:auto; width:1000px;}
.linknonline{ text-decoration:none;}
.linknonline:hover{ color:#FF8E00; text-decoration:none;}
.paidwith{ display:none;}
.nameRoom2{ font-size:10px;}
.red{ color:#FF0004;}
.sbox1{ width:100%}
.sbox2{ width:33%}
.flag{ float:right; margin-top:25px;}