/* 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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #EFEFF4;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}
.text-input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #BBB;
    font-size: 1em;
    font-weight: bold;
}

select-input {
    width: 100%;
    border: none;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
}

date-input {
    width: 100%;
    border: none;
    font-size: 1em;
    font-weight: bold;
}

.input-label {
    color: #707070;
    font-size: .9em;
    margin-top: 5px;
    margin-bottom: 5px;
}


#upload-progress {
    background-color: #00AADD;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 4px;
    z-index:100;
    transition: width 2s;
}

.botao-azul {
    background-color: #00AADD;
}

.botao-final {
    width: 100%;
    border-radius: 14px;
}

.botao-cinza {
    background-color: #EEE;
    border-color: #CCC;
}

.botao-final-internal-container {
    width: 100%;
}

.botao-final-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    bottom: 10px;
    margin-top: 40px;
}

.botao-documento-container {
    position: unset;
    transform: unset;
    padding-top: 20px;
}

.div-inline-s2 {
    width: 49%;
    display: inline-block;
}

@media (min-width: 576px) {
    .botao-final-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .botao-final-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .botao-final-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .botao-final-container {
        max-width: 1140px;
    }
}

.valid::after{
    content: "ok"
}

.voltar a {
    color: #00AADD !important;
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 10px;
    text-decoration: none;
    display: inline-block;
}
.form-preenchimento {
    background-color: white;
    padding: 10px;
}

.logo {
    max-width: 70%;
    margin-top: 20px;
}

.img1 {
    width: 100px;
    margin-top: 50px;
}

#ola{
    margin-top: 20px;
}

#boas-vindas-text {
    margin-top: 20px;
}

#player, #snapshot, #img-snapshot {
    height: 100%;
}

.player-container, .snapshot-container {
    /* padding-bottom: 75%; */
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.external-player-container, .external-snapshot-container {
    margin: -15px !important;
    margin-top: 0px !important;
    margin-bottom: -70px !important;
    height: 100%;
    top: 0;
    position: absolute;
}

@media screen and (orientation:landscape) {

    #player, #snapshot {
        /* top: 0; */
        /* left: 0; */
        /* bottom: 0; */
        /* right: 0; */
        height: 100% !important;
    }

    .player-container, .snapshot-container {
        /* padding-bottom: 75%; */
        height: 100%;
        position: fixed;
        /* height: unset !important; */
        top: 50%;
        transform: unset;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .external-player-container, .external-snapshot-container {
        margin: -15px !important;
        width: 100%;
        height: unset !important;
    }
}





#capture {
    height: 62px;
    /* margin-right: 17px; */
    margin-top: 4px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.bottom-buttons {
    width: 100%;
    height: 70px;
    background-color: black;
    opacity: 0.8;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

#change {
    float: right;
    height: 35px;
    margin-right: 17px;
    margin-top: 17px;
}

#from-gallery {
    filter: invert(1);
    height: 70%;
    margin-top: 10px;
    margin-left: 10px;
}

.bottom-buttons-snapshot {
    display: none;
    width: 100%;
    height: 70px;
    background-color: black;
    opacity: 0.8;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

#salvarFoto {
    margin-right: 17px;
    margin-top: 18px;
    border-radius: 14px;
    background-color: #00AADD;
    float: right;
}

#repetir-button {
    margin-left: 17px;
    margin-top: 18px;
    background-color: #00AADD;
    border-radius: 14px;
    float: left;
}

.square {
    background-color: white;
    border-radius: 15px;
    width: 200px;
    height: 200px;
    /*position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;*/
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
}

#finalNaoConcordo {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    padding-top: 60px;
}

#finalDiv {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    padding-top: 40px;
}

.calendario {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


.candidato-rounded {
    width: 200px;
    margin-top: 50px;
    margin-bottom: 20px;
    clip-path: circle(74px at center);
    -webkit-clip-path: circle(74px at center);
}

#identidade-confirmada {
    color: #00AADD;
}

.input-camera {
    display: none;

}

#div-invoke-cam {
    margin: auto;
    width: 220px;
    margin-bottom: 50px;
    margin-top: 50px;
}
.valor-img {
    display: none;
}

.img-invoke {
    filter: invert(.5);
    width: 64px;
    display: inline-block;
    margin: 20px;
    cursor: pointer;
}

.label-invoke {
    text-align: center;
}

.img-invoke img {
    width: 64px;
}

.div-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 64px; */
    color: #ccc;
    text-align: center;
    white-space: nowrap;
    display: none;
}

    .div-loading img {
        width: 48px;
        margin: 10px;
    }

.nav-logo{
    height: 40px;
}
.admin-profile-photo{
    height: 40px;
}
.admin-name {
    color: #006A89;
}
.navbar-top{
    background-color: white;
}
.breadcrumb {
    background-color: #006A89;
    color: white;
}


.sidebar {
    height: 100%;
    width: 160px;
    /* position: fixed; */
    z-index: 1;
    /* top: 0; */
    /* left: 0; */
    background-color: #111;
    overflow-x: hidden;
    /* padding-top: 16px; */
    float: left;
}

.sidebar a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
}

    .sidebar a:hover {
        color: #f1f1f1;
    }

.main {
    margin-left: 160px; /* Same as the width of the sidenav */
    padding: 0px 10px;
}

@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

        .sidebar a {
            font-size: 18px;
        }
}


.sidebar-main-container{
    position: relative;
}

.azul {
    color: #006A89;
}

#ver-processo {
    display: inline-block;
    cursor: pointer;
}
#novo-processo {
    display: inline-block;
    cursor: pointer;
    color: #93AFB7;
}

.limit-width1 {
    width: 260px;
    margin: auto;
}

#escolher-arquivo {
    border-radius: 15px;
    background-color: #006A89;
}

.modal-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.8;
    z-index: 10;
}

.close-button {
    float: left;
    margin-left: 10px;
    font-size: 29px;
}

#relatorio-importacao{
    text-align: center;
    font-size: 16px;
}





$breadcrumb-divider: quote(">");

    }


.btn-lg, .btn-group-lg > .btn {
    font-size: 1em;
}
