.evo-row-header {
    /*border: 3px solid rgb(46 77 160);*/
    padding: 0.5em;
    background-color: #f5f4f4;
    /*border-radius: 15px;*/

    border-top: 3px solid rgb(46 77 160);
    /*border-bottom: 3px solid rgb(46 77 160);*/
}

.row-info__level1--service {
    margin-left: 2em;
    padding: 0.5em 0.5em 0.5em 1em;
    display: block;
    border-left: thick solid;
}

.row-info__level1--service-with-l2 {
    padding: 0.5em 0.5em 0.5em 1em;
    display: block;
}

.row-info__level1--registry {
    margin-left: 2em;
    padding: 0.5em 0.5em 0.5em 1em;
    display: block;
    border-left: thick solid;
}

.row-info__level2--registry{
    padding: 1em 2em 1em 1em;
    display: block;
}

.row-info__level1--goals {
    margin-left: 2em;
    padding: 0.5em 0.5em 0.5em 1em;
    display: block;
    border-left: thick solid;
}
.row-info__level1--comm {
    margin-left: 2em;
    padding: 0.5em 0.5em 1em 1em;
    display: block;
    border-left: thick solid;
}

.row-info__level2--comm {
    display: flex;
    margin-top: 1em;
}
.row-info__level1--eval {
    margin-left: 2em;
    padding: 0.5em 0.5em 0.5em 1em;
    display: block;
    border-left: thick solid;
}

.row-info__level2--eval {
    display: flex;
    margin-top: 1em;
}
.row-info__level2--service {
    margin-bottom: 0;
    padding-bottom: 1em;
}

.left-line {
    border-left: thick solid;
    margin-left: 2em;
}

.activity__table {
    margin-top: 1em;
}

.activity__th {
    padding: 0.75em 0 0 0;
}

.activity__td {
    padding: 0.25em 0;
}

.constants {
    margin-top: 1em;
}

.constants__th {
    padding: 0.75em 0 0 0;
}

.constants__td {
    text-align: center;
    padding: 0.5em 1em 0.5em;
}

.noc-header {
    display: flex;
    background-color: #2e4da0;
    padding: 0.3em;
    color: white;
}

.noc-header__title--id {
    flex: 0.5;
}

.noc-header__title--name {
    flex: 2;
}
.noc-header__title--value-header {
    flex: 1;
    text-align: center;
}

.subnoc {
    display: flex;
    margin: 0.5em;
}

.subnoc__title--id {
    flex: 0.5;
}

.subnoc__title--name {
    flex: 2;
}
.subnoc__value {
    flex: 1;
    text-align: center;
}

.date-header {
    border: 1px solid #2e4da0;
    display: inline;
    padding: 0.5em;
    background-color: #2e4da0;
    color: white;
    border-radius: 5px;
}

.filling {
    padding: 0.5em;
}

.evo-header__title--incident {
    color: #c72323;
    font-size: 2em;
    font-weight: bold;
    margin: 0 0.1em;
}

.evo-header__title--goals {
    color: #64bf55;
    font-size: 2em;
    font-weight: bold;
    margin: 0 0.1em;
}

.evo-header__title--services {
    color: #2e4da0;
    font-size: 2em;
    font-weight: bold;
    margin: 0 0.1em;
}

.evo-header__title--registry {
    color: #3f5e38;
    font-size: 2em;
    font-weight: bold;
    margin: 0 0.1em;
}

.evo-header__title--evaluation {
    color: #4978ac;
    font-size: 2em;
    font-weight: bold;
    margin: 0 0.1em;
}

.evo-header__title--communication {
    color: #b1d944;
    font-size: 2em;
    font-weight: bold;
    margin: 0 0.1em;
}

.evo-header__type-icon {
    width: 20px;
    margin: 0 0.2em 0 0.1em;
}
.evo-header__impr-icon {
    width: 20px;
    margin: 0 0.1em 0 0.2em;
}

.evo-header__expand-icon {
    width: 20px;
}

.evo-header__type-title {
    font-size: 2em;
    font-weight: bold;
    margin: 0 0.1em;
}

.evo-header__date-block {
    font-style: italic;
    margin: 0 0.2em;
    font-weight: bold;
}

.evo-header__prof-name-block {
    font-size: 1.5em;
    margin: 0 0.2em;
}

.evolutivo-panel__container {
    padding: 3em 9em;
    display: flex;
    flex-direction: column;
}

#evolutivo-show-more-btn-container {
       margin-top: 2em;
       align-self: center;
}

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

.extra-right-padding {
    padding-right: 2em;
}

.evo-header__job {
    color: #7fb2bc;
    letter-spacing: 0;
    font-size: 1.5em;
}

.evo-filter__container {
    padding: 1em;
    display: flex;
    flex-direction: row;
    background-color: #d9e2e8;
    border-radius: 10px;
    justify-content: space-around;
    border: 3px solid var(--ubk-blue);
    position: absolute;
    right: 4em;
}

.evo-filter__section {
    padding: 1em;
}

.evo-filter__sec-separator {
    border: 1px solid var(--ubk-blue);
}

.evo-filter__selec-elem--selected {
    text-align: center;
    padding: 0.5em;
    background-color: var(--ubk-blue);
    border-radius: 5px;
    margin-top: 1em;
    color: white;
    display: flex;
}

.evo-filter__selec-elem {
    text-align: center;
    padding: 0.5em;
    background-color: white;
    border-radius: 5px;
    margin-top: 1em;
    color: var(--ubk-blue);
    border: 2px solid var(--ubk-blue);
}

.evo-filter__selec-elem-all--selected {
    text-align: center;
    padding: 0.5em;
    background-color: var(--ubk-blue);
    border-radius: 5px;
    margin: 1rem 2rem 0;
    color: white;
    display: flex;
}

.evo-filter__selec-elem-all {
    text-align: center;
    padding: 0.5em;
    background-color: white;
    border-radius: 5px;
    margin: 1rem 2rem 0;
    color: var(--ubk-blue);
    border: 2px solid var(--ubk-blue);
}

.evo-filter__selec-elem .evo-filter__selected-icon {
    display: none;
}

.evo-filter__selec-elem-all .evo-filter__selected-icon {
    display: none;
}

.evo-filter__selec-elem--selected .evo-filter__selected-icon {
    display: block;
    height: 1em;
    justify-self: flex-start;
    margin-right: 1em;
}

.evo-filter__selec-elem-all--selected .evo-filter__selected-icon {
    display: block;
    height: 1em;
    justify-self: flex-start;
    margin-right: 1em;
}

.evo-filter__selec-elem--selected .evo-filter__selec-inner {
    justify-content: center;
    display: flex;
    width: 100%;
}

.evo-filter__selec-elem-all--selected .evo-filter__selec-inner {
    justify-content: center;
    display: flex;
    width: 100%;
}

.evo-filter__title {
    display: flex;
    justify-content: center;
    color: var(--ubk-blue);
    font-size: 1.25em;
    text-align: center;
}

.fade-in {
    animation: fadeIn ease 0.5s;
    -webkit-animation: fadeIn ease 0.5s;
    -moz-animation: fadeIn ease 0.5s;
    -o-animation: fadeIn ease 0.5s;
    -ms-animation: fadeIn ease 0.5s;
}

.fade-out {
    animation: fadeOut ease 0.5s;
    -webkit-animation: fadeOut ease 0.5s;
    -moz-animation: fadeOut ease 0.5s;
    -o-animation: fadeOut ease 0.5s;
    -ms-animation: fadeOut ease 0.5s;
}

@keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@keyframes fadeOut {
    0% {opacity:1;}
    100% {opacity:0;}
}

.evo-filter__button {
    background-color: var(--ubk-blue);
    color: white;
    padding: 0.5em 1em;
    border-radius: 5px;
    border: none;
    margin-bottom: 5px;
    font-size: 1.3em;
}

.evo-filter__head-bar {
    display: flex;
    justify-content: flex-end;
}
