/* Minification failed. Returning unminified contents.
(131,1): run-time error CSS1019: Unexpected token, found '}'
 */

/*#region *************** ENVIRONMENT ********************/

.environment-indicator {
    background-color: #ffff00;
    height: 24px;
    width: 100%;
    text-align: center;
    line-height: 24px;
    color: #ff0000;
    overflow: hidden;
    position: absolute;
}

    .environment-indicator p {
        color: #fa4324;
        font-size: 14px;
    }
/*#endregion *************** ENVIRONMENT *****************/

/*#region *************** Globals ************************/
html {
    /*height: 100%;*/
}

body {
    /* height: 100%;*/
    background-color: #ebebeb;
}

    body.pdf-body {
        /* height: 100%;*/
        background-color: transparent;
    }

body, td, p {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #2f333c;
}

th, h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #2f333c;
}

th {
    font-weight: 500;
}

h1 {
    font-size: 30px;
    color: #252525;
    font-weight: 400;
}

h2 {
    font-size: 24px;
    color: #252525;
}

h3 {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #ffffff;
    font-weight: 200;
}

h4 {
    font-size: 22px;
    color: #252525;
}

h5 {
    font-size: 19px;
    color: #252525;
}

h6 {
    font-size: 17px;
    color: #252525;
}

hr {
    border-top: 1px solid #c9c9cb;
    padding: 0;
    height: 3px;
    background-color: transparent;
    display: block;
    clear: both;
}

    hr.green {
        border-top: 1px solid #c1d72e;
    }

.status {
    font-weight: normal;
    text-transform: uppercase;
}

    .status.status-active,
    .status-active {
        color: #388a5f;
    }

    .status.status-inactive,
    .status-inactive {
        color: #8a4038;
    }

    .status.status-pending,
    .status-pending {
        color: #9b9c9e;
    }

img.responsive {
    width: 100%;
    max-width: 100%;
}

.page-title {
    margin: 20px 0 20px 0;
}

.main.landing-page .page-title {
    margin-top: 25px;
}

}

.page-heading .action-link {
    margin-top: 20px;
}

.page-heading.bottom .action-link {
    margin-bottom: 20px;
}

.action-link {
    width: auto;
    height: 34px;
    display: inline-block;
    padding: 6px 16px 5px 12px;
    margin-top: 20px;
    margin-left: 12px;
    text-decoration: none !important;
}

    .action-link:hover {
        text-decoration: none !important;
    }

    .action-link.black {
        background-color: #252525;
        color: #ffffff;
        /*border: 1px solid #252525;*/
    }

        .action-link.black:hover {
            background-color: #ffffff;
            color: #252525;
            text-decoration: none;
        }

    .action-link.green,
    .reset a {
        background-color: #c1d72e;
        color: #252525;
        /*border: 1px solid #252525;*/
    }

        .action-link.green:hover,
        .reset a:hover {
            background-color: #252525 !important;
            color: #fff !important;
            text-decoration: none !important;
        }

    .action-link.small {
        width: auto;
        padding: 9px 12px;
        margin: -4px 12px 0 4px;
    }

.reset a {
    border-radius: 0;
    box-shadow: none;
}


.action-link.action-link-large {
    font-size: 22px;
    line-height: 30px;
}

.action-link.action-link-xlarge {
    font-size: 16px;
    width: auto;
    line-height: 36px;
    height: 36px;
    background-color: #c1d72e;
    color: #252525;
    border: 1px solid #252525;
    vertical-align: middle;
    padding-top: 0;
    padding-right: 96px;
    padding-left: 96px;
    text-transform: uppercase;
}

.control-bar .action-link {
    margin-right: 15px;
    margin-top: 20px;
}

.client-logo {
    margin-top: 18px;
    max-width: 180px;
    margin-bottom: 18px;
    margin-right: 45px;
}

.btn-file {
    height: 33px;
    border-right: 1px solid #ccc !important;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        background: red;
        cursor: inherit;
        display: block;
    }

.field-validation-error,
.validation-summary-errors {
    color: #a94442;
}

.check-box-big {
    padding: 0;
    width: 20px;
    height: 20px;
}

.check-box-big-label {
    vertical-align: bottom;
}

/*#endregion *************** Globals *********************/

/*#region *************** Page Header ********************/
.page-header {
    z-index: 300;
    width: 100%;
    height: 112px;
    line-height: 102px;
    padding: 0 36px 0 0;
    margin: 0;
    background-color: #ffffff;
    border-top: 5px solid #c1d72e;
    border-bottom: 5px solid #f5f5f5;
}

    .page-header .item-wrapper {
        display: inline-block;
        height: 112px;
    }

    .page-header .item {
        display: inline-block;
        position: relative;
        vertical-align: top;
        white-space: nowrap;
    }

    .page-header .action-link {
        padding-top: 12px;
        padding-bottom: 12px;
        height: 40px;
        line-height: 1;
        text-align: center;
    }

    .page-header .logo {
        z-index: 1000;
        width: 330px;
        margin-left: 32px;
    }

        .page-header .logo a {
            display: block;
        }

    .page-header .btn.log-off {
        border: 1px solid #c1d72e !important;
        background-image: none !important;
        background-color: #c1d72e !important;
        color: #252525;
        padding: 12px 24px 12px 16px;
        font-size: 16px;
    }

        .page-header .btn.log-off:hover {
            background-color: #fff !important;
            color: #c1d72e;
        }

        .page-header .btn.log-off:focus {
            border: none !important;
            outline: none !important;
        }

    .page-header .strap-line {
        color: #252525;
        font-size: 32px;
        width: 100%;
        position: absolute;
        left: 0;
        text-align: center;
    }

        .page-header .strap-line span {
            margin-left: 24px;
        }

@media (max-width: 991px) {
    .page-header {
        width: 991px;
    }
}

/*#endregion *************** Page Header *****************/

/*#region ************ Status Container ******************/

.status-container {
    clear: both;
    background-color: #000;
    width: 100%;
    color: #dfdfdf;
    padding: 8px 15px;
    height: 50px;
    margin-bottom: 20px;
}

.action-link.red {
    height: 30px;
}

.status-container .action-link,
.action-link.red {
    margin-top: 0;
    background-color: #fe0000;
    color: #fff;
}

    .status-container .action-link:hover,
    .action-link.red:hover {
        background-color: #fff !important;
        color: #fe0000 !important;
    }

    .action-link.red:hover {
        background-color: #252525 !important;
        color: #ffffff !important;
    }

.status-container .control .control-label {
    padding-top: 6px;
}

    .status-container .control .control-label span {
        text-transform: uppercase;
    }


/*#endregion *************** Status Container ********************/

/*#region *************** Breadcrumb *********************/
.page-breadcrumb {
    z-index: 100;
    height: 32px;
    background-color: #dfdfdf;
    margin-left: 195px;
    padding: 0 40px 0 30px;
    border-top: 2px solid #c8c8c8;
}

    .page-breadcrumb.landing-page {
        margin-left: 0;
    }

    .page-breadcrumb .item {
        display: inline-block;
        position: relative;
        line-height: 20px;
        height: 32px;
        padding: 5px 0 5px 0;
        vertical-align: top;
        color: #464647;
    }

        .page-breadcrumb .item,
        .page-breadcrumb .item a {
            font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
            font-weight: 300;
            font-size: 12px;
        }

            .page-breadcrumb .item a {
                color: #494848;
            }

@media (max-width: 991px) {
    .page-breadcrumb {
        width: 991px;
    }
}

/*#endregion *************** Breadcrumb ******************/

/*#region *************** Main ***************************/
.main-container {
    width: 100%;
    /*height: 100%;*/
}

.main {
    position: absolute;
}

    .main.landing-page {
        width: 100%;
        margin: 0 auto;
    }

    .main .container-left {
        position: absolute;
        width: 195px;
        height: 100%;
        background-color: #252525;
    }

    .main.landing-page .container-left {
        display: none;
    }

    .main .container-right {
        margin-left: 225px;
        width: 1170px;
        min-height: 800px;
    }

    .main.landing-page .container-right,
    .main.pdf-page .container-right {
        margin: 0 auto;
        width: 1170px;
        float: none !important;
    }

    .main.pdf-page .container-right {
        margin: 0 auto;
        width: 1200px;
        float: none !important;
        padding: 15px;
    }

        .main.pdf-page .container-right .content {
            padding: 0;
        }

    .main.pdf-page dd:before,
    .main.pdf-page dd:after {
        display: none !important;
        content: none !important;
    }

    .main.pdf-page .pdf-heading {
        margin-top: 13px;
        width: 600px;
        text-align: center;
        font-size: 40px;
    }


    .main .page-main {
        /*min-height: 600px;*/
    }

/*#endregion *************** Main ************************/

/*#region *************** Site Navigation ****************/
.site-navigation {
    z-index: 200;
    min-height: 732px;
    width: 195px;
    left: 0;
    background-color: #252525;
    border-top: 32px solid #161616;
    position: absolute;
}

    .site-navigation ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: left;
    }

    .site-navigation li {
        position: relative;
        border-bottom: 1px solid #161616;
        height: 47px;
    }

        .site-navigation li.heading {
            color: #252525;
            background-color: #c1d72e;
            font-size: 24px;
            line-height: 50px;
            padding: 0 0 0 24px;
            border-top: 1px solid #161616;
        }

        .site-navigation li a {
            color: #c0c0c0;
            display: block;
            font-size: 15px;
            line-height: 47px;
            overflow: hidden;
            white-space: nowrap;
            padding: 0 0 0 24px;
        }

            .site-navigation li a:hover,
            .site-navigation li.active a:hover {
                text-decoration: none;
                background-color: #c1d72e;
                color: #252525;
            }

        .site-navigation li.active a {
            text-decoration: none;
            color: #fff;
            font-weight: 500;
            /*background-color: #000;*/
        }

/*#endregion *************** Site Navigation *************/

/*#region *************** Page Footer ********************/

.page-footer {
    width: 1170px;
    font-size: 12px;
    color: #252525;
    margin-top: 30px;
    padding-bottom: 30px;
    clear: both;
}

    .page-footer.default {
        padding-bottom: 0;
        position: absolute;
        bottom: 0;
        width: 195px;
    }

        .page-footer.default p {
            padding: 0;
            margin: 0;
            color: #c0c0c0;
            font-size: 10px;
            padding-left: 8px;
        }

        .page-footer.default .middle-p {
            margin-bottom: 12px;
        }

        .page-footer.default .bottom-p {
            background-color: #ebebeb;
            color: #252525;
            padding-top: 4px;
            padding-bottom: 8px;
        }

    .page-footer .container-left {
        width: 250px;
        /*height: 100%;*/
        background-color: #252525;
    }

    .page-footer .container-right {
        margin-left: 280px;
        width: 1170px;
    }

/*#endregion *************** Page Footer *****************/

/*#region *************** Control Bar ********************/
.control-bar {
    background-color: #616161;
    padding: 12px 20px;
    margin-top: 20px;
}

    .control-bar.no-bg {
        background-color: transparent;
        padding: 0;
        margin-top: 0;
    }

    .control-bar .page-title {
        color: #c1d72e;
        margin-left: 15px;
    }

    .control-bar.no-bg .page-title {
        color: #252525;
    }

    .control-bar .control .form-control {
        padding: 0 12px;
        margin-top: 8px;
    }

    .control-bar .control .item {
        display: inline-block;
        position: relative;
        line-height: 32px;
        height: 32px;
        vertical-align: top;
        width: 100%;
    }



.cube {
}

    .cube .info {
        width: 100%;
        min-width: 100%;
        margin-top: 10px;
    }

        .cube .info td {
            height: 40px;
            line-height: 30px;
            /*padding: 5px 5px 5px 12px;*/
            vertical-align: middle;
            color: #ebebeb;
            font-weight: 300;
            font-size: 13px;
        }

            .cube .info td span {
                /*color: #fff;*/
                font-weight: 300;
            }

            .cube .info td button span {
                color: #ffffff;
            }

            .cube .info td.reset .btn-primary {
                background: none;
                background-color: #c1d72e;
                color: #252525;
                padding: 5px 16px 5px 12px;
                /*margin-top: 20px;*/
                margin-left: 12px;
                text-decoration: none;
                font-size: 15px;
                border: none;
            }

.control-bar .control .alpha {
    border: 1px solid #c1d72e;
    margin-top: 20px;
    margin-bottom: 20px;
}

.control-bar .control .alphabet-member {
    text-align: center;
    float: left;
    width: 3.7%;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-weight: 400;
}


    .control-bar .control .alphabet-member:first-child {
        width: 3.8%;
    }

    .control-bar .control .alphabet-member.active {
        height: 30px;
        border-left: 1px solid #c1d72e;
        border-right: 1px solid #c1d72e;
        background-color: #454955;
    }

    .control-bar .control .alphabet-member a {
        font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
        font-weight: 400;
        color: #c1d72e;
        padding-top: 5px;
        display: inline-block;
    }

    .control-bar .control .alphabet-member span {
        color: #c1d72e;
        padding-top: 5px;
        display: inline-block;
    }

/*#endregion *************** Control Bar *****************/

/*#region *************** Grid ***************************/
.grid {
    width: 100%;
    min-width: 100%;
    margin-top: 26px;
    margin-bottom: 20px;
}

    .grid th {
        position: relative;
        height: 40px;
        padding: 5px 12px;
        border-right: 1px solid #c8c8c8;
        border-bottom: 1px solid #c8c8c8;
        vertical-align: middle;
        background-color: #262525;
        color: #ffffff;
        font-weight: 400;
        font-size: 15px;
    }

        .grid th label,
        .grid th a {
            display: block;
            font-size: 15px;
            color: #ffffff;
            font-weight: 400;
            margin: 0;
        }

        .grid th span.sorting {
            position: absolute;
            right: 10px;
            top: 10px;
            font-size: 22px;
        }

    .grid td {
        font-size: 15px;
        line-height: 18px;
        padding: 10px 12px;
        margin: 0;
        border-right: 1px solid #2f333c;
        border-bottom: 1px solid #2f333c;
        vertical-align: middle;
        background-color: #ffffff;
    }

    .grid tr.escalated td {
        background-color: #c1d72e;
    }

    .grid th.actions,
    .grid td.actions {
        border-right: none;
    }

    .grid td.highlight {
        /*color: #c1d72e;*/
        font-weight: bold;
    }

/*.grid td.image {
            padding: 0;
        }

        .grid td.rounded-image img {
            border-radius: 15px;
        }

        .grid td.level-2 {
            padding-left: 46px;
        }

        .grid td.level-3 {
            padding-left: 76px;
        }

        .grid td.level-4 {
            padding-left: 106px;
        }

        .grid td.level-5 {
            padding-left: 136px;
        }

        .grid td.level-6 {
            padding-left: 166px;
        }*/

/*.grid td.checkbox-large {
            line-height: 1px;
            text-align: center;
        }

            .grid td.checkbox-large input {
                margin: 1px 0 0 0;
                width: 17px;
                height: 17px;
            }*/

/*#endregion *************** Cube Grid *******************/

/*#region *************** Pagination Control *************/
.pagination-control {
    margin-bottom: 20px;
}

    .pagination-control .pager {
        margin: 0 auto;
    }

        .pagination-control .pager td {
            height: 40px;
            line-height: 30px;
            padding: 5px 10px;
            vertical-align: middle;
            background-color: #262525;
            font-size: 14px;
            color: #ffffff;
            font-weight: 400;
            margin-right: 10px;
            display: inline-block;
        }

            .pagination-control .pager td.page-links {
                padding: 5px 80px;
            }

            .pagination-control .pager td .active {
                border: none;
                color: #c1d72e;
                display: inline-block;
                padding: 0 12px;
            }

            .pagination-control .pager td a {
                color: #fff;
                display: inline-block;
                padding: 0 12px;
            }

            .pagination-control .pager td span.fa {
                color: #fff;
            }

/*#endregion *************** Pagination Control **********/

/*#region *************** Block Definition ***************/
.block {
    margin-bottom: 30px;
    background: #ffffff;
    padding-bottom: 30px;
}

    .block .header {
        background-color: #2f333e;
        padding: 14px 26px;
    }

        .block .header h3 {
            margin: 0;
            padding: 0;
        }

    .block .content {
        padding: 20px 26px 26px 26px;
        overflow: hidden;
    }

.tab-content .block .content {
    padding: 20px;
    overflow: hidden;
}

.form .block .area {
    height: auto;
}

.block-area {
    padding-left: 0;
    padding-right: 20px;
}

    .block-area h2 {
        border-bottom: 1px solid #c1d72e;
        padding-bottom: 8px;
        margin-bottom: 24px;
    }

.dates-block {
    padding-bottom: 20px;
}

.accordion-block {
    clear: both;
    margin-top: 20px;
}

/*.insurance-quote .accordion-block .action-link.small {
    padding: 9px 10px;
    margin: -4px 4px 0 4px;
    font-size:64%;
}

.insurance-quote .accordion-block .action-link.small span {
   display: none;
}
    */

    .accordion-block .quote-details-container {
        margin-top: 20px;
    }

    .accordion-block .accordion-icon {
        position: absolute;
        right: 30px;
        margin-top: 0;
    }

    .accordion-block .action-imp-links {
    }

    .accordion-block > h2 {
        margin: 0;
        padding: 12px 30px;
        background-color: #616161;
        color: #c1d72e;
        border-bottom: 1px solid #565656;
    }

    .accordion-block h2 a {
        color: #c1d72e;
        text-decoration: none;
        display: block;
    }

        .accordion-block h2 a.small {
            z-index: 99999;
        }


    .accordion-block h2 span.accordion-action {
        display: inline-block;
        width: 480px;
        cursor: pointer;
    }

        .accordion-block h2 span.accordion-action.Declined,
        .accordion-block h2 span.accordion-action.Invoiced {
            width: 769px;
        }

        /*.accordion-block h2 span.accordion-action.Approved,
        .accordion-block h2 span.accordion-action.PartiallyApproved {
            width: 880px;
        }*/

        .accordion-block h2 span.accordion-action.Initial {
            width: 769px;
        }

    .accordion-block #NoteList {
        background-color: #616161;
        padding: 12px 30px;
    }

        .accordion-block #NoteList p {
            color: #fff;
        }

#TabIdInvoice .accordion-block h2 span.accordion-action {
    width: 100%;
}

.accordion-block .content {
    background-color: #fff;
}

.accordion-block p {
    color: #252525;
}

.accordion-block .fa-plus {
    display: none;
}

.accordion-block .collapsed .fa-minus {
    display: none;
}

.accordion-block .collapsed .fa-plus {
    display: inline-block;
}


.accordion-block-referral-form {
    margin-bottom: 1px;
}

    .accordion-block-referral-form h4 {
        margin: 0;
        padding: 12px 30px;
        /*background-color: #616161;
        color: #c1d72e;
        border-bottom: 1px solid #565656;*/
        background-color: #d2d2d2;
        color: #252525;
        border-bottom: 1px solid #565656;
    }

        .accordion-block-referral-form h4 a {
            color: #252525;
            text-decoration: none;
            display: block;
            font-size: 20px;
            font-weight: bold;
        }

            .accordion-block-referral-form h4 a.small {
                z-index: 99999;
            }


    .accordion-block-referral-form p {
        color: #252525;
    }

    .accordion-block-referral-form .fa-plus {
        display: none;
    }

    .accordion-block-referral-form .collapsed .fa-minus {
        display: none;
    }

    .accordion-block-referral-form .collapsed .fa-plus {
        display: inline-block;
    }

    .accordion-block-referral-form .category-block {
        margin: 0;
        padding: 4px 0 0 0 ;
        background-color: #ebebeb;
    }

        .accordion-block-referral-form .category-block .product-list {
            width: 100%;
        }

            .accordion-block-referral-form .category-block .product-list .checkbox-inline {
                width: 20px;
                height: 20px;
                margin-right: 12px;
            }

            .accordion-block-referral-form .category-block .product-list th {
                height: 40px;
                background-color: #262525;
                color: #fff;
                border-right: 2px solid #c8c8c8;
                padding: 0 6px 0 12px;
            }

            .accordion-block-referral-form .category-block .product-list td {
                height: 40px;
                background-color: #ebebeb;
                color: #252525;
                border-bottom: 2px solid #fff;
                padding: 0 6px 0 12px;
            }

            .accordion-block-referral-form .category-block .product-list .alternate-row td {
                background-color: #e0e0e0;
            }

            .accordion-block-referral-form .category-block.product-list th.last,
            .accordion-block-referral-form .category-block .product-list td.last {
                border-right: none;
            }

            .accordion-block-referral-form .category-block .product-list th.name,
            .accordion-block-referral-form .category-block.product-list td.name {
                width: 240px;
                padding-left: 20px;
            }

            .accordion-block-referral-form .category-block .product-list th.long-name,
            .accordion-block-referral-form .category-block .product-list td.long-name {
                width: 950px;
                padding-left: 20px;
            }

            .accordion-block-referral-form .category-block .product-list th.description,
            .accordion-block-referral-form .category-block .product-list td.description {
                width: 365px;
            }

                .accordion-block-referral-form .category-block .product-list td.description input {
                    width: 340px;
                }

            .accordion-block-referral-form .category-block .product-list th.unit-measure,
            .accordion-block-referral-form .category-block.product-list td.unit-measure {
                width: 126px;
            }

                .accordion-block-referral-form .category-block .product-list td.unit-measure input {
                    width: 80px;
                }

            .accordion-block-referral-form .category-block .product-list th.quantity,
            .accordion-block-referral-form .category-block .product-list td.quantity {
                width: 110px;
            }

                .accordion-block-referral-form .category-block.product-list td.quantity input {
                    width: 80px;
                }

            .accordion-block-referral-form .category-block .product-list th.unit-price,
            .accordion-block-referral-form .category-block.product-list td.unit-price {
                width: 110px;
            }

                .accordion-block-referral-form .category-block.product-list td.unit-price input {
                    width: 80px;
                }

            .accordion-block-referral-form .category-block .product-list th.exc-gst,
            .accordion-block-referral-form .category-block .product-list td.exc-gst {
                width: 140px;
            }

                .accordion-block-referral-form .category-block .product-list td.exc-gst input {
                    width: 80px;
                }

            .accordion-block-referral-form .category-block .product-list .unit-measure,
            .accordion-block-referral-form .category-block .product-list .unit-measure input,
            .accordion-block-referral-form .category-block .product-list .quantity,
            .accordion-block-referral-form .category-block .product-list .quantity input,
            .accordion-block-referral-form .category-block .product-list .unit-price,
            .accordion-block-referral-form .category-block .product-list .unit-price input {
                text-align: center;
            }

/*#endregion *************** Block Definition ************/

/*#region *************** Submit block Definition ********/

.submit-block {
    width: 1140px;
    margin-left: 15px;
    text-align: center;
    margin-top: 32px;
    display: table;
}

    .submit-block.quote-reply {
        margin-left: 0;
        padding-right: 22px;
    }

    .submit-block .item-line {
        width: 0;
        display: inline-block;
        border-top: 4px solid #ebebeb;
        vertical-align: middle;
        margin-top: 20px;
    }

        .submit-block .item-line.first {
            margin-right: 18px;
            float: left;
        }

        .submit-block .item-line.last {
            margin-left: 18px;
            float: right;
        }

    .submit-block .item-button {
        display: table-cell;
        width: auto;
        height: 36px;
        background-color: #c1d72e;
        color: #252525;
        border: none;
        vertical-align: middle;
        padding-right: 96px;
        padding-left: 96px;
        font-size: 16px;
        text-transform: uppercase;
        text-decoration: none !important;
    }

        .submit-block .item-button:hover {
            background-color: #252525 !important;
            color: #fff !important;
            text-decoration: none !important;
        }

/*#endregion ******* Submit block Definition **********/

/*#region *************** Details Page *******************/
.nav.nav-tabs {
    clear: both;
}

    .nav.nav-tabs li a {
        display: block;
        min-width: 244px;
        min-height: 44px;
        text-align: center;
        background-color: #252525;
        margin-right: 5px;
        border: none !important;
        border-radius: 0;
        padding-left: 36px;
        padding-right: 36px;
    }

        .nav.nav-tabs li a h4 {
            color: #fff;
        }

        .nav.nav-tabs li.active a,
        .nav.nav-tabs li a:hover {
            background-color: #fff;
        }

            .nav.nav-tabs li.active a h4,
            .nav.nav-tabs li a:hover h4 {
                color: #252525;
            }


/*#endregion ************* Details Page ***************/

/*#region *************** Quote Form *********************/

#ProductListBlock .product-list {
    width: 100%;
}

    #ProductListBlock .product-list th {
        height: 40px;
        background-color: #262525;
        color: #fff;
        border-right: 2px solid #c8c8c8;
        padding: 0 6px 0 12px;
    }

    #ProductListBlock .product-list td {
        height: 40px;
        background-color: #ebebeb;
        color: #252525;
        border-bottom: 2px solid #fff;
        padding: 0 6px 0 12px;
    }

    #ProductListBlock .product-list .alternate-row td {
        background-color: #e0e0e0;
    }

    #ProductListBlock .product-list th.last,
    #ProductListBlock .product-list td.last {
        border-right: none;
    }

    #ProductListBlock .product-list th.name,
    #ProductListBlock .product-list td.name {
        width: 240px;
        padding-left: 20px;
    }

    #ProductListBlock .product-list th.long-name,
    #ProductListBlock .product-list td.long-name {
        width: 950px;
        padding-left: 20px;
    }

    #ProductListBlock .product-list th.description,
    #ProductListBlock .product-list td.description {
        width: 365px;
    }

        #ProductListBlock .product-list td.description input {
            width: 340px;
        }

    #ProductListBlock .product-list th.unit-measure,
    #ProductListBlock .product-list td.unit-measure {
        width: 126px;
    }

        #ProductListBlock .product-list td.unit-measure input {
            width: 80px;
        }

    #ProductListBlock .product-list th.quantity,
    #ProductListBlock .product-list td.quantity {
        width: 110px;
    }

        #ProductListBlock .product-list td.quantity input {
            width: 80px;
        }

    #ProductListBlock .product-list th.unit-price,
    #ProductListBlock .product-list td.unit-price {
        width: 110px;
    }

        #ProductListBlock .product-list td.unit-price input {
            width: 80px;
        }

    #ProductListBlock .product-list th.exc-gst,
    #ProductListBlock .product-list td.exc-gst {
        width: 140px;
    }

        #ProductListBlock .product-list td.exc-gst input {
            width: 80px;
        }

    #ProductListBlock .product-list .unit-measure,
    #ProductListBlock .product-list .unit-measure input,
    #ProductListBlock .product-list .quantity,
    #ProductListBlock .product-list .quantity input,
    #ProductListBlock .product-list .unit-price,
    #ProductListBlock .product-list .unit-price input {
        text-align: center;
    }

#ProductListBlock h4 {
    font-size: 18px;
    font-weight: bold;
    color: #252525;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #fff;
}

    #ProductListBlock h4 a {
        text-decoration: none;
        display: block;
        width: 100%;
        background-color: #d2d2d2;
        height: 42px;
        padding: 12px 20px;
        color: #252525;
    }

#ProductListBlock .category-block .catergory-text-wrapper {
    background-color: #e0e0e0;
    height: 40px;
}

    #ProductListBlock .category-block .catergory-text-wrapper input {
        margin-left: 20px;
    }

#ProductListBlock .category-block .catergory-text {
    width: 900px;
    margin-top: 5px;
    height: 30px;
    /*margin-left: 20px;*/
    padding-left: 20px;
    padding-top: 4px;
}

#ProductListBlock .category-total {
    height: 50px;
}

    #ProductListBlock .category-total .category-name,
    #ProductListBlock .all-total .all-total-text {
        width: 950px;
        text-align: right;
        font-weight: bold;
        /*padding-right: 140px;*/
    }

.main.pdf-page #ProductListBlock .category-total .category-name,
.main.pdf-page #ProductListBlock .all-total .all-total-text {
    width: 984px;
}

.quote-form #ProductListBlock .category-total .category-name,
.quote-form #ProductListBlock .all-total .all-total-text {
    width: 986px;
    padding-right: 26px;
}

.invoice-from #ProductListBlock .category-total .category-name,
.invoice-from #ProductListBlock .all-total .all-total-text {
    width: 943px;
}

#ProductListBlock .category-total .category-exc-gst,
#ProductListBlock .all-total .all-total-exc-gst,
#ProductListBlock .all-total .all-total-inc-gst {
    /*width: 96px;*/
    /*text-align: right;*/
    font-weight: bold;
    padding-left: 48px;
}

.quote-form #ProductListBlock .category-total .category-exc-gst,
.quote-form #ProductListBlock .all-total .all-total-exc-gst,
.quote-form #ProductListBlock .all-total .all-total-inc-gst {
    text-align: left;
}

.invoice-from #ProductListBlock .category-total .category-exc-gst,
.invoice-from #ProductListBlock .all-total .all-total-exc-gst,
.invoice-from #ProductListBlock .all-total .all-total-inc-gst {
    width: 91px;
}

.invoice-pdf p,
.invoice-pdf td {
    font-size: 19px;
}

#ProductListBlock .category-acceptance {
    height: 50px;
}

    #ProductListBlock .category-acceptance input[type="checkbox"] {
        width: 16px;
        height: 16px;
    }

    #ProductListBlock .category-acceptance .approve {
        width: 952px;
        text-align: right;
    }

    #ProductListBlock .category-acceptance .decline {
        width: 116px;
        text-align: right;
    }

#ProductListBlock .add-product-container {
    margin-top: 12px;
    padding-bottom: 12px;
}

#ProductListBlock .fa-plus {
    display: none;
}

#ProductListBlock .collapsed .fa-minus {
    display: none;
}

#ProductListBlock .collapsed .fa-plus {
    display: inline-block;
}

 #ProductListBlock span.category-validation-message {
    display: none;
    color: #a94442;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 15px;
}

/*#endregion *************** Details Page *******************/

/*#region *************** Bootstrap Override *************/
.form-control {
    color: #252525;
    background-color: #ebebeb;
    border-radius: 0;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    /*text-transform: uppercase;*/
}

.form-horizontal textarea {
    resize: none;
    height: 75px;
}

.dl-horizontal dt {
    width: 204px;
    overflow: hidden;
    /*text-transform: uppercase;*/
}

.dl-horizontal dd {
    margin-left: 236px;
}

.tab-content .dl-horizontal dt {
    width: 220px;
    overflow: hidden;
}

.tab-content .dl-horizontal dd {
    margin-left: 246px;
}

.dl-horizontal.long dt {
    width: 258px;
    overflow: hidden;
    /*text-transform: uppercase;*/
}

div.dl-horizontal.long,
div.dl-horizontal {
    padding-bottom: 40px;
    clear: both;
}

    div.dl-horizontal.long .p-first,
    div.dl-horizontal .p-first {
        float: left;
        width: 204px;
        overflow: hidden;
        text-align: right;
        white-space: normal;
        font-weight: bold;
    }

.dl-horizontal.long dd {
    margin-left: 287px;
}

div.dl-horizontal.long .p-second,
div.dl-horizontal .p-second {
    float: left;
    overflow: hidden;
    text-align: left;
    white-space: normal;
    margin-left: 26px;
}

div.dl-horizontal.long .p-second {
    max-width: 880px;
}

div.dl-horizontal .p-second {
    max-width: 300px;
}




.dl-horizontal.reply dt {
    width: 323px;
    overflow: hidden;
    /*text-transform: uppercase;*/
}

.dl-horizontal.reply dd {
    margin-left: 340px;
}

.btn-default {
}

.btn-primary {
    /*background: #ff5817;
    border-color: #ff5817;*/
}

.alert {
    margin-bottom: 14px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 500;
    margin-left: 1%;
    margin-right: 1%;
    width: 98%;
}

    .alert.alert-warning {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .alert span {
        font-weight: 300;
    }

.label {
    display: inline-block;
    text-align: left;
    padding: 4px 8px 4px 8px;
    white-space: normal;
    font-size: 13px;
    font-weight: 400;
}

table tr.alternate-row td {
    background-color: #f9f9f9;
}

@media (min-width: 0) and (max-width: 767px) {
    .clear-xs-left {
        clear: left;
    }

    .clear-xs-right {
        clear: right;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .clear-sm-left {
        clear: left;
    }

    .clear-sm-right {
        clear: right;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .clear-md-left {
        clear: left;
    }

    .clear-md-right {
        clear: right;
    }
}

@media (min-width: 1200px) {
    .clear-lg-left {
        clear: left;
    }

    .clear-lg-right {
        clear: right;
    }
}

.clear-all-left {
    clear: left;
}

.clear-all-right {
    clear: right;
}

.selectwidth-auto {
    display: inline-block;
    width: auto !important;
}
/*#endregion *************** Bootstrap Override **********/

/*#region *************** Form Control *******************/
.form-info, .details, .message {
    clear: both;
}

    .form-info .row .validation-summary-errors ul {
        padding: 10px;
        margin: 0 0 0 20px;
    }

    .form-info .row .validation-summary-valid {
        display: none;
    }

.form {
}

    .form .account-status-active {
        font-weight: normal;
        text-transform: uppercase;
        color: #388a5f;
    }

    .form .account-status-inactive {
        font-weight: normal;
        text-transform: uppercase;
        color: #8a4038;
    }
/*#endregion *************** Form Control ****************/

/*#region *************** DatePicker   *******************/

.input-group-addon {
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    font: 0/0 a;
}

.ui-datepicker .ui-datepicker-header {
    padding: 0 0 3px 0;
}

.ui-datepicker .ui-datepicker-title {
    margin: 2px 36px 0 36px;
}

/*#endregion *************** DatePicker *******************/

/*#region ************* Email Template   *****************/

.alert.email-template-fields {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
}

    .alert.email-template-fields th {
        font-size: 20px;
    }

        .alert.email-template-fields th.field-name {
            width: 350px;
        }

        .alert.email-template-fields th.field-text {
            width: 350px;
        }

        .alert.email-template-fields th.field-des {
            width: 420px;
        }



/*#endregion *************** Email Template   *****************/

#ErrorResultField,
#SaveResultField {
    display: none;
}


/*#region *************** Dashboard ***********/
.dashboard .header span {
    float: right;
    font-size: 38px;
    margin-top: -4px;
}

.dashboard .header a {
    background-color: #252525;
    color: #fff;
    width: 100%;
    padding: 12px 20px;
    display: block;
    text-decoration: none;
    font-size: 24px;
    border-bottom: 3px solid #c1d72e;
}

    .dashboard .header a:hover {
        color: #252525;
        background-color: #c1d72e;
        border-bottom: 3px solid #252525;
    }



.dashboard .content {
    margin-bottom: 30px;
    background: #ffffff;
    padding: 30px 20px;
}

.dashboard .head {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    /*background: #252525;
    color: #fff;*/
    /*padding-bottom: 12px;
    border-bottom: 1px solid #252525;*/
    margin-bottom: 12px;
}

.dashboard ul {
    clear: both;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .dashboard ul li {
        width: 100%;
        padding: 4px 0;
        font-size: 17px;
    }

        .dashboard ul li:after {
            content: " ";
            display: table;
            height: 100%;
            clear: both;
        }

        /*.dashboard ul li div {
            border-bottom: 1px solid #252525;
        }*/

        .dashboard ul li .count {
            text-align: center;
        }

/*#endregion *************** Dashboard  *****************/


/*#region *************** Report  ***********/

.report-type-list {
    padding-top: 07px;
}

    .report-type-list .check-box-big {
        padding: 0;
        margin: 0 0 0 18px !important;
        float: left;
    }

        .report-type-list .check-box-big.odd {
            clear: both;
            margin: 0 !important;
        }

/*#endregion *************** Report  ***********/

