﻿/*------------Reset Rules---------------*/

.EPiServerForms .Form__Status .Form__Status__Message {
    display: block;
    padding: 0px !important;
    margin: 0px !important;
}
    .news-article__ul li, .news-article__ol li {
    margin-left: 0px;
}

.membership-benefits__table {
    border-spacing: 2px 2px !important;
    padding: 10px 0px !important;
}

.input-field > label {
    color: #595455;
    left: 0px;
    font-size: 18px;
    font-style: italic;
}

.ui-widget.ui-widget-content {
    border: 1px dotted #eae5e6;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .3em;
}

.ui-tabs .ui-tabs-panel {
    padding: 10px 0 0 0;
}

.form__input {
    margin-top: 0px;
}

.form__select > .fontAwesome5ProLight, .form__datepicker-container > .far {
    top: 30px;
    right: 5px;
}


.form__datepicker-container {
    margin-top: 0px;
}

.membership-benefits__table {
    margin: 0px;
    width: 100%;
}

.list-group-item {
    padding: 5px !important;
}

.list-group-item-success {
    background-color: #f2f2f2 !important;
}

.row > .Form__Element {
    width: auto !important;
    margin: 0px !important;
}

.row.form-container:last-child {
    margin-bottom: 0px !important;
}

.row .form-container {
    border: 1px dashed black !important;
}

.action {
    padding:5px !important;
}
/*------------Reset Rules---------------*/
/*------------Error Rules---------------*/
.button-error {
    background-color: red;
}
.scholarship-documents-upload-container {
    /*border: 1px dotted black;*/
    border-radius: 10px;
}

.error-handle {
    display: none;
}

.status-error {
    color: red !important;
    font-weight: bold;
}

.status-success {
    color: green !important;
    font-weight: normal;
}

.admin-support-document-status-success {
    color: red;
    font-weight: bolder;
}
    .admin-support-document-status-success a {
        text-decoration: underline;
        color: green;
        font-weight: bolder;
        padding: 5px 0px;
    }
    /*------------Error Rules---------------*/
/*#region Admin Area Rules*/
    .not-display-element {
        display: none;
    }
.accepted-aplicant {
    background-color: #b3d4fc;
    padding: 2px;
}

.awarded-aplicant {
    border-left: 4px solid red;
}

/*Report download link*/
.report-download-links a{
    display: inline-block;
}
.report-download-link {
    cursor: pointer;
}

/*Pagination*/
.scholarship-pagination-container {
    text-align: center;
    /*border: 1px dotted gray;*/
    margin: 0px;
    padding: 15px;
}

.pagination-container {
    border: 1px dotted #003745;
    /*min-height: 80px;*/
    height: 10vh;
    width: 100%;
    border-radius: 20px;
}
.scholarship-pagination {
    /*font-size: 15px;*/
    font-family: arial;
    font-weight: normal;
    width: 100%;
}

    .scholarship-pagination a {
        float: left;
        text-align:center;
        margin: 2px;
        display: block;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        /*border: 1px solid transparent;*/
        line-height: 35px;
        min-width: 35px;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
    }

        .scholarship-pagination > li > a:hover,
        .scholarship-pagination > li > span:hover {
            color: #fff;
            background-color: #003745;
        }

        .scholarship-pagination > li > a:focus,
        .scholarship-pagination > li > span:focus {
            color: #fff;
            background-color: #003745;
        }

    .scholarship-pagination > .active > a {
        color: white;
        background-color: #003745;
    }

        .scholarship-pagination > .active > a:hover {
            color: white;
            background-color: #009FC2;
        }


    .scholarship-pagination a.active, .scholarship-pagination a:active {
        color: #fff;
        background-color: #37B247;
    }

    /*Pagination*/
    .admin-label-for-text {
        text-decoration: dotted underline;
    }

.scholarship-report-table {
    font-weight: normal;
    font-size: 18px;
    overflow-x: hidden;
    overflow-y: hidden;
    /*table-layout: fixed;*/
}

    .scholarship-report-table > td {
        word-wrap: break-word;
        max-width: 200px;
        width: 200px;
    }

.error-account-not-activated {
    border-left: 5px solid #dc3545;
}

.error-account-need-reset-password {
    border-right: 5px solid #003745;
}

.applicant-need-consideration {
    background-color: #e1e121;
    border: 1px solid #f8f9fa;
    position: relative;
}

.applicant-need-attention {
    background-color: #7b1e1e;
    position: relative;
}

.considerationtooltip {
    display: none;
    position: absolute;
    z-index: 1000;
    border: 1px;
    background-color: white;
    border: 1px solid green;
    padding: 3px;
    color: black;
    font-weight: normal;
    font-size: 13px;
    top: 15px;
    left: 40px;
    cursor: pointer;
}

.attentiontooltip {
    display: none;
    position: absolute;
    z-index: 1000;
    border: 1px;
    background-color: white;
    border: 1px solid green;
    padding: 3px;
    color: black;
    font-weight: normal;
    font-size: 13px;
    top: 15px;
    left: 40px;
    cursor: pointer;
}

.applicant-need-consideration:hover span.considerationtooltip {
    display: block;
}

.applicant-need-attention:hover span.attentiontooltip {
    display: block;
}

.applicant-status-updated {
    background-color: #bbdbbc; /*#f8f9fa;*/
}
/*#endregion*/
/*#region Table sorting style*/
table {
    width: auto;
    max-width: 90%;
    background-color: white;
    border-collapse: collapse;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 12px 18px -6px rgb(0 0 0 / 22%);
    font-family: "Arial";
    margin: 0px auto 40px auto;
    overflow: hidden;
}

    table caption {
        background-color: #111;
        font-size: 20px;
        color: white;
        text-align: center;
        padding: 13px 0px;
    }

    table thead tr th:not(.no-sort) {
        position: relative;
        cursor: pointer;
    }

    table thead tr th:after {
        position: absolute;
        right: 2px;
    }

    table thead tr th.sort-asc:after {
        content: "\25b4";
    }

    table thead tr th.sort-desc:after {
        content: "\25be";
    }

    table tr th {
        width: 1px;
        border: 1px solid #aaa;
        background-color: #bbb;
        font-size: 16px;
        color: #333;
        padding: 7px 16px;
        white-space: nowrap;
    }

    table tr td {
        width: 1px;
        min-width: 130px;
        max-width: 250px;
        border: 1px solid #ddd;
        font-size: 15px;
        padding: 5px 16px;
        white-space: normal;
        overflow: hidden;
        word-wrap: break-word;
        word-break: break-all;
    }
/*#endregion*/


/*#region Scholarship Application*/
.account-teminated, .account-teminated a {
    color: #CCCCCC;
}

    #closeout_table {
        font-size: 12pt;
    }
.clear {
    clear: both;
}

.scholarshipTabs li {
/*    min-width: 30px;
    max-width: 200px;
    width: 100%;*/
    font-size: 20px;
}

.scholarship-pannel-group {
    width: 100%;
}

.scholarship-row {
    padding: 5px 0px;
    margin: 10px 0px;
}

    .scholarship-row ul > li {
        margin-left: 16px;
    }

.scholarship-group {
    margin-top: 25px;
    padding: 5px;
    border: 1px dotted #686768;
    border-radius: 10px;
}

.scholarship-group-head {
    background-color: #003745;
    width: 100%;
    padding: 5px;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
}

label {
    padding: 0px;
    display: inline-block;
}

.element-label {
    font-size: 16px;
}

.element-radio-label {
    font-size: 18px;
    /*min-height: 200px;*/
}

.ui-tabs .ui-state-disabled {
    display: none; /* disabled tabs don't show up */
}

.field-required {
    /*border-top: 1px #ed4e4e dashed !important;*/
    /*border-bottom: 1px #ed4e4e dashed !important;*/
    border: 1px #ed4e4e solid !important;
}

.scholarship-radio {
    height: 20px;
    width: 20px;
    /*display: inline-block;*/
}

.scholarship-checkbox {
    height: 20px;
    width: 20px;
    /*display: inline-block;*/
}

.radioGroup {
    padding: 10px 0 0 0;
}

    .radioGroup .scholarship-row-radio {
        display: inline-block;
        /*        width: 40%;
        float: left;*/
    }
    /*    .radioGroup > label {
        display: table-cell;
        border: green 5px solid;
    }*/

    .radioGroup label {
        display: inline;
        text-align: left;
        margin: 0 0.2em;
    }

    .radioGroup input[type="radio"] {
        /*display: block;*/
        margin: 0.5em auto;
    }

.scholarship-form__select {
    display: inline-block;
}

    .scholarship-form__select select {
        display: inline-block;
    }

.support-document-status_table a{
    text-decoration: underline;
    color: green;
}
/*#endregion*/
/*#region Tab, Header*/
fieldset .scholarship-application__fieldset {
    border: none !important;
    padding: 10px;
}

.panel-primary {
    border: none;
}

#scholarshipPhase1 fieldset:not(:first-of-type) {
    display: none;
}

.scholarship-application__step-control {
    text-align: center;
}

.step-heading {
    background-color: #CCCCCC; /*#009FC2;*/
    color: #FFF;
    padding: 5px 0px 5px 10px;
    border-radius: 5px;
}

.step-heading-text {
    font-size: 20px;
    line-height: 22px;
}

.currentStep, .autoSaving {
    display: none;
}

.statusMessage {
    font-size: 13pt;
}
/*#endregion*/
/*-----------------Renewal-----------------------*/
/*.renewal-submit-button-has-not-uploaded-files {
    display: none;
}*/
.Form__Status {
    /*display:none;*/
    /*border: 2px red dashed !important;*/
}
/*-----------------Renewal-----------------------*/

/*#region Progress Bar*/
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 9px;
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 99%;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 10px;
    line-height: 10px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
/*#endregion*/
