@charset "utf-8";

:root {
  --body_back_groud-color: #FFF;
  --body_font_size: 12px;
}

body {
	margin: 0;
	font-family: Arial, tahoma, sans-serif;
	background-color: var(--body_back_groud-color);
	font-size: var(--body_font_size) !important;
	vertical-align: middle;
}

.noTitleStuff .ui-dialog-titlebar {display:none}

.button {
    display: block;
	height:30px;
	margin-right:5px;
	margin-top: 7px;
	font-size: 12px;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(images/formButtonBg.gif);
    background-size: auto 100%;
	text-align:center;
	padding:2px;
	color: #000000;
	cursor:pointer;
	min-width:120px;
	font-weight:bold;
    box-shadow: 5px 5px 7.5px gray;
    border-radius: 5px;
}
	
.button:hover, .button:focus {
	background-image: url(images/formButtonBgOn.gif);
}

span.link{
	color:blue;
}

span.link:hover{
	color:white;
	background-color:#000;
	cursor:pointer;
}

span.link1{
	color:red;
}

span.link1:hover{
	color:white;
	background-color:#000;
	cursor:pointer;
}

.al_r{
	text-align:right;
}

.al_c {
	text-align: center;
}

.icon {

	height: 28px;
	margin-top: 2px;

	font-family: "boxicons";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	color: #699;
	/*speak: never;*/

	display: inline-block;
	text-decoration: inherit;
	width: 22px;
	margin-right: 2px;
	text-align: center;
	vertical-align: middle;
	/* opacity: .8; */

	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;

	/* fix buttons height, for twitter bootstrap */
	line-height: 28px;

	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: 2px;

	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */

	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

div.icon:hover {
	color: #000;
	cursor: pointer;
}

div.icon1:hover {
	color: #fff;
	cursor: pointer;
}

div.bHeader{
	width: 100%;
	display: flex;
	gap: 16px;
	background-color: transparent;
	height: 50px;
    box-shadow: 3px 3px 6px gray;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
	div.bHeader div.sbar {
		display:none;
	}
}

div.bHeader div.sbar {
	height: 37px;
	max-width: 430px;
	width: 100%;
	margin-top: auto;
	margin-bottom: auto;
}

div.bHeader div.sbar #execfind {
	font-size: 30px;
	cursor: pointer;
	line-height: 30px;
	vertical-align:middle;
	text-align: center;
}
  
div.bHeader div.sbar input {
	height: 100%;
	width: 80%;
	border-radius: 25px;
	font-size: 14px;
	outline: none;
	background-color: var(--white-color);
	color: var(--grey-color);
	border: 1px solid var(--grey-color-light);
	padding: 0 10px 0 10px;
}
  
div.bHeader div.tHeader {
	font-family: Arial, Tahoma, Vedana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
	margin-left: 10px;
	overflow: hidden;
}

div.bHeader div.mLeft {
	display: flex;
	margin-left: auto;
	margin-right: 10px;
	flex-wrap: nowrap;
}


div.view{
	width: 950px;
	border-top: 1px solid #C6D4E6;
	border-left: 1px solid #C6D4E6;
	border-right: 1px solid #C6D4E6;
	border-bottom: 2px solid #C6D4E6;
	background-color:#F5F5F5;
	margin: 5px auto auto auto;
	box-shadow: 3px 3px 6px gray;
	border-radius: 5px;
/*	-moz-border-radius: 15px;*/
}


div.viewa{
	width:700px;
	border: 2px solid black;
	text-align:left;
	margin:0 auto;
}

table.view{
	width:100%;
	background-color:#F9F9F9;
}

table.view tr.header{
	vertical-align: middle;
	text-align: center;
	background-color:#C6D4E6;
	font-family: Arial, Tahoma, Vedana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height:30px;
}

table.view tr.header td.header{
	vertical-align: middle;
	text-align: left;
	background-color:#C6D4E6;
	font-family: Arial, Tahoma, Vedana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

table.view tr.data1{
	background-color:#ecf1fa;
	min-height:30px;
}

table.view tr.data2{
	background-color:#ffffff;
	min-height:30px;
}

table.view tr.data1 td.title, table.view tr.data2 td.title{
	width:300px;
	text-align:right;
	font-family: Arial, Tahoma, Vedana, sans-serif;
	font-size: 14px;
	color:Gray;
	border-right:1px solid #C6D4E6;
	padding-right:10px;
}

table.view tr.data1 td.field, table.view tr.data2 td.field{
	text-align: left;
	font-family: Arial, Tahoma, Vedana, sans-serif;
	font-size: 14px;
	padding-left:10px;
	color:Black;
	font-weight:bold;
}

table.view tr.data1 td.field a, table.view tr.data2 td.field a{
	text-align: left;
	font-family: Arial, Tahoma, Vedana, sans-serif;
	font-size: 14px;
	color:Black;
	font-weight:bold;
}

table.view tr.fullrow td.fullrow{
	font-family: Arial, Tahoma, Vedana, sans-serif;
	font-size: 14px;
	height:26px;
	font-weight:bold;
	border-bottom:1px solid #C6D4E6;
	border-top:1px solid #C6D4E6;
}


div.view {
	width: 950px;
	border-top: 1px solid #C6D4E6;
	border-left: 1px solid #C6D4E6;
	border-right: 1px solid #C6D4E6;
	border-bottom: 2px solid #C6D4E6;
	background-color: #F5F5F5;
	margin: 5px auto auto auto;
}

table.view {
	width: 100%;
	background-color: #F9F9F9;
}

table.view tr.header {
	vertical-align: middle;
	text-align: center;
	background-color: #C6D4E6;
	font-family: Arial, Tahoma, Vedana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
}

table.view tr.header td.header {
	vertical-align: middle;
	text-align: left;
	background-color: #C6D4E6;
	font-family: Arial, Tahoma, Vedana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

table.view tr{
	height: 40px;
	min-height: 40px;
}
table.view tr:nth-child(odd) {
	background-color: #ecf1fa;
}

table.view tr:nth-child(even) {
	background-color: #ffffff;
}

table.view tr td.title {
	width: 300px;
	text-align: right;
	font-family: Arial, Tahoma, Vedana, sans-serif;
	font-size: 14px;
	color: Gray;
	border-right: 1px solid #C6D4E6;
	padding-right: 10px;
}

table.view tr td.field {
	text-align: left;
	font-family: Arial, Tahoma, Vedana, sans-serif;
	font-size: 14px;
	padding-left: 10px;
	color: Black;
	font-weight: bold;
}

table.view tr.data td.field a {
	text-align: left;
	font-family: Arial, Tahoma, Vedana, sans-serif;
	font-size: 14px;
	color: Black;
	font-weight: bold;
}

table.view tr.fullrow td.fullrow {
	font-family: Arial, Tahoma, Vedana, sans-serif;
	font-size: 14px;
	height: 26px;
	font-weight: bold;
	border-bottom: 1px solid #C6D4E6;
	border-top: 1px solid #C6D4E6;
}

table.form_table {
	width: 100%;
}

input{
	height: 35px !important;
}

select{
	height: 35px;
}

div.msg_error{
	width: 100%;
	background-color: transparent;
	height: 50px;
    box-shadow: 3px 3px 7px red;
    border-radius: 10px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-left: 10px;
}

div.msg_debug{
	width: 100%;
	background-color: transparent;
	height: 50px;
    box-shadow: 3px 3px 7px blue;
    border-radius: 10px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-left: 10px;
}

h3.qtde{
	margin-bottom: 10px;
	font-size: 12px;
}



div.dashboard{
	display: flex;
	flex-wrap: wrap;
}

div.dashboard div.block{
	min-width: 400px;
	width: 45%;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	box-shadow: 3px 3px 6px gray;
}

div.dashboard div.block div.caption{
	position: relative;
	top:-10px;
	left:10px;
	background-color: white;
	display: block;
	height:20px;
	box-shadow: 3px 3px 6px gray;
	border-radius: 5px;
	max-width: 200px;
}

div.dashboard div.block div.caption::before{
	content: attr(data-content);
	font-size: 14px;
	font-weight: bold;
	padding: 15px;
}

textarea{
	padding: 3px;
}

div.observacoes{
	display: flex;
	flex-direction:row-reverse;
	height: auto;
	flex-wrap: wrap;
	row-gap: 20px;
}

div.observacoes div.item{
	display: flex;
	flex-direction: row;
	border: 1px solid #cccccc;
	border-radius: 5px;
	box-shadow: 3px 3px 6px gray;
	flex: 0 0 100%;
	flex-wrap: wrap;
}

div.observacoes div.item div.texto{
	flex: 0 0 100%;
	height:auto;
	padding: 10px;
	white-space: wrap;
	text-align: left;
}

div.observacoes div.item div.date{
	flex: 0 0 100%;
	height: 15px;
	padding: 10px;
	text-wrap: nowrap;
	font-size: 10px;
	text-align: left;
	margin-top: 0px;
}

div.observacoes div.item div.fname{
	flex: 0 0 calc((100% - 200px) / 2);
	height:45px;
	padding: 10px;
	white-space: wrap;
}

div.observacoes div.item div.desc{
	flex: 0 0 calc((100% - 200px) / 2);
	height:45px;
	padding: 10px;
	white-space: wrap;
}

.top10{
	margin-top: 10px;
}

.bxicon {
	width: 32px;
	height: 32px;

	font-family: "boxicons";
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	color: #699;
	/*speak: never;*/

	display: inline-block;
	text-decoration: inherit;
	margin-right: 2px;
	text-align: center;
	vertical-align: middle;
	/* opacity: .8; */

	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;

	/* fix buttons height, for twitter bootstrap */
	line-height: 30px;

	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: 2px;

	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */

	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.bxicon:hover {
	color: #000;
	cursor: pointer;
}

.bold{
	font-weight: bold !important;
}

.chosen-container {
    width: 100% !important;
}

.chosen-container-single{
	line-height: 35px;
}

.chosen-container-single a{
	height: 35px !important;
}

div.charspage{
	line-height:20px;
}

div.charspage div.char{
	float:left;
	display:block;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	vertical-align:middle;
	margin-left:2px;
	border:1px solid gray;
}

div.charspage div.char:hover{
	background-color:#999;
}

div.charspage div.sel{
	background-color:#000;
	color:#FFF;
}

div.charspage div.all{
	float:left;
	display:block;
	width:60px;
	height:20px;
	line-height:20px;
	text-align:center;
	vertical-align:middle;
	margin-left:2px;
	border:1px solid gray;
}

div.charspage div.all:hover{
	background-color:#999;
}

div.relatorios{
/*	border:1px solid gray;*/
	height:auto;
	width:100%;
	min-height:400px;
	vertical-align:top;
}

div.relatorios div.menu{
	vertical-align:top;
/*	border:1px solid gray;*/
	height:auto;
	width:200px;
	min-height:500px;
/*	overflow:scroll;*/
}

div.relatorios div.detail{
	border:1px solid gray;
	margin-left:205px;
	margin-right:0px;
	height:auto;
	min-height:400px;
	overflow-y: auto;
}

div.scrollTop{
	position:fixed;
	top:auto;
	bottom:10px;
	left:auto;
	right:10px;
	width:40px;
	height:40px;
	box-shadow: 2px 2px 5px rgba(0, 120, 174, .35), inset 0 0px 0 rgba(0, 120, 174, .1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index:9999999;
	background-color:#fff;
	background-position:center center;
	background-repeat:no-repeat;
	border:1px solid #fff;	
	font-size: 35px;
	display: none;
}

.enfat{
	font-weight: bold;
	color: blue;
}

.nowrap{
	text-wrap: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.tela_fundo{
	z-index: 100000;
}

.google_maps{
	font-size: 26px;
	color: #970808;
}

.loginmsg{
	font-size: 16px;
	color: white;
	text-align: center;
}

.tooltip{
	display:inline-block;
	font-size: 20px;
	cursor: pointer;
}