
.flytta-ansokanrader-tableinfo label {
    display: inline-block;
    font-weight: bold;
}
/* Elevkort - fix på flikar så inte rader skjuts till höger under markerad */
/* verkade skapa mer problem än det löste */
/*.nav-tabs-closed > li.active > a, 
.nav-tabs-closed > li.active > a:hover {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    margin-top: 8px;
}*/
/* Elevkort tab links focus fix - copied from ".nav-tabs-closed > li.active > a, .nav-tabs-closed > li.active > a:hover"  */
.nav-tabs-closed > li.active > a:focus {
    border: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 13px;
    padding-right: 13px;
    background: #00a2b1;
    color: #fff;
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
}


.form-group-filter .form-group,
.std-filters .form-group {
    margin-bottom: 8px;
}

.box.behorighetskrav .grades-columns {
    margin-top: 20px;
}

.box.behorighetskrav.grades-wrapper h3:after {
    content: '';
}

#qualifications-form h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    font-style: initial;
}

.pickers > [class*="js-datepicker"] input[disabled],
.pickers > [class*="js-datepicker"] input[readonly] {
    cursor: pointer;
    background-color: #ffffff;
}

.input-options .autocomplete-wrapper {
    max-width: 100%;
}


.detail-view-fixed .detail-view-fixed-content {
    overflow-x: hidden;
}

#EditHandelse .collapse {
    font-size: 13px;
}

.accordion-toggle .icon-caret:before {
    content: "\f0d8";
}

.accordion-toggle.collapsed .icon-caret:before {
    content: "\f0d7" !important;
}

.dynamictable-container .box.toolbar-box section > .btn {
    margin-top: 8px;
}

span.search-highlight {
    background-color: rgb(255, 255, 10); /*TODO test*/
}

.log-comment-wrapper .checkbox {
    float: left;
    margin-right: 20px;
}

/* Elevkort sök utbildning 6 dropdowns */

.search-add-container.six-filters .toolbar .filter select {
    width: 100%;
}

.search-add-container.six-filters .toolbar .filter .form-group {
    width: 16%;
}

.search-add-container.six-filters .toolbar-box .form-group:nth-child(5n) {
    padding-right: 5px;
}

.search-add-container.six-filters .toolbar-box .form-group:nth-child(6n) {
    float: left;
    padding-right: 5px;
}

.search-add-container.six-filters .toolbar-box .form-group:nth-child(7n) {
    width: auto; /* reset button */
}

.search-add-container.six-filters .toolbar .filter input {
    width: 65px;
}

/* Visa hela utb namn i elevkort / ansökan */

.application-row .title {
    white-space: normal !important;
    line-height: 1.2em;
}

/* Särbetyg */

.box-form.active .sar-betyg {
    display: block;
}

.grades-wrapper .sar-betyg {
    clear: both;
    margin: 0 -15px;
    padding: 0 15px 15px;
    display: none;
}

    .grades-wrapper .sar-betyg strong {
        display: block;
        margin-bottom: 6px;
    }

/* Visa ansökanrad header helt när öppen */
.application-row.opened .title {
    white-space: inherit;
}

.dynamictable thead.affix {
    top: 41px; /*Height of .navbar-fixed-top*/
    background-color: #ffffff;
    border: 1px solid rgba(20, 161, 175, 0.3);
    -webkit-box-shadow: 0 1px 15px rgba(20, 161, 175, 0.5);
    -moz-box-shadow: 0 1px 15px rgba(20, 161, 175, 0.5);
    box-shadow: 0 1px 15px rgba(20, 161, 175, 0.5);
    -webkit-transition: box-shadow linear .2s;
    -moz-transition: box-shadow linear .2s;
    -o-transition: box-shadow linear .2s;
    transition: box-shadow linear .2s;
    z-index: 1;
}

.grades-wrapper header > span > span {
    margin: 0 5px;
}

.grades-wrapper .edit-type {
    border-top: 0 !important;
    border-bottom: 1px solid #dedede;
    padding: 0 15px 15px 15px !important;
}

.box-form.active .grades-columns {
    padding-top: 15px;
}

.search-add-container .toolbar-box .form-group {
    padding-right: 5px;
}

    .search-add-container .toolbar-box .form-group:nth-child(5n) {
        padding-right: 0;
    }

    .search-add-container .toolbar-box .form-group:nth-child(6n) {
        padding-right: 0;
        float: right;
    }

    .search-add-container .toolbar-box .form-group button.btn-mini {
        margin-right: 0;
    }

.search-add-container .toolbar-box .actions button.btn-mini {
    top: -3px;
}

.search-add-container .toolbar-box .form-group button.btn-mini,
.search-add-container .toolbar-box .actions button.btn-mini {
}

.search-add-container .toolbar-box .form-group button.btn-mini i,
.search-add-container .toolbar-box .actions button.btn-mini i {
    font-size: 10px;
    margin-right: 0;
}

label.checkbox {
  width: fit-content
}

label.checkbox.control-label {
    margin-top: 5px;
    width: 260px;
}

/*h4 cause horizontal scroll */
.modal [id*='step-'] .guide-summary h4 {
    margin: 0 0 10px 0;
    padding: 0;
}

.cke {
    margin-bottom: 11px !important; /* Same margin on ckeditor textare as for odinary inputs */
}

/* särbetyg */

.grades-wrapper .grade-sar[disabled] {
    border-color: #F7A4FC;
}

.grades-wrapper .grade-sar.temp {
    border-color: #ef7afa;
}

.grades-wrapper .grade-sar.original-grade {
    border-color: #ef7afa;
}

.grades-wrapper .grade-sar.grade-static {
    border: 1px solid #f7a4fc;
}

.grades-wrapper .grade-sar {
    /*background: #FDE8FF;*/
    border-color: #F7A4FC;
    margin-left: 5px;
}

/* Särläge meny */
body.sar-mode .navbar-inner {
    background-color: #ae56b8;
    background-image: -moz-linear-gradient(top, #ae56b8, #ae56b8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ae56b8), to(#ae56b8));
    background-image: -webkit-linear-gradient(top, #ae56b8, #ae56b8);
    background-image: -o-linear-gradient(top, #ae56b8, #ae56b8);
    background-image: linear-gradient(to bottom, #ae56b8, #ae56b8);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffae56b8', endColorstr='#ffae56b8', GradientType=0);
    border: 1px solid #730e78;
}

body.sar-mode .navbar .brand {
    background: none repeat scroll 0 0 #974ca1;
}

body.sar-mode .navbar .navbar-search .search-query {
    border-color: #730e78;
}

body.sar-mode .navbar .nav > li > a:hover,
body.sar-mode .navbar .nav > li > a:focus {
    background: #730e78;
}

body.sar-mode .navbar .nav > li.dropdown.open > .dropdown-toggle {
    background: #fcd1ff;
    color: #730e78;
}

body.sar-mode .navbar .nav li.alt-menu-item > a {
    background: #863f91;
}
/* End Särläge meny */

/* Elevfunktioner elevkortsheader */
.detail-view-header .btn-group ul.dropdown-menu {
    left: auto;
    right: 0;
    text-align: left;
}

/* Större skolbild */
.profile-upload.profile-upload-small {
    width: 200px;
}

    .profile-upload.profile-upload-small .profile-pic-fallback {
        height: 200px;
    }

/*Vill highlighta static label*/
.static.highlighted {
    background-color: #FFBBBB;
}

/* Vill att error modal ska kunna ligga över andra modaler */
/* Default ligger backdrop på 1040 och modalen på 1050 */
#alert-modal-container {
    z-index: 1060;
}

    #alert-modal-container + .modal-backdrop {
        z-index: 1055;
    }

/* Måste kunna hantera många arbetsuppgfiter och meddelanden i menyn */
.navbar .navbar-search .search-query {
    width: 100px;
}

/* Vyförklaring: boxar med länkar och filer */
.help-info-box {
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

    .help-info-box ul {
        margin-bottom: 5px;
    }
/* Funkade inte att sätta max-width på endast help-link-popover, tvungen att ändra bredd på alla popovers :/
    .popover.help-link-popover {
    max-width: 372px !important;
}*/
.popover {
    max-width: 372px; /*Old: 276px*/
}

/* Om det är två rader med menylänkar i elevkortet blir det knas vid focus */
.nav-tabs > .active > a:focus {
    border-width: 0 !important;
}

#mainmenudiv div.message-container li.read {
    display: none;
}

div.assignment-container li.done a {
    color: lightgray !important;
}

#mainmenudiv div.assignment-container li.done {
    display: none;
}

#mainpage div.assignment-container li.done {
    display: none;
}

.box-month .assignment-list li.done a {
    color: lightgray !important;
}

.box-month .assignment-list li.done .label {
    background-color: lightgray;
    text-shadow: none;
}

/* BEGIN - Första sidan Indra2 */
.assignment-list > li h4,
li.message h4 {
    padding-right: 180px; /* From designer 160px, make room for "mottaget"*/
}

.assignment-list > li {
    position: relative;
}

    .assignment-list > li .date {
        position: absolute;
        right: 0;
        top: 0;
        color: #ababab;
    }

.assignment-list .meta {
    color: inherit !important;
}

.user-menu .assignment-list > li > a {
    /*display: inline-block;*/
    display: table;
}

.user-menu .assignment-list > li .date {
    position: static;
    padding-left: 21px;
}

/*.js-container innehåller arbetsuppgifters lista på första sidan. Klass .user-menu hör till användarens meny (lilla fönstret)*/
.js-container .assignment-list > li.undone a {
    padding-right: 180px;
    font-weight: bold;
}
/* END - Första sidan Indra2 */

.ui-autocomplete {
    max-height: 340px !important;
}

.dynamictable-container {
    margin-left: 0px;
}

.input-validation-error {
    border: red solid 1px !important;
}

.field-validation-error {
    color: red;
    display: block;
}

.caret-up {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-bottom: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.list .toggle-extended-info .caret-up {
    margin-top: 7px;
}

.btn .caret-up {
    margin-left: 5px;
    margin-top: 9px;
}

.dynamictable-dimmed {
    color: Gray;
    text-decoration: line-through;
}


.password {
    font-size: 12px;
    border: 1px solid #cc9933;
    width: 200px;
    font-family: arial, sans-serif;
}

.pstrength-minchar {
    font-size: 10px;
}

.fileupload-close {
    color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}

.hasTempbetyg {
    background: #bdeaf3 !important;
    border-color: #fff !important;
}



.modal-wide {
    width: 900px !important;
    margin-left: -450px !important;
}

.container-narrow {
    width: 800px !important;
}

.dynamictable-container-narrow {
    width: 800px !important;
}

.autocomplete-extended.content-width ul {
    width: 320px; /* var 400px tidigare (pga vilken vy?) men ändrade till 320px pga elevkort/ansökan/övriga sverige/sök skola */
}

.main-info {
    cursor: default !important;
}

.step-bar li {
    width: 16%;
}

.application-row .application-info {
    list-style: none;
    margin: -11px -11px 15px -28px;
    padding: 3px 10px 3px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    border: 1px solid #DEDEDE;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

    .application-row .application-info li {
        display: inline-block;
        margin-right: 12px;
    }

.application-row .aside .label.label-info {
    background: none repeat scroll 0 0 #FAA732;
    color: #FFFFFF;
}

.application-row .aside .label, .application-row .aside .actions {
    float: right;
}

.navbar .nav .assignments .error, .navbar .notification .error {
    color: red;
}

.box-form .error {
    color: red;
}

/* Om ".alert i" görs om till ".alert > i" slipper vi denna fix */
.alert .btn i {
    position: static;
    font-size: inherit;
}

.message-preview {
    background-color: #EEEEEE;
    border: 1px dotted #CCCCCC;
    /*white-space: pre-line;*/
    padding: 1em;
    margin-bottom: 1em;
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
}

/* commit-betyg påminner om edit-type. commit-betyg är ytterligare en box under edit-type som endast syns ibland */
.box-form.active .commit-betyg {
    display: block;
}

.box-form .commit-betyg {
    border-top: 1px solid #DEDEDE;
    display: none;
    clear: both;
    margin: 15px -15px 0;
    padding: 0 15px;
}

a.eskalerad {
    color: red !important;
}

p.framtid {
    color: #66CCFF !important;
}

/* Lägg undermenyer i vanliga menyn slickad till kanten (till vänster). Snyggast hade varit på högersidan och sätta pilikonen på högersidan istället */
.navbar .dropdown-menu .dropdown-menu {
    border-radius: 6px 0 6px 6px;
    left: auto;
    margin-left: 0;
    margin-right: -1px;
    right: 100%;
}

/* ======================================== */
/* Meny, ny färg orange samt nyckel */

/* ingen nyckel för vanliga access-klassen */
.navbar .nav li.access > a:before {
    content: none;
}

/* access_extended: nyckel utöver det vanliga för access */
.navbar .nav li.access_extended > a {
    color: #b167b9;
}

    .navbar .nav li.access_extended > a:before {
        position: relative;
        top: -2px;
        content: "\f084";
        display: inline-block;
        margin-right: 7px;
        padding: 3px;
        background: #f1d9f6;
        font-family: "FontAwesome";
        font-size: 10px;
        font-weight: normal !important;
        line-height: 1em;
        border-radius: 3px;
    }

    .navbar .nav li.access_extended > a:hover {
        background: #f9eff9;
        color: #8c5091;
    }

        .navbar .nav li.access_extended > a:hover:before {
            background: #e5ceea;
        }

.navbar .nav li.access_extended.active > a {
    color: #9464a6;
}

    .navbar .nav li.access_extended.active > a:before {
        color: #9464a6;
    }

/* Inaktiv menyrad */
.navbar .nav li.inactive {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

    .navbar .nav li.inactive > a:hover,
    .navbar .nav li.inactive > a:focus {
        cursor: default;
        background: transparent;
        /*color: initial;*/ /* Hur overwritear jag hover color så att länkens originalfärg syns? Behöver jag ha en regel för varje typ av li (access, access_extended, access_admin mm) */
    }

/* access_admin: orange */
.navbar .nav li.access_admin > a {
    color: #E66000;
}

    .navbar .nav li.access_admin > a:hover {
        background: #FFEEDB;
        color: #DE4E00;
    }

.navbar .nav li.access_admin.active > a {
    color: #DB6300;
}

    .navbar .nav li.access_admin.active > a:before {
        color: #DB6300;
    }
/* ======================================== */

/* ======================================== */
/* ADMIN inloggningssida: båda länkarna "Gå till Indra Elevsidor" & "Gå till Gymnasieantagningen" bredvid varandra under login formulär*/
.link-elevsidor .gr-logo {
    display: block;
    text-align: center;
    background: url(/Content/images/logo-gr-footer.png) no-repeat top left;
    background-size: 35px auto; /*30px*/
    width: 35px;
    height: 35px;
    margin-bottom: 24px;
    margin: 0 auto; /*centered*/
}

.links-elevsidor-besides {
    display: inline-block;
    padding-right: 30px;
}
/* ======================================== */

/* ADMIN inloggningssida: båda länkarna "Gå till Indra Elevsidor" & "Gå till Gymnasieantagningen" bredvid varandra under login formulär*/
.link-elevsidor .storsthlm-logo {
    display: block;
    text-align: center;
    background: url(/Content/images/C44478B9-58C3-4F6D-B702-0E161FE51DFF/storsthlm_logo.png) no-repeat top left;
    background-size: 140px 35px;
    overflow: hidden;
    width: 152px;
    height: 35px;
    margin: 0 auto; /*centered*/
}

.links-elevsidor-besides-storsthlm {
    display: inline-block;
    padding-right: 21px;
}
/* ======================================== */

/* Stor Stockholm logotyp som visas på inloggningsssida admin */
.indra-start-logo-storsthlm {
    width: 157px;
    height: 52px;
    background: url(/Content/images/C44478B9-58C3-4F6D-B702-0E161FE51DFF/storsthlm_logo.png) no-repeat;
    background-size: 157px 52px;
    overflow: hidden;
    text-indent: -9999em;
}

/* Fyrbodal logotyp som visas på inloggningsssida admin */
.indra-start-logo-fyrbodal {
    width: 157px;
    height: 52px;
    background: url(/Content/images/066E6ECF-AE4B-492C-A16D-3D692DFFAB7C/fyrbodal_logo@2x.png) no-repeat;
    background-size: 157px 52px;
    overflow: hidden;
    text-indent: -9999em;
}

.indra-start-logo {
    background: url(/Content/images/8BF40C40-9267-464F-8898-63B282EA61D9/indra-logo@2x.png) no-repeat;
    background-size: 157px 52px;
}

.eopblankett-container {
    padding-top: 6px;
}

/* ======================================== */
/* Chosen, taken frpm elev/css */

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .chosen-container .chosen-drop {
        position: absolute;
        top: 100%;
        left: -9999px;
        z-index: 1010;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        border: 1px solid #aaa;
        border-top: 0;
        background: #fff;
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    }

    .chosen-container.chosen-with-drop .chosen-drop {
        left: 0;
    }

    .chosen-container a {
        cursor: pointer;
    }
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 23px;
    height: auto;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background-clip: padding-box;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('/Content/images/chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}

    .chosen-container-single .chosen-single abbr:hover {
        background-position: -42px -10px;
    }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

    .chosen-container-single .chosen-single div b {
        display: block;
        width: 100%;
        height: 100%;
        background: url('/Content/images/chosen-sprite.png') no-repeat 0px 2px;
    }

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

    .chosen-container-single .chosen-search input[type="text"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 1px 0;
        padding: 4px 20px 4px 5px;
        width: 100%;
        height: auto;
        outline: 0;
        border: 1px solid #aaa;
        background: #ffffff url('chosen-sprite.png') no-repeat 100% -20px;
        background: url('/Content/images/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
        background: url('/Content/images/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
        background: url('/Content/images/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
        background: url('/Content/images/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
        background: url('/Content/images/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
        font-size: 1em;
        font-family: sans-serif;
        line-height: normal;
        border-radius: 0;
    }

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

    .chosen-container .chosen-results li {
        display: none;
        margin: 0;
        padding: 5px 6px;
        list-style: none;
        line-height: 15px;
    }

        .chosen-container .chosen-results li.active-result {
            display: list-item;
            cursor: pointer;
        }

        .chosen-container .chosen-results li.disabled-result {
            display: list-item;
            color: #ccc;
            cursor: default;
        }

        .chosen-container .chosen-results li.highlighted {
            background-color: #15a8ab;
            color: #fff;
        }

        .chosen-container .chosen-results li.no-results {
            display: list-item;
            background: #f4f4f4;
        }

        .chosen-container .chosen-results li.group-result {
            display: list-item;
            font-weight: bold;
            cursor: default;
        }

        .chosen-container .chosen-results li.group-option {
            padding-left: 15px;
        }

        .chosen-container .chosen-results li em {
            font-style: normal;
            text-decoration: underline;
        }
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
    cursor: text;
}

    .chosen-container-multi .chosen-choices li {
        float: left;
        list-style: none;
    }

        .chosen-container-multi .chosen-choices li.search-field {
            margin: 0;
            padding: 0;
            white-space: nowrap;
        }

            .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
                margin: 1px 0;
                padding: 5px;
                height: 15px;
                outline: 0;
                border: 0 !important;
                background: transparent !important;
                box-shadow: none;
                color: #666;
                font-size: 100%;
                font-family: sans-serif;
                line-height: normal;
                border-radius: 0;
            }

            .chosen-container-multi .chosen-choices li.search-field .default {
                color: #999;
            }

        .chosen-container-multi .chosen-choices li.search-choice {
            position: relative;
            margin: 3px 0 3px 5px;
            padding: 3px 20px 3px 5px;
            border: 1px solid #aaa;
            border-radius: 3px;
            background-color: #e4e4e4;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
            background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-clip: padding-box;
            box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            color: #333;
            line-height: 13px;
            cursor: default;
        }

            .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
                position: absolute;
                top: 4px;
                right: 3px;
                display: block;
                width: 12px;
                height: 12px;
                background: url('/Content/images/chosen-sprite.png') -42px 1px no-repeat;
                font-size: 1px;
            }

                .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
                    background-position: -42px -10px;
                }

        .chosen-container-multi .chosen-choices li.search-choice-disabled {
            padding-right: 5px;
            border: 1px solid #ccc;
            background-color: #e4e4e4;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
            background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            color: #666;
        }

        .chosen-container-multi .chosen-choices li.search-choice-focus {
            background: #d4d4d4;
        }

            .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
                background-position: -42px -10px;
            }

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
    border: 1px solid #15a8ab;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 1px 0 #fff inset;
}

    .chosen-container-active.chosen-with-drop .chosen-single div {
        border-left: none;
        background: transparent;
    }

        .chosen-container-active.chosen-with-drop .chosen-single div b {
            background-position: -18px 2px;
        }

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

    .chosen-container-active .chosen-choices li.search-field input[type="text"] {
        color: #111 !important;
    }
/* @end */
/* @group Disabled Support */
.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

    .chosen-disabled .chosen-single {
        cursor: default;
    }

    .chosen-disabled .chosen-choices .search-choice .search-choice-close {
        cursor: default;
    }
/* @end */
/* @group Right to Left */
.chosen-rtl {
    text-align: right;
}

    .chosen-rtl .chosen-single {
        overflow: visible;
        padding: 0 8px 0 0;
    }

        .chosen-rtl .chosen-single span {
            margin-right: 0;
            margin-left: 26px;
            direction: rtl;
        }

    .chosen-rtl .chosen-single-with-deselect span {
        margin-left: 38px;
    }

    .chosen-rtl .chosen-single div {
        right: auto;
        left: 3px;
    }

    .chosen-rtl .chosen-single abbr {
        right: auto;
        left: 26px;
    }

    .chosen-rtl .chosen-choices li {
        float: right;
    }

        .chosen-rtl .chosen-choices li.search-field input[type="text"] {
            direction: rtl;
        }

        .chosen-rtl .chosen-choices li.search-choice {
            margin: 3px 5px 3px 0;
            padding: 3px 5px 3px 19px;
        }

            .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
                right: auto;
                left: 4px;
            }

    .chosen-rtl.chosen-container-single-nosearch .chosen-search,
    .chosen-rtl .chosen-drop {
        left: 9999px;
    }

    .chosen-rtl.chosen-container-single .chosen-results {
        margin: 0 0 4px 4px;
        padding: 0 4px 0 0;
    }

    .chosen-rtl .chosen-results li.group-option {
        padding-right: 15px;
        padding-left: 0;
    }

    .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
        border-right: none;
    }

    .chosen-rtl .chosen-search input[type="text"] {
        padding: 4px 5px 4px 20px;
        background: #ffffff url('/Content/images/chosen-sprite.png') no-repeat -30px -20px;
        background: url('/Content/images/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
        background: url('/Content/images/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
        background: url('/Content/images/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
        background: url('/Content/images/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
        background: url('/Content/images/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
        direction: rtl;
    }

    .chosen-rtl.chosen-container-single .chosen-single div b {
        background-position: 6px 2px;
    }

    .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
        background-position: -12px 2px;
    }
/* ======================================== */
.box-form header .header-alert {
    margin-left: 10px;
    font-size: 14px;
    font-style: italic;
}

#btnResetExternAnsokan {
    margin: 8px 0 0 0;
}

.modal.modal-large .scrollable-content {
    max-height: 430px;
    padding-top: 8px;
}

#dynamictable-container-IMSokandePlacering .toggle-filters {
    margin-top: 23px;
}

.sarBetygRubrik {
    border-bottom: none !important;
    text-align: right;
    margin-right: 7px;
    margin-bottom: 2px !important;
    font-weight: normal;
    font: Arial Narrow;
    font-size: small;
}

.justera-import-warning-container {
    padding-left: 0;
}

.justera-import-warning-container .alert {
    padding-left: 8px;
}

.table .antagningsregionTableRow-Cell-1,
.table .antagningsregionTableRow-Cell-1 lable {
    width: 230px;
}

.table .antagningsregionTableRow-Cell-2,
.table .antagningsregionTableRow-Cell-2 input {
    width: 300px;
}

.table .antagningsregionTableRow-Cell-3 {
    width: 180px;
}


#needVerificationTokenModal .modal-body {
    padding: 0;
}

#needVerificationTokenModal .step-bar {
    margin: 0;
    border-top: 0;
}

    #needVerificationTokenModal .twofactor-steps {
        width: 290%;
        padding-top: 0;
    }


.modal-validate-cellphone {
    overflow: hidden;
}

.modal-validate-cellphone .modal-header {
    border-bottom: 0;
}
#sendVerificationcodeModal {
    padding: 0;
    overflow: hidden;
}

#modal-container .step-bar {
    border-top: 0;
}

    #modal-container .twofactor-steps li {
        width: 45%;
    }

.elevPasswordField {
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    cursor: text !important;
    margin: 0px !important;
    padding: 0px 0px 2px 0px !important;
}
.trumbowyg-box,
.trumbowyg-editor-box {
  background-color: #fff;
}

#modal-container .trumbowyg-box {
  max-height: 300px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Make editor same width as CKEditors inline styling did on Händelser page */
/* To avoid messing with parent containers on the page */
.row > .span-half > .trumbowyg-box {
  width: 542px;
}

#Vyforklaring .box.box-form.active .trumbowyg-box .trumbowyg-editor {
  height: 260px;
}

#Vyforklaring .box.box-form.active .trumbowyg-box {
  margin-bottom: 11px;
}

#EditSkola .tab-pane.active .trumbowyg-box.trumbowyg-editor-visible {
  width: 490px;
}
