
#ajaxloder {
	height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    background: #00000094;
    text-align: center;
    z-index: 9999999;
    display: none;
}
#ajaxloder .ajaxloderbody {
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 50%;
}

#ajaxloder .ajaxloderbody i {
    font-size: 45px;
}

.layout-navbar-fixed .wrapper .brand-link {
    padding-top: 5px;
    padding-bottom: 5px;
}

.layout-navbar-fixed .wrapper .brand-link .brand-image {
    max-height: 50px;
}

.modal .modal-content .modal-header {
    padding-top: 8px;
    padding-bottom: 8px;
}

.modal .modal-content .modal-body {
    background: #007bff14;
}

.modal .modal-content .modal-footer {
    padding-top: 3px;
    padding-bottom: 3px;
}

.bootstrap-select>.btn.dropdown-toggle {
    background: #fff;
    border: 1px solid #ced4da;
}