@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');

* {
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #000;
}

.loader {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background-color: #fff;
}

.loader .img {
    margin-top: 15%;
}

body {
    background-color: #ecedf0;
}

label {
    margin-bottom: 0;
    font-weight: bold;
    color: #9b9b9b;
    font-size: 12px;
}

.br {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.bl {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.line-green {
    width: 100%;
    height: 2px;
    background-color: #5cb85c;
}

.line-blue {
    width: 100%;
    height: 2px;
    background-color: #5bc0de;
}

.line-red {
    width: 100%;
    height: 2px;
    background-color: #5cb85c;
}

.table th {
    color: #777;
    font-size: 13px;
    font-weight: 700;
    padding: 2px 10px;
}

.table td {
    color: #777;
    font-size: 13px;
    font-weight: 400;
    padding: 2px 10px;
}

.modal-header {
    padding: 10px;
}

.modal-title {
    font-size: 13px;
    font-weight: 800;
    color: #777;
}

.btn {
    transition: 500ms all;
    font-size: 13px
}

.btn-primary {
    background-color: #0088cc;
}

.btn-primary:hover {
    background-color: #0077b3;
}

.menu-ac {
    margin-top: 50px;
}

.btn-secondary {
    background-color: transparent !important;
    color: #000;
    border-color: #ced4da;
    transition: 500ms all;
}

.hidden {
    display: none;
}

.btn-secondary:hover {
    background-color: #ecedf0 !important;
    color: #000;
    border-color: #ced4da;
}

.btn-biz {
    height: 32px;
    line-height: 16px
}

.card-body {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    width: 100%;
}

section {
    margin-top: 65px;
    margin-left: 70px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 12px;
    font-weight: 700;
    color: #0088cc;
}

.dropdown-item {
    font-size: 12px;
    font-weight: 700;
    color: #0088cc;
}

.border-right-bl {
    border-right: solid 1px #0088cc;
}

.login-bg {
    background: url(/template/back/img/bg/1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header {
    width: 100%;
    height: 50px;
    background-color: #171717;
    position: fixed;
    z-index: 999;
}

.header h4 {
    color: #fff;
    font-size: 19px;
    line-height: 50px;
    font-weight: 400;
    margin-left: 100px;
}

.header .menu {
    width: 70px;
    height: 50px;
    position: absolute;
}

.header .menu span {
    line-height: 50px;
    color: #abb4be;
}

.menuclose {
    display: none;
}

.form-control {
    border-radius: 0;
    height: 32px;
    padding: 0 10px;
}

aside {
    width: 70px;
    height: calc(100vh - 116px);
    background-color: #1d2127;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: width;
    transition-duration: 250ms;
    z-index: 99;
}

aside ul {
    list-style: none;
    padding: 0;
}

aside ul li {
    color: #FFF;
    width: 250px;
    padding: 10px;
}

aside ul li a {
    color: #abb4be;
    font-size: 0.8rem !important;

}

aside ul li a:hover {
    color: #abb4be;
}

aside ul li span {
    text-align: center;
    width: 45px;
    font-size: 1.15rem !important;
    margin-right: 10px;
    color: #abb4be;
}

aside:hover {
    width: 250px;
}

.side-menu a {
    width: 100%;
    height: 100%;
    display: block;
}

ul.side-menu > li {
    transition: 250ms all;
}

ul.side-menu > li:hover {
    background-color: #444e5c;
    width: 100%;
}

.menu_body a {
    padding-left: 70px;
    transition: 250ms all;
}

.menu_body a:hover {
    background-color: #abb4be;
    color: #000;
    padding: 5px;
    padding-left: 70px;
}

.menu_body {
    display: none;
}

.mobil-header {
    width: 100%;
    height: 45px;
    background-color: #d1d1d1;
}