#form_fisa_medicala, #pas1 {
    width: 95%;
    margin: 0 auto;
}
#form_fisa_medicala > div {
    width: 100%;
    padding: 0;
}
.formular .row {
    margin: 0 0 10px;
    clear: both;
    display: inline-block;
    width: 100%;
}
.formular textarea {
    margin: 0;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.125);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.125);
    border: 1px #CBCBCB solid;
    width: calc(100% - 22px);
    height: 180px;
    font-size: 1rem;
    padding: 10px;
    outline: none;
    display: block;
    margin-top: 30px;
    font-family: arial, helvetica, sans-serif;
}
textarea {
    resize: none;
    border: 1px #CBCBCB solid;
    width: 100%;
    padding: 10px;
    font-size: 1.6rem;
    outline: none;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.125);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.125);
    margin-bottom: 10px;
    height: 150px;
}
div#doc_documente_alese {
    text-align: left;
    font-size: 1rem;
    padding-bottom: 10px!important;
    margin-bottom: 10px!important;
    margin-top: 10px;
    display: none;
}
#doc_documente_alese div {
    padding: 7px 0;
}
    
    
div#doc_suplimentare a#upload_files {
    cursor: pointer;
    width: 100%;
    background: #eee;
    padding: 5px 10px;
    text-align: left;
    font-weight: 400;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.125);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.125);
    border: 1px #CBCBCB solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 44px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 1;
    text-decoration: none;
    display: block;
    font-size: 1.6rem;
}
div#doc_suplimentare a > i {
    float: right;
    color: #000;
    margin-top: 4px;
}
div#doc_suplimentare a > label {
    font-size: 1rem;
    font-weight: normal;
    cursor: pointer;
}
div#doc_suplimentare input#doc_documente {
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
    opacity: 0;
}

#form_sex input[type="radio"] {
    transform: translateY(2px);
    margin-right: 10px;
}
/*    #doc_documente{display: none;}*/

form#form_fisa_medicala div.row > span {
    width: 50px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    display: inline-block;
}
.round_corners.btn-first {
    border-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.round_corners {
    padding: 10px;
    background: #fff;
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(247,247,247,1) 50%,rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(50%,rgba(247,247,247,1)),color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(247,247,247,1) 50%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(247,247,247,1) 50%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(247,247,247,1) 50%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(247,247,247,1) 50%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0);
    margin: 0;
    display: inline-block;
    border: 1px solid #cecece;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.iradio_square-grey {
    background-position: -120px 0;
}
.icheckbox_square-grey, .iradio_square-grey {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(grey.png) no-repeat;
    border: none;
    cursor: pointer;
}
.round_corners.btn-last {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.iradio_square-grey.checked {
    background-position: -168px 0;
}
#form_fisa_medicala div.row > span {
    width: 50px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    display: inline-block;
}
div#form_id select {
    float: left;
    -webkit-appearance: menulist;
    width: 168px !important;
    height: 38px;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    background-color: #fff;
}
section.formular input[type="text"], section.formular input[type="email"] {
    border: 1px #CBCBCB solid;
    width: calc(100% - 22px);
    padding: 10px;
    font-size: 1rem;
    outline: none;
    height: 22px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.125);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.125);
}
form#form_fisa_medicala input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
section input[type=text], section input[type=password], section input.text, section input.title, section textarea, section select {
    background-color: #fff;
    border: 1px solid #bbb !important;
}
.submitit {
    -webkit-appearance: none;
    outline: none;
    height: 50px;
    margin-bottom: 15px;
    background-color: #fff;
    position: relative;
    color: #FFF;
    font-size: 1.6em;
    display: block;
    font-weight: 700;
    border-radius: 5px;
    background: #F67F00;
    cursor: pointer;
    border: 0;
    margin: 45px 0;
    text-align: center;
    padding-top: 30px !important;
}

#termenicontent, #disclaimercontent {
    position: fixed;
    display: block;
    width: 90vw;
    max-width: 978px;
    height: auto;
    max-height: 90vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    z-index: 99999999;
    overflow-y: auto;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
}
#termenicontent.active, #disclaimercontent.active {
    display: block;
}
div#termenicontent, div#disclaimercontent {
    display: none;
}
div#termenicontent .fixed-bar, div#disclaimercontent .fixed-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    border-bottom: 1px solid #F2F2F2;
    height: 40px;
}
div#termenicontent #termeniclose, div#disclaimercontent #disclaimerclose {
    font-weight: 700;
    font-size: 1.8rem;
    height: 20px;
    text-align: center;
    float: left;
    margin: 6px 0 0 20px;
}
div#termenicontent div#termeniacord, div#disclaimercontent div#disclaimeracord {
    right: 60px;
    top: 10px;
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    color: #2576A6;
    float: right;
    margin: 12px 30px 0 0;
}
div#termenicontent > #content, div#disclaimercontent > #content {
    width: 90%;
    margin: 70px auto 30px !important;
    overflow-y: auto;
    margin-top: 50px;
}
div#termenicontent > #content h3, div#disclaimercontent > #content h3 {
    font-size: 1.4rem;
    margin-bottom: 25px;
    color: #8a8a8a;
}
section.content {
    padding-top: 10px;
    padding-bottom: 20px;
}
.wtpad10 {
    padding-right: 10px;
    padding-left: 10px;
}
div#termenicontent > #content p, div#disclaimercontent > #content p {
    font-size: 1.2rem;
    color: #a9a9a9;
    line-height: 1.3;
}
#disclaimer{
    margin-top: 10px;
}

.bg-pasi{
    text-align: center;
    margin: 15px -10px 0;
    background: #f4f4f4;
    font-size: 0 !important;
    border-bottom: 3px solid #2DB1B7;
    line-height: 0;
}
.bg-pasi > div{
    width: 33.3333333%;
    padding: 30px 0;
    text-align: center;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #54667A;
}
    
    
.pas1 > div:nth-child(1){
    background: #2DB1B7;
    color: #fff;
}
.pas1 > div:nth-child(1):before{
    content: '';
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-top-width: 30px;
    border-bottom-width: 30px;
    position: absolute;
    border-left: 16px solid #2db1b7;
    top: 0;
    right: -15px;
    z-index: 2;
}
.pas2 > div:nth-child(2){
    background: #2DB1B7;
    color: #fff;
}
.pas2 > div:nth-child(2):before{
    content: '';
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-top-width: 30px;
    border-bottom-width: 30px;
    position: absolute;
    border-left: 16px solid #2db1b7;
    top: 0;
    right: -15px;
    z-index: 2;
}
#reclame{
    padding: 0 !important;
    min-height: 0 !important;
}
.pas3 > div:nth-child(3){
    background: #2DB1B7;
    color: #fff;
}
section h1 {
    margin: 50px 0 20px 25px;
}
.error{
    border: 0 !important;
    margin: 30px 0 40px 0 !important;
    background: #FBE3E4 !important;
    padding: 0;
}
.btn-asf{
    background: #1e85b0;
    background: #F67F00;
    padding: 20px !important;
    color: #fff;
    margin: 30px 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}
.btn-asf input{
    height: 0px;
    width: 0px;
    opacity: 0;
}







