.row h3 {
    text-align: right;
}

.red {
    color: red;
}


.bg-danger-light {
    background-color: rgba(244, 81, 108, 0.1) !important;
}


.bg-success-light {
    background-color: rgba(111, 244, 81, 0.1) !important;
}

.text-black,
a.text-black {
    color: #000 !important;
}

.btn-xs {
    padding: .3rem .3rem;
    font-size: .8em;
    line-height: .5;
    border-radius: .4rem;
}

.fa-xs {
    font-size: .8em;
}


.text-nowrap {
    text-wrap: nowrap;
}

.text-strong {
    font-weight: 500;
}

.bt-wsmoke {
    color: #333;
    background-color: #eaeaea;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #f6f6f6, #eaeaea);
    background-image: -moz-linear-gradient(top, #f6f6f6, #eaeaea);
    background-image: -ms-linear-gradient(top, #f6f6f6, #eaeaea);
    background-image: -o-linear-gradient(top, #f6f6f6, #eaeaea);
    background-image: linear-gradient(top, #f6f6f6, #eaeaea);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
}

.bt-wsmoke:hover {
    color: #000;
    border-color: #333;
}


.m-radio-vertical {
    float: left;
    padding-right: 20px;
}

.bld {
    font-weight: bold !important;
}


.mouseOn {
    cursor: pointer;
}

.inputError {
    border: 2px solid red;
    color: red;
    background: #fce3e3;
}

.m-portlet .m-portlet__body {
    padding: 2.2rem 2.2rem;
}




.inputSuccess {
    border-color: #17a81e;
}

.inputSucessNew {
    border-color: 2px solid #4170ad;
}

.breadcrumbsTheme {
    max-height: 50px;
}

.box-user-id div {
    padding: 6px 20px;
    font-weight: bold;
    font-size: 15px;
    color: #5F518A;
}

.div_hover {
    padding: 10px 25px;
    border: 1px solid #DEDEDE;
    background: #FFF;
}

.div_hover:hover {
    background: #EFEFEF;
}

.btnn {
    display: inline-block;
    padding: 3px 8px;
    border: 1px solid #999;
    margin: 6px 4px;
    border-radius: 12px;
    color: #555;
    font-size: .9em;
}

.btnn:hover {
    color: #fff;
    background: #555;
    border-color: #555;
    text-decoration: none;
}

.btnn-delete {
    color: #df1919;
    background: #ffd0d0;
    border-color: #df1919;
}

.btnn-delete:hover {
    color: #fff;
    background: #df1919;
    border-color: #df1919;
}

.btnn-edit {
    color: #1268aa;
    background: #d0e9fc;
    border-color: #1268aa;
}

.btnn-edit:hover {
    color: #fff;
    background: #1268aa;
    border-color: #1268aa;
}

.div_hover .btnn {
    margin-top: -2px;
}

.btnn-active {
    font-weight: bold;
    background: linear-gradient(180deg, rgba(139, 199, 62, .8) 0%, rgba(239, 239, 239, 0.6) 34%);
}

.fa-beat {
    color: #ff6e07;
    animation: fa-beat 5s ease infinite;
}

@keyframes fa-beat {
    0% {
        transform: scale(1);
    }

    5% {
        transform: scale(1.25);
    }

    20% {
        transform: scale(1);
    }

    30% {
        transform: scale(1);
    }

    35% {
        transform: scale(1.25);
    }

    50% {
        transform: scale(1);
    }

    55% {
        transform: scale(1.25);
    }

    70% {
        transform: scale(1);
    }
}


.planos i {
    color: #008e79;
}

.planos .label {
    background-color: #EFEFEF;
    padding-bottom: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.planos span {
    text-align: center;
    font-size: 1.15em;
    border-bottom: 1px dotted #999;
    padding: 5px;
    display: block;
    width: 100%;
}

.planos .name {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    background-color: #008e79;
    color: #FFF;
    padding: 12px 2px;
}

.planos .name1 {
    background-color: #a0c32f;
}

.planos a {
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    fill: #000000;
    color: #000000;
    background-color: #FBBB17;
    border-radius: 50px 50px 50px 50px;
    padding: 8px 12px;
    margin: 5px auto 0;
    text-align: center;
    width: 90%;
    display: block;
}

.planos {
    text-align: center;
    margin-bottom: 25px;
}

.planos .price1 {
    padding-top: 5px;
}

.planos .price1,
.planos .price2 {
    font-size: 1.3em;
    font-weight: bolder;

}

.planos .price2 {
    font-size: 1.5em;
}

.limpa {
    clear: both;
}

.limit-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.user-hidden,
.boxAdd,
.boxInfo,
.hidden {
    display: none;
}

.m-portlet__body b {
    font-weight: bold;
}

.m-portlet .m-portlet__body {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.m-portlet .m-portlet__body.p-1 {
    padding: 0 1rem !important;
}


.m-portlet .m-widget4__item.p-1 {
    padding: 0 0.1rem !important;
}


.m-portlet .m-portlet__head {
    height: auto !important;
}


.m-form.m-form--fit .m-form__content,
.m-form.m-form--fit .m-form__group,
.m-form.m-form--fit .m-form__heading {
    padding-left: 0px;
    padding-right: 0px;
}

.trash-ico {
    padding: 0px 20px !important;
}

.trash-ico a:hover,
.trash-ico a:hover>i {
    color: red !important;
}

.tooltip {
    margin-bottom: 6px !important;
}

.boxesUser h4 {
    font-size: 1.2em;
}

.boxesUser .m-radio {
    padding-right: 16px;
}

.m-radio-h {
    padding-right: 16px;
}


.pointer {
    cursor: pointer;
    cursor: hand;
}

.m-input-icon.m-input-icon--left .form-control {
    padding-left: 1rem !important;
}

.m-widget4__item {
    padding-right: 10px;
    border: 1px solid #FFF;
    border-left: 0px;
    border-right: 0px;
    padding-top: .65rem !important;
    padding-bottom: .65rem !important;

    border-top: 2px dotted #FFF;
    border-bottom: 2px dotted #CCC;
}

.m-widget4__item b {
    font-size: 1.1em;

}

.m-widget4__item:hover {
    color: #000000 !important;
    background: #EFEFEF;
    border-top: 2px dotted #FFF;
    border-bottom: 2px dotted #CCC;
    border-left: 0px;
    border-right: 0px;
}

#itensList {
    margin-right: -15px;
    margin-left: -15px;
}

.m-subheader .m-subheader__title {
    color: #1268aa;
}

.m-badge--id {
    background-color: #716aca;
    color: #FFFF;
}




.busmap {
    font-family: Verdana;
    font-size: 11px;
    margin: 20px auto;
    float: left;
    margin-right: 10px;
    min-width: 230px;
}

.cockpit {
    height: 70px;
    position: relative;
    overflow: hidden;
    text-align: left;
    border-bottom: 5px solid #d8d8d8;
}

.cockpit:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 140px;
    width: 100%;
    border-radius: 20%;
    border-right: 5px solid #d8d8d8;
    border-left: 5px solid #d8d8d8;
}

.cockpit img {
    width: 14%;
    margin: 15px 50px;
    opacity: 0.5;
}

.busmap ol {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.fuselage {
    border: 5px solid #d8d8d8;
    border-radius: 0px 0px 15px 25px;
    border-top: 0px;
    padding: 10px 5px 10px !important;
}

.busmap .row {
    margin: 0px;
    padding: 0px;
}

.NotClick label:hover {
    cursor: not-allowed !important;
    box-shadow: 0px 0px 0px 0px #FFF !important;
}

.mr-btn {
    margin-right: 15px;
}

.m-content h3 {
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

.sub-title-h3 {
    font-size: 1.5em !important;
    color: #1268aa;
    text-align: left !important;
    padding: 3px 0px 5px !important;
}

.modal-body em {
    font-weight: bolder;
    font-size: 1.3em;
    margin: 15px 0px 0px;
    display: block;
}

.modal-foot {
    padding: 10px 20px;
}


.form-control,
.form-control[readonly] {
    border-color: #777;
}

.datable-tr {
    width: 100%;
}

.top20 {
    margin-top: 20px;
}

.thead-sj {
    margin-top: 20px;
    background: #1268aa;
    color: #FFF;
    padding: 5px 0px;
}

.thead-sj th {
    text-align: center;
}

.tr-sj td {
    text-align: center;
}

.btn-new {
    background: #5773e5;
    color: #FFF !important;
    padding: .5rem;
    border: 0px;
}

.btn-new:hover {
    box-shadow: 0 0 0 3px rgba(87, 115, 229, .3);
}

.btn-select {
    background: #DFA248;
    color: #FFF !important;
    padding: .5rem;
    border: 0px;
}

.btn-select:hover {
    box-shadow: 0 0 0 3px rgba(178, 126, 53, .3);
}

.btn-new i,
.btn-select i {
    font-size: 1.6em;
}

.clearfix {
    clear: both;
}

.btn-group {
    margin-bottom: 5px;
}

.btn-radio-sj.active,
.btn-radio-sj:active,
.show>.btn-radio-sj.dropdown-toggle {
    color: #FFF;
    background: #1268aa;
    box-shadow: 0 0 0 3px rgba(18, 104, 170, .6);
}

.btn-radio-sj {
    color: #333;
    background: #DFDFDF;
}

.size2 {
    font-size: 1.1em;
}


.m-badge-title {
    padding: 5px 15px !important;
    font-size: 1.15em;
}


.m-card-user {
    padding: 15px 30px 0px;
}



.form-control {
    padding: .65rem .4rem;
}

.list-widget {
    display: table-cell;
    vertical-align: middle;
    box-sizing: inherit;
    padding: 0px 4px;
}

.list-widget .btn-select {
    width: 35px;
    text-align: center;
}

.list-widget .trash {
    margin-right: 30px;
}

.bg-green {
    background: #bada55;
    color: #FFF;
}

.bg-red {
    background: #e50000;
    color: #FFF;
}

.bg-blue {
    background: #5E71E4;
    color: #FFF;
}

.bg-green {
    background: #24b733;
    color: #FFF;
}

.bg-silver {
    background: #CDCDCD;
    color: #FFF;
}

.bg-orange {
    background: #ff8c00;
    color: #FFF;
}

#gallery-sort {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
}


.control .btn {
    padding: 4px 4px 1px;
    position: relative;
}

.control .btn i {
    z-index: 10;
    position: relative;
}

.select_all {
    padding: 10px;
}

.select_all:hover {
    background: rgba(55, 67, 11, 0.1);
}

.select_all .m-checkbox {
    width: 100%;
}

.btn-stick-r {
    position: sticky;
    right: 30px;
    top: 10px;
    z-index: 20
}

.div-stick {
    position: sticky;
    top: 10px;
    z-index: 20;
    background-color: rgb(231 231 231 / 80%);
    padding: 10px;
}




.control .btn:hover::before {
    content: '';
    position: absolute;
    background: rgba(55, 67, 11, 0.5);
    border: rgba(55, 67, 11, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 60px;
}


#gallery-sort li {
    margin: 4px;
    padding: 10px;
    font-size: 1.2em;
    /* width: 110px; */
    text-align: center;
    float: left;
    background: #EFEFEF;
    border: 2px solid #DEDEDE;
}

.gallery-sort.list {
    clear: both;
}

#gallery-sort li img {
    max-width: 100%;
}

#gallery-sort .btn {
    font-size: .65em;
    padding: .3em;
    margin: 3px 5px 0px;
}



#gallery-thumbs #erro-file {
    display: none;
    background: #f9c7c7;
    padding: 20px;
    margin-bottom: 16px;
}

#gallery-thumbs #erro-file a {
    font-weight: bold;
    color: #000;
}

#gallery-thumbs #progress {
    display: none;
    width: 100%;
}

#gallery-thumbs #files h5 {
    display: none;
    text-align: left;
    font-size: 1em;
    font-weight: bold;
    width: 100%;
}

#gallery-thumbs #progress h5 {
    text-align: left;
    font-size: 1.4em;
    font-weight: bold;
}

#gallery-thumbs #progress .progress-bar {
    padding: 10px;
    height: initial;
    font-size: 2em;
    font-weight: bold;
}

#gallery-thumbs .gallery-thumb {
    width: 100%;
    clear: both;
    height: 90px;
    padding-top: 8px;
    border-bottom: 1px dotted #333;
}

#gallery-thumbs .gallery-thumb canvas {
    float: left;
    margin-right: 15px;
}

#gallery-thumbs #files span {
    color: #9A9A9A;
    font-size: 1.4em;
    font-weight: bold;
    clear: both;
}

#gallery-thumbs .alert {
    color: #FFF !important;
    font-size: 1em !important;
    font-weight: initial !important;
}

.img-responsive {
    max-width: 100%;
}


.rowForm [class*="col-"] {
    padding-bottom: 10px;
}

.rowForm .m-form__help {
    margin-top: -10px;
}



/* Tables */
.table thead>tr {
    background: #EFEFEF;
}

.table thead>tr>th {
    color: #333;
    font-weight: bold;
    padding: 8px 5px;
}

.table thead>tr>th a {
    display: block;
    color: #333;
    font-weight: bold;
    padding-left: 5px;
    text-align: left;
}

.table thead>tr>th a:hover {
    text-decoration: none;
}

.table>tbody>tr>td {
    padding: 5px 10px;
}


.table thead>tr .sorting_off {
    background: #EFEFEF url('../images/table_sort.png') no-repeat left -24px;
    padding-left: 26px;
}

.table thead>tr .sorting_desc {
    background: #EFEFEF url('../images/table_sort.png') no-repeat left -54px;
    padding-left: 26px;
}

.table thead>tr .sorting_asc {
    background: #EFEFEF url('../images/table_sort.png') no-repeat left -84px;
    padding-left: 26px;
}


.table-responsive {
    overflow-x: auto;
    overflow-y: auto;
    max-height: 700px;
}

.table.table-striped thead th,
.table.table-striped tbody td {
    border-right: 1px solid #3333;
}

.table-striped>tbody>tr:nth-child(2n+2)>td,
.table-striped>tbody>tr:nth-child(2n+2)>th {
    background-color: #FFF;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: #CDCDCD;
}


.m-subheader .btn-success {
    margin-right: 15px;
}


.page-metatags {
    background: #EFEFEF;
    padding: 10px 15px;
    margin-bottom: 12px;
}


.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.image-preview-input input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.image-preview-input-title {
    margin-left: 2px;
}

.table-package .table>tbody>tr>td {
    padding: 10px;
    line-height: 1.9em;
}

.table-package .table>tbody>tr>td {
    padding: 10px;
    line-height: 1.9em;
}

.m-badge-line {
    background: none;
    border: 1px solid #CDCDCD;
}

.m-switch.m-switch--outline.m-switch--warning input:empty~span:after {
    color: #FFF;
}

.m-switch.m-switch--outline.m-switch--warning input:checked~span:before {
    background-color: #fff;
}

ul.chec-radio {
    margin: 15px;
}

ul.chec-radio li.pz {
    display: inline;
}

.chec-radio .radio-inline .clab {
    cursor: pointer;
    background: #e7e7e7;
    padding: 7px 20px;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    position: relative;
    float: left;
    margin: 0;
    margin-bottom: 5px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #CCC;
}

.chec-radio label.radio-inline input[type="radio"] {
    display: none;
}

.chec-radio label.radio-inline input[type="radio"]:checked+div {
    color: #fff;
    background-color: #2F4F4F;
    font-weight: bold;
}

.alert a {
    font-weight: bold;
    color: #FFF;
}

.alert-warning:not(.m-alert--outline),
.alert-warning a:not(.m-alert--outline) {
    color: #555;
}

.alert-secondary {
    background: #EFEFEF;
}



.validate-check {
    float: right;
}

.validate-check-box {
    display: none;
}

.b-success,
.b-success:hover {
    color: green;
}

.b-danger,
.b-danger:hover {
    color: red;
}

.b-info,
.b-info:hover {
    color: gray;
}

.b-warning,
.b-warning:hover {
    color: orange;
}

.b-success:hover {
    background: #b7e0b7;
}

.b-danger:hover {
    background: #ecaaaa;
}

.b-info:hover {
    background: #DEDEDE;
}

.btn-mini {
    line-height: .5em;
    padding: .2em;
    font-size: 1.2em !important;
    margin-bottom: .2em;
}

.mb10 {
    margin-bottom: 10px;
}


.header-procedure {
    display: inline-block;
    padding-top: 20px;
    font-size: 1.3em;
    text-shadow: 2px 2px 0px rgba(210, 210, 210, 0.45);
    font-weight: 500;
    color: #4c93b3
}

.m-body .m-content {
    padding: 20px 0px;
}

.container-main {
    padding: 20px 10px;
}

.folder {
    padding-top: 10px;
}

@media all and (max-width: 991px) {
    .header-user {
        padding-top: 5px;
        width: 100%;
        float: initial !important;
        text-align: center;
        position: relative;
    }

    .header-info {
        width: 100%;
        float: initial !important;
        white-space: nowrap;

    }

    .header-user .m-card-user {
        display: inline;
        padding: 0px 15px 0 0;
        display: inline-block;
        text-align: center;
        white-space: nowrap;
    }

    .m-card-user .m-card-user__details {
        text-align: center !important;
        padding: 0;
    }


    .m-header--fixed-mobile .m-body {
        padding-top: 140px;
    }



    .header-procedure {
        padding-top: 0;
        font-size: 1.2em;
        background-color: rgba(0, 0, 0, 0.062);
        width: 100%;
        padding: 3px 10px;
        white-space: nowrap;

        background: rgb(111, 183, 68);
        background: linear-gradient(0deg, rgba(111, 183, 68, 1) 48%, rgba(140, 183, 68, 1) 49%);
        color: #FFF;
        text-shadow: none;
    }

    .btn-exit {
        position: absolute;
        right: 10px;
        bottom: 12px;
        background: #ceced3;
        padding: 4px 8px 3px;
        border-radius: 30px;
        z-index: 100;
    }

    .m-subheader .m-subheader__title {
        display: inline-block;
        padding: 7px 0px 15px 0;
        margin: 0 15px 0 0;
        font-size: 1.2em;
    }


    .table.table-striped thead th {
        border: 0;
        white-space: nowrap;
    }

    .m-body .m-content {
        clear: both;
        padding-top: 5px;
    }

    .m-portlet .m-portlet__body {
        padding: 8px !important;
    }

    .m-subheader {
        padding-top: 0px;
    }

    .m-subheader .btn {
        font-size: 1.2em;
    }

    .m-subheader .btn-outline-primary {
        display: none;
    }

    .folder {
        font-size: 12px;
        padding-top: 0;
    }

    .container-main {
        padding: 5px 5px;
    }

    .folder .btn,
    .folder .btn-active,
    .folder .btn-active:hover {
        padding: 10px 10px;
        margin-bottom: 5px;
        border-radius: 0.5rem;

    }

    .folder {
        text-align: center;
        font-size: 12px;
    }

}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    min-height: 32px;
}

.select2-container--open .select2-dropdown--below {
    border: 2px solid #CDCD;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 18px !important;
    font-weight: 900;
}


.select2-container .select2-selection--single {
    height: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 16px !important;
    padding-left: 12px !important;
}




.m-checkbox.m-checkbox--brand>span {
    background-color: #FFF
}

.m-checkbox-list,
.m-radio-list {
    background: #eee;
    border: 1px solid #ccc;
    padding: 10px 25px;
    margin-bottom: 15px;
}

.m-div-selected {
    background-color: #fff8dca6;
}

.d-inline-block {
    display: inline-block;
    color: #000;
}

.d-inline-block:hover {
    text-decoration: none;
    color: #333;
}

.title {
    font-weight: 600;
    font-size: 1.2em;
}


.sub-title {
    font-weight: 600;
    font-size: 1.05em;
}

.card-item {
    border-radius: 10px;
    width: 140px;
    max-width: 100%;
    text-align: center;
    padding: 10px;
    line-height: 2em;
    display: inline-block;
}

.opacity-10 {
    opacity: 0.1;
    filter: alpha(opacity=0.1);
}

.opacity-20 {
    opacity: 0.2;
    filter: alpha(opacity=0.2);
}

.opacity-30 {
    opacity: 0.3;
    filter: alpha(opacity=0.3);
}


.h-50p {
    height: 50px;
}

.h-125 {
    height: 125px;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 3rem !important;
}

.cursor-pointer {
    cursor: auto !important;
}

.btn-square {
    border: 1px solid #333;
    background-color: #FFF;
    border-radius: 6px;
    padding: 5px 7px;
    min-width: 40px;
}

.btn-square i {
    font-size: 1.3em;
    margin-bottom: 5px;
}


.btn-circle {
    border-radius: 50%;
    width: 15px;
    display: flex;
    height: 15px;
    padding: 3px 3px;
    margin: 3px;
}

.fa.small {
    font-size: 0.85rem;
}

.text-nowrap {
    white-space: nowrap;
    font-weight: 500;
}

.table>tbody>tr>td,
.vertical-middle {
    padding: 5px 10px;
    vertical-align: middle;
}

.bg-silver-light {
    background-color: #cccccc86;
}



/* Inicio da padronização  */


.upload-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #555;
}

.upload-form input[type="file"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.upload-form input[type="submit"]:hover {
    background-color: #0056b3;
}

.upload-form .file-limit-info {
    font-size: 0.9em;
    color: #777;
    margin-top: -15px;
    margin-bottom: 15px;
    text-align: right;
}