#vlad-signedform  .formrow label {
    min-width:120px;
    display: inline-block;
}
#vlad-signedform  .form_partials {
    display: none;
}

#vlad-signedform {
    width: 90%;
    margin-left:auto;
    margin-right: auto;
}
#vlad-signedform.ascuns {
    visibility: hidden!important;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

#vlad-signedform .oscf7_signature input.clearButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    line-height: 1;
    padding: 0px;
    margin: 0px;
    border-radius: 100px;
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    right: 2px;
}
#vlad-signedform .oscf7_signature_inner {
    display: inline-flex;
    position: relative;
    border:1px solid lightgray;
}
#vlad-signedform .oscf7_signature_inner canvas {
    max-width: 100%;
}
#vlad-signedform .borcanel {
    display:none!important;
}
#vlad-signedform  .formrow.eroare label {
    /* border: 1px solid red; */
    color:red;
    font-weight:bold;
}

#vlad-signedform.ascuns,
#vlad-signedform-confirm.ascuns {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
#vlad-signedform-confirm {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s linear;
    width:90%;
    text-align: center;
    margin-left:auto;
    margin-right: auto;
}
#vlad-signedform-confirm h3 {
    width:70%;
    margin-left:auto;
    margin-right: auto;
}

#vlad-signedform  #trimite:disabled {
    color:red;
}
#vlad-signedform input.eroare,
#vlad-signedform select.eroare,
#vlad-signedform textarea.eroare {
    color:red;
    border:1px solid red!important;
}
#olographic_signature-pad_semnatura.eroare {
    border:1px solid red!important;
}
#vlad-signedform .formrow_privacy {
    margin-top:10px;
    margin-bottom:20px;
}

/* help icon links - used with tooltips */
#vlad-signedform a.helpme {
    color:#fff;
    background-color:#1B2185;
    width:17px;
    height:18px;
    display:inline-block;
    border-radius:100%;
    font-size:10px;
    text-align:center;
    text-decoration:none!important;
    -webkit-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    margin-left:3px;
    vertical-align: text-bottom;
}


/* tooltips */
#vlad-signedform .formrow label {
    position: relative;
    /* display: inline-block;
    border-bottom: 1px dotted black; */
}
#vlad-signedform .formrow .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #0073aa;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    left:0;
    width: 200%;
    bottom:calc(100% + 20px);
}

/* .formrow:hover .tooltiptext,
.formrow:focus .tooltiptext {
    visibility: visible;
} */

#vlad-signedform .formrow:focus-within .tooltiptext {
    visibility: visible;
}

#vlad-signedform select {
	width:auto;
}
#vlad-signedform input {
	display:inline-block;
	max-width:375px;
}
#vlad-signedform #content {
	display:none!important;
}
#vlad-signedform #serie_id,
#vlad-signedform #numar_id{
	width:auto;
}
#vlad-signedform #gdpr_checkbox {
	display:inline-block!important;
}
#vlad-signedform a.helpme {
	color:#ffffff!important;
	line-height: 18px;
}
#vlad-signedform .formrow_privacy label {
	display:inline;
}


@media only screen and (max-width: 676px) {
    #vlad-signedform .form_act_id label {
        width: 100%;
    }
    #vlad-signedform #serie_id {
        margin-left: 104px;
    }
}