.select2-container--krajee .select2-selection {
    border-radius: 0px;
    box-shadow: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: -1px !important;
}
.select2-container--krajee .select2-search--dropdown .select2-search__field{
    border-radius: 0px;
}
.select2-results__option {
    padding: 2px 12px !important;
}
/*Laatste 2 elementen uit de select2 stylen (search more/create and edit)*/
.advancedselect2action {
    color: #00a65a !important;
    font-style: italic;
    padding-left: 25px !important;
}
.advancedselect2action:hover {
    color: white !important;
}
#modalHeaderTitle{
    font-size: 20px;
}
.modalStyle{
    background-color: blue !important;
}

.advancedselect2btnedit{
    font-size:18px;
    padding-left: 5px;
    cursor:pointer;
    vertical-align: middle;
    margin-top:-10px;
    color: #00a65a;
}

.advancedselect2btnedit:hover{
    color: #222d32;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
}

/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
/* bootstrap hack end */

/*GRIDVIEW NOHEADER*/
.panel-gray{
    border-color: #dcdcdc;
}
/*Required star*/
form div.required label.control-label:after {
    content:" * ";
}

.content-header {
    padding: 15px 15px 0 0px!important;
}

.dropzone {
    border: 2px dashed rgba(0, 0, 0, 0.3) !important;
}

.dz-drag-hover{
    border: 2px solid rgba(30, 123, 199, 0.80) !important;
}

.kv-group-even-gray{
        background-color: #f9f9f9!important;
}

/*invoice notitie*/
.chat{
    padding: 0px !important;
}
.chat .item {
    border-radius: 2px;
    padding: 10px;
    background: #f4f4f4;
    margin-bottom: 2px;
    border-left: 2px solid #e6e7e8;
    color: #444;
}
.chat .item:hover .tools {
    display: inline-block;
}
.chat .item .tools {
    display: none;
    color: #dd4b39;
}
.chat .item>.message {
    margin-left: 0px !important;
    padding-top: 35px;
}

.suspended{
    background-color: black!important;
}

.skin-blue .sidebar-menu>li.header {
    color: #ffffff!important;
}

.divider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.divider-text {
    display: inline-block;
    position: relative;
    padding:7px;
    margin-bottom: 20px;
    margin-top:20px;
    background-color: #D2D6DE;
    border-radius: 3px;
    color: #fff;
}
.divider-login {
    border-top:1px solid;
    position: absolute;
    border-color:#ebe6e7;
    width: 100%;
    height: 1px;
}
