.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: inherit !important;
}

.text-danger {
    color: #ff0400;
}

.text-success {
    color: #19ff1d;
}

.text-primary {
    color: #0026ff;
}

.text-default {
    color: #000;
}

.fa-bold {
    font-weight: bold !important;
}

.hovered:hover {
    box-shadow: inset -30px -30px 30px 30px #0000002e;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: initial !important;
    outline-offset: initial !important;
}

.badge-primary {
    background-color: #0026ff;
    color: #FFF;
}

.badge-success {
    background-color: #27a844;
    color: #FFF;
}

.badge-warning {
    background-color: #ffb024;
    color: #212529;
}

.badge-danger {
    background-color: #ff0000;
    color: #FFF;
}

.badge-info {
    background-color: #17a2b8;
    color: #FFF;
}

.shadow {
    z-index: -1;
    position: absolute;
    vertical-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 85%;
    margin-top: 5px;
    right: -2%;
    top: 2%;
    clip-path: polygon(0 0, 81% 0, 90% 100%, 0% 100%);
}

.nav-tabs>li>a {
    /* margin-right: 110px; */
    margin-right: 60px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background-color: #fbb040;
    width: 100%;
    z-index: 100;
    position: relative;
    clip-path: polygon(0 0, 81% 0, 90% 100%, 0% 100%);
    color: #414042;
    font-size: 16px;
    margin-top: 5px;
    padding-top: 5px;
    padding-right: 18px;
    padding-bottom: 5px;
    padding-left: 18px;
    cursor: pointer !important;
}

.nav>li>a:focus {
    text-decoration: none;
    background-color: #414042;
    color: #eee;
}

.link_operators:hover {
    color: #fff !important;
    background: #414042;
}

.operator_dropdown,
.operator_dropdown:active,
.operator_dropdown:focus {
    background-color: #f6f6f6 !important;
}

.navbar-nav>li>a {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

/*Edited by netto*/

/* .navbar{
    -webkit-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.3);
  } */

div.modal-header .navbar {
    min-height: 0px !important;
}

h6.servicos-modal-editar-editarLabel {
    margin-top: 5px;
}

div.modal-header .navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
}

div.modal-header .navbar {
    margin-bottom: 0px !important;
}

div.modal-header .navbar-default {
    border-color: transparent !important;
}

/*Edited by netto FIM*/

.full-width {
    width: calc(100vw);
}

.full-width-collapse {
    width: calc(100vw - 270px);
}

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

.fundo_seta {
    background-image: url('../images/fundo-seta.png');
    /* background-repeat: space; */
}

.logo_empresa {
    height: auto;
    width: 100%;
    padding: 7px;
    background: #fff;
}

input[type="file"] {
    width: 100%;
}

.bg-demo {
    color: #fff;
    background-color: #000;
}

a.bg-demo:hover,
a.bg-demo:focus {
    background-color: #1d45bb;
}

.bg-fundogray {
    color: #000;
    background-color: #ebeff2;
}

.form-control {
    display: block !important;
}

.card-graydark {
    padding: 15px;
    color: #fff;
    background-color: #414042;
    border-style: solid;
    border-width: 5px;
    border-color: #fff;
    border-radius: 12px;
    min-height: 255px;
}

#motoristastabelaskm_scroll {
    min-height: 200px;
}

.card-dashboard {
    padding: 5px;
    margin-bottom: 32px;
    border-style: solid;
    border-width: 1px;
    border-radius: 12px;
    height: 166px;
    /* box-shadow: 1px 1px #8888884f; */
    cursor: pointer;
}

.dashboard-servicos {
    color: #333333;
    background: #e4e5a2;
    border-color: #e4e5a2;
}

.dashboard-estado-servicos {
    color: #333333;
    background: #fecc84;
    border-color: #fecc84;
}

.dashboard-servicos-hora {
    color: #333333;
    background: #fac3ba;
    border-color: #fac3ba;
}

.linha {
    display: block;
    overflow: hidden;
    text-align: center;
}

.linha:before,
.linha:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 50%;
    border-top-style: solid;
    border-top-width: 1px;
}

.linha:before {
    right: 0.5em;
    margin-left: -50%;
}

.linha:after {
    left: 0.5em;
    margin-right: -50%;
}

.dashboard-operadores {
    color: #333333;
    background: #b8d6f0;
    border-color: #b8d6f0;
}

.dashboard-online {
    color: #333333;
    background: #99e0ce;
    border-color: #99e0ce;
}

.dashboard-appy {
    color: #333333;
    background: #fbb040;
    border-color: #fbb040;
}

.dashboard-xml {
    color: #333333;
    background: #d9a3e6;
    border-color: #d9a3e6;
}

.dashboard-cityairporttaxis {
    color: #333333;
    background: #a7c7fa;
    border-color: #a7c7fa;
}

.dashboard-parceiros {
    color: #333333;
    background: #b2e4f2;
    border-color: #b2e4f2;
}

.dashboard-alerta {
    color: #ffffff;
    background: #ff0018;
    border-color: #ff0018;
}

.card-graydark-parceiros {
    color: #000;
    border-radius: 0px;
    background: white;
    box-shadow: 3px 4px 6px #888888;
    margin: 5px;
    padding: 8px;
    width: 310px;
}

.double-border {
    background-color: #fff;
    border: 1px solid #fff;
}

.double-border:before {
    background: linear-gradient(to top, rgba(235, 239, 242, 1), rgba(255, 255, 255, 1));
    /* Standard syntax (must be last) */
    border: 1px solid #a3a3a3;
    content: "";
    display: block;
    position: absolute;
    border-radius: 12px;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
}

.icon-dash {
    font-size: 18px;
    color: #a09fa0;
}

.icon-dash:hover {
    color: #faa320;
}

.icon-dash-alert {
    font-size: 18px;
    color: #faa320;
}

a.bg-demo:hover,
a.bg-demo:focus {
    background-color: #1d45bb;
}

.btn-demo {
    color: #ffffff;
    background-color: #4169e1;
    border-color: #fa9807;
}

.btn-demo:focus,
.btn-demo.focus {
    color: #ffffff;
    background-color: #1d45bb;
    border-color: #7e4d03;
}

.btn-demo:hover {
    color: #ffffff;
    background-color: #1d45bb;
    border-color: #bf7404;
}

.btn-demo:active,
.btn-demo.active,
.open>.dropdown-toggle.btn-demo {
    color: #ffffff;
    background-color: #1d45bb;
    border-color: #bf7404;
}

.btn-demo:active:hover,
.btn-demo.active:hover,
.open>.dropdown-toggle.btn-demo:hover,
.btn-demo:active:focus,
.btn-demo.active:focus,
.open>.dropdown-toggle.btn-demo:focus,
.btn-demo:active.focus,
.btn-demo.active.focus,
.open>.dropdown-toggle.btn-demo.focus {
    color: #ffffff;
    background-color: #bf7404;
    border-color: #7e4d03;
}

.btn-demo:active,
.btn-demo.active,
.open>.dropdown-toggle.btn-demo {
    background-image: none;
}

.btn-demo.disabled:hover,
.btn-demo[disabled]:hover,
fieldset[disabled] .btn-demo:hover,
.btn-demo.disabled:focus,
.btn-demo[disabled]:focus,
fieldset[disabled] .btn-demo:focus,
.btn-demo.disabled.focus,
.btn-demo[disabled].focus,
fieldset[disabled] .btn-demo.focus {
    background-color: #4169e1;
    border-color: #fa9807;
}

.btn-demo .badge {
    color: #4169e1;
    background-color: #ffffff;
}

.bg-selpicker {
    color: #000;
    background-color: #fff;
}

.btn-selpicker {
    color: #000 !important;
    background-color: #fff;
    border-color: #ccc;
}

.btn-selpicker:hover {
    color: #000 !important;
    background-color: #fff;
    border-color: #ccc;
}

.btn-selpicker:active:hover,
.btn-selpicker.active:hover,
.open>.dropdown-toggle.btn-selpicker:hover,
.btn-selpicker:active:focus,
.btn-selpicker.active:focus,
.open>.dropdown-toggle.btn-selpicker:focus,
.btn-selpicker:active.focus,
.btn-selpicker.active.focus,
.open>.dropdown-toggle.btn-selpicker.focus {
    color: #000;
    background-color: #fff;
    border-color: #ccc;
}

.btn-selpicker:active,
.btn-selpicker.active,
.open>.dropdown-toggle.btn-selpicker {
    background-image: none;
    color: #000 !important;
    background-color: #fff;
    border-color: #ccc;
}

.has-search .form-control-feedback {
    right: initial;
    left: 0;
    color: #ccc;
}

.has-search .form-control {
    padding-right: 12px;
    padding-left: 34px;
}

.preloader-2 {
    overflow-y: hidden !important;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: inherit;
    z-index: 99999;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
}

.preloader {
    overflow-y: hidden !important;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 99999;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
}

.preloader .spinner,
.preloader-2 .sppiner {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
}

.preloader_getcomissoes {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 99999;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
}

.preloader_searchcliente {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 99999;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
}

.preloader_bagagens {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 99999;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
}

.preloader_extras {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 99999;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
}

.preloader_classes {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 99998;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
}

.preloader_getcomissoes .preloader_searchcliente .preloader_bagagens .preloader_extras .preloader_classes {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
}




.align-vert {
    margin: auto;
    width: 50%;
    padding-top: 25px;
}



.clear-fix {
    clear: both;
}



div.timepicker table tr td:first-child {
    display: table-cell !important;
    text-align: center !important;
}


.button-disabled {
    background-color: #c0c0c0 !important;
    border-color: #c0c0c0 !important;
}

#content {
    overflow: hidden;
}


button.ColVis_Button {
    height: 33px !important;
    width: 50px;
    padding: 3px 15px !important;
}

.svg-inline--fa.fa-w-14 {
    width: 1.125em !important;
}

.bottom-space {
    padding-bottom: 15px;
}

.card-interna {
    background-color: #ffffff;
    margin-top: -5px;
    padding-top: 10px;
    padding-bottom: 1px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.card-header {
    margin-top: -10px;
    margin-left: 10px;
    color: #fbb040;
}

.menu-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    /* essential for enabling glyphicon */
    content: "\e114";
    /* adjust as needed, taken from bootstrap.css */
    float: right;
    /* adjust as needed */
    color: white;
    /* adjust as needed */
}

.menu-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";
    /* adjust as needed, taken from bootstrap.css */
}

#map_mapa {
    width: 100%;
    height: 450px;
}

#map_canvas {
    width: 100%;
    height: 450px;
}

#map_editar_canvas {
    width: 100%;
    height: 380px;
}

.btn-outline-light {
    color: #bdc3b5;
    background-color: transparent;
    background-image: none;
    border-color: #bdc3b5;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #bdc3b5;
    border-color: #bdc3b5;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not([disabled]):not(.disabled):active,
.btn-outline-light:not([disabled]):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    border-color: #bdc3b5;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #cccccc !important;
}

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

.modal-fixed {
    top: 0px !important;
    padding: 0 !important;
    position: fixed !important;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 800px) {
    .modal-fixed {
        top: 0px !important;
        padding: 0 !important;
        position: fixed !important;
        display: none;
        background-color: rgba(0, 0, 0, 0.5);
        /* top: 3%;
      right: 3%;
      left: 3%;  */
        width: auto !important;
        margin: 0 !important;
    }
}

.modal-sticky-lg {
    bottom: 0 !important;
}

.modal-body {
    max-height: calc(100vh - 20vh);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.modal-open .modal {
    overflow: hidden !important;
}

body.modal-open {
    overflow: hidden !important;
}

.modal-sticky-remover,
.Absolute-Center {
    top: 100px !important;
    position: fixed !important;
    padding: 0 !important;
    z-index: 9999;
}

.page-title {
    color: #414042;
    border-bottom: 3px solid #fbb042;
    font-size: 19px;
    padding: 0px 10px;
    margin-bottom: 15px;
}

.line-seperator {
    border-bottom: 1px solid #cbc7cf;
    margin-bottom: 15px;
}

.page-title-main {
    border-bottom: transparent !important;
    background-color: #fbb042;
    padding: 9px !important;
}

.intl-tel-input {
    width: 100%;
    display: table-cell;
}

.intl-tel-input .selected-flag {
    z-index: 8;
}

.intl-tel-input .country-list {
    z-index: 9;
}

.input-group .intl-tel-input .form-control {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
}

.flag-container {
    background-color: #f9fafb;
    border-right: solid 1px #c0c0c0;
}

#valid-msg1,
#valid-msg2,
#valid-msg3,
#valid-msg4 {
    color: #5cb85c;
}

#error-msg1,
#error-msg2,
#error-msg3,
#error-msg4 {
    color: #d9534f;
}

.input-group {
    width: 100% !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.nopadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.price_info_td {
    color: #4189c9;
}

.text-titulo-parceiro {
    font-size: 10px;
    color: #4189c9;
    margin-top: 2px;
    font-family: 'Roboto', sans-serif;
}

.text-desc-parceiro {
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #414042;
}

.text-titulo-parceiro-modal {
    font-size: 11px;
    color: #4189c9;
    margin-top: 8px;
    font-family: 'Roboto', sans-serif;
}

.text-desc-parceiro-modal {
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #6e6e6f;
    font-weight: 500;
}

.text-nome-parceiro {
    font-size: 12pt;
    text-align: center;
    color: #4189c9;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    padding: 0 !important;
}

.text-primary-span {
    color: #faa320;
    font-weight: 500;
    font-size: 16px;
}

@media screen and (max-width: 800px) {
    .no-padding-left {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .no-padding-right {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

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

.select2-container--default .select2-selection--single {
    border: 1px solid #cccccc;
}

.switch {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 34px;
}

.text-green {
    color: #31a94d;
}

/* Switch checkbox */

.switchCheckbox {
    /* margin:0 auto; */
    /* Foi alterado, porém deixou todos mal */
    width: 80px;
    height: 26px;
    background: #333;
    position: relative;
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.switchCheckbox:after {
    content: 'Não';
    color: #fff;
    position: absolute;
    right: 10px;
    top: 1px;
    z-index: 0;
    font: 12px/26px Arial, sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
}

.switchCheckbox:before {
    content: 'Sim';
    color: #fbb040;
    position: absolute;
    left: 10px;
    z-index: 0;
    font: 12px/26px Arial, sans-serif;
    font-weight: bold;
}

.switchCheckbox label {
    display: block;
    width: 34px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    background: #fcfff4;
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 50px;
    transition: all 0.4s ease;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.switchCheckbox input[type=checkbox] {
    visibility: hidden;
}

.switchCheckbox input[type=checkbox]:checked+label {
    left: 43px;
}

/* Fim */

/* Switch checkbox */

.switchCheckbox_coppy {
    margin: 0 auto;
    width: 150px;
    height: 30px;
    background: #333;
    position: relative;
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.switchCheckbox_coppy:after {
    content: 'Copia';
    color: #96fb40;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 0;
    font: 12px/26px Arial, sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
}

.switchCheckbox_coppy:before {
    content: 'Retorno';
    color: #96fb40;
    position: absolute;
    left: 15px;
    z-index: 0;
    font: 12px/26px Arial, sans-serif;
    font-weight: bold;
}

.switchCheckbox_coppy label {
    display: block;
    width: 70px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    background: #fcfff4;
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 50px;
    transition: all 0.4s ease;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.switchCheckbox_coppy input[type=checkbox] {
    visibility: hidden;
}

.switchCheckbox_coppy input[type=checkbox]:checked+label {
    left: 78px;
}

/* Fim */

/* Preview-Image-Popup */

.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;
}

.popover {
    left: 0px !important;
}

/* FIM */

.btn-parceiros {
    padding-bottom: 5px;
    padding-top: 5px;
}

.label-info {
    color: #2489a7;
    background: none !important;
}

.label-success {
    color: #5cb85c;
    background: none !important;
}

.btn-tranfergest {
    color: #ffffff;
    background-color: #7D7D7D;
    border-color: #6c6c6c;
    width: 38px;
    height: 38px;
    border-radius: 25px;
    box-shadow: 1px 1px #8888884f;
    font-size: 12px;
}

.circle-avatar,
.img-rounded {
    border-radius: 50%;
}

.font-red {
    color: red !important;
}



#content {
    padding-bottom: 25px;
}

.Center-Container {
    margin: 0 28px 0 20px;
}

@media only screen and (max-width: 770px) {
    .Center-Container {
        margin: 0 28px 0 28px;
        width: 100vw;
        height: auto !important;
    }

    #content {
        /* margin-top: 0px; */
        /* min-height: 100vh;
      max-width: fit-content!important; */
        transition: all 0.3s;
        width: fit-content !important;
    }
}

.btn:hover,
.btn:focus,
.btn.focus,
.btn:active {
    color: #fff;
    outline: none;
}

.btn_servicos:hover,
.btn_servicos:focus,
.btn_servicos.focus,
.btn_servicos:active {
    color: #000000 !important;
}

label.btn {
    padding-top: 6px;
}

input::-moz-focus-inner {
    border: none;
}

.bagagens-icons .btn:hover,
.bagagens-icons .btn:focus,
.bagagens-icons .btn.focus,
.bagagens-icons .btn:active {
    display: block !important;
    color: #000 !important;
}

.t1 {
    font-size: 15px;
}

.t2 {
    font-size: 18px;
}

.t3 {
    font-size: 23px;
}

.t4 {
    font-size: 12px;
}

.t5 {
    font-size: 30px;
}

.flag-1 {
    width: 20px;
    height: 20px;
}

/* Botões personalizados */

.btn-estado {
    color: #000000;
    background-color: #ebeff2;
    border-color: #ebeff2;
    height: 30px;
    border-radius: 25px;
    box-shadow: 1px 1px #8888884f;
    font-size: 12px;
}

.btn-estado:hover {
    color: #ffffff;
    background-color: #cecece;
    border-color: #cecece;
}

.btn-editar {
    color: #ffffff;
    background-color: #4189c9;
    border-color: #4189c9;
    height: 30px;
    border-radius: 25px;
    box-shadow: 1px 1px #8888884f;
    font-size: 12px;
}

.btn-editar:hover {
    color: #ffffff;
    background-color: #3c80bc;
    border-color: #3c80bc;
}

.btn-aguarda {
    color: #ffffff;
    background-color: #58BB5C;
    border-color: #58BB5C;
    height: 30px;
    border-radius: 25px;
    box-shadow: 1px 1px #8888884f;
    font-size: 12px;
}

.btn-preparacao {
    color: #ffffff;
    background-color: #F9A129;
    border-color: #F9A129;
    height: 30px;
    border-radius: 25px;
    box-shadow: 1px 1px #8888884f;
    font-size: 12px;
}

.btn-emservico {
    color: #ffffff;
    background-color: #008DCF;
    border-color: #008DCF;
    height: 30px;
    border-radius: 25px;
    box-shadow: 1px 1px #8888884f;
    font-size: 12px;
}

.btn-atraso {
    color: #ffffff;
    background-color: #ED2335;
    border-color: #ED2335;
    height: 30px;
    border-radius: 25px;
    box-shadow: 1px 1px #8888884f;
    font-size: 12px;
}

.btn-limpar {
    color: #ffffff;
    background-color: #00b9d8;
    border-color: #00b9d8;
    height: 30px;
    border-radius: 25px;
    box-shadow: 1px 1px #8888884f;
    font-size: 12px;
}

.btn-limpar:hover {
    color: #ffffff;
    background-color: #00aac6;
    border-color: #00aac6;
}

.btn-activo {
    color: #ffffff;
    background-color: #619444;
    border-color: #619444;
    height: 30px;
    border-radius: 25px;
    box-shadow: 1px 1px #8888884f;
    font-size: 12px;
}

.btn-activo:hover {
    color: #ffffff;
    background-color: #7bb758;
    border-color: #7bb758;
}

.btn-inativo {
    color: #ffffff !important;
    background-color: #a3a3a3;
    border-color: #a3a3a3;
    height: 30px;
    border-radius: 25px;
    box-shadow: 1px 1px #8888884f;
    font-size: 12px;
}

.btn-inativo:hover {
    color: #ffffff !important;
    background-color: #989898;
    border-color: #989898;
}

.btn i[class^="icon-fonte-tg"] {
    color: #ffffff;
}

.btn-guardar {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745;
    height: 30px;
    border-radius: 25px;
    box-shadow: 1px 1px #8888884f;
    font-size: 12px;
}

.btn-guardar-dark {
    color: #ffffff;
    background-color: #127d2b;
    border-color: #127d2b;
    height: 30px;
    border-radius: 25px;
    box-shadow: 1px 1px #8888884f;
    font-size: 12px;
}

.btn-guardar:hover {
    color: #ffffff;
    background-color: #269940;
    border-color: #269940;
}

.btn-eliminar {
    color: #ffffff;
    background-color: #e62b33;
    border-color: #e62b33;
    height: 30px;
    border-radius: 25px;
    box-shadow: 1px 1px #8888884f;
    font-size: 12px;
}

.btn-inativar {
    color: #C4C4C4;
    background-color: #F0F0F0;
    border-color: #F0F0F0;
    height: 30px;
    border-radius: 25px;
    box-shadow: 1px 1px #8888884f;
    font-size: 12px;
}

/* #datatable-parceiros-ativos_wrapper > div.bottom div.dataTables_paginate {
    margin: 0;
    bottom: 3rem;
    right: 36px;
} */

.btn-eliminar:hover {
    color: #ffffff;
    background-color: #d5262e;
    border-color: #d5262e;
}

.btn-bloqueado {
    color: #ffffff;
    background-color: #faa320;
    border-color: #faa320;
    height: 30px;
    border-radius: 25px;
    box-shadow: 1px 1px #8888884f;
    font-size: 12px;
}

.top-20 {
    margin-top: 20px
}

.btn-bloqueado:hover {
    color: #414042;
    background-color: #e28905;
    border-color: #e28905;
}

.btn-aviso {
    margin-top: 20px;
    color: #414042;
    background-color: #fbb040;
    border-color: #fbb040;
    height: 30px;
    /* border-radius: 25px; */
    box-shadow: 1px 1px #8888884f;
    font-size: 14px;
}

.btn-aviso:hover {
    color: #414042;
    background-color: #e28905;
    border-color: #e28905;
}

.redondo {
    width: 38px;
    height: 38px;
}

.redondo-pequeno {
    width: 28px;
    height: 28px;
    font-size: 10px;
}

.redondo_align {
    padding-left: inherit;
}

.pequeno {
    /*Alinhar icone ao centro*/
    margin-left: -4px;
    margin-bottom: -1px;
}

.oval {
    height: 38px;
}

.oval-pequeno {
    height: 28px;
    font-size: 10px;
}

/* Botões personalizados */

/*Border personalizado*/

.border-servico {
    border-top: 4px solid #20e100 !important;
}

.border-locais {
    border-top: 4px solid #40d0ff !important;
}

.border-paragens {
    border-top: 4px solid #16a3d1 !important;
}

.border-cliente {
    border-top: 4px solid #ff0048 !important;
}

.border-cobranca {
    border-top: 4px solid #ff7800 !important;
}

/*Border personalizado*/

body {
    margin-bottom: 0px !important;
}

btn.inserircliente {
    cursor: pointer;
}

#search-cliente th:first-child {
    width: 5px !important;
}

.input-group {
    height: 34px !important;
}

.valor_direita {
    text-align: right;
}

.valor-geral {
    border-top: solid 2px;
    border-color: #000;
    color: #e7ad47;
}

.valor-receber {
    color: green;
}

.select2-selection__rendered {
    padding-top: 7px !important;
}

.euro-align-right {
    text-align: right;
}

.euro-align-left {
    text-align: right;
}

/* Tooltip */

[data-tip] {
    position: relative;
}

[data-tip]:before {
    content: '';
    /* hides the tooltip when not hovered */
    display: none;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #1a1a1a;
    position: absolute;
    top: 30px;
    left: 35px;
    z-index: 8;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

[data-tip]:after {
    display: none;
    content: attr(data-tip);
    position: absolute;
    top: 35px;
    left: 0px;
    padding: 5px 8px;
    background: #1a1a1a;
    color: #fff;
    z-index: 9;
    font-size: 0.75em;
    height: 25px;
    line-height: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    word-wrap: normal;
}

[data-tip]:hover:before,
[data-tip]:hover:after {
    display: block;
}

/* OCULTAR YAXYS */

div.flot-y-axis.flot-y1-axis.yAxis.y1Axis {
    color: #fac3ba;
}

/* OCULTAR YAXYS */

.btn-pesquisa {
    margin-left: 4px;
}

.tabela-financas>tbody>tr>td {
    padding: 2px 8px 0 8px;
    vertical-align: middle;
}

/* VOUCHER */

.header {
    height: 80px;
    width: 100%;
}

.div-background {
    padding: 0px 15px 0px 15px;
    background-color: #414042;
    margin-bottom: 2px;
    font-size: 16px !important;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.voucher-page-title {
    color: #414042;
    border-bottom: 3px solid #fbb042;
    font-size: 14px;
    margin-bottom: 5px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.voucher-title {
    color: #fbb040;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.voucher-text {
    color: #ffffff;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.voucher-background {
    padding: 0 10px 0 10px;
    background-color: #f2f6f9;
    border-bottom: 5px solid #fbb040;
    margin-bottom: 15px;
}

.voucher-box {
    /* margin: 2px 0px 2px 0px !important; */
    background-color: #e5eaee;
    background-clip: padding-box;
}

.col-1 {
    width: 10%;
}

.col-2 {
    width: 15%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-6 {
    width: 50%;
}

.col-8 {
    width: 66.66%;
}

.col-12 {
    width: 100%;
}

.page-break {
    page-break-before: always;
}

.footer {
    height: 60px;
    position: fixed;
    left: 0;
    bottom: 0;
    padding-bottom: 0;
    margin-bottom: -50px;
    width: 100%;
    background-color: #fbb040;
    color: #414042;
    text-align: center;
}

/* VOUCHER */

/* PreLoader Spinner */

.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner>div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.transferkm-operadores-table>thead>tr>th,
.table>tbody>tr>th,
.transferkm-operadores-table>tfoot>tr>th,
.transferkm-operadores-table>thead>tr>td,
.transferkm-operadores-table>tbody>tr>td,
.transferkm-operadores-table>tfoot>tr>td {
    padding: 4px;
}

td.vertical-align {
    vertical-align: middle !important;
}

label.transferkm-table-label {
    margin-bottom: 0px !important;
    font-size: 11px;
    font-weight: 100;
}

.op_buttons_new {
    margin-right: 4px;
}

/* Fim Preloader */

#list_classes_n_groups label {
    font-weight: bold;
}

#transferkm-operadores-table th,
#transferkm-operadores-table td,
#transferkm-motoristas-table th,
#transferkm-motoristas-table td,
#transferkm-parceiros-table td,
#transferkm-parceiros-table th {
    padding: 5px !important;
}

#operadorestabelaskm_scroll .row,
#motoristastabelaskm_scroll .row,
#parceirostabelaskm_scroll .row,
#motoristastabela_scroll .row,
#operadorestabelas_scroll .row {
    display: flex;
    flex-wrap: wrap;
}

#operadorestabelaskm_scroll .row>[class*='col-'],
#motoristastabelaskm_scroll .row [class*='col-'],
#parceirostabelaskm_scroll .row [class*='col-'] {
    display: flex;
    flex-direction: column;
}

/* Pulse highlight*/

@keyframes highlight {
    0% {
        background-color: #fff;
    }

    50% {
        background-color: #28a745;
    }

    100% {
        background-color: #fff;
    }
}

.highlight {
    background-color: #fff;
    animation-name: highlight;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

.fixedHead {
    background-color: #c0c0c0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

#classngroup_list {
    text-align: left;
}

#list_classes_n_groups {
    text-align: center;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    font-size: 14px !important;
}

.div-hidden {
    display: none;
}



.service_validade {
    color: red;
    font-size: 10px;
}

.td-align-right {
    text-align: right;
}

.td-align-left {
    text-align: left;
}

.td-align-center {
    text-align: center;
}

.financas_alert {
    background-color: #fbb040 !important;
}

/* Finanças - imprimit */
.financas_print_page {
    padding: 10px;
    border: solid 1px gray;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.financas_page_info {
    color: #414042;
    font-size: 16px;
    font-weight: 800;
}

.financas_page_title {
    color: #414042;
    border-bottom: 3px solid #fbb042;
    font-size: 14px;
    padding: 0px 10px;
    margin-bottom: 5px;
}

.financas_print_th {
    font-size: 10px;
}

.financas_print_td {
    font-size: 8px;
}

.suporte_print_td {
    font-size: 9px;
}

.footer .page-number:after {
    content: counter(page);
    font-size: 11px;
}

.page-number {
    font-size: 10px;
}

/* Finanças - imprimit */

.mensagem_suporte {
    resize: none;
}

.info_mensagem_suporte {
    font-size: 10px;
}

.horizontal_line_separator {
    border-bottom: 1px solid #faa320;
    margin-top: 5px;
    margin-bottom: 5px;
}

.dt_service {
    font-size: 14px !important;
    font-weight: normal;
}

.dt_service_price {
    font-size: 14px !important;
    font-weight: bold;
}

.dt_service_comission {
    font-size: 14px !important;
    color: #4189c9 !important;
}

.formas_pagamento_icone {
    border: 1px solid lightgray;
    border-radius: 7px;
}

/* FINANCAS FATURAS */

#accordion_faturas #sidebar ul li.active>a,
#accordion_faturas a[aria-expanded="true"] {
    color: #545354 !important;
}

.accordion_arrow {
    font-weight: 800;
    font-size: 36px;
    bottom: 31px;
    font-size: 36px;
}

#accordion_faturas a[aria-expanded="true"]::before {
    content: '\e260';
    display: block;
    position: absolute !important;
    right: 23px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.5em;
    text-align: center;
    height: 33px;
    width: 33px;
    background-color: #dad8d8;
    color: #989494;
    border-radius: 50px;
    padding: 4px;
    top: 27px;
    right: -5px;
}

#accordion_faturas a[aria-expanded="false"]::before {
    content: '\e259';
    display: block;
    position: absolute !important;
    right: 23px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.5em;
    text-align: center;
    height: 33px;
    width: 33px;
    background-color: #dad8d8;
    color: #989494;
    border-radius: 50px;
    padding: 4px;
    top: 27px;
    right: -5px;
}

#accordion_faturas .redondo-pequeno {
    width: 33px;
    height: 33px;
    font-size: 15px;
}

/*  #accordion .codigo_servico{
      background-color: #000;
      color: #fff;
      height: 33px;
      text-align: center;
      padding-top: 10px;
    } */

.no_padding_left {
    padding-left: 0px !important;
}

.no_padding_right {
    padding-right: 0px !important;
}

.pointer {
    cursor: pointer;
}

#accordion_faturas .panel-heading {
    padding: 10px 0 !important;
    /* cursor:pointer; */
}

#accordion_faturas .financas_checkbox {
    margin-right: 8px !important;
}

#accordion_faturas .inline_element {
    display: inline-block;
}

#accordion_faturas .faturado {
    background-color: #b4ffb4;
}

#accordion_faturas .body_title {
    font-size: 12px;
    margin-bottom: 0px;
    color: #5d5c5c;
}

#accordion_faturas .body_box {
    padding-left: 5px;
    padding-right: 20px;
    border-left: 1px solid #e3dede;
    color: #514d4d;
    font-size: 12px;
}

#accordion_faturas hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

#accordion_faturas .body_descricao {
    font-weight: 400;
}

.font_light {
    font-weight: 400;
}

marquee {
    max-width: 100%;
    padding: 10px 0;
    color: #faa320;
    font-weight: 800px;
    font-size: 16px;
    margin-top: 9px;
}

.badge_div {
    display: flex;
    flex-wrap: wrap;
}

.badge_operadores {
    min-width: 10px;
    margin-bottom: 5px;
    padding: 5px 7px;
    font-size: 13px;
    line-height: 1;
    vertical-align: middle;
    text-align: center;
    background-color: #e4e4e4;
    border-left: 4px solid #fff
}

.fatura_list_services {
    display: none;
}

.loja_online_icone {
    font-size: 30px;
    margin-top: 10px;
}

.loja_online_done {
    color: #84c75d;
}

.loja_online_fail {
    color: red;
    transform: rotate(45deg);
}

.service_data_missing {
    color: red;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    margin-left: -40px !important;
}

/*.......................................................................................................................
  //................................llll..............................óóóóó.............iiii...............................
  //.RRRRRRRRRRRRR..................llll.............................óóóóó..............iiii...............................
  //.RRRRRRRRRRRRRR.................llll.................ttt........óóóóó...............iiii...............................
  //.RRRRRRRRRRRRRRR................llll.................ttt........óóóó...................................................
  //.RRRRR.....RRRRR................llll................tttt...............................................................
  //.RRRRR......RRRR....eeeeeeee....llll....aaaaaaaa...attttttt...óóóóóóóó....órrrrrrrr.iiii....ooooooooo.....sssssssss....
  //.RRRRR......RRRR...eeeeeeeeee...llll...aaaaaaaaaa..attttttt..óóóóóóóóóóó..órrrrrrrr.iiii...ooooooooooo...ossssssssss...
  //.RRRRR......RRRR..Reeeeeeeeee...llll..laaaaaaaaaa..attttttt.óóóóóóóóóóóó..órrrrrrrr.iiii...oooooooooooo..ossssssssss...
  //.RRRRR...RRRRRRR..Reeee...eeee..llll..laaaa..aaaa...tttt....óóóóó...óóóóó.órrrrr....iiii..ioooo...ooooo..osss...sssss..
  //.RRRRRRRRRRRRRRR..Reeeeeeeeeee..llll.........aaaa...tttt...tóóóó....óóóóó.órrrr.....iiii..iooo.....oooo..osssss........
  //.RRRRRRRRRRRRRR...Reeeeeeeeeee..llll...aaaaaaaaaa...tttt...tóóóó....óóóóó.órrrr.....iiii..iooo.....oooo..osssssssss....
  //.RRRRRRRRRRRR.....Reeeeeeeeeee..llll..laaaaaaaaaa...tttt...tóóóó.....óóóó.órrrr.....iiii..iooo.....oooo...ssssssssss...
  //.RRRRR...RRRRR....Reee..........llll..laaaa..aaaa...tttt...tóóóó....óóóóó.órrrr.....iiii..iooo.....oooo....ssssssssss..
  //.RRRRR...RRRRRR...Reee..........llll.llaaa...aaaa...tttt...tóóóó....óóóóó.órrrr.....iiii..iooo.....oooo........ssssss..
  //.RRRRR....RRRRR...Reeee...eeee..llll.llaaa..aaaaaa..ttttt...óóóóó...óóóóó.órrrr.....iiii..ioooo...ooooo.oosss....ssss..
  //.RRRRR.....RRRRR..Reeeeeeeeeee..llll..laaaaaaaaaaaa.ttttttt.óóóóóóóóóóóó..órrrr.....iiii...oooooooooooo..osssssssssss..
  //.RRRRR.....RRRRRR..eeeeeeeeee...llll..laaaaaaaaaaaa.ttttttt..óóóóóóóóóó...órrrr.....iiii...ooooooooooo...ossssssssss...
  //.RRRRR......RRRRR...eeeeeeee....llll...aaaaaa.aaaaa..tttttt...óóóóóóóó....órrrr.....iiii....ooooooooo.....sssssssss....
  //.....................................................................................................................*/

.relatorios_card {
    background-color: #ffffff;
    margin-top: -5px;
    padding-top: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
}

.relatorios_card__separador {
    background-color: #ffffff;
    margin-top: -5px;
    padding-top: 10px;
    margin-bottom: 15px;
    border-radius: 5px 5px 0px 0px;
    font-size: 16px;
    font-weight: bold;
}

.relatorio_texto {
    padding-left: 20px;
    padding-bottom: 8px;
}

.relatorio_servicos {
    background: #faa320;
}

.relatorio_operadores {
    background: #b8d6f0;
}

.relatorio_central {
    background: #e4e5a2;
}

.relatorio_motoristas {
    background: #fac3ba;
}

.relatorio_parceiros {
    background: #b2e4f2;
}

.relatorio_online {
    background: #99e0ce;
}

.fundotransparente {
    background: #fff;
}

.branco {
    color: white;
}

.valor_total_servico {
    color: #5da5d1;
    border-color: #5da5d1;
    background: #5da5d1;
}

.comissoes_operadores {
    color: #d58df7;
    border-color: #d58df7;
    background: #d58df7;
}

.comissoes_parceiros {
    color: #66b29a;
    background: #66b29a;
    border-color: #66b29a;
}

.comissoes_staff {
    color: #4bb8c4;
    background: #4bb8c4;
    border-color: #4bb8c4;
}

.total_despesas {
    color: #f98c41;
    background: #f98c41;
    border-color: #f98c41;
}

.total_liquido {
    color: #4eb578;
    background: #4eb578;
    border-color: #4eb578;
}

/* Custom checkbox */

.checkbox-custom {
    cursor: pointer;
    position: relative;
    width: 16px;
    height: 16px;
    margin: 0 !important;
    display: inline-block !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none !important;
    outline: 0 !important;
}

.checkbox-custom:after {
    content: '';
    position: absolute;
    display: block !important;
    z-index: 1;
    width: 16px;
    height: 16px;
    border: 1px solid #757474;
    border-radius: 4px;
}

.checkbox-custom[type=checkbox]:before {
    background: #17a039;
    background-size: 10px 8px;
    background-repeat: no-repeat;
    background-position: 3px 4px;
    position: absolute;
    left: 1px;
    z-index: 2;
    opacity: 0;
    width: 100%;
    height: 100%;
    color: #17a039;
    border: 1px solid #17a039;
    border-radius: 4x;
}

.checkbox-custom[type=checkbox]:checked:before {
    content: 'V';
    position: absolute;
    top: 0px;
    opacity: 1;
    left: 0px;
    border-radius: 4x;
    color: #FFF;
    font-weight: bold;
}

.checkbox-custom[type=checkbox]:disabled {
    background: #6c6c6c;
}

.edit_service_panel {
    background-color: #d8dee2;
    padding: 8px;
    margin-bottom: 5px;
}

.edit_service_title {
    font-size: 18px !important;
    font-weight: normal !important;
}

.edit_service_accordion_arrow {
    bottom: 31px !important;
    /*top: 6px;*/
    float: right;
}

.edit_service_accordion_arrow::before {
    background-color: #fbb040 !important;
    color: #EDEDED !important;
}

#btn_map {
    position: relative;
    left: 50%;
    top: 250px;
}

span#select2-payment_method_id-container {
    font-size: 11px !important;
}

.aviso_modal_header {
    background-color: #fbb040 !important;
    color: #414042 !important;
    padding-bottom: 0px;
}

.aviso_modal_body {
    background-color: #ececec !important;
    color: #464646 !important;
    padding: 10px;
}

@media screen and (max-width: 800px) {
    .aviso_modal_body {
        background-color: #ececec !important;
        color: #464646 !important;
        padding: 10px;
        overflow-y: scroll;
        max-height: 500px;
    }
}

@media screen and (max-height: 580px) {
    .aviso_modal_body {
        max-height: 420px;
    }
}

.aviso_modal_mensagem>p,
.aviso_modal_mensagem>ul {
    background-color: #ececec !important;
    color: #464646 !important;
    line-height: 1.3em;
    font-family: 'PT Sans', sans-serif;
}

.info_icone {
    color: #faa320;
    font-size: 12px;
    cursor: pointer;
}

#servicos-novo-modal-editar .modal-dialog {
    width: 80%;
}

@media screen and (max-width: 800px) {
    .edit_service_accordion_arrow {
        margin-top: -28px !important
    }

    #servicos-novo-modal-editar .modal-dialog {
        width: 100%;
        margin: 0px !important;
        padding-bottom: 30px;
    }

    #service_data.col-md-12 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #servicos-novo-modal-editar .modal-body {
        max-height: calc(100vh - 12vh) !important;
    }

    .dt-buttons.btn-group {
        display: none;
    }
}

/* Change Group Select 2 Title Background */

li[role='group'] {
    background-color: #fbb03f;
}

li[role='group'] strong {
    cursor: not-allowed !important;
}

/* FERREIRA */

.redondo-medio {
    width: 35px;
    height: 35px;
    font-size: 12px;
    padding-left: 10px;
}

.space-table {
    padding: 4px !important;
    line-height: 1.42857143 !important;
    vertical-align: middle !important;
    border-top: 1px solid #dddddd !important;
}

.imag-parceiros {
    max-width: 240px;
    height: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}

.boxes-perfil-parceiros {
    padding-left: 6px;
    padding-right: 6px;
}

.sub-titulos {
    font-size: 12px;
    color: #8a8a8a;
    margin-bottom: 1px;
    margin-top: 0px;
    line-height: 1.1em;
}

.select2-container {
    height: 33px !important;
}

.select2-multi-div .select2-container {
    height: auto !important;
}

button[type='hidden'] {
    display: none !important;
}

/* ADD PELO HENRIQUE PARA CORRIGIR PROBLEMA DE COR NO SELECPICKER */

.bootstrap-select>.btn-default {
    background-color: inherit !important;
    color: black !important;
}

.bootstrap-select .open>.dropdown-toggle.btn-default {
    background-color: inherit !important;
    color: black !important;
}

/* ADD PELO HENRIQUE PARA CORRIGIR PROBLEMA DE COR NO SELECPICKER */

.border-top-purple {
    border-top: solid 3px #ff04ff !important;
}

.border-top-blue {
    border-top: solid 3px #1d43ff !important;
}

.border-top-green {
    border-top: solid 3px rgb(2, 228, 2) !important;
}

.border-top-red {
    border-top: solid 3px rgb(255, 12, 12) !important;
}

.border-top-orange {
    border-top: solid 3px #fbb040 !important;
}

.mr-10 {
    margin-right: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.border-top-dashed {
    border-top-style: dashed;
    width: 100%;
    /* margin-left: 5%; */
    border-top-width: thin;
    margin-top: 15px;
    margin-bottom: 15px;
}

.border-top-solid {
    border-top-style: solid;
    /* width: 40%; */
    /* margin-left: 30%; */
    border-top-width: thin;
    margin-top: 15px;
    margin-bottom: 15px;
}

.border-top-solid-half {
    border-top-style: solid;
    width: 40%;
    margin-left: 30%;
    border-top-width: thin;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Tooltip */

.test+.tooltip>.tooltip-inner {
    background-color: #fbb040;
    color: #FFFFFF;
    border: 1px solid #fbb040;
    padding: 15px;
    font-size: 20px;
}

/* Tooltip on top */

.test+.tooltip.top>.tooltip-arrow {
    border-top: 5px solid #fbb040;
}

li.card-link.colorOfLisCards:before {
    background-color: #fcaf40 !important;
}

ul.ColVis_collection {
    width: auto !important;
    height: auto;
    overflow: scroll;
    max-height: 500px;
}

.note-editable {
    min-height: 200px;
}

.showdatabase {
    position: absolute;
    width: 230px;
    height: 30px;
    left: 40%;
    top: 0%;
    background: red;
    border-radius: 20px;
    box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
}

.showdatabase:hover {
    zoom: 1.5;
    left: 40%;
    /* top: 80%; */
}

/*  NOVOS CODIGOS CSS */

#servicos_hora_2 {
    font-size: 10px !important;
}

.bottom-10 {
    margin-bottom: 10px;
}

.bottom-20 {
    margin-bottom: 20px;
}

.text-line h2 {
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid black;
    position: relative;
}

.text-line h2 span {
    background-color: white;
    position: relative;
    top: 10px;
    padding: 0 10px;
    color: rgb(255, 137, 3);
    font-weight: bold;
}

.vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
}



.tooltipster-base {
    font-size: 12px !important;
}

/* Normalize CSS para  tabelas  */

table {
    text-indent: inherit;
    white-space: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-size: inherit;
    font-style: inherit;
    font-variant: normal;
}



.slow .toggle-group {
    transition: left 0.7s;
    -webkit-transition: left 0.7s;
}

.medium .toggle-group {
    transition: left 0.4s;
    -webkit-transition: left 0.4s;
}

.fast .toggle-group {
    transition: left 0.1s;
    -webkit-transition: left 0.1s;
}

.quick .toggle-group {
    transition: none;
    -webkit-transition: none;
}

@media screen and (max-width: 500px) {
    .col-xxs-12 {
        width: 100%;
    }
}

table tbody tr td.operator_price div,
table tbody tr td.produto_km_preco_base div {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    border: none;
}

table tbody tr td.operator_price div label,
table tbody tr td.produto_km_preco_base div label {
    margin: inherit;
}

.disabledInput {
    background-color: #e0e0e0 !important;
    cursor: not-allowed !important;
    color: currentColor;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

#accordion .panel {
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 15px;
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 3px;
}

#accordion .panel-title a {
    display: block;
    padding: 12px 15px;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    border: 1px solid #ececec;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    position: relative;
    transition: all 0.5s ease 0s;
}

#accordion .panel-title a.collapsed {
    box-shadow: none;
    color: #676767;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
    content: "\e259";
    font-family: 'Glyphicons Halflings';
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 900;
    color: #fbb040;
    text-align: center;
    position: absolute;
    top: 8px;
    right: 15px;
    transform: rotate(180deg);
    transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed:before {
    color: #676767;
    transform: rotate(0);
}

#accordion .panel-title a:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #ececec;
    position: absolute;
    top: 0;
    right: 55px;
}

#accordion .panel-body {
    padding: 10px 15px 15px;
    border: none;
    font-size: 15px;
    color: #615f5f;
    line-height: 27px;
}

.nav-tabs-faq>li>a {
    /* margin-right: 110px; */
    margin-right: 60px;
    line-height: 1.42857143;
    /* border: 1px solid black; */
    /* border-radius:4px 4px 4px 4px; */
    background-color: #79747471;
    width: 100%;
    z-index: 100;
    position: relative;
    color: #414042;
    font-size: 16px;
    margin-top: 0px;
    padding-top: 5px;
    padding-right: 18px;
    padding-bottom: 5px;
    padding-left: 18px;
    cursor: pointer !important;
}

.nav-tabs-faq>li>a:focus {
    background-color: #fbb040;
    color: black;
}

.nav-faq>li>a:focus {
    text-decoration: none;
    background-color: #fbb040;
    color: #eee;
}

.nav-tabs-faq>li>a[aria-expanded="false"]::before {
    color: #fbb04000;
}

.nav-tabs-faq>li>a[aria-expanded="true"]::before {

    color: #fbb04000;
}

.faq-item-pdf {
    background-image: url('../faq/tutorial-pdf-1.jpg');
}

.faq-item-pdf:hover {
    background-image: url("../faq/tutorial-pdf-2.jpg");

}

.faq-item-video {
    background-image: url('../faq/tutorial-video-1.jpg');
}

.faq-item-video:hover {
    background-image: url("../faq/tutorial-video-2.jpg");
}

.faq-item-title {
    font-size: 18;
    background-color: #414042;
    color: #fbb040;
    padding-top: 5;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    overflow: hidden;
    height: 40px;
}

.faq-item-content p {
    background-color: #414042;
    color: white;
    line-height: 1.2;
    height: 80px;
    font-size: 1.3rem;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    overflow: hidden;
}

.faq-item-links {
    background-color: #fbb040;
    color: white;
    padding: 5px;
    margin-top: -10px;
    height: 32px;
}

.faq-item-links>a {
    color: black !important;
}

.faq-item-links>a:hover {
    color: blue !important;
}

@media (max-width: 1436px) and (min-width: 890px) {
    .nav-tabs-faq>li>a>i {
        /* remove text */
        font-size: 30px;
    }

    .nav-tabs-faq>li>a>span {
        /* remove text */
        display: none;
    }

    .nav-stacked>li {
        text-align: center;
        float: none;
    }
}

@media (max-width: 889px) {
    .nav-tabs-faq>li>a>i {
        /* remove text */
        font-size: 20px;
    }

    .nav-tabs-faq>li>a>span {
        /* remove text */
        display: none;
    }

    .nav-tabs-faq>li>a {
        padding: 8px 0px;
    }

    .nav-stacked>li {
        text-align: center;
        float: none;
    }
}


div.card-interna form input.form-control[type="checkbox"] {
    transform: scale(0.6, 0.6);
    /* accent-color: #ff7300; color ao ficar checked */
}

div.card-interna form input.form-control[type="checkbox"]:checked {
    accent-color: #d78000;
    border-radius: .2em;
    box-shadow: unset 1px 3px rgba(0, 0, 0, 0.424), 0 0 0 rgb(255, 136, 0);
    -webkit-transition: all .275s !important;
    transition: all .275s !important;
    -webkit-transform: scale(0.8) rotate(0) !important;
    transform: scale(0.8) rotate(0) !important;
}

div.card-interna form input.form-control[type='checkbox']:checked:after {
    content: '\2713' !important;
    color: white !important;
}

div.card-interna form input.form-control[type="checkbox"]:focus {
    outline: none;
    outline-offset: none;
    box-shadow: none;
    border-color: none;
    outline: none;
}

div.infiniteslide_wrap {
    width: 100%;
}

#the-count {
    float: right;
    font-size: 1rem;
    margin-top: 5px;
    font-weight: bold;
}

div#suporte_modal div.note-editor {
    margin-bottom: 0px;
}

div.modal-content div.modal-body div.form-group div.input-group div.easy-autocomplete {
    width: 100% !important;
}

div.modal,
div#modal {
    z-index: 999 !important;
}

/** selectpicker **/
div.btn-group.bootstrap-select,
div.dropdown-menu ul.dropdown-menu li {
    z-index: 3;
}

/** selectpicker **/


/*** bootstra alerts */
div.modal div.alert button.close {
    right: inherit;
}

/*** bootstra alerts */

.circle {
    border-radius: 100%;
}

.easy-autocomplete-container {
    z-index: 99999;
    top: 30px;
}

.phpdebugbar-panel {
    color: #FFF;
}

td.phpdebugbar-widgets-name {
    color: #FFF;
}


td.centerText {
    text-align: center;
    vertical-align: middle;
}

.badge.tickets {
    background-color: #ffffffb6;
    color: #000;
    font-weight: 500;
    border-radius: 5px;
}

.badge.bd-analise {
    border: solid 1px #f0c505;

}

.badge.bd-processamento {
    border: solid 1px #cc994d;
}

.badge.bd-aguardando {
    border: solid 1px #0c6fc5;
}

.badge.bd-concluido {
    border: solid 1px #35bd52;
}

.badge.bd-fechado {
    border: solid 1px #35bd52;
}

.badge.bd-testes {
    border: solid 1px #eb7d23;
}

.badge.bd-dark {
    border: solid 1px #000;
}


/*** cabecalho tabelas de preços e comissoes  */
.tabelaPrecosContainer {
    margin: 0 auto;
    display: block;
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
}

.tabelaPrecosContainer .col-lg-6.nopadding {
    max-height: 90px;
    margin-bottom: 2px;
}

.tabelaPreco-header {
    font-weight: bold;
    padding: 5px;
    background-color: #414042;
    color: #FFF;
    max-height: 30px;
}

.tabelaPreco-item {
    border: 1px solid #ddd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px;
    background-color: #fff;
    height: 100%;
    max-height: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.tabelaPreco-item-nome {
    font-weight: bold;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

table.dataTable thead tr th div.thActions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    gap: 5px;
}

table.dataTable thead tr th div.thActions .dropdown-menu {
    padding: 3px 5px;
}

table.dataTable thead tr th div.thActions .dropdown-menu ul {
    list-style: none;
    padding: 5px;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}

table.dataTable thead tr th div.thActions .dropdown-menu ul li {
    cursor: pointer;
}

table.dataTable thead tr th div.thActions .dropdown-menu ul li:not(:last-child) {
    margin-bottom: 6px;
}

table.dataTable thead tr th div.thActions .dropdown-menu ul li:hover {
    color: #000;
    background-color: #a0a0a0;
}

.navbar-fixed-top,
.navbar-fixed-bottom{
    z-index: 999;
    min-height: 56px;
}

/** Bootstra 4 col auto */
section#automacao .row{
    display: flex;
    flex-wrap: wrap;
}

section#automacao .col {
    flex: 1 0 0%;
    padding-left: 15px;
    padding-right: 15px;
}

.no-shadow{
    box-shadow: none !important;
}

div.no-shadow .bootstrap-select.form-control {
    max-width: 300px;
}

.no-clip{
    clip-path: none !important;
}

ul.no-item-session{
    border: none;
}

ul.no-item-session li.nav-item{
    margin-right: 1%;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}

.usersSwitch::before {
    content: "Sim";
    color: rgb(18, 185, 18);
}

.usersSwitch::after {
    content: "Não";
    color: rgb(192, 93, 93);
}

.usersSwitchActiveInactive {
    margin-bottom: -45px;
    margin-right: 40px;
    float: right;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .usersSwitchActiveInactive {
        margin-bottom: 10px;
        margin-right: 0px;
        margin-left: 10px;
        float: none;
    }
}

/* Nova versao de css */


/* :::: BOTÕES :::: */

.tg-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tg-btn.disabled,
.tg-btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tg-btn:active{
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* BOTÃO SEMI-REDONDO */

.tg-btn-default {
    border-bottom-left-radius:0;
    border-top-left-radius:0;
    height: 31px;
    width: 45px;
    margin-left: -1px;
    color: #fbb040;
    background-color: #414042;
    border-color: #cccccc;
}


.tg-btn-default:focus{
    background-color: #272728;
    border-color:#8c8c8c;
    color: #fff;
}
.tg-btn-default:hover{
    border-color: #adadad;
    color: #fff;
    outline: none;
}
.tg-btn-default:active {
    color: #fff;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.tg-btn-eliminar {
    color: #ffffff;
    background-color: #e62b33;
    border-color: #e62b33;
    height: 30px;
    width: 42px;
    margin-left: -1px;
    border-top-right-radius: 25px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 0;
    box-shadow: 1px 1px #8888884f;
    font-size: 12px;
}
.tg-btn-eliminar:hover {
    color: #ffffff;
    background-color: #d5262e;
    border-color: #d5262e;
}

.tg-btn-eliminar:active {
    color: #fff;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.tg-btn-editar {
    color: #ffffff;
    background-color: #4189c9;
    border-color: #4189c9;
    height: 30px;
    width: 42px;
    border-top-right-radius: 25px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 0;
    box-shadow: 1px 1px #8888884f;
    font-size: 12px;
}
.tg-btn-editar:hover {
    color: #000000;
    background-color: #3C80BC;
    border-color: #3C80BC;
}

.tg-btn-editar:active {
    color: #fff;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/* BOTÃO REDONDO */

.tg-btn-redondo-pequeno {
    width: 30px;
    height: 30px;
    font-size: 12px;
    border-radius: 25px;
    cursor: pointer;
}

.tg-btn-redondo-medio {
    width: 35px;
    height: 35px;
    font-size: 13px;
    border-radius: 25px;
    cursor: pointer;
}

.tg-btn-redondo-grande {
    width: 40px;
    height: 40px;
    font-size: 14px;
    border-radius: 25px;
    cursor: pointer;
}
/* BOTÃO OVAL */

.tg-btn-oval-pesquisar {
    color: #ffffff;
    background-color: #4189c9;
    border-color: #4189c9;
    height: 30px;
    border-radius: 25px;
    box-shadow: 1px 1px #00000035;
    font-size: 12px;
    cursor: pointer;
}
.tg-btn-oval-pesquisar:hover {
    color: #FFFFFF;
    background-color: #3C80BC;
    border-color: #3C80BC;
}

.tg-btn-oval-limpar {
    color: #ffffff;
    background-color: #00b9d8;
    border-color: #00b9d8;
    height: 30px;
    border-radius: 25px;
    box-shadow: 1px 1px #00000035;
    font-size: 12px;
    cursor: pointer;
}

.tg-btn-oval-limpar:hover {
    color: #ffffff;
    background-color: #00aac6;
    border-color: #00aac6;
}

.tg-btn-oval-ativo{
    color: #ffffff;
    background-color: #619444;
    border-color: #619444;
    height: 30px;
    border-radius: 25px;
    box-shadow: 1px 1px #8888884f;
    font-size: 12px;
}

.tg-btn-oval-ativo:hover{
    color: #ffffff;
    background-color: #7bb758;
    border-color: #7bb758;
}

.tg-btn-oval-eliminar {
    color: #ffffff;
    background-color: #e62b33;
    border-color: #e62b33;
    height: 30px;
    border-radius: 25px;
    box-shadow: 1px 1px #00000035;
    font-size: 12px;
    cursor: pointer;
}

.tg-btn-oval-eliminar:hover {
    color: #ffffff;
    background-color: #d5262e;
    border-color: #d5262e;
}


.tg-btn-oval-guardar {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745;
    height: 30px;
    border-radius: 25px;
    box-shadow: 1px 1px #00000035;
    font-size: 12px;
    cursor: pointer;
}

.tg-btn-oval-guardar:hover {
    color: #ffffff;
    background-color: #269940;
    border-color: #269940;
}

.tg-btn-oval-cancelar {
    color: #ffffff;
    background-color: #00b9d8;
    border-color: #00b9d8;
    height: 30px;
    border-radius: 25px;
    box-shadow: 1px 1px #00000035;
    font-size: 12px;
    cursor: pointer;
}

.tg-btn-oval-recalcular {
    color: #ffffff;
    background-color: #faa320;
    border-color: #faa320;
    height: 30px;
    border-radius: 25px;
    box-shadow: 1px 1px #00000035;
    font-size: 12px;
    cursor: pointer;
}

.tg-btn-oval-fechar {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745;
    height: 30px;
    border-radius: 25px;
    box-shadow: 1px 1px #00000035;
    font-size: 12px;
    cursor: pointer;
}

.tg-btn-oval-imprimir {
    color: #ffffff;
    background-color: #84c75d;
    border-color: #84c75d;
    height: 30px;
    border-radius: 25px;
    box-shadow: 1px 1px #00000035;
    font-size: 12px;
    cursor: pointer;
}

.tg-btn-oval-editar {
    color: #ffffff;
    background-color: #4189c9;
    border-color: #4189c9;
    height: 30px;
    border-radius: 25px;
    box-shadow: 1px 1px #8888884f;
    font-size: 12px;
    cursor: pointer;
}

.tg-btn-oval-editar:hover {
    color: #ffffff;
    background-color: #3c80bc;
    border-color: #3c80bc;
}

.tg-close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.tg-close:hover,
.tg-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

button.tg-close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
  }

/* CORES */

.tg-cor-preto{
    color: black;
}
.tg-cor-amarelo {
    background-color: #faa320;
}

.tg-cor-amarelo:hover {
    background-color: #e28905;
}

.tg-cor-azul {
    background-color: #4189c9;
}
.tg-cor-azul:hover {
    background-color: #3c80bc;
}

.tg-cor-azul-claro {
    background-color: #00b9d8;
}
.tg-cor-azul-claro:hover{
    background-color: #00aac6;
}

.tg-cor-azul-escuro {
    background-color: #256196;
}

.tg-cor-azul-escuro:hover {
    background-color: #3479b4;
}

.tg-cor-verde {
    background-color: #28a745;
   }
.tg-cor-verde:hover {
    background-color: #269940
};


.tg-cor-verde-claro {
    background-color: #84c75d;
}

.tg-cor-verde-escuro {
    background-color: #619444;
    cursor: pointer;
}

.tg-cor-verde-escuro:hover {
    background-color: #7bb758;
    cursor: pointer;
}

.tg-cor-cinza {
    background-color: #414042;
}

.tg-cor-cinza-claro {
    background-color: #a3a3a3;
}

.tg-cor-cinza-claro:hover {
    background-color: #989898;
}

.tg-cor-vermelho {
    background-color: #e62b33;
}

.tg-cor-vermelho:hover {
    background-color: #d5262e;
}

.tg-cor-perola {
    background-color:#F0F0F0;
}

.tg-cor-perola:hover {
    color:#FFFFFF;
}

.tg-texto-cor-branco {
    color: #ffffff;
}

/* :::: PADDING :::: */

/* PADDING LEFT */

.tg-pl-1 {
    padding-left: 1px;
}

.tg-pl-2 {
    padding-left: 2px;
}

.tg-pl-3 {
    padding-left: 3px;
}

.tg-pl-4 {
    padding-left: 4px;
}

.tg-pl-5 {
    padding-left: 5px;
}

.tg-pl-6 {
    padding-left: 6px;
}

.tg-pl-7 {
    padding-left: 7px;
}

.tg-pl-8 {
    padding-left: 8px;
}

.tg-pl-9 {
    padding-left: 9px;
}

.tg-pl-10 {
    padding-left: 10px;
}

.tg-pl-11 {
    padding-left: 11px;
}

.tg-pl-12 {
    padding-left: 12px;
}

.tg-pl-13 {
    padding-left: 13px;
}

.tg-pl-14 {
    padding-left: 14px;
}

.tg-pl-15 {
    padding-left: 15px;
}

.tg-pl-16 {
    padding-left: 16px;
}

.tg-pl-17 {
    padding-left: 17px;
}

.tg-pl-18 {
    padding-left: 18px;
}

.tg-pl-19 {
    padding-left: 19px;
}

.tg-pl-20 {
    padding-left: 20px;
}

.tg-pl-22 {
    padding-left: 22px;
}

.tg-pl-24 {
    padding-left: 24px;
}

.tg-pl-26 {
    padding-left: 26px;
}

.tg-pl-28 {
    padding-left: 28px;
}

.tg-pl-30 {
    padding-left: 30px;
}

.tg-pl-32 {
    padding-left: 32px;
}

.tg-pl-34 {
    padding-left: 34px;
}

.tg-pl-36 {
    padding-left: 36px;
}

.tg-pl-38 {
    padding-left: 38px;
}

.tg-pl-40 {
    padding-left: 40px;
}

.tg-pl-42 {
    padding-left: 42px;
}

.tg-pl-44 {
    padding-left: 44px;
}

.tg-pl-46 {
    padding-left: 46px;
}

.tg-pl-48 {
    padding-left: 48px;
}

.tg-pl-50 {
    padding-left: 50px;
}

.tg-pl-55 {
    padding-left: 55px;
}

.tg-pl-60 {
    padding-left: 60px;
}

.tg-pl-65 {
    padding-left: 65px;
}

.tg-pl-70 {
    padding-left: 70px;
}

.tg-pl-75 {
    padding-left: 75px;
}

.tg-pl-80 {
    padding-left: 80px;
}

.tg-pl-85 {
    padding-left: 85px;
}

.tg-pl-90 {
    padding-left: 90px;
}

.tg-pl-95 {
    padding-left: 95px;
}

.tg-pl-100 {
    padding-left: 100px;
}

.tg-pl-110 {
    padding-left: 110px;
}

.tg-pl-120 {
    padding-left: 120px;
}

.tg-pl-130 {
    padding-left: 130px;
}

.tg-pl-140 {
    padding-left: 140px;
}

.tg-pl-150 {
    padding-left: 150px;
}

/* PADDING RIGHT */

.tg-pr-1 {
    padding-right: 1px;
}

.tg-pr-2 {
    padding-right: 2px;
}

.tg-pr-3 {
    padding-right: 3px;
}

.tg-pr-4 {
    padding-right: 4px;
}

.tg-pr-5 {
    padding-right: 5px;
}

.tg-pr-6 {
    padding-right: 6px;
}

.tg-pr-7 {
    padding-right: 7px;
}

.tg-pr-8 {
    padding-right: 8px;
}

.tg-pr-9 {
    padding-right: 9px;
}

.tg-pr-10 {
    padding-right: 10px;
}

.tg-pr-11 {
    padding-right: 11px;
}

.tg-pr-12 {
    padding-right: 12px;
}

.tg-pr-13 {
    padding-right: 13px;
}

.tg-pr-14 {
    padding-right: 14px;
}

.tg-pr-15 {
    padding-right: 15px;
}

.tg-pr-16 {
    padding-right: 16px;
}

.tg-pr-17 {
    padding-right: 17px;
}

.tg-pr-18 {
    padding-right: 18px;
}

.tg-pr-19 {
    padding-right: 19px;
}

.tg-pr-20 {
    padding-right: 20px;
}

.tg-pr-22 {
    padding-right: 22px;
}

.tg-pr-24 {
    padding-right: 24px;
}

.tg-pr-26 {
    padding-right: 26px;
}

.tg-pr-28 {
    padding-right: 28px;
}

.tg-pr-30 {
    padding-right: 30px;
}

.tg-pr-32 {
    padding-right: 32px;
}

.tg-pr-34 {
    padding-right: 34px;
}

.tg-pr-36 {
    padding-right: 36px;
}

.tg-pr-38 {
    padding-right: 38px;
}

.tg-pr-40 {
    padding-right: 40px;
}

.tg-pr-42 {
    padding-right: 42px;
}

.tg-pr-44 {
    padding-right: 44px;
}

.tg-pr-46 {
    padding-right: 46px;
}

.tg-pr-48 {
    padding-right: 48px;
}

.tg-pr-50 {
    padding-right: 50px;
}

.tg-pr-55 {
    padding-right: 55px;
}

.tg-pr-60 {
    padding-right: 60px;
}

.tg-pr-65 {
    padding-right: 65px;
}

.tg-pr-70 {
    padding-right: 70px;
}

.tg-pr-75 {
    padding-right: 75px;
}

.tg-pr-80 {
    padding-right: 80px;
}

.tg-pr-85 {
    padding-right: 85px;
}

.tg-pr-90 {
    padding-right: 90px;
}

.tg-pr-95 {
    padding-right: 95px;
}

.tg-pr-100 {
    padding-right: 100px;
}

.tg-pr-110 {
    padding-right: 110px;
}

.tg-pr-120 {
    padding-right: 120px;
}

.tg-pr-130 {
    padding-right: 130px;
}

.tg-pr-140 {
    padding-right: 140px;
}

.tg-pr-150 {
    padding-right: 150px;
}

/* PADDING TOP */

.tg-pt-1 {
    padding-top: 1px;
}

.tg-pt-2 {
    padding-top: 2px;
}

.tg-pt-3 {
    padding-top: 3px;
}

.tg-pt-4 {
    padding-top: 4px;
}

.tg-pt-5 {
    padding-top: 5px;
}

.tg-pt-6 {
    padding-top: 6px;
}

.tg-pt-7 {
    padding-top: 7px;
}

.tg-pt-8 {
    padding-top: 8px;
}

.tg-pt-9 {
    padding-top: 9px;
}

.tg-pt-10 {
    padding-top: 10px;
}

.tg-pt-11 {
    padding-top: 11px;
}

.tg-pt-12 {
    padding-top: 12px;
}

.tg-pt-13 {
    padding-top: 13px;
}

.tg-pt-14 {
    padding-top: 14px;
}

.tg-pt-15 {
    padding-top: 15px;
}

.tg-pt-16 {
    padding-top: 16px;
}

.tg-pt-17 {
    padding-top: 17px;
}

.tg-pt-18 {
    padding-top: 18px;
}

.tg-pt-19 {
    padding-top: 19px;
}

.tg-pt-20 {
    padding-top: 20px;
}

.tg-pt-22 {
    padding-top: 22px;
}

.tg-pt-24 {
    padding-top: 24px;
}

.tg-pt-26 {
    padding-top: 26px;
}

.tg-pt-28 {
    padding-top: 28px;
}

.tg-pt-30 {
    padding-top: 30px;
}

.tg-pt-32 {
    padding-top: 32px;
}

.tg-pt-34 {
    padding-top: 34px;
}

.tg-pt-36 {
    padding-top: 36px;
}

.tg-pt-38 {
    padding-top: 38px;
}

.tg-pt-40 {
    padding-top: 40px;
}

.tg-pt-42 {
    padding-top: 42px;
}

.tg-pt-44 {
    padding-top: 44px;
}

.tg-pt-46 {
    padding-top: 46px;
}

.tg-pt-48 {
    padding-top: 48px;
}

.tg-pt-50 {
    padding-top: 50px;
}

.tg-pt-55 {
    padding-top: 55px;
}

.tg-pt-60 {
    padding-top: 60px;
}

.tg-pt-65 {
    padding-top: 65px;
}

.tg-pt-70 {
    padding-top: 70px;
}

.tg-pt-75 {
    padding-top: 75px;
}

.tg-pt-80 {
    padding-top: 80px;
}

.tg-pt-85 {
    padding-top: 85px;
}

.tg-pt-90 {
    padding-top: 90px;
}

.tg-pt-95 {
    padding-top: 95px;
}

.tg-pt-100 {
    padding-top: 100px;
}

.tg-pt-110 {
    padding-top: 110px;
}

.tg-pt-120 {
    padding-top: 120px;
}

.tg-pt-130 {
    padding-top: 130px;
}

.tg-pt-140 {
    padding-top: 140px;
}

.tg-pt-150 {
    padding-top: 150px;
}

/* PADDING BOTTOM */

.tg-pb-1 {
    padding-bottom: 1px;
}

.tg-pb-2 {
    padding-bottom: 2px;
}

.tg-pb-3 {
    padding-bottom: 3px;
}

.tg-pb-4 {
    padding-bottom: 4px;
}

.tg-pb-5 {
    padding-bottom: 5px;
}

.tg-pb-6 {
    padding-bottom: 6px;
}

.tg-pb-7 {
    padding-bottom: 7px;
}

.tg-pb-8 {
    padding-bottom: 8px;
}

.tg-pb-9 {
    padding-bottom: 9px;
}

.tg-pb-10 {
    padding-bottom: 10px;
}

.tg-pb-11 {
    padding-bottom: 11px;
}

.tg-pb-12 {
    padding-bottom: 12px;
}

.tg-pb-13 {
    padding-bottom: 13px;
}

.tg-pb-14 {
    padding-bottom: 14px;
}

.tg-pb-15 {
    padding-bottom: 15px;
}

.tg-pb-16 {
    padding-bottom: 16px;
}

.tg-pb-17 {
    padding-bottom: 17px;
}

.tg-pb-18 {
    padding-bottom: 18px;
}

.tg-pb-19 {
    padding-bottom: 19px;
}

.tg-pb-20 {
    padding-bottom: 20px;
}

.tg-pb-22 {
    padding-bottom: 22px;
}

.tg-pb-24 {
    padding-bottom: 24px;
}

.tg-pb-26 {
    padding-bottom: 26px;
}

.tg-pb-28 {
    padding-bottom: 28px;
}

.tg-pb-30 {
    padding-bottom: 30px;
}

.tg-pb-32 {
    padding-bottom: 32px;
}

.tg-pb-34 {
    padding-bottom: 34px;
}

.tg-pb-36 {
    padding-bottom: 36px;
}

.tg-pb-38 {
    padding-bottom: 38px;
}

.tg-pb-40 {
    padding-bottom: 40px;
}

.tg-pb-42 {
    padding-bottom: 42px;
}

.tg-pb-44 {
    padding-bottom: 44px;
}

.tg-pb-46 {
    padding-bottom: 46px;
}

.tg-pb-48 {
    padding-bottom: 48px;
}

.tg-pb-50 {
    padding-bottom: 50px;
}

.tg-pb-55 {
    padding-bottom: 55px;
}

.tg-pb-60 {
    padding-bottom: 60px;
}

.tg-pb-65 {
    padding-bottom: 65px;
}

.tg-pb-70 {
    padding-bottom: 70px;
}

.tg-pb-75 {
    padding-bottom: 75px;
}

.tg-pb-80 {
    padding-bottom: 80px;
}

.tg-pb-85 {
    padding-bottom: 85px;
}

.tg-pb-90 {
    padding-bottom: 90px;
}

.tg-pb-95 {
    padding-bottom: 95px;
}

.tg-pb-100 {
    padding-bottom: 100px;
}

.tg-pb-110 {
    padding-bottom: 110px;
}

.tg-pb-120 {
    padding-bottom: 120px;
}

.tg-pb-130 {
    padding-bottom: 130px;
}

.tg-pb-140 {
    padding-bottom: 140px;
}

.tg-pb-150 {
    padding-bottom: 150px;
}

/* :::: MARGIN :::: */

/* MARGIN LEFT */

.tg-ml-1 {
    margin-left: 1px;
}

.tg-ml-2 {
    margin-left: 2px;
}

.tg-ml-3 {
    margin-left: 3px;
}

.tg-ml-4 {
    margin-left: 4px;
}

.tg-ml-5 {
    margin-left: 5px;
}

.tg-ml-6 {
    margin-left: 6px;
}

.tg-ml-7 {
    margin-left: 7px;
}

.tg-ml-8 {
    margin-left: 8px;
}

.tg-ml-9 {
    margin-left: 9px;
}

.tg-ml-10 {
    margin-left: 10px;
}

.tg-ml-11 {
    margin-left: 11px;
}

.tg-ml-12 {
    margin-left: 12px;
}

.tg-ml-13 {
    margin-left: 13px;
}

.tg-ml-14 {
    margin-left: 14px;
}

.tg-ml-15 {
    margin-left: 15px;
}

.tg-ml-16 {
    margin-left: 16px;
}

.tg-ml-17 {
    margin-left: 17px;
}

.tg-ml-18 {
    margin-left: 18px;
}

.tg-ml-19 {
    margin-left: 19px;
}

.tg-ml-20 {
    margin-left: 20px;
}

.tg-ml-22 {
    margin-left: 22px;
}

.tg-ml-24 {
    margin-left: 24px;
}

.tg-ml-26 {
    margin-left: 26px;
}

.tg-ml-28 {
    margin-left: 28px;
}

.tg-ml-30 {
    margin-left: 30px;
}

.tg-ml-32 {
    margin-left: 32px;
}

.tg-ml-34 {
    margin-left: 34px;
}

.tg-ml-36 {
    margin-left: 36px;
}

.tg-ml-38 {
    margin-left: 38px;
}

.tg-ml-40 {
    margin-left: 40px;
}

.tg-ml-42 {
    margin-left: 42px;
}

.tg-ml-44 {
    margin-left: 44px;
}

.tg-ml-46 {
    margin-left: 46px;
}

.tg-ml-48 {
    margin-left: 48px;
}

.tg-ml-50 {
    margin-left: 50px;
}

.tg-ml-55 {
    margin-left: 55px;
}

.tg-ml-60 {
    margin-left: 60px;
}

.tg-ml-65 {
    margin-left: 65px;
}

.tg-ml-70 {
    margin-left: 70px;
}

.tg-ml-75 {
    margin-left: 75px;
}

.tg-ml-80 {
    margin-left: 80px;
}

.tg-ml-85 {
    margin-left: 85px;
}

.tg-ml-90 {
    margin-left: 90px;
}

.tg-ml-95 {
    margin-left: 95px;
}

.tg-ml-100 {
    margin-left: 100px;
}

.tg-ml-110 {
    margin-left: 110px;
}

.tg-ml-120 {
    margin-left: 120px;
}

.tg-ml-130 {
    margin-left: 130px;
}

.tg-ml-140 {
    margin-left: 140px;
}

.tg-ml-150 {
    margin-left: 150px;
}

/* MARGIN RIGHT */

.tg-mr-1 {
    margin-right: 1px;
}

.tg-mr-2 {
    margin-right: 2px;
}

.tg-mr-3 {
    margin-right: 3px;
}

.tg-mr-4 {
    margin-right: 4px;
}

.tg-mr-5 {
    margin-right: 5px;
}

.tg-mr-6 {
    margin-right: 6px;
}

.tg-mr-7 {
    margin-right: 7px;
}

.tg-mr-8 {
    margin-right: 8px;
}

.tg-mr-9 {
    margin-right: 9px;
}

.tg-mr-10 {
    margin-right: 10px;
}

.tg-mr-11 {
    margin-right: 11px;
}

.tg-mr-12 {
    margin-right: 12px;
}

.tg-mr-13 {
    margin-right: 13px;
}

.tg-mr-14 {
    margin-right: 14px;
}

.tg-mr-15 {
    margin-right: 15px;
}

.tg-mr-16 {
    margin-right: 16px;
}

.tg-mr-17 {
    margin-right: 17px;
}

.tg-mr-18 {
    margin-right: 18px;
}

.tg-mr-19 {
    margin-right: 19px;
}

.tg-mr-20 {
    margin-right: 20px;
}

.tg-mr-22 {
    margin-right: 22px;
}

.tg-mr-24 {
    margin-right: 24px;
}

.tg-mr-26 {
    margin-right: 26px;
}

.tg-mr-28 {
    margin-right: 28px;
}

.tg-mr-30 {
    margin-right: 30px;
}

.tg-mr-32 {
    margin-right: 32px;
}

.tg-mr-34 {
    margin-right: 34px;
}

.tg-mr-36 {
    margin-right: 36px;
}

.tg-mr-38 {
    margin-right: 38px;
}

.tg-mr-40 {
    margin-right: 40px;
}

.tg-mr-42 {
    margin-right: 42px;
}

.tg-mr-44 {
    margin-right: 44px;
}

.tg-mr-46 {
    margin-right: 46px;
}

.tg-mr-48 {
    margin-right: 48px;
}

.tg-mr-50 {
    margin-right: 50px;
}

.tg-mr-55 {
    margin-right: 55px;
}

.tg-mr-60 {
    margin-right: 60px;
}

.tg-mr-65 {
    margin-right: 65px;
}

.tg-mr-70 {
    margin-right: 70px;
}

.tg-mr-75 {
    margin-right: 75px;
}

.tg-mr-80 {
    margin-right: 80px;
}

.tg-mr-85 {
    margin-right: 85px;
}

.tg-mr-90 {
    margin-right: 90px;
}

.tg-mr-95 {
    margin-right: 95px;
}

.tg-mr-100 {
    margin-right: 100px;
}

.tg-mr-110 {
    margin-right: 110px;
}

.tg-mr-120 {
    margin-right: 120px;
}

.tg-mr-130 {
    margin-right: 130px;
}

.tg-mr-140 {
    margin-right: 140px;
}

.tg-mr-150 {
    margin-right: 150px;
}

/* MARGIN TOP */

.tg-mt-1 {
    margin-top: 1px;
}

.tg-mt-2 {
    margin-top: 2px;
}

.tg-mt-3 {
    margin-top: 3px;
}

.tg-mt-4 {
    margin-top: 4px;
}

.tg-mt-5 {
    margin-top: 5px;
}

.tg-mt-6 {
    margin-top: 6px;
}

.tg-mt-7 {
    margin-top: 7px;
}

.tg-mt-8 {
    margin-top: 8px;
}

.tg-mt-9 {
    margin-top: 9px;
}

.tg-mt-10 {
    margin-top: 10px;
}

.tg-mt-11 {
    margin-top: 11px;
}

.tg-mt-12 {
    margin-top: 12px;
}

.tg-mt-13 {
    margin-top: 13px;
}

.tg-mt-14 {
    margin-top: 14px;
}

.tg-mt-15 {
    margin-top: 15px;
}

.tg-mt-16 {
    margin-top: 16px;
}

.tg-mt-17 {
    margin-top: 17px;
}

.tg-mt-18 {
    margin-top: 18px;
}

.tg-mt-19 {
    margin-top: 19px;
}

.tg-mt-20 {
    margin-top: 20px;
}

.tg-mt-22 {
    margin-top: 22px;
}

.tg-mt-24 {
    margin-top: 24px;
}

.tg-mt-26 {
    margin-top: 26px;
}

.tg-mt-28 {
    margin-top: 28px;
}

.tg-mt-30 {
    margin-top: 30px;
}

.tg-mt-32 {
    margin-top: 32px;
}

.tg-mt-34 {
    margin-top: 34px;
}

.tg-mt-36 {
    margin-top: 36px;
}

.tg-mt-38 {
    margin-top: 38px;
}

.tg-mt-40 {
    margin-top: 40px;
}

.tg-mt-42 {
    margin-top: 42px;
}

.tg-mt-44 {
    margin-top: 44px;
}

.tg-mt-46 {
    margin-top: 46px;
}

.tg-mt-48 {
    margin-top: 48px;
}

.tg-mt-50 {
    margin-top: 50px;
}

.tg-mt-55 {
    margin-top: 55px;
}

.tg-mt-60 {
    margin-top: 60px;
}

.tg-mt-65 {
    margin-top: 65px;
}

.tg-mt-70 {
    margin-top: 70px;
}

.tg-mt-75 {
    margin-top: 75px;
}

.tg-mt-80 {
    margin-top: 80px;
}

.tg-mt-85 {
    margin-top: 85px;
}

.tg-mt-90 {
    margin-top: 90px;
}

.tg-mt-95 {
    margin-top: 95px;
}

.tg-mt-100 {
    margin-top: 100px;
}

.tg-mt-110 {
    margin-top: 110px;
}

.tg-mt-120 {
    margin-top: 120px;
}

.tg-mt-130 {
    margin-top: 130px;
}

.tg-mt-140 {
    margin-top: 140px;
}

.tg-mt-150 {
    margin-top: 150px;
}

/* MARGIN BOTTOM */

.tg-mb-1 {
    margin-bottom: 1px;
}

.tg-mb-2 {
    margin-bottom: 2px;
}

.tg-mb-3 {
    margin-bottom: 3px;
}

.tg-mb-4 {
    margin-bottom: 4px;
}

.tg-mb-5 {
    margin-bottom: 5px;
}

.tg-mb-6 {
    margin-bottom: 6px;
}

.tg-mb-7 {
    margin-bottom: 7px;
}

.tg-mb-8 {
    margin-bottom: 8px;
}

.tg-mb-9 {
    margin-bottom: 9px;
}

.tg-mb-10 {
    margin-bottom: 10px;
}

.tg-mb-11 {
    margin-bottom: 11px;
}

.tg-mb-12 {
    margin-bottom: 12px;
}

.tg-mb-13 {
    margin-bottom: 13px;
}

.tg-mb-14 {
    margin-bottom: 14px;
}

.tg-mb-15 {
    margin-bottom: 15px;
}

.tg-mb-16 {
    margin-bottom: 16px;
}

.tg-mb-17 {
    margin-bottom: 17px;
}

.tg-mb-18 {
    margin-bottom: 18px;
}

.tg-mb-19 {
    margin-bottom: 19px;
}

.tg-mb-20 {
    margin-bottom: 20px;
}

.tg-mb-22 {
    margin-bottom: 22px;
}

.tg-mb-24 {
    margin-bottom: 24px;
}

.tg-mb-26 {
    margin-bottom: 26px;
}

.tg-mb-28 {
    margin-bottom: 28px;
}

.tg-mb-30 {
    margin-bottom: 30px;
}

.tg-mb-32 {
    margin-bottom: 32px;
}

.tg-mb-34 {
    margin-bottom: 34px;
}

.tg-mb-36 {
    margin-bottom: 36px;
}

.tg-mb-38 {
    margin-bottom: 38px;
}

.tg-mb-40 {
    margin-bottom: 40px;
}

.tg-mb-42 {
    margin-bottom: 42px;
}

.tg-mb-44 {
    margin-bottom: 44px;
}

.tg-mb-46 {
    margin-bottom: 46px;
}

.tg-mb-48 {
    margin-bottom: 48px;
}

.tg-mb-50 {
    margin-bottom: 50px;
}

.tg-mb-55 {
    margin-bottom: 55px;
}

.tg-mb-60 {
    margin-bottom: 60px;
}

.tg-mb-65 {
    margin-bottom: 65px;
}

.tg-mb-70 {
    margin-bottom: 70px;
}

.tg-mb-75 {
    margin-bottom: 75px;
}

.tg-mb-80 {
    margin-bottom: 80px;
}

.tg-mb-85 {
    margin-bottom: 85px;
}

.tg-mb-90 {
    margin-bottom: 90px;
}

.tg-mb-95 {
    margin-bottom: 95px;
}

.tg-mb-100 {
    margin-bottom: 100px;
}

.tg-mb-110 {
    margin-bottom: 110px;
}

.tg-mb-120 {
    margin-bottom: 120px;
}

.tg-mb-130 {
    margin-bottom: 130px;
}

.tg-mb-140 {
    margin-bottom: 140px;
}

.tg-mb-150 {
    margin-bottom: 150px;
}

/* :::: FONT SIZE :::: */

.tg-font-size-5 {
    margin-bottom: 5px;
}

.tg-font-size-6 {
    margin-bottom: 6px;
}

.tg-font-size-7 {
    margin-bottom: 7px;
}

.tg-font-size-8 {
    margin-bottom: 8px;
}

.tg-font-size-9 {
    margin-bottom: 9px;
}

.tg-font-size-10 {
    margin-bottom: 10px;
}

.tg-font-size-11 {
    margin-bottom: 11px;
}

.tg-font-size-12 {
    margin-bottom: 12px;
}

.tg-font-size-13 {
    margin-bottom: 13px;
}

.tg-font-size-14 {
    margin-bottom: 14px;
}

.tg-font-size-15 {
    margin-bottom: 15px;
}

.tg-font-size-16 {
    margin-bottom: 16px;
}

.tg-font-size-17 {
    margin-bottom: 17px;
}

.tg-font-size-18 {
    margin-bottom: 18px;
}

.tg-font-size-19 {
    margin-bottom: 19px;
}

.tg-font-size-20 {
    margin-bottom: 20px;
}

.tg-font-size-21 {
    margin-bottom: 21px;
}

.tg-font-size-22 {
    margin-bottom: 22px;
}

.tg-font-size-23 {
    margin-bottom: 23px;
}

.tg-font-size-24 {
    margin-bottom: 24px;
}

.tg-font-size-25 {
    margin-bottom: 25px;
}

.tg-font-size-26 {
    margin-bottom: 26px;
}

.tg-font-size-27 {
    margin-bottom: 27px;
}

.tg-font-size-28 {
    margin-bottom: 28px;
}

.tg-font-size-29 {
    margin-bottom: 29px;
}

.tg-font-size-30 {
    margin-bottom: 30px;
}

.tg-font-size-32 {
    margin-bottom: 32px;
}

.tg-font-size-34 {
    margin-bottom: 34px;
}

.tg-font-size-36 {
    margin-bottom: 36px;
}

.tg-font-size-38 {
    margin-bottom: 38px;
}

.tg-font-size-40 {
    margin-bottom: 40px;
}

.tg-font-size-42 {
    margin-bottom: 42px;
}

.tg-font-size-44 {
    margin-bottom: 44px;
}

.tg-font-size-46 {
    margin-bottom: 46px;
}

.tg-font-size-48 {
    margin-bottom: 48px;
}

.tg-font-size-50 {
    margin-bottom: 50px;
}

.tg-font-size-55 {
    margin-bottom: 55px;
}

.tg-font-size-60 {
    margin-bottom: 60px;
}

.tg-font-size-65 {
    margin-bottom: 65px;
}

.tg-font-size-70 {
    margin-bottom: 70px;
}

.tg-font-size-75 {
    margin-bottom: 75px;
}

.tg-font-size-80 {
    margin-bottom: 80px;
}

/* :::: FUNDOS PÁGINAS :::: */

.tg-fundo-cinza {
    color: #000000;
    background-color: #ebeff2;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.22);
}

.tg-fundo-branco {
    background-color: #ffffff;
    padding-top: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.tg-titulos {
    color: #414042;
    border-bottom: 3px solid #fbb042;
    font-size: 19px;
    padding: 0px 15px;
    margin-bottom: 15px;
    height: 40px;
}

.nomes-navbar {
    display:none !important;
}

.navbar-item {
    display: flex;
    align-items: center;
}

@media (max-width: 1019px) {
    .navbar-item p {
        display: inline !important;
        color: #fbb040;
        font-size: 14px;
        font-family: "Inter", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
}

.card_graphics{
    margin-top: unset!important;
}

.transfer-class-page .select2-selection__rendered {
    padding: 0px 0px 6px 0px !important;
}

.menu-nao-permitido {
    color: #FF9393 !important;
}

.submenu-nao-permitido {
    color: #FF9393 !important;
}

.submenu-nao-permitido-selecionado {
    color: #ff3939 !important;
}
