@font-face {
    font-family: "YaleSolisApp-Regular";
    src: url("../fonts/YaleSolisApp-Regular.otf");
}

@font-face {
    font-family: "YaleSolisApp-Bold";
    src: url("../fonts/YaleSolisApp-Bold.otf");
}

@font-face {
    font-family: "YaleSolisApp-Light";
    src: url("../fonts/YaleSolisApp-Light.otf");
}

body{
    font-family: "YaleSolisApp-Regular";
    color: rgba(42, 45, 52, 1);
}

.body-blue{
    background-color: rgba(39, 65, 86, 1) !important;
}

a {
  cursor: pointer;
  color: rgba(39, 65, 86, 1);
  text-decoration: none;
}

a:hover{
    color: rgba(28, 110, 140, 1);
}

.victory-input{
    border: 0;
    border-bottom: solid 1px rgba(42, 45, 52, 1);
    border-radius: 0;
    padding-left: 0;
}

.victory-input::placeholder{
    color: rgba(180, 180, 180, 1);
}

.victory-label{
    font-size: 0.8em;
    margin-bottom: 0;
    color: rgba(136, 162, 170, 1);
    font-family: YaleSolisApp-Light;
}

.icon-button{
    background-color: rgba(39, 65, 86, 1);
    border-color: rgba(39, 65, 86, 1);
    border-radius: 0;
}

.victory-primary-button{
    background-color: rgba(39, 65, 86, 1);
    border-color: rgba(39, 65, 86, 1);
    padding: 6px 38px;
    border-radius: 20px;
}

.victory-secondary-button-flat{
    background-color: rgba(180, 180, 180, 1);
    border-color: rgba(180, 180, 180, 1);
    color: rgba(42, 45, 52, 1);
    padding: 6px 38px;
    border-radius: 0;
}

.victory-primary-button-flat{
    background-color: rgba(39, 65, 86, 1);
    border-color: rgba(39, 65, 86, 1);
    padding: 6px 38px;
    border-radius: 0;
}

.victory-primary-button:hover,
.victory-primary-button:focus,
.victory-primary-button:active,
.icon-button:hover,
.icon-button:focus,
.icon-button:active,
.searchBarButton:hover,
.searchBarButton:focus,
.searchBarButton:active,
.victory-primary-button-flat:hover,
.victory-primary-button-flat:focus,
.victory-primary-button-flat:active,
.victory-primary-button-flat:disabled{
    background-color: rgba(28, 110, 140, 1) !important;
    border-color: rgba(28, 110, 140, 1) !important;
}

.auth-header-container{
    text-align: center;
}

.auth-header-container img{
    width: 40%;
}

.auth-card{
    margin: 2%;
}

label.victory-input-error{
    font-size: 0.8em;
    color: red;
}

.infoText{
    font-family: "YaleSolisApp-Bold";
    font-size: 1.1em;
}

#tabsContent .card{
    border: 0;
    border-radius: 0;
}

#tabsList .nav-item{
    width: 8%;
}

#tabsList .nav-item .nav-link {
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 10%;
    text-align: center;
}
/*************************************************************/
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
    background-color: rgba(39, 65, 86, 1);
}

#sidebar.active {
    margin-left: -250px;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#searchBar,
.detailsBar{
    margin-bottom: 1%;
}

#searchBarInput{
    width: 100%;
    padding: 1%;
}

.searchBarButton{
    width: 100%;
    padding: 1%;
    height: 100%;
    background-color: rgba(39, 65, 86, 1);
    border-color: rgba(39, 65, 86, 1);
    border-radius: 0;
}

#logoutButton{
    position: absolute;
    bottom: 0;
    padding-left: 1%;
}

.table > tbody > tr > td,
.table > thead > tr > th{
    text-align: center;
    vertical-align: middle;
}

.paginationTextLeft{
    margin-right: 1%;
}

.paginationTextRight{
    margin-left: 1%;
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
}

#content{
    width: 100%;
    padding: 1%;
    background: rgba(180, 180, 180, 1);
}

#content nav.navbar{
    background-color: rgba(180, 180, 180, 1);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: rgba(39, 65, 86, 1);
    text-align: center;
}

.sidebar-header img{
    width: 65%;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul li a {
    padding: 5% 6%;
    font-size: 1.2em;
    display: block;
    color: rgba(248, 248, 248, 1);
}

#sidebar ul li a:hover {
    color: rgba(248, 248, 248, 1);
    background: rgba(28, 110, 140, 1);
    text-decoration: none;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: rgba(248, 248, 248, 1);
    background: rgba(28, 110, 140, 1);
}

.submenuItem{
    font-size: 1em !important;
}

.batteryIcon{
    width: 40px;
}
/************************************************************/

@media only screen and (max-width: 1400px) {
  #tabsList .nav-item {
      width: 15%;
  }
}