html, body {
    font-family: Lato, sans-serif;
    color: black;
    height: 100vh;
    margin: 0;
    padding: 0;
    width: 100%;
}

/* Change Auto complete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: inherit;
    -webkit-box-shadow: none;
    transition: background-color 5000s ease-in-out 0s;
}

.latte-item.list.selectable.not-assigned {
    background: #4caf50;
}

.latte-item.list.selectable.row-total {
    background: #355379;
}

.latte-item.list.selectable.row-total,
.latte-item.list.selectable.not-assigned {
    color: white;
}

.latte-item.list.selectable.not-assigned.latte-item.list > .columns > div:after,
.latte-item.list.selectable.row-total.latte-item.list > .columns > div:after {
    background: transparent !important;
}

.latte-item.date .month table td.today .selectable {
    /* color: white; */
}

.latte-item.month-select .latte-item.button {
    padding: 4px 15px;
    width: 100px;
    border-radius: 0 !important;
    margin-bottom: 5px;
}

.latte-view.main-view-holder,
.latte-modal-view {
    font-family: 'Lato', sans-serif !important;
}

.app.transitia .top-bar > .face {
    background: #4285F4 !important;
    color: white !important;
}

.app.transitia .top-bar .latte-item.clickable.logo {
    text-transform: uppercase;
    padding: 6px 10px !important;
}

.app.transitia .top-bar .latte-item.clickable.logo .text {
    color: white !important;
    font-family: Longview, sans-serif;
    font-size: 18px;
    letter-spacing: 1.1px;
}

.app.transitia .top-bar .button.logout .label-content {
    color: white !important;
    background: transparent;
    border-color: transparent;
}

.app.transitia .top-bar .latte-item.label.label-title {
    margin-left: 15px;
}

.app.transitia .top-bar .latte-item.clickable.selected.logo,
.app.transitia .top-bar .latte-item.clickable.selected.logout {
    background: transparent;
    border-color: transparent;
}

.app.transitia .latte-item.action-secondary,
.app.transitia .latte-item.action-danger,
.app.transitia .latte-item.action-default {
    background-color: #ffffff;
    padding: 10px 7px !important;
    text-align: center;
    margin: 0 15px;

    display: flex;
    justify-content: center;
}

.app.transitia .latte-item.action-secondary:active,
.app.transitia .latte-item.action-danger:active,
.app.transitia .latte-item.action-default:active {
    position: relative;
    top: 1px
}

.app.transitia .latte-item.action-default {
    border-color: #4285F4;
    color: #4285F4;
}

.app.transitia .latte-item.action-default:hover {
    background-color: #4285F4;
    border-color: #4285F4;
    color: #fff;
}

.app.transitia .latte-item.action-danger {
    border-color: orangered;
    color: orangered;
}

.app.transitia .latte-item.action-danger:hover {
    background-color: orangered;
    border-color: orangered;
    color: #fff;
}

.app.transitia .latte-item.action-secondary {
    border-color: #8BC34A;
    color: #8BC34A;
}

.app.transitia .latte-item.action-secondary:hover {
    background-color: #8BC34A;
    border-color: #8BC34A;
    color: #fff;
}

.app.transitia .latte-item.selectable.list.row-edit {
    color: black !important;
    padding-top: 6px;
    padding-bottom: 6px;
}

.app.transitia .latte-item.selectable.list.row-edit > .columns > div:after {
    background: transparent !important;
}

.app.transitia .latte-item.selectable.list.row-edit .data-record,
.app.transitia .latte-item.selectable.list.row-edit .textbox {
    width: 95%;
}

.app.transitia .latte-item.selectable.list.row-edit .textbox input {
    width: 100%;
    box-sizing: border-box;
    box-shadow: none;
}

.app.transitia .explorer .latte-item.selectable.list.row-edit .textbox input {
    width: 100%;
    box-sizing: border-box;
    box-shadow: none;
    text-transform: uppercase;
}

.app.transitia .latte-item.textbox.textbox-full input {
    border-color: transparent;
    box-shadow: none;
    width: 100%;
}

.app.transitia .latte-item.toolbar.white.with-face > .face {
    background: white !important;
}

.app.transitia .latte-item.toolbar .latte-item.button.horizontal > .latte-item.label > .label-content,
.app.transitia .latte-item.label.title-1,
.app.transitia .latte-item.label.title-2,
.app.transitia .latte-item.label.title-3,
.app.transitia .latte-item.label.title-4,
.app.transitia .latte-item.label.title-5 {
    color: #4285F4;
    font-weight: 400;
}

.app.transitia .column .latte-item.label.title-3 {
    border-bottom: solid 1px #4285F4;
    font-weight: 400;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.app.transitia .latte-item.label.title-1 .text {
    font-size: 16px;
}

.app.transitia .latte-item.label.title-2 .text {
    font-size: 15px;
}

.app.transitia .latte-item.label.title-3 .text {
    font-size: 14px;
}

.app.transitia .latte-item.label.title-4 .text {
    font-size: 13px;
}

.app.transitia .latte-item.label.title-5 .text {
    font-size: 12px;
}

.app.transitia .latte-item.label.title-1 .description {
    font-size: 14px;
}

.app.transitia .latte-item.label.title-2 .description {
    font-size: 13px;
}

.app.transitia .latte-item.label.title-3 .description {
    font-size: 12px;
}

.app.transitia .latte-item.label.title-4 .description {
    font-size: 11px;
}

.app.transitia .latte-item.label.title-5 .description {
    font-size: 10px;
}

.app.transitia .latte-view.toolbar.explorer-list .latte-item.label.title-3.title-list {
    padding-top: 3px;
    padding-bottom: 3px;
}

.app.transitia .latte-item.label.title-5.title-list {
    margin: 4px;
}

.app.transitia .latte-view.payroll-order .latte-item.form {
    padding-top: 0;
    padding-bottom: 0;
}

.app.transitia .latte-item.form > .container > .latte-item > .text,
.app.transitia .latte-item.horizontal.input > .text {
    font-family: "Lato", sans-serif;
    font-weight: bold;
}

.latte-modal-view .latte-item.input > .value > .latte-item.label.horizontal,
.app.transitia .latte-item.input > .value > .latte-item.label.horizontal {
    clear: both;
    color: #283d61;
    font-size: 10.5px;
}

.latte-modal-view .latte-item.input.invalid > .value > .latte-item.label.horizontal {
    color: red;
}

.latte-item.label.ac-data-hint {
    float: none;
}

/* Flex styles */
.app.transitia .flex-address {
    background: #f9fafb;
    border-radius: 3px;
    border: solid 1px #b0b0b0;
    display: flex;
    flex-direction: column;
    padding: 5px;
    margin-top: 5px;
    width: 280px;
}

/*------------------------------------------------------------------------------------------------
|
| Estilos para combo custom
| Vista: UploadExcelDiesel.ts
|
------------------------------------------------------------------------------------------------*/

.filter-combo {
}

.filter-combo > .value {
    width: 100%;
}

.latte-item.button-group.pagination {
    margin-right: 10px;
}

.latte-item.button-group.pagination > .button {
    padding: 5px 10px !important;
}

.filter-combo > .button {
    padding: 5px 25px !important;
}

.filter-combo > .button,
.latte-item.button-group.pagination > .button {
    margin-top: 5px;
}

.filter-combo > .button {
    margin-left: 7px;
    margin-right: 7px;
}

/*------------------------------------------------------------------------------------------------
|
| Estilos para tabla de resultados
| Vista: UploadExcelDiesel.ts
|
------------------------------------------------------------------------------------------------*/

.form.upload-excel {
    height: 500px;
}

.form.upload-excel .column .column-content > .form {
    height: 420px;
}

.results-import {
    margin-top: 5px;
}

.results-import h3 {
    color: #4285F4;
    font-weight: bold;
    margin: 0 0 15px;
}

.results-import .lnr-checkmark-circle {
    color: green;
}

.results-import .lnr-checkmark-circle :before {
    content: "\e87f";
}

.results-import .lnr-cross-circle {
    color: red;
}

.results-import .lnr-cross-circle :before {
    content: "\e880";
}

.results-import .results-container {
    border-radius: 5px;
    height: 260px;
    overflow-y: scroll;
    border: solid 1px #dedede;
    box-sizing: border-box;
    padding: 10px;
}

.results-import table {
    width: 100%;
}

.results-import table th {
    border-bottom: solid 1px #dedede;
    text-align: left;
    font-weight: bold;
    padding: 5px;
}

.latte-view.message > .message .small {
    font-size: 12px;
    display: block;
}

.latte-item.toolbar.horizontal > .face > .holder > .items-container > .latte-item.button:first-child {
    margin-left: 1px;
}

.latte-item.button.active {
    border: solid 1px green;
}

.latte-item.button.active .latte-item.label > .label-content,
.latte-item.button.active .icon {
    color: green !important;
}

.latte-item.selectable.selected,
.latte-item.tree-item > .selectable.selected, .selectable.selected {
    background-color: #4285F4 !important;
    border-color: #4285F4 !important;
    color: white !important;
}

.latte-item.list.selected > .columns > div:after {
    background: transparent !important;
}

.latte-item.form > .container > .latte-item.title-1 {
    font-size: 16px;
    padding-top: 1px;
    padding-bottom: 1px;
}