#overlay {
    position: absolute; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#overlay-text{
    position: absolute;
    text-align:center;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
#overlay-button{
    position: absolute;
    text-align:center;
    top: 60%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.select2-container--krajee .select2-selection {
    border-radius: 0px !important;
    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 !important;
}
.select2-results__option {
    padding: 2px 12px !important;
}
.select2-dropdown {
    border-radius: 0px !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;
}
/*GRIDVIEW CLEAN*/
.panel-gray-clean{
    border-color: #e6e6e6;
    border-radius: 0;
    box-shadow: none;
}
/*Required star*/
form div.required label.control-label:after {
    content:" * ";
}

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

.dossier-opdracht{
    border: 1px solid #e4e4e4;
    padding: 0px 5px 0px 5px;
    border-radius: 4px;
    background-color: #f9f9f9;
    background: #f9f9f9!important;
    margin-top: 15px;
}
/*Extra space for buttongroups*/
.extra-space .btn{
    margin-top: 5px;
}

/*PRIORITY COLORS*/
.lowpriority, .label-yellow {
    background: #FFE009!important;
}
.mediumpriority {
    background: #F28F21;
}
.highpriority {
    background: #E73E20;
}

/*Deelopdracht 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;
}
/*IFM*/
.navbar-inverse {
    background-color: #f5f5f5 !important;
    border-color: #cecece !important;
}

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

.nav-pills>li>a {
    height: 75px;
}

.nav-pills .pills-done {
    background: #eee;
}

.login-page, .register-page {
    background: #bdbdbd;
}

#marker {
    width: 15px;
    height: 15px;
    border: 1px solid #088;
    border-radius: 10px;
    opacity: 0.5;
    cursor: pointer;
}

.progress{
    background-color: #e6e6e6;
}
/*colorpicker fix*/
.spectrum-group .input-group-addon {
    padding: 0!important;
    background-color: #eee!important
}
.sp-hidden{
    position: initial!important;
    display: none!important;
}
.kv-thead-float{
    margin-top: 50px!important;
}

.skin-blue .main-header .navbar, .skin-blue .main-header .logo {
    background-color: #0081c0!important;
}

