@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;600;700;800&display=swap');

:root {
	--base-back: #0094d9;
	--base-text: #FFFFFF;
}

html {
	font-family: "Open Sans";
	scroll-behavior: smooth; 
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin:0;
}


/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #f9e974 #a0a0a088;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-track {
  background: #a0a0a0;
}

*::-webkit-scrollbar-thumb {
  background-color: #f9e974;
  border-radius: 12px;
  border: 0px;
}

div {
	opacity: 1;
}

h1 {
	font-size: 2rem;
	font-weight: bold;
}
h2 {
	font-size: 1.5rem;
	font-weight: normal;
}
h3 {
	font-size: 1.2rem;
	font-weight: bold;
}
h4 {
	font-size: 1rem;
	font-weight: bold;
}
h5 {
	font-size: 1rem;
	font-weight: bold;
}
h6 {
	font-size: 1rem;
	font-weight: bold;
}
.header {
	width:100%;
	background-color: #fff;
	/*height: calc(10vh - 1px);*/
	overflow: hidden;
	/*border-bottom: 1px dotted #404040;*/
}

.mid {
	width:100%;
	background-color: #eee; 
}

.mid-sidebar {
	width: 199px;
    float: left;
    border-right: 1px solid #000;
	box-shadow: 4px 5px 8px #aaa;
	height: 100vh;
	
}

.mid-content {
	width: calc(100% - 220px) ;
	float: left;
	padding: 0px 10px 0px 10px
	/*background-color: #fff;*/
	/* overflow-y: hidden;
	overflow-x: hidden;
	height: 50em; */
}
.mid-content::after {
	clear: both;
}
.footer {
	bottom: 0;
	position: fixed;
	background-color: #ddd;
	width:100%;
	text-align: center;
}
.footer::before {
	margin:3em;
}

.center_in_div {
	position: absolute;
	left: 60%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -10;
}

.center {
	text-align: center;
}

/*	FORMS	*/
/* ########## */

.form-style-1 {
    /*font: 10px "Lucida Sans Unicode", "Lucida Grande", sans-serif; */
	/*height: 36rem;
    overflow-y: scroll;
    overflow-x: auto;*/
    /*background-color: #FFF8E0;*/
	margin:0px;
}
.form-style-1 li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 5px 0 0 0;
}
.form-style-1 label{
    margin:0 0 1px 0;
    padding:0px;
    display:block;
    font-weight: bold;
}
.form-style-1 input[type=text], 
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
.form-style-1 input[type=password],
.form-style-1 input[type=file],
.form-style-1 textarea, 
.form-style-1 select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:0px solid #BEBEBE;
	border-bottom: 1px solid #ddd;
    padding: 0.5em;
    margin:0px 0px 0px 0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none; 
	width:100%;
	
	/* border-color:#000000;*/
	background-color:#ffffa0;
	font-size:1em;
	font-family: 'Open Sans', sans-serif;
	height: 1.5rem;
	color: #000;
}

.form-style-1 input[disabled] {
	background-color:#FFF;
	color:#000;
}

.form-style-1 input[readonly] {
	background-color:#eaeaea;
	color:#000;
}

.form-style-1 select[readonly] {
	background-color:#eaeaea;
	color:#000;
}

.form-style-1 input[type=text]:focus, 
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus, 
.form-style-1 select:focus{
	background-color: #BBFFBB;
}
.form-style-1 .field-divided{
    width: 49%;
}

.form-style-1 .field-long{
    width: 100%;
}
.form-style-1 .field-select{
    width: 100%;
}
.form-style-1 .field-textarea{
    height: 100px;
}
.form-style-1 input[type=submit], .form-style-1 input[type=button]{
    background: #0060A7;
    padding: 5px 15px 5px 15px;
    border: none;
    color: #fff;
	width:100%;
	border-radius: 2px;
	font-size:11px;
	font-weight: bold;
	max-width:200px;
	background-color: #00C000;
	height: 2rem;
}
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
    background: #8DC8FF;
	cursor: pointer;
}

.button {
    /*background: #0060A7;*/
    padding: 5px 15px 5px 15px;
    border: 1px solid #AAA;
    /*color: #fff;*/
	border-radius: 2px;
	font-size:11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 2px;
	height: 2rem;
	font-family: "Open Sans";
}
.button:hover{
    background-color: #8DC8FF;
	cursor: pointer;
}

.button_half {
    /* background: #0060A7;*/ 
    padding: 4px 15px 5px 15px;
    border: 1px solid #AAA;
    /* color: #fff; */
    border-radius: 2px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 2px;
    margin-left: 2px;
    margin-top: 0px;
    margin-bottom: 2px;
    height: 1.5rem;
    font-family: "Open Sans";
	
}
.button_half:hover{
    background-color: #8DC8FF;
    cursor: pointer;
    box-shadow: none;
}

.button-small {
    border: none;
    color: #fff;
	text-transform: uppercase;
	float:left;
}

.gravar {
	background-color: #b8ebff;
}

.cancelar {
	background-color: #b8ebff;
}

.normal {
	background-color: #b8ebff;
    color: #000;
    box-shadow: 2px 2px 3px #AAA;
}

.normal_on {
	background-color: #43A4FF;
}

.normal_off {
	background-color: #D1D1D1;
}

.new {
	background-color: #b8ebff;
}

.save {
	background-color: #75FF77;
}
.cancel {
	background-color: #FF7A7A;
}
.back {
	background-color: #b8ebff;
}
.forward {
	background-color: #b8ebff;
}

.delete {
	background-color: #b8ebff;
}

.edit {
	background-color: #b8ebff;
}
.email {
	background-color: #b8ebff;
}



.editar {
	background-color: #FFFF7F;
	color:#000;
	border: 1px solid #D0D000;
}

.icon-field {
	width: 16px;
    vertical-align: middle;
}
.icon-button {
	float: left;
    margin: -8px 10px -8px -5px;
    width: 16px;
    height: 16px;
    /* background-color: #808080; */
    border-right: 1px solid;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 10px;
    border-right-style: dotted;
}

.icon-button img {
	width: 16px;
    height: 16px;
}

.icon-button-half {
	float: left;
    margin: -5px 10px -8px -5px;
    width: 16px;
    height: 12px;
    /* background-color: #808080; */
    border-right: 1px solid;
    padding-top: 4px;
    padding-bottom: 8px;
    padding-right: 10px;
    border-right-style: dotted;
}

.icon-button-half img {
	width: 16px;
    height: 16px;
}

.button-icon-up {
	background-image: url(images/icons/a-up.png);     
	background-size: contain;
    background-repeat: no-repeat;
    padding-left: 3em;
}

.button-icon-down {
	background-image: url(images/icons/a-dn.png);     
	background-size: contain;
    background-repeat: no-repeat;
    padding-left: 3em;
}

.btn-group-left {
	float: left;
	position: absolute;
    left: 0;
}
.btn-group-right {
	float: right;
	position: absolute;
    right: 0;
}

.form-style-1 .required{
    color:red;
}

.form-style-1 input[type=checkbox] {
	width:20px;
	height:20px;
	margin:0;
	background-color: #eee;
}

.ptb-table-header {
	background-color: #1A1A1A;
	color:#C8C8C8;
	font-weight: bold;
}

.ptb-table-body-font {
	font-size: 12px;
}

.ptb-field {
	border: 0px solid #000000;
	background-clip: padding-box;
	margin:1px;
}
.ptb-field-right-border {
	border-right: 1px solid #000;
}

.ptb-field-label {
	font-size: 0.8em;;
	font-weight: bold;
	/*background-color: #f9e974;*/
	padding: 0px 5px 0px 5px;
	height: 1.6em;
	color: #00406f;
	text-transform: uppercase;
}

.ptb-field-data {
	font-size: 1em;
	padding: 0 0px 0 0px;
	/*background-color: #ffffa0;*/
	height: 1.8em;
	overflow: hidden;
	/*border-bottom: 1px solid #aaa;*/
}
.ptb-field-2 {
	border: 0px solid #000000;
	background-clip: padding-box;
	margin:1px;
}

.ptb-field-label-2 {
	font-size: 0.8em;;
	font-weight: bold;
	/*background-color: #f9e974;*/
	padding: 0px 5px 0px 5px;
	height: 1.6em;
	color: #00406f;
	text-transform: uppercase;
}

.ptb-field-data-2 {
	font-size: 2em;
	padding: 0 0px 0 0px;
	/*background-color: #ffffa0;*/
	height: 1.5em;
	overflow: hidden;
	/*border-bottom: 1px solid #aaa;*/
}
.ptb-field-data-2 input {
	font-weight: bold;
	height: 2em;
	
}

.ptb-field-data-2 select {
	font-weight: bold;
	height: 1.2em;
    margin-top: -0.1em;
}

.field_group {
	float: left;
	margin-top: 10px;
	
}
.field_group_title {
	background-color: #fff;
	color:#0068D7;
	font-weight: bold;
	/*padding: 2px 5px 2px 5px;*/
	/*margin: 2px;*/
	height: 1.5rem;
    line-height: 1.5rem;
}
.field_group_title_tiny {
	background-color: #649eb9;
	color:#ffffaa;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	height: 1rem;
    line-height: 1rem;
	display:none;
}
.field_group_title img {
	/*width: 25px;*/
	height: auto;
	
}
.field_group_content {
	
}

.action_bar {
	/* border-bottom: 2px solid #888888; */
    /* float: left; */
    /* margin: -16px 0px 0px -2px; */
    box-shadow: 2px 0px 9px #888888;
    margin-bottom: 10px;
    font-size: 0.65rem;
    /* height: 4.65rem; */
    /*background-color: #eeeeee;*/
	
	
}
.action_bar_title {
	background-color: #eeeeee;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    margin: 2px;
    height: 0.65rem;
    border-bottom: 1px solid #aaaaaa;
}



.action_bar_content {
	
}

.filter_bar {
	    /* border-bottom: 2px solid #888888; */
    /* float: left; */
    /* margin: -16px 0px 0px -2px; */
    box-shadow: 2px 0px 9px #888888;
    margin-bottom: 10px;
    background-color: #eeeeee;
	padding: 0%;
	
	
}
.filter_bar_title {
	    background-color: #ffff00;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border-bottom: 1px solid #aaaaaa;
}



.filter_bar_content {
	
}

.fail_validation_bar {
	box-shadow: 2px 0px 9px #888888;
    margin-bottom: 10px;
    background-color: #eeeeee;
	padding: 5px;
	font-style: italic;
	color: #cc0000;

}

.path_bar {
	font-size: smaller;
	font-style: italic;
	font-weight: bold;
	color: #888888;
	width:100%;
}

.path_bar_content {
	padding:5px;
}

.fail_validation_title {
	    background-color: #ffff00;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border-bottom: 1px solid #aaaaaa;
}

.fail_validation_content {
	
}


.actions {
	background-color: #00C000;
	color: #fff;
}

.content {
	margin: 10px;
}

.section-1 {
	/*margin: 10px;*/
    /*border: solid 1px #444;*/
    /*border-radius: 5px;*/
    padding: 0px;
    /*box-shadow: 5px 5px 5px #aaa;*/
    overflow: hidden;
}
.section-1-header {
	/*font-size: 1.3rem;*/
	/*height: 1.7rem;
	padding-top:0.5rem;
	padding-bottom:0.5rem;
	font-weight: bold;
	text-align: center;
	background-color: var(--base-back);
	color: var(--base-text);
	text-transform: uppercase;
	position:relative;
	*/
}



.section-1-title {
	font-size: 1.5em;
	background-color: #606060;
	font-weight: bold;
	color: #b8ebff;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.section-1-bar {
	padding-top:0.5rem;
	padding-bottom:0.5rem;
	-webkit-transition: max-height .5s linear;   
  	-moz-transition: max-height .5s linear;   
  	-ms-transition: max-height .5s linear;   
  	-o-transition: max-height .5s linear;   
  	transition: max-height .5s linear;
	max-height: 50vh
}

.section-1-content {
    overflow-y: auto;
	
}
.section-1-1 {
	margin: 10px;
    /*border: solid 1px #444;*/
    border-radius: 5px;
    padding: 0px;
    /*box-shadow: 5px 5px 5px #aaa;*/
    overflow: hidden;
}
.section-1-1-header {
	font-size: 1.1rem;
	height: 1.5rem;
	padding-top:0.3rem;
	padding-bottom:0.3rem;
	font-weight: bold;
	text-align: center;
	background-color: var(--base-back);
	color: var(--base-text);
	text-transform: uppercase;
	position:relative;
}
.section-1-1-content {
	
}


	
table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
	
}

/*tr:nth-child(odd) {background: #DDD}*/
/*tr:nth-child(even) {background: #FFF}*/
tr:first-child {
	/*
	background-color: #666;
	color: #fff;
	*/
}
tr:first-child:hover {
	/*
	background-color: #666;
	cursor:auto;
	*/
}
tr:last-child {
	/*border-bottom: 1px solid;*/
}


tr:hover {
	/*
	background-color: #f9e974;
	cursor: pointer;
	*/
}

tr {
	/*border-bottom: 1px solid;*/
	/*height:2em;*/
	border-bottom: 1px dotted;
}

th {
	background-color: #303030;
	color: #fff;
	text-align: center;
	font-size: 0.8em;
	position: -webkit-sticky;
  	position: sticky;
	top: 0;
	/*height:2rem;*/
	
}

th {
	border-right: 1px solid #fff;
}

td {
	/* padding: 5px; */
	/* border-bottom: 0px solid #CCC;*/
	border-right: 1px solid #CCC;
	font-size: 0.9em;
	/*white-space: nowrap;*/
	/* vertical-align: top;*/
}
.td_value {
	text-align: center;
	font-size:1.25em;
	font-weight: bold;
}

.dc_valid_dates {
	background-color: #00FF00;
}

.dc_will_expire {
	background-color: #FFFF00;
}

.dc_expired {
	background-color: #FF0000;
}

.dc_without_facsimile {
	background-color: #FF4400;
}

.dc_no_information {
	background-color: #FF8800;
}
/*
td:last-child {width:100%;}
*/
a:link {
	text-decoration: none;
	color: #ffffa0;
}
a:visited {
	text-decoration: none;
	color: #ffffa0;
}
a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #f9e974;
}
a:active {
	text-decoration: none;
	color: #ffffa0;
}

.mail_link {
    color:#000 !important;
    text-decoration:none;
    padding-left:35px;
}
.mail_link:before {
	content: '';
    background:url('images/icon-email.png');
    background-size:cover;
        position:absolute;
    width:30px;
    height:20px;
    margin-left:-35px;
}

.ptb-l1 {
	margin-left:10%;
	border-top: 2px solid;
	border-bottom: 2px dashed;
	border-left:2px dashed;
}


.section_header_2 {
	font-size: 1.3rem;
	height: 1.7rem;
	font-weight: bold;
	text-align: center;
	background-color: #A0f070;
	color: #444;
	text-transform: uppercase;
	position:relative;
}
.section_header_3 {
	font-size: 1em;
	height: 1.3em;
	font-weight: bold;
	text-align: center;
	background-color: #90ffb0;
	color: #444;
	text-transform: uppercase;
	position:relative;
}

.section_header_4 {
	font-size: 1.3rem;
	height: 1.7rem;
	font-weight: bold;
	text-align: center;
	background-color: #80C0F0;
	color: #444;
	text-transform: uppercase;
	position:relative;
}
.box {
	width: calc(100%);
    border: 0px dotted #000;
    background-color: #ffffa0;
    margin-bottom: 10px;
    margin-top: 18px;
    box-shadow: 0px 10px 6px -6px #aaa
}

.box-title {
	margin-top: -18px;
    margin-left: -1px;
    float: left;
    font-weight: bold;
    color: #f9e974;
    padding: 1px 5px 1px 5px;
    font-size: 0.9em;
    background-color: #444;
}
.box-title::after {
	clear: both;
}
.filter-field {
	margin-bottom: 10px;
	float: left;
	width:20%;
}

.clickable {
	
}
.clickable:hover {
	cursor: pointer;
}

.ptb-disable {
	color: #888 !important;
	
}
.icon-small {
	width: 25px;
	height: auto;
	margin-top: 0;
    margin-bottom: 0;
	vertical-align: middle;
}

.icon-medium {
	width: 45px;
	height: auto;
	vertical-align: middle;
}

.vip-text {
	color: #FFFF00;
}

.input-activated {
	background-color: #FFFFA0;
}

.erro {
	color: #FF0000;
	background-color: #FFFF00;
	font-weight: bold;
}
.required_field {
	color:#CC0000;
	font-size: smaller;
}
.optional_field {
	color:#36B135;
	font-size: smaller;
}

.last_operation {
	font-size: small;
	color: #888888;
	font-style: italic;
}

.login-frame {
	position:absolute;
	top:0;
	background-color: #fff;
	right:0;
	animation-duration: 1s;
	animation-name: slidein;
}

@keyframes slidein {
	from {
		float: left;
		right:25%;
		opacity: 0;
	}
	
	to {
		float:right;
		right:0;
		opacity: 1;
	}
}

.tab {
	background-color: #D1FCD2;
	position:relative;
	/*animation:animateright 0.25s;*/
}
@keyframes animateright	{
	from {
		bottom:-150px;
		opacity:0.25;
	} 
	to {
		bottom:0;
		opacity:1;
	}
}

.tab_button {
	font-size: 0.8em;
	padding: 5px 5px 5px 5px;
	/*margin: 2px 2px 0px 2px;
	border-top: 1px solid;*/
	border-right: 1px solid #DDD;
	/*border-bottom: 0px;
	border-left: 1px solid;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #eeeeee;
	*/
}

.tab_button:hover {
	cursor: pointer;
	background-color: #DBF4FF;
}

.tab_active {
	background-color: #fff;
}

.tab_button_active {
	background-color: #b8ebff;
    color: #000;
    /*font-weight: normal;*/
}
.tab_button_inactive {
	background-color: #dddddd;
	
}

.tab_inactive {
	background-color: #FFDDDD;
	font-weight: normal;
}

.rotate {
  transform: rotate(-90deg);
  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}