﻿@charset "utf-8";
/* CSS Document */

@media (min-width: 768px) {
    .equal {
        display: flex;
        flex-flow: row wrap;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 80vw;
        min-width: 900px;
    }
}

.task-unallocated, .task-hour-forwarded, .task-hour-not-forwarded {
    cursor: pointer;
}

    .task-unallocated:after {
        content: "\f12a";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        position: absolute;
        color: red;
        bottom: -5px;
        left: 1px;
        z-index: 1;
        font-size: 20px;
    }

.task-closed:after {
    content: "\f05d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    color: green;
    bottom: -5px;
    left: 0px;
    z-index: 1;
    font-size: 20px;
}

.task-canceled:after {
    content: "\f05c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    color: red;
    bottom: -5px;
    left: 0px;
    z-index: 1;
    font-size: 20px;
}

.task-locked:after {
    content: "\f023";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    color: #000;
    bottom: -5px;
    left: 0px;
    z-index: 1;
    font-size: 20px;
}

.task-hour-forwarded:before {
    content: "\f05d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    color: green;
    bottom: -5px;
    right: 0;
    z-index: 1;
    font-size: 20px;
}

.task-hour-not-forwarded:before {
    content: "\f05c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    color: red;
    bottom: -5px;
    right: 0;
    z-index: 1;
    font-size: 20px;
}

.fc-event:hover {
    z-index: 10 !important;
}

.fc-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
    z-index: 1;
}

.no-margin {
    margin: 0 !important;
}

.dropdown-menu.bootstrap-datetimepicker-widget {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.sidebar .badge {
    vertical-align: top !important;
    background-color: #B33C12 !important;
}

.card .header-custom {
    padding: 20px 20px 10px !important;
}

.dataTables_length select {
    height: 40px !important;
}

.main-panel > .content {
    min-height: calc(100vh - 148px);
}

.alert {
    z-index: 1052 !important;
}

.no-margin-top {
    margin-top: 0px;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 1px;
    cursor: auto;
}

.select2-container--bootstrap .select2-selection--single {
    height: 40px;
    line-height: 1.828571;
}

.form-group:not(.form-group-sm) .select2-container--bootstrap .select2-selection--multiple {
    min-height: 40px;
}

    .form-group:not(.form-group-sm) .select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
        line-height: 1.8;
    }

.form-task .dynamic-content,
.ticket-wrapper .dynamic-content {
    display: none;
}

.form-task.form-workorder .dynamic-content.show-workorder,
.form-task.form-project .dynamic-content.show-project,
.form-task.form-ticket .dynamic-content.show-ticket,
.ticket-wrapper.ticket-support .dynamic-content.show-support,
.ticket-wrapper.ticket-hub .dynamic-content.show-hub,
.ticket-wrapper.ticket-tcd .dynamic-content.show-tcd,
.ticket-wrapper.ticket-opl .dynamic-content.show-opl {
    display: block;
}

.d-inline-block {
    display: inline-block;
}

.d-flex {
    display: flex;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.form-sm .form-group {
    margin-bottom: 5px;
}

.text-dark {
    color: #252422;
}

.location-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
}