/**ADID Portal Custom CSS**/

/*Fonts*/

@font-face {
    font-family: "D Sari Bold";
    src: url("/DSari_Bold-webfont.ttf");
}

h1.siteTitle {
    font-family: "D Sari Bold", Arial, sans-serif !important;

}

/*Forms Headers and Data Headers/Fields within Forms*/

h2.tab-title {
    color: white;
    background-color: #0b5d66;
    font-size: 24px;
    text-align: center;
}

legend.section-title h3 {
  font-size: 20px;
}

th.sort-enabled a {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}

a.details-link, a.text-primary {
    font-size: 15px;
}

/*Data Fields*/

.crmEntityFormView .form-control.readonly, .crmEntityFormView .form-control[readonly][disabled], .form-readonly .form-control{
    border: thin solid #000000;
    padding-left: 5px;
}


/*Footer*/
.webny-global-footer {
    background-color: #edeef3;
    font-size: 1.3rem;
    color: #0b5d66;
    clear: both;
    margin: 0;
    position: relative;
    z-index: 5;
}

.webny-global-footer .agency-name {
    text-align: center;
    background: rgba(0,0,0,0);
    margin: 4rem 30%;
    width: 40%;
    max-height: 200px;
    max-width: 200px;
    height: auto;
}

.webny-global-footer .csea-gutter {
    margin: 0 1rem;
    border-top: 1px solid #0f60b6;
}

.webny-global-footer .footercta-inner {
    padding: 0 60px 15px 60px;
}

@media (min-width: 768px) {
.webny-global-footer .csea-gutter .csea-gutter-inner .csea-gutter-field div {
    line-height: 1rem;
    margin: auto;
}

.csea-gutter {
    margin: 0 2rem;
}

.webny-global-footer .csea-gutter .csea-gutter-inner {
    margin: 0;
    line-height: 3rem;
    display: block;
    position: relative;
}

.webny-global-footer .csea-gutter .csea-gutter-inner .csea-gutter-links {
    padding: 1rem 0;
    display: table;
}

.webny-global-footer .csea-gutter .csea-gutter-inner .csea-gutter-field {
    display: block;
    text-align: center;
    width: auto;
    margin: 0 auto;
}

}

@media (min-width: 1024px) {
    .webny-global-footer.csea-menus {
    display: table;
    width: 100%;
    }

    .webny-global-footer.csea-menus .footer-row {
        display: table-row;
    }

    .webny-global-footer.wgf-cta {
        display: block;
    }

    .webny-global-footer.wgf-cta .csea-gutter {
        margin: 0 3rem;
    }

    .webny-global-footer .footercta-inner {
        padding: 0 0 15px 0;
    }

    .webny-global-footer.wgf-cta .csea-gutter {
        margin: 0 3rem;
    }

    .webny-global-footer.wgf-cta .csea-gutter .csea-gutter-copyright {
        text-align: left;
        padding: 1rem 0rem;
    }

    .webny-global-footer.wgf-cta .csea-gutter .csea-gutter-links {
        position: absolute;
        right: 0px;
    }

    .webny-global-footer.wgf-cta .csea-gutter .csea-gutter-field {
        width: auto;
    }
}

@media (min-width: 30em) {
    .webny-global-footer {
        z-index: 10;
    }
}