@media screen and (max-width: 1920px) {
    body {
        font-size: 14px;
    }
}

@media screen and (max-width: 1440px) {
    body {
        font-size: 12px;
    }
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 7px;
    font-size: 14px;
}

hr {
    margin: 20px;
}

.h4, h4, .h5, h5 {
    font-size: 18px;
}

p {
    margin-bottom: 0;
}

.table td, .table th {
    padding: 10px;
}

.form-control {
    height: 35px;
    padding: 5px 11px;
    font-size: 14px;
    border-radius: 4px;
}

.form-group {
    margin-bottom: 15px;
}

label {
    margin-bottom: 7px;
}

.form-control:focus {
    /* box-shadow: 0 0 0 3px rgba(0, 123, 255, .25); */
    box-shadow: none;
}

.btn {
    padding: 5px 11px;
    font-size: 14px;
}

.btn:hover {
    color: white;
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

.btn-default.focus, .btn-default:focus,
.btn-primary.focus, .btn-primary:focus,
.btn-success.focus, .btn-success:focus,
.btn-warning.focus, .btn-warning:focus,
.btn-danger.focus, .btn-danger:focus,
.btn-info.focus, .btn-info:focus {
    box-shadow: none;
}

.btn-default:not(:disabled):not(.disabled).active:focus, .btn-default:not(:disabled):not(.disabled):active:focus, .show > .btn-default.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: none;
}

.modal-header {
    padding: 14px;
}

.modal {
    top: 60px;
}

.modal-header .close {
    padding: 14px;
    margin: -14px;
}

.modal-content {
    border-radius: 5px;
}

.modal-body, .modal-footer {
    padding: 14px;
}

.modal-footer > * {
    margin: 4px;
}

.close {
    font-size: 18px;
}

dl, ol, ul {
    margin-bottom: 0;
}


.datepicker {
    font-size: 12px;
    width: 200px;
}

.dropdown-menu {
    min-width: 0;
}

.shadow {
    box-shadow: 0 8px 15px rgba(0, 0, 0, .15) !important;
}

.rounded {
    border-radius: 4px !important;
}

.breadcrumb {
    margin-bottom: 0px;
}

.alert {
    padding: 10px !important;
    margin-bottom: 20px;
}

.alert-dismissible .close {
    padding: 10px;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: 20px;
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: 20px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    margin-left: -1px;
    text-decoration: none;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #f75016;
    border-color: #f75016;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #5a5a5a;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.table {
    margin-bottom: 20px
}
