﻿h1 {
    font-size: 35px;
}

h2 {
    font-size: 19px !important;
    line-height: 20px !important;
}

h4 {
    text-decoration: underline;
}

h5 {
    font-weight: bold;
}

h6 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}

.lblUserName {
    font-weight: bold;
    text-transform: capitalize;
    /*font-variant-caps:small-caps;*/
}

.lien,
.lien:hover {
    text-decoration: none;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}
.lien:visited {
    text-decoration: none !important;
    font-weight: bold !important;
    color: #333 !important;
    cursor: pointer !important;
}

.liens {
    text-decoration: none;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}
.liens:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}
.liens:visited {
    text-decoration: none;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

.filterTitle {
    LETTER-SPACING: 0.1pt;
    COLOR: #666666;
    FONT-SIZE: 14px;
    font-weight: bold;
    text-decoration: underline;
}

.filterLabel {
    padding-right: 15px;
    padding-bottom: 5px;
}

.filterSpacing {
    padding-bottom: 5px;
}

.bold {
    font-weight: bold;
}

.hoe-li-Repeater {
    background: #EFEFEF none repeat scroll 0 0;
    /* height: 50px; */
    line-height: 50px;
    z-index: 101;
    margin-left: 230px;
    position: relative;
    border-bottom: 0 !important;
}
/*.boldText
{
    LETTER-SPACING: 0.1pt;
    COLOR: #666666;
    FONT-SIZE: 12px;
    font-weight:bold;
}*/
.textSize {
    LETTER-SPACING: 0.1pt;
    font-weight: bold;
}

.btn-sq {
    /*width: 100px !important;
    height: 100px !important;*/
    width: 120px !important;
    height: 120px !important;
    font-size: 12px;
    margin: 5px;
    padding: 15px 0;
}

.count {
    font-size: 50px;
    color: #474747;
    /*line-height: 1.3;*/
    line-height: 2;
}

.count_top {
    FONT-SIZE: 15px;
    /*font-weight: bold;*/
}

.media-heading {
    margin-top: 2px !important;
    margin-bottom: 5px !important;
}

.whiteColor {
    COLOR: white;
    text-decoration: none;
}

.whiteColor:hover,
.whiteColor:visited,
.whiteColor:active {
    COLOR: white;
    text-decoration: none;
}

.grayColor {
    color: white;
    /*text-shadow: black 0.1em 0.1em 0.2em;   
    FONT-SIZE: 15px;  */
    font-size: 12px;
    padding-bottom: 10px;
}

.img-thumbnail {
    border: 1px solid #b0b0b0 !important;
}

.proDes {
    border: 1px solid #b0b0b0;
    border-radius: 3px;
}

body.generalBG {
    /*background: url('../ClientCustom/GetLoginBackground.aspx') no-repeat center center fixed;*/
    background: url('../ClientCustom/GetLoginBackground.aspx');
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
}

table.generalBG {
    /*background: url('../ClientCustom/GetLoginBackground.aspx') no-repeat center center fixed;*/
    background: url('../ClientCustom/GetLoginBackground.aspx');
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
}

/*.dashboardBG {
    width: 100%;
    background: url('../ClientCustom/dashboard.jpg') no-repeat center center fixed;
}

.myTableBg {
    width: 100%;
    text-align: left;
    background: url('../ClientCustom/colorHeader.png') no-repeat right;
}*/

/*footer {
    padding: 1em;
    color: black;
    clear: left;
    text-align: center;
    bottom: 0;
    position: fixed;
}*/

.mandatory {
    background-color: lemonchiffon !important;
}

/************************ RadBinaryImage ************************/
.NoImage {
    border: 1px solid #bfbfbf;
    padding: 5px;
    /*background-color: #fff;*/
}
/******************** End of RadBinaryImage ********************/

/************************ RadAsyncUpload BTN ************************/
.RadUpload .ruFileWrap.ruStyled {
    display: inline;
}

.RadUpload_Bootstrap .ruSelectWrap .ruButton {
    padding: 6px 12px;
}

.RadUpload .ruBrowse {
    height: 2.5em;
}

.RadUpload .ruBrowse {
    width: 100px;
    height: 33px !important;
}
/******************** End of RadAsyncUpload BTN ********************/

/****************************** Color Botton ******************************/

/*********** Color lightGray ***********/
.btn-lightGray {
    color: #333333;
    background-color: #EFEFEF;
    border-color: #D7D7D7;
}

    .btn-lightGray:hover {
        color: #333;
        background-color: #d7d7d7;
        border-color: #D7D7D7;
    }

    .btn-lightGray:focus,
    .btn-lightGray:active,
    .btn-lightGray.active,
    .open .dropdown-toggle.btn-lightGray {
        color: #fff;
        background-color: #0288D1;
        border-color: #0277BD;
    }

    .btn-lightGray:active,
    .btn-lightGray.active,
    .open .dropdown-toggle.btn-lightGray {
        background-image: none;
    }

    .btn-lightGray.disabled,
    .btn-lightGray[disabled],
    fieldset[disabled] .btn-lightGray,
    .btn-lightGray.disabled:hover,
    .btn-lightGray[disabled]:hover,
    fieldset[disabled] .btn-lightGray:hover,
    .btn-lightGray.disabled:focus,
    .btn-lightGray[disabled]:focus,
    fieldset[disabled] .btn-lightGray:focus,
    .btn-lightGray.disabled:active,
    .btn-lightGray[disabled]:active,
    fieldset[disabled] .btn-lightGray:active,
    .btn-lightGray.disabled.active,
    .btn-lightGray[disabled].active,
    fieldset[disabled] .btn-lightGray.active {
        background-color: #EFEFEF;
        border-color: #D7D7D7;
    }

    .btn-lightGray .badge {
        color: #EFEFEF;
        background-color: #333333;
    }
/*********** End of Color lightGray ***********/

/*********** Color blue ***********/
.btn-blue {
    color: #ffffff;
    background-color: #0288D1;
    border-color: #0277BD;
}

    .btn-blue:hover,
    .btn-blue:focus,
    .btn-blue:active,
    .btn-blue.active,
    .open .dropdown-toggle.btn-blue {
        color: #ffffff;
        background-color: #0277BD;
        border-color: #0277BD;
    }

    .btn-blue:active,
    .btn-blue.active,
    .open .dropdown-toggle.btn-blue {
        background-image: none;
    }

    .btn-blue.disabled,
    .btn-blue[disabled],
    fieldset[disabled] .btn-blue,
    .btn-blue.disabled:hover,
    .btn-blue[disabled]:hover,
    fieldset[disabled] .btn-blue:hover,
    .btn-blue.disabled:focus,
    .btn-blue[disabled]:focus,
    fieldset[disabled] .btn-blue:focus,
    .btn-blue.disabled:active,
    .btn-blue[disabled]:active,
    fieldset[disabled] .btn-blue:active,
    .btn-blue.disabled.active,
    .btn-blue[disabled].active,
    fieldset[disabled] .btn-blue.active {
        background-color: #0288D1;
        border-color: #0277BD;
    }

    .btn-blue .badge {
        color: #0288D1;
        background-color: #ffffff;
    }
/*********** End of Color blue ***********/

/************** Color Blue900 **************/
.btn-Blue900 {
    color: #ffffff;
    background-color: #01579B;
    border-color: #039BE5;
}

    .btn-Blue900:hover,
    .btn-Blue900:focus,
    .btn-Blue900:active,
    .btn-Blue900.active,
    .open .dropdown-toggle.btn-Blue900 {
        color: #ffffff;
        background-color: #039BE5;
        border-color: #039BE5;
    }

    .btn-Blue900:active,
    .btn-Blue900.active,
    .open .dropdown-toggle.btn-Blue900 {
        background-image: none;
    }

    .btn-Blue900.disabled,
    .btn-Blue900[disabled],
    fieldset[disabled] .btn-Blue900,
    .btn-Blue900.disabled:hover,
    .btn-Blue900[disabled]:hover,
    fieldset[disabled] .btn-Blue900:hover,
    .btn-Blue900.disabled:focus,
    .btn-Blue900[disabled]:focus,
    fieldset[disabled] .btn-Blue900:focus,
    .btn-Blue900.disabled:active,
    .btn-Blue900[disabled]:active,
    fieldset[disabled] .btn-Blue900:active,
    .btn-Blue900.disabled.active,
    .btn-Blue900[disabled].active,
    fieldset[disabled] .btn-Blue900.active {
        background-color: #01579B;
        border-color: #039BE5;
    }

    .btn-Blue900 .badge {
        color: #01579B;
        background-color: #ffffff;
    }
/********** End of Color Blue900 **********/

/*********** Color Cream ***********/
.btn-Cream {
    color: #333333;
    background-color: #FEF9E3;
    border-color: #FFF4DF;
}

    .btn-Cream:hover,
    .btn-Cream:focus,
    .btn-Cream:active,
    .btn-Cream.active,
    .open .dropdown-toggle.btn-Cream {
        color: #333333;
        background-color: #FFF4DF;
        border-color: #FFF4DF;
    }

    .btn-Cream:active,
    .btn-Cream.active,
    .open .dropdown-toggle.btn-Cream {
        background-image: none;
    }

    .btn-Cream.disabled,
    .btn-Cream[disabled],
    fieldset[disabled] .btn-Cream,
    .btn-Cream.disabled:hover,
    .btn-Cream[disabled]:hover,
    fieldset[disabled] .btn-Cream:hover,
    .btn-Cream.disabled:focus,
    .btn-Cream[disabled]:focus,
    fieldset[disabled] .btn-Cream:focus,
    .btn-Cream.disabled:active,
    .btn-Cream[disabled]:active,
    fieldset[disabled] .btn-Cream:active,
    .btn-Cream.disabled.active,
    .btn-Cream[disabled].active,
    fieldset[disabled] .btn-Cream.active {
        background-color: #FEF9E3;
        border-color: #FFF4DF;
    }

    .btn-Cream .badge {
        color: #FEF9E3;
        background-color: #333333;
    }
/*********** End of Color Cream ***********/

/*********** Color darkgray ***********/
.btn-darkgray {
    color: #F8F8F8;
    background-color: #56575C;
    border-color: #606167;
}

    .btn-darkgray:hover,
    .btn-darkgray:focus,
    .btn-darkgray:active,
    .btn-darkgray.active,
    .open .dropdown-toggle.btn-darkgray {
        color: #F8F8F8;
        background-color: #606167;
        border-color: #606167;
    }

    .btn-darkgray:active,
    .btn-darkgray.active,
    .open .dropdown-toggle.btn-darkgray {
        background-image: none;
    }

    .btn-darkgray.disabled,
    .btn-darkgray[disabled],
    fieldset[disabled] .btn-darkgray,
    .btn-darkgray.disabled:hover,
    .btn-darkgray[disabled]:hover,
    fieldset[disabled] .btn-darkgray:hover,
    .btn-darkgray.disabled:focus,
    .btn-darkgray[disabled]:focus,
    fieldset[disabled] .btn-darkgray:focus,
    .btn-darkgray.disabled:active,
    .btn-darkgray[disabled]:active,
    fieldset[disabled] .btn-darkgray:active,
    .btn-darkgray.disabled.active,
    .btn-darkgray[disabled].active,
    fieldset[disabled] .btn-darkgray.active {
        background-color: #56575C;
        border-color: #606167;
    }

    .btn-darkgray .badge {
        color: #56575C;
        background-color: #F8F8F8;
    }
/*********** End of Color darkgray ***********/

/*********** Color black ***********/
.btn-black {
    color: #F8F8F8;
    background-color: #242628;
    border-color: #505156;
}

    .btn-black:hover,
    .btn-black:focus,
    .btn-black:active,
    .btn-black.active,
    .open .dropdown-toggle.btn-black {
        color: #fff;
        background-color: #505156;
        border-color: #505156;
    }

    .btn-black:active,
    .btn-black.active,
    .open .dropdown-toggle.btn-black {
        background-image: none;
    }

    .btn-black.disabled,
    .btn-black[disabled],
    fieldset[disabled] .btn-black,
    .btn-black.disabled:hover,
    .btn-black[disabled]:hover,
    fieldset[disabled] .btn-black:hover,
    .btn-black.disabled:focus,
    .btn-black[disabled]:focus,
    fieldset[disabled] .btn-black:focus,
    .btn-black.disabled:active,
    .btn-black[disabled]:active,
    fieldset[disabled] .btn-black:active,
    .btn-black.disabled.active,
    .btn-black[disabled].active,
    fieldset[disabled] .btn-black.active {
        background-color: #242628;
        border-color: #505156;
    }

    .btn-black .badge {
        color: #242628;
        background-color: #F8F8F8;
    }
/*********** End of Color black ***********/

/*********** Color white_circle ***********/
.btn-white_circle {
    color: #333333;
    background-color: #fff;
    border-color: #d7d7d7;
    border-radius: 21px;
}

    .btn-white_circle:hover,
    .btn-white_circle:active {
        color: #333333 !important;
        background-color: #F8F8F8 !important;
        border-color: #CECECE !important;
        border-radius: 21px !important;
    }
/*********** End of Color white_circle ***********/

/********************** End of Color Botton **********************/


/******************************* Tab ******************************/
.RadTabStrip_Bootstrap .rtsLevel1 .rtsLink {
    color: #333 !important;
}
/*************************** End of Tab ***************************/

/**************************** Calendar ***************************/
.RadCalendar .rcRow td {
    border: 0 none !important;
    padding: 3px !important;
    text-align: right;
    vertical-align: middle;
}

.RadCalendar_Bootstrap .rcMain .rcRow a, .RadCalendar_Bootstrap .rcMain .rcRow span {
    padding: 1px !important;
    border: 1px solid transparent !important;
    border-radius: 4px;
    /*color: #333;*/
    text-align: center;
}

.RadCalendar .rcRow a, .RadCalendar .rcRow span {
    display: inline-block;
    width: 2.5em !important;
    text-decoration: none;
    outline: 0;
}
/************************ End of Calendar ************************/

/**************************** Collapse panel ***************************/
/*.panel-heading a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e259";
    float: right;
    color: grey;
}

.panel-heading a.collapsed:after {
    content: "\e260";
}*/
/************************ End of Collapse panel ************************/

/**************************** Raddock Drag & Drop Panel ***************************/
.RadDock .innerWrp {
    margin: 0;
    padding: 10px;
}

.RadDockZone {
    min-height: 725px !important;
    background-color: #EEEEEE !important;
}

.RadDock .rdTitleWrapper .rdTitle {
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 18px !important;
}

.panel-color,
.panel-color .rdTitle {
    color: #333;
}

div.RadDock .rdCommandButton {
    color: #333;
}

.RadDock_Bootstrap {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.06);
    box-shadow: 0 1px 1px rgba(0,0,0,.06);
}
/************************ End of Raddock Drag & Drop Panel ***********************/

/******************************* Online Ticketing *******************************/
.docsSectionDiv {
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    display: inline-block;
    width: 185px;
    height: 195px;
    margin: 20px 40px 20px 40px;
    box-shadow: 3px 3px 5px #d1d1d1;
    background-color: #cecece;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}

.docsTitle {
    border-top: 1px solid #d1d1d1;
    width: 100%;
    height: 36px;
    color: #333;
    padding: 10px 0;
    position: relative;
    background-color: #f8f8f8;
}

.pdf {
    color: red;
    font-size: 18px !important;
    vertical-align: top;
    margin-right: 5px;
}

.docsPanel {
    left: 0;
    right: 0;
    width: 80%;
    /*height: 285px;*/
    margin-left: auto;
    margin-right: auto;
}
/************************** End of Online Ticketing **************************/

/******************************* Product Guide *******************************/
.container-pdf {
    width: 902px;
    height: 875px;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    background: white;
    border: 1px solid silver;
    margin: 2px auto 0 auto;
}
/**************************** End of Product Guide ***************************/

/************************ minimized side panel ************************/
@media (max-width: 767px) {
    #hoe-left-panel {
        background: #FFF none repeat scroll 0 0;
        color: #7e7e7e;
        width: 230px;
        margin-top: 100px !important;
        top: 0;
        position: absolute;
        float: left;
        min-height: 100%;
        z-index: 100;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    }

    #icon {
        display: none;
    }
}
/********************* End of minimized side panel *********************/

/************************* 5 columns layout Bootstrap ************************/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/********************* End of 5 columns layout Bootstrap *********************/

.autocomplete_completionListElement {
    margin: 1px;
    padding: 0px;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
}

.autocomplete_highlightedListItem {
    background-color: #ffff99;
    color: black;
}

.autocomplete_listItem {
    background-color: window;
    color: windowtext;
}

/*************** Pop-up ***************/
.RadWindow_Bootstrap .rwTitleWrapper {
    height: 40px !important;
}
/*********** End of Pop-up ***********/

.scrollGrid {
    scroll-behavior: smooth;
    overflow-x: auto;
    min-width: 1140px;
    /*min-width: 1790px;*/
}

.scrollGridMsg {
    scroll-behavior: smooth;
    overflow-x: auto;
    min-width: 800px;
    /*min-width: 1790px;*/
}

/*@media screen and (min-width: 428px) {

    .scrollGrid {
        scroll-behavior: smooth;
        overflow-x: auto;
        min-width: 1140px;*/
        /*min-width: 1790px;*/
    /*}

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }
}*/
