﻿body {
    margin: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 1.25;
}

.color_primary  { color: #337733; }     /* green */
.color_secondary { color: #773377; }    /* purple */
.color_tertiary { color: #335577; }     /* blue */
.color_quaternary { color: #775533; }   /* brown */

.background_color_primary  { background-color: #337733; }     /* green */
.background_color_secondary { background-color: #773377; }    /* purple */
.background_color_tertiary { background-color: #335577; }     /* blue */
.background_color_quaternary { background-color: #775533; }   /* brown */

.dr_link:hover {
    background-color: #cccccc;
}


header {
    color: #FFFFFF;
    background-color: #337733;
}

#footer {
    height: 75px;
    padding: 25px 0;
    color: #FFFFFF;
    background-color: #337733;
    text-align: center;
    font-size: 24px;
}


#masthead {
    position: relative;
    color: #FFFFFF;
    background-color: #337733;
    height: 70px;
    font-size: 52px;
    vertical-align: middle;
}


.masthead_navigation {
    position: absolute;
    display: inline-block;
    right: 16px;
    font-size: 20px;
    margin-top: 29px;
}

.masthead_navigation > div:nth-child(1) {
    display: inline-flex;
    flex-direction: row;
    background-color: #337733;
}


.nav_links > span, .nav_links > a {
    margin-right: 20px;
}

.nav_hamburger {
    display: none;
    text-align: right;
}


#div_sticky {
    position: fixed;
    width: 100%;
    padding-right: 20px;
    padding-top: 10px;
    background-color: #ffffff;
    top: 0;
    z-index: 1;
}


@media screen and (max-width: 460px) {
    #masthead > a:nth-child(1) > span {
        font-size: 8vw;
    }
}

@media screen and (min-width: 461px) and (max-width: 840px) {
    #masthead > a:nth-child(1) > span {
        font-size: 42px;
    }
}

@media screen and (max-width: 992px) {
    .masthead_navigation > div:nth-child(1) {
        flex-direction: column;
        padding: 10px 24px;

        position: absolute;
        top: -10px;
        white-space: nowrap;
        right: 64px;
    }

    .nav_links {
        display: none;
        flex-direction: column;
    }

    .nav_links > span, .nav_links > a {
        margin: 0 0 4px 0;
    }

    .nav_hamburger {
        display: inline;
    }
}



#divModal_AddEditClient > div,
#divModal_AddEditCampaignMaster > div,
#divModal_AddEditClientCampaign > div,
#divModal_SelectParticipatingClients > div {
    width: 800px !important;
}

#divModal_AddEditClient > div > footer > span,
#divModal_AddEditCampaignMaster > div > footer > span,
#divModal_AddEditClientCampaign > div > footer > span,
#divModal_SelectParticipatingClients > div > footer > span {
    margin: 12px 24px;
}

#divModal_SelectParticipatingClients_clientList {
    height: 450px;
    overflow: auto;
    padding-bottom: 16px;
}

#divModal_SelectParticipatingClients_clientList > p {
    display: inline-block;
    margin: 8px 0;
    padding-left: 40px;
    text-indent: -40px;
    padding-right: 16px;
    width: 32%;
    vertical-align: top;
}


.modal_help_icon {
    margin: 0 5px;
}

.modal_error {
    padding: 0 8px;
}


