a:hover {
    color: #888;
    text-decoration: none;
}

.alert-success {
    background-color: #9dda36;
}

.alert-warning a {
    text-decoration: underline;
}
.alert-warning a:hover {
    text-decoration: none;
}

.card label {
    text-transform: inherit;
}

.card .form-group > label,
.modal-body .form-group > label {
    text-transform: inherit;
}

.form-horizontal .radio.radio-inline {
    margin-top: 6px;
}

.form-horizontal .checkbox-inline,
.form-horizontal .radio-inline {
    margin-left: 0;
    margin-right: 10px;
}

.form-horizontal legend {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    color: #005eff;
    border-bottom: 1px solid #005eff;
}

.has-success .control-label {
    color: inherit;
}

.has-error label.radio  {
    color: #FB404B !important;
}

.card .form-group textarea {
    height: auto !important;
}

 .btn {
    padding: 5px 30px;
    text-transform: uppercase !important;
    border-radius: 16px;
}

.login-page .btn {
    min-width: 180px;
}

.input-group-btn .btn {
    padding: 4px 10px;
}

.legenda {
    margin: 6px 15px 0 0;
    display: inline-block;
}
.legenda img {
    margin: -4px 5px 0 0;
}

#inscricoes_wrapper .legenda {
    font-size: 12px;
}
#inscricoes_wrapper .legenda .fa {
    color: #ff9510;
}

.card {
    color: #5b5b5f;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 60px;
}

div.dataTables_wrapper .table thead th {
    text-align: center;
}

.card .footer .legend {
	line-height: normal;
}

.card .table-content td {
    padding:5px !important;
}

.image-upload > input {
    display: none;
}

.content-wrap section {
    border: none;
}

.form-group {
    margin-bottom: 18px;
}

table .form-group {
    margin-bottom: 0;
}

.form-group input[type="text"] {
    text-transform: uppercase;
}


.form-group  ::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}
.form-group :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}
.form-group ::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}
.form-group :-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}
.form-group :placeholder { /* Recent browsers */
    text-transform: none;
}

.form-group .text-lowercase {
    text-transform: lowercase !important;
}

.has-success .control-label {
    color: inherit;
}

.has-error {
    position: relative;
}

span[id*='-error'],
span.help-error {
    font-size: xx-small !important;
    position: absolute;
    margin-top: 3px;
    white-space: nowrap;
}

#calendar .fc-view-container {
    overflow-x: auto;
}

    #calendar .fc-view.fc-agendaDay-view.fc-agenda-view {
        width: 99.9%;
    }

#calendar .fc-widget-header table thead th {
    text-align: center !important;
    font-size: 11px;
    font-weight: bold;
    padding: 0 5px;
}
#calendar .fc-widget-header table thead th img {
    max-width: 80px;
}
.fc-unthemed .fc-today {
    background: #FFF;
}
#calendar .fc-header-toolbar,
#calendar .fc-axis.fc-widget-header {
    display: none;
}

.calendar-agendamento .fc-time-grid-event {
    border: 1px #ffc934 solid;
    cursor: pointer;
}

.calendar-agendamento .fc-time-grid-event:hover {
    box-shadow: inset 0px 0px 20px #ffdb00;
}

#card-agendamento .tabs-style-topline nav li a {
    font-size: 14px !important;
    font-weight: bold !important;
    text-transform: inherit;
}

#card-agendamento #row-agendamento .legenda {
    margin-top: 10px;
}

.popover-agendamento {
    box-shadow: 0px 0px 8px #808080;
    border-radius:10px;
}
.popover-agendamento h3 {
    background: #FFF;
    font-size: 16px;
    color: #888;
    font-weight: bold;
}
.popover-agendamento .popover-content {
    color: #888;
}

.modal {
    overflow-y: auto;
}

.sidenav {
    height: auto;
    width: 0;
    position: fixed;
    right: 0;
    bottom:0;
    transition: 0.5s;
    z-index:1030;
    box-shadow: 0px 0px 8px #808080;
    border-top-left-radius:10px;
    background: #FFF;
    display: none;
}

.closebtn a {
    display: inline-block;
}
.closebtn img {
    max-width:25px;
}

.modal-loading {
    width: 240px !important;
    margin: 10px auto !important;
}

.lblOpcional {
    color:silver;
    font-style:italic;
    font-weight:200;
}

.botao-pagina-foto {
    display: inline-block;
    margin-left: 15px;
}

    .botao-pagina-foto img {
        width: 24px;
        height: 24px;
    }

    .botao-pagina-foto:hover img {
        opacity: 0.5;
    }

.botao-pagina {
    text-transform: uppercase;
    color: #005eff;
    border: solid 1px #005eff;
    padding: 5px 30px;
    border-radius: 16px;
    text-align: center;
    min-width: 150px;
    display: inline-block;
    background: transparent;
}
    .botao-pagina:hover {
        background-color: #005eff !important;
        color: #ffffff;
    }

.botoes .botao-pagina,
.botoes .btn {
    margin-left: 15px;
}

.botao-img {
    width: 18px;
    height: 18px;
    opacity: 0.4;
}

.botao-img-grid {
    width: 14px;
    height: 14px;
}

.botao-barra {
    margin-left: 7px;
    margin-right: 10px;
    border-right: 1px;
    border-right-style: solid;
    color: #9A9A9A;
}

.icon-img-info {
    width: 18px;
    height: 18px;
    margin: 6px;
}

.alerta-naolido {
    font-weight: bold !important;
}

.drag-drop {
    cursor: move;
    height: auto !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.logo a {
    display: inline-block;
    width: 256px;
    height: 60px;
    text-indent: -9999px;
    overflow: hidden;
}

.table thead th a {
    color: inherit;
}

.table thead th {
    border-left: solid 3px #ffffff !important;
}

.table thead th:first-child {
    border-left: none !important;
}

.table thead th,
.table thead th a {
    font-weight: 800 !important;
    color: #5b5b5f !important;
}

    .table thead th a:hover {
        color: #93939c !important;
    }

.table tbody td {
    border-top: none !important;
    border-bottom: solid 1px #9c9aa0 !important;
}

.table-hover > tbody > tr:hover {
    background-color: #dcdcdc !important;
}

    .table-hover > tbody > tr:hover img.botao-img {
        opacity: 1;
    }

.modal-header {
    border-bottom: none;
    background: #1b5cf8;
}

.modal-header i.fa {
    color: #ffffff;
    font-size: 23px;
}

.modal-title {
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    margin-bottom:10px;
}

.modal-body hr {
    width: 35px;
    text-align: center;
    border-top: solid 5px #1b5cf8;
    border-radius: 3px;
}

.modal-content-border {
    border-bottom: solid 40px #1b5cf8;
}

.bootbox-alert .modal-dialog,
.bootbox-confirm .modal-dialog {
    width: 480px;
}

.bootbox-confirm .modal-title {
    display: none;
}

.bootbox-confirm .bootbox-body {
    text-align: center;
    font-weight: bold;
}

.bootbox-alert .modal-footer,
.bootbox-confirm .modal-footer {
    border-top: none;
    text-align: center;
    border-bottom: solid 40px #1b5cf8;
}

footer a {
    color: #ffffff;
}

#notas {
    padding: 20px 0 0 0;
    text-align: center;
}

    #notas li {
        display: inline-block;
        cursor: pointer;
        opacity: 0.8;
        padding: 0 0 0 0;
        position: relative;
    }

    #notas li:before {
        content:attr(data-label);
        position: absolute;
        top: -20px;
        left: -7px;
    }

        #notas li img {
            width: 35px;
        }

#linksBiometria th,
#linksBiometria td {
    text-align: center;
}

.dedo:hover {
    background-color: #005eff;
}

.navbar-minimize {
    position: absolute;
    top: 150px;
    right: -12px;
    z-index: 1000;
}

.sidebar-mini .navbar-minimize {
    top: 75px;
}

    .navbar-minimize #minimizeSidebar {
        color: #005eff;
        border: solid 1px #005eff;
        width: 24px;
        height: 24px;
        border-radius: 12px;
        background: #ffffff;
        margin: 0;
        padding: 0;
        text-align: center;
    }

.copiar-container {
    position: relative;
}

    .copiar-container .copiar-botao {
        font-size: x-large;
        position: absolute;
        top: 50%;
        margin-top: -15px;
        left: 0;
        text-indent: -18px;
        display: none;
        color: #9A9A9A;
    }

    .copiar-container .copiar-botao:hover {
        color: inherit;
    }

    .copiar-container .copiar-botao:active {
        opacity: 0.4
    }

table.headerFixo tr th {
    position: sticky !important;
    top: 0;
    z-index: 1;
}

@media (min-width: 992px) {
    .form-horizontal .control-label {
        padding-top: 8px !important;
    }

    .modal-dialog {
        width: 960px;
    }
}

@media only screen and (max-width: 1024px), not (mediatype: print) {
    table.dataTable,
    table.dataTable thead,
    table.dataTable tbody,
    table.dataTable th,
    table.dataTable td,
    table.dataTable tr {
        display: block;
    }

        table.dataTable thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        table.dataTable tbody tr td {
            position: relative;
            padding: 4px 4px 4px 50% !important;
            white-space: normal;
            text-align: left;
            min-height: 1.4em;
            border-bottom: solid 1px #efefef !important;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        table.dataTable tbody td:last-child,
        table.dataTable tbody th:last-child {
            border-bottom: solid 2px #9c9aa0 !important;
        }

        table.dataTable tbody tr:nth-child(odd) td,
        table.dataTable tbody tr:nth-child(odd) th {
            background-color: #f9f9f9;
        }

        table.dataTable tbody tr td:before {
            position: absolute;
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 12px;
        }

            table.dataTable tbody tr td:before {
                content: attr(data-title);
            }
}

@media only screen and (max-width: 768px) {
    .login-page .btn,
    .botao-pagina {
        display: block;
        margin-left: 0 !important;
        margin-bottom: 10px;
        width: 100%;
    }

    .pagination > li > a,
    .pagination > li > span,
    .pagination > li.active > a,
    .pagination > li.active > span {
        padding: 0.4em 0.7em;
    }
}

@media only screen and (max-width: 480px) {
    #divGrafico {
        display: none;
    }

    .bootbox-alert .modal-dialog,
    .bootbox-confirm .modal-dialog {
        width: auto;
    }

    .tabs nav ul {
        display: block !important;
    }

            .tabs nav ul li a {
                margin-left: 0;
            }
}