*,
body,
.fa:not,
.fab:not,
.fad:not,
.fal:not,
.far:not,
.fas:not {
    font-family: 'Manjari', 'Ubuntu','Pagul' !important;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #f3f3f4;
    outline: 1px solid #001a33;
}
body::-webkit-scrollbar {
    width: 6px;
}

form .form-check-input {
    height: 16px;
}

:root {
    scrollbar-color: #f3f3f4 #001a33 !important;
    scrollbar-width: thin !important;
}

.grecaptcha-badge {
    visibility: hidden;
}

code {
    white-space: pre;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox], input[type=radio] {
    font-size: 10px;
    position: relative;
    top: 8px;
    width: 36px !important;
    height: 26px !important;
}

input[type=checkbox].js-switch {
    display: none !important;
}

img.sistema-cropped{
  object-fit: cover; /* Scale the image */
  object-position: center; /* Center the image within the element */
  width: 250px;
  max-height: 140px;
}

table{
    font-size: 12px;
}

table thead{
    background-color: #333;
    color: #ddd;
}

table tr{
    line-height: 40px;
    text-align: center;
}

table tr td{
    vertical-align: middle !important;
}

table.table-grey tr:not(.table-footer) td,
table.table-dark tr:not(.table-footer) td{
    color: #555;
}

table tr td{
    vertical-align: middle !important;
}

.table td, .table th {
    padding: 4px
}

table tr td > a.btn i.bx {
    display:table-cell;
    vertical-align: middle;
}

table tr td img,
table tr td .svg-inline--fa,
table tr td i.bx {
    height: 36px;
    font-size: 24px !important;
}

table tr td .modal .svg-inline--fa,
table tr td .modal i.bx{
    height: 1em !important;
    font-size: 1rem !important;
}

table tr td.hora_entrada,
.hora_entrada .input-group input,
.hora_entrada .input-group .input-group-text i{
    color: #1a7ab3;
}

table tr td.hora_saida,
.hora_saida .input-group input,
.hora_saida .input-group .input-group-text i{
    color: #b31a1a;
}

table tr td.data,
table tr td.hora_saida,
table tr td.hora_entrada{
    font-weight:600;
}

table tr td.data,
.form-group.data .input-group input,
.form-group.data .input-group .input-group-addon i{
    color: #2db31a;
}

.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 0;
    line-height: 2;
    white-space: nowrap;
    padding: 2px;
    font-weight:600;
}

@media (min-width: 1280px){
    table
    {
        font-size: 14px;
    }

    table tr
    {
        line-height: 60px;
        text-align: center;
    }

    table tr td img,
    table tr td .svg-inline--fa,
    table tr td i.bx
    {
        height: auto;
        font-size: 26px !important;
    }

    table tr td img,
    table tr td .btn .svg-inline--fa,
    table tr td .btn i.bx
    {
        height: 46px;
        font-size: 1.5rem !important;
        position: inherit;
        top: 0;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
label,
span:not([class*="hljs"]):not([class*="phpdebugbar"]),
div.table-responsive,
table tr td,
.modal .modal-header,
.ibox .ibox-title {
    -webkit-touch-callout: none;  /* iPhone OS, Safari */
    -webkit-user-select: none;    /* Chrome, Safari 3 */
    -khtml-user-select: none;     /* Safari 2 */
    -moz-user-select: none;       /* Firefox */
    -ms-user-select: none;        /* IE10+ */
    user-select: none;
}

.selecionavel {
    -webkit-touch-callout: text !important;  /* iPhone OS, Safari */
    -webkit-user-select: text !important;    /* Chrome, Safari 3 */
    -khtml-user-select: text !important;     /* Safari 2 */
    -moz-user-select: text !important;       /* Firefox */
    -ms-user-select: text !important;        /* IE10+ */
    user-select: text !important;
}

h1,
h2,
h3,
label,
.modal .modal-header,
.ibox .ibox-title {
    font-size: 16px;
}

.ibox .ibox-title i.bx {
    font-size: 1.5rem;
}

.ibox .ibox-title svg {
    font-size: 1.2rem;
}

h1:hover,
h2:hover,
h3:hover,
h4:hover,
h5:hover,
h6:hover,
label,
.modal .modal-header,
.ibox .ibox-title {
    cursor: default;
}

.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5,
.ibox-title h6 {
    font-weight: 600;
}

.ibox .ibox-title {
    padding: 10px 15px 10px 15px;
}

.modal .select2-container,
.modal span.selection {
    width: 100% !important;
}

h5{
    font-size: 14px;
}

a { outline:0 !important; }
a:active { outline:0 !important; }

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #872d9d5e;
}

textarea {
    resize:none;
}

div .copyright {

    font-size: 16px;
}

a { outline:0 !important; }
a:active { outline:0 !important; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}

.botao-submit
{
    margin-top: 40px;
}

.card-body {
    padding: 6px 12px 0px 12px;
}

.card .card-body .form-group h6
{
    font-size: 12px;
    margin-top: 10px;
}

.card .card-body .fechar
{
    float: right;
    position: relative;
    z-index: 10;
}

.data-cor
{
    color: #8f5e8e;
}

.pago-cor
{
    color: #f39c12;
}

.deposito-cor
{
    color: #27ae60;
}

.saque-cor,
.hora-entrada
{
    color: #2980b9;
}

.hora-saida
{
    color: #c0392b;
}

.carteira-fundo
{
    background-color: #333;
    color: white;
}

.deposito-fundo
{
    background-color: #27ae60;
    color: white;
}

.saque-fundo
{
    background-color: #2980b9;
    color: white;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #eee;
}

.card.novo-card
{
    border-color: #c6c6c6;
    box-shadow: 0px 3px 8px #888888;
}

.form-title {
    font-size: 15px;
    font-weight: 700;
}

#modals .anexos-relatorios-obra .form-title
{
    color: #b13fcd
}

#modals .anexos-relatorios-obra .card.novo-anexo-relatorio
{
    box-shadow: 0px 3px 8px #bb61d2;
}

#modals .anexos-relatorios-obra .card,
#modals .anexos-relatorios-obra .card label
{
    border-color: #b13fcd;
}

#modals .anexos-documentos-obra .form-title
{
    color: #27a06d
}

#modals .anexos-documentos-obra .card.novo-anexo-documento
{
    box-shadow: 0px 3px 8px #5bd5b3;
}

#modals .anexos-documentos-obra .card,
#modals .anexos-documentos-obra .card label
{
    border-color: #27a06d;
}

#modals .materiais-obra .card.novo-material
{
    box-shadow: 0px 3px 8px #e67c87;
}

#modals .materiais-obra .card,
#modals .materiais-obra .card label
{
    border-color: #ec4758;
}

#modals .materiais-obra .form-title
{
    color: #ec4758;
}

#modals .materiais-obra table thead
{
    background-color: #bf3846;
}

input#hora_entrada,
input#minuto_entrada,
input#hora_saida,
input#minuto_saida
{
    max-width: 80px;
}

a.dim {
  display: inline-block;
  text-decoration: none;
  text-transform: capitalize;
  text-align: center;
  padding-top: 6px;
  margin-right: 2px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
  font-size: 13px;
}
a.dim:active {
  top: 3px;
}


/* =========================== Textos =========================== */
.text {
    border-radius: 0;
}
.text-navy {
  color: #3c5fe1 !important;
}
.text-primary {
  color: #007bff !important;
}
.text-success {
  color: #27a06d !important;
}
.text-info {
  color: #17a2b8 !important;
}
.text-warning {
  color: #e5ae0a !important;
}
.text-danger {
  color: #d94f4f !important;
}
.text-muted {
  color: #888888 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-renovar {
    color: #b13fcd !important;
}
.text-online {
    color: #24b909 !important;
}
.text-config {
    color: #ad621b !important;
}
.text-rosa {
  color: #f13483 !important;
}


/* =========================== Buttons =========================== */
.btn {
    border-radius: 0;
    display: inline-table;
}
.btn i{
    font-size:18px;
    vertical-align: middle;
}
.btn span{
    font-weight: 500;
    vertical-align: middle;
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-dark,
.btn-online,
.btn-padrao,
.btn-renovar,
.btn-config {
    color: #f1f1f1 !important;
}

.btn-primary {
  background-color: #004f9d;
  border-color: #004f9d;
}
.btn-primary.btn-outline {
    color: #004f9d !important;
    border-color: #004f9d;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
    color: #fff !important;
    background-color: #004f9d !important;
    border-color: #004f9d;
}
.btn-secondary {
    color: #f1f1f1 !important;
}
.btn-secondary.btn-outline {
    color: #6c757d !important;
    border-color: #6c757d !important;
}
.btn-secondary.btn-outline:hover {
    color: #f1f1f1 !important;
}
.btn-success {
    color: #fff;
    background-color: #1aa17b;
    border-color: #1aa17b;
}
.btn-success.btn-outline {
    color: #27a06d !important;
    border-color: #27a06d;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus {
    color: #fff !important;
    background-color: #27a06d !important;
    border-color: #27a06d;
}
.btn-info.btn-outline {
    color: #23c6c8 !important;
    border-color: #23c6c8;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus {
    color: #fff !important;
    background-color: #22a9cd !important;
    border-color: #22a9cd;
}
.btn-warning.btn-outline {
    color: #f5b33a !important;
    border-color: #f5b33a;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus {
    color: #fff !important;
    background-color: #f5b33a !important;
    border-color: #f5b33a;
}
.btn-danger.btn-outline {
    color: #df293b !important;
    border-color: #df293b;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus {
    color: #fff !important;
    background-color: #df293b !important;
    border-color: #df293b;
}
.btn-renovar {
    background-color: #862e9d;
    border-color: #862e9d;
}
.btn-renovar.btn-outline {
    color: #b13fcd !important;
    border-color: #b13fcd;
}
.btn-renovar:hover, .btn-renovar:focus, .btn-renovar.focus {
    color: #fff !important;
    background-color: #b13fcd !important;
    border-color: #b13fcd;
}
.btn-online.btn-outline {
    color: #24b909 !important;
    border-color: #24b909;
}
.btn-online:hover, .btn-online:focus, .btn-online.focus {
    color: #fff !important;
    background-color: #24b909 !important;
    border-color: #24b909;
}
.btn-config.btn-outline {
    color: #ad621b !important;
    border-color: #ad621b;
}
.btn-config:hover, .btn-config:focus, .btn-config.focus {
    color: #fff !important;
    background-color: #ad621b !important;
    border-color: #ad621b;
}
.btn-dark {
    color: #dfdfdf !important;
    background-color: #2e2e2e;
    border-color: #2e2e2e;
}
.btn-dark.btn-outline {
    color: #505050 !important;
    border-color: #505050;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark.focus {
    color: #fff !important;
    background-color: #505050 !important;
    border-color: #505050;
}
.btn-renovar:hover,
.btn-renovar:focus,
.btn-renovar.focus {
    color: #fff !important;
    background-color: #b13fcd;
    border-color: #b13fcd;
}
.btn-renovar.disabled,
.btn-renovar:disabled {
    color: #fff !important;
    background-color: #b13fcd;
    border-color: #b13fcd;
}
.btn-renovar:not(:disabled):not(.disabled):active,
.btn-renovar:not(:disabled):not(.disabled).active,
.show > .btn-renovar.dropdown-toggle {
    color: #fff !important;
    background-color: #b13fcd;
    border-color: #b13fcd;
}
.btn-renovar:not(:disabled):not(.disabled):active:focus,
.btn-renovar:not(:disabled):not(.disabled).active:focus,
.show > .btn-renovar.dropdown-toggle:focus {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-online:hover,
.btn-online:focus,
.btn-online.focus {
    color: #fff !important;
    background-color: #24b909;
    border-color: #24b909;
}
.btn-online.disabled,
.btn-online:disabled {
    color: #fff !important;
    background-color: #24b909;
    border-color: #24b909;
}
.btn-online:not(:disabled):not(.disabled):active,
.btn-online:not(:disabled):not(.disabled).active,
.show > .btn-online.dropdown-toggle {
    color: #fff !important;
    background-color: #24b909;
    border-color: #24b909;
}
.btn-online:not(:disabled):not(.disabled):active:focus,
.btn-online:not(:disabled):not(.disabled).active:focus,
.show > .btn-online.dropdown-toggle:focus {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-config:hover,
.btn-config:focus,
.btn-config.focus {
    color: #fff !important;
    background-color: #ad621b;
    border-color: #ad621b;
}
.btn-config.disabled,
.btn-config:disabled {
    color: #fff !important;
    background-color: #ad621b;
    border-color: #ad621b;
}
.btn-config:not(:disabled):not(.disabled):active,
.btn-config:not(:disabled):not(.disabled).active,
.show > .btn-config.dropdown-toggle {
    color: #fff !important;
    background-color: #ad621b;
    border-color: #ad621b;
}
.btn-config:not(:disabled):not(.disabled):active:focus,
.btn-config:not(:disabled):not(.disabled).active:focus,
.show > .btn-config.dropdown-toggle:focus {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-primary.btn-outline,
.btn-success.btn-outline,
.btn-info.btn-outline,
.btn-warning.btn-outline,
.btn-danger.btn-outline,
.btn-renovar.btn-outline,
.btn-online.btn-outline,
.btn-config.btn-outline,
.btn-dark.btn-outline {
    background-color: transparent;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover,
.btn-renovar.btn-outline:hover,
.btn-online.btn-outline:hover,
.btn-config.btn-outline:hover,
.btn-dark.btn-outline:hover {
    color: #fff;
}

.dim {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding-top: 5px;
  margin: 0.5rem 0;
  position: relative;
  top: -6px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
}
.dim:before {
  font-size: 50px;
  line-height: 1em;
  font-weight: normal;
  color: #fff;
  display: block;
  padding-top: 10px;
}
.dim:active:before {
  top: 7px;
  font-size: 50px;
}
.dim:active {
  top: 3px;
}
.btn-imagem.dim {
    border-radius: 0;
}
.btn-imagem.dim img {
    border: 2px solid;
}
.btn-imagem.dim img.img-ativo {
    border-color: #23c6c8b3;
}
.btn-imagem.dim img.img-inativo {
    border-color: #ff2020c2;
}
button.btn-primary.dim,
a.btn-primary.dim {
  box-shadow: inset 0 0 0 #004f9d, 0 5px 0 0 #004f9d, 0 10px 5px #999999 !important;
}
.btn-primary.dim:active,
.btn-primary.dim:hover {
  box-shadow: inset 0 0 0 #004f9d, 0 2px 0 0 #004f9d, 0 5px 3px #999999 !important;
}
button.btn-default.dim,
a.btn-default.dim {
  box-shadow: inset 0 0 0 #b3b3b3, 0 5px 0 0 #b3b3b3, 0 10px 5px #999999 !important;
}
.btn-default.dim:active,
.btn-default.dim:hover {
  box-shadow: inset 0 0 0 #b3b3b3, 0 2px 0 0 #b3b3b3, 0 5px 3px #999999 !important;
}
button.btn-warning.dim,
a.btn-warning.dim {
  box-shadow: inset 0 0 0 #f79d3c, 0 5px 0 0 #f79d3c, 0 10px 5px #999999 !important;
}
.btn-warning.dim:active,
.btn-warning.dim:hover {
  box-shadow: inset 0 0 0 #f79d3c, 0 2px 0 0 #f79d3c, 0 5px 3px #999999 !important;
}
button.btn-info.dim,
a.btn-info.dim {
  box-shadow: inset 0 0 0 #22a9cd, 0 5px 0 0 #22a9cd, 0 10px 5px #999999 !important;
}
.btn-info.dim:active,
.btn-info.dim:hover {
  box-shadow: inset 0 0 0 #22a9cd, 0 2px 0 0 #22a9cd, 0 5px 3px #999999 !important;
}
button.btn-success.dim,
a.btn-success.dim {
  box-shadow: inset 0 0 0 #199672, 0 5px 0 0 #199672, 0 10px 5px #999999 !important;
}
.btn-success.dim:active,
.btn-success.dim:hover {
  box-shadow: inset 0 0 0 #199672, 0 2px 0 0 #199672, 0 5px 3px #999999 !important;
}
button.btn-renovar.dim,
a.btn-renovar.dim {
  box-shadow: inset 0 0 0 #b13fcd, 0 5px 0 0 #b13fcd, 0 10px 5px #999999 !important;
}
.btn-renovar.dim:active,
.btn-renovar.dim:hover {
  box-shadow: inset 0 0 0 #b13fcd, 0 2px 0 0 #b13fcd, 0 5px 3px #999999 !important;
}
button.btn-online.dim,
a.btn-online.dim {
  box-shadow: inset 0 0 0 #24b909, 0 5px 0 0 #24b909, 0 10px 5px #999999 !important;
}
.btn-online.dim:active,
.btn-online.dim:hover {
  box-shadow: inset 0 0 0 #24b909, 0 2px 0 0 #24b909, 0 5px 3px #999999 !important;
}
button.btn-dark.dim,
a.btn-dark.dim {
  box-shadow: inset 0 0 0 #1d2124, 0 5px 0 0 #1d2124, 0 10px 5px #999999 !important;
}
.btn-dark.dim:active,
.btn-dark.dim:hover {
    box-shadow: inset 0 0 0 #1d2124, 0 2px 0 0 #1d2124, 0 5px 3px #999999 !important;
}
button.btn-danger.dim,
a.btn-danger.dim {
  box-shadow: inset 0 0 0 #ea394c, 0 5px 0 0 #ea394c, 0 10px 5px #999999 !important;
}
.btn-danger.dim:active,
.btn-danger.dim:hover {
  box-shadow: inset 0 0 0 #ea394c, 0 2px 0 0 #ea394c, 0 5px 3px #999999 !important;
}
button.btn-config.dim,
a.btn-config.dim {
  box-shadow: inset 0 0 0 #ad621b, 0 5px 0 0 #ad621b, 0 10px 5px #999999 !important;
}
.btn-config.dim:active,
.btn-config.dim:hover {
  box-shadow: inset 0 0 0 #ad621b, 0 2px 0 0 #ad621b, 0 5px 3px #999999 !important;
}

.alert {
    position: relative;
    padding: 0.5rem 1rem;
    margin: 0.5rem 0;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.btn{
    font-size: 13px;
}

.btn-padrao {
    color: #fff;
    background-color: #004f9d;
    border-color: #004f9d;
}

.btn-padrao:hover {
    color: #fff;
    background-color: #2b59cd;
    border-color: #2b59cd;
}

.btn-padrao:focus, .btn-padrao.focus {
    color: #fff;
    background-color: #2b59cd;
    border-color: #2b59cd;
    box-shadow: #465352;
}

.btn-padrao.disabled, .btn-padrao:disabled {
    color: #fff;
    background-color: #004f9d;
    border-color: #004f9d;
}

.btn-padrao:not(:disabled):not(.disabled):active, .btn-padrao:not(:disabled):not(.disabled).active,
.show > .btn-padrao.dropdown-toggle {
    color: #fff;
    background-color: #004f9d;
    border-color: #004f9d;
}

.btn-padrao:not(:disabled):not(.disabled):active:focus, .btn-padrao:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: #465352;
}

.btn-config {
    color: #fff;
    background-color: #ad621b;
    border-color: #ad621b;
}

.btn-config:hover {
    color: #fff;
    background-color: #cc680b;
    border-color: #cc680b;
}

.btn-config:focus, .btn-config.focus {
    color: #fff;
    background-color: #cc680b;
    border-color: #cc680b;
    box-shadow: #465352;
}

.btn-config.disabled, .btn-config:disabled {
    color: #fff;
    background-color: #ad621b;
    border-color: #ad621b;
}

.btn-config:not(:disabled):not(.disabled):active, .btn-config:not(:disabled):not(.disabled).active,
.show > .btn-config.dropdown-toggle {
    color: #fff;
    background-color: #ad621b;
    border-color: #ad621b;
}

.btn-config:not(:disabled):not(.disabled):active:focus, .btn-config:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    color: #fff;
    box-shadow: #465352;
}

.btn-menu-topo span {
  top: 3px;
  position: relative;
  font-weight: 600;
}

/* ======================= Table ======================= */
table .btn{
    border-radius: 0;
    padding: 0px 0.8rem;
}

table .btn-plantao{
    padding: 2px 4px;
}

table tbody tr:hover{
    background-color: #dfdfdf;
}

.table tr td.qtd_novo_servico{
    color: #2fc111;
    font-weight: 600
}

.table tr td.qtd_servicos{
    color: #719da2;
    font-weight: 600
}

.tabela {
    display: table;
}
.tabela-linha {
    display: table-row;
    vertical-align: middle;
}
.tabela-coluna {
    display: table-cell;
    vertical-align: middle;
}

#dataTable-filtro-buscar {
    margin-bottom: 6px;
    width: 320px;
}

@media (max-width:576px) {

    #dataTable-filtro-buscar {
        width: 320px;
    }

    #dataTable-filtros {
        text-align: center;
    }
}

.filtros-pagina select {
    width: 100% !important;
}

.filtros-pagina .input-group.date input {
    width: 120px;
}

.dt-buttons.btn-group {
    margin-left: 1.5rem;
}

@media (max-width:600px) {

    .filtros-pagina .input-group.date {
        display: inline-block !important;
    }
}

@media (max-width:1096px) {

    .filtros-pagina {
        display: inline-flex !important;
    }

    .filtros-pagina .form-group select {
        max-width: 400px;
        min-width: 200px;
    }

    .dt-buttons.btn-group {
        margin-left: 0;
    }
}

#dataTable-filtros select {
    width: auto;
    max-width: 400px;
    min-width: 200px;
}

#dataTable-filtros label i.bx {
    font-size: 22px;
    position: relative;
    top: 6px;
    color: #919191;
}

#dataTable-filtros span.input-group-addon {
    padding: 5px 9px;
    cursor: pointer;
}

#dataTable-filtros div.input-group.date span.input-group-addon i {
    cursor: pointer;
    width: 16px;
    height: 16px;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.dataTables_filter {
    display: contents !important;
}

.dt-buttons .svg-inline--fa,
.dataTables_filter .svg-inline--fa{
    font-size: 18px;
}

.dataTables_filter .svg-inline--fa{
    position: relative;
    top: -2px;
}

.dataTables_filter label {
    max-width: 146px;
    margin-right: 0;
}

.dataTables_filter label input {
    max-width: 146px;
}

@media (min-width: 1000px) {

    .dataTables_filter label {
        margin-right: 2.8rem;
    }
}

.modal-restaurar-escalas-enfermeiros i.bx,
.modal-restaurar-escalas-enfermeiros i.bxs {
    font-size:24px;
}

select {
    width: auto;
    display: block;
    margin: 0 auto;
    max-width: 640px;
    min-width: 200px;
}

label i.bx {
    font-size: 22px;
    position: relative;
    top: 6px;
    color: #919191;
}

span.input-group-addon {
    padding: 3px;
    cursor: pointer;
}

span.input-group-addon .bx {
    font-size: 18px;
    margin: 4px;
}

div.input-group.date span.input-group-addon i {
    cursor: pointer;
    width: 32px;
    height: 26px;
    position: relative;
    top: 2px;
}

ul#side-menu i.bx {
  margin-right: 0;
}

ul#side-menu svg {
  margin-right: 4px;
}

div.row .legendas-siglas {
    padding: 4px 0;
}

div.row .legendas-siglas .plantao-sigla {
    width: 2.2rem !important;
    padding: 2px;
    cursor: default;
}

div.row .legendas-siglas h4 {
    font-size: 12px !important;
}

div.clockpicker-popover {
    z-index: 3000 !important;
}


/* div.modal div.row div[class^="col-"] {
    padding: 6px;
} */


div.row .col-quadro {
    padding-right: 6px;
    padding-left: 6px;
}

.datepicker.dropdown-menu {
    display: block;
    top: 0 !important;
    left: 1062px;
    z-index: 2210;
}

#escala-tecnicos-table_length,
#escala-enfermeiros-table_length
#escala-referencia-table_length
#escala-gestores-table_length {
    top: 2px;
    position: relative;
}

#escala-tecnicos-table_filter label a.btn.dim,
#escala-enfermeiros-table_filter label a.btn.dim
#escala-referencia-table_filter label a.btn.dim
#escala-gestores-table_filter label a.btn.dim {
    top:-6px;
}

#escala-tecnicos-table_filter label a i.bx,
#escala-enfermeiros-table_filter label a i.bx
#escala-referencia-table_filter label a i.bx
#escala-gestores-table_filter label a i.bx {
    font-size:20px;
}

#escala-tecnicos-table_filter div.form-group input.form-control,
#escala-enfermeiros-table_filter div.form-group input.form-control
#escala-referencia-table_filter div.form-group input.form-control
#escala-gestores-table_filter div.form-group input.form-control {
    width:138px;
    text-align: center;
}

/* ======================= DataTables ======================= */
.dt-buttons .svg-inline--fa,
.dataTables_filter .svg-inline--fa{
    font-size: 18px;
}

.dataTables_filter .svg-inline--fa{
    position: relative;
    top: -2px;
}

@media (max-width:576px) {

    div.dataTables_filter label {
        float: none !important;
    }

    .dataTables_length {
        float: none !important;
    }
}

div.dataTables_wrapper {
    padding-top:0 !important;
}

.dataTables_wrapper {
    padding-bottom: 10px;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 92px;
    display: inline-block;
}

/* ========================= Guard ========================= */
.guard-logo {
    background-color: #0f183080;
}

.guard-ceo{
    color: #d11c1c;
    font-weight: 600;
}

.guard-adm{
    color: #e7c010;
    font-weight: 600;
}

.guard-cliente{
    color: #45ae50;
    font-weight: 600;
}

.guard-colaborador{
    color: #345bc7;
    font-weight: 600;
}

.table tr td.qtd_novo_servico
{
    color: #2fc111;
    font-weight: 600
}

.table tr td.qtd_servicos
{
    color: #719da2;
    font-weight: 600
}

.sexo_masculino,
.sexo_feminino
{
    margin-right: 14px;
}

/* =========================== MIN-WIDTH 768 =========================== */

#imagem_detalhes
{
    max-height: 140px;
}

#page-wrapper {
    padding: 0 2px;
}

.wrapper-content {
    padding: 0;
}

.ibox-content {
    padding: 8px 0px;
}

@media (min-width: 1200px) {
    #imagem_detalhes
    {
        max-height: 140px;
    }

    #page-wrapper {
        padding: 0 8px;
    }

    .wrapper-content {
        padding: 6px;
    }

    .ibox-content {
        padding: 8px 4px;
    }
}

/* =========================== FA Icons =========================== */

.svg-inline--fa.fa-male,
.masculino,
i.masculino
{
    color: DodgerBlue !important;
}
.svg-inline--fa.fa-female,
.feminino,
i.feminino
{
    color: PaleVioletRed !important;
}

/* ======================= BUTTONS INÍCIO ======================= */

button.btn.btn-inicio
{
    width: 100%;
    min-height: 60px;
    background-color: #f5f5f5;
    font-size: 14px;
}

button.btn.btn-inicio span
{
    display: block;
    font-weight: 600;
}

button.btn.btn-inicio i
{
    font-size: 28px;
}

button.btn.btn-inicio svg
{
    font-size: 15px;
    top: 5px;
    position: relative;
}

@media(min-width: 900px) {

    button.btn.btn-inicio
    {
        width: 100%;
        min-height: 80px;
        background-color: #f5f5f5;
        font-size: 13px;
    }
}

/* =========================== NAVBAR =========================== */
nav .nav-header span.perfil-nome {
    white-space: normal;
    word-wrap: break-word;
    color: #dfdfdf;
}

nav .nav > li > a,
nav .nav-header a i {
    font-size: 0.91rem;
    color: #dbdbdb;
    padding: 10px;
    margin: 4px;
}

.mini-navbar .navbar-default .nav > li > a,
.mini-navbar .navbar-default .nav > li > a i.bx,
nav .nav > li > a i {
    text-align: center;
    font-size: 1.3rem;
}

.mini-navbar .navbar-default .nav > li > a {
    text-align: center;
    padding: 0.5rem 0.2rem;
    margin: 0.5rem 0.2rem;
}

.mini-navbar .navbar-default ul.nav.nav-second-level > li > a {
    padding: 0.8rem 0.2rem;
    margin: 0.5rem 0.2rem;
}

.nav.navbar-top-links.navbar-right{
    margin-right: 22px;
}

nav ul.nav li a i.bx{
    position: relative;
    top: 0.2rem;
}

.navbar-default,
.nav-header,
.sidebar-collapse .nav > li {
    background-color: #191d20;
    border-color: #147;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
    background-color: #2a2c31;
}

.navbar-default ul.nav li.novos_registros a,
.navbar-default ul.nav li.special_link a {
    background: #42d2d0cf;
    color: white;
}

.navbar-default ul.nav li.novos_registros a:hover,
.navbar-default ul.nav li.special_link a:hover {
    background: #42d2d082;
    color: white;
}

.navbar-default .novos_registros a:after {
   font-family: "Font Awesome 5 Free";
   content: "\f12a";
   float: right;
   font-weight: 900;
}

.nav > li.active {
    background-color: #004f9d;
}

ul.nav-second-level {
    background: #194673;
}

.body-small .nav > li.nav-titulo{
    text-align: center;
}

@media (min-width: 1280px){
    .nav > li.nav-titulo
    {
        display: none;
    }
}

.nav > li.nav-titulo{
    pointer-events: none;
    background-color: #6d6960;
    color: white;
}

.nav > li.nav-titulo a{
    color: white !important;
}

.nav > li.nav-titulo a:hover{
    pointer-events: none;
}
.nav.navbar-right > li > a {
  color: #777;
}
.nav > li.active > a {
  color: #ffffff;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
  background-color: #293846;
  color: white;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: #fff;
}
.nav.navbar-top-links > li > a:hover,
.nav.navbar-top-links > li > a:focus {
  background-color: transparent;
  color: #4d4d4d;
}
