
.datepicker{
    font-size: 12px;
}
/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: inline-flex;
}

.modal {
    display:    none;
    position:   relative;
    top:        0;
    left:       0;
    height:     30px;
    width:      30px;
    background: rgba( 255, 255, 255, .2 )
                url('../img/ajax-loader.gif')
                100% 100%
                no-repeat;
    border-radius: 50%;
    align-items: center; 
    justify-content: center; 
    text-align: center;
    opacity:.6;    
    padding:0 !important;
    margin:0 !important;     
}

body.loading .modal {
    overflow: hidden;
}

.spn_glb{
    position: absolute !important;
    display: block;
    width:20px !important;
    height: 20px !important;
    padding:0 !important;
    margin:0 !important;
    background:transparent url('../img/globe_2.ico') center no-repeat;
	background-size: 100% 100%;
}

.chk_box{
    width:25px;
    height:25px;
    font-size:13px;
    display: flex;
    align-items: center; 
    justify-content: center; 
    text-align: center;
}
.notifyjs-bootstrap-error, .notifyjs-bootstrap-info, 
.notifyjs-bootstrap-success, .notifyjs-bootstrap-warn{
    background-image:none !important;
}
.notifyjs-bootstrap-error span, .notifyjs-bootstrap-info span, 
.notifyjs-bootstrap-success span, .notifyjs-bootstrap-warn span{
    font-size: 10px !important;
}