﻿/* 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;
}

.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: 60px;
}*/
.footer {
    /*position: absolute;*/
    /*width: 100%;*/
    white-space: nowrap;
    background-color: #f3f5f9;
    font-size: 0.85rem;
}

.bg-upol {
    background-color: rgb(0,107,173) !important;
}

.text-upol {
    color: rgb(0,107,173) !important;
}

.navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navbar {
    padding: 0 !important;
}

.card-custom {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

/*.card-body-custom {
    padding: 1rem !important;
}*/

.pointer {
    cursor: pointer;
}

.thead-light-custom {
    background-color: #f3f5f9 !important;
}

.table {
    outline-style: solid;
    outline-width: 1px;
    outline-color: #dee2e6;
}


/*Footer*/
container {
    min-height: 0px !important;
}

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1 0 auto;
}

.footer {
    flex-shrink: 0;
}

footer {
    margin-top: 20px;
}

#btnToTop {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 10px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgb(0,107,173);
    color: white;
    cursor: pointer;
    padding: 10px;
}

    #btnToTop:hover {
        padding-top: 14px;
        padding-bottom: 14px;
    }

.thead-light-custom:hover {
    background-color: rgba(0,0,0,.075) !important;
}

@media (min-width: 646px) {
    .logo {
        margin-left: -75px !important;
    }
}

.td-small {
    padding-left: 0.2em !important;
    padding-right: 0.2em !important;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 49%;
    top: 50%;
}

@media (max-width: 575px) {
    .d-xs-hide {
        display: none !important;
    }
}

.tile-text {
    font-size: 13pt !important;
}

@media (max-width: 1199px) {
    .tile-text {
        font-size: 12pt !important;
    }
}

.bootstrap-select {
    border: 1px solid #ced4da !important;
    border-radius: 0;
}

.dropdown-toggle{
    min-height: 36px!important;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    background-color: white !important;
    border: none !important;
}

.filter-option-inner-inner {
    font-size: 0.8rem;
}

.dropdown-menu {
    font-size: 0.8rem !important;
}

input, textarea, select {
    border-radius: 0 !important;
}

.btn-light {
    background-color: white !important;
    border-color: white !important;
}

.btn-light:active .btn-light:hover {
    background-color: white !important;
    border-color: white !important;
}
