.error_border {
    border: 1px solid red !important;
}

.hide_pers_j {
    display: none;
}

.hide_register2 {
    display: none;
}
.hide_element {
    display: none;
}
.swal-modal{
    width: 50% !important;
}
.strong {
    font-weight: 700 !important;
    font-size: 22px !important;
}

.strongSubtitle {
    font-weight: 700 !important;
    font-size: 18px !important;
}

.date-introductive label:not(.strongSubtitle) {
    font-weight: 500 !important;
}

.add_form_btn {
    color: white;
    border: none;
    background: #0f76ce;
    margin-left: 10px;
    margin-top: 5px;
}

.no-padding-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#dec_prod_div {
    background: #dadada;
}

#dec_prod_div_1 {
    background: #dadada;
}

#dec_prod_div_2 {
    background: #dadada;
}

#dec_prod_div_3 {
    background: #dadada;
}

#dec_prod_div_4 {
    background: #dadada;
}

#dec_prod_div_5 {
    background: #dadada;
}

.dec_prod {
    display: block;
    padding-bottom: 10px;
    position: relative;
}

label.label_input_upload {
    padding: 6px 10px;
    color: white;
    background: #0f76ce;
}

input.fisier_dec_prod {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    opacity: 0;
    width: 0;
}

label.label_dec_prod_selected {
    background: #11932D !important;
}

.upload_dec_prod_div {
    width: 60px;
    display: block;
    float: right;
    position: relative;
}

.dec_fur {
    display: block;
    padding-bottom: 10px;
    background: #dadada;
    position: relative;
}

label.label_input_upload {
    padding: 6px 10px;
    color: white;
    background: #0f76ce;
}

input.fisier_dec_fur {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    opacity: 0;
    width: 0;
}

label.label_dec_fur_selected {
    background: #11932D !important;
}

.upload_dec_fur_div {
    width: 60px;
    display: block;
    float: right;
    position: relative;
}

.dec_rap_fur {
    display: block;
    padding-top: 10px;
    padding-bottom: 5px;
    background: #dadada;
    position: relative;
}

.dec_rap_fur span {
    float: left;
}

.dec_rap_fur input {
    float: left;
}

label.label_input_upload {
    padding: 6px 10px;
    color: white;
    background: #0f76ce;
}

input.fisier_dec_rap_fur {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    opacity: 0;
    width: 0;
}

label.label_dec_rap_fur_selected {
    background: #11932D !important;
}

.upload_dec_rap_fur_div {
    width: 60px;
    display: block;
    float: left;
    position: relative;
}

.aviz_fur {
    display: block;
    padding-top: 10px;
    padding-bottom: 5px;
    background: #dadada;
    position: relative;
}

.aviz_fur span {
    float: left;
}

.aviz_fur input {
    float: left;
}

label.label_input_upload {
    padding: 6px 10px;
    color: white;
    background: #0f76ce;
}

input.fisier_aviz_fur {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 67%;
    opacity: 0;
    width: 100%;
    cursor:pointer;
}
label.label_aviz_fur_selected {
    background: #11932D !important;
}

.upload_aviz_fur_div {
    width: 60px;
    display: block;
    float: left;
    position: relative;
}

.dec_respectare_fur {
    display: block;
    padding-top: 10px;
    padding-bottom: 5px;
    background: #dadada;
    position: relative;
}

.dec_respectare_fur span {
    float: left;
}

.dec_respectare_fur input {
    float: left;
}

label.label_input_upload {
    padding: 6px 10px;
    color: white;
    background: #0f76ce;
}

input.fisier_dec_respectare_fur {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    opacity: 0;
    width: 0;
}

label.label_dec_respectare_fur_selected {
    background: #11932D !important;
}

.upload_dec_respectare_fur_div {
    width: 60px;
    display: block;
    float: left;
    position: relative;
}

.analiza_div .col-md-12 {
    background: #dadada;
    padding: 10px;
}

.analiza_div .col-md-12 p {
    float: left;
}

.analiza_div .col-md-12 span {
    float: left;
    padding-right: 10px;
}

.executant ul {
    padding-left: 15px;
}

.executant ul li {
    list-style: none;
    width: 100%;
    display: block;
    overflow: hidden;
}

.executant ul li span {
    width: 225px;
    display: block;
    float: left;
}

.executant ul li input {
    float: left;
    width: 500px;
    margin-bottom: 5px;
}

.diriginte_santier input {
    width: 500px;
}

.remove_parent {
    position: absolute;
    left: 0px;
    top: 7px;
    padding: 0px 5px;
    color: red;
    font-weight: bold;
    z-index: 99;
    cursor: pointer;
}

.remove_parent_inline {
    /*top: 0px;*/
    padding: 0px 5px;
    color: red;
    font-weight: bold;
    z-index: 99;
    cursor: pointer;
}

.remove_parent:hover,.remove_parent_inline:hover {
    color: red !important;
}

.forms-list {
    padding-top: 10px;
}

.forms-list li {
    list-style: none;
}

.forms-list li a {
    color: #212020;
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #5B5A5A;
    width: 40%;
    transition: all 0.4s linear;
}

.forms-list li a:hover {
    width: 50%;
    letter-spacing: 1px;
}

.analiza_div .col-md-12 .p-no-float {
    float: none;
    margin-bottom: 0px;
}

.aviz_fur .aviz_fur_no_float {
    float: none;
}

.aviz_fur.aviz_fur_no_padding {
    padding-top: 0px;
    padding-left: 0px;
}

.analiza_div .col-md-12 .underline-words {
    text-decoration: underline;
    float: none;
}

.add_form_btn.btn-no-margin {
    margin-left: 4px;
}

.wrapper-margin {
    margin-bottom: 5px;
}

.label-margin-bottom {
    margin-bottom: 11px;
}

.input-margin {
    margin-left: 3px;
}

.form-subtitle {
    font-weight: bold;
    margin-top: 50px;
    text-align: center;
}

#footer-block {
    display: none;
}

.active-categorie {
    background-color: #f06023;
}

.width_100 {
    width: 100%;
}

table td {
    word-break: break-word;
}
/*.hidden_spinner{*/
    /*display: none;*/
/*}*/

/*.spin-div{*/
    /*width: 100vw;*/
    /*height: 100vh;*/
    /*position: fixed;*/

    /*z-index: 99999999;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
/*}*/

.lds-roller {
    color:white !important;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    /*background: #fff;*/
    margin: -3px 0 0 -3px;
    background-color: black;
    background-color: white;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}

.success {
    color: green;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.a-inline-block {
    display: inline-block!important;
}

/* din carteaTehnica.tpl*/
.inner {
    color: black;
}
.bg-grey {
    background-color: #d7d7d7;
}
.bg-subcapitole {
    background-color: #26a9e0;
}
.active-categorie-1 {
    background-color: rgb(28, 134, 179);
}
.content-header {
    text-align: center;
    padding: 15px 0px;
    text-transform: uppercase;
    font-weight: bold;
}
.content-header h1 {
    font-weight: bold;
}
.capitole {
    overflow: hidden;
    padding: 0px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
.inline-section {
    width: 20%;
    float: left;
    border: 1px solid #b0b0b0;
    border-radius:5px;
    color: black;
    text-align: center;
    padding: 4px 5px;
}
.inline-section .small-box > .small-box-footer {
    height: 100%;
}
.inline-section .small-box {
    margin-bottom: 0;
    border-radius: 5px;
    height: 100%;
}
.subcapitole {
    overflow: hidden;
    padding: 0px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
.inline-section-subcapitole {
    border: 1px solid #0081b7;
    width: 10%;
}
.inline-section-subcapitole .small-box > .small-box-footer {
    height: 100%;
}
.box-header {
    text-align: center;
}
.box-header h3 {
    font-weight: bold;
}
.categorie {
    background-color: #d7d7d7;
    font-weight: bold;
}
.btn-finalizeaza {
    background-color: #ff8c2a;
    color: white;
    border: 0;
}
.btn-finalizeaza:hover {
    color: white;
    background-color: #eb6c00;
}
.btn-add-subc {
    padding: 10px 30px 10px 30px;
}
.btn-sterge {
    background-color: #ff0000;
    color: white;
    border: 0;
}
.btn-sterge:hover {
    color: white;
    background-color: #cc0000;
}

.btn-finalizeaza:focus, .btn-finalizeaza:active {
    color: white;
    background-color: #eb6c00 !important;
    border: 0;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.nr_pagina{
    width: 250px;
    text-align: center;
}
.nr_pagina input{
    width:70px;
}
.page_break { page-break-before: always; }
.inline-section-100 {width: 100%;float: left;border: 1px solid #b0b0b0;border-radius: 5px;color: black;}
.textCenter { text-align: center; }

/* Modificari 21.08.2018*/


.inline-section-more{
    width:16.6%;
    margin-top:25px;
    position: relative;
    padding-bottom: 20px;
}
.small-box-plus{
    display:contents;
}

.small-box-footer-plus{
    display:contents!important;
}

.textCenter{
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.inline-section-more:hover , .inline-section-more:focus{
    color:black;
    background: rgb(157, 161, 162);
}
.bg-subcapitole:hover{
    background: rgb(157, 161, 162)
}

/*ASISTENTA FORM*/
#feedback {
    position: fixed;
    right: 0;
    bottom: 0;
    margin-left: -3px;
    margin-bottom: 0px;
    z-index: 10;
}
#feedback-form {
    float: left;
    width: 300px;
    height: auto;
    z-index: 1000;
    padding-left: 5px;
    padding-right: 10px;
    border: 1px solid rgba(0,0,0,.2);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.rand{
    position: relative;
    padding-left: 15px;
    padding-top: 10px;
}
#feedback-tab {
    float: right;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    width: 120px;
    height: 42px;
    background-color: rgb(38, 169, 224)!important;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
#feedback-tab:hover {
    background-color: rgba(0,0,0,0.4);
}
#feedback-form textarea {
    resize: none;
}
.add_form_btn_asistent {
    color: white;
    border: none;
    background: #0f76ce;
}
#feedback .form-group {
    padding: 5px;
}
/*ASISTENTA FORM END*/
.center_vertical_text{
    display: flex;
    align-items: center;
}
.mg_b_15{margin-bottom:15px}
.mg_t_10{padding-top: 10px!important;}
.disabled_acces_cat{background-color: #b0b0b0!important;}
@media(max-width: 1400px){
    .content-wrapper {
        margin-top: 81px;
    }
}

.margint-3{
    margin-top: 3px;
}

.margint-5{
    margin-top: 2.25rem;
}

.ms-5{
    margin-left: 15px;
}

