﻿.nav-tabs .nav-link {
	background: #eaeaea;
	margin-left: 2px;
}
.card{
	margin-bottom: 0.3rem;
}
.lockscreen-logo{
	margin-bottom: 10px;
}

#loading{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10010;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: #000000ad;
    padding: 10%;
    text-align: center;

}
#loading > div{
    display: flex;
    align-items: center;
    justify-content: center;
}
#loading > div > img{
    height:100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.form-show-notify .form-control{
	margin-bottom: 15px;
}

.form-show-notify label{
	padding-top: 0.65rem;
}

@media screen and (max-width: 576px){
	.form-show-notify > .text-right, .form-show-validation > .text-right {
		text-align: left !important;
	}
}

.field-validation-error{
    color:#F00;
}

.select2-selection__rendered {
    line-height: 40px !important;
}

.select2-selection {
    min-height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    top:7px !important;
}

.select2-container--default .select2-selection--single{
    padding:0;
}

.dt-info{
    height:45px;
}

.dt-info > .dataTables_length{
    float:left;
}

.dt-info > .dataTables_info{
    float:right;
}

.dt-paging .pagination{
    justify-content: center !important;
}
.wrapper .content-wrapper{
    min-height: calc(100vh);
}