body {
    padding: 5px;
    background-color: #EBEFF4 !important;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.main .col-3 > div, .header .col-3 > div, .container .col-9 > div {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 3px 3px #888;
}

.header > div > div{
    height: 100px;
}

.profile {
    padding: 25px 10px;
}

.profile img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 2px solid #222;
}

.user-level {
    font-size: small;
    color: red;
}

.clock {
    background-color: #2FFC8D;
    border-radius: 15px;
    width: 200px;
    margin: 8px ;
}

.clock span {
    font-size: xx-large;
}

div.main {
    margin-top: 25px;
    display: flex;
}

.main > div{
    padding: 0;
}

div.main-container {
    padding: 0 12px;
}

.sidebar, .content {
    padding: 15px;
    min-height: 500px;
    height: 100%;
}

.content {
    padding: 40px;
}

.sidebar h3 {
    border-bottom: 1px solid #333;
    padding: 0 0 12px 0;
}

.menu li {
    list-style: none;
}

.menu li a {
    padding: 8px 8px;
    width: 100%;
    display: block;
    text-decoration: none;
    color: #222;
    border-radius: 2px;
}

.menu li a:hover {
    background-color: #eee;
    color: #222;
}

li a.active {
    background-color: #000033;
    color: #2FFC8D;
}

.menu a > svg {
    padding-right: 10px;
}

tr th:nth-child(even) {
    background-color: #B4E7FB;
}

.paginate_button a {
    color: #000033;
}

.page-item.active .page-link {
    background-color: #888;
    border-color: #888;
}

.panel {
    border: 1px solid #888;
    border-radius: 3px;
    box-shadow: 2px 2px #888;
    padding: 10px;
    margin-top: 10px;
}

.panel-header {
    font-weight: bold;
    border-bottom: 1px solid #333;
    padding: 10px 0;
    margin: 0 10px;
    display: flex;
    justify-content: space-between;
}

.panel-header svg {
    margin-right: 10px;
}

.panel-body {
    margin-top: 15px;
    padding: 5px;
}

.btn-success {
    background-color: #2FFC8D;
    border-color: #333;
    color: #4F4F4F;
}

.btn-success:focus {
    background-color: #2FFC8D;
    color: #4F4F4F;
}

.btn-upload {
    border-color: #333;
    width: 100%;
}

.brand img {
    height: 100px;
    padding: 5px;
}

.section-1 div{
    flex: 0 0 50%;
}

.section-1 img {
    width: 100%;
}

.footer {
    background-color: #B4E7FB;
    height: 150px;
}

html, body {
    height: 100%;
}

.login {
    min-width: 375px;
    height: 100%;
}

.login-form, .register-form {
    background-color: #0097EC;
    padding: 25px;
    border-radius: 8px;
}

.login .logo {
    width: 150px;
}

.remember-me {
    color: #EBEFF4;
    font-size: small;
}

.login-footer {
    color: #4F4F4F;
}

.register h3 {
    text-align: center;
    padding: 0 0 15px;
    border-bottom: 1px solid #fff;
}

.register-form {
    min-width: 33%;
}

.btn-danger {
    border-color: #333;
}

.content-2 {
    padding: 1.5rem;
}

.modal-title {
    border-bottom: 1px solid #333;
}

/* override select2 css */
.select2-container .select2-selection--single {
    height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}