* {
    outline: 0 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background: #EEEEEE;
    font-family: 'Roboto', sans-serif;
    color: rgba(0, 0, 0, .87);
}

em {
    font-style: normal;
}

.subHead {
    background-color: #fff;
    border: 1px solid #b7b7b7;
    padding: 5px;
    margin-top: 10px;
}

    .subHead h3 {
        background-color: #e5e8ed;
        padding: 4px 10px;
        color: #414141;
        font-size: 13px;
        font-weight: bold;
        margin: 0;
    }

.zopim {
    left: 10px !important;
}

.formBox {
    margin: 10px;
}

.md-whiteframe-4dp {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.input-sm, .input-group-addon {
    border-radius: 0;
}

.customddlcss {
    border: none;
    padding-top: 6px;
    background-image: url('../../../Images/dropdownarrow.png');
    background-position: 101% center;
    background-repeat: no-repeat;
    -webkit-appearance: button;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding-right: 20px;
    width: 100% !important;
}

.customtxtboxcss {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #e7e7e7;
    padding: 2px;
    border-radius: 0;
    height: 26px;
    font-size: 12px;
    background-image: url('../../../Images/dropdownarrow.png');
    background-position: 102% center;
    background-repeat: no-repeat;
}

.badge.active {
    background-color: #2684C4;
}

.badge.inProgress {
    background-color: #90CAF8;
}

.search,
.search:hover,
.addonSearch {
    box-shadow: none;
    border: none;
    border-radius: none;
    background: transparent;
    padding-left: 0;
}

.SearchBox {
    border-left: #ccc 1px solid;
    padding-left: 10px;
}

.MyCount {
    padding: 6px 10px;
    display: inline-block;
    margin-right: 15px;
}

    .MyCount .badge {
        padding: 5px 15px;
        cursor: pointer;
    }

.SiteAddition {
    overflow: hidden;
}

    .SiteAddition .pLogo {
        overflow: hidden;
        padding: 10px;
        text-align: center;
        height: 103px;
    }

        .SiteAddition .pLogo em {
            display: inline-block;
            height: 60px;
            width: 60px;
            background-position: 50% 50%;
            background-repeat: no-repeat;
        }

            .SiteAddition .pLogo em.NoImg {
                height: 50px;
                width: 50px;
                line-height: 50px;
                font-weight: 500;
                font-size: 15px;
                background: rgba(0, 0, 0, 0.12);
                text-align: center;
                border-radius: 50px;
                margin-bottom: 10px;
            }


        .SiteAddition .pLogo span {
            display: block;
            text-align: center;
            font-size: 13px;
            color: rgba(0, 0, 0, .67);
        }

    .SiteAddition a,
    .SiteAddition a:hover {
        display: block;
        padding-top: 5px;
        background-color: #E0E0E0;
        text-align: center;
        font-size: 14px;
        border-bottom: 1px solid #E0E0E0;
        color: #777;
        height: 30px;
    }

        .SiteAddition a i {
            margin-left: 5px;
        }

        .SiteAddition a.active,
        .SiteAddition a.active:hover {
            display: block;
            padding-bottom: 5px;
            text-align: center;
            font-size: 14px;
            color: #F37020;
            cursor: default;
            border-bottom: 5px solid #F37020;
            height: 33px;
        }


        .SiteAddition a.inProgress,
        .SiteAddition a.inProgress:hover {
            display: block;
            padding-bottom: 5px;
            text-align: center;
            font-size: 14px;
            color: #90CAF8;
            cursor: default;
            border-bottom: 5px solid #90CAF8;
            height: 33px;
        }

a,
a:hover,
a:focus {
    color: #6F6A6A;
    text-decoration: none;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: .5;
}

.btn:not(.btn-link) {
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus {
    text-decoration: none !important;
    color: rgba(0, 0, 0, 0.57);
}

.btn-info,
.btn-info:focus,
.btn-info.focus {
    color: #333;
    background-color: #d1d1d1;
    border-color: #46b8da;
}

    .btn-info:hover {
        background-color: #B5B5B5;
    }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #8B8B8B;
    }

        .btn-info:active:hover,
        .btn-info.active:hover,
        .open > .dropdown-toggle.btn-info:hover,
        .btn-info:active:focus,
        .btn-info.active:focus,
        .open > .dropdown-toggle.btn-info:focus,
        .btn-info:active.focus,
        .btn-info.active.focus,
        .open > .dropdown-toggle.btn-info.focus {
            color: #fff;
            background-color: #8B8B8B;
        }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info.focus {
        background-color: #B5B5B5;
        color: #333;
    }

.btn-default,
.btn-default:focus {
    background-color: #fff;
}

    .btn-default:hover {
        background-color: #EEEEEE;
    }

.btn-warning,
.btn-warning:focus {
    background-color: #FF9801;
}

    .btn-warning:hover {
        background-color: #EC971F;
    }

.dropdown-menu {
    border-radius: 0px;
    padding: 0;
}

    .dropdown-menu > li > a {
        padding: 10px 20px;
        position: relative;
    }

        .dropdown-menu > li > a i.fa-caret-right {
            position: absolute;
            right: 15px;
            top: 13px;
            float: initial !important;
        }

sup {
    color: red;
    font-size: 14px;
}

.modal-content {
    border-radius: 0;
}

.ModalLink,
.ModalLink:hover {
    color: #1977D1;
}

.modal-title {
    font-weight: normal;
}

.form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}

.form-group label {
    font-weight: bold /*normal !important*/;
}

.MultiMsg {
    margin-bottom: 20px;
}

    .MultiMsg span {
        font-size: 16px;
        display: inline-block;
        line-height: 16px;
    }

    .MultiMsg em {
        font-size: 12px;
        display: inline-block;
        line-height: 16px;
        font-style: normal;
        color: rgba(0, 0, 0, .57);
    }

.AddMoreRate,
.AddMoreDerivativesRate {
    font-size: 23px;
    display: inline-block;
    line-height: 19px;
}

.note {
    color: #ff0000;
    font-size: 12px;
    line-height: 12px;
}

.selBox_txt {
    display: inline-block;
    line-height: 30px;
    font-size: 13px;
    color: rgba(0, 0, 0, .57);
    vertical-align: top;
}

.selBox {
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
}

    .selBox:after {
        background: #fff url("../images/fancyDropDown.png") no-repeat 50% 50%;
        content: "";
        display: inline-block;
        pointer-events: none;
        position: absolute;
        width: 24px;
        right: 0;
        top: 0;
        bottom: 0;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border: #ccc 1px solid;
        border-left: 0;
        border-radius: 0 4px 4px 0;
        -webkit-box-shadow: inset 0 1px 0px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 0px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

.uCard {
    box-shadow: 3px 0 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #fff;
    height: 100%;
}

.db {
    display: block;
}

.di {
    display: inline;
}

.dib {
    display: inline-block;
}

.overHid {
    overflow: hidden !important;
    white-space: nowrap;
}

.ma5 {
    margin: 5px;
}

.mlr5 {
    margin-left: 5px;
    margin-right: 5px;
}

.mtb5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mt5 {
    margin-top: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.ml5 {
    margin-left: 5px;
}

.ma10 {
    margin: 10px;
}

.mlr10 {
    margin-left: 10px;
    margin-right: 10px;
}

.mtb10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.ma15 {
    margin: 15px;
}

.mlr15 {
    margin-left: 15px;
    margin-right: 15px;
}

.mtb15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mt15 {
    margin-top: 15px;
}

.mr15 {
    margin-right: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.ml15 {
    margin-left: 15px;
}

.ma20 {
    margin: 20px;
}

.mlr20 {
    margin-left: 20px;
    margin-right: 20px;
}

.mtb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml20 {
    margin-left: 20px;
}

.w50 {
    width: 50px;
}

.w70 {
    width: 70px;
}

.w100 {
    width: 100px !important;
}

.w110 {
    width: 110px;
}

.w120 {
    width: 120px;
}

.w125 {
    width: 125px;
}

.w130 {
    width: 95px;
}

.w140 {
    width: 140px;
}

.w150 {
    width: 150px;
}

.w180 {
    width: 180px;
}

.w200 {
    width: 200px;
}

.w30p {
    width: 30%;
}

.w45p {
    width: 45%;
}

.w50p {
    width: 50%;
}

.w100p {
    width: 100%;
}

.lh30 {
    line-height: 30px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 14px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: -2px;
        bottom: -2px;
        background-color: #bcbaba;
        -webkit-transition: .4s;
        transition: .4s;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.3);
    }

input:checked + .slider {
    background-color: #FF9801;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
    background-color: #ed8a00;
}

.sliderunchecked {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
    background-color: #ed8a00;
}

.sliderchecked {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
    background-color: #ed8a00;
}
/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
        background-color: #ccc;
    }

.navbar-left-multi {
    float: left;
}

.navbar-right-multi {
    float: right;
}

.required {
    color: #f00;
    line-height: inherit;
    font-size: 11px;
    /*margin-right: 5px;
    margin-left: 5px;*/
}

#headerNew {
    color: #fff;
    float: left;
    width: 100%;
    padding-top: 12px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1040;
}

    #headerNew .leftSide {
        float: left;
    }

    #headerNew .rightSide {
        float: right;
    }

        #headerNew .propType a,
        #headerNew .propType a:hover,
        #headerNew .propType a:focus,
        #headerNew .rightSide .topLink > a,
        #headerNew .rightSide .topLink > a:hover,
        #headerNew .rightSide .topLink > a:focus {
            color: #fff;
            text-decoration: none;
        }

    #headerNew .humburger {
        float: left;
        width: 50px;
        text-align: center;
        font-size: 20px;
        line-height: 22px;
        display: none;
        color: #fff;
    }

.isHamburger #headerNew .humburger {
    display: block;
}

#headerNew .logo {
    float: left;
    padding-left: 12px;
}

    #headerNew .logo .propName {
        color: rgba(255, 255, 255, 0.8);
        float: left;
        clear: both;
        font-size: 14px;
        line-height: 14px;
        margin-top: 7px;
    }

#headerNew .propType {
    padding: 0 225px;
    text-align: center;
}

    #headerNew .propType span {
        display: inline-block;
        vertical-align: top;
        border: #F37020 1px solid;
        border-radius: 3px;
    }

        #headerNew .propType span a {
            display: inline-block;
            vertical-align: top;
            padding: 0 15px;
            line-height: 26px;
        }

            #headerNew .propType span a.active {
                background-color: #F37020;
            }

#headerNew .topLink {
    float: right;
    padding-right: 20px;
    margin-right: 20px;
}

    #headerNew .topLink > a {
        display: inline-block;
        line-height: 40px;
        font-size: 23px;
        vertical-align: top;
    }

    #headerNew .topLink .headerLink,
    #headerNew .topLink .headerLink:hover {
        padding: 0 !important;
        background: transparent !important;
        display: inline-block;
        line-height: 40px;
        font-size: 23px;
        margin-left: 30px;
        vertical-align: top;
        color: #fff;
    }

    #headerNew .topLink .userName {
        display: inline-block;
        width: 39px;
        height: 39px;
        line-height: 40px;
        border-radius: 100%;
        text-align: center;
        font-size: 14px;
        vertical-align: top;
    }

.headerShadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    height: 10px;
    left: 0;
    position: fixed;
    right: 0;
    top: 53px;
    z-index: 1;
}

body.isNav .headerShadow {
    height: 30px;
}

.userBlock {
    color: rgba(0, 0, 0, .57);
    white-space: nowrap;
    padding: 10px;
}

    .userBlock .uName {
        display: inline-block;
        width: 39px;
        height: 39px;
        line-height: 40px;
        border-radius: 100%;
        text-align: center;
        font-size: 14px;
        vertical-align: top;
        margin-right: 20px;
        color: #fff;
    }

    .userBlock .uDetails {
        display: inline-block;
        vertical-align: top;
        text-align: right;
    }

.logout {
    text-align: right;
    padding: 0 10px;
}

.logoutbutton {
    width: 80px;
    line-height: 25px;
}

.dropdown-menu .divider.TopSpace {
    margin: 9px 0 0 0 !important;
}

.dropdown-menu .divider.NoSpace {
    margin: 0 !important;
}

.InlineLink {
    text-align: center;
    overflow: hidden;
}

    .InlineLink a {
        width: 25%;
        padding: 10px !important;
        font-size: 18px;
        float: left;
        clear: none !important;
    }

.sideNav {
    position: fixed;
    width: 210px;
    top: 64px;
    bottom: 0;
    padding-top: 10px;
    overflow: auto;
    left: 0;
    padding-bottom: 50px;
}

.isHamburger .sideNav {
    left: -210px;
    box-shadow: 3px 0 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #fff;
    z-index: 5;
}

    .isHamburger .sideNav.mainsideNav {
        background-color: #eee;
        z-index: 1111;
    }

body.isNav .sideNav {
    top: 84px;
}

.sideNav .topSection {
    background: #faa71d;
    height: 30px;
}

.sideNav nav {
    padding: 0;
    margin: 0;
    margin-top: 5px;
}

    .sideNav nav h3 {
        font-size: 11px;
        margin: 35px 0 5px 0;
        padding: 0 20px;
    }

    .sideNav nav a {
        display: block;
        line-height: 36px;
        padding: 0 0 0 20px;
        color: #6F6A6A;
        text-decoration: none;
        font-size: 13px;
        margin-bottom: 1px;
        position: relative;
    }

        .sideNav nav a:hover {
            background-color: #E5E5E5;
        }

        .sideNav nav a.active {
            color: #F37020;
            background-color: #E5E5E5;
        }

.main {
    position: fixed;
    left: 210px;
    top: 64px;
    right: 0;
    bottom: 0;
    overflow: auto;
}

.isHamburger .main {
    left: 0;
    padding: 0 20px;
    /*position:relative;
    overflow:visible;*/
    max-width: 1920px;
    margin: 0 auto;
}

.inventoryCalenderMain.main {
    position: relative;
    overflow: visible;
    padding-top: 0px !important;
    top: 45px;
}

body.isNav .main {
    top: 84px;
}

nav.subNav {
    height: 30px;
    left: 0;
    overflow: hidden;
    padding-left: 275px;
    position: fixed;
    right: 0;
    top: 53px;
    z-index: 1;
}

    nav.subNav .subNav_con {
        height: 55px;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    nav.subNav ul {
        display: inline-block;
        margin: 0 auto;
        padding: 0 0 0 10px;
        list-style-type: none;
        white-space: nowrap;
        width: 100%;
    }

        nav.subNav ul li {
            display: inline-block;
            margin: 0 auto;
            padding: 0 5px;
            list-style-type: none;
        }

            nav.subNav ul li a {
                color: rgba(255, 255, 255, 0.75);
                text-decoration: none;
                text-align: center;
                padding: 7px 20px 6px 20px;
                display: inline-block;
            }

                nav.subNav ul li a.active,
                nav.subNav ul li a:hover {
                    color: rgba(255, 255, 255, 1);
                }

.fancyborder .bar {
    position: relative;
    display: block;
    width: 100%;
}

    .fancyborder .bar:before,
    .fancyborder .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 0;
        position: absolute;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

.nav-tabs .fancyborder .bar:before,
.nav-tabs .fancyborder .bar:after {
    background: #FF7E42;
}

.allNav .fancyborder .bar:before,
.allNav .fancyborder .bar:after {
    background: #fff;
}

.fancyborder .bar:before {
    left: 50%;
}

.fancyborder .bar:after {
    right: 50%;
}

.fancyborder a.active ~ .bar:before,
.fancyborder a.active ~ .bar:after,
.fancyborder.active a ~ .bar:before,
.fancyborder.active a ~ .bar:after,
.fancyborder a:hover ~ .bar:before,
.fancyborder a:hover ~ .bar:after {
    width: 50%;
}

.main .contentNew {
    width: 100%;
    height: 100%;
}

    .main .contentNew .pageData {
        float: left;
        width: 100%;
    }


/* newBlock CSS */

.newBlock {
    position: relative;
}

    .newBlock > div {
        box-shadow: 3px 0 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        position: absolute;
        background: #fff;
    }

        .newBlock > div[data-ss-colspan="1"] {
            width: 250px;
        }

        .newBlock > div[data-ss-colspan="2"] {
            width: 515px;
        }

        .newBlock > div[data-ss-colspan="3"] {
            width: 740px;
        }

        .newBlock > div[data-ss-colspan="4"] {
            width: 1045px;
        }

        .newBlock > div[data-ss-rowspan="1"] {
            height: 290px;
        }

    .newBlock > .ss-placeholder-child {
        background: rgba(255, 255, 255, 0.4);
        border: 1px dashed #ccc;
    }

    .newBlock .widgetData,
    .newBlock .title {
        float: left;
        width: 100%;
    }

    .newBlock .title {
        border-bottom: 1px solid #e5e5e5;
    }

        .newBlock .title a.drag {
            float: left;
            text-decoration: none;
            color: rgba(0, 0, 0, 0.75);
            font-family: RobotoL;
            font-size: 15px;
            line-height: 40px;
        }

            .newBlock .title a.drag em {
                background: url('../images/rategain.png') 50% 50% no-repeat;
                display: inline-block;
                height: 40px;
                width: 15px;
                margin: 0 10px 0 15px;
                opacity: .1;
                vertical-align: top;
            }

            .newBlock .title a.drag strong {
                display: inline-block;
                margin: 0 0 0 15px;
                vertical-align: top;
                font-weight: normal;
                font-size: 11px;
                line-height: 40px;
            }

            .newBlock .title a.drag:hover {
                cursor: move;
            }

.ss-active-child:hover .title a.drag em {
    opacity: 1;
}

.owlSlideContainer {
    position: relative;
    overflow: hidden;
}

.ChanelList_PAL {
    width: 100%;
    padding: 0 20px;
    position: relative;
    color: rgba(0, 0, 0, .57);
    overflow: hidden;
}

.ChanelList_PAL_Block {
    width: 100%;
    padding: 0;
    position: relative;
    color: rgba(0, 0, 0, .57);
    height: 100%;
}

.RezGain_Product_List .LinkedProduct_RZ,
.RezGain_Product_List .LinkedProduct_RZ .owl-stage-outer,
.RezGain_Product_List .LinkedProduct_RZ .owl-stage,
.RezGain_Product_List .LinkedProduct_RZ .owl-item,
.RezGain_Product_List .LinkedProduct_RZ .item {
    height: 98%;
    display: inline-block;
    width: 100%;
}

.ChanelList_PAL_Block .owl-stage-outer,
.ChanelList_PAL_Block .owl-stage,
.ChanelList_PAL_Block .owl-item,
.ChanelList_PAL_Block .owl-item .item {
    height: 100%;
}

.owl-item.active {
    /*margin-right:25px;*/
}

    .owl-item.active.center {
        text-align: center;
        color: rgba(0, 0, 0, 1);
    }

.ChanelList_PAL .owl-item {
    visibility: hidden;
}

    .ChanelList_PAL .owl-item.active {
        visibility: visible;
    }

    .ChanelList_PAL .owl-item a {
        color: rgba(0, 0, 0, .37);
    }

    .ChanelList_PAL .owl-item .item {
        min-width: 100px;
        max-width: 100%;
    }

.ChanelList_PAL .owl-stage-outer {
    height: 50px;
    display: inline-flex;
    width: 100%;
}

    .ChanelList_PAL .owl-stage-outer .owl-stage {
        display: inline-flex;
    }

.ChanelList_PAL_Block .owl-stage-outer .owl-stage {
    display: inline-flex;
}

.ChanelList_PAL .owl-item.active a {
    display: inline-block;
    line-height: 60px;
}

.owl-item.active.center a {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    visibility: visible;
}

    .owl-item.active.center a i {
        margin-left: 5px;
    }

.owl-item.active.center + div {
    text-align: right;
    margin-left: 10px;
    margin-right: 30px;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 11px;
    z-index: 9999999999;
    font-size: 20px;
    font-weight: bold;
    width: 20px;
    line-height: 37px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    background-color: #EEEEEE;
}

.owl-prev {
    left: 0px;
}

.owl-next {
    right: 0px;
}

    .owl-prev.disabled,
    .owl-next.disabled {
        color: rgba(0, 0, 0, .37);
        cursor: default !important;
    }

.SyncList,
.ProductLinking {
    float: left;
    width: 100%;
    /*height: 46px;*/
}

    .SyncList .SyncMsg {
        float: left;
        padding: 10px;
        line-height: 28px;
    }

    .SyncList .CreateProduct {
        float: right;
        text-align: right;
    }

        .SyncList .CreateProduct > div > ul > li {
            padding: 5px;
        }

        .SyncList .CreateProduct > div > ul .brd {
            border-left: #ccc 1px solid;
        }

            .SyncList .CreateProduct > div > ul .brd ul {
                z-index: 99999;
            }

            .SyncList .CreateProduct > div > ul .brd > a {
                display: block;
                font-size: 20px;
                width: 30px;
                text-align: center;
                color: rgba(0,0,0,.57) !important;
            }

        .SyncList .CreateProduct .navbar-right-multi {
            margin: 0;
        }

        .SyncList .CreateProduct .SyncNav,
        .SyncList .CreateProduct .SyncNav:hover {
            padding: 0 !important;
            background: transparent !important;
            display: inline-block;
            line-height: 28px;
            vertical-align: top;
            min-width: 28px;
            text-align: center;
        }

    .ProductLinking .FilterBox {
        float: left;
        line-height: 43px;
        padding: 0 10px;
        display: inline-flex;
        line-height: 24px;
        width: 70%;
    }

    .ProductLinking .SelectChannel {
        float: right;
        width: 281px;
        /*line-height: 60px;*/
        margin-top: -9px;
        /*margin-right: 14px;*/
        position: absolute;
        right: 0;
        top: 85px;
        right: 17px;
    }

/*.RezGain_Product_List {
    position: absolute;
    left: 0;
    right: 300px;
    padding: 0 37px 20px 40px;
    bottom: 0;
    overflow: auto;
    top: 85px;
 
} edit for setting-088*/

.RezGain_Product_List {
    position: absolute;
    left: 0;
    /* right: 300px; */
    padding: 0 0px 20px 15px;
    bottom: 25px;
    /*overflow: auto;*/
    top: 85px;
    width: calc(100% - 375px);
}

.cals_width {
    width: calc(100% - 355px);
}

.Channel_Product_List {
    position: absolute;
    right: 10px;
    padding: 0 0 20px 0;
    bottom: 0;
    overflow: hidden;
    top: 160px;
    width: 290px;
}

.MyProductCont {
    height: 100%;
    overflow-y: auto;
    /*width: 90% !important*/
}

    .MyProductCont .jspPane {
        width: 100% !important;
        padding: 0 2px !important;
    }

    .MyProductCont .jspVerticalBar {
        /*visibility: hidden*/
    }

    .MyProductCont:hover .jspVerticalBar {
        visibility: visible;
    }

.Channel_Product_List .MyProduct {
    background: #fff;
    border: grey 1px dashed;
    padding: 0 10px;
    margin-bottom: 5px;
    text-align: left;
    font-size: 12px;
    min-height: 50px;
    position: relative;
    width: 97% !important;
    margin-left: 4px;
}

    .Channel_Product_List .MyProduct .chipname {
        min-height: 50px;
        vertical-align: -webkit-baseline-middle;
        padding: 15px 5px;
        max-width: 228px;
    }

        .Channel_Product_List .MyProduct .chipname:hover {
            cursor: move;
        }

    .Channel_Product_List .MyProduct.linked {
        border: transparent 1px dashed;
    }

    /*.Channel_Product_List .MyProduct.active {
        background-color: rgba(33, 150, 243, 0.11);
    }*/

    .Channel_Product_List .MyProduct a {
        position: absolute;
        padding: 10px;
        top: 7px;
        right: 10px;
        color: rgba(0, 0, 0, .47) !important;
        font-size: 16px;
        line-height: normal;
        display: none;
    }

        /*.Channel_Product_List .MyProduct.active a {
        color: #2196F3 !important;
    }*/

        .Channel_Product_List .MyProduct a.active {
            display: inline-block;
        }

.LinkedProduct_RZ .owl-prev,
.LinkedProduct_RZ .owl-next {
    top: 0;
    font-size: 30px;
}

.LinkedProduct_RZ .owl-prev {
    left: -30px;
}

.LinkedProduct_RZ .owl-next {
    right: -24px;
}

.LinkedProduct_RZ .owl-dots {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background-color: #CDCBCC;
    display: -webkit-flex;
    display: none;
    /*visibility: hidden*/
}

.LinkedProduct_RZ:hover .owl-dots {
    visibility: visible;
}

.LinkedProduct_RZ .owl-dots .owl-dot {
    height: 4px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .LinkedProduct_RZ .owl-dots .owl-dot span {
        height: 4px;
        background: #D6D6D6;
        display: block;
        transition: opacity 200ms ease;
    }

    .LinkedProduct_RZ .owl-dots .owl-dot.active span,
    .LinkedProduct_RZ .owl-dots .owl-dot:hover span {
        background: #869791;
    }

.modal-open .modal {
    top: 0 !important;
}

#ChannelSearch {
    right: 65px;
    top: 120px;
    width: 200px;
}

#divProductFilter {
    left: 20px;
    top: 80px;
    width: 200px;
    display: none;
}

.BoxSearch {
    position: absolute;
    background: #fff;
    z-index: 99999;
    display: none;
}

    .BoxSearch input {
        border: 0;
        box-shadow: none;
        padding-left: 0;
    }

    .BoxSearch .input-group-addon {
        border: 0;
        box-shadow: none;
        background: none;
    }

    .BoxSearch .lstItem {
        max-height: 225px;
        overflow-y: auto;
        overflow-x: hidden;
        border-top: #ccc 1px solid;
    }

        .BoxSearch .lstItem a {
            display: block;
            color: #000;
            line-height: 17px;
            padding: 5px 0px 5px 16px;
            box-sizing: border-box;
            font-size: 13px;
        }

            .BoxSearch .lstItem a:hover {
                background-color: rgba(0, 0, 0, 0.12);
            }


.topShadow {
    position: fixed;
    left: 0;
    right: 0;
    top: 64px;
    bottom: 0;
    background-color: transparent;
    z-index: 9999;
}

.HeaderTopShadow {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 64px;
    background-color: transparent;
    z-index: 9999;
}


.RZProduct {
    padding: 0px 18px 0px 6px;
    float: left;
    width: 100%;
    width: 25%;
    /* height: 100%; */
    position: relative;
}

    .RZProduct .ProductCard {
        background-color: #fff;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
        padding: 1px;
        float: left;
        /*width: 213px;*/
        width: 230px;
        margin-bottom: 5px;
    }


    .RZProduct .ProductCardBlank {
        padding: 1px;
        float: left;
        /*width: 213px;*/
        width: 230px; /*edit for new dim 088*/
        margin-bottom: 5px;
        border: 1px dashed grey;
        height: 48px;
    }

    .RZProduct .ProductCard .clsValidatiy {
        margin-left: 5px;
        width: 80%;
        font-size: 11px;
        white-space: nowrap;
        margin-top: 8px;
    }

    .RZProduct .ChannelContainer {
        position: absolute;
        top: 82px;
        bottom: 0px;
        overflow: auto;
        left: 0;
        right: 0;
    }

        .RZProduct .ChannelContainer .jspPane {
            width: 98% !important;
            padding: 2px !important;
        }

        .RZProduct .ChannelContainer .jspVerticalBar {
            visibility: hidden;
        }

        .RZProduct .ChannelContainer:hover .jspVerticalBar {
            visibility: visible;
        }

.ChannelContainer .RZProduct .Channel .ProductCard {
    margin: 5px 0 0 0;
}

.RZProduct .ProductDetails {
    float: left;
    width: 100%;
    border-bottom-width: 9px;
    border-bottom-style: solid;
}

.RZProduct .Channel .ProductCard:empty {
    background-color: transparent;
    height: 48px;
    box-shadow: none;
    border: #ABABAB 1px dashed;
}

.RZProduct .ProductCard .handle {
    /*margin: 0px;
    padding: 0px;
    width: 15px;
    height: 46px;
    color: transparent;
    background: transparent url('../images/prd_drag.png') 5px 8px no-repeat;
    float: left;*/
}

.RZProduct:hover .ProductCard .handle {
    visibility: visible;
}

.RZProduct .ProductCard .ProductName {
    float: left;
    line-height: 46px;
    padding: 0 5px;
    font-size: 16px;
    color: rgba(0, 0, 0, .85);
}

    .RZProduct .ProductCard .ProductName.NotChannel {
        line-height: 16px;
        height: 35px;
        font-size: 12px;
        width: calc(100% - 97px);
        margin-top: 2px;
        width: 100%;
        word-break: break-all;
    }

.RZProduct .Channel .ProductCard .ProductName {
    font-size: 12px;
    padding: 0 10px;
    color: rgba(0, 0, 0, .70);
}

.RZProduct .ProductCard .navbar-right {
    margin: 0;
}

.RZProduct .ProductCard .nav > li > a:focus,
.RZProduct .ProductCard .nav > li > a:hover,
.RZProduct .ProductCard .IconMenu,
.RZProduct .ProductCard .IconMenu:hover,
.RZProduct .ProductCard .IconMenu:active {
    width: 25px;
    /*height: 46px;*/
    text-align: center;
    background-color: transparent;
    padding-left: 10px;
    padding-right: 20px;
}

.RZProduct .Channel .ProductCard .ProductDetails {
    border-bottom: none;
}

.RZProduct .ProductCard .ProductLink {
    float: right;
    padding-top: 10px;
    padding-right: 0px;
}

.RZProduct .ProductCard .ProductNameLink {
    float: right;
    padding: 4px 2px 3px 6px;
}

.ProductNameLine2 {
    display: inline-flex;
    float: right;
    width: 100%
}

    .ProductNameLine2 .navbar-right-multi a.IconMenu {
        margin-top: -10px;
        height: 10px;
    }

        .ProductNameLine2 .navbar-right-multi a.IconMenu:hover {
            margin-top: -10px;
            height: 10px;
        }

.RZProduct .ProductCard .ProductLink a {
    display: block;
    width: 25px;
    height: 25px;
    color: #fff;
    border-radius: 30px;
    line-height: 25px;
    text-align: center;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
    font-size: 14px;
}

.RZProduct .ProductCard .ProductNameLink a {
    display: block;
    width: 22px;
    height: 22px;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
    font-size: 16px;
}

.RZProduct .ProductCard .ProductData {
    float: left;
    width: 100%;
    /*padding: 10px;*/
    font-size: 12px;
    border-top: rgba(204, 204, 204, 0.5) 1px solid;
    line-height: 15px;
    display: none;
    background-color: #fff;
    position: relative;
}

.RZProduct .ProductCard .ProductData {
    /*background: #06050533;*/
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.ActionBtn_PL {
    display: block;
    overflow: hidden;
    text-align: right;
    /*margin-bottom: 10px;*/
}

    .ActionBtn_PL a {
        display: inline-block;
        vertical-align: top;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        font-weight: 100;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        margin-left: 10px
    }

        .ActionBtn_PL a.on_btn, .ActionBtn_PL a.on_btn:hover {
            background-image: url(../../../Images/ok.png);
        }

        .ActionBtn_PL a.cancel_btn, .ActionBtn_PL a.cancel_btn:hover {
            background-image: url(../../../Images/close.png);
        }

.MultiRow .one-4 {
    float: left;
    width: 25%;
}

.MultiRow em {
    display: inline-block;
    vertical-align: top;
    width: 25px;
    margin-top: 6px;
}

.MultiRow.NoForm .form-group {
    margin: 10px 0 0 0px
}

.MultiRow.NoForm em {
    margin-top: 0px
}

.MultiRow em + span {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 25px);
    overflow: hidden
}

.MultiRowModal em {
    float: left;
    width: 33.33333333%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: right;
}

.MultiRowModal span {
    float: left;
    width: 66.66666667%;
    padding-right: 15px;
    padding-left: 15px;
}

.MultiRowModal .one-4 {
    float: left;
    width: 25%;
}

.mappingPage {
    margin: 0
}

.RZProduct .ProductCard .ProductData .PrdTitle {
    float: left;
    width: 100%;
}

    .RZProduct .ProductCard .ProductData .PrdTitle:hover {
        background: #06050533;
    }

    .RZProduct .ProductCard .ProductData .PrdTitle a {
        font-size: 15px;
        line-height: 15px;
    }

        .RZProduct .ProductCard .ProductData .PrdTitle a i {
            width: 20px;
        }

.IconMenu_Inline, .IconMenu_Inline:hover {
    width: 24px !important;
    height: 24px !important;
    text-align: center !important;
    padding: 0px !important;
    line-height: 24px !important;
}

.DerivativesDiv {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #EEEEEE;
    padding: 4px 6px;
}

    .DerivativesDiv a {
        display: inline-block;
        vertical-align: top;
        height: 26px;
        line-height: 26px !important;
    }

        .DerivativesDiv a.addedDer {
            border-radius: 26px;
            border: #fff 1px solid;
            width: 26px;
            color: #fff;
            font-size: 11px !important;
            text-align: center;
            position: relative;
            margin-left: -14px;
        }

            .DerivativesDiv a.addedDer sup {
                color: #fff;
                font-size: 9px !important;
                line-height: 9px !important;
            }

            .DerivativesDiv a.addedDer.der-1 {
                background-color: #FE7096;
                margin-left: 0;
            }

            .DerivativesDiv a.addedDer.der-2 {
                background-color: #82B4E5;
            }

            .DerivativesDiv a.addedDer.der-3 {
                background-color: #5AC8BD;
            }

            .DerivativesDiv a.addedDer.der-4 {
                background-color: #EEB02B;
            }

        .DerivativesDiv a.addNewDerivative {
            color: #1A74CA;
            font-size: 12px !important;
            margin-left: 5px;
        }

            .DerivativesDiv a.addNewDerivative i {
                background-color: #fff;
                border-radius: 26px;
                height: 26px;
                width: 26px !important;
                line-height: 26px;
                text-align: center;
                font-weight: normal !important;
                font-size: 10px !important;
                vertical-align: top;
                box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
            }

.intgmaproom {
    background: url(../../../Resources/1/images/room_type.png) left no-repeat;
    width: 20px;
    min-height: 15px;
}

.intgmaprate {
    background: url(../../../Resources/1/images/rate_type.png) left no-repeat;
    width: 20px;
    min-height: 15px;
}

.RZProduct .ProductCard .ProductData .FormField {
    width: 100%;
    float: left;
}

    .RZProduct .ProductCard .ProductData .FormField .ElmBox {
        position: relative;
        padding: 5px 0;
    }

        .RZProduct .ProductCard .ProductData .FormField .ElmBox em {
            position: absolute;
            left: 0;
            top: 0;
            line-height: 27px;
        }

        .RZProduct .ProductCard .ProductData .FormField .ElmBox select,
        .RZProduct .ProductCard .ProductData .FormField .ElmBox input {
            width: 100%;
            border: none;
            box-shadow: none;
            padding: 0;
            margin: 0;
            font-size: 11px;
        }

        .RZProduct .ProductCard .ProductData .FormField .ElmBox input {
            border-bottom: #ccc 1px solid;
            padding: 0 0 0 20px;
        }

        .RZProduct .ProductCard .ProductData .FormField .ElmBox select option {
            padding: 0;
            margin: 0;
        }

.Product1 .ProductCard .ProductDetails {
    border-color: #2196F3;
    min-width: 210px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

    .Product1 .ProductCard .ProductDetails.active {
        background-color: rgba(33, 150, 243, 0.11);
    }

/*.ProductDetails:hover {
    background: #06050533;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}*/

.Product1 .ProductLink a {
    background-color: #2196F3;
}

.Product2 .ProductCard .ProductDetails {
    border-color: #00BDD3;
}

.Product2 .ProductLink a {
    background-color: #00BDD3;
}

.Product3 .ProductCard .ProductDetails {
    border-color: #4CB050;
}

.Product3 .ProductLink a {
    background-color: #4CB050;
}

.Product4 .ProductCard .ProductDetails {
    border-color: #F4711F;
}

.Product4 .ProductLink a {
    background-color: #F4711F;
}

.PageNav {
    padding: 0;
    margin: 0 0 40px 0;
    border-bottom: rgba(0,0,0,.1) 1px solid;
}

    .PageNav li {
        list-style-type: none;
        display: inline-block;
    }

        .PageNav li a {
            display: block;
            padding: 0 10px 5px 10px;
            white-space: nowrap;
            color: rgba(0,0,0,.37);
            text-decoration: none;
            border-bottom: 1px solid transparent;
        }

            .PageNav li a:hover, .PageNav li a.active {
                color: #F37020;
                border-bottom: 1px solid #F37020;
            }

.alertList {
    margin-bottom: 10px;
}

    .alertList .uCard {
        padding-bottom: 5px;
    }

    .alertList hr {
        margin: -1px 0 0 0;
        height: 3px;
        border: none;
        background-color: #E6E6E6;
        border-bottom: #E6E6E6 1px dotted;
    }

    .alertList .alertTitle {
        padding: 5px 5px 0 5px;
    }

        .alertList .alertTitle h4 {
            background-color: #CFCFCF;
            padding: 10px;
            font-size: 14px;
            line-height: 18px;
            margin: 0;
            cursor: pointer;
        }

            .alertList .alertTitle h4 i:first-child {
                margin-right: 10px;
                font-size: 14px;
            }

            .alertList .alertTitle h4 i:last-child {
                margin: 0;
                font-size: 18px;
                -moz-transition: transform .5s cubic-bezier(0.7,0,0.3,1) 0s;
                -webkit-transition: transform .5s cubic-bezier(0.7,0,0.3,1) 0s;
                -o-transition: transform .5s cubic-bezier(0.7,0,0.3,1) 0s;
                -ms-transition: transform .5s cubic-bezier(0.7,0,0.3,1) 0s;
                transition: transform .5s cubic-bezier(0.7,0,0.3,1) 0s;
            }

            .alertList .alertTitle h4.active i:last-child {
                -moz-transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

    .alertList .alertData {
    }

        .alertList .alertData .my_alert {
            overflow: hidden;
            padding: 0 7px;
            border-bottom: #E6E6E6 1px dotted;
        }

            .alertList .alertData .my_alert > div {
                float: left;
                display: inline-block;
                vertical-align: top;
                font-size: 13px;
                line-height: 30px;
            }

                .alertList .alertData .my_alert > div .label {
                    font-weight: normal;
                    font-size: 11px;
                    margin-right: 5px;
                }

            .alertList .alertData .my_alert em {
                float: right;
                display: inline-block;
                vertical-align: top;
                font-size: 11px;
                line-height: 30px;
                color: rgba(0,0,0,.37);
            }

        .alertList .alertData .see_more_block {
            padding: 7px 7px 2px 7px;
        }

table.dataTable font[color="red"] {
    margin: 0 3px;
    display: inline-block;
    float: initial !important;
}

.wdays {
    display: inline-table;
    white-space: nowrap;
    margin-top: 5px;
}

    .wdays span.active {
        background: #dfdfdf;
        color: #343434;
        font-weight: normal;
    }

    .wdays span {
        display: block;
        width: 30px;
        height: 24px;
        background: none;
        float: left;
        color: #c9c9c9;
        margin: 0 4px;
        text-align: center;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        cursor: default;
        border: solid 1px transparent;
        line-height: 18px;
    }

#divCHPExpCol {
    width: 300px;
    float: right;
    position: absolute;
    right: 10px;
    top: 120px;
    font-size: 11px;
    z-index: 1000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 39px;
}

    #divCHPExpCol a {
        display: inline-block;
        margin-left: 15px;
    }

.scrollHeight_1 {
    height: 400px;
    overflow-y: scroll;
}

@media (min-width: 1800px) and (max-width: 2220px) {
    .RZProduct .ProductCard {
        background-color: #fff;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
        padding: 1px;
        float: left;
        /* width: 213px; */
        width: 100%;
        min-width: 210px;
        /* max-width: 341px; */
        margin-bottom: 5px;
    }

    .scrollHeight_1 {
        height: 750px;
        overflow-y: scroll;
    }

    .RZProduct .ProductCardBlank {
        padding: 1px;
        float: left;
        margin-bottom: 5px;
        border: 1px dashed grey;
        height: 48px;
        width: 100%;
    }

    .RZRowContainer {
        display: inline-block;
        width: 100% !important;
    }

    .RzrowContain {
        display: inline-block;
        width: 99% !important;
    }
}

@media (min-width: 1280px) and (max-width: 1365px) {
    /*.RZProduct .ProductCard {
    background-color: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
    padding: 1px;
    float: left;
    width: 210px;
    margin-bottom: 5px;
}
    .RZProduct {
    padding: 0px 18px 0px 6px;
    float: left;
    width: 100%;
    width: 23%;
    position: relative;
    }
    .RZProduct .ProductCardBlank 
    {
        padding: 1px;
        float: left;
        width: 210px;
        margin-bottom: 5px;
        border: 1px dashed grey;
    }*/

    .cals_width {
        width: calc(100% - 280px) !important;
    }

    .RezGain_Product_List {
        position: absolute;
        left: 0;
        /* right: 300px; */
        padding: 0 0px 20px 15px;
        bottom: 25px;
        /*overflow: auto;*/
        top: 85px;
        width: calc(100% - 297px);
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .customddlcss {
        background-image: none;
    }

    .ChanelList_PAL .owl-stage-outer .owl-stage {
        display: inline-block;
    }
}

.anchorbutton {
    color: black;
    border: none;
    width: 100px;
}

    .anchorbutton:hover {
        border: none;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        padding: 0;
        margin: 0;
    }


.navbar-nav > li > .dropdown-menu {
    z-index: 99999;
    /*text-align: center;*/
}

.ProductRankMapping {
    margin: 10px;
    background-color: #fff;
    padding: 10px;
    position: relative;
    overflow: auto;
    max-height: 380px;
}

    .ProductRankMapping ul {
        margin: 0;
        padding: 0;
    }

        .ProductRankMapping ul li, .ProductRankMapping ul li.ui-state-highlight {
            list-style-type: none;
            overflow: hidden;
            line-height: 30px;
            border: rgba(0,0,0,.27) 1px solid;
            margin-bottom: 5px;
            height: 32px;
            background-color: #fff;
        }

            .ProductRankMapping ul li:last-child {
                margin-bottom: 0;
            }

            .ProductRankMapping ul li i {
                line-height: 30px;
                font-size: 14px;
                color: rgba(0,0,0,.47);
                width: 40px;
                text-align: center;
            }

            .ProductRankMapping ul li.ui-state-highlight {
                background-color: rgba(0,0,0,.05)
            }

            .ProductRankMapping ul li.ui-sortable-helper {
                background-color: lightgreen
            }

            .ProductRankMapping ul li span {
                padding-left: 20px;
                display: inline-block;
                border-left-style: solid;
                border-left-width: 4px;
                font-size: 14px;
                min-width: 459px;
            }

.RZRowContainer {
    display: inline-block;
    width: 950px;
}

.ex_search_grp .expandable_search {
    height: 30px;
    width: 30px;
    float: right;
    padding: 6px 6px 6px 10px;
    border-radius: 20px 20px;
    transition: width 0.5s;
}

    .ex_search_grp .expandable_search:not(.expanded)::-webkit-input-placeholder {
        color: transparent;
    }

    .ex_search_grp .expandable_search:not(.expanded):-moz-placeholder {
        color: transparent;
    }

    .ex_search_grp .expandable_search:not(.expanded)::-moz-placeholder {
        color: transparent;
    }

    .ex_search_grp .expandable_search:not(.expanded):-ms-input-placeholder { /* Internet Explorer 10+ */
        color: transparent;
    }

    .ex_search_grp .expandable_search.expanded {
        padding: 6px 45px 6px 6px;
        width: 260px;
    }

.ex_search_grp {
    float: right;
    margin: 0px;
}

.form-control-feedback {
    height: 22px;
    line-height: 24px;
    cursor: pointer;
    pointer-events: all;
    position: relative;
    float: right;
    font-size: 18px;
    /* width: 20px; */
    color: #555;
}

#clear_search {
    float: right;
    display: none;
    right: 5px;
    cursor: pointer;
    font-size: 18px;
}
/*#expandable_search.expanded:focus~.search_area #clear_search{
    display:block;
    cursor:pointer;
}*/
.search_area {
    float: right;
    max-width: 50px;
    width: 100%;
    position: absolute;
    right: 13px;
    padding: 3px 0px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}

ul.inlineItems li {
    display: inline-block;
    width: 30px;
    height: 24px;
    background: none;
    float: left;
    color: #c9c9c9;
    margin: 0 4px;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: default;
    border: solid 1px transparent;
    line-height: 18px;
}

    ul.inlineItems li.activeListItem {
        display: inline-block;
        background: #dfdfdf;
        color: #343434;
        font-weight: normal;
    }

.calInline div {
    padding-right: 15px;
    display: inline-block;
}

#divUpdateSection2 {
    position: relative;
    top: 178px;
    width: 100%;
}

#drpNoShowOptions {
    border: none;
    background: #f37020;
    padding: 6px 5px;
    border-radius: 3px;
    color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

select#drpNoShowOptions::-ms-expand {
    display: none;
}

#drpNoShowOptions option {
    background: #fff;
    color: #666;
}

/*EnterPrise Dashboard css start here*/

.padding0 {
    padding: 0px;
}

.margin0 {
    margin: 0px;
}

.clearfix {
    clear: both;
}

.paddingleft0 {
    padding-left: 0;
}

.paddingright0 {
    padding-right: 0;
}

.fontWeightNormal {
    font-weight: normal;
}

.fontWeightLighter {
    font-weight: 300;
}

.fontWeightBold {
    font-weight: bold;
}

.marginbottom15 {
    margin-bottom: 15px;
}

.marginleft15 {
    margin-left: 15px;
}

.lineHeight1 {
    line-height: 1;
}

.mainSecDiv {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    -o-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border-radius: 4px !important;
    overflow: hidden;
    width: 100%;
}

    .mainSecDiv:not(:disabled):hover .leftPart, .mainSecDiv.selected .leftPart {
        background-color: #FE5722;
    }

    .mainSecDiv.selected {
        opacity: 1;
    }

.mainArea {
    padding: 10px 20px;
    color: #59616C;
    max-width: 1600px;
}

.leftPart {
    background-color: #9E9E9E;
    flex: 2;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
}

.blockDescArea {
    display: flex;
}

.revenueItems {
    display: flex;
    align-items: flex-end;
}

.rightPart {
    padding: 10px;
    flex: 4;
}

.blockTitle {
    margin-bottom: 30px;
    text-align: left;
}

.font46 {
    font-size: 46px;
    font-weight: 300;
}

.fontsmall {
    font-size: 16px;
}

.fontexsmall {
    font-size: 10px;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.panelsHeader {
    padding: 15px;
    font-size: 22px;
}

.panelsBody {
    padding: 15px 0px;
    height: 250px;
    overflow: auto;
}

    .panelsBody table th {
        font-weight: normal;
        color: #BEBEBE;
        border-bottom: 1px !important;
    }

    .panelsBody table td {
        padding: 8px 16px;
    }

        .panelsBody table td i {
            -webkit-text-stroke: 1px #fff;
        }

.panels {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    -o-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    height: 100%;
    background: #fff;
    border-radius: 4px;
}

#chartdiv, #barchartdiv, #chartdiv1, #chartdiv2, #lineChart, #barchartdivCity {
    width: calc(100% - 30px);
    height: 200px;
    font-size: 11px;
}


.leftTopHotel, .leftTopChannel {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .leftTopHotel label, .leftTopChannel label, .rightTopDateRange label {
        font-weight: normal;
        margin-bottom: 0px;
        margin-right: 15px;
    }

    .leftTopHotel label, .leftTopChannel label {
        margin-right: 0px;
    }

.leftTopSection select {
    background: transparent;
    box-shadow: none;
    font-size: 12px;
}

.rightTopSection > .row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.rightTopSection label {
    margin-bottom: 0px;
    margin-right: 0px;
    font-size: 13px;
}

.rightTopSection .rightTopDateRange input {
    border: none;
    background: transparent;
    cursor: pointer;
    width: 125px;
}

.rightTopDateRange .icon_color {
    display: flex;
    justify-content: flex-start;
    margin: 3px 8px;
    color: #000;
}

    .rightTopDateRange .icon_color a {
        display: flex;
        flex-direction: row;
    }

.topRow {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

    .topRow input, .topRow select {
        max-width: 200px;
    }

.leftTopSection select {
    width: auto;
    border: none;
    max-width: 100px;
}

#hotelSearchForm:not(.open) input {
    border: none;
}

#channelSearchForm:not(.open) input {
    border: none;
}

#currencySearchForm:not(.open) input {
    border: none;
}

#countrySearchForm:not(.open) input {
    border: none;
}

#citySearchForm:not(.open) input {
    border: none;
}

.rightTopBooking select {
    border-radius: 25px;
    border: 1px solid #BEBEBE;
    background: transparent;
    max-width: 140px;
    padding: 0px 12px;
    height: 30px;
    font-size: 12px;
    font-weight: 500;
}

.rightTopBooking {
    width: 110px;
}

.fa-arrow-up {
    color: green;
    margin-right: 5px;
    -webkit-text-stroke: 2px #fff;
}

.fa-arrow-down {
    margin-right: 5px;
    color: red;
    -webkit-text-stroke: 2px #fff;
}

.bottomPercent {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.rightBottom {
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
}

.custom-legends {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

    .custom-legends .lastYearBlock, .custom-legends .currentYearBlock {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        font-size: 10px;
    }

.lastYearBlock {
    margin-right: 30px;
}

.lastYearSample, .currentYearSample {
    width: 16px;
    height: 12px;
    background-color: #c5f9fe;
    margin-right: 15px;
    border: 2px dotted #09BFD4;
}

.currentYearSample {
    background-color: #71bcf7;
    border: 2px dotted #71bcf7;
}

.rightTopSection .row {
    align-items: center;
    justify-content: flex-end;
}
/*EnterPrise Dashboard css end here*/

/*Date Range picker start here*/

.daterangepicker td.start-date, .daterangepicker td.end-date {
    border-radius: 50px !important;
    background-color: #faa71d !important;
    border-color: transparent !important;
    color: #fff !important;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    border-radius: 50px !important;
}

.daterangepicker .drp-buttons .btn.applyBtn, .daterangepicker .drp-buttons .btn.applyBtn:hover {
    color: #fff !important;
    background-color: #faa71d !important;
    border-color: #faa71d !important;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    visibility: hidden;
}
/*Date Range picker end here*/
/*Multiselect dropdown toggle start here*/
.multiselect.dropdown-toggle {
    background-color: transparent;
    box-shadow: none;
}

.textFill {
    width: 100px;
}

.multiselect-container.dropdown-menu .active > a, .multiselect-container.dropdown-menu .active > a:focus, .multiselect-container.dropdown-menu .active > a:hover {
    background-color: #faa71d;
}

.searchAndSelect {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    padding: 5px;
    BORDER-BOTTOM: 1PX SOLID #CCC;
}

.searchSelected {
    position: absolute;
    right: 0;
}

    .searchSelected input {
        width: 100%;
        padding-right: 20px;
    }

    .searchSelected form {
        position: relative;
        width: 20px;
    }

    .searchSelected .fa {
        cursor: pointer;
        position: absolute;
        right: 0;
        padding: 5px 5px;
    }

.selectAndDeselect {
    font-size: 11px;
    color: #faa71d;
    text-decoration: underline;
    padding: 5px;
}

    .selectAndDeselect span {
        padding-right: 10px;
        cursor: pointer;
    }

.hotelList ul {
    padding: 5px;
}

    .hotelList ul li:hover {
        background-color: #ccc;
    }
/*Multiselect dropdown toggle end here*/

/*Responsive css for enterprise dashboard*/
@media (max-width:768px) {
    .topRow {
    }

    .leftTopSection, .rightTopSection {
    }

    .leftTopChannel {
        padding-left: 0px;
    }

    .rightTopSection .row {
        justify-content: flex-start;
    }

    .revenueTabs {
        padding-right: 0px;
    }

    #headerNew .rightSide ul li {
        display: inline-block;
    }

    .rightTopSection > .row {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    #headerNew {
        display: flex;
    }

        #headerNew .topLink {
            margin-right: 0px;
        }

    .mainArea > .row > .col-md-6:nth-child(1) {
        padding-right: 0px;
    }
}
/*Responsive layout for enterprise dashboard end here*/
.revenue-icon {
    width: 44px;
    height: 44px;
    background-size: 100% 100%;
}

    .revenue-icon.money {
        background-image: url(../../../Images/dashboard_icon1.png);
    }

    .revenue-icon.file {
        background-image: url(../../../Images/dashboard_icon2.png);
    }

    .revenue-icon.database {
        background-image: url(../../../Images/dashboard_icon3.png);
    }

    .revenue-icon.cube {
        background-image: url(../../../Images/dashboard_icon4.png);
    }

.check-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2px 0px;
}

    .check-item label {
        flex: 1;
        font-size: 12px;
        padding-top: 0px;
        padding-left: 0px;
        border-radius: 5px;
        cursor: pointer;
    }

.leftTopHotel .btn.dropdown-toggle, .leftTopChannel .btn.dropdown-toggle {
    background: none;
    border: none;
    box-shadow: none;
}


.switch6 {
    max-width: 150px;
    margin: 0 auto;
    border: none !important;
    font-size: 12px;
}

.switch6-light > span, .switch-toggle > span {
    color: #000000;
}

.switch6-light span span, .switch6-light label, .switch-toggle span span, .switch-toggle label {
    color: #2b2b2b;
}

.switch-toggle a,
.switch6-light span span {
    display: none;
}

.switch6-light {
    display: block;
    height: 30px;
    position: relative;
    overflow: visible;
    padding: 0px;
    margin-left: 0px;
    margin: 0;
    border-radius: 25px;
    background: #F5F5F5;
}

    .switch6-light * {
        box-sizing: border-box;
    }

    .switch6-light a {
        display: block;
        transition: all 0.3s ease-out 0s;
        color: #fff;
        background-color: #DFDFDF;
        border-color: #2e6da4 !important;
        border-radius: 25px !important;
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75) !important;
        -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75) !important;
        box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75) !important;
    }

    .switch6-light label,
    .switch6-light > span {
        line-height: 30px;
        vertical-align: middle;
    }

    .switch6-light label {
        font-weight: 700;
        margin-bottom: px;
        max-width: 100%;
    }

    .switch6-light input:focus ~ a, .switch6-light input:focus + label {
        outline: 1px dotted rgb(136, 136, 136);
    }

    .switch6-light input {
        position: absolute;
        opacity: 0;
        z-index: 5;
    }

        .switch6-light input:checked ~ a {
            right: 0%;
        }

    .switch6-light > span {
        position: absolute;
        left: -100px;
        width: 100%;
        margin: 0px;
        padding-right: 100px;
        text-align: left;
    }

        .switch6-light > span span {
            position: absolute;
            top: 0px;
            left: 0px;
            z-index: 5;
            display: block;
            width: 50%;
            margin-left: 100px;
            text-align: center;
            font-weight: 400;
            cursor: pointer;
        }

            .switch6-light > span span:last-child {
                left: 50%;
            }

    .switch6-light a {
        position: absolute;
        right: 50%;
        top: 0px;
        z-index: 4;
        display: block;
        width: 50%;
        height: 100%;
        padding: 0px;
    }

#hotelSearchForm.open, #channelSearchForm.open, #currencySearchForm.open, #countrySearchForm.open, #citySearchForm.open {
    width: 100px;
}

.outofselected {
    padding: 4px;
}

.o_btn {
    min-width: 60px;
    font-size: 12px;
}

.selectHotelDrp {
    min-width: 210px;
}

svg text {
    font-family: 'Roboto', sans-serif;
}

#ddlBookingType .btn {
    box-shadow: none;
    border: 1px solid #666;
    border-radius: 25px;
    background: transparent;
    color: #666;
    padding: 6px 12px 4px 12px;
    font-size: 12px;
}
/*Custom checkbox layout*/
.check-item {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .check-item input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ff5722;
}

/* On mouse-over, add a grey background color */
.check-item:hover input ~ .checkmark {
    background-color: #ff5722;
}

/* When the checkbox is checked, add a blue background */
.check-item input:checked ~ .checkmark {
    background-color: #ff5722;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-item input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-item .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*Custom checkbox layout end here*/
.amChartsLegend {
    height: 150px !important;
    overflow-y: auto !important;
}

/*CHange Password CSS*/
.passwordWrap {
    position: relative;
    max-width: 500px;
    margin-bottom: 20px;
    text-align: center;
    margin: 0 auto;
    margin-top: 120px;
    padding: 30px 50px 10px 30px;
    border: #ccc 1px solid;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3) inset;
    border-radius: 5px;
}

    .passwordWrap h4 {
        text-align: center;
        margin-bottom: 20px;
    }

    .passwordWrap .row {
        margin-bottom: 20px;
    }

    .passwordWrap input {
        width: 100%;
    }

.clearfix {
    clear: both;
}

.languageSelectorParent {
    display: flex;
    align-items: center
}

table#remapping td {
    word-break: break-all;
}

/*CHange Password css end here*/

.badge-primary-menu {
    position: absolute;
    right: 3px;
    top: -8px;
    background: #fa791d;
    font-size: 12px;
    font-weight: 300;
}
/*Added for inventory threshold*/
table#inventorythreshold_table td {
    width: 20%;
}

td.thresholdStatusField {
    text-align: center;
    padding-top: 10px !important;
}

div#inventorythreshold {
    position: relative;
}

div.inventorythreshold_formformError {
    top: unset !important;
    left: 275px !important;
    bottom: -60px !important;
}

.customddlcss2 {
    border: none;
    padding-top: 6px;
    background-position: 101% center;
    background-repeat: no-repeat;
    -webkit-appearance: button;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding-right: 20px;
    width: 100% !important;
    margin-bottom: 0px;
}
