body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.badge-notification {
    position: relative;
}

.badge-notification[data-badge]:after {
    content: attr(data-badge);
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: .7em;
    background: red;
    font-weight: bold;
    color: white;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border: solid 1px white;
    border-radius: 50%;
    box-shadow: 1px 1px 2px #333;
}

.profile-img-nav {
    height: 45px;
    vertical-align: middle;
}

.dropdown-content {
    background-color: #FFFFFF;
    margin: 0;
    display: none;
    min-width: 300px;
    /* Changed this to accomodate content width */
    max-height: auto;
    margin-left: -1px;
    /* Add this to keep dropdown in line with edge of navbar */
    overflow: hidden;
    /* Changed this from overflow-y:auto; to overflow:hidden; */
    opacity: 0;
    position: absolute;
    white-space: nowrap;
    z-index: 1;
    will-change: width, height;
}

#dropdown_sons_list .title {
    margin: 0;
    padding: 0;
}

#dropdown_sons_list p {
    line-height: 15px;
}

.acronym {
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
}

.subtitle {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 0;
    text-transform: uppercase;
}

.collapsible span.badge, .collection-item span.badge {
    margin-top: 0;
}

.fontCircle {
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 50%;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    color: #ffffff;
    padding: .5rem 0;
    font-weight: 400;
    border: 1px solid transparent;
    display: block;
    vertical-align: middle;
    text-align: center;
    box-sizing: inherit;
    line-height: 5px;
}

.fontCircle .title {
    color: #fff;
}

.lapse .title, .lapse .subtitle {
    margin-bottom: 0;
}

.profile-img-nav-mov {
    max-height: 110px;
    padding: 5px;
}

.profile-txt-nav-mov .title {
    font-size: 36px;
}

.profile-txt-nav-mov small {
    font-size: 13px;
}

#son_name_nav {
    padding: 0px 10px;
}

.side-nav li > a{
    padding: 0px 10px;
}

#resource-list .mix a {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
}

#resource-list .mix>a::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 solid transparent;
    content: "";
    height: 100.5%;
    left: 0;
    position: absolute;
    top: 0;
    transition: border-width 0.2s ease 0s, border-color 0.2s ease 0s;
    width: 100.5%;
}

#resource-list .mix:hover>a::before {
    opacity: 0.8;
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    -ms-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
}

#resource-list .mix:hover .view-icon {
    left: 43%;
    visibility: visible;
}

#resource-list .mix:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

table {
    background-color: #fff;
}

.class-title {
    padding: 10px;
    font-weight: bold;
    color: white;
    border-radius: 5px 5px 0px 0px;
}
.class-title h6 {
    font-weight: bold;
    color: white;
}
.class-body {
    margin-bottom: 20px;
}

.second-fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 90px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 998;
}

.table_evaluations input[type="text"],
.table_evaluations input[type="number"],
.table_evaluations textarea.materialize-textarea {
    border: solid 1px #ccc;
    border-radius: 4px;
    height: 3rem;
    min-height: 3rem;
    max-height: 3rem;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #fff;
    resize: none;
    overflow-y: inherit;
    padding: 0;
    margin: 0;
}

.table_evaluations .tdinput {
    vertical-align: top;
}

#fileUploadDoc {
    display: block !important;
    margin: 0 !important;
    padding: 0 50px !important;
}

@media (max-width: 480px) {
    .fontCircle .title {
        font-size: 44px;
    }
}
