:root {
	--white: #FFF;
	--blue200: #EDF5F9;
	--blue700: #0070A8;
	--green200: #e5f6ee;
	--green700: #008540;
	--orange200: #fff1e5;
	--orange700: #D96302;
	--red200: #FBECEB;
	--red700: #C72115;
	--purple700: #575BBB;
	--gray100: #F7F8F9;
	--gray200: #F0F2F4;
	--gray300: #D6D6D6;
	--gray400: #949494;
	--gray600: #6B6F70;
	--gray900: #222;
	--grayF5: #F5F5F5;
	--patternInputs: #2196F3;
}

hr {
    border-top: 1px solid var(--gray300);
    border-bottom: 0px;
}

/* ICONES FONTAWESOME */
.fas, .far {
	font-size: 14px;
}
.fa-xxs { font-size: 8px; }
.fa-xs { font-size: 12px; }
.fa-md { font-size: 16px; }
.fa-lg { font-size: 18px; }
.fa-xl { font-size: 20px; }

.new-control-label {
    float: left;
    width: 200px !important;
    padding-top: 5px;
    text-align: right;
}
.left-col {
    width: 160px;
    margin-right: 16px;
    text-align: right;
    font-weight: 400;
}

.themis-highlightedText {
    background: yellow;
}

.alert-blue200{
	color:#EDF5F9 !important;
	background-color:#EDF5F9 !important;
	border: 1px solid #bcd5de !important;
}

.themis-head{
    background: #FFF;
    border-bottom: 1px solid #D6D6D6;
}

.themis-title{
    display: flex;
    padding: 24px 16px;
    justify-content: flex-end;
    vertical-align: middle;
}

.themis-title-title{
    flex: auto;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    color: var(--gray900);
}

.themis-subtitle {
    font-size: 13px;
    font-weight: 300;
}
.themis-subtitle small {
    margin-left: 0px;
}

.themis-title-button{
    width: 115px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.themis-title-control-group{
    padding-bottom: 20px;
    font-weight: 500;
    font-size: 14px;
}

.themis-page-title {
    padding: 30px 16px 20px;
}
.tabs-themis {
    margin-top: -12px;
    display: flex;
}
.tabs-themis h4 {
    padding:0px 16px 8px;
    margin-bottom: 0px;
    font-weight:400;
    cursor:pointer;
}
.themis-body {
    padding: 15px;
    padding-left: 16px;
    padding-right: 16px;
}

.form-horizontal .themis-control-group,
.form-vertical .control-group {
    margin-bottom: 0;
}
.form-horizontal .themis-control-group + .themis-control-group,
.form-vertical .themis-control-group + .themis-control-group {
    margin-top: 8px;
    padding-top: 8px;
}

form-horizontal .themis-control-group:before, .form-horizontal .themis-control-group:after {
    display: table;
    content: "";
    line-height: 0;
}

.form-horizontal .themis-control-group:after{
    clear:both;
}
.form-horizontal .control-label {
    width: 180px;
}
.form-horizontal .controls {
    margin-left: 200px;
}

.themis-form-label{
  	float: left;
  	width: 160px;
  	padding-top: 5px;
  	text-align: right;
  	font-weight: normal;
}

.themis-input_w500{
    width: 500px;
}

.themis-input_w300c40{
    font-weight: 300;
    color: #404040;
}

.themis-table th{
    font-weight: 400;
}

.group-actions-visible {
 	padding:0px;
 	vertical-align:middle;
}

.group-actions-visible i {
	width:24px;
	height:24px;
	font-size: 14px;
    border-radius: 2px;
	text-align: center;
	align-content: center;
	color: var(--gray600);
}

.group-actions-visible i:hover{
    background: rgba(0, 0, 0, 0.1);
}

.themis-view-label{
    position: absolute;
    width: 64px;
    height: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    text-align: right;
    color: #404040;
}

.th-module-body {
	padding: 16px !important;
}
.th-inner-module-body {
	padding: 0px !important;
}
.th-modal-header,.th-modal-footer {
	padding: 8px 16px;
	border: 1px solid #DDDDDD;
	background: #F7F8F9;
}
.th-modal-title {
	font-size: 15px !important;
	font-weight: 500 !important;
}
.th-modal-body {
	padding: 16px 16px 0px;
	border: 1px solid #DDDDDD;
}
.th-icon {
	margin-right:8px;
}
.th-padding-4-0 {
	padding: 4px 0px !important;
}
.th-padding-0-6 {
    padding: 0 6px;
}
.th-padding-4-6 {
    padding: 4px 6px;
}
.th-padding-8-16 {
    padding: 8px 16px;
}
.th-red {
	color: var(--red700);
}
.th-select,.th-select-custom {
    height: auto;
    overflow-x: hidden;
    max-height: 50vh;
}
.th-select li {
	padding: 2px 0px !important;
}
.th-select::-webkit-scrollbar,.th-select-custom::-webkit-scrollbar {
	-webkit-appearance: none;
    width: 6px;
}
.th-select::-webkit-scrollbar-thumb,.th-select-custom::-webkit-scrollbar-thumb {
	border-radius: 3px;
    background-color: #C1C1C1;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.75);
}
.th-checkbox {
	padding: 0px 8px !important;
	font-weight:400 !important;
	line-height: 20px;
}
.th-checkbox input[type="checkbox"] {
	padding: 0px 2px !important;
	margin: 0px 4px 0px 0px !important;
}
.th-label {
	padding: 0px !important;
	margin-bottom: 4px !important;
	font-weight: bold !important;
}
.th-input {
	margin-bottom: 16px;
	font-style: normal !important;
	font-weight: 400 !important;
}
.th-input .select2-container {
	display:inherit;
	border-radius: 0px;
}
.th-angle-down,.th-angle-up {
	float: right;
	padding: 2px 0px;
	text-align: right;
	font-weight: 900 !important;
	visibility: visible;
}
.th-input .th-angle-down,.th-input.open .th-angle-up {
	display:inline;
}
.th-input.open .th-angle-down,.th-input .th-angle-up {
	display:none;
}
.th-weight700 {
	font-weight: 700;
}
.th-weight400 {
	font-weight: 400;
}
.th-weight500 {
	font-weight: 500;
}
.th-weight300 {
	font-weight: 300;
}
.th-auto-size {
	width: 1px;
	white-space: nowrap;
}
.th-align-right {
	text-align:right !important;
	padding-right: 8px !important;
	padding-left: 0px !important;
}
.th-table {
	padding: 0px;
	width: 100%;
	margin: 0px;
}
.th-table th,.th-table td {
	padding: 4px 0px 4px 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #dddddd;
}
.th-dl dt {
	font-weight: 400;
}

.themis-indicadorCampoObrigatorio {
	color: var(--red700);
}
.td-widthLockCustomize {
    width: var(--customWidth);
    min-width: var(--customWidth);
    max-width: var(--customWidth);
}

.themis-menu-fechamento {
	color: #949494;
}
.menu-ativo {
	border-bottom: 2px solid #00A851;
	color: #222222;
}
.themis-menu-fechamento:hover {
	color: #222222;
}
.grayF5,
.bg-gray {
	background-color: var(--gray100);
}
.th-alert {
    padding: 12px;
    border: 1px solid;
    font-size: 12px;
	font-weight: 300;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.th-alert i {
    font-size: 18px;
    vertical-align: bottom;
    margin-right: 8px;
    margin-top: 2px;
}
.th-alert {
	& i.icon-remove, i.fa-xmark {
		font-size: 12px;
		vertical-align: baseline;
		margin-right: 0px;
		margin-left: 8px;
	}
	& i.fa-xmark {
		font-size: 14px;
	}
}
.themis-alert-success{
    background-color: var(--green200);
    border-color: var(--green700);
    border-radius: 2px;
    color: var(--gray900);
	& i:not(.icon-remove, .fa-xmark) {
		color: var(--green700);
	}
}

.themis-alert-error {
    background-color: var(--red200);
    border-color: var(--red700);
    border-radius: 2px;
    color: var(--gray900);
	& i:not(.icon-remove, .fa-xmark) {
		color: var(--red700);
	}
}

.themis-alert-warning{
    background-color: var(--orange200);
    border-color: var(--orange700);
    border-radius: 2px;
    color: var(--gray900);
	& i:not(.icon-remove, .fa-xmark) {
		color: var(--orange700);
	}
}

.themis-alert-info{
    background-color: var(--blue200);
    border-color: var(--blue700);
    border-radius: 2px;
    color: var(--gray900);
	& i:not(.icon-remove, .fa-xmark) {
		color: var(--blue700);
	}
}

label.error, p.error {
    color: var(--red700);
    font-weight: 400;
}

.themis-tooltip{
    position:fixed;
    width:304px;
    height:42px;
    margin-left:-152px;
    border-radius:6px;
    color: var(--gray900);
    box-shadow:0px 0px 24px rgba(0, 0, 0, 0.4);
}

.tooltip-warning{
    background-color:var(--orange200);
	i {
		color: var(--orange700);
	}
}

.tooltip-info{
    background-color:var(--blue200);
	i {
		color: var(--blue700);
	}
}

.themis-tooltip:before{
    content: '';
    position: absolute;
    left: 45%;
    top: -28px;
    border-style: solid;
    border-width: 15px;
    transform: rotate(90deg);
    color: var(--gray900);
}

.tooltip-warning:before{
    border-color: rgba(0, 0, 0, 0) var(--orange200) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.tooltip-info:before{
    border-color: rgba(0, 0, 0, 0) var(--blue200) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.themis-slider-tooltip {
  	width:284px;
  	margin:0 10px;
  	overflow:hidden;
}

.themis-slider-tooltip p{
    width:284px;
    font-size: 13px;
    color: var(--gray900);
    font-weight: 300;
    line-height: 18,2px;
    float:left;
    margin:0;
}

.themis-icon{
    position: relative;
    width: 21px;
    height: 21px;
}

.themis-icon-play {
    background: url("../img/icons/icon-play.svg") no-repeat;
}

.themis-icon-play:hover {
    background: url("../img/icons/icon-play-hover.svg") no-repeat;
}

.themis-icon-pause {
    background: url("../img/icons/icon-pause.svg") no-repeat;
}

.themis-icon-pause:hover {
    background: url("../img/icons/icon-pause-hover.svg") no-repeat;
}

.themis-icon-ok {
    background: url("../img/icons/icon-ok.svg") no-repeat;
}

.themis-icon-ok:hover {
    background: url("../img/icons/icon-ok-hover.svg") no-repeat;
}

.themis-icon-trash {
    background: url("../img/icons/icon-trash.svg") no-repeat;
}

.themis-icon-trash:hover {
    background: url("../img/icons/icon-trash-hover.svg") no-repeat;
}

.th-icon-circle {
	padding: 14px;
	font-size: 16px;
	border-radius: 50%;
	align-self: flex-start;
}
.th-icon-circle.blue {
	color: var(--blue700);
	background-color: var(--blue200);
}

.label, .badge {
	line-height: normal;
	vertical-align: middle;
	background-color: var(--gray400);
}

.label-success, .badge-success {
    background-color: var(--green700);
}
.label-info, .badge-info {
	background-color: var(--blue700);
	i {
		color: var(--white);
	}
}
.label-important, .badge-important {
  	background-color: var(--red700);
}
.label-warning, .badge-warning {
  	background-color: var(--orange700);
}
.label-update, .badge-update {
	background-color: var(--purple700);
}
.label-gray{
    background-color: var(--gray100);
    border: 1px solid var(--gray300);
    font-size: 12px;
}
.blue700 {
    color: var(--blue700);
}
.gray100 {
	color: var(--gray100) !important;
}
.gray200 {
	color: var(--gray200) !important;
}
.gray300 {
	color: var(--gray300) !important;
}
.gray400 {
	color: var(--gray400) !important;
}
.gray600 {
	color: var(--gray600) !important;
}
.gray900 {
	color: var(--gray900) !important;
}
.green700 {
	color: var(--green700) !important;
}
.white {
	color: var(--white) !important;
}
.btn:focus, select:focus {
	outline: thin solid;
	outline-offset: initial;
}
.hover-btn {
	color: #000 10% !important;
}
.hover-line {
	color: #000 4% !important;
}
.themis-menu .nav > li > a > i {
	background: #222;
	color: var(--gray400);
}
.themis-menu .nav > li > a > span {
	background: #222;
	color: var(--gray400);
}
.themis-menu .nav > li i.icon-chevron-right {
	background: #222;
	color: var(--gray400);
}
.themis-menu .nav > li a {
	background: #222;
	color: var(--gray300);
}
.themis-menu .nav > li i.icon-chevron-left {
	background: #222;
	color: var(--green700) !important;
}
.themis-menu .nav > li:hover i{
	background: #222;
	color: var(--gray100) !important;
}
.themis-menu .nav > li:hover a{
	background: #222;
	color: var(--white) !important;
}
.themis-menu-ativo {
	border-left: 3px solid var(--green700);
}
.themis-menu-ativo > a > i {
	background: #222;
	color: var(--gray100) !important;
}
.themis-menu-ativo > a {
	background: #222;
	color: var(--white) !important;
}

.themis-paragraph {
    margin: 0px 0 6px;
}

.background-gray600 {
	background-color: var(--gray600) !important;
}

.btn-transparent {
    border: none;
    background: transparent;
    box-shadow: none;
}

.themis-btn-text-icon{
    background: content-box;
    border: none;
    box-shadow: none;
    width: var(--widthLockCustomize);
    height: var(--heightLockCustomize);
    padding: 0px;
}

.themis-btn-action{
    width:30px;
    height:30px;
    font-size: 15px;
}
.themis-btn-action i:hover{
    background: #dddddd;
}

.th-btn-sm {
	display: inline-block;
	padding: 4px 8px;
	background-color: var(--gray100);
	border: 1px solid var(--blue700);
	border-radius: 4px;
	cursor: pointer;
}
.btn-sm:hover {
	background-color: var(--gray300);
}

.logoNome a:hover {
    background: #dddddd;
    color: #404040;
    text-decoration: none;
}

.logoNome a:focus {
    color: #404040;
    text-decoration: none;
}

.logoNome a {
    color: #404040;
    width:30px;
    height:30px;
    font-size: 15px;
}

.tab-content{
    display:table;
    width: 100%
}

tr.ultimaLinhaComBorda {
    border: 1px solid #D6D6D6;
}

tr.ultimaLinhaComBorda td {
    border-top: 1px solid #D6D6D6;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 14px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: var(--patternInputs);
}

input:focus + .slider {
    box-shadow: 0 0 1px var(--patternInputs);
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

input[type="checkbox"], input[type="radio"] {
	accent-color: var(--patternInputs);
}

.filtro-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.filtro-container-mult-select {
    display: flex;
    justify-content: space-between;
}
.filtro-container > div {
    margin-bottom: 8px;
}
.flex {
    display: flex;
}
.flex-auto {
    flex: auto;
}
.flex-1 {
	flex: 1;
    white-space: nowrap;
}
.flex-end {
    justify-content: flex-end;
}
.grid {
    display: grid;
}
.grid-rows {
	grid-template-columns: auto 1fr;
	gap: 0.5em 1em;
}
.grid-2rows {
	grid-template-columns: 1fr 1fr;
	gap: 1em;
}

.inline {
    display: inline;
}
.inline-block {
    display: inline-block;
}
.periodo-datas {
    display: flex;
    align-items: center;
    min-width: 235px;
    justify-content: space-between;
}
.pd-button {
    min-width: 280px;
}
.filtro-avancado container {
    margin-right: 16px;
}
.filtro-fechar {
    cursor: pointer;
}
.pv-8 {
    padding: 8px 0;
}
.m-0 {
    margin: 0;
}
.mt-0{
    margin-top: 0;
}
.mt-4{
    margin-top: 4px;
}
.mt-5 {
    margin-top: 5px;
}
.mt-8 {
    margin-top: 8px;
}
.mt-10{
    margin-top: 10px;
}
.mt-16 {
    margin-top: 16px;
}
.mb-0 {
    margin-bottom: 0px;
}
.mb-4 {
    margin-bottom: 4px;
}
.mb-8 {
    margin-bottom: 8px;
}
.mb-12 {
    margin-bottom: 12px;
}
.mb-16 {
    margin-bottom: 16px;
}
.ml-4 { margin-left: 4px; }
.ml-5 { margin-left: 5px; }
.ml-8 { margin-left: 8px; }
.ml-16 { margin-left: 16px; }
.ml-50 {
    margin-left: 50px;
}
.ml-200{
    margin-left: 200px;
}
.mr-5 {
    margin-right: 5px;
}
.mr-8 {
    margin-right: 8px;
}
.mr-16 {
    margin-right: 16px;
}
.mi-5 {
    margin-inline: 5px;
}
.p-5{
    padding: 5px;
}
.pt-0 {
    padding-top: 0;
}
.pt-4{
    padding-top: 4px;
}
.pt-5 {
    padding-top: 5px;
}
.pt-8 {
    padding-top: 8px;
}
.pt-16 {
    padding-top: 16px;
}
.pb-8 {
    padding-bottom: 8px;
}
.pb-16 {
    padding-bottom: 16px;
}
.pl-0{
    padding-left: 0;
}
.pl-8 {
    padding-left: 8px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-16 {
    padding-left: 1rem;
}
.pr-8{
    padding-right: 8px;
}
.pr-10{
    padding-right: 10px;
}
.pr-16 {
    padding-right: 1rem;
}

.line-20 {
    line-height: 20px;
}
.pre-line {
    white-space: pre-line;
}
.border-top {
    border-top: 1px solid var(--gray300);
}
.w-5{
    width: 5%;
}
.w-70{
    width: 70px;
}
.w-20{
    width: 20px;
}
.w-100 {
    width: 100%;
}
.w-300{
    width: 300px;
}
.w-700{
    width: 700px;
}
.w-fit-content{
    width: fit-content;
}
.h-100 {
	height: 100%;
}
.size-12 { font-size: 12px; }
.size-14 { font-size: 14px; }

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nowrap {
	white-space: nowrap;
}

.solicitacoes-remetente {
    width: 20%;
}
.solicitacoes-remetente, .solicitacoes-remetente > div {
    line-height: 24px;
}
.solicitacoes-remetente i {
    padding-right: 8px;
}
.tab-combo-checkbox {
    margin-left: 32px;
}
#editor-container {
    height: 200px;
    border-top: 0px;
}
input.paginacao {
	width: 100px;
	text-align: center;
	background-color: #FFF;
}

.workflow-container {
    background-color: var(--white);
	padding: 16px 16px 32px 16px;
}
.workflow-container .bloco {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--gray300);
}
.workflow-container .bloco:last-child, .bloco-16:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
}
.lista-container {
    background-color: var(--white);
}
.lista-container .bloco {
    padding: 12px 16px;
    border-bottom: 1px solid var(--gray300);
}
.lista-container .bloco:last-child {
    border-bottom: 0px;
}
.bloco-16 {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--gray300);
}
.lista-container .bloco-0 {
    padding: 16px 0px;
    border-bottom: 1px solid var(--gray300);
}
.lista-container .bloco-0:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}
.th-container .bloco {
    padding: 16px;
    border-bottom: 1px solid var(--gray300);
}
.th-container .bloco:last-child {
    border-bottom: 0px;
}

.comentario-avatar {
    background-color: var(--gray300);
    color: var(--gray600);
    border-radius: 2px;
    padding: 6px 8px;
    width: 24px;
    height: 28px;
    line-height: 28px;
    font-weight: 500;
	font-family: 'Roboto Mono', monospace;
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}
.comentario-avatar.large {
    font-size: 36px;
    padding: 15px 19px;
    width: 42px;
    height: 50px;
    line-height: 50px;
    margin-right: 16px;
}
.comentario-avatar.sm {
    padding: 3px 5px;
    width: 20px;
    height: 24px;
    line-height: 24px;
    margin-right: 16px;
}

.etiqueta {
    vertical-align: middle;
    padding-right: 4px;
}
.etiqueta > span {
    margin-bottom: 6px;
}

[class^="tooltipIntimacao"] {
  position: relative;
}

[class^="tooltipIntimacao"]:after{
    font-weight: 300;
    text-align: left;
    min-width: 150px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    content: attr(data-tooltip);
    padding: 6px;
    top: -30px !important;
    left: 0%;
    transform: translateX(-50%) translateY(-2px);
    background-color: #FBECEB;
    color: #222222;
    white-space: normal;
    z-index: 2;
    border-radius: 2px;
    border: 1px solid #f1aca6 !important;
    transition: opacity 0.2s, transform 0.2s;
}

[class^="tooltipIntimacao"]:hover:after{
      display: block;
      opacity: 1;
      visibility: visible;
      transform: translateX(-40%) translateY(0);
}

.themisTooltip {
  position: relative;
}

.themisTooltip:after {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 12px;
    font-weight: 400;
    text-align: left;
	width: max-content;
	max-width: 184px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    content: attr(data-tooltip);
    padding: 4px 8px;
    top: 24px;
    left: 50%;
    background-color: var(--gray900);
    color: #fff;
    white-space: normal;
    z-index: 2;
    border-radius: 4px;
    border: 1px solid #bcd5de !important;
	transform:
		translate(0%, 0px)
		scale(.75);
	transform-origin: top left;
	transition:
		opacity 200ms,
		visibility 200ms,
		transform 200ms;
}

.themisTooltip[data-tooltip-right]:after{
	transform:
		translate(-100%, 0px)
		scale(.75);
	transform-origin: top right;
}

.themisTooltip:hover::after{
	opacity: 1;
    visibility: visible;
    transform:
      translate(0%, 0)
      scale(1);
}

.themisTooltip[data-tooltip-right]:hover:after{
	opacity: 1;
    visibility: visible;
    transform:
      translate(-100%, 0)
      scale(1);
}

.alert-orange200{
    font-weight: 300;
	background-color: var(--orange200) !important;
	border: 1px solid var(--orange700) !important;
}

.orange700{
    color: var(--orange700);
}

.red700 {
    color: var(--red700);
}

ul.sortable {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 0 20px 0 0;
}

.sortable li {
    display: flex;
    background-color: #DEE7F8;
    border: 1px solid #CAD8F3;
    border-radius: 8px;
    margin-bottom: 4px;
    padding: 7px 3px 7px 8px;
    align-items: baseline;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #777;
    cursor: url('../img/openhand.cur'), auto;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.sortable.static li {
    background-color: #F0F2F4;
    border: 1px solid #D6D6D6;
    cursor: default;
}
.sortable li > i {
    padding-right: 5px;
}
.sortable li > span {
    flex: auto;
}
li.ui-sortable-helper {
    cursor: grabbing;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
ul.sortable .botao {
    text-decoration: none;
    cursor: pointer;
    color: #6B6F70;
    padding: 0 5px;
}
li.sortable-ph {
    padding: 7px 8px;
    height: 18px;
    opacity: 0.6;
}
th.visualizacao-final, td.visualizacao-final {
    width: 25%;
    border-top: none;
    border-left: 1px solid #DDD;
    padding-left: 20px;
}
td.visualizacao-final ul {
    margin-right: 0;
}

.themis-modal-header,.themis-modal-footer {
	border: none;
	background: #FFFFFF;
    padding: 10px 15px;
}

.themis-modal-header{
	color: var(--gray900);
    font-weight: 500;
}

.themis-modal-header h3{
    margin: 0;
    line-height: 30px;
    font-size: 15px;
}

.themis-modal-body {
    padding: 15px;
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    color: var(--gray900);
    line-height: 13px;
}

.themis-modal-footer{
    text-align: right;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

textarea {
  resize: none;
}

.dropdown-toggle.filtro {
    background-color: var(--white);
    text-align: left;
}
a.dropdown-toggle:hover {
    background-color: var(--gray100);
}
a.dropdown-item {
    font-size: 13px;
    cursor: pointer;
}

.table th.text-center, .table td.text-center, .text-center {
    text-align: center;
}
.table th.text-right, .table td.text-right, .text-right {
    text-align: right;
}
.text-left {
	text-align: left;
}

.sem-cabecalho tr:first-child td {
    border-top: 0px;
}

.dropdown-submenu > .dropdown-menu.left {
    right:100%;
    left: auto;
}

.columns-2 {
    column-count: 2;
}
.columns-3 {
    column-count: 3;
}
.pointer {
    cursor: pointer;
}
.default {
    cursor: default;
}

.tagit-new {
    display: flex !important;
    flex-wrap: wrap;
    flex: 1;
}
.tagit-new > input {
    flex: 1;
}

ul.tagit{
    display: flex;
    flex-wrap: wrap;
}

.ul-notificacoes{
    list-style:none;
}

.li-notificacoes{
    display:inline;
    margin-left:10px;
}

.li-notificacoes:hover{
   color: var(--white);
}
.alert {
    text-shadow: none;
}
.themis-alert {
    border-radius: 2px;
    margin-bottom: 0px;
    padding-right: 8px;
}
.themis-alert .conteudo {
    padding: 8px 12px 8px 8px;
    font-size: 13px;
}

.themis-alert span, .themis-alert a {
    color:  var(--gray900);
}

.alert-separator {
    margin-right: 8px;
    border-left: 1px solid #bcd5de;
}
.borda-esquerda {
	padding-left: 8px;
	border-left: 1px solid var(--gray300);
}
.align-center {
    align-self: center;
}

.items-center {
    align-items: center;
}
.items-baseline{
    align-items: baseline;
}

.new-btn-icon {
    border: none;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    margin-left: 4px;
    margin-right: 4px;
    background-color: transparent;
	text-align: center;
	align-content: center;
	color: var(--gray600);
}
.new-btn-icon:hover {
    background: rgba(0, 0, 0, 0.1);
}

.th-dtpicker {
    width: 72px;
}
.th-number {
    width: 96px;
}
.th-campos-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 32px;
}
.campos-flex {
	display: flex;
    flex-wrap: wrap;
}
.fill {
    width: -webkit-fill-available;
}

.w-50 {
    width: calc(50% - 16px);
}
a.no-decoration {
	text-decoration: none;
}

.disabled {
	cursor: not-allowed;
}
button.disabled, a.disabled:active {
	pointer-events: none;
}

a.disabled {
    text-decoration: none;
	color: var(--gray600) !important;
}

a.disabled > * {
    color: var(--gray600);
}

.float-right {
    float: right;
}
.dl-horizontal dt {
    width: 180px;
}
.dl-horizontal dd {
    margin-left: 200px;
}

.d-inline{
    display: inline !important;
}

.input-ul-no-mb ul {
    margin-bottom: 0;
}

.margin-alerta {
    margin-bottom: 10px;
    margin-top: 10px;
    display:none;
}

.text-strong {
    font-weight: bold;
}

.collapsing {
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}

.icon-angle-down::before,
.fa-chevron-down,
.fa-chevron-up {
	transition: .3s ease-in-out;
}
.collapsed .icon-angle-down::before,
.collapsed .fa-chevron-down,
.collapsed .fa-chevron-up {
	transform: rotate(180deg);
}

.margin-alerta-visible {
    margin: 10px 10px 0 10px;
}
.vertical-align, thead th.text-top {
   vertical-align: text-top;
}
.justify-end{
    justify-content: end;
}
.justify-center {
    justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.wrapperTab{
    display: flex;
    flex-wrap: wrap;
    max-height: 150px;
    overflow-y: auto;
}
.bootstrap-filestyle.input-group {
    display: flex;
    align-items: center;
    width: 100%;
}
.bootstrap-filestyle.input-group .form-control {
    flex: 1 1 auto;
    margin-right: 8px;
}
.badge.badge-rounded {
    border: 1px solid var(--gray300);
    background: var(--white);
    font-weight: normal;
    color: var(--gray600);
    font-size: 14px;
    padding: 4px 12px;
}

.themis-btn-icon-sm  {
    display: inline-flex;
    align-items: center;
    padding: 0 6px;
    gap: 4px;
    background: var(--white);
    border: none;
    box-shadow: none;
    width: auto;
}

.themis-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.themis-wrapper i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
}

.themis-wrapper i.visible {
    opacity: 1;
}

.badge.badge-rounded {
    border: 1px solid var(--gray300);
    background: var(--white);
    font-weight: normal;
    color: var(--gray600);
    font-size: 14px;
    padding: 4px 12px;
}

#messages-container {
	position: fixed;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	bottom: 20px;
	left: 40px;
	right: 20%;
	width: 20%;
}