/*
    Dit css file is gemaakt om het toevoegen van css mogelijk te maken zolang het probleem met het niet vindbare compass aanwezig is.
*/

.CreditVerdeling {
    height: 20px;
    width: 375px;
    top:6px;
    border: 0px;
    border-radius: 0px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background-color: transparent; /*temp fix voor scss override*/
    background-image: linear-gradient(green,green), linear-gradient(blue,blue), linear-gradient(orange,orange), linear-gradient(red,red) , linear-gradient(grey,grey);
    background-repeat: no-repeat;
    transition: 1s;
}

td .CreditEditField{
    float: right;
    width: 83px !important;
    height: 31px;
    /*margin-right:34px;*/
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px 0px 0px 0px;
}

td .CreditAssignField {
    float: right;
    width: 83px !important;
    height: 31px;
    /*margin-right:34px;*/
    border-left: 0px;
    border-radius: 0px 3px 3px 0px;
}

.button.lock {
    padding: 5px 12px;
}
.button.lock:after {
    font-family: FontAwesome;
    content: "\f023";
    font-size: 1.5em;
    vertical-align: -5%;
}

.CreditVerdelingText{
    position:absolute;
    font-size:15px;

}

.button.remove:before {
    font-family: FontAwesome;
    content: "\f068";
    font-size: 1.5em;
    vertical-align: -10%;
    margin-right: 5px;
}
.button.returncredit:before {
    font-family: FontAwesome;
    content: "\f01e";
    font-size: 1.5em;
    vertical-align: -10%;
    margin-right: 5px;
}

.td__feedback > div { 
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
    max-width: 90px; 

}
.td__feedback .iradio_minimal { background-image: none; width: 18px; height: 20px; }
.td__feedback .iradio_minimal input { opacity: 0; top: 0; left: 0; z-index: -999; }

.td__feedback .iradio_minimal:before {
    font-family: FontAwesome;
    content: "\f006";
    font-size: 1.5em;
    vertical-align: -10%;
    margin-right: 5px;
}
.td__feedback .iradio_minimal.checked:before, .td__feedback .iradio_minimal.checked ~ .iradio_minimal:before {
    font-family: FontAwesome;
    content: "\f005";
    color: goldenrod;
}

.td__feedback.handle:after, .td__description.handle:after { display: none !important; }

.drieCols {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
}

.tweeCols {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
}

.drieCols > *, .tweeCols > * {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    display: inline-block;
    width: 100%;
}

.active__wrap__schoolgegevens .list__accordian__body__item .list__tiles > li:hover {
    cursor: auto !important;
}

h4.oudeStap {
    background: #C0C0C0;
    background-image: -owg-linear-gradient(#C0C0C0, #909090);
    background-image: -webkit-linear-gradient(#C0C0C0, #909090);
    background-image: -moz-linear-gradient(#C0C0C0, #909090);
    background-image: -o-linear-gradient(#C0C0C0, #909090);
    background-image: linear-gradient(#C0C0C0, #909090);
    position: relative;
}

h4.oudeStap .opgepast {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    width: 18px;
    height: 18px;
    position: relative;
    line-height: 18px;
    text-align: center;
    border-radius: 9px;
    background: #EF3939;
    color: #fff;
    margin-top: -2px;
    margin-right: 20px;
    float: right;
}
.edit__step.oudeStap .opgepast {
    margin-top: 4px;
}

.ui-tooltip {
    max-width: 500px;
    padding: 10px 15px;
    background-color: #E2EFEE;
    color: #50626D;
    font-size: 14px !important;
}

.ui-tooltip .oudOnderdeel {
    color: #6CADAC;
    font-weight: bold;
    font-size: 15px;
}