﻿.sidebar-header {
    background-color: #3a7795
}

.sidebar-header {
    padding: 0
}


/* Used for table highlighting */
.highlightgreen {
    color: #009900
}

.highlightred {
    font-weight: bold;
    color: #990000
}

.bghighlightgreen {
    background-color: #90ee90;
    font-weight: bold;
}

.bghighlightred {
    font-weight: bold;
    background-color: #fa8072;
}

.bghighlightorange {
    font-weight: bold;
    background-color: #ffd27f;
}

@media print {

    .container, .container-fluid {
        width: auto;
        display: block !important;
    }
}

header.sidebar-header > span.logo {
    margin: 0;
    background-color: #3a7795;
}

.border-main, .border-primary {
    border-color: #3a7795;
}

.bg-main, .bg-primary {
    background-color: #3a7795;
}

.btn-main, .btn-primary {
    background-color: #3a7795;
    color: #fff;
    border-color: #ebebeb;
}

    .btn-main:hover, .btn-primary:hover {
        background-color: #569bbd;
        color: #fff;
        border-color: #ebebeb;
    }

    .btn-main:active, .btn-primary:Active {
        background-color: #2c5a70;
        color: #fff;
        border-color: #ebebeb;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        background-color: #5c99b7;
        color: #fff;
        border-color: #ebebeb;
    }


.color-main, .color-primary {
    color: #3a7795;
}

.text-main, .text-primary {
    color: #3a7795 !important;
}

.btn-outline.btn-primary, btn-outline.btn-main {
    color: #3a7795;
    background-color: transparent;
    border-color: #3a7795;
}

.alert-primary, .alert-main {
    color: #1c7068;
    background-color: #3a7795;
}


select.periodselector {
    width: 150px;
    padding: 5px 35px 5px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(https://s3.amazonaws.com/ionic-marketplace/ionic-multi-date-picker/icon.png) 96% / 15% no-repeat #eee;
}

    /* CAUTION: IE hackery ahead */
    select.periodselector::-ms-expand {
        display: none; /* remove default arrow on ie10 and ie11 */
    }

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    select.periodselector {
        background: none\9;
        padding: 5px\9;
    }
}

@media (min-width: 992px) {

    .menu-link.menu-overwrite {
        padding: 5px 0 !important;
    }

        .menu-link.menu-overwrite .title {
            font-size: 12px !important;
            line-height: 32px !important;
            font-weight: 500 !important;
        }

        .menu-link.menu-overwrite .material-icons, .menu-link.menu-overwrite .icon.fa, .sidebar-expand-lg.sidebar-iconic .menu-link .icon {
            padding-top: 5px !important;
            line-height: 32px !important;
        }
}

header div.header-action .nav-link {
    line-height: 16px;
    padding-bottom: 12px;
}


.logo {
    text-align: center
}

h4.topbar-title {
    font-weight: normal
}

.avatar-xxxxl {
    max-width: 150px;
    max-height: 150px;
    height: auto;
    width: auto;
    line-height: 150px;
    font-size: 1.5rem;
}

.set64 {
    height: 64px;
    width: 64px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.set40 {
    height: 40px;
    width: 40px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.max64 {
    max-width: 64px;
    max-height: 64px;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    display: table-cell;
}

.max40 {
    max-width: 40px;
    max-height: 40px;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    display: table-cell;
}

.headlinetable > table {
    border-collapse: separate;
    border: 1px solid #3a7795;
    background-color: #3a7795;
    border-radius: 6px;
    -moz-border-radius: 6px;
}

    .headlinetable > table > tr > td {
        padding-left: 20px;
        background-color: #fff
    }

    .headlinetable > table > tr:first-child > td:first-child {
        background-color: #3a7795;
        width: 200px;
        text-align: center;
    }

    .headlinetable > table td:first-of-type img {
        max-height: 181px
    }



.main-container > header.header-inverse {
    left: 76px;
    top: 64px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9fafb;
}

/* HIDE ELEMENTS */
.hidden-xs-up {
    display: none !important
}

@media (max-width:575px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media (min-width:576px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media (max-width:767px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (min-width:768px) {
    .hidden-md-up {
        display: none !important
    }
}

@media (max-width:991px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (min-width:992px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media (max-width:1199px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-xl-up {
        display: none !important
    }
}

.hidden-xl-down {
    display: none !important
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

/* HIDE ELEMENTS END */

/* PUSH ELEMENTS */

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}


@media (min-width: 576px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }
}

@media (min-width: 768px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }
}

@media (min-width: 992px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }
}

/*
.ps-scrollbar-y-rail
{
    opacity: 0.6;
}*/


.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    width: 10px !important;
    opacity: 0.6;
    background-color: #555;
    color: #555;
}

.header-inverse .header-action .nav-link {
    color: rgba(255,255,255,0.9);
}

optgroup {
    font-weight: bold;
    background-color: #ddd;
}