﻿@import url("/NResponsiveLayout/Theme.Theme2018.css?37119");

.a-n-protecao, 
.a-n-protecao:link,
.a-n-protecao:visited {
    color: var(--color-n-protecao);
    text-decoration: none;
    transition: color .2s ease-in;
    -webkit-transition: color .2s ease-in;
    outline: 0 !important;
}

.TituloN {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.Heading4 {
    font-size: 16px; 
    line-height: 1.25;
}

.data {  
    background-image: url(/SimuladorNProtecao/img/calendar.png?36944); 
    background-repeat: no-repeat;
    background-position: right
}

.box {
    width: 600px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius:10px;
}

.simulation-action-card {
    border-radius:12px;
    background-color: #eee;
    padding: 20px;
    min-height:50px;
}  

label.MandatoryLabel:after {
    color: #bf1601;
    font-size: 17px;
}

.faux-red-asterisk::after{
    content: "*";
    position: absolute;
    padding: 0px 5px 5px 3px;
    color: #bf1601;
    font-size: 17px;
    font-weight: normal;
    transform: translateY(-3px);
}

.radio-invalid {
    outline: 1px solid #bf1601;
    border-radius: 50%;
    padding: 4px;
}

.info-tooltip { margin-left: 10px; }
.info-tooltip img {
    height: 19px;
    width: 19px;
}

.top-bottom-rgpd-margin {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;
}

.flex-center {
    display: flex;
    align-items: center;
}

.flex1 { flex: 1; }