.login_content .alert {
    text-shadow: none;
}

.attendance-note {
    resize: vertical;
}

.x_title form span {
    color: black;
}

form .x_title span {
    color: white;
}

.attendanceOnTime {
    background-color: #68ea2a
}

.attendanceLate {
    background-color: #ff5e5e
}

.glyphicon-ok,
.fa-spinner,
.fa-plane {
    color: white;
}

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

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    min-height: 38px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-top: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 2px;
    border: none;
    border-radius: 0;
    padding: 3px 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 2px;
    border: none;
    border-radius: 0;
    padding: 3px 5px;
}

.btn-export {
    margin-bottom: 0 !important;
}

#workedHours {
    color: #73879C !important;
}

.login_content form div a {
    margin: 0 !important;
}

.nprogress-busy .nprogress-mask {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 700;
    background-color: rgba(0, 0, 0, .1);
}

.parsley-validation-container {
    margin-bottom: 0;
}

.btn-remove {
    color: white;
    background-color: #d43f3a
}

.fa.me-organisator {
    color: #68aa2a !important;
}

.fa.not-me-organisator {
    color: #3a87ad !important;
}

.fc-event.me-organisator {
    background-color: #68aa2a !important;
    border-color: #68aa2a !important;
}

@media print {
    .no-print {
        display: none;
    }
}

.validate-error {
    color: #E74C3C;
}

.emphasize {
    color: #E74C3C;
    /* ... */
}

.error-list {
    list-style: none;
    color: #E74C3C;
    padding-left: 0;
}

.template-check {
    width: 350px;
    height: 100px;
    position: absolute;
    background-color: #f3f3f3;
    opacity: 0.8;
}

.template-check .fa-check {
    font-size: 40px;
    margin-top: 30px;
    margin-left: 165px;
}

.ad-thumbnail {
    width: 450px;
    height: 350px;
    background: #ccc;
}

.logo-thumbnail {
    width: 200px;
    height: 100px;
    background: #ccc;
}

.arrows {
    display: flex;
!important;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    min-height: 100%;
}

/*.partner-web-input,*/
/*.partner-logo-input,*/
/*.partner-ad-input {*/
/*    width: 100%;*/
/*}*/

/*input[type="file"].partner-logo-input,*/
/*input[type="file"].partner-ad-input {*/
/*    display: none;*/
/*}*/

/*label.partner-logo-input-label,*/
/*label.partner-ad-input-label {*/
/*    cursor: pointer;*/
/*}*/


.d-flex {
    display: flex;
!important;
}

.overlay {
    position: fixed; /* Sit on top of the page content */
    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.1); /* 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 */
}

div > i {
    cursor: pointer;
}