.nopaddings {
    padding: 0 !important;
}
.nomargins {
    margin: 0 !important;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#pagina {
    position: relative;
}

#pagina::after {
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

.sb_dot_text {
    float: left;
}

.sb_dots {
    border-bottom: dotted 3px orange;
    width: 100px;
    float: left;
    position: relative;
    display: block;
    height: 12px;
    margin: 0 5px 0 5px;
}

.sb_linie_cuprins {
    display: flex;
    padding: 5px 0px 5px 10px;
    font-weight: normal;
    position: relative;
    flex-grow: 1;
}
.sb_linie_cuprins_main {
    display: flex;
    padding: 5px 0px 5px 0px;
    font-weight: normal;
    position: relative;
    flex-grow: 1;
}

.auto_dots {
    flex: 1;
    margin: 0 30px;
    border-bottom: dotted 2px #000000;
    margin-bottom: 5px;
    min-width: 20%;
}

.sb_right {
    position: relative;
}

.nr_pag {
    position: absolute;
    bottom: 0px;
    right: 0px;
	color: black;
}

.ind_p {
    display: flex;
    color: #000000;
}

.ind_p2 {
    display: flex;
    color: #231F20;
}

.auto_dots2 {
    flex: 1;
    margin: 0 25px;
    margin-right: 30px;
    border-bottom: dotted 2px #000000;
    margin-bottom: 5px;
    min-width: 20%;
}

.ind_p3 {
    display: flex;
    color: #5b57a6;
}

.auto_dots3 {
    flex: 1;
    margin: 0 25px;
    margin-right: 30px;
    border-bottom: dotted 2px #5b57a6;
    margin-bottom: 5px;
    min-width: 20%;
}

.ind_p4 {
    display: flex;
    color: #853136;
}

.auto_dots4 {
    flex: 1;
    margin: 0 25px;
    margin-right: 30px;
    border-bottom: dotted 2px #853136;
    margin-bottom: 5px;
    min-width: 20%;
}

@media only screen and (max-width: 767px) {
}
.unitHeader{

    padding: 5px 0px 5px 5px;
}