﻿/*********************************/
/* Look & Feel                   */
/*********************************/

/* Main */

md-tooltip .md-content {
    height: auto !important;
    max-width: 350px !important;
    font-size: 16px !important;
    background-color: powderblue !important;
    color: #000000 !important;
}

md-tooltip {
    height: auto !important;
    max-width: 350px !important;
    font-size: 16px !important;
    overflow: visible !important;
    white-space: normal !important;
    background-color: powderblue !important;
    color: #000000 !important;
}

    md-tooltip ._md-content {
        height: auto !important;
        max-width: 350px !important;
        font-size: 16px !important;
        background-color: powderblue !important;
        color: #000000 !important;
    }


.table td, .table th {
    color: black;
}

.ang-main-background {
    background-color: #ffffff;
}

.ang-main-banner {
    height: 50px;
}

.ang-main-banner-logo-position {
    margin-top: 25px;
    margin-left: 0px;
    float: left;
}

.ang-main-banner-logo {
    width: 150px;
    height: 150px;
    background-image: url('images/logo_0.png');
    background-position: top left;
    background-repeat: no-repeat;
}

.ang-main-banner-slogan {
    font-family: font2;
    font-size: 30px;
}

.ang-main-banner-version {
    margin-top: -5px;
    margin-left: 170px;
    font-family: font2;
    font-size: 18px;
}

.ang-main-mobile-banner {
    height: 220px;
    width: 100%;
    background-image: url('images/head.png');
    background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.ang-main-mobile-banner-logo-position {
    margin-top: 15px;
    width: 100%;
    margin: auto;
}

.ang-main-mobile-banner-logo {
}

.ang-main-mobile-banner-slogan {
    margin-top: -20px;
    color: #ffffff;
    font-family: font2;
    font-size: 20px;
}

.ang-main-mobile-banner-version {
    color: #ffffff;
    font-size: 15px;
}

.ang-main-font {
    font-family: font2;
    font-size: 17px;
    color: #777777;
}

.ang-main-section-title {
    font-size: 22px;
    margin-bottom: 20px;
    color: #3693d6;
}

.ang-main-section {
    font-size: 15px;
    color: #777777;
}

.ang-main-a {
    font-size: 15px;
    color: #000000;
}

    .ang-main-a:hover {
        text-decoration: none;
        color: coral;
        cursor: pointer;
    }

/* Footer */

.ang-footer-background {
    background-color: #f4f4f4;
}

.ang-footer-font-1 {
    font-family: font2;
    font-size: 17px;
    color: #ffffff;
}

.ang-footer-font-2 {
    font-family: font2;
    font-size: 17px;
    color: #ffffff;
}

.usps-bg {
    background-image: url('images/usps-bg-3.png');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 700px;
    width: 100%;
}

.ang-sign-on {

}

    .ang-sign-on a {
        display: block;
        background-image: url('images/sign-on-1.png');
        height: 85px;
        width: 254px;
    }

        .ang-sign-on a:hover {
            display: block;
            background-image: url('images/sign-on-2.png');
            height: 85px;
            width: 254px;
        }

.ang-boc-button {
}

    .ang-boc-button a {
        display: block;
        color: #279ad2;
        line-height: 40px;
        float: left;
        background-color: #ffffff;
        padding-left: 10px;
        padding-right: 10px;
    }

        .ang-boc-button a:hover {
            display: block;
            color: #ffffff;
            line-height: 40px;
            float: left;
            background-color: #279ad2;
            padding-left: 10px;
            padding-right: 10px;
        }
.ang-boc-button2 {
}

    .ang-boc-button2 a {
        display: block;
        color: #279ad2;
        line-height: 40px;
        float: left;
        background-color: lightgray;
        padding-left: 10px;
        padding-right: 10px;
    }

        .ang-boc-button2 a:hover {
            display: block;
            color: #ffffff;
            line-height: 40px;
            float: left;
            background-color: #279ad2;
            padding-left: 10px;
            padding-right: 10px;
        }

.ang-footer-1 a {
    font-size: 15px;
    color: #ffffff;
}

    .ang-footer-1 a:hover {
        text-decoration: none;
        color: #777777;
        cursor: pointer;
    }

.ang-footer-2 a {
    font-size: 15px;
    color: #ffffff;
}

    .ang-footer-2 a:hover {
        text-decoration: none;
        color: #777777;
        cursor: pointer;
    }

.ang-footer-support-background {
    background-image: url('images/well-bg-5.png');
    background-repeat: no-repeat;
    padding-top: 100px;
}

.ang-fast-tool-button {

}

.ang-fast-tool-button a {
    border-style:solid;
    border-width:1px;
    border-color:#ffffff;
    background-color:#e3e3e3;
    padding: 2px 4px 2px 4px;
}

    .ang-fast-tool-button a:hover {
        border-style: solid;
        border-width: 1px;
        border-color: #ffffff;
        background-color:gray;
        padding: 2px 4px 2px 4px;
    }

/*#138d16*/
/* Dialog */
.ang-dialog-background {
    background-color: #ffffff;
}

.ang-dialog-font {
    font-family: font2;
    color: #777777;
}

.ang-dialog-title-bar-background {
    background: -moz-linear-gradient(90deg, rgba(40, 155, 212, 1) 0%, rgba(27, 137, 191, 1) 50%, rgba(20, 123, 174, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(40, 155, 212, 1) 0%, rgba(27, 137, 191, 1) 50%, rgba(20, 123, 174, 1) 100%);
    background: linear-gradient(90deg, rgba(40, 155, 212, 1) 0%, rgba(27, 137, 191, 1) 50%, rgba(20, 123, 174, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#777777", endColorstr="#000000", GradientType = 1);
}

.ang-dialog-title-bar-font { /* Do not allow changing of font size */
    font-family: font2;
    font-weight: bold;
    color: #ffffff;
}

.ang-dialog-bg {
    font-family: font2;
    color: #777777;
}

.ang-dialog-shadow {
    cursor: default;
    -webkit-box-shadow: 10px 10px 16px -8px rgba(0,0,0,0.45);
    -moz-box-shadow: 10px 10px 16px -8px rgba(0,0,0,0.45);
    box-shadow: 10px 10px 16px -8px rgba(0,0,0,0.45);
}


/* Tip Dialog */

.ang-tip-font {
    font-size: 14px;
    font-style: italic;
    color: #777777;
}

.ang-tip-border {
    border-color: #6bbbff;
}

.ang-tip-warning {
    color: #777777;
}

.ang-tip-success {
    color: dodgerblue;
}

.ang-tip-error {
    color: #ff0000;
}

.ang-tip-info {
    color: darkorange;
}

/* Form */

.ang-form-label {
    font-size: 16px;
}

.ang-form-input {
    font-size: 15px;
  }
.ang-form-input-lg {
    font-size: 15px;
    width: 250px;
}

.ang-form-info {
    font-size: 15px;
    color: #777777;
    font-style: italic;
}

.ang-form-directions {
    font-size: 15px;
    color: #777777;
    margin-bottom: 20px;
}

.ang-form-section-title {
    font-size: 19px;
    font-weight: bold;
    color: #ff6a00;
}


/*****************/
/* Dialog Button */
/*****************/

.ang-dialog-button-1 {
    font-family: font2;
    font-size: 25px;
    text-align: center;
    background-color: transparent; /* Always transparent.  bg-color is defined in <html> */
}

    .ang-dialog-button-1 a {
        font-size: 15px;
        display: block;
        border-style: solid;
        border-width: 1px;
        border-color: #777777;
        padding: 5px 5px 5px 5px;
        color: #000000;
        background-color: #ffffff;
        border-radius: 5px;
        -moz-box-shadow: inset 0 0 10px #e3e3e3;
        -webkit-box-shadow: inset 0 0 10px #e3e3e3;
        box-shadow: inset 0 0 10px #e3e3e3;
    }

        .ang-dialog-button-1 a:hover {
            text-decoration: none;
            color: #ffffff;
            background-color: #d3d3d3;
        }

.ang-dialog-button-2 {
    font-family: font2;
    font-size: 25px;
    text-align: center;
    background-color: transparent; /* Always transparent.  bg-color is defined in <html> */
}

    .ang-dialog-button-2 a {
        font-size: 15px;
        display: block;
        border-style: solid;
        border-width: 1px;
        border-color: #777777;
        padding: 5px 5px 5px 5px;
        color: #000000;
        background-color: #ffffff;
        border-radius: 5px;
        -moz-box-shadow: inset 0 0 10px #e3e3e3;
        -webkit-box-shadow: inset 0 0 10px #e3e3e3;
        box-shadow: inset 0 0 10px #e3e3e3;
    }

        .ang-dialog-button-2 a:hover {
            text-decoration: none;
            color: #ffffff;
            background-color: #d3d3d3;
        }

/* Tab */

.ang-main-tab-line {
    border-width: 2px;
    border-color: #03a3a9;
}

.ang-main-tab {
    display: inline-block;
    text-align: center;
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
}

.ang-main-tab-selected {
    background-color: rgba(169, 235, 238, 1);
}

.ang-main-tab-not-selected {
    background-color: #f3f3f3;
}

.ang-main-tab-disabled {
    background-color: #ffffff;
}

.ang-complementary-1-tab-line {
    border-width: 2px;
    border-color: #03a3a9;
}

.ang-complementary-1-tab {
    display: inline-block;
    text-align: center;
    padding: 10px 10px 10px 10px;
}

.ang-complementary-1-tab-selected {
    background-color: rgba(169, 235, 238, 1);
}

.ang-complementary-1-tab-not-selected {
    background-color: transparent;
}

.ang-complementary-1-tab-disabled {
    opacity: .3;
    background-color: transparent;
}

.ang-complementary-2-tab-line {
    border-width: 2px;
    border-color: #03a3a9;
}

.ang-complementary-2-tab {
    display: inline-block;
    text-align: center;
    padding: 10px 10px 10px 10px;
}

.ang-complementary-2-tab-selected {
    background-color: rgba(169, 235, 238, 1);
}

.ang-complementary-2-tab-not-selected {
    background-color: transparent;
}

.ang-complementary-2-tab-disabled {
    opacity: .3;
    background-color: transparent;
}

/**************/
/* Themes CSS */
/**************/

/* Theme 1 */


.ang-min-banner-1 {
    background-color: #499ddc;
}

.ang-min-banner-logo-1 {
    background-position: top right;
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
    float: right;
}


.ang-main-banner-app-name-1 {
    color: #ffffff;
    font-family: Arial;
    font-weight: 900;
    font-size: 25px;
    font-style: italic;
}

.ang-main-banner-logo-1 {
    width: 150px;
    height: 150px;
    background-image: url('images/logo_0.png');
    background-position: top left;
    background-repeat: no-repeat;
}

.ang-main-banner-slogan-1 { /* Theme 1*/
    color: #ffffff;
}

.ang-footer-section-title-font-1 {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ang-footer-background-1 { 
    background-color: #39aff1;
    padding-top: 30px;
}

.ang-footer-section-font-1 {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 20px;
}

.ang-footer-section-font-1 a {
    color: #000000;
}

    .ang-footer-section-font-1 a:hover {
        color: #777777;
    }

.ang-bottom-bar-1 {
    background-color: #279ee0;
}

.ang-bottom-bar-font-1 {
    color: #ffffff;
    font-size: 12px;
    padding: 10px 0px 10px 0px;
    text-align: right;
}

.ang-dialog-title-bar-background-1 {
    background: -moz-linear-gradient(90deg, rgba(40, 155, 212, 1) 0%, rgba(27, 137, 191, 1) 50%, rgba(20, 123, 174, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(40, 155, 212, 1) 0%, rgba(27, 137, 191, 1) 50%, rgba(20, 123, 174, 1) 100%);
    background: linear-gradient(90deg, rgba(40, 155, 212, 1) 0%, rgba(27, 137, 191, 1) 50%, rgba(20, 123, 174, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#777777", endColorstr="#000000", GradientType = 1);
}


/* Theme 2 */

.ang-min-banner-2 {
    background-color: #499ddc;
}
.ang-min-banner-logo-2 {
    background-position: top right;
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
    float: right;
}

.ang-main-banner-app-name-2 {
    color: #ffffff;
    font-family: Arial;
    font-weight: 900;
    font-size: 25px;
    font-style: italic;
}

.ang-main-banner-logo-2 {
    width: 150px;
    height: 150px;
    background-image: url('images/logo_0.png');
    background-position: top left;
    background-repeat: no-repeat;
}

.ang-main-banner-slogan-2 { /* Theme 2*/
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
}

.ang-footer-section-title-font-2 {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ang-footer-background-2 {
    background-color: #3b41f1;
    padding-top: 30px;
}

.ang-footer-section-font-2 {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 20px;
}

.ang-footer-section-font-2 a {
    color: #e3e3e3;
}

    .ang-footer-section-font-2 a:hover {
        color: #ffffff;
    }

.ang-bottom-bar-2 {
    background-color: #000000;
}

.ang-bottom-bar-font-2 {
    color: #ffffff;
    font-size: 12px;
    padding: 10px 0px 10px 0px;
    text-align: right;
}

.ang-dialog-title-bar-background-2 {
    background: -moz-linear-gradient(90deg, rgba(40, 155, 212, 1) 0%, rgba(27, 137, 191, 1) 50%, rgba(20, 123, 174, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(40, 155, 212, 1) 0%, rgba(27, 137, 191, 1) 50%, rgba(20, 123, 174, 1) 100%);
    background: linear-gradient(90deg, rgba(40, 155, 212, 1) 0%, rgba(27, 137, 191, 1) 50%, rgba(20, 123, 174, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#777777", endColorstr="#000000", GradientType = 1);
}


/* Theme 3 */

.ang-min-banner-3 {
    background-color: #cb6e76;
}
.ang-min-banner-logo-3 {
    background-position: top right;
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
    float: right;
}

.ang-main-banner-app-name-3 {
    color: #ffffff;
    font-family: Arial;
    font-weight: 900;
    font-size: 25px;
    font-style: italic;
}

.ang-main-banner-logo-3 {
    width: 150px;
    height: 150px;
    background-image: url('images/logo_0.png');
    background-position: top left;
    background-repeat: no-repeat;
}

.ang-main-banner-slogan-3 { /* Theme 2*/
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
}

.ang-footer-section-title-font-3 {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ang-footer-background-3 {
    background-color: #cb6e76;
    padding-top: 30px;
}

.ang-footer-section-font-3 {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 20px;
}

.ang-footer-section-font-3 a {
    color: #ffffff;
}
    .ang-footer-section-font-3 a:hover {
        color: #000000;
    }

.ang-bottom-bar-3 {
    background-color: #924d49;
}

.ang-bottom-bar-font-3 {
    color: #ffffff;
    font-size: 12px;
    padding: 10px 0px 10px 0px;
    text-align: right;
}

.ang-dialog-title-bar-background-3 {
    background: -moz-linear-gradient(90deg, rgba(40, 155, 212, 1) 0%, rgba(27, 137, 191, 1) 50%, rgba(20, 123, 174, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(40, 155, 212, 1) 0%, rgba(27, 137, 191, 1) 50%, rgba(20, 123, 174, 1) 100%);
    background: linear-gradient(90deg, rgba(40, 155, 212, 1) 0%, rgba(27, 137, 191, 1) 50%, rgba(20, 123, 174, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#777777", endColorstr="#000000", GradientType = 1);
}


/* Theme 4 */

.ang-min-banner-4 {
    background-color: #499ddc;
}
.ang-min-banner-logo-4 {
    background-position: top right;
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
    float: right;
}

.ang-main-banner-app-name-4 {
    color: #ffffff;
    font-family: Arial;
    font-weight: 900;
    font-size: 25px;
    font-style: italic;
}

.ang-main-banner-logo-4 {
    width: 150px;
    height: 150px;
    background-image: url('images/logo_0.png');
    background-position: top left;
    background-repeat: no-repeat;
}

.ang-main-banner-slogan-4 { /* Theme 2*/
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
}

.ang-footer-section-title-font-4 {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ang-footer-background-4 {
    background-color: #7fb40a;
    padding-top: 30px;
}

.ang-footer-section-font-4 {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 20px;
}

    .ang-footer-section-font-4 a {
        color: #ffffff;
    }

        .ang-footer-section-font-4 a:hover {
            color: #000000;
        }

.ang-bottom-bar-4 {
    background-color: #72a209;
}

.ang-bottom-bar-font-4 {
    color: #ffffff;
    font-size: 12px;
    padding: 10px 0px 10px 0px;
    text-align: right;
}

.ang-dialog-title-bar-background-4 {
    background: -moz-linear-gradient(90deg, rgba(40, 155, 212, 1) 0%, rgba(27, 137, 191, 1) 50%, rgba(20, 123, 174, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(40, 155, 212, 1) 0%, rgba(27, 137, 191, 1) 50%, rgba(20, 123, 174, 1) 100%);
    background: linear-gradient(90deg, rgba(40, 155, 212, 1) 0%, rgba(27, 137, 191, 1) 50%, rgba(20, 123, 174, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#777777", endColorstr="#000000", GradientType = 1);
}


/* Theme 5 */

.ang-min-banner-5 {
    background-color: #499ddc;
}
.ang-min-banner-logo-5 {
    background-position: top right;
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
    float: right;
}

.ang-main-banner-app-name-5 {
    color: #ffffff;
    font-family: Arial;
    font-weight: 900;
    font-size: 25px;
    font-style: italic;
}

.ang-main-banner-logo-5 {
    background-position: top left;
    background-repeat: no-repeat;
}

.ang-main-banner-slogan-5 { /* Theme 2*/
    display:none;
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
}

.ang-footer-section-title-font-5 {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ang-footer-background-5 {
    background-color: #499ddc;
    padding-top: 30px;
}

.ang-footer-section-font-5 {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 20px;
}

    .ang-footer-section-font-5 a {
        color: #ffffff;
    }

        .ang-footer-section-font-5 a:hover {
            color: #000000;
        }

.ang-bottom-bar-5 {
    background-color: #3f90cd;
}

.ang-bottom-bar-font-5 {
    color: #ffffff;
    font-size: 12px;
    padding: 10px 0px 10px 0px;
    text-align: right;
}

.ang-dialog-title-bar-background-5 {
    background: -moz-linear-gradient(90deg, rgba(40, 155, 212, 1) 0%, rgba(27, 137, 191, 1) 50%, rgba(20, 123, 174, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(40, 155, 212, 1) 0%, rgba(27, 137, 191, 1) 50%, rgba(20, 123, 174, 1) 100%);
    background: linear-gradient(90deg, rgba(40, 155, 212, 1) 0%, rgba(27, 137, 191, 1) 50%, rgba(20, 123, 174, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#777777", endColorstr="#000000", GradientType = 1);
}


/* Theme 6 */

.ang-min-banner-6 {
    background-color: #499ddc;
}
.ang-min-banner-logo-6 {
    background-position: top right;
    background-repeat: no-repeat;
    height:70px;
    width:70px;
    float:right;
}
.ang-min-banner-logo-position {
    margin-top: 5px;
    margin-left: 0px;
    float: right;
}
.ang-min-banner-logo-position-2 {
    margin-top: 15px;
    margin-left: 0px;
    float: right;
}

.ang-main-banner-app-name-6 {
    color: #ffffff;
    font-family: Arial;
    font-weight: 900;
    font-size: 25px;
    font-style:italic;
}

.ang-main-banner-logo-6 {
    background-position: top left;
    background-repeat: no-repeat;
} 

.ang-main-banner-slogan-6 { /* Theme 2*/
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
}

.ang-footer-section-title-font-6{
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ang-footer-background-6 {
    background-color: #499ddc;
    padding-top: 30px;
}

.ang-footer-section-font-6 {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 20px;
}

    .ang-footer-section-font-6 a {
        color: #ffffff; 
    }

        .ang-footer-section-font-6 a:hover {
            color: #000000;
        }

.ang-bottom-bar-6 {
    background-color: #3f90cd;
}

.ang-bottom-bar-font-6 {
    color: #ffffff;
    font-size: 12px;
    padding: 10px 0px 10px 0px;
    text-align: right;
}

.ang-dialog-title-bar-background-6 {
    background: -moz-linear-gradient(90deg, rgba(40, 155, 212, 1) 0%, rgba(27, 137, 191, 1) 50%, rgba(20, 123, 174, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(40, 155, 212, 1) 0%, rgba(27, 137, 191, 1) 50%, rgba(20, 123, 174, 1) 100%);
    background: linear-gradient(90deg, rgba(40, 155, 212, 1) 0%, rgba(27, 137, 191, 1) 50%, rgba(20, 123, 174, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#777777", endColorstr="#000000", GradientType = 1);
}


/* Theme 7 */

.ang-min-banner-7 {
    background-color: #499ddc;
}
.ang-min-banner-logo-7 {
    background-position: top right;
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
    float: right;
}

.ang-main-banner-app-name-7 {
    color: #ffffff;
    font-family: Arial;
    font-weight: 900;
    font-size: 25px;
    font-style: italic;
}

.ang-main-banner-logo-7 {
    width: 150px;
    height: 150px;
    background-image: url('images/logo_0.png');
    background-position: top left;
    background-repeat: no-repeat;
}

.ang-main-banner-slogan-7{ /* Theme 2*/
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
}

.ang-footer-section-title-font-7 {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ang-footer-background-7 {
    background-color: #598edc;
    padding-top: 30px;
}

.ang-footer-section-font-7 {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 20px;
}

    .ang-footer-section-font-7 a {
        color: #ffffff;
    }

        .ang-footer-section-font-7 a:hover {
            color: #000000;
        }

.ang-bottom-bar-7 {
    background-color: #4178c9;
}

.ang-bottom-bar-font-7 {
    color: #ffffff;
    font-size: 12px;
    padding: 10px 0px 10px 0px;
    text-align: right;
}

.ang-dialog-title-bar-background-7 {
    background: -moz-linear-gradient(90deg, rgba(40, 155, 212, 1) 0%, rgba(27, 137, 191, 1) 50%, rgba(20, 123, 174, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(40, 155, 212, 1) 0%, rgba(27, 137, 191, 1) 50%, rgba(20, 123, 174, 1) 100%);
    background: linear-gradient(90deg, rgba(40, 155, 212, 1) 0%, rgba(27, 137, 191, 1) 50%, rgba(20, 123, 174, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#777777", endColorstr="#000000", GradientType = 1);
}


/* Theme 8 */

.ang-min-banner-8 {
    background-color: #b0c4d6;
}

.ang-min-banner-logo-8 {
    background-position: top right;
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
    float: right;
}

.ang-main-banner-app-name-8 {
    color: #ffffff;
    font-family: Arial;
    font-weight: 900;
    font-size: 25px;
    font-style: italic;
}

.ang-main-banner-logo-8 {
    width: 150px;
    height: 150px;
    background-image: url('images/logo_0.png');
    background-position: top left;
    background-repeat: no-repeat;
}

.ang-main-banner-slogan-8 { /* Theme 2*/
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
}

.ang-footer-section-title-font-8 {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ang-footer-background-8 {
    background-color: #96c0df;
    padding-top: 30px;
}

.ang-footer-section-font-8 {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 20px;
}

    .ang-footer-section-font-8 a {
        color: #ffffff;
    }

        .ang-footer-section-font-8 a:hover {
            color: #000000;
        }

.ang-bottom-bar-8 {
    background-color: #5e8db0;
}

.ang-bottom-bar-font-8 {
    color: #ffffff;
    font-size: 12px;
    padding: 10px 0px 10px 0px;
    text-align: right;
}

.ang-dialog-title-bar-background-8 {
    background: -moz-linear-gradient(90deg, rgba(40, 155, 212, 1) 0%, rgba(27, 137, 191, 1) 50%, rgba(20, 123, 174, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(40, 155, 212, 1) 0%, rgba(27, 137, 191, 1) 50%, rgba(20, 123, 174, 1) 100%);
    background: linear-gradient(90deg, rgba(40, 155, 212, 1) 0%, rgba(27, 137, 191, 1) 50%, rgba(20, 123, 174, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#777777", endColorstr="#000000", GradientType = 1);
}


/* Theme 9 */

.ang-min-banner-9 {
    background-color: #279ad2;
}

.ang-min-banner-logo-9 {
    background-position: top right;
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
    float: right;
}

.ang-main-banner-app-name-9 {
    color: #ffffff;
    font-family: Arial;
    font-weight: 900;
    font-size: 25px;
    font-style: italic;
}

.ang-main-banner-logo-9 {
    width: 150px;
    height: 150px;
    background-image: url('images/logo_0.png');
    background-position: top left;
    background-repeat: no-repeat;
}

.ang-main-banner-slogan-9 { /* Theme 2*/
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
}

.ang-footer-section-title-font-9 {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ang-footer-background-9 {
    background-color: #279ad2;
    padding-top: 30px;
}

.ang-footer-section-font-9 {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 20px;
}

    .ang-footer-section-font-9 a {
        color: #ffffff;
    }

        .ang-footer-section-font-9 a:hover {
            color: #000000;
        }

.ang-bottom-bar-9 {
    background-color: #b0e2fa;
}

.ang-bottom-bar-font-9 {
    color: #000000;
    font-size: 12px;
    padding: 10px 0px 10px 0px;
    text-align: right;
}

.ang-min-navbar-bg-color-9 {
    background-color: #b0e2fa;
}

.ang-dialog-title-bar-background-9 {
    background: -moz-linear-gradient(90deg, rgba(40, 155, 212, 1) 0%, rgba(27, 137, 191, 1) 50%, rgba(20, 123, 174, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(40, 155, 212, 1) 0%, rgba(27, 137, 191, 1) 50%, rgba(20, 123, 174, 1) 100%);
    background: linear-gradient(90deg, rgba(40, 155, 212, 1) 0%, rgba(27, 137, 191, 1) 50%, rgba(20, 123, 174, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#777777", endColorstr="#000000", GradientType = 1);
}




/* Theme 10 */

.ang-min-banner-10 {
    background-color: #F58005;
}

.ang-min-banner-logo-10 {
    background-position: top right;
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
    float: right;
}

.ang-main-banner-app-name-10 {
    color: #ffffff;
    font-family: Arial;
    font-weight: 900;
    font-size: 25px;
    font-style: italic;
}

.ang-main-banner-logo-10 {
    width: 150px;
    height: 150px;
    background-image: url('images/logo_0.png');
    background-position: top left;
    background-repeat: no-repeat;
}

.ang-main-banner-slogan-10 { /* Theme 2*/
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
}

.ang-footer-section-title-font-10 {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ang-footer-background-10 {
    background-color: #279ad2;
    padding-top: 30px;
}

.ang-footer-section-font-10 {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 20px;
}

    .ang-footer-section-font-10 a {
        color: #ffffff;
    }

        .ang-footer-section-font-10 a:hover {
            color: #000000;
        }

.ang-bottom-bar-10 {
    background-color: #b0e2fa;
}

.ang-bottom-bar-font-10 {
    color: #000000;
    font-size: 12px;
    padding: 10px 0px 10px 0px;
    text-align: right;
}

.ang-min-navbar-bg-color-10 {
    background-color: #b0e2fa;
}

.ang-dialog-title-bar-background-10 {
    background: -moz-linear-gradient(90deg, rgba(40, 155, 212, 1) 0%, rgba(27, 137, 191, 1) 50%, rgba(20, 123, 174, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(40, 155, 212, 1) 0%, rgba(27, 137, 191, 1) 50%, rgba(20, 123, 174, 1) 100%);
    background: linear-gradient(90deg, rgba(40, 155, 212, 1) 0%, rgba(27, 137, 191, 1) 50%, rgba(20, 123, 174, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#777777", endColorstr="#000000", GradientType = 1);
}






/* Theme 11 */

.ang-min-banner-11 {
    background-color: #333366;
}

.ang-min-banner-logo-11 {
    background-position: top right;
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
    float: right;
}

.ang-main-banner-app-name-11 {
    color: #ffffff;
    font-family: Arial;
    font-weight: 900;
    font-size: 25px;
    font-style: italic;
}

.ang-main-banner-logo-11 {
    width: 150px;
    height: 150px;
    background-image: url('images/logo_0.png');
    background-position: top left;
    background-repeat: no-repeat;
}

.ang-main-banner-slogan-11 { /* Theme 2*/
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
}

.ang-footer-section-title-font-11 {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ang-footer-background-11 {
    background-color: #333366;
    padding-top: 30px;
}

.ang-footer-section-font-11 {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 20px;
}

    .ang-footer-section-font-11 a {
        color: #ffffff;
    }

        .ang-footer-section-font-11 a:hover {
            color: #000000;
        }

.ang-bottom-bar-11 {
    background-color: #565692;
}

.ang-bottom-bar-font-11 {
    color: #e3e3e3;
    font-size: 12px;
    padding: 10px 0px 10px 0px;
    text-align: right;
}

.ang-min-navbar-bg-color-11 {
    background-color: #b0e2fa;
}

.ang-dialog-title-bar-background-11 {
    background: -moz-linear-gradient(90deg, rgba(51, 51, 102, 1) 0%, rgba(82, 82, 159, 1) 50%, rgba(82, 82, 159, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(51, 51, 102, 1) 0%, rgba(82, 82, 159, 1) 50%, rgba(82, 82, 159, 1) 100%);
    background: linear-gradient(90deg, rgba(51, 51, 102, 1) 0%, rgba(82, 82, 159, 1) 50%, rgba(82, 82, 159, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#5252a0", endColorstr="#5252a0", GradientType = 1);
}








/*** DIVIDER */

.h-divider {
    margin: auto;
    margin-top: 80px;
    width: 80%;
    position: relative;
}

    .h-divider .shadow {
        overflow: hidden;
        height: 20px;
    }

        .h-divider .shadow:after {
            content: '';
            display: block;
            margin: -25px auto 0;
            width: 100%;
            height: 25px;
            border-radius: 125px/12px;
            box-shadow: 0 0 8px black;
        }

@media print {
    .exclude-from-print * {
        display: none !important;
    }
}

/*** Custom styles for OAS */

.oas-button {
    float: left;
}

    .oas-button a {
        display: block;
        width: 136px;
        height: 60px;
        background-image: url('images/add-cor-button-1.png');
        background-position: top left;
        background-repeat: no-repeat;
    }

    .oas-button a:hover {
        display: block;
        width: 136px;
        height: 60px;
        background-image: url('images/add-cor-button-2.png');
        background-position: top left;
        background-repeat: no-repeat;
    }

.oas-button-2 {
    float: left;
    padding-left: 10px;
    margin-bottom: 15px;
}

    .oas-button-2 a {
        display: block;
        width: 160px;
        height: 60px;
        background-image: url('images/add-contract-1.png');
        background-position: top left;
        background-repeat: no-repeat;
    }

        .oas-button-2 a:hover {
            display: block;
            width: 160px;
            height: 60px;
            background-image: url('images/add-contract-2.png');
            background-position: top left;
            background-repeat: no-repeat;
        }

.oas-button-new-req {
    float: left;
    padding-left: 10px;
    margin-bottom: 15px;
}

    .oas-button-new-req a {
        display: block;
        width: 169px;
        height: 60px;
        background-image: url('images/add-cor-req-1.png');
        background-position: top left;
        background-repeat: no-repeat;
    }

        .oas-button-new-req a:hover {
            display: block;
            width: 169px;
            height: 60px;
            background-image: url('images/add-cor-req-2.png');
            background-position: top left;
            background-repeat: no-repeat;
        }


.oas-button-invoice {
    float: left;
    padding-left: 10px;
    margin-bottom: 15px;
}

    .oas-button-invoice a {
        display: block;
        width: 199px;
        height: 60px;
        background-image: url('images/add-invoice-1.png');
        background-position: top left;
        background-repeat: no-repeat;
    }

        .oas-button-invoice a:hover {
            display: block;
            width: 199px;
            height: 60px;
            background-image: url('images/add-invoice-2.png');
            background-position: top left;
            background-repeat: no-repeat;
        }


.search-button {
    float: left;
    padding-left: 10px;
    margin-bottom: 15px;
}

    .search-button a {
        display: block;
        width: 132px;
        height: 51px;
        background-image: url('images/search-1.png');
        background-position: top left;
        background-repeat: no-repeat;
    }

        .search-button a:hover {
            display: block;
            width: 132px;
            height: 51px;
            background-image: url('images/search-2.png');
            background-position: top left;
            background-repeat: no-repeat;
        }

.resources-button {
    float: left;
    padding-left: 10px;
    margin-bottom: 15px;
}

    .resources-button a {
        display: block;
        width: 197px;
        height: 60px;
        background-image: url('images/add-resources-1.png');
        background-position: top left;
        background-repeat: no-repeat;
    }

        .resources-button a:hover {
            display: block;
            width: 197px;
            height: 60px;
            background-image: url('images/add-resources-2.png');
            background-position: top left;
            background-repeat: no-repeat;
        }

.documents-button {
    float: left;
    padding-left: 10px;
    margin-bottom: 15px;
}

    .documents-button a {
        display: block;
        width: 183px;
        height: 60px;
        background-image: url('images/upload-documents-1.png');
        background-position: top left;
        background-repeat: no-repeat;
    }

        .documents-button a:hover {
            display: block;
            width: 183px;
            height: 60px;
            background-image: url('images/upload-documents-2.png');
            background-position: top left;
            background-repeat: no-repeat;
        }

.big-tab {
    float: left;
    padding-left: 10px;
}

.tabsdemoDynamicHeight md-content h1:first-child {
    margin-top: 0;
}

.custom-file-upload {
    border: 1px solid;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 3px;
}

.ang-uploader-button {
    color: #e3e3e3;
    background-color: #888888;
    border-style: solid;
    border-color: #999999;
    border-width: 1px;
    border-radius: 3px;
    font-size: 15px;
}

.ide-uploader-button {
    background-color: lightgreen;
    color: #777777;
    border-width: 1px;
    border-color: #999999;
    border-radius: 3px;
    border-style: solid;
}

.thumb {
    height: 75px;
}
