﻿.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;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    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;
}

/*table.alloctbl > thead > tr > th.greenbgtourall:nth-child(odd) {background:#1ea73d!important;}
table.alloctbl > thead > tr > th.greenbgtourall:nth-child(even) {background:#d29739!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: 0px !important;
    border-right: 3px solid #ff6a00 !important;
}

.bgmain .table .table {
    background: none !important;
}

table.alloRele > thead > tr > td {
    border-top: none !important;
}

table.alloctbl .weekheading {
    border: none;
    background: #0a9788;
    padding: 7px !important;
    font-weight: bold;
    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: bold;
    background: #fff;
    padding: 3px;
}

table.alloctbl .seasonname {
    border-bottom: 1px solid rgba(204, 204, 204, 0.4);
    padding-bottom: 5px;
    display: block;
    text-transform: capitalize;
    font-size: 15px;
    width: 100%;
    margin-bottom: 5px;
}

table.alloctbl .subrow-blue {
    background: #eeeeee;
    padding: 7px !important;
    color: #333;
    font-weight: bold;
}


.Hdiscpolicy ul.nav-tabs li.active {
    background: #fff;
    color: #333;
}

#big-focus {
    height: 35px !important;
    width: 100% !important;
    /* position:absolute  !important ;*/
    transition: all 2s;
    right: 0px;
    -webkit-transition: all 2s;
    margin-right: 8px;
    z-index: 1;
}

    #big-focus:focus {
        right: 0px;
        margin-right: 8px;
        height: 150px !important;
        width: 100% !important;
        z-index: 214748364799999 !important; /*position:absolute !important;*/
    }

#txtbox-focus {
    height: 35px !important;
    width: 60px !important;
    position: absolute !important;
    transition: all 2s;
    right: 0px;
    -webkit-transition: all 2s;
    margin-right: 8px;
    z-index: 1;
}

    #txtbox-focus:focus {
        right: 0px;
        margin-right: 8px;
        height: 150px !important;
        width: 350px !important;
        z-index: 214748364799999 !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: none repeat scroll 0 0 #fff;
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    display: block;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}

td a {
    cursor: pointer !important;
}

.days {
    background-color: #00c0ef !important;
    display: table-cell;
    height: 100%;
    position: absolute;
    width: 90px;
    top: 0px;
    padding: 10px;
    vertical-align: middle;
    z-index: 11;
}

.bg-brdr {
    width: 126px;
    margin: 5px;
    padding: 5px 6px;
    border-radius: 9px;
    border: 1px solid rgb(204, 204, 204);
    background: none repeat scroll 0px 0px rgb(227, 227, 227);
}

.p0 {
    padding: 0px !important;
}

.textarea > textarea {
    overflow: auto !important;
    resize: none;
    width: 100%;
}

#box {
    position: absolute;
    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: 0px !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: 0px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pl10 {
    padding-left: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb5 {
    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: 0px !important;
}

.mt0 {
    margin-top: 0px !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;
}

.mr5 {
    margin-right: 5px;
}

.m0 {
    margin: 0px !important;
}

.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: none repeat scroll 0 0 #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: none repeat scroll 0 0 #e2e2e2 !important;
    color: #525050 !important;
    border-bottom: #bababa solid 3px !important;
}

.ms-header {
    background: #3C8DBC;
    padding: 10px;
    font-size: 20px;
    color: #fff;
    padding-left: 15px;
}

.box-shdow {
    -webkit-box-shadow: 5px 5px 10px -7px rgba(176,176,176,0.69);
    -moz-box-shadow: 11px 10px 10px -7px rgba(176,176,176,0.69);
    box-shadow: 5px 5px 10px -7px rgba(176,176,176,0.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);
}

.border {
    border: 1px solid #ccc;
}

.gray-bg {
    background-color: #eee;
}

.photo-bg {
    background: url(../content/img/image-bg.png) no-repeat;
    height: 40px;
    width: 40px;
}

.image-bg {
    background: #e1e1e1; /* url(/assets/images/formbg.jpg) no-repeat;    background-size: 100% 100%; height:480px; width:359px;background-repeat: no-repeat; background-size:cover; */
}

.imagehw img {
    height: 50px;
    width: 50px;
    box-shadow: 2px 2px 3px 0 #ccc;
    border-radius: 7px;
}

.imagehw40X40 img {
    height: 40px;
    width: 40px;
    box-shadow: 2px 2px 3px 0 #ccc;
}

.imagehw50X50 img {
    height: 40px;
    width: 100px;
    box-shadow: 2px 2px 3px 0 #ccc;
}

.photosup-bg {
    background: url(../Content/img/UploadLogo.jpg) no-repeat;
    height: 40px;
    width: 100px;
}

.imagehw250X250 img {
    height: 250px;
    width: 250px;
    box-shadow: 2px 2px 3px 0 #ccc;
}

.border-left {
    border-left: solid 4px #1a6b9a;
}

.fcotrolwdth > input { /*width:70%; */
    text-align: center;
    border-radius: 7px !important;
}

.divvcenter.vertical-center {
    margin-bottom: 0; /* Remove the default bottom margin of .jumbotron */
}

.vertical-center {
    min-height: 100%; /* Fallback for vh unit */
    min-height: 100vh; /* You might also want to use'height' property instead.Make it a flex container */
    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;
}

.fa.form-control-feedback {
    line-height: 34px; /* @input-height-base; */
}

.input-sm ~ .fa.form-control-feedback {
    line-height: 30px; /* @input-height-base; */
}

.input-lg ~ .fa.form-control-feedback {
    line-height: 46px; /* @input-height-base; */
}
/*.left-inner-addon {position: relative;display:inline-block;}
.left-inner-addon a {padding-left: 30px;}
.left-inner-addon input {padding-left: 30px;}
.left-inner-addon select {padding-left: 30px;}
.left-inner-addon i { left:0;margin-right: 13px;padding: 0 10px;pointer-events: none;position: absolute;top: 9px;}
.right-inner-addon { position:relative;display:inline-block;}
.right-inner-addon button {padding-right: 30px;}
.right-inner-addon a {padding-right: 30px;}
.right-inner-addon input {padding-right: 30px;}
.right-inner-addon select {padding-right: 30px; }
.right-inner-addon i {position: absolute;right: 0px; padding: 10px 12px; pointer-events: none;}*/
.left-inner-addon-icon {
    position: relative;
    display: inline-block;
}

    .left-inner-addon-icon input {
        padding-left: 30px;
        display: inline-block;
    }

    .left-inner-addon-icon select {
        padding-left: 30px;
        display: inline-block;
    }

    .left-inner-addon-icon i {
        left: 0;
        padding: 10px 10px;
        pointer-events: none;
        position: absolute;
        top: 0;
        pointer-events: none;
        margin-right: 5px;
        display: inline-block;
    }

.right-inner-addon-icon {
    position: relative;
    display: inline-block;
}

    .right-inner-addon-icon input {
        padding-right: 30px;
        display: inline-block;
    }

    .right-inner-addon-icon select {
        padding-right: 30px;
        display: inline-block;
    }

    .right-inner-addon-icon i {
        position: absolute;
        right: 0px;
        padding: 10px 10px;
        pointer-events: none;
        display: inline-block;
    }

.tooltiptry {
    background: #000;
    color: #fff;
}

.left-inner-addon {
    position: relative;
}

    .left-inner-addon input {
        padding-left: 30px;
    }

    .left-inner-addon select {
        padding-left: 30px;
    }

    .left-inner-addon i {
        left: 0;
        padding: 11px 10px;
        pointer-events: none;
        position: absolute;
        top: 0;
        pointer-events: none;
        margin-right: 5px;
    }

.right-inner-addon {
    position: relative;
}

    .right-inner-addon input {
        padding-right: 30px;
    }

    .right-inner-addon select {
        padding-right: 30px;
    }

    .right-inner-addon i {
        position: absolute;
        right: 0px;
        padding: 11px 10px;
        pointer-events: none;
    }

.modal-vertical-centered {
    transform: translate(0, 50%) !important;
    -ms-transform: translate(0, 50%) !important; /* IE 9 */
    -webkit-transform: translate(0, 50%) !important; /* Safari and Chrome */
}

#primary_nav_wrap {
    margin-top: 15px;
}

    #primary_nav_wrap ul {
        list-style: none;
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
    }

        #primary_nav_wrap ul a {
            display: block;
            color: #fff;
            text-decoration: none;
            font-weight: 700;
            font-size: 12px;
            line-height: 32px;
            padding: 0 15px;
            font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
        }

            #primary_nav_wrap ul a:hover {
                display: block;
                color: #000;
                text-decoration: none;
                font-weight: 700;
                font-size: 12px;
                line-height: 32px;
                padding: 0 15px;
                font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
            }

            #primary_nav_wrap ul a:active {
                display: block;
                color: #000;
                text-decoration: none;
                font-weight: 700;
                font-size: 12px;
                line-height: 32px;
                padding: 0 15px;
                font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
            }

        #primary_nav_wrap ul li {
            position: relative;
            float: left;
            margin: 0;
            padding: 0;
        }

            #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 ul li {
                float: none;
                width: 200px;
            }

            #primary_nav_wrap ul ul a {
                line-height: 120%;
                padding: 10px 15px;
                color: #000000;
            }

            #primary_nav_wrap ul ul ul {
                top: 0;
                left: 100%;
            }

        #primary_nav_wrap ul li:hover > ul {
            display: block;
        }
/*ddstart*/
.drop-nav {
    background: #2c3e50;
}

.main-nav {
    float: left;
    border-radius: 4px;
    margin-top: 8px;
    list-style: none; /*  border: solid 1px #1e2a36;*/
}

    .main-nav > li {
        float: left; /* border-left: solid 1px #1e2a36;*/
    }

    .main-nav li:first-child {
        border-left: none;
    }

    .main-nav a {
        color: #fff;
        display: block;
        padding: 10px 30px;
        text-decoration: none;
    }

.dd, .flyout {
    position: relative;
    list-style: none;
}

    .dd:after {
        content: "\25BC";
        font-size: .5em;
        display: block;
        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:hover a, .flyout-nav {
    background: #395066;
}

.w100px {
    width: 100px;
}

.w110px {
    width: 110px;
}

.w130px {
    width: 130px;
}

.w170px {
    width: 170px;
}

.v-top {
    vertical-align: top !important;
}

.v-midd {
    vertical-align: middle !important;
}

.centervh {
    bottom: 0;
    left: 0;
    top: 95px;
    right: 0;
    position: relative;
    background: #fff;
}

.h50per {
    height: 50%;
    background: #3C8DBC;
}
/*.active-td {color: rgb(255, 255, 255) ! important; background: none repeat scroll 0px 0px rgb(120, 120, 120);}
.active-td a { color:#fff!important;}*/
.table-th-bg {
    background: #3C8DBC;
    color: #fff;
}
/*.active-td {color: rgb(255, 255, 255) ! important; background:#eee!important;}
.active-td a { color:#000!important;}
td.active-td {color: rgb(255, 255, 255) ! important; background:#eee!important; cursor:pointer;}
td.active-td a { color:#000!important; cursor:pointer;}
 td.active-td:after{ color:#337AB7!important;font-family: FontAwesome; cursor:pointer;
   content: "\f101";
   font-size:2em;
    top: -11px;
   display: inline-block;
    float: right;
    height:25px;
    position: relative;
 }*/
td.active-td {
    color: rgb(255, 255, 255) !important;
    background: #eee !important;
    cursor: pointer;
}

    td.active-td a {
        color: #000 !important;
        cursor: pointer;
    }
        /*td.active-td a { color:#000!important; cursor:pointer!important; display:block;}*/
        td.active-td a:after {
            color: #337AB7 !important;
            font-family: FontAwesome;
            cursor: pointer;
            content: "\f101";
            font-size: 2em;
            top: -11px;
            display: inline-block;
            float: right;
            height: 20px;
            position: relative;
        }

tr.active-td {
    color: rgb(255, 255, 255) !important;
    background: #eee !important;
    cursor: pointer;
}

    tr.active-td a {
        color: #000 !important;
        cursor: pointer;
    }

        tr.active-td a:after {
            color: #337AB7 !important;
            font-family: FontAwesome;
            cursor: pointer;
            content: "\f101";
            font-size: 2em;
            top: -11px;
            display: inline-block;
            float: right;
            height: 20px;
            position: relative;
        }

.no-shadow {
    box-shadow: none !important;
}

.btn-block:hover {
    cursor: pointer;
}

.b-block {
    padding: 1px;
    cursor: pointer;
    display: block;
}

.tr-blue {
    background: #7FC8F2;
}

    .tr-blue th a {
        color: #000 !important;
    }

.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: #eee;
    vertical-align: middle !important;
    color: #000 !important;
}

.bg-lined {
    margin: 0px 0;
    background: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQAIfP378zwjjgzj8/PyMYAEYB8RmROaABAAVMg/XkcvroQAAAABJRU5ErkJggg== ) repeat;
    -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:1px solid #14937a;
	border-bottom:10px solid #14937a;*/
}

.border-blueblock {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
    background-color: #F8F8F8;
    border: 1px solid rgb(0, 192, 239) !important;
    border-top: 2px solid rgb(0, 192, 239) !important;
}

.brdr-blue-right {
    border-right: 1px solid #367FA9;
}

.border-bottom-blue {
    border-bottom: 1px dashed #367FA9;
}

.skin-blue .sidebar-menu > li > a:hover, .skin-blue .sidebar-menu > li.active > a {
    background: #3C8DBC !important;
    border-left-color: #3c8dbc;
    color: #fff;
}

table {
    /* margin:0px 0;background:url(
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQAIfP378zwjjgzj8/PyMYAEYB8RmROaABAAVMg/XkcvroQAAAABJRU5ErkJggg==   ) repeat;

    -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: 1px solid #14937a;
    border-bottom: 10px solid #14937a;
}
/*ddEnd*/
/*S---hotel-detail*/
section .block-wdg {
    border: 1px solid rgba(176,176,176,0.69);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #f8f8f8;
}

    section .block-wdg:hover {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -moz-box-shadow: 3px 5px 7px rgba(0,0,0,.7);
        -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 {
        color: #FFFFFF;
        font-size: 18px;
        font-weight: bold;
        background: #2e818f;
        padding: 10px 0;
        text-align: center;
    }

    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: bold;
    }

.green {
    font-size: 13px;
    color: #2E818F;
    font-weight: bold;
}

section .block-wdg > .data:nth-child(even) {
    padding: 3px 10px;
    font-size: 13px;
    color: #2E818F;
    font-weight: bold;
}

section .block-wdg > .data:last-child {
    padding: 3px 10px;
    border-bottom: none;
}

.right-shadow {
    -webkit-box-shadow: 7px 1px 11px -6px rgba(0,0,0,0.62);
    -moz-box-shadow: 7px 1px 11px -6px rgba(0,0,0,0.62);
    box-shadow: 7px 1px 11px -6px rgba(0,0,0,0.62);
}

.brk-wrd {
    word-break: break-all !important;
}

#loadingmessage {
    z-index: 111;
    position: absolute;
}

.popup_loading {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    text-align: center;
    position: absolute;
    top: 0;
}

    .popup_loading .log_img {
        margin: 90px auto auto;
        text-align: center;
    }

#loadingmessage_new {
    display: none;
}

.right-shadow {
    -webkit-box-shadow: 7px 1px 11px -6px rgba(0,0,0,0.62);
    -moz-box-shadow: 7px 1px 11px -6px rgba(0,0,0,0.62);
    box-shadow: 7px 1px 11px -6px rgba(0,0,0,0.62);
}

.note.blue {
    background: none repeat scroll 0 0 #53a3b4;
}

    .note.blue:before {
        background: none repeat scroll 0 0 transparent !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: white !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 {
    display: block !important;
    width: auto;
}

.block > input {
    display: block !important;
}

.menu_weekdays {
    width: 100%;
    padding: 5px;
    /*background-color:#E8EBEC;
    border-radius: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: 0px 10px !important;
        position: relative;
    }
/*.menu_weekdays ul li a {
    float: left; text-decoration: none;
    color:#367FA9 !important; 
    padding:4px 11px;
    background-color:#fff;
     border-radius: 22px;
       box-shadow: 0px 2px 3px #b5b5b5;
}
 
.menu_weekdays ul li a:visited {
     color:#367FA9;
}
 
.menu_weekdays ul li a:hover, .menu_weekdays ul li .current {
   color:#367FA9;
    background-color:#E8EBEC;
      box-shadow: 1px 3px 3px #b5b5b5;
}


.menu_weekdays  div{
    display: inline-block;
    margin:3px;

}

.menu_weekdays div{
    float: left; text-decoration: none;
    color:#367FA9 !important; 
    padding:4px 11px;
    background-color:#fff;
     border-radius: 22px;
       box-shadow: 0px 2px 3px #b5b5b5;
}
 
.menu_weekdays div a:hover {
     color:#fff;
}

 
.menu_weekdays div:hover, .menu_weekdays div.current  {
   color:#fff;
    background-color:#E8EBEC;
      box-shadow: 1px 3px 3px #b5b5b5;
}*/
@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    animation-name: slideInRight;
}
/*E---hotel-detail*/
/*Checkbox*/
.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .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: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            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: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before,
            .checkbox input[type="radio"]:disabled + label::before {
                background-color: #eeeeee;
                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-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
    color: #fff;
}

.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 16px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
        z-index: 1;
    }

        .radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            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: 0.65;
        }

            .radio input[type="radio"]:disabled + label::before {
                cursor: not-allowed;
            }

    .radio.radio-inline {
        margin-top: 0;
    }

.radio-primary input[type="radio"] + label::after {
    background-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff;
}

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff;
}

.zindex {
    z-index: 111111111;
    position: absolute;
}

.w150px {
    width: 150px !important;
}

.font15 {
    font-size: 15px;
}

.w10per {
    width: 10%;
}

.w30per {
    width: 30%;
}
/*End-checkbox*/

/*For clear button on Textbox --S--*/
.clearable {
    background: #fff url(data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=) no-repeat right -10px center;
    border: 1px solid #999;
    padding: 3px 18px 3px 4px; /* Use the same right padding (18) in jQ! */
    border-radius: 3px;
    transition: background 0.4s;
}

    .clearable.x {
        background-position: right 5px center;
    }

    .clearable.onX {
        cursor: pointer;
    }
/*For clear button on Textbox --E--*/


.border-right3 {
    border-right: 3px solid #ff6a00 !important;
}

.nav-wizard > li {
    float: left;
    margin-bottom: 5px;
    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-top: 20px inset transparent;
            border-bottom: 20px inset transparent;
            border-left: 20px solid #fff;
            position: absolute;
            content: "";
            top: 0;
            left: 0;
        }

    .nav-wizard > li:not(:last-child) > a {
        margin-right: 6px;
    }

        .nav-wizard > li:not(:last-child) > a:after {
            border-top: 20px inset transparent;
            border-bottom: 20px inset transparent;
            border-left: 20px solid #ccc;
            position: absolute;
            content: "";
            top: 0;
            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:before, .nav-wizard > li:hover > a:before {
            border-right-color: #ccc;
        }

        .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:before {
            border-right-color: #ccc;
        }

        .nav-wizard > li.done > a:after {
            border-left-color: #e2e2e2;
        }

    .nav-wizard > li.active > a, .nav-wizard > li.active > a:hover, .nav-wizard > li.active > a:focus {
        color: #fff;
        background-color: #428bca;
    }

        .nav-wizard > li.active > a:after {
            border-left-color: #428bca;
        }

        .nav-wizard > li.active > a .badge {
            color: #428bca;
            background-color: #fff;
        }

    .nav-wizard > li.disabled > a {
        color: #777;
    }

        .nav-wizard > li.disabled > a:hover, .nav-wizard > li.disabled > a:focus {
            color: #777;
            text-decoration: none;
            background-color: #eee;
            cursor: default;
        }

        .nav-wizard > li.disabled > a:before {
            border-right-color: #ccc;
        }

        .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:before, .nav-wizard.nav-justified > li > a:after {
            border: none !important;
        }
}

.nav-wizard > li > a > span {
    float: left;
    margin-right: 10px;
    background: none repeat scroll 0 0 #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:hover, .nav-wizard > li.active > a:focus {
    color: #fff;
    background-color: #428bca;
}

    .nav-wizard > li.active > a:after {
        border-left-color: #428bca;
    }

.nav-wizard > li.current > a, .nav-wizard > li.current > a:hover, .nav-wizard > li.current > a:focus {
    color: #fff;
    background-color: #428bca;
}

    .nav-wizard > li.current > 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 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    background: #2e818f;
    padding: 10px 0;
    text-align: center;
}

section .block-wdg {
    border: 1px solid rgba(176,176,176,0.69);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #f8f8f8;
}

    section .block-wdg:hover {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -moz-box-shadow: 3px 5px 7px rgba(0,0,0,.10);
        -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 {
        color: #FFFFFF;
        font-size: 18px;
        font-weight: bold;
        background: #2e818f;
        padding: 10px 0;
        text-align: center;
    }

    section .block-wdg .data:nth-child(odd) {
        border-bottom: 1px dashed #cfd2d2;
        padding: 0px 5px 10px;
    }

    section .block-wdg .data h1 {
        font-size: 18px;
        color: #2E818F;
        font-weight: bold;
    }

    section .block-wdg .data:nth-child(even) {
        padding: 3px 10px;
        font-size: 13px;
        color: #2E818F;
        font-weight: bold;
    }

    section .block-wdg .data:last-child {
        padding: 10px 10px;
        border-bottom: none;
    }

.right-shadow {
    -webkit-box-shadow: 7px 1px 11px -6px rgba(0,0,0,0.62);
    -moz-box-shadow: 7px 1px 11px -6px rgba(0,0,0,0.62);
    box-shadow: 7px 1px 11px -6px rgba(0,0,0,0.62);
}

section .block-wdg > .body {
    border: 1px solid rgba(176,176,176,0.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: none repeat scroll 0 0 #eee;
        color: #000;
        display: block;
        font-size: 19px;
        padding: 5px;
    }

        ul.cms > li > div:after {
            font-family: "FontAwesome";
            content: "\f149";
            font-size: 17px;
            color: #357CA5;
        }

    ul.cms > li > ul > li {
        list-style: none;
        font-size: 15PX;
        margin-bottom: 5px;
        cursor: pointer;
    }

        ul.cms > li > ul > li > span:before {
            font-family: "FontAwesome";
            padding-right: 5px;
            content: "\f101";
            font-size: 18px;
            color: #357CA5;
        }

/*Piyushi*/

.sr_model {
    max-height: 100%;
    overflow-y: scroll;
}

.tablescroll {
    overflow-x: scroll;
}

.font_b {
    font-weight: bold;
}


.btn_tab1 {
}

.br_top {
    border-top: thin solid #00c0ef !important;
}

.br_bottom {
    border-bottom: thin solid #00c0ef !important;
}

.div_1 {
    clear: both;
    /* min-height: 230px;*/
    margin-bottom: 20px;
    height: auto;
}

.div_2 {
    clear: both;
    min-height: 288px;
    margin-bottom: 20px;
    height: auto;
}

.div_3 {
    clear: both;
    min-height: 134px;
    margin-bottom: 20px;
    height: auto;
}

.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 rgb(0, 192, 239);
}

.ht_58 {
    height: 58px;
}

.ui-autocomplete {
    z-index: 11111 !important;
}

    .ui-autocomplete li div {
        font-size: 12px;
        color: #888888;
    }


.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 > a > span, .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.header {
    display: none !important;
    transform: translateZ(0px);
}

.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 > a > span:not(.pull-right), .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    display: block !important;
    left: 45px;
    position: absolute;
    width: 180px;
}

.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
    background-color: #222d32;
    margin-left: 1px;
    padding: 10px 5px 10px 15px;
    top: 0;
}

.sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .right-side, .sidebar-mini.sidebar-collapse .main-footer {
    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(0px, 0px);
    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 div*/
.hover_ul li {
      padding: 0px 7px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.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 none repeat scroll 0 0;
            top: 0px;
            padding: 10px;
            position: relative;
            width: 100%;
            z-index: 1;
            right: 5px;
            box-shadow: 0 0px 3px -1px rgba(0,0,0,.5);
            display: inline-block;
        }
        .hover_ul_scr {
    position: fixed;
    z-index: 999;
    right: 0px;
   width: 84%;
}

        .set_fa {
            position: absolute;
            right: 7px;
            top: 5px;
        }

        .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 #ffffff !important;
        }

        #allocationreport thead, #allocationreport tr {
            width: 100%;
            /*table-layout: fixed;
            display: table;*/
        }

        .width75 {
            width: 75%;
            float: left;
            margin-bottom:0;
        }

        .width25 {
            width: 25%;
            float: left;
            margin-bottom:0;
            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_Available {
            background: #1a9eea;
        }

        .bg_yellow_soldout {
            background: #FFCC33;
        }

        .bg_white_released {
            background: #fff;
            border: 1px solid black;
        }

        .bg_gray_noallocation {
            background: #808080;
        }

        .title_width {
            width: 20%;
            float: left;
        }
.bg_blue {
    background: #1a9eea;
    height: 30px;
    width: 30px;
    float: left;
}

.text {
    background: #f2f2f2;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    width: auto;
}

.bg_border {
    height: 30px;
    width: 30px;
    float: left;
    border: 1px solid #ccc;
}

.bg_green {
    background: #00cc66;
    height: 30px;
    width: 30px;
    float: left;
}

.bg_red {
    background: #D3376B;
    height: 30px;
    width: 30px;
    float: left;
}

.bg_yellow {
    background: #FFCC33;
    height: 30px;
    width: 30px;
    float: left;
}

.bg_gray {
    background: #808080;
    height: 30px;
    width: 30px;
    float: left;
}

.bg_purple {
    background: #8000FF;
    height: 30px;
    width: 30px;
    float: left;
}

.bg_black {
    background: #000;
    height: 30px;
    width: 30px;
    float: left;
}

.bg_Gold {
    background: #996600;
    height: 30px;
    width: 30px;
    float: left;
}

.bg_pink {
    background: #fea9d8;
    height: 30px;
    width: 30px;
    float: left;
}

.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: #fff !important;
    line-height: 81px !important;
}


.select2-container--default .select2-selection--single {
    border-radius: 0px !important;
    height: 34px !important;
    border: 1px solid #d2d6de !important;
}

.Dash-col_Red {
    border-radius: 3px;
    color: rgb(246, 139, 62);
    font-size: 20px !important;
    line-height: 4px;
    padding: 1px 6px;
}


.pt0 {
    padding-top: 0px !important;
}

.status_label {
    padding: 0.2em 0.8em 0.4em !important;
    font-size: 85% !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 {
white-space: nowrap !important;}*/

.onrequest_color {
    background-color: #f7941d;
    border-radius: 3px;
    color: #fff;
    line-height: 4px;
    padding: 2px 6px;
    font-size: 9px;
}

.completed_color {
    background-color: #cbcb10;
    border-radius: 3px;
    color: #fff;
    line-height: 4px;
    padding: 2px 6px;
}

.col_Red {
    background-color: #e44049;
    border-radius: 3px;
    color: #fff;
    line-height: 4px;
    padding: 2px 6px;
}


@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;
    font-weight: !important;
    margin: auto;
}



.greenlight-color {
    background: #001e1e;
    padding: 10px;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
}

.webcontentTab .web-nav {
    background: #438a8a;
}

    .webcontentTab .web-nav > li a {
        color: #011717;
        font-weight: bold;
        font-size: 15px;
    }

    .webcontentTab .web-nav > li {
        float: left;
        background-color: #6fcaca;
        color: #000 !important;
    }

        .webcontentTab .web-nav > li a {
            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"] {
    display: none;
}

.services > .form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

    .services > .form-group input[type="checkbox"] + .btn-group > label span:first-child {
        display: none;
    }

    .services > .form-group input[type="checkbox"] + .btn-group > label span:last-child {
        display: inline-block;
    }

.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 > .form-group, .services .input-group {
    margin: 0px;
    margin-right: 0px;
    margin-left: 0px;
    float: left;
    margin-right: 10px;
    margin-left: 15px;
}

#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: #3c8dbc;
    padding: 4px;
    border-radius: 50%;
    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:hover, .nav-wizard>li.current>a:focus {
    color: #fff;
    background-color: #ca9020;
}
.nav-wizard>li.current>a:after {
    border-left-color: #ca9020;
}
.border-div{
        border: 1px solid #ccc7c7;
    padding: 6px;
}
.border-1{
 border: 1px solid #ccc7c7;
}
.border-bottom-1{
    border-bottom:1px solid rgb(204, 204, 204);
}
.p70{
    padding-left:70px;
}
@media screen and (min-device-width: 1300px) and (max-device-width: 1400px) { 
   .scrolldiv {
    width: 78.9% !important;
}
}
@media screen and (min-device-width: 1900px) and (max-device-width: 2000px) { 
   .scrolldiv {
    width: 84.9% !important;
}
}

/**new**/
.skin-blue .main-header .navbar {
    background-color: #9c00b1 !important;
}
.skin-blue .main-header .logo {
    background-color: #9c00b1 !important;
}
.ms-header {
    background: #2C3B41;
}
.skin-blue .sidebar-menu > li > a:hover, .skin-blue .sidebar-menu > li.active > a {
    color: #CC3BDF !important;
    background: none !important;
    border-left-color: #CC3BDF !important;
}
.box.box-info {
    border-top-color: #37003d !important;
}
.btn-primary {
    background-color: #9c00b1 !important;
    border-color: #9c00b1 !important;
}
.label-success {
    background-color: #f31a1a !important;
}
.main-header .navbar .nav > li > a > .label {
    top: 5px !important;
    right: 0px !important;
}
.box-header {
    border-bottom: 1px solid #ccc !important;
}
ul .treeviewsub li > a::before {
    color: #cc3bdf !important;
}
.adv_search a:hover {
    color: #000 !important;
}
.fa-files-o::before {
    content: "\f0c5";
}
.fa-cog::before {
    content: "\f013";
}
