﻿#title-bar {
    background-color: #4789b6;
    margin: 0
}

#title-bar .h1, #title-bar h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 125%;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 2rem;
}

#primary-footer #footer-links-social a:hover.icon-facebook {
    background-color: #556fa5;
}

#primary-footer #footer-links-social a:hover.icon-twitter {
    background-color: #64b3f0;
}


#primary-footer #footer-links-social a:hover.icon-instagram {
    background: radial-gradient(ellipse at 20% 128%, #FEDA78 20%, #E23467 60%, #AC2BB3 90%);
    background-image: radial-gradient(at 20% 128%, #feda78 20%, #e23467 60%, #ac2bb3 90%);
}

#primary-footer #footer-links-social a:hover.icon-linkedin {
    background-color: #0077B5;
}

#primary-footer #footer-links-social a:hover.icon-youtube {
    background-color: #cc1a20;
}

.welcomePageButton {
    height: 68px !important;
    line-height: 6.3rem !important;
    width: 100%;
}

.common-questions-squares .square {
    width: 315px !important;
}

.link--primary {
    cursor: pointer;
}

.dropZoneRegular {
    width: 100%;
    height: 70px;
    border-width: 3px;
    border-color: #666;
    border-style: dashed;
    text-align: center;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.dropZoneActive {
    width: 100%;
    height: 70px;
    border-width: 3px;
    border-color: #0000CD;
    border-style: dashed;
    text-align: center;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.errorMessage {
    color: #b6091a;
}

.indent {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.textJustify {
    text-align: justify !important;
}

.table thead th {
    padding-left: 0 !important;
}
.table tbody td {
    padding-left: 0 !important;
}

div[id="PaymentDetail"] div.modal-container {
    max-width: 70%;
}

div[id="PaymentDetail"] div.modal-container .modal-content {
    max-height: 61rem;
}