.dp_none{
	display: none !important;
}

.err_focus_tr td:first-child
{
	border-left: 1px solid red !important;
	
}
.err_focus_tr td:last-child
{
	border-right: 1px solid red !important;
	
}
.err_focus_tr td
{
	border-top: 1px solid red !important;
	border-bottom: 1px solid red !important;
	
}

table.dataTable thead th, table.dataTable thead td {
    padding: 8px 8px;
    border-bottom: 1px solid #111;
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: nomarl;
}
.dataTables_length select{
	
    height: 25px;
    margin-bottom: 8px;
}

.txt_left
{
	text-align: left
}

.dataTables_filter input{
	border : none;
	border-bottom: 1px solid #000000;
}
@media ( max-width: 768px ) {
	.dataTables_length{
		text-align: left !important;
	}
	.dataTables_info{
		text-align: left !important;
	}
	.dataTables_filter
	{
		text-align: right !important;
	}
	
}
@media ( min-width: 1024px ) {
	.wrap_login {
		width: 50%;
	}
	
}

.mbModal
{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: white;
    display: block;
    z-index: 99999;
   }
.wrap_modal_step2 {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto;
  padding-top: 350px;
  background-color:rgba(0,0,0,0.3);
  z-index: 200;   
}
.wrap_modal_step2 .cont_modal {
  width: 350px;
}
.wrap_modal_step2 .hd_modal {
  padding-top: 12px;
}


.loaderbox
{
    position: fixed;
    z-index: 20000;
    width: 100%;
    height: 100%;
    top: 0;
   	left: 0;
    background: rgba(0, 0, 0, 0.4);
}
.loader-hide
{
	display: none !important;
}
.preloader3 > div 
{
		background-color: #9ecbed !important;
	}
/*preloader3*/
.preloader3 
{
    width: 130px;
    height: 130px;
    text-align: center;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}
.preloader3 > div 
{
    margin: 2px;
    background-color: #1b8bf9;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
    animation: stretchdelay 0.7s infinite ease-in-out;
}
.preloader3 .circ2 
{
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.preloader3 .circ3 
{
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.preloader .circ4 
{
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.preloader3 .circ5 
{
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}	
@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: translateY(-10px)
    }
    20% {
        -webkit-transform: translateY(-20px)
    }
}
@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }
    20% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
    }
}
@keyframes rotateColor {
    0% {
        border-top-color: #1b8bf9;
    }
    12.5% {
        border-bottom-color: rgba(27, 139, 249, 0.8);
    }
    25% {
        border-bottom-color: rgba(27, 139, 249, 0.6);
    }
    37.5% {
        border-bottom-color: rgba(27, 139, 249, 0.4);
    }
    50% {
        border-bottom-color: rgba(27, 139, 249, 0.6);
    }
    50.00001% {
        border-bottom-color: #1b8bf9;
    }
    62.5% {
        border-bottom-color: rgba(27, 139, 249, 0.8);
    }
    75% {
        border-bottom-color: rgba(27, 139, 249, 0.6);
    }
    87.5% {
        border-bottom-color: rgba(27, 139, 249, 0.4);
    }
}
.preloader3 .loader-md {
    height: 13px;
    width: 13px;
}
.preloader3 .loader-lg {
    height: 18px;
    width: 18px;
}


.progressBox{
	position: fixed;
    z-index: 20000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
}

.progressBox > .shFileProgressBox{
	width: 50%;
    height: 30px;
    margin: auto;
    position: relative;
}

.progressBox > .shFileProgressBox > .shFileProgress{
    width: 100%;
    position: absolute;
    height: 100%;
    background: #ededed
}

.progressBox > .shFileProgressBox > .shFileProgressStat{
    position: absolute;
    height: 100%;
    width: 50%;
    background: #FFF26E;
}

.progressBox > .shFileProgressBox > .shFileProgressStatPercent{
    width: 100%;
    position: absolute;
    height: 100%;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progressBox > .shFileProgressBox > .shFileProgressStatPercent > .progressTxt{
	
}
.progressBox > .shFileProgressBox > .shFileProgressStatPercent > .progressTxt > .progressValue{
	
}


