﻿/* #region - ZenaComp */

.golden {
    color: #ae8f62 !important;
}
.loginForm {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.headerSVG {
    width: 50%;
    min-width: 600px;
    max-width: 600px;
    height: 89px;
    min-height: 89px;
}

.headerLogoDiv {
    min-width: 300px;
    float: left;
    width: 80%;
}

.headerTextDiv {
    min-width: 300px;
    font-size: 24px;
    font-weight: 700;
    color: black;
    float: right;
    text-align: right;
    margin-right: 10px;
}

.stepper {
    width: 100%;
    display: block;
    min-width: 900px;
    padding-top: 45px;
    padding-bottom: 50px;
}

.k-stepper .k-step-current .k-step-indicator {
    border-color: #28bfba !important;
    color: white;
    background-color: #28bfba !important;
}

.ContentPadding {
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 10px;
}

.HeaderPadding {
    margin-left: 45px;
    margin-right: 10px;
    padding-top: 5px;
}

.pageInstructions {
    width: 75%;
}

    @media (max-width:500px) {
        .headerTextDiv {
            min-width: 0px;
            font-size: 24px;
            font-weight: 700;
            color: black;
            text-align: left;
            margin-right: 0px;
            text-align: center;
        }

        .pageInstructions {
            width: 100%;
        }

        .stepper {
            width: 100%;
            display: none;
        }

        .ContentPadding {
            padding-left: 2px;
            padding-right: 2px;
            padding-top: 5px;
        }

        .HeaderPadding {
            margin-left: 0px;
            margin-right: 0px;
            padding-top: 5px;
        }

    }

@media (max-width:720px) {
    .pageInstructions {
        width: 100%;
    }

    .stepper {
        width: 80%;
        display: none;
    }
}

@media (max-width:720px) {
    .pageInstructions {
        width: 100%;
    }
}

    .EtkinBackground {
        background-color: #0097b2;
    }

    .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: #606060 !important;
        text-transform: uppercase;
        padding-bottom: 5px;
    }

    .PageHeaderInfo {
        font-weight: bold;
        font-size: 24px;
        padding-bottom: 10px;
    }

    .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%;
        margin-left: 5px;
        margin-top: 5px;
    }

    .GridHeader {
        font-weight: bold !important;
    }

    .GridToolbarButtonText {
        position: absolute !important;
        right: 10px !important;
    }

    .HeaderBackground {
        background: #ebecf0;
    }
    /* #endregion */
