﻿
body {
    font: normal 12px "Segoe UI" !important;
    background: url(images/bg_image.png) top left no-repeat #0b54a2;
    background-size: cover;
    margin: 0;
    padding: 0;
}
/*
 *  STYLE 1
*/

#my_scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
    border-radius: 10px !important;
    background-color: #F5F5F5 !important;
}

#my_scroll::-webkit-scrollbar {
    width: 6px !important;
    background-color: #005993 !important;
}

#my_scroll::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3) !important;
    background-color: #555 !important;
}

.right-text {
    text-align: right !important;
}

.left-text {
    text-align: left !important;
}


.parent_logo {
    position: absolute;
    top: -5px;
    right: 15px;
}

#wrapper, .container {
    margin: 0 auto;
    width: 100%;
}

.clearance, .clearfix {
    clear: both;
}

a:link {
    text-decoration: none;
    outline: none;
    color: #0000FF;
}

a:hover {
    color: #0033CC;
}

a:active {
    color: #2f5eea;
}

img {
    border: 0;
    outline: none;
}

.img-responsive {
    width: 100%;
    height: auto;
}

ul {
    margin: 0;
    padding: 0;
}

h3 {
    margin: 0;
    padding: 15px 0;
    font-weight: bold;
    font-size: 14px;
    color: #373E4A;
}

.header_left, .header_center, .header_right, .logo {
    float: left;
}

.username {
    float: right;
}


.height10 {
    height: 10px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.marginNone input[type=checkbox] {
    margin-left: 0 !important;
}

.note_label {
    width: 100%;
    background: #FFF;
    padding: 2px;
    color: #005993;
    text-align: right;
}

.header_left, .header_center, .header_right {
    height: 60px;
}

.header_center {
    background: #fff;
    width: 100%;
    position: fixed;
    padding: 5px 0 0;
    z-index: 99999;
    top: 0;
}

.input, input[type=text], input[type=password], select, textarea {
    background: #fff;
    border: none;
    padding: 4px 5px;
    color: #666;
    margin-left: 20px;
    border: 1px solid #d5d5d5;
    font: 11px "Segoe UI";
}

input[type=submit], input[type=button] {
    background: #005993;
    border: 1px solid #005993;
    color: #fff;
    font-size: 12px;
    padding: 4px 5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    cursor: pointer;
    font: normal 12px "Segoe UI";
}

    input[type=submit]:hover, input[type=button]:hover {
        background: #005993;
        border-color: #005993;
    }

input[type=checkbox] {
    margin-left: 20px;
}

.input:focus, input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
    box-shadow: 0 0 2px #0875bb;
    border: 1px solid #3FA0FF;
}

.paddingtop10 {
    padding-top: 10px;
}

.highlite {
    background: #fff;
    border: 1px solid #f2f2f2;
    padding: 10px;
    margin-top: 10px;
    padding-top: 0px;
    box-shadow: 0 0 6px #999;
}

.gearwheel {
    float: right;
    padding: 5px 8px;
    background: #1379d8;
}

    .gearwheel:hover {
        background: #156ec1;
    }

.logo {
    cursor: pointer;
    margin-bottom: 0px;
    padding-left: 10px;
}

.username {
    font: normal 12 px "Segoe UI";
    color: #393939;
    margin-bottom: 0px;
    padding-right: 2px;
    margin-top: 10px;
}

.profilename {
    color: #868686;
    line-height: 20px;
}

.valign {
    vertical-align: middle;
}

.left_panel {
    width: 40%;
    float: left;
    padding-right: 2%;
}

.right_panel {
    width: 58%;
    float: left;
}

.ui-tabs .ui-tabs-panel {
    padding: 1em 0.5em !important;
}

.table_responsive .input, .table_responsive input[type=text], .table_responsive input[type=password], .table_responsive select, .table_responsive textarea {
    margin-left: 1px !important;
}

#accordian {
    color: #535353;
}

    #accordian li:first-child h3 {
        border-radius: 5px 0 0 0;
    }

    #accordian h3 {
        font-size: 12px;
        line-height: 34px;
        padding: 0 15px;
        cursor: pointer;
        background: url(images/menuBg.jpg) top left repeat-x;
        border-top: 1px solid #bcbcbc;
    }

        #accordian h3 span {
            display: none;
        }

        #accordian h3.borderNone {
            border: none;
        }

        #accordian h3:hover {
            text-shadow: none;
        }

        #accordian h3 span {
            font-size: 16px;
            margin-right: 10px;
        }

    #accordian li {
        list-style-type: none;
    }

    #accordian ul ul li a {
        color: #3F3F3F;
        text-decoration: none;
        font-size: 12px;
        display: block;
        text-shadow: none;
        background: #e9e9e9;
        line-height: 18px;
    }

        #accordian ul ul li a:hover, .clickActive {
            background: url(images/menu_hover.png) top left repeat-x !important;
            color: #fff !important;
        }

    #accordian ul ul {
        display: none;
    }

    #accordian li.active ul {
        display: block;
    }

.container {
    background: #FFF;
    box-shadow: 0 0 3px #666;
    float: left;
    margin-top: 60px;
    width: 100%;
    min-height: 480px;
}

.logincontainer {
    background: #f5f5f5;
    box-shadow: 0 0 3px #666;
    margin: 5px auto;
    width: 80%;
    /*min-height: 480px;*/
    margin-top: 100px;
}

.custome-panel fieldset {
    display: block;
    min-width: 0;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: solid 1px #ccc;
    margin-bottom: 6px;
    line-height: 1.42857143;
}

    .custome-panel fieldset legend {
        display: block;
        background: white;
        margin: 0;
        padding: 0;
        width: auto;
        border: 0 none;
        color: #284b92 !important;
        font-size: 14px;
        line-height: inherit;
    }

.mandatory {
    font: bold 14px #FF0000;
}

.midle {
    vertical-align: middle;
}

.dxdpLite .dxpc-headerText, .dxpc-headerContent {
    height: auto !important;
}

.containerRight {
    width: 100%;
    background: url(images/bg_content.jpg) top center repeat !important;
    padding-bottom: 0px;
    margin-bottom: 30px;
    min-height: 500px;
    z-index: 100;
    padding: 5px;
    margin-top: 35px;
}
/*-------------Rad Menu CSS Starts---*/
.RadMenu {
    position: fixed !important;
    width: 100% !important;
    z-index: 9999 !important;
}

.RadMenu_Silk {
    font: normal 13px "Segoe UI" !important;
    line-height: 28px !important;
}

.RadMenu a.rmLink {
    color: #333 !important;
}

.RadMenu .rmPopup span.rmLink, .RadMenu .rmPopup a.rmLink, .RadMenu .rmGroup span.rmLink, .RadMenu .rmGroup a.rmLink {
    padding: 0em 50px 0em 15px !important;
    font-size: 12px !important;
}

.RadMenu_Silk .rmRootGroup .rmSelected > .rmRootLink, .RadMenu_Silk .rmRootGroup .rmExpanded > .rmRootLink {
    border-top: .31em solid #005993 !important;
}

.RadMenu_Silk .rmLink:hover, .RadMenu_Silk .rmVertical .rmLink.rmRootLink:hover {
    color: #fff !important;
    background: #005993 !important;
    background-image: none !important;
    border-top: .31em solid #005993 !important;
}

.RadMenu_Silk .rmLink:hover, .RadMenu_Silk .rmVertical .rmLink.rmRootLink:hover, .RadMenu_Silk .rmSelected > .rmLink, .RadMenu_Silk .rmItem.rmFocused > .rmLink, .RadMenu_Silk .rmExpanded > .rmLink {
    color: #fff !important;
    background: #005993 !important;
    background-image: none !important;
    border-top: 0 !important;
}

.RadMenu_Silk .rmRootGroup.rmHorizontal .rmRootLink:hover {
    color: #005993 !important;
    background-color: #FFF !important;
    background-image: none !important;
    border-top: .31em solid #005993 !important;
}

.RadMenu_Silk .rmRootGroup.rmHorizontal .rmFocused > .rmRootLink {
    box-shadow: none !important;
    border-top: .31em solid #005993 !important;
}

.ui-menu .ui-menu-item a:hover {
    background: #0875bb !important;
    color: #FFF !important;
}
/*.RadMenu_BlackMetroTouch .rmRootGroup {
    padding: 3px 0 !important;
    background-color: #005993 !important;
}
.RadMenu_BlackMetroTouch .rmRootGroup .rmItem {
    border-color: #013658 !important;
}
.RadMenu .rmPopup span.rmLink, .RadMenu .rmPopup a.rmLink, .RadMenu .rmGroup span.rmLink, .RadMenu .rmGroup a.rmLink {
    padding: .20em 50px .20em 15px !important;    
    font-size: 13px !important;
    line-height:22px !important;
}
.RadMenu_BlackMetroTouch .rmRootGroup .rmSelected>.rmRootLink, .RadMenu_BlackMetroTouch .rmRootGroup .rmExpanded>.rmRootLink {
    font-size: 12px !important;
    text-transform: uppercase;
}
.RadMenu .rmRootGroup .rmRootLink {
    font-size: 12px !important;
    text-transform: uppercase;
}
.RadMenu .rmRootGroup .rmRootLink {
    padding: .25em 1.4em .35em !important;
}
.RadMenu_BlackMetroTouch .rmRootGroup .rmRootLink {
    line-height: 20px !important;
}
.RadMenu_BlackMetroTouch .rmPopup .rmLink:hover, .RadMenu_BlackMetroTouch .rmGroup .rmLink:hover {
    background: #0082cc !important;
}
.RadMenu:after, .RadMenu ul:after, .RadMenu li:after, .RadMenu div:after {
    background: transparent !important;
    border:none !important;
    outline:none !important;
}
 
.RadMenu_BlackMetroTouch .rmPopup, .RadMenu_BlackMetroTouch .rmGroup {
    background: rgba(70, 70, 70, 0.92) !important;
    border: 1px solid #0e0e0e !important;
}
.RadMenu_BlackMetroTouch .rmRootGroup .rmRootLink:hover {
    color: #fff !important;
    border-color: #005993 !important;
    background: rgba(8, 117, 187, 0.6) !important;
}*/
/*-------------Rad Menu CSS Ends----------*/

/*-------------Menu Mobile CSS Starts---*/
.RadMenu_Silk .rmRootToggle {
    border: 0 !important;
    color: #FFF !important;
    background-color: #005993 !important;
    background-image: none !important;
}

.RadMenu .rmRootToggle {
    box-shadow: none !important;
}

/*-------------Menu Mobile CSS Ends---*/
.menuBtn {
    background: url(images/menuBtn.png) top left repeat !important;
    width: 28px;
    height: 98px;
    opacity: 1;
    transition: all ease 0.3s;
    -web-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    cursor: pointer;
    position: fixed;
    top: 45px;
    right: 5px;
    z-index: 99999;
}

    .menuBtn:hover {
        opacity: 0.5;
    }

.box-header {
    clear: both;
    text-transform: uppercase;
    padding: 5px 15px;
    background: #FFF;
    margin-bottom: 5px;
    border-top: 1px solid #a782bb;
    border-bottom: 1px solid #7cc243;
    margin-top: 36px;
}

    .box-header span {
        text-transform: none;
    }

    .box-header h2 {
        padding: 0;
        margin: 0;
        font-size: 12px;
    }

h2.heading12 {
    color: #226aac;
    font-weight: bold;
    font-size: 12px;
}

h2.heading13 {
    color: #226aac;
    font-weight: bold;
    font-size: 14px;
}

.separator {
    background: #fff;
    box-shadow: 0 8px 6px -6px #BBBBBB;
    -o-box-shadow: 0 8px 6px -6px #BBBBBB;
    -webkit-box-shadow: 0 8px 6px -6px #BBBBBB;
    margin-top: 0px;
}

.box-content {
    font-size: 12px;
    color: #3f3f3f;
    background: #fff;
    padding: 5px 10px;
    padding-bottom: 5px;
}

h2 {
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
}

.table {
    width: 100%;
}

    .table th,
    .table td {
        padding: 3px 2px !important;
        line-height: 20px;
        text-align: left;
        border-top: 1px solid #dddddd;
    }

    .table th {
        padding: 3px 0px;
        font-weight: normal;
        border-bottom: 1px solid #DDDDDD;
    }

    .table thead th {
        vertical-align: bottom;
    }

    .table caption + thead tr:first-child th,
    .table caption + thead tr:first-child td,
    .table colgroup + thead tr:first-child th,
    .table colgroup + thead tr:first-child td,
    .table thead:first-child tr:first-child th,
    .table thead:first-child tr:first-child td {
        border-top: 0;
    }

    .table tbody + tbody {
        border-top: 2px solid #dddddd;
    }

    .table .table {
        background-color: #ffffff;
    }

.table-condensed th,
.table-condensed td {
    padding: 4px 5px;
}

tr.divider td {
    padding: 3px 0;
}

.table-bordered {
    border: 1px solid #dddddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .table-bordered th {
        border-bottom: 2px solid #dddddd;
        font: bold 12px Arial;
        background: #EFEFEF !important;
        color: #222;
    }

        .table-bordered th a {
            color: #222;
        }

            .table-bordered th a:hover {
                color: #666;
            }

    .table-bordered th,
    .table-bordered td {
        border-left: 1px solid #dddddd;
    }

    .table-bordered th {
        border-bottom: 2px solid #ddd !important;
    }

.tableHeader-ac th {
    text-align: left;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
    border-top: 0;
}


.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.data {
    margin: 15px auto;
}

.loginHeaderLeft, .loginHeaderRight, .loginHeaderMiddle {
    height: 109px;
    float: left;
}

.loginHeaderLeft {
    background: url(images/loginHeaderLeft.png) top left no-repeat;
    width: 10px;
}

.loginHeaderRight {
    background: url(images/loginHeaderRight.png) top left no-repeat;
    width: 10px;
}

.loginHeaderMiddle {
    background: url(images/loginHeaderMiddle.png) top left repeat-x;
    width: 98.3%;
}

.logo-login {
    margin: 15px;
}

.loginBox {
    width: 21%;
    float: right;
    padding: 10px 0 30px 2%;
    background: #eeeeee;
    min-height: 400px;
    border-left: 1px dashed #999;
}

.loginText {
    font: normal 18px "Segoe UI";
    color: #003366;
    text-align: left;
    line-height: 61px;
    margin: 0 0 0 10px;
    border-radius: 0 5px 5px 0;
}

#topHeader_divHeaderLinks {
    margin-top: 25px;
}

.blueBtn, .greenBtn {
    color: #fff !important;
    padding: 5px 12px;
    border-radius: 4px;
    transition: all 0.5s ease;
}

.greenBtn {
    background: #00A859;
}

    .greenBtn:hover {
        background: #03D070;
    }

.blueBtn {
    background: #3E4095;
}

    .blueBtn:hover {
        background: #5A5DCF;
    }

input[type="text"]:active, input:-webkit-autofill {
    background-color: #fff !important;
}

input[type="text"]:focus {
    background-color: #fff !important;
    border: 1px solid #cedee8;
}

.inpt_chk_lbl input[type=checkbox], .inpt_chk_lbl input[type=radio] {
    float: left;
}

.inpt_chk_lbl label {
    float: left;
    margin-right: 15px;
    margin-top: 1px;
    line-height: 16px;
}

label {
    line-height: 18px;
}

.loginControls {
    padding: 5px 10px;
}

clearfix {
    clear: both;
}

.contLets {
    width: 71%;
    padding: 18px 25px;
}

.margin_bottom20 {
    margin-bottom: 20px !important;
}

.bordertop {
    border-top: 1px solid #f5f5f5;
}

.forgetPasswrd {
    padding: 15px 0;
    text-align: right;
}

    .forgetPasswrd > a:link {
        color: #999999;
    }

    .forgetPasswrd > a:hover {
        color: #000;
    }

.signinBtn {
    background: url(images/signinBtn.png) top left repeat-x !important;
    width: 84%;
    text-align: center;
    display: block;
    height: 35px;
    font: normal 15px/25px "Segoe UI" !important;
    color: #fff;
    margin-left: 10px !important;
    border: none !important;
}

    .signinBtn:hover {
        color: #000 !important;
    }

.Copy {
    text-align: center;
    margin: 10px 0;
    padding: 5px 0;
    color: #fff;
    font-size: 11px;
}

a.copyrights {
    text-align: center;
    padding-top: 10px;
    color: #36A9E1;
}

    a.copyrights:hover {
        color: #003B73;
    }

.pagination {
    margin: 20px 0;
}

    .pagination ul {
        display: inline-block;
        *display: inline;
        margin-bottom: 0;
        margin-left: 0;
        padding: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        *zoom: 1;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

        .pagination ul > li {
            display: inline;
        }

            .pagination ul > li > a,
            .pagination ul > li > span {
                float: left;
                padding: 4px 12px;
                line-height: 20px;
                text-decoration: none;
                background-color: #ffffff;
                border: 1px solid #dddddd;
                border-left-width: 0;
                color: #0088CC;
            }

                .pagination ul > li > a:hover,
                .pagination ul > li > a:focus,
                .pagination ul > .active > a,
                .pagination ul > .active > span {
                    background-color: #f5f5f5;
                }

        .pagination ul > .active > a,
        .pagination ul > .active > span {
            color: #999999;
            cursor: default;
        }

        .pagination ul > .disabled > span,
        .pagination ul > .disabled > a,
        .pagination ul > .disabled > a:hover,
        .pagination ul > .disabled > a:focus {
            color: #999999;
            cursor: default;
            background-color: transparent;
        }

        .pagination ul > li:first-child > a,
        .pagination ul > li:first-child > span {
            border-left-width: 1px;
            -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
            -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -moz-border-radius-bottomleft: 4px;
            -moz-border-radius-topleft: 4px;
        }

        .pagination ul > li:last-child > a,
        .pagination ul > li:last-child > span {
            -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
            -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
            -moz-border-radius-topright: 4px;
            -moz-border-radius-bottomright: 4px;
        }

.containerLeft {
    height: auto;
    color: #3f3f3f;
    border-right: 1px solid #e5e5e5;
    width: 205px;
    background: #FAF6F6;
    z-index: 200;
}

.padding30 {
    padding: 30px;
}

.padding15 {
    padding: 15px;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.inpt_highlight {
    background: #f1f1f1 !important;
    border-color: #70b1dc !important;
}

.ui-accordion .ui-accordion-header {
    padding-bottom: .4em !important;
    padding-top: .7em !important;
}

.ui-accordion .ui-accordion-header {
    margin-top: 0px !important;
}

.amed_chk input[type=checkbox] {
    margin: 0 6px 0 0 !important;
}

/* Message Styles Set  - Begins */
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('images/info.png');
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('images/success.png');
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('images/warning.png');
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('images/error.png');
}

.InputUser, .InputPassword {
    width: 91.5% !important;
    border: 1px solid #d5d5d5 !important;
    padding: 8px 5px 8px 25px !important;
    color: #666666 !important;
    font-size: 15px;
    margin: 0 !important;
}

    .InputUser:focus, .InputPassword:focus {
        border: 1px solid #d5d5d5 !important;
        box-shadow: none !important;
    }

.InputUser {
    background: url(images/user.png) 5px 10px no-repeat #fff !important;
}

.InputPassword {
    background: url(images/password.png) 5px 10px no-repeat #fff !important;
}

.borderbottom {
    border-bottom: 1px solid #e6e6e6;
}

#LoginContentHolder_HyperLink1, #LoginContentHolder_hylnkForGotPassword {
    color: #0D3356 !important;
}

    #LoginContentHolder_HyperLink1:hover, #LoginContentHolder_hylnkForGotPassword:hover {
        color: #1E3B56 !important;
    }

.error {
    border: 1px solid red;
}

.ErrorControl {
    border: solid 1px Red !important;
}

a.rightBtn {
    background: #005993;
    font: normal 12px "Segoe UI" !important;
    padding: 5px;
    margin: 5px 10px;
    display: block;
    color: #fff;
    border-radius: 3px;
    transition: all .5s ease;
}

    a.rightBtn:hover {
        background: #005993;
        color: #fff;
    }

a.rightBtn1 {
    background: #FF9600;
    font: normal 12px "Segoe UI" !important;
    padding: 5px;
    margin: 5px 10px;
    display: block;
    color: #fff;
    border-radius: 3px;
    transition: all .5s ease;
}

    a.rightBtn1:hover {
        background: #FF9600;
        color: #fff;
    }

.custome-panel fieldset {
    display: block;
    min-width: 0;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: solid 1px #ccc;
    margin-bottom: 6px;
    line-height: 1.42857143;
}

    .custome-panel fieldset legend {
        display: block;
        background: white;
        margin: 0;
        padding: 0;
        width: auto;
        border: 0 none;
        color: #284b92 !important;
        font-size: 14px;
        line-height: inherit;
    }
/* Message Styles Set  - Ends */

@media all and (max-width: 1350px) and (min-width: 1200px) {
    .loginHeaderMiddle {
        width: 98.3%;
    }

    .contLets {
        width: 70%;
    }
}

@media all and (max-width: 1200px) and (min-width: 980px) {
    .loginHeaderMiddle {
        width: 97%;
    }


    .contLets {
        width: 70%;
    }
}

@media (max-width:1024px) {
    .table_responsive {
        overflow-x: auto;
    }
}

@media all and (max-width: 980px) and (min-width: 760px) {
    .loginHeaderMiddle {
        width: 97.5%;
    }

    .contLets {
        width: 60%;
    }
}

@media all and (max-width: 760px) and (min-width: 640px) {
    .loginHeaderMiddle {
        width: 97%;
    }

    .footeMiddle {
        width: 95%;
        margin-top: 1px;
    }
}

@media all and (max-width: 640px) and (min-width: 320px) {
    .loginHeaderMiddle {
        width: 94.5%;
    }

    .footeMiddle {
        width: 90%;
        margin-top: 1px;
    }

    .loginBox {
        margin: 30px auto;
    }

    .contLets {
        display: none;
    }

    .loginBox {
        width: 85%;
        margin: 0 auto;
    }
}
/*==============================================*/

.ll-skin-nigran {
    font-size: 90%;
}

    .ll-skin-nigran .ui-widget {
        font-family: "Helvetica Neue","Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
        background: #29a2d9;
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        box-shadow: 0 1px 3px #252525;
    }

    .ll-skin-nigran .ui-datepicker {
        padding: 0;
    }

    .ll-skin-nigran .ui-datepicker-header {
        border: none;
        border-bottom: 1px solid #2d97cb;
        background: transparent;
        font-weight: normal;
        font-size: 11px;
        text-transform: uppercase;
    }

        .ll-skin-nigran .ui-datepicker-header .ui-state-hover {
            background: transparent;
            border-color: transparent;
            cursor: pointer;
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
        }

    .ll-skin-nigran .ui-datepicker .ui-datepicker-title {
        margin-top: 1.5em;
        margin-bottom: 1em;
    }

    .ll-skin-nigran .ui-datepicker .ui-datepicker-prev-hover,
    .ll-skin-nigran .ui-datepicker .ui-datepicker-next-hover,
    .ll-skin-nigran .ui-datepicker .ui-datepicker-next,
    .ll-skin-nigran .ui-datepicker .ui-datepicker-prev {
        top: 1.7em;
        border: none;
    }

    .ll-skin-nigran .ui-datepicker .ui-datepicker-prev-hover {
        left: 2px;
    }

    .ll-skin-nigran .ui-datepicker .ui-datepicker-next-hover {
        right: 2px;
    }

    .ll-skin-nigran .ui-datepicker .ui-datepicker-next span,
    .ll-skin-nigran .ui-datepicker .ui-datepicker-prev span {
        background-image: url("images/ui-icons_vj_256x240.png");
        background-position: -32px -32px;
        margin-top: 0;
        top: 0;
        font-weight: normal;
    }

    .ll-skin-nigran .ui-datepicker .ui-datepicker-prev span {
        background-position: -96px -32px;
    }

    .ll-skin-nigran .ui-datepicker .ui-datepicker-prev-hover span {
        background-position: -96px -48px;
    }

    .ll-skin-nigran .ui-datepicker .ui-datepicker-next-hover span {
        background-position: -32px -48px;
    }

    .ll-skin-nigran .ui-datepicker table {
        margin: 0;
    }

    .ll-skin-nigran .ui-datepicker th {
        padding: 3em 0;
        color: #9fd9f1;
        font-size: 8px;
        font-weight: normal;
        text-transform: uppercase;
        border: none;
        border-top: 1px solid #3fabdc;
    }

    .ll-skin-nigran .ui-datepicker td {
        border: none;
        padding: 0;
    }

    .ll-skin-nigran td .ui-state-default {
        background: transparent;
        border: none;
        text-align: center;
        padding: 1em 0;
        margin: 0;
        font-weight: normal;
        color: #efefef;
        font-size: 12px;
    }

    .ll-skin-nigran td .ui-state-active,
    .ll-skin-nigran td .ui-state-hover {
        background: #1b7fb0;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

.modelbg {
    background-color: #808080;
    opacity: 0.8;
    z-index: 10000;
}

.width50p {
    width: 39.5%;
}

.marginLeft20 {
    margin-left: 20px;
}

.width50p {
    width: 50%;
}


tr.pagination td table tr td {
    padding: 2px 5px;
}


#accordian {
    position: relative;
}

.CollapseMenu {
    width: 18px;
    height: 36px;
    position: absolute;
    top: 26px;
    right: -20px;
    cursor: pointer;
}

.tooltip {
    background: #f2f2f2;
    border: 1px solid #e5e5e5;
    padding: 5px;
    color: #333;
    font-size: 12px;
    display: none;
    position: absolute;
    top: 65px;
    right: -110px;
    border-radius: 3px;
}

.CollapseMenu:hover .tooltip {
    display: block !important;
}

.input, input[type="text"], input[type="password"], select, textarea {
    background: none repeat scroll 0% 0% #FFF;
    color: #666;
    font: 11px "Segoe UI";
    width: 193px;
    margin-bottom: 3px !important;
    margin-left: 0 !important;
    width: 100%;
    padding: 4px 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}

.marginnill .input, .marginnill input[type="text"], .marginnill input[type="password"], .marginnill select, .marginnill textarea {
    width: 100%;
}

.marginnill span {
    line-height: 24px;
}

li.static > a {
    width: 170px;
}

#ctl10_ctl00 a.popout, #ctl08_ctl00 a.popout, li.static a, li.dynamic a {
    font-size: 12px !important;
    line-height: 34px !important;
    padding: 0 15px !important;
    cursor: pointer !important;
    background: url(images/menuBg.jpg) top left repeat-x !important;
    border-top: 1px solid #FFFFFF !important;
    color: black !important;
    min-width: 180px !important;
}

    #ctl10_ctl00 a.popout:hover, #ctl08_ctl00 a.popout:hover {
        background: url(images/menu_hover.png) top left repeat-x !important;
        color: #fff !important;
    }

a.level2.dynamic {
    color: red;
}

#ctl08_ctl00 a.popout {
    color: black;
}

a.level2 > ul.level3 {
    color: red;
    background: red;
}

.width200 {
    width: 200px;
    display: inline-block;
}

.width150 {
    display: inline-block;
}

.paddingbottom10 {
    padding-bottom: 10px;
}

.loginTextSmall {
    font: bold 12px "Segoe UI";
    color: #003366;
    text-align: left;
    line-height: 25px;
    margin: 0 0 0 10px;
    border-radius: 0 5px 5px 0;
}

div.dd_chk_select {
    padding: 4px 5px !important;
    border: 1px solid #d5d5d5 !important;
    color: #666 !important;
    background-color: #fff !important;
    font-size: 11px !important;
    margin-bottom: 3px;
}

div.dd_chk_drop {
    top: 27px !important;
}

.Clicked, .Initial {
    margin: 0 3px !important;
    padding: 10px 15px !important;
    float: left !important;
    border-radius: 0 !important;
}

.accordianContent {
    border: 1px solid #d5d5d5;
    padding: 10px;
}

.marginnill input {
    margin-left: 0px !important;
}

#tblPagination input[disabled="disabled"], #tblPagination input[disabled="disabled"]:hover, input.disabled, input.disabled:hover, select.disabled, select.disabled:hover, .disabled, .disabled:hover {
    background: rgba(0,89,147,.4);
    border: 1px solid rgba(114, 148, 171, 0.4);
    cursor: auto;
}

table tr td input[type="radio"] {
    display: inline;
    float: left;
    margin-left: 0;
}

table tr td label {
    display: inline;
    float: left;
    line-height: 18px;
    margin-right: 10px;
}

.de-activate {
    background: #DCDCDC;
    border-color: #DCDCDC;
    color: #bbbbbb !important;
    cursor: default;
    pointer-events: none;
}

input[disabled="disabled"]:hover, input[disabled="disabled"], select[disabled="disabled"]:hover, select[disabled="disabled"] {
    background: #b9cdda;
    border: 1px solid #b9cdda;
    cursor: default;
}

.attachments {
    background: #fff;
    border: 1px solid #d5d5d5;
    padding: 0px 5px;
    display: inline-block;
    margin: 3px;
    border-radius: 3px;
}

    .attachments a {
        float: left;
        color: #005993;
        text-transform: capitalize;
    }

    .attachments input[type="image"] {
        float: left;
        width: 10px;
        background: #e9e9e9;
        padding: 5px;
        margin-right: -5px;
    }

        .attachments input[type="image"]:hover {
            background: #d5d5d5;
        }

.input-sm {
    width: 100px;
}

.select-sm {
    width: 112px;
}

.cbp-hrmenu {
    width: 100%;
    border-bottom: 4px solid #47a3da;
    background-color: #eaeaea !important;
    background-image: linear-gradient(#fefefe, #eaeaea) !important;
    border: 1px solid #EEE;
    height: 37px;
}

ul.sub-menu li {
    background: url(images/menuBg.jpg) top left repeat-x #e9ecf1 !important;
    font-size: 12px;
}

    ul.sub-menu li a {
        color: #545454;
        text-align: left;
    }

        ul.sub-menu li a:hover {
            color: #fff;
        }

div.dd_chk_select {
    height: 28px !important;
}

.pay_elmt_inpt .input, .pay_elmt_inpt input[type="text"], .pay_elmt_inpt input[type="password"], .pay_elmt_inpt select, .pay_elmt_inpt textarea {
    margin-left: 2px !important;
}

.tbl_plmnts {
    margin-left: 40px;
}

    .tbl_plmnts .lbl {
        width: 148px;
    }

.inactive_btn {
    position: absolute;
    right: 8px;
    top: 38px;
}

.prdvty_sec input, .prdvty_sec input[type="text"], .prdvty_sec input[type="password"], .prdvty_sec select, .prdvty_sec textarea {
    margin-left: 0px !important;
    margin-bottom: 2px;
}

.RadComboBox .rcbInner {
    padding: 2px 22px 2px 5px !important;
}

.prdvty_sec span {
    line-height: 24px;
}

.dxpcLite .dxpc-content, .dxdpLite .dxpc-content {
    padding: 5px 5px !important;
    width: 100% !important;
}

.inpt_margin_none .input, .inpt_margin_none input[type="text"], .inpt_margin_none input[type="password"], .inpt_margin_none select, .inpt_margin_none textarea, .inpt_margin_none input[type=checkbox] {
    margin-left: 0;
}

.RadComboBox_Default .rcbFocused {
    border-color: #DDD !important;
    color: #333 !important;
    outline: none !important;
}

.RadComboBox_Default .rcbInner {
    border-radius: 0 !important;
    border-color: #DDD !important;
}

.RadComboBox .rcbActionButton {
    width: 24px !important;
    height: 24px !important;
}

.RadComboBox_Default .rcbActionButton {
    border-radius: 0 !important;
    border-color: #DDD !important;
}

.a17l {
    padding: 13px 0 0 !important;
}

.no_mrgn .input, .no_mrgn input[type="text"], .no_mrgn input[type="password"], .no_mrgn select, .no_mrgn textarea {
    margin-left: 0 !important;
}

.RadComboBox_Default .rcbFocused .rcbInput {
    color: #666 !important;
    font-size: 11px;
}

.RadComboBoxDropDown_Default .rcbHovered {
    color: #333 !important;
}

.RadComboBoxDropDown li {
    white-space: nowrap !important;
}

.RadComboBoxDropDown_Default {
    width: auto !important;
}

#BodyContentHolder_valsummury ul li {
    list-style: none;
}

#BodyContentHolder_vldSumary ul li {
    list-style: none;
}

.min_width_rdo tr td {
    min-width: 190px;
}

.p_relative, .p_relativeNoContent {
    position: relative;
    top: 1px;
    left: 4px;
    padding: 0 5px;
    color: #005993;
    display: inline-block;
    width: 20px;
}

.btn_add {
    margin-top: 6px;
    color: #005993 !important;
    font-size: 14px !important;
}

.btn_slim {
    color: #005993 !important;
    font-size: 14px !important;
}

.inpt_mrn_nill .input, .inpt_mrn_nill input[type="text"], .inpt_mrn_nill input[type="password"], .inpt_mrn_nill select, .inpt_mrn_nill textarea, .inpt_mrn_nill input[type=checkbox] {
    margin-left: 0;
}

.rcbSlide {
    z-index: 999999 !important;
}

.margin_lft10 {
    margin-left: 10px;
}

.AlphabetPager span {
    background-color: #226aac;
    color: #FFF !important;
    border: 1px solid #226aac;
}

.AlphabetPager a, .AlphabetPager span {
    font-size: 7pt !important;
    height: 22px !important;
    line-height: 20px !important;
    min-width: 22px !important;
}

.save_cancel_right table.rgCommandTable tr td:first-child {
    text-align: right;
    width: 95%;
}

.save_cancel_right table.rgCommandTable tr td:last-child {
    float: right !important;
    width: 100px;
}

.save_cancel_right .input, .save_cancel_right input[type="text"], .save_cancel_right input[type="password"], .save_cancel_right select, .save_cancel_right textarea {
    margin-left: 0;
}

.save_cancel_right .RadGrid .rgAltRow td {
    padding-left: 0px !important;
}

.RadGrid .rgRow td, .RadGrid .rgAltRow td, .RadGrid .rgEditRow td, .RadGrid .rgFooter td, .RadGrid .rgFilterRow td, .RadGrid .rgHeader, .RadGrid .rgResizeCol, .RadGrid .rgGroupHeader td {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.mrgn_nil .input, .mrgn_nil input[type="text"], .mrgn_nil input[type="password"], .mrgn_nil select, .mrgn_nil textarea, .mrgn_nil input[type="checkbox"], .mrgn_nil input[type="radio"] {
    margin-left: 0px;
}

input#BodyContentHolder_ddlCheckPayelements_txtSearchText {
    margin-left: 0;
}

.RadTabStrip_Silk .rtsLevel1 .rtsLink {
    background: #e5e5e5 !important;
    color: #3366CC !important;
    text-shadow: none !important;
    border-radius: 0 !important;
    margin: 0 2px 0 !important;
    border: 0 !important;
    font-size: 12px;
}

.RadTabStrip_Silk .rtsLevel1 .rtsSelected, .RadTabStrip_Silk .rtsLevel1 .rtsSelected:hover {
    color: #fff !important;
    background: #005993 !important;
    background-image: none !important;
    text-shadow: none !important;
    border-radius: 0 !important;
    border: 0 !important;
}

.RadTabStrip_Silk .rtsLevel1 {
    background: #FFF !important;
    background-image: none !important;
    color: #000 !important;
    text-shadow: none !important;
    border-radius: 0 !important;
    border: 0 !important;
}

    .RadTabStrip_Silk .rtsLevel1 .rtsLink:hover {
        background: #e5e5e5 !important;
        color: #3366CC !important;
        text-shadow: none !important;
        border-radius: 0 !important;
        border: 0 !important;
        cursor: pointer !important;
    }

/*------------Framework--------------*/

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }


/*Form Inline and Form Group CSS Starts*/

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

/*Form Inline and Form Group CSS End*/

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 17.66666667%;
    }

    .sel_dash_md {
        width: 10.444444%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .hm-label-1 {
        width: 14%;
    }

    .hm-label-2 {
        width: 18%;
    }

    .hm-label-3 {
        width: 22%;
    }

    .hm-label-4 {
        width: 28%;
    }

    .hm-label-5 {
        width: 34%;
    }

    .hm-label-6 {
        width: 40%;
    }

    .hm-label-7 {
        width: 46%;
    }

    .hm-label-8 {
        width: 50%;
    }

    .hm-label-9 {
        width: 75%;
    }

    .hm-label-10 {
        width: 100%;
    }

    .hm-md-1 {
        width: 7%;
    }

    .hm-md-2 {
        width: 9%;
    }

    .hm-md-3 {
        width: 11%;
    }

    .hm-md-4 {
        width: 13%;
    }

    .hm-md-5 {
        width: 15%;
    }

    .hm-md-6 {
        width: 20%;
    }

    .hm-md-7 {
        width: 25%;
    }

    .hm-md-8 {
        width: 30%;
    }

    .hm-md-9 {
        width: 40%;
    }

    .hm-md-10 {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .hm-label-1 {
        width: 13%;
    }

    .hm-label-2 {
        width: 16%;
    }

    .hm-label-3 {
        width: 20%;
    }

    .hm-label-4 {
        width: 24%;
    }

    .hm-label-5 {
        width: 30%;
    }

    .hm-label-6 {
        width: 38%;
    }

    .hm-label-7 {
        width: 49%;
    }

    .hm-label-8 {
        width: 50%;
    }

    .hm-label-9 {
        width: 75%;
    }

    .hm-label-10 {
        width: 100%;
    }

    .hm-md-1 {
        width: 5%;
    }

    .hm-md-2 {
        width: 7%;
    }

    .hm-md-3 {
        width: 9%;
    }

    .hm-md-4 {
        width: 11%;
    }

    .hm-md-5 {
        width: 13%;
    }

    .hm-md-6 {
        width: 16%;
    }

    .hm-md-7 {
        width: 20%;
    }

    .hm-md-8 {
        width: 30%;
    }

    .hm-md-9 {
        width: 40%;
    }

    .hm-md-10 {
        width: 50%;
    }
}

@media (min-width: 1400px) {

    .hm-label-1 {
        width: 12%;
    }

    .hm-label-2 {
        width: 16%;
    }

    .hm-label-3 {
        width: 20%;
    }

    .hm-label-4 {
        width: 24%;
    }

    .hm-label-5 {
        width: 30%;
    }

    .hm-label-6 {
        width: 38%;
    }

    .hm-label-7 {
        width: 48%;
    }

    .hm-label-8 {
        width: 50%;
    }

    .hm-label-9 {
        width: 75%;
    }

    .hm-label-10 {
        width: 100%;
    }

    .hm-md-1 {
        width: 5%;
    }

    .hm-md-2 {
        width: 7%;
    }

    .hm-md-3 {
        width: 9%;
    }

    .hm-md-4 {
        width: 11%;
    }

    .hm-md-5 {
        width: 13%;
    }

    .hm-md-6 {
        width: 16%;
    }

    .hm-md-7 {
        width: 20%;
    }

    .hm-md-8 {
        width: 30%;
    }

    .hm-md-9 {
        width: 40%;
    }

    .hm-md-10 {
        width: 50%;
    }
}

@media (min-width: 1600px) {
    .hm-label-1 {
        width: 10%;
    }

    .hm-label-2 {
        width: 14%;
    }

    .hm-label-3 {
        width: 18%;
    }

    .hm-label-4 {
        width: 23.55555%;
    }

    .hm-label-5 {
        width: 28%;
    }

    .hm-label-6 {
        width: 32%;
    }

    .hm-label-7 {
        width: 42%;
    }

    .hm-label-8 {
        width: 50%;
    }

    .hm-label-9 {
        width: 75%;
    }

    .hm-label-10 {
        width: 100%;
    }

    .hm-md-1 {
        width: 5%;
    }

    .hm-md-2 {
        width: 7%;
    }

    .hm-md-3 {
        width: 8%;
    }

    .hm-md-4 {
        width: 9%;
    }

    .hm-md-5 {
        width: 11%;
    }

    .hm-md-6 {
        width: 15%;
    }

    .hm-md-7 {
        width: 20%;
    }

    .hm-md-8 {
        width: 30%;
    }

    .hm-md-9 {
        width: 40%;
    }

    .hm-md-10 {
        width: 50%;
    }
}

.right_align {
    text-align: right !important;
}

.left_align {
    text-align: left !important;
}

.center_align {
    text-align: center !important;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #ffffff;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #ffffff;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #ffffff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #ffffff;
        bottom: -10px;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: 0.6s ease-in-out left;
        -o-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .item.next,
        .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0;
        }

        .carousel-inner > .item.prev,
        .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0;
        }

            .carousel-inner > .item.next.left,
            .carousel-inner > .item.prev.right,
            .carousel-inner > .item.active {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: 0;
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:hover,
    .carousel-control:focus {
        outline: 0;
        color: #ffffff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        line-height: 1;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #ffffff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #ffffff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }

    .menuBtn {
        display: none !important;
    }

    #accordian {
        display: none;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }

    .right_panel {
        width: 100%;
    }

    .left_panel {
        width: 100%;
    }

    .mobile_text {
        white-space: nowrap !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .username {
        float: left;
        padding-left: 2px;
    }

    .container {
        margin-top: 110px;
    }

    .parent_logo {
        position: static;
        margin-left: 13px;
        margin-top: 5px;
    }

    .frm_flex .input, .frm_flex input[type="text"], .frm_flex input[type="password"], .frm_flex select, .frm_flex textarea {
        width: 100%;
    }

    div.dd_chk_select {
        width: 100%;
    }

    .RadMenuPopup {
        font-size: 13px !important;
        position: fixed !important;
        top: 115px !important;
    }

    .RadMenu {
        font-size: 16px !important;
    }

    .RadAjaxPanel {
        position: fixed;
        top: 60px;
        right: 50px;
        z-index: 99999;
    }

    .RadMenuPopup_BlackMetroTouch {
        z-index: 99999 !important;
    }

    .RadMenu_BlackMetroTouch .rmRootToggle:active, .RadMenu_BlackMetroTouch .rmRootToggle.rmExpanded {
        border-color: #17538a !important;
        background-color: #226aac !important;
    }

    .header_center {
        min-height: 110px;
    }

    .cstm_float {
        float: left !important;
    }

    .RadMenuPopup_Silk {
        z-index: 999999 !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }

    .left_panel {
        width: 100%;
    }

    .right_panel {
        width: 100%;
    }

    .strt_label {
        clear: both;
    }

    .brdr_rht {
        border-right: none !important;
    }

    .tbl_plmnts .lbl {
        width: 252px;
    }

    .tbl_plmnts {
        margin-left: 34px;
    }

    .dash_slct_splty {
        padding-top: 5px;
    }

    .dash_drctrs {
        padding-top: 5px;
    }

    .dash_phy_nme {
        padding-top: 5px;
    }

    .sve_btn {
        padding-top: 5px;
    }

    .strt_label {
        clear: both;
    }

    .evrcntrct_label {
        clear: both;
    }

    .clear_div {
        clear: both;
    }

    div.dd_chk_select {
        width: 193px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }

    .input, input[type="text"], input[type="password"], select, textarea {
        width: 150px;
    }

    .frm_flex .col-md-2 {
        width: 16.666667%;
    }

    div.dd_chk_select {
        width: 150px;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /*------------Master Contract CSS--------*/
    .mstc_label {
        width: 22%;
    }

    .act_label {
        width: 18%;
    }

    .strt_label {
        width: 18%;
    }

    .strt_txtbox {
        width: 18%;
    }

    .end_txtbox {
        width: 18%;
    }

    .trmnotice_label {
        width: 22%;
        clear: both;
    }

    .trmnotice_txtbox {
        width: 5%;
    }

    .termntin_datelabel {
        width: 22%;
    }

    .termntin_datetxtbox {
        width: 10%;
    }

    .evrcntrct_label {
        width: 22%;
        clear: both;
    }

    .auto_renew_label {
        width: 18%;
    }

    .auto_renew_txtbox {
        width: 18%;
    }

    .no_dayslabel {
        width: 26%;
    }

    .no_daystxtbox {
        width: 5%;
    }

    .crnt_yr {
        width: 40%;
    }

    .no_penality {
        width: 40%;
    }

    .mstr_cntct {
        width: 50%;
    }

    .crnt_txtbox {
        width: 50%;
        margin-bottom: 5px;
    }

    .dd_chk_select {
        margin-bottom: 5px;
    }
}

@media (min-width: 992px) {
    .splty_grp {
        width: 47%;
    }

    .dash_slct_splty {
        margin-top: 5px;
    }

    .dash_drctrs {
        margin-top: 5px;
    }

    .dash_phy_nme {
        margin-top: 5px;
    }

    .sve_btn {
        margin-top: 5px;
    }

    .auto_renew {
        width: 18.666667%;
    }

    .term_ntcd {
        width: 14.666667%;
    }

    .evrg_cntrct {
        width: 23.666667%;
    }

    .left_panel {
        width: 41%;
        float: left;
        padding-right: 0%;
    }

    .right_panel {
        width: 58%;
        float: right;
    }

    .brdr_rht {
        border-right: 0;
    }

    .btn-md {
        width: 1.333333%;
    }

    .brdr_rht {
        border: none !important;
    }

    .tbl_plmnts {
        margin-left: 43px;
    }

        .tbl_plmnts .lbl {
            width: 269px;
        }

    .lbl_fst {
        width: 10.222222%;
    }

    .lbl_ctrt_ac {
        width: 8.999999%;
    }

    .lbl_fst_date {
        width: 9.222222%;
    }

    .lbl_contract {
        width: 9%;
        padding: 0 2px;
    }

    .contract_chnges {
        width: 10%;
        padding: 0 2px;
        margin-left: 10px;
    }

    .lbl_end {
        width: 7.222222%;
        padding: 0 2px;
    }

    .lbl_Max_Comp {
        width: 14.333333%;
    }

    .lbl_postn {
        width: 4.666666%;
        padding: 0 2px;
    }

    .lbl_Anniv {
        width: 11%;
        padding: 0 2px;
    }

    .splt_inpt {
        width: 18.5%;
    }

    .lbl_efct_dt {
        width: 8.777777%;
        padding: 0;
    }

    .lbl_pay_elmt {
        width: 9.999999%;
    }

    .inpt_postn {
        width: 7.444444%;
        padding: 0 2px;
    }

    .cost_inpt {
        width: 25.7%;
    }

    .crt_slct {
        width: 9%;
    }

    .yers_inpt {
        width: 10.555555%;
    }

    .pay-elmt-inpt {
        width: 24%;
    }

    .maxcomp-inpt {
        width: 10%;
    }

    .aply_btn {
        width: 6.999999%;
        padding-left: 20px;
    }

    .dsply-stngs-inpt {
        width: 24.777777%;
    }

    .pay_elmnt_slct {
        width: 24.777777%;
    }

    .lbl_payrl {
        width: 6%;
    }

    .fte_buttn {
        width: 10%;
    }

    .custm_textfld {
        width: 81px !important;
    }

    .ExtraPayElmnt_btn {
        width: 2%;
    }
}

@media (min-width: 1200px) {
    .splty_grp {
        width: 20%;
    }

    .txt_comments {
        width: 74%;
    }

    .cmntstxtbox {
        width: 100%;
    }

    .dash_yrs_drpdn {
        width: 6%;
        padding: 0;
        padding-right: 2px;
        margin-left: 5px;
    }

    .dash_slct_rgn {
        width: 9%;
        padding: 0;
    }

    .Slct_loctin {
        width: 10%;
        padding: 0;
        margin-left: 2px;
    }

    .slct_cst_cntrs {
        width: 11%;
        padding: 0;
        margin-left: 2px;
    }

    .slct_comp_mdls {
        width: 15%;
        padding: 0;
        margin-left: 2px;
    }

    .slct_splty_grp {
        width: 13%;
        padding: 0;
        margin-left: 2px;
    }

    .dash_slct_splty {
        width: 10%;
        padding: 0;
        margin-top: 0px;
        margin-left: 2px;
    }

    .dash_drctrs {
        width: 10%;
        padding: 0;
        margin-top: 0px;
        margin-left: 2px;
    }

    .dash_phy_nme {
        width: 10.555555%;
        padding: 0;
        margin-left: 2px;
        margin-top: 0px;
    }

    .sve_btn {
        margin-top: 0px;
        width: 3%;
    }

    .no_penality {
        width: 20.555555%;
    }

    .evrg_cntrct {
        width: 17.666667%;
    }

    .mstr_cntct {
        width: 32%;
    }

    .left_panel {
        padding-right: 1%;
    }

    .right_panel {
        float: left;
    }

    .crnt_yr {
        width: 16.666667%;
    }

    .crnt_txtbox {
        width: 27%;
    }

    .auto_renew {
        width: 14.666667%;
    }

    .brdr_rht {
        border-right: 1px solid #DDD !important;
    }

    .tbl_plmnts {
        margin-left: 57px;
    }

        .tbl_plmnts .lbl {
            width: 289px;
        }

    .lbl_fst {
        width: 7.999999%;
    }

    .lbl_ctrt_ac {
        width: 8.999999%;
    }

    .lbl_fst_date {
        width: 8.222222%;
    }

    .lbl_contract {
        width: 7.333333%;
    }

    .contract_chnges {
        width: 8.333333%;
    }

    .lbl_end {
        width: 5.222222%;
    }

    .lbl_Max_Comp {
        width: 10.666666%;
        margin-left: 1px;
    }

    .lbl_postn {
        width: 10.7%;
        margin-left: 7px;
    }

    .lbl_Anniv {
        width: 9.222222%;
    }

    .splt_inpt {
        width: 26.222222%;
        margin-left: -1px;
    }

    .lbl_efct_dt {
        width: 6.9%;
    }

    .lbl_pay_elmt {
        width: 6.222222%;
    }

    .cost_inpt {
        width: 21.7%;
    }

    .inpt_postn {
        width: 8.333333%;
    }

    .crt_slct {
        width: 9%;
    }

    .yers_inpt {
        width: 7%;
    }

    .pay-elmt-inpt {
        width: 11.777777%;
    }

    .yers_inpt {
        width: 7%;
    }

    .dsply-stngs-inpt {
        width: 20.888888%;
    }

    .maxcomp-inpt {
        width: 9%;
    }

    .pay_elmnt_slct {
        width: 20.888888%;
    }

    .pay_header {
        width: 312px;
    }

    .lbl_payrl {
        width: 5%;
    }

    .fte_buttn {
        width: 13.4%;
    }

    .custm_textfld {
        width: 129px !important;
    }

    .year_lbl_payrqst {
        width: 7%;
        margin-left: 10px;
    }

    .comp_mdl_lbl {
        width: 11%;
    }

    .ExtraPayElmnt_btn {
        width: 2%;
    }

    .max_comp {
        width: 17.55%;
    }

    .mcmp_txtbox {
        width: 19.55%;
    }

    .trmn_date {
        width: 14%;
    }

    .trmn_date_txtbox {
        width: 14%;
    }

    /*------------Master Contract CSS--------*/
    .mstc_label {
        width: 17%;
    }

    .act_label {
        width: 12%;
    }

    .strt_label {
        width: 18%;
    }

    .strt_txtbox {
        width: 15%;
    }

    .end_txtbox {
        width: 13%;
    }

    .trmnotice_label {
        width: 20%;
    }

    .trmnotice_txtbox {
        width: 5%;
    }

    .termntin_datelabel {
        width: 17%;
    }

    .termntin_datetxtbox {
        width: 12%;
    }

    .evrcntrct_label {
        width: 18%;
    }

    .auto_renew_label {
        width: 15%;
    }

    .auto_renew_txtbox {
        width: 13%;
    }

    .no_dayslabel {
        width: 20%;
    }

    .no_daystxtbox {
        width: 5%;
    }

    .input, input[type="text"], input[type="password"], select, textarea {
        width: 193px;
    }

    div.dd_chk_select {
        width: 193px;
    }

    .txtarea_payreqst {
        width: 517px;
    }
}

@media (min-width: 1300px) and (max-width: 1366px) {
    .tbl_plmnts {
        margin-left: 62px;
    }

        .tbl_plmnts .lbl {
            width: 295px;
        }

    .custm_textfld {
        width: 146px !important;
    }

    .year_lbl_payrqst {
        width: 6%;
        margin-left: 10px;
    }

    .comp_mdl_lbl {
        width: 10%;
    }

    .ExtraPayElmnt_btn {
        width: 2%;
    }

    .max_comp {
        width: 16.55%;
    }

    .mcmp_txtbox {
        width: 20.55%;
    }

    .trmn_date {
        width: 14%;
    }

    .trmn_date_txtbox {
        width: 14%;
    }

    /*------------Master Contract CSS--------*/
    .mstc_label {
        width: 16%;
    }

    .act_label {
        width: 13%;
    }

    .strt_label {
        width: 18%;
    }

    .strt_txtbox {
        width: 15%;
    }

    .end_txtbox {
        width: 13%;
    }

    .trmnotice_label {
        width: 20%;
    }

    .trmnotice_txtbox {
        width: 5%;
    }

    .termntin_datelabel {
        width: 16%;
    }

    .termntin_datetxtbox {
        width: 13%;
    }

    .evrcntrct_label {
        width: 18%;
    }

    .auto_renew_label {
        width: 15%;
    }

    .auto_renew_txtbox {
        width: 13%;
    }

    .no_dayslabel {
        width: 20%;
    }

    .no_daystxtbox {
        width: 5%;
    }

    .input, input[type="text"], input[type="password"], select, textarea {
        width: 193px;
    }

    div.dd_chk_select {
        width: 193px;
    }

    .txtarea_payreqst {
        width: 576px;
    }
}

@media (min-width: 1400px) {
    .splty_grp {
        width: 18%;
    }

    .txt_comments {
        width: 67.555%;
    }

    .dash_yrs_drpdn {
        width: 6%;
        padding: 0;
        margin-left: 5px;
    }

    .dash_slct_rgn {
        width: 9%;
        padding: 0;
        margin-left: 5px;
    }

    .Slct_loctin {
        width: 10%;
        padding: 0;
        margin-left: 5px;
    }

    .slct_cst_cntrs {
        width: 11%;
        padding: 0;
        margin-left: 5px;
    }

    .slct_comp_mdls {
        width: 13%;
        padding: 0;
        margin-left: 5px;
    }

    .slct_splty_grp {
        width: 12%;
        padding: 0;
        margin-left: 5px;
    }

    .dash_slct_splty {
        width: 10.222222%;
        padding: 0;
        margin-left: 5px;
    }

    .dash_drctrs {
        width: 10%;
        padding: 0;
        margin-left: 5px;
    }

    .dash_phy_nme {
        width: 12%;
        padding: 0;
        margin-left: 2px;
    }

    .sve_btn {
        margin-top: 0px;
        width: 3%;
    }

    .no_penality {
        width: 19.222222%;
    }

    .evrg_cntrct {
        width: 15.666667%;
    }

    .mstr_cntct {
        width: 32.999999%;
    }

    .left_panel {
        padding-right: 0;
        width: 39%;
    }

    .right_panel {
        float: left;
    }

    .crnt_yr {
        width: 15.666667%;
    }

    .auto_renew {
        width: 14.666667%;
    }

    .brdr_rht {
        border-right: 1px solid #DDD !important;
    }

    .tbl_plmnts {
        margin-left: 66px;
    }

    .pay_header {
        width: 312px;
    }

    .tbl_plmnts .lbl {
        width: 300px;
    }

    .lbl_fst {
        width: 7.222222%;
    }

    .lbl_ctrt_ac {
        width: 8.999999%;
    }

    .lbl_fst_date {
        width: 6.222222%;
    }

    .lbl_contract {
        width: 7.444444%;
    }

    .contract_chnges {
        width: 7.444444%;
    }

    .lbl_end {
        width: 4.888888%;
    }

    .lbl_Max_Comp {
        width: 9.888888%;
        margin-left: 8px;
    }

    .lbl_postn {
        width: 9.8%;
        padding: 0 10px;
    }

    .lbl_Anniv {
        width: 8.222222%;
    }

    .splt_inpt {
        width: 25.111111%;
        margin-left: -1px;
    }

    .lbl_efct_dt {
        width: 5.333333%;
    }

    .lbl_pay_elmt {
        width: 5.222222%;
    }

    .pay-elmt-inpt {
        width: 12%;
    }

    .dsply-stngs-inpt {
        width: 16.666666%;
    }

    .cost_inpt {
        width: 17.4%;
    }

    .inpt_postn {
        width: 9.0%;
        padding: 0 10px;
    }

    .crt_slct {
        width: 9%;
    }

    .pay_elmnt_slct {
        width: 15.999999%;
    }

    .yers_inpt {
        width: 5.666666%;
    }

    .lbl_payrl {
        width: 5%;
    }

    .maxcomp-inpt {
        width: 8.333333%;
    }

    .fte_buttn {
        width: 14.222222%;
    }

    .cmntstxtbox {
        width: 100%;
    }

    .custm_textfld {
        width: 160px !important;
    }

    .year_lbl_payrqst {
        width: 6%;
        margin-left: 10px;
    }

    .comp_mdl_lbl {
        width: 10%;
    }

    .ExtraPayElmnt_btn {
        width: 2%;
    }

    .max_comp {
        width: 16.55%;
    }

    .mcmp_txtbox {
        width: 19%;
    }

    .trmn_date {
        width: 14%;
    }

    .trmn_date_txtbox {
        width: 14%;
    }

    /*------------Master Contract CSS--------*/
    .mstc_label {
        width: 17%;
    }

    .act_label {
        width: 12%;
    }

    .strt_label {
        width: 18%;
    }

    .strt_txtbox {
        width: 15%;
    }

    .end_txtbox {
        width: 13%;
    }

    .trmnotice_label {
        width: 20%;
    }

    .trmnotice_txtbox {
        width: 5%;
    }

    .termntin_datelabel {
        width: 17%;
    }

    .termntin_datetxtbox {
        width: 12%;
    }

    .evrcntrct_label {
        width: 18%;
    }

    .auto_renew_label {
        width: 15%;
    }

    .auto_renew_txtbox {
        width: 13%;
    }

    .no_dayslabel {
        width: 20%;
    }

    .no_daystxtbox {
        width: 5%;
    }

    .input, input[type="text"], input[type="password"], select, textarea {
        width: 193px;
    }

    div.dd_chk_select {
        width: 193px;
    }

    .txtarea_payreqst {
        width: 583px;
    }
}

@media (min-width: 1600px) {
    .splty_grp {
        width: 16%;
    }

    .txt_comments {
        width: 64.777%;
    }

    .cmntstxtbox {
        width: 100%;
    }

    .dash_yrs_drpdn {
        width: 6%;
        padding: 0;
        padding-right: 5px;
        margin-left: 5px;
    }

    .dash_slct_rgn {
        width: 9%;
        padding: 0;
        margin-left: 0px;
    }

    .Slct_loctin {
        width: 10%;
        padding: 0;
        margin-left: 5px;
    }

    .slct_cst_cntrs {
        width: 11%;
        padding: 0;
        margin-left: 5px;
    }

    .slct_comp_mdls {
        width: 13%;
        padding: 0;
        margin-left: 5px;
    }

    .slct_splty_grp {
        width: 12%;
        padding: 0;
        margin-left: 5px;
    }

    .dash_slct_splty {
        width: 12%;
        padding: 0;
        margin-left: 5px;
    }

    .dash_drctrs {
        width: 10%;
        padding: 0;
        margin-left: 5px;
    }

    .dash_phy_nme {
        width: 11.222222%;
        padding: 0;
        margin-left: 2px;
    }

    .sve_btn {
        margin-top: 0px;
        width: 3%;
    }

    .pay_header {
        width: 346px;
    }

    .tbl_plmnts .lbl {
        width: 351px;
    }

    .tbl_plmnts {
        margin-left: 70px;
    }

    .lbl_postn {
        width: 9.0%;
        margin-left: 0 !important;
    }

    .inpt_postn {
        width: 8.66%;
        padding: 0 8px;
    }

    .lbl_payrl {
        width: 4%;
    }

    .maxcomp-inpt {
        width: 8.333333%;
    }

    .lbl_Max_Comp {
        width: 8.888888%;
        margin-left: 1px;
    }

    .splt_inpt {
        margin-left: -1px;
    }

    .fte_buttn {
        width: 13.8%;
    }

    .contract_chnges {
        width: 7%;
        margin-left: 10px;
    }

    .lbl_contract {
        width: 7%;
    }

    .custm_textfld {
        width: 180px !important;
    }

    .year_lbl_payrqst {
        width: 5%;
        margin-left: 10px;
    }

    .comp_mdl_lbl {
        width: 9%;
    }

    .ExtraPayElmnt_btn {
        width: 2%;
    }

    .max_comp {
        width: 16.55%;
    }

    .mcmp_txtbox {
        width: 19%;
    }

    .trmn_date {
        width: 12%;
    }

    .trmn_date_txtbox {
        width: 14%;
    }

    /*------------Master Contract CSS--------*/
    .mstc_label {
        width: 14%;
    }

    .act_label {
        width: 12%;
    }

    .strt_label {
        width: 15%;
    }

    .strt_txtbox {
        width: 12%;
    }

    .end_txtbox {
        width: 12%;
    }

    .trmnotice_label {
        width: 16%;
    }

    .trmnotice_txtbox {
        width: 5%;
    }

    .termntin_datelabel {
        width: 14%;
    }

    .termntin_datetxtbox {
        width: 12%;
    }

    .evrcntrct_label {
        width: 15%;
    }

    .auto_renew_label {
        width: 12%;
    }

    .auto_renew_txtbox {
        width: 12%;
    }

    .no_dayslabel {
        width: 16%;
    }

    .no_daystxtbox {
        width: 5%;
    }

    .input, input[type="text"], input[type="password"], select, textarea {
        width: 193px;
    }

    div.dd_chk_select {
        width: 193px;
    }

    .txtarea_payreqst {
        width: 564px;
    }
}

/**-----------------MENU CSS-----------------**/

/* sub-menu */

.cbp-hrmenu ul::after {
    clear: both;
    z-index: 999999;
}

.cbp-hrmenu ul ul {
    opacity: 0;
    position: absolute;
    top: 160%;
    visibility: hidden;
    transition: inherit !important;
    -webkit-transition: inherit !important;
    margin-left: 0;
    z-index: 9999 !important;
    border: 1px solid rgba(0, 125, 147, 0.44) !important;
}

.cbp-hrmenu ul.sub-menu li {
    width: 250px;
    z-index: 99999 !important;
}

.cbp-hrmenu ul ul ul {
    top: 0%;
    left: 160%;
    margin-left: 0PX;
}

.cbp-hrmenu ul ul li:hover > ul {
    top: 0%;
    left: 100%;
    opacity: 1;
    visibility: visible;
}

.cbp-hrmenu ul li:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.cbp-hrmenu ul li {
    float: left;
    position: relative;
}

.cbp-hrmenu ul ul li {
    float: none;
}

.cbp-hrmenu ul a {
    text-decoration: none;
    display: block;
    color: #FF9;
    padding: 10px;
    text-align: center;
    text-shadow: 0px -1px 0px rgba(228, 228, 228, 0.2);
    font-size: 12px;
    text-transform: uppercase;
}

.cbp-hrmenu ul.sub-menu li a {
    background: #FFF !important;
    color: #333 !important;
    padding: 7px 12px;
}

    .cbp-hrmenu ul.sub-menu li a:hover {
        background: rgb(8, 108, 173) !important;
        background: -moz-linear-gradient(top, rgb(0, 89, 147) 0%, rgb(8, 108, 173) 100%) !important;
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(0, 89, 147)), color-stop(100%, rgb(8, 108, 173))) !important;
        background: -webkit-linear-gradient(top, rgb(0, 89, 147) 0%, rgb(8, 108, 173) 100%) !important;
        background: -o-linear-gradient(top, rgb(0, 89, 147) 0%, rgb(8, 108, 173) 100%) !important;
        background: -ms-linear-gradient(top, rgb(0, 89, 147) 0%, rgb(8, 108, 173) 100%) !important;
        background: linear-gradient(to bottom, rgb(0, 89, 147) 0%, rgb(8, 108, 173) 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(0, 89, 147)', endColorstr='rgb(8, 108, 173)', GradientType=0 ) !important;
        color: #FFF !important;
    }

.cbp-hrmenu ul.sub-menu li a {
    background: #FFF !important;
    color: #333 !important;
    text-transform: none;
    padding: 7px 12px;
}

.cbp-hrmenu ul.sub-menu li span.dropRight {
    float: right;
    position: absolute;
    z-index: 99999;
    width: 10px;
    height: 10px;
    top: 10px;
    right: 2px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #333;
}

.cbp-hrmenu ul.sub-menu li:hover span.dropRight {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #dcdcdc;
}


/*-------------Mobile CSS ---*/

.show_chk label {
    line-height: 18px !important;
    float: left !important;
    margin-right: 10px !important;
}

.show_chk table tr td input[type="radio"] {
    display: inline;
    float: left;
}

@media (max-width: 767px) {
    table tr td input[type="radio"] {
        display: inline;
        float: left !important;
        margin-left: -2px !important;
    }

    table tr td label {
        display: inline;
        float: left;
        line-height: 18px;
        margin-right: 10px;
    }

    .show_chk label {
        line-height: 18px !important;
        float: left !important;
        margin-right: 10px !important;
    }

    .input, input[type="text"], input[type="password"], select, textarea, input[type=checkbox], input[type=radio] {
        margin-bottom: 3px !important;
        margin-left: 0px !important;
        float: left !important;
    }

    .containerRight {
        margin-top: 0px;
    }

    .mobile_scroll {
        margin-top: 6px !important;
    }
}

.RadComboBoxDropDown_Default {
    border: 0 !important;
}

.RadComboBox_Default .rcbInput {
    font: normal 12px "Segoe UI" !important;
    font-style: normal !important;
}

.RadComboBoxDropDown_Default {
    font: normal 12px "Segoe UI" !important;
    border: 1px solid #DDD !important;
    width: 100% !important;
    display: inline-block !important;
}

.RadComboBox_Default .rcbFocused, .RadComboBox_Default .rcbHovered, .RadComboBox_Default .rcbHovered rcbInput {
    color: #333 !important;
}

.rcbSlide {
    min-width: 160px !important;
}

@media \0screen {
    .rcbAutoWidth .rcbList {
        min-width: 160px !important;
    }
}

/***************************************Navigation Menu CSS Starts************************************/

.RadMenu_MetroTouch .rmRootGroup {
    background: #fff !important;
}

.RadMenu_MetroTouch .rmRootGroup {
    background: #fff !important;
}

    .RadMenu_MetroTouch .rmRootGroup .rmItem {
        border-color: #fff !important;
    }

.RadMenu_MetroTouch {
    font-size: 13px !important;
    line-height: 26px !important;
    background: #fff !important;
    border-bottom: 1px solid rgb(167 130 187 / 60%);
}

ul.rmRootGroup.rmHorizontal {
    float: right;
}

.my-menu {
    position: relative;
    top: 54px;
    right: 0px;
    z-index: 99999 !important;
}

.RadMenu_MetroTouch .rmRootGroup .rmSelected > .rmRootLink, .RadMenu_MetroTouch .rmRootGroup .rmExpanded > .rmRootLink {
    border-color: #a782bb;
    background: #a782bb;
    color: #FFF !important;
}

.RadMenu_MetroTouch .rmRootGroup .rmRootLink:hover, .RadMenu_MetroTouch .rmRootGroup .rmFocused > .rmLink {
    border-color: #a782bb;
    background: #a782bb;
    color: #FFF !important;
}

.RadMenu_MetroTouch .rmRootGroup .rmRootLink {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 24px !important;
}

.RadMenu .rmRootGroup .rmRootLink {
    padding: .30em 1.1em .30em !important;
}

.RadMenu_MetroTouch .rmPopup .rmLink:hover, .RadMenu_MetroTouch .rmPopup .rmExpanded > .rmLink, .RadMenu_MetroTouch .rmPopup .rmFocused > .rmLink, .RadMenu_MetroTouch .rmGroup .rmLink:hover, .RadMenu_MetroTouch .rmGroup .rmExpanded > .rmLink, .RadMenu_MetroTouch .rmGroup .rmFocused > .rmLink {
    color: black !important;
    background-color: #e8e8e8;
    border-color: transparent;
}

.RadMenu a.rmLink {
    color: #754b8c !important;
    font-weight: 500;
}

/***************************************Navigation Menu CSS Ends************************************/

.parent_logo .imgnew {
    max-height: 26px;
}
li.rmItem.rmExpanded > div.rmSlide {
    top: 30px !important;
}

ul.rmVertical.rmGroup.rmLevel1 li.rmItem > div.rmSlide {
    top: 0px !important;
}