.relationfield-behavior-container {
    border: 1px solid #eeeeee;
    margin-bottom: 1em;

    border-top: 3px solid #ddd;
    height: 300px;
    overflow-y: auto;

}

.relationfield-behavior-container .form-group.row,
.modal-body .table-responsive .rowitem{
    margin: 0px;
    padding: 10px 0px;
}

.relationfield-behavior-container .rowitem {

}

.relationfield-behavior-container .form-group.row + .form-group.row,
.modal-body .table-responsive .rowitem + .rowitem {
    border-top: 1px dotted #ddd;

}

.application-count-eye {
    padding:4px;
}
.application-count-eye:hover {
    color: lightgreen;
}
.relationfield-behavior-container .form-group.row:hover,
.modal-body .table-responsive .rowitem + .rowitem:hover {
    background-color: #efefef;
}

.modal-body .table-responsive .rowitem .row {
    margin: 0px;
}
.candidate-job-presentation {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: auto !important;
    padding: 60px !important;
    height: 100% !important;
}
.job-sidebar {
    border-left: none !important;
    padding-left: 0 !important;
}

nav.left-menu .logo-container .logo {
    max-width:250px !important;
    width:250px;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #dfe4ed;
    width: 100%;
}
.select2-container {
    width:  100% !important;
}

.w-800 {
    width: 800px;
}
.w-1000 {
    width: 1000px;
}

.w-1200 {
    width: 1200px;
}
.h-500 {
    max-height: 500px;
    overflow-y: auto;
}

.h-800 {
    max-height: 800px;
    overflow-y: auto;
}

@media (max-width: 767px) {

    .single-page-login-beta .single-page-block .single-page-block-inner .single-page-block-sidebar {
        display: inline;
        float:left;
    }

    .single-page-block .single-page-block-inner {
        overflow: visible;
    }

    .single-page-block-sidebar {
        position: relative !important;
        /* background: rgba(23, 41, 75, 0.6) !important; */
        background: transparent !important;
        width: 100% !important;
        height: auto !important;
    }

    .single-page-block-sidebar--content--item {
        padding-left: 0 !important;
        border-left: 0 !important;
    }

    .single-page-block-sidebar--content {
        padding: 20px 0 10px !important;
    }

    .single-page-block-sidebar--shadow {
        display: none;
    }

    .single-page-block-sidebar--place {
        top: 20px;
        position: relative !important;
        border-top: solid 1px white !important;
        left: 0 !important;
    }

    #willdrucken h3, #willdrucken h4 {
        font-size: 100%;
    }
}

#print-button{
    display: none !important;
}

.loading-indicator {
    height: 80px;
    width: 80px;
    background: url( '/images/loaders/1.gif' );
    background-repeat: no-repeat;
    background-position: center center;
}

.loading-indicator-overlay {
    background-color: #FFFFFF;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.no-background-overlay {
    background-color: transparent;
}

.page-loading-message {
    position: absolute;
    z-index: 70000;
    background-color: white;
    border: solid 1px #c3c3c3;
    border-radius: 10px;
    box-shadow: 3px 3px 8px #1fb2fe;
    padding: 10px;
}

/* job presentation print view */
@media print {


}

#columnsettings li {
    cursor: pointer;
}

.categorized-files-table td {
    padding: 1px;
}

#candidate-candidate_tagged_files-content {
    margin-bottom: 5px;
}

#candidate-candidate_tagged_files-content .ui-state-active {
    background-color: #b2b2b2;

}

#candidate-candidate_tagged_files-content .ui-tabs-tab {
    margin-bottom: 2px;
}

#tagged_upload_files_tabs {
    margin-bottom: 5px;
}
.file-drop-zone {
    margin-bottom: 5px;
}
.alert-danger {
    color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #ebcccc !important;
}


.select2-container-multi .select2-choices .select2-search-choice {
    cursor: move;
}

.select2-container {
    display: block;
    width: 100%;
}

.select2-choices {
    border-radius: 0px;
    border-color: #d0d0d0;
}

.select2-container-multi .select2-choices {
    border-color: #d0d0d0;
    padding: 0px;
}

.select2-drop {
    border-radius: 0px;
}

.select2-container-multi.select2-container-active {
    border-color: #646464;
}

.select2-container-multi.select2-container-active .select2-choices {
    border-color: #646464;
}

.select2-drop-active {
    border-color: #646464;
}

.select2-container-multi .select2-choices .select2-search-choice {
    background: #646464;
    color: #fdfdfd;
    width: 100%;
    margin: 0 0 2px 0;
    border: 0px;
    border-radius: 0px;
    padding: 10px 10px 10px 30px;
    box-shadow: 0 0 0px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}

.select2-container-multi .select2-search-choice-close {
    left: 10px;
    top: 10px;
}

.select2-results .select2-highlighted {
    background: #2f73b6;
}

#gridviewColumnsettings li {
    cursor: pointer;
}
.sortable-placeholder {
    width: 79px;
    height: 22px;
}

.select2-container--focus{
    border: 1px solid #dfe4ed;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #dfe4ed;
}

.dashboard-card .fa-undo {
    color: #c3c3c3;
    cursor: pointer;
    padding: 0 5px;
}

.dashboard-card span {
    font-weight: bold;
}
