﻿/* #region - ZenaComp */

.golden {
    color: #ae8f62 !important;
}


.headerSVG {
    width: 50%;
    min-width: 600px;
    max-width: 600px;
    height: 89px;
    min-height: 89px;
}

.headerContainer {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}

.text-GDPBlue {
    color: #121416 !important;
}

.EditLink {
    color: #ae8f62 !important;
    font-weight: bold;
}

a.text-GDPBlue:hover, a.text-dark:focus {
    color: #5e7ead !important;
}

a.text-GDPBlue:active {
    color: #5e7ead !important;
}

.Site-Logo {
    float: left;
    padding-top: 21px;
    background: #ebecf0;
    padding-left: 15px;
    min-height: 76px;
}

.groupPanelHeader, .providerPanelHeader {
    color: #5e7ead;
    font-weight: bold;
}

@media (max-width:750px) {
    .Site-Logo {
        float: left;
        padding-top: 2px;
        padding-left: 15px;
        min-height: 46px;
    }
}


.validateMsg {
    color: red;
}

@media (max-width:576px) {
    .text-right {
        text-align: left !important;
    }
    .headerSVG {
        width: 90%;
        min-width: 400px;
        max-width: 500px;
        height: 89px;
        min-height: 89px;
    }
    .headerContainer {
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 15px;
    }
}

.PageHeader {
    font-weight: bold;
    font-size: 20px;
    color: #ae8f62 !important;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.PageHeaderInfo {
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 10px;
    padding-left: 5px;
}

.PageHeaderInfoLessPadding {
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 0px;
    padding-left: 5px;
}

.PageHeaderInfoDetail {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 10px;
    padding-left: 5px;
}

.PageHeaderList {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}

.PageHeaderInfoList {
    font-weight: bold;
    font-size: 24px;
    /*border-bottom: 1px solid #dee2e6;*/
}

.EditForm {
    border: 1px solid #dee2e6;
    padding-top: 5px;
    padding-left: 5px;
}

.PageBody {
    /*border: 1px solid #dee2e6;*/
    padding-left: 5px;
    padding-right: 5px;
}

.PageBodyList {
    /*border: 1px solid #dee2e6;*/
    padding-left: 5px;
    padding-right: 5px;
}

.SideBarBody {
    float: left;
    width: 80%;    
}

.GridHeader {
    font-weight: bold !important;
}

.GridToolbarButtonText {
    color: #000 !important;
    position: absolute !important;
    right: 10px !important;
}

.HeaderBackground {
    background: #ebecf0;
}
/* #endregion */
