/*
Copyright © 2019 LOEFFA.COM ALL RIGHTS RESERVED
Software desenvolvido por Loeffa Soluções Tecnológicas (loeffa.com)
e licenciado para uso, limitado, não exclusivo e não transferível.
*/

html, body {
    font-family: "Roboto", Tahoma;
    height: 100%;
    min-height: 100%;
}
.content {
    background-color: #ffffff;
}
h4 {
    font-size: 26px;
}
nav {
    height: 120px;
}
nav .brand-logo {
    height: 120px;
    display: grid;
    align-items: center;
}
nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: 52px;
    line-height: 52px;
    margin: 0;
    float: none;
    color: #f1f1f1;
    font-size: 30px;
}
nav #nav-mobile {
    margin-top: 34px;
}
nav #nav-mobile li {
    background-color: #a9a9aa;
    border-radius: 30px;
    margin-left: 16px;
    width: 52px;
    height: 52px;
    transition: background 0.3s;
    text-align: center;
}
nav #nav-mobile li:hover {
    background-color: #345fab;
}
nav ul a {
    padding: 0;
    text-align: center;
    border-radius: 30px;
}
nav ul a:hover {
    background-color: none;
}
nav h4.right {
    margin-right: 16px;
}
.video-container {
    overflow: visible;
    display: grid;
    justify-items: center;
    align-items: center;
    padding-bottom: 37.5%;
 }
.page-footer .col {
    padding-right: 16px;
    padding-bottom: 20px;
}
.page-footer .col p {
    margin: 0;
}
.side-nav .collapsible {
    padding-left: 20px !important;
}
.side-nav .user-view {
    height: 168px;
    padding: 0;
    background: url("../images/menu-video-background.png");
}
.side-nav .user-view p {
    line-height: 20px;
    text-align: center;
    color: white;
}
.side-nav li>a {
    height: auto;
    line-height: 18px;
    padding: 12px 32px;
}
.thesis-description {
    padding: 32px 32px 0;
}
.thesis-title {
    font-size: 14px;
    font-weight: 500;
}
.thesis-author {
    font-size: 12px;
}
#side-menu {
    overflow-y: auto;
}
.side-nav {
    overflow-y: hidden;
}
.side-nav li>a>i, .side-nav li>a>[class^="mdi-"], .side-nav li>a li>a>[class*="mdi-"], .side-nav li>a>i.material-icons {
    float: right;
}
.side-nav .collapsible-body li a, .side-nav.fixed .collapsible-body li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
footer .row {
    margin-bottom: 0;
}
li .selected {
    background-color: #cacaca;
}
li.menu-group span {
    display: none;
}
.gray {
    background-color: #f1f1f1;
}
.about-title:not(:first-child) {
    margin-top: 1.5rem;
}
#about-modal {
    height: 450px;
    width: 80%;
    max-width: 640px;
    position: fixed;
    top: 50% !important;
    bottom: 50% !important;
}
.about-title {
    color: #345fab;
    margin-bottom: 1.5rem;
}
.about-name {
    color: #595955;
}
#about-logo-container {
    display: flex;
    height: auto;
    justify-content: space-between;
    margin-bottom: 12px;
}
#loeffa-about-wrapper {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: 80px auto;
}
#loeffa-about-wrapper > a {
    align-self: center;
    font-size: large;
}
#loeffa-about-logo {
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#arara-logo {
    width: initial;
}
.about-logo {
    width: 30%;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.about-logo:first-child {
    background-position: left;
}
.about-logo:last-child {
    background-position: right;
}
.main-container {
    border-radius: 8px;
    margin-bottom: 16px;
}
.video-title {
    margin-top: 40px;
    background-color: #5b85c5;
    border-radius: 8px 8px 0px 0px;
    height: 36px;
}
.video-title h5 {
    margin: 0;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
    font-size: 22px;
}
video.vbook::cue {
    text-shadow: 0 0 2px #000;
    background: #444a;
    font-size: 20px;
    line-height: 28px;
}
.stretch-menu-options {
    height: 100% !important;
}
.disable-selection {
    -moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* -------- RESPONSIBLE ----------- */
@media only screen and (min-width: 700px) {
    #two-columns {
        display: grid;
        grid-auto-flow: column;
    }
}
@media only screen and (max-width: 992px) {
    nav {
        height: 86px;
    }
    nav .brand-logo {
        left: 0;
        transform: none;
        -webkit-transform: none;
        height: 86px;
    }
    nav .brand-logo img {
        width: 175px;
    }
    nav #nav-mobile {
        margin-top: 24px;
    }
    nav #nav-mobile li {
        border-radius: 20px;
        margin-left: 8px;
        width: 40px;
        height: 40px;
    }
    nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
        height: 40px;
        line-height: 40px;
        font-size: 24px;
    }
    video.vbook::cue {
        font-size: 16px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 359px) {
    nav {
        height: 80px;
    }
    nav .brand-logo {
        height: 80px;
    }
    nav .brand-logo img {
        width: 150px;
    }
    nav #nav-mobile {
        margin-top: 22px;
    }
    nav #nav-mobile li {
        border-radius: 18px;
        margin-left: 4px;
        width: 36px;
        height: 36px;
    }
    nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
        height: 36px;
        line-height: 36px;
        font-size: 24px;
    }
    video.vbook::cue {
        font-size: 3vw;
        line-height: 4.4vw;
    }
}

@media only screen and (max-width: 600px) {
    .video-title h5 {
        font-size: 18px;
    }
    i.large {
        font-size: 4rem;
    }
    .container.main-container {
        width: 95%;
    }
    .video-title {
        margin-top: 16px;
    }
    video.vbook::cue {
        font-size: 2.7vw;
        line-height: 4vw;
    }
}

/* -------- VBOOK STYLIZATION --------- */
.vbook_bar {
    margin-top: -24px;
    height: 72px;
    opacity: 1;
    background-color: transparent;
    border-radius: 0 0 8px 8px;
    color: #909090;
    text-shadow: none;
}
.vbook_button, .vbook_button i {
    line-height: 38px;
    height: 38px;
    padding-top: 0;
}
.vbook_button:hover {
    color: #345fab;
}
.vbook_bar .noUi-handle {
    background-color: #345fab;
    box-shadow: none;
    top: 22px;
}
#timeline.noUi-target {
    height: 32px;
    background-color: transparent;
}
#timeline .noUi-base {
    height: 36px;
}
#timeline .noUi-connects {
    height: 8px;
    top: 24px;
    background-color: #b5b5b5;
}
.noUi-connect {
    background-color: #5b85c5;
}
.speed_button {
    height: 38px;
    color: #909090;
}
#marker_btn {
    color: #909090;
}
.timer {
    top: 0px;
    line-height: 38px;
    height: 38px;
    font-weight: 500;
}
.miniature {
    width: 224px;
}
.arrow {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #345fab;
    position:absolute;
    bottom: 48px;
    display: none;
    z-index: 4;
}
.miniature>video {
    width: 100%;
}
.miniature:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 4;
    background: rgba(255, 255, 255, 0.12);
}
#next_btn_container i {
    background-color: #f1f1f1;
    color: #909090;
    padding: 0.5rem;
}
#main_video_btn_container i:hover, #main_video_btn_container:hover a:not(.go_to_next_video) i {
    color: #345fab;
}
#timeline .marker {
    z-index: 5;
    background-color: #76ff037a;
    pointer-events: none;
}
#timeline .bookmark {
    z-index: 5;
    pointer-events: none;
}
#marker-pen {
    top: 2px;
}
.control_bar {
    height: 40px;
    background-color: #f1f1f1;
    border-radius: 0 0 8px 8px;
}
.modal-close {
    background-color: #5b85c5;
    color: #f1f1f1;
}
