/* Minification failed. Returning unminified contents.
(1426,14): run-time error CSS1030: Expected identifier, found '.'
(1426,23): run-time error CSS1031: Expected selector, found ')'
(1426,23): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/* -----------------------------
 *
 * SITE LAYOUT AND BASE STYLES
 *
 -------------------------------*/
html, body {height:100%;}

body, #header, #main, .wrap {
    font-family: "Segoe UI",Helvetica,"Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 13px;
    background-color: #f0f0f0;
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 20px;
    vertical-align: baseline;
}

.wrap {background:transparent;max-width:960px;margin:0 auto;}

a {color:#0077cc;}

button.btn-link-lookalike {
    color: #0077cc;
    font: inherit;
    line-height: inherit;
    font-size: inherit;
    background-color: inherit;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: 0;
}

blockquote, q {font-size: 11px;font-style: italic;}

textarea {min-width:260px;min-height:100px;}

input, textarea, select, button {
    font-family: inherit;
}
/* -----------------------------
 *
 * UTILITIES
 *
 -------------------------------*/

.clearfix:after {clear: both;content: ' ';display: block;visibility: hidden;width: 0;height: 0;}
.raw-text {white-space:pre-wrap;}
    .raw-text a {
        overflow-wrap: anywhere;
    }
code {font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;}

/* -----------------------------
 *
 * DRAWING USER ATTENTION 
*
-------------------------------*/

.transient-hilight {
    animation-duration: 1s;
    animation-name: transient-hilight;
    animation-direction: alternate;
}

@keyframes transient-hilight {
    0% {
        background-color: initial;
    }

    25% {
        background-color: #e0f2ff;
    }

    50% {
        background-color: initial;
    }

    75% {
        background-color: #e0f2ff;
    }

    100% {
        background-color: #e0f2ff;
    }
}


/* -----------------------------
 *
 * FLASH MESSAGE
 *
 -------------------------------*/

#flash-message {position:fixed;width:100%;text-align:center;top:0px;left:0;z-index:60;display:none;}
#flash-message .message {border-bottom-left-radius:3px;border-bottom-right-radius:3px;background:#eeeebb;background:#ffffaa;margin:0;display:inline-block;padding:5px 10px 5px 10px;color:#000;/*box-shadow:0 0 2px 2px #444;*/box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);border:1px solid #999;border:1px solid #eeeeaa;border-top:0;max-width:300px;text-align:left;}
#flash-message h3 {color:#000;margin:5px 0 5px 0;font-weight:normal;font-size:13px;}
#flash-message p {margin:0 0 5px 0;font-size:10px;line-height:16px;}


/* -----------------------------
*
* ANIMATED ELLIPSIS
*
 -------------------------------*/

@keyframes animated-ellipsis-keyframes {
    0% {
        opacity: .2;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: .2;
    }
}

.animated-ellipsis > span {
    animation-name: animated-ellipsis-keyframes;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

    .animated-ellipsis > span:nth-child(2) {
        animation-delay: .2s;
    }

    .animated-ellipsis > span:nth-child(3) {
        animation-delay: .4s;
    }


/* -----------------------------
 *
 * MODAL
 *
 -------------------------------*/

.modal-overlay {position:fixed;z-index:9999;top:-5000px;right:-5000px;bottom:-5000px;left:-5000px;background-color:#000;display:none;filter: alpha(opacity=35); -khtml-opacity: 0.35; -moz-opacity: 0.35; opacity: 0.35;}
.modal-overlay.open {display:block;}

.modal-container {position:fixed;z-index:10000;top:0;right:0;bottom:0;left:0;-webkit-overflow-scrolling:touch;opacity:0;height:0;overflow:hidden;}
.modal.open .modal-container {opacity:1;height:auto;overflow:auto;}

.modal .modal-content {max-width:600px;margin:5vh auto;border-radius:4px;background:#fff;opacity:0;transition:opacity 1s ease;z-index:10001;box-sizing:border-box; overflow:auto;box-shadow: 0 10px 20px rgba(0,0,0,.23),0 8px 20px rgba(0,0,0,.22);}
@media (max-width: 600px) {
   .modal .modal-content {width:90%;margin:5vh auto;border:none;border-radius:4px;}
}
.modal.open .modal-content {opacity:1;}

.modal .modal-content .header {background:#f0f0f0;padding:10px 20px; border-radius:4px 4px 0 0;}
.modal-content .modal-close{position: absolute; width: 20px; height: 20px; top: 2px; right: 2px; cursor: pointer; background-image: url('/Content/Images/close.png'); background-size: 55%; background-position: center center; background-repeat: no-repeat;    background-color:rgba(0,0,0,.04);
    border:1px solid rgba(0,0,0,.1);
    border-radius:2px
}

@media (max-width: 768px) {
    .modal .modal-content .header { border-radius:0 0 0 0;}
}
.modal .modal-content .header h2 { color:#333;margin:0;padding:0;font-size:20px;line-height:20px;border-bottom:1px solid #d5d5d5, }

.modal .modal-content .header .modal-closer {
    float: right;
    /*margin: 8px 4px 0 0;*/
    width: 20px;
    height: 20px;
}
.modal .modal-content .header .modal-closer a {
    position: fixed;
    /*color:#666;*/
    /*font-size: 13px;*/
    z-index: 100;
    background-image: url('/Content/Images/close-aaa.png');
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    display: block;
    width: 16px;
    height: 16px;
}

.modal .modal-content .header .modal-closer a:hover {
    background-image: url('/Content/Images/close-07c.png');
}


.modal .modal-content .content { padding:10px 20px; color:#000;font-size:13px;color:#000; }
@media (max-width: 768px) {
    .modal .modal-content .content { }
}

.modal .modal-content .content .information {margin-bottom:10px;}
@media (max-width: 768px) {
    .modal .modal-content .content .information {margin-bottom:5px;}
}

.modal .modal-content .content .information .paragraph {margin:0 0 12px 0;}
@media (max-width: 768px) {
    .modal .modal-content .content .information .paragraph {margin:0 0 6px 0;}
}

.modal .modal-content .content .property {margin:0 0 12px 0;}
@media (max-width: 768px) {
    .modal .modal-content .content .property {margin:0 0 6px 0;}
}

.modal .modal-content .content .property .name {display:block;font-weight:normal;width:100%;margin:0;}

.modal .modal-content .content .information p {margin:0;}

.modal .modal-content .content .information .send-to-address {padding:6px 8px;border:1px solid #ffffaa;background-color:#ffffcc;color:#222;display:inline-block;font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;}
@media (max-width: 768px) {
    .modal .modal-content .content .information .send-to-address {padding:5px 6px;}
}

.modal .modal-content .content .information .reference-number {font-weight:bold;}
@media (max-width: 768px) {
    .modal .modal-content .content .information .reference-number {}
}

.modal .modal-content .content .actions {margin-bottom:10px;}
@media (max-width: 768px) {
    .modal .modal-content .content .actions {margin-bottom:6px;}
}



/* -----------------------------
 *
 * MODAL BOX
 *
 -------------------------------*/

.modal-box {}
.modal-box-content-wrap {position:relative;}
.modal-box-content {border:1px solid #aaa;border-radius:4px;box-shadow:0 0 10px 1px #bbb;padding:6px;position:absolute;top:0;left:0;background:#fff;display:none;z-index:1000}



/* -----------------------------
 *
 * HEADER ( LOGO & SITE-NAV )
 *
 -------------------------------*/
#header_container { left:0; position:sticky; width:100%; top:0; z-index:50;} /*Stays on top of the screen*/
#header {background-color:#1a1a1a;text-align:center;} /*Navigation header*/


/*#logo {float:left;margin-right:6px;}
#logo img {display:block;border:0;}*/

#site-nav {list-style:none;display:flex;flex-wrap:wrap;padding:0;margin:0;}
#site-nav li {display:inline-block;width:87px;}
#site-nav li a {display:block;padding:10px 10px 5px 10px;color:#fff;text-decoration:none;}
#site-nav li a img {border:0;height:42px;}
#site-nav li a .site-nav-text {align-content:center;font-size:11px;}
#site-nav li.active-section {background-color:#1570a6;}

@media only screen and (min-width: 300px) {
    #site-nav {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/*Adjustments to small screens*/
@media only screen and (max-width: 480px), screen and (max-height:600px) {
    #site-nav li {width:auto;}
    #site-nav li a img {height:30px;}
    #site-nav .site-nav-text{display:none}
}

/*Adjustments to very narrow screens. Minimize risk of nav wrapping while still using all available width.*/
@media only screen and (max-width: 300px) {
    #site-nav {
        justify-content: space-between;
    }
    #site-nav li a {padding:10px 5px 5px 5px;}
}

/* -----------------------------
 *
 * NAV BAR
 *
 -------------------------------*/

.nav-bar {
    background-color: #f0f0f0;
    min-height: 40px;
}

    .nav-bar .nav-bar-links {
        background-color: #1570a6;
        color: #fff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        font-weight: normal;
        padding: 10px;
        text-align: left;
        max-width: 940px;
        margin: 0 auto;
        min-height: 20px;
    }

        .nav-bar .nav-bar-links a {
            color: #fff !important;
            text-decoration: none;
        }

        .nav-bar .nav-bar-links .nav-bar-back-icon {
            display: inline-block;
            background-image: url(/Content/Images/arrow-left.white.svg);
            background-repeat: no-repeat;
            background-size: 16px;
            background-position: center;
            background-position-y: 2px;
            width: 16px;
            height: 16px;
        }

/* -----------------------------
 *
 * NOTICE BAR
 *
 -------------------------------*/

.notice-bar {
    margin: 8px 0;
}

    .notice-bar .notice-bar-contents {
        background: #ffffcc;
        padding: 10px;
    }

/* -----------------------------
 *
 * PRIORITY WIDGET
 *
 -------------------------------*/
.priority-widget {
    text-align: center;
}

.priority-widget .prio {
    line-height: normal;
    font-size: 28px;
    padding-bottom: 6px;
}

    .priority-widget svg {
        fill: #cccccc;
        padding: 4px;
        border-width: 1px;
        border-style: solid;
        border-color: transparent;
        border-radius: 4px;
    }

    .priority-widget a svg {
        fill: #0077cc;
    }
        .priority-widget a svg:hover {
            border-color: #0077cc;
            background-color: #d9ecff;
        }

.highlight-prioritized-education {
    animation-duration: 3s;
    animation-name: highlight-prioritized-education;
    animation-iteration-count: 1;
}

@keyframes highlight-prioritized-education {
    from {
        background-color: #d9ecff;
    }

    to {
        background-color: #fff;
    }
}
/* -----------------------------
 *
 * NEW BOX
 *
 -------------------------------*/

.new-box {
    border: 2px solid #d5d5d5;
    border-radius: 6px;
    display: block;
    margin-bottom: 10px;
    background-color: #fff;
}

    .new-box a {
        text-decoration: none !important;
        color: initial;
    }

    .new-box .new-box-content {
        border: 2px solid transparent;
        border-radius: 6px;
        padding: 20px;
    }

    .new-box .new-box-content h1,
    .new-box .new-box-content h2,
    .new-box .new-box-content h3 {
        margin: 0;
    }

    .new-box a .new-box-content h1,
    .new-box a .new-box-content h2,
    .new-box a .new-box-content h3 {
        color: #0077cc;
    }

    .new-box .new-box-tools {
        border-top: 1px solid #d5d5d5;
        background-color: #fafafa;
        padding: 10px 20px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

.email-icon {
    background-image: url("/Content/Images/email.666.svg");
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-color: transparent;
    background-repeat: no-repeat;
}

.phone-icon {
    background-image: url("/Content/Images/phone.666.svg");
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-color: transparent;
    background-repeat: no-repeat;
}
/* -----------------------------
 *
 * EDUCATION PROPS
 *
 -------------------------------*/
.education-props {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 18px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .education-props .education-prop-icon {
        width: 16px;
        height: 16px;
        background-size: 16px;
        background-color: transparent;
        background-repeat: no-repeat;
    }

    .education-props .location-icon {
        background-image: url("/Content/Images/location.666.svg");
    }

    .education-props .date-interval-icon {
        background-image: url("/Content/Images/calendar.range.666.svg");
    }

    .education-props .gauge-25-icon {
        background-image: url("/Content/Images/gauge.25.666.svg");
    }

    .education-props .gauge-50-icon {
        background-image: url("/Content/Images/gauge.50.666.svg");
    }

    .education-props .gauge-75-icon {
        background-image: url("/Content/Images/gauge.75.666.svg");
    }

    .education-props .gauge-100-icon {
        background-image: url("/Content/Images/gauge.100.666.svg");
    }

/* -----------------------------
 *
 * EDUCATION APPLIATION STATE
 *
 -------------------------------*/


.education-application-state {
    display: inline-block;
    padding: 10px 18px;
    color: #1f4e79;
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    letter-spacing: 1px;
    position: relative;
}

    .education-application-state::after {
        content: "";
        position: absolute;
        inset: 4px;
        border: 2px solid #1f4e79;
        border-radius: 8px;
    }

    .education-application-state .status-name {
        text-transform: uppercase;
        font-weight: bold;
    }
.education-application-state.seatofferaccepted {
    background-color: #f3fdf3;
}

    .education-application-state.action-required {
        background-color: #fff8e6;
    }

    .education-application-state.abandoned {
        color: darkgray;
    }

    .education-application-state.abandoned::after {
        border-color: #d5d5d5;
    }
/* -----------------------------
 *
 * PROPERTY
 *
 -------------------------------*/

.property-container {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .property-container .property-value {
        margin-top: 4px;
    }

.property {
    width: 100%;
    line-height: 18px;
    margin-bottom: 6px;
}

    .property .name {
        display: inline-block;
        vertical-align: top;
        width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 18px;
        font-weight: bold
    }

    .property .value {
        display: inline-block;
        vertical-align: top;
        min-width: 70%;
        line-height: 18px;
        color: #666;
    }

    .property .input .field-validation-error {
        display: inline-block;
    }

/* -----------------------------
 *
 * CONTENT ( MAIN )
 *
 -------------------------------*/
 
#main {background-color:#f0f0f0;}
#content {padding:0px;}

body.has-topnavigation #content {padding-top:0;}

h1 {
    margin: 10px 0;
    line-height: 24px;
}
/*h1,
h2,
h3,
h4,
h5 {font-weight:normal;color:#777;margin:0;}
h1 {font-size:32px;line-height:40px;}
h2 {font-size:20px;line-height:40px;color:#666;}
h3 {font-size:16px;line-height:20px;font-weight:bold;}
h4 {font-size:14px;line-height:20px;font-weight:bold;}
h5 {font-size:13px;line-height:20px;font-weight:bold;font-style:italic}
p {margin:0 0 20px 0;}*/

h2.section {color:#333;font-weight:bold;font-size:16px;border-bottom:1px solid #333;padding:0;margin-bottom:20px;line-height:20px;}

.alert {color:red;}
form.inline {display:inline!important;}



/* -----------------------------
 *
 * FOOTER
 *
 -------------------------------*/

.wrapper {min-height:100%;height:auto !important; height:100%; margin:0 auto -60px;} /*Negetive margin to prevent overlapping with footer*/
#footer, .footer-space{height: 20px;padding:20px;}
#footer {background-color:#f0f0f0;}
#footer .visible-footer-content img {vertical-align:bottom;height:16px;width:16px;margin-right:5px;}
#footer .visible-footer-content {text-align:center;color:#000;font-size:11px;line-height:16px;}
#footer .visible-footer-content a {text-decoration:underline;padding:0 10px;}

/* -----------------------------
 *
 * ABOUT MODAL
 *
 -------------------------------*/
#about-modal p {font-size:12px;}

#about-modal .scroll-content {max-height:65vh;overflow-y:auto;}
#about-modal .fixed-content-footer {}

#about-modal .height-constrained-wrapper{margin-bottom:5px;position:relative;}
#about-modal .content-fading-overlay-top{position:absolute;top:0px;left:0px;right:0px;min-height:20px;background:linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));}
#about-modal .content-fading-overlay-bottom{position:absolute;bottom:0px;left:0px;right:0px;min-height:20px;background:linear-gradient(to top, #fff, rgba(255, 255, 255, 0));}
/*#about-modal .height-constrained{max-height:25vh;overflow-y:auto;}*/


/* -----------------------------
 *
 * SCRIPTS
 *
 -------------------------------*/
#scripts {
    display: none;
}

@media screen {
    #printheader{display:none;}
}


/* -----------------------------
 *
 * TABLES
 *
 -------------------------------*/

table {border-collapse:collapse;border-spacing:0;font-size:inherit;font-weight:inherit;line-height:inherit;}
th, td {text-align:left;padding:0 5px;font-size:inherit;line-height:inherit;}
td {vertical-align:top;border:1px solid #aaa;}
thead td, th {font-weight:bold;border:0;vertical-align:bottom;}

.nobordertable td {border:0}

/* Data table */
.data-table td, .data-table th {font-size:10px;}

/* Sortable table */
table.sortable {}
.sortable th {border:1px solid #aaa;}
.sortable th.sortable {padding-right:20px;background:url(/Content/Images/bg.gif) no-repeat scroll right center transparent;cursor:pointer;}
.sortable th.sortable.asc {background:url(/Content/Images/asc.gif) no-repeat scroll right center #8dbdd8;}
.sortable th.sortable.desc {background:url(/Content/Images/desc.gif) no-repeat scroll right center #8dbdd8;}
.sortable tr.requires-attention {background:#fbb;}
.sortable tfoot td,
.sortable tfoot th {border:0;font-weight:bold;}

/* Linked rows */
table.linked-rows {}
.linked-rows tbody tr:hover {cursor:pointer;background-color:#aaa;}

/* Paginated table */
.paginated-table {}

.paginated-table .pagination {float:right;}
#content .paginated-table .pagination p {float:left;margin:0 5px 0 0;}
.paginated-table .pagination a {font-weight: bold; float:left; padding-left: 5px; padding-right: 5px;}
.paginated-table .pagination a.current {color:red;}



/* -----------------------------
 *
 * ITEM FORM
 *
 -------------------------------*/

.item-form {background:#e0e0e0;border:1px solid #999;padding:20px;}

.item-form label {display:block;font-variant:small-caps;font-weight:bold;}
.item-form input,
.item-form textarea {display:block;margin-bottom:16px;}
.item-form input.title {font-size:16px;font-weight:bold;min-width:300px;}
.item-form input[type=submit] {display:inline-block;margin-top:20px;margin-bottom:-11px;}
.item-form .cancel {color:#DA3B01;}
 

 
/* -----------------------------
 *
 * ITEM
 *
 -------------------------------*/

.item {margin-bottom:20px;background:#fff;}

.item.has-extended-details {cursor:pointer;}

.item-header {background-color:#1570a6;padding:0 20px;border:1px solid #d5d5d5;border-bottom:0;border:0;}
@media only screen and (max-device-width : 480px) {.item-header{padding:0 10px;}}

.item-header h1{font-size:20px;font-weight:normal;color:#fff;line-height:24px;padding:10px 0;margin: 0}
.item-header h2,
.item-header h3 {float:left;font-size:16px;font-weight:normal;color:#fff;line-height:16px;max-width:60%;padding:11px 0 13px 0;vertical-align:middle;margin: 0}
@media only screen and (max-device-width : 480px) {.item-header h2,.item-header h3{font-size:13px;}}
.item-header h2 a,
.item-header h3 a {color:#fff !important;}


.item-header .links {float:right;max-width:40%;padding:11px 0 13px 0;line-height:16px;}
.item-header .links a {color:#fff !important;margin-right:5px;line-height:16px;}

.item-details {border:1px solid #d5d5d5;border-top:0;padding:20px 20px 0;}
@media only screen and (max-device-width : 480px) {.item-details {border:0px;padding:10px 10px 0;}}

.item-details table {border-collapse:collapse;width:100%;}
.item-details tr {border-bottom:1px solid #ccc;} 
.item-details th,
.item-details th span {overflow:hidden;white-space:normal;text-overflow:ellipsis;text-align:right;background:transparent;color:#333;border:0;padding:10px;padding-right:0;vertical-align:top;}
.item-details td,
.item-details td span {overflow:hidden;white-space:normal;text-overflow:ellipsis;color:#777;border:0;vertical-align:top;padding:10px;padding-right:20px;}

.item-details .property {display:block;margin-bottom:6px;}
.item-details .property .name {display:inline-block;vertical-align:top;font-weight:bold;color:#000;margin-right:10px;line-height:18px;min-width:90px;}
.item-details .property .value {display:inline-block;vertical-align:top;color:#333;line-height:18px;min-width:200px;}
.item-details .property .value div {display:block;margin-bottom:5px;}
@media only screen and (max-device-width : 480px) {.item-details .property .value {max-width:290px;}}
.item-details .property .value input {vertical-align:top;height:26px;}

.item-details .property.block-layout {margin-bottom:10px;}
@media only screen and (max-device-width : 480px) {.item-details .property.block-layout {margin-bottom:6px;}}
.item-details .property.block-layout .name {display:block;line-height:18px;}
.item-details .property.block-layout .value {display:block;line-height:18px;}

.item-details .separator {border-bottom:1px solid #d5d5d5;margin:10px -10px;}
.item-details .space {margin:10px 0;}

.item-details .extended-details {display:none;}

.item-members {background-color:#f0f0f0;border:1px solid #d5d5d5;border-top:0;padding:20px 20px 0 20px;}
@media only screen and (max-device-width : 480px) {.item-members{border:0px;padding:10px 10px 0 10px;}}

.item-members .section-header {border-bottom:1px solid #aaa;border-bottom:1px solid #1570a6;margin:20px -20px 20px -20px;}
@media only screen and (max-device-width : 480px) {.item-members .section-header{margin:10px -10px 20px -10px;text-align:center;}}
.item-members .section-header:first-child {margin-top:0;}
.item-members .section-header h2 {position:relative;top:8px;display:inline-block;font-variant:small-caps;padding:0 8px;margin:0;margin-left:12px;line-height:20px;font-size:15px;font-weight:bold;color:#1570a6;background:#f0f0f0;letter-spacing:1px;}
@media only screen and (max-device-width : 480px) {.item-members .section-header h2{text-align:center;}}

.item-members .section-content a {color:#0077cc;}

.item-members .space {margin:10px 0;}


/*
.item-members .property {}
.item-members .property .name{display:inline-block;vertical-align:top;font-weight:bold;color:#000;margin-right:10px;line-height:26px;}
.item-members .property .value{display:inline-block;vertical-align:top;color:#444;line-height:26px;}

.item-members .property.block-layout {margin-bottom:20px;}
.item-members .property.block-layout .name {display:block;line-height:20px;}
.item-members .property.block-layout .value {display:block;line-height:20px;}
*/


/* -----------------------------
 *
 * ITEM CONTAINER
 *
 -------------------------------*/

.item-container {background:#fff;margin-bottom:40px;border:1px solid #d5d5d5;}

.item-container-header {background:#edf3ff;padding:0 20px;}
.item-container-header h2 {float:left;font-size:16px;font-weight:normal;color:#000;line-height:40px;}
.item-container-header .add-link {float:right;line-height:40px;color:#0077cc;text-decoration:underline;font-weight:bold;letter-spacing:-1px;}

.item-container-content {padding:20px 20px 0;}

 

/* -----------------------------
 *
 * ITEM BOX
 *
 -------------------------------*/
.item-boxes {}

.item-box           {border:2px solid #d5d5d5;color:#666;padding:10px 10px 10px 10px;border-radius:4px;display:block;margin-bottom:10px;background-color:#fff;}
.item-box .item-box {border:1px solid #d5d5d5;}
@media only screen and (max-device-width:640px){
    .item-box {padding:10px 5px;}
    .modal .item-box{ padding: 5px;}/*Small screen exceptions for item-boxes in modals*/
}
@media only screen and (max-device-width:640px){.item-boxes {margin-bottom:10px;}}


.item-box:hover{border-color:#0077cc;}

.item-box-header {
    display: flex;
    padding: 0 30px 10px 0;
    margin: 0;
    overflow: auto;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 16px;
}
    .item-box-header .item-box-icon {
        flex: 0 0 auto;
        width: 40px;
        height: 40px;
        margin: 5px;
        display: inline-block;
    }

    .item-box-header .item-box-title {
        display: inline-block;
        vertical-align: top;
        padding: 12px 0 0 0;
    }

.item-box.expanded > .item-box-header {cursor:pointer;background-image:url("/Content/images/arrow-down.png");}
.item-box.collapsed > .item-box-header {cursor:pointer;background-image:url("/Content/images/arrow-right.png");}

.item-box.expanded > .item-box-header .hidden-expanded-box-content{display:none;}

.item-box-content {padding:6px 6px 6px;color:#333;font-size:12px;border-top: 1px solid #d5d5d5;}

.item-box-content p {margin-bottom:4px;}
.item-box.collapsed > .item-box-content {display:none;}

.item-box h3 {font-size:14px;font-weight:bold;background:transparent;margin:-2px 0 6px 0;padding:0;color:#333;}

.item-box .property {width:100%;line-height:18px;margin-bottom:6px;}
.item-box .property .name {display:inline-block;vertical-align:top;width:150px;overflow:hidden;text-overflow:ellipsis;line-height:18px;font-weight:bold}
.item-box .property .value {display:inline-block;vertical-align:top;min-width:70%;line-height:18px;color:#666;}

/* -----------------------------
 *
 * EDUCATION APPLICATION 
 *
 -------------------------------*/

.education-application .education-provider-name {
    font-size: 20px;
}

.education-application .contact-education-provider-panel {
    padding-top: 6px;
}

    .education-application .contact-education-provider-panel .contact-education-provider-panel-content {
        padding-top: 4px;
    }

    .education-application .contact-education-provider-panel.collapsed > .contact-education-provider-panel-content {
        display: none;
    }

.education-application .education-application-state {
    margin-bottom: 14px;
}

@media only screen and (max-device-width : 480px) {
    .education-application .education-application-state {
        margin-bottom: 4px;
    }
}

.education-application .education-application-social-media {vertical-align:middle;}
@media only screen and (max-device-width : 480px) {.education-application .education-application-social-media {padding:0}}


.education-application .applicant-information,
.education-application .selection-information,
.education-application .qualification-information {
    padding: 10px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    margin-top: 10px;
}

.education-application .set-information-sources {
    background: #ffffcc;
    padding: 10px;
    border: 1px solid #ffff66;
    border-radius: 4px;
    margin-bottom: 20px;
}
@media only screen and (max-device-width : 480px) {
    .education-application .set-information-sources {
        margin-bottom: 10px;
    }
}
.education-application .set-information-sources .tools {
    margin-top: 10px;
}

.education-application .applicant-information .applicant-information-header,
.education-application .selection-information .selection-information-header,
.education-application .qualification-information .qualification-information-header {
    cursor: pointer;
    background-image: url("/Content/images/arrow-right-dark.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-right: 16px;
    padding-bottom: 10px;
}
.education-application .applicant-information.expanded .applicant-information-header,
.education-application .selection-information.expanded .selection-information-header,
.education-application .qualification-information.expanded .qualification-information-header {
    background-image: url("/Content/images/arrow-down-dark.png");
}
.education-application .applicant-information .applicant-information-header h3,
.education-application .selection-information .selection-information-header h3,
.education-application .qualification-information .qualification-information-header h3,
.education-application .educationlocations-ranking-container h3,
.education-application .set-information-sources h3 {
    margin: 0 0 5px 0;
}

.education-application .applicant-information .applicant-information-content,
.education-application .selection-information .selection-information-content,
.education-application .qualification-information .qualification-information-content {
    display: none;
}

.education-application .applicant-information .applicant-information-content,
.education-application .selection-information .selection-information-content,
.education-application .qualification-information .qualification-information-content {
    border-top: 1px solid #d5d5d5;
    padding-top: 5px
}

.education-application .special-consideration-regarding-qualification-container {
    position: relative;
    background-color: #f5f5f5;
    margin: 10px -10px -10px;
    padding: 10px;
}

/* -----------------------------
 *
 * Action box
 *
 -------------------------------*/

.action-box {border:2px solid #d5d5d5;color:#666;padding:10px 10px 10px 10px;box-shadow:0px 0px 10px #500000;border-radius:4px;display:block;margin-bottom:10px;margin-top:10px;background-color:#fff;}

/* -----------------------------
 *
 *  Meta
 *
 -------------------------------*/

.meta {
    font-style: italic;
    font-size: 12px
}


/* -----------------------------
 *
 * LIST PAGE
 *
 -------------------------------*/
.list-page {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media only screen and (max-width : 960px) {
    .list-page {
        padding-right: 10px;
        padding-left: 10px;
    }
}

/* -----------------------------
 *
 * DETAILS PAGE
 *
 -------------------------------*/

.details-page {
    background-color: #fff;
    border: 1px solid #d5d5d5;
}

    .details-page .details-page-content {
        padding: 20px;
    }

@media only screen and (max-width : 480px) {
    .details-page .details-page-content {
        padding: 10px;
    }
}

.details-page .details-page-tools {
    padding: 10px 20px;
    position: sticky;
    bottom: 0;
    border-top: 1px solid #d5d5d5;
    background-color: rgba(250, 250, 250, 0.9);
    margin-top: 20px;
    box-shadow: 0 -20px 20px rgba(255, 255, 255, 0.9);
}

@media only screen and (max-width : 480px) {
    .details-page .details-page-tools {
        padding: 10px;
    }
}
 /* -----------------------------
 *
 * FORM PAGE
 *
 -------------------------------*/

.form-page {
    background: #fff;
    margin-bottom: 100px;
}

.form-page .form-page-content {
    padding: 20px;
}

@media only screen and (max-width : 480px) {
    .form-page .form-page-content {
        padding: 10px;
    }
}

.form-page-content form {
    background-color: #fff;
}

    .form-page-content form h3 {
        background: #777;
        padding: 1px 11px 0 11px;
        line-height: 32px;
        margin: -1px -11px 2px -11px;
        color: #fff;
        font-weight: bold;
        font-size: 13px;
    }

.form-page-content .property {
    border-bottom: 1px dashed #d5d5d5;
    padding: 6px 0;
}

    .form-page-content .property .name {
        font-weight: bold;
        display: inline-block;
        width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
        font-size: 13px;
        line-height: 20px;
    }

    .form-page-content .property .input {
        display: inline-block;
        vertical-align: middle;
        line-height: 20px;
    }

        .form-page-content .property .input input[type=text] {
            min-width: 260px;
        }

        .form-page-content .property .input textarea {
            min-width: 260px;
            min-height: 100px;
        }

        .form-page-content .property .input select {
            min-width: 260px;
        }

    .form-page-content .property .description {
        font-size: 10px;
        font-weight: normal;
    }

    .form-page-content .property .input .property-input-part:not(:last-child) {
        padding-right: 5px;
        padding-bottom: 4px;
    }

    .form-page-content .property .input .property-input-option:not(:last-child) {
        margin-bottom: 8px;
    }

.form-page-content .information h3 {
    font-size: 13px;
    font-weight: bold;
    color: #333;
}

.form-page-content .information p {
    font-size: 13px;
}

.form-page-content .form-actions {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.form-page-content .field-validation-error,
.field-validation-error { /*color:#EB3C00;*/
    color: red;
    padding-left: 3px;
    font-size: 14px;
}

.form-page-content .validation-summary-errors, .validation-summary-errors { /*color:#EB3C00;*/
    color: red;
}

    .form-page-content .validation-summary-errors ul, .validation-summary-errors ul {
        list-style: none;
        padding-left: 0px;
    }

.form-page-content a {
    text-decoration: none;
    cursor: pointer;
}


/* -----------------------------
 *
 * STANDALONE PAGE
 *
 -------------------------------*/

.standalone-page {
    background: #fff;
    margin-bottom: 100px;
}

.standalone-page-header {
    background: #1570a6;
    padding: 10px 20px;
    overflow: hidden;
}

    .standalone-page-header h1,
    .standalone-page-header h2 {
        text-align: center;
        font-size: 16px;
        font-weight: normal;
        color: #fff;
        line-height: 16px;
        margin: 0;
    }

.standalone-page .standalone-page-content {
    padding: 20px;
}

@media only screen and (max-device-width : 480px) {
    .standalone-page .standalone-page-content {
        padding: 10px;
    }
}

.standalone-page-content form {
    background-color: #fff;
}

    .standalone-page-content form h3 {
        background: #777;
        padding: 1px 11px 0 11px;
        line-height: 32px;
        margin: -1px -11px 2px -11px;
        color: #fff;
        font-weight: bold;
        font-size: 13px;
    }

.standalone-page-content .property {
    border-bottom: 1px dashed #d5d5d5;
    padding: 6px 0;
}

    .standalone-page-content .property .name {
        font-weight: bold;
        display: inline-block;
        width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
        font-size: 13px;
        line-height: 20px;
    }

    .standalone-page-content .property .input {
        display: inline-block;
        vertical-align: middle;
        line-height: 20px;
    }

        .standalone-page-content .property .input input[type=text] {
            min-width: 260px;
        }

        .standalone-page-content .property .input textarea {
            min-width: 260px;
            min-height: 100px;
        }

        .standalone-page-content .property .input select {
            min-width: 260px;
        }

    .standalone-page-content .property .description {
        font-size: 10px;
        font-weight: normal;
    }

    .standalone-page-content .property .input .property-input-part:not(:last-child) {
        padding-right: 5px;
        padding-bottom: 4px;
    }

    .standalone-page-content .property .input .property-input-option:not(:last-child) {
        margin-bottom: 8px;
    }

.standalone-page-content .information h3 {
    font-size: 13px;
    font-weight: bold;
    color: #333;
}

.standalone-page-content .information p {
    font-size: 13px;
}

.standalone-page-content .form-actions {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.standalone-page-content .field-validation-error,
.field-validation-error { /*color:#EB3C00;*/
    color: red;
    padding-left: 3px;
    font-size: 14px;
}

.standalone-page-content .validation-summary-errors, .validation-summary-errors { /*color:#EB3C00;*/
    color: red;
}

    .standalone-page-content .validation-summary-errors ul, .validation-summary-errors ul {
        list-style: none;
        padding-left: 0px;
    }

.standalone-page-content a {
    text-decoration: none;
    cursor: pointer;
}


/* -----------------------------
 *
 * EDUCATION APPLICATIONS FILTER
 *
 -------------------------------*/

.eduction-applications-search-filter {margin-bottom:20px;}

.eduction-applications-search-filter .filter { border-bottom:1px solid #e5e5e5;line-height:30px;}

.eduction-applications-search-filter .filter-name {display:inline-block;font-weight:bold;padding-right:10px;min-width:100px;}
.eduction-applications-search-filter .filter-controls {display:inline-block;}

.eduction-applications-search-filter .filter-controls .filter-unselected {color:#999;line-height:20px;padding:0 6px;display:inline-block;border:1px solid #bbb;cursor:pointer;border-radius:5px;}
.eduction-applications-search-filter .filter-controls .filter-selected {color:#000;line-height:20px;padding:0 6px;display:inline-block;border:1px solid #999;cursor:pointer;border-radius:5px;}



/* -----------------------------
 *
 * EDUCATION APPLICATION
 *
 -------------------------------*/

.highlight-education-application {
    animation-duration: 3s;
    animation-name: highlight-education-application;
    animation-iteration-count:1;
}

@keyframes highlight-education-application {
    from {
        background-color: #d9ecff;
    }
    to {
        background-color: #fff;
    }
}

/* -----------------------------
 *
 * EDUCATION APPLICATION PLACEHOLDER
 *
 -------------------------------*/


@keyframes education-application-placeholder-shimmer {
    0% {
        background-position: -1000px 0
    }

    100% {
        background-position: 1000px 0
    }
}

.education-application-placeholder {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: education-application-placeholder-shimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #ccc 58%, #888 68%, #ccc 83%);
    background-size: 1000px;
    position: relative;
    overflow: hidden;
    line-height:0;
}

    .education-application-placeholder .education-application-placeholder-content-line {
        white-space: nowrap;
        overflow: hidden;
    }
    .education-application-placeholder .education-application-placeholder-content {
        background-color: transparent;
    }
    .education-application-placeholder .education-application-placeholder-noncontent {
        background-color: white;
    }

    .education-application-placeholder .education-application-placeholder-item-box {
        border-radius: 4px;
        box-shadow: 0 0 0 4px white;
        padding: 3px;
    }

    .education-application-placeholder .education-application-placeholder-item-box-background {
        border: solid 15px white;
    }

/* -----------------------------
 *
 * NEW EVENT(S)
 *
 -------------------------------*/

.new-alerts-container {position:relative;display:inline-block;}
.new-alerts {background-color:red;vertical-align:middle;display:inline-block;text-align:center;min-width:16px;min-height:16px;border-radius:8px;font-size:10px;line-height:16px;position:absolute;right:-5px;top:-5px}

/* -----------------------------
 *
 * EVENT(S)
 *
 -------------------------------*/

.event-icon {background:transparent url("/Content/Images/event.png") no-repeat;background-size:30px;}
.event-instance-icon {background:transparent url("/Content/Images/event-instance.png") no-repeat;background-size:30px;}

/* -----------------------------
 *
 * MESSAGES
 *
 -------------------------------*/

.new-message-link {}
.new-message-link a {line-height:30px;font-weight:bold;background-image:url(/Content/Images/new.png), linear-gradient(to bottom, #fff, #ccc);background-repeat:no-repeat;padding-left:30px;text-decoration:none;display:inline-block;padding-right:10px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;border-radius:4px;letter-spacing:-1px;border:1px outset #999;text-shadow:0 1px 0 #eee;color:#333 !important;}
.new-message-link a:hover {text-decoration:none;border-color:#333;}
.new-message-link a:active {background-image:url(/Content/Images/new.png), linear-gradient(to bottom, #ccc, #fff);}

.message:has(.not-read) {
    border-color: black;
}

.message-icon {
    background: transparent;
    background-repeat: no-repeat;
    background-size: 30px;
}

.not-read .message-icon {
    background-image: url("/Content/Images/message.png");
}
.not-read {
    font-weight: bold;
}

.read .message-icon {
    background-image: url("/Content/Images/message-read.png");
}
.read h3 {
    font-weight: normal;
}

.message-attachments-indicator {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    background: url(/Content/Images/paperclip.png) no-repeat 2px 46%;
}

/* -----------------------------
*
* MESSAGE ATTACHMENTS
*
*/
    .message-attachments-container {
        margin: 0;
        padding-left: 0px;
        list-style: none;
        line-height: 16px
    }


    .message-attachments-container .message-attachment {
        display: inline-flex;
        flex-direction: row;
        justify-content: space-between;
        border: 1px solid #ddd;
        border-radius: 4px;
        line-height: 16px;
        max-width: 50ch;
        margin-right: 3px;
        margin-bottom: 3px;
    }

    .message-attachments-container.message-attachments-vertically-stacked .message-attachment {
        display: flex;
    }


    .message-attachments-container .message-attachment .message-attachment-icon {
        flex: 0 0 auto;
        width: 18px;
        background: url(/Content/Images/paperclip.png) no-repeat 2px 46%;
    }

    .message-attachments-container .message-attachment .message-attachment-name {
        flex: 1 1 auto;
        margin-left: 5px;
        padding: 2px 5px 2px 0;
    }

/* -----------------------------
 *
 * STATE TRANSFER
 *
 -------------------------------*/

.state-transfer-container {
    position: relative;
    display: flex;
    gap: 10px;
}


/*MVE:check this*/
/*.state-transfer-container input[type=submit]:disabled.action {background-color:#f0f0f0;color:#aaa;border:1px solid #d5d5d5;cursor:not-allowed;padding:4px 8px;}*/
.state-transfer-container .prevent-submission-alert {font-weight:bold;padding-left:26px;background:url(/Content/Images/alert.png) no-repeat 0 46%;}



    .application-not-complete .prevent-submission-alert {
        font-weight: bold;
        padding-left: 26px;
        background: url(/Content/Images/alert.png) no-repeat 0 46%;
    }

/* -----------------------------
 *
 * FILES CONTAINER
 *
 -------------------------------*/

.files-container {position:relative;border:1px solid #b5b5b5;margin:10px 0;background:#fff;border-radius:4px;vertical-align:top;font-size:12px;}
@media only screen and (max-device-width : 480px) {.files-container {margin:0 0 10px;width:100%;}}

.files-container .header {background-color:#f5f5f5;border-bottom:1px solid #eee;padding:10px;border-radius:4px 4px 0 0;}
.files-container .header .name {float:left;font-size:13px;color:#000;line-height:13px;font-weight:bold;margin-bottom:8px;}
.files-container .header .name span.extended-supplement-date {font-size:11px;margin-left:10px;color:#666;font-style:italic;}
.files-container .header .description {display:block;color:#444;line-height:16px;margin-bottom:10px;font-style:italic;}
.files-container .header .links {float:right;color:#000;}
.files-container .header .links a {color:#222;}
.files-container .header.attention {background-color:#F7EBEB}
.files-container .header .status {margin: 5px 0;}
.files-container .header .status ul {margin:0;padding:0;}
.files-container .header .status ul li {list-style:none;font-style:italic;line-height:18px;}
.files-container .header .prevent-submission-alert {font-weight:bold;display:inline-block;padding-left:24px;background:url(/Content/Images/alert.png) no-repeat 0 46%;}
.files-container .header .file-name{font-weight:bold;margin-bottom:10px}

.files-container .header .upload_result{font-weight:bold;font-style:italic;color:#ff4c4c}

.files-container .header .actions .action-container {padding:0;display:inline-block;vertical-align:top;}


.files-container .header .requests-complementary {color:red}
.files-container .header .requests-complementary .requests-complementary-header {font-weight:bold}
.files-container .header .requests-complementary .requests-complementary-message {line-height:12px}

.files-container .content {padding:10px;}
.files-container .content .document-list { }
.files-container .content .document-list .document-item {display: flex; gap: 2px; line-height:20px;}
.files-container .content .document-list .document-item + .document-item {margin-top: 3px;}
.files-container .content .document-list .document-item .document-icon {flex:0 0 20px; background-repeat:no-repeat; background-position: center;}
.files-container .content .document-list .document-item .document-name {flex:1 0 auto;}

.files-container .content .document-list .document-item.file-item .document-icon {background-image:url('/Content/Images/paperclip.png'); background-size: 16px;}
.files-container .content .document-list .document-item.beda-merit-item .document-icon {background-image:url('/Content/Images/beda.black.svg'); background-size: 16px;}
.files-container .content .document-list .document-item.expected-mail-item .document-icon {background-image:url('/Content/Images/send-mail.png'); background-size: 16px;}
.files-container .content .document-list .document-item.physical-document-item .document-icon {background-image:url('/Content/Images/page.text.png'); background-size: 13px;}

.files-container .content .at-later-date-intention {display:inline-block;padding-left:23px;margin-left:3px;background:url(/Content/Images/hourglass16x16.png) no-repeat 0 46%;text-decoration:inherit;}
.files-container .content .omission-intention {display:inline-block;padding-left:23px;margin-left:3px;background:url(/Content/Images/cancel16x16.png) no-repeat 0 46%;text-decoration:inherit;}
.files-container .content .note-short {display:inline-block;max-width:150px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;vertical-align:bottom;text-decoration:inherit;}



/* -----------------------------
 *
 * EDUCATION LOCATIONS RANKING CONTAINER
 *
 -------------------------------*/
.educationlocations-ranking-container {
    
    padding: 10px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    margin-top: 10px;
    background-color: #f5f5f5;
}
    .educationlocations-ranking-container.attention {
        background-color: #F7EBEB;
    }

    .educationlocations-ranking-container .header{
        margin-bottom: 8px;
    }

    .educationlocations-ranking-container .header.prevent-submission-alert {
        font-weight: bold;
        display: inline-block;
        padding-left: 24px;
        background: url(/Content/Images/alert.png) no-repeat 0 46%;
    }

    .educationlocations-ranking-container .title {
        font-size: 13px;
        color: #000;
        line-height: 13px;
        font-weight: bold;
    }

    .educationlocations-ranking-container .description {
        display: block;
        color: #444;
        line-height: 16px;
        margin-bottom: 10px;
        font-style: italic;
    }

    .educationlocations-ranking-container .ranked-locations {
        margin: 0 0 5px 0;
    }

    .educationlocations-ranking-container .nonranked-locations {
        margin: 0 0 5px 0;
    }

    .educationlocations-ranking-container .footer{
        padding-top:10px;
    }

/* -----------------------------
 *
 * EDUCATION LOCATIONS EDIT CONTAINER
 *
 -------------------------------*/
.educationlocations-edit-container{
    position: relative;
}

    .educationlocations-edit-container .ranked-locations-divider {
        border-top: 1px solid #b5b5b5;
    }

.educationlocation-edit-container {
    background-color: #f5f5f5;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    padding: 10px;
    margin: 0 0 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

        .educationlocation-edit-container .name {
            font-size: 13px;
            color: #000;
            line-height: 16px;
            font-weight: bold;
            margin-bottom: 8px;
        }

        .educationlocation-edit-container.attention {
            background-color: #F7EBEB
        }

        .educationlocation-edit-container .prevent-submission-alert {
            padding-left: 24px;
            background: url(/Content/Images/alert.png) no-repeat 0 46%;
        }

    .educationlocation-edit-container .rank-actions .action-container {
        margin: 5px
    }


/* -----------------------------
 *
 * APPLICATION SUPPLEMENT
 *
 -------------------------------*/
.highlight-application-supplement {
    animation-duration: 3s;
    animation-name: highlight-application-supplement;
    animation-iteration-count: 1;
}

@keyframes highlight-application-supplement {
    from {
        background-color: #d9ecff;
    }

    to {
        background-color: #fff;
    }
}

    /* -----------------------------
 *
 * UPLOAD APPLICATION SUPPLEMENT PAGE
 *
 -------------------------------*/

    .upload-application-supplement-files-page h2 {
    }

    .upload-application-supplement-files-page h3 {
    }

    .upload-application-supplement-files-page .supplement-section {
        margin-bottom: 10px;
    }

    .upload-application-supplement-files-page .section {
        margin-top: 20px;
    }


    /* -----------------------------
 *
 * PARTIAL PAGE UPDATE INDICATOR
 *
 -------------------------------*/

    .partial-page-update {
        z-index: 30;
        position: absolute;
        text-align: center;
        background-image: url(/Content/Images/ajax-loader.gif);
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        margin: 0px;
        padding: 0px;
        background-color: #fff;
        opacity: 0.8;
        font-style: italic;
    }

    /* -----------------------------
 *
 * HELP CONTENT
 *
 -------------------------------*/
    .help-item + .help-item,
    .help-item + .tech-support-info-panel {
        margin-top: 10px;
    }


    .tech-support-info-panel {
        background-color: #777;
        color: white;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }

        .tech-support-info-panel p {
            margin: 0;
        }

            .tech-support-info-panel p + p {
                margin-top: 1em;
            }

    .tech-support-info-panel-header {
        padding-bottom: 10px;
    }

    .tech-support-info-panel-content {
        border-top: white solid 1px;
        padding-top: 10px;
        padding-bottom: 10px;
    }


    .tech-support-info-panel h4,
    .tech-support-info-panel a {
        color: white;
    }

    .tech-support-info-panel-toggler {
        cursor: pointer;
    }

    .tech-support-info-panel.collapsed {
        display: inline-block;
        border: solid 1px white;
        border-radius: 4px;
    }

        .tech-support-info-panel.collapsed > .tech-support-info-panel-content {
            display: none;
        }



/* -----------------------------
 *
 * SWITCH ACCOUNTS
 *
 -------------------------------*/



.switch-accounts-container {
    max-width: 300px;
    background: #fff;
    margin: 20px auto;
    border: 1px solid #d5d5d5;
    box-shadow: 0 0 10px rgba(0,0,0,0.23), 0 6px 10px rgba(0,0,0,0.22);
    border-radius: 4px;
    overflow: auto;
}

    .switch-accounts-container .switch-accounts-form-panel {
        padding: 18px;
        overflow: hidden;
    }

        .switch-accounts-container .switch-accounts-form-panel + .switch-accounts-form-panel {
            border-top: 1px solid #d5d5d5;
        }

    .switch-accounts-container a {
        text-decoration: none;
    }

.switch-accounts-header {
    margin-bottom: 5px;
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #d5d5d5;
}



    /* -----------------------------
 *
 * LOGIN / REGISTER
 *
 -------------------------------*/


    .register-login-page {
        max-width: 300px;
        margin: 0 auto;
    }

        .register-login-page p.centered-message {
            text-align: center;
            font-size: 13px;
            margin-bottom: 5px;
        }

    .registration-login-container {
        max-width: 300px;
        background: #fff;
        margin: 20px auto;
        border: 1px solid #d5d5d5;
        box-shadow: 0 0 10px rgba(0,0,0,0.23), 0 6px 10px rgba(0,0,0,0.22);
        border-radius: 4px;
        overflow: auto;
    }

        .registration-login-container .registration-login-form-panel {
            padding: 18px;
            overflow: auto;
        }

        .registration-login-container a {
            text-decoration: none;
        }

    .registration-login-header {
        margin-bottom: 5px;
        text-align: center;
        padding: 20px;
        border-bottom: 1px solid #d5d5d5;
    }

    .registration-tab-group {
        overflow: auto;
        margin-bottom: 5px;
        border-bottom: 1px solid #d5d5d5;
    }

        .registration-tab-group ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .registration-tab-group ul:after {
                content: "";
                display: table;
                clear: both;
            }

        .registration-tab-group li.tab {
            list-style: none;
            float: left;
            width: 50%;
            text-align: center;
        }

        .registration-tab-group li a {
            display: block;
            text-decoration: none;
            padding: 15px;
            color: #000;
            font-size: 16px;
            border-top: 3px solid transparent;
        }

            .registration-tab-group li a:hover {
                background: #f0f0f0;
                color: #1570a6;
                border-bottom: 2px solid #f0f0f0;
            }

        .registration-tab-group .tab.active a {
            color: #1570a6;
            border-bottom: 2px solid #1b8fd3;
        }

        .social-security-type-options {
            margin: 20px;
        }

        .social-security-type-option-wrap + .social-security-type-option-wrap {
            margin-top: 20px;
        }

        .social-security-type-option {
            text-align: center;
            padding: 10px;
            border: 1px solid #999;
            border-radius: 4px;
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.26);
            color: black;
        }

            .social-security-type-option .social-security-type-option-title {
                font-weight: bold;
                font-size: 14px;
            }

            .social-security-type-option .social-security-type-option-description {
                font-size: 12px;
                font-style: italic;
                margin-top: 5px;
            }

    .create-application-form {
        overflow: auto;
    }

        .create-application-form h2 {
            font-weight: 500; /*border-bottom:1px solid #aaa;*/
            color: #000;
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 5px;
        }

        .create-application-form a:not(.button) {
            text-decoration: underline;
        }

    .applied-education-list {
        background-color: #f0f0f0;
        margin: 20px -20px -20px;
        padding: 10px 20px;
    }

        .applied-education-list h4 {
            color: #000;
            font-weight: 600;
        }

    .applied-education-list a{
        text-decoration: underline;
    }

    .apply-to-education-container {
        display: none;
    }

    .apply-to-education-container {
        border: 1px solid #e7e7e7;
        margin-top: 10px;
    }

        .apply-to-education-container .selectable-education {
            line-height: 20px;
            padding: 6px
        }

    .selected-education {
        line-height: 20px;
        background: #e4f3fb;
        padding: 6px;
        box-sizing: border-box; /*border-radius:5px;*/ /*box-shadow: 0 2px 2px #e7e7e7;*/
    }

    .read-more-container {
        margin-top: 10px;
    }

        .read-more-container span {
            color: #0077cc;
            padding: 0 4px;
            cursor: pointer
        }

            .read-more-container span:after {
                content: '\25bc';
                font-size: 11px;
                padding-left: 8px
            }

    /* -----------------------------
 *
 * MESSAGE TYPES
 *
 -------------------------------*/

    .information-message {
        border: 1px solid #FF9513;
        border-radius: 4px;
        padding: 8px;
        font-size: 14px;
        line-height: 18px;
        text-align: center
    }

    .warning-message {
        color: #FF9513;
        padding: 3px;
        font-size: 14px;
    }

    .success-message {
        padding: 10px;
        border: 1px solid #0d7d1a;
        text-align: center;
        border-radius: 4px;
    }

    .error-message {
        padding: 10px;
        border: 1px solid red;
        text-align: center;
        border-radius: 4px;
    }

        .error-message ul {
            list-style: none;
        }

    /* -----------------------------
 *
 * BUTTONS
 *
 -------------------------------*/
.button {
    display: inline-block;
    font-size: 14px;
    color: #000;
    border: 1px solid #999;
    border-radius: 6px;
    background-color: #fff;
    line-height: 20px;
    outline: 0;
    padding: 8px 14px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
/*    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.26);*/
    -webkit-appearance: none;
}

.button.primary {
    color: #fff;
    background-color: #1b8fd3;
    border: 1px solid #1b8fd3;
}

    .button:disabled {
        background-color: #d5d5d5;
        cursor: not-allowed;
        background-image: none;
        border: 1px solid #d5d5d5;
        box-shadow: none;
    }

    .button.tiny {
        font-size: 12px;
        padding: 2px 5px;
        line-height: 14px;
        border-radius: 4px;
    }

.button.small {
    font-size: 13px;
    padding: 4px 10px;
    /*line-height: 24px;*/
    border-radius: 4px;
}

.button.block {
    width: 100%;
    margin-top: 10px;
}

.button:focus {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.26)
}
    .button.no-wrap {
        white-space: nowrap;
    }
    /* -----------------------------
 *
 * TEXT INPUT 
 *
 -------------------------------*/

    input[type=text], input[type=password], input[type=datetime] {
        box-sizing: border-box;
        padding: 8px 10px;
        font-size: 14px;
        background: #fafafa;
        border: 1px solid #e4e4e4;
        font-size: 14px;
        -webkit-appearance: none;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;
    }

        input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus {
            outline: none;
            border: 1px solid #4D90FE;
            -moz-box-shadow: 0px 0px 2px #4D90FE;
            -webkit-box-shadow: 0px 0px 2px #4D90FE;
            box-shadow: 0px 0px 2px #4D90FE;
        }

    .registration-login-container input[type=text],
    .registration-login-container input[type=password] {
        width: 100%;
    }

    .create-application-form input[type=text],
    .create-application-form input[type=datetime] {
        width: 300px;
    }

    @media only screen and (max-width : 500px) {
        .create-application-form input[type=text],
        .create-application-form input[type=datetime] {
            width: 100%
        }
    }


    /* --------------------------------------------------------
 *
 * SPECIAL QUALIFICATION REQUEST ACTIONS (REELL KOMPETENS) 
 *
 ----------------------------------------------------------*/

    .special-consideration-regarding-qualification-container .special-request-action {
        padding: 5px 13px;
        border: 1px solid #777;
        margin-top: 10px;
        font-weight: 600;
    }

        .special-consideration-regarding-qualification-container .special-request-action.primary {
            background-color: #1b8fd3;
            color: #fff;
            line-height: 30px;
            padding: 0px 13px;
            border: 0;
        }

            .special-consideration-regarding-qualification-container .special-request-action.primary:disabled {
                opacity: .55;
                cursor: not-allowed;
            }

    /* -----------------------------
 *
 * CHECKBOXE LABEL ALIGNMENT
 *
 -------------------------------*/

    .checkbox-align {
        vertical-align: top;
        margin-left: 0
    }

    /* -----------------------------
 *
 * CUSTOMIZED CHECKBOXES
 *
 -------------------------------*/

    .custom-checkbox-container label,
    .custom-checkbox-container input[type="checkbox"] ~ span,
    .custom-checkbox-container input[type="checkbox"] ~ span::before {
        display: inline-block;
        vertical-align: top
    }

    .custom-checkbox-container {
        position: relative;
    }

        .custom-checkbox-container label * {
            cursor: pointer;
        }

        /* Hide default checkbox with opacity */
        .custom-checkbox-container input[type="checkbox"] {
            opacity: 0;
            position: absolute;
        }

            /* Customized checkbox using before pseudo element*/
            .custom-checkbox-container input[type="checkbox"] ~ span::before {
                content: "";
                background-image: url('/Content/Images/checkbox-states.png');
                width: 20px;
                height: 20px;
                background-position: -1px -0px;
                background-repeat: no-repeat;
                margin: 0 6px 0 5px;
                line-height: 20px;
            }

            /* Customized checkbox states */
            .custom-checkbox-container input[type="checkbox"]:focus ~ span:before {
                outline: 1px dotted #4D90FE;
            }

            .custom-checkbox-container input[type="checkbox"]:disabled ~ span {
                cursor: default;
                opacity: .4;
            }

            .custom-checkbox-container input[type="checkbox"]:checked ~ span::before {
                background-position: -1px -20px;
            }
    /*.custom-checkbox-container label:hover span::before {-moz-box-shadow: 0 0 3px #ddd; -webkit-box-shadow: 0 0 3px #ddd; box-shadow: 0 0 3px #ddd; }*/

    /* -----------------------------
 *
 * PRIORITY SETTING PAGE
 *
 -------------------------------*/

    .prioritized-educations-container {
        background-color: #fff;
        margin: 20px 0 10px;
    }

        .prioritized-educations-container .prioritized-education-name {
            color: #000;
            padding: 5px 8px;
            margin: 0px;
            border: 1px solid #e7e7e7
        }

        .prioritized-educations-container .education-to-be-prioritized {
            padding: 5px 8px;
            margin: 0;
            box-shadow: inset 0 1px 4px rgba(0, 0, 0, .2);
        }

            .prioritized-educations-container .education-to-be-prioritized .education-name {
                display: none;
            }

            .prioritized-educations-container .education-to-be-prioritized.selected .education-name {
                display: block;
            }

            /* ----------------------------------
     *
     * Radio selection to change priority
     *
     ------------------------------------*/

            .prioritized-educations-container .education-to-be-prioritized input[type="radio"] {
                opacity: 0;
                position: absolute;
            }

                .prioritized-educations-container .education-to-be-prioritized input[type="radio"] + .education-name {
                    display: none;
                }

                .prioritized-educations-container .education-to-be-prioritized input[type="radio"]:checked + .education-name {
                    display: block;
                    -webkit-animation: color-change 1s;
                    -moz-animation: colorchange 1s;
                    -o-animation: color-change 1s;
                    animation: color-change 1s;
                }

                .prioritized-educations-container .education-to-be-prioritized input[type="radio"] ~ .set-priority {
                    display: block;
                    color: #0099cc;
                    cursor: pointer;
                    position: relative;
                }

    .education-to-be-prioritized input[type="radio"] ~ .set-priority .arrow {
        position: absolute;
        left: -24px;
        top: -2px;
        font-size: 16px;
    }

    .prioritized-educations-container .education-to-be-prioritized input[type="radio"]:checked ~ .set-priority {
        display: none;
    }


    @-webkit-keyframes color-change {

        0% {
            color: green;
        }

        50% {
            color: green;
        }

        100% {
            color: #000;
        }
    }

    /* -----------------------------
 *
 * CUSTOM FACEBOOK SHARE BUTTON
 *
 -------------------------------*/
    a.ve-fb-share-link {
        cursor: pointer;
        color: #fff;
        text-decoration: none;
    }

    .ve-fb-button {
        display: inline-block;
        border-radius: 3px;
        background: #4267b2;
        color: #fff;
    }


        .ve-fb-button:hover {
            background: #365899;
        }

    .ve-fb-button-icon {
        float: left;
        margin-top: 2px;
        margin-left: 3px;
    }

    .ve-fb-button-text {
        padding-left: 22px;
        padding-right: 4px;
        line-height: 20px;
        font-size: 11px;
        font-weight: bold;
        font-family: Helvetica, Arial, sans-serif;
        white-space: nowrap;
    }

    .ve-fb-button-small {
        height: 20px;
    }

    .ve-fb-button-large {
        height: 28px;
    }

        .ve-fb-button-large .ve-fb-button-icon {
            margin-top: 6px;
            margin-left: 5px;
        }

        .ve-fb-button-large .ve-fb-button-text {
            line-height: 28px;
            padding-right: 6px;
            padding-left: 23px;
        }




/* -----------------------------
 *
 * BANKID
 *
 -------------------------------*/

.bankid--wrapper {
    max-width: 360px;
    margin: 0 auto;
}

.bankid--box {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    box-shadow: 0 1px 10px #999;
    margin:10px;
    padding: 10px;
}

.bankid--logo {
    max-width: 120px;
}


.bankid--header h2{
    font-size: 20px;
    line-height: 30px;
    color: #666;
}

.bankid--buttons {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

.bankid--button {
    width: 100%;
}

.bankid--qr-code-image {
    padding: .25rem;
    background-color: #fff;
    max-width: min(100%, 50vh);
    height: auto;
    margin-bottom: 0.5rem;
    cursor: none;
}


.bankid--status-info {
    position: relative;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 1rem;
    background-color: #fff;
}

.bankid--status-info--progress {
    background-color: #fff;
    color: #000;
}

.bankid--status-info--error {
    background-color: #dc3545;
    color: #fff;
}

.bankid--status-icon {
    animation: status-icon-spinner 1s infinite steps(10);
}

.bankid--status-spinner {
    margin-bottom: 0.75rem;
}

    .bankid--status-spinner .bankid--status-icon {
        width: 40px;
        height: 40px;
        position: relative;
        top: 4px;
    }

    .bankid--status-spinner rect {
        fill: #212529;
    }

@keyframes status-icon-spinner {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* -----------------------------
 *
 * NEW MODAL DIALOG
 *
 -------------------------------*/





#modal-dialog-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    display: none;
    z-index: 9999;
}

#modal-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 640px;
    width: min(90vw, 640px);
    max-height: 80vh;
    overflow: auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 60px rgba(0,0,0,.25);
    display: none;
    z-index: 10000;
}

body.modal-dialog-open {
    overflow: hidden;
}


#modal-dialog .header {
    background: #f0f0f0;
    padding: 10px 20px;
    border-radius: 4px 4px 0 0;
}

#modal-dialog .modal-close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 2px;
    right: 2px;
    cursor: pointer;
    background-image: url('/Content/Images/close.png');
    background-size: 55%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,.04);
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 2px
}

@media (max-width: 768px) {
    #modal-dialog .header {
        border-radius: 0 0 0 0;
    }
}

#modal-dialog .header h2 {
    color: #333;
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 20px;
    border-bottom: 1px solid #d5d5d5,
}

#modal-dialog .header .modal-closer {
    float: right;
    /*margin: 8px 4px 0 0;*/
    width: 20px;
    height: 20px;
}

    #modal-dialog .header .modal-closer a {
        position: fixed;
        /*color:#666;*/
        /*font-size: 13px;*/
        z-index: 100;
        background-image: url('/Content/Images/close-aaa.png');
        background-repeat: no-repeat;
        background-size: 12px;
        background-position: center;
        display: block;
        width: 16px;
        height: 16px;
    }

        #modal-dialog .header .modal-closer a:hover {
            background-image: url('/Content/Images/close-07c.png');
        }


#modal-dialog .content {
    padding: 10px 20px;
    color: #000;
    font-size: 13px;
    color: #000;
}

@media (max-width: 768px) {
    #modal-dialog .content {
    }
}

#modal-dialog .content .information {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    #modal-dialog .content .information {
        margin-bottom: 5px;
    }
}

#modal-dialog .content .information .paragraph {
    margin: 0 0 12px 0;
}

@media (max-width: 768px) {
    #modal-dialog .content .information .paragraph {
        margin: 0 0 6px 0;
    }
}

#modal-dialog .content .property {
    margin: 0 0 12px 0;
}

@media (max-width: 768px) {
    #modal-dialog .content .property {
        margin: 0 0 6px 0;
    }
}

#modal-dialog .content .property .name {
    display: block;
    font-weight: normal;
    width: 100%;
    margin: 0;
}

#modal-dialog .content .information p {
    margin: 0;
}

#modal-dialog .content .information .send-to-address {
    padding: 6px 8px;
    border: 1px solid #ffffaa;
    background-color: #ffffcc;
    color: #222;
    display: inline-block;
    font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
}

@media (max-width: 768px) {
    #modal-dialog .content .information .send-to-address {
        padding: 5px 6px;
    }
}

#modal-dialog .content .information .reference-number {
    font-weight: bold;
}

@media (max-width: 768px) {
    #modal-dialog .content .information .reference-number {
    }
}

#modal-dialog .content .actions {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    #modal-dialog .content .actions {
        margin-bottom: 6px;
    }
}


/* -----------------------------
 *
 * MERIT
 *
 -------------------------------*/

.merit {
    font-family: 'Courier New', Courier, monospace;
    padding: 20px;
    background-color: white;
}

    .merit .list > .item + .item {
        border-top: 1px dashed gray;
        margin-top: 20px;
        padding-top: 20px;
    }

    .merit .list > .item > .complex > h1:nth-child(1),
    .merit .list > .item > .complex > h2:nth-child(1),
    .merit .list > .item > .complex > h3:nth-child(1),
    .merit .list > .item > .complex > h4:nth-child(1),
    .merit .list > .item > .complex > h5:nth-child(1),
    .merit .list > .item > .complex > h6:nth-child(1) {
        margin-block-start: 0; /* List item has top padding, which is sufficient for the first header in it. */
    }

    .merit th {
        text-align: left;
        padding-right: 15px;
        font-size: smaller;
    }

    .merit td {
        padding-right: 15px;
    }

    .merit .scalar > .label {
        display: inline;
        font-size: smaller;
    }

    .merit .scalar > .value {
        display: inline;
    }

    .merit .scalars {
        display: table;
    }

        .merit .scalars > .scalar {
            display: table-row;
        }

            .merit .scalars > .scalar > .label {
                display: table-cell;
                padding-right: 10px;
            }

            .merit .scalars > .scalar > .value {
                display: table-cell;
            }
