﻿/* 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 {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.selected {
    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;
    background-color: #F0F7F7;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/*styling for the blue half of the login background*/
.loginBackground {
    background-color: #0c6b73;
    /*background-image: url("../img/LoginBackground.png");*/
    background-image: linear-gradient(to bottom, #0c6b73, #084247);
    height: 100%;
    /*background-repeat: no-repeat;*/ /* Do not repeat the image */
    /*background-size: cover;*/ /* Resize the background image to cover the entire container */
    padding-bottom: 5%
}

.custom-form, .custom-form[readonly] {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid !important;
    border-bottom-color: #b9b9b9 !important;
    background-color: #fff !important;
    border-bottom-width: 1px !important;
    box-shadow: none !important;
    margin-top: 2px !important;
    font-family: 'Roboto', sans-serif;
}

    .custom-form[readonly] {
        background-color: #f1f1f1 !important;
        cursor: not-allowed;
    }

.hiddencustom-form, .hiddencustom-form[readonly] {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid !important;
    border-bottom-color: #ffffff !important;
    background-color: #fff !important;
    border-bottom-width: 1px !important;
    box-shadow: none !important;
    /* margin-top: 2px !important; */
    font-family: 'Roboto', sans-serif;
}

    .hiddencustom-form[readonly] {
        background-color: #ffffff !important;
        cursor: not-allowed;
    }

.btnTeal {
    background-color: #0E747C;
    color: #fff;
    padding-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 17px;
    padding-bottom: 10px;
    width: 185px;
    font-family: 'Source Sans Pro', sans-serif;
}

    .btnTeal:hover {
        background-color: #fff;
        color: #0E747C;
        border: solid #0E747C;
        border-width: thin;
        padding-left: 30px;
        padding-right: 30px;
    }

.btnStandard {
    padding-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 17px;
    padding-bottom: 10px;
    width: 185px;
    font-family: 'Source Sans Pro', sans-serif;
}

.linkText {
    color: #6BBCC4;
    font-family: 'Source Sans Pro', sans-serif;
}

.navbarborder {
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    box-shadow: 0px 3px 5px rgb(32 116 124 / 41%) !important;
    border: #F0F7F7 !important;
    padding-top: 20px;
}

.sidenav {
    height: 100%;
    width: 235px;
    position: fixed;
    z-index: 1;
    top: 110px;
    left: 0;
    background-color: #0E747C;
    overflow-x: hidden;
    padding-top: 20px;
    border-top-right-radius: 35px;
    box-shadow: 4px 3px rgb(32 116 124 / 40%);
}

    .sidenav a {
        padding: 6px 8px 6px 16px;
        text-decoration: none;
        font-size: 20px;
        color: #fff;
        display: block;
        font-family: 'Roboto', sans-serif;
    }

        .sidenav a:hover {
            text-decoration: underline;
            color: #f1f1f1;
        }

.welcomeText {
    font-family: 'Roboto', sans-serif;
    color: #ADACAC
}

.avatar {
    vertical-align: middle;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.main {
    padding-left: 250px;
    padding-top: 25px;
}

.headingText {
    font-family: 'Source Sans Pro', sans-serif;
}

.btn-outline-theme {
    color: #0E747C;
    border: solid #0E747C;
    border-width: thin;
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    margin-right: 10px;
    font-size: 18px;
}

    .btn-outline-theme:hover {
        color: #fff;
        background-color: #0E747C;
    }

.sidenavactive {
    background-color: #073E42;
    border-left: solid #fff;
    border-width: thick;
}

.theadBackground {
    background-color: #F0F7F7;
}

    .theadBackground tr th {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
    }

tr:hover {
    cursor: pointer;
}

tbody {
    color: #8E8E8E;
    font-family: 'Roboto', sans-serif;
}

.cardOverride {
    padding: 45px !important;
    border-radius: 30px !important;
    box-shadow: 2px 3px rgb(32 116 124 / 30%);
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0E747C !important;
    border-color: #0E747C !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    border-radius: 50px;
    text-align: center;
    border: solid #111;
    border-width: thin;
    font-size: 17px;
    padding: 0px 50px;
}

div.dataTables_wrapper > div.row > div.col-md-6 {
    max-width: 100% !important;
    margin-right: 90% !important;
}

div.dataTables_wrapper div.dataTables_filter {
    font-size: 20px;
    text-align: left;
    margin-bottom: 10px;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 1080px;
    border-radius: 15px;
}

.modal-body {
    padding: 0 !important;
}

.modal-closer {
    border: none !important;
    margin-left: 92%;
    /* margin-left: 95%; */
    position: absolute;
    /* top: -10px; */
    bottom: 88%;
}

.image-well {
    /* border: solid;
    border-color: #ffead7;*/
    width: 190px;
    height: 200px;
    background-color: #f0f2f8;
    padding: initial;
}

input:-ms-input-placeholder {
    color: #CECFD0 !important;
    font-family: 'Source Sans Pro', sans-serif;
}

input::-ms-input-placeholder {
    color: #CECFD0 !important;
    font-family: 'Source Sans Pro', sans-serif;
}

label {
    color: #808495;
    font-family: 'Source Sans Pro', sans-serif;
}