﻿@charset "UTF-8";

/*----- Global Loader -----*/

#global-loader {
    position: fixed;
    z-index: 50000;
    background: rgba(255, 255, 255);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#global-loaderpopup {
    display: none;
    position: fixed;
    z-index: 9999999;
    left: 0;
    top: 50%;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center
}

.loader-img {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 35%;
    margin: 0 auto;
}

#global-transparent-loader {
    display: none;
    background-color: transparent;
    position: fixed;
    z-index: 50000;
    /*background: rgba(255, 255, 255);*/
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.badge.badge-outline-warning {
    border-radius: 11.25rem;
}

.dataTables_info {
    padding-left: 5px;
}

.dataTables_length{
    padding-left: 5px;
}

.dataTables_filter {
    padding-right: 5px;
}

.gantt .weekends-highlight {
    opacity: .5;
    fill: #fbddd8 !important;
}