#home-landing {
    background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
    flex-direction: column;
	width: 100%;
	height: 100vh;
	min-height: 100vh;
	overflow-x: hidden;
	overflow-y: hidden;
    align-items: center;
	justify-content: center;
	z-index: 1;
}

#home-landing {
    background-image: url(../images/BlueBackground.png);
}

#home-landing .container {
	height: 400px;
}

#home-landing .PortaLogoLogin {
	width: 200px;
	height: 200px;
	background: transparent;
}

#home-landing .BoxAssinaturaTrion {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 55px;
    margin: 10px 0 0 0;
}

#home-landing .BoxAssinaturaTrion .LogoTrion {
    display: flex;
    width: 165px;
    height: auto;
    margin: 0 10px 0 0;
}



#home-landing-menu {
    background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
    flex-direction: column;
	width: 100%;
	height: 100vh;
	min-height: 100vh;
	overflow-x: hidden;
	overflow-y: hidden;
    align-items: center;
	justify-content: center;
	z-index: 1;
}

#home-landing-menu {
    background-image: url(../images/BlueBackground.png);
}


.UserBar {
    
    position: absolute;
    top: 0;
    left: 0;
    width: 450px;
    height: 80px;
    margin: 25px 0 0 25px;
    
}

.UserBar .LogoCliente {
    
    width: 80px;
    height: 80px;
    
}

.UserBar .LogoCliente .LogoCliente_Imagem {
    
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    
}

.UserBar p {
    
    margin-left: 15px;
}

.AssinaturaDhell {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 20px;
    width: 200px;
    height: 30px;
}

.AssinaturaDhell p {
    opacity: 0.5;
}





.CardLogin {
    
    height: 400px;
    /*box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 30px 0 rgba(0, 0, 0, 0.10);*/
    
}

.CardLogin .DivLogo {
    
    background: rgba(1,73,139,0.65);
    height: 400px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    
}

.CardLogin .LogoSaoWeb {
    
    display: block;
    width: 60%;
    height: auto;
    margin: 0 auto 0 auto;
    
}

.CardLogin .DivLogin {
    
    background: #f3f3f3;
    height: 400px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    
}

.CardLogin .FormLogin {
    
    width: 70%;
    
}

.CardLogin .InputTxt_Login {
    
    width: 100%;
    height: 35px;
    padding: 0 0 5px 45px; 
    margin: 0 0 10px 0;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.25);
    border-radius: 0px;
    background: #f3f3f3!important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
}

.CardLogin .LabelUser {
    
    flex-direction: column;
    justify-content: center;
    position: absolute;
    width: 35px;
    height: 35px;
    z-index: 3;
    
}

.CardLogin .LabelUser .SvgLogin {
    
    display: block;
    width: 25px;
    height: auto;
    margin: 0 auto 0 auto;
    
}

::-ms-reveal,
::-ms-clear {
  display: none !important;
}

.my-toggle {
    
    background: transparent;
    border: 0;
    border-radius: 0.25em;
    color: #888;
    cursor: pointer;
    font-size: 0.75em;
    font-weight: bold;
    margin-right: 0.5em;
    padding: 0.5em;
    text-transform: uppercase;
    -moz-appearance: none;
    -webkit-appearance: none;
    
}

.my-toggle:hover,
.my-toggle:focus {
    
    background-color: #eee;
    color: #555;
    outline: transparent;
    
}

.fill-red {
    
    fill: red;
    
}

.hideShowPassword-toggle {

    background-color: transparent;
    background-image: url('../svg/Wink.svg');
    background-position: center -3px;
    background-repeat: no-repeat;
    border: 0px solid transparent;
    border-radius: 0;
    cursor: pointer;
    font-size: 100%;
    width: 26px;
    height: 20px;
    top: 0!important;
    margin: 8px 6px 0 0!important;
    max-height: 100%;
    padding: 0;
    overflow: 'hidden';
    text-indent: -999em;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    
}

.hideShowPassword-toggle-hide {
    
    background-position: center -29px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    
}

.hideShowPassword-toggle:hover,
.hideShowPassword-toggle:focus {
    
    outline: none;
    
}


.CardLogin .BtnLogin {
    
    display: table;
    border: 0px solid rgba(48,73,92,1.0);
    background-color: #00629f;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 4px;
    color: white;
    margin: 20px auto 0 auto;
    padding: 9px 16px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    
}

.CardLogin .BtnLogin:hover,
.CardLogin .BtnLogin:focus {
    
    background:  #024e7d;
    border: 0px solid rgba(48,73,92,1.0);
    box-shadow: none;
    color: white;
    
}

    .CardLogin .TxtLembrete {
        margin: 30px 0 0 0;
    }










.Menu {

}

.Menu .container-fluid {
    width: 75%;
}

.Menu .CardMenu {
 
    background: transparent;
	border: 1px solid rgba(255,255,255,0.10);
    border-radius: 8px;
    margin-bottom: 20px;
    
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    
}

.Menu .CardMenu:hover {
 
    border: 1px solid rgba(255,255,255,0.00);
    -webkit-box-shadow: 0px 0px 16px 5px rgba(0,0,0,0.1); 
    box-shadow: 0px 0px 16px 5px rgba(0,0,0,0.1);
    
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    
}

.Menu .CardMenu .CardMenu_Imagem {
    
    height: 100px;
    
}

.Menu .CardMenu .CardMenu_Imagem img {
    
    display: block;
    width: auto;
    height: 60px;
    margin: 15px auto 8px auto;
    
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ZoomIconeMenu {
    height: 60px!important;
    
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.Menu .CardMenu .CardMenu_Conteudo {
    
    height: 60px;
    padding: 0 25px 20px 25px;
    text-align: center;
    
}

.Menu .CardMenu .CardMenu_Footer {
    
    width: 80%;
    padding: 15px 0;
    border-top: 1px solid rgba(0,0,0,0.125);
    margin: 0 auto 0 auto;
    text-align: center;
    
}

.Menu .CardMenu .CardMenu_Footer .BtnSelecionar {
    
    display: inline-flex;
    border: 0px solid rgba(48,73,92,1.0);
    background-color: #003361;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 8px;
    letter-spacing: 2px;
    color: #6dcff6;
    margin: 0 auto 0 auto;
    padding: 9px 12px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    
}

.Menu .CardMenu .CardMenu_Footer .BtnSelecionar:hover,
.Menu .CardMenu .CardMenu_Footer .BtnSelecionar:focus {
    
    background:  #024e7d;
    border: 0px solid rgba(48,73,92,1.0);
    box-shadow: none;
    color: white;
    
}






.AssinaturaSaowebIndex {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	display: flex;
	pointer-events: none;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.AssinaturaSaowebIndex img {
	width: auto;
	height: 20px;
}

.AssinaturaSaowebIndex a {
	pointer-events: auto;
	padding: 0 0 0 20px;
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.AssinaturaSaowebIndex a:hover {
	padding: 0 0 10px 20px;
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}






.Conteudo {
    width: 100%;
    padding: 200px 0 100px 0;
}

.Conteudo .CardConteudo1 {
    padding: 30px 30px;
    border-radius: 8px;
    background-color: transparent;
}

.Conteudo .CardConteudo2 {
    padding: 30px 20px;
    border-radius: 8px;
    background-color: transparent;
}

.Conteudo .CardConteudo3 {
    padding: 30px 20px;
    border-radius: 8px;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.125);
    
}

.Conteudo .Btn1 {
    display: inline-table;
    border: 0px solid rgba(48,73,92,1.0);
    background-color: #05688A;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 2px;
    color: white;
    margin: 0 auto 6px auto;
    padding: 12px 16px;
    outline: none;
    cursor: pointer;
    
}

.Conteudo .Btn2 {
    
    width: 150px;
    display: inline-table;
    border: 0px solid rgba(48,73,92,1.0);
    background-color: #00629f;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 3px;
    color: white;
    text-align: center;
    margin: 8px 10px 8px 10px;
    padding: 9px 9px;
    box-shadow: 0 0 0 3px rgba(5,104,138,0.25);
    outline: none;
    cursor: pointer;
    
}

.Conteudo .Btn1:hover,
.Conteudo .Btn1:focus,
.Conteudo .Btn2:hover,
.Conteudo .Btn2:focus,
.Conteudo .Btn4:hover,
.Conteudo .Btn4:focus {
    
    background-color: #045a78;
    box-shadow: 0 0 0 3px rgba(5,104,138,0.45);
    
}

.Conteudo .Btn3 {
    display: block;
    background-color: #05688A;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 2px;
    color: white;
    margin: 0 15px 0 0;
    padding: 12px 16px;
    outline: none;
    cursor: pointer;
    
}

.Conteudo .Btn3:hover {
    background-color: #045a78;
    box-shadow: 0 0 0 3px rgba(5,104,138,0.45);
}

.Conteudo .Btn4 {
    display: inline-flex;
    background-color: #05688A;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 2px;
    color: white;
    margin: 5px 15px 0 0;
    padding: 10px 20px;
    outline: none;
    cursor: pointer;
}


.Conteudo .BtnActions {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 130px;
    overflow: hidden;
}


.Conteudo .BtnActions p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 2px;
    color: #005a7e;
    margin: 6px 0 0 0;
}

.Conteudo .BtnActions img {
    width: auto;
    height: 70px;
    margin: 8px 0 0 0;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Conteudo .BtnActions img:hover {
    width: auto;
    height: 80px;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Conteudo .LogoEdnp {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
}

.Conteudo .DivLeft {
    text-align: left;
}

.Conteudo .DivRight {
    text-align: right;
}

.Conteudo .FormDate {
    background: white url("../svg/Calendario.svg") center right 8px no-repeat;
    background-size: 25px;
}

.OverlayScreen {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 150px;
    background: rgba(255,255,255,0.0);
    z-index: 500;
    pointer-events: none;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Show_OverlayScreen {
    background: rgba(255,255,255,0.85)!important;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}




.LabelDhell {
    user-select: none;
    cursor: pointer;
    margin-bottom: 0;
}

.LabelDhell input:checked + .checkbox {
    border-color: #05688A;
}

.LabelDhell input:checked + .checkbox svg path {
    fill: #05688A;
}

.LabelDhell input:checked + .checkbox svg polyline {
    stroke-dashoffset: 0;
}

.LabelDhell:hover .checkbox svg path {
    stroke-dashoffset: 0;
}

.LabelDhell .checkbox {
    position: relative;
    top: 4px;
    float: left;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    border: 2px solid #adb2bb;
    border-radius: 3px;
}

.LabelDhell .checkbox svg {
    position: absolute;
    top: -2px;
    left: -2px;
}

.LabelDhell .checkbox svg path {
    fill: none;
    stroke: #05688A;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 71px;
    stroke-dashoffset: 71px;
    transition: all .6s ease;
}

.LabelDhell .checkbox svg polyline {
    fill: none;
    stroke: #FFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 18px;
    stroke-dashoffset: 18px;
    transition: all .3s ease;
}

.LabelDhell > span {
    pointer-events: none;
    vertical-align: middle;
}

.DivLabelDhell {
    left: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-flex;
    margin-top: 5px;
}

.LabelDhellInvisible {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
}

.LabelForLabelDhell {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    color: #05688A;
    margin: 10px 0 0 0;
    padding: 0;
    cursor: pointer;
}

.LabelTamanho1 {
    width: 120px!important;
}








#back-to-top {
	background: #05688A;
    position: fixed;
    color: #fff;
    z-index: 50;
    bottom: -50px;
    right: 0;
    cursor: pointer;
    height: 50px;
    width: 50px;
	border-radius: 100%;
    display: block;
    text-align: center;
	margin-right: 15px;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.BackOnTop_Sobe {
    bottom: 15px!important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#back-to-top svg {
	width: 18px;
    height: auto;
}
.to-top {
    cursor: pointer;
}






















.ContainerGrade {
	width: calc(100% - 50px);
}

.ContainerGrade .form-group {
	margin: 0px;
}


.ContainerGrade .HeaderHorizontalTabelaFixa {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 50px;
	background: #0c769a;
}

.HeadersNegativa {
	background: #37c6e5!important;
	color: #0c769a!important;
	font-weight: 600;
	
}

.ContainerGrade .HeaderVerticalTabelaFixa {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 5%;
	background: #0c769a;
}

.ContainerGrade .DivPortaTabelaFixa {
	width: 95%;
}

.ContainerGrade .Texto90graus {
	transform: rotate(-90deg);
    font-size: 12px;
	letter-spacing: 2px!important;
}

.DivTabelaFixa {
	width: 100%;
	overflow: auto;
	height: 400px;
	max-height: 400px;
	padding-bottom: 20px;
	/* height: 300px; Altura da tabela caso seja necessário */
}

.TabelaFixaTrion {
	padding-bottom: 20px;
}



.TabelaGradeTrion {
	width: 100%;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.TabelaGradeTrion th,
.TabelaGradeTrion td,
.TabelaGradeTrion tr {
	padding: 0;
	vertical-align: middle;
	text-align: center;
	border: none!important;
	font-weight: normal;
	height: auto;
	max-height: auto;
}

.TabelaGradeTrion thead th{
	width: 60px;
	min-width: 40px;
	height: 40px;
	background: #0c769a;
	padding: 0;
	vertical-align: middle;
	color: white;
}

.TabelaGradeTrion thead th:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid rgba(255,255,255,0.1);
	border-left: none;
	border-top: none;
}

.TabelaGradeTrion thead th,
.TabelaGradeTrion thead th:first-child{
	position:sticky;
	top: 0;
	left:0;
	z-index:1;
}

.TabelaGradeTrion thead th:first-child{
	z-index:2;
}

.TabelaGradeTrion thead th:first-child:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: block;
	border-bottom: 1px solid #00a5c9;
}

.TabelaGradeTrion tbody th {
	background: #0c769a;
	color: white;
	width: 60px;
	max-width: 60px;
	min-width: 60px;
	height: 40px;
}

.TabelaGradeTrion tbody th:first-child {
	position: sticky;
	top: 0;
	left: 0;
}

.TabelaGradeTrion tbody th:first-child:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid rgba(255,255,255,0.1);
	border-left: none;
	border-bottom: none;
}

.TabelaGradeTrion tbody td:nth-child(1){
	background: #00a5c9;
	width: 60px;
	min-width: 60px;
	position: sticky;
	top: 0;
	left: 60px;
}

.TabelaGradeTrion .FormSmall{
	width: 100%;
	min-width: 60px;
	height: 40px;
	margin: 0;
	border-radius: 0!important;
	padding: 5px 10px!important;
	text-align: center!important;
	border:none;
	border-bottom: 1px solid rgba(0,0,0,0.1)!important;
	border-right: 1px solid rgba(0,0,0,0.1)!important;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 0.5px;
}

.TabelaGradeTrion .FormSmall:active,
.TabelaGradeTrion .FormSmall:focus {
	border: 1px solid rgba(0,139,208,0.5)!important;
	box-shadow: none;
	outline: none;
}








footer {
	width: 100%;
	height: 80px;
	background: rgba(0,0,0,0.07);
	background-size: cover;
}

footer .HeightFooter {
	height: 80px;
}

footer .Saoweb {
	width: auto;
	height: 25px;
	margin: 0 20px 0 0;
}

footer .Trion {
	width: auto;
	height: 25px;
	margin: 0 0 0 15px;
}





.CardCaixas {
	background: transparent;
	border-radius: 12px;
	padding: 30px 20px;
	margin-bottom: 30px;
	
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.CardCaixas .CardImagem {
	
}

.CardCaixas .CardFooter {
	border-top: 1px solid rgba(0,0,0,0.10);
	padding-top: 25px;
	text-align: center;
}

.CardCaixas .BtnSelecionar {
    display: inline-flex;
    background-color: #05688A;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 2px;
    color: white;
    margin: 0 auto 0 auto;
    padding: 10px 10px;
    outline: none;
    cursor: pointer;
	
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.CardCaixas .BtnSelecionar:hover {
	letter-spacing: 4px;
	
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.CardCaixas:hover {
	border: 1px solid rgba(255,255,255,0.00);
	
	-webkit-box-shadow: 0px 0px 16px 5px rgba(0,0,0,0.1); 
	box-shadow: 0px 0px 16px 5px rgba(0,0,0,0.1);
    
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}