﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
 /*   padding-top: 15px;*/
    padding-bottom: 10px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 5px;
    padding-right: 5px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

footer {
   padding-left: 5px;
   padding-right: 5px;
}
/* Responsive: Portrait tablets and up */
@media only screen and (max-device-width: 480px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.divlogin {
    padding-left: 15px;
    padding-right: 15px;
}

.tooltip-inner {
    white-space: pre-line;
}

.nav-tabs .nav-item .nav-link {
    background-color: #68c2d1;
    color: #FFF;
}

.nav-tabs .nav-item .nav-link.active {
        background-color: #138496;
        color: #FFF;
    }

.tab-content {
    border: 1px solid #68c2d1;
    border-top: transparent;
    padding: 15px;
}

.table-active, .table-active > td, .table-active > th {
    background-color: #AAAAAA !important;
}

th {
    font-size:12px !important;
}
td {
    font-size: 12px !important;
}