/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 25, 2020, 11:52:57 AM
    Author     : thusitha
*/
#preloader {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
}
#preloader .icon-xl{
    font-size: 42px;
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
    color: #008000
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.bg-theme-colored{
    background-color: #01161e;
    color: #fff;
    font-size: 24px;
}
.bg-white{
    background-color: white;
}
.bg-highlight{
    background-color: #ffffdd;
    border: 1px solid brown;
}
.bg-highlight table{
    background-color: #ffffee;
}
.mfp-close{
    color: white !important;
}
.text-gray{
    color: #666 !important;
}
.box{
    border-top: none !important;
}
.box-title{
    color: #01161e;
}
.fc-button-group, .fc-button-group button{
    display: block !important;
}
.bootstrap-timepicker-widget{
    z-index: 10000 !important;
    display: block !important;
}
.navbar-static-top{
    background-color: #eff6e0 !important;
}