/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */
body {
    overflow-x: hidden;
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
    width: 10rem;
}

#page-content-wrapper {
    min-width: 100vw;
}


#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }

}

.login-window {
    border-radius: 25px;
    margin: auto;
    width: 10%;
    border: 7px solid green;
    padding: 25px;

}

a.custom-card,
a.custom-card:hover {
    color: inherit;
    text-decoration: none;
}

#inst-graphs {
    width: 100%;
    min-height: 660px;
    border: 0;
}

.nowrap {
    white-space: nowrap;
}

.table-mass-actions input[type=checkbox] {
    transform: scale(1.5, 1.5);
}


.fixed-header {
    overflow-y: auto;
    height: 700px
}

.fixed-header thead th {
    position: sticky;
    top: 0;
    background: #F0F8FF;
    border: 5px;
}

/*t  d { white-space: nowrap }  */
.table td,
.table th {
    /*    white-space: nowrap;
    */
}

#map {
    height: 400px; /* The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
}

button {
    color: green;

}

button:focus {
    color: green;
    box-shadow: -200px -200px 0px -200px rgba(0, 0, 0, 0.75);
}

button:hover {
    background-color: orange;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    cursor: pointer;
}

.ui-datepicker {
    background-color: #c9c9c9;
}

