﻿background-size: contain;body {
    overflow-y: scroll;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, img, form, input, textarea, blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    word-break: initial;
    overflow-wrap: break-word;
    color: #55565B;
}

#header {
    margin-bottom: 15px;
}

.menu-on-top #main {
    margin-top: 0 !important;
}

.field-item {
    text-align: justify !important;
}

@media (min-width: 992px) {
    .modal-custom-xlg {
        width: 85%;
    }
}

[uib-typeahead-popup].dropdown-menu {
    max-height: 250px;
    overflow-y: auto;
}

select.costDropdownTableHead,
select.ReasonForDischargeTableHead,
select.termYearDropdownTableHead {
    width: 100%;
}

th.termYearDropdownTableHead {
    width: 10%;
}

th.costDropdownTableHead {
    width: 25%;
}

.login-bckgrnd {
    background-image: url("/images/");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    min-height: 486px;
    height: auto;
    position: relative;
}

.home_page_content {
    font-size: 17px;
}

#Login_divInnerContainer.login-link a:hover {
    text-decoration: underline !important;
}
/*@media (min-width: 770px) {
    .login-bckgrnd {
    background-image: url("/images/handshake.jpg");
    background-repeat: no-repeat;
      background-position: center;
   // background-size: 100%;
   // min-height:486px;
}
}*/
.home-bckgrnd {
    background-image: url("/images/CMSLoginImage.jpg");
    background-position: right;
    background-repeat: no-repeat;
    height: 460px;
}
/*Corp Documents style*/
.text-wrap-section {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.custom-label {
    font-size: 10pt !important;
    font-weight: normal !important;
    margin-bottom: 0px !important;
}

.corporate-doc-container .panel-heading ul,
.corporate-doc-container .panel-heading-open ul {
    list-style: none !important;
}

.corporate-doc-container .panel-title > a:before {
    float: left !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}

.corporate-doc-container .panel-title > a.collapsed:before {
    float: left !important;
    content: "\f067";
}

.corporate-doc-container .panel-title > a:hover,
.corporate-doc-container .panel-title > a:active,
.corporate-doc-container .panel-title > a:focus {
    text-decoration: none;
}

.corporate-doc-container .panel-default > .panel-heading {
    color: #333 !important;
    background-color: #f5f5f5 !important;
    border-color: #ddd !important;
}

.corporate-doc-container .panel-title {
    background: #f5f5f5 !important;
}

.ui-table-container {
    max-height: 250px;
    overflow-y: auto;
    height: auto;
}

.corporate-doc-container .panel-heading-open {
    color: rgba(255, 255, 255, 0.9) !important;
    background-color: #999 !important;
    border-color: #999 !important;
    border-radius: 0;
    padding: 5px 10px;
    border-bottom: 0;
}

.count-badge {
    position: relative;
}

    .count-badge[data-badge]:after {
        content: attr(data-badge);
        position: absolute;
        top: -10px;
        right: -10px;
        font-size: .7em;
        background: #9f9f9f;
        color: #fff;
        width: 18px;
        height: 18px;
        text-align: center;
        line-height: 18px;
        border-radius: 50%;
        box-shadow: 0 0 1px #333;
    }
/*--------------------------------------------------------------*/

/*fine-tuning the padding for create order reg pages*/
@media (min-width: 992px) {

    .contentPanelContainer {
        padding-left: 0;
    }

    .summaryPanelContainer {
        padding-left: 0;
        padding-right: 0;
    }

        .summaryPanelContainer .panel {
            min-height: 245px;
        }
}

@media (max-width: 991px) {

    .contentPanelContainer, .summaryPanelContainer {
        padding-left: 0;
        padding-right: 0;
    }

        .summaryPanelContainer .panel {
            min-height: 200px;
        }
}
/*END fine-tuning the padding for create order reg pages*/

.announcement-count {
    left: 34px;
    top: 17px;
    position: absolute;
    font-size: 9px;
    background-color: #EEE;
    border: 1px solid #666;
    border-radius: 100px;
    min-width: 15px;
    padding: 2px;
    color: #000;
}

.announcement-bell {
    font-size: 30px;
}

.nav .navbar-nav .glyphicon .glyphicon-bell {
    font-size: 100px;
}

#main {
    margin-left: 0px;
    padding: 0;
    /*padding-bottom: 52px;*/
    min-height: 600px;
    margin-right: 0px;
    outline: none;
}

.align-vertically-center {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.pageContainer {
    margin-bottom: 70px !important;
    margin-top: 25px !important;
}


.page-footer {
    height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    border-top: 1px solid #CECECE;
    background: #4C7A15;
    display: block;
    bottom: 0;
    margin-bottom: 0px;
}

    .page-footer a {
        color: #f1f1f1;
        text-decoration: underline;
    }

        .page-footer a:hover {
            color: #a8a8a8;
            text-decoration: none;
            text-decoration: underline;
        }

/* Styles for basic forms

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #b01409;
}

.field-validation-valid, .validation-summary-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #b01409;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #b01409;
}

.has-error .control-label {
    color: #b01409;
}

.has-error select, .has-error .form-control, .has-error input[type=text], .has-error input[type=text] + .input-group-addon {
    color: #b01409;
    border: 1px solid #b01409;
}


/* divider */
.line {
    border-bottom: 1px solid #c6c6c6;
}

.form-horizontal .form-group .text-left {
    text-align: left !important;
    padding-left: 15px;
}

.vertical-divider {
    border-right: 1px;
}
/* Kendo Grid */

.edit-popup-kendo-custom.k-panelbar .k-tabstrip > .k-content,
.edit-popup-kendo-custom.k-tabstrip > .k-content {
    border-style: none !important;
    padding: 0em !important;
}

.edit-popup-kendo-custom > .k-grid-header th.k-header,
.edit-popup-kendo-custom > .k-grid-content .k-detail-cell .k-grid-header th.k-header {
    font-weight: bold !important;
}

.edit-popup-kendo-custom > .k-grid-content .k-detail-cell td {
    overflow: visible;
}

.edit-popup-kendo-custom > .k-grid-content table tbody > tr > td {
    /*padding: .4em .4em !important;*/
    font-size: 9pt;
}

.edit-popup-kendo-custom > .k-grid-content table tbody .k-hierarchy-cell + td {
    border-left-width: 1px !important;
}

.edit-popup-kendo-custom > .input-group .dropdown-menu {
    position: relative;
}

.k-popup li.k-item {
    cursor: pointer !important;
}

.edit-popup-kendo-custom > .input-group span.k-autocomplete {
    border-radius: 0px !important;
}

.edit-popup-kendo-custom > button[disabled], html input[disabled] {
    cursor: no-drop !important;
}
/*--------------------------*/
/* Review Order*/
.mrgn-width-90 {
    width: 90% !important;
}

.table > tbody > tr > td, .table > tfoot > tr > td .topline {
    border-top: 0 solid #ddd !important;
    color:#55565B;
}


.k-grid-content table tbody > tr > td {
    padding: .2em .3em;
    font-size: 9pt;
}

.k-state-selected a {
    color: #fff;
}

.mrgn-0 {
    margin: 0;
}

.mrgn-left-2 {
    margin-left: 2px !important;
}

.mrgn-left-10 {
    margin-left: 10px !important;
}

.mrgn-left-3 {
    margin-left: 3px !important;
}

.mrgn-left-15 {
    margin-left: 15px !important;
}

.mrgn-left-20 {
    margin-left: 20px;
}

.mrgn-left-35 {
    margin-left: 35px;
}

.mrgn-left-40 {
    margin-left: 40px;
}


.mrgn-tp-0 {
    margin-top: 0;
}

.mrgn-top-2 {
    margin-top: 2px;
}

.mrgn-top-5 {
    margin-top: 5px;
}


.mrgn-top-10 {
    margin-top: 10px;
}

.mrgn-top-15 {
    margin-top: 15px;
}

.mrgn-top-20 {
    margin-top: 20px;
}

.mrgn-top-25 {
    margin-top: 25px;
}

.mrgn-top-42 {
    margin-top: 42px;
}

.mrgn-top-50 {
    margin-top: 50px;
}

.mrgn-top-100 {
    margin-top: 100px;
}

.mrgn-top-125 {
    margin-top: 125px;
}


.mrgn-rgt-10 {
    margin-right: 10px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.mrgn-rght-15 {
    margin-right: 15px !important;
}

.mrgn-bottom-20 {
    margin-bottom: 20px;
}

.mrgn-bottom-25 {
    margin-bottom: 25px;
}

.mrgn-bottom-10 {
    margin-bottom: 10px;
}

.mrgn-bottom-40 {
    margin-bottom: 40px;
}

.mrgn-bottom-220 {
    margin-bottom: 220px;
}

.mrgn-bottom-0 {
    margin-bottom: 0 !important;
}

.mrgn-bttm-sm {
    margin-bottom: 5px;
}

.mrgn-bttm-md {
    margin-bottom: 10px;
}

.mrgn-bttm-lg {
    margin-bottom: 15px;
}

.padd-tp-5 {
    padding-top: 5px;
}

.padd-tp-10 {
    padding-top: 10px;
}

.custom-form-control {
    height: 28px !important;
}

.space {
    padding: 10px;
}

.half-space {
    padding: 5px;
}

.bg-info > .blue {
    background-color: #eee !important;
}

.bolder {
    font-weight: 700;
}

.font-em {
    font-size: .8em;
}

.icon-color {
    color: #fff !important;
}

.btn-width {
    width: 130px;
}

.panel-default-1 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}


/* Overlay */
#overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

    #overlay > * {
        width: 54px;
        height: 42px;
        position: fixed;
        top: 50%;
        left: 50%;
        margin: -21px 0 0 -27px;
    }

/* navbar*/


.navbar-default {
    background-color: #4C7A15;
    border-color: #4C7A15;
}

    .navbar-default li.disabled > a {
        color: #f1f1f1;
    }

    .navbar-default .navbar-nav > li > a {
        color: #f1f1f1;
        padding-left: 15px !important;
    }


        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #a8a8a8;
            background-color: transparent;
        }



.navbar {
    margin-bottom: 1px !important;
}

.dropdown-submenu > a:after:hover {
    border-left-color: #ccc !important;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ccc !important;
    background-color: #f5f5f5 !important;
}


.navbar-default .navbar-nav > li > a > i {
    display: block !important;
    margin: -4px 0 4px; /* margin: -9px 0 4px;*/
    line-height: inherit;
    text-align: center;
    font-size: 13.5pt;
    margin-bottom: -3px; /* 2px*/
    width: 100%;
}

.dropdown-toggle.nav li a {
    margin-top: 5px;
}


@media screen and (max-width: 1296px) {

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #2a2725;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > li > a > i {
        display: initial;
        margin: 0 0 4px;
        line-height: inherit;
        text-align: center;
        font-size: 13.5pt;
        margin-bottom: 2px;
        width: 0;
        padding-right: 24px;
        float: left;
    }



    .navbar-default {
        background-color: #4C7A15 !important;
        border-color: #4C7A15 !important;
    }

    .dropdown-submenu > a:after:hover {
        border-left-color: #ccc !important;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ccc !important;
        background-color: transparent !important; /* #f5f5f5 !important; */
    }

    .navbar-nav .open .dropdown-menu {
        Background-color: #fff !important;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        margin-left: 15px;
    }
}

/* removed the rounded edges from the top nav */

@media (min-width: 1297px) {
    .navbar {
        border-radius: 0 !important;
    }
}

/* panel */

.panel-title {
    font-size: 13.5pt !important;
    background: #005f9c;
}

.panel-default {
    font-size: 9.75pt;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 15px;
    border-width: 1px 1px 2px;
    border-style: solid;
    /*border-top: none;
    border-right-color: #CCC !important;
    border-bottom-color: #CCC !important;
    border-left-color: #CCC !important;*/
    overflow: visible;
}


.panel-default-view {
    font-size: 9pt;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    margin-bottom: 10px;
    border-top: none;
    overflow: visible;
}


/*panel heading color*/
.panel-default > .panel-heading {
    color: #fff;
    background-color: #005f9c; /*#4c4f53; - gray*/
    border-color: #FFF;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.panel-heading {
    padding: 5px 10px;
}

    /*panel heading link*/
    .panel-heading > a {
        color: #fff;
    }

        .panel-heading > a:hover, .panel-heading > a:active {
            text-decoration: none;
        }


.panel-font {
    color: #fff;
}

.panel-head {
    color: #fff !important;
    padding: 10px 15px 10px 10px !important;
}

/* modal */
.modal-panel-default {
    font-size: 9pt;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 15px;
    border-width: 1px 1px 2px;
    border-style: solid;
    border-top: 1px solid #ddd;
    border-right-color: #CCC !important;
    border-bottom-color: #CCC !important;
    border-left-color: #CCC !important;
    overflow: visible;
    background: #fff;
    line-height: 1;
}

.modal-header-1 {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #c9c9c9;
    background-color: #c9c9c9 !important;
}



.modal-footer {
    padding: 15px;
    text-align: right;
    /* border-top: 0px !important;*/
    background-color: #f5f5f5;
    border-top: 1px solid #e3e3e3;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.panel-footer-1 {
    padding: 10px 15px;
    background-color: #c9c9c9;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.min-ht {
    min-height: 20px !important;
}

.form-group-m {
    height: 18px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pad-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pad-left-0 {
    padding-left: 0 !important;
}

.pad-right-0 {
    padding-right: 0 !important;
}

.left {
    text-align: left !important;
    padding-left: 20px !important;
}

.col-20-leftpadding {
    padding-left: 20px !important;
}

textarea {
    resize: none;
}

.section-title {
    display: block;
    width: 100%;
    padding-top: 10px;
    margin-bottom: 5px;
    font-size: 13.5pt;
    border-bottom: 1px solid #9f9f9f;
}

.sub-section-title {
    display: block;
    width: 100%;
    padding-top: 5px;
    margin-bottom: 2px;
    font-size: 9pt;
    border-bottom: 1px solid #9f9f9f;
}

legend.messages {
    margin-bottom: 2px;
    margin-top: 10px;
}



.form-control {
    border: 1px solid #9f9f9f;
    border-radius: 0 !important; /* removed the rounded corners*/
}

[disabled].form-control {
    border: 1px solid #ddd !important;
}

[readonly].form-control {
    background-color: #fff;
    color: #9f9f9f;
    border-color: #ccc;
}

.form-control.k-widget {
    padding: 0;
}

.checkbox {
    margin-top: 0;
}


input[type='radio'], input[type='checkbox'] {
    margin-right: 4px !important;
    margin-top: 2px !important;
}

.mandatory-fields {
    margin: 6px 0 0 0;
    padding: 0;
}

.darkRed {
    color: #990000 !important;
}

.listStyleSquare {
    list-style: square !important;
    padding-left: 15px;
}

ul.defaultPadding {
    padding-left: inherit;
}

.h1Title {
    padding: 5px 0 10px;
}

.cg-header-content {
    padding: 5px 0 10px;
}

    .cg-header-content > .row,
    .cg-header-content > .row > .col-md-4,
    .cg-header-content > .row > .col-md-8 {
        padding: 0;
        margin: 0;
    }

#crumbs ul {
    list-style: none;
}

    #crumbs ul li {
        display: inline;
    }

        #crumbs ul li a {
            display: inline-block;
            height: 18px;
            background: #c9c9c9;
            padding: 8px 15px 10px 40px;
            position: relative;
            margin: 0 4px 0 0;
            font-size: 12pt;
            text-decoration: none;
            color: #000;
        }

            #crumbs ul li a:before {
                content: "";
                border-top: 18px solid transparent;
                border-bottom: 18px solid transparent;
                border-left: 18px solid #fff;
                position: absolute;
                left: 0;
                top: 0;
            }

            #crumbs ul li a:after {
                content: "";
                border-top: 18px solid transparent;
                border-bottom: 18px solid transparent;
                border-left: 18px solid #c9c9c9;
                position: absolute;
                right: -18px;
                top: 0;
                z-index: 1;
            }

        #crumbs ul li:first-child a {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

            #crumbs ul li:first-child a:before {
                display: none;
            }

        #crumbs ul li:first-child a {
            padding-left: 15px;
        }

        #crumbs ul li:last-child a {
            padding-right: 25px;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

            #crumbs ul li:last-child a:after {
                display: none;
            }

        #crumbs ul li a:hover,
        #crumbs ul li.active a {
            background: #c9c9c9;
            color: #fff;
        }

            #crumbs ul li a:hover:after,
            #crumbs ul li.active a:after {
                border-left-color: #c9c9c9;
                color: #fff;
            }

/* MyQueue*/
.padd-all {
    padding-top: 25px;
    padding-bottom: 25px;
}

.col-section h4 {
    margin-bottom: 1em;
    margin-left: -1.2em;
    font-size: 1.1em;
    line-height: 2em;
    text-transform: uppercase;
}

.font-size10pt {
    font-size: 10pt;
}

.jurisdiction {
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .jurisdiction .sub-heading {
        padding-top: 7px !important;
    }

    .jurisdiction hr {
        margin-top: 0 !important;
        margin-bottom: 5px !important;
    }

.weight {
    font-weight: normal !important;
}

.width-80 {
    width: 50%;
}

.width-20 {
    width: 20%;
}

.float-right {
    float: right;
    border-top: 1px solid #ccc;
}



/* Registration Details*/

.well-sm {
    min-height: 20px;
    margin-bottom: 0 !important;
    background-color: #f1f6fc;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}


.min-height-tp {
    min-height: 33px !important;
}

.min-ht-50 {
    min-height: 50px;
}

.min-ht-30 {
    min-height: 30px !important;
}

.well-size {
    min-height: 70px;
}


/* Review Order*/

.branch {
    margin-left: 5px !important;
    padding-top: 10px !important;
}

.square {
    list-style-type: square;
}

/* Transaction Family */
.separator {
    border-bottom: 5px solid #e3efc0;
}

/* Home */


.homePageMainHeroBox {
    color: #fff;
    background: #004e7e;
    border-radius: 5px;
}

    .homePageMainHeroBox h3 {
        color: #fff;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 2em;
    }

    .homePageMainHeroBox p {
        padding-right: 15px;
        font-size: 1.2em;
        padding-left: 15px;
    }

    .homePageMainHeroBox img {
        width: 100%;
    }

    .homePageMainHeroBox a {
        color: #fff;
        text-decoration: underline;
    }


        .homePageMainHeroBox a:hover {
            color: #e7e7e7;
            text-decoration: none;
            text-decoration: underline;
        }


.header-bttm {
    margin-bottom: 2px;
}

.header-top {
    margin-top: 5px;
}

/* login */
.homePageMainHeroBox-1 {
    color: #000;
    border-radius: 5px;
}

    .homePageMainHeroBox-1 img {
        width: 100%;
    }

/* reset everything to the default box model */

*,
:before,
:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: border-box;
}


/* set a border-box model only to elements that need it */

.form-control, /* if this class is applied to a Kendo UI widget, its layout may change */
.container,
.container-fluid,
.row,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.k-autocomplete, .k-combobox, .k-datepicker, .k-timepicker, .k-datetimepicker, .k-colorpicker, .k-numerictextbox, .k-dropdown, .k-selectbox, .k-textbox, .k-toolbar .k-split-button {
    width: 100% !important;
}

.k-state-disabled {
    opacity: 0.3 !important;
}

tbody.scroll {
    overflow-y: scroll;
    height: 140px;
    position: absolute;
    width: 85% !important;
    margin-top: 1px;
    margin-left: 1px;
}

.filter-scroll {
    padding-left: 15px;
    padding-top: 5px;
    min-height: 100px;
    max-height: 100px;
    overflow-y: scroll;
    border: 1px solid #4C4F53;
}

.divFilters {
    height: auto;
    max-width: inherit;
    border: 1px solid #4C4F53;
}

    .divFilters td label {
        width: 100%;
        font-weight: bold;
    }

        .divFilters td label.badge {
            width: 70%;
        }

.dropdown-submenu {
    position: relative;
}

caption.filters {
    padding: 2px;
    color: #FFFFFF;
    background: #4C4F53;
    margin-top: 0;
    font-size: 9.75pt !important;
    font-weight: bold;
}

.content-sep-html-space {
    margin-right: 5px;
}

.col-less-padding {
    padding-right: 10px;
}

.col-very-less-right-padding {
    padding-right: 5px;
}

.col-very-less-left-padding {
    padding-left: 5px;
}

.col-no-right-padding {
    padding-right: 0px;
}

.col-50-left-padding {
    padding-left: 50px;
}

.col-high-padding {
    padding-right: 20px;
}

.custom-input-field-eft {
    border: 1px solid #9f9f9f;
}

.custom-input-field-eft-fill {
    width: 100%;
}

.eft_flex_item {
    flex: auto;
}

.dash_item {
    background-color: #f5f5f5;
    border: 1px solid #DDD;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    flex: auto;
}

.dash-item-legend {
    width: auto !important;
    margin-bottom: 5px !important;
    border: none !important;
    font-size: 10pt !important;
    font-weight: bold;
}

.dash-item-row-no-margin {
    margin-right: 0px;
    margin-left: 0px;
}

.dash-item-flex {
    display: flex;
}

.dash-item-title {
    font-weight: bold;
    color: #666;
    height: 20px;
    padding: 5px;
    margin-bottom: 5px;
}

.drop-down-mutliselect-customclass {
    font-size: 8.5pt;
}

.div-filters {
    font-size: 8.8pt !important;
    background-color: #FFF;
    padding: 10px;
    border: 1px solid #DDD;
}

    .div-filters li label {
        font-size: 8.8pt !important;
    }

.div-filters-header-label {
    font-weight: bold;
}

.vertically-align-center {
    vertical-align: central !important;
}

.table-filters {
    text-align: left;
    vertical-align: bottom !important;
    color: #555;
    font-size: 9pt;
    margin-bottom: 2px !important;
}

label.badge {
    margin-bottom: 0 !important;
    font-size: 7.5pt !important;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:focus + .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:focus ul:first-of-type {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

/*.navbar-brand {
    float: none !important;
    height: 0;
    padding: 18px 12px;
    font-size: 13.5pt;
    line-height: 10px;
}*/

#header-logo {
    padding: 0 10px;
}

.logo-img {
    height: 56px;
    margin-left: 1.2em;
}

.teranet-logo-img {
    height: 56px;
    margin-right: 0.5em;
}
.cms-logo-img {
    height: 56px;
    margin-right: 0.5em;
}
.cg-label {
    font-weight: bold;
}

h2 > span.glyphicon {
    vertical-align: text-top;
}


.tab-pane > .panel,
.tab-pane > .form > .panel {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-width: 0;
}


.disabled .green {
    color: #777 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.preSearchModalCustom .modal-dialog {
    width: 95% !important;
}

.txnEditModalCustom .modal-dialog {
    width: 80% !important;
}

.multi-select-dropdown {
    list-style: none;
    width: 100%;
    position: absolute;
    z-index: 100;
    max-height: 300px;
    overflow-y: auto;
    font-size: 8.5pt !important;
}

    .multi-select-dropdown li {
        min-height: 50px;
        height: auto;
    }

.list-group > .list-group-item > a > label {
    width: 100%;
    margin: 0;
    cursor: pointer;
}

    .list-group > .list-group-item > a > label > .badge {
        font-size: smaller;
        margin: 2px 0 0;
    }


.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: relative !important;
    float: left;
}


input.date-picker {
    min-width: 160px;
    max-width: 200px;
}


@media (max-width: 767px) {
    .table-responsive {
        overflow-x: scroll;
        overflow-y: scroll;
        margin-bottom: 0;
        border-width: 0;
    }
}

@media (max-width: 481px) {
    .dataTables_filter input[type="search"] {
        width: 120px;
    }
}

.dataTables_empty {
    background-color: rgba(241, 246, 252, 1);
}

table[data-component="dataTables"] {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

table.cg-fixed {
    table-layout: fixed;
}

table[data-component="dataTables"] > thead > tr > th,
table[data-component="dataTables"] > thead > tr > td,
table[data-component="dataTables"] > tfoot > tr > th,
table[data-component="dataTables"] > tfoot > tr > td {
    /*word-break: break-all;*/
    white-space: nowrap;
}

table[data-component="dataTables"].cg-fixed > thead > tr > th,
table[data-component="dataTables"].cg-fixed > thead > tr > td,
table[data-component="dataTables"].cg-fixed > tfoot > tr > th,
table[data-component="dataTables"].cg-fixed > tfoot > tr > td {
    overflow: hidden;
    text-overflow: ellipsis;
}

table[data-component="dataTables"] > tbody > tr > th,
table[data-component="dataTables"] > tbody > tr > td {
    white-space: nowrap;
}

table[data-component="dataTables"].cg-fixed > tbody > tr > th,
table[data-component="dataTables"].cg-fixed > tbody > tr > td {
    overflow: hidden;
    text-overflow: ellipsis;
}


/* SideMenu spyscroll - START */
#sideMenuContainer {
    position: fixed;
}

.navbar-bright {
    background-color: #226622;
    color: #fff;
}

    .navbar-bright li > a:hover {
        background-color: #003300;
    }


@media (min-width: 979px) {
    .affix-top {
        width: 100%; /*Use full column width when viewport is at top*/
    }

    .affix {
        top: 8px;
        width: 24.5%; /*after scroll, spy becomes fixed, width must be % of full screen*/
    }
}

#sideMenu li.active a {
    background-color: #D6DDE7;
}

.divCounts {
    min-width: 210px;
    border: 1px solid #305d8c;
}

.rel {
    position: relative;
}

.list-item-main {
    padding: 3px;
    font-size: 0.95em !important;
    background-color: #fff;
    font-weight: bold;
    color: #305DA2 !important;
}

.divCounts2 {
    min-width: 150px;
    border: 0;
}

.list-item-sec {
    padding: 2px;
    font-size: 0.92em !important;
    background-color: #fff;
    font-weight: normal;
    color: #305DA2 !important;
}

#mynav {
    border: 1px solid #305d8c;
}

.mynav {
    border: 1px solid #305d8c;
}

li.caption {
    padding: 5px 0 5px 15px;
    color: #fff;
    background: #4C4F53;
    font-size: 10.5pt !important;
    font-weight: bold;
}

li.caption_plain {
    color: #305d8c;
    font-size: 9.75pt;
    font-weight: bold;
    min-height: 20px;
}

li label {
    font-size: 9.75pt;
    font-weight: normal;
}

/* SideMenu spyscroll - END */
.alert {
    min-height: 20px;
    color: #55565B !important;
    border-left-width: 5px;
}

.alert-default {
    border-left-color: #555;
    background: #fff;
}

.alert-danger {
    border-left-color: #b01409;
}

.danger {
    color: #b01409;
}


/*.table-info {
    text-align: left;
    vertical-align: top !important;
    color: #555;
    font-size: 9.75pt;
    margin-bottom: 14px !important;
}*/

table {
    background-color: #fff;
}

th {
    vertical-align: top !important;
}

.table-condensed > tbody > tr > td {
    padding: 2px;
}

.thead12 {
    padding: 3px;
    font-size: 0.97em !important;
    background-color: #fff;
    color: #55565B;
}


.template-table-container {
    overflow: auto;
    max-width: initial;
    max-height: 400px;
}

.template-table {
    table-layout: auto !important;
    white-space: nowrap;
}

.modified-cell {
    background-color: #ebeaea;
}

.upper-cell {
    padding: 2px;
    font-size: 0.92em;
}

.lower-cell {
    padding: 2px;
    font-size: 0.92em;
    color: #005f9c;
}

.server-response-success {
    color: #468847;
    font-weight: bold;
}

.server-response-failed {
    color: #b01409;
    font-weight: bold;
}

.field-data {
    font-size: 9.75pt;
    font-weight: normal;
}

.heading2 {
    padding: 3px;
    font-size: 0.97em !important;
    background-color: #fff;
    font-weight: bold;
    color: #225522;
}

.caption {
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 0;
    color: #FFFFFF;
    background: #4C4F53;
    margin-top: 2px;
    font-size: 10.5pt !important;
    font-weight: bold;
}



.label-input {
    padding: 3px;
    font-size: 8.25pt !important;
    background-color: #fff;
    font-weight: bold;
    color: #225522 !important;
}

.shadow-me {
    box-shadow: 0 3px 3px rgba(50,50,50,0.33);
}


/* Nav Pills styles as tabs - START */

.nav > li > a {
    position: relative;
    display: block;
    padding: 5px;
}


/* Nav Pills styles as tabs  - END */

td > input.textbox {
    border: 1px solid #ddd;
    border-radius: 2px;
    outline: 0;
    height: 18px;
    width: 100px;
}

tfoot {
    text-align: center;
    color: #555;
    font-size: 0.8em;
}

.mytable-striped > tbody > tr:nth-child(odd) {
    background-color: #E5EDEB !important;
}

.navbar-nav {
    margin: 13px 15px 0;
}

h1 {
    color: #333;
    letter-spacing: -1px;
    font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
    font-size: 26pt;
    font-weight: 300;
}

.input-group-addon > i.fa {
    width: 15px;
}


/* home */
.home ul {
    list-style: none !important;
}

/* home - end */


/*current state */
.form-control-width-sm {
    display: block;
    width: 4em;
    padding: 6px 12px;
    font-size: 10.5pt;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control-width-md {
    display: block;
    width: 8em;
    padding: 6px 12px;
    font-size: 10.5pt;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.jurisdiction ul {
    list-style: none;
}
/*current state - end */

/*product services*/
.jurisdictionChks ul {
    list-style: none;
}

.box {
    border-bottom: 1px solid #ccc;
    padding-top: 3px;
    padding-left: 8px;
}
/*Login page styles*/
#Login_divInnerContainer {
    background: #EDEEEE;
}

.login-page-input {
    border-radius: 5px !important;
}
/* enable absolute positioning */
.inner-addon {
    position: relative;
}

    /* style icon */
    .inner-addon .fa {
        position: absolute;
        padding: 10px;
    }

/* align icon */
.left-addon .fa {
    left: 0px;
}

.right-addon .fa {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.signin_header_div {
    min-height: 35px;
    height: auto;
    color: #54555A;
    border-radius: 0px 10px 10px 0px;
    font-size: 17px;
}

    .signin_header_div h4 {
        font-weight: 700;
        font-size: 20px;
        color: #55565B;
    }

.signin_btn_icon {
    background: #4C7A15;
    color: white;
    padding-top: 8px !important;
    font-size: 17px;
    position: relative !important;
}

.signin_btn_innerdiv {
    vertical-align: middle;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #4C7A15;
    color: white;
}

.btnSubmit_signin {
    padding: 0;
    overflow: hidden;
    width: 100%;
    display: flex;
    border: #1483CB;
    border-radius: 10px;
    min-width: 80px;
    outline: none !important;
}

.signin_btn_innerdiv:hover, .signin_btn_icon:hover, .btnSubmit_signin:hover, .btn-default:hover {
    /*background: #2a5b00;*/
    color: #F2F2F2;
}

/**/
.nav .nav-tabs .tabs > .open > a,
.nav .nav-tabs .tabs > .open > a:hover,
.nav .nav-tabs .tabs > .open > a:focus,
.nav .nav-tabs .tabs > .active > a,
.nav .nav-tabs .tabs > .active > a:hover,
.nav .nav-tabs .tabs > .active > a:focus {
    color: #555;
    background-color: #000;
}

.nav-tabs li.alert-danger > a {
    box-shadow: 0 -2px 0 #b01409;
    border-top-width: 0 !important;
    margin-top: 1px !important;
    margin-right: 0;
    font-weight: bold;
    color: #555;
    border-bottom-color: transparent !important;
    border-bottom: 0 !important;
    background-color: #f2dede;
    border-color: #ebccd1;
}


.nav-tabs > li > a {
    box-shadow: 0 -1px 0 #cccccc;
    border-top-width: 0 !important;
    margin-top: 1px !important;
    background-color: transparent !important;
    border-left-color: #ccc;
    border-right-color: #ccc;
}


    .nav-tabs > li > a:hover,
    .nav-tabs li.disabled > a:hover {
        background-color: #fff;
        box-shadow: 0 -2px 0 #57889c;
    }


.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    box-shadow: 0 -2px 0 #57889c;
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: #fff;
}




/* Renewal Discharge Review */
.postLienSearches ul {
    list-style: none;
}

.align {
    margin-left: 45px;
}

/* breadcrumb classes */

.fuelux .wizard {
    background-color: #f9f9f9;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    outline: none;
}

    .fuelux .wizard:before,
    .fuelux .wizard:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .fuelux .wizard:after {
        clear: both;
    }

    .fuelux .wizard ul {
        padding: 0;
        margin: 0;
        list-style: none outside none;
    }

        .fuelux .wizard ul li {
            position: relative;
            float: left;
            height: 46px;
            padding: 0 10px 0 20px;
            margin: 0;
            font-size: 12pt;
            line-height: 46px !important;
            color: #4C7A15;
            cursor: default;
            background: #EBF9D7;
        }

            .fuelux .wizard ul li.complete {
                background: #f1f6fc;
                color: #21608d;
                cursor: pointer;
            }

            .fuelux .wizard ul li .chevron {
                position: absolute;
                top: 0;
                right: -14px;
                display: block;
                border: 24px solid transparent;
                border-right: 0;
                border-left: 14px solid #d4d4d4;
            }

                .fuelux .wizard ul li .chevron:before {
                    position: absolute;
                    top: -24px;
                    right: 1px;
                    display: block;
                    border: 24px solid transparent;
                    border-right: 0;
                    border-left: 14px solid #f6f6f6;
                    content: "";
                }


            .fuelux .wizard ul li.complete .chevron:before {
                border-left: 14px solid #f1f6fc;
            }

            .fuelux .wizard ul li.active {
                color: white;
                background: #4C7A15;
            }

                .fuelux .wizard ul li.active .chevron:before {
                    border-left: 14px solid #005f9c;
                }

            .fuelux .wizard ul li .badge {
                margin-right: 8px;
            }

            .fuelux .wizard ul li:nth-child(1) {
                z-index: 10;
                padding-left: 20px;
                border-radius: 4px 0 0 4px;
            }

            .fuelux .wizard ul li:nth-child(2) {
                z-index: 9;
            }

            .fuelux .wizard ul li:nth-child(3) {
                z-index: 8;
            }

            .fuelux .wizard ul li:nth-child(4) {
                z-index: 7;
            }

            .fuelux .wizard ul li:nth-child(5) {
                z-index: 6;
            }

            .fuelux .wizard ul li:nth-child(6) {
                z-index: 5;
            }

            .fuelux .wizard ul li:nth-child(7) {
                z-index: 4;
            }

            .fuelux .wizard ul li:nth-child(8) {
                z-index: 3;
            }

            .fuelux .wizard ul li:nth-child(9) {
                z-index: 2;
            }

            .fuelux .wizard ul li:nth-child(10) {
                z-index: 1;
            }

    .fuelux .wizard .actions {
        float: right;
        padding-right: 15px;
        line-height: 44px;
        vertical-align: middle;
    }

        .fuelux .wizard .actions a {
            margin-right: 8px;
            font-size: 9pt;
            line-height: 45px;
        }

        .fuelux .wizard .actions .btn-prev i {
            margin-right: 5px;
        }

        .fuelux .wizard .actions .btn-next i {
            margin-left: 5px;
        }

.fuelux .step-content {
    padding: 5px 0 0 0 !important;
    height: auto !important;
    overflow: auto;
    overflow-x: hidden;
    position: relative !important;
    background-color: transparent !important;
}

    .fuelux .step-content .step-pane {
        display: none;
        padding: 0 20px;
    }

.fuelux .bottom-prev-next {
    padding: 5px 20px;
}

    .fuelux .bottom-prev-next button {
        margin-left: 2px;
    }

.fuelux .step-content .active {
    display: block;
}

    .fuelux .step-content .active .btn-group .active {
        display: inline-block;
    }

.badge-info {
    background-color: #3A87AD;
}

.badge-success {
    background-color: #468847;
}


/* breadcrumb - end*/


/* smart admin*/
#header {
    height: 60px !important;
    position: static !important;
}

#left-panel {
    z-index: 30 !important;
}

#logo img {
    width: auto !important;
    z-index: 50 !important;
    position: absolute !important;
}

#logo {
    margin-top: 8px;
    padding-bottom: 15px;
    width: 310px;
}


.btn-header > :first-child > a {
    height: 22px !important;
}

.btn-header.pull-right {
    margin-left: 6px !important;
    margin-top: 6px !important;
    position: relative;
    z-index: 50;
}

.txt-color-white {
    color: #ffffff !important;
}

.txt-color-offwhite {
    color: #f1f1f1;
}

.txt-color-blue {
    color: steelblue
}

.txt-color-black {
    color: black
}

.panel-heading .txt-color-offwhite, .txt-color-offwhite a, .txt-color-offwhite a:hover, .txt-color-offwhite a:visited {
    color: #f1f1f1;
}

.DH_dark_blue {
    background: #3c84b2;
}

.DH_light_blue {
    background: #4598cc;
}

.DH_dark_green {
    background: #569f8c;
}

.DH_dark_orange {
    background: #e67901;
}


.btn-header > :first-child > a {
    height: 33px !important;
    min-width: 40px !important;
}


.smart-form footer {
    display: block;
    padding: 7px 14px 15px;
    border-top: 0;
    background: none;
}

img.home-panel-image {
    width: 100%;
}

.container {
    margin-bottom: 65px;
}

.container-fluid {
    margin-bottom: 15px;
    min-height: 720px;
}


.fa {
    padding-right: 3px;
}

.glyphicon {
    padding-right: 3px;
}


body.ie8 .nav-tabs > li.active > a {
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=-2, Color=#57889c);
}

.summary {
    border-bottom: solid 1px lightgrey;
    margin-left: 5px;
    margin-right: 5px;
}

.btn-default {
    color: #55565B;
    border-color: #9f9f9f;
}

   /* .btn-default:hover, .btn-default > span:hover {
        color: #55565B !important;
    }*/

.badge-success {
    background-color: #468847;
}

.badge-important {
    background-color: #b94a48;
}

.badge-warning {
    background-color: #f89406;
}

.badge-info {
    background-color: #5bc0de;
}

.white-bkgnd {
    background: #ffffff;
}


.svg {
    height: 350px !important;
}

.td-center {
    text-align: center;
}

table.table-bordered tbody th, table.table-bordered tbody td {
    border: 1px solid #ddd;
}

label .control-label {
    margin-bottom: 0 !important;
    font-size: 12px;
    font-weight: 100;
    color: #55565B;
}

label .control-label, a, b {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: -moz-none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}
.col-no-left-padding {
    padding-left: 0px;
}
span {
    -ms-user-select: element;
    -moz-user-select: all;
    -webkit-user-select: all;
}

.spanCount {
    color: #337ab7;
    font-weight: bold;
}

.floatlft {
    float: left;
}

#regView.legend {
    font-size: 10.5pt;
    margin-top: 10px;
}

#regView.h3 {
    font-size: 13.5pt;
}

fieldset {
    border: 1px solid #c0c0c0 !important;
}


/*Modal window*/

.modal-link a, .modal-link a:visited, .modal-link a:link, .modal-link a:hover {
    color: #333 !important;
}

.modal-body > .panel-default {
    border-width: 1px;
    border-style: solid;
    border-color: #CCC !important;
    overflow: visible;
}

/*.modal-body > .table-info {
    font-size: 9pt;
    line-height: 1.2;
}*/

.modal-body .table {
    margin-bottom: 0;
}

    .modal-body .table > tbody {
        border-bottom: 3px solid #ddd;
    }

.modal-body .panel-body {
    padding: 0 15px 0;
}

.modal-body .section-title {
    font-size: 11.25pt;
    margin-bottom: 5px;
}

.modal-body fieldset > div.sub-panel {
    padding-left: 2px;
    padding-right: 0;
    font-size: 9pt;
    line-height: 1;
}

.modal-body .sub-panel {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 9pt;
    line-height: 1;
}

.sub-panel {
    font-size: 9pt !important;
}

.modal-body legend {
    font-size: 9pt;
}

.modal-body {
    font-size: 9pt;
    background: #fff;
}

    .modal-body > label {
        margin-bottom: 0;
    }

.table {
    table-layout: fixed;
    word-wrap: break-word;
    margin-bottom: 0 !important;
}

    .table > thead > tr > th, .table > tbody > tr > td {
        word-break: initial;
    }


.modal-body table, .sub-panel table {
    font-size: 9pt;
    line-height: 1;
}


.nav-tabs > li > a {
    margin-right: 0;
    border-radius: 2px 2px 0 0;
}


@media print {

    body, .panel-body, .modal-body, .sub-panel {
        font-size: 8.5pt;
        line-height: 1;
    }


    .modal-header, .panel-body {
        padding: 5px;
    }

    .modal-body {
        padding: 0;
    }

    .panel-body {
        outline: none;
    }

    .modal-body .table > tbody {
        border-bottom: 1px solid #ddd;
    }

    #modalContent {
        padding-right: 3px;
    }


    h3, .section-subtitle {
        font-size: 12pt;
    }

    #btnPrint, #myQueue_BtnRefreshPage, #ManageWork_btnRefresh, #btn_Clear {
        display: none;
    }

    .section-title {
        display: block;
        width: 100%;
        padding-top: 5px;
        margin-bottom: 2px;
        font-size: 10.5pt;
        border-bottom: 1px solid #9f9f9f;
    }

    /* thead {
        display: table-header-group;
    }
*/
    thead {
        display: table-row-group;
    }

    .sub-panel .table-condensed > tbody > tr > td {
        padding: 1px;
        font-size: 8.5pt;
    }

    .panel-default {
        border-width: 1px 1px 1px;
    }

    .panel-default-view {
        font-size: 9pt;
    }

    .panel-default > .panel-heading {
        border-color: #DDD;
    }

    .modal-body .sub-panel {
        padding-left: 0;
        padding-right: 0;
        line-height: 1;
    }

    .nav-tabs > li {
        border-top: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .table > tbody > tr > td {
        line-height: 1;
    }

    .table > thead > tr > td {
        font-size: 8.5pt;
        word-wrap: break-word;
    }

    label {
        margin-bottom: 0 !important;
    }

    .page-break-after {
        page-break-after: always;
    }

    .row {
        word-break: break-all;
        line-height: 1.3;
    }

    .small {
        font-size: 7pt;
    }
}


.modal-body .panel-body .row label {
    margin-bottom: 0;
}

.modal-body .panel-body .row {
    line-height: 1.5;
}

/*Removing Kendo Grid Blue progress Bar*/
.k-loading-image {
    background-image: none !important;
}

.k-loading-mask {
    display: none !important;
    visibility: hidden !important;
}

.large {
    font-size: 24pt;
}

.x-large {
    font-size: 36pt;
}

.borderright {
    border-right: 1px solid #9f9f9f;
}

.borderleft {
    border-left: 1px solid #9f9f9f;
}

.actionCol {
    width: 100px;
}

.actionColWideSm {
    width: 150px;
}

.actionColWide {
    width: 250px;
}

.actionCol30 {
    width: 30px;
}

.actionCol35 {
    width: 35px;
}

.actionCol40 {
    width: 40px;
}

.actionCol50 {
    width: 50px;
}

.actionCol50 {
    width: 50px;
}

.actionCol60 {
    width: 60px;
}

.actionCol75 {
    width: 75px;
}

.actionCol85 {
    width: 85px;
}

.actionCol90 {
    width: 90px;
}

.actionCol100 {
    width: 100px;
}

.actionCol120 {
    width: 120px;
}

.actionCol100 {
    width: 100px;
}

.actionCol125 {
    width: 125px;
}

.actionCol150 {
    width: 150px;
}

.actionCol200 {
    width: 200px;
}

.actionCol250 {
    width: 250px;
}

/* Kendo Grid Menu popup background*/

.k-menu .k-state-default .k-state-border-down {
    background-color: #fff !important;
}

.k-calendar .k-content, .k-calendar .k-content th #table .k-content .k-meta-view {
    font-size: 8pt !important;
}

/* Datepicker buttons */


li button.btn.btn-sm.btn-success,
li button.btn.btn-sm.btn-info {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}


li button.btn.btn-sm.btn-danger {
    border-color: #9f9f9f;
    color: #333;
    background-color: #fff;
}


    li button.btn.btn-sm.btn-danger:hover, li button.btn.btn-sm.btn-danger:focus, li button.btn.btn-sm.btn-danger.focus, li button.btn.btn-sm.btn-danger:active, li button.btn.btn-sm.btn-danger.active {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }


li button.btn.btn-sm.btn-info:hover, li button.btn.btn-sm.btn-info:focus, li button.btn.btn-sm.btn-info.focus, li button.btn.btn-sm.btn-info:active, li button.btn.btn-sm.btn-info:active.text-info,
li button.btn.btn-sm.btn-success:hover, li button.btn.btn-sm.btn-success:focus, li button.btn.btn-sm.btn-success.focus, li button.btn.btn-sm.btn-success:active, li button.btn.btn-sm.btn-success:active.text-info {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

span.ng-binding.text-info:active:hover, span.ng-binding.text-info:focus, span.ng-binding.text-info.focus, span.ng-binding.text-info:active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

/* Spinner - folding squares*/

#floatingBarsG {
    position: absolute;
    width: 90px;
    height: 111px;
    left: 50%;
    right: 50%;
    top: 45%;
}

#floatingBarsGLogout, #floatingBarsGLogoutUnAuthorized, #floatingBarsGLogoutFromJavaScript {
    position: absolute;
    width: 90px;
    height: 111px;
    left: 50%;
    right: 50%;
    margin-left: -45px;
}

#floatingBarsGParent, #floatingBarsGParentUnAuthorized, #floatingBarsGParentFromJavaScript {
    position: absolute;
    width: 420px;
    height: 111px;
    left: 50%;
    right: 50%;
    margin-left: -210px;
    text-align: center;
    top: 45%;
}

.blockG {
    position: absolute;
    background-color: rgb(255,255,255);
    width: 14px;
    height: 33px;
    border-radius: 11px 11px 0 0;
    -o-border-radius: 11px 11px 0 0;
    -ms-border-radius: 11px 11px 0 0;
    -webkit-border-radius: 11px 11px 0 0;
    -moz-border-radius: 11px 11px 0 0;
    transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    animation-name: fadeG;
    -o-animation-name: fadeG;
    -ms-animation-name: fadeG;
    -webkit-animation-name: fadeG;
    -moz-animation-name: fadeG;
    animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#rotateG_01 {
    left: 0;
    top: 39px;
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

#rotateG_02 {
    left: 11px;
    top: 14px;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

#rotateG_03 {
    left: 36px;
    top: 4px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

#rotateG_04 {
    right: 11px;
    top: 14px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

#rotateG_05 {
    right: 0;
    top: 39px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

#rotateG_06 {
    right: 11px;
    bottom: 10px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
}

#rotateG_07 {
    bottom: 0;
    left: 36px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

#rotateG_08 {
    left: 11px;
    bottom: 10px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
}

@keyframes fadeG {
    0% {
        background-color: rgb(0,96,156);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-o-keyframes fadeG {
    0% {
        background-color: rgb(0,96,156);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-ms-keyframes fadeG {
    0% {
        background-color: rgb(0,96,156);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-webkit-keyframes fadeG {
    0% {
        background-color: rgb(0,96,156);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-moz-keyframes fadeG {
    0% {
        background-color: rgb(0,96,156);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

.spinner_label {
    margin-top: 130px;
    /*margin-left: 5px;*/
    color: #fff;
    font-size: 15pt;
}

#fadeOutScreen {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    display: none;
    position: fixed;
    z-index: 10000;
    -ms-opacity: 0.7;
    opacity: 0.4;
}

#privacyPolicyBody {
    overflow-y: scroll;
    color: black;
    max-height: calc(100vh - 200px);
}

#privacyPolicyScreen {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    display: block;
    position: fixed;
    -ms-opacity: 0.7;
    opacity: 0.7;
}

#fadeOutScreenLogout, #fadeOutSessionExpired, #fadeOutScreenUnAuthorized, #fadeOutScreenLogoutFromJavaScript {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    display: none;
    position: fixed;
    z-index: 10000;
    -ms-opacity: 0.7;
    opacity: 0.4;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.form-control.ng-invalid.ng-touched,
.renewalEditForm input.ng-invalid.ng-touched {
    color: #b01409;
    /*background-color: #f2dede;*/
    border-color: #ebccd1;
    border: 1px solid #b01409;
}

.alert-danger.animate {
    -webkit-transition: 1s linear;
    -moz-transition: 1s linear;
    transition: 1s linear;
    -webkit-animation-iteration-count: 2;
    -moz-animation-iteration-count: 2;
    animation-iteration-count: 2;
}

.alert-danger.animate {
    -webkit-animation: alert-pulse 0.3s linear 2;
    -moz-animation: alert-pulse 0.3s linear 2;
    animation: alert-pulse 0.3s linear 2;
}

@keyframes alert-pulse {
    50% {
        background-color: #f1aeae;
    }
}

@-webkit-keyframes alert-pulse {
    50% {
        background-color: #f1aeae;
    }
}

@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

.wrap p {
    word-break: initial;
}

.button-collapsable {
    background-color: Transparent;
    background-repeat: no-repeat;
    /* border: none;*/
    border: 2px solid white !important;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    height: 27px;
    width: 30px;
    padding-left: 1px;
    padding-right: 3px;
    padding-top: 3px;
}

    .button-collapsable:after {
        content: "\e082";
        display: block !important;
        width: 25px !important;
        height: 25px !important;
        /*  border: 2px solid white !important; */
        padding-top: 2px !important;
    }

    .button-collapsable.collapsed:after {
        content: "\e081";
        display: block !important;
        width: 25px !important;
        height: 25px !important;
       /* border: 2px solid white !important;*/
        padding-top: 2px !important;
    }

    /*.button-collapsable:focus {*/
        /*outline: 2px solid #D4D4D4;
        background-color: White !important;
        display: block !important;
        color: #005f9c !important;
        border: 2px solid black !important;
        padding-top: 2px !important;
        width: 25px !important;
        height: 25px !important;
        overflow: hidden;*/
        /* outline: 2px solid #D4D4D4; */
        /*background-color: White !important;
        display: block !important;
        color: #005f9c !important;
        border: 2px solid black !important;
        padding-top: 0px !important;
        padding-left: 0px;
        padding-right: 10px !important;
        padding-bottom: 10px;
        width: 29px !important;
        height: 29px !important;
    }*/

.tree {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .tree li {
        list-style-type: none;
        margin: 0;
        padding: 0 0 0 15px;
        position: relative;
    }

        .tree li::before, .tree li::after {
            content: '';
            left: -20px;
            position: absolute;
            right: auto;
        }

        .tree li::before {
            height: 100%;
            top: 0;
            width: 1px;
        }

        .tree li::after {
            top: 25px;
            width: 25px;
        }

        .tree li .leaf {
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            display: inline-block;
            padding: 3px 8px;
            text-decoration: none;
        }

    .tree .parent_li > span {
        cursor: pointer;
    }

    .tree > ul > li::before, .tree > ul > li::after {
        border: 0;
    }

.bootstrap-switch.bootstrap-switch-disabled {
    opacity: 1;
}


.tooltip-inner {
    max-width: none;
    white-space: nowrap;
    text-align: left;
}

.custom-tooltip + .tooltip > .tooltip-inner {
    color: #000 !important;
    opacity: 1 !important;
    z-index: 3000 !important;
}

.tooltip-inner {
    word-break: break-all;
    background-color: #f6f6f6;
}

.custom-tooltip + .tooltip {
    opacity: 1 !important;
    z-index: 3000 !important;
}

.popover {
    position: absolute;
    top: 0;
    display: block !important;
    left: 10% !important;
    z-index: 1060;
    display: none;
    max-width: 1000px;
    /*width: intrinsic; /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content; /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.popover-content {
    padding: 9px 14px;
    max-width: 1000px;
    /*width: intrinsic; /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content; /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */
    width: 100%; /* IE*/
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -490px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}

.popover-header {
    width: 350px; /* IE. max + min-content is currently not supported in IE, this will force a minimum width*/
    display: block;
}

@page {
    size: auto;
    margin-bottom: 1cm;
}



.chevron {
    outline: none;
}


.custom-multiselect-popup.k-popup .k-list .k-item {
    vertical-align: middle;
}

    .custom-multiselect-popup.k-popup .k-list .k-item input,
    .custom-multiselect-popup.k-popup .k-list .k-item span {
        margin: 0;
        padding: 0;
        vertical-align: middle;
    }

    .custom-multiselect-popup.k-popup .k-list .k-item input {
        margin: 3px;
        margin-left: 2px;
        margin-right: 6px;
    }

.delAction_textbox {
    width: 85%;
    display: inline-block !important;
}

.delAction_btn {
    margin: 2px;
}

.text-additional-info {
    color: #d2d2d2;
    font-size: 9pt;
}
.min-width-38{
    min-width:38px;
}

.footer-alabaster {
    color: #FAFAFA !important;
}
.form-control:focus {
    border-color: #f8f9fa !important;
}
#ForgotPassword_divFormContainer > a, #ForgotUserName_divFormGroup > p > a {
    color: #4C7A15 !important;
}

    #ForgotPassword_divFormContainer > a:hover, #ForgotUserName_divFormGroup > p > a:hover {
        color: #2a5b00 !important;
    }

    #ForgotPassword_divFormContainer > a:focus, #ForgotUserName_divFormGroup > p > a:focus {
        color: #55565B !important;
    }
.login-link > a {
    color: #4C7A15 !important;
}

.login-link > a:hover {
    color: #2a5b00 !important;
}

    .login-link > a:focus {
        color: #55565B !important;
    }
#main {
    min-height: calc(100vh - 119px) !important;
}

@media (min-width:150px) and (max-width:768px) {
    #main {
        min-height: 600px !important;
    }
}