﻿
/******/

@font-face {
    font-family: 'opensans-regular';
    src: url('../fonts/opensans-regular.ttf') format('truetype');
}
body{
      font-family: 'opensans-regular' !important;
}
.ovsc{
    overflow-y:scroll;
    max-height:325px;
  }
.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 {
    white-space: nowrap !important;
    height: 36px;
    vertical-align: middle;
   
    padding: 6px;
}
.lang.open {
    text-align: left !important;
}
.by-date-lbl {
    color: #404e67 !important;
    padding: 7px 0px !important;
    margin-top: 24px;
    width: 100% !important;
    text-align: center;
}
.box .box-footer {   
    border-top: 0 !important;
       background-color: #fff !important;
       padding:0px;
}
.modal-header .close {
    margin-top: -2px;
    background: #ffc100;
    padding: 1px 7px;
    opacity: 1;
    color: #fff;
    border-radius: 3px;
}
.modal-header {
    border-bottom-color: #f4f4f4;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03), 0 0.9375rem 1.40625rem rgba(4,9,20,0.03), 0 0.25rem 0.53125rem rgba(4,9,20,0.05), 0 0.125rem 0.1875rem rgba(4,9,20,0.03);
    color: #05205b !important;
}
.animate.fadeLeft {
    -webkit-animation: fadeLeft;
    animation: fadeLeft;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/*.btn-primary{
    width:100%;
}*/
.box-header {
background:#fff !important;
}
.box .box-header {
   
    border-bottom: 0px !important;
}
.navbar-nav > li > a{
    padding-bottom:14px !important;
}
section.content-header h4 {
    font-size: 18px !important;
}
@-webkit-keyframes fadeLeft {
    0% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}


@-webkit-keyframes fadeRight {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fadeRight {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}
.sidebar-menu .treeview-menu.treeviewsub > li > a {
    padding: 5px 5px 5px 0px !important;
}
.animate.fadeRight {
    -webkit-animation: fadeRight;
    animation: fadeRight;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.animate.fadeUp {
    -webkit-animation: fadeUp;
    animation: fadeUp;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
    background:0;
}
@-webkit-keyframes fadeUp {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fadeUp {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.btn-primary {
    background-color: #404e67 !important;
    border-color: #404e67 !important;
    color: #fff !important;
}
.navbar-custom-menu>.navbar-nav>li {
    position: relative;
    width: 149px;
}
.skin-blue .main-header .navbar .nav>li>a:hover{
    background:0 !important;
}
a {
    color: #404e67;
}
.fa-sign-out{
    padding-right: 10px;
    font-size: 18px;
}
@-webkit-keyframes AnimationName {
 0% {
  background-position:0 50%
 }
 50% {
  background-position:100% 50%
 }
 100% {
  background-position:0 50%
 }
}
@-moz-keyframes AnimationName {
 0% {
  background-position:0 50%
 }
 50% {
  background-position:100% 50%
 }
 100% {
  background-position:0 50%
 }
}
@keyframes AnimationName {
 0% {
  background-position:0 50%
 }
 50% {
  background-position:100% 50%
 }
 100% {
  background-position:0 50%
 }
}
.main-header .navbar .nav>li>a>.label {
    top: 9px !important;
    right: 0px !important;
    text-align: center;
    padding: 10px 3px !important;
    line-height: 17px !important;
    width: 121px;
    font-size: 16px !important;
 
    background: linear-gradient(270deg,#404e67,#01babe,#003988,#ff850a);
    background-size: 800% 800%;

    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.skin-blue .content-header {
    background: transparent;
    font-size: 1.25rem;
    font-weight: 400;
    display: -ms-flexbox;
    display: inline;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
     z-index: 0;
    width:60%;
    display:block !important;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background: #fff !important;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03), 0 0.9375rem 1.40625rem rgba(4,9,20,0.03), 0 0.25rem 0.53125rem rgba(4,9,20,0.05), 0 0.125rem 0.1875rem rgba(4,9,20,0.03);
}

.sidebar-menu .treeview-menu > li > a {
    padding: 5px 5px 5px 9px !important;
    display: block;
    font-size: 14px;
}

.skin-blue .treeview-menu > li.active > a, .skin-blue .treeview-menu > li > a:hover {
    color: #dcdcdc;
}

.skin-blue .main-header .logo {
    background-color: #4680ff !important;
    color: #fff !important;
    border-bottom: 0 solid transparent;
    position: fixed;
}
.sidebar-menu li>a>.fa-angle-right{
    margin-top:4px !important;
}
.skin-blue .sidebar-menu > li > a:hover, .skin-blue .sidebar-menu > li.active > a {
    color: #404e67 !important;
    font-weight: 600;
    font-size: 14px !important;
    position: relative;
    margin:5px 8px;
}
.skin-blue .treeview-menu>li.active>a, .skin-blue .treeview-menu>li>a:hover {
    color: #4680ff !important;
}
.sidebar-menu li>a>.fa-angle-right {
    margin-right: 5px !important;
}
a:hover {
    color: #FE8A7D !important;
}
ul .treeviewsub li:hover a:before{
color:#4680fe !important;
}
ul .treeviewsub li.active a:before {
    color: #4680fe !important;
}
.sidebar-menu > li > a > .fa {
    padding-right: 10px;
    display: inline;
    color: #535763;
}

.content {
    background: #f6f7fb !important;
    padding-left: 25px !important;
    
}
ul .treeviewsub li > a:before {
    color: #535763 !important;
    content: "\f054" !important;
    font-family: fontawesome;
    padding: 3px;
    font-size: 11px;
    padding-right: 6px !important;
    display: inline;
}
.skin-blue .sidebar a {
    color: #535763 !important;
    font-size: 14px !important;
  
}
.skin-blue .sidebar-menu > li.active > a, .skin-blue .sidebar-menu > li > a:hover {
     color: #fff !important;
    background: #4680ff !important;
        box-shadow: 0 10px 5px -8px rgba(0, 0, 0, 0.4);
    border-radius: 0.25rem;
    text-align: left; 

}
.sidebar-menu li.active>a>.fa-angle-right{
    color:#fff;
}
.sidebar-menu .treeview-menu>li  a{
    margin: 10px 10px 0 10px !important;
    border-bottom: 1px solid #e2e5e8;
}
.sidebar-menu .treeview-menu>li>a{
    margin-bottom:3px;
}
.sidebar-menu>li {
    margin-bottom: 13px;
}
.sidebar-menu .treeview-menu {
    background: #fff !important;
    padding: 4px 0 !important;
}
/*.sidebar-menu>li.active>a::after {
    border-right: 17px solid rgb(245, 247, 250);
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: -6px;
    opacity: 1;
    top: 2px;
    transition: opacity .15s ease-in;
}*/

.skin-blue .main-header .navbar {
    background-color: #4680ff !important;
}

.ms-header {
    background: #ffffff !important;
    padding: 17px 23px 14px 22px;
    font-size: 20px;
    margin-top: 5px;
    font-weight:600;
    color:#404e67 !important;
    box-shadow: 0 4px 7px 0 rgba(0,0,0,.2);
}
.main-header {
    position: relative;
    max-height: 100px;
    z-index: 1 !important;
}


.main-header > .navbar {
    min-height: 80px !important;
}
.skin-blue .main-header .navbar .sidebar-toggle {
color: #fff !important;
left: auto;
font-size: 18px;
position: fixed;
margin-left: -44px;
}
.wel_come {
    color: #fff !important;
    line-height: 67px !important;
    padding-right: 0px !important;
    font-size: 16px !important;
    font-weight: 600;
}



/*****/

.hotelbg, .tourbg {
    padding: .3em .8em .4em;
}

.techno_con {
    position: fixed;
    width: 100%;
    float: left;
    left: 0;
    bottom: 0;
    margin: 0 auto !important;
    background: rgb(1, 48, 87);
    right: 0;
    padding: 0px !IMPORTANT;
}

#primary_nav_wrap ul, #primary_nav_wrap ul li {
    float: left;
    margin: 0;
    position: relative;
    padding: 0;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    white-space: nowrap;
}

ul.li-fixw li {
    width: 270px;
}

.Agentbg {
    background-color: #2cccfd;
}

.cancellation {
    background-color: #32c36c;
}

.Missing {
    background-color: #fab52a;
}

.hotelbg {
    background-color: #369ead;
}

.tourbg {
    background-color: #c24642;
}

.packagebg {
    background-color: #7f6084;
}

.visabg {
    background-color: #458b00;
}

.b2bGreen {
    background-color: #7FB231;
}

.b2bpurple {
    background-color: #9370DB;
}

.b2bYellow {
    background-color: #f7941d;
}

.b2bLightYellow {
    background-color: #cbcb10;
}

.b2bSkyblue {
    background-color: #01b7f2;
}

.b2bInProcess {
    background-color: #009688;
}

.b2bInQueue {
    background-color: #ffc400;
}

.b2bPink {
    background-color: #e44049;
}

.sort-icon .sort-container {
    padding: 8px 1px 11px 6px;
    background: #f2f2f2;
    font-size: 13px;
    border-radius: 4px;
}

.sort-icon i {
    right: 0;
    background: #d9d9d9;
    color: #fff;
    padding: 10px 9px;
}

.altRow {
    background-color: #fff;
}


.box-body i, .icon_bg i {
    border-radius: 50%;
    padding: 8px 7px !important;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 3px;
    border-radius: 7px !important;
}

.box-body .fa-bed, .icon_bg .fa-bed {
    background: #477ffc;
    padding: 5px;
    color: #fff;
}

.box-body .fa-cutlery, .icon_bg .fa-cutlery {
    background: #414f68;
    padding: 5px 7px;
    color: #fff;
}

.box-body .fa-binoculars, .icon_bg .fa-binoculars {
    background: #9ccc66;
    padding: 5px 6px;
    color: #fff;
}

.box-body .fa-car, .icon_bg .fa-car {
    background: #3c8dbc;
    padding: 6px 5px;
    color: #fff;
}

.box-body .fa fa-suitcase, .icon_bg .fa-suitcase {
    background: #ff5353;
    padding: 5px;
    color: #fff;
}

.box-body .fa-arrows-alt, .icon_bg .fa-arrows-alt {
    background: #FFC107;
    padding: 5px 6px;
    color: #fff;
}

.fa-arrows-alt::before {
    content: "\f0b2";
}

.fa-suitcase::before {
    content: "\f0f2";
}

.w325px {
    width: 325px;
}

.m10 {
    margin: 10px;
}

.maps {
    height: 200px;
    border: 2px solid #000;
    width: 100%;
    overflow: hidden;
}

#map {
    height: 100%;
}

table.hover-scroll tbody:hover {
    overflow-x: scroll;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    / Safari / animation:spin 2s linear infinite;
    margin: 0 auto;
}

#big-focus, #txtbox-focus {
    height: 35px !important;
    z-index: 1;
}

    #big-focus:focus, #txtbox-focus:focus {
        height: 150px !important;
        z-index: 214748364799999 !important;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.seasonfromTodate span i {
    padding-left: 3px;
}

table.alloRele thead > tr > th {
    border: none !important;
}

    table.alloRele thead > tr > th:first-child {
        border-right: 1px solid #fff !important;
        width: 50%;
    }

    table.alloRele thead > tr > th:last-child {
        border-right: 3px solid #f79307;
    }

table.alloctbl > thead > tr > td.bgmain:last-child {
    border-right: none !important;
}

td.bgmain:nth-child(odd) > table.alloRele > thead {
    background: #0a9788 !important;
    color: #fff !important;
}

td.bgmain:nth-child(even) > table.alloRele > thead {
    background: #37B2A4 !important;
    color: #fff !important;
}

table.alloctbl > .border-right3 {
    border-right: 3px solid #21A1D2 !important;
}

table.alloctbl > thead > tr > th.border-right3:last-child {
    border-right: none !important;
}

table.alloctbl > thead > tr > td.bgmain {
    padding: 0 !important;
    border-right: 3px solid #ff6a00 !important;
}

.bgmain .table .table {
    background: 0 0 !important;
}

table.alloRele > thead > tr > td {
    border-top: none !important;
}

table.alloctbl .weekheading {
    border: none;
    background: #0a9788;
    padding: 7px !important;
    font-weight: 700;
    font-size: 19px !important;
    color: #fff;
}

.TariffSheet {
    display: inline-flex;
}

    .TariffSheet label {
        width: 150px !important;
        margin: auto;
    }

table.alloctbl .seasonfromTodate {
    float: left;
    margin-right: 3px;
    color: #3e4040;
    border: 1px solid #6ed8c9;
    font-size: 12px !important;
    font-weight: 700;
    background: #fff;
    padding: 3px;
}

table.alloctbl .seasonname {
    border-bottom: 1px solid rgba(204,204,204,.4);
    padding-bottom: 5px;
    display: block;
    text-transform: capitalize;
    font-size: 15px;
    width: 100%;
    margin-bottom: 5px;
}

#big-focus, #big-focus:focus {
    width: 100% !important;
    margin-right: 8px;
    right: 0;
}

table.alloctbl .subrow-blue {
    background: #eee;
    padding: 7px !important;
    color: #333;
    font-weight: 700;
}

.Hdiscpolicy ul.nav-tabs li.active {
    background: #fff;
    color: #333;
}

#big-focus {
    transition: all 2s;
    -webkit-transition: all 2s;
}

#txtbox-focus {
    width: 60px !important;
    position: absolute !important;
    transition: all 2s;
    right: 0;
    -webkit-transition: all 2s;
    margin-right: 8px;
}

    #txtbox-focus:focus {
        right: 0;
        margin-right: 8px;
        width: 350px !important;
        position: absolute !important;
    }

.allratesselect > option {
    width: 480px !important;
    word-wrap: break-word !important;
}

.pointer {
    cursor: pointer;
}

.hotel-rpt .note-editor .note-insert > button:nth-child(2) {
    display: none !important;
}

.aln_div {
    margin: 5px -6px 2px !important;
}

.mr_top227 {
    margin-top: -227px;
}

.wd_50 {
    padding-right: 22px !important;
    width: 56px !important;
}

.heigt40 {
    height: 40px !important;
}

.w700px {
    width: 700px !important;
}

.w500px {
    width: 500px !important;
}

.noteeditorscroll > .note-editor > .note-editable {
    height: 200px !important;
    overflow-y: scroll !important;
}

.notescroll .note-editable {
    height: 250px !important;
    overflow-y: scroll !important;
}

.days-infobox {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    display: block;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}

#box, .days {
    position: absolute;
}

td a {
    cursor: pointer !important;
}

.days {
    background-color: #00c0ef !important;
    display: table-cell;
    height: 100%;
    width: 90px;
    top: 0;
    padding: 10px;
    vertical-align: middle;
    z-index: 11;
}

.bg-brdr {
    width: 126px;
    margin: 5px;
    padding: 5px 6px;
    border-radius: 9px;
    border: 1px solid #ccc;
    background: #e3e3e3;
}

.p0 {
    padding: 0 !important;
}

.textarea > textarea {
    overflow: auto !important;
    resize: none;
    width: 100%;
}

#box {
    z-index: 2147483647;
}

.cmsactive {
    background: #ccc;
    padding: 5px;
    cursor: pointer;
}

.w60px {
    width: 60px !important;
}

.w65px {
    width: 65px !important;
}

.w90px {
    width: 90px !important;
}

.w300px {
    width: 300px !important;
}

.w35px {
    width: 35px !important;
}

.w45px {
    width: 45px !important;
}

.w120px {
    width: 120px !important;
}

.w180px {
    width: 180px !important;
}

.w200px {
    width: 200px !important;
}

.w250px {
    width: 250px !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pl5 {
    padding-left: 5px !important;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.pt5 {
    padding-top: 5px;
}

.pt2 {
    padding-top: 2px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt15 {
    padding-top: 15px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pr10 {
    padding-right: 10px;
}

.pr20 {
    padding-right: 20px;
}

.pr5 {
    padding-right: 5px !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pl10 {
    padding-left: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb5, .nav-wizard > li, ul.cms > li > ul > li {
    margin-bottom: 5px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mr10 {
    margin-right: 10px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml5 {
    margin-left: 5px;
}

.mr20 {
    margin-right: 20px;
}

.m20 {
    margin: 20px !important;
}

.w50px {
    width: 50px !important;
}
.wd100px{
    width:100px !important;
}
.mr5 {
    margin-right: 5px;
}

.m0 {
    margin: 0 !important;
}

.left-inner-addon i, .left-inner-addon-icon i {
    margin-right: 5px;
    left: 0;
    top: 0;
    pointer-events: none;
}

.lh29 {
    line-height: 29px;
}

.text-white {
    color: #fff;
}

.text-grayee {
    color: #eee;
}

.text-darkgray {
    color: #7b7e81;
}

.font-h2 {
    font-size: 30px;
}

.font-50 {
    font-size: 50px;
}

.bg-blue {
    background: #3C8DBC;
}

.bg-white {
    background: #fff !important;
}

.bg-garyeee {
    background: #eee;
}

.w25px {
    width: 25px;
}

.brdr-wthbg {
    background: #f7f7f7;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
}

.brdr-btm-dot {
    border-bottom: 1px dotted #3C8DBC;
}

.font-big {
    font-size: 17px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-16 {
    font-size: 16px !important;
}

.grybg-whtxt {
    background: #e2e2e2 !important;
    color: #525050 !important;
    border-bottom: #bababa solid 3px !important;
}

#primary_nav_wrap ul a, .ms-header {
    color: #fff;
}

.ms-header {
    background: #3C8DBC;
    padding: 10px 10px 10px 15px;
    font-size: 20px;
}

.box-shdow {
    -webkit-box-shadow: 5px 5px 10px -7px rgba(176,176,176,.69);
    -moz-box-shadow: 11px 10px 10px -7px rgba(176,176,176,.69);
    box-shadow: 5px 5px 10px -7px rgba(176,176,176,.69);
}

.box-shadow {
    -webkit-box-shadow: 10px 10px 5px -7px rgba(153,151,153,1);
    -moz-box-shadow: 10px 10px 5px -7px rgba(153,151,153,1);
    box-shadow: 10px 10px 5px -7px rgba(153,151,153,1);
}

.imagehw img, .imagehw250X250 img, .imagehw40X40 img, .imagehw50X50 img {
    box-shadow: 2px 2px 3px 0 #ccc;
}

.border {
    border: 1px solid #ccc;
}

.gray-bg {
    background-color: #fff;
}

.photo-bg {
    background: url(../content/img/image-bg.png) no-repeat;
    height: 40px;
    width: 40px;
}

.image-bg {
    background: #e1e1e1;
}

.imagehw img {
    height: 50px;
    width: 50px;
    border-radius: 7px;
}

.imagehw40X40 img {
    height: 40px;
    width: 40px;
}

.imagehw50X50 img {
    height: 40px;
    width: 100px;
}

.photosup-bg {
    background: url(../Content/img/UploadLogo.jpg) no-repeat;
    height: 40px;
    width: 100px;
}

.imagehw250X250 img {
    height: 250px;
    width: 250px;
}

.border-left {
    border-left: solid 4px #1a6b9a;
}

.fcotrolwdth > input {
    text-align: center;
    border-radius: 7px !important;
}

.divvcenter.vertical-center {
    margin-bottom: 0;
}

.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.form-control {
    display: block;
    width: 100%;
    height: 38px;
        border-radius: 4px !important;
}
.fa.form-control-feedback {
    line-height: 34px;
}

.input-sm ~ .fa.form-control-feedback {
    line-height: 30px;
}

.input-lg ~ .fa.form-control-feedback {
    line-height: 46px;
}

.left-inner-addon-icon {
    position: relative;
    display: inline-block;
}

    .left-inner-addon-icon input, .left-inner-addon-icon select {
        padding-left: 30px;
        display: inline-block;
    }

    .left-inner-addon-icon i {
        padding: 10px;
        position: absolute;
        display: inline-block;
    }

.right-inner-addon-icon {
    position: relative;
    display: inline-block;
}

    .right-inner-addon-icon input, .right-inner-addon-icon select {
        padding-right: 30px;
        display: inline-block;
    }

    .right-inner-addon-icon i {
        position: absolute;
        right: 0;
        padding: 10px;
        pointer-events: none;
        display: inline-block;
    }

.tooltiptry {
    background: #000;
    color: #fff;
}

.left-inner-addon {
    position: relative;
}

    .left-inner-addon input, .left-inner-addon select {
        padding-left: 30px;
    }

    .left-inner-addon i {
        padding: 11px 10px;
        position: absolute;
    }

.right-inner-addon {
    position: relative;
}

    .right-inner-addon input, .right-inner-addon select {
        padding-right: 30px;
    }

    .right-inner-addon i {
        position: absolute;
        right: 0;
        padding: 11px 10px;
        pointer-events: none;
    }

#primary_nav_wrap ul a, #primary_nav_wrap ul a:active, #primary_nav_wrap ul a:hover {
    display: block;
    font-weight: 700;
    font-size: 12px;
    line-height: 32px;
    padding: 0 15px;
    font-family: HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-decoration: none;
}

.modal-vertical-centered {
    transform: translate(0,50%) !important;
    -ms-transform: translate(0,50%) !important;
    -webkit-transform: translate(0,50%) !important;
}

#primary_nav_wrap {
    margin-top: 15px;
}

    #primary_nav_wrap ul {
        list-style: none;
    }

        #primary_nav_wrap ul a:active, #primary_nav_wrap ul a:hover {
            color: #000;
        }

        #primary_nav_wrap ul li.current-menu-item {
            background: #ddd;
            color: #000;
        }

        #primary_nav_wrap ul li:hover {
            background: #f6f6f6;
            color: #000;
        }

        #primary_nav_wrap ul ul {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            color: #000;
            background: #fff;
            padding: 0;
        }

        #primary_nav_wrap ul li:hover > ul, .dd:after, .main-nav a {
            display: block;
        }

        #primary_nav_wrap ul ul li {
            float: none;
            width: 200px;
        }

.main-nav, .main-nav > li {
    float: left;
}

#primary_nav_wrap ul ul a {
    line-height: 120%;
    padding: 10px 15px;
    color: #000;
}

#primary_nav_wrap ul ul ul {
    top: 0;
    left: 100%;
}

.drop-nav {
    background: #2c3e50;
}

.main-nav {
    border-radius: 4px;
    margin-top: 8px;
    list-style: none;
}

    .main-nav li:first-child {
        border-left: none;
    }

    .main-nav a {
        color: #fff;
        padding: 10px 30px;
        text-decoration: none;
    }

.dd, .flyout {
    position: relative;
    list-style: none;
}

    .dd:after {
        content: "\25BC";
        font-size: 15px;
        color: #fff;
        position: absolute;
        top: 29%;
        right: 12%;
    }

.drop-nav, .flyout-nav {
    position: absolute;
    display: none;
    padding: 0 !important;
    list-style: none;
}

    .drop-nav li {
        border-bottom: 1px solid rgba(255,255,255,.2);
    }

.dd:hover > .drop-nav, .flyout:hover > .flyout-nav {
    display: block;
}

.flyout-nav {
    left: 100%;
    top: 0;
}

.flyout-nav, .flyout:hover a {
    background: #395066;
}

.w100px {
    width: 100px;
}

.w110px {
    width: 110px;
}

.w130px {
    width: 130px;
}

.w170px {
    width: 170px;
}

.v-top {
    vertical-align: top !important;
}

.v-midd, thead {
    vertical-align: middle !important;
}

.centervh {
    bottom: 0;
    left: 0;
    top: 95px;
    right: 0;
    position: relative;
    background: #fff;
}

.h50per {
    height: 50%;
    background: #3C8DBC;
}

td.active-td a:after, tr.active-td a:after {
    font-family: FontAwesome;
    content: "\f101";
    font-size: 2em;
    top: -11px;
    display: inline-block;
    float: right;
    height: 20px;
    position: relative;
}

.table-th-bg {
    background: #3C8DBC;
    color: #fff;
}

td.active-td, tr.active-td {
    background: #eee !important;
    cursor: pointer;
}

td.active-td {
    color: #fff !important;
}

    td.active-td a {
        color: #000 !important;
        cursor: pointer;
    }

        td.active-td a:after {
            color: #337AB7 !important;
            cursor: pointer;
        }

tr.active-td {
    color: #fff !important;
}

    tr.active-td a {
        color: #000 !important;
        cursor: pointer;
    }

        tr.active-td a:after {
            color: #337AB7 !important;
            cursor: pointer;
        }

.tr-blue th a, thead {
    color: #000 !important;
}

.no-shadow {
    box-shadow: none !important;
}

.btn-block:hover {
    cursor: pointer;
}

.b-block {
    padding: 1px;
    cursor: pointer;
    display: block;
}

.tr-blue {
    background: #7FC8F2;
}

.box-btm-shadow {
    box-shadow: 0 15px 5px -9px #acacac;
}

.days-brdr-top {
    border-top: 1px solid #00C0EF;
    border-radius: 5px;
    border-bottom: 1px solid #00C0EF;
    border-right: 1px solid #00C0EF;
}

.days-brdr {
    border: 1px solid #00C0EF;
}

.silver-bg {
    background: #E8EBEC;
}

.light-gray {
    background: #f8f8f8;
}

thead {
    background: #fff;
}

.bg-lined {
    margin: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQAIfP378zwjjgzj8/PyMYAEYB8RmROaABAAVMg/XkcvroQAAAABJRU5ErkJggg==);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
}

.border-blueblock {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
    background-color: #F8F8F8;
    border: 1px solid #00c0ef !important;
    border-top: 2px solid #00c0ef !important;
}

.brdr-blue-right {
    border-right: 1px solid #367FA9;
}

.border-bottom-blue {
    border-bottom: 1px dashed #367FA9;
}



.sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 5px;
    transition: padding 300ms;
    padding: 0.5em 0 13px 1rem;
    position: relative;
}



table {
    border: 1px solid #14937a;
    border-bottom: 10px solid #14937a;
}

section .block-wdg > .data:nth-child(odd) {
    border-bottom: 1px dashed #cfd2d2;
    padding: 3px 10px;
}

section .block-wdg > .data h1 {
    font-size: 18px;
    color: #2E818F;
    font-weight: 700;
}

.green, section .block-wdg > .data:nth-child(even) {
    font-size: 13px;
    color: #2E818F;
    font-weight: 700;
}

section .block-wdg > .data:nth-child(even) {
    padding: 3px 10px;
}

section .block-wdg > .data:last-child {
    padding: 3px 10px;
    border-bottom: none;
}

.brk-wrd {
    word-break: break-all !important;
}

#loadingmessage {
    z-index: 111;
    position: absolute;
}

.popup_loading {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    text-align: center;
    position: absolute;
    top: 0;
}

    .popup_loading .log_img {
        margin: 90px auto auto;
        text-align: center;
    }

#loadingmessage_new {
    display: none;
}

.block > input, .input-block {
    display: block !important;
}

.note.blue {
    background: #53a3b4;
}

    .note.blue:before {
        background: none !important;
        border-color: #fff #fff transparent transparent;
    }

.btn-file {
    position: relative !important;
    overflow: hidden !important;
}

    .btn-file input[type=file] {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        min-width: 100% !important;
        min-height: 100% !important;
        font-size: 100px !important;
        text-align: right !important;
        filter: alpha(opacity=0) !important;
        opacity: 0 !important;
        background: red !important;
        cursor: inherit !important;
        display: block !important;
    }

input[readonly] {
    background-color: #fff !important;
    cursor: text !important;
}

.nav-tabs > li {
    float: left;
    background-color: #DFDBDB;
    color: #000 !important;
    margin-bottom: -1px;
}

    .nav-tabs > li a {
        color: #000;
    }

.border-radius5 {
    border-radius: 5px;
}

.input-block {
    width: auto;
}

.menu_weekdays {
    width: 100%;
    padding: 5px;
    float: left;
}

    .menu_weekdays ul {
        margin: 0;
        padding: 0;
    }

        .menu_weekdays ul li {
            display: inline-block;
            margin: 3px;
        }

    .menu_weekdays > ul li a {
        display: block;
        padding: 0 10px !important;
        position: relative;
    }

@keyframes slideInRight {
    0% {
        transform: translate3d(100%,0,0);
        visibility: visible;
    }

    100% {
        transform: translate3d(0,0,0);
    }
}

.slideInRight {
    animation-name: slideInRight;
}

.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            border: 1px solid #ccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border .15s ease-in-out,color .15s ease-in-out;
            -o-transition: border .15s ease-in-out,color .15s ease-in-out;
            transition: border .15s ease-in-out,color .15s ease-in-out;
        }

        .checkbox label::after {
            height: 16px;
            left: 0;
            display: inline-block;
            position: absolute;
        }
        .radio label::before{
             height: 16px;
            left: 0;
            display: inline-block;
            margin-left: -20px;
            position: absolute;
        }

        .checkbox label::after {
            width: 16px;
            top: 0;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555;
        }

.checkbox-danger input[type=checkbox]:checked + label::after, .checkbox-danger input[type=radio]:checked + label::after, .checkbox-info input[type=checkbox]:checked + label::after, .checkbox-info input[type=radio]:checked + label::after, .checkbox-primary input[type=checkbox]:checked + label::after, .checkbox-primary input[type=radio]:checked + label::after, .checkbox-success input[type=checkbox]:checked + label::after, .checkbox-success input[type=radio]:checked + label::after, .checkbox-warning input[type=checkbox]:checked + label::after, .checkbox-warning input[type=radio]:checked + label::after, input[type=checkbox] .styled:checked + label::after, input[type=checkbox] .styled:checked + label::before, input[type=radio] .styled:checked + label::after, input[type=radio] .styled:checked + label::before {
    color: #fff;
}

.checkbox input[type=checkbox], .checkbox input[type=radio] {
    opacity: 0;
    z-index: 1;
}

    .checkbox input[type=checkbox]:focus + label::before, .checkbox input[type=radio]:focus + label::before {
        outline: dotted thin;
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px;
    }

    .checkbox input[type=checkbox]:checked + label::after, .checkbox input[type=radio]:checked + label::after {
        font-family: FontAwesome;
        content: "\f00c";
    }

    .checkbox input[type=checkbox]:disabled + label, .checkbox input[type=radio]:disabled + label {
        opacity: .65;
    }

        .checkbox input[type=checkbox]:disabled + label::before, .checkbox input[type=radio]:disabled + label::before {
            background-color: #eee;
            cursor: not-allowed;
        }

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type=checkbox]:checked + label::before, .checkbox-primary input[type=radio]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-danger input[type=checkbox]:checked + label::before, .checkbox-danger input[type=radio]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-info input[type=checkbox]:checked + label::before, .checkbox-info input[type=radio]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-warning input[type=checkbox]:checked + label::before, .checkbox-warning input[type=radio]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-success input[type=checkbox]:checked + label::before, .checkbox-success input[type=radio]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }

        .radio label::before {
            content: "";
            width: 17px;
            border: 1px solid #ccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border .15s ease-in-out;
            -o-transition: border .15s ease-in-out;
            transition: border .15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            border-radius: 50%;
            background-color: #555;
            -webkit-transform: scale(0,0);
            -ms-transform: scale(0,0);
            -o-transform: scale(0,0);
            transform: scale(0,0);
            -webkit-transition: -webkit-transform .1s cubic-bezier(.8,-.33,.2,1.33);
            -moz-transition: -moz-transform .1s cubic-bezier(.8,-.33,.2,1.33);
            -o-transition: -o-transform .1s cubic-bezier(.8,-.33,.2,1.33);
            transition: transform .1s cubic-bezier(.8,-.33,.2,1.33);
        }

.radio-primary input[type=radio] + label::after, .radio-primary input[type=radio]:checked + label::after {
    background-color: #337ab7;
}

.radio input[type=radio] {
    opacity: 0;
    z-index: 1;
}

    .radio input[type=radio]:focus + label::before {
        outline: dotted thin;
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px;
    }

    .radio input[type=radio]:checked + label::after {
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1);
    }

    .radio input[type=radio]:disabled + label {
        opacity: .65;
    }

        .radio input[type=radio]:disabled + label::before {
            cursor: not-allowed;
        }

.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type=radio]:checked + label::before {
    border-color: #337ab7;
}

.radio-danger input[type=radio] + label::after, .radio-danger input[type=radio]:checked + label::after {
    background-color: #d9534f;
}

.radio-danger input[type=radio]:checked + label::before {
    border-color: #d9534f;
}

.radio-info input[type=radio] + label::after, .radio-info input[type=radio]:checked + label::after {
    background-color: #5bc0de;
}

.radio-info input[type=radio]:checked + label::before {
    border-color: #5bc0de;
}

.radio-warning input[type=radio] + label::after, .radio-warning input[type=radio]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type=radio]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-success input[type=radio] + label::after, .radio-success input[type=radio]:checked + label::after {
    background-color: #5cb85c;
}

.radio-success input[type=radio]:checked + label::before {
    border-color: #5cb85c;
}

input[type=checkbox].styled:checked + label:after, input[type=radio].styled:checked + label:after {
    font-family: FontAwesome;
    content: "\f00c";
}

.zindex {
    z-index: 111111111;
    position: absolute;
}

.w150px {
    width: 150px !important;
}

.font15 {
    font-size: 15px;
}

.w10per {
    width: 10%;
}

.w30per {
    width: 30%;
}

.clearable {
    background: url(data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=) right -10px center no-repeat #fff;
    border: 1px solid #999;
    padding: 3px 18px 3px 4px;
    border-radius: 3px;
    transition: background .4s;
}

.nav-wizard > li:not(:first-child) > a:before, .nav-wizard > li:not(:last-child) > a:after {
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    content: "";
    top: 0;
}

.clearable.x {
    background-position: right 5px center;
}

.clearable.onX {
    cursor: pointer;
}

.border-right3 {
    border-right: 3px solid #ff6a00 !important;
}

.nav-wizard > li.disabled > a:before, .nav-wizard > li.done:hover > a:before, .nav-wizard > li.done > a:before, .nav-wizard > li:hover > a:before {
    border-right-color: #ccc;
}

.nav-wizard > li {
    float: left;
    font-family: sans-serif !important;
}

    .nav-wizard > li > a {
        position: relative;
        background-color: #ccc;
        color: #7a7a7a;
    }

        .nav-wizard > li > a .badge {
            margin-left: 3px;
            color: #eee;
            background-color: #428bca;
        }

    .nav-wizard > li:not(:first-child) > a {
        padding-left: 34px;
    }

        .nav-wizard > li:not(:first-child) > a:before {
            width: 0;
            height: 0;
            border-left: 20px solid #fff;
            position: absolute;
            left: 0;
        }

    .nav-wizard > li:not(:last-child) > a {
        margin-right: 6px;
    }

        .nav-wizard > li:not(:last-child) > a:after {
            border-left: 20px solid #ccc;
            position: absolute;
            right: -20px;
            z-index: 1;
        }

    .nav-wizard > li:first-child > a {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .nav-wizard > li:last-child > a {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .nav-wizard > li.done:hover > a, .nav-wizard > li:hover > a {
        background-color: #d5d5d5;
    }

        .nav-wizard > li.done:hover > a:after, .nav-wizard > li:hover > a:after {
            border-left-color: #d5d5d5;
        }

    .nav-wizard > li.done > a {
        background-color: #e2e2e2;
    }

        .nav-wizard > li.done > a:after {
            border-left-color: #e2e2e2;
        }

    .nav-wizard > li.active > a .badge {
        color: #428bca;
        background-color: #fff;
    }

    .nav-wizard > li.disabled > a {
        color: #777;
    }

        .nav-wizard > li.disabled > a:focus, .nav-wizard > li.disabled > a:hover {
            color: #777;
            text-decoration: none;
            background-color: #eee;
            cursor: default;
        }

        .nav-wizard > li.disabled > a:after {
            border-left-color: #eee;
        }

.nav-wizard.nav-justified > li {
    float: none;
}

    .nav-wizard.nav-justified > li > a {
        padding: 10px 15px;
    }

@media (max-width:768px) {
    .nav-wizard.nav-justified > li > a {
        border-radius: 4px;
        margin-right: 0;
    }

        .nav-wizard.nav-justified > li > a:after, .nav-wizard.nav-justified > li > a:before {
            border: none !important;
        }
}

.nav-wizard > li > a > span {
    float: left;
    margin-right: 10px;
    background: #fff;
    border-radius: 50%;
    color: #000;
    display: block;
    height: 20px;
    position: relative;
    text-align: center;
    width: 20px;
    font-size: 14px;
}

.nav-wizard > li.active > a, .nav-wizard > li.active > a:focus, .nav-wizard > li.active > a:hover {
    color: #fff;
    background-color: #428bca;
}

    .nav-wizard > li.active > a:after {
        border-left-color: #428bca;
    }

    .nav-wizard > li.active > a > span, .nav-wizard > li.active > a > span:before {
        content: "\f00c";
        font-family: FontAwesome;
        font-size: 14px;
        font-stretch: normal;
        color: #ca9020;
    }

.nav-wizard {
    counter-reset: my-badass-counter;
}

    .nav-wizard > li > a > span:before {
        color: #777;
        content: counter(my-badass-counter);
        counter-increment: my-badass-counter;
    }

.heading-hotel-det, section .block-wdg > .heading {
    color: #FFF;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.heading-hotel-det {
    background: #2e818f;
}

section .block-wdg {
    border: 1px solid rgba(176,176,176,.69);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #f8f8f8;
}

    section .block-wdg:hover {
        -webkit-transform: scale(1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -moz-box-shadow: 3px 5px 7px rgba(0,0,0,.1);
        -webkit-box-shadow: 3px 5px 7px rgba(0,0,0,.7);
        box-shadow: 3px 5px 7px rgba(0,0,0,.7);
        cursor: pointer;
        background: #d8e9f9;
    }

    section .block-wdg > .heading {
        background: #2e818f;
    }

    section .block-wdg .data:nth-child(odd) {
        border-bottom: 1px dashed #cfd2d2;
        padding: 0 5px 10px;
    }

    section .block-wdg .data h1 {
        font-size: 18px;
        color: #2E818F;
        font-weight: 700;
    }

    section .block-wdg .data:nth-child(even) {
        padding: 3px 10px;
        font-size: 13px;
        color: #2E818F;
        font-weight: 700;
    }

    section .block-wdg .data:last-child {
        padding: 10px;
        border-bottom: none;
    }

.right-shadow {
    -webkit-box-shadow: 7px 1px 11px -6px rgba(0,0,0,.62);
    -moz-box-shadow: 7px 1px 11px -6px rgba(0,0,0,.62);
    box-shadow: 7px 1px 11px -6px rgba(0,0,0,.62);
}

section .block-wdg > .body {
    border: 1px solid rgba(176,176,176,.69);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #f8f8f8;
}

ul.cms > li {
    list-style: none;
    text-decoration: none;
}

    ul.cms > li > div {
        background: #eee;
        color: #000;
        display: block;
        font-size: 19px;
        padding: 5px;
    }

        ul.cms > li > div:after, ul.cms > li > ul > li > span:before {
            font-family: FontAwesome;
            color: #357CA5;
        }

        ul.cms > li > div:after {
            content: "\f149";
            font-size: 17px;
        }

    ul.cms > li > ul > li {
        list-style: none;
        font-size: 15PX;
        cursor: pointer;
    }

.div_1, .div_2, .div_3 {
    clear: both;
    margin-bottom: 20px;
    height: auto;
}

ul.cms > li > ul > li > span:before {
    padding-right: 5px;
    content: "\f101";
    font-size: 18px;
}

.sr_model {
    max-height: 100%;
    overflow-y: scroll;
}

.tablescroll {
    overflow-x: scroll;
}

.font_b {
    font-weight: 700;
}

.br_top {
    border-top: thin solid #00c0ef !important;
}

.br_bottom {
    border-bottom: thin solid #00c0ef !important;
}

.div_2 {
    min-height: 288px;
}

.div_3 {
    min-height: 134px;
}

.width25, .width75 {
    margin-bottom: 0;
    float: left;
}

.title_div {
    margin-top: -4px;
    padding-left: 30px;
}

.txt_box {
    border: 1px solid #d2d6de;
    height: 32px;
    margin-top: 25px;
}

.dis_tab {
    width: 100%;
    display: table;
}

.pb20 {
    padding-bottom: 20px;
}

.wd_auto {
    float: left;
    width: auto;
    margin-right: 10px;
}

.border-t {
    border-top: 3px solid #00c0ef;
}

.ht_58 {
    height: 58px;
}

.ui-autocomplete {
    z-index: 11111 !important;
}

    .ui-autocomplete li div {
        font-size: 12px;
        color: #888;
    }

.styled.checkbox.divhide {
    position: absolute;
    -moz-position: absolute;
}

.sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info, .sidebar-mini.sidebar-collapse .sidebar-form, .sidebar-mini.sidebar-collapse .sidebar-menu li.header, .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu, .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right, .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
    display: none !important;
    transform: translateZ(0);
}

.sidebar-collapse .ms-header {
    display: none !important;
}

.main-header .logo .logo-mini {
    display: none;
}

.sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
    display: none !important;
}

.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu, .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right) {
    display: block !important;
    left: 49px;
    position: absolute;
    width: 225px;
    box-shadow: 0 2px 10px -1px rgba(69, 90, 100, 0.3);
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
    background-color: #222d32;
    margin-left: -5px;
    padding: 10px 5px 10px 15px;
    top: 0;
    color: #fff;
}

.sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .main-footer, .sidebar-mini.sidebar-collapse .right-side {
    margin-left: 50px !important;
    z-index: 840;
}

.sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 50px;
}

.sidebar-mini.sidebar-collapse .main-sidebar {
    transform: translate(0,0);
    width: 50px !important;
    z-index: 850;
}

.sidebar-mini.sidebar-collapse .main-header .logo {
    width: 50px;
}

    .sidebar-mini .sidebar-collapse .main-header .logo > .logo-mini {
        display: block !important;
        font-size: 18px;
        margin-left: -15px;
        margin-right: -15px;
    }

.selectcolor {
    background-color: #e16614 !important;
}

.hover_ul li {
    padding: 0 7px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}

    .hover_ul li.hove_li:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
    }

.static {
    height: 100px;
}

.hover_ul {
    background: #fff;
    top: 0;
    padding: 10px;
    position: relative;
    width: 100%;
    z-index: 1;
    right: 5px;
    box-shadow: 0 0 3px -1px rgba(0,0,0,.5);
    display: inline-block;
}

.hover_ul_scr {
    position: fixed;
    z-index: 999;
    right: 0;
    width: 84%;
}

.hight {
    height: 60px;
}

.hight_value {
    height: 15px;
}

.title_main {
    border-bottom: thin dotted #00c0ef !important;
    display: inline-block;
    width: 100%;
}

i.fa.fa-bed {
    font-size: 15px;
}

.set_fa {
    position: absolute;
    right: 7px;
    top: 5px;
    color: #fff;
}

.br_top_white {
    border-top: thin dotted #fff !important;
}

#allocationreport thead {
    width: 100%;
    table-layout: fixed;
    display: table;
}

.services .form-group input[type=checkbox], .services > .form-group input[type=checkbox] + .btn-group > label span:first-child {
    display: none;
}

.width75 {
    width: 75%;
}

.width25 {
    width: 25%;
    pointer-events: none;
}

.small_indigater_text {
    background: #f2f2f2;
    float: left;
    height: 16px;
    line-height: 14px;
    padding: 0 5px;
    width: 95px;
}

.small_indigater {
    height: 15px;
    width: 15px;
    float: left;
}

.bg_blue, .text {
    float: left;
    height: 30px;
}

.bg_blue_Available {
    background: #1a9eea;
}

.bg_yellow_soldout {
    background: #FC3;
}

.bg_white_released {
    background: #fff;
    border: 1px solid #000;
}

.bg_gray_noallocation {
    background: grey;
}

.title_width {
    width: 20%;
    float: left;
}

.bg_blue {
    background: #1a9eea;
    width: 30px;
}

.text {
    background: #f2f2f2;
    line-height: 30px;
    padding: 0 5px;
    width: auto;
}

.bg_Gold, .bg_black, .bg_border, .bg_gray, .bg_green, .bg_pink, .bg_purple, .bg_red, .bg_yellow {
    height: 30px;
    width: 30px;
    float: left;
}

.bg_border {
    border: 1px solid #ccc;
}

.bg_green {
    background: #0c6;
}

.bg_red {
    background: #D3376B;
}

.bg_yellow {
    background: #FC3;
}

.bg_gray {
    background: grey;
}

.bg_purple {
    background: #8000FF;
}

.bg_black {
    background: #000;
}

.bg_Gold {
    background: #960;
}

.bg_pink {
    background: #fea9d8;
}

.hover_ul li.active {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.wid_icon {
    font-size: 25px !important;
    color: #404e67 !important;
    line-height: 61px !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0 !important;
    height: 34px !important;
       background:#eef1f6 !important;
       border:1px solid #e6e6e6 !important;
}

.Dash-col_Red {
    border-radius: 3px;
    color: #f68b3e;
    font-size: 20px !important;
    line-height: 4px;
    padding: 1px 6px;
}

.pt0 {
    padding-top: 0 !important;
}

.status_label {
    padding: .2em .8em .4em !important;
    font-size: 85% !important;
}

.col_Red, .completed_color, .onrequest_color {
    border-radius: 3px;
    padding: 2px 6px;
    color: #fff;
    line-height: 4px;
}

.onrequest_color {
    background-color: #f7941d;
    font-size: 9px;
}

.completed_color {
    background-color: #cbcb10;
}

.col_Red {
    background-color: #e44049;
}

@media(max-width:320px) {
    .xs-pl15 {
        padding-left: 15px !important;
    }

    .xs-pr15 {
        padding-right: 15px !important;
    }
}

.Specific_chk {
    width: 90px;
    padding-left: 17px;
}

.iconuseradd {
    font-size: 20px !important;
    margin: auto;
}

.greenlight-color {
    background: #001e1e;
    padding: 10px;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
}

.webcontentTab .web-nav {
    background: #438a8a;
}

    .webcontentTab .web-nav > li {
        float: left;
        background-color: #6fcaca;
        color: #000 !important;
    }

        .webcontentTab .web-nav > li a {
            font-weight: 700;
            font-size: 15px;
            color: #000;
        }

        .webcontentTab .web-nav > li.active > a, .webcontentTab .web-nav > li.active > a:focus, .webcontentTab .web-nav > li.active > a:hover {
            color: #fff;
            cursor: default;
            background-color: #001e1e;
            border-bottom-color: transparent;
        }

#ddlAgentCopy {
    width: 200%;
}

.ml7 {
    margin-left: 7px;
}

.wd60_word_breck {
    width: 60%;
    word-break: break-all;
}

.wd270 {
    min-width: 270px;
}

.wd200 {
    width: 200px !important;
}

.clr {
    clear: both !important;
}

.services > .form-group input[type=checkbox] + .btn-group > label span {
    width: 20px;
}

    .services > .form-group input[type=checkbox] + .btn-group > label span:last-child, .services > .form-group input[type=checkbox]:checked + .btn-group > label span:first-child {
        display: inline-block;
    }

.services > .form-group input[type=checkbox]:checked + .btn-group > label span:last-child {
    display: none;
}

.services .input-group, .services > .form-group {
    margin: 0 10px 0 15px;
    float: left;
}

#EmployeeData .inner-wrap {
    border-radius: 6px;
}

#EmployeeData .sernamebtn {
    width: 100px;
    background: #e6e6e6;
}

.w70px {
    width: 70px;
}

.setday .checkbox {
    padding-left: 30px;
}

.pkg_SuplierName {
    border: 1px solid #eee;
    margin: 5px auto;
    height: 35px;
    display: inline-flex;
    width: 100%;
}

.pkg_Suplierli {
    margin: 5px;
    width: 100%;
}

.select2-container {
    width: 100% !important;
}

#TourData .fa.fa-plus.add_btn, .fa.fa-minus.add_btn {
    cursor: pointer;
    color: #fff;
    border-radius: 50px;
    border: none;
    background: #337ab7;
    width: 25px;
    height: 25px;
    padding: 6px 0 0 7px;
}

.fa.fa-car {
    background: #1f619b;
    padding: 4px;
    border-radius: 5px;
    color: #fff;
}

.rejected_color {
    background-color: #152553;
    border-radius: 3px;
    color: #fff;
    line-height: 4px;
    padding: 2px 6px;
}

.nav-wizard > li.current > a, .nav-wizard > li.current > a:focus, .nav-wizard > li.current > a:hover {
    color: #fff;
    background-color: #ca9020;
}

    .nav-wizard > li.current > a:after {
        border-left-color: #ca9020;
    }

.image-bglogin {
    background: #8cc6c0 !important;
}

#divLogin .input-group-addon {
    background-color: #337ab7 !important;
    color: #fff;
}

@media screen and (min-device-width: 1900px) and (max-device-width: 2000px) {
    .scrolldiv {
        width: 84.9% !important;
    }
}




.btn_wrap i {
  opacity: 0;
  font-size: 28px;
  color:#4680ff;
  will-change: transform;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding:0px !important;
}

.btn_wrap {
 position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    height: 40px;
    background-color: #eeeeed;
    border-radius: 8px;
    padding: 0 18px;
    will-change: transform;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn_wrap:hover {
  /* transition-delay: .4s; */
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.btn_wrap span {
 position: absolute;
    z-index: 99;
    width: 100%;
    height: 40px;
    border-radius: 8px;
    font-size: 19px;
    text-align: center;
    line-height: 39px;
    letter-spacing: 1px;
    color: #4680ff;
    background-color: #f6f7fb;
    padding: 0 18px;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.btn_wrap .contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  height: 64px;
  border-radius: 80px;
}

.contain i:nth-of-type(1) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}


.btn_wrap:hover span {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -webkit-transform: translateX(-280px);
  transform: translateX(-280px);
}

.btn_wrap:hover i {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}



#preloader {
    position: fixed;
    top: 0;
    left: 53px;
    width: 100%;
    height: 100%;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #4780ff;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color:#4780ff;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color:#4780ff;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.box-header .form-control{
    border-radius:5px !important;
    box-shadow: none;
    border-color: #e6e6e6;
    background: #eef1f6;
}

.select2-container .select2-selection--single{
      height:38px !important;
     border-radius:5px !important;
}
.dropdown-check-list .anchor, .select2-container{
    height:38px;
     border-radius:5px !important;
      border-color: #e6e6e6 !important;
    background: #eef1f6;
    border:1px solid;
    font-size:13px;
    line-height: 25px;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
     width:8px;
}

    ::-webkit-scrollbar:horizontal {
        height: 10px;
    }

::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.5);
    border-radius: 5px;
    border: 2px solid #fff;
}

::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #fff;
}
.treeview span{
    padding-left:6px;
}
.bluess {
    color: #404e67 !important;
    font-weight: 600;
    font-size: 14px !important;
}
.ov{
    overflow:visible !important;
}
.main-sidebar, .left-side {
    width: 231px !important;
    z-index: 1 !important;
    margin-top: 49px !important;
    border-radius: 0 8px 0 0;
    position:fixed !important;
    padding-top:0px !important;
}
.ing{
    font-size:16px;
    font-family: 'opensans-regular' !important;
}
h4,h2{
    font-family:'opensans-regular' !important;
}
.ing1.m0 {
    font-size: 13px !important;
    font-weight: 600;
}
.box.box-info {
    border-top-color: #4680ff !important;
}
.sidebar-menu .treeview-menu>li>a{
    font-size:13px !important;
}
.skin-blue .sidebar-menu > li > a:hover i{
      color:#fff !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
      font-size: 19px;
    font-weight: 600;
}
.btn-success {
    background-color: #555578 !important;
    border-color: #555578 !important;
}
.dis-notfound-inline.text-center {
    margin: 0 auto;
}


.sidebar-collapse .treeview a{
    padding: 7px 8px !important; 
    margin:4px !important;

}
.sidebar-collapse .sidebar-menu > li.active  svg {
    color:#fff !important
}
.sidebar-collapse .sidebar-menu  li  a svg{
    color:#000 !important;
}
.sidebar-collapse .sidebar-menu  li  a:hover svg{
    color:#fff !important;
}
.sidebar-menu li.active>a>.fa-angle-right {
    color: #fff;
}

.main-header .sidebar-toggle:before {
    content: " " !important;
}

.dropdown.lang{
    display:inline-block;
    position:relative;
    width:123px !important;
    margin-top:9px;
    font-weight:bold;
}
.lang a{
    color:#fff !important;
}
.lang.open{
    text-align:right;
}
.lang .dropdown-menu{
   right: auto !important;
    left: 15px !important;
    padding: 3px 0 !important;
    margin-top: -7px !important;
    border-radius: 4px;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
.dropdown.lang li:last-child a {
    border-bottom:0px !important;
}
.dropdown-menu li a{
    color:#000 !important;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover
{
    color:#fff !important;
}
.dropdown.lang li a {
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
    text-transform: capitalize;
    text-decoration: none;
    vertical-align: middle;
    line-height: 20PX;
    white-space: normal;
    padding: 6px 7px;
    font-size: 13px;
    font-weight: 500;
    cursor:pointer;
}
.en-US {
    background-position: -98px -36px;
    padding: 0 10px;
    width: 25px !important;
    height: 25px !important;
    margin-top: -3px;
}
.icon-img {
    background-size: 189px;
}
.skin-blue .main-header .navbar .nav>li>a:hover, .skin-blue .main-header .navbar .nav>li>a:active, .skin-blue .main-header .navbar .nav>li>a:focus, .skin-blue .main-header .navbar .nav .open>a, .skin-blue .main-header .navbar .nav .open>a:hover, .skin-blue .main-header .navbar .nav .open>a:focus {
   
    background:0 0 !important;
    color:#fff !important;
}
.icon-img {
    float: left;
    display: block;
    z-index: 9999999999;
    position: relative;
    border-collapse: separate;
    margin-right: 5px;
    background-image: url(/content/img/menuicon.svg);
}
.ar-AE {
    background-position: -129px -38px;
    width: 25px !important;
    height: 25px !important;
}
.caret{
    margin-right:10px !important; 
}
@media (min-width: 768px) {
  .sidebar-collapse .main-header .navbar-static-top .sidebar-toggle {
    margin-left: -50px !important;
}
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
background-color: #9ccc65 !important;
height: 47px;
width: 50px;
}
.navbar-static-top{
    z-index:0 !important;
}
@media(max-width:767px) {
    .skin-blue .main-header .navbar .sidebar-toggle {
        position: fixed !important;
        left: 0 !important;
    }
    .input-group{
        display:block !important;
    }
     .left-inner-addon-icon{
       display:block !important;
    }
    .xs-pl10{
        padding-left:10px !important;
    }
     .respo{
        float:left;
        margin-top:9px !important;
    }
    section.content {
    padding-left: 10px !important;
    padding-right: 7px;
}
    .xs-p0{
padding:0px !important;
}
    .imagehw50X50 img {
    height: 40px;
    width: 100%;
}
    .infob .inputGroup {
        width:96px !important;
        margin-right:5px;
    }
        .lang .dropdown-menu {
        right: auto !important;
        left: auto !important;
        padding: 3px 0 !important;
        margin-top: -40px !important;
    
    }
    .dropdown.lang{
        margin-top:0px !important;
    }
    .skin-blue .content-header{
        width:100% !important;
    }
    .w100px {
    width: 100%;
}
    #preloader{
        left:0px;
    }
    #loader{
        width:113px;
        height:113px;
        margin:0 auto;
        left:0px;
        right:0px;
    }
    .wrapper {
    min-height: 100%;
    position: static;
    overflow: hidden !important;
}
    .scrolldiv{
        width:95% !important;
        z-index:9999 !important;
    }
    .btn{
width:100% !important;
margin-bottom:10px;
}
    .pl5{
padding-left:0px !important;
}
    .pl5{
padding-left:0px !important;
}.main-footer {
background: #414f68;
padding: 15px;
color: #fff;
border-top: 1px solid #eee;
font-size: 10px;
}
.modal-dialog {
    position: relative;
    width: 100% !important;
    margin: 30% auto !important;
}


.pop_over1 {
    max-height: 400px !important;
}

    .contain {
        float: right;
        padding: 0;
        margin: 0;
        color: #fff;
    }

    .fa-sign-out {
        padding-right: 0;
        font-size: 18px !important;
        float: right;
        position: absolute;
    }

    .wd30 {
        width: 30px !important;
    }

    .wel_come svg {
        float: right;
        color: #fff;
        height: 20px;
        position: relative;
        top: 0;
        left: 16px;
    }

   #agt {
    position: absolute;
    background: #fff;
    line-height: 25px;
    color: #000;
    font-size: 11px;
    padding: 1px 8px;
    border-radius: 3px;
    top: 11px;
    right: 67px;
    z-index: 1032;
}
    .ing1 {
        bottom: -36px;
        position: absolute;
        margin: 0 auto !important;
        text-align: center;
        left: 0;
        right: 0;
        font-size:15px;
        width:100% !important
    }
    section.content {
    padding-left: 10px !important;
}
  
    .nav>li>a:hover{
        background:none !important;
    }
    .topup {
        bottom: -40px !important;
    }

    .ing1 svg:not(:root) {
        top: 3px !important;
        position:relative;
           }

    aside.main-sidebar, .left-side {
    padding-top:0px !important;
    }
    .skin-blue .main-header .navbar .sidebar-toggle {
    color: #fff !important;
    position: relative;
    margin-left: 0px;
    font-size: 18px;
    background: #9ccc65;
    border-radius: 0 0px 11px 0;
    padding: 9px;
    line-height: 12px !important;
}
    .list-inline {
        margin-left: -12px !important;
        display: block;
        white-space: nowrap;
        overflow: auto;
    }
    .xs-pr0{
        padding-right:0px !important;
    }
    .xs-pl0{
        padding-left:0px !important;
    }
    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-size: 15px;
    font-weight: 600;
}
}
label {
    font-weight:normal;
}

.skin-blue .sidebar-menu>li>a {
    border-left:0px !important;
    margin-right: 1px;
}
.sidebar-menu>li>a {
    padding: 8px 5px 8px 5px !important;
   
}

.sidebar-menu {
overflow: scroll;
max-height:800px;

display: inline-block;
width: 100%;
}
.list-inline>li{
    padding-right:2px;
    padding-left:0px;
}
  .sidebar-menu {
overflow: scroll;
max-height: 700px;

display: inline-block;
width: 100%;
}
@media only screen and (max-width:1200px) and (min-width:768px){
    .sidebar-menu {
overflow: scroll;
max-height: 650px;

display: inline-block;
width: 100%;
}
}
