﻿/* 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;
}
.error {
    background-color: #fff;
    border-color: #db183f;
    /* border-color: #909090;*/
}
.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 */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 50px; /* Vertically center the text there */
}

thead tr {
    background-color: #275192;
    color: white;
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        float: right;
    }
}

/*.nav-tabs li a {
    border-color: blue;
    background-color: #7b7bce !important;
    color: white !important;
}
*/
.nav-tabs li.active a {
    border-bottom-color: transparent !important;
    background-color: #275192 !important;
    color: white !important;
    font-weight:bold
}

.tab-pane {
    padding: 15px;
    border: solid 1px #275192;
}

.event-list-box ul li {
    margin-right: 1px !important;
}

    .event-list-box ul li a {
        text-decoration: none !important;
    }

    .event-list-box ul li:last-child {
        float: left !important;
        margin: 0px;
    }

.rm {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px;
    line-height: 28px;
    border-radius: 2px;
}

#sidebar ul.components {
    padding: 20px 20px;
    border-bottom: 1px solid #47748b;
    border-top: 1px solid #47748b;
}

.eservices-tab {
    font-size: 46px;
    background-color: #EFEFF9;
    padding: 50px;
    border-radius: 8px;
    color: #275192;
}

.eservices-title {
    margin-top: 10px;
    margin-bottom: 15px;
}

.eservices-title a {
    color: #275192;
    /*font-weight: bold;*/
}

.dv-label {
    padding: 0.5rem !important;
    background-color: #f9f9f9;
    border: 2px solid white;
}

.dv-data {
    padding: 0.5rem !important;
    border: 1px solid #f9f9f9;
}
.control-mandatory:after {
    content: "*";
    color: red;
}

#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
}

#loading-image {
    z-index: 100;
}