.login-background {

    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: .1;

}

.login-background-img {
    background-image: url('/assets/img/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
}

.flag-dropdown .dropdown-menu {
    width: 240px;
}

.main-content-title {
    letter-spacing: 3px;
    font-size: 32px;
    font-weight: 800;
}

.signpages {
    max-width: 650px;
}

.company_name {
    font-size: 10px !important;
    text-transform: uppercase;
    font-weight: bolder;
    color: #000000;
    letter-spacing: 1px;
}

.company_name:hover {
    color: #0a0a0a;
}

.company_name:active {
    color: #7a7a7a;
}

.company_name:visited {
    color: #000000;
}


label[for=start_date], label[for=end_date],
label[for=zone], label[for=profile],
label[for=controller], label[for=duration] {
    font-size: 12px;
}

.dt-button-collection .dropdown-menu {
    padding: 0;
}

.dt-button-collection .dropdown-item.active, .dt-button-collection .dropdown-item:active {
    border-left: #1c9783 solid thick;
    background-color: #1c978347;
    color: #000000;
}

div.dt-button-collection .dt-button {
    border-left: #d3d3d3 solid thick;
    background-color: #f3f3f3;
}

a.dropdown-item {
    font-weight: lighter;
}

.filter-dialog button {
    background-color: #167364 !important;
}

.filter-dialog .card {

    background:
            linear-gradient(90deg, #25233c 20px, transparent 1%) center,
            linear-gradient(#25233c 20px, transparent 1%) center,
            #a799cc;
    background-size: 21px 21px;

}


#ui-datepicker-div {
    z-index: 10000 !important;
}

.ckbox {
    margin-bottom: 0.5em;
}

.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.gu-hide {
    display: none !important;
}

.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.gu-transit {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
}

.tox {
    z-index: 11000 !important;
}

.badge.bg-warning {
    color: white !important;
}

.badge {
    text-transform: uppercase !important;
}

.form-control {
    padding-right: 1rem !important;
    border-left: #105c50 solid thick;
    color: black;
}

.select2-selection__rendered{
    color: black !important;
}

.select2-container {
    border-left: solid thick #105c50;
    border-radius: 5px;
    color: black;
}

.c-draggable {
    padding: 0 !important;
    overflow: hidden;
    width: 97%;
    margin: 15px 15px 5px 15px !important;
    border: solid thin #00000020;
    border-radius: 5px;
}

.s-draggable {
    list-style-type: none;
    padding: 0 !important;
    width: 200%;
    margin: 0 !important;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 220px;
}

.f-draggable {
    font-size: inherit;
    font-weight: bold;
    color: #00000020;
    float: left;
    overflow: hidden;
    width: 100%;
    line-height: 20px;
    height: 20px;
}

.s-draggable li, .page-list {
    margin: 10px 0 10px 10px !important;
    padding: 3px 0 0 0 !important;
    float: left;
    width: 200px;
    height: 200px;
    text-align: center;
    color: white;
    border: solid thin rgba(0, 0, 0, 0.15);
    background-position: center center;
    background-size: 300%;
    background-repeat: no-repeat;
}

.s-draggable li span.i-title, .page-list span.i-title {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 3px 5px 3px 3px;
    margin-top: 3px;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 1);
    float: left;
}

.i-remove {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    padding: 3px;
    margin: 3px 0 0 3px;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    background-color: rgba(255, 0, 0, 1);
    float: right;
}

.select2 {
    width:100% !important;
}

.dtr-details {
    width: 100% !important;
}

.header-brand-img {
    height: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 3px 10px 5px 20px !important;
    border-radius: 5px;
    background-color: #25233c;
    color: white;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white !important;
}

.modal-content {
    border-radius: 5px !important;
}

.ckbox {
    font-size: 12px;
}

.select2, .fselect2 {
    font-size: 0.875rem;
}

.toast-position {
    z-index: 11000;
}

.toast {
    width: 400px;
    border-radius: 5px;
}

.log-space {
    height: 50vh;
    font-family: Monospace, serif;
}

.log_line {
    width: 30px;
    overflow: scroll;
}

.card-options{
    margin-right: 0;
}

.toast-header .btn-close{
    margin: 0;
}

#osm {
    opacity: 0.8;
    border-radius: 5px;
}

.page-image {
    border-radius: 5px;
    border: thin solid grey;
}

.ui-timepicker-container {
    z-index: 11100 !important;
}

.img-dashboard {
    max-height: 150px;
    left: 0 !important;
    bottom: 0 !important;
}

.dashboard-weight-800 {
    font-weight: 800 !important;
}

.dashboard-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.info-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dashboard-ellipsis a:hover {
    overflow: visible !important;
}

.dashbord-progress {
    background-color: #2d2d38 !important;
}

.dashbord-progress-legend-grey {
    color: #2d2d38;
}

.dashbord-progress-bar {
    border-radius: 0;
}

.forth.circle .chart-circle-value.circle-style {
    border: 2px dotted #d1d1d1;
}

.table thead th.dashboard-nb {
    border-bottom: 0 !important;
}

.dashboard-legend {
    height: 15px !important;
    width: 15px !important;
    margin-top: 1px !important;
}

.map_marker {
    display: inline-block;
    background: rgb(37 35 60);
    border-radius: 15px;
    height: 20px;
    position: relative;
    width: 20px;
}
.map_marker::before {
    -webkit-animation: blink 1s infinite ease-out;
    animation: blink 1s infinite ease-out;
    border-radius: 60px;
    box-shadow: inset 0 0 0 1px rgb(37 35 60);
    content: "";
    height: 15px;
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
}

@-webkit-keyframes blink {
    100% {
        height: 35px;
        opacity: 0;
        width: 35px;
    }
}

@keyframes blink {
    100% {
        height: 35px;
        opacity: 0;
        width: 35px;
    }
}

.leaflet-zoom-animated {
    width: 160px;
}

.map_marker_l{
    padding: 5px;
    background-color: #177c6c;
    border-radius: 5px;
    margin: 5px 0 0 5px;
    font-size: 10px;
    font-weight: lighter;
    text-transform: uppercase;
    opacity: 0.5;
    color: white;
}

.map_label {
    display: inline-block;
    margin-left: 15px;
    font-size: 10px;
    background-color: rgb(37 35 60);
    color: white;
    padding: 3px 6px;
    border-radius: 3px;
    letter-spacing: 1.5px;
}

.map_count {}

.btn-chart-interval{
    cursor: pointer;
}

.profile-pic-img {
    cursor: pointer;
}

.upload-label {
    display: none;
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: smaller;
    text-transform: uppercase;
    padding: 5px;
    border: thin grey solid;
    border-radius: 5px;
    background-color: grey;
    font-weight: bold;
    color: white;
    opacity: 35%;
}

.select2-selection--multiple {
    border-radius: 5px !important;
}

.info-remaining-quota {
    border: thin solid #000000;
    padding: 1px 8px;
    color: #000000;
    border-radius: 8px;
    font-size: 12px;
}