﻿/* 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. */


.overlayCustomClass{
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 10px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.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;
}

.main-footer {
    padding: 0.3rem 1rem !important;
}

.control-sidebar {
    height: 100%;
    width: 350px !important;
    overflow-y: auto;
}

.control-sidebar-content {
    margin-bottom: 100px;
    min-height: 200px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.layout-fixed .main-sidebar-custom .sidebar {
    height: calc(100% - ((3.5rem + 2.1rem) + 1px));
}

.layout-fixed .main-sidebar-custom .sidebar-custom {
    height: 1rem;
    padding: .2rem 1rem;
}

.sidebar-collapse .sidebar-custom {
    text-align: center;
}

@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 */
    /*margin-bottom: 60px;*/
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.control-sidebar-hr {
    border: 1px solid #FFF !important;
}

.bg-application {
    background: #343a40;
    color: #FFF;
}

.validation-summary-errors {
    padding-top: 10px !important;
    padding-bottom: 5px !important;
    background-color: #db4954 !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
}

.mvc-grid-extended-pager {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-left-10 {
    margin-left: 10px;
}

.blink-class {
    animation: blink 0.5s;
    animation-iteration-count: 3;
}

@keyframes blink {
    50% {
        background-color: #FFC300;
        border-color: #FFC300;
    }
}

.form-control {
    color: #000 !important;
}

.form-control-number {
    padding-right: .25rem !important;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #f4f6f9 !important;
    color: #343a40 !important;
}


.mvc-grid-pager .active, .mvc-grid-pager .active:focus, .mvc-grid-pager .active:hover {
    background-color: #123a6f !important;
    border-color: #123a6f !important;
}

.bg-system {
    background-color: #123a6f !important;
}

.btn-system {
    min-width: 32px;
    background-color: #123a6f !important;
    border-color: #123a6f;
    color: #fff !important;
}

.btn-system-outline {
    min-width: 32px;
    background-color: #fff !important;
    border-color: #123a6f;
    color: #123a6f !important;
}

.btn-system-red {
    min-width: 32px;
    background-color: #db4954 !important;
    border-color: #db4954;
    color: #fff !important;
}

.btn-system-red-outline {
    min-width: 32px;
    background-color: #fff !important;
    border-color: #db4954;
    color: #db4954 !important;
}

.icheck-system > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-system > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #123a6f;
}

.icheck-system > input:first-child:checked + label::before,
.icheck-system > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #214f8d;
    border-color: #123a6f;
}

.setting-item {
    padding: 5px 10px;
    margin-bottom: 5px;
    border: 1px solid #F5F5F555;
    border-radius: 6px;
}

.select2-container {
    max-width: 100%;
    min-width: 100%;
}

.select2-container.no-min-width {
    min-width: unset !important;
} 