html,
body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	color: #24226a;
	font-family: Roboto, Helvetica, Arial, Geneva, Tahoma;
}

@font-face {
	font-family: 'RobotoLight';
	src: url('font/RobotoCondensed-Light.eot');
	src: url('font/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'),
		url('font/RobotoCondensed-Light.woff') format('woff'),
		url('font/RobotoCondensed-Light.ttf') format('truetype'),
		url('font/RobotoCondensed-Light.svg#RobotoCondensedLight') format('svg');
}

@font-face {
	font-family: 'Roboto';
	src: url('font/RobotoCondensed-Regular.eot');
	src: url('font/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
		url('font/RobotoCondensed-Regular.woff') format('woff'),
		url('font/RobotoCondensed-Regular.ttf') format('truetype'),
		url('font/RobotoCondensed-Regular.svg#RobotoCondensedRegular') format('svg');
}

@font-face {
	font-family: 'RobotoMedium';
	src: url('font/Roboto-Medium.eot');
	src: url('font/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
		url('font/Roboto-Medium.woff') format('woff'),
		url('font/Roboto-Medium.ttf') format('truetype'),
		url('font/Roboto-Medium.svg#RobotoMedium') format('svg');
}

@font-face {
	font-family: 'RobotoBold';
	src: url('font/RobotoCondensed-Bold.eot');
	src: url('font/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),
		url('font/RobotoCondensed-Bold.woff') format('woff'),
		url('font/RobotoCondensed-Bold.ttf') format('truetype'),
		url('font/RobotoCondensed-Bold.svg#RobotoCondensedBold') format('svg');
}

header {
	background-color: #323c8e;
}

.disabled,
[disabled],
.readonly,
[readonly],
.ui-state-disabled {
	pointer-events: none;
	opacity: 0.7;
}

.disabled2,
.disabled2 [disabled] {
	pointer-events: none;
	opacity: 0.8;
}

.disabled2 .stdiv,
.disabled2 .stfld,
[disabled] .stdiv,
[disabled] .stfld {
	pointer-events: all;
}

a {
	color: #47bfd9;
	font-family: RobotoLight;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	overflow: wrap;
}

th {
	font-weight: normal;
}

table.dataTable {
	width: 100% !important;
}

table.dataTable:not(.noswt)>tbody>tr.even {
	background-color: #f0f0ff;
}

table.dataTable.noswt>tbody>tr>td {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}

table.dataTable.noswt>tbody>tr>td:not(.dataTables_empty) {
	padding: 0 !important;
}

div.dataTables_processing {
	margin-top: -16px;
}

.center,
.ctr,
.medtab td,
.divpat table td {
	text-align: center !important;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.w100,
.ctab {
	width: 100%;
}

.w99 {
	width: 99.5%;
	margin: auto;
}

.mw200 {
	min-width: 200px;
}

.mw90 {
	min-width: 87%;
}

.w60 {
	width: 60%;
}

.w40 {
	width: 40%;
}

.fw10 {
	width: 10px;
}

.fh10 {
	height: 10px;
}

.fw7 {
	width: 10%;
}

.contconv,
.dataTables_wrapper:not(.dts)>.dataTables_scroll>.dataTables_scrollBody {
	min-height: 150px;
}

.dtsp-searchPane .dataTables_scrollBody {
	height: 10vh !important;
}

.msg,
.msg>table,
.contconv {
	height: 100%;
}

.msg,
.msg>table td,
.dataTable.nodt th {
	vertical-align: top;
}

.msg:not(.w100)>table {
	height: 100%;
	/*border-left: 1px solid rgba(0, 0, 0, .2);*/
	margin-left: 2px;
}

.msg>table tr.fh10 td,
.pd10 {
	padding: 10px;
}

.msg>table td {
	padding: 5px;
	/*border-top: 1px solid rgba(0, 0, 0, .2);*/
}

.msgdiv {
	max-width: 90%;
	min-width: 30%;
	border-radius: 25px;
	border: 1px solid rgba(0, 0, 0, .1);
	margin: 3px 5px;
	clear: both;
}

.msgdiv.me {
	float: right;
	background-color: #f0f0ff;
}

.msgdiv:not(.me) {
	float: left;
	background-color: #f8f1ff;
}

.clstdmrk,
.clstdmrk a {
	background-color: #f8f1ff;
	font-family: RobotoBold;
}

.msgdiv table td {
	padding: 8px 16px;
}

.msgdiv table td[colspan] {
	padding-top: 0;
	font-size: 92%;
}

.msgdiv table,
.msgdiv table tr,
.msgdiv table td {
	border: none !important;
	margin: 0 !important;
}

.nomuser {
	font-size: 10.5pt;
	font-family: Roboto;
	color: #393938;
}

.elips {
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}

.conv.w100 .elips {
	max-width: 80vw;
}

.conv.w40 .elips {
	max-width: 29vw;
}

.msg>table tr.fh10 .elips {
	max-width: 29vw;
}

.nomconv,
.nomatr {
	font-family: RobotoBold !important;
}

.micon {
	width: 30px !important;
}

.bicon {
	width: 44px !important;
}

.ricon {
	border-radius: 50%;
	background-color: #fff;
	padding: 5px;
}

.ricon[src$="visit.svg"] {
	border: 1px solid rgba(157, 125, 204, .9);
}

.ricon[src$="patient.svg"] {
	border: 1px solid rgba(145, 196, 97, .9);
}

.ricon[src$="user.svg"] {
	border: 1px solid rgba(71, 190, 217, .9);
}

.convtab td {
	padding: 5px !important;
}

.dataTable.noswt tr:hover {
	background-color: #f0f0ff !important;
}

.hilit {
	background-color: #f0f0ff !important;
}

.bn {
	border: none !important;
}

#secinforma1 .clstab2,
#secinforma1 .clstab1,
#secinforma1,
.tabo,
#tabexp2,
.divpat,
#tabSIP21,
#tabexp,
#tabhelp {
	border-radius: 4px;
}

.logoitrend {
	position: relative;
	z-index: 3;
	text-align: left;
	font-size: 11pt !important;
}

.logoitrend img {
	background-color: #fff;
	border-radius: 7px;
	max-width: 200px;
	max-height: 32px;
	padding: 3px 5px;
	margin: 12px 7px;
	vertical-align: bottom;
}

.logoitrend span {
	display: inline-block;
	margin: 14px 7px;
}

#logout {
	position: absolute;
	top: 20px;
	right: 12px;
	z-index: 3;
	text-align: right;
}

.logoitrend,
#logout a {
	font-size: 12pt;
	font-family: Robotobold;
	font-style: italic;
	color: #fff;
}

#logout a:hover {
	filter: brightness(90%);
}

.loading {
	padding: 3%;
	text-align: center;
	font-size: 18px;
}

.loading img[src$=".svg"] {
	width: 70px !important;
}

.cntn {
	position: absolute;
	top: -7px;
	right: 0px;
	z-index: 3;
	text-align: center;
	font-size: 13px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	background-color: #fc362f;
	color: #fff;
}

.cntd {
	position: relative;
	display: inline-block;
	padding: 2px 17px 0 0;
}

.stdiv .cntd {
	padding-left: 8px !important;
	padding-right: 6px !important;
}

.sbtn {
	margin: 0 4px;
}

input:not([type="image"]),
textarea,
select,
button,
table.dataTable {
	max-width: 100% !important;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
select,
.button {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .25);
	color: #323c8e;
	border-radius: 4px;
	padding: 7px 14px 6px 14px;
	margin: 1px;
	font-size: .9em !important;
	font-family: RobotoBold !important;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
}

button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover,
.open1 a:hover,
.close1 a:hover,
.button:hover {
	background-image: linear-gradient(rgba(255, 255, 255, 0.4) 0 0);
}

[type="text"],
[type="password"],
[type="number"],
[type="email"],
.tabfrmV textarea,
.txtarea {
	color: #393938;
}

[type="radio"],
[type="checkbox"] {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.tabfrmV select {
	min-width: 90%;
}

tr[col] td {
	font-style: italic;
	background-color: rgba(0, 0, 0, .03);
}

tr[col] td.clstd2 {
	border
	/*-bottom*/
	: 1px solid #393938;
}

td[subsection] span {
	display: inline-block;
	font-family: RobotoBold;
	font-style: normal;
	padding-left: 1%;
}

tr[col] td[question] span,
tr[col] td.clstd2 span {
	display: inline-block;
	font-family: Roboto;
}

tr[col] td.clstd2 span {
	padding-left: 1%;
	font-size: 11.4pt;
	font-weight: bold;
	color: #fc362f;
}

tr[col] td[question] span {
	padding-left: 4%;
	font-size: 10.4pt;
}

tr[col][cid^="oo"] td[question] span {
	padding-left: 6%;
	font-size: 10pt;
	font-weight: bold;
	color: #24226a;
}

.elabel {
	font-size: 10.4pt;
	font-family: RobotoBold;
	color: #24226a;
	margin-top: 10px;
	font-style: italic;
}

.nomconv a {
	text-decoration: underline !important;
	font-size: 105%;
}

.open1 a,
.close1 a,
.l0 {
	font-size: 11pt;
	color: rgba(0, 0, 0, .7);
	background-color: #f0f0ff;
	border: 1px solid rgba(0, 0, 0, .25);
	font-family: RobotoLight;
	font-style: italic;
	padding: 4px 8px;
	border-radius: 4px;
	text-decoration: none;
}

.close1 {
	position: relative;
	width: 98%;
	margin: 0 auto;
	height: 35px;
}

.close1 a {
	position: absolute;
	right: 0;
}

#popup1,
#popup11 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1001;
	background-color: rgba(0, 0, 0, .5);
}

.content-popup {
	margin: 5vh 5vw;
	padding: 10px;
	min-width: 300px;
	max-width: 90vw;
	min-height: 200px;
	max-height: 90vh;
	border-radius: 4px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 5px #393938;
	overflow-y: scroll;
}

#tabhelp {
	width: 98%;
	margin: 0 auto 7px auto;
	border: 1px solid #393938;
	font-size: 10pt !important;
	color: #393938;
	padding: 3px;
	overflow-y: scroll;
}

.nobg {
	background-color: revert !important;
}

.nobrd {
	border: revert !important;
}

#tabhelp td a {
	color: #393938;
	text-decoration: none;
}

#subniv1,
.bld {
	font-family: RobotoBold;
	margin: 0;
}

#subniv1 li {
	margin: 5px 0;
}

.clsligne0 {
	background-color: #FFF;
}

.clsligne1 {
	background-color: #f0f0ff;
}

.nowrp {
	white-space: nowrap;
}

.sup {
	vertical-align: super;
	font-size: 80%;
}

.sub {
	vertical-align: sub;
	font-size: 80%;
}

.bgm {
	background-color: #f0f0ff !important;
}

.lbg {
	background-color: #f6f6f6 !important;
}

.req {
	border: 1px solid #fc362f !important;
	border-radius: 3px;
	background-color: #faf2f0 !important;
}

[type="radio"].req,
[type="checkbox"].req {
	box-shadow: 0 0 0 1px #fc362f;
}

[type="search"]:not(:placeholder-shown) {
	background-color: #f0f0ff !important;
}

.xmsg {
	float: right;
	cursor: pointer;
	padding: 0 5px;
	margin: -7px -8px 0 0;
	font-family: Helvetica, Arial;
	font-size: 125%;
}

.dtsp-name {
	font-family: RobotoLight;
	font-size: 90%;
	color: #333;
}

.dtsp-pill {
	min-width: 12px !important;
	font-size: 80% !important;
}

.dtsp-topRow {
	min-height: 3vh !important;
}

.dtsp-search {
	height: 27px !important;
}

[onclick],
.cp {
	cursor: pointer;
}

.fwd tr td:first-child {
	width: 40px;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.vam {
	vertical-align: middle !important;
}

.formtab {
	width: 99%;
	margin: auto;
	font-size: 10.5pt;
	color: #393938;
}

.formtab {
	width: 99%;
	margin: auto;
	font-size: 10.5pt;
	color: #393938;
}

.formtab td,
.formtab th {
	border: 1px solid #393938;
	padding: 5px;
	vertical-align: top;
}

.formtab .txtarea {
	font-size: 9.5pt;
}

.w45 {
	max-width: 45%;
}

div.dt-buttons {
	margin-left: 12px;
}

div.dt-buttons>.dt-button {
	padding: 3px 9px 1px 9px;
}

.ctab td,
.ctab th {
	border: none;
	text-align: center;
}

#tabexp {
	width: 93%;
	margin: 0 auto 0 auto;
	border: 1px solid #393938;
	font-size: 10pt;
	color: #393938;
	padding: 3px;
	overflow-y: scroll;
}

#tabexp td {
	padding: 4px;
	border-bottom: 1px solid #696968;
}

.tabfrmV:not(.statstb) tr:hover td:not(.clstd1):not(.clstd2) {
	background-color: #f0f0ff;
}

#tabexp label {
	position: relative;
	padding: 8px;
	color: #393938;
	font-family: RobotoBold;
	font-size: 11pt;
}

#tabexp span {
	color: #343067;
	margin: 0;
	font-family: RobotoBold;
	font-size: 08pt;
}

#tabexp .clsHos {
	margin: 0;
	color: #343067;
	font-family: RobotoBold;
	font-size: 08pt;
}

#tabexp .cslinputtxt {
	width: 130px;
}

#tabexp .clsmail {
	width: 250px;
}

.tabtd1 {
	border-bottom: 1px solid #353535;
}

.tabtd1 img {
	margin-left: 70%;
}

.pnuc {
	border: 1px solid rgba(50, 61, 142, 0.3) !important;
	background-image: linear-gradient(rgba(255, 255, 255, 0.2) 0 0);
	vertical-align: middle;
}

.fsts {
	margin-bottom: 5px;
}

.ca {
	text-transform: capitalize;
}

.uc {
	text-transform: uppercase;
}

.fsts,
.clslabel>span:first-child {
	opacity: 0.7;
	font-family: RobotoLight;
	font-size: 80%;
	text-transform: uppercase;
}

.clsbtnsave {
	text-align: center;
}

.cslspan {
	font-size: 9pt;
	color: #696968;
}

.clsupdate {
	font-size: 10pt;
	color: #6D0140;
	font-family: RobotoBold;
	font-style: italic;
}

section {
	position: relative;
	background-color: #FFF;
	width: 100%;
}

.tabs {
	position: relative;
	margin: 9px auto 5px auto;
	border: 1px solid #323c8e;
	/*page-break-before: always;
	border: 1px solid #d4def2;*/
}

tr[statsselect] select {
	margin: 0 !important;
	max-width: 17vw !important;
}

.ui-tabs-panel,
.contconv,
.ofa {
	overflow-x: auto;
	overflow-y: auto;
}

.ui-tabs .ui-tabs-panel {
	padding-bottom: 0;
}

/*_______________________  PATIENT  ____________________*/

#divinfo,
#divretour {
	position: relative;
	top: 13px;
	width: 49.5%;
	display: inline-block;
}

#divinfo {
	right: -0.2%;
	text-align: right;
}

#divretour {
	left: 0.4%;
	text-align: left;
	font-size: 11pt;
	color: #393938;
	font-style: italic;
}

#divretour a {
	font-size: 11pt;
	color: #393938;
	font-style: italic;
}

#divretour a:hover,
#tabhelp td a:hover,
a:hover {
	color: #323c8e;
}

.divpat {
	position: relative;
	width: 99.7%;
	margin: 26px auto 5px auto;
}

.divpat table {
	position: relative;
	width: 100%;
	min-height: 50px;
	font-size: 12pt;
	color: #24226a;
	border-radius: 4px;
}

.divpat table td {
	padding: 9px 7px;
}

.divpat table tr:not(:last-child) td {
	border-bottom: 1px solid #f0f0ff;
}

/*.clstdmrk img[src$=".svg"]:not(.status),
.clstdmrk [type="image"][src$=".svg"]:not(.status) {
	filter: brightness(0) invert(1);
}*/

.pr,
.loadlayer {
	position: relative;
}

.trans {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.divnext,
.divprev {
	position: relative;
	margin-top: -2px;
	margin-bottom: 7px;
	z-index: 5;
	display: inline-block;
	width: 100%;
}

.divnext {
	right: -1.4%;
	text-align: right;
}

.divprev {
	left: 0;
}

.xsicon {
	width: 16px !important;
	vertical-align: top !important;
}

.sicon,
td [type="image"][src$=".svg"],
td img[src$=".svg"] {
	width: 20px;
	vertical-align: middle;
}

/*td:has(> img[src$=".svg"]), td:has(> [type="image"][src$=".svg"]) {
	text-align: center;
}*/

.seco {
	position: absolute;
	width: 99%;
	min-height: 99%;
	left: .5%;
	top: .5%;
}

.tabo,
#tabexp2 {
	position: relative;
	width: 96%;
	margin: 20px auto;
	border: 1px solid #393938;
	font-size: 10pt;
	color: #393938;
	padding: 3px;
	overflow-y: scroll;
}

.tabo td,
#tabexp2 td,
#tabhelp td {
	padding: 9px;
	border-bottom: 1px solid rgba(0, 0, 0, .25);
}

td label:not([class]) {
	color: #393938;
	font-family: RobotoBold;
	font-size: 10pt;
}

tr.nobb th,
tr.nobb td {
	border-bottom: none !important;
}

tr.nobt th,
tr.nobt td {
	border-top: none !important;
}

tr.nopt th,
tr.nopt td {
	padding-top: 0 !important;
}

.clstd {
	background-color: #47bed9;
	font-size: 15pt;
	color: #fff;
	text-align: center;
}

.clstd0,
.clstd1 {
	border-bottom: 1px solid #24226a;
	text-align: center;
	font-family: RobotoBold;
}

.clstd0 {
	background-color: #323c8e;
	font-size: 14pt;
	color: #fff;
}

.clstd1 {
	font-size: 12pt;
	color: #323c8e;
}

.clsmsg {
	text-align: center !important;
	font-size: 16px !important;
	padding: 9px !important;
	border-radius: 4px;
}

.flag.eror {
	filter: invert(35%) sepia(52%) saturate(4551%) hue-rotate(342deg) brightness(101%) contrast(109%);
}

.flag.inval {
	filter: invert(49%) sepia(80%) saturate(1661%) hue-rotate(1deg) brightness(104%) contrast(105%);
}

.flag.quest {
	filter: invert(80%) sepia(23%) saturate(3701%) hue-rotate(5deg) brightness(101%) contrast(101%);
}

.flag.vald {
	filter: invert(69%) sepia(95%) saturate(420%) hue-rotate(48deg) brightness(88%) contrast(95%);
}

.flag.comm {
	filter: invert(62%) sepia(48%) saturate(6883%) hue-rotate(190deg) brightness(93%) contrast(91%);
}

.st.eror {
	color: #fc3831;
}

.st.inval {
	color: #ff8400;
}

.st.quest {
	color: #f2ca00;
}

.st.vald {
	color: #59d726;
}

.st.comm {
	color: #2b88e4;
}

.pnuc.errorbg {
	background-color: rgba(252, 56, 49, 1) !important;
}

.errorbg {
	background-color: rgba(252, 56, 49, .1) !important;
	border: 1px solid rgba(252, 56, 49, .4);
}

.pnuc.icmpbg {
	background-color: rgba(255, 132, 0, 1) !important;
}

.incmpbg {
	background-color: rgba(255, 132, 0, .1) !important;
	border: 1px solid rgba(255, 132, 0, .4);
}

.pnuc.alertbg {
	background-color: rgba(253, 194, 0, 1) !important;
}

.alertbg {
	background-color: rgba(253, 194, 0, .1) !important;
	border: 1px solid rgba(253, 194, 0, .4);
}

.pnuc.okbg {
	background-color: rgba(145, 196, 97, 1) !important;
}

.okbg {
	background-color: rgba(145, 196, 97, .1) !important;
	border: 1px solid rgba(145, 196, 97, .4);
}

.pnuc.infobg {
	background-color: rgba(71, 190, 217, 1) !important;
}

.infobg {
	background-color: rgba(71, 190, 217, .1) !important;
	border: 1px solid rgba(71, 190, 217, .4);
}

.pnuc.bluebg {
	background-color: rgba(50, 61, 143, 1) !important;
}

.bluebg {
	background-color: rgba(50, 61, 143, .1) !important;
	border: 1px solid rgba(50, 61, 143, .4);
}

.pnuc.warnbg {
	background-color: rgba(157, 125, 204, 1) !important;
}

.warnbg {
	background-color: rgba(157, 125, 204, .1) !important;
	border: 1px solid rgba(157, 125, 204, .4);
}

.error:not([disabled]) {
	color: #fc362f !important;
}

.error:not([disabled]).wbrd {
	border: 1px solid #fc362f;
}

.incmp:not([disabled]) {
	color: #ff8400 !important;
}

.incmp:not([disabled]).wbrd {
	border: 1px solid #ff8400;
}

.alert:not([disabled]) {
	color: #fdc400 !important;
}

.alert:not([disabled]).wbrd {
	border: 1px solid #fdc400;
}

.ok:not([disabled]) {
	color: #91c461 !important;
}

.ok:not([disabled]).wbrd {
	border: 1px solid #91c461;
}

.info:not([disabled]) {
	color: #47bfd9 !important;
}

.info:not([disabled]).wbrd {
	border: 1px solid #47bfd9;
}

.blue:not([disabled]) {
	color: #323c8e !important;
}

.blue:not([disabled]).wbrd {
	border: 1px solid #323c8e;
}

.warn:not([disabled]) {
	color: #9c7dcc !important;
}

.warn:not([disabled]).wbrd {
	border: 1px solid #9c7dcc;
}

.lmtxt {
	font-size: 12.5pt;
	font-family: RobotoLight;
}

.tabfrmV label.nowrp {
	font-size: 10pt;
}

.tabfrmV {
	width: 100%;
	background-color: #FFF;
}

.tabfrmV td:empty {
	width: 0;
}

.tabfrmV td[question],
.tabfrmV td[field] {
	vertical-align: bottom;
}

.tabfrmV td {
	padding: 7px;
	font-size: 11pt;
	color: #393938;
	font-family: RobotoLight;
}

.tabfrmV .clstd1 {
	font-size: 13.5pt;
	color: #393938;
	font-family: Roboto;
	border: 1px solid #323c8e;
}

.tabfrmV.statstb .clstd1 {
	font-size: 12pt;
}

.msgtab,
.statstab,
.prgtab {
	padding-left: 14px !important;
}

.msgtab a,
.statstab a,
.prgtab a {
	padding-left: 27px !important;
	font-family: Roboto;
}

.msgtab a {
	background: url(../images/mail.svg) no-repeat left center;
}

.msgtab.ui-state-hover a {
	background-image: url(../images/mailh.svg);
}

.msgtab.ui-state-active a {
	background-image: url(../images/maila.svg);
}

.statstab a {
	background: url(../images/stats.svg) no-repeat left center;
}

.statstab.ui-state-hover a {
	background-image: url(../images/statsh.svg);
}

.statstab.ui-state-active a {
	background-image: url(../images/statsa.svg);
}

.prgtab a {
	background: url(../images/prg.svg) no-repeat left center;
}

.prgtab.ui-state-hover a {
	background-image: url(../images/prgh.svg);
}

.prgtab.ui-state-active a {
	background-image: url(../images/prga.svg);
}

.lbtab:not(.ui-state-active):not(.ui-state-hover),
.btab,
.tabfrmV .clstd1[colspan] {
	background-color: #d4def2 !important;
}

.btab {
	border: none !important;
}

.lbtab:not(.ui-state-active):not(.ui-state-hover) a {
	color: #323c8e !important;
}

.btab {
	border-width: 1px;
	border-style: solid;
	border-collapse: separate;
}

.tabfrmV .clstd1[colspan] {
	padding: 10px 7px;
}

.tabfrmV .clstd2 {
	font-size: 12pt;
	color: #24226a;
	font-family: RobotoBold;
	font-style: italic;
	padding: 17px 7px 7px 7px;
	border-top: 2px dotted #d4def2;
	border-bottom: none;
}

.details {
	font-size: 9.5pt;
	font-family: RobotoLight;
	color: #696968;
	padding-left: 10px;
	font-style: italic;
}

.ui-progressbar {
	position: relative;
	width: 99.7%;
	margin: -4px auto;
	height: 24px;
	-moz-box-shadow: 1px 2px 4px #b5b5b5;
	-webkit-box-shadow: 1px 2px 4px #b5b5b5;
	box-shadow: 1px 2px 4px #b5b5b5;
	background-color: #fdc400;
}

.ui-progressbar-value {
	background-color: #91c461;
}

.progress-label {
	position: absolute;
	left: 50%;
	top: 5px;
	font-size: 15px;
	font-family: RobotoBold;
	color: rgba(0, 0, 0, .65);
}

.tabfrmV textarea,
.txtarea {
	height: 24px;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, .45);
}

.tabfrmV textarea:focus,
.txtarea:focus {
	border: 1px solid rgba(0, 0, 0, .45);
}

.pad0 {
	padding: 0 !important;
}

b,
pre {
	font-family: Roboto;
}

pre {
	font-size: 1em;
	padding: 0;
	margin: 0;
	white-space: pre-wrap;
}

[contenteditable] {
	display: inline-block;
	min-width: 100px;
	max-width: 99%;
	height: 17px;
	border-bottom: 1px solid rgba(0, 0, 0, .45);
}

form[name^="frm"] {
	width: 100%;
	overflow: auto;
}

.vh {
	visibility: hidden;
}

.dn,
option[disabled] {
	display: none !important;
}

.db {
	display: block;
}

.dib,
.conv,
.msg,
.loadlayer {
	display: inline-block;
}

.vihi {
	visibility: hidden;
}

.hid {
	width: 0 !important;
	height: 0 !important;
	border: none !important;
	outline: none !important;
}

.loadlayer:not(.sml),
.vihi:not(.sml) {
	min-width: 140px;
	min-height: 100px;
}

.loadlayer:after,
.vihi:after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	visibility: visible;
	content: '';
	background: rgba(255, 255, 255, .5) url(../images/loading.svg) no-repeat center center;
	color: #323c8e;
}

.loadlayer:not(.sml):after,
.vihi:not(.sml):after {
	padding: 10px;
}

.loadlayer.sml:after {
	background-size: contain;
}

.vihi.sml:after {
	background-color: transparent;
	background-size: contain;
	padding: 0;
}

.vihi.sml {
	min-width: 45px;
	min-height: 30px;
	margin: 10%;
}

.nomtb {
	margin-top: 0;
	margin-bottom: 0;
}

.aefl {
	font-size: 9.5pt;
	font-family: RobotoLight;
}

.mtb1 {
	margin-top: 2px;
	margin-bottom: 2px;
}

.pl20 {
	padding-left: 20px;
}

.wsp {
	white-space: pre-wrap;
}

.stdiv,
.stfld {
	min-width: 36px;
}

.fdr {
	display: flex;
	flex-direction: row;
}

.dispf,
#mhed_01234567 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.dispf {
	align-items: end;
}

#mhed_01234567,
.aic,
.fdr {
	align-items: center;
}

.mndiv,
.fieldiv:not(.st) {
	padding-right: 12px;
}

.fieldiv.st {
	padding-right: 6px;
}

.pstdiv {
	font-size: 85%;
}

.fieldiv,
.stfld,
.stdiv,
.nomatr {
	display: flex;
	align-items: center;
	font-family: Roboto;
}

.f1 {
	flex: 1;
}

.fdc {
	flex-direction: column;
}

.aifs {
	align-items: flex-start;
}

.jcfe {
	justify-content: flex-end;
}

.fieldiv textarea,
.fieldiv [type="text"]:not([size]),
.fieldiv [type="password"]:not([size]),
.fieldiv [type="number"]:not([size]),
.txtarea {
	width: 99%;
}

@media (min-width: 768px) {

	.divnext,
	.divprev {
		width: 49.5%;
	}

	.tabfrmV:not(.statstb) td:first-child:not([colspan]) {
		width: 30%;
		min-width: 300px;
	}

	.fieldiv textarea,
	.fieldiv [type="text"]:not([size]),
	.fieldiv [type="password"]:not([size]),
	.fieldiv [type="number"]:not([size]),
	.txtarea {
		width: 90%;
	}

	.tabfrmV select {
		min-width: 33%;
	}

	.msg>table tr.fh10 .elips {
		max-width: 50vw;
	}
}

@media (max-width: 767px) {

	.ui-tabs .ui-tabs-panel {
		padding: 1em .5em 0 .5em !important;
	}
}