:root {
	--active-color: #00796b;
	--success-color: #8FBC8F;
	--danger-color: #FF6347;
	--primary-color: #64B5F6;
}
.navbar-color {
	background-color: rgb(43,87,154);
}

.leftside-navigation, ul.side-nav.leftside-navigation ul {
	background-color: rgb(43,87,154);
}

ul.side-nav.leftside-navigation li a {
	font-size: 12px;
}

ul.side-nav.leftside-navigation li {
	background-color: rgb(43,87,154);
}

.collapsible-body ul li a {
	font-weight: 400 !important;
}

.side-nav .collapsible-body li:HOVER {
	background-color: rgba(0, 0, 0, 0.04) !important;
}

.side-nav .collapsible-body li.active {
	background-color: rgba(0, 0, 0, 0.04) !important;
}

.side-nav .collapsible-body li.active a, .side-nav.fixed .collapsible-body li.active a {
    color: WHITE;
}

ul.side-nav.leftside-navigation a {
	color: WHITE;
	font-family: 'Roboto';
}
a.menu-nivel-0, a.menu-nivel-1, a.menu-nivel-2, a.menu-nivel-3, a.menu-nivel-4 {
	font-weight: NORMAL;
}
a.menu-nivel-0 i, a.menu-nivel-1 i, a.menu-nivel-2 i, a.menu-nivel-3 i, a.menu-nivel-4  i {
	color: WHITE;
}
ul.side-nav.leftside-navigation li.active > a  {
    font-weight: bold;
    color: WHITE;
}
ul.side-nav li i {
	opacity: .6;
    transition: color 300ms;
}

.tooltip-erro {
	border-bottom: 2px solid #CD0000 !important;
}

.carto-menu {
	height: 40px;
	margin-bottom: 10px;
	background-color: #3c67a8;
}

.carto-menu li {
	height: 40px !important;
	background-color: #3c67a8;
}

.carto-menu li:HOVER, .carto-menu li.active {
	background-color: #507cc0;
}

.carto-menu .nav-wrapper i {
	height: 40px;
	line-height: 40px;
}

.carto-menu a {
	color: WHITE !important;
	height: 40px !important;
	text-align: center;
	line-height: 20px;
	width: 100%;
}

.row {
	margin: 4px;
}

.form-info, .form-info-normal {
	font-size: 14px;
	color: rgb(120, 120, 120);
	display: block;
	clear: left;
}

.large .form-info {
	font-size: 18px;
}

.form-info-normal {
	font-weight: normal;
}

label {
	font-size: 11px !important;
	color: #00838f;
}

.label {
	margin: 2px;
	padding: 4px !important;
	padding-left: 8px !important;
	padding-right: 8px !important;
	margin-top: 10px !important;
	font-size: 10px;
	color: white;
	border-radius: 3px;
}

.label-large {
	font-size: 16px;
}

.label-white {
	background-color: WHITE;
	color: gray !important;
}

.label-success {
	background-color: #00796b;
	color: white;
}

.label-primary {
	background-color: #0288e1;
	color: white;
}

.tag-price {
	display: inline-block;
  
    width: auto;
	height: 38px;
	
	background-color: #4682B4;
	-webkit-border-radius: 3px 4px 4px 3px;
	-moz-border-radius: 3px 4px 4px 3px;
	border-radius: 3px 4px 4px 3px;
	
	border-left: 1px solid #979797;

	/* This makes room for the triangle */
	margin-left: 19px;
	
	position: relative;
	
	color: white;
	font-weight: 300;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	line-height: 38px;

	padding: 0 10px 0 10px;
}

/* Makes the triangle */
.tag-price:before {
	content: "";
	position: absolute;
	display: block;
	left: -19px;
	width: 0;
	height: 0;
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
	border-right: 19px solid #4682B4;
}

/* Makes the circle */
.tag-price:after {
	content: "";
	background-color: white;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	display: block;
	position: absolute;
	left: -9px;
	top: 17px;
}

.label-danger {
	background-color: #c62828;
	color: white;
}

.label-warning {
	background-color: #ffd180;
	color: black;
}

.label-info {
	background-color: #4776bc;
	color: WHITE;
}

.label-default {
	background-color: rgb(230, 230, 230);
	color: black;
}

.timeline {
	position: relative;
}

.timeline .timeline-event {
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
}

.timeline .timeline-event .timeline-content {
	position: relative;
	width: calc(50% - 50px);
}

.timeline .timeline-event::before {
	display: block;
	content: "";
	width: 2px;
	height: calc(50% - 30px);
	position: absolute;
	background: #d2d2d2;
	left: calc(50% - 1px);
	top: 0;
}

.timeline .timeline-event::after {
	display: block;
	content: "";
	width: 2px;
	height: calc(50% - 30px);
	position: absolute;
	background: #d2d2d2;
	left: calc(50% - 1px);
	top: calc(50% + 30px);
}

.timeline .timeline-event:first-child::before {
	display: none;
}

.timeline .timeline-event:last-child::after {
	display: none;
}

.timeline .timeline-event:nth-child(even) .timeline-content {
	margin-left: calc(50% + 50px);
}

.timeline .timeline-event:nth-child(odd) .timeline-content {
	margin-left: 0;
}

.timeline .timeline-badge {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	background: #d2d2d2;
	top: calc(50% - 20px);
	right: calc(50% - 20px);
	border-radius: 50%;
	text-align: center;
	cursor: default;
}

.timeline .timeline-badge i {
	font-size: 25px;
	line-height: 40px;
}

@media ( max-width : 600px) {
	.timeline .timeline-event .timeline-content {
		width: calc(100% - 70px);
	}
	.timeline .timeline-event::before {
		left: 19px;
	}
	.timeline .timeline-event::after {
		left: 19px;
	}
	.timeline .timeline-event:nth-child(even) .timeline-content {
		margin-left: 70px;
	}
	.timeline .timeline-event:nth-child(odd) .timeline-content {
		margin-left: 70px;
	}
	.timeline .timeline-badge {
		left: 0;
	}
}

.timeline-simple {
	position: relative;
}

.timeline-simple .timeline-event {
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
}

.timeline-simple .timeline-event .timeline-content {
	position: relative;
	width: calc(100% - 70px);
}

.timeline-simple .timeline-event::before {
	display: block;
	content: "";
	width: 2px;
	height: calc(50% - 30px);
	position: absolute;
	background: #d2d2d2;
	left: 19px;
	top: 0;
}

.timeline-simple .timeline-event::after {
	display: block;
	content: "";
	width: 2px;
	height: calc(50% - 30px);
	position: absolute;
	background: #d2d2d2;
	left: 19px;
	top: calc(50% + 30px);
}

.timeline-simple .timeline-event:first-child::before {
	display: none;
}

.timeline-simple .timeline-event:last-child::after {
	display: none;
}

.timeline-simple .timeline-event:nth-child(even) .timeline-content {
	margin-left: 50px;
}

.timeline-simple .timeline-event:nth-child(odd) .timeline-content {
	margin-left: 50px;
}

.timeline-simple .timeline-badge {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	background: #d2d2d2;
	top: calc(50% - 20px);
	border-radius: 50%;
	text-align: center;
	cursor: default;
}

.timeline-simple .timeline-badge i {
	font-size: 25px;
	line-height: 40px;
}

@media ( max-width : 600px) {
	.timeline-simple .timeline-event .timeline-content {
		width: calc(100% - 70px);
	}
	.timeline-simple .timeline-event::before {
		left: 19px;
	}
	.timeline-simple .timeline-event::after {
		left: 19px;
	}
	.timeline-simple .timeline-event:nth-child(even) .timeline-content {
		margin-left: 70px;
	}
	.timeline-simple .timeline-event:nth-child(odd) .timeline-content {
		margin-left: 70px;
	}
	.timeline-simple .timeline-badge {
		left: 0;
	}
}

.field-group-box {
	padding: 10px;
	padding-top: 20px;
}

.box-success {
	background-color: #228B22;
	color: white;
}

.box-primary {
	background-color: #4682B4;
	color: white;
}

.box-danger {
	background-color: #FF0000;
	color: white;
}

.box-warning {
	background-color: #FFD700;
	color: black;
}

.box-info {
	background-color: #1E90FF;
	color: black;
}

.box-default {
	color: black;
}

.nav-wrapper span {
	line-height: 40px;
}

.btn-flat {
	background-color: #4fc3f7 !important;
	color: white;
	margin: 2px;
}

.btn {
	background-color: #00838f;
}

.btn:HOVER, .btn:FOCUS {
	background-color: #00666f;
	color: white;
}
.btn-white:HOVER, .btn-white:FOCUS {
	color: gray;
}

.btn-floating {
	background-color: rgb(38,78,136);
}

.default {
	background-color: #3768b2 !important;
	color: white;
}

.default:HOVER, .default:FOCUS {
	background-color: #204987 !important;
	color: white;
}

.primary {
	background-color: #0288e1 !important;
	color: white;
}

.primary:HOVER, .primary:FOCUS {
	background-color: #0173ba !important;
	color: white;
}

.primary-light {
	background-color: #4fc3f7 !important;
	color: white;
}

.primary-light:HOVER, .primary-light:FOCUS {
	background-color: #2995c4 !important;
	color: white;
}

.btn-white {
	background-color: WHITE !important;
	color: gray;
}

.btn-white i, .btn-discrete {
	color: gray;
}

.danger, .btn-danger {
	background-color: #b71e1c !important;
	color: white;
}

.danger:FOCUS, .danger:HOVER, .btn-danger:FOCUS, .btn-danger:HOVER {
	background-color: #931010 !important;
	color: white;
}

.danger-light {
	background-color: #ed5565 !important;
	color: white;
}

.success {
	background-color: #00796b !important;
	color: white;
}

.success:HOVER, .success:FOCUS {
	background-color: #00897b !important;
	color: white;
}

.success-light {
	background-color: #4caf50 !important;
	color: white;
}

.success-action {
	background-color: #4cb050 !important;
	color: white;
}

.info {
	--background-color: #F08080 !important;
	background-color: #b2dfdb !important;
}

.btn-floating.info {
	background-color: #F08080 !important;
}

.info2, .info2:FOCUS, .info2:HOVER {
	background-color: #4da8b1 !important;
}

.warning {
	background-color: #ffcc80 !important;
	color: BLACK;
}

.warning:HOVER, .warning:FOCUS {
	background-color: #ffb74d !important;
}

.fatal {
	background-color: rgb(80,80,80) !important;
	border: 1px solid RED;	
}



.input-field-icon a {
    background-color: #4cb050 !important;
}

.input-field-icon i {
    color: WHITE !important;
    font-size: 16px !important;
}

.input-field label {
	color: #00838f;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"],
	input[type="time"], input[type="date"], input[type="datetime-local"],
	input[type="tel"], input[type="number"], input[type="search"], textarea.materialize-textarea
	{
	border-bottom: 1px solid #00838f;
}

.esqueci-minha-senha a {
	color: graytext;
}
.box-header {
	height: 40px;	
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #42A5F5;
  border-bottom: 1px solid #e3f2fd;
}

.dropdown-menu > .active > a label,
.dropdown-menu > .active > a:hover label,
.dropdown-menu > .active > a:focus label {
  color: white !important;
  font-weight: normal;
}

input {
	color:rgb(80,80,80);
}
textarea {
	color:rgb(80,80,80);
}
.box .text-info {
	font-size: 14px;
	font-weight: BOLD;
	text-shadow: 0px 0px 4px BLACK;
}
.box-warning {
	padding: 15px !important;
}
.box-warning span {
	color: WHITE;
}
button:focus {
	background-color: #c2d3f3;	
}
button.active, button.active:HOVER, button.active:FOCUS {
	background-color: #FF69B4 !important;	
}

.btn.active, .btn.active:HOVER, .btn.active:FOCUS {
	background-color: #FF69B4 !important;	
}
.select2-container--focus .select2-selection {
	border-bottom: 1px solid #00bcd4;
	box-shadow: 0 1px 0 0 #00bcd4;
}

.large-input-text {
	font-size: 40px !important;
	height: 80px !important;
	text-align: center;
}
.label-link-janela {
	text-decoration: underline;
	color: #00838f !important;
	text-transform: none !important;
}

.header-busca input {
	font-size: 20px;
	color: white;
}

.registro-filtrado {
	background-color: #00C8DA !important;	
}

.corner-ribbon{
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Custom styles */

.corner-ribbon.sticky{
  position: fixed;
}

.corner-ribbon.shadow {
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right {
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
}

.ribbon-wrapper.right-top {
  top: -3px;
  right: -3px;
}

.ribbon-wrapper.left-top {
  top: -3px;
  left: -3px;
}

.ribbon {
  	font: bold 15px Sans-Serif;
  	color: WHITE;
  	text-align: center;
  	position: relative;
  	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  	-moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  	box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
  	padding: 7px 0;
}

.ribbon-wrapper.right-top .ribbon {
   -webkit-transform: rotate(45deg);
  	-moz-transform:    rotate(45deg);
  	-ms-transform:     rotate(45deg);
  	-o-transform:      rotate(45deg);
  	left: -5px;
  	top: 15px;
  	width: 120px;
}

.ribbon-wrapper.left-top .ribbon {
  	-webkit-transform: rotate(-45deg);
  	-moz-transform:    rotate(-45deg);
  	-ms-transform:     rotate(-45deg);
  	-o-transform:      rotate(-45deg);
  	left: -30px;
  	top: 15px;
  	width: 120px;
}

.ribbon-wrapper.right-bottom .ribbon {
  	-webkit-transform: rotate(-45deg);
  	-moz-transform:    rotate(-45deg);
  	-ms-transform:     rotate(-45deg);
  	-o-transform:      rotate(-45deg);
  	left: -5px;
  	bottom: 0px;
  	width: 120px;
}


.ribbon-green {
  background-color: #4db6ac;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4db6ac), to(#80cbc4)); 
  background-image: -webkit-linear-gradient(top, #4db6ac, #80cbc4); 
  background-image:    -moz-linear-gradient(top, #4db6ac, #80cbc4); 
  background-image:     -ms-linear-gradient(top, #4db6ac, #80cbc4); 
  background-image:      -o-linear-gradient(top, #4db6ac, #80cbc4); 
}

.ribbon-blue {
  background-color: #26c6da;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#26c6da), to(#4dd0e1)); 
  background-image: -webkit-linear-gradient(top, #26c6da, #4dd0e1); 
  background-image:    -moz-linear-gradient(top, #26c6da, #4dd0e1); 
  background-image:     -ms-linear-gradient(top, #26c6da, #4dd0e1); 
  background-image:      -o-linear-gradient(top, #26c6da, #4dd0e1); 
}

.ribbon:before, .ribbon:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon:before {
  left: 0;
}

.ribbon:after {
  right: 0;
}
.btn-send {
	background-color: #66bb6a;
}
.btn-send:HOVER, .btn-send:FOCUS {
	background-color: #1b5e20;
}
.btn-info {
	background-color: #64b5f6;
}
.btn-info:HOVER, .btn-info:FOCUS {
	background-color: #2196f3 !important;
}
.sortable li {
	cursor: pointer;
}
.btn-info.active, .btn-info.active:FOCUS, .btn-info.active:HOVER {
	background-color: #42a5f5 !important;
}
.btn-white.active, .btn-white.active:FOCUS, .btn-white.active:HOVER {
	background: #4dd0e1 !important;
	color: white !important;
}

.btn-white.active i {
	color: white !important;
}

.tab a {
	outline: none;
}
.tooltip-cartoon .tooltipster-box {
	background: transparent;
	border: none;
}
.tooltip-cartoon .tooltipster-arrow .tooltipster-arrow-border {
	border-top-color: #00bcd4;
}
.tooltip-cartoon .tooltipster-arrow .tooltipster-arrow-background {
	border-top-color: #00bcd4;
}
.tooltip-cartoon .tooltipster-content {
	border-radius: 50%;
	font-family: roboto;
	font-size: 22px;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.8);
	padding: 30px;
	background: #00bcd4;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.form-info-title, .form-info-message {
	color: white;
	font-family: roboto;
	text-shadow: 0px 0px 4px black;
}

.form-info-title {
	font-size: 40px;
}

.form-info-message {
	font-size: 24px;
}
.tree-title {
	font-size: 16px;
}
.display-none {
	display: none;
}
.fi-2x {
	font-size: 20px;
}
.fi-3x {
	font-size: 24px;
}
.fi-4x {
	font-size: 32px;
}
.fi-5x {
	font-size: 38px;
}
.radio-operacao .radio-operacao-D {
	border-radius: 10px 0px 0px 10px;
}
.radio-operacao .radio-operacao-S {
	border-radius: 0px 10px 10px 0px;
}
.padding-h20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.odd {
	background-color: rgba(0, 0, 0, 0.05) !important;
}
.btn-group button span {
	font-size: 12px;
}
.btn-group button { 
  	border: none;
  	border-top: 1px solid gray;
  	border-bottom: 1px solid gray;
}
.fc-day-grid-event .fc-content {
 	white-space: normal;
	background-color: transparent;
 	font-size: 12px;
}
span.text-success {
    color: #388e3c;
}
.card-region .loading {
  	padding: 10px;
}
     	
.card-region .loading .card-region {
	border: 2px dashed rgb(230,230,230);
	padding: 20px;
}
.move-up.default {
	background-color: #eff1f2 !important;
	color: rgb(80,80,80);
	font-size: 12px;
}
#divAtalhos .container-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: flex-start;
}

#divAtalhos .container-flex-item {
  	margin: 4px;
}

#divAtalhos i.desktop-icons {
	font-size: 1.5rem;
	color: white;
	position: relative;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	padding: 2px;
	margin: 3px;
	min-width: 60px;
	transition: color 0.2s ease, background-color 0.2s ease, transform 0.3s ease;
	padding-top: 20px !important;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2), 0 3px 2px rgba(0, 0, 0, 0.2);
}

#divAtalhos i.desktop-icons:after {
	content: "";
	width: 100%;
	height: 100%;
	transform: scale(0.8);
	position: absolute;
	top: -2px;
	left: -2px;
	border-radius: 50%;
	transition: all 0.3s ease;
}

#divAtalhos i.desktop-icons:hover:after {
	transform: scale(1);
	box-shadow: 10px 0 20px rgba(0, 0, 0, 0.19), 6px 0 6px rgba(0, 0, 0, 0.23);
}
	
#divAtalhos i.desktop-icons:hover {
		background-color: transparent;
		transform: rotate(-28deg);
		cursor: pointer;
		box-shadow: none;
}

@media (min-width:601px) {
	#divAtalhos i.desktop-icons {
		padding:10px;
		margin:5px;
		font-size:2rem;
	}
}

@media (min-width:993px) {
	#divAtalhos i.desktop-icons {
		padding: 14px;
		margin: 6px;
		font-size: 1.3rem;
	}
	#divAtalhos i.desktop-icons:after {
		border-width:3px;
		top:-3px;
		left:-3px;
	}
}
#divFavoritos .container-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: flex-start;
}

#divFavoritos .container-flex-item {
  	margin: 10px;
}

#divFavoritos i.desktop-icons {
	font-size: 1.5rem;
	color: white;
	position: relative;
	border-radius: 50%;
	padding: 5px;
	margin: 3px;
	min-width: 60px;
	min-height: 60px;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2), 0 3px 2px rgba(0, 0, 0, 0.2);
	transition: color 0.2s ease, background-color 0.2s ease, transform 0.3s ease;
	padding-top: 20px !important;
}

#divFavoritos i.desktop-icons:after {
	content: "";
	width: 100%;
	height: 100%;
	transform: scale(0.8);
	position: absolute;
	top: -2px;
	left: -2px;
	border-radius: 50%;
	transition: all 0.3s ease;
}

#divFavoritos i.desktop-icons:hover:after {
	transform: scale(1);
	box-shadow: 10px 0 20px rgba(0, 0, 0, 0.19), 6px 0 6px rgba(0, 0, 0, 0.23);
}
		
#divFavoritos i.desktop-icons:hover {
	background-color: rgba(0,0,0,0.5);
	transform: rotate(-32deg);
	cursor: pointer;
	box-shadow: none;
}

@media (min-width:601px) {
	#divFavoritos i.desktop-icons {
		padding:8px;
		margin:5px;
		font-size:2rem;
	}
}

@media (min-width:993px) {
	#divFavoritos i.desktop-icons {
		padding: 14px;
		margin: 8px;
		font-size: 1.5rem;
	}
	#divFavoritos i.desktop-icons:after {
		border-width:3px;
		top:-3px;
		left:-3px;
	}
}
.via-certa-shortcut {
  	background: linear-gradient(135deg, #294F73 0%, #294F73 10%, #F79033 11%, #F79033 90%, #294F73 91%, #294F73 100%);
  	color: #294F73 !important;
}
.btn-via-certa {
  	background: linear-gradient(45deg, #294F73 0%, #294F73 24%, #F79033 25%, #F79033 90%, #294F73 91%, #294F73 100%);
  	color: #294F73 !important;
}
.score-shortcut {
	background: #00796b;
  	color: white !important;
}
.score-shortcut:HOVER {
	background: #00897b !important;
}
.output-check-mark {
	font-size: 30px;
	font-weight: BOLD;
	color: #4caf50;
	text-shadow: 1px 0px 1px #1b5e20;
}
.output-uncheck-mark {
	font-size: 16px;
	color: #9e9e9e;
	text-shadow: 1px 0px 1px #757575;
}

.card {
	border-radius: 10px;
}
.info-destaque {
	font-size: 20px;
	font-weight: BOLD;
}
.large .total {
	font-size: 18px;
	font-weight: BOLD;
}
.medicamentos-shortcut {
  	background: linear-gradient(60deg, #A1BD76 0%, #A7C088 40%, #A7C088 41%, #A7C088 60%, #A7C088 71%, #A1BD76 100%);
  	color: WHITE !important;
}
.medicamentos-report-shortcut {
  	background: linear-gradient(60deg, #A1BD76 0%, #A7C088 40%, #A7C088 41%, #A7C088 60%, #A7C088 71%, #687753 100%);
  	color: WHITE !important;
}
.financeiro-report-shortcut {
	background: linear-gradient(45deg, #CD5C5C 0%, #F08080 50%, #CD5C5C 100%);
  	color: WHITE !important;
}
.financeiro-shortcut {
	background: linear-gradient(45deg, #a5d6a7 0%, #4caf50 50%, #a5d6a7 100%);
  	color: WHITE !important;
}
@font-face {
  font-family: 'Mandatory';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../font/mandatory.ttf");
}

.licensePlate {
	border: 1px solid black;
	background: white;
	width: 100px;
	height: 40px;
	border-radius: 2px 2px 2px 2px;
	text-align: center;
	font-family: 'Mandatory';
}

.licensePlate .uf {
	font-size: 10px;
	background: #013399;
	color: white;
	font-weight: NORMAL;
}

.licensePlate .number {
	font-size: 16px;
	font-weight: BOLD;
}

.modal {
	overflow-y: hidden !important;
	max-height: 78vh !important;
}

.modal .modal-content {
	padding: 10px;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: calc(78vh - 40px);
}
		
.modal-content h5 {
	color: WHITE;
	background: #406db2;
	text-align: center;	
	font-weight: 300;
    font-size: 15px;
    padding: 5px;
    margin: 0px;
    margin-bottom: 10px;
}

.decor {
  background: #6EAF8D;
  background: -webkit-linear-gradient(left, #CDEBDB 50%, #6EAF8D 50%);
  background: -moz-linear-gradient(left, #CDEBDB 50%, #6EAF8D 50%);
  background: -o-linear-gradient(left, #CDEBDB 50%, #6EAF8D 50%);
  background: linear-gradient(left, white 50%, #6EAF8D 50%);
  background-size: 50px 25%;;
  padding: 2px;
  display: block;
  border-top:1px solid rgb(80,80,80);
  border-bottom:1px solid rgb(80,80,80);
}
.servicos-shortcut {
  	background: linear-gradient(135deg, #0277bd 0%, #0277bd 10%, #0288d1 11%, #0288d1 90%, #0277bd 91%, #0277bd 100%);
  	color: WHITE !important;
}
.modal-img-zoom {
	z-index: 1088;
	width: 100%;
	height: 100%;
	top:0px;
	padding: 20px;		
	background-color: #404040;
	background-image: url("../../images/texture.png");
	cursor: zoom-out;
	overflow-y: auto !important;
	max-height: 100vh !important;
}	
.modal-img-zoom img {
	border: 1px solid black;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			-moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
			box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}
table.hover tbody tr:hover {
  background-color: rgba(0,0,0,0.1) !important;
}
.pix-container {
	display: flex;
	align-items: center;
	justify-content: center;
}
.pix {
	background: #F7F7F7;
	color: #8E9093;
}
.morefree {
	background: radial-gradient(circle at center, #3D7ABD 0%, #417EBD 100%);
	color: white;
}
.link {
	cursor: pointer;
}
.link:HOVER {
	text-decoration: underline;
}
.text-info-warning {
	padding: 10px;
	background-color: #FFD180;
	border: 1px solid black;
	color:black;
	font-size: 14px;
}
.upload-region {
	margin: 10px;
	background: rgba(0,0,0,0.05);
	padding: 10px;
	border-radius: 4px;
	border: 1px dashed black;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
table.striped > tbody > tr.dt-rowReorder-moving > td {
    border-top: 2px dashed black;
    border-bottom: 2px dashed black;
    cursor: grabbing;
    background: #c5d9f7;
    background: white;
    background: #F3D989;
}
table.striped > tbody > tr.dt-rowReorder-moving > td:first-child {
    border-left: 2px solid black;
}
table.striped > tbody > tr.dt-rowReorder-moving > td:last-child {
    border-right: 2px solid black;
}			
table.striped > tbody > tr.draggable > td:first-child {
    cursor: grab;
}
.modal-dialog-delete .ask {
	font-size: 16px;
}
.modal-dialog-delete .detail {
	font-style: italic;
	font-size: 16px;
}
.dtp-buttons {
	display: flex;
	background: yellowgreen;
}
.stamp {
	width: 100%;
	display: inline;
	padding: 6px;
	font-size: 16px;
	color: #303030;
}
.col {
	margin-bottom: 10px;
}