﻿/* 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. */

* {
    font-family: 'Roboto', 'Font Awesome 5 Brands', sans-serif;
}

.navbar-custom {
    background-color: #b7c9d3;
    font-weight: bold;
    font-size: large;
}

.navbar-sub {
    background-color: rgba(0,0,0,.05);
}

.table {

    color: #575656 !important;
}

body {

    color: #575656;
}
label {
    color: rgba(24,55,130,1);
}
thead {
    color: rgba(24,55,130,1);
}
h1 {
    color: rgba(24,55,130,1);
}
h2 {
    color: rgba(24,55,130,1);
}
h3 {
    color: rgba(24,55,130,1);
}
h4 {
    color: rgba(24,55,130,1);
}

.form-control,
.form-control:active,
.form-control:focus {
    //color: #00205b;
    font-size: 0.95rem;
}

.navbar-custom .navbar-nav > li > a {
    border-bottom-color: transparent;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

    .navbar-custom .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a:active:focus {
        border-bottom-color: #00205b;
        border-bottom-width: 3px;
        border-bottom-style: solid;
    }

.nav-link {
    color: #00205b !important;
}

.navbar-brand {
    margin-bottom: 5px;
}

th {
    background-color: #b7c9d3;
}

.btn-primary,
.btn-primary:active,
.btn-primary:visited {
    color: #fff;
    background-color: #0085ad !important;
    border-color: #1861ac;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active:focus {
        color: #fff;
        background-color: #005587 !important;
        border-color: #1861ac;
    }

.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary:visited {
    color: #005587;
    /*background-color: #0085ad !important;*/
    border-color: #005587;
}

    .btn-outline-primary:hover,
    .btn-outline-primary:focus,
    .btn-outline-primary:active:focus {
        color: #fff;
        background-color: #005587 !important;
        border-color: #1861ac;
    }


.btn-success,
.btn-success:active,
.btn-success:visited {
    color: #fff;
    background-color: #84bd00 !important;
    border-color: #84bd00;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active:focus {
        color: #fff;
        background-color: #649d00 !important;
        border-color: #649d00;
    }

.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: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.control-label, .form-check-label {
    font-size: 1.2rem;
}
.alert-success {
    color: rgb(89,113,18);
    background-color: rgb(215,227,165);
    border-color: #c3e6cb;
}
.alert-danger {
    color: rgb(121,8,26);
    background-color: rgb(241,174,162);
    border-color: #f5c6cb;
}

.alert-info {
    color: rgb(21,103,120);
    background-color: rgb(179,222,232);
    border-color: #bee5eb;
}

a:hover {
    color: rgba(24,55,130,1);
    text-decoration: underline;
}

a {
    color: rgb(34,97,200);
    text-decoration: none;
    background-color: transparent;
}




.treeview .list-group-item {
    cursor: pointer
}

.treeview span.indent {
    margin-left: 10px;
    margin-right: 10px
}

.treeview span.icon {
    width: 12px;
    margin-right: 5px
}

.treeview .node-disabled {
    color: silver;
    cursor: not-allowed
}

.node-treeview-selectable {
}

.node-treeview-selectable:not(.node-disabled):hover {
    background-color: #F5F5F5;
}

.camera-edit{
    cursor: pointer;
    color: #0085ad;
}
