/* Add here all your CSS customizations */

.margemBtn {
margin-left: 5px;
}
 .mgrHrAtlas{
 margin-top: 20px;
 }
 
 .mgrBttAtlas{
 margin-bottom: 15px;
 }
 
.mgrTopAtlas{
 margin-top: 15px;
 }
 
 .panel-headingAtlas {
	background: #f6f6f6;
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #DADADA;
	padding: 10px;
	position: relative;
}


.lgdAtlas{
font-size: 15px;
border: none;
width: auto;
margin-bottom: 0px;
padding: 0 5px;
color: #777;
}

.fldAtlas{
padding: 0px 15px 15px 15px;
border: 1px solid #e5e5e5;
border-radius: 5px;
margin-bottom: 10px;
}

.divAtlas{
padding: 15px;
border: 1px solid #e5e5e5;
border-radius: 5px;
margin-bottom: 10px;
}


.footerAtlas{
text-align: right;
}

.shiftFooterAtlas{
position: relative;
text-align: right;
top: 5px;
}

.tabContentAtlas{
padding-bottom: 0px;
}

.btnAtlas{
width: 90px;
}


.btnIconAtlas{
font-size: 25px;
}

.btnAtlasFull{
width: 100%;
}



.ctnTxtAtlas{
text-align: center;
}

.panel-titleAtlas {
	color: #33353f;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;  
/*     margin-top: 10px; */
	text-transform: none;
	top: 5px;
	position: relative;
}

.panel-headingAtlas {
	background: #f6f6f6;
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #DADADA;
	padding: 10px 0px 10px 18px;
	position: relative;
}

hr.dottedAtlas {
	height: 0;
	border-bottom: 1px dotted #ddd;
	margin: 15px 0 15px 0;
}

.rightShiftAtlas{
text-align: right;
}

.dpyIlnAtlas{
display: inline;
}

.ftSizeAtlas {
font-size: 35px;
margin-bottom: 6px;
}

.panel-bodyAtlas {
	background: #fdfdfd;
	/* -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); */
	border-radius: 5px;
	padding: 18px;
}

table.table thead .sorting_asc_Atlas{ background: none; }
table.table thead .sorting_desc_Atlas { background: none; padding-left: 21px;}

.noMgrLeftAtlas {
margin-left: 0px;
}

.noLeftPadAtlas {
padding-left: 0px;
}

.tdBackAtlas{
background: #e36159;
}

hr.solidAtlas {
	margin: 11px 0 11px 0;
	height: 0;
	border-bottom: 1px solid #ddd;
}

.input-validation-error {
    border: 1px solid #ff0000;
}

.modal-pre-load {
    background-color: #000;
    bottom: 0;
    display: block;
    float: left;
    left: 0;
    margin: 0;
    opacity: 0.70;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

    .modal-pre-load img {
        /*background-color: #fff;*/
        border: 1px solid #000;
        border-radius: 5px;
        left: 48%;
        margin: -32px;
        padding: 5px;
        position: fixed;
        top: 40%;
        width: 120px;
        z-index: 999999;
    }