.pageLogin {
    background: url("../img/login-iluminacao-publica.jpg") center center fixed no-repeat;
}

.nav h6 {
    text-align: right;
    margin: 5px 0 0 0;
}

.btn-configuration {
    margin-left: 250px;
}

.label-configuration {
    width: 200px;
    float: left;
    margin-right: 5px;
    padding-top: 5px;
    text-align: right;
}

.label-low-warning {
    background-color: #c3c300;
}

.label-low-warning[href]:hover,
.label-low-warning[href]:focus {
    background-color: #c3c300;
}

.alert-success,
.alert-error {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}

.modal.in {
    display: block;
}

.on {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.dropdown-menu.lg {
    width: 210px !important;
}

.yellow {
    color: yellow;
}

#modal-service-performed .modal-body,
#modal-stock-in-transit .modal-body,
#modal-stock-used .modal-body,
#modal-stock-lost .modal-body {
    max-height: 300px;
    overflow-y: scroll;
}

.btn-group.padding {
    padding-bottom: 10px;
    padding-top: 10px;
}

.btn-group.padding {
    padding-bottom: 10px;
    padding-top: 10px;
}

.size-fixed input[type="number"] {
    width: 50px;
}

.size-fixed-modal input[type="number"] {
    width: 60px;
}

.infoBox {
    background-color: #fff;
    width: 200px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: 2px solid #3fa7d8;
    border-radius: 3px;
    margin-top: 10px;
}

.infoBox p {
    position: relative;
    width: 100px;
    left: 50%;
    margin-left: -30px;
    margin-bottom: 5px;
}

.infoBox button {
    position: relative;
    left: 50%;
    margin-left: -35px;
    margin-bottom: 5px;
}

.infoBox:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #3fa7d8;
    top: -10px;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    left: 138px;
}

#progress_bar {
    margin: 10px 0;
    padding: 3px;
    border: 1px solid #000;
    font-size: 14px;
    clear: both;
    opacity: 0;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;
}

#progress_bar.loading {
    opacity: 1;
}

#progress_bar .percent {
    background-color: #99ccff;
    height: auto;
    width: 0;
}

.pac-container {
    background-color: #fff;
    z-index: 9999;
    position: fixed;
    display: inline-block;
    float: left;
}

.popover-content {
    max-height: 300px;
    overflow-y: scroll;
}

.panel-heading-custom {
    text-align: center;
    background-color: #ffffff !important;
}

.panel-heading-alert {
    border: 1px solid red !important;
}

.icon-alert {
    margin-right: 5px !important;
    color: red !important;
}

.icon-position {
    position: relative;
    left: -10px !important;
}

.panel-heading-custom-not-center {
    background-color: #ffffff !important;
}

.panel-heading-zebra {
    background-color: #ffffff !important;
}

.panel-body-active {
    background: #d9d9d9;
}

.panel-heading-active {
    background-color: #d9d9d9 !important;
}

.input-region-stok {
    padding-left: 5px !important;
    margin-right: 7px !important;
}

body.wait *,
body.wait {
    cursor: progress !important;
}

.hide {
    display: none;
}

.margin1px {
    margin-left: 1px;
    margin-right: 1px;
}

.border-red {
    border-color: red !important;
    border-width: 2px !important;
    border-style: dotted !important;
}

.border-green {
    border-color: green !important;
    border-width: 2px !important;
    border-style: dotted !important;
}

.color-red {
    color: red !important;
}

.color-green {
    color: green !important;
}

th.center {
    text-align: center;
}

td.center {
    text-align: center;
}

tr.text-muted {
    color: gray !important;
}

tr.text-alert {
    color: orangered !important;
}

.fake-link {
    color: blue;
    cursor: pointer;
}

.leftlabel {
    text-align: left !important;
}

.centerbtn {
    text-align: center !important;
}

.form-horizontal .has-feedback .form-control {
    padding-right: 12px;
}

.form-horizontal .has-feedback .select2-container {
    padding-right: 0px !important;
}

.custom-hr {
    display: flex;
    align-items: center;
}

.custom-hr hr {
    flex: 1;
}

.custom-detail span {
    font-weight: lighter;
    font-size: 12px;
}

.custom-detail .light-gray {
    color: #cccccc;
    margin-bottom: 20px;
}

.custom-detail p {
    margin-bottom: 0px;
    font-size: 11px;
}

.custom-detail .custom-hr p {
    font-size: 14px;
    color: #42763d;
    margin-top: 20px;
    margin-bottom: 20px;
}

.custom-col-mb {
    margin-bottom: 10px;
}

.inverted-glyphicon {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.btn-circle {
    border-radius: 15px !important;
    margin-top: 15px;
}

.alert-input {
    border-color: rgba(255, 0, 0, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.8);
    outline: 0 none;
}

.modal-body-scroll {
    max-width: 100%;
    overflow-x: auto;
}

.modal-body-scroll-div {
    width: 100%;
}

.container-gray {
    background-color: #f5f5f5;
    margin: 20px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.container-gray hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.container-gray h2 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.light-box {
    background-color: #ffffff;
    margin: 15px;
    display: table;
    padding-bottom: 15px;
}

.salesModals {
    margin-top: 15px;
    margin-bottom: 15px;
}

.vcenter {
    display: flex;
    justify-content: center;
}

.custom-button-dropdown {
    border: 0px !important;
    margin-left: 10px !important;
}

.custom-dropdown-menu {
    min-width: 0px !important;
    padding: 10px !important;
}

.custom-dropdown-menu button {
    margin: 5px !important;
}

.popover {
    z-index: 99999 !important;
}

.alert-tm {
    margin-top: 20px;
}

.attachment-row {
    margin-bottom: 15px;
}

.attachment-row p {
    padding-top: 7px !important;
    margin-bottom: 0px !important;
}

.button-category {
    width: 100%;
    border: 0px;
    background-color: transparent;
    color: #428bca;
}

.button-category:hover {
    border-radius: 2px;
    color: #2a6496;
    font-size: 110%;
}

.nav-sider-header {
    padding-bottom: 14px;
    padding-top: 14px;
    margin: 00px 0 15px;
    border-bottom: 1px solid #eee;
}

.panel-collapse-nav {
    padding: 10px 10px 0px 10px;
}

.custom-side-bar .panel {
    margin-bottom: 10px !important;
    border: transparent !important;
    border: transparent !important;
    box-shadow: 0 1px 1px transparent !important;
    -webkit-box-shadow: 0 1px 1px transparent !important;
}

.custom-side-bar .panel-default > .panel-heading {
    color: #333;
    background-color: transparent !important;
    border-color: transparent !important;
    padding-bottom: 0px !important;
}

.custom-side-bar-collapse {
    padding-top: 15px;
}

.custom-side-bar-active {
    /*position: absolute;  Define a posição absoluta para o elemento <a> */
    /*top: 0;  Define o topo do elemento <a> como sendo o topo da div */
    /*left: 0; /* Define a esquerda do elemento <a> como sendo a esquerda da div */
    display: block;
    /* Faz com que o elemento <a> ocupe toda a largura da div */
    border: solid #eee !important;
    /* Define a borda do elemento <a> */
    border-radius: 20px;
    border-width: inherit;
    /* Define a largura da borda como sendo a mesma da div */
    padding: 10px;
    margin-left: -10px;
    height: inherit;
    /* Define a altura do elemento <a> como sendo a mesma da div */
}

.step {
    background-color: #666 !important;
    color: #fff !important;
    font-weight: 800 !important;
}

.step-not-itens {
    color: #ccc !important;
}

.step-itens-type {
    color: #000 !important;
    font-weight: 600 !important;
    background-color: #d9edf7 !important;
}

.mtop-15 {
    margin-top: 15px;
}

.light-gray {
    color: #ccc;
}

.label-center {
    text-align: center !important;
}

.alert-margin {
    margin: 20px;
}

.destaque {
    text-transform: uppercase;
    color: #000;
}

.btn.btn-success-pressed {
    box-shadow: inset 3px 3px 5px #5cb85c;
    outline: none !important;
    border-color: #5cb85c !important;
    background-color: transparent !important;
}

.btn.btn-info-pressed {
    box-shadow: inset 3px 3px 5px #5bc0de;
    outline: none !important;
    border-color: #5bc0de !important;
    background-color: transparent !important;
}

.btn.btn-warning-pressed {
    box-shadow: inset 3px 3px 5px #f0ad4e;
    outline: none !important;
    border-color: #f0ad4e !important;
    background-color: transparent !important;
}

.btn.btn-danger-pressed {
    box-shadow: inset 3px 3px 5px #d9534f;
    outline: none !important;
    border-color: #d9534f !important;
    background-color: transparent !important;
}

.btn.btn-primary-pressed {
    box-shadow: inset 3px 3px 5px #337ab7;
    outline: none !important;
    border-color: #337ab7 !important;
    background-color: transparent !important;
}

.custom-item-total {
    color: #5cb85c;
    font-size: 1.3em;
}

.custom-total {
    color: #5cb85c;
    border-bottom: 2px solid #ccc;
    width: auto;
    margin-bottom: 60px;
    margin-top: 30px;
}

.custom-alert {
    margin-bottom: 0px !important;
    text-align: center !important;
}

.tr-fade-transition {
    transition: border 0.3s ease;
}

.tr-fade-color {
    border: 3px solid #5cb85c;
}

.btn-highlight {
    background-color: #9834db; /* Cor de fundo */
    border-color: #652ea4; /* Cor da borda */
    color: #ffffff; /* Cor do texto */
}

.btn-highlight:hover {
    background-color: #8834db; /* Cor de fundo ao passar o mouse */
    border-color: #552ea4; /* Cor da borda ao passar o mouse */
    color: #ffffff !important; /* Cor do texto ao passar o mouse */
}

.btn-highlight:focus {
    color: #ffffff !important; /* Cor do texto ao passar o mouse */
}

.btn-highlight2 {
    background-color: #d333d3; /* Cor de fundo */
    border-color: #a52e9f; /* Cor da borda */
    color: #ffffff; /* Cor do texto */
}

.btn-highlight2:hover {
    background-color: #b42eb4; /* Cor de fundo ao passar o mouse */
    border-color: #92288d; /* Cor da borda ao passar o mouse */
    color: #ffffff !important; /* Cor do texto ao passar o mouse */
}

.btn-highlight2:focus {
    color: #ffffff !important; /* Cor do texto ao passar o mouse */
}

@media (max-width: 991px) {
    .col-sm-mb {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .col-xs-mb {
        margin-bottom: 20px;
    }
}

.button-group-space {
    margin-right: 10px;
}

.btn-whats {
    background-color: #25d366;
    border-color: #128c7e;
    color: #ffffff;
}

.btn-whats:hover {
    background-color: #20c25d;
    border-color: #107a6e;
    color: #ffffff !important;
}

.btn-whats:focus {
    color: #ffffff !important;
    outline: none !important;
}

.btn-print {
    background-color: #666;
    border-color: #333;
    color: #ffffff;
}

.btn-print:hover {
    background-color: #333;
    border-color: #111;
    color: #ffffff !important;
}

.btn-print:focus {
    color: #ffffff !important;
    outline: none !important;
}

.panel-heading-warning {
    border: 1px solid orange !important;
}

.panel-heading-danger {
    border: 1px solid red !important;
}

.btn-alert-vehicle-maintenance {
    width: 120px;
    margin-bottom: 5px !important;
}
