body {
    background: #fff;
    font-size: 17px;
    font-family: Nunito, Arial;
}

body, table, select, input, textarea, label.form-control {
    color: #333656 !important;
}

a {
    color: #0067b8;
}
a:hover {
    color: #004798;
}

::-webkit-scrollbar {
    width: 8px;
    height: 13px;
}
::-webkit-scrollbar-track {
    background-color: #fefefe;
    border-left: 0 solid #eee;
    /*border-radius: 6px;*/
}
::-webkit-scrollbar-track:hover {
    background-color: #fff;
}
::-webkit-scrollbar-thumb {
    background-color: #444;
    border-radius: 2px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #535353;
}

button:focus,
a:focus,
input[type='button']:focus {
    outline: 1px dashed #999ca3 !important;
}

.upper, select.upper option {
    text-transform: uppercase;
}
.lower {
    text-transform: lowercase;
}
.star-required {
    color: #e34; 
    font-size: 18px;
}

.session {
    padding: 8vh 0;
}
.session.grey { 
    background: #fcfcfc;
}
.btn-default-solid {
    white-space: normal;
}

.text-muted {
    color: #5a606a;
}

input::-ms-clear {
    display: none;
    height: 0;
    width: 0;
}


.logo:hover {
    transform: scale(1.04);
}
.logo {
    margin-left: 1vh;
    margin-right: 12px;
    margin-bottom: 5px;
    float: left;
    
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
}

.btn-whatsapp {
    position: fixed;
    z-index: 10;
    bottom: 28px;
    left: 30px;
}
.btn-whatsapp img {
    width: 80px;
}
.btn-whatsapp .circle-marker {
    width: 14px;
    height: 14px;
    background: #c34;
    position: absolute;
    top: 4px;
    right: 2px;
    border-radius: 50%;
}

body:not(.is-modal) .container-application {
    padding: 2vh 1.5vh;
    max-width: 1450px;
    margin: 0 auto !important;
}
body:not(.is-modal) .container-application:not(.no-margin) {
    margin-left: 58px;
}
body:not(.is-modal) .container-padding {
    padding-left: 63px;
}
body:not(.is-modal) .container-application > .panel {
    border: 0;
    border-radius: 0;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
body.is-modal .container-application > .panel {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 30px;
}
.container-application > .panel > .panel-body {
    padding: 18px;
}


.btnCloseModal {
    position: absolute;
    top: 15px;
    right: 20px;
    padding: 8px 11px !important;
    font-size: 16px !important;
    z-index: 999;
     -webkit-transition: background 0.4s ease-out 0.03s !important;
    -moz-transition: background 0.4s ease-out 0.03s !important;
    -o-transition: background 0.4s ease-out 0.03s !important;
    transition: background 0.4s ease-out 0.03s !important;
}
.btnCloseModal:focus {
    box-shadow: none !important;
}

.cs-default {
    cursor: default !important;
}
.cs-pointer {
    cursor: pointer;
}
.cs-help {
    cursor: help;
}
.cs-wait {
    cursor: wait;
}

a[disabled] {
    pointer-events: none;
    cursor: not-allowed !important;
}

.input-group-addon {
    background: #f2f4f6;
    color: inherit;
    padding: 6px 8px;
}
.input-group-addon input[type="radio"] {
    vertical-align: middle;
    margin-top: -2px;
    transform: scale(1.1);
    margin-right: 1px;
}

.btn-xs {
    font-size: 13px;
}
.btn-rounded {
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
}

.btn-default-solid,
.btn-primary-solid,
.btn-danger-solid,
.btn-success-solid,
.btn-white-solid {
    transition: all 0.15s ease-in;/*cubic-bezier(.14,.9,.78,.6)*/
}

.btn-primary-solid {
    background: #33a;
    color: #fff;
}
.btn-primary-solid.active,
.btn-primary-solid:active,
.btn-primary-solid:focus,
.btn-primary-solid:hover {
    background: #44b;
    color: #fff;
}

.btn-danger-solid {
    background: #c34;
    color: #fff;
}
.btn-danger-solid.active,
.btn-danger-solid:active,
.btn-danger-solid:focus,
.btn-danger-solid:hover {
    background: #a12;
    color: #fff;
}

.btn-primary-solid:focus {
    outline: 3;
}

.btn-default-solid {
    background: #f4f4f4;
    color: #333;
}

.btn-default-solid:hover {
    background: #ddd;
    color: #000 !important;
}
.btn-light-default-solid {
    background: #f9f9f9;
    color: #345;
}

.btn-light-default-solid:hover {
    background: #e7e7e7;
    color: #000 !important;
}

.btn-white-solid {
    background: #fff;
    color: #333;
}
.btn-white-solid:not([disabled]):hover {
    background: #ddd;
    color: #000 !important;
}

.btn-sm {
    font-size: 14px;
}
.btn:not(.btn-sm)
    :not(.btn-xs)
    :not(.btn-md)
    :not(.btn-lg) {
    font-size: 15px;
}
.btn-sm i.fa {
    font-size: 15px;
}
.btn-md {
    padding: 8px 14px;
    font-size: 16px;
}
.btn .img-circle {
    margin: -7px -13px;
    margin-right: 7px;
}
.btn.btn-sm .img-circle {
    margin: -5px -10px;
}
.btn .btn-toggle {
    display: none;
    margin-right: -3px;
    margin-left: 3px;
}
.btn:hover .btn-toggle:not([disabled]) {
    display: inline-block;
}

.btn-success-solid {
    background: #2b7;
    color: #fff;
}

.btn-success-solid:hover,
.btn-success-solid:active,
.btn-success-solid:focus {
    background: #10a052;
    color: #fff !important;
}

.input-group-btn .btn-lg {
    padding: 11px; 
    font-size: 16px;
}
.input-group-btn .btn {
    padding: 7px 9px; 
    height: 39px;
}

select.form-control:not([disabled]):hover {
    cursor: pointer;
    font-size: 17px;
}

textarea:not(.resizable) {
    resize: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-text-fill-color: #282d56;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
}

input.input-lg:-webkit-autofill:first-line {
    font-size: 18px;
    font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active,
.form-control { 
    border: 1px solid #bbb;
    box-shadow: none;
    padding: 6px;
    -webkit-transition: border-color ease-in-out .2s, -webkit-box-shadow ease-in-out .2s;
    -o-transition: border-color ease-in-out .2s, box-shadow ease-in-out .2s;
    transition: border-color ease-in-out .2s, box-shadow ease-in-out .2s;
}
.form-control:not(textarea) {
    font-weight: bold;
}

input:-webkit-autofill:focus, 
input:-webkit-autofill:active,
.form-control:focus {
    border: 1px solid rgb(42, 131, 203);
    box-shadow: 0 0 0 4px rgba(76, 137, 234, 0.23);
}
.btn:not(.btn-block):focus {
    outline: none;
}

.form-control[readonly],
.form-control[disabled] {   
    background: #f6f7f7 !important;
}
.help-block {
    margin-top: 3px;
    margin-bottom: 1px;
    color: #838383;
}

.form-control:not(.input-lg) {  
    height: 39px;
    font-size: 17px;
}

.row {
    margin: 0;
}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 24px;
}
.row .control-label,
.form-group .control-label {
    font-size: 17px;
    font-weight: normal;
}
.table {
    font-size: 16px;
}
.table thead > tr > th {
    border-bottom: 1px solid #ccc;
}
.table > tfoot > tr:not(:first-child) > td {
    border-top: 0;
}

input.scale-md,
label.scale-md input {
    transform: scale(1.3) !important;
}
input.scale-lg,
label.scale-lg input {
    transform: scale(1.4) !important;
}

.tooltip-inner {
    font-size: 14px;
}
.badge {
    font-size: 13px;
}
.badge-light {
    padding: 6px 8px;
    background: #d9e2eb;
    color: #012;
    border-radius: 12px;
}
.badge-primary {
    background: #b5caff; 
    color: #123 !important; 
    padding: 6px 8px;
}
.badge-success {
    background: #b2e8c5; 
    color: #012 !important; 
    padding: 6px 8px;
}
.badge-danger {
    background: #e3bdc6; 
    color: #012 !important; 
    padding: 6px 8px;
}
.badge-warning {
    background: #dc9; 
    color: #000; 
    padding: 6px 8px;
}

.table-responsive {
    overflow-x: auto !important;
    border: 0 !important;
}

.text-bold {
    font-weight: bold;
}
.text-underline {
    text-decoration: underline;
}

.dropdown-menu {
    font-size: 15px;
    padding: 10px 0;
}
.dropdown-menu > li > a {
    padding: 5px 20px;
}
.dropdown-menu .dropdown-header {
    margin-bottom: 1px;
}
.dropdown-menu a {
    font-size: 16px !important;
    transition: all 0.15s ease-in;
    margin-top: -2px;
    padding: 7px 0;
    background: transparent;
    text-align: left;
    border-radius: 3px; 
}
.dropdown-menu .glyphicon {
    font-size: 17px;
}
.dropdown-menu .fa {
    font-size: 19px;
}
.dropdown-menu a:hover {
    transform: scale(1.03);
    padding: 7px 13px;
    background: #d4effd !important;
}


.input-group-addon label {
    margin-bottom: 0;
    vertical-align: middle;
    margin-right: 0 !important;
}

input[type="radio"], 
input[type="checkbox"] {
    margin-top: 4px;
    margin-right: 2px;
    vertical-align: top;
    line-height: normal;
    cursor: pointer;
    transform: scale(1.12);
}

sub {
    font-size: 12px;
}

hr {
    margin-top: 15px;
    margin-bottom: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, 
.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, 
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, 
.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.password {
    text-security: disc;
    -webkit-text-security: disc;
    -mox-text-security: disc;
}
input[type="text"],
select {
    letter-spacing: .045em;
}
input[type="password"],
.password {
    letter-spacing: 3px !important;
}

.animation-pulse {
    animation: pulse 1.0s infinite;
    /*animation-delay: 2s;
    animation-iteration-count: 10;*/
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
.animation-pulse:hover {
    animation: none;
}

@keyframes pulse {
    0% {
        /*background-color: #001F3F;*/
        transform: scale(1.0);
    }
    50% {
        transform: scale(1.03);
    }
}

#dialog .modal-footer {
    cursor: pointer; 

    text-align: center; 
    color: #fff; 
    font-size: 20px; 
    padding: 15px;
    -webkit-transition: background-color 300ms ease-out 0.1s;
    -moz-transition: background-color 300ms ease-out 0.1s;
    -o-transition: background-color 300ms ease-out 0.1s;
    transition: background-color 300ms ease-out 0.1s;
}
#dialog {
    margin-top: 5px;
}
#dialog .btnCloseModal {
    font-size: 14px !important;
    padding: 7px 10px !important;
    top: 8px;
    right: 10px;
}
#dialog .modal-body {
    padding: 23px 35px;
}
#dialog.confirm .btnConfirm {
    background: #654;
}
#dialog.confirm .btnConfirm:hover {
    background: #386; 
}
#dialog.confirm .btnRefuse {
    background: #765;
}
#dialog.confirm .btnRefuse:hover {
    background: #e43; 
}
#dialog .btnConfirm,
#dialog .btnRefuse,
#dialog .btnOk {
    border: 0;
}
#dialog.success .btnOk {
    background: #275;
}
#dialog.success .btnOk:hover {
    background: #386; 
}
#dialog.error .btnOk {
    background: #e32; 
}
#dialog.error .btnOk:hover {
    background: #e43; 
}

#loading {
    background: rgba(0, 0, 0, 0.25);
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
#loading > .block {
    margin: 0 auto;
    background: rgba(20, 70, 170, 0.68);
    padding: 23px 18px;
    width: 350px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 16px;
    border-radius: 0 0 16px 16px;
    /*border-bottom: 3px solid rgba(0, 0, 0, 0.25);*/
}
#loading sub {
    color: rgba(255, 255, 255, 0.8);
}
#loading img,
#loading svg {
    margin-right: 10px;
    float: left;
}

.table {
    margin-bottom: 0;
}
.table tr.model {
    display: none;
}
.table:not(.not-hover) tbody tr:hover td {
    background-color: #d3dadb !important;
    color: #123;
}
.table > tbody > tr > td {
    border-top: 0 !important;
    vertical-align: middle !important;
}

.table tr td:first-child { border-top-left-radius: 7px; }
.table tr td:last-child { border-top-right-radius: 7px; }
.table tr td:first-child { border-bottom-left-radius: 7px; }
.table tr td:last-child { border-bottom-right-radius: 7px; }

.table-striped > tbody > tr:nth-child(odd) > td, 
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #fafafa;
}
.table label {
    margin-bottom: 0;
}
.table > tbody > tr.marked td {
    background: #fef582;
}
.table-bordered > thead > tr > th, 
.table-bordered > tbody > tr > th, 
.table-bordered > tfoot > tr > th, 
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td, 
.table-bordered > tfoot > tr > td {
    border: 1px solid #ccc;
}

.ui-datepicker{z-index: 1051 !important};

.modal.fade {
    transition: all .02s,z-index 0ms;
}
.modal-backdrop.fade {
    transition: all .002s;
}

.modal-backdrop.in {
    opacity: 0.16;
    background: #000;
}

.modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 0;
}
body.is-modal .modal-dialog {
    margin-bottom: 0;
}
.modal-content {
    box-shadow: none;
    border: 0;
    border-radius: 0 0 8px 8px;
}
.modal-body {
    padding: 20px;
}
#modal-iframe .modal-body {
    padding: 0;
}
.modal-body iframe {
    width: 100%;
    border: 0;
    /*border-radius: 8px 8px 0 0;*/
}
.modal-lg {
    width: 100%;
    max-width: 1220px;
}
.modal-md {
    width: 100%;
    max-width: 960px;
}
.modal-sm {
    width: 100%;
    max-width: 750px;
}
.modal-xs {
    width: 100%;
    max-width: 550px;
}
.modal-full {
    width: 100%;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td:not(.checkmarker),
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #fbf2f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td:not(.checkmarker),
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #e7f4ed;
    /*border-color: #eed3d7;*/
}

.table > tbody > tr:not(.active).warning > td.checkmarker {
    background-color: #e9deb7 !important;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td:not(.checkmarker),
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #faf4ca;
}