﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Login */
@media (max-width: 380px) {
    .bloco-login100 {
        width: 100%;
        min-height: 90vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 15px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        z-index: -15;
    }

    .bloco-login100::before {
        display: block;
        position: relative;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: -50px;
        left: 0;
        background: #012C61;
        background: -webkit-linear-gradient(bottom, #005bea, #00c6fb);
        background: -o-linear-gradient(bottom, #005bea, #00c6fb);
        background: -moz-linear-gradient(bottom, #005bea, #00c6fb);
        background: linear-gradient(bottom, #005bea, #00c6fb);
        opacity: 0;
    }

    .wrap-login100 {
        max-width: 310px;
        background: transparent;
    }

    .login100-form {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .limiter {
        margin: 0 auto;
    }

}

.bloco-login100 {
    width: 100%;
    min-height: 90vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -15;
}

.bloco-login90 {
    width: 100%;
    min-height: 75vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -15;
}

.bloco-login100::before {
    display: block;
    position: relative;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: -50px;
    left: 0;
    background: #012C61;
    background: -webkit-linear-gradient(bottom, #005bea, #00c6fb);
    background: -o-linear-gradient(bottom, #005bea, #00c6fb);
    background: -moz-linear-gradient(bottom, #005bea, #00c6fb);
    background: linear-gradient(bottom, #005bea, #00c6fb);
    opacity: 0;
}

.wrap-login100 {
    width: 390px;
    background: transparent;
}

.login100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.limiter {
    margin: 0 auto;
}

/*---------------------------------------------------*/

/* NovoUsuario */
.bloco-novoUser {
    width: 100%;
    min-height: 90vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -15;
}

.wrap-novoUser::before {
    display: block;
    position: relative;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: -50px;
    left: 0;
    background: #012C61;
    background: -webkit-linear-gradient(bottom, #005bea, #00c6fb);
    background: -o-linear-gradient(bottom, #005bea, #00c6fb);
    background: -moz-linear-gradient(bottom, #005bea, #00c6fb);
    background: linear-gradient(bottom, #005bea, #00c6fb);
    opacity: 0;
}

.wrap-novoUser {
    background: transparent;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.bg-body {
    background-color: #F3F3F3;   
}

.text-body {
    color: #263868;
   /* font-family: 'Ubuntu', sans-serif; */
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*white-space: nowrap;*/
    /* Set the fixed height of the footer here */
    height: 60px;
    padding: 17px;
    /*line-height: 30px; /* Vertically center the text there */
}

@font-face {
    font-family: benton-sans, sans-serif;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/bentonsans-black.otf'); /*URL to font*/
}

/* Submenu*/
.dropdown-submenu.dropright .dropdown-menu {
    margin-left: 1px;
}

.dropdown-submenu.dropleft .dropdown-menu {
    margin-right: 1px;
}

[x-placement^="bottom-"] .dropdown-submenu .dropdown-menu,
.navbar .dropdown-submenu .dropdown-menu {
    bottom: auto;
    margin-top: calc(-0.5rem - 1px);
}

[x-placement^="top-"] .dropdown-submenu .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-bottom: calc(-0.5rem - 1px);
}

.dropdown-submenu.dropright > .dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-submenu.dropright > .dropdown-toggle::after {
    margin-right: -12px;
}

@media (max-width: 400px) {
    thead, tbody {
        display: block;
    }

    tbody {
        height: 200px;
        overflow-y: auto;
        font-size: smaller
    }
}

.foto3x4 {
    max-width: 120px;
    height: 160px;
}

.tableFoto3x4 {
    max-width: 30px;
    height: 40px;
}

.tableLogo1x1 {
    max-width: 30px;
    height: 30px;
}


@media (max-width: 400px) {
    .fotoCriadorConteudo {
        width: 50%;
    }
}

#formulario {
    width: 100%;
    margin: 10px auto;
    text-align: center;
    position: relative;
}

#formulario fieldset {
    background: white;
    border: 0 none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
}

#formulario fieldset:not(:first-of-type) {
    display: none;
}

#formulario input, #formulario textarea, #formulario select {
    padding: 10px;
    border: 1px solid rgba(38, 128, 101, 0.9);
    border-radius: 4px;
    -moz-border-radius: 4px;
    outline: none;
    box-sizing: border-box;
    width: 100%;
    color: #090;
    margin-bottom: 10px;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 475px) {
    .fotoCriadorConteudo {
        width: 100%;
    }

    .padding-left {
        padding-left: 1rem !important
    }

    .padding-right {
        padding-right: 1.1111rem !important
    }

    .linha-branca {
        border-color: #E5E5E5 !important
    }

    .perguntas-rolagem-cel {
        overflow: auto;
        height: 15rem !important
    }
}

.blue-like {
    color: #263868;
}


/*SAEP - QUESTIONARIO - NOVA OPÇÃO */
.entry:not(:first-of-type) {
    margin-top: 10px;
}

.glyphicon {
    font-size: 12px;
}

/*fotoEmpresa*/
.logo {
    vertical-align: middle;
    width: 100%;
    height: auto;
}

/* DATATABLE CSS SHOW CHILDREN ROW*/
td.details-control {
    background: url('../icons/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../icons/details_close.png') no-repeat center center;
}

/* BUTTON */
.btn-primary {
    background-color: #263868;
    border: 1px solid #263868;
    color: white;
}

.btn-primary:hover {
    background-color: #0db02b;
    border: 1px solid #0db02b;
    color: white;
}

.text-primary{
    color: white;
}
.text-primary:hover {
    color: white;
}

.cursor-pointer{
    cursor:pointer;
}

.cssMessage {
    display: block;
    position: fixed;
    top: 0;
    left: 25%;
    right: 25%;
    width: 50%;
    padding-top: 10px;
    z-index: 9999
}

@media (max-width: 500px) {
    .cssMessage {
        display: block;
        position: fixed;
        top: 0;
        left: 0%;
        right: 0%;
        width: 100%;
        padding-top: 10px;
        z-index: 9999
    }
}

/*SIDEBAR*/

#wrapper {
    overflow-x: hidden;
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-right: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
    width: 15rem;
}

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-right: 0;
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-right: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-right: -15rem;
    }
}

/*FIM SIDEBAR */

/* NOTIFICACAO DO SITE */


.card-notificacao{
    border-bottom: 1px solid rgba(210, 210, 210, 0.5);
}

.card-notificacao:hover{
    background-color: rgba(0,0,0,0.1);
}

/* FIM NOTIFICACAO */

/* Ocultar todas as barras de rolagem */
.visible-scrollbar, .invisible-scrollbar, .mostly-customized-scrollbar {
    overflow: auto;

}

.invisible-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Demonstrate a "mostly customized" scrollbar
 * (won't be visible otherwise if width/height is specified) */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: lightgrey; /* or add it to the track */
}
@media (max-width: 450px) {
    ::-webkit-scrollbar {
        width: 2px;
        height: 2px;
        background-color: lightgrey; /* or add it to the track */
    }
}
/* Add a thumb */
::-webkit-scrollbar-thumb {
    background: ghostwhite;
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
}

/* Forçar impressão igual à formatacao */

@media print {
    body {
        -webkit-print-color-adjust: exact !important;
    }
}

b.importante{
    color: red; !important;
    font-weight: bold;
}

.div-hr-color-gradient-menor {
    background-image: linear-gradient(to right, #2cb738, #009e7b, #007f9c, #005c93, #263868);
    max-height: 0.23rem;
    margin-top: 0;
    margin-bottom: 0px;
    color: transparent;
    font-size: 2px;
}


/* Centralizar conteudos de uma div */

.div-centralizar-vertical-conteudo{
    display: flex;
    justify-content: center;
}

.div-centralizar-conteudo{
    display: flex;
    justify-content: center;
    align-items: center
}
.label{
    font-weight: bold;
}
.cardAdaptacao{
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
}
.azulLogo{
    color: #263868; 
}

/* Calendario */

.bg-sem-aula{
    background-color:#0070C0;
}
.bg-aula{
    background-color:#76933C;
}
.bg-aula-pratica{
    background-color:#FFC002;
}
.noMargin{
    margin-right: 0;
    margin-left: 0;
}


/* Ocultar em celular */

@media  (max-width: 450px){
    .exibirDesktop{
        display: none;
    }
}


/* */
@media (max-width: 500px){
    .sidenavMenu{
        top: 53.75px !important;
        padding-top: 5px !important;
        padding-bottom: 5px!important;
    }
}
/* The side navigation menu */
.sidenavMenu {
    height: 100%;
    min-width: 50px;/* 100% Full-height */
    max-width: 50px;/* 100% Full-height */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 1rem; /* Stay at the top */
    left: 0;
    overflow-x: hidden; /* Disable horizontal scroll */
    overflow-y: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    padding-bottom: 70px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenavMenuItem {
    padding: 4px 4px 4px 12px;
    text-decoration: none !important;
    font-size: 18px;
    display: block;
    transition: 0.3s;
    white-space: nowrap;
    color: dimgrey;
    margin-right: 10px;
}

.sidenavMenuItem li{
    
}
.sidenavMenu i {
    font-size: 25px;
}

.sideNavMenu > .collapse {
   color:red;
}
/* When you mouse over the navigation links, change their color */
.sidenavMenuItem:hover {
    color: #f1f1f1;
    background-color: slategrey;
}
/* Position and style the close button (top right corner) */
.sidenavMenu .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#corpoTela {
    transition: margin-left .5s;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-width: 450px) {
    .sidenavMenu a {font-size: 18px;}    
    .sidenavMenu i {
        font-size: 30px !important;
    }
    .sidenavMenuItem > span {margin-left: 0.8rem !important}
}


/* Drag and Drop*/

.allow-drag {
    cursor: move;
    border: 1px solid #DEE2E6;
}

    .allow-drag.over {
        border: 3px dotted #666;
    }


@keyframes balancar {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(15deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.icone-balancando {
    display: inline-block;
    animation: balancar 1s infinite;
}
