/* 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 {
    border-radius: 5px !important;
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #1d8acc;
    border-color: #1d8acc;
}

.btn-danger {
    border-radius: 5px !important;
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: none;
}

.btn-warning {
    color: #ffffff !important;
    background-color: #44aca2 !important;
    border-color: #44aca2 !important;
    box-shadow: none;
}

.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: 60px; /* Vertically center the text there */
}

a {
    color: #1a8acc;
    text-decoration: underline;
}

@font-face {
    font-family: "My Font Name";
    src: url("Hanuman-Regular.ttf") format("truetype");
}

#btn-register {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 20px;
    padding-left: 20px;
    border: 2px solid #1d8acc;
    border-radius: 30px;
    background: #ffffff;
    color: #1d8acc !important;
}

#btn-register:hover {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 20px;
    padding-left: 20px;
    border: 2px solid #45c9bb;
    border-radius: 30px;
    background: #ffffff;
    color: #1d8acc !important;
}

#btn-login {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 10px !important;
    margin-left: 10px;
    padding-right: 20px;
    padding-left: 20px;
    border: 2px solid #1d8acc !important;
    border-radius: 30px !important;
    background: #1d8acc;
    color: #ffffff !important;
}

#btn-login:hover {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 10px !important;
    margin-left: 10px;
    padding-right: 20px;
    padding-left: 20px;
    border: 2px solid #45c9bb;
    border-radius: 30px;
    background: #1d8acc;
    color: #ffffff !important;
}

.login_register_model {
    margin-top: 80px !important;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 16px;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 48px !important;
    position: relative;
    text-align: left;
    top: 0;
    width: 100%;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: #545657 !important;
}

a:hover {
    color: #1d8acc !important;
}

.nav-item-padding {
    margin-top: 14px !important;
}

a:link {
    text-decoration: none !important;
}

a:visited {
    text-decoration: none !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: #545657 !important;
    border-color: #545657 !important;
}

.nav-sidebar > .nav-item > .nav-link.active {
    background-color: #545657 !important;
    color: #fff !important;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #545657 !important;
    color: #fff;
}

.scroll_table {
    width: 100%;
    display: block;
}

.scroll_thead {
    display: inline-block;
    width: 100%;
    height: 20px;
}

.scroll_tbody {
    height: 200px;
    display: inline-block;
    width: 100%;
    overflow: auto;
}


