.required {
    color: red;
}

/*
 * Sidebar
*/
.list-group-item{
    background: none;
}

#body-row {
    margin-left:0;
    margin-right:0;
}

#sidebar-container {
    min-height: 100vh;
    background-color: rgba(12, 170, 139,0.3);
    padding: 0;
}

/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
    width: 210px;
}
.sidebar-collapsed {
    width: 60px;
}


/**
    SIGN IN
*/

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/**
    Table
*/
th a, th a:hover {
    text-decoration:none;
    color: #000;
}

/* TABS */

.nav-tabs .nav-item a.nav-link{
     color:black;
 }
.nav-tabs .nav-item a.nav-link:hover{
    color:#0caa8b;
}
.nav-tabs .nav-item a.nav-link.active{
    color:#0caa8b !important;
}

