input[type='text']:read-only {
	background-color: #ffe0e0;
	background-image: url('../img/locked.png');
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: center;
}
input[type='email']:read-only {
	background-color: #ffe0e0;
	background-image: url('../img/locked.png');
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: center;
}
input[type='date']:read-only {
	background-color: #ffe0e0;
	background-image: url('../img/locked.png');
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: center;
}
input[type='time']:read-only {
	background-color: #ffe0e0;
	background-image: url('../img/locked.png');
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: center;
}
.iconinfo {
	font-size: 24px;
	cursor: pointer;
	margin-left: 10px;
	background-color: #1A1AF2;
	color: #FFF;
	width: 34px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	border-radius: 7px;
}
.bordored {
	border:solid thick #FF0000 !important;
}

.cursorlupa {
	cursor: zoom-in;
}

.cursorselector {
	cursor: context-menu;
}

.cursorpointer {
	cursor: pointer;
}
.clear-block:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear-block {
    display: inline-block;
}

.textoverde {
	color:#008F00;
}

.noscrollbar {
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}

.noscrollbar::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

.blackoverlay {
	position: fixed;
	width: 100%;
	background: #0000006b;
	height: 100vh;
	display: block;
	top: 0px;
	left: 0px;
	z-index:5;
	padding-bottom:20px;
	overflow-y:scroll;
	z-index:1021;
}

.frmoverlay {
	display: block;
	position: absolute;
	min-height: 200px;
	min-width: 40%;
	max-width:80%;
	background: #F0F0F0;
	top: 10px;
	left: 10%;
	padding: 5px 20px 5px 20px;
	-webkit-box-shadow: 20px 20px 24px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 20px 20px 24px 0px rgba(0,0,0,0.75);
	box-shadow: 20px 20px 24px 0px rgba(0,0,0,0.75);
}
.imgcenter {
	vertical-align:middle;
}
.invisivel {
	display:none;
}
.boxleft {
	float:left;
}
.boxright {
	float:right;
}
.boxclear {
	clear:both;
}
.fotoshadow {
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}

.thinshaddow {
	-webkit-box-shadow: 10px 10px 10px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 10px -7px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 10px -7px rgba(0,0,0,0.75);
}

.lightshadow {
	-webkit-box-shadow: 10px 10px 8px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 10px 10px 8px -4px rgba(0,0,0,0.5);
	box-shadow: 10px 10px 8px -4px rgba(0,0,0,0.5);
}

.radrop {
	background: #6E826A;
	background-image: url(../img/drop_upload.gif);
	background-repeat: no-repeat;
	background-position-x: 99%;
	background-size: contain;
}

.redbg {
	background: rgba(248,80,50,1);
	background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(231,56,39,0.39) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(100%, rgba(231,56,39,0.39)));
	background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(231,56,39,0.39) 100%);
	background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(231,56,39,0.39) 100%);
	background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(231,56,39,0.39) 100%);
	background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(231,56,39,0.39) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 );
}
.greenbg {
	background: rgba(69,247,52,1);
	background: -moz-linear-gradient(top, rgba(69,247,52,1) 0%, rgba(23,128,51,0.39) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(69,247,52,1)), color-stop(100%, rgba(23,128,51,0.39)));
	background: -webkit-linear-gradient(top, rgba(69,247,52,1) 0%, rgba(23,128,51,0.39) 100%);
	background: -o-linear-gradient(top, rgba(69,247,52,1) 0%, rgba(23,128,51,0.39) 100%);
	background: -ms-linear-gradient(top, rgba(69,247,52,1) 0%, rgba(23,128,51,0.39) 100%);
	background: linear-gradient(to bottom, rgba(69,247,52,1) 0%, rgba(23,128,51,0.39) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45f734', endColorstr='#178033', GradientType=0 );
}
.yellowbg {
	background: rgba(255,255,0,1);
	background: -moz-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,243,5,0.39) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,0,1)), color-stop(100%, rgba(255,243,5,0.39)));
	background: -webkit-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,243,5,0.39) 100%);
	background: -o-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,243,5,0.39) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,243,5,0.39) 100%);
	background: linear-gradient(to bottom, rgba(255,255,0,1) 0%, rgba(255,243,5,0.39) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#fff305', GradientType=0 );
}
.hoverlight {
	border:#F0F0F0 thin dotted;
	margin-left:15px;
	float:left;
}
.hoverlight:hover {
	background:rgba(255,200,0,0.2);
}
.estcard {
	background: rgba(226,226,226,1);
	background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
	background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
	-webkit-box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.75);
}
.pagbox {
	padding: 4px;
	background-color: #C88D8D1C;
	border: thin solid #80808052;
	min-width: 20px;
	min-height: 18px;
	display: inline-block;
	margin-bottom: 2px;
	margin-top: 3px;
	margin-right: 2px;
	margin: 2px 0px 2px 0px;
	text-align: center;
}
.pagbox:hover {
	background-color:#FFFFA0;
}
.smltitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: lighter;
}
.lightcellred{
	background-color:#FFE0E0;
}
.lightcellred:hover{
	background-color:#FFFFE0;
}
.lightcell{
	background-color:#FFFFFF;
}
.lightcell:hover{
	background-color:#FFFFE0;
}
.lightcell0{
	background-color:#E0E0E0;
}
.lightcell0:hover{
	background-color:#FFFF90;
}
.lightcell1{
	background-color:#F0F0F0;
}
.lightcell1:hover{
	background-color:#F0F090;
}
.lightcell2{

}
.lightcell2:hover{
	background-color:#F0FFE0;
}
.orderby {
	cursor:ns-resize;
}
.thintable {
	border-collapse: collapse;
	border: inherit;
	table-layout: inherit !important;
	color:#000000;
	background-color:#FFFFFF;
}
.thintable tbody td {
	border: 1px solid #a0a0a0;
}
.thintable thead td {
	border: 1px solid #000000;
}
.thintable th, td {
	border: thin solid #000000;
}
.thintable .noborder {
	border-right:none;
}
.thintable .nobordel {
	border-left:none;
}
.thintable thead {
	background-color:#e0e0e0;
}
.tabela {
	width:100%;
}
.buttonfree {
	width: inherit !important;
}
.debugbox {
	position: fixed;
	bottom: 0px;
	right: 0px;
	background-color: #FFE0E0;
	font-size:10px;
	max-width: 20%;
	max-height: 50vh;
	overflow: scroll;
	color:#000;
}
.bloco50pc {
	width:50%;
}
.noselect {
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.medtecfont {
	font-size:2.2em;
}
.loadingfull {
	position: fixed;
	height: 50vh;
	top:20vh;
	margin-left: 40%;
}
.hrlim {
	width: 95%;
	margin-right: 5%;
}
.xbotao { display: inline-block;
	padding: 8px 20px;
	background-color: #2840C1;
	color: #ffffff;
	text-decoration: none;
	border: none;
	border-radius: 5px;
	width: 40%;
}
.imgcloading {
	display:inline-block;
}
.lateral {
	display:inline-block;
}
.lateralflex {
	display:inline-flex;
}
.mbot10 {
	margin-bottom:10px;
}
.mlft10 {
	margin-left:10px;
}
.mrgt10 {
	margin-right:10px;
}
.linksarea {
	width: 100%;
	display: block;
	padding: 10px;
	border: thin solid #80C9FF;
	margin: 5px 0px 5px 0px;
	border-radius: 5px;
	font-size: 1.5em;
	background-color: #a5b7fa;
}
.fakelink {
	color: #303030;
}
.fakelink:hover {
	color: #0f9eb1;
}
.carousel-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.carousel {
    display: flex;
    transition: transform 0.3s ease;
}

.carousel-slide {
    flex: 0 0 100%;
}

.carousel-img {
    width: 100%;
    height: auto;
}
