html, body {
    min-height: 100vh;
    width: 100vw;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    background-color: #ffffff !important;
}

.logoNoSideBar {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

.box {
    background: none !important;
    color: #0d0d0d !important;
    text-align: center !important;
    position: fixed !important;
    padding: 20px !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translateX(-50%) translateY(-50%) !important;
    transform: translateX(-50%) translateY(-50%) !important;
}

.spinner > div {
    width: 25px;
    height: 25px;
    background-color: #0d3c61;
    margin: 5px !important;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/*
loader
*/

.boxLoader {
    width: 100%;
    height: 100%;
    position: relative;
    /*background-color: #bccbe8;*/
    background-color: red;
}

.lds-ellipsis {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #0d3c61 !important;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

/*
Fim loader
*/

.alertButton {
    background-color: transparent !important;
    border: none !important;
    color: #777778 !important;
    font-size: 16px !important;
    max-width: 15px !important;
}


.alertButton .pi {
    font-size: 1.3rem !important;
}

.tituloContent {
    display: block;
    margin-bottom: 30px;
    font-size: 20px !important;
}

#app-sidebar-1 {
}

.max-height {
    max-height: 90vh !important;
    overflow: auto !important;
    margin-top: 10px;
}

.loginInput {
    width: 100% !important;
}

.box {
    width: 100%;
    height: 100%;
    position: relative !important;
}

.loginBox {
    width: 400px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -150px;
}

.center-area {
    /*background-image: url(/Bilhetica360/javax.faces.resource/images/mainBackground.jpg.xhtml?ln=global)*/
}

.main-content-area {
}

/*BlockUI*/
.ui-blockui-content.ui-widget.ui-widget-content.ui-corner-all.ui-helper-hidden.ui-shadow {
    box-shadow: none;
}

ui-blockui ui-widget-overlay ui-helper-hidden {
    /*opacity: 0.3 !important;*/
    /*background: none;*/
}

.chips-w-full, .chips-w-full > .ui-chips-container {
    width: 100%;
}

.chips-read-only .ui-chips-token-label {
    padding: 0 0.5rem 0 0.5rem !important;
}

.chips-read-only .ui-icon-close {
    display: none !important;
}

.no-column-headers > div > table > thead,
.no-column-headers > div > .ui-datatable-scrollable-header-box > table > thead {
    display: none;
}

.selOneButton-w-full {
    width: 100%;
}

.selOneButton-w-full > div {
    width: 50%;
}

.actionsZone {
}

.actionsZone button {
    margin-right: 3px;
    margin-bottom: 3px
}

.custom-menuBar {
    background-color: #f2f2f2 !important;
}

.custom-menuBar .ui-menuitem.ui-widget.ui-corner-all {
    border-radius: 5px
}

.custom-menuBar .ui-menuitem.ui-widget.ui-corner-all > a:hover {
    background-color: #e1e1e1 !important;
}

.bg-inherit {
    background: inherit;
}

/* ############## CUSTOM DSI ############# */

/* BUTTONS */

.ui-button {
    box-shadow: none !important;
    background: #ee423f !important;
    border-color: #ee423f !important;
    color: #fff !important;
}

.ui-button.ui-state-hover:hover {
    box-shadow: none !important;
    background: #ee423f !important;
    border-color: #ee423f !important;
    color: #fff !important;
}

.ui-button.ui-state-active {
    box-shadow: none !important;
    background: #ee423fFF !important;
    border-color: #ee423fFF !important;
    color: #fff !important;
}

.ui-button.ui-state-active:hover {
    box-shadow: none !important;
    background: #ee423f !important;
    border-color: #ee423f !important;
    color: #fff !important;
}

.ui-button.ui-state-focus {
    box-shadow: none !important;
    background: #ffcda6 !important;
    border-color: #FFCDA6FF !important;
    color: #fff !important;
}

.redButton {
    box-shadow: none !important;
    background: #ff5656 !important;
    border-color: #ff5656 !important;
}

.greenButton {
    box-shadow: none !important;
    background: #53a242  !important;
    border-color: #53a242  !important;
}

.inverseButton {
    box-shadow: none !important;
    background: #fff  !important;
    border-color: #fff  !important;
    color: #ee423f !important;
}

.inverseButton.ui-state-hover:hover {
    box-shadow: none !important;
    background: #fff  !important;
    border-color: #fff  !important;
    color: #ee423f !important;
}
.inverseButton.ui-state-active:active{
    box-shadow: none !important;
    background: #fff  !important;
    border-color: #fff  !important;
    color: #ee423f !important;
}
.inverseButton.ui-state-focus{
    box-shadow: none !important;
    background: #fff  !important;
    border-color: #fd9190 !important;
    color: #fd9190 !important;
}


/* CHECKBOXES */

body .ui-chkbox .ui-chkbox-box.ui-state-hover{
    box-shadow: none !important;
    border-color: #ee423f;
    background: none;
}
body .ui-chkbox .ui-chkbox-box.ui-state-active {
    box-shadow: none !important;
    border-color: #ee423f;
    background: #ee423f;
    color: #fff;
}
body .ui-chkbox .ui-chkbox-box.ui-state-active.ui-state-hover{
    box-shadow: none !important;
    border-color: #b42321;
    background: #b42321;
    color: #fff;
}
body .ui-chkbox{
     box-shadow: none !important;
 }

/* RADIOBUTTON */
body .ui-radiobutton .ui-radiobutton-box.ui-state-active {
    border-color: #ee423f;
    background: #ee423f;
    color: #fff;
}

/* INPUT TEXT FIELD */

body .ui-inputfield.ui-state-focus{
    border-color: #ee423f;
    box-shadow: none !important;
}

/* TOGGLE SWITCH */

body .ui-toggleswitch.ui-toggleswitch-checked .ui-toggleswitch-slider {
        background: #ee423f;
}


/* MESSAGES */

body .ui-growl .ui-growl-item-container.ui-growl-info {
    background: #cecece;
    border: 1px solid #6b6b6b;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    color: #2d2d2d;
    border-width: 0 0 0 6px;
}

body .ui-growl .ui-growl-item-container.ui-growl-info .ui-growl-image {
    font-family: "primeicons" !important;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    background: none;
    font-size: 2rem;
    color: #2d2d2d;
}

.center {
    margin: auto;
    width: 50%;
    padding: 10px;
}

/*footer*/

.footerCont {
    position: relative;
    width: 100%;
    background-color: #f7f7f7;
    display: block;
}

.footerContCenter {
    position: relative;
    display: block;
    margin: 0px auto;
    max-width: 1024px;
    min-width: 1024px;
    border-top: #ebebeb 1px solid;
    padding-top: 30px;

}

.footerLogoAbt {
    display: block;
    float: left;
    margin-bottom: 30px;
}

.footerPoliticaPrivacidade {
    display: block;
    float: left;
    margin-bottom: 30px;
    padding-left: 475px;
}


.footerLogoCma {
    display: block;
    margin-left: 70px !important;
    float: left;
    margin-right: 10px;
    margin-bottom: 30px;
}