﻿body {
    font-family: 'Open Sans', serif;
    font-size: 14px;
}

.bg-light {
    background-color: #0069a4 !important;
    padding: 0;
}

.background {
    position: fixed;
    display: block;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-image: url('/images/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    z-index: -1;
    overflow: hidden;
}


.navbar-light .navbar-nav .nav-link {
    color: rgba(225,225,225,.9);
}
.navbar-toggler,.navbar-nav {
    margin-left: 10px;
}

    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: white;
    }

a {
    color: rgba(225,225,225,.9)!important;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
        color: white!important;
    }

.link {
    color: #0e4e81 !important;
    line-height: 1;
}
    .link:hover {
        color: #008eff !important;
    }

.modal-header {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #337ab74f;
}

    .modal-header .close {
        padding: 0.25rem 0.25rem;
        margin: -0.75rem 0.25rem -1rem 0rem;
        font-size: 36px;
    }

.scrollable {
    max-height: 400px;
    overflow-y: scroll;
    font-size: 12px;
}

    .scrollable > table {
        font-size: 12px;
    }

    .scrollable > h3 {
        font-size: 13px;
        font-weight: bold;
    }

@media (min-width: 480px) {
    .logos {
        display: none;
    }
}

@media (min-width: 540px) {
    .logos {
        display: none;
    }
}

@media (min-width: 576px) {
    .logos {
        display: none;
    }
}

@media (min-width: 768px) {
    .logos {
        display: block;
    }
}

@media (min-width: 992px) {
    .logos {
        display: block;
    }
}

@media (min-width: 1200px) {
    .logos {
        display: block;
    }
}

.mk_name {
    fill: #ffffff;
    font-family: 'Roboto', serif;
    font-weight: normal;
    font-size: 12px;
    pointer-events: none;
}

.mk_title {
    fill: #004b76;
    font-family: 'Roboto Slab', serif;
    font-size: 36px;
    font-weight: bold;
    text-anchor: middle;
    line-height: 1.5;
    text-align: center;
}

.mk_proj, .mk_prov {
    fill: #5b7d2e;
    stroke: #ffffff;
    stroke-width: 1;
}

    .mk_proj:hover, .mk_btn:hover {
        fill: #84b741;
        filter: url(#filter);
        stroke-width: 2;
    }

.btn {
    padding: 4px;
    font-size: 0.8rem;
    vertical-align: middle !important;
}

.btn-primary {
    color: #fff;
    background-color: #5b7d2e;
    border-color: #5b7d2e;
    /*border-width: 2px;*/
}
    .btn-primary:hover {
        color: #fff;
        background-color: #84b741;
        /*border-color: #ffffff;
        border-width:2px;*/
}
.mk_btn {
    fill: #5b7d2e;
    opacity: 1;
    stroke-width: 0;
}

.mk_lbl {
    fill: #ffffff;
    font-family: 'Open Sans', serif;
    font-size: 11px; /* 12px;*/
    font-weight: normal;
    stroke-width: 1;
    line-height: 1.25;
    pointer-events: none;
}
.mk_icon {
    pointer-events: none;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.form-control, .input-group-text, .input {
    padding: .375rem .75rem;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
}

.input {
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}
#login-error {
    font-size: 0.8rem;
}