main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.form-group {
    margin-bottom: 1rem;
}

.h-100 {
    /*height: 100% !important;*/
    background: lavender;
}
.bg-dark {
    background-color: #43bb6e !important;
}
.site-login{

    border:solid 2px #000000;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright:15px;
    -moz-border-radius-bottomleft:15px;
    -moz-border-radius-bottomright:15px;
    -webkit-border-top-left-radius:15px;
    -webkit-border-top-right-radius:15px;
    -webkit-border-bottom-left-radius:15px;
    -webkit-border-bottom-right-radius:15px;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;

    /*    border: #1b6d85 solid medium ;*/
    width: 500px;
    /*padding: 10px;550px;
    /*padding:*/
    background: #e6e6e6;
    margin: 0 auto;
    /*float: right;*/
    padding-left: 10px;
    margin-top: 100px;
}
.site-login h2{
    text-align: center;
    font-weight: bold;
    /*background: #000;*/
    /*color: #fff*/
}
/*label {*/
/*    margin-bottom: 0;*/
/*}*/
.radio_login{
    margin-left: 25px;
}

.form-label {
    margin-bottom: 0.1rem;
}
#login-form .login{
    width:350px;
    margin-left: 50px;
}
.btn_login{
    margin-bottom: 10px;
}
.lembre_de_mim{
    width: 100%;
}
.login_text{
    text-align: center;
}
p.login_text{
    font-size: large;
}
#tab_teletrabalho thead , th.teletrabalho_ano{
    /*text-align: center;*/
    /*background: #64bde8;*/
    border: #1b6d85 solid medium ;

}
#tab_teletrabalho thead th{
    text-align: center;
    padding: 5px;
}
#tab_teletrabalho thead tr , .teletrabalho_ano{
    background: #f9f2bd;
}
#tab_teletrabalho td, th{
    border: #1b6d85 solid thin ;
    text-align: center;
}





.modal-custom {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 100%;
    max-width: 400px;
    padding: 10px;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal-custom.show {
    opacity: 1;
}

.modal-content-custom {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 25px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    font-family: sans-serif;
    width: 100%;
    position: relative;
}

.overlay-custom {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.overlay-custom.show {
    opacity: 1;
    display: block;
}

/* Botão "X" no canto */
.close-modal {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 24px;
    color: #999;
    cursor: pointer;
}

.close-modal:hover {
    color: #000;
}
/* Estilos para mensagens de erro */
.custom-error {
    font-size: 14px;
    color: #FF5733; /* Cor de fundo laranja-avermelhado */
    /*background-color: rgba(255, 87, 51, 0.1); !* Fundo suave *!*/
    padding: 5px;
    border-radius: 3px;
    margin-top: 5px;
    font-weight: bold;
}

/* Estilo para campos de erro */
.form-group.has-error .form-control {
    border-color: #FF5733; /* Cor da borda do campo */
    background-color: rgba(255, 87, 51, 0.1);
}

/* Estilo do botão de erro (caso tenha botões específicos para erro) */
.btn-error {
    background-color: #FF5733;
    color: white;
}

/* Para o tooltip de erro */
.help-block {
    color: #FF5733;
    font-size: 13px;
}
::placeholder {
    color: #adb5bd; /* Cinza clarinho e elegante */
    opacity: 1;
}

:-ms-input-placeholder {
    color: #adb5bd; /* Para IE 10-11 */
}

::-ms-input-placeholder {
    color: #adb5bd; /* Para Edge antigo */
}
input::placeholder,
textarea::placeholder,
select::placeholder {
    color: #adb5bd !important;
    opacity: 1;
}

.has-error .form-control {
    border-color: #dc3545 !important;
    box-shadow: 0 0 5px rgba(220, 53, 69, 0.5);
}
.ui-datepicker {
    z-index: 1051 !important;
}
.cropper-container {
    max-width: 100%;
    max-height: 70vh; /* Limita a altura em 70% da altura da janela */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cropper-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
#modal-foto .modal-body {
    max-height: 70vh;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#imagem-crop {
    max-width: 100%;
    max-height: 60vh;
    object-fit: contain;
}

.pagination .active > .page-link,
.pagination .page-link.active {
    background-color: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}
