@charset "utf-8";

@font-face {
	font-family: 'fontello';
	src: url('fonts/fontello/font/fontello.eot?90987404');
	src: url('fonts/fontello/font/fontello.eot?90987404#iefix') format('embedded-opentype'),
		url('fonts/fontello/font/fontello.woff?90987404') format('woff'),
		url('fonts/fontello/font/fontello.ttf?90987404') format('truetype'),
		url('fonts/fontello/font/fontello.svg?90987404#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0;
	font-family: Arial, tahoma, sans-serif;
	background-color: #FFF;
	font-size: 12px !important;
	vertical-align: middle;
	height: 100%;
	width: calc(100vw - 20px);
}

div.login div.content {
	width: 300px;
	height: 100px;
	margin-left: 100px;
	margin-top: 290px;
	color: #FFF
}

div.footer {
	border-top: 2px solid #0078ae;
	position: fixed;
	margin-bottom: 3px;
	margin-left: 2px;
	margin-right: 2px;
	top: auto;
	bottom: 0;
	left: 0;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	color: #0078ae;
	background-color: #FFF;
	text-align: right;
	overflow: hidden;
	width: 100%;
}

div.footer div.left {
	color: #0078ae;
}

.button {
	height: 32px;
	margin-right: 5px;
	border: 1px solid green;
	font-size: 12px;
	font-weight: normal;
	background-repeat: repeat-x;
	background-position: top;
	padding: 2px;
	vertical-align: middle;
	text-align: center;
	padding: 2px;
	color: #000000;
	cursor: pointer;
	min-width: 120px;
	font-weight: bold;
	box-shadow: 0 2px 5px rgba(100, 120, 174, .35), inset 0 0px 0 rgba(0, 120, 174, .1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.button:hover {
	background-color: #000;
	color: #fff;
}

.icon_header {
	height: 20px;

	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	font-size: 26px;
	color: #699;
	/*speak: never;*/

	display: inline-block;
	text-decoration: inherit;
	width: 22px;
	margin-right: 12px;
	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: 20px;

	/* 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); */
}

.icon {
	height: 28px;
	margin-top: 2px;

	font-family: "fontello";
	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;
}

.noTitleStuff .ui-dialog-titlebar {
	display: none
}

table.listagem {
	border-collapse: collapse;
}

table.listagem td {
	padding-right: 2px;
}

table.listagem,
table.listagem tr,
table.listagem td {
	border: 1px dotted gray;
}

table.listagem tr.data:nth-child(odd) {
	height: 25px;
	background-color: #ecf1fa;
}

table.listagem tr.data:nth-child(even) {
	height: 25px;
	background-color: #ffffff;
}

table.listagem tr.select {
	background-color: #ffffcc;
}

table.listagem tr.header {
	background-color: #ffffcc;
}

table.listagem tr.header td.header {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #CCCCCC;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	height: 22px;
}

.al_r {
	text-align: right;
}

.al_c {
	text-align: center;
}

table.listagem tr.selected td {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

table.listagem tr.footer1 {
	height: 30px;
	background-color: #ecf1fa;
}

table.listagem tr.footer1 td.footer {
	font-weight: bold;
	border-bottom: 1px solid gray;
}

table.listagem tr.footer2 {
	height: 20px;
	background-color: #ffffff;
}

table.listagem tr.footer2 td.footer {
	font-weight: bold;
	border-bottom: 1px solid gray;
}

table.listagem tr.total td.total {
	font-size: 14px;
	font-weight: bold;
	background-color: #D1D1D1;
}

table.listagem tr.data:hover {
	background-color: #CCCCCC;
}

table.listagem tr.data:hover>td.opcoes div.opcoes {
	display: block;
}

div.opcoes {
	display: none;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

fieldset {
	box-shadow: 0 2px 5px rgba(100, 120, 174, .35), inset 0 0px 0 rgba(0, 120, 174, .1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 2px;
	margin-bottom: 10px;
}

form {
	margin-bottom: 5px;
}

.form_label {
	display: inline-block;
	margin-bottom: 0.5em;
}

.mb-3 {
	margin-bottom: 1rem !important;
	display: block;
	padding-right: 40px;
}

.chosen-container {
	max-width: 100% !important;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	/*z-index: 10000 !important;*/
	padding-right: 40px;
	min-width: 250px;
}

.xui-dialog{
	z-index: 100000 !important;
}


span.validity {
	display: inline-block;
}

.error {
	color: red;
}

fieldset div.fblock {
	margin-top: 10px;
	margin-bottom: 10px;
	/*min-width: 900px;*/
}

h5.status {
	font-size: 14px;
	color: red;
}

div.userinfo {
	height: 30px;
	margin-left: 245px;
	text-align: right;
	line-height: 30px;
	vertical-align: middle;
	font-weight: bold;
	padding-right: 40px;
	position: fixed;
	top: 0px;
	margin-right: 0px;
	width: calc(100% - 245px);
	cursor: default;
	z-index: 10000;
}

div.userinfo span.userinfo {
	background-color: #1F4E78;
	height: 28px;
	width: fit-content;
	box-shadow: 0 2px 5px rgba(100, 120, 174, .35), inset 0 0px 0 rgba(0, 120, 174, .1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 28px;
	display: block;
	margin-left: auto;
	margin-right: 0px;
	text-align: center;
	margin-top: 2px;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	min-width: 200px;
}

div.confidencialidade {
	margin-top: 10px;
	padding-left: 100px;
	padding-right: 100px;
	border-top: 1px solid black;
	text-align: center;
}

h1.confidencialidade {
	font-size: 12px;
	text-align: center;
}

h2.confidencialidade {
	font-size: 12px;
	text-align: justify;
}

h1.servicename {
	font-weight: bold;
	line-height: 32px;
	vertical-align: middle;
	padding-left: 10px;
	font-size: 14px;
	background-color: #69C;
	margin-top: 0px;
}

div.swal-contents {
	max-height: 16em;
	/* To be adjusted as you like */
	overflow-y: scroll;
	width: 100%;
}

div.liberados {
	float: left;
	position: relative;
	top: 0px;
	min-height: 500px;
	width: 470px;
	border: 1px solid gray;
}

div.selecionados {
	float: right;
	position: relative;
	top: 0px;
	min-height: 500px;
	width: 470px;
	border: 1px solid gray;
}


div.bHeader{
	width: 100%;
	display: flex;
	gap: 16px;
	background-color: transparent;
	height: 50px;
    box-shadow: 3px 3px 6px gray;
    border-radius: 10px;	
}

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;
	text-overflow: ellipsis;
	overflow: hidden;
	flex: 0 0 auto;
	max-width: 50%;
	white-space: nowrap;
	padding-left: 30px;
}

div.bHeader div.mLeft {
	margin-left: auto;
	margin-right: 10px;
	margin-top: auto;
	margin-bottom: auto;
}

div.bHeader div.mRight {
	margin-left: 10px;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

@media screen {
	.print_consulta:before {
		content: '\e833';
		font-size: 20px;
	}
}

div.block {
	position: relative;
	box-shadow: 0 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;
	border: 1px solid gray;
	margin-top: 25px;
	padding: 2px;
	padding-top: 20px;
}

div.block span.title {
	position: absolute;
	top: -15px;
	display: block;
	width: auto;
	height: 30px;
	line-height: 30px;
	left: 20px;
	background-color: white;
	color: #003366;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px #ccc;
}

span.link {
	color: blue;
	cursor: pointer;
}

span.link:hover {
	color: white;
	background-color: #000;
	cursor: pointer;
}

label {
	font-size: 14px;
	font-weight: bold;
}

.form-control {
	display: block;
	max-width: 100%;
	width: auto;
	min-height: calc(1.5em + 0.75rem + 2px);
	/*padding: .275rem .55rem;*/
	font-size: 1rem;
	font-weight: 400;
	line-height: 20px;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
/*	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;*/
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin-top: 5px;
	margin-bottom: 5px;
}

input {
	line-height: 20px;
	height: 30px;
	padding: 0px 0px 0px 3px;
}

select {
	line-height: 20px;
	height: 42px;
}

.form-control1
 {
	display: inline-block;
	padding: 5px 5px;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	/*-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;*/
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin-right: 3px;
}

.form-controlx {
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
	height: 2.5rem;
	border-color: #e7e9ed;
	color: #5d6778;
	text-transform: none;
}

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;
	-webkit-backface-visibility: hidden;
}

tr.trSelected>td{
	background-color: #e8ef9e;
}
