﻿/* 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. */

.navbar {
    background-color: #fff; /*#2C5273;*/
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    color: #222 !important;
    font-weight: 700;
    letter-spacing: 2px;
}

/* Provide sufficient contrast against white background */
a.nav-link {
    color: #eee !important;
    font-size:20px;
}

    a.nav-link:hover {
        color: #fff;
    }

a.nav-menu-btn{
    color:#222;
}

    a.nav-menu-btn:hover{
        color:#000;
        cursor:pointer;
    }

.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-c {
    border-bottom: 2px solid #CCC;
}

.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: 30px;*/
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 30px; /* Vertically center the text there */
    font-size: 12px;
}

/* Side Menu */

.sidenav-wrap {
    background-color: #293042; /*#223033;*/
}

/* Fixed sidenav, full height */
.sidenav-wrap {
    height: 100%;
    width: 250px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: scroll;
    /*padding-top: 20px;*/
    /*border-right: 1px solid #ddd;*/
}

    .sidenav-wrap::-webkit-scrollbar{
        display: none;
    }

    /* Style the sidenav links and the dropdown button */
    .sidenav a, .dropdown-btn {
        padding: 5px 8px 5px 16px;
        text-decoration: none;
        font-size: 14px;
        line-height: 35px;
        font-weight: 500;
        letter-spacing: 1px;
        word-spacing: 1px;
        color: #aaa;
        display: block;
        border: none;
        background: none;
        width: 100%;
        text-align: left;
        cursor: pointer;
        outline: none;
    }

        /* On mouse-over */
        .sidenav a:hover, .dropdown-btn:hover, .sidenav a.active {
            color: #fff;
        }

/*a.singlemenu:last-child {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}*/

/* Main content */
main {
    /*margin-left: 250px;*/ /* Same as the width of the sidenav */
    padding: 0px 10px;
    position: relative;
    background-color: #F7F9FC;
}
.renderbody-wrap{
}

/* Add an active class to the active dropdown button */
.dropdown-btn.active {
    background-color: #293042;
    color: #ddd;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #293042;
    padding-left: 8px;
    /*border-top: 1px solid #bbb;*/
    /*border-bottom: 1px solid #bbb;*/
}

/* Optional: Style the caret down icon */
.dropdown-btn i {
    float: right;
    padding-right: 10px;
    line-height: 35px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

/* Side Menu End */


/* Top Right Menu */

/* Style the links inside the navigation bar */
.topnav-right a {
    float: left;
    color: #222;
    text-align: center;
    padding: 5px 16px;
    text-decoration: none;
    font-size: 15px;
}

    /* Change the color of links on hover */
    .topnav-right a:hover {
        color: #000;
        font-weight: 500;
    }

/* Right-aligned section inside the top navigation */
.topnav-right {
    float: right;
}

/* Top Right Menu End */

/* Top Left Menu */

/* Style the links inside the navigation bar */
.topnav-left a {
    float: left;
    color: #222;
    text-align: center;
    padding: 5px 16px;
    text-decoration: none;
    font-size: 17px;
}

    /* Change the color of links on hover */
    .topnav-right a:hover {
        color: #000;
        font-weight: 500;
    }

/* Right-aligned section inside the top navigation */
.topnav-left {
    float: left;
}

/* Top Right Menu End */

/* Custom Start */

@media screen and (min-width: 1920px) {
    .container-fluid {
        /*max-width: 1920px;*/
        margin: 0 auto;
    }
}

body {
    font-family: 'Roboto', sans-serif;
}

.bd-bottom {
    border-bottom: 1px solid #DDD;
}

.page-title {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 3px solid #CCC;
    line-height: 30px;
    display: inline-block;
    padding-right: 40px;
}

.card-title,
.card-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-title{
    font-size:13px;
    font-weight:400;
}

.card-text{
    font-size:22px;
    line-height:28px;
    font-weight:500;
}

a.card-link{
    font-size: 12px;
    color: #333;
}

a.card-link:hover{
    color:#000;
}

.lite-shadow {
    box-shadow: 2px 2px 13px rgba(0, 0, 0, .15);
}

/* Custom End */
