.input-no-border {
    width: 100px;
    /* padding: 12px 15px; */
    /* border: 2px solid #ddd; */
    /* border-radius: 6px; */
    font-size: 11px;
    border: 1px solid #e5e5e5;
    transition: border-color 0.3s;
}

.input-no-border:focus {
    outline: none;
    /* border-color: transparent; */
}

.tableWns {
    padding: 0px;
    margin: 0px;
    width: 100%;
}
.iboxWns {
    background-color: #ffffff;
    color: inherit;
    padding: 0px 0px 15px 0px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.bootstrap-touchspin-up,
.bootstrap-touchspin-down {
    margin-bottom: 0px !important;
}
.touchspin-v {
    border-radius: 3px 0px 0px 3px !important;
}

.btn-title {
    margin-top: 20px;
    color: inherit;
    background: #f5f5f5;
    border: 1px solid #eee;
    border-color: #cccccc;
    padding: 8px;
    text-align: center;
}

/*  */

.switchery {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 50px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.switchery > small {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    height: 30px;
    position: absolute;
    top: 0;
    width: 30px;
}
.switchery-default {
    /* transform: rotate(180deg); */
    /* background-color: rgb(170, 174, 173); */
    /* border-color: rgb(244 244 244); */
    box-shadow: rgb(245, 244, 244) 0px 0px 0px 16px inset;
    transition: border 0.4s, box-shadow 0.4s, background-color 1.2s;
}
.switchery-primary {
    background-color: rgb(26, 179, 148);
    border-color: rgb(26, 179, 148);
    box-shadow: rgb(26, 179, 148) 0px 0px 0px 16px inset;
    transition: border 0.4s, box-shadow 0.4s, background-color 1.2s;
}
.switchery-danger {
    background-color: rgb(237, 85, 101);
    border-color: rgb(237, 85, 101);
    box-shadow: rgb(237, 85, 101) 0px 0px 0px 16px inset;
    transition: border 0.4s, box-shadow 0.4s, background-color 1.2s;
}
.switchery-middle {
    background-color: rgb(209, 209, 209);
    border-color: rgb(182, 179, 180);
    box-shadow: rgb(183, 183, 183) 0px 0px 0px 16px inset;
    transition: border 0.4s, box-shadow 0.4s, background-color 1.2s;
}
.switchery-default > small,
.switchery-danger > small,
.switchery-white > small {
    left: 0px;
}
.switchery-primary > small,
.switchery-danger > small,
.switchery-primary > small {
    left: 20px;
}
.switchery-middle > small {
    left: 10px;
}
/*  */

.ui-menu .ui-menu-item {
    padding: 10px !important;
}

.label-dark,
.badge-dark {
    background-color: #676a6c;
    border-color: #676a6c;
    color: #ffffff;
}
.label-white,
.badge-white {
    background-color: #ffffff !important;
    color: #262525;
    border: 1px solid #dadada;
}
.sortable-ghost {
    opacity: 0.4;
}
.column {
    min-height: 1500px;
    background: #f8f9fa;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.item {
    background: rgb(243 243 243);
    padding: 10px;
    margin-bottom: 10px;
    cursor: grab;
    border-radius: 5px;
    border: 1pt dashed #c3c3c3;
    user-select: none;
}
.item:active {
    cursor: grabbing;
}

.container-multiple {
    position: relative;
    display: inline-block;
    width: 100%;
}

.meuInput {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}

.floating-box {
    display: none;
    position: absolute;
    top: 100%;
    /* left: 0; */
    width: 100%;
    border: 1px solid #ccc;
    background: white;
    z-index: 1053;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-height: 300px;
    overflow-y: auto;
    padding: 5px;
    box-sizing: border-box;
}

.checkbox-option {
    padding: 2px;
    display: block;
}

.checkbox-option:hover {
    background-color: #f0f0f0;
}

.TIPO_EMPRESA1 {
    background-color: #9ed98d;
}
.TIPO_EMPRESA2 {
    background-color: #d9b08d;
}
.TIPO_EMPRESA3 {
    background-color: #8da8d9;
}
.modal-body {
    padding: 15px 30px 15px 30px !important;
}
.nav-tabs > li > a {
    padding: 5px 20px !important;
}
@media (max-width: 767px) {
    .modal-body {
        padding: 5px 15px 15px 15px !important;
    }
}

.label-wns {
    display: block;
    padding: 3px 8px;
}

.label-text {
    background-color: #ffffff;
    border: solid 1px #e1e1e1;
}
.td-70 {
    width: 70px !important;
}
.td-80 {
    width: 80px !important;
}
.td-90 {
    width: 90px !important;
}
.td-100 {
    width: 100px !important;
}
.td-120 {
    width: 120px !important;
}
.td-140 {
    width: 140px !important;
}
.table-papeltec {
    width: 100%;
    border: 0;
    td,
    th {
        padding: 5px;
        color: white;
    }
    th {
        color: #9ed98d;
    }
    tbody,
    thead {
        tr {
            border-bottom: 0.5px solid #d2d2d2 !important;
        }
    }
}
.fa-salvar::before {
    content: "\f054";
}
.body {
    margin: 0;
    height: 100vh; /* Altura da viewport */
    display: flex;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
    background-color: #f0f0f0; /* Cor de fundo */
}
.centralizada {
    width: 70%;
    height: 200px;
    background-color: rgb(187, 86, 70);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px; /* Bordas arredondadas */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.papeltec-bg {
    background-color: #084655;
}
.thead {
    background-color: #f5f5f6;
    font-weight: bold;
}
.chartBox {
    height: 300px;
    box-sizing: border-box;
    background: white;
}
.gaugeBox {
    height: 200px;
    box-sizing: border-box;
    background: white;
}
.ghost {
    opacity: 0;
}
.scrollable,
.scrollable-xs {
    height: 220px;
    overflow-y: auto;
}
.scrollable-sm {
    height: 300px;
    overflow-y: auto;
}
.E {
    color: rgb(106 4 1);
}
.form-control {
    font-size: 12px !important;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.--modal-body {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.p-l-0 {
    padding-left: inherit !important;
}
.select2-container--default {
    margin-top: 9px;
    font-size: 11px;
}
.alert-gray {
    /* color: #a94442; */
    background-color: #dfdfdf;
    border-color: #b4acac75;
}
.fa-message {
    transform: rotateY(180deg);
}
.Sábado,
.Sabado {
    background-color: rgb(255 153 153);
    border-radius: 5px;
    padding: 2px;
    color: #fff;
}

.far.fa-times::before {
    content: "\f00d" !important;
}

.mb0,
.mb-0,
.m-b-0 {
    margin-bottom: 0px;
}

.mt0,
.mt-0,
.m-t-0 {
    margin-top: 0px !important;
}

.pb0,
.pb-0,
.p-b-0 {
    padding: 0px !important;
}

.pt0,
.pt-0,
.p-t-0 {
    padding-top: 0px !important;
}

.Domingo {
    background-color: rgb(187, 132, 80);
    border-radius: 5px;
    padding: 2px;
    color: #fff;
}

.contentWns {
    background-color: white;
    padding-top: 5px;
}

.ibox-content {
    padding: 10px;
}

.ui-front {
    z-index: 10000 !important;
    font-size: x-small !important;
}

.TableCSS * {
    position: relative;
}

.p-l-xs {
    padding-left: 10px !important;
}

.p-r-xs {
    padding-right: 10px !important;
}

.p-t-xs {
    padding-top: 10px !important;
}

.p-b-xs {
    padding-bottom: 10px !important;
}

.alert-default {
    color: #31302f;
    background-color: #ededed;
    border-color: #cbcbcb;
}

.TableCSS table {
    font-size: 12px;
    color: #000;
    width: 100%;
    border-width: 1px;
    border-color: #a9a9a9;
    border-collapse: collapse;
    zoom: 100%;
    text-align: left;
}

.TableCSS th {
    white-space: nowrap !important;
    font-size: 12px;
    background-color: #ffffff;
    border-width: 1px;
    padding: 3px;
    border-style: solid;
    border-color: #a9a9a9;
    padding-bottom: 0px;
    padding-top: 0px;
    font-style: italic;
}

.table-wns > thead > tr > th,
.table-wns > tbody > tr > td {
    font-size: 11px !important;
}

button > h3 {
    margin-top: 3px;
    margin-bottom: 5px;
}

.border-wns {
    border: 1px solid #e7eaec;
    min-height: 450px;
    background-color: #fff !important;
}

div .blink_me {
    animation: blinker 2s linear infinite;
    color: white;
    background-color: #d2d2d2 !important;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.alert-success-lg {
    color: #ffffff;
    background-color: #317dbf;
    border-color: #9ca6d2;
}

.zero0 {
    color: #d2d2d2 !important;
}

.fa-sacola {
    background: url(/_padrao/img/shopping-bag.png) no-repeat left center;
    background-size: 100%;
    padding: 5px 10px 5px 7.5px;
}

/* .p-xxs {
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 10px !important;
} */

.label-rounded {
    border-radius: 15px;
}

.sublinhado {
    text-decoration: underline;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.buttons-excel {
    font-weight: bold;
    /* background-color:#1ab394 !important; */
    background-color: #f9f9f9 !important;
    color: green !important;
    font-size: 11px !important;
}

.buttons-copy {
    font-weight: bold;
    /* background-color:#1c84c6 !important; */
    background-color: #f9f9f9 !important;
    color: #333 !important;
    font-size: 11px !important;
}

.buttons-print {
    font-weight: bold;
    /* background-color:#f8ac59 !important; */
    background-color: #f9f9f9 !important;
    color: #333 !important;
    font-size: 11px !important;
}

.td-white {
    background-color: #fff !important;
}

.alert-search {
    color: #a94442;
    background-color: #fffdfd;
    border-color: #ebccd1;
}

.icone-xs {
    min-width: 50px !important;
    max-width: 60px !important;
}

.icone-sm {
    min-width: 60px !important;
    max-width: 80px !important;
}

.icone-md {
    min-width: 80px !important;
    max-width: 100px !important;
}

.icone-lg {
    min-width: 100px !important;
}

.h2 {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 900;
}

.tashado,
.tachado {
    text-decoration: line-through;
    /* color:red; */
}

.error {
    font-size: 9px;
    color: #de00006b;
    margin-top: 5px;
    margin-bottom: 0px;
}

.float {
    position: absolute;
    z-index: 10;
    border: 1px solid #ccc;
    overflow: auto;
    margin-top: -15px;
    margin-left: 1px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding-top: 7px;
    overflow: hidden;
}

.w-xs {
    width: 80px !important;
}

.w-sm {
    width: 100px !important;
}

.w-md {
    width: 120px !important;
}

.w-lg {
    width: 140px !important;
}

.w-xg {
    width: 160px !important;
}

.input-xs {
    height: 22px;
    font-size: 11px;
}

.form-control.input-sm {
    font-size: 12px;
}

.btn-no {
    background-color: #ffffff00 !important;
}

h2 {
    font-weight: 900;
}

.odd {
    background-color: #f9f9f9;
}

.zebra.footable-odd {
    background-color: #f9f9f9 !important;
}

/* .footable-odd{
    background-color: #f9f9f9 !important;
  } */
.pagination {
    margin: 5px 0px 5px 0px;
}

.tr:hover {
    /*opacity: 0.75;
      filter: alpha(opacity=75); /* For IE8 and earlier */
    /* font-weight:200;  */
    /* f7f9e6 */
    background-color: #e7edf0 !important;
    border-color: #333 !important;
    color: #000;
}

.tr:hover:content {
    content: "->";
}

.shadow:hover {
    background-color: #e8f1fb;
    border-color: #ec2525;
}

.underline:after {
    position: absolute;
    height: 1px;
    margin: 0 auto;
    content: "";
    left: 0;
    right: 0;
    width: 90%;
    color: #000;
    background-color: red;
    left: 0;
    bottom: -3px;
    /* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */
}

.somas,
.somas > tr > td {
    border-top: 3px solid #ccc;
    line-height: 1.42857;
    padding: 5px;
    vertical-align: baseline;
    font-size: 15px;
    /* background-color: #F5F9F9; */
    font-weight: bold;
}

.somas-top,
.somas-reverse,
.somas-reverse > tr > td {
    border-bottom: 3px solid #ccc;
    line-height: 2;
    padding: 5px;
    vertical-align: baseline;
    font-size: 15px;
    font-weight: bold;
}

.smail {
    font-size: 11px;
}

.radius-no {
    border-radius: 0px;
}

.tachado {
    text-decoration: line-through !important;
    /* text-decoration-color: #ec2525 !important; */
}

.sublinhado {
    text-decoration: underline;
}

.italic {
    font-style: italic;
}

/*.tachado:hover{
   text-decoration-color: red;
}*/
.rotate-45 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.rotate-145 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(145deg);
    -moz-transform: rotate(145deg);
    -ms-transform: rotate(145deg);
    -o-transform: rotate(145deg);
    transform: rotate(145deg);
}

#popup,
.pop_up {
    display: none;
    /*position:fixed;
  	left:50%;
  	top:20%;
  	z-index:10;
  	min-width:50px;
  	min-height:50px;
  	max-width:380px;
  	max-height:380px;*/
    /*border: 1px solid #ccc;*/
    /*border-radius:5px;
  	padding:5px;
  	background-color:#FFF;
  	overflow: auto;
  	font-size:10px;
  	text-align:center;*/
}

.font-icon {
    font-size: 17px;
}

/*.border_filter{
		border-bottom:solid 2px red;
	}*/
.bg-green-lg {
    background-color: #51b494;
    color: #fbfefd;
}
.bg-green-md {
    background-color: #92d050;
}

.bg-green {
    background-color: #e7f7e0;
}

.bg-warning {
    /* background-color: #ff980078; */
    background-color: #ffbc0026;
}

.bg-white {
    background-color: #fff !important;
}

.bg-blue {
    background-color: rgba(53, 183, 249, 0.1);
}

.bg-gray {
    background-color: #fff;
}

.bg-red {
    background-color: rgba(255, 160, 170, 0.79) !important;
}

.bg-red-xs {
    background-color: #bb2939;
    color: #000;
}
.bg-red-sm {
    background-color: #ffc7cd;
    color: #9c0006;
}

.none {
    display: none !important;
}

.block {
    display: block;
}

.bg-primary {
    background-color: #1ab394;
    color: #fff;
}

.font-xs,
.f-xs {
    font-size: 9px !important;
}

.font-sm,
.f-sm {
    font-size: 11px !important;
}

.font-md,
.f-md {
    font-size: 13px !important;
}

.font-lg,
.f-lg {
    font-size: 15px !important;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 26px;
}

.font-30 {
    font-size: 30px;
}

.font-36 {
    font-size: 36px;
}

.is-eligible {
    color: #1ab394;
}

.not-eligible {
    color: #900;
}

.uppercase {
    text-transform: uppercase;
}

.ucfirst {
    text-transform: capitalize !important;
}

/* tr > th {
    text-transform: lowercase;
} */

/* tr > th::first-letter {
    text-transform: capitalize;
} */

.cursor {
    cursor: pointer;
}

.cursor:hover {
    color: #1a7bb9;
    /* font-weight: bold; */
}

.content:after {
    content: " ( Clique ! ) ";
}

.obrigatorio:after {
    content: " (*) ";
    color: #f00;
    font-size: 10px;
}

.divtexto {
    color: #333;
    font-weight: 800;
}

.hover:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

.alter {
    border: #0c0 1px solid;
    outline: none;
}

.white {
    color: #fff;
}

.red {
    color: #d2404f;
}

.red-xs {
    color: #de00006b;
}

.red-no {
    color: #d2404f;
}

.blue {
    color: #317dbf;
}

.blue-strong {
    color: #317dbf;
    font-weight: bold;
}

.black {
    color: #000000;
}

.green {
    color: #1ab394;
}

.green-no {
    color: #1ab394;
}

.orange-no {
    color: #ff9900;
}

.orange {
    color: #ff9900;
}

.gray {
    color: #666666 !important;
}

.gray-xs {
    color: #e4e4e4 !important;
}

.gray-sm,
.gray2 {
    color: #d9d9d9 !important;
}

.gray-md,
.gray-small {
    color: #999;
}

.gray-lg,
.gray-no {
    color: #a09f9f;
}

.gray-hover:hover {
    color: #000;
}

.yellon {
    color: #ccd03c;
    /* font-weight:bold; */
}

.purple {
    color: #d359f8;
    /* font-weight:bold; */
}

.strong {
    font-weight: bold;
}

.bold {
    font-weight: bold;
    /*color:#69C;*/
    /* padding:5px 0px 5px 0px; */
    /* margin:5px 0px 0px 0px; */
}

.border-gray,
.border {
    border: #d2d2d2 solid 1px;
    background-color: #fff;
}

.border-std,
.border2 {
    border: #d2d2d2 solid 1px;
}

.b-xs {
    border: #d2d2d2 solid 1px;
}

.form-group-wns {
    margin-bottom: 1px;
}

.radius {
    border-radius: 100%;
}

.bg-red {
    background-color: #900;
    color: #fff;
}

.blue2-section {
    background: #003366;
}

.alert2 {
    position: fixed;
    top: 50%;
    z-index: 0;
    min-width: 200px;
    min-height: 200px;
    width: auto;
    min-height: 100px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    overflow: auto;
    font-size: 10px;
    padding: 5px;
    left: 50%;
    /*text-align:center;*/
}

.bordergreen {
    border: none;
    border-style: none;
    border: 1px solid #ccc;
    border: 2px solid #008000;
}

.borderred,
.border-red,
.borderRed {
    border: none;
    border-style: none;
    border: 1px solid #ccc;
    border: 2px solid #ff0000;
}

.input-group-addon .borderblue {
    border-bottom-color: #3879d9;
    border-bottom-width: 2px;
}

.form-control .borderblue {
    border: none;
    border-style: none;
    border: 1px solid #ccc;
    border-bottom: 2px solid #3879d9;
}

.borderblue,
.form_update {
    border: none;
    border-style: none;
    border: 1px solid #ccc;
    border-bottom: 2px solid #3879d9;
}

.chosen-container {
    width: 100%;
}

.loading-container {
    background-color: black;
    /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; */
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 10000;
}

.loading-body {
    background-color: white;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: block;
    z-index: 99999;
}

.loading {
    position: fixed;
    top: 50%;
    z-index: 10;
    min-width: 300px;
    min-height: 300px;
    /* width:auto; */
    /* min-height:150px; */
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    background-color: #fff;
    /* overflow: auto; */
    font-size: 10px;
    padding: 5px;
    left: 50%;
    margin-left: -150px;
    padding: 5% 0;
    /*text-align:center;*/
}

.popup {
    position: fixed;
    top: 50%;
    z-index: 10;
    min-width: 200px;
    min-height: 200px;
    width: auto;
    min-height: 100px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    overflow: auto;
    font-size: 10px;
    padding: 5px;
    left: 50%;
    /*text-align:center;*/
}

.popup-100 {
    position: fixed;
    top: 70%;
    z-index: 999999;
    min-width: 200px;
    min-height: 200px;
    width: 98%;
    min-height: 100px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    overflow: auto;
    padding: 5px;
    left: 1%;
    /*text-align:center;*/
}

.selecionados {
    font-weight: 900;
    /*text-shadow: #CCC 2px 1px 2px;*/
    color: #4c71d2;
    /*font-size: 12px;*/
    /* border-width: 1px; */
    outline: none;
}

#divimg {
    position: fixed;
    left: 50%;
    top: 35%;
    max-width: 800px;
    max-height: 800px;
    margin-left: -250px;
    margin-top: -250px;
    /* border: 1px #D2D2D2 solid; */
    z-index: 1px;
    cursor: pointer;
    background-color: #fff;
}

#divimg2 {
    position: fixed;
    left: 25%;
    top: 15%;
    max-width: 1600px;
    max-height: 800px;
    margin-left: -250px;
    margin-top: -250px;
    /* border: 1px #D2D2D2 solid; */
    z-index: 1px;
    cursor: pointer;
    background-color: #fff;
}

#divimg,
#escuro {
    display: none;
}

h6 {
    font-weight: bold;
}

.h6-xs {
    margin-top: 5px;
    margin-bottom: 5px;
}

.p-none {
    padding: inherit;
    padding: 0px;
}

.f-xs {
    font-size: 10px;
}

.f-sm {
    font-size: 12px;
}

.f-md {
    font-size: 14px !important;
}

.f-lg {
    font-size: 15px !important;
}

.f-xg {
    font-size: 20px !important;
}

.h7 {
    font-weight: bold;
    margin: 2px;
    padding: 1px;
    text-align: right;
}

/* .form-update{
  border-bottom: 2px solid #3879D9;
} */
.border_required {
    border-bottom: 2px solid #d2404f;
}

input[type="radio"],
.form-checkbox > input[type="checkbox"] {
    vertical-align: bottom;
    width: 15px;
    height: 25px;
}
input[type="search"],
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: auto !important;
}

pre {
    font-size: 11px !important;
}

.m-n {
    margin: 0 !important;
}

.p-n {
    padding: 0 !important;
}

.tip:hover {
    cursor: help;
    position: relative;
}

.tip .div {
    display: none;
}

.tip:hover .div {
    border: #c0c0c0 1px dotted;
    padding: 5px 20px 5px 5px;
    display: block;
    z-index: 2052;
    background: #f5f5f5;
    left: 0px;
    margin: 10px;
    min-width: 300px;
    position: absolute;
    top: 10px;
    text-decoration: none;
}

.form-control[readonly] {
    background-color: #f5f5f538 !important;
    opacity: 1 !important;
    /* color: #999999 !important; */
}

/* .btn-primary {
  background-color: #1ab394;
  border-color: #1ab394;
  color: #FFFFFF;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.btn-secondary.active:focus {
  background-color: #18a689;
  border-color: #18a689;
  color: #FFFFFF;
}
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary.disabled:hover,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled],
.btn-secondary[disabled]:hover,
.btn-secondary[disabled]:focus,
.btn-secondary[disabled]:active,
.btn-secondary.active[disabled],
fieldset[disabled] .btn-secondary,
fieldset[disabled] .btn-secondary:hover,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary:active,
fieldset[disabled] .btn-secondary.active {
  background-color: #1dc5a3;
  border-color: #1dc5a3;
} */

input[type="range"] {
    height: 32px;
    -webkit-appearance: none;
    /* margin: 10px 0; */
    width: 100%;
}

input[type="range"]:focus {
    outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 19px;
    cursor: pointer;
    /* animate: 0.2s; */
    box-shadow: 0px 0px 0px #000000;
    background: #e7eaec;
    /* border-radius: 25px; */
    border: 0px solid #8a8a8a;
}

input[type="range"]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #828282;
    border: 0px solid #8a8a8a;
    height: 25px;
    width: 35px;
    border-radius: 4px;
    background: #dadada;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -3px;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #e7eaec;
}

input[type="range"]::-moz-range-track {
    width: 100%;
    height: 19px;
    cursor: pointer;
    /* animate: 0.2s; */
    box-shadow: 0px 0px 0px #000000;
    background: #e7eaec;
    /* border-radius: 25px; */
    border: 0px solid #8a8a8a;
}

input[type="range"]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #828282;
    border: 0px solid #8a8a8a;
    height: 25px;
    width: 35px;
    border-radius: 4px;
    background: #dadada;
    cursor: pointer;
}

input[type="range"]::-ms-track {
    width: 100%;
    height: 19px;
    cursor: pointer;
    /* animate: 0.2s; */
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type="range"]::-ms-fill-lower {
    background: #e7eaec;
    border: 0px solid #8a8a8a;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #000000;
}

input[type="range"]::-ms-fill-upper {
    background: #e7eaec;
    border: 0px solid #8a8a8a;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #000000;
}

input[type="range"]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 1px 1px 1px #828282;
    border: 0px solid #8a8a8a;
    height: 25px;
    width: 35px;
    border-radius: 4px;
    background: #dadada;
    cursor: pointer;
}

input[type="range"]:focus::-ms-fill-lower {
    background: #e7eaec;
}

input[type="range"]:focus::-ms-fill-upper {
    background: #e7eaec;
}

select[readonly] {
    background: #eee;
    /*Simular campo inativo - Sugestão @GabrielRodrigues*/
    pointer-events: none;
    touch-action: none;
}

.table-hide {
    width: 100%;
    max-width: 100%;
    /* border-top: 1px solid #e7eaec; */
    line-height: 1.42857;
    padding: 5px;
    /* vertical-align: baseline; */
    font-size: 13px;
}

.m-l-0 {
    margin-left: 0 !important;
}

.fc-center > h2 {
    font-weight: bold;
}

.fc-other-month {
    color: #ddd;
}

.table > tr > td > .f-xs {
    font-size: 10px;
}

.table > tr > td > .f-sm {
    font-size: 12px;
}

.table > tr > td > .f-md {
    font-size: 14px;
}

.table > tr > td > .f-lg {
    font-size: 16px;
}

.table > tr > td > .f-xg {
    font-size: 16px;
}

.selecionado {
    background-color: #f7f9e6;
    color: #004f92;
}

/* tooltip */
.tooltip2 {
    position: relative;
    /* display: inline-block; */
    /* border-bottom: 1px dotted black; */
}

.tooltip2 .tooltip2text {
    visibility: hidden;
    min-width: 100px;
    width: auto;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 3000;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip2 .tooltip2text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip2:hover .tooltip2text {
    visibility: visible;
    opacity: 1;
}

.tooltip2text-lg,
.tt-lg {
    min-width: 600px !important;
}

.tooltip2text-md,
.tt-md {
    min-width: 400px !important;
}

.tooltip2text-sm,
.tt-sm {
    min-width: 200px !important;
}

.tooltip2text-xs,
.tt-xs {
    min-width: 150px !important;
}

/* tooltip */
.total,
.tfoot {
    border-top: 2px solid #d2d2d2 !important;
}

.icon-sm {
    min-width: 40px !important;
}

.b-0 {
    border: 0 !important;
    border-top: 0 !important;
}

h6 {
    margin: 5px 0px 5px 0px !important;
}

.table-hide {
    width: 100%;
    max-width: 100%;
}

.hide-chosen {
    display: none !important;
}

.hide-select,
.select-hide {
    display: none !important;
}

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

/* .note-insert{display: none !important;} */

.black-md {
    color: rgba(24, 22, 22, 0.877);
}

.zebra:hover {
    background-color: #e7edf0 !important;
    border-color: #333 !important;
    color: #000;
}

.linha-selecionada {
    background-color: #e7edf0 !important;
    border-color: #333 !important;
    color: #000;
}

/* .navbar-static-side {
  position: fixed;
} */
.modal-dialog {
    /* position: relative; */
    /* width: auto; */
    margin-top: 10px !important;
}
