﻿body {
    font-family: Cambria, 'Trebuchet MS', sans-serif;
    font-size: 14px;
}

.widget-user .widget-user-image > img {
    border: 0px solid #fff;
    height: auto;
    width: 120px;
}

.widget-user .widget-user-image {
    left: 50%;
    margin-left: -60px;
    position: absolute;
    top: 80px;
}

.k-calendar .k-month .k-link {
    min-height: 1.714286em;
    line-height: 1.714286em !important;
}

.k-calendar .k-content,
.k-calendar .k-content th {
    text-align: center;
}

.k-popup .k-calendar {
    border: 1px solid gray;
}

.form-control.k-widget {
    padding: 0;
    width: 100%;
}

.callout {
    padding: 5px;
}

.btn-search {
    display: block;
    width: 30%;
    margin-left: 35%;
    font-weight: 600;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: white;
}

.nav-sidebar .nav-item > .nav-link {
    position: relative;
    font-size: 13px;
    padding: 12px 5px;
    font-weight: bold;
}

.main-sidebar, .main-sidebar::before {
    transition: margin-left .3s ease-in-out,width .3s ease-in-out;
    width: 190px;
}

@media (min-width: 768px) {
    body:not(.sidebar-mini-md) .content-wrapper,
    body:not(.sidebar-mini-md) .main-footer,
    body:not(.sidebar-mini-md) .main-header {
        transition: margin-left .3s ease-in-out;
        margin-left: 190px;
    }
}

.border-bottom {
    border-bottom: 2px solid #117a8b !important;
}

.table td, .table th {
    padding: 5px;
    vertical-align: middle !important;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    background-color: #117a8b !important;
    color: white;
    font-size: 14px;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
    font-size: 18px;
}

.nav-sidebar .header {
    padding: 1px;
    font-size: 12px;
    color: #4b646f;
    background: #1a2226;
}

.k-calendar-container .k-header {
    background: #26a599;
}

/*.k-link:link {
    color: white;
}*/

.k-combobox .k-select, .k-picker-wrap .k-select,
.k-numeric-wrap .k-select {
    border-style: solid;
    border-width: 0 0 0 0px;
    border-color: inherit;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: 2.25rem;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.fade:not(.show) {
    opacity: 1;
}

.login-page, .register-page {
    -ms-flex-align: center;
    align-items: center;
    background: #e9ecef;
    display: -ms-flexbox;
    display: flex;
    height: 60vh;
    -ms-flex-pack: center;
    justify-content: center;
}