.aits-loading-overlay-bg
{
    z-index: 999997;
    position: fixed;
    width: 100%;
    height: 100%;
    /*border:0px solid red;*/
    background: #00000030;
    display: none;
}

.aits-loading-overlay
{
    z-index: 999999;
    position: fixed;
    width: 100px;
    height: 100px;
    /*border: 0px solid red;*/
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    display: none;
}

.aits-loading-overlay-text
{
    margin-top: -27px;
    text-align: center;
    color: darkgrey;
}

.aits-loading-overlay-image
{
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}



.aits-card-header-form-in 
{
    padding: 0px 0px 0px 0px !important;
    background-color: #ffffff;
    border-bottom: 1px solid #EBEDF3;
    margin-bottom: 20px;
}   

.aits-card-title-form-in 
{
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    color: cadetblue;
}

    

.aits-field-label
{
    font-size: 0.8rem;
    font-weight: 400;
    color: #3F4254;
    margin-left: 10px;
    display: inline-block;
    left: 0px;
    padding-right: 5px;
    padding-left: 5px;
    background: #fff;
    -webkit-transform: translateY(10px) scale(1);
    transform: translateY(10px) scale(1);
    position: relative;
    z-index: 99;
}

.aits-badge-success 
{
    color: #ffffff;
    background-color: #28a745;
    min-width: 90px;
}

.aits-badge-danger 
{
    color: #ffffff;
    background-color: #F64E60;
    min-width: 90px;
}

.aits-list-action
{
    color: #00000038; 
    padding-right: 8px; 
    padding-top: 3px;
}

.aits-row-fieldset
{
    border: 1px solid #00bcd461;
    margin: 20px 0px 20px 0px;
    border-radius: 5px;
}
.aits-fieldset-title
{
    color: #00bcd4;
    margin-top: -20px;
    margin-left: 10px;
    background: #fff;
    width: auto;
    padding: 10px;
    font-size: 1rem;;
    text-transform: capitalize;
    font-weight: normal;
}



.progressUploadBarHolder
{
	background-color: #f1f1f1! important; 
	width:100%;
	margin-top: -10px;
}

.progressUploadBar
{
	background-color: #4CAF50!important; 
	width: 0%; 
	display: none;
}
.progressErrrorBar
{
	background-color: #e46a76!important; 
	width: 100%; 
	display: none;
	text-align: center;
	color: #fff;
	font-weight: normal;
    font-size: 12px;
}	

	
.progressText
{
	min-width:250px; 
	width: 100%; 
	background-color: none!important;
	padding:2px 5px 2px 5px;
	float: left;
	position: relative;
	text-align: center;
    font-weight: normal;
    font-size: 12px;
}
  
.imageUploadIcon
{
    width: 59px; 
    height: 59px; 
    border: 1px solid #E1E1E1;
}


.box-border-title
{
    margin-top: -39px;
    position: absolute;
    background: #ffffff;
    padding: 5px 12px 5px 14px;
    font-weight: bold;     
}

.input-group-prepend
{
    width: 60px;
    height: 60px;
    border: 1px solid #D5D5D5;
}

/* ================================== Template CSS Modified ================================== */
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: rgba(0,0,0,.1);
    outline: none;
    box-shadow: none !important;
}    

.select2-container--default .select2-selection--single {
    border-color: #e9ecef;
    height: 58px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: 10px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 12px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 18px;
}

.file-upload
{
    padding: 0px 0px 0px 10px;
    font-size: 14px;
    line-height: 57px;
}

/* ================================== Template CSS Modified ================================== */
