@font-face{
	font-family:roboto;
	src:url(_font.ttf);
}

*{
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	word-wrap:break-word;
	padding:0;
	margin:0;
	font-family:roboto;		
}

body, table{
	font-size: 14px;
}

a{
	text-decoration: none;
	color: #007bff;
}
a:hover{
	color: #000000;
}

button:focus {
	outline: none;
}

div{
	
}

/* Geral ------------------------------------------------------------ */

.hui{
	height: 100vh;
    width: 100vw;
    padding: 0;
    margin: 0;        
    overflow: hidden;   
}

.hLck{
	z-index: 900000;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;	
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center
}

.hMsgWin{
	background: #FFF;	
	min-width: 300px;	
	padding: 18px;	
	border-radius: 4px;
	display: flex;
	flex-direction: column;
}

.hMsgHdr{
	font-weight: bold;
	font-size: 17px;
	padding-bottom: 10px;	
}

.hMsgBdy{
	height: 100%;
	overflow: auto;
}

.hMsgErr{
	background: #ffcdd2;
}

.hMsgBtn{	
	display: flex;	
	width: 100%;
	justify-content: center;
	margin-top: 20px;
}

.hMsgBtn button{	
	height: 44px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	width: 130px;
	color: #FFF;	
	border: none;	
}

.hMsgTbl{
	table-layout: fixed;
	width: 100%;
}

.hMsgTbl td{
	text-align: center;
	font-size: 17px;
	line-height: 30px;
}

.hMsgTimHdr{
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
	background: #f1f1f1;
}

.hMsgSel{
	background: #43a047;
	color: #FFF;
	font-weight: bold;
}

.hMsgDatHdr{
	display: flex;
	width: 100%;
	align-items: center;
}

.hMsgDatHdr i{
	font-size: 30px;
}

.hMsgCnt{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-weight: bold;
}

.hMsgCnt img{
	height: 100px;
	max-height: 45%;
}

.hMsgCnt span{
	text-align: center;
	font-size: 15px;
	margin-top: 15px;
}

.hSpn{
	border: 3px solid rgba(255, 255, 255, 0.25);
	border-top-color: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	animation: rotation .8s ease infinite;
}

@keyframes rotation{
  from{
    transform: rotate(0deg);
  }
  to{
    transform: rotate(360deg);
  }
}

.hTip{
	top: 0;
	left: 0;
	position: absolute;	
	z-index: 10000;	
	display: flex;	
	flex-direction: column;
	align-items: center;
}
.hTipBdy{
	background-color: #000;	
	color: #FFF;
	padding: 10px;
}
/* Load ------------------------------------------------------------- */

.hLoa{
	width: 100%;
	height: 100%;		
}

/* Cols ------------------------------------------------------------- */

.hCol{
	display: flex;
	height: 100%;
	width: 100%;
	flex-direction: row;
	align-items: stretch;
	background: #F7F7F7;
}

.hColItm{
	height: 100%;	
	overflow: hidden;
}

/* Row -------------------------------------------------------------- */

.hRow{	
	display: flex;
	height: 100%;
	width: 100%;
	flex-direction: column;
	background: #F7F7F7;
}

.hRowItm{	
	width:100%;
	overflow: hidden;	
}

.hRowScr{
	height: 100%;
	overflow: auto;
}

/* ResizeCol -------------------------------------------------------- */

.hRszColSep{
	min-width: 6px;
	cursor: col-resize;
}

.hRszColBar{
	position: absolute;
	background: #F1F1F1;
	z-index: 10000;
}


/* ResizeRow -------------------------------------------------------- */

.hRszRowSep{
	min-height: 6px;
	width: 100%;
	cursor: row-resize;
}

.hRszRowBar{
	position: absolute;
	background: #F1F1F1;
	z-index: 10000;
}

/* Panel ------------------------------------------------------------ */

.hPnl{
	width: 100%;
	height: 100%;
	overflow: auto;
	font-size: 13px;
	border: 1px solid #CECECE;
	background: #FFF;
}

/* Dialog ----------------------------------------------------------- */

.hDlg{
	position: absolute;
	display: flex;
	flex-direction: column;		
	border: 1px solid #CECECE;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	background: #F7F7F7;
}

.hDlgHdr{
	height: 30px;
	display: flex;
	align-items: center;
	background: #dee1e6;
	background: linear-gradient(0deg, rgba(230,230,230,1) 0%, rgba(200,200,200,1) 100%);	
	cursor: move;
}

.hDlgHdrIco{
	width: 50px;	
	text-align: center;	
}
.hDlgHdrIco i{
	font-size: 22px;
}

.hDlgHdrTit{
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}

.hDlgHdrOpt{
	width: 80px;	
	text-align: right;
	padding-right: 5px;
}

.hDlgHdrOpt i{
	padding: 0 3px;
	cursor: pointer;
	font-size: 22px;
}

.hDlgBdy{
	flex: 1;
	overflow: hidden;
}

.hDlgFot{
	height: 12px;
	text-align: right;
	display: flex;
	justify-content: flex-end;
}

.hDlgFotRsz{
	width: 0;
    height: 0;
    border-top: none;
    border-bottom: 12px solid #CECECE;
    border-left: 12px solid transparent;
    cursor: nwse-resize;
}

.hDlgBdr{
	position: absolute;
	border: 3px solid #DDD;
	z-index: 10000;
}

/* Form ------------------------------------------------------------- */

.hFrm{
	display: flex;
	height: 100%;
	width: 100%;	
	flex-direction: column;
}

.hFrmHdr{
	min-height: 35px;
	text-align: center;
	line-height: 35px;
	font-weight: bold;
	font-size: 16px;
}

.hFrmBdy{
	flex-grow: 1;	
	padding: 0 10px;
	overflow: auto;
}

.hFrmItm{
	margin-top: 5px;
}

.hFrmFot{
	padding-top: 5px;
	min-height: 50px;
	display: flex;
	justify-content: center;		
}

.hFrmLoa{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hFrmLoa img{
	width: 60%;
	max-width: 200px;
}

/* FormField -------------------------------------------------------- */
.hFrfRow{
	margin-bottom: 10px;
}

.hFrfRowLbl{
	padding-bottom: 5px;
	font-size: 14px;
}

.hFrfRowFld{	
}

.hFrfColFld{
	flex-grow: 1;
	display: flex;
	align-items: center;	
}

.hFrfRowErr{
	color: #F00;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
}

.hFrfCol{	
	display: flex;
	align-items: center;
}

.hFrfColLbl{	
	font-size: 14px;
}

.hFrfColErr{
	white-space: nowrap;
	color: #F00;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
}

/* Edit, Password e TextArea ---------------------------------------- */

.hEdt, .hPwd, .hTxt, .hFnd, .hFndIpt, .hSer input{
	height: 35px;	
	border: 1px solid #ced4da;
	border-radius: 4px;
	font-size: 14px;
	padding: 0 6px;
	background: #FFFF;
}

.hEdt:focus, .hPwd:focus, .hTxt:focus, .hFnd:focus, .hFndIpt:focus, .hSer input:focus{
	border: 1px solid #e5e500;	
	background: #ffffe5;
	outline: none;	
}

.hTxt{
	padding: 6px;
}

/* Button ----------------------------------------------------------- */

.hBtn{
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #28a745;
	border: transparent;
	border-radius: 4px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	margin: 0 4px;	
}

.hBtn i{
	margin-right: 5px;
	font-size: 20px;	
}

/* Combobox --------------------------------------------------------- */

.hCbb{
	max-width: 100%;
	font-size: 13px;
	padding: 4px;
}

.hCbbRsh{
	height: 30px;
	display: flex;
	align-items: center;	
}

.hCbb, .hCbbSel, .hSer select{			
	height: 35px;
	line-height: 35px;
	border: 1px solid #ced4da;
	border-radius: 4px;
	font-size: 14px;
	padding: 0 6px;
	background: #FFF;
}

.hCbbSel option, .hCbb option{
	padding: 5px;
}


.hCbbSel{
	max-width: calc(100% - 30px);
}

.hCbbRsh i{
	padding: 5px;
	cursor: pointer;
}

/* FindEdit --------------------------------------------------------- */

.hFnd{	
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.hFndTxt{
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
}
.hFndIco, .hFndDel{
	font-size: 22px;
	padding: 0 5px;
	cursor: pointer;
}

.hFndOpc{	
	border: 1px solid #CECECE;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	background: #F7F7F7;
	position: absolute;
	z-index: 10000;
	display: flex;	
	flex-direction: column;
	height: 100%;
}

.hFndFrm{
	display: flex;
	align-items: center;
	width: 100%;
	overflow: hidden;
	padding: 0 8px;
	border-bottom: 1px solid #CECECE;	
	min-height: 46px;
}

.hFndLbl{	
	width: 130px;
}

.hFndIpt{
	width: 100%;	
}

.hFndBtn{
	width: 100px;
			
	height: 35px;	
	background: #28a745;
	border: transparent;
	border-radius: 4px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	margin: 0 4px;
}

.hFndRes{	
	flex-grow: 1;
	overflow: auto;	
	
}

.hFndItm{
	padding: 0 10px;
	line-height: 32px;
}

.hFndItm:hover{
	background: #1e90ff;
	color: #FFF;
}

.hFndLoa{
	background: green;
}

/* Tab -------------------------------------------------------------- */

.hTab{		
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.hTabScr{
	padding: 0 10px;
	cursor: pointer;
	font-size:22px;	
}

.hTabHdr{
	height: 50px;
	display: flex;
	align-items: center;
	border-bottom: 8px solid #11283f;
}
.hTabHdrItm{
	flex: 1;
	display: flex;
	align-items: flex-end;
	height: 100%;
	overflow-x: hidden;
}

.hTabHdrSel, .hTabHdrNor{
	cursor: pointer;
	padding: 10px 12px 0 12px;	
	height: 37px;	
	cursor: pointer;	
	margin-right: 5px;
	white-space: nowrap;	
}

.hTabHdrSel{	
	background-color: #11283f;
	color: #FFFFFF;
	font-weight: bold;	
}

.hTabHdrNor{	
	border-left: 1px solid #11283f;
	border-right: 1px solid #11283f;
	border-top: 1px solid #11283f;
}

.hTabHdrCls{
	position: relative;	
	top: -6px;
	right: -6px;
	font-size: 16px;
}


.hTabBdy{
	flex: 1;
	overflow: hidden;
}

.hTabBdyItm{
	height: 100%;
	width: 100%;	
	overflow: hidden;	
}

/* Accordion -------------------------------------------------------- */
.hAcc{
	display: flex;
	height: 100%;
	width: 100%;
	flex-direction: column;
	background: #11283f;
}

.hAccHdr{
	min-height: 40px;
	background: #F1F1F1;
	display: flex;
	align-items: center;
	cursor: pointer;		
}

.hAccHdr span{
	flex: 1;
}

.hAccHdr i{
	padding-right: 10px;
	font-size: 22px;
}


.hAccBdy{
	flex: 1;
	overflow: hidden;
}

/* Grid ------------------------------------------------------------- */

.hGrd{
	border: 1px solid #000;
	height: 100%;
	width: 100%;
	display: flex;	
	flex-direction: column;
}


.hGdrTbl{
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;	
}
.hGdrTbl tr th{	
	border-right: 1px solid #AAA;	
    border-bottom: 1px solid #AAA;
    height: 40px;
	background: #24394e;
	color: white;
	cursor: pointer;
}

.hGdrTbl tr td{
	padding: 4px;
	border-right: 1px solid #AAA;	
    border-bottom: 1px solid #AAA;
    cursor: pointer;
}

.hGdrHdrCol{
	display: flex;
	align-items: center;
}

.hGdrHdrCol div{
	flex: 1;
}

.hGdrHdrCol i{
	font-size: 16px;
	padding-bottom: 10px;
	margin-right: 5px;
}

.hGdrSel{
	background: #64b5f6;	
}

.hGrdRes{	
	width: 7px;
	cursor: ew-resize;	
	height: 39px;
}

.hGrdBdy{
	flex: 1;
	overflow-y: scroll;
}

.hGrdNav{
	width: 100%;
	display: flex;	
	align-items: center;
	background: #24394e;	
	height: 40px;
	color: #FFF;
}

.hGrdNav i{
	padding: 5px;
	cursor: pointer;
	font-size: 22px;
}

.hGrdNav div{
	flex: 1;
	text-align: center;
}

.hGdrBar{
	position: absolute;
	background: #DDD;
	z-index: 10000;
	width: 5px;
}

.hGdrPop{	
	position: absolute;
	z-index: 10000;
	display: flex;
	flex-direction: column;		
	border: 1px solid #CECECE;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	background: #F7F7F7;
}

.hGdrPop div{
	padding: 4px;
	display: flex;
	cursor: pointer;
	align-items: center;
}

.hGdrPop div:hover{
	background-color: #D1D1D1;
}

.hGdrPop div i{
	padding-right: 4px;
	font-size: 22px;	
}

/* ListMenu --------------------------------------------------------- */
.hLmu{
	width: 100%;
	height: 100%;
	overflow: auto;
	font-size: 13px;
	border: 1px solid #CECECE;
	background: #FFF;
}

.hLmuItm{
	display: flex;	
	align-items: center;
	padding: 10px 10px 10px 0;	
	font-weight: bold;
	cursor: pointer;
}

.hLmuItm i{
	display: inline-block;
	width: 40px;
	text-align: center;
	font-size: 20px;	
}

.hLmuItm span{
	font-size: 14px;
}

.hLmuItm:hover{
	background: #DDD;
}

.hLmuItemSel{
	color: #64b5f6;
}

/* Desktop ---------------------------------------------------------- */
.hDsk{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;	
	background: #11283f;
}

.hDskNor, .hDskSel{
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;	
	border: transparent;
	border-radius: 4px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	padding: 0 10px;	
	margin-left: 8px;
}

.hDskNor i, .hDskSel i{
	margin-right: 5px;
	font-size: 20px;
}

.hDskSel{
	background: #64b5f6;
}

/* Inline ----------------------------------------------------------- */
.hInl{
	display: flex;
}

/* Align ------------------------------------------------------------ */
.hAlg{
	display: flex;
	width: 100%;
	height: 100%;	
}

/* ListData --------------------------------------------------------- */
.hLst{
	border: 1px solid #000;
	height: 100%;
	width: 100%;
	display: flex;	
	flex-direction: column;
}

.hLstTbl{
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;	
}
.hLstTbl tr th{	
	border-right: 1px solid #AAA;	
    border-bottom: 1px solid #AAA;
    height: 40px;
	background: #24394e;
	color: white;
	cursor: pointer;
}

.hLstTbl tr td{
	padding: 4px;
	border-right: 1px solid #AAA;	
    border-bottom: 1px solid #AAA;    
}

.hLstHdrCol{
	display: flex;
	align-items: center;
}

.hLstHdrCol div{
	flex: 1;
}

.hLstHdrCol i{
	font-size: 16px;
	padding-bottom: 10px;
	margin-right: 5px;
}

.hLstRes{	
	width: 7px;
	cursor: ew-resize;	
	height: 39px;
}

.hLstBdy{
	flex: 1;
	overflow-y: scroll;
}

.hLstIco{
	padding: 2px;
	cursor: pointer;
	font-size: 24px;
}

.hLstNav{
	width: 100%;
	display: flex;		
	background: #24394e;	
	height: 40px;
	color: #FFF;
}


.hLstNavBtn{
	width: 250px;
	display: flex;
	align-items: center;
}
.hLstNavBtn div{
	flex-grow: 1;
	text-align: center;
}

.hLstNavBtn i{
	padding: 5px;
	cursor: pointer;
	font-size: 22px;
}

.hLstNavLeg{
	width: 250px;
	display: flex;
	align-items: center;
	flex-grow: 1;
}

.hLstNavLeg i{
	padding: 0 5px 0 10px;
	cursor: pointer;
	font-size: 24px;
}

.hLstBar{
	position: absolute;
	background: #DDD;
	z-index: 10000;
	width: 5px;
}

.hLstPop{	
	position: absolute;
	z-index: 10000;
	display: flex;
	flex-direction: column;		
	border: 1px solid #CECECE;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	background: #F7F7F7;
}

.hLstPop div{
	padding: 4px;
	display: flex;
	cursor: pointer;
	align-items: center;
}

.hLstPop div:hover{
	background-color: #D1D1D1;
}

.hLstPop div i{
	padding-right: 4px;
	font-size: 22px;	
}

/* MultCheck -------------------------------------------------------- */

.hMck{
	overflow: auto;
}

.hMck label{
	display: flex;
	align-items: center;
	padding: 5px 0;
	cursor: pointer;
}

.hMck input{
	margin: 0 10px 0 10px;
	transform: scale(1.3);
}

/* ChartJS ---------------------------------------------------------- */
.hCht{
	border: 1px solid #CECECE;
}

/* Interval --------------------------------------------------------- */

.hIntDat{
	display: flex;
	align-items: center;
}

.hIntDat input{
	width: 160px;
}
.hIntDat div{
	width: 150px;
	text-align: center;
}

.hIntDia{
	font-weight: bold;
}

.hIntHor{
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
}

.hIntInf{
	font-size: 11px;
	text-align: center;	
	height: 24px;
}

.hIntNor, .hIntLck, .hIntStt, .hIntSel, .hIntIni{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 45px;
	margin: 2px;		
}

.hIntNor{
	background-color: #DDD;
	cursor: pointer;
}

.hIntLck{	
	background-color: #d73737;
	color: #FFF;
	cursor: not-allowed;
}

.hIntStt{
	background-color: #179e1e;	
	color: #FFF;
	cursor: pointer;
}

.hIntIni{
	background-color: #cccc00;
	color: #FFF;
	cursor: pointer;
}

/* Servicos --------------------------------------------------------- */
.hSerLck{
	background: #DDD !important;
}

.hSerPro{
	height: 315px;
	overflow-y: auto;
}

.hSerMny{
	text-align: right;
}

.hSerTot{	
	padding: 10px;
	background: #ffdea3;
}

.hSerPag{
	margin-top: 5px;
	background: #c7d1ef;
	padding: 10px;
	display: flex;
	justify-content: space-between;
}

.hSerPag div{	
	flex-grow: 1;
	text-align: center;
	padding: 4px;
	font-size: 16px;
}
.hSerPag div span{
	font-weight: bold;	
}

.hSerIco{
	font-size: 20px;
	font-weight: bold;
	padding: 0 10px 0 2px;	
}
.hSerIptIco{
	display: flex;
	align-items: center;
}

/* Status ----------------------------------------------------------- */
.hSts{
	display: flex;
	padding: 4px 0 6px 0;
}

.hSts div{
	flex: 1;
	text-align: center;
	padding: 8px 0;
	cursor: pointer;
	margin-left: 20px;
	border: 1px solid #BBB;
	font-size: 15px;
}

.hSts div:first-child{
	margin-left: 0px !important;
}

.hStsSel{
	color: #FFFF;
	font-weight: bold;
	border: 0 !important;
}
