﻿.input-validation-error[type="email"] {
    border-color: #e40000 !important;
    color: #e40000;
    margin-bottom: 0;
}

.validation-error-msg {
    font-size: 85%;
}

.validation-summary-errors {
    border: 1px solid #e40000;
    margin-bottom: 12px;
    border-radius: 3px;
    font-size: 14px;
    text-align: left;
    margin: 5px;
    display: inline-block;
    width: 99%;
    position: relative;
}

.validation-summary-errors .title {
    color: #a94442;
    background-color: #f2dede;
    padding: 8px 15px;
    display: block;
    border-radius: 2px 2px 0 0;
}

.validation-summary-errors ul {
    padding: 8px 15px;
    margin: 0;
}

.validation-summary-errors ul li {
    color: #e40000;
}

.validation-summary-valid {
    display: none;
}

.profilePic {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.user-icon {
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
}


.success-message {
    background: #59C97E;
    border: 1px solid #E6E6E6;
    border-left: thick solid #59C97E;
    margin-bottom: 12px;
    border-radius: 3px;
    font-size: 14px;
    text-align: left;
    margin: 5px;
    padding: 1em 0;
    display: inline-block;
    width: 99%;
    position: relative;
}

.error-message .title:before {
    content: "";
    background: url(/images/svg/notifications/Error-Large.svg) no-repeat 0 .7em;
    background-size: 62%;
    width: 50px;
    height: 50px;
    float: left;
}

.warning-message .title:before {
    content: "";
    background: url(/images/svg/notifications/Warning-Large.svg) no-repeat 0 .7em;
    background-size: 62%;
    width: 50px;
    height: 50px;
    float: left;
}

.success-message .title:before {
    content: "";
    background: url(/images/svg/notifications/Success-Large.svg) no-repeat 0 .7em;
    background-size: 62%;
    width: 50px;
    height: 50px;
    float: left;
}

.success-message .title {
    color: #fff;
    font-size: large;
    padding: 0 15px;
    display: block;
    /*border-radius: 2px 2px 0 0;*/
    /*background-color: #d1f5d3;*/
}

.success-message .message {
    padding: 0px;
    margin: 0;
    font-size: medium;
    color: #fff;
}

.modal-footer .submit {
    color: white;
    text-transform: initial;
    font-size: medium;
    margin-right: 1em;
}


.modal-container.medium, .medium.alert-modal {
    width: 60% !important;  
}

@media (max-width: 1023px) {
    .modal-container.medium, .medium.alert-modal {
        width: 90% !important;
    }
}


.weather-wrapper {
    display:none;
}

.question-section-wrapper {
    float: left;
    text-align: justify;
}

.left-content-block {
    padding-top: 10px;
    text-align: justify;
}

.test-bottom > .cfloat {
    /*width: 40%!important;*/
}

.test-bottom > .lfloat {
    /*width: 20%!important;*/
}

.test-bottom > .rfloat {
    /*width: 38%!important;*/
}

.test-bottom > .lfloat > .button-wrapper > .label-wrapper {
    text-align: center;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
   /*background-position: center right;*/
    background-position: -5px 0px;
    text-indent: 1em;
}



.swal2-popup {
    min-height: 200px;
    padding: 0 !important;

    >.swal2-header, >.swal2-content {
        padding: 1.25em;
        border-bottom: thin solid #D3D9DF;
    }

    >.swal2-content {
        padding: 2rem 2rem;

        >.swal2-html-container {
            padding: 2rem 2rem;
        }
    }
}

.swal2-header {
    position: absolute;
    top:0;
    width: 100%;
    border-bottom: thin solid #D3D9DF;
    padding: .5rem 1.25rem 0;
}

.swal2-content {
   font-size: medium !important; 
   padding-top: 2rem !important;
   color: #312A2B !important;
}

.swal2-actions {
    font-size: small !important;
    padding-bottom: 2rem;
}

.swal2-html-container {
    padding: 3rem 2rem;
}



