/*
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 : 19 Dec, 2016, 12:21:13 PM
    Author     : adminrb
*/


.form-control.error {
    border: 1px solid #CC5965 !important;
}

.loader{
    color: #D2322D;
    left: 8% !important;
    margin: auto !important;
    padding: 1% 35%;
    position: fixed !important;
    text-align: center;
    top: 35% !important;
    visibility: visible;
    z-index: 100000 !important;

}

h2.logo{
    font-size: 23px;
}

.marg-top-20{
    margin-top: 20px;
}
.span-previous{
    height: 30px;
}
.padd-top-5{
    padding-top: 5px;
}
.center{
    text-align: center;
}

.color-red{
    color: red;
}

.mandatory-txt{
    float: right;color: red;font-size: 11px;font-style: italic;
}

.ajax-sm-loader{
    width:7%;margin-right: 12px;float: right;display: none; margin-top: -15px;
}

.ajax-xx-loader{
    width:11%;margin-right: 12px;float: right;display: none; margin-top: -15px;
}

div.dataTables_wrapper div.dataTables_processing{
    border: none !important;
    background-color: inherit !important;
    color: #d2322d;
    left: 41% !important;
    margin: auto !important;
    position: fixed !important;
    text-align: center;
    top: 30% !important;
    visibility: visible;
    z-index: 100000 !important;    
}
#overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1000000;
}
.note-editor {
    border: 1px solid #e5e6e7;
}

.text-align-left{
    text-align: left !important;
}

#app-list-page-selection{
    margin: 0 auto;
    text-align: right !important;
}

.no-records-div{
    background: #f5f5f6;padding: 8px;border: 1px solid #e7eaec;   
}
.div-box{
    border: 1px solid lightgray;
    border-radius: 6px;
    font-weight: 600;
    padding: 16px;
}
.button-disable{
    pointer-events: none;
    text-decoration: none;
}

/* Changes 2/11/22 */
.display-none{
    display: none;
}