﻿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 */
}

#top-right .pull-right {
    margin-top: 5px;
}

#activity .badge {
    margin-left: -10px;
    float: right;
    position: relative;
}

#header {
    height: 65px;
}

#left-panel {
    padding-top: 64px;
}

#logo-group img {
    width: auto !important;
    height: 40px !important;
}

.ajax-dropdown:after, .ajax-dropdown:before {
    left: 67%;
}

.ajax-dropdown {
    top: 65px;
    right: 16px;
    left: initial;
    width: 395px;
    height: 455px;
}

    .ajax-dropdown .ajax-notifications .fa-lock {
        width: 75px;
    }

.relatorio-visoes .checkbox {
    display: inline-block;
    margin-left: 15px;
}

.div-disabled {
    pointer-events: none;
    opacity: 0.5;
}


.text-red {
    color: #b94a48;
}

.select2-hidden-accessible {
    display: none !important;
}

.modal-expand {
    width: 100%;
}

.ml-15 {
    margin-left: 15px;
}

.h-nomargin h5, .h-nomargin h6 {
    margin: 0px !important;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
    /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

    .modal-content .row .alert-block {
        margin-left: 15px;
        margin-right: 15px;
    }

.ui-autocomplete {
    z-index: 5000 !important;
}

    .ui-autocomplete .ui-corner-all {
        display: inline-block;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }

.fa-custom {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-size: cover;
}

.fa-tipo-sangue {
    background-image: url("../img/logo-tipoSanguineo.png");
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.fa-etnia {
    background-image: url("../img/logo-etnia.png");
    width: 25px;
    height: 29px;
    margin-right: 5px;
}

.icon-append:hover {
    color: #5d98cc;
    border-color: #5d98cc;
}

.smart-form .form-control {
    border-radius: 4px !important;
}

    .smart-form .form-control[readonly]:hover, .smart-form .form-control[readonly]:focus {
        border-color: #bdbdbd !important;
    }

    .smart-form .form-control[readonly] {
        background-color: #eee;
        opacity: 1;
    }

    .smart-form .form-control[disabled] {
        background-color: #eee;
        opacity: 1;
    }

        .smart-form .form-control[disabled] + i {
            box-shadow: none;
        }

.smart-form .control-label {
    margin-bottom: 5px;
}

.smart-form .has-error input[type=number], .smart-form .has-error input[type=datetime], .smart-form .has-error select, .smart-form .has-error textarea {
    border-color: #b94a48;
}

    .smart-form .has-error input[type=number]:hover, .smart-form .has-error input[type=datetime]:hover, .smart-form .has-error select:hover textarea:hover {
        border-color: #5d98cc;
    }

.smart-form .has-error .help-block {
    margin-top: 5px;
}

.smart-form .has-error .fa {
    color: #b94a48;
    border-color: #b94a48;
}

    .smart-form .has-error .fa:hover {
        color: #5d98cc;
        border-color: #5d98cc;
    }

.smart-form .has-error .fa-warning {
    padding-right: 5px;
}

.smart-form .ui-autocomplete-input {
    background-position: right 40px center !important;
}

.smart-form .select2-search-choice-close {
    min-height: 18px;
    padding: 3px 0px 0px 6px;
}

.smart-form .select2-container {
    width: 100%;
}

.fc-agenda-slots tr {
    height: 40px !important;
}

#datatable_col_reorder a {
    margin: 3px;
}

.demonstrativo {
    font-family: Courier New, Courier, monospace !important;
    font-size: 130% !important;
}

.row:empty {
    display: none;
}

.table-fixed {
    margin-bottom: 15px;
}

    .table-fixed thead {
        width: 97%;
    }

    .table-fixed tbody {
        height: 100px;
        overflow-y: auto;
        width: 100%;
    }

    .table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
        display: block;
    }

        .table-fixed tbody td, .table-fixed thead > tr > th {
            float: left;
            border-bottom-width: 0;
        }

        .table-fixed tbody tr {
            height: 45%;
        }

#modal-loading {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8) url("../img/carregando.gif") 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
    pointer-events: none;
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    body.loading #modal-loading {
        display: block;
    }

.alert-danger .fa {
    padding-right: 5px;
}

.smart-filters + .widget-body {
    border-top: 1px solid #ddd;
}

.smart-filters .alert-danger {
    margin: 0px 15px 15px 15px !important;
}

.widget-body {
    padding-bottom: 0px !important;
}

    .widget-body .alert-danger {
        margin: 0px 15px 15px 15px !important;
    }

        .widget-body .alert-danger .alert-heading .fa {
            padding-right: 5px;
        }

.login-info a {
    width: 100%;
}

    .login-info a span {
        max-width: 200px !important;
    }

nav ul li a {
    color: #D8D8D8 !important;
}

.smart-style-2 nav ul li.active > a:before {
    right: -18px !important;
    color: #2c3742 !important;
}

.smart-style-2 .minified nav > ul > li {
    border-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #FFF;
}

.smart-style-2 #left-panel {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.smart-style-2 .login-info {
    margin-bottom: 0px !important;
    margin-left: -5px !important;
}

.smart-style-2 .minified nav > ul > li > ul, .smart-style-2 .minified nav > ul > li > ul > li {
    background-color: #fff;
}

.smart-style-2 .minified nav > ul > li > ul {
    margin-top: -14px;
}

.smart-style-0 .twitter-tweet {
    border-color: rgba(50, 118, 177, 0.2);
}

.smart-style-0 #header {
    height: 65px;
    background-color: #5486B2;
    background-image: none;
}

    .smart-style-0 #header #extr-page-header-space {
        line-height: 61px;
    }

.smart-style-0 #left-panel {
    padding-top: 64px;
    background-color: #5486B2;
    background-image: none;
}

.btn-success {
    background-color: #EF9761 !important;
    border-color: #EF9761 !important;
}

.btn-success:hover {
    background-color: #D18B5F !important;
    border-color: #D18B5F !important;
}

.btn-primary {
    background-color: #5096d4 !important;
    border-color: #5096d4 !important;
}

.btn-primary:hover {
    background-color: #447DAF !important;
    border-color: #447DAF !important;
}

.btn-danger {
    background-color: #D44040 !important;
    border-color: #D44040 !important;
}

.btn-danger:hover {
    background-color: #A83939 !important;
    border-color: #A83939 !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: #5096d4;
    border-color: #5096d4;
    cursor: default
}

nav ul li a:hover {
    color: #fff !important;
    text-decoration: none;
}

.smart-style-0 #show-shortcut span {
    color: white;
}

.smart-style-0 nav .active a:hover {
    color: #a2a17b !important;
}

.smart-style-0 .login-page .img-logo-login {
    width: 70%;
    margin: 0 auto;
    padding-top: 100px;
}

.smart-style-0 .login-info a {
    margin-top: 10px;
}

.smart-style-0 #AtendimentoProdutos .alert-danger {
    margin: 0px 15px 15px 15px !important;
}

.smart-style-0 .row-separator-header {
    margin: 15px 14px 20px;
    border-bottom: none;
    display: block;
    color: #646464;
    font-size: 20px;
    font-weight: 400;
}

.smart-style-0 .fixed-margin-top {
    margin-top: 15px;
}

.smart-style-0 .code-text {
    padding: 20px;
}

.smart-style-0 .tree .selected > span {
    background-color: #6ab3cf;
    border: 1px solid #a2a17b;
    color: #fff;
}

.smart-style-0 .minifyme {
    border-bottom: 1px solid #c0bbb7;
    background: #c0bbb7;
    color: #6ab3cf;
}

.smart-style-0 .jarviswidget-color-blueDark > header {
    background: #5486B2;
    border-color: #5486B2;
}

@media (min-width: 768px) {
    .smart-style-0 .top-md-20 {
        padding-top: 20px;
    }

    .smart-style-0 .dl-horizontal dt {
        height: 30px;
    }
}

@media (max-width: 767px) {
    .smart-style-0 .top-md-20 {
        margin-top: 0px;
    }

    .smart-style-0 .dl-horizontal dd {
        margin-bottom: 15px;
    }
}

@media print {
    .smart-style-0 body {
        font-family: Monaco, Menlo, Consolas, "Courier New", monospace !important;
        font-size: 12px !important;
    }
}

.smart-style-0 .mobile-view-activated #header, .smart-style-0 .mobile-detected #header {
    height: 60px;
}

.smart-style-0 .mobile-view-activated #top-right .pull-right, .smart-style-0 .mobile-detected #top-right .pull-right {
    margin: 3px;
}

.smart-style-0 .mobile-view-activated #left-panel, .smart-style-0 .mobile-detected #left-panel {
    padding-top: 60px;
}

.smart-style-0 .mobile-view-activated .login-page .col-logo, .smart-style-0 .mobile-detected .login-page .col-logo {
    display: none;
}

.smart-style-0 .mobile-view-activated .login-page .col-client-form, .smart-style-0 .mobile-detected .login-page .col-client-form {
    width: 100%;
}
