﻿body {
}

.scroll-container {
    width: 100%;
    height: 100%;
    overflow: auto;
    border: 1px solid #ccc;
}

table > thead {
    text-align: center;
    background-color: #0d6efd;
    color:#fff;
}
 
a {
    color: darkslategrey !important;
    cursor: pointer;
}

.navbar-collapse a {
    color: black !important;
    cursor: pointer;
}

.navbar-collapse a:hover {
    color: white !important;
    background-color: #333;
    border-color: #333;
}

.btn-outline-dark:hover {
    color: white!important;
}

table > tbody {
    text-align: center;
}

.none {
    display: none;
}

.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.indexSec1 {
    background-color: #8ae0fd;
    margin: 10px;
}

.indexSec2 {
    background-color: #cfe7f3;
    margin: 10px;
}

.indexSec3 {
    background-color: #8ae0fd;
    margin: 8px;
}

.indexSec4 {
    background-color: #cfe7f3;
    margin: 10px;
}
/*a {
    color: #2a2d32 !important;
}*/


section p, h2 {
    text-align: center;
}

.row {
    flex-wrap: nowrap !important;
    justify-content: center;
}

html, body {
    height: 100%;
    margin: 0;
}

.content {
    padding-bottom: 100px; /* Provide space for the fixed footer */
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px;
}

.form-group {
    margin-bottom: 2rem !important;
}

#App-logo {
    height: 50px;
    width: 50px;
}

#App-logo2 {
    height: 200px;
    width: 200px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.datepicker {
    z-index: 1050 !important;
}

.align-items-center {
    margin-top: 9px !important;
}

.notification-item {
    padding: 20px;
    background-color: dodgerblue;
    border: 1px solid #ccc;
    text-align: center;
}

.navbar, .footer {
    background-color: #4caed5 !important;
}

.bg-dark {
    background-color: #4caed5 !important;
}

table thead {
    background-color: #2d7aeb !important;
    text-align: center !important;
    font-size: small !important;
}

body .container {
    background-color: #bbbbbb;
    padding-right: 46px !important;
    padding-left: 46px !important;
}
