.navbar-username {
    display: inline !important;
    color: rgba(255, 255, 255, 0.9);
}

.navbar-username:hover {
    color: rgba(255, 255, 255, 0.9) !important;
    background-color: #205081 !important;
}

.user-edit-form .form-group {
    padding: 15px 5px !important;
}

.modal-body {
    padding-top: 0;
}

.modal-header {
    padding-top: 10px;
    padding-bottom: 0;
    border-bottom: none;
}

#modal-confirm {
    z-index: 9999;
}

#modal-confirm .modal-content{
    background-color: #f5f5f5;
    top: 125px;
    max-width: 230px;
    left: 30%
}

.roles-tree, .roles-tree ul, .roles-tree li {
    list-style: none;
}

#service_validWeekdays label {
    display: inline-block;
}

.main-content {
    margin-top: 10px;
}

.user-dropdown {
    margin-right: 30px!important;
}

.select2-selection  {
    border: 1px solid #e4e7ea;
    border-radius: 5px;
}

h1.title {
    font-size: 24px;
}

.card-body {
    padding: 15px!important;
}

.modal-body-form {
    padding: 1rem;
}

.col-form-label {
    padding-top: 0!important;
}

#list-form-filters-form .form-group {
    margin-bottom: 5px!important;
}

#list-form-filters-form {
    margin-bottom: 10px;
    background-color: #f0f3f5;
    padding: 10px;
}

#list-form-filters-form .col-form-label, #list-form-filters-form .form-control-label {
    padding-bottom: 0;
    padding-left: 2px;
    margin-bottom: 0;
}

.filter-button {
    margin-top: 20px;
    height: 1.8rem;
}

body, .form-control, .btn, .dropdown-menu, .select2-selection, .select2-container--bootstrap .select2-selection--single, .input-group-text {
    font-size: 0.8rem !important;
}

.label-required {
    margin-left: 2px;
    color: #f86c6b;
}

form .card-body {
    padding: 10px!important;
}

.role-checkbox {
    margin-bottom: 0!important;
}

.sidebar .nav-dropdown-items .nav-link {
    padding-left: 30px;
}

.list-transaction-type {
    font-size: 0.55rem;
}

.select2-selection, .select2-container--bootstrap .select2-selection--single {
    min-height: 1.8rem!important;
}

.select2-container--bootstrap .select2-selection--single {
    height: 1.8rem!important;
}

.form-control {
    height: 1.8rem!important;
}

.field-textarea .form-control {
    height: auto!important;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-color: #73818f transparent transparent transparent;
    border-style: solid;
    border-width: .4rem .2rem 0 .2rem;
    height: 0;
    left: 0;
    margin-left: .24rem;
    margin-top: -.15rem;
    position: absolute;
    top: 50%;
    width: 0;
}

.card.form-card-header {
    margin-bottom: 0;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.card.form-card-bottom {
    border-top: none;
}

.input-group-text {
    height: 1.8rem;
}

.table thead a {
    color: #000;
}

.list-actions {
    text-align: right;
}

form .card-body.embeddedlist-card-body, .list-card-body {
    padding: 7px!important;
}

@media (max-width: 992px) {
    .list-table {
        overflow-x: scroll;
        width: 100%;
        display: block;
    }

    .table-responsive-sm {
        display: inline-table!important;
    }
}

.form-check-label {
    margin-top: 1px;
}

.show-card-body .form-control{
    height: auto!important;
    min-height: 1.8rem!important;
}

.alert {
    margin-bottom: 0!important;
}

.main-content {
    padding-left: 10px!important;
    padding-right: 10px!important;
}

.breadcrumb {
    margin-bottom: 0!important;
}

.hidden {
    display: none!important;
}

.audit-log-record {
    font-size: 10px;
}

.login-modal {
    width: 100%;
}

.cursor:hover {
    cursor: pointer;
}

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

.money-simple-label {
    font-size: 14px;
    font-weight: 700;
}

.spinner {
    height: 30px;
}

.card-eol .action-save {
    display: none;
}

#edit-card-form .card {
    margin-bottom: 0.5rem !important;
}

#edit-card-form .card.form-card-header {
    margin-bottom: 0!important;
}

.btn-solve {
    color: #fff!important;
    background-color: #20a8d8!important;
    border-color: #20a8d8!important;
}

.btn-solve:hover {
    color: #fff!important;
    background-color: #1b8eb7!important;
    border-color: #1985ac!important;
}


/*
    Report table
 */
.report-content {
  width: calc(100vw - 267px);
  overflow-x: auto;
}
.report-table td {
    font-size: 10pt;
}

.card .report-table td {
    font-size: 0.8rem;
}

.report-table {
    border-collapse: collapse;
    border: 1px solid black;
    width: 100%;
    font-family: Tahoma, Geneva, sans-serif;
}

.card .report-table {
    width: auto;
}

.report-table thead {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}
.report-table thead th:last-child {
    border-left: 1px solid black!important;
    border-right: 1px solid black!important;
}

.report-table thead th {
    border: 1px solid black;
    min-width: 80px;
    padding: 3px;
    text-align: center;
}

.report-table:not(#report-t11) thead tr:first-child th:first-child {
    min-width: 210px;
}

.report-table tbody td {
    border: 1px solid black;
}


.report-table th[colspan]:not([colspan="1"]) {
    border: 2px solid black;
}

.report-table .report-header-last-child {
    border-right: 2px solid black;
}

.report-table tr.report-group {
    font-weight: 700;
}
.report-table thead tr:last-child {
    border-bottom: 2px solid black;
}

.report-table .report-group-title td {
    border-top: solid black 2px;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 700;
}

.report-table .report-second-group-title td {
    border-top: solid black 2px;
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: 700;
}

#report-t01 .report-row:not(.report-group) td:nth-child(3),
#report-t01 .report-row:not(.report-group) td:nth-child(7),
#report-t01 .report-row:not(.report-group) td:nth-child(11),
#report-t01 .report-group td:nth-child(2),
#report-t01 .report-group td:nth-child(6),
#report-t01 .report-group td:nth-child(10),
#report-t10 .report-row:not(.report-group) td:nth-child(4),
#report-t10 .report-row:not(.report-group) td:nth-child(7),
#report-t10 .report-row:not(.report-group) td:nth-child(10),
#report-t10 .report-group td:nth-child(3),
#report-t10 .report-group td:nth-child(6),
#report-t10 .report-group td:nth-child(9),
#report-t12 .report-row td:nth-child(3),
#report-t12 .report-row td:nth-child(6),
.t20-group2 .report-row:not(.report-group) td:nth-child(2),
.t20-group2 .report-row:not(.report-group) td:nth-child(3),
.t20-group2 .report-row:not(.report-group) td:nth-child(4),
.t20-group2 .report-row:not(.report-group) td:nth-child(6),
.t20-group2 .report-row:not(.report-group) td:nth-child(8),
.t20-group2 .report-group td:nth-child(2),
.t20-group2 .report-group td:nth-child(3),
.t20-group2 .report-group td:nth-child(5),
.t20-group2 .report-group td:nth-child(7),
.t20-group2 tr:nth-child(1) th:nth-child(2),
.t20-group2 tr:nth-child(1) th:nth-child(3),
.t20-group0 .report-row td:nth-child(2),
.t20-group0 .report-row td:nth-child(3),
.t20-group0 .report-row td:nth-child(5),
.t20-group0 .report-row td:nth-child(7),
.t20-group0 tr:nth-child(1) th:nth-child(2),
.t20-group1 .report-row td:nth-child(2),
.t20-group1 .report-row td:nth-child(3),
.t20-group1 .report-row td:nth-child(5),
.t20-group1 .report-row td:nth-child(7),
.t20-group1 tr:nth-child(1) th:nth-child(2)
{
    border-left: 2px solid black;
}


#report-t11.schedule_service_type_service .report-row:not(.report-group) td:nth-child(5),
#report-t11.schedule_service_type_service .report-row:not(.report-group) td:nth-child(8),
#report-t11.schedule_service_type_service .report-row:not(.report-group) td:nth-child(11),
#report-t11.schedule_service_type_service .report-group td:nth-child(3),
#report-t11.schedule_service_type_service .report-group td:nth-child(6),
#report-t11.schedule_service_type_service .report-group td:nth-child(9),
#report-t11.schedule .report-row td:nth-child(3),
#report-t11.schedule .report-row td:nth-child(6),
#report-t11.schedule .report-row td:nth-child(9),
#report-t11.schedule_service_type .report-row:not(.report-group) td:nth-child(4),
#report-t11.schedule_service_type .report-row:not(.report-group) td:nth-child(7),
#report-t11.schedule_service_type .report-row:not(.report-group) td:nth-child(10),
#report-t11.schedule_service_type .report-group td:nth-child(3),
#report-t11.schedule_service_type .report-group td:nth-child(6),
#report-t11.schedule_service_type .report-group td:nth-child(9),
#report-t11.route_service_type_service .report-row:not(.report-group) td:nth-child(5),
#report-t11.route_service_type_service .report-row:not(.report-group) td:nth-child(8),
#report-t11.route_service_type_service .report-row:not(.report-group) td:nth-child(11),
#report-t11.route_service_type_service .report-group td:nth-child(3),
#report-t11.route_service_type_service .report-group td:nth-child(6),
#report-t11.route_service_type_service .report-group td:nth-child(9),
#report-t11.route .report-row td:nth-child(3),
#report-t11.route .report-row td:nth-child(6),
#report-t11.route .report-row td:nth-child(9),
#report-t11.route_service_type .report-row:not(.report-group) td:nth-child(4),
#report-t11.route_service_type .report-row:not(.report-group) td:nth-child(7),
#report-t11.route_service_type .report-row:not(.report-group) td:nth-child(10),
#report-t11.route_service_type .report-group td:nth-child(3),
#report-t11.route_service_type .report-group td:nth-child(6),
#report-t11.route_service_type .report-group td:nth-child(9)
{
    border-left: 2px solid black;
}
#report-t11.schedule td:nth-child(2) {
    text-align: center;
}


#report-t11.schedule_service_type_service .report-row:not(.report-group) td:nth-child(2),
#report-t11.schedule_service_type .report-row:not(.report-group) td:nth-child(2),
#report-t11.route_service_type_service .report-row:not(.report-group) td:nth-child(2),
#report-t11.route_service_type .report-row:not(.report-group) td:nth-child(2),
#report-t02 .report-row:not(.report-group) td:nth-child(4)
{
    text-align: left;
}

.report-table .report-row td:not(:first-child) {
    text-align: center;
}

.report-title {
    font-family: Tahoma, Geneva, sans-serif;
    text-align: center;
    font-size: 18px;
    padding-bottom: 10px;
}

.report-title-part {
    display: block;
}

.report-table thead { display: table-header-group }
.report-table tfoot { display: table-row-group }
.report-table tr { page-break-inside: avoid }

.report-table tr td, .report-table tr th {
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.card .report-table tr td, .card .report-table tr th {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2px;
}

.report-container {
    display: inline-block;
}

.date-range-container {
    height: 29px;
}

body {
    font-kerning: normal;
    text-rendering: optimizeLegibility;
}

.dashboard-spinner-conteiner {
    position: relative;
}

.dashboard-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

canvas#activeCards {
    height: 96px!important;
}

canvas#activeCards.large-active-cards {
    height: 228px!important;
}

canvas#dashboardPassengers, canvas#dashboardCardServices {
    height: 280px!important;
}

.ui-widget-content .ui-icon {
    background-image: url("../dist/assets/images/ui-icons_444444_256x240.png")
    !important;}
.ui-widget-header .ui-icon {
    background-image: url("../dist/assets/images/ui-icons_444444_256x240.png")
    !important;}

.callout-blocked {
    border-left-color: #17a2b8!important;
}

.cursor-pointer {
    cursor: pointer;
}

.control-trip-block:first-child {
    padding-left: 15px!important;
    padding-right: 5px!important;
}

.control-trip-block {
    padding-left: 5px!important;
    padding-right: 5px!important;
}

.control-trip-block:last-child{
    padding-left: 5px!important;
    padding-right: 15px!important;
}

.review-comment {
    height: auto!important;
}
@media (min-width: 576px) {
    #easyadmin-list-Sell .modal-dialog {
         max-width: 775px;
    }
}

.dropdown-menu-padding {
    padding-right: 30px!important;
}
