/* Material Design ROXO */
:root {

  /* === CORES ==== */
  --cor-principal: #a105e7;
  --cor-principal-claro: #17a2b8;
  --cor-principal-escuro: #17a2b8;
  --cor-cinzento: #dee2e6;
  --cor-verde: #8B9958;
  --cor-creme: #E6B785;
  --cor-cinzento-escuro: #adb5bd;
  --branco-fundo-escuro: #ffffff;
  --preto: #000000;

    /* === FONTES ==== */

  --font-all: "Segoe UI", "Roboto","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-principal: "Noto Sans", "Segoe", "Helvetica Neue", Sans-serif;
  --font-secundario: "Helvetica","Helvetica Neue", "Segoe UI", "Roboto", "Roboto", "Lato", Sans-serif;

}
p{
    font-family: var(--font-secundario) !important;
}
.bg-info {
    background-color: #005f7d !important;
}

.btn-info {
    color: #fff;
    background-color: #005f7d;
    border-color: #005f7d;
}
.text-info {
    color: #005f7d !important;
}

html, body {
    font-size: 12px !important;
    font-family: var(--font-secundario) !important;
    color: #000000 !important;
}

body {
    /*font-family: Verdana,sans-serif;*/
    /*font-size: 15px;*/
    /*line-height: 1.5;*/
    height: 100%;
    position: absolute;
    width: 100%;
    overflow-y: hidden;
}

pre {
    margin-top: 0;
    margin-bottom: 0;
    overflow: auto;
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 10px 0 !important;
}

select, input {
    min-height: 25px;
}

.wrapper{
    position: absolute;
    min-height: 100%;
    width: 100%;
    overflow: hidden;
    background: #f1f1f1;
}

.header .f_logo {
    display: block;
    float: left;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    width: 200px;
    padding: 0 15px;
    font-weight: 300;
    background-color: #536179;
    color: #dcdcdc;
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}

.header .navbar {
    -webkit-transition: margin-left .3s ease-in-out;
    -moz-transition: margin-left .3s ease-in-out;
    -o-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
    margin-bottom: 0;
    margin-left: 250px;
    border: none;
    min-height: 60px;
    border-radius: 0;
    background-color: #fff;
    border-bottom: 1px solid #e1e6ef;
    padding: 0;
}

.mlb {
    position: absolute;
    top: 49px;
    left: 0;
    min-height: 100%;
    width: 250px;
    z-index: 810;
    -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out,-webkit-transform .3s ease-in-out;
    -moz-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out,-webkit-transform .3s ease-in-out;
    -o-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -o-transition: width .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: width .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .1s ease-in-out,-webkit-transform .3s ease-in-out, margin-left .3s ease-in-out;
}

.HideSideBar .mlb {
    width: 0;
    margin-left: -250px;
}

.HideSideBar .content-wrapper {
    margin-left: 0px;
    transition: margin-left 0s ease-in-out;
}
.fixed .header {
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

#toTop, .fixed .left-side, .fixed .header, .fixed .mlb {
    position: fixed;
}

.toggle_btn {
    background: url(images/dots.svg);
    display: block;
    height: 59px;
    width: 60px;
    border-right: 1px solid #f1f1f1;
    /* background: red; */
    cursor: pointer;
    margin-left: 0px;
    padding: 8px;
    /* background-repeat: no-repeat; */
}

.toggle_btn:hover {
  /*background: #f2f2f2;*/
}

.mini aside.mlb, .mini a.f_logo {
  width: 60px;
}

.mini .content-wrapper, .mini .header .navbar, .mini .footer {
  margin-left: 60px;
}

.mini .mlabel {
  display: none;
}

#MainAppWindow {
    padding-top: 0;
    /* padding-bottom: 30px; */
    height: 100%;
    width: 100%;
    background: #ffffff;
    font-size: 12px;
    /*position: absolute;*/
    /*overflow-y: overlay;*/
    z-index: 0;
    top: 48px;
}
.fixed .content-wrapper, .fixed .right-side {
    top: 49px;
    /*padding-bottom: 56px;*/
    background-color: #ffffff;
    height: 100%;
    /*max-height: 708px;*/
    /*width: 100%;*/
    position: relative;
    z-index: 0;
    /*overflow-y: scroll;*/
    padding-top: 50px;
}

.content-wrapper, .right-side {
    min-height: 100%;
    z-index: 800;
    background-color: #f1f3f6;
} 

.content-wrapper {
    padding: 20px 10px;
}

.content-wrapper, .right-side {
    /*min-height: 100%;*/
    z-index: 800;
    background-color: #f1f3f6;
    margin-left: 250px;
    min-height: 90%;
    /*transition: margin-left .6s ease-in;*/
}

.content-wrapper.full {
    margin-left: 0 !important;
}

.navbar-btn {
    height: 60px;
    padding: 14px 17px;
    font-size: 21px;
}

.content-wrapper, .footer, .right-side {
    -webkit-transition: -webkit-transform .3s ease-in-out,margin .3s ease-in-out;
    -webkit-transition: margin .3s ease-in-out,-webkit-transform .3s ease-in-out;
    -moz-transition: -webkit-transform .3s ease-in-out,margin .3s ease-in-out;
    -moz-transition: margin .3s ease-in-out,-webkit-transform .3s ease-in-out;
    -o-transition: -webkit-transform .3s ease-in-out,margin .3s ease-in-out;
    -o-transition: margin .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: margin .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out,margin .3s ease-in-out;
    transition: transform .3s ease-in-out,margin .3s ease-in-out,-webkit-transform .3s ease-in-out;
    /*margin-left: 250px;*/
    z-index: 820;
}

a.f_logo {
    background: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    /* padding: 10px; */
    background-size: contain;
}

.left-menu>li {
    position: relative;
    margin: 0;
    padding: 0;
}

.left-menu {
    padding: 0;
    list-style: none;
}

.left-menu>li>a {
    padding: 10px;
    display: block;
    color: #f1f1f1;
    font-size: small;
}

.left-menu>li>a:hover {
    text-decoration: none;
    background: #344055;
    color: #fbba00;
}

span.menu-seta {
    font-size: 13px;
    position: absolute;
    right: 15px;
}

.mlbScrollDiv {
    max-height: 694px;
    overflow-y: scroll;
    -ms-overflow-style: none;
}

.mlbScrollDiv::-webkit-scrollbar {
  display: none;
  /*width: 5px;*/
}

.mlbScrollDivShow::-webkit-scrollbar {
  width: 5px;
  height: 5px; 
}
.mlbScrollDivShow::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
.mlbScrollDivShow::-webkit-scrollbar-thumb {
  background: grey; 
  border-radius: 10px;
}

.mlbScrollDivShow::-webkit-scrollbar-thumb:hover {
    width: 10px;
}

.left-menu .treeview-menu {
    position: relative;
    list-style: none;
    padding: 5px 0 10px 40px;
}


.left-menu .treeview-menu:before {
    width: 1px;
    bottom: 0;
    content: " ";
    background: #e84e0f;
    position: absolute;
    left: 25px;
    top: 0;
}

.treeview-menu li {
    padding: 0 0 10px 10px;
    color: #f1f1f1;
    font-size: small;
}

.treeview .opened > a {
    background: #e84e0f;
    color: #fbba00;
}

.treeview-menu > li > a {
    background: none;
    padding: 5px 0;
    margin-bottom: 8px;
}

.treeview-menu > li > a:hover, .treeview-menu > li > a:active, .treeview-menu > li > a:focus {
    color: #fbba00;
    text-decoration: none;
}

.treeview-menu li:before {
    left: 26px;
    margin-top: 10px;
    position: absolute;
    content: "";
    background: #e84e0f;
    width: 20px;
    height: 1px;
}
 
.footer {
    display: block;
    /*padding: 5px 10px;*/
    background: #ffffff;
    position: fixed;
    bottom: 0;
    margin-left: 250px;
    width: 100%;
    font-size: small;
}

.user-btns {
/*    padding: 0 20px;*/
    color: #fbba00;
    background: #404e67;
}

.menu-seta {
    transform: rotate(90deg);
    transition: transform .3s ease-in-out;
}

.opened .menu-seta {
    transform: rotate(-90deg);
    transition: transform .3s ease-in-out;
}

.navbar span {
    height: 40px;
    display: inline-block;
    padding: 0 13px;
    font-size: 21px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.navbar-btn:hover {
    cursor: pointer;
}

.navbar-btn.active {
    background: #536179;
}

.use-container {
    display: block;
    position: absolute;
    right: 15px;
    top: 60px;
    background: #e84e0f;
    color: azure;
    width: 180px;
    padding: 11px;
}

.form-control-paralelo input, .form-control-paralelo select {
    border: 1px solid #95a5a6 !important;
    /*border-radius:  3px !important;*/
    display: block;
    width: 100%;
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem;
    font-size: 1.09rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    /*border: 1px solid #95a5a6;*/
    border-radius: 0.1rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control-paralelo input[type="checkbox"]{
    border: 1px solid #95a5a6 !important;
    /*border-radius:  3px !important;*/
    display: block;
    width: 100%;
    height: calc(1.0em + 2px) !important;
    padding: 0.5rem;
    font-size: 1.09rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #95a5a6;
    border-radius: 0.1rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control-paralelo textarea
{
    border: 1px solid #95a5a6 !important;
    border-radius: 3px !important;
    display: block;
    width: 100%;
    padding: 0.5rem;
    font-size: 1.09rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    /*border: 1px solid #95a5a6;*/
    /*border-radius: 0.1rem;*/
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control-paralelo.uppercase input, .form-control-paralelo.uppercase select {
    text-transform: uppercase !important;
}

.form-control-paralelo input:focus {
    border: 1px solid #536179;
}

.form-control-paralelo input:focus {
    border: 2px solid #17a2b8 !important;
    box-shadow: none;
    outline: none;
}

.form-control-paralelo input:disabled, .form-control-paralelo select:disabled, .form-control-paralelo textarea:disabled {
    background: #f5f5f5 !important;
}
.form-control-paralelo input:read-only {
    background: #f5f5f5 !important;
}

.form-control-paralelo .form-control-paralelo-group select, .form-control-paralelo .form-control-paralelo-group input {
    border-radius: 5px 0 0 5px !important;
}

.form-control-paralelo-group {
    display: flex;
}
.form-control-paralelo-group .btn {
    border-radius: 0 1.078em 1.078em 0 !important;
}
.form-control-required-paralelo {
    font-weight: bold;
}
.form-control-required-paralelo:after {
    content: "[*]";
    margin-left: 3px;
    font-size: 12px;
    color: #e84e0f;
}
.field-row {
    margin-bottom: 10px;
}

.field-row input, .field-row select{
    border: 1px solid #95a5a6;
    border-radius: 0;
    /*font-size: 14px;*/
    font-weight: 400;
    height: 25px;
    width: 100%;
    padding: 0 5px;
    background: #fafafa;
    /* margin-bottom: 10px; */
}

.field-row textarea {
    border: 1px solid #d0d1d5;
    border-radius: 3px;
    font-size: 1em;
    font-weight: 500;
    width: 100%;
    padding: 10px;
    background: #F8F8F8;
    /* margin-bottom: 10px; */
    /* font-family: system-ui; */
}

.field-row-group input, .field-row-group select{
    border-radius: 3px 0 0 3px !important;
}

.field-row-group textarea {
    border-radius: 3px 0 0 3px !important;
}

input[type="radio"], input[type="checkbox"] {
    width: auto !important;
    font-size: inherit !important;
    padding: 4px !important;
    min-height: auto;
}

.field-row input:focus {
    border: 1px solid #536179;
}

.field-row input:focus {
    border: 2px solid #17a2b8 !important;
    box-shadow: none;
    outline: none;
}

.field-row .input_blanck input {
    border: none;
    border-bottom: 1px solid #d1d1d1;
    border-radius: 0;
    background: transparent;
    font-weight: 500;
}

.label {
    font-size: small;
    padding: 5px 0;
    font-weight: bold;
    font-family: sans-serif;
    min-width: 30%;
}
.flex-column .row{
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.page-header {
    background: #E0E0E0;
    padding-left: 10px !important;
    margin-left: -10px;
    margin-right: 0;
    margin-bottom: 5px;
}

.btn-link {
    /*font-weight: 600;*/
    color: #404e67;
}

.btn-link:hover {
    text-decoration: none;
    color: #404e67;
}

.btn:focus, .btn:hover, .btn:active{
    box-shadow: none;
    /*border: none !important;*/
}

button.btn .btn-principal {
    background: linear-gradient(#fbba00, #f36d35 50%, #bc3700) !important;
    color: #ffffff;
    margin-right: 10px;
}

button .btn .btn-secundario {
    background: linear-gradient(#b2dbe9, #5eadc8 50%, #09799f) !important;
    color: #f1f1f1;
    margin-right: 10px;
}

button .btn .btn-vermelho {
    background: linear-gradient(#ffe1d5, #df3737 50%, #b71c1c);
    color: #f1f1f1;
    margin-right: 10px;
}

label {
    margin-bottom: 0;
    padding: 0;
    margin-right: 5px;
}

.add-btn {
    text-align: right;
    font-size: 12px;
    padding: 0;
    color: #404e67;
}

#MainAppWindow a {
    color: #607D8B;
    font-weight: 500;
}

#MainAppWindow a:hover {
    text-decoration: none !important;
}

.subheader-container {
    padding: 0 5px;
    border: 1px solid #dfdfe2;
    border-radius: 3px;
    background: #ebebeb;
}

.date-container {
    padding: 0 20px;
    height: 60px;
    text-align: center;
}
#data {
    font-size: small;
}

#clock {
    font-size: small;
    /*color: #536179;*/
}

.table th, .table td {
    vertical-align: top;
}

.field-row th, .field-row td {
    vertical-align: top;
    padding: 6px 0;
}

.table-sm th, .table-sm td {
    padding: 5px 7px;
}

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

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

.pagina-titulo {
    height: 60px;
    padding: 15px;
    margin-left: 20px;
    font-size: large;
    color: #e84e0f;
    /*font-weight: 600;*/
    text-transform: uppercase;
}

.page-header.sticky {
    position: fixed;
    z-index: 99;
    background: #E0E0E0;
    width: 100%;
    top: 60px;
    padding: 10px;
    box-shadow: 0 -9px 16px 3px #000;
    margin-left: 0;
    margin-right: 0;
    padding-right: 22px !important;
    padding-left: 260px !important;
    left: 0;
}

.fav-btn {
    float: right;
    /* margin-right: 10px; */
    padding: 0 10px;
    font-size: 12px;
    color: #fbba00;
}

.inline-label {
    margin-bottom: 0;
    padding: 2px 10px;
    border-radius: 3px 3px 0 0;
    font-size: small;
    width: 100%;
    background: #64728b;
    color: #fff;
}

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

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

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

button > select {
    background: transparent;
    border: none;
    font-size: small;
    padding: 0;
}

#content {
    font-size: small;
}

.btn {
    font-size: 1em;
}

.basic-input {
    height: 26px;
    padding: 0 5px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 2px;
}

.plus-button {
    padding: 5px;
}

#produto-results-container {
    display: block;
    position: absolute;
    width: 100%;
    background: #E0E0E0;
    max-width: 351px;
    margin-top: 29px;
    padding: 0;
}

.small-select {
    padding: 0 !important;
    border: none;
    font-size: 12px;
    min-width: min-content !important;
}
#produto-search-results  select {
    width: 100%;
    position: absolute;
}

#lista-unidades, #lista-fields {
    max-height: 275px;
    overflow-y: overlay;
}

.list-group-item {
    padding: 5px 10px;
}

.highlight {
    background: none;
    padding: 0;
    font-weight: bold !important;
    color: #e84e0f !important;
    /* border: #00CC00 dotted 1px; */
}

.chosen-results .no-results > span {
    font-weight: bold;
    color: #e84e0f;
}

.chosen-container .chosen-results .highlighted {
    background-color:  #e84e0f !important;
    background-image: linear-gradient(#e84e0f 20%,#e84e0f 90%);
    color: #fff;
}

.text-danger {
    color: #e84e0f!important;
}

.tabela thead th {
    background: #e0e0e0;
    padding: 7px 10px;
    border-bottom: 4px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.tabela td {
    /*padding: 0 10px;*/
    border-bottom: 2px solid #fff;
    border-right: 1px solid #ffffff;
}

.tabela tbody tr:hover{
    background: #e0e0e0;
    /*cursor: pointer;*/
}

.tabela tbody {
    background: #F5F5F5;
}

.table {
    color:#000000;
}

.field-large {
    width: 33%;
}   

.entrada-principal input {
    font-size: large;
    font-weight: 500;
    border: none;
    border-bottom: 2px solid #d1d1d1;
    width: 100%;
    padding: 7px 10px;
    /* text-transform: uppercase; */
}
.btn .disabled, .btn:disabled {
    opacity: 0.3;
}
input.input-small {
    max-width: 30%;
}

input.input-medium {
    max-width: 60%;
}

input.input-large {
    max-width: 90%;
}

input.input-xlarge {
    max-width: 100%;
}

input.money {
    text-align: right;
}


.vertical-devider {
    width: 3px;
    position: absolute;
    left: 50%;
    cursor: e-resize;
    margin-left: -3px;
    /* height: 100%; */
}
.input-baixo {
    height: 20px;
    margin-top: 2px;
}

.input-borderless {
    border: none;
    border-color: #eee;
    padding: 0 5px;
}

.radio-border {
    /*border-radius: 2px;*/
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  margin: 0;
}

.pagamento-container input {
    padding: 9px 10px;
    font-size: x-large;
    font-weight: 600;
    text-align: right;
}

.trocoContainer {
    font-size: large;
    color: grey;
}

#pagamentoTotalPago, #pagamentoTroco {
     text-align: right;
     font-size: xx-large;
     font-weight: bold;
}

span.pagamentoLabel {
    display: block;
    position: absolute;
    padding: 16px 10px;
    font-size: medium;
    color: gray;
    text-transform: uppercase;
}

.resumoVendaContainer table {
    border: 1px solid #BDBDBD;
}

.resumoVendaContainer table th {
    padding: 10px 5px;
    background: #f1f1f1;
    border-left: 1px solid #BDBDBD;
    font-family: monospace !important;
}

.resumoVendaContainer table td {
    padding: 5px;
    border-left: 1px solid #BDBDBD;
    font-family: monospace;
}

.resumoProdutos td {
    font-family: monospace;
}

a:hover {
    color: #404e67;
    text-decoration: none;
}

#prodOnCart {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    /* margin-left: -14px; */
    width: 30px;
    height: 20px;
    text-align: center;
    color: #fff;
    background: #ea6335;
    border-radius: 10px;
}

span.moeda:before {
    content: "Kz";
    margin-right: 20px;
}

table td {
    padding: 5px 0;
    vertical-align: text-bottom;
}

.content-wrapper td {
    vertical-align: middle;
}

.dropdown-menu {
    min-width: 100%;
    padding: 0;
    margin: 0.125rem 0 0;
    color: #212121;
    border: 1px solid #BDBDBD;
    border-radius: 0;
}

.NavbarMenuContainer {
    margin-top: -15px;
    margin-bottom: -15px;
    height: 52px;
}
.NavbarMenuItem {
    padding: 7px 5px;
    width: 60px;
    margin: 0 2px;
    border: 1px solid #bdbdbd;
    border-radius: 0;
}

.NavbarMenuItem:hover {
    cursor: pointer;
    background: #f6f6f6;
    box-shadow: 0px 1px 6px -3px black;
}

.eventClickListener:hover, .LoadFormListener:hover {
    cursor: pointer !important;
}
.eventClickListener:hover {
    /*background: #f1f1f1;*/
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px;
    background-color: #fff;
    border: none;
    margin-bottom: 5px;
}

.chosen-container-single .chosen-single {
    padding: 5px 10px;
    border: 1px solid #d0d1d5;
    border-radius: 5px;
    background-color: #fff;
    height: auto;
    /* background: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4)); */
    /* background: linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%); */
    /* background-clip: padding-box; */
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0,0,0,.1);
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(chosen-sprite.png) no-repeat 0 9px;
}

.btn-classic {
    padding: 5px 10px;
    margin: -2px 5px -2px 0;
    font-size: 14px;
    border: 1px solid transparent;
    border-radius: 0 !important;
}

.btn-classic:hover {
    /*background: #e84e0f;*/
    background: #E0E0E0;
    box-shadow: 0 0 4px 0 #BDBDBD;
    /*color: #ffffff;*/
    color: #000;
    border-radius: 0 !important;
    border: 1px solid #adadad;
}

.alerta {
    padding: 6px 10px;
    display: none;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    font-size: larger;
}

span.fechar_alerta {
    padding: 4px 15px;
    position: absolute;
    top: 0;
    font-weight: 600;
    right: 0;
    font-size: larger;
}

span.fechar_alerta:hover {
    cursor: pointer;
}

.error-messagem{
    text-align: right;
}

.icon-label {
    display: none;
    font-size: 14px;
    text-align: left;
    padding: 8px 0;
}

.left-menu-icon {
    padding: 10px;
    /* background: #546789; */
    border: solid #ccc;
    border-width: 0 0 1px 0;
    /* margin-bottom: 2px; */
    /*font-size: larger;*/
    text-align: left;
    /*color: #b2bbca;*/
    cursor: pointer;
}

.menu-icon {
    min-width: 40px;
    margin-right: 10px;
}

.left-menu-icon:hover {
    background: linear-gradient(#fbba00, #f36d35 50%, #bc3700);
    /* border-left: 2px solid #b2bbca; */
    color: #fff;
}

#mlb-content {
    position: absolute;
    top: 0;
    left: 250px;
    width: 350px;
    background: #fff;
    padding: 0 10px;
    padding-bottom: 20px;
    color: #b2bbca;
    /* height: 100%; */
    /* margin-bottom: -24px; */
    box-shadow: 5px 1px 12px -6px #404e67;
    z-index: 9999;
}
.left-menu-content a {
    display: block;
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 5px;
}

.left-menu-content-title {
    padding: 10px 20px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
    background: linear-gradient(#fbba00, #f36d35 50%, #bc3700);;
    /*border-bottom: 1px solid gray;*/
    /*font-size: larger;*/
    color: #ffffff;
}

.btn-link:focus, .btn-link .focus {
    text-decoration: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #e84e0f;
}

.config_section {
    font-size: small;
}

.config_section input, .config_section select, .config_section textarea {
    font-size: small;
}

.required:after {
    content: "*";
    padding: 0 5px;
    color: red;
    font-size: 18px;
    position: absolute;
    margin-top: -3px;
}

#cliente-selected {
    font-weight: 600;
    color: #3F51B5;
    text-decoration: underline;
}

.error-response-icon {
    font-size: xx-large;
}

.error-response-text {
    margin-top: 20px;
    font-size: 0.9em;
}

a.main-menu-item {
    padding: 10px 15px;
    /* background: red; */
    width: 100%;
    display: block;
    color: #424242;
    /*border-bottom: 1px solid #fefefe;*/
    margin-bottom: 5px;
}

a.main-menu-item:hover {
    background-color: #fefefe;
}

.mlb{
    background-color: #E0E0E0 !important;
}

li.row-list {
    list-style: none;
}

li.row-list label{
    float: left;
    width: 30%
}

li.row-list input{
    float: right;
    width: 100%
}

td.input-label {
    font-size: 14px;
    /* text-align: right; */
    color: #3498db;
    font-weight: 600;
    vertical-align: top;        
}

td.input-label .required:after {
    content: "*";
    color: red;
    margin-left: 5px;
    font-size: 16px;
}

a.btn {
    font-weight: 400 !important;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #adb5bd;
}

.row_label {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: larger;
    border-bottom: 1px solid #cccccc;
}

.row_container {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #dddddd;
}

label.input-label {
    min-width: fit-content;
    font-weight: 600;
}

.form_actions_buttons_group.d-flex {
    position: fixed;
    bottom: 2%;
    /*opacity: .6;*/
    width: 55%;
    /*right: 20px;*/
}

.form_actions_buttons_group.d-flex:hover
{
    opacity: 1;
}

.ExameHistoryListener:hover{
    cursor: pointer;
}

.collapse_link:hover {
    cursor: pointer;
}

td.subtitulo {
    padding: 10px 0;
    color: #0a0000;
    font-weight: 500;
    font-size: large;
    padding-top: 20px;
}

.ExameHistory{
    border: 1px solid #aaa;
    border-radius: 12px;
    height: 25px;
    background: #f1f1f1;
    margin-right: 10px;
}

#submenus-container {
    background: #EEEEEE;
    width: 100%;
/*    height: 40px;*/
    margin-right: -20px;
    position: absolute;
    margin-left: -20px;
    margin-top: -50px;
    z-index: 999;
}

#error_validation {
    display: none !important;
    position: absolute;
    z-index: 999;
    background: #F5F5F5;
    border: 1px solid #3498db;
    /*right: 20px;*/
    border-radius: 3px;
    box-shadow: 0 1px 7px -1px #757575;
}

.tabela-sm td.input-label {
    font-size: 11px;
    /* text-align: right; */
    color: #3498db;
    font-weight: 600;
    vertical-align: middle;
}

.tabela-sm .field-row th, .tabela-sm .field-row td {
    vertical-align: top;
    padding: 3px 5px;
    font-size: 12px
}

.tabela-sm .field-row td a {
    color: #3498db;
    text-decoration: underline;
}

.tabela-sm .field-row tr>td:first-child {
    font-size: 12px;
    font-weight: 400;
}

.tabela-sm .field-row tr>td:not(first-child) {
    font-size: 12px;
    padding: 3px 5px !important;
}

.tabela-sm .field-row input, .tabela-sm .field-row select, .tabela-sm .field-row textarea {
    border: 1px solid #d0d1d5;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 400;
    min-height: 25px;
    width: auto !important;
    padding: 2px 5px;
    /* margin-bottom: 10px; */
}

.SectionContainer{
    /*background: #f1f1f1;*/
    border: 1px solid;
    padding: 10px;
}

.hide-content-header {
    display: none !important;
}

.form-control:disabled, .form-control[readonly] {
     background-color: transparent !important; 
    opacity: 1;
}

legend {
    margin-top: 10px;
    font-size: 1.3em;
    font-weight: 600;
}

.full-width
{
    width: 100% ;
}

.TextAreaInput {
    padding: 12px !important;
    font-weight: 600 !important;
    border: 1px solid !important;
    /* background: #f1f1f1; */
}

.form-control-plaintext{
        outline:  none !important;
    }

h2.page-title {
    font-size: 14px;
    padding: 5px;
    border-radius: 5px;
}


[cor~='1'] {
    background: red;
}
[cor~='2'] {
    background: orange;
}
[cor~='3'] {
    background: yellow;
}
[cor~='4'] {
    background: #02B875;
}
[cor~='5'] {
    background: #005dff;
}


.menu_activo::after {
    display: inline;
    width: 20px;
    height: 20px;
    background: #ffffff;
    position: absolute;
    z-index: 999999;
    content: "";
    /* float: right; */
    margin-top: -26px;
    /* margin-left: -17px; */
    right: -10px;
    transform: rotate(45deg);
}

.MainContainer {
    padding: 20px 10px;
}

.ContainerTitle {
    margin-top: -35px;
    background: #fff;
    width: fit-content;
    padding: 5px;
}

pre {
    display: inline;
    unicode-bidi: embed;
    font-family: monospace;
    white-space: pre;
    font-size: 1em;
}

.limtiCharClass {
    -o-text-overflow: ellipsis;   /* Opera */
    text-overflow:inherit;   /* IE, Safari (WebKit) */
    overflow:hidden;              /* don't show excess chars */
    white-space:nowrap;           /* force single line */
    width: auto;                 /* fixed width */
}

.bg-alert{
    background: rgba(255 255 0 15%);
}

.SmallTextContainer
{
    font-size: 9px !important;
}

.SmallTextContainer button
{
    font-size: 11px !important;
}
.SmallTextContainer td
{
    padding: 5px !important;
}
.SmallTextContainer th
{
    padding: 5px 2px !important;
}
.field-in-table input,.field-in-table select {
    min-height: 22px;
    height: 22px;
    width: 100%;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    padding: 0px 5px;
}

.field-in-table td
{
    padding: 3px 5px;
}

.btn-block+.btn-block {
    margin-top: 0 !important;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
} 

.btn-sm, .btn-group-sm>.btn {
    font-size: inherit;
}

.dropup-paralelo, .dropright-paralelo, .dropdown-paralelo, .dropleft-paralelo {
    position: relative;
}

.dropdown-menu-paralelo{ display: none; 
    background: #ffffff;
    border-radius: 1px;
    /*padding: 5px 0;*/
    border: 1px solid #dcdcdc;
    box-shadow: 0px 0px 10px -4px;
}
.list-group-item-action {
    margin-bottom: 0;
    cursor: pointer;
}
.list-group {
    font-size: 1em;
}