/* Minification failed. Returning unminified contents.
(385,258): run-time error CSS1030: Expected identifier, found ' '
(385,258): run-time error CSS1031: Expected selector, found ' '
(385,258): run-time error CSS1025: Expected comma or open brace, found ' '
 */
.f_r {
    float: right !important;
}

.f_l {
    float: left !important;
}

.m_r_15 {
    margin-right: 15px !important;
}

.m_l_5 {
    margin-left: 5px !important;
}

.m_l_10 {
    margin-left: 10px !important;
}

.m_bottom_0 {
    margin-bottom: 0px;
}

.m_bottom_30 {
    margin-bottom: 30px !important;
}

.m_bottom_15 {
    margin-bottom: 15px !important;
}

.m_bottom_10 {
    margin-bottom: 10px !important;
}

.m_bottom_5 {
    margin-bottom: 5px !important;
}

.m_top_5 {
    margin-top: 5px !important;
}

.m_t_10 {
    margin-top: 10px !important;
}

.m_t_20 {
    margin-top: 20px !important;
}

.p_t_15 {
    padding-top: 15px !important;
}

.padding-0 {
    padding: 0 !important;
}

.validateIcon {
    color: #F05050;
}

.t-align-l {
    text-align: left !important;
}

.t-align-r {
    text-align: right !important;
}

.t-align-c {
    text-align: center !important;
}

table .Color_PastDue span {
    color: #ff3737 !important;
    font-weight: bold;
}

.bg-none {
    background: none !important;
}

.bg-whiter {
    background: #FFF !important;
}

.border-none {
    border: none !important;
}

.box-shadow-none {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.color_red {
    color: #F44336 !important;
}

.color_pink {
    color: #E91E63 !important;
}

.color_purple {
    color: #9C27B0 !important;
}

.color_deepPurple {
    color: #673AB7 !important;
}

.color_blue {
    color: #2196F3 !important;
}

.color_lightBlue {
    color: #03A9F4 !important;
}

.color_green {
    color: #37bc9b !important;
}

.color_lightGreen {
    color: #8BC34A !important;
}

.color_orange {
    color: #FF9800 !important;
}

.color_deepOrange {
    color: #FF5722 !important;
}

.color_brown {
    color: #795548 !important;
}

.color_gray {
    color: #9E9E9E !important;
}

.color_blueGray {
    color: #6A809D !important;
}

.searchPanel {
    width: 100%;
}

    .searchPanel p {
        margin: 0;
        font-weight: bold;
    }

    .searchPanel section .form-group {
        margin: 5px;
    }

        .searchPanel section .form-group:first-child {
            margin-left: 0;
        }

        .searchPanel section .form-group:last-child {
            margin-right: 0;
        }

    .searchPanel section .btn.btnAction {
        min-width: 100px;
        margin: 5px 0;
        text-align: center;
    }

    .searchPanel section .form-group .input-group input {
        margin: 5px 0;
    }

.content-wrapper h3 {
    padding: 3px 20px;
}

    .content-wrapper h3 .breadcrumb {
        padding-top: 0;
    }

    .content-wrapper h3 .pull-right .btn-group {
        margin-top: 4px;
    }

.ToAdd {
    display: table;
    width: 100%;
}

    .ToAdd h3 {
        pointer-events: none;
        cursor: pointer;
        display: block;
        margin: 0 auto;
        text-align: center;
    }

        .ToAdd h3 span {
            font-size: 3rem;
            margin: 5px;
        }

    .ToAdd .dz-default {
        margin-top: 0 !important;
        margin-bottom: 0px !important;
        font-size: 30px;
    }

.dataTables_wrapper .dataTables_filter {
    display: none;
}

.inlineGroup {
    display: table;
    width: 100%;
}

    .inlineGroup section {
        display: table-cell;
    }

        .inlineGroup section .btn {
            width: 100%;
            text-align: center;
            font-size: 1rem;
        }

        .inlineGroup section + section {
            width: 70px;
            padding-left: 8px;
        }

.stuckMenu {
    z-index: 999;
    background: #fff;
}

.isStuck {
    top: 55px !important;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 0 20px;
    border-bottom: 1px solid #ccc;
    transition: all 0.25s;
}

.isStuck_bottom {
    bottom: -15px !important;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 0 20px;
    border-bottom: 1px solid #ccc;
    transition: all 0.25s;
}

.WST_Card, .WST_Card_Add {
    padding: 10px;
    border: 1px solid #98a6ad;
    border-radius: 0 !important;
}

    .WST_Card .card-heading, .WST_Card_Add .card-heading {
        padding: 0;
        padding-bottom: 5px;
        border-bottom: 1px solid #b4bfc4;
        color: #7c8d96;
        font-size: 1.6rem;
    }

    .WST_Card .card-body, .WST_Card_Add .card-body {
        padding-top: 5px;
        font-size: 1.4rem;
    }

        .WST_Card .card-body .WST_btn_icon, .WST_Card_Add .card-body .WST_btn_icon {
            color: #a6b2b8;
        }

            .WST_Card .card-body .WST_btn_icon:hover, .WST_Card_Add .card-body .WST_btn_icon:hover {
                color: #8a9aa2;
            }

        .WST_Card .card-body ul, .WST_Card_Add .card-body ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .WST_Card .card-body ul li, .WST_Card_Add .card-body ul li {
                color: #8a9aa2;
            }

                .WST_Card .card-body ul li span, .WST_Card_Add .card-body ul li span {
                    float: right;
                    color: #a6b2b8;
                }

    .WST_Card_Add .card-body {
        display: table;
        width: 100%;
        height: inherit;
        text-align: center;
    }

        .WST_Card_Add .card-body .WST_btn_icon {
            font-size: 300%;
            width: 100%;
            height: 100%;
            color: #a6b2b8;
            display: table-cell;
        }

            .WST_Card_Add .card-body .WST_btn_icon:hover {
                color: #fff;
                background: #98a6ad;
            }

.WST_CartWrapper {
    position: relative;
    display: inline-table;
    width: 100%;
    height: 100%;
}

    .WST_CartWrapper section {
        display: flex;
    }

    .WST_CartWrapper .panel.WST_Panel {
        box-shadow: none;
    }

        .WST_CartWrapper .panel.WST_Panel .panel-heading {
            margin: 0;
            padding: 0;
            border: 0;
            color: #fff;
        }

            .WST_CartWrapper .panel.WST_Panel .panel-heading h4 {
                margin: 0;
                padding: 15px 0;
                color: #9E9E9E;
            }

                .WST_CartWrapper .panel.WST_Panel .panel-heading h4 span {
                    margin-left: 5px;
                    color: #c4c4c4;
                }

            .WST_CartWrapper .panel.WST_Panel .panel-heading .action {
                padding: 10px 0;
                color: #b8b8b8;
                font-size: 1.6rem;
            }

                .WST_CartWrapper .panel.WST_Panel .panel-heading .action span {
                    margin-right: 20px;
                    padding-right: 20px;
                    border-right: 1px solid #ccc;
                }

                .WST_CartWrapper .panel.WST_Panel .panel-heading .action .WST_btn_group {
                    display: inline-block;
                    padding: 0;
                }

                    .WST_CartWrapper .panel.WST_Panel .panel-heading .action .WST_btn_group li {
                        display: inline-block;
                        padding: 0;
                    }

                        .WST_CartWrapper .panel.WST_Panel .panel-heading .action .WST_btn_group li .WST_btn, .WST_CartWrapper .panel.WST_Panel .panel-heading .action .WST_btn_group li .WST_btn_link, .WST_CartWrapper .panel.WST_Panel .panel-heading .action . li .WST_btn_border, .WST_CartWrapper .panel.WST_Panel .panel-heading .action .WST_btn_group li .WST_btn_icon, .WST_CartWrapper .panel.WST_Panel .panel-heading .action .WST_btn_group li .WST_btn_labeled {
                            display: inline-block;
                            padding: 0 20px !important;
                            border: none;
                        }

                        .WST_CartWrapper .panel.WST_Panel .panel-heading .action .WST_btn_group li .btn-default {
                            color: #888;
                            background: #ccc;
                        }

                        .WST_CartWrapper .panel.WST_Panel .panel-heading .action .WST_btn_group li + li {
                            margin-left: 10px;
                        }

                .WST_CartWrapper .panel.WST_Panel .panel-heading .action .WST_FormInput .form-group, .WST_CartWrapper .panel.WST_Panel .panel-heading .action .WST_FormStatic .form-group {
                    margin-top: -6px;
                    margin-bottom: 0;
                }

                    .WST_CartWrapper .panel.WST_Panel .panel-heading .action .WST_FormInput .form-group .control-label, .WST_CartWrapper .panel.WST_Panel .panel-heading .action .WST_FormStatic .form-group .control-label {
                        color: inherit;
                    }

                    .WST_CartWrapper .panel.WST_Panel .panel-heading .action .WST_FormInput .form-group .form-control, .WST_CartWrapper .panel.WST_Panel .panel-heading .action .WST_FormStatic .form-group .form-control {
                        height: auto;
                        padding: 0;
                        background: #e8ebec;
                        border-radius: 0 !important;
                        color: #a6b2b8;
                    }

        .WST_CartWrapper .panel.WST_Panel .panel-body {
            padding: 0;
            border-top: 1px solid #ccc;
        }

            .WST_CartWrapper .panel.WST_Panel .panel-body .list-group {
                margin: 10px -10px;
            }

                .WST_CartWrapper .panel.WST_Panel .panel-body .list-group .list-group-item {
                    padding: 10px;
                    border: 0;
                    border-radius: 0;
                }

                    .WST_CartWrapper .panel.WST_Panel .panel-body .list-group .list-group-item .media-box {
                        padding: 10px;
                        border: 1px solid #ccc;
                        background: whitesmoke;
                        font-size: 1.4rem;
                    }

.dropdown-menu .list-group .list-group-item:hover .list-group-item-span {
    color: #5d9cec;
    text-decoration: underline;
}

.dropdown-menu .list-group .list-group-item:hover .list-group-item-num {
    color: #5d9cec;
    text-decoration: none;
}

.WST_CartWrapper .panel.WST_Panel .panel-body .list-group .list-group-item .media-box:first-child, .WST_CartWrapper .panel.WST_Panel .panel-body .list-group .list-group-item .media-box:last-child {
    border: 1px solid #ccc;
}

.WST_CartWrapper .ProductSelector {
    position: relative;
    display: table-cell;
    display: none;
    padding-left: 20px;
    border-left: 1px solid #ccc;
}

.WST_CartWrapper .ProductGroup {
    position: relative;
    display: table-cell;
    width: 100%;
}

    .WST_CartWrapper .ProductGroup .panel.WST_Panel .panel-body .media-box .pull-left {
        width: calc(100% - 30px);
    }

    .WST_CartWrapper .ProductGroup.collapsed {
        width: 320px;
        padding-right: 20px;
    }

        .WST_CartWrapper .ProductGroup.collapsed .panel-body .list-group .list-group-item {
            width: 100% !important;
        }

div.floating-cart {
    position: absolute;
    top: 0;
    right: 10px;
    /*right: 0;*/
    /*width: 100%;*/
    /*height: 100vh;*/
    /*width: 315px;*/
    /*height: 480px;*/
    /*background: #fff;*/
    z-index: 200;
    overflow: hidden;
    /*box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15);*/
    display: none;
}

    div.floating-cart.moveToCart {
        right: -20px !important;
        top: -10px !important;
        width: 47px;
        height: 47px;
        /*-webkit-transition: all 800ms ease-in-out;*/
        /*-moz-transition: all 800ms ease-in-out;*/
        /*-ms-transition: all 800ms ease-in-out;*/
        /*-o-transition: all 800ms ease-in-out;*/
        transition: all 800ms ease-in-out;
    }

body.MakeFloatingCart div.floating-cart.moveToCart {
    right: -30px !important;
    top: 10px !important;
    width: 21px;
    height: 22px;
    box-shadow: 0px 5px 31px -1px transparent;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.itemScaleAnim.ng-enter,
.itemScaleAnim.ng-leave,
.itemScaleAnim.ng-move {
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.itemScaleAnim.ng-enter,
.itemScaleAnim.ng-move {
    transform: scale(0.8, 0.8);
    opacity: 0.1;
}

    .itemScaleAnim.ng-move.ng-move-active,
    .itemScaleAnim.ng-enter.ng-enter-active {
        opacity: 1;
        transform: scale(1.05, 1.05);
    }

.itemScaleAnim.ng-leave {
    opacity: 1;
    transform: scale(1.05, 1.05);
}

    .itemScaleAnim.ng-leave.ng-leave-active {
        transform: scale(0.8, 0.8);
        opacity: 0.1;
    }

.WST_ActionTitle {
    display: inline-block;
    cursor: pointer;
    line-height: 1;
    text-decoration: none;
}

    .WST_ActionTitle section {
        position: relative;
        display: inline-block;
        height: 35px;
        line-height: 30px;
        font-size: 2rem;
    }

        .WST_ActionTitle section + section {
            margin-left: 10px;
        }

        .WST_ActionTitle section.icon {
            position: relative;
            width: 30px;
            top: 0px;
            height: 30px;
            text-align: center;
        }

        .WST_ActionTitle section.font {
            background: none;
        }

    .WST_ActionTitle:hover {
        text-decoration: none;
    }


.WST_ActionTitle-sm section {
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 30px;
    font-size: 2rem;
}

    .WST_ActionTitle-sm section + section {
        margin-left: 10px;
    }

    .WST_ActionTitle-sm section.icon {
        position: relative;
        width: 30px;
        height: 30px;
        text-align: center;
    }

    .WST_ActionTitle-sm section.font {
        background: none;
    }

.WST_ActionTitle-sm:hover {
    text-decoration: none;
}

.WST_AnchorLink {
    display: inline-block;
    list-style: none;
    float: left;
    margin: 15px 0 0 0;
    padding: 0;
}

    .WST_AnchorLink li {
        display: inline-block;
    }

        .WST_AnchorLink li a {
            display: inline-block;
            /*padding: 5px 5px 0 5px;*/
            padding: 0px;
            color: #98a6ad;
            font-size: 1.3rem;
        }

        .WST_AnchorLink li:first-child a {
            padding-left: 0;
        }

        .WST_AnchorLink li:last-child a {
            padding-right: 0;
        }

        .WST_AnchorLink li + li:before {
            padding: 0 5px;
            color: #9E9E9E;
            content: "\007c";
        }

@media (min-width: 767px) and (max-width: 1200px) {
    .WST_AnchorLink li + li:before {
        padding: 0 3px !important;
        color: #9E9E9E;
        content: "\007c";
    }
}

.WST_btn, .WST_btn_link, .WST_btn_border, .WST_btn_icon, .WST_btn_labeled {
    border-radius: 0;
    display: inline-block;
    padding: 3.5px 12px;
    font-size: 100%;
    text-decoration: none;
}

    .WST_btn:hover, .WST_btn_link:hover, .WST_btn_border:hover, .WST_btn_icon:hover, .WST_btn_labeled:hover, .WST_btn:focus, .WST_btn_link:focus, .WST_btn_border:focus, .WST_btn_icon:focus, .WST_btn_labeled:focus {
        text-decoration: none;
    }

.WST_btn_link {
    background: none;
    text-decoration: underline !important;
}

.WST_btn_border {
    background: none;
    text-decoration: underline;
    border: 1px solid #6A809D;
}

.WST_btn_icon {
    text-decoration: none;
    border-radius: 0;
    display: inline;
    padding: 0;
    border: none;
    background: none;
}

.WST_btn_labeled {
    padding-top: 0;
    padding-bottom: 0;
}

    .WST_btn_labeled span.btn-label {
        padding: 4px 12px;
        left: -14px;
    }

.WST_btn_blueGray {
    color: #fff;
    background: #6A809D;
}

    .WST_btn_blueGray:hover, .WST_btn_blueGray:focus {
        color: #eee;
        background: #546780;
    }

.WST_btn_gray {
    color: #fff;
    background: #9E9E9E;
}

    .WST_btn_gray:hover, .WST_btn_gray:focus {
        color: #eee;
        background: #858585;
    }

.WST_btn_blue {
    color: #fff;
    background: #2196F3;
}

    .WST_btn_blue:hover, .WST_btn_blue:focus {
        color: #eee;
        background: #0c7cd5;
    }

.WST_btn_red {
    color: #fff;
    background: #F44336;
}

    .WST_btn_red:hover, .WST_btn_red:focus {
        color: #eee;
        background: #ea1c0d;
    }

.WST_btn_green {
    color: #fff;
    background: #37bc9b;
}

    .WST_btn_green:hover, .WST_btn_green:focus {
        color: #eee;
        background: #2b957a;
    }

.WST_btn_lightBlue {
    color: #fff;
    background: #03A9F4;
}

.WST_btn_group {
    margin: 0 auto;
    padding: 0;
    float: right;
    list-style: none;
}

    .WST_btn_group li {
        display: inline-block;
    }

        .WST_btn_group li .btn {
            width: 100%;
            display: inline-block;
        }

@media only screen and (min-width: 768px) {
    .WST_btn_group li .btn {
        width: 100%;
        min-width: 90px;
        display: inline-block;
    }
}

@media only screen and (min-width: 1200px) {
    .WST_btn_group li .btn {
        width: 100%;
        min-width: 100px;
        display: inline-block;
    }
}

.WST_btn_group li + li {
    margin-left: 10px;
}

.btn-group-action {
    list-style-type: none;
    display: table-row;
}

    .btn-group-action li {
        float: left;
        padding: 0 5px;
    }

        .btn-group-action li a {
            color: #656565;
        }

.WST_btn_Create {
    width: 40px;
    height: 40px;
    border: 1px solid #F44336;
    border-radius: 50px;
    text-align: center;
    display: table;
    vertical-align: middle;
    background: #FF5722;
    color: #fff;
    font-size: 1.4rem;
    /* position: relative; */
    padding: 0;
}

.WST_SingleBtn {
    margin-top: 21px;
    padding-left: 20px;
    padding-right: 20px;
}

body {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #656565;
    /*enable vertical scroll bar 8/26/2016 */
    overflow-y: auto !important;
}

body, .wrapper > section {
    background: #ebebeb;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #505458;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        line-height: 1;
        font-size: 75%;
        color: #777;
    }

.SweetAlertMsg {
    display: table;
    /* width: 70%; */
    margin: 0 auto;
    padding: 0;
    text-align: left;
    list-style-type: disc;
}

.nav-tabs > li {
    margin-bottom: -3px;
}

.breadcrumb li a {
    color: #909FA7;
}

    .breadcrumb li a:hover {
        text-decoration: none;
    }

.content-wrapper > h3,
.content-wrapper > .content-heading {
    background: #ebebeb;
    border-bottom: none;
}

    .content-wrapper > h3 span,
    .content-wrapper > .content-heading span {
        position: relative;
        top: 7px;
    }

        .content-wrapper > h3 span a,
        .content-wrapper > .content-heading span a {
            margin-right: 15px;
        }

.panel {
    border: none;
}

    .panel .panel-heading {
        font-size: 20px;
    }

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: none;
}

legend {
    border-bottom-color: #616161;
}

    legend span {
        color: #616161;
        border-bottom: 3px solid #616161;
    }

        legend span i.fa {
            font-size: 1.4rem;
            margin-left: 8px;
            margin-right: 2px;
            position: relative;
            top: -2px;
        }

        legend span a {
            color: inherit;
        }

.form-group {
    margin-bottom: 8px;
    min-height: 30px !important;
}

.form-control {
    margin-bottom: 0;
    border: 1px solid #a8b4c5;
}

    .form-control .control-label {
        padding-top: 5px;
    }

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.radio.c-radio {
    margin: 4px 0;
}

.bg-reverse input,
.bg-reverse .form-control {
    background: #fff !important;
}

.WST_Tag {
    display: inline-block;
    margin: auto 15px;
}

    .WST_Tag .radio {
        margin: 0;
        padding: 0;
    }

        .WST_Tag .radio label {
            padding: 5px 14px 5px 34px;
            font-size: 16px;
            background: none;
            border: 1px solid #a8b4c5;
        }

            .WST_Tag .radio label input {
                opacity: 0 !important;
            }

        .WST_Tag .radio:before {
            content: " ";
            width: 20px;
            height: 20px;
            border-radius: 20px;
            border: 2px solid #a8b4c5;
            position: absolute;
            z-index: 1;
            transform: rotate(-45deg);
            top: 8px;
            left: 10px;
        }

    .WST_Tag.Selected .radio:after {
        content: " ";
        width: 9px;
        height: 5px;
        border: none;
        border-left: 2px solid #FF5722;
        border-bottom: 2px solid #FF5722;
        position: absolute;
        z-index: 1;
        transform: rotate(-45deg);
        top: 14px;
        left: 16px;
    }

.WST_FormInput .form-group, .WST_FormStatic .form-group {
    margin-bottom: 4px;
}

    .WST_FormInput .form-group .control-label, .WST_FormStatic .form-group .control-label {
        margin: 0;
        padding: 0;
        color: #7c8d96;
        font-weight: normal;
    }

    .WST_FormInput .form-group .form-control, .WST_FormStatic .form-group .form-control {
        height: 30px;
        padding: 4px 6px;
        background: #fff;
        border-radius: 0 !important;
        color: #3a3f51;
    }

        .WST_FormInput .form-group .form-control[disabled], .WST_FormStatic .form-group .form-control[disabled],
        .WST_FormInput .form-group fieldset[disabled] .form-control,
        .WST_FormStatic .form-group fieldset[disabled] .form-control {
            background: #f1f1f1;
            color: #828282;
        }

    .WST_FormInput .form-group .input-group .input-group-btn .btn, .WST_FormStatic .form-group .input-group .input-group-btn .btn {
        margin-right: -2px;
        padding: 5px 10px;
        border: 1px solid #a8b4c5;
        color: #6A809D;
        font-size: 12px;
        border-radius: 0;
    }

    .WST_FormInput .form-group .c-checkbox span, .WST_FormStatic .form-group .c-checkbox span,
    .WST_FormInput .form-group .c-radio span,
    .WST_FormStatic .form-group .c-radio span {
        border-color: #a8b4c5;
    }

    .WST_FormInput .form-group .c-checkbox input[type=checkbox]:checked + span, .WST_FormStatic .form-group .c-checkbox input[type=checkbox]:checked + span,
    .WST_FormInput .form-group .c-checkbox input[type=radio]:checked + span,
    .WST_FormStatic .form-group .c-checkbox input[type=radio]:checked + span,
    .WST_FormInput .form-group .c-radio input[type=checkbox]:checked + span,
    .WST_FormStatic .form-group .c-radio input[type=checkbox]:checked + span,
    .WST_FormInput .form-group .c-radio input[type=radio]:checked + span,
    .WST_FormStatic .form-group .c-radio input[type=radio]:checked + span {
        border-color: #5d9cec;
        background-color: #5d9cec;
    }

.WST_FormInput .form-horizontal .form-group, .WST_FormStatic .form-horizontal .form-group {
    margin-bottom: 4px;
}

    .WST_FormInput .form-horizontal .form-group .control-label, .WST_FormStatic .form-horizontal .form-group .control-label {
        padding: 4px 6px;
        background: #e5e9ee;
        color: #5e738f;
    }

.WST_FormStatic .form-group {
    margin-bottom: 4px;
}

    .WST_FormStatic .form-group .control-label {
        padding: 4px 6px;
        background: #e8ebec;
        color: #7c8d96;
        font-weight: normal;
    }

    .WST_FormStatic .form-group .form-control-static {
        min-height: initial;
        padding: 4px 6px;
        color: #54686b;
    }

.WST_FormInput.form-horizontal .form-group .control-label, .form-horizontal.WST_FormStatic .form-group .control-label {
    padding-top: 5px;
    padding-right: 15px;
}

    .WST_FormInput.form-horizontal .form-group .control-label.checkbox.c-checkbox, .form-horizontal.WST_FormStatic .form-group .control-label.checkbox.c-checkbox {
        text-align: left;
    }

.WST_FormInput.form-horizontal .form-group textarea.form-control, .form-horizontal.WST_FormStatic .form-group textarea.form-control {
    height: 100px;
}

.WST_FormInput.form-horizontal .form-group .form-control-static, .form-horizontal.WST_FormStatic .form-group .form-control-static {
    min-height: initial;
    padding: 4px 6px;
    color: #54686b;
}

.WST_IconInSelect, .WST_IconInInput {
    height: 30px;
}

    .WST_IconInSelect .col-lg-11 .ui-select-choices.ui-select-choices-content.ui-select-dropdown {
        margin-left: 15px;
        width: 91.66667%;
    }

.WST_IconInSelect_button {
    position: relative;
    right: 20px;
}

.WST_IconInSelect_p_button {
    position: relative;
    bottom: 30px;
    right: 0;
    float: right;
}

.IconInSelect_p_button {
    position: absolute;
    top: 0;
    right: 15px;
}

.WST_IconInSelect section:last-child .WST_btn, .WST_IconInInput section:last-child .WST_btn, .WST_IconInSelect section:last-child .WST_btn_link, .WST_IconInInput section:last-child .WST_btn_link, .WST_IconInSelect section:last-child .WST_btn_border, .WST_IconInInput section:last-child .WST_btn_border, .WST_IconInSelect section:last-child .WST_btn_icon, .WST_IconInInput section:last-child .WST_btn_icon, .WST_IconInSelect section:last-child .WST_btn_labeled, .WST_IconInInput section:last-child .WST_btn_labeled {
    height: 30px;
}

.WST_DealerSearch {
    display: flex;
    flex-flow: row wrap;
}

    .WST_DealerSearch section {
        border: 1px solid #98a6ad;
    }

        .WST_DealerSearch section:first-child {
            width: 120px;
            border-right: none;
        }

            .WST_DealerSearch section:first-child span {
                border: none;
            }

        .WST_DealerSearch section:nth-child(2) {
            border-left-color: #edf0f1;
            flex: 1;
        }

        .WST_DealerSearch section:last-child .WST_btn, .WST_DealerSearch section:last-child .WST_btn_link, .WST_DealerSearch section:last-child .WST_btn_border, .WST_DealerSearch section:last-child .WST_btn_icon, .WST_DealerSearch section:last-child .WST_btn_labeled {
            height: 30px;
        }

    .WST_DealerSearch input {
        border: none;
    }

    .WST_DealerSearch .ui-select-container .ui-select-match .ui-select-toggle {
        border: none;
    }

    .WST_DealerSearch .WST_btn, .WST_DealerSearch .WST_btn_link, .WST_DealerSearch .WST_btn_border, .WST_DealerSearch .WST_btn_icon, .WST_DealerSearch .WST_btn_labeled {
        background: #6A809D;
    }

.WST_DateInput {
    padding: 0;
}

    .WST_DateInput section.DateSelect {
        padding-right: 0px;
        padding-left: 0px;
    }

    .WST_DateInput section.SpaceBlock {
        /*width: 30px;*/
        text-align: center;
        line-height: 1;
        padding-top: 7px;
        padding-left: 0;
        padding-right: 0;
    }

.ui-select-container .ui-select-match .btn-link {
    color: #7c8d96 !important;
    padding-right: 10px;
}

    .ui-select-container .ui-select-match .btn-link:hover, .ui-select-container .ui-select-match .btn-link:focus {
        color: #3a3f51 !important;
    }

.ui-select-container .ui-select-match .ui-select-toggle {
    border: 1px solid #a8b4c5;
    width: 100%;
}

.ui-select-container .ui-select-search {
    width: 100%;
}

.ui-select-container .ui-select-choices.ui-select-choices-content.ui-select-dropdown {
    margin-top: -1px;
    border: 1px solid #6A809D;
    border-radius: 0;
    width: 100%;
    min-width: 90px;
}

@media screen and (max-width: 1200px) {
    .form-horizontal .form-group {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.WST_Dialog .ngdialog-content, .WST_Dialog_Scroll .ngdialog-content, .WST_DialogConfirm .ngdialog-content {
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .WST_Dialog .ngdialog-content .dialog-heading, .WST_Dialog_Scroll .ngdialog-content .dialog-heading, .WST_DialogConfirm .ngdialog-content .dialog-heading {
        padding: 15px;
    }

        .WST_Dialog .ngdialog-content .dialog-heading h3, .WST_Dialog_Scroll .ngdialog-content .dialog-heading h3, .WST_DialogConfirm .ngdialog-content .dialog-heading h3 {
            margin: 0;
            padding: 0;
            color: #fff;
            font-weight: normal;
        }

    .WST_Dialog .ngdialog-content .dialog-body, .WST_Dialog_Scroll .ngdialog-content .dialog-body, .WST_DialogConfirm .ngdialog-content .dialog-body {
        padding: 15px;
        overflow-y: auto;
        max-height: 450px;
    }

    .WST_Dialog .ngdialog-content .dialog-footer, .WST_Dialog_Scroll .ngdialog-content .dialog-footer, .WST_DialogConfirm .ngdialog-content .dialog-footer {
        padding: 15px;
        border-top: 1px solid #ccc;
    }

        .WST_Dialog .ngdialog-content .dialog-footer .WST_btn_group, .WST_Dialog_Scroll .ngdialog-content .dialog-footer .WST_btn_group, .WST_DialogConfirm .ngdialog-content .dialog-footer .WST_btn_group {
            float: right;
        }

            .WST_Dialog .ngdialog-content .dialog-footer .WST_btn_group li, .WST_Dialog_Scroll .ngdialog-content .dialog-footer .WST_btn_group li, .WST_DialogConfirm .ngdialog-content .dialog-footer .WST_btn_group li {
                display: inline-block;
                padding: 0;
            }

                .WST_Dialog .ngdialog-content .dialog-footer .WST_btn_group li + li, .WST_Dialog_Scroll .ngdialog-content .dialog-footer .WST_btn_group li + li, .WST_DialogConfirm .ngdialog-content .dialog-footer .WST_btn_group li + li {
                    margin-left: 15px;
                }

.WST_Dialog .dialog-heading .pull-right, .WST_Dialog_Scroll .dialog-heading .pull-right, .WST_DialogConfirm .dialog-heading .pull-right {
    cursor: default;
}

.WST_Dialog .dialog-close:before, .WST_Dialog_Scroll .dialog-close:before, .WST_DialogConfirm .dialog-close:before {
    cursor: pointer;
    height: 30px;
    width: 30px;
    background: 0 0;
    color: #fff;
    content: '\00D7';
    font-size: 26px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}

.WST_Dialog legend, .WST_Dialog_Scroll legend, .WST_DialogConfirm legend {
    font-size: 16px;
}

.WST_Dialog .radio.c-radio, .WST_Dialog_Scroll .radio.c-radio, .WST_DialogConfirm .radio.c-radio {
    margin: 0;
}

.WST_Dialog_Scroll .ngdialog-content {
    position: fixed !important;
    top: 10%;
    bottom: 10%;
    height: auto;
    display: flex;
    flex-flow: column;
}

    .WST_Dialog_Scroll .ngdialog-content .dialog-body {
        flex: 1;
        padding: 15px;
        overflow: hidden;
    }

.WST_Dialog_Scroll.W4 .ngdialog-content {
    width: 40%;
    left: 30%;
}

.WST_Dialog_Scroll.W6 .ngdialog-content {
    width: 60%;
    left: 20%;
}

.WST_Dialog_Scroll.W8 .ngdialog-content {
    width: 80%;
    left: 10%;
}

.ngdialog-message .searchPanel {
    width: 100%;
}

    .ngdialog-message .searchPanel p {
        margin: 0;
        font-weight: bold;
    }

    .ngdialog-message .searchPanel section .form-group {
        margin: 5px;
    }

        .ngdialog-message .searchPanel section .form-group:first-child {
            margin-left: 0;
        }

    .ngdialog-message .searchPanel section .btn {
        margin: 5px 2px;
    }

        .ngdialog-message .searchPanel section .btn:last-child {
            margin-right: 0;
        }

.WST_DialogConfirm {
    min-width: 320px;
}

    .WST_DialogConfirm .dialog-heading {
        padding: 15px 15px 0 15px;
    }

    .WST_DialogConfirm .dialog-body {
        padding: 0 30px;
        display: flex;
        flex-flow: column nowrap;
    }

        .WST_DialogConfirm .dialog-body section:first-child {
            width: 50px;
            font-size: 3rem;
        }

        .WST_DialogConfirm .dialog-body section:last-child {
            flex: 1;
            border-left: 1px solid #ccc;
            padding-left: 20px;
        }

            .WST_DialogConfirm .dialog-body section:last-child h4, .WST_DialogConfirm .dialog-body section:last-child P {
                margin: 0;
                padding: 0;
            }

    .WST_DialogConfirm .dialog-footer {
        padding: 20px 15px 15px 15px;
        border-top: 0;
    }

    .WST_DialogConfirm .dialog-close:before {
        color: #98a6ad;
    }

    .WST_DialogConfirm .dialog-close:hover {
        color: #7c8d96;
    }

.WST_Note .Note-heading {
    padding: 15px;
    border-top: 1px solid #9E9E9E;
    background: #ebebeb;
}

.WST_Note .Note-body p {
    margin-bottom: 2px;
    line-height: 1;
}

.WST_Note .Note-body pre {
    margin-bottom: 2px;
    word-break: break-word;
    white-space: normal;
    /*line-height: 1;*/
}

pre {
    font-weight: bold;
}

code, kbd, pre, samp {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.WST_Note .Note-info {
    color: #9E9E9E;
}

    .WST_Note .Note-info p {
        margin-bottom: 5px;
        line-height: 1;
    }

    .WST_Note .Note-info .user {
        font-size: 1.6rem;
    }

    .WST_Note .Note-info .date {
        font-size: 1.2rem;
    }

    .WST_Note .Note-info .pull-right {
        margin-top: 2px;
        font-size: 1.6rem;
    }

        .WST_Note .Note-info .pull-right a {
            color: #9E9E9E;
        }

            .WST_Note .Note-info .pull-right a:hover {
                color: #858585;
            }

            .WST_Note .Note-info .pull-right a + a {
                margin-left: 15px;
            }

    .WST_Note .Note-info .pull-left {
        margin-top: 2px;
        font-size: 1.6rem;
    }

        .WST_Note .Note-info .pull-left a {
            color: #9E9E9E;
        }

            .WST_Note .Note-info .pull-left a:hover {
                color: #858585;
            }

            .WST_Note .Note-info .pull-left a + a {
                margin-left: 15px;
            }

.WST_Note .Note-form {
    padding: 0 15px 15px;
    background: #ebebeb;
}

.WST_Note .WST_Table.table thead tr th {
    border-bottom-color: #d1d7da;
    color: #7c8d96;
    font-size: 1.6rem;
    padding: 0px;
}

.WST_Panel.panel {
    box-shadow: 0px 5px 10px rgba(158, 158, 158, 0.4);
    border-radius: 0;
}

    .WST_Panel.panel .panel-heading {
        padding: 15px;
        background: #F3F3F4;
        border-color: #E7EAEC;
        border-image: none;
        border-style: solid solid none;
        border-width: 3px 0 0;
        border-radius: 0;
        font-size: 1.8rem;
        color: #63747c;
    }

        .WST_Panel.panel .panel-heading paneltool a {
            color: inherit;
        }

    .WST_Panel.panel .WST_SchedulePayment paneltool a {
        color: inherit;
    }

    .WST_Panel.panel .panel-heading span i.fa {
        font-size: 1.4rem;
        margin-left: 8px;
        margin-right: 2px;
        position: relative;
        top: -2px;
    }

    .WST_Panel.panel .panel-heading span a {
        color: inherit;
    }

    .WST_Panel.panel .panel-body {
        padding: 15px;
        background: #f8f8f9;
    }

        .WST_Panel.panel .panel-body legend {
            border-bottom-color: #d1d7da;
            color: #7c8d96;
            font-size: 1.6rem;
        }

    .WST_Panel.panel .panel-footer {
        padding: 15px;
        background: #F3F3F4;
        border-top: 1px solid #E7EAEC;
    }

.WST_SubPanel {
    margin-bottom: 0 !important;
    background: none !important;
    box-shadow: none !important;
}

    .WST_SubPanel .panel-heading,
    .WST_SubPanel .panel-body,
    .WST_SubPanel .panel-footer {
        background: none !important;
    }

    .WST_SubPanel .panel-footer {
        padding-bottom: 0 !important;
    }

.WST_Collapse .panel-heading paneltool {
    float: right !important;
}

    .WST_Collapse .panel-heading paneltool a {
        color: inherit;
        font-size: 100%;
    }

.WST_Collapse .panel-heading .pull-right {
    float: none !important;
}

.WST_Dismiss .panel-heading paneltool a {
    color: inherit;
    font-size: 100%;
}

.WST_TabPanel, .WST_TabPanel-inverse {
    border: none;
    box-shadow: none;
    background: none;
}

    .WST_TabPanel .WST_Tab ul.nav-tabs, .WST_TabPanel-inverse .WST_Tab ul.nav-tabs {
        border-bottom: 1px solid #E7EAEC;
    }

        .WST_TabPanel .WST_Tab ul.nav-tabs li a, .WST_TabPanel-inverse .WST_Tab ul.nav-tabs li a {
            position: relative;
            padding: 0;
            background: none;
            border: 1px solid transparent;
            border-right: 0;
            border-radius: 0 !important;
            color: #7c8d96;
            font-weight: normal;
        }

            .WST_TabPanel .WST_Tab ul.nav-tabs li a .ng-scope, .WST_TabPanel-inverse .WST_Tab ul.nav-tabs li a .ng-scope {
                position: relative;
                display: block;
                width: 100%;
                height: 100%;
                padding: 8px 20px;
            }

@media only screen and (min-width: 768px) {
    .WST_TabPanel .WST_Tab ul.nav-tabs li a .ng-scope, .WST_TabPanel-inverse .WST_Tab ul.nav-tabs li a .ng-scope {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        padding: 8px 10px;
    }
}

.WST_TabPanel .WST_Tab ul.nav-tabs li.active a, .WST_TabPanel-inverse .WST_Tab ul.nav-tabs li.active a {
    border: 1px solid #E7EAEC;
    border-right: 0;
    border-bottom-color: transparent;
}

    .WST_TabPanel .WST_Tab ul.nav-tabs li.active a .ng-scope, .WST_TabPanel-inverse .WST_Tab ul.nav-tabs li.active a .ng-scope {
        background: #FFF;
    }

        .WST_TabPanel .WST_Tab ul.nav-tabs li.active a .ng-scope:before, .WST_TabPanel-inverse .WST_Tab ul.nav-tabs li.active a .ng-scope:before {
            content: '';
            position: absolute;
            z-index: 1;
            top: 0;
            right: 6px;
            width: 1px;
            height: 38px;
            border-left: 1px solid #E7EAEC;
            transform: rotate(-21deg);
        }

        .WST_TabPanel .WST_Tab ul.nav-tabs li.active a .ng-scope:after, .WST_TabPanel-inverse .WST_Tab ul.nav-tabs li.active a .ng-scope:after {
            content: ' ';
            position: absolute;
            top: -1px;
            right: -1px;
            width: 0;
            height: 0;
            border: 0;
            border-top: 38px solid #ebebeb;
            border-left: 15px solid transparent;
        }

.WST_TabPanel .WST_Tab .tab-content, .WST_TabPanel-inverse .WST_Tab .tab-content {
    padding: 15px;
    border: 1px solid #E7EAEC;
    border-top: none;
    background: #FFF;
    box-shadow: 0px 5px 10px rgba(158, 158, 158, 0.4);
}

.WST_TabPanel-inverse .WST_Tab ul.nav-tabs {
    border-bottom: 1px solid #E7EAEC;
}

    .WST_TabPanel-inverse .WST_Tab ul.nav-tabs li.active a {
        border: 1px solid #E7EAEC;
        border-bottom-color: transparent;
    }

        .WST_TabPanel-inverse .WST_Tab ul.nav-tabs li.active a .ng-scope {
            background: #FFF;
        }

            .WST_TabPanel-inverse .WST_Tab ul.nav-tabs li.active a .ng-scope:before {
                content: '';
                position: absolute;
                z-index: 1;
                top: -2px;
                right: 6px;
                width: 1px;
                height: 38px;
                border-left: 1px solid #E7EAEC;
                transform: rotate(-21deg);
            }

            .WST_TabPanel-inverse .WST_Tab ul.nav-tabs li.active a .ng-scope:after {
                content: ' ';
                position: absolute;
                top: -2px;
                right: -2px;
                width: 0;
                height: 0;
                border: 0;
                border-top: 38px solid #FFFFFF;
                border-left: 15px solid transparent;
            }

.WST_TabPanel-inverse .WST_Tab .tab-content {
    padding: 20px;
    border: 1px solid #d1d1d1;
    border-top: none;
    background: #FFF;
    box-shadow: none;
}

.WST_Alert.panel {
    box-shadow: none;
    border: 1px solid #F05050;
    border-top-width: 3px;
    border-radius: 0;
}

    .WST_Alert.panel .panel-heading {
        background: #F3F3F4;
        font-size: 3rem;
        text-align: center;
        color: #F05050;
    }

    .WST_Alert.panel .panel-body {
        padding: 0 15px 15px;
        background: #F3F3F4;
    }

.WST_SearchPanel.panel .panel-body label.input-sm {
    text-align: left;
    padding: 5px 5px 5px 15px;
}

.WST_SearchPanel.panel .panel-footer {
    font-size: 1.6rem;
}

    .WST_SearchPanel.panel .panel-footer paneltool {
        clear: both;
        float: none !important;
    }

    .WST_SearchPanel.panel .panel-footer .showMore {
        margin-right: 20px;
        border-right: 1px solid #ccc;
    }

    .WST_SearchPanel.panel .panel-footer .WST_btn_group {
        display: inline-block;
        margin: -20px 0;
        padding: 0;
        float: none !important;
    }

        .WST_SearchPanel.panel .panel-footer .WST_btn_group li {
            display: inline-block;
            padding: 0;
        }

            .WST_SearchPanel.panel .panel-footer .WST_btn_group li .WST_btn, .WST_SearchPanel.panel .panel-footer .WST_btn_group li .WST_btn_link, .WST_SearchPanel.panel .panel-footer .WST_btn_group li .WST_btn_border, .WST_SearchPanel.panel .panel-footer .WST_btn_group li .WST_btn_icon, .WST_SearchPanel.panel .panel-footer .WST_btn_group li .WST_btn_labeled {
                display: inline-block;
                padding: 0 20px !important;
                border: none;
            }

            .WST_SearchPanel.panel .panel-footer .WST_btn_group li .btn-default {
                color: #888;
                background: #ccc;
            }

            .WST_SearchPanel.panel .panel-footer .WST_btn_group li + li {
                margin-left: 10px;
            }

    .WST_SearchPanel.panel .panel-footer .collapseIcon a em {
        font-size: 2rem;
        margin-right: 4px;
    }

.user-block {
    cursor: default;
}

    .user-block .user-block-info .user-block-name a {
        color: #7D848F;
        text-decoration: none;
    }

        .user-block .user-block-info .user-block-name a:hover {
            color: #7D848F;
            text-decoration: underline;
        }

.WST_Table.table {
    margin: 10px 0;
    background: #fff;
}

    .WST_Table.table thead tr th {
        padding: 10px 15px 10px 6px;
        border-bottom: 1px solid #d1d7da !important;
        color: #4c5960;
        font-weight: normal;
        text-align: left;
    }

        .WST_Table.table thead tr th.cTH {
            text-align: center;
            padding-left: 0;
            padding-right: 0;
        }

    .WST_Table.table thead tr .TH1 {
        width: 60px !important;
    }

    .WST_Table.table thead tr .TH2 {
        width: 110px !important;
    }

    .WST_Table.table thead tr .TH3 {
        width: 160px !important;
    }

    .WST_Table.table thead tr .TH4 {
        width: 210px !important;
    }

    .WST_Table.table thead tr .TH5 {
        width: 80px !important;
    }

    .WST_Table.table thead tr .TH6 {
        width: 50px !important;
    }

    .WST_Table.table thead tr .noSort {
        background: none;
        cursor: default;
        pointer-events: none;
    }

    .WST_Table.table thead tr th.firstItem {
        padding-left: 15px;
    }

    .WST_Table.table thead tr th.lastItem {
        padding-right: 15px;
    }

    .WST_Table.table thead tr th.check {
        width: 40px !important;
    }

    .WST_Table.table tbody tr td {
        padding: 8px 8px;
        color: #63747c;
        font-size: 1.4rem;
    }

        .WST_Table.table tbody tr td .checkbox {
            margin: 0;
        }

        .WST_Table.table tbody tr td .WST_btn_group li {
            margin: 0;
            padding: 0 5px;
        }

            .WST_Table.table tbody tr td .WST_btn_group li + li:before {
                content: "|";
                font-size: 14px;
                position: relative;
                top: -2px;
                left: -5px;
                color: #7c8d96;
            }

        .WST_Table.table tbody tr td .WST_btn_icon {
            position: relative;
            display: inline-block;
            width: 30px;
            height: 30px;
            border-radius: 50px;
            font-size: 1.8rem;
            color: #3a4144;
        }

            .WST_Table.table tbody tr td .WST_btn_icon:disabled {
                opacity: 0.2 !important;
            }

            .WST_Table.table tbody tr td .WST_btn_icon:hover, .WST_Table.table tbody tr td .WST_btn_icon.focus {
                color: #fff;
                background: #63747c;
                transform: scale(1.2, 1.2);
            }

        .WST_Table.table tbody tr td .checkbox {
            padding-top: 4px;
        }

        .WST_Table.table tbody tr td .radio.c-radio {
            margin: 0;
        }

        .WST_Table.table tbody tr td .radio label + label,
        .WST_Table.table tbody tr td .checkbox label + label {
            margin-left: 10px;
        }

    .WST_Table.table tbody tr:nth-child(odd) {
        background: #fbfcfc;
    }

    .WST_Table.table tbody tr:nth-child(even) {
        background: #F2F2F2;
    }

    .WST_Table.table tbody tr td.firstItem {
        padding-left: 15px;
    }

    .WST_Table.table tbody tr td.lastItem {
        padding-right: 15px;
    }

body .ng-table-pager .pagination {
    margin-top: -4px;
}

    body .ng-table-pager .pagination li {
        margin-right: 5px;
        font-size: 1.5rem;
    }

        body .ng-table-pager .pagination li:first-child a {
            font-size: 2rem !important;
            line-height: 22px !important;
        }

        body .ng-table-pager .pagination li:last-child {
            margin-right: 0;
        }

            body .ng-table-pager .pagination li:last-child a {
                font-size: 2rem !important;
                line-height: 22px !important;
            }

        body .ng-table-pager .pagination li a {
            width: 34px;
            height: 34px;
            border: none;
            text-align: center;
            line-height: 24px !important;
            display: inline;
            padding: 5px 0 !important;
            border-radius: 0 !important;
        }

body .ng-table-pager .ng-table-counts button {
    width: 34px;
    height: 34px;
    border: none;
    text-align: center;
    vertical-align: middle;
    display: inline;
    border-radius: 0 !important;
    padding: 5px 0 !important;
    background: #d1d1d1;
    color: #98a6ad;
}

    body .ng-table-pager .ng-table-counts button.active,
    body .ng-table-pager .ng-table-counts button:hover {
        color: #fff;
        background: #9E9E9E;
        box-shadow: none !important;
    }

.WST_Error {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
}

    .WST_Error .sweet-alert {
        background: none;
        position: absolute;
    }

        .WST_Error .sweet-alert h2 {
            margin-top: 20px;
        }

.WST_CreateDealer_panel .WST_Dismiss .panel-heading {
    background: #ebebeb !important;
}

    .WST_CreateDealer_panel .WST_Dismiss .panel-heading paneltool a {
        color: #9E9E9E;
    }

.WST_Login {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: #3a3f51;
    color: #909FA7;
    overflow: hidden;
}

    .WST_Login hr {
        border-top: 1px solid #909FA7;
    }

    .WST_Login .loginImg {
        position: fixed;
        left: 0;
        right: 460px;
        top: 0;
        bottom: 0;
        -webkit-transform: translateZ(0);
        overflow: hidden;
    }

        .WST_Login .loginImg .logo {
            position: relative;
            z-index: 1;
            left: 40px;
            top: 30px;
        }

        .WST_Login .loginImg .loginImage {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            top: 0;
        }

            .WST_Login .loginImg .loginImage img {
                position: absolute;
                max-height: 100%;
                min-width: 100%;
                height: 100%;
                width: 100%;
            }

        .WST_Login .loginImg .loginCaption {
            display: table;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 30px 30px;
            font-size: 14px;
            z-index: 20;
            background: rgba(0, 0, 0, 0.7);
            color: #999;
            width: 100%;
        }

            .WST_Login .loginImg .loginCaption section {
                display: table-cell;
                width: 33.333333%;
            }

                .WST_Login .loginImg .loginCaption section h3 {
                    color: #dcdcdc;
                }

                .WST_Login .loginImg .loginCaption section a {
                    text-decoration: underline;
                    color: #999;
                }

                    .WST_Login .loginImg .loginCaption section a:hover {
                        color: #fff;
                    }

    .WST_Login .loginBox {
        float: right;
        width: 460px;
        height: 100%;
        display: flex;
        flex-flow: column nowrap;
    }

        .WST_Login .loginBox section {
            flex: 1;
        }

            .WST_Login .loginBox section:last-child {
                flex: 2;
            }

        .WST_Login .loginBox > div {
            flex: 1;
            width: 320px;
        }

            .WST_Login .loginBox > div .panel {
                margin: 0;
                background: none;
                box-shadow: none;
            }

                .WST_Login .loginBox > div .panel .panel-heading {
                    padding-bottom: 0;
                }

                .WST_Login .loginBox > div .panel .panel-body form .form-group {
                    margin-bottom: 10px;
                }

            .WST_Login .loginBox > div hr {
                margin-top: -21px;
            }
/*@media screen and (max-width: 768px) {
    .WST_Login .loginBox {
      float: right;
      width: 100%;
      height: 100%;
      display: flex;
      flex-flow: column nowrap;
      padding: 25% 0;
    }
    .WST_Login .loginBox .block-center input {
        height:50px;
        margin-bottom: 20px;
    }
     .WST_Login .loginBox .block-center .form-control-feedback {
         width:50px;
         height:50px;
         line-height:50px;
    }
    .WST_Login .loginImg {
        width:0px;
    }
}*/
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #123;
    background-image: none;
    color: #000;
}



.postpayment_list,
.fullpayment_list,
.partial_list {
    border: 1px solid #dde6e9;
    border-radius: 5px;
}

.postpayment_list {
    min-height: 532px;
}

.fullpayment_list {
    width: 100%;
    height: 200px;
    overflow: auto;
}

.postpayment_list .ng-table th {
    text-align: left;
    padding-top: 0;
}

.no_padding {
    padding: 0;
}

.fullpayment_list p,
.fullpayment_list ul,
.partial_list p,
.partial_list ul {
    margin-bottom: 0;
}

.CreateDealer .dealerInfo {
    padding: 10px;
    background: #F5F5F5;
    min-height: 182px;
}

    .CreateDealer .dealerInfo p {
        margin: 0;
        padding: 0;
    }

    .CreateDealer .dealerInfo .dealerInfo-heading h4 {
        margin: 0;
        padding: 0;
        padding-bottom: 10px;
        font-size: 2rem;
        border-bottom: 1px solid #ccc;
    }

        .CreateDealer .dealerInfo .dealerInfo-heading h4 p {
            font-size: inherit;
        }

            .CreateDealer .dealerInfo .dealerInfo-heading h4 p .small {
                font-size: 80%;
            }

        .CreateDealer .dealerInfo .dealerInfo-heading h4 .status {
            padding: 2px 5px;
            background: #fff;
            border-width: 1px;
            border-style: dotted;
            border-radius: 3px;
            color: #fff;
            font-size: 1rem;
            line-height: 1;
        }

            .CreateDealer .dealerInfo .dealerInfo-heading h4 .status.hold {
                border-color: #795548;
                background: #795548;
            }

    .CreateDealer .dealerInfo .dealerInfo-body {
        padding: 10px 0 0;
        display: flex;
        flex-flow: row nowrap;
    }

        .CreateDealer .dealerInfo .dealerInfo-body section {
            display: inline-table;
            font-size: 1.8rem;
            border: none;
        }

            .CreateDealer .dealerInfo .dealerInfo-body section.availability {
                font-size: 2rem;
                text-align: left;
            }

                .CreateDealer .dealerInfo .dealerInfo-body section.availability span {
                    float: left;
                }

                    .CreateDealer .dealerInfo .dealerInfo-body section.availability span p {
                        padding-left: 6px;
                        text-align: right;
                        color: #98a6ad;
                    }

                        .CreateDealer .dealerInfo .dealerInfo-body section.availability span p strong {
                            color: #51adf6;
                            text-align: right;
                            font-size: 2.2rem;
                        }

                .CreateDealer .dealerInfo .dealerInfo-body section.availability .PCT {
                    color: #2196F3;
                    font-size: 6rem;
                    line-height: 1;
                }

            .CreateDealer .dealerInfo .dealerInfo-body section.limit {
                font-size: 17px;
                width: 100%;
            }

                .CreateDealer .dealerInfo .dealerInfo-body section.limit span {
                    display: inline-table;
                }

                    .CreateDealer .dealerInfo .dealerInfo-body section.limit span p {
                        color: #98a6ad;
                    }

                        .CreateDealer .dealerInfo .dealerInfo-body section.limit span p strong {
                            color: #f77066;
                            font-size: 17px;
                        }

            .CreateDealer .dealerInfo .dealerInfo-body section + section {
                border-left: 1px solid #ccc;
            }

.CreateDealer .dealerInfoSub {
    padding: 15px;
    background: #F5F5F5;
    min-height: 182px;
}

    .CreateDealer .dealerInfoSub h4 {
        margin: 4px 0;
    }

.CreateDealer .control-label {
    background: none !important;
}

.TermInfo, .MiscFee {
    border: 1px solid #9E9E9E;
    padding: 15px;
}

    .TermInfo .WST_Card, .MiscFee .WST_Card, .TermInfo .WST_Card_Add, .MiscFee .WST_Card_Add {
        margin-bottom: 15px;
        padding: 0;
    }

        .TermInfo .WST_Card .card-heading, .MiscFee .WST_Card .card-heading, .TermInfo .WST_Card_Add .card-heading, .MiscFee .WST_Card_Add .card-heading {
            padding: 0;
            border: 0;
        }

            .TermInfo .WST_Card .card-heading .title, .MiscFee .WST_Card .card-heading .title, .TermInfo .WST_Card_Add .card-heading .title, .MiscFee .WST_Card_Add .card-heading .title {
                display: inline-block;
                padding: 2px 8px;
                background: #98a6ad;
                font-size: 2rem;
                color: #fff;
            }

            .TermInfo .WST_Card .card-heading .pull-right, .MiscFee .WST_Card .card-heading .pull-right, .TermInfo .WST_Card_Add .card-heading .pull-right, .MiscFee .WST_Card_Add .card-heading .pull-right {
                padding-top: 2px;
                padding-right: 5px;
            }

                .TermInfo .WST_Card .card-heading .pull-right .WST_btn_icon, .MiscFee .WST_Card .card-heading .pull-right .WST_btn_icon, .TermInfo .WST_Card_Add .card-heading .pull-right .WST_btn_icon, .MiscFee .WST_Card_Add .card-heading .pull-right .WST_btn_icon {
                    font-size: 1.6rem;
                    color: #98a6ad;
                }

                    .TermInfo .WST_Card .card-heading .pull-right .WST_btn_icon:hover, .MiscFee .WST_Card .card-heading .pull-right .WST_btn_icon:hover, .TermInfo .WST_Card_Add .card-heading .pull-right .WST_btn_icon:hover, .MiscFee .WST_Card_Add .card-heading .pull-right .WST_btn_icon:hover {
                        color: #6e818a;
                    }

        .TermInfo .WST_Card .card-body, .MiscFee .WST_Card .card-body, .TermInfo .WST_Card_Add .card-body, .MiscFee .WST_Card_Add .card-body {
            padding: 10px;
        }

        .MiscFee .WST_Card .card-heading, .MiscFee .WST_Card_Add .card-heading {
            border-bottom: 1px solid #b4bfc4;
        }

            .MiscFee .WST_Card .card-heading .title, .MiscFee .WST_Card_Add .card-heading .title {
                color: #98a6ad;
                background: none;
            }

.TemporaryIncrease .WST_Card, .TemporaryIncrease .WST_Card_Add,
.TemporaryDecrease .WST_Card,
.TemporaryDecrease .WST_Card_Add {
    margin-bottom: 15px;
    padding: 0;
}

    .TemporaryIncrease .WST_Card .card-heading, .TemporaryIncrease .WST_Card_Add .card-heading,
    .TemporaryDecrease .WST_Card .card-heading,
    .TemporaryDecrease .WST_Card_Add .card-heading {
        padding: 0;
        border: 0;
    }

        .TemporaryIncrease .WST_Card .card-heading .title, .TemporaryIncrease .WST_Card_Add .card-heading .title,
        .TemporaryDecrease .WST_Card .card-heading .title,
        .TemporaryDecrease .WST_Card_Add .card-heading .title {
            display: inline-block;
            padding: 2px 8px;
            background: #98a6ad;
            font-size: 2rem;
            color: #fff;
        }

        .TemporaryIncrease .WST_Card .card-heading .pull-right, .TemporaryIncrease .WST_Card_Add .card-heading .pull-right,
        .TemporaryDecrease .WST_Card .card-heading .pull-right,
        .TemporaryDecrease .WST_Card_Add .card-heading .pull-right {
            padding-top: 2px;
            padding-right: 5px;
        }

            .TemporaryIncrease .WST_Card .card-heading .pull-right .WST_btn_icon, .TemporaryIncrease .WST_Card_Add .card-heading .pull-right .WST_btn_icon,
            .TemporaryDecrease .WST_Card .card-heading .pull-right .WST_btn_icon,
            .TemporaryDecrease .WST_Card_Add .card-heading .pull-right .WST_btn_icon {
                font-size: 1.6rem;
                color: #98a6ad;
            }

                .TemporaryIncrease .WST_Card .card-heading .pull-right .WST_btn_icon:hover, .TemporaryIncrease .WST_Card_Add .card-heading .pull-right .WST_btn_icon:hover,
                .TemporaryDecrease .WST_Card .card-heading .pull-right .WST_btn_icon:hover,
                .TemporaryDecrease .WST_Card_Add .card-heading .pull-right .WST_btn_icon:hover {
                    color: #6e818a;
                }

    .TemporaryIncrease .WST_Card .card-body, .TemporaryIncrease .WST_Card_Add .card-body,
    .TemporaryDecrease .WST_Card .card-body,
    .TemporaryDecrease .WST_Card_Add .card-body {
        padding: 10px;
    }

.WST_Audit_ul {
    height: 120px;
    overflow-y: scroll;
    border: 1px solid #a6b2b8;
    position: inherit;
}

    .WST_Audit_ul li {
        margin-left: -30px;
        list-style-type: none;
    }

.Information {
    margin-left: 15px;
    border: 1px solid #e4eaec;
}

@media screen and (min-width: 1200px) {
    .WST_Setting .border {
        border-right: 1px solid #e5e5e5;
    }
}

@media screen and (max-width: 1200px) {
    .WST_Setting .border {
        border-bottom: 1px solid #e5e5e5;
    }
}

.WST_Setting .form-group.pull-right {
    padding-top: 10px;
}

    .WST_Setting .form-group.pull-right input {
        margin-right: 5px;
    }

.SystemSetting_ul {
    width: 50%;
    height: 120px;
    overflow-y: scroll;
    border: 1px solid #a6b2b8;
    position: absolute;
}

    .SystemSetting_ul li {
        margin-left: -30px;
        list-style-type: none;
    }

.SystemSetting .form-group {
    margin-bottom: 10px;
}

.SystemSetting_span {
    margin-left: 5px;
    margin-top: 5px;
    font-size: 15px;
}

.Confirm_ul li {
    padding: 10px 0px 10px 0px;
    margin-left: -30px;
    list-style-type: none;
}

.Confirm_span {
    margin-top: 5px;
}

.Confirm_border {
    border-right: 1px solid #e5e5e5;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.WST_SchedulePayment .search {
    position: absolute;
    top: 0;
    right: 16px;
    text-align: center;
    padding: 25px 0;
    background: transparent;
    width: 30px;
    height: 30px;
}

.WST_SchedulePayment .panel-heading.bg-none {
    border: 0px;
}

    .WST_SchedulePayment .panel-heading.bg-none section {
        margin-left: -20px;
        margin-bottom: 10px;
    }

    .WST_SchedulePayment .panel-heading.bg-none .row {
        margin-bottom: 10px;
    }

.WST_Tip {
    margin: 5px;
}

    .WST_Tip ul {
        margin: 0px;
        padding: 0;
        list-style: none;
    }

        .WST_Tip ul li {
            margin: 10px;
        }

.WST_Span {
    margin-top: 5px;
}

.WST_Dashboard_top {
    padding: 8px 0px;
}

@media screen and (min-width: 1200px) {
    .WST_Dashboard .padding_left, .WST_Dashboard .Code {
        padding-left: 0px;
    }
}

@media (min-width: 767px) and (max-width: 1200px) {
    .WST_Dashboard .Code, .WST_Dashboard .Loan, .WST_Dashboard .AccountManager {
        padding-left: 0px !important;
    }
}

.file input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}

.table_overflow {
    width: 100%;
    overflow-x: auto;
}

.dashboard_span {
    font-size: 24px;
    color: #000000;
}

.total {
    margin-bottom: -6px;
}

    .total span {
        font-size: 20px;
    }

.dialg_body_overflow {
    overflow-y: inherit !important;
}

.modal {
    top: 25% !important;
    left: 10% !important;
}

.modal-backdrop.in {
    position: relative !important;
}

.note-editor.note-frame.fullscreen {
    position: fixed;
    bottom: 0;
    right: 15px;
    z-index: 1050;
    width: 82.5%;
}

.modal-body {
    padding: 0px 15px;
    margin: 15px;
}

.note-editor.note-frame.fullscreen {
    position: fixed !important;
    top: 7% !important;
    left: 16% !important;
    z-index: 1050 !important;
    width: 83% !important;
}

.note-editor.note-frame .note-editing-area .note-editable {
    max-height: 650px;
}

.Extension_icon {
    padding: 4% 6%;
    font-size: 40px;
    text-align: center;
}

.WST_Extension table tr th {
    font-size: 13px;
    padding: 8px 5px !important;
}

.c-checkbox input[type=checkbox]:disabled + span, .c-checkbox input[type=radio]:disabled + span, .c-radio input[type=checkbox]:disabled + span, .c-radio input[type=radio]:disabled + span {
    cursor: not-allowed;
}

.c-checkbox input[type=radio]:disabled + span, .c-radio input[type=radio]:disabled + span {
    background-color: #d2d2d2 !important;
}

.btn_DeepBlue {
    color: #fff !important;
    background: #5d9cec !important;
}

.form-span label {
    color: #98a6ad !important;
    margin-right: 15px;
}

.word_wrap{
     word-break:break-all;
}

.p_0 {
    padding: 0px !important;
}

.p_b_0 {
    padding-bottom: 0px !important;
}

.p_t_0 {
    padding-top: 0px !important;
}

.WST_Payment_check {
    padding-left: 0px;
}

    .WST_Payment_check .panel-body {
        max-height: 550px;
        /* height: 578px; */
        min-height: 110px;
        overflow: auto;
    }

    .WST_Payment_check .panel-footer {
        background: #fff !important;
        margin: 0px !important;
        padding: 12px 5px !important;
    }

@media screen and (min-width: 1200px) {
    .WST_Payment_check .isStuck {
        padding: 0px;
        width: 20.3%;
        /* float: right; */
        /* right: 0px; */
        /*height: 638px;*/
        margin-left: 78.5% !important;
        /*top: 55px;*/
        background: #f5f7fa;
    }
}

@media screen and (max-width: 1200px) {
    .WST_Payment_check {
        padding-left: 15px;
        margin-bottom: 15px;
    }

        .WST_Payment_check .isStuck {
            background: #ebebeb;
        }

        .WST_Payment_check .panel-body {
            min-height: 30px;
            max-height: 190px;
        }
}

.WST_Payment_check .title {
    font-size: 17px;
}

.WST_Payment_check .PaymentBlock {
    padding: 5px 15px;
}

    .WST_Payment_check .PaymentBlock:nth-child(odd) {
        background: #f3f4f5;
    }

.border-top {
    border-top: 1px solid #a8b4c5 !important;
}

.border-bottom {
    border-bottom: 1px solid #9e9e9e !important;
}

.WST_Payment_check ul {
    padding: 5px;
    list-style: none;
}

    .WST_Payment_check ul li {
        border: 1px solid #a8b4c5 !important;
        padding: 5px;
        margin: 0px 5px 15px 5px;
    }

        .WST_Payment_check ul li .WST_Cancel {
            font-size: 20px;
            color: rgb(221, 107, 85);
        }

.WST_Payment .tab-content {
    min-height: 307px;
    max-height: 740px;
    overflow-y: auto;
}

.WST_Payment_Sub ul {
    padding-left: 0px;
}

    .WST_Payment_Sub ul li {
        border: 1px solid #ccc;
        list-style: none;
        margin-bottom: 10px;
        margin-left: -10px;
        padding: 0px 10px 15px 15px;
    }

        .WST_Payment_Sub ul li .Cancle, .WST_PartialPayment_Sub .form-horizontal .Cancle {
            font-size: 20px;
            color: rgb(221, 107, 85);
        }

.WST_PostPayment_btn {
    width: 100px;
    padding: 4px 0px;
}

.WST_PostPayment_Tab .tab-content {
    padding: 0px;
    min-height: 305px;
}

.p_r_20 {
    padding-right: 20px !important;
}

.p_r_10 {
    padding-right: 10px !important;
}

.p_b_10 {
    padding-bottom: 10px !important;
}

.checkbox input[type="checkbox"], input[type="radio"][disabled] {
    opacity: 0;
}

.m_0 {
    margin: 0px !important;
}

.tooltip {
    z-index: 10000 !important;
}

.WST_SchedulePaymentConfirm .panel-body {
    border-top: 1px #ccc solid;
}

.WST_SchedulePaymentConfirm .Title .Title_DealerCode {
    width: 22%;
}

.WST_SchedulePaymentConfirm .Title .Title_DealerName {
    width: 24%;
}

.WST_SchedulePaymentConfirm .Title .Title_Subtotal {
    width: 20%;
}

.WST_SchedulePaymentConfirm .Title .Title_BankAccount {
    width: 32%;
}

    .WST_SchedulePaymentConfirm .Title .Title_BankAccount .col-sm-3 {
        width: 40%;
    }

    .WST_SchedulePaymentConfirm .Title .Title_BankAccount .col-sm-9 {
        width: 58%;
        padding-right: 0px;
    }

.WST_SchedulePaymentConfirm .Detail {
    min-height: 195px !important;
    border-left: 1px #e5e5e5 solid;
}

    .WST_SchedulePaymentConfirm .Detail .col-lg-12 {
        padding-left: 30px;
    }

.WST_SchedulePaymentConfirm .Cancel a {
    font-size: 20px;
    color: rgb(221, 107, 85);
}

.WST_SchedulePaymentConfirm .WST_SchedulePaymentList {
    padding-left: 24px !important;
}

.font-lg {
    font-size: 1.8rem;
}

.color-red {
    color: rgb(221, 107, 85);
}

.dropzone .dz-preview {
    width: 170px !important;
}

    .dropzone .dz-preview .dz-image {
        width: 170px !important;
        height: 170px !important;
    }

        .dropzone .dz-preview .dz-image img {
            height: 170px !important;
            width: 170px !important;
        }

    .dropzone .dz-preview .dz-details .dz-size {
        margin-top: 30%;
    }

.dropzone .dz-message {
    margin: 0px !important;
}

.dropzone .dz-TopMessage {
    font-size: 2rem;
    /*cursor: pointer;*/
    text-align: center;
}

    .dropzone .dz-TopMessage i {
        font-size: 30px;
        margin-right: 15px;
    }

.form-alert {
    width: 520px !important;
}

    .form-alert button {
        width: 230px !important;
        font-size: 10px !important;
        padding: 6px !important;
    }

.no-text-decoration {
    text-decoration: none !important;
}

.btn_Balance {
    padding: 3px 5px;
    font-size: 14px;
}

.label_Balance label {
    margin-top: 2px;
}

.p_r_0 {
    padding-right: 0px !important;
}

.pdf_Dialog {
    padding: 0px !important;
}

    .pdf_Dialog.ngdialog-theme-default .ngdialog-content {
        height: 95.6%;
    }

    .pdf_Dialog .dialog-heading {
        background: #000000;
    }

    .pdf_Dialog .ngdialog-content .dialog-heading {
        height: 40px;
        padding: 8px 15px 8px 10px;
    }

.pdfjs #sidebarContent {
    box-sizing: content-box;
}

.pdfjs .thumbnail {
    background: none !important;
    border: none;
}

.border-right {
    border-right: 1px solid #e5e5e5;
}

.sweet-alert fieldset {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.Loan_Confirm {
    text-align: left !important;
    padding-left: 30px !important;
}

.sweet-alert {
    width: 580px !important;
    border: 1px #ccc solid;
    padding: 25px !important;
}

.sweet-overlay {
    background-color: rgba(0, 0, 0, 0.75) !important;
    z-index: 10010 !important;
}

.form-group-margin {
    margin-bottom: 4px !important;
    min-height: 30px;
}

.TitelLabel {
    font-size: 24px;
    line-height: 1.1;
    color: #656565;
    font-weight: normal;
    padding-left: 20px;
    float: right;
    padding-top: 8px;
}

@media screen and (max-width: 1200px) {
    .ngdialog-content {
        width: 66% !important;
    }

    .WST_checkbox_group_small {

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: none;
    }
}

.input-group-addon {
    padding: 6px 10px !important;
}

@media screen and (min-width: 1200px) {
    .PostPaymentCard section table {
        width: 100%;
    }

        .PostPaymentCard section table tbody tr td {
            font-size: 3.2rem;
            text-align: center;
        }

        .PostPaymentCard section table .title {
            margin: 0;
            padding: 0;
            font-size: 1.6rem;
        }

        .PostPaymentCard section table .cash {
            margin: 0;
            padding: 0;
            font-size: 2.4rem;
            color: #5d9cec;
        }

    .PostPaymentCard section {
        text-align: center;
    }

    .PostPayment_Tab .col-lg-4 {
        /*padding-left:0px ;*/
    }
}

@media (min-width: 767px) and (max-width: 1200px) {


    .PostPaymentCard section table {
        width: 100%;
    }

        .PostPaymentCard section table tbody tr td {
            font-size: 1.4rem;
            text-align: center;
        }

            .PostPaymentCard section table tbody tr td:nth-child(even) {
                width: 30px;
            }

            .PostPaymentCard section table tbody tr td:last-child {
                width: 20%;
            }

        .PostPaymentCard section table .title {
            margin: 0;
            padding: 0;
            font-size: 1.4rem;
        }

        .PostPaymentCard section table .cash {
            margin: 0;
            padding: 0;
            font-size: 1.4rem;
            color: #5d9cec;
        }

        .PostPaymentCard section table tbody tr td:last-child button {
            margin-top: 4%;
            font-size: 1.4rem;
            padding: 5px 10px;
            float: right;
        }

    .PostPayment_Tab .col-lg-4 {
        padding-left: 15px;
    }
}

@media screen and (min-width: 1200px) {
    .WST_AuditDetail {
        /*display: flex;
  flex-flow: row nowrap;*/
        margin: 15px 0;
    }

        .WST_AuditDetail section:nth-child(1) h3 {
            margin: 0;
            padding: 0;
            line-height: 1;
        }

            .WST_AuditDetail section:nth-child(1) h3 p {
                margin: 0;
                padding: 0;
                font-size: 1.4rem;
                text-align: left;
            }

        .WST_AuditDetail section:nth-child(2) h3 {
            text-align: center;
            margin: 0;
            padding: 0;
            line-height: 1;
        }

            .WST_AuditDetail section:nth-child(2) h3 p {
                margin: 0;
                padding: 0;
                font-size: 1.4rem;
                text-align: center;
            }

        .WST_AuditDetail section:nth-child(3) {
            flex: 1;
            text-align: center;
        }

            .WST_AuditDetail section:nth-child(3) .title {
                margin: 0 10px;
                font-size: 1.6rem;
            }

            .WST_AuditDetail section:nth-child(3) .number {
                position: relative;
                top: 2px;
                line-height: 1;
                font-size: 3rem;
            }

                .WST_AuditDetail section:nth-child(3) .number span {
                    text-decoration: underline;
                }

        .WST_AuditDetail section:nth-child(4) h2 {
            margin: 0;
            margin-top: -10px;
            padding: 0;
            line-height: 1;
            font-size: 4rem;
            text-align: right;
        }

            .WST_AuditDetail section:nth-child(4) h2 p {
                margin: 0;
                padding: 0;
                font-size: 1.2rem;
                text-align: right;
            }

    .WST_AuditDetail_label {
        margin-bottom: 10px;
    }
}

@media (min-width: 767px) and (max-width: 1200px) {
    .WST_AuditDetail {
        /*display: flex;
  flex-flow: row nowrap;*/
        margin: 15px 0;
    }

        .WST_AuditDetail section:nth-child(1) h3 {
            margin: 0;
            padding: 0;
            line-height: 1;
        }

            .WST_AuditDetail section:nth-child(1) h3 p {
                margin: 0;
                padding: 0;
                font-size: 1.4rem;
                text-align: left;
            }

        .WST_AuditDetail section:nth-child(2) {
            flex: 1;
            text-align: left;
            padding-top: 15px;
        }

            .WST_AuditDetail section:nth-child(2) .title {
                margin: 0 2px;
                font-size: 1.6rem;
            }

            .WST_AuditDetail section:nth-child(2) .number {
                position: relative;
                top: 2px;
                line-height: 1;
                font-size: 2.6rem;
            }

                .WST_AuditDetail section:nth-child(2) .number span {
                    text-decoration: underline;
                }

        .WST_AuditDetail section:nth-child(3) h2 {
            margin: 0;
            margin-top: -10px;
            padding: 0;
            line-height: 1;
            font-size: 4rem;
            text-align: right;
        }

            .WST_AuditDetail section:nth-child(3) h2 p {
                margin: 0;
                padding: 0;
                font-size: 1.2rem;
                text-align: right;
            }

    .WST_AuditDetail_label {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 1200px) {
    .WST_AuditResolve .Note {
        display: -webkit-box;
    }

        .WST_AuditResolve .Note label {
            width: 12.5%;
            display: block;
        }

        .WST_AuditResolve .Note div {
            width: 87.5%;
            padding: 0px 15px;
        }
}

@media (min-width: 767px) and (max-width: 1200px) {
    .WST_AuditResolve .Note {
        display: -webkit-box;
    }

        .WST_AuditResolve .Note label {
            width: 24.5%;
            display: block;
        }

        .WST_AuditResolve .Note div {
            width: 75.5%;
            padding: 0px 15px;
        }
}

@media screen and (min-width: 1200px) {
    .WST_Scrollable .Scrollable {
        border-right: 1px solid #ccc;
        padding: 0px 15px 0 0;
    }

    .WST_Scrollable .panel-body {
        padding: 0px;
    }

    .LoanDetail_label {
        width: 38%;
    }

    .LoanEdit_ul li button {
        min-width: 50px !important;
    }

    .WST_LoanEdit_h3 {
        margin-bottom: 25px !important;
    }

    .AuditContact {
        width: 13%;
    }
}

@media (min-width: 767px) and (max-width: 1200px) {
    .WST_Scrollable .Scrollable {
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .WST_Scrollable .panel-body {
        padding: 0px;
    }

    .LoanEdit_ul li button {
        font-size: 12px;
        min-width: 34px !important;
    }

    .LoanEdit_ul li + li {
        margin-left: 5px;
    }

    .AuditContact {
        width: 33.33333%;
    }
}

.Tag {
    border: 1px #f66359 solid;
    color: #f66359;
    padding: 0px 5px;
    border-radius: 6px;
}

.Table_Whitespace {
    white-space: nowrap;
}

.font-sm {
    font-size: 14px !important;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .WST_LoanEdit_h3 {
        margin-bottom: 40px !important;
    }
}

@media (min-width: 767px) and (max-width: 1023px) {
    .WST_LoanEdit_h3 {
        margin-bottom: 70px !important;
    }
}

.p_l_0 {
    padding-left: 0px !important;
}

.p_l_10 {
    padding-left: 10px !important;
}

.btn-default:hover {
    color: #888;
    background-color: #d6d6d6;
    border-color: #d6d6d6;
}

.btn-default {
    color: #888;
    background-color: #ccc;
    border-color: #eaeaea;
}

@media screen and (max-width: 767px) {
    .WST_Login .loginBox {
        width: 100%;
        overflow: auto;
        height: 100%;
    }

    .WST_Login .loginImg {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .LoanManagement_DealerName label {
        width: 30%;
    }

    .LoanManagement_DealerName div {
        width: 70%;
    }

    .WST_Map {
      position: absolute;
      top:0px;
      left:20px;
    }

      .WST_checkbox_group_large {

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

}

.brand-logo-collapsed {
    display: none !important;
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .aside-collapsed .topnavbar .navbar-header {
        width: 70px;
        display: none;
    }
}

.loginBox ks-swiper-container {
    height: 100%;
}

.loginBox .Login_version {
    position: absolute;
    bottom: 0;
    right: 10px;
}

.loginBox .swiper-container {
    height: 100%;
}

    .loginBox .swiper-container .swiper-wrapper .swiper-slide {
        padding: 25% 40px 0 40px;
    }

.Inventory_card {
    border: solid 1px #ccc;
    min-height: 120px;
}

    .Inventory_card label {
        position: absolute;
        top: -14px;
        left: 5px;
        background: #fff;
        text-align: center;
        font-size: 16px;
    }

    .Inventory_card p {
        margin: 0px;
    }

        .Inventory_card p span {
            font-weight: normal;
        }

        .Inventory_card p .text-bold {
            font-style: oblique;
        }

.WST_Inventory_table {
    border: 1px solid #d1d7da !important;
}

    .WST_Inventory_table thead th, .WST_Inventory_table tr td, .WST_Inventory_table tr {
        border-bottom: 1px solid #d1d7da !important;
        border-top: 1px solid #d1d7da !important;
    }

    .WST_Inventory_table .border_left {
        border-left: 1px solid #d1d7da !important;
    }

    .WST_Inventory_table .border_right {
        border-right: 1px solid #d1d7da !important;
    }

.WST_btn_primary {
    color: #fff;
    background: #1cbdc7;
}

    .WST_btn_primary:hover {
        color: #eee !important;
        background: #16939a;
    }

    .WST_btn_primary:focus {
        color: #fff !important;
    }

.WST_btn_disabled {
    cursor: default;
    cursor: pointer;
    opacity: 0.8;
    color: #000 !important;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #c3c3c3;
}

.Dashboard_Dialog .ngdialog-content {
    margin: 0px 20px !important;
    float: right;
}

    .Dashboard_Dialog .ngdialog-content .ViewBorder.WST_btn.btn-search {
        height: 2px !important;
        padding: 0;
        width: 95%;
    }

    .Dashboard_Dialog .ngdialog-content .dialog-body {
        max-height: 590px;
    }

.Filter_btn {
    top: 5px;
    position: absolute;
    left: 0px;
    border: none;
    background: none;
    color: #5d9cec;
}

.Filter_input {
    padding-left: 25px;
}

.WST_Inventory_list {
    /*position: fixed;
    right: 20px;
    top: 10%;
    background-color: rgba(154, 154, 154, 0.26);*/
}

    .WST_Inventory_list ul {
        list-style: none;
        padding: 10px 32px !important;
    }

        .WST_Inventory_list ul li button {
            margin: 8px 0px;
            min-width: 120px;
        }

.WST_Inventory_table .LoanDetails_color {
    background-color: #D6DCE4;
}

.WST_Inventory_table .VehicleInfo_color {
    background-color: #DDEBF7;
}

.WST_Inventory_table .LoanStatus_color {
    background-color: #FCE4D6;
}

.WST_Inventory_table .PaymentInfo_color {
    background-color: #EDEDED;
}

.WST_Inventory_table .MarketValue_color {
    background-color: #FFF2CC;
}

.WST_Inventory_table .RecoveryDetail_color {
    background-color: #D9E1F2;
}

.WST_Inventory_table .Action_color {
    background-color: #E2EFDA;
}

.WST_Inventory_table tr td {
    padding: 0px 2px !important;
    margin: 0px !important;
    font-size: 12px !important;
}

.WST_Inventory_table tr th {
    height: 30px;
    padding: 10px !important;
    font-size: 12px !important;
}

.WST_Inventory_table tr td .btn.DR_btn {
    padding: 3px;
    margin: 0px 3px;
}

.WST_Inventory_table thead tr:first-child th {
    font-size: 16px !important;
}

.WST_Inventory_table thead tr th {
    font-weight: bold !important;
}

.Sor_Table th.sortable.sort-desc .sort-indicator:after {
    border-bottom: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    visibility: visible;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    filter: alpha(opacity=60);
    -khtml-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
}

.Sor_Table th.sortable.sort-desc .sort-indicator:after, .Sor_Table th.sortable.sort-asc .sort-indicator:after {
    margin-top: -2px;
}

.Sor_Table th.sortable.sort-desc .sort-indicator:before, .Sor_Table th.sortable.sort-asc .sort-indicator:before {
    visibility: hidden;
}

.Sor_Table th.sortable.sort-asc .sort-indicator:after, .Sor_Table th.sortable.sort-asc .sort-indicator:hover:after {
    visibility: visible;
    filter: alpha(opacity=60);
    -khtml-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
}

.white-space-select .ui-select-container .ui-select-choices .ui-select-choices-group a {
    white-space: normal;
}

.white-space-select .ui-select-container .ui-select-match .ui-select-match-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 90%;
}

.WST_Inventory_table tr.text-danger td {
    color: #f66359 !important;
}

.WST_Inventory_table tr.text-success td {
    color: #37bc9b !important;
}

.WST_Inventory_table tbody tr.bg_yellow {
    background: #f9f9a6 !important;
}

.WST_Inventory_table tbody tr td {
    color: #000 !important;
}

.Note_Table tbody {
    max-height: 120px;
    overflow: auto;
    display: grid;
}

    .Note_Table tbody tr {
        width: 100%;
        display: inline-grid;
    }

        .Note_Table tbody tr td {
            width: 100%;
        }

.WST_Table.table tbody tr td.bg_green {
    background: rgba(192, 255, 62, 0.8);
}

.WST_Table.table tbody tr td.bg_yellow {
    background: rgba(255, 239, 114, 0.8);
}

.WST_Table.table tbody tr td.bg_red {
    background: rgba(255, 167, 167, 0.8);
}

.ELITE {
    font-size: 16px;
    font-family: -webkit-pictograph;
}

.smallTable {
    margin: 0 !important;
    border: 1px solid #d1d7da !important;
    font-size: 12px;
}

    .smallTable th {
        padding: 0 !important;
        border-right: 1px solid #d1d7da !important;
        border-top: 1px solid #d1d7da !important;
        padding: 4px !important;
        text-align: center;
    }

    .smallTable td {
        padding: 0 !important;
        border-right: 1px solid #d1d7da !important;
        border-top: 1px solid #d1d7da !important;
        padding: 4px !important;
        text-align: center;
        background-color: white;
    }

.editDealerTitleTable {
    margin: 20px 0 !important;
}


.glyphicon.glyphicon-folder-open:before {
    content: "\e118";
}

.group-span-filestyle .btn .glyphicon {
    top: 1px !important;
    color: #333;
}

.bootstrap-filestyle .group-span-filestyle .btn-default {
    background-color: white;
}

.WST_ul {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
}

    .WST_ul li {
        padding-top: 3px;
        padding-bottom: 3px;
    }

        .WST_ul li:hover, .WST_ul li:focus {
            background: #ebebeb;
        }

    .WST_ul .WST_selected_li {
        background: #d0d0d0;
    }

.WST_checkbox_group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.WST_checkbox {
    padding-right: 0px !important;
}

.WST_btn_icon_link {
    color: #7c8d96 !important;
}

    .WST_btn_icon_link:hover, .WST_btn_icon_link:focus {
        color: #333 !important;
    }

.process_div {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #fff;
}

.process {
    display: inline-block;
}

.p_gray1 {
    background: linear-gradient(to top, #ececec, #ffffff);
    border: 1px solid #969696;
    box-shadow: #ccc 3px 4px 2px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    /*width: 180px;*/
    padding: 5px 5px;
    min-height: 32px;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 200;
    color: #474747;
}

.p_gray {
    background: linear-gradient(to top, #ececec, #ffffff);
    border: 1px solid #969696;
    box-shadow: #ccc 3px 4px 2px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    /*width: 180px;*/
    padding: 5px 5px;
    min-height: 32px;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 200;
    color: #474747;
}

.backG_1 {
    background: linear-gradient(to top, #1aa3cd, #6ad1f0);
    border: 2px solid #23b7e5;
    color: #fff;
}

.backG_2 {
    background: linear-gradient(to top, #564aa3, #7266ba);
    border: 2px solid #564aa3;
    color: #fff;
}

.backG_3 {
    background: linear-gradient(to top, #1aa3cd, #6ad1f0);
    border: 2px solid #23b7e5;
    color: #fff;
}

.backG_4 {
    background: linear-gradient(to top, #564aa3, #7266ba);
    border: 2px solid #564aa3;
    color: #fff;
}

.up_line {
    margin-top: 10px;
}

.arrow_color {
    color: #a0a0a0;
    font-size: 20px;
    margin: 8px 5px 3px;
}
.p_gray:hover {
    background: linear-gradient(to top, #e0dcdc, #edecec);
}

.backG_2:hover {
    background: linear-gradient(to top, #43378c, #5c50a7);
}

.backG_1:hover {
    background: linear-gradient(to top, #0e96bf, #5dc8e8);
}


.related_note_page {
    width: 700px;
    height: calc(100% - 55px);
    position: fixed;
    right: -700px;
    top: 55px;
    overflow-y: auto;
    z-index:1000;
}

.related_note_tb{
    min-height:100%;
    border: 2px solid #cfdbe2;
    border-top-width: 3px; 
    border-bottom-width: 3px;
}

.related_note {
    width: 30px;
    height: 34px;
    position: fixed;
    right: 0%;
    top: 300px;
    z-index:1000;
}

.related_note_tb h3 {
    padding: 3px 15px;
}

.related_note_category_text {
    text-align:right;
}

.related_note_reply_count {
    text-align:right;
}

@media screen and (max-width: 1200px) {

   .related_note_category_text {
    text-align:left;
   }
}

@media screen and (max-width: 1000px) {

   .related_note_page {
    width: 550px;
    height: calc(100% - 55px);
    position: fixed;
    right: -550px;
    top: 55px;
    overflow-y: auto;
    z-index:1000;
    }
}

@media screen and (max-width: 600px) {

   .related_note_page {
    width: 450px;
    height: calc(100% - 0px);
    position: fixed;
    right: -450px;
    top: 0px;
    overflow-y: auto;
    z-index:1000;
    }
}

@media screen and (max-width: 500px) {

   .related_note_page {
    width: 350px;
    height: calc(100% - 0px);
    position: fixed;
    right: -350px;
    top: 0px;
    overflow-y: auto;
    z-index:1000;
    }

   .related_note_reply_count {
    text-align:left;
    margin-left:130px;
}
}

@media screen and (max-width: 350px) {

   .related_note_page {
    width: 250px;
    height: calc(100% - 0px);
    position: fixed;
    right: -250px;
    top: 0px;
    overflow-y: auto;
    z-index:1000;
    }

   .related_note_reply_count {
    text-align:left;
    margin-left:130px;
}
}

.subnote_table {
    background-color: inherit !important;
}
.subnote_table tr {
    background-color: inherit !important;
}
.noterow {
    margin-left: -15px;
    margin-right: 0px;
}
.subnoterow {
    margin-left: -15px;
    margin-right: -7px;
}
.note_header {
    font-size: 13px;
    font-weight: normal;

}
.WST_Panel_border {
    border: 1px solid #cfdbe2 !important;
    border-top-width: 3px !important;
}
.dealer_bg_whiter {
    background:url(../images/bg-whiter.png) #fff !important;
}
.ng_table_no_pager {
    /*margin-bottom: -36px;*/
}

.StatusNode .form-group {
  margin-bottom: 4px!important;
}
.ReplyNoteTop {
    margin-top: 10px;
}

/*a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}*/
.WST_Map_Remove_Footer .gmnoprint a, .WST_Map_Remove_Footer .gmnoprint span, .WST_Map_Remove_Footer .gm-style-cc {
    display:none;
}
.WST_Map_Remove_Footer .gmnoprint div {
    background:none !important;
}

.WST_IncreaseRequest .chartSection {
    padding: 15px 15px 10px 15px;
}

    .WST_IncreaseRequest .chartSection canvas {
        top: -10% !important;
    }

.WST_IncreaseRequest section:first-child {
    text-align: center;
}

    .WST_IncreaseRequest section:first-child table {
        width: 100%;
    }

        .WST_IncreaseRequest section:first-child table td {
            font-size: 16px;
            text-align: center;
        }

        .WST_IncreaseRequest section:first-child table .cash {
            margin: 0;
            padding: 0;
            font-size: 2.4rem;
            color: #6a7c85;
        }

@media (min-width: 767px) and (max-width: 1200px) {
    .WST_IncreaseRequest section:first-child table .cash {
        font-size: 2rem;
    }
}

.WST_IncreaseRequest .chartProjected1 {
    position: absolute;
    top: 35%;
    left: calc(-7% + 10px);
    right: -14px;
    font-weight: bold;
}

.WST_IncreaseRequest .chartProjected2 {
    position: absolute;
    top: 45%;
    left: calc(-7% + 10px);
    right: -14px;
    font-weight: bold;
}

    .WST_IncreaseRequest .chartProjected1 p, .WST_IncreaseRequest .chartProjected2 p {
        text-align: center;
        margin-bottom: 0;
    }

        .WST_IncreaseRequest .chartProjected1 p span, .WST_IncreaseRequest .chartProjected2 p span {
            display: block;
        }

    .WST_IncreaseRequest .chartProjected1 p, .WST_IncreaseRequest .chartProjected2 p {
        text-align: center;
        margin: 0;
        font-size: 16px;
    }
.dialog-body legend {
    border-bottom-color: #d1d7da;
    color: #7c8d96;
    font-size: 1.6rem;
}

.dialog-body-no-scroll {
    width: 100%;
    padding: 15px;
}

.white-space-normal {
    white-space:normal!important;
}
.related_note_p p {
            max-width: 100%;
            height: auto;
            word-wrap: break-word;
            word-break: break-all;  
                  
}
.related_note_p img{
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .tabSystem {
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nighthawk {
        height: 40px;
        padding: 8px;
        width: 50px;
        /*color:#23b7e5;*/
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (min-width: 768px) {
    .tabSystem {
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nighthawk {
        height: 55px;
        padding-right: 10px;
        padding-left: 10px;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.box-title{
    margin-bottom: 10px;
    background:lightgray !important; 
    padding-top:3px; 
    padding-bottom:3px;
    font-size:1.6rem;
    padding-left:10px;
    padding-right:10px;
}

.floating_save_btn {
    width: 30px;
    height: 34px;
    position: fixed;
    right: 0%;
    top: 334px;
    z-index:1000;
}

.floating_save_btn button {
    padding: 0px; 
    border: none;
}

@media (max-width: 767px) {
  .nav > li > a {
    padding: 10px 12px;
  }
}

.choose_button_group{
    float: right;
    padding-top: 0px !important; 
    margin-right: 6px !important;
    margin-left: 7px !important;
}

.vertical_tab{
    width: 20% !important;
}
.vertical_tab_form{
    width: 80% !important;
}
