﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    /*color: #0366d6;*/
    color: #999;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    background: #212121 !important;
    color: #ddd;
    font-family: Roboto;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/* Login */
.ls-login-page {
    background: url('../images/bg-login.jpg') top left no-repeat !important;
    background-size: cover !important;
}

.ls-login-page .login-box {
    margin: 0 auto;
    margin-top: 4%;
}

.ls-login-page .login-box-msg {
    font-size: 20px;
}

.ls-login-page .login-box-body {
    background: rgba(0,0,0,0.85);
    color: #fff;
    padding: 20px;
}

.ls-login-page .control-label {
    font-weight: normal;
    font-size: 14px;
}

.ls-login-page .form-control {
    background: inherit;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    font-size: 18px;
    height: 40px;
    color: #fff;
}

.ls-login-page .btn-primary {
    background: inherit;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px;
}

.ls-login-page .btn-primary:hover,
.ls-login-page .btn-primary:active,
.ls-login-page .btn-primary:focus {
    background: #fff;
    color: #000 !important;
    border: 1px solid #fff;
}

/*Custom Override*/
.brand-link .brand-image {
    float: left;
    line-height: .8;
    margin-left: 0.8rem;
    margin-right: 0.5rem;
    margin-top: 0;
    max-height: 33px;
    width: auto;
}

.main-sidebar {
    background-color: #424242;
    border-right: none;
}

.main-header {
    border-bottom: none;
}

.navbar-dark {
    background-color: #212121;
}

.brand-link {
    border-bottom: none;
    background-color: #212121;
    padding: 0.73rem 0.5rem;
}

.content-wrapper {
    background-color: #212121;
}

.card {
    background-color: #333;
    border-top: none;
}

.main-footer {
    background: #212121;
    color: #666;
    border-top: none;
}

.content-header h1, .content-header h2,
.content-header h3, .content-header h4,
.content-header h5,
.box-header .box-title {
    font-family: Roboto;
    /*text-transform: uppercase;*/
    color: #ddd;
}

form h5 {
    font-family: Roboto;
    /*text-transform: uppercase;*/
    color: #ddd;
}

form .col-form-label,
.form .control-label,
.form-horizontal .control-label {
    font-family: Roboto;
    font-weight: normal;
    /*text-transform: uppercase;*/
    color: #ddd;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: normal;
}

.table thead th {
    font-family: Roboto;
    font-weight: normal;
    /*text-transform: uppercase;*/
    color: #999;
}

.user-menu a, .sidebar, .main-footer strong {
    font-family: Roboto;
    /*text-transform: uppercase;*/
}

.bg-white {
    background-color: #333333 !important;
}

td {
    border-top: 1px solid #555;
}

.text-primary {
    color:#00a65a  !important;
}


.alert-primary {
    color: #ffffff;
    background: #209687;
    border-color: #209687;
}

.btn-primary {
    color: #fff;
    background-color: #209687;
    border-color: #209687;
}

.btn-success {
    color: #ffffff;
    box-shadow: none;
    background-color: #00a65a !important;
    border-color: #008d4c;
}

/* Input field */
.select2-selection__rendered {

}

/* Around the search field */
.select2-search {
}

/* Search field */
.select2-search input {
}

/* Each result */
.select2-results {
    color: #555;
}

/* Higlighted (hover) result */
.select2-results__option--highlighted,
.select2-results__option--highlighted,
.select2-results__option--highlighted[aria-selected=true] {
    background-color: #209687 !important;
}

/* Selected option */
.select2-results__option[aria-selected=true] {
}

.table thead th {
    vertical-align: bottom;
    border-bottom: none;
}

a:hover {
    color: #209687;
    text-decoration: none;
}

.bg-success {
    background-color: #00a65a !important;
    border-color: #008d4c;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
    background-color: #1c8174;
    border-color: #1c8174;
}

.modal-content,
.modal-content .modal-header {
    color: #aaa;
    background-color: #333;
    border-bottom: 1px solid #555;
}

.page-item.active .page-link {
    z-index: 3;
    color: #ffffff;
    background-color: #209687;
    border-color: #209687;
}

.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: #ffffff;
    cursor: default;
    background-color: #209687;
    border-color: #209687;
}

/*SCROLLBAR*/
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.error {
    color: #dc3545 !important;
}

.popover-header {
    background-color: #209687;
}

.btn-block, .btn-block:hover {
    color: #dddddd;
}

.sliderContainer {
    height: 40px;
}

[role=textbox] {
    color: #495057;
    background-color: #ffffff;
}

.dataTables_wrapper {
    color: #999;
}

.form-group .select2-selection,
.form-group .select2-selection--single,
.form-group .select2-selection__arrow {
    height: calc(2.25rem + 2px) !important;
}

.daterangepicker {
    color: rgb(51, 51, 51);
}

hr {
    border-top: 1px solid rgb(255 255 255 / 10%);
}