﻿

body {
    border-top: solid 3px #FDB415;
}

.bodyPrint {
    border-top: 0 !important;
}

.btn-primary {
    background-color: #14377D !important;
}

input:not(.ng-pristine).ng-dirty.ng-invalid, input.ng-dirty.ng-invalid {
    border: solid #933 1px !important;
    border-left: solid #933 3px !important;
    background-color: #Fee !important;
}

:required, input:required, .required, textarea:required {
    border-left: 2px solid #933 !important;
    outline: none;
}

.section-banner, .table-banner {
    height: 40px;
    text-align: left;
    background-color: #FDB415;
    margin-bottom: 10px;
    padding: 4px 10px;
}

.table .table-banner-cell {
    text-align: left;
    padding: 4px 10px;
    height: 30px;
}

.grid-striped .row, .row-striped {
    border-top: 1px solid #dee2e6;
}

    .grid-striped .row:nth-of-type(odd), .row-striped:nth-of-type(odd) {
        background-color: rgba(0,0,0,.05);
    }

.grid-striped .row-section {
    background-color: rgba(0,0,0,.05);
    border-top: 1px solid #dee2e6;
}

.margin-left-10 {
    margin-left: 10px;
}

.color-red {
    color: Red;
}

.color-blue {
    color: Blue;
}

.color-green {
    color: Green;
}

.header-banner {
    height: 137px;
    background-image: url(/images/mea.png);
    padding: 0px 20px;
}

.header-subbanner {
    color: #FDB415;
    background-image: url(/images/tileable_banner.png);
    background-repeat: repeat-x;
    height: 60px;
    border-top: solid 3px #8ec9ea;
    margin-bottom: 20px;
    padding-left: 20px;
}

nav {
    border-bottom: solid 3px #8ec9ea;
    margin-bottom: 10px;
    color: #FDB415;
    background-image: url(/images/tileable_banner.png);
    background-repeat: repeat-x;
}

.navbar-brand {
    color: #FDB415 !important;
}

.nav li {
    border-radius: 3px;
    background: #C3CFDC;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    font-size: smaller;
}

    .nav li.companyselect {
        border-radius: 3px;
        background: #fdb415;
        margin-bottom: 10px;
        padding: 10px;
        width: 100%;
        font-size: smaller;
    }

    .nav li.active {
        border-radius: 3px;
        background: #A5B7CB;
        margin-bottom: 10px;
        padding: 10px;
        width: 100%;
        font-size: smaller;
    }

    /*.nav li a:before {
        content: "\027EB";
        margin-right: 5px;
    }*/

    .nav li a {
        color: #21394C !important;
        font-weight: bold;
    }


.navbar-nav li {
    border-radius: 3px;
    background: #C3CFDC;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    font-size: smaller;
}

    .navbar-nav li.active {
        border-radius: 3px;
        background: #A5B7CB;
        margin-bottom: 10px;
        padding: 10px;
        width: 100%;
        font-size: smaller;
    }

    /*.navbar-nav li a:before {
        content: "\027EB";
        margin-right: 5px;
    }*/

    .navbar-nav li a {
        color: #21394C !important;
        font-weight: bold;
    }

#progressLoader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    overflow: auto;
    overflow-y: scroll;
}

    #progressLoader .progressBackgroundFilter {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
        background-color: #000000;
        filter: alpha(opacity=30);
        opacity: 0.3;
    }

    #progressLoader .processMessage {
        font-size: 14px;
        font-weight: 900;
        font-style: italic;
        text-align: center;
        position: fixed;
        opacity: 1;
        filter: alpha(opacity=100);
        left: 43%;
        top: 40%;
        padding: 40px;
        width: 275px;
        z-index: 1031;
        background-color: #fff;
        line-height: 18px;
        border: 1px solid #ddd;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.nav li a.dropdown-item {
    font-weight: normal;
}

.btn-transparent {
    background: rgb(255, 255, 255) transparent;
    border-color: rgb(255, 255, 255) transparent;
    border-style: none;
    border-width: 0;
}
