.nonadminhide{
    display: none;
}

#data-table-dairio-header .actions{
    margin-left: 30px !important;
}

.small-img-pre{
    width: 200px;
    margin: 20px 0px;
}
.min-h-130 {
    min-height: 130px
}

.card-header h2 {
    line-height: 120%;
}


.form-control.error{
    border: 1px solid #b94a48;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.loading{
    z-index: 995;
    -moz-opacity: .75;
    -webkit-opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    opacity: 0.75;
    backgroundColor: '#000';

    filter: alpha(opacity=75);
    background: #fff url("../img/preloader.gif") center center no-repeat;


    width: 100% !important;
    height: 100% !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    z-index:99999;
}

#header{
    margin-top: 0px !important;
}

.ng-binding{
    min-height: 35px !important;
}

.login-blk{
    width: 100%;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.sweet-alert button{
    margin: 0px;
    padding: 5px 15px;
}
.sa-button-container{
    margin-bottom: 15px;
}

.fileinput-preview{
    height: 100% !important;
    min-height: 100px !important;
}

.showSweetAlert p{
    margin-bottom: 15px !important;
}

.error-message{
    color: #f6675d !important;
}

.btn-custom-grid{
    margin-left: 20px;
}

.btn-custom-grid .btn{
    height: 35px;
}


/*.datepicker-switch{
    color: #5e5e5e !important;
}


.datepicker-switch:hover{
    background: none !important;
}*/


.has-error .input-group-addon{
    color: #fff;
}

#data-table-item .loading{
    display: none !important;
}



.bootgrid-table th>.column-header-anchor>.text {
	font-weight: bold;
	color: #8d0000;
}


.main-menu {
    /*
    margin-top: 130px;
    */
}


.main-menu {
    margin-top: 0px !important;
}

.main-menu h4, .main-menu h5 {
	color: #fff;
}

[data-ma-header="bluegrey"]:before,
[data-ma-header="bluegrey"] #header {
  background-color: #999999;
}

.form-control[disabled]
{
    background-color: #eeeeee !important;
    
}