﻿.scrollbar-deep-purple::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-deep-purple::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-deep-purple::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #3598db;
}

.scrollbar-deep-purple {
    scrollbar-color: #3598db #F5F5F5;
}

.bordered-deep-purple::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border: 1px solid #3598db;
}

.bordered-deep-purple::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
}

.thin::-webkit-scrollbar {
    width: 6px;
}

.tiny {
    font-size: 8pt;
}

.micro {
    font-size: 7pt;
}

.nano {
    font-size: 6pt;
}

.popup_block {
    display: none; /*--hidden by default--*/
    background: #fff;
    padding: 0px;
    border: 0px solid #999999;
    float: left;
    position: absolute;
    z-index: 99;
}

img.btn_close {
    float: left;
    margin: 55px 55px 0 0;
}

div.redpanel {
    border: solid 0px #a60000;
    border-bottom-style: none;
    background: #a60000;
}

    div.redpanel div.title {
        padding: 6px;
        color: #ffffff;
        height: 30px;
        font-weight: bold;
    }

    div.redpanel div.detail {
        border: solid 1px #000;
        padding: 6px;
        background: #fff;
    }

.pageHeader {
    background-color: #fff;
    border-bottom: 2px solid #eaeaea;
    height: 65px;
    margin: auto;
    z-index: 99997;
}

    .pageHeader .Title {
        color: #555;
        font-weight: bold;
        font-size: 18pt;
    }

    .pageHeader .TitleDescription {
        color: #aaa;
        font-size: 10pt;
    }

.ui-multiselect {
    padding: 6px 4px 6px 14px;
    text-align: left;
    max-width: 98%;
}

    .ui-multiselect span.ui-icon {
        float: right;
        padding-right: 4px;
    }

.ui-multiselect-single .ui-multiselect-checkboxes input {
    padding: 5px 5px 5px 5px;
    position: absolute !important;
    top: auto !important;
    left: -9999px;
}

.ui-multiselect-single .ui-multiselect-checkboxes label {
    padding: 5px 5px 5px 5px;
}

.ui-multiselect-checkboxes label span {
    padding: 5px 5px 5px 5px;
}

.ui-multiselect-header {
    margin-bottom: 3px;
    padding: 3px 0 3px 4px;
}

    .ui-multiselect-header ul {
    }

        .ui-multiselect-header ul li {
            float: left;
            padding: 0 10px 0 0;
        }

    .ui-multiselect-header a {
        text-decoration: none;
    }

        .ui-multiselect-header a:hover {
            text-decoration: underline;
        }

    .ui-multiselect-header span.ui-icon {
        float: left;
    }

    .ui-multiselect-header li.ui-multiselect-close {
        float: right;
        text-align: right;
        padding-right: 0;
    }

.ui-multiselect-menu {
    display: none;
    padding: 3px;
    position: absolute;
    z-index: 10000;
    text-align: left;
}

.ui-multiselect-checkboxes {
    padding: 4px 4px 4px 4px;
    position: relative;
    overflow-y: scroll;
}

    .ui-multiselect-checkboxes label {
        cursor: default;
        display: block;
        border: 1px solid transparent;
        padding: 3px 1px;
    }

        .ui-multiselect-checkboxes label input {
            position: relative;
            top: 1px;
        }

    .ui-multiselect-checkboxes li {
        clear: both;
        font-size: 0.9em;
        padding-right: 3px;
    }

        .ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
            text-align: center;
            font-weight: bold;
            border-bottom: 1px solid;
        }

            .ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
                display: block;
                padding: 3px;
                margin: 1px 0;
                text-decoration: none;
            }

.ui-multiselect-submit-container {
    margin: 5px 0px 0px 0px;
}

* html .ui-multiselect-checkboxes label {
    border: none;
}

/* Menu */
/* Data Grid */
.DataGrid_Overflow {
    overflow: auto;
    height: 300px;
    max-width: 925px;
    border: solid 1px #eee;
}

.DataGrid {
    border: solid 1px #efefef;
}

.PlaneGrid {
    color: DimGray;
    border: none 0px CornFlowerBlue;
    text-align: left;
}

.DataGridItem {
}

    .DataGridItem div.status {
        text-align: center;
        width: 95%;
        padding: 2px 2px 2px 2px;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }

    .DataGridItem > td {
        padding: 8px 4px 8px 8px;
        font-weight: normal;
        color: #000;
        background-color: #ffffff;
        border-style: none;
        border-bottom: solid 1px #ccc;
        text-decoration: none;
        text-transform: capitalize;
    }

        .DataGridItem > td:hover {
            padding: 8px 4px 8px 8px;
            font-weight: normal;
            color: #000;
            background-color: #f3f3f3;
            border-bottom: solid 1px #ddd;
            text-decoration: none;
            cursor: pointer;
        }

    .DataGridItem a:link, .DataGridItem a:visited {
        color: #3598db;
        text-decoration: none;
        border: solid 1px transparent;
        padding: 0px 0px 0px 0px;
        background-color: transparent;
    }

    .DataGridItem a:hover {
        color: #f32613;
    }

.DataGridItemWithoutBorder {
}

    .DataGridItemWithoutBorder > td {
        border-style: none;
        border-bottom: solid 1px #ccc;
    }

.DataGridSelectedItem {
}

    .DataGridSelectedItem > td {
        padding: 8px 4px 4px 8px;
        font-weight: normal;
        color: #ff0000;
        background-color: #f3f3f3;
        border-bottom: solid 1px #ddd;
        text-decoration: none;
        font-size: 12px;
    }

    .DataGridSelectedItem a:link {
        color: #ff0000;
    }

.DataGridAlternateItem {
    background-color: White;
    border-style: none;
}

    .DataGridAlternateItem input[type=radio] {
        border-style: none;
        outline-style: none;
    }

    .DataGridAlternateItem div.status {
        text-align: center;
        width: 95%;
        padding: 2px 2px 2px 2px;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }

    .DataGridAlternateItem > td {
        padding: 8px 4px 4px 8px;
        font-weight: normal;
        color: #000;
        border-style: none;
        background-color: #fefefa;
        border-bottom: solid 1px #ccc;
        text-decoration: none;
        font-size: 14px;
        font-size-adjust: 0.58;
        text-transform: capitalize;
    }

    .DataGridAlternateItem a:link, .DataGridAlternateItem a:visited {
        color: #3598db;
        text-decoration: none;
        border: solid 1px transparent;
        padding: 0px 0px 0px 0px;
        background-color: transparent;
        text-transform: capitalize;
    }

    .DataGridAlternateItem a:hover {
        color: #f32613;
    }

.DataGridDisabledItem {
    background-color: White;
    border-color: #aaa;
}

    .DataGridDisabledItem > td {
        padding: 8px 4px 4px 8px;
        font-weight: normal;
        color: #aaa;
        background-color: #eeeeee;
        border-bottom: solid 1px #efefef;
        text-decoration: none;
        font-size: 11px;
    }

    .DataGridDisabledItem a:link, .DataGridDisabledItem a:visited {
        color: #3598db;
        text-decoration: none;
        border: solid 1px transparent;
        padding: 0px 0px 0px 0px;
        background-color: transparent;
    }

    .DataGridDisabledItem a:hover {
        color: #f32613;
    }

.DataGridHeader {
    background-color: #fafafa;
    height: 27px;
    width: 100%;
}

    .DataGridHeader td, .DataGridHeader th {
        font-weight: normal;
        color: #666;
        border-bottom: solid 2px #efefef;
        border-right: solid 1px #efefef;
        font-size: 16px;
        text-transform: uppercase;
    }

    .DataGridHeader a {
        color: #666;
        text-decoration: none;
        text-align: left;
        padding: 2px 2px 2px 2px;
        font-size: 16px;
    }

        .DataGridHeader a:hover {
            color: #ff0000;
            text-decoration: #000;
        }

.DataGridPager {
    border-top: solid 2px #efefef;
    background-color: #fafafa;
    height: 27px;
    width: 100%;
    text-align: left;
}

    .DataGridPager span {
        padding: 0px 4px 0px 4px;
        background-color: #efefef;
        border: solid 1px #afafaf;
        color: #000;
    }

    .DataGridPager a:link, .DataGridPager a:visited {
        padding: 0px 4px 0px 4px;
        color: #aaa;
        text-decoration: none;
        text-align: left;
        border: solid 1px #afafaf;
    }

    .DataGridPager a:hover {
        padding: 0px 4px 0px 4px;
        text-decoration: none;
        background-color: rgba(0,0,0,0.8);
        border: solid 1px rgba(255,0,0,0.8);
    }

.DataGridFooter {
    background-color: #fafafa;
    height: 27px;
    width: 100%;
}

    .DataGridFooter td, .DataGridFooter th {
        font-weight: normal;
        color: #666;
        padding: 8px 4px 4px 8px;
        border-bottom: solid 2px #efefef;
        border-right: solid 1px #efefef;
        font-size: 14px;
        font-weight: bold;
    }

    .DataGridFooter a {
        color: #666;
        text-decoration: none;
        text-align: left;
        padding: 2px 2px 2px 2px;
        font-size: 11px;
    }

        .DataGridFooter a:hover {
            color: #ff0000;
            text-decoration: #000;
        }

.DataGridSelectedRow {
    background-color: LightBlue;
    border-color: Black;
}

    .DataGridSelectedRow input[type=radio] {
        border-style: none;
        outline-style: none;
    }

    .DataGridSelectedRow div.status {
        text-align: center;
        width: 95%;
        padding: 2px 2px 2px 2px;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }

    .DataGridSelectedRow > td {
        font-weight: normal;
        color: #000;
        background-color: LightBlue;
        border-bottom: solid 1px #efefef;
        text-decoration: none;
        font-size: 12px;
    }

    .DataGridSelectedRow a:link, .DataGridSelectedRow a:visited {
        color: #3598db;
        text-decoration: none;
        background-color: transparent;
    }

    .DataGridSelectedRow a:hover {
        color: #f32613;
    }

.DataGridCancelRow {
    background-color: LightBlue;
    border-color: Black;
}

    .DataGridCancelRow input[type=radio] {
        border-style: none;
        outline-style: none;
    }

    .DataGridCancelRow div.status {
        text-align: center;
        width: 95%;
        padding: 2px 2px 2px 2px;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }

    .DataGridCancelRow > td {
        padding: 8px 4px 4px 4px;
        font-weight: normal;
        color: #000;
        background-color: LightBlue;
        border-bottom: solid 1px #efefef;
        text-decoration: none;
        font-size: 11px;
    }

    .DataGridCancelRow a:link, .DataGridCancelRow a:visited {
        color: #3598db;
        text-decoration: none;
        padding: 0px 0px 0px 0px;
        background-color: transparent;
    }

    .DataGridCancelRow a:hover {
        color: #f32613;
    }

.DataGridNoData {
    color: #C0C0C0;
    height: 95%;
    width: 99%;
    padding: 3px 3px 3px 3px;
}

    .DataGridNoData div {
        height: 100%;
        text-align: center;
        padding-top: 100px;
    }

.bs-wizard {
    width: 100%;
}

/*Form Wizard*/
.bs-wizard {
    border-bottom: solid 1px #ccc;
    padding: 0 0 10px 0;
}

    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
    }

        .bs-wizard > .bs-wizard-step + .bs-wizard-step {
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
            color: #595959;
            font-size: 10px;
            margin-bottom: 5px;
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-info {
            color: #999;
            font-size: 10px;
        }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
            position: absolute;
            width: 16px;
            height: 16px;
            display: block;
            background: #fbe8aa;
            top: 45px;
            left: 50%;
            margin-top: -15px;
            margin-left: -15px;
            border-radius: 50%;
        }

            .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
                content: ' ';
                width: 10px;
                height: 10px;
                background: #fbbd19;
                border-radius: 50px;
                position: absolute;
                top: 3px;
                left: 3px;
            }

        .bs-wizard > .bs-wizard-step > .progress {
            position: relative;
            border-radius: 0px;
            height: 3px;
            box-shadow: none;
            margin: 22px 0;
        }

            .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
                width: 0px;
                box-shadow: none;
                background: #fbe8aa;
            }

        .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
            width: 0%;
        }

        .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
            background-color: #ccc;
        }

            .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
                opacity: 0;
            }

        .bs-wizard > .bs-wizard-step:first-child > .progress {
            left: 50%;
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:last-child > .progress {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
            pointer-events: none;
        }

select option {
    font-size: 10px;
}

.validation-message {
    color: #f32613;
    padding: 4px 4px 4px 4px;
}

.validation-indicator {
    border: solid 2px #f32613;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e7eaed;
    border-radius: .25rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.5rem
}

.card-header {
    padding: .75rem 1.5rem;
    margin-bottom: 0;
    background-color: #f3f3f3;
    border-bottom: 1px solid #e7eaed
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: .75rem 1.5rem;
    background-color: #f3f3f3;
    border-top: 1px solid #e7eaed
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.card-header-tabs {
    margin-right: -.75rem;
    margin-bottom: -.75rem;
    margin-left: -.75rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.75rem;
    margin-left: -.75rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-deck .card {
        margin-bottom: 12px
    }

@media (min-width:576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -12px;
        margin-left: -12px
    }

        .card-deck .card {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 12px;
            margin-bottom: 0;
            margin-left: 12px
        }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-group > .card {
        margin-bottom: 12px
    }

@media (min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

        .card-group > .card {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
                    border-bottom-left-radius: 0
                }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.accordion > .card {
    overflow: hidden
}

    .accordion > .card:not(:first-of-type) .card-header:first-child {
        border-radius: 0
    }

    .accordion > .card:not(:first-of-type):not(:last-of-type) {
        border-bottom: 0;
        border-radius: 0
    }

    .accordion > .card:first-of-type {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .accordion > .card:last-of-type {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .accordion > .card .card-header {
        margin-bottom: -1px
    }

.card {
    margin-bottom: 24px
}

    .card .card-drop {
        font-size: 24px;
        line-height: 0;
        color: #6c757d
    }

.card-header, .card-title {
    margin-top: 0
}

.card-title {
    font-size: 15px
}

.header-title {
    font-size: 1.1rem;
    margin: 0 0 7px 0
}

.sub-header {
    margin-bottom: 24px;
    color: #797979;
    font-size: 14px
}

.card-header {
    border-bottom: none
}

.card-footer {
    border-top: 1px solid #f3f3f3
}

.card-border .card-header {
    border-top: 2px solid #ccc
}

.card-box {
    background-color: #fff;
    padding: 1.5rem;
    margin-bottom: 24px;
    border: 1px solid #e7eaed;
    border-radius: .25rem
}

.card-widgets {
    float: right;
    height: 16px
}

    .card-widgets > a {
        color: inherit;
        font-size: 18px;
        display: inline-block;
        line-height: 1
    }

        .card-widgets > a.collapsed i:before {
            content: "\F415"
        }

.card-disabled {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: .25rem;
    cursor: progress
}

    .card-disabled .card-portlets-loader {
        background-color: #575a65;
        -webkit-animation: rotatebox 1.2s infinite ease-in-out;
        animation: rotatebox 1.2s infinite ease-in-out;
        height: 30px;
        width: 30px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -12px;
        margin-top: -12px
    }

.medium {
    font-size: 16px;
}

.bolder {
    font-weight: bold;
    font-weight: 600;
}

.small-summary-widget {
    display: inline-block;
    margin-left: 0px;
}

    .small-summary-widget .counter-div {
        border-right: solid 2px #3598db !important;
    }

    .small-summary-widget .counter-div-grey {
        border-right: solid 2px #ddd;
    }

    .small-summary-widget .widget {
        padding: 6px 6px 6px 6px;
        display: inline-block;
    }

    .small-summary-widget .title {
        font-weight: bold;
        font-size: 14px;
    }

    .small-summary-widget .brief {
        font-weight: bold;
        font-size: 10px;
        color: #aaa;
    }

    .small-summary-widget .counter-div .counter {
        font-weight: bold;
        font-size: 36px;
    }

    .small-summary-widget .counter-div-grey .counter {
        font-weight: bold;
        font-size: 36px;
    }

.inlineblock {
    display: inline-block;
}

.short-links {
    font-size: 7pt;
    margin-top: -5px;
}

    .short-links a {
        padding: 1px 1px 1px 1px;
        border: solid 1px transparent;
    }

        .short-links a:hover {
            padding: 1px 1px 1px 1px;
            border: solid 1px #3598db;
            background-color: #3598db;
            color: #fff;
        }

.moveMiddle {
    vertical-align: middle;
}

.small-card-box {
}

    .small-card-box .header {
        font-weight: bold;
        font-weight: 600;
        padding-bottom: 6px;
        border-bottom: solid 2px #efefef;
    }

    .small-card-box .body {
        height: 190px;
        max-height: 190px;
        overflow: auto;
    }

        .small-card-box .body .timeline-box {
            margin-top: 5px;
            padding: 4px 4px 4px 4px;
            border-left: solid 3px LightBlue;
        }

            .small-card-box .body .timeline-box .message {
                font-size: 8pt;
                margin-left: 5px;
            }

            .small-card-box .body .timeline-box .timeline-image {
                margin-top: -20px;
            }

.text-dark {
    color: #000;
}

.text-yellow {
    color: #fbfe00;
}

.bd-table > td, .bd-table > th {
    padding: 8px 4px 4px 8px;
    font-weight: normal;
    color: #000;
    border-color: #efefef;
    border-bottom-width: 1px;
    text-decoration: none;
    font-size: 11px;
    font-size-adjust: 0.58;
    text-transform: capitalize;
}

.bd-table > th {
    font-weight: bold;
    font-weight: 600;
    background-color: white;
    border-style: none;
    border-bottom-width: 2px;
    border-top-width: 0px;
}

.bd-table-no-border {
    border-width: 0px;
    border-style: none;
}

.pull-top {
    vertical-align: top;
}

.gridrow {
    font-size: 8pt;
}

.gridview table.table-bordered td {
    border-style: none;
}

.gridview table.table-bordered tr {
    border-bottom: solid 1px #ddd;
}

.gridrow td {
    font-size: 10pt;
}

.gridheader {
    font-size: 14px;
    background-color: #2E6698;
    border: solid 1px #50799d;
    border-color: #094e8a !important;
    text-transform: capitalize;
    color: #fff;
}

    .gridheader a, .gridheader span {
        color: #fff;
        font-size: 8pt;
    }

.gridfooter {
    font-size: 13px;
    background-color: #84a2bb;
    border-bottom: solid 3px #ddd;
    text-transform: capitalize;
    color: #fff;
}

    .gridfooter a, .gridfooter span {
        color: #fff;
        font-size: 8pt;
    }

    .gridfooter input[type=text] {
        font-size: 8pt;
        padding: 0px 4px 0px 4px;
        height: 22px;
    }

.gridbutton:hover {
    background-color: cornflowerblue;
}

.table-tips {
    position: absolute;
    right: 45px;
    margin-top: 40px;
    font-size: 10px;
    color: #aaa;
}

.dxbs-listbox > li:not(:last-of-type) > .list-group-item {
    border-bottom: solid 1px #eee;
}

div.checkbox > label {
    font-size: 9pt;
    white-space: nowrap;
}

div.checkbox > label {
    font-size: 9pt;
    white-space: nowrap;
}

    div.checkbox > label::before {
        border-style: none;
    }

    div.checkbox > label input[type=checkbox] {
        opacity: 1;
        position: relative;
        margin-top: 0px;
    }

div.checkbox span {
    margin-top: 10px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-20 {
    margin-left: 20px;
}

.dropdown-menu {
    margin: 0px;
    padding: 0px;
}

    .dropdown-menu li a {
        font-size: 8pt;
    }

    .dropdown-menu li {
        border-bottom: solid 1px #eee;
        padding: 0 !important;
    }

.custom-table {
    width: 100%;
}

    .custom-table td, .custom-table th {
        border-bottom: solid 1px #eee;
        padding: 4px 4px 4px 4px;
    }

        .custom-table td.selected {
            font-style: italic;
            text-decoration: line-through;
        }

.button-rotate {
    -webkit-transform: rotate(90deg);
    -webkit-transition-duration: 5s;
}

.loader {
    margin: 0 auto;
    margin-top: 5%;
    text-align: center;
}

.circle-icon {
    border-radius: 50%;
    padding: 8px 8px 8px 8px;
    border: solid 1px #ddd;
    color: #aaa;
}

.circle-icon-1 {
    border-radius: 50%;
    padding: 8px 10px 8px 10px;
    border: solid 1px #ddd;
    color: #aaa;
}

.thick {
    border-width: 2px;
    border-color: #ddd;
}

.bg-dark-muted {
    background-color: #5b697c;
}

.bg-light-muted {
    background-color: #f4f4f4;
}

.text-strike {
    text-decoration: line-through;
}

.no-data {
    text-align: center;
    padding: 8px 0px 8px 0px;
}

.profile-header {
    padding: 6px 6px 6px 6px;
    background-color: #eee;
    font-weight: bold;
    font-weight: 600;
    border: solid 1px #ddd;
}

.profile-field {
    padding: 6px 6px 6px 6px;
    background-color: #eee;
    font-weight: bold;
    font-weight: 600;
    border: solid 1px #ddd;
    border-top-style: none;
    font-size: 10pt;
}

.profile-value {
    padding: 6px 6px 6px 6px;
    border: solid 1px #ddd;
    border-top-style: none;
    border-left-style: none;
    font-size: 10pt;
}

.profile-value-odd {
    border-right-style: none;
}



.dashboard-widget {
    padding: 4px 4px 4px 4px;
}


    .dashboard-widget .icon i {
        border-radius: 50%;
        padding: 12px 12px 12px 12px;
        font-size: 20pt;
        color: white;
    }


    .dashboard-widget .counter-zone .counter-title {
        font-size: 8pt;
        font-weight: bold;
    }

    .dashboard-widget .counter-zone .counter {
        font-weight: bold;
        font-weight: 600;
        font-size: 22pt;
    }


/********************* PAGE COUNT WIDGET ****************/
.count-widget {
    background-color: #fff;
    border: solid 1px #aaa;
    min-width: 148px;
    border-radius: 6px;
}

    .count-widget .counter {
        padding: 0px 16px 0px 16px;
        border-right-style: none;
        font-size: 16pt;
    }

    .count-widget .title {
        margin-top: 0px;
        padding: 6px 6px 6px 6px;
        font-size: 12pt;
    }

    .count-widget .counter-front-0 {
        color: #454041;
    }

    .count-widget .counter-front-1 {
        color: #B56470;
    }

    .count-widget .counter-front-2 {
        color: #CAA87D;
    }

    .count-widget .counter-front-3 {
        color: #84BB94;
    }

    .count-widget .counter-front-4 {
        color: #cc2a36;
    }

    .count-widget .counter-front-5 {
        color: #6B8CA6;
    }

    .count-widget .counter-front-6 {
        color: #4A456A;
    }

    .count-widget .counter-front-7 {
        color: #4A456A;
    }

    .count-widget .counter-front-8 {
        color: #4A456A;
    }

    .count-widget .counter-front-9 {
        color: #4A456A;
    }

    .count-widget .counter-front-98 {
        color: green;
    }

    .count-widget .counter-front-99 {
        color: red;
    }

    .count-widget .counter-0 {
        background-color: #454041;
        color: #fff;
    }

    .count-widget .counter-1 {
        background-color: #B56470;
        color: #fff;
    }

    .count-widget .counter-2 {
        background-color: #CAA87D;
        color: #fff;
    }

    .count-widget .counter-3 {
        background-color: #84BB94;
        color: #fff;
    }

    .count-widget .counter-4 {
        background-color: #cc2a36;
        color: #fff;
    }

    .count-widget .counter-5 {
        background-color: #6B8CA6;
        color: #fff;
    }

    .count-widget .counter-6 {
        background-color: #4A456A;
        color: #fff;
    }

    .count-widget .counter-7 {
        background-color: #4A456A;
        color: #fff;
    }

    .count-widget .counter-8 {
        background-color: #4A456A;
        color: #fff;
    }

    .count-widget .counter-9 {
        background-color: #4A456A;
        color: #fff;
    }

    .count-widget .counter-98 {
        background-color: green;
        color: #fff;
    }

    .count-widget .counter-99 {
        background-color: red;
        color: #fff;
    }

/******************** END PAGE COUNT WIDGET *************/


.checkbox-inner label {
    margin-left: 5px;
    margin-right: 5px;
}

.checkbox-inner input {
}

.noboldlabel label {
    font-weight: normal;
    font-size: 9pt;
}

.top-border-rounded {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.headertitle {
    background-color: #eee;
    border: solid 1px #e1e1e1;
    height: 43px;
    padding-top: 10px !important;
    font-size: 10pt !important;
    font-weight: bold;
}

.fieldtitle {
    background-color: #f4f4f4;
    border: solid 1px #e1e1e1;
    height: 43px;
    padding-top: 10px !important;
    font-size: 10pt !important;
    border-left-style: none;
}

.fieldtitle-first {
    background-color: #f4f4f4;
    border: solid 1px #e1e1e1;
    height: 43px;
    padding-top: 10px !important;
    font-size: 10pt !important;
}

.fieldvalue {
    border: solid 1px #e1e1e1;
    border-left-style: none;
    vertical-align: middle;
    background-color: #fafafa;
    padding-top: 5px !important;
    height: 43px;
}

.fieldvalue-label {
    border: solid 1px #e1e1e1;
    border-left-style: none;
    height: 43px;
    padding-top: 10px !important;
    font-size: 10pt !important;
    vertical-align: middle;
    background-color: #fafafa;
}

td.table-fieldtitle {
    background-color: #f4f4f4;
    border: solid 1px #e1e1e1;
    padding: 8px;
    font-weight: bold;
}

td.table-fieldvalue {
    background-color: #fafafa;
    border: solid 1px #e1e1e1;
    padding: 8px;
}

td.table-quarter {
    width: 25%
}

td.table-half {
    width: 50%
}

td.table-onethird {
    width: 33%
}

td.table-threeforth {
    width: 75%
}

td.table-headertitle {
    background-color: #eee;
    border: solid 1px #e1e1e1;
    font-size: 10pt !important;
    font-weight: bold;
    padding: 8px;
}

.b-deepblue {
    border-color: #2d6494;
}

.no-topborderradius {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.text-deepblue {
    color: #2d6494;
}

.text-black {
    color: #000;
}

.xsmall {
    font-size: 10pt;
}

.large {
    font-size: 14pt;
}

.xlarge {
    font-size: 16pt;
}

.italic {
    font-style: italic;
    font-family: 'Segoe UI', 'Open Sans';
}

.dark-bordered {
}

.ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
    position: absolute;
    left: -50px;
}

.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: bold 9px "Segoe UI", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
    position: absolute;
    left: -40px;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 40px;
    margin-left: -40px;
    bottom: -16px;
}

    .arrow.top {
        top: -16px;
        bottom: auto;
    }

    .arrow.left {
        left: 20px;
    }

    .arrow:after {
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: 25px;
        height: 25px;
        box-shadow: 6px 5px 9px -9px black;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        tranform: rotate(45deg);
    }

    .arrow.top:after {
        bottom: -20px;
        top: auto;
    }
.label-muted {
    background-color: #aaa;
}
.no-table-bordered td, no-table-bordered th {
    border-left-style: none !important;
    border-right-style: none !important;
}