﻿/* 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;
  
}
.navbar-brand-leftside {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-left: 2rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

/* Provide sufficient contrast against white background */
a:active {
    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: 14px;
    }
}

.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: 60px; /* Vertically center the text there */
}
/* END Sticky footer styles
/* PROFILE -------------------------------------------------- */

.profilebtn {
    background-color: #2e618c;
    color: white;
    text-decoration: none;
  
    padding: 8px 16px;
    cursor: pointer;
    margin: 8px;
    text-align: center;
    display:block !important;
}
.button a.btn:hover {
    color: orange !important;
    background-color: #ffff;
}
/* END  PROFILE */

/* Usermanu sidebar mobileview toggler -------------------------------------------------- */


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    /* top: 0; */ 
    left: 0;
    background-color: #2e618c;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 18px;
        color: #ffff;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: orange;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

#newmain {
    transition: margin-left .5s;
    padding: 0px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 14px;
        }
}


/*END  Usermanu sidebar mobileview toggler */



/* Extra large devices (large desktops, 1200px and up) sidebar */
@media (min-width: 1025px) {
    #newmain {
        display: none;
    }
    
   
}
/* small devices ( 1200px and down) sidebar*/
@media (max-width: 1024px) {

   

    #subnav {
        display: none;
    }
   
}

