.text-error {
    font-weight: bolder;
    color:red;
}

.text-succ {
    color: green;
}

.column-pakbon {
    width: 80px !important;
    padding-bottom: 0px !important;
}

.column-bol {
    width: 30px;
    text-align: center;
}

.pakbon_button {
    margin-top: 1px;
    padding: 5px;
    background-color: #0c7abf;
    color: white;
    border-radius: 2px;
    transition: all .2s ease-out;
    display: inline-block;
    margin-left: 5px;
}

.pakbon_button:hover {
    background-color: #0b67a4;
    color: white;
}

.verzend_label_button {
    background-color: #495057;
}

.verzend_label_button:hover {
    background-color: #333940;
    /*color: white;*/
}


.verzend_optie_button {
    display:inline-block;
    width: fit-content;
    padding: 4.5px 7px;
    /*margin-left: 5px;*/
    background-color: #167623;
}

.verzend_optie_button:hover {
    background-color: #155d20;
    /*color: white;*/
}



.status-bol {
    background-color: #0C7ABF !important;
    color: #ffffff !important;
}

.status-bol-completed {
/*.status-bol-completed {*/
    background-color: #C0D0EF !important;
    color: black !important;
}

.status-bol-inactive {
    /*.status-bol-completed {*/
        background-color: #0C7ABF !important;
    color: #ffffff !important;
}



.status-bol-cancelled {
    background-color: #E3342F !important;
    color: #ffffff !important;
}


.bol-desc {
    display: block;
    color: #999;
}


/*SINGLE ORDER PAGE*/

.thickbox-loading {
    width: auto !important;
    height: auto !important;
    margin-left: -250px !important;
    transition: height .2s !important;
}

#TB_ajaxContent {
    height: fit-content !important;
    transition: height .2s !important;
}


.bol_verzend_field {
    border: none;
}

.bol_verzend_box {
    padding: 12px;
    width: fit-content;
    border: 1px solid grey;
    display: table-cell !important;
    margin-right:10px;
}

.bol_verzend_box_selected {
    border: 1px solid #0073aa;
    box-shadow: 0 0 1px #0073aa;
}


.bol_verzend_box_header {
    font-weight: 600;
    font-size: 14px;
}




/*SINGLE ORDER PAGE STOPT*/