/* LOGIN */
.form-signin .btn-login {
    background: none repeat scroll 0 0 #F4941C;
}

.form-signin h2.form-signin-heading {
    background-color: #ffffff;
}

ul.sidebar-menu li a.active i {
    color: #F4941C;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom: solid 1px #DDDDDD;
}

ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i {
    color: #F4941C;
}

#sidebar {
    background: #565045;
}

.site-footer {
    background: #716857;
    color: #fff;
    padding: 10px 0;
    height: 3em;
}

.recent-highlight {
    background: #F4941C !important;
}

.form-control {
    height: 28px;
    font-size: 12px;
    color: #837E7C;
    padding-top: 5px;
}

.nieuweopdracht {
    border-radius: 4px;
    background: #F4941C !important;
    color: black;
}

.nieuweopdracht a span {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.nieuweopdracht a i {
    font-size: 20px !important;
    color: #ffffff;
}

.nopadding {
    padding-left: 0px !important;
    padding-right: 7px !important;
}

.select select {
    padding-top: 3px;
    padding-bottom: 3px;
}

select {
    padding-top: 3px !important;
    padding-bottom: 2px !important;
}

.resetbtn button {
    padding-top: 4px;
    padding-bottom: 3px;
    /* background: #F4941C !important;
     color: white;*/
}

.alert_edit {
    position: relative;
    top: 6px;
    right: -9px;
}

span.username {
    padding-left: 5px;
}

.input-group {
    margin-bottom: 0px;
}

.btn-info {
    background-color: #667FA0 !important;
    border-color: #667FA0 !important;
}

.form-group .error {
    display: inline;
    background-color: #FFD4D4;
    font-weight: 400;
}

.wrapper, .panel-heading {
    padding-top: 0px !important;
}

.panel-heading {
    padding-left: 0px !important;
}

.input-small {
    min-width: 50px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

#afwerkingkeuze_div {
    margin-top: 30px;
}

.marginbottom20 {
    margin-bottom: 20px !important;
}

#afwerkingkeuze thead tr th {
    text-align: right;
}

#afwerkingkeuze tbody tr th {
    vertical-align: middle;
}

#afwerkingkeuze tbody tr td input {
    vertical-align: middle;
    text-align: right;
}

.marginbottom20 {
    margin-bottom: 20px;
}

.textalign {
    text-align: right;
}

.marginleft10 {
    margin-left: 10px;
}

/*SCROLLABLE TABLE */

ul.nav.nav-tabs li:first-child {
    padding-left: 15px !important;
}

.tab-bg-dark-navy-blue {
    background: none repeat scroll 0 0 #F4941C !important;
}

.margintop20 {
    margin-top: 20px !important;
}

.tab-border .nav-tabs {
    margin-top: -20px !important;
}

.tab-border {
    border-radius: 0px !important;
}

.modal-header, .stepy-titles li.current-step div {
    background: #F4941C !important;
}

.modal-body iframe {
    width: 100% !important;
    height: 100% !important;
    background-color: white !important;
    border: none;
    margin-bottom: 0px;
}

#adresModal .modal-dialog .modal-content .modal-body {
    height: 560px !important;
}

#lidModal .modal-dialog .modal-content .modal-body {

    height: 400px !important;
}

section#container-modal .panel {
    margin-bottom: 0px !important;
}

.printburo_dropzone {
    height: 200px;
    background: #F0F0F0 !important;
    border-radius: 5px;
    margin-left: 20px;
}

.btn_inputfield {
    padding-top: 4px;
    padding-bottom: 4px;
}

#create_afwerkingkeuze_form .btn_inputfield {
    margin-left: 15px;
}

.bootbox .btn-primary {
    background: #F4941C !important;
    border-color: #F4941C !important;
}

table tr td:last-child, table tr th:last-child {
    text-align: right;
}

.font15 {
    font-size: 15px;
}

section.panel-border-orange {
    border: 1px solid #F4941C !important;
}

.alert-modal {
    display: block;
    max-width: 100%;
    margin: 0px 15px 0px 15px;
    padding: 5px;
    padding-left: 10px;
}

table thead tr th {
    background-color: #F9F9F9 !important;
}

/* allow room for 3 columns */
#groepenlijst {
    float: left;
    -moz-column-count: 1; /* Firefox */
    -webkit-column-count: 1; /* Safari and Chrome */
    column-count: 1;
}

#groepenlijst li {
    padding-left: 40px;
    padding-bottom: 10px;
}

#wizardpane input[type="radio"] {
    display: none;
}

#wizardpane input[type="radio"] + label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(../img/check_radio_sheet.png) -39px top no-repeat;
    cursor: pointer;
}

#wizardpane input[type="radio"]:checked + label span {
    background: url(../img/check_radio_sheet.png) -58px top no-repeat;
}

#wizardpane input[type="checkbox"] {
    display: none;
}

#wizardpane input[type="checkbox"] + label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(../img/check_radio_sheet.png) left top no-repeat;
    cursor: pointer;
}

#wizardpane input[type="checkbox"]:checked + label span {
    background: url(../img/check_radio_sheet.png) -19px top no-repeat;
}

.step .panel {
    margin-left: 40px;
}

.step .panel-body {
    margin-left: 40px;
}

.dropzone {
    height: 100px;
}

.dropzone .default.message {
    background: none !important;
    font-size: 25px;
    width: 600px !important;
}

.width100prct {
    width: 100% !important;
}

.width25prct {
    width: 25% !important;
}

.width75prct {
    width: 75% !important;
}

.float-left {
    float: left;
}

.maxwidth75 {
    max-width: 75% !important;
    overflow-x: scroll !important;

}

.table-height tr td, .table-height tr th {
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

.table-height.left-table {
    width: 100% !important;
}

.table-height tr th {
    text-align: left !important;
}

.right-table {
    min-width: 100% !important;
}

.right-table tr th {
    min-width: 200px !important;
    text-align: right !important;
}

.right-table tr th a i.fa.fa-edit {
    padding-right: 0px !important;
}

.right-table tr td input {
    text-align: right;
}

.keuze_radiobtn {
    padding-top: 25px !important;
}

.pdfframe {
    display: none;
    height: 0px;
    width: 100%;
}

.exportknop {
    margin-top: -5px;
    margin-right: -10px;
}

.exportknop button {
    font-size: 12px;
}

.exportknop a {
    font-size: 12px;
}

.day.active {
    background-color: #F4941C !important;
}

.month.active {
    background-color: #F4941C !important;
}

.day.disabled {
    color: #d3d3d3;
}

.dropdown-menu.extended.logout > li {
    width: 50%;
}

.dropdown-menu.extended.logout > li:last-child {
    width: 50%;
}

.log-arrow-up {
    background: url("../img/arrow-up-green.png") no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: -10px;
}

.groepinput {
    width: 60px;
    font-size: 11px;
    height: 25px;
    display: inline;
}

.prijsinfo {
    font-size: 16px;
    cursor: pointer;
}

.popover {
    max-width: 776px;
}

.prijsinfotabel {
    width: 600px;
    border: solid 1px black;
}

#printable {
    display: none;
}

.groeptabel {
    width: 100%;
}

.leerlingentabel {
    width: 100%;
    padding: 10px;
}

.leerlingentabel td {
    padding-left: 40px;
}

.groeptabel td:nth-child(2) {
    width: 70px;
}

@media print {
    #non-printable {
        display: none;
    }

    #printable {
        display: block;
    }
}

.afwerkingtabel td:nth-child(1) {
    width: 220px;
}

.afwerkingtabel {
    width: 300px;
    border: solid 1px dimgray;
}

.afwerkingtabel td {
    border-bottom: solid 1px dimgray;
}

.miniactie {
    font-size: 11px;
}

.status2 {
    background-color: #F8D347;
    color: white;
}

.status6 {
    background-color: #FF6C60;
    color: white;
}

.status5 {
    background-color: #DFF0DA;
    color: darkgray;
}

.status1 {
    background-color: #A9D9C6;
    color: white;
}

.status3 {
    background-color: #39B7AC;
    color: white;
}

.status4 {
    background-color: #BFC2CD;
    color: white;
}

#bestelknop {
    background-color: #F4941C;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e2e2e4 !important;
    border-radius: 4px;
    font-weight: normal;
    color: #837E7C;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #837E7C !important;
}

.cmyk {
    color: red;
    font-size: 20px;
    margin-left: 5px;
    line-height: 20px;
    vertical-align: bottom;

}

.colorpaper {
    color: #449d44;
    font-size: 19px;
    margin-left: 5px;
    line-height: 18px;
    vertical-align: bottom;
    padding-bottom: 1px;

}

.fatpaper {
    color: #003399;
    font-size: 18px;
    margin-left: 5px;
    line-height: 18px;
    vertical-align: bottom;
    padding-bottom: 1px;
}

.lamineren {
    color: #e26b7f;
    font-size: 20px;
    margin-left: 5px;
    line-height: 20px;
    vertical-align: bottom;
}

.spacericons {
    width: 50px;
}

.bigones {
    margin-top: 5px;
    font-size: 30px;
}

.wellpadding {
    /*margin-bottom: 0px;*/
}

.editpanel {
    margin-bottom: 5px;
    margin-right: 8px;
}

img.small {
    width: 20px;
}

.boodschap{
    margin-top:100px;
    float:right;
    max-width:800px;
    width:800px;
    background: white;
    border-radius: 5px;
    min-height: 380px;
    padding:10px;
    width: 100%;
}

.boodschap img{
    width: 100%;
    max-width: 780px;
    border-radius: 5px;
}
