body {
    font-family: 'Inter' !important;
    font-weight: 400;
}

/*
 * Page: Login
 * ----------------------
 */
body.login-page {
    background-image: url('../img/login_background.png.xhtml');
    background-size: cover;
    background-color: #01a89e;
}

.login-box {
    width: 350px;
    margin: auto;
}

.login-logo {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
}

.login-logo a {
    display: block;
}

.login-logo a>img {
    max-width: 100%;
}

@media (max-width: 640px) {
    .login-box {
        width: 90%;
    }

    .login-logo {
        padding-top: 20px;
    }
}

/*Generals*/
.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.app-width-5p {
    width: 5%;
}

.app-width-10p {
    width: 10%;
}

.app-width-15p {
    width: 15%;
}

.app-width-20p {
    width: 20%;
}

.app-width-30 {
    width: 30%;
}

.app-width-40 {
    width: 40%;
}

.app-width-50 {
    width: 50% !important;
}

.app-width-60 {
    width: 60%;
}

.app-width-70 {
    width: 70%;
}

.app-width-80 {
    width: 80%;
}

.app-width-90 {
    width: 90%;
}

.app-min-width-200 {
    min-width: 200px;
}

.app-min-width-100 {
    min-width: 100px;
}

.app-min-width-50 {
    min-width: 50px;
}

.app-min-width-50p {
    min-width: 50%;
}

.app-min-width-60p {
    min-width: 60%;
}

.app-min-width-70p {
    min-width: 70%;
}

.app-min-width-80p {
    min-width: 80%;
}

.app-min-width-90p {
    min-width: 90%;
}

.full-width {
    width: 100% !important;
}

/*Image classes*/
.avatar-image {
    max-width: 100px;
    max-height: 100px;
}

.small-avatar {
    max-width: 50px;
    max-height: 50px;
}

.normal-image {
    max-width: 200px;
    max-height: 200px;
}

.inline-image {
    max-width: 30px;
    max-height: 30px;
}

a.layout-image {
    text-decoration: none;
}

a.layout-image img {
    width: 100%;
    display: block;
}

a.layout-image span {
    display: block;
    text-align: center;
    padding-top: 10px;
}

a.layout-image.selected {
    font-weight: bold;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
}

.block {
    display: block;
}

.text-green {
    color: #449d44;
}

.text-red {
    color: #d9534f;
}

.text-large {
    font-size: large;
}

.text-larger {
    font-size: larger;
}

.text-x-large {
    font-size: x-large;
}

.text-xx-large {
    font-size: xx-large;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 0 5px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
    line-height: 1.5em;
}

.bg-red {
    background-color: #d9534f;
}

.bg-green {
    background-color: #449d44;
}

.round-border {
    border-radius: 50%;
    padding: 5px;
    border: solid thin;
}

.btn-app {
    display: block;
    height: 80px;
}

.btn-app>.fa {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
}

.text-bold {
    font-weight: bold;
}

.text-white {
    color: white;
}

.box-dashboard {
    min-height: 300px;
}

.text-comment {
    font-size: small;
    font-style: italic;
    color: #888;
}

.no-border .ui-datalist-content {
    border: none;
}

.reset-styles {
    all: initial;
}

.padding-bottom {
    padding-bottom: 10px !important;
}

.margin-bottom {
    margin-bottom: 10px !important;
}

.padding-top {
    padding-top: 10px !important;
}

body.tracuu-page {
    background-color: steelblue;
}

.btn-dashboard {
    display: block;
    height: 70px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    background: #FFFFFF;
    box-shadow: 0px 10px 50px 4px rgba(138, 161, 203, 0.23);

}

.btn-dashboard:hover{
    display: block;
    height: 70px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    background: linear-gradient(180deg, #F9FAFD 0%, #FFFFFF 63.97%);
    box-shadow: 0px 10px 20px 4px rgba(138, 161, 203, 0.23);
}
.btn-dashboard.active {
    display: block;
    height: 70px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    background: linear-gradient(180deg, #F9FAFD 0%, #FFFFFF 63.97%);
    box-shadow: 0px 10px 10px 4px rgba(138, 161, 203, 0.13);
}

.btn-dashboard>label:first-of-type {
    font-size: 22px;
    font-weight: bold;
    overflow: hidden;
}

.btn-dashboard span.block {
    padding: 10px;
}

.bordered {
    border: solid 1px #ddd !important;
    border-collapse: collapse;
}

.fixed-wight-200 {
    width: 200px;
}

.fixed-wight-150 {
    width: 200px;
}

.fixed-wight-100 {
    width: 200px;
}

.on-top {
    z-index: 9999 !important;
}

.dotted-line {
    display: flex;
    width: 100%;
}

.dotted-line:after {
    border-bottom: 1px dotted #777;
    content: '';
    flex: auto;
    margin-bottom: 5px;
}

.upper-case {
    text-transform: uppercase;
}

.error-dialog {
    background-image: url(/javax.faces.resource/img/robot.png.xhtml?app_ver=2020.09.10);
    background-size: 40%;
    background-repeat: no-repeat;
    min-width: 500px;
    min-height: 200px;
    background-position: right bottom;
    color: red;
}

body .ui-inputfield {
    padding: 4px 6px;
    font-size: 12px;
}

body .ui-button {
    font-size: 12px;
}

body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-size: 12px;
}

.ui-outputlabel {
    color: #000;
    font-size: 14px !important;
}

body .ui-panel .ui-panel-titlebar {
    padding: 16px !important;
    border-bottom: none;
}
body .ui-panel .ui-panel-titlebar .ui-panel-title {
    font-size: 20px !important;
    text-transform: uppercase;
}
label.ui-panel-sub-title{
    font-size: 18px !important;
    text-transform: none !important;
}
body .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon-triangle-1-s {
    margin-top: 8px;
}

.ui-helper-reset {
    line-height: 1.0 !important;
}

.ui-dialog-titlebar .ui-dialog-title .ui-outputlabel {
    line-height: 24px !important;
    margin-bottom: 1px !important;
}

body .ui-panel .ui-panel-content {
    padding: 5px;
}

body .ui-datatable .ui-datatable-data>tr td {
    padding: 1px 5px;
}

.ui-fieldset,
.ui-fieldset .ui-fieldset-legend {
    padding: 0.4em 0.1em !important;
}

legend {
    font-size: 0.8rem !important;
    width: 98.5%;
}

.ui-inputgroup .ui-inputgroup-addon {
    padding: 4px !important;
}

.ui-fieldset-content {
    padding: 2px !important;
}

input[readonly] {
    background-color: #f6f6f6;
}

.ui-selectonemenu.ui-state-disabled .ui-selectonemenu-label {
    background-color: #f6f6f6;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #8590a5;
    border-radius: 2px;
    margin: 5px 0;
}

::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .5);
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, .75);
}

div.ui-dialog-titlebar.ui-widget-header.ui-helper-clearfix.ui-corner-top.ui-draggable-handle>a>span {
    font-size: 18px !important;
    color: red !important;

}

.ui-inputgroup .ui-inputgroup-addon {
    padding: 2px !important;
}

.mainBtn {
    color: #383874;
    text-transform: capitalize;
    border-radius: 12px;
    box-shadow: 0px 10px 50px 4px rgba(138, 161, 203, 0.23);
}

.backgroundIcon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 24px;
    width: 48px;
    height: 48px;
    border-radius: 18px;
    margin-right: 15px;
}
.btnIcon {
    height: 30px;
    width: 35px;
}
.ui-panelgrid-cell{
    padding: 8px !important;
}
button.login-btn>span{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 130% !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}