body {
    background-color: #fff;
    font-size: 12px;
}
address {
    margin-bottom: 0px;
}
label {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 5px;
}
hr{
    margin-bottom: 6px;
    margin-top: 6px;
}
select.form-control {
    padding: 3px 4px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0;
    margin-bottom: 5px;
}
h3 {
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
h4 {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.radio, .checkbox{
    padding-top: 0 !important;
}
.font-10{
  font-size: 10px;
}
.font-12{
  font-size: 12px;
}
.font-13{
  font-size: 13px;
}
.font-18{
  font-size: 18px;
}
.text-success {
    color: #3c763d !important;
}
.text-danger {
    color: #a94442 !important;
}
.text-black{
  color:#000000;
}
.text-white{
  color:#ffffff;
}
.bold{
  font-weight: bold !important;
}
.bg-white{
  background: none !important;
}
.bg-green{
  background: #87b87f !important;
}
.border-green{
  border-color: #87b87f !important;
}
.border-0{
  border: none !important;
}
.no-border{
  border: none !important;
}
.border-top{
  border-top: 1px solid #000;
  padding: 0 10px;
}
.double-border{
  border-top: 5px double #000;
}
.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.small-box > .inner {
    padding: 10px;
}
.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
    z-index: 5;
}
.small-box p {
    font-size: 15px;
    margin: 0 0 10px;
}
.small-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: -18px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0,0,0,0.15);
}
.bg-aqua {
    background-color: #00c0ef !important;
    color: #fff !important;
}
.bg-green {
    background-color: #00a65a !important;
    color: #fff !important;
}
.bg-yellow {
    background-color: #f39c12 !important;
    color: #fff !important;
}
.bg-red {
    background-color: #dd4b39 !important;
    color: #fff !important;
}
.box{
    border: 1px solid #ccc;
    padding: 10px;
    background: #f5f5f5;
    margin-bottom: 15px;
}
.round-box{
  border:1px solid #000;
  border-radius: 50%;
}
.border-box{
  border: 1px solid #000;
  border-radius: 15px;
  padding: 0 5px;
}
.padding-0{
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.padding-2{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
}
.no-padding{
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.margin-0{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
.no-margin{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
.alert {
    border-radius: 0;
    font-size: 12px;
}
.hand{
    cursor: pointer;
}
.ng-enter {
  /* -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s; */
}
.datepicker.dropdown-menu {
    z-index: 10000;
}

.login-container {
    margin: 0 auto;
    width: 405px;
}
.main-content-inner {
    min-width: 1100px;
    width: 100%;
}
.page-header {
    margin: 0;
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 0;
}
.page-header h1 {
    font-size: 18px;
    margin: 0;
    line-height: 30px;
}
.page-header .input-group-btn {
  padding-right: 4px;
}
.page-content {
    background-color: #fff;
    position: relative;
    margin: 0;
    padding: 8px 12px 24px;
}
.payment-stamp {
  font-size: 30px;
}
.acc-head{
  font-weight: bold;
  text-decoration: underline;
}
.fc-event:not([class*=label-]) {
    background-color: #3a87ad;
}
.fc-event {
    font-size: 1em;
}
.fc-day-grid-event {
    margin: 1px 2px 0;
    padding: 5px;
}

/* TABLE */
.table > thead > tr,
.table > tbody > tr,
.table > tfoot > tr{
    color: #000000;
    font-weight: 400;
    background-image: none;
}
.table > tfoot > tr{
    background: #F2F2F2;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align: middle;
    font-weight: 400;
    padding: 4px;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 1px;
}
.table-top > thead > tr > th,
.table-top > tbody > tr > th,
.table-top > tfoot > tr > th,
.table-top > thead > tr > td,
.table-top > tbody > tr > td,
.table-top > tfoot > tr > td {
    vertical-align: top;
}
.table-borderless > thead > tr > th, .table-borderless > tbody > tr > th, .table-borderless > tfoot > tr > th, .table-borderless > thead > tr > td, .table-borderless > tbody > tr > td, .table-borderless > tfoot > tr > td {
    border-top: none;
    line-height: 1.42857;
    padding: 3px;
    vertical-align: middle;
}
.table .responsive{
  display: none;
  visibility: hidden;
}
.table>tbody+tbody{
    border-top: none !important;
}
.fullscreen .table .responsive{
  display: table-cell;
  visibility: visible;
}

/* FORM */
#form-content {
    width: 1136px;
}
.form-control{
    font-size: 13px;
    height: 30px;
    background-color: #fbfbfb !important;
    border: 1px solid #d5d5d5;
    color: #858585 !important;
}
.form-control:focus {
    background-color: #fbfbfb !important;
    border: 1px solid #f59942 !important;
    color: #858585 !important;
}
.form-control.border-green:focus {
    border: 1px solid #529247 !important;
}
.form-group select, .form-group textarea, .form-group input[type="text"], .form-group input[type="password"], .form-group input[type="datetime"], .form-group input[type="datetime-local"], .form-group input[type="date"], .form-group input[type="month"], .form-group input[type="time"], .form-group input[type="week"], .form-group input[type="number"], .form-group input[type="email"], .form-group input[type="url"], .form-group input[type="search"], .form-group input[type="tel"], .form-group input[type="color"]{
    background: #fff !important;
    padding: 3px 4px;
    border: 1px solid #d5d5d5;
    color: #858585;
    font-size: 13px;
}
.form-group input[readonly], .form-group input[disabled] {
    background: #f0f0f0 none repeat scroll 0 0 !important;
}
textarea.form-control {
    padding: 3px 4px;
}
textarea.form-control:focus {
    height: auto;
}

.form-group > label[class*="col-"] {
  margin-top: 6px;
}
.form-horizontal .control-label {
    text-align: left;
    padding-top: 0;
}
.form-group {
    margin-bottom: 5px;
}
.input-group-addon{
  font-size: 12px;
}
.form-group.has-error .control-label, .form-group.has-error .help-block, .form-group.has-error .help-inline {
    color: #a94442 !important;
}
.help-block {
    margin-bottom: 0;
    margin-top: 0;
}

/* MODAL */
.modal-backdrop{
  bottom: 0;
}
.modal-header {
    background-color: #f5f5f5;
    border-bottom: 3px solid #ed4e2a;
    min-height: 16.43px;
    padding: 10px 15px 10px 20px;
}
.modal-header .close {
    font-size: 26px;
}


.twitter-typeahead{
    width: 100%;
}
input.typeahead, input.tt-query, input.tt-hint {
    min-width: auto !important;
}
.tt-dropdown-menu{
    min-width:auto;
    padding:0;
}
.tt-suggestion{
    font-size:12px;
    line-height:15px
}

.ui-autocomplete{
    z-index: 1040;
}
.form-group input.ui-autocomplete-loading {
    background: #fff url("images/ui-anim_basic_16x16.gif") no-repeat scroll right center !important;
}


/* TAGS INPUT */
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 3px 4px;
  margin-bottom: 10px;
  color: #555;
  vertical-align: middle;
  border-radius: 0;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
  height: 70px;
  overflow: auto;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto !important;
  max-width: inherit;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* FILE UPLOAD */
.attachment{
  max-width: 200px;
  max-height: 100px;
  margin: auto;
}
.upload{
  width: 100%;
  height: 100px;
  float: left;
}
.attachment ul,
.upload ul {
  margin: 0;
  width: 100%;
  padding: 5px;
  height: 100%;
  display: table;
  border-radius: 5px;
}
.attachment ul li,
.upload ul li{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.upload ul li.remove {
  top: 0;
  right: 5px;
  position: absolute;
}
.attachment img,
.upload img {
  border-radius: 5px;
  height: 80px;
  width: 80px;
}
.attachment i.fa,
.upload i.fa {
  background:#ffffff;
  border-radius:5px;
}
.upload ul.success {
  border: 1px solid #339933;
}
.upload ul.img_error {
  background: #f0c6c3 none repeat scroll 0 0;
  border: 1px solid #cc6622;
}


/* SELECT2 */
.select2{
  width:100%;
}
.select2-container{
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: table;
  table-layout: fixed;
}
.select2-container-multi.tag-input-style .select2-choices .select2-search-choice {
    padding: 2px 22px 3px 4px;
    font-size: 11px;
}
.select2-container .select2-choice {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d5d5d5;
    height: 30px;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices,
.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #f59942;
}
.select2-drop {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #4492c9;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 1px 2px;
    min-width: 200px;
}

/* BUTTON */
.btn.btn-app {
    font-size: 12px;
    min-height: 46px;
    line-height: 1;
}
.btn.btn-app.btn-xs {
    min-width: 100px;
    font-size: 13px;
    border-radius: 8px;
    padding: 10px;
    line-height: 1.45;
}
.btn-white.btn-default {
    border-color: #d5d5d5;
    color: #858585 !important;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 5px 9px;
}
.btn-white.btn-default:hover,
.btn-white.btn-default:focus,
.btn-white.btn-default.active,
.btn-white.btn-default:active,
.open > .btn-white.btn-default.dropdown-toggle,
.open > .btn-white.btn-default.active.dropdown-toggle {
    background-color: #fff !important;
    border-color: #f59942;
    color: #6b8595 !important;
}
.btn-group>.btn-xs, .btn-group+.btn-xs, .btn-group>.btn-mini, .btn-group+.btn-mini {
    border-width: 3px;
}
.btn-group>.btn:first-child {
    margin: 0;
}

/* NAVIGATION */
/* .no-skin .nav-list > li.active > a {
    font-weight: 400;
}
.nav-list > li > a{
  padding-right: 7px;
}
.nav-list > li > a > .menu-icon{
  font-size: 15px;
  min-width: 15px;
  margin-right: 2px;
} */


/* TOASTER */
#toast-container .toast.toast-loading{
  background-color:#51a351;
  width: 160px;
  opacity: 1;
  z-index: 1050;
}

/* TREE */
.tree .tree-item, .tree .tree-branch {
    border: 0;
}
.tree .tree-item > .tree-item-name > .action-icon, .tree .tree-branch > .tree-branch-header > .tree-branch-name > .action-icon {
    color: #F9E8CE;
    width: 13px;
    height: 13px;
    line-height: 13px;
    font-size: 11px;
    text-align: center;
    border-radius: 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #FAFAFA;
    border: 1px solid #CCC;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    visibility: hidden;
}
.tree .tree-item > .tree-item-name > .action-icon {
    margin-left: 3px;
}
.tree .tree-item > .tree-item-name:hover > .action-icon, .tree .tree-branch > .tree-branch-header > .tree-branch-name:hover > .action-icon {
    visibility: visible;
}


/* Hotel Management */
.room-box {
  background: #fff;
  text-align: center;
  padding:5px;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-shadow: 0 0 5px #e9e9e9;
  position: relative;
}
.checked-overlay {
  display: none;
  background: rgba(255, 255, 255, 0.6) url(../accept-circle-512.png) center no-repeat;
  background-size: 25px 25px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.room-box.checked .checked-overlay {
  display: block;
}
.sidebar.menu-min .sidebar-shortcuts .clock{
  display: none;
}

@media (min-width: 992px) {
  .breadcrumbs-fixed+.page-content {
      padding-top: 40px;
  }
    .modal-lg {
        width: 1000px;
    }
}

@media screen{
  #printSection{
    display: none;
  }
  .only-print{
    display: none;
  }
}

@media print{
  #printSection{
    display: block;
  }
  .do-not-print, .do-not-print .modal-dialog {
    display: none;
  }
  a[href]:after {
    content: none !important;
  }
  p{
    margin: 0 !important;
  }
  .table.table-bordered>thead>tr>th:first-child{
    border-color: #000 !important;
  }
  .table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td{
    border: 1px solid #000 !important;
  }
  .table>thead>tr>th:last-child{
    border-right-color: #000 !important;
  }
  .tab-content{
    border: none;
  }
}
