/* =========================================================
 |		 Controle de Frequência HENRY (NEaD | Unifei)		|
 | -------------------------------------------------------- |
 |	Versão: 2.0												|
 |	Ano: 2018												|
 |	Desenvolvido por: Mateus Rosa / Matheus Lino			|
  ========================================================== */

@CHARSET "UTF-8";

/*===============================
	MediaQuery
  ===============================*/

@media (min-width: 500px) {

    .cabecalho {
    }

    #return-button, #print-button {
        /*min-width: 16em;*/
    }

    #enviar-registro {
        min-width: 10em;
    }
}

@media (max-width: 500px) {

    #enviar-registro {
        width: 80%;
    }
}

/*===============================
	Geral
  ===============================*/

body {
    text-align: center;
    background: #e9ecef;
    font-family: 'Varela Round', sans-serif;
}

body[role=adm] {
    padding-top: 5.5rem;
}

main[role=main-admin] {
    min-height: 40rem;
    background: white;
}

.botoes {
    color: #e9ecef;
    text-decoration: none;
}

.rodape p a {
    text-decoration: none;
}

.rodape p a:hover {
    color: #CCC;
}

.lineHeight {
    line-height: 1.5em;
    font-size: 0.85rem;
    text-align: center;
}

.alert {
    line-height: 2em;
}

/*----------------------------
    Estrutura
    ----------------------------*/

.funcionarios .modal-confirm {
    width: 550px;
    color: #636363;
}

.funcionarios .modal-confirm .modal-content {
    padding: 20px;
    border: none;
    border-radius: 5px;
}

.funcionarios .modal-confirm .modal-header {
    padding: 0 15px;
    position: relative;
    border-bottom: none;
}

.funcionarios .modal-confirm h4 {
    display: inline-block;
    font-size: 26px;
}

.funcionarios .modal-confirm .close {
    top: -5px;
    right: -5px;
    position: absolute;
}

.funcionarios .modal-confirm .modal-body {
    padding: 10px;
    line-height: 20px;
    color: #999;
}

.funcionarios .modal-confirm .modal-footer {
    margin: 0 -20px -20px;
    background: #ecf0f1;
    text-align: right;
    border-color: #e6eaec;
    border-radius: 0 0 5px 5px;
}

.funcionarios .modal-confirm .btn {
    padding: 8px 20px;
    color: #fff;
    border: none;
    border-radius: 4px;
    transition: all 0.4s;
    outline: none !important;
}

.funcionarios .modal-confirm .btn-info {
    background: #b0c1c6;
}

.funcionarios .modal-confirm .btn-info:hover, .modal-confirm .btn-info:focus {
    background: #92a9af;
}

.funcionarios .btn-danger {
    background: #f15e5e;
}

.funcionarios .btn-danger:hover, .btn-danger:focus {
    background: #ee3535;
}

.funcionarios .modal-confirm .modal-footer .btn + .btn {
    margin-left: 10px;
}

.funcionarios .trigger-btn {
    margin: 100px auto;
    display: inline-block;
}

#CadFunc {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.FormUsu .modal-header {
    background: #f8f9fa;
}

.labelSelect{
    background: #f8f9fa;
    height: 43px;
    margin: 0;
    border: 1px solid #cdd2e6 !important;
}

.labelSelect button{
    background: #f8f9fa;
    height: 100%;
    top: -4px; /* Correção de Bug*/
}

.labelSelect .dropdown-menu{
    background: #f8f9fa;
    box-shadow: 0px 5px 15px #ccc;
    transform: none;
}

.labelSelect .dropdown-menu .dropdown-item{
    padding-top: 0;
    padding-bottom: 0;
    line-height: 2rem;
}

.labelSelect .dropdown-menu .dropdown-item:hover{
    background: rgba(152,171,185,0.3);
}

.labelSelect .dropdown-menu .bs-searchbox input{
    background: white;
    /*margin-bottom: 0.4rem;*/
}

.labelSelect .dropdown-menu .selected, .labelSelect .dropdown-menu .selected:hover{
    background: none;
    padding-bottom: 0;
    background-color: #dae0e5;
    color: #111111;
}

.FormUsu .modal-body {
    padding: 20px 50px;
    text-align: left;
}

.FormUsu .modal-body label {
    line-height: 10px;
}

.FormUsu .modal-body input, .FormUsu .modal-body textarea, .FormUsu .modal-body select {
    background: #f8f9fa;
}

.FormUsu .modal-body select:hover {
    cursor: pointer;
}

.FormUsu .modal-footer {
    background: #f8f9fa;
}

/*===============================
	Admin
  ===============================*/

/*----------------------------
    Estrutura
    ----------------------------*/

.body-admin {
    background: #eeeeee;
    font-family: 'Varela Round', sans-serif;
}

.form-inline {
    display: inline-block;
}

.navbar-header.col {
    padding: 0 !important;
}

.navbar {
    color: #fff;
    background: #373435;
    padding: 5px 16px;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
}

.navbar img {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

.sigla {
    cursor: pointer;
    text-align: center;
    font-size: 1.5em;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding-top: 2px;
    margin: 0px 10px;
}

.navbar .navbar-brand {
    color: #efe5ff;
    padding-left: 0;
    font-size: 24px;
}

.navbar .navbar-brand:hover, .navbar .navbar-brand:focus {
    color: #fff;
}

.navbar .navbar-brand img {
    width: 60px;
    height: 60px;
    margin: -9px 0px;
    margin-right: 5px;
}

.navbar .navbar-brand i {
    font-size: 25px;
    margin-right: 5px;
}

.navbar .nav-item i {
    font-size: 18px;
}

.navbar .nav-item span {
    position: relative;
    top: 3px;
    padding: 0px 5px;
}

.navbar .nav > li a {
    color: #efe5ff;
    padding: 8px 15px;
    font-size: 14px;
}

.navbar .nav > li a:hover {
    color: #fff;
    background-color: rgba(41, 113, 166, 0.5);
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
}

.navbar .nav > li > a > i {
    display: block;
    text-align: center;
}

.navbar .dropdown-item i {
    font-size: 16px;
    min-width: 30px;
}

.navbar .dropdown-item .material-icons {
    font-size: 21px;
    line-height: 16px;
    vertical-align: middle;
    margin-top: -2px;
}

.navbar .nav-item.open > a, .navbar .nav-item.open > a:hover, .navbar .nav-item.open > a:focus {
    color: #fff;
    background: none !important;
}

.navbar .dropdown-menu {
    text-align: left;
    border-radius: 1px;
    border-color: #e5e5e5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.navbar .dropdown-menu li a {
    color: #777 !important;
    padding: 8px 30px;
    line-height: normal;
}

.navbar .dropdown-menu li a:hover, .navbar .dropdown-menu li a:focus {
    color: #333 !important;
    background-color: rgba(108, 117, 125, 0.2);
}

.active, .active:hover, .active:focus {
    background-color: rgba(41, 113, 166, 0.4);
    color: #fff;
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
}

.navbar .nav .user-action {
    padding: 9px 15px;
}

.navbar .navbar-toggle {
    background-color: rgba(5, 5, 5, 0.3);
}

.navbar .navbar-toggle:focus, .navbar .navbar-toggle:hover {
    background-color: rgba(41, 113, 166, 0.3);
}

.navbar .divider {
    background-color: #e9ecef !important;
}

@media (min-width: 1200px) {
    .form-inline .input-group {
        width: 350px;
        margin-left: 30px;
    }
}

@media (max-width: 1199px) {

    .navbar .dropdown-menu {
        background-color: rgba(108, 117, 125, 0.5);
        border-top: 0;
        border-color: rgb(108, 117, 125);
    }

    .navbar .nav > li a, .navbar .nav > li a:hover, .navbar .nav > li a:focus {
        background: transparent !important;
    }

    .navbar .dropdown-menu li a, .navbar .dropdown-menu li a:hover {
        background: transparent !important;
        color: #ddd !important;
        padding: 8px 30px;
        line-height: normal;
    }

    .navbar .nav > li > a > i {
        display: inline-block;
        text-align: left;
        min-width: 30px;
        position: relative;
        top: 4px;
    }

    .navbar .navbar-collapse {
        border: none;
        box-shadow: none;
        padding: 0;
    }

    .navbar .navbar-nav {
        margin: 8px 0;
    }

    .navbar .navbar-toggle {
        margin-right: 0;
    }
}

#conteudo-admin {
}

.loading {
    width: 100%;
}

.loading img {
    width: 60px;
}

/*----------------------------
    Início
  ----------------------------*/

/*----------------------------
    Fichas
  ----------------------------*/

/*----------------------------
    Exibição
    ----------------------------*/

#FichaAlerta {
    background-color: rgba(217, 233, 252, 0.5);
}

#fichasPainel {
    line-height: 2em;
}

#modalIndex {
    line-height: 1.5em;
}

/*----------------------------
  Consulta Backup
  ----------------------------*/

#TabelaBackup {
    font-size: 13px;
}

#TabelaBackup thead {
    line-height: 2rem;
}

#TabelaBackup thead #dia {
}

#TabelaBackup thead th {
    width: 25%;
}

#TabelaBackup tbody tr {
    line-height: 1.2rem;
}

#botoesBackupRegistros .dropdown button {
    background: #e9ecef;
}

#botoesBackupRegistros .dropdown .dropdown-menu {
    line-height: 1rem;
    visibility: hidden;
}

/*----------------------------
    Funcionários
  ----------------------------*/

#TabFunc_filter {
    visibility: hidden;
}

.dataTables_length, .custom-select {
    cursor: pointer;
}

.funcionarios div[role=funcionarios] {
    width: 100%;
}

/* Caixa de Pesquisa*/
.funcionarios #custom-search-input input {
    font-size: 0.9rem;
}

.funcionarios #custom-search-input span button {
    padding: 0 auto;
    text-align: center;
    color: #435d7d;
}

.funcionarios .table-wrapper {
    margin: 30px 0;
    padding: 20px 25px;
    font-size: 0.8em;
    color: #435d7d;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.funcionarios .table-title {
    margin: -20px -25px 10px;
    padding: 16px 30px;
    padding-bottom: 15px;
    color: #fff;
    background: #435d7d;
    border-radius: 3px 3px 0 0;
}

.funcionarios .table-title h2 {
    margin: 5px 0 0;
    font-size: 22px;
    text-align: left;
}

.funcionarios .table-title .btn-group {
    float: right;
}

.funcionarios .table-title .btn {
    min-width: 50px;
    margin-left: 10px;
    font-size: 14px;
    float: right;
    color: #fff;
    border: none;
    border-radius: 2px;
    outline: none !important;
}

.funcionarios .table-title .btn i {
    margin-right: 5px;
    float: left;
    font-size: 21px;
}

.funcionarios .table-title .btn span {
    margin-top: 2px;
    float: left;
}

.funcionarios table.table tr th, .funcionarios table.table tr td {
    padding: 0px 0px;
    vertical-align: middle;
    border-color: #e9e9e9;
    cursor: pointer;
}

div[role=recesso] table.table tr th, div[role=recesso] table.table tr td {
    cursor: default;
}

.funcionarios table.table tr th:first-child {
    width: 30%;
}

.funcionarios table.table tr th:last-child {
    width: 10%;
}

.funcionarios table.table tr th {
    width: 20%;
}

.funcionarios table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fcfcfc;
}

.funcionarios table.table-striped.table-hover tbody tr:hover {
    background: #f5f5f5;
}

.funcionarios table.table th i {
    margin: 0 5px;
    font-size: 13px;
    cursor: pointer;
}

.funcionarios table.table td:last-child i {
    margin: 0 5px;
    font-size: 20px;
    opacity: 0.9;
}

.funcionarios table.table td a {
    display: inline-block;
    color: #566787;
    font-weight: bold;
    text-decoration: none;
    outline: none !important;
}

.funcionarios table.table td a:hover {
    color: #2196F3;
}

.funcionarios table.table td a.edit {
    color: #17a2b8;
}

.funcionarios table.table td a.delete {
    color: #f15e5e;
}

.funcionarios table.table td i {
    font-size: 19px;
}

.funcionarios table.table .avatar {
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 50%;
}

.funcionarios .pagination {
    margin: 0 0 5px;
    float: right;
}

.funcionarios .pagination li a {
    min-width: 30px;
    min-height: 30px;
    margin: 0 2px;
    padding: 0 6px;
    line-height: 30px;
    color: #999;
    font-size: 13px;
    text-align: center;
    border: none;
    border-radius: 2px !important;
}

.funcionarios .pagination li a:hover {
    color: #666;
}

.funcionarios .pagination li.active {
    background: none;
}

.funcionarios .pagination li.active a, .funcionarios .pagination li.active a.page-link {
    background: #03A9F4;
}

.funcionarios .pagination li.active a:hover {
    background: #0397d6;
}

.funcionarios .pagination li.disabled i {
    color: #ccc;
}

.funcionarios .pagination li i {
    padding-top: 6px;
    font-size: 16px;
}

.funcionarios .hint-text {
    margin-top: 10px;
    float: left;
    font-size: 13px;
}

.funcionarios .custom-checkbox label:before {
    width: 18px;
    height: 18px;
}

.funcionarios .custom-checkbox label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    background: white;
    border: 1px solid #bbb;
    border-radius: 2px;
    box-sizing: border-box;
    z-index: 2;
}

.funcionarios .custom-checkbox input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    transform: inherit;
    z-index: 3;
    transform: rotateZ(45deg);
}

.funcionarios .custom-checkbox input[type="checkbox"]:checked + label:before {
    border-color: #435d7d;
    background: #435d7d;
}

.funcionarios .custom-checkbox input[type="checkbox"]:checked + label:after {
    border-color: #fff;
}

.funcionarios .custom-checkbox input[type="checkbox"]:disabled + label:before {
    color: #b8b8b8;
    background: #ddd;
    cursor: auto;
    box-shadow: none;
}

/*----------------------------
    Calendário
  ----------------------------*/

#calendar {
    max-width: 900px;
    margin: 10px auto;
    padding: 0 10px;
    padding-bottom: 1rem;
    font-size: 0.9em;
}

.fc-view-container {
    border-radius: 10px;
    box-shadow: 20px 30px 30px rgba(100, 100, 100, 0.3);
    color: #888;
}

#top, #calendar.fc-unthemed {
    font-family: "Roboto", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}

.fc-toolbar {
    height: 100%;
    line-height: 2.3rem;
}

.fc .fc-button-group > * {
    color: #f8f9fa;
    font-size: 1rem;
    text-shadow: none;
    border: none;
}

.fc .fc-toolbar > * > * {
}

.fc .fc-toolbar button {
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.fc-center {
    color: #435d7d;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
}

.fc-event {
    text-align: center;
    background: rgb(82, 143, 153);
}

.fc-title {
    font-size: 1.1em;
    text-align: center;
    white-space: normal;
    color: white;
}

.fc-day-grid-event .fc-content {
    padding: 5%;
    background: rgb(82, 143, 153);
}

.fc-state-active {
    background: rgba(69, 69, 69, 1);
}

.fc-list-table, .fc-list-table:hover {
    color: #888;
}

.fc-day-top, .fc-day-number {
    line-height: 15px;
}

/*----------------------------
    Recesso
----------------------------*/

#TabRecesso_filter {
    visibility: hidden;
}

#TabRecesso #colunaDescricao {
    width: 76%;
}

#TabRecesso tr th:first-child {
    width: 12%;
}

#TabRecesso tr th:last-child {
    width: 12%;
}

/*----------------------------
    Configurações
  ----------------------------*/

.header-content-admin {
    padding: 0.9em;
}

.header-content-admin #titulo {
    line-height: 3em;
    background: #435d7d;
}

#conteudo-admin {
    width: 100%;
    line-height: 3em;
}

#enviar-registro {
    background: #e8e9ea;
}

#enviar-registro:hover {
    background: #D9D9D9;
}

.header-content-admin #conteudo-admin .custom-file-label {
    text-align: left;
}

#acaoUsuario {
    background: #e8e9ea;
}

#acaoUsuario:hover {
    background: #D9D9D9;
}

#obsCadUsuario {
    font-size: 12px;
    line-height: 1.2rem;
}

.custom-file-label::after {
    content: "Procurar";
    cursor: pointer;
}

/*===============================
	Ficha Frequência
  ===============================*/

#container-ficha {
    width: 90%;
    max-width: 1920px;
}

#bodyRelatorio .table td, #bodyRelatorio .table th {
    vertical-align: middle;
    font-size: 0.9rem;
}

.ActionsRelatorio {
    cursor: pointer;
}

.ActionsRelatorio .edit i {
    font-size: 1.3em;
}

.ActionsRelatorio .delete i {
    font-size: 2em;
}

#return-button {
    margin-bottom: 1em;
    width: 100%;
    float: left;
}

#print-button {
    margin-bottom: 1em;
    width: 100%;
    float: right;
}

.cabecalho {
    margin-bottom: 1rem;
    padding: 0 1rem;
    font-size: 0.85rem;
}

/*Atribui estilo às DIV's filha*/
.cabecalho .row div:nth-child(n) {
    padding: 0.25em;
    margin: auto;
}

.linha-tabela {
    color: #333;
    font-size: 14px;
    padding: 0;
}

.colunaPadrao {
    min-width: 60px;
}

.colunaPadraoImpressao{
    min-width: 50px;
}

.diaSemana {
    min-width: 120px;
}

.observacoes {
    min-width: 350px;
}

.observacoesImpressao{
    min-width: 305px;
}

.table-overflow {
    max-height: 51.2vh;
    overflow-x: auto;
    background: #f8f9fa;
    box-shadow: 2px 3px 10px rgba(200, 200, 200, 0.7);
    border-radius: 0.3rem;
}

.linhaModificada {
    background: rgba(23, 162, 184, 0.1);
}

.linhaRecesso {
    background: rgba(228, 229, 230, 0.45);
}

#resumo-mes td {
    width: 25%;
}

/*===============================
	Index
  ===============================*/

.topo {
    margin-bottom: 2rem;
    background-color: #373435 !important;
    border-radius: 0.3rem;
    color: #f8f9fa;
    font-size: 1.2em;
    font-style: normal;
}

.topo a {
    text-decoration: none;
    color: #f8f9fa;
}

.topo a img {
    width: 80px;
    height: 30px;
}

#breadcrumb {
    background: #fff;
}

#breadcrumb a {
    text-decoration: none;
    color: #555;
}

#breadcrumb span a {
    color: #4682B4;
    font-weight: bold;
}

#conteudo {
}

#barra-menu {
    text-align: right;
}

.opcao-lista {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.opcao-lista select {
    text-align: center; /* para firefox */
    text-align-last: center; /* para chrome */
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    cursor: pointer;
}

.colCargos {
    width: 30%;
}

.colSelecao {
    width: 70%;
}

.subitens {
    width: 100%;
    text-align: center;
}

.ItemDropdown, .ItemDropdown:hover {
    width: 100%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 5px;
    color: #555;
}

.ItemDropdown:hover {
    background: rgb(217, 221, 224);
}

.ItemDropdown:active {
    color: #111;
}

.MsgpadraoItem, .MsgpadraoItem:hover {
    cursor: default;
    background: none;
}

#button-admin {
    width: 100%;
    margin-bottom: 1em;
}

/*===============================
	Lista
  ===============================*/

#alerta {
    text-align: center;
}

#conteudo {
    position: relative;
    margin: 0 auto;
    height: 100%;
    max-width: 1000px;
}

#tabelaRelatorio {
    text-align: center;
}

/*===============================
	Login
  ===============================*/

.bg-authentication {
    color: #555;
    background: url(../img/bg.jpg) no-repeat center center fixed;
    background-color: #343a40;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    vertical-align: middle;
    height: 100%;
}

.conteudo-login {
    position: absolute;
    height: 100%;
}

.caixaLogin {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.form-control {
    min-height: 41px;
    background: #fff;
    box-shadow: none !important;
    border-color: #e3e3e3;
}

.form-control:focus {
    border-color: #70c5c0;
}

.form-control, .btn {
    border-radius: 2px;
}

.login-form {
    width: 350px;
    height: auto;
    margin: auto;
}

.login-form form {
    opacity: 0.9;
    color: #7a7a7a;
    border-radius: 2px;
    font-size: 13px;
    background: #ececec;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
    position: relative;
}

.login-form h2 {
    font-size: 22px;
    margin: 35px 0 25px;
}

.login-form .avatar {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -50px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #343a40;
    padding: 15px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.login-form .avatar img {
    width: 100%;
}

.login-form input[type="checkbox"] {
    margin-top: 2px;
}

.login-form .btn {
    font-size: 16px;
    font-weight: bold;
    background: #343a40;
    border: none;
    margin-bottom: 20px;
}

.login-form .btn:hover, .login-form .btn:focus {
    background: #6c757d;
    outline: none !important;
}

.login-form a {
    color: #fff;
    text-decoration: underline;
}

.login-form a:hover {
    text-decoration: none;
}

.login-form form a {
    color: #7a7a7a;
    text-decoration: none;
}

.login-form form a:hover {
    text-decoration: underline;
}

#login-alert {
    display: none;
}