﻿body {
}

/*.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #F0B94B;
    border-color: #F0B94B;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
    background-color: #6a737b;
    border-color: #6a737b;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #6a737b;
    border-color: #6a737b;
}*/
/*footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    opacity: 0.8;
    background-color:aliceblue;
}*/

.navbar.navbar-default.navbar-fixed-bottom.soltechFooter {
    text-align: center;
    opacity: 0.8;
    background-color: aliceblue;
    min-height: unset;
}
.navbar a {
    color: #087A99;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.5s ease;
    cursor: pointer;
}
.nav li a {
    background-color: unset;
}
.nav li a:hover {
    background-color: unset;
}

    .navbar a:hover {
        color: #F0B94B;
        font-weight: bold;
        text-decoration: none;
        cursor: pointer;
        background-color: unset;
    }

/*footer hr{
    margin:unset;
}*/
hr {
    background: #333;
    background-image: linear-gradient(to right, #ddd, #999, #fff);
    border: 0;
    height: 1px;
    margin: 0;
    margin-bottom: 1em;
}

#loginbox {
    padding: 15px;
    border-radius: 10px;
    background-color: ghostwhite;
}

.infobox {
    border-radius: 10px;
    background-color: ghostwhite;
}

    .infobox input {
        opacity: unset;
    }

.idbox {
    float: unset;
    margin: auto;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, .btn-primary {
    background-color: #087A99;
    border-color: #087A99;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .btn-primary:hover {
        background-color: #F0B94B;
        border-color: #087A99;
        color: #66461b;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .btn-primary i {
        font-weight: bold;
    }

        .btn-primary i:hover {
            font-weight: bold;
        }

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary, .btn-secondary {
    background-color: #F0B94B;
    border-color: #F0B94B;
    color: #66461b;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .btn-secondary:hover {
        background-color: #087A99;
        border-color: #087A99;
        color: white;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .btn-secondary i {
        font-weight: bold;
    }

        .btn-secondary i:hover {
            font-weight: bold;
        }

.btn-primary-small {
    width: 40px;
    height: 25px;
    color: white;
    background-color: #087A99;
    border-color: #087A99;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .btn-primary-small:hover {
        width: 40px;
        height: 25px;
        color: white;
        background-color: #F0B94B;
        border-color: #F0B94B;
        color: #66461b;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 5px;
        margin-bottom: 5px;
    }

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default, .btn-default {
    background-color: #F0B94B;
    border-color: #F0B94B;
    color: #66461b;
    margin-top: 5px;
    margin-bottom: 5px;
}

.btnRow i {
    padding: 0.25em;
}

.home-button {
    width: 100%;
    visibility: visible;
    background-color: #F0B94B;
    border-radius: 7px 8px;
    cursor: pointer;
    text-align: center;
    padding: 30px 10px 10px;
    margin-bottom: 0px;
    color: #66461b;
    border: none;
    box-shadow: 1px 1px 1px 1px #888888;
}

    .home-button p {
        font-size: 20px;
    }

    .home-button:hover,
    .home-button:active {
        background-color: #697379;
    }

.validationElement {
    border: 1px solid red;
}

.error {
    border: 1px solid red;
}

@media (min-width: 768px) {
    .container {
        width: unset;
    }
}

@media (min-width: 992px) {
    .container {
        width: unset;
    }
}

@media (min-width: 1200px) {
    .container {
        width: unset;
    }
}

/*Menu*/

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 6px;
        top: .8em;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: .1rem;
        margin-right: .1rem;
    }

/*DatePicker calendar icon*/
.addingCalendarIcon {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
}

    .addingCalendarIcon:after {
        content: "\f073";
        color: grey;
    }

.addingCalendar:after {
    position: relative;
    right: 25px;
    top: 6px;
    float: right;
    font-family: FontAwesome;
}

/*Search icon*/

.addingSearchIcon {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
}

    .addingSearchIcon:after {
        content: "\f002";
        color: grey;
    }

.addingSearch:after {
    position: relative;
    right: 25px;
    top: 6px;
    float: right;
    font-family: FontAwesome;
}

.infoIcon {
    position: absolute;
    top: 7px;
    left: -5px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
}

/*Progressbar*/
/*Voeg by SolTechStyles.css*/

.list-group-item-success {
    background-color: #087A99;
    color: #fff;
}

    .list-group-item-success a {
        color: #fff;
    }

.glyphicon {
    color: #66461b;
}

.glyphicon-remove {
    color: darkred;
}

.glyphicon-ok {
    color: lightgreen;
}

.list-group-item.active {
    background-image: unset;
    background-color: #F0B94B;
    color: #fff;
    border-color: #ddd;
}

    .list-group-item.active:hover {
        background-image: unset;
        background-color: #c15027;
        color: #fff;
        border-color: #ddd;
    }

    .list-group-item.active .glyphicon {
        color: #fff;
    }

    .list-group-item.active a {
        color: #fff;
    }

.list-group-item.incomplete a {
    color: #333;
}

/*.col-md-2 {
    margin-bottom: 53em;
}*/

/* REQUIRED FIELD */
.required::after {
    content: "*";
    font-weight: bold;
    color: red;
    font-size: 18px;
    padding-left: 5px;
}

/*BOOTSTRAP SELECT*/
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #6a737b;
    outline: 0;
}

.form-control:focus {
    border-color: #F0B94B;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(237 122 35 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(237 122 35 / 60%);
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #555 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}

[data-id='SkoolofInstelling'], [data-id='SkoolofInstelling']:hover, [data-id='SkoolofInstelling']:focus {
    color: #555;
    background-color: #fff;
    border-color: #ccc;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    border-color: #F0B94B;
    outline: 1px auto rgb(237 122 35 / 60%) !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(237 122 35 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(237 122 35 / 60%);
    outline-color: rgb(237 122 35 / 60%);
    outline-offset: 0;
}

/*Stoor Prosess*/

/* Step-Menu - Step progress bar - die Stoor*/
.step-menu {
    list-style-type: none;
    width: 100%;
    margin: 0 auto;
}

    .step-menu li {
        box-sizing: border-box;
        float: left;
        background: #ddd;
        height: 50px;
        text-align: center;
        padding: 5px 15px 15px 50px;
        width: 18%;
        position: relative;
        margin-left: 10px;
    }

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .step-menu li {
        box-sizing: border-box;
        float: left;
        background: #ddd;
        height: 50px;
        text-align: center;
        padding: 5px 15px 15px 50px;
        width: 18%;
        position: relative;
        margin-left: 10px;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .step-menu li {
        box-sizing: border-box;
        float: left;
        background: #ddd;
        height: 50px;
        text-align: center;
        padding: 5px 15px 15px 50px;
        width: 18%;
        position: relative;
        margin-left: 10px;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .step-menu li {
        box-sizing: border-box;
        float: left;
        background: #ddd;
        height: 50px;
        text-align: center;
        padding: 5px 15px 15px 50px;
        width: 18%;
        position: relative;
        margin-left: 10px;
    }
}

.step-menu li:before {
    content: '';
    position: absolute;
    border: 25px solid transparent;
    border-left-color: #fff;
    top: 0px;
    right: -60px;
}

.step-menu li:after {
    content: '';
    position: absolute;
    border: 25px solid transparent;
    border-left-color: #ddd;
    top: 0px;
    right: -50px;
}

.step-menu li:nth-child(1) {
    z-index: 600;
    margin-left: 0;
    padding-left: 30px;
    width: 250px
}

.step-menu li:nth-child(2) {
    z-index: 500;
    width: 300px
}

.step-menu li:nth-child(3) {
    z-index: 400;
    width: 300px
}

.step-menu li:nth-child(4) {
    z-index: 300;
    width: 300px
}

.step-menu li:nth-child(5) {
    z-index: 200;
    width: 300px
}

.step-menu li:nth-child(6) {
    z-index: 100;
    width: 300px
}

    .step-menu li:nth-child(6):after,
    .step-menu li:nth-child(6):before {
        z-index: 0;
        border: none;
        width: 300px
    }

.step-menu li.current {
    background: #F0B94B;
    color: #66461b;
}

    .step-menu li.current:after {
        border-left-color: #F0B94B;
    }

.step-menu li.complete {
    background: #F0B94B;
    color: #66461b;
}

    .step-menu li.complete:after {
        border-left-color: #F0B94B;
    }

a {
    color: #66461b;
    text-decoration: none;
    transition: color 0.5s ease;
    cursor: pointer;
}
    a:hover {
        color: #F0B94B;
        text-decoration: none;
        cursor: pointer;
    }

.studentAlert a {
    color: #a8e9f4;
    text-decoration: none;
    transition: color 0.5s ease;
    cursor: pointer;
}
    .studentAlert a:hover {
        color: #F0B94B;
        text-decoration: none;
        cursor: pointer;
    }

.jumbotron.login {
    top: 25%;
    position: absolute;
    width: 90%;
    margin-left: 10px;
    margin-right: 10px;
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .jumbotron.login {
        top: 25%;
        position: absolute;
        width: 90%;
        margin-left: 10px;
        margin-right: 10px;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .jumbotron.login {
        top: 25%;
        position: absolute;
        width: 90%;
        margin-left: 5px;
        margin-right: 5px;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .jumbotron.login {
        top: 25%;
        position: absolute;
        left: 33%;
        width: 35%;
    }
}

a.login {
    color: #6a737b;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #797276;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #797276;
}

.navbar-toggle {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #797276;
    color: #fff;
}

.btn {
    margin-bottom: 5px;
}

.inline-btn{
    display: inline-block;
}
.submit-btn .previous-btn {
    margin-bottom: 10px;
}

@media (min-width: 576px) {
    .previous-btn {
        float: left;
        margin-bottom: 10px;
    }
}
@media (min-width: 576px) {
    .submit-btn {
        float: left;
        margin-bottom: 10px;
    }
}

.studentAlert {
    background-color: #087a99;
    margin-bottom: 5px;
    align-content: center;
    border-radius: 10px;
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .studentAlert {
        background-color: #087a99;
        margin-bottom: 5px;
        align-content: center;
        border-radius: 10px;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .studentAlert {
        background-color: #087a99;
        margin-bottom: 5px;
        align-content: center;
        border-radius: 10px;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .studentAlert {
        background-color: #087a99;
        margin-bottom: 5px;
        align-content: center;
        border-radius: 10px;
    }
}

.tableScroll {
    overflow: auto;
    height: 75vh;
}

    .tableScroll thead th {
        position: sticky;
        top: 0;
        z-index: 1;
    }

/*Scrolling op Div */
.divScroll {
    overflow-y: auto;
    height: 75vh;
}

/*Scrolling op Div */
.divScrollVorseer {
    overflow-y: scroll;
    height: 75vh;
}

@media (max-width: 767px) {
    table td[data-title]:before
    {
        content: attr(data-title) "";
        font-weight: bold;
        display: block;
        color: #333;
    }
}

.eposBtn {
    background-color: darkgrey;
    color: white;
}

    .eposBtn:hover {
        background-color: #f0B94B;
        color: #66461b;
    }

.aButton {
    color: #F0B94B;
    text-decoration: none;
    transition: color 0.5s ease;
    cursor: pointer;
}

    .aButton:hover {
        color: #087A99;
        text-decoration: none;
        cursor: pointer;
    }