.center {
    text-align: center !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.panel, .panel-heading {
    border-radius: 0 !important;
}

input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], input[type=text],
input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month],
input[type=time], input[type=week], input[type=number], textarea, .form-control, select,
div.chosen-container-single .chosen-single span {
    color: #393939 !important;
}

body {
    overflow-x: hidden !important;
}

#loadingDefault {
    position: fixed;
    background-color: white;
    height: 100%;
    width: 100%;
    z-index: 5000;
    text-align: center;
    padding-top: 30%;
}

#tituloMainDefault {
    background-color: white;
    position: relative;
    width: 100%;
    height: 70px;
    line-height: 70px;
    max-width: 1000px;
    margin: 16px auto 25px;
    box-shadow: 1px 1px 5px #333;
}

#tituloMainDefault>img {
    max-height: 66px;
    max-width: 400px;
    padding-left: 10px;
    margin-top: -3px;
}

#tituloMainDefault .divUsuarioMenu {
    float: right;
    margin-top: -72px;
}

#tituloMainDefault a.menuUsuario {
    border: 0;
    margin: 0;
    height: 70px;
    padding-top: 2px;
    width: inherit;
    background-color: #2C1D49;
}

#tituloMainDefault a.menuUsuario:hover {
    text-decoration: none !important;
}

#tituloMainDefault div.infobox-icon {
    margin: -2px 8px 0 0;
}

#tituloMainDefault span.user-info {
    color: white;
    top: 16px;
}

#tituloMainDefault i.ace-icon.fa.fa-caret-down {
    color: white;
    text-align: center;
    font-size: 16px;
    width: 20px;
}

#mainDefault > .divDecorator {
    background-color: white;
    padding: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 1px 1px 5px #333;
}

.form-wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

div.row label {
    display: block;
    width: 100%;
    margin-top: 8px;
    word-wrap: break-word;
}

.chosen-container {
    width: 100% !important;
}

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

.visible-desktop {
    display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }
}

#addAtendimento {
    cursor: pointer;
}

#addAtendimento:hover {
    color: #00b3ee;
}

.panel-procedimento {
    background-color: transparent;
    box-shadow: none;
}

.panel-procedimento > .panel-body {
    color: white;
    background-color: var(--primary);
    border-color: var(--primary);
    border-radius: 0;
}

.titulo {
    text-align: center;
    color: white;
    padding: 30px 0 40px 0;
}

.table-procedimento th, .table-procedimento td {
    text-align: center;
}

.fuelux .wizard > .actions {
    width: auto;
    height: 46px !important;
    padding: 6px 15px !important;
    line-height: 0px !important;
    z-index: 500;
}

.step-content .step-pane {
    min-height: 0px !important;
}

#atendimento-form .chosen-results {
    max-height: 120px;
}

/*.steps-container .steps li:before {*/
/*border-top: none !important;*/
/*}*/

/*.steps-container .steps {*/
/*display: block !important;*/
/*}*/

/*.steps-container .steps li {*/
/*display: block !important;*/
/*text-align: left !important;*/
/*width: initial !important;*/
/*}*/

.btn-procedimento-close {
    float: right;
    cursor: pointer;
}

.divTableHorario {
    position: relative !important;
    padding: 10px 0;
    transition: height 600ms;
}

.divTableHorario.close {
    height: 0 !important;
    padding: 0 !important;
}

#divHorario .panel-heading div.panel-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    width: 100%;
}

#divHorario .panel-heading div.panel-title.titleMin {
    width: calc(100% - 150px);
}

#divHorario .panel-heading span.btn.pull-right {
    margin: -11px -16px -11px 0;
    font-size: 15px;
    border-width: 4px;
    line-height: 28px;
}

.table-procedimento td a:hover {
    text-decoration: none;
    background-color: green;
    color: white;
    padding: 3px;
    cursor: pointer;
}

.horario-selecionado {
    text-decoration: none !important;
    background-color: green !important;
    color: white !important;
    padding: 4px;
}

#divBtnAgendar p {
    padding: 15px;
    font-weight: bold;
}

.divisoria {
    height: 105px;
    width: 50%;
    border-right: 2px solid;
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}

.radio-inline-no-template + .radio-inline-no-template {
    margin-top: 0;
    margin-left: 10px;
}

.radio-inline-no-template {
    position: relative;
    display: inline-block !important;
    padding-left: 20px;
    width: initial !important;
    margin: 0 !important;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}

.gritter-item-wrapper.gritter-light.gritter-success .gritter-item {
    color: #5cb85c;
}

.gritter-item-wrapper.gritter-light.gritter-warning .gritter-item {
    color: #946446;
}

.gritter-item-wrapper.gritter-light.gritter-danger .gritter-item {
    color: #992712;
}

.gritter-close {
    left: inherit !important;
    right: 5px !important;
}

.gritter-title {
    font-size: 16px;
}

.gritter-item p {
    font-size: 14px;
}

.gritter-item {
    font-family: sans-serif;
}

.table-procedimento td div {
    width: 40px !important;
    margin: auto;
}

.chosen-container > .chosen-single {
    background-color: white !important;
}

.page-content, .main-container:before {
    background-color: inherit;
}

/*.fuelux .wizard {*/
/*border-radius: 0;*/
/*}*/

.wizard .steps {
    margin-left: 0 !important;
}

.fuelux > .wizard {
    padding: 20px;
}

div.rowFilial .logoFilial {
    max-width: 230px;
    max-height: 70px;
}

div.rowFilial input[type=radio].ace + .lbl::before {
    position: absolute;
    margin-top: -30px;
    top: 100%;
    left: 125px;
}

@media screen and (max-width: 780px) {
    .page-content {
        padding: 0 !important;
    }

    #tituloMainDefault {
        /*display: none !important;*/
        margin: 0;
    }

    .divUsuarioMenu .user-info {
        display: none !important;
    }

    .divUsuarioMenu .infobox-icon {
        margin-right: -4px !important;
    }

    /*.wizard > .step-content {*/
    /*margin-top: 46px!important;*/
    /*}*/
    /*.wizard > .steps-container,*/
    /*.wizard > .actions {*/
    /*position: fixed!important;*/
    /*}*/
}

.datepickerHorario .datepicker-inline {
    width: 100%;
}

.datepickerHorario table tr td, .datepickerHorario table tr th {
    width: 400px;
}

.datepickerHorario table tr td.disabled, .datepickerHorario table tr td.disabled:hover {
    opacity: 0.5;
}
.datepickerHorario .datepicker-switch:hover {
    cursor: default;
    background: none;
}

td.day.active {
    color: white !important;
    background-color: var(--primary) !important;
}

td.day:not(.disabled) {
    color: #2C1D49;
    font-weight: bold;
}

td.day.old:not(.disabled),
td.day.new:not(.disabled) {
    color: #8886d8;
    font-weight: bold;
}

th.dow {
    font-weight: inherit;
}

.linkHorario {
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}