@CHARSET "UTF-8";
*{
  box-sizing:border-box;
}
body.mobile{
    background: url(../icons/parcari_mobile/back_mobile1.png);
    overflow:auto;
    background-position-y: 30px;
    /* text-shadow: 0px 0px 10px #ffffff; */
    /* height: unset; */
    min-height: 100vh;
    display: block;
    background-position-x: center;
    background-size: cover;
    background-position-y: 100px;
}
.container{
    text-align:center;
    height: calc(100% - 300px);
    position: relative;
    min-height: 500px;
}
.vertical-center{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-height: 600px) {
    .container{
        height: 100%;
        margin-bottom:50px
    }
    .vertical-center{
        transform: translate(-50%, -50%);
    }    
}
#textHeader{
    color: #04244c;
    font-size: calc(15pt + 1.6vw);
    width: 100%;
    margin-top: 80px;
    margin-bottom: 60px;
}
#logo {
  margin: 0;
  position: relative;
  z-index: 2;
  text-align: left;
  border-bottom: 1px solid #042b5b;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600;
  text-transform: uppercase;
  /* justify-content: space-between; */
  /* display: flex; */
  /* align-items: flex-end; */
}

#logo img {
  max-width: 100%;
  height: auto;
  padding: 10px 0;
  max-height: 170px;
  vertical-align: bottom;
}

#logo a {
  display: inline-block
}

#logo span{
  height: 24px;
  font-size: 36px;
  color: #0085cc;
  /* display: none; */
}
.visible-phone {
    display: none !important;
}
.header {
    /* position: relative !important; */
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    background: #fff;
    box-shadow: 1px 15px 61px 60px #ffffff;
}
@media (min-width: 979px){
    #logo {
        width: 979px;
    }
}


@media (min-width: 979px){
    /* #logo {
    } */
    #logo {
        float: none !important;
        margin: 0 auto;
        max-width: 100%;
        position: relative;
        /* text-align: center; */
        /* line-height: 0; */
    }
    #logo {
        /* text-align: left; */
        background-repeat: no-repeat;
        background-position: right bottom;
    }
  
    
}
#divMapLoad{
    display:none;
    width: 98%;
    height: 96%;
    margin-left: auto;
    background-color: white;
    position: absolute;
    top: 2%;
    left: 1%;
    box-shadow: 0px 0px 20px 0px #d3d3d3;
    z-index: 103;
}
#logo:after{
      height: 70px;
      font-size: 25px;
      color: #0b2e5b;
      content: "Municipiul Sighișoara";
      position: absolute;
      right: 0;
      bottom: 0;
      /* line-height: 0px; */    
}

#cc{
    border-collapse: collapse;
}
#cc tr td:last-child{
    min-width: 50%!important; 
    white-space:nowrap;
    width: 50%;
    padding-right: 0;
    padding-left: 15px;
    text-align: right;
}
#cc tr {
    border-bottom: 1px solid #ccc;
}
fieldset {
    margin: 0 15px 1.5rem 0;
}
@media (max-width: 979px){
    .visible-desktop {
        display: none !important;
    }
  #logo{
      text-align:center;
      /* border: none; */
      margin: 0 6vw;
  }
    #logo #logo-phone {
        display: inline !important;
        /* padding: 0px; */
        /* height: 15vh; */
        /* vertical-align: bottom; */
        margin: auto;
    }    
    .div-adresa{
        flex-wrap: wrap
    }
    #cc tr td:last-child{
        min-width: 100%!important;
        /* white-space:nowrap; */
        /* width: 1%!important; */
    }
    #divMapLoad{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0%;
        left: 0%;
    }
    
    #logo:after{
      content: "";
    }
    #cc tr {
        display:flex;
        flex-direction: column;
    }
}

#menuVerticalParcari{
    position: fixed;
    top: 15%;
    left: 0.1%;
    height: 60%;
    list-style-type: none;
    padding: 0;
    background: none;
    z-index: 100;
    float: left;
}
.modal-fida{
    width: 100%;
    max-width: 720px;
    margin: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 102;
    border-radius: 0px;
    padding:15px;
    box-sizing: border-box;
    box-shadow: 5px 5px 8px 0px #242424;
    background: linear-gradient(to bottom, #55515c 13%, #00295b);
    color: white;
}
.modal-fida .grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
}
.modal-fida .item{
    /* position: relative; */
    width: 100%;
    /* min-height: 1px; */
    /* max-width: 100%; */
    /* flex: 1 1 100%; */
    margin-bottom: 0;
    text-align: left;
}

.modal-fida-350{
    width: 100%;
    max-width: 350px;
    margin: auto;
    z-index: 102;
    border-radius: 0px;
    padding:15px;
    box-sizing: border-box;
    box-shadow: 5px 5px 8px 0px #242424;
    background: linear-gradient(to bottom, #55515c 13%, #00295b);
    color: white;
}

.modal-fida .item.col-3{
    /* max-width: 32%; */
    /* flex: 1 1 32%; */
}
.modal-fida .item.col-2{
    /* max-width: 49%; */
    /* flex: 1 1 49%; */
}
#divParcareUser {
    position: absolute;
    background: linear-gradient(to bottom, #55515c 13%, #00295b);
    /* border-radius: 5px; */
    width: 95%;
    max-width: 1000px;
    height: 80%;
    top: 5%;
    z-index: 102;
    /* margin: auto; */
    left: 50%;
    overflow: auto;
    transform: translateX(-50%);
}
@media screen and (min-width:1050px) {  
    #divParcareUser {
        position: absolute;
        /* border-radius: 5px; */
        width: 95%;
        max-width: 1200px;
        height: 90%;
        top: 5%;
        z-index: 102;
        /* margin: auto; */
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width:1050px) {
    #divParcareUser{
    }
    .modal-fida{
        width: 95%;        
    }
    .tab-contents{
        padding:15px;
    }
    /* .container{    
        /*height: calc(100% - 200px);
    } */
}
@media (max-width: 500px){
    .modal-fida {
        width: calc(100% - 20px);
    }
    
    #logo:after {
        right: 8px;
    }
}

@media screen and (max-width: 576px) {
    .buton-parcari {
      width: 300px;
      height: 100px;
    }
  }


.form-style-5{
   /*  max-width: 500px; */
   padding: 0;
   /* background: linear-gradient(to bottom, #55515c 13%, #00295b); *//* #f4f7f8; */
   /* margin: 10px auto; */
   /* padding: 20px; */
   color: white;
   /* font-family: Georgia, "Times New Roman", Times, serif; */
   /* transform: translatez(0px); */ 
    overflow: auto;
    max-height: calc(100vh - 40px);
}
.form-style-5 fieldset{
    border: none;
}
.form-style-5 legend {
    font-size: 1em;
    margin-bottom: 5px;
    margin-top: 5px;
}
.form-style-5 label {
    display: block;
    margin-bottom: 8px;
    /* background: #ffffff80; */
}
.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
    font-size: 16px;
    margin: 0;
    outline: 0;
    padding: 3px;
    border-radius: 0px;
    width: 100%;
    background-color: #ffffff00;/* #e8eeef; */
    color: #fff; /* #8a97a0; */
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: none;
    margin-bottom: 15px;
    border: 0px solid white;
    border-bottom: 1px solid #8c8c8c;
    background-image: none;
}
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
    background: #00000017;/* #d2d9dd; */
    border-color: #ffffff;
    color: white;
}
.form-style-5 select{
    -webkit-appearance: meter;
    height:35px;
}
.form-style-5 .number {
    /* background: #0079c1; *//* #1abc9c; */
    color: #fff;
    /* height: 30px; */
    width: 100%;
    display: flex;
    font-size: 1.2em;
    margin-bottom: 10px;
    line-height: 30px;
    /* text-align: center; */
    /* text-shadow: 0 1px 0 rgba(255,255,255,0.2); */
    /* border-radius: 15px 15px 15px 0px; */
    /* border-bottom: 2px solid; */
    border-bottom: 2px solid;
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
    position: relative;
    display: block;
    padding: 10px 39px 28px 39px;
    color: #FFF;
    margin: 0 auto;
    background: #0079c1;/* #1abc9c; */
    font-size: 18px;
    text-align: center;
    font-style: normal;
    width: 100%;
    border: 1px solid white;/* #16a085; */
    border-width: 1px 1px 3px;
    margin-bottom: 10px;
}
.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover
{
    background: #00598D;/* #109177; */
}

#tabs3 .form-style-5 label {
    display: inline; 
}




@media (max-width: 981px) and (orientation: landscape) {  

  #ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all, ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    font-size: 11pt  !important;
  }
  
   #tabsParcari table#cc td img {
    width: 45px;
   }
}



table#cc.dataTable, table#factDov.dataTable {
    width: 100% !important; 
}

 table#factDov.dataTable td {
    width: unset !important;
    min-width: unset !important;
}

.ui-widget-content {
    font-size: 1rem;
}

.tab-title {
    display: inline-block;
}
.inchide{
    padding-right: 3px;
    /* border-left: 1px solid #ccc; */
    /* border-right: 1px solid #ccc; */
}

.inchide>*{
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    display: inline-block;
    vertical-align: middle;
}
.swal-modal {
    overflow: auto;
    max-height: 93%;
    border-radius:0;
}
.form-style-5 .div-adresa input[type="text"]:not(:last-child) {
    margin-bottom: 0px;
}
.swal-text {
    color: #3c3c3c;
}
.swal-title {
    font-size: 24px;
}
.btn, .swal-button {
    border: none;
    box-shadow: none;
    border-radius: 0;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer;
}
.btn-confirm, .swal-button--confirm{
    color: #082d5c;
    background-color: #ffffff;
    border: 1px solid #082d5c;
}
.btn-cancel, .swal-button--cancel {
    background-color: #082d5c;
    color: #fff;
    border: 1px solid white;
}
.precompletare[readonly] {
    background-color: #dddddd!important;
    cursor: not-allowed;
}
.btn-cancel:hover, .swal-button--cancel:hover {
    background: #ffffff;
    color: #082d5c;
    border-color: #082d5c;
}
.btn-confirm:hover, .swal-button--confirm:hover{
    background: #082d5c;
    color: white;
    border-color: white;
}

.mobile #btnHelp {
    max-width: 40px;
}
.mobile .imagini {
    padding: 10px;
    text-align: center;
}

/* andrei */

.butoane-parcari {
    display: flex;
    flex-direction: row;
    padding: 0px;
    gap: 0PX;
    /* align-items: center; */
}

.buton-parcari {
    color: #ffffff;
    /* background-color: #0075b8; */
    width: 340px;
    margin-bottom: 25px;
    height: 402px;
    /* border-radius: 15px; */
    cursor: pointer;
    font-size: 25px;
    box-shadow: 0 0 12px 3px rgba(0,0,0,0.3);
    background-size: cover;
    border: none;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
   /* line-height: 15px; */
    top: -39%;
    clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
    MARGIN: 0 -45px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buton-parcari:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 0px;
    transition: all 0.5s;
    opacity: 0;
}
.buton-parcari:not([disabled]):hover:before{
    opacity: 0.5;
}
.buton-parcari:disabled {
    opacity: 0.5 !important; 
    pointer-events: visible !important;
}

.buton-parcari.depunere{
    left: 0%;
    z-index: 1;
    background: linear-gradient(to right, #a8c24f, #80aa49);
}

.buton-parcari.prelungire{
    left: 0%;
    background: linear-gradient(to right, #80aa49 25%, #589143);
}

.buton-parcari.harta{
    left: 0%;
    background: linear-gradient(to right, #589143, #30793d);
}

.buton-parcari.plateste{
    left: 0%;
    background: linear-gradient(to right, #30793d 13%, #0c6237 );
}

.buton-parcari.depunere:before {
    background: url("images/depunereCerere.jpg") no-repeat;
}

.buton-parcari.prelungire:before {
    background: url("images/prelungire.jpg");
}

.buton-parcari.harta:before {
    background: url("images/hartaParcari.jpg");
}

.buton-parcari.plateste:before {
    background: url("images/payment.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.buton-parcari:not([disabled]):hover {
    transform: scale(1.1);
    /* z-index: 9; */
    MARGIN: 0 -32px;
    /* cursor: not-allowed; */
}
.prelungire::before:disabled {
    background: red;
}
@media screen and (max-width: 976px)  {
    .butoane-parcari {
        flex-direction: column;
        align-items: center;
        margin-bottom: 6vh;
    }
    .buton-parcari {
      width: 300px;
      height: 85px;
      clip-path: none;
      /* border-radius: 25px; */
      margin: 0;
      z-index: 1;
      /* margin-bottom: 25px; */
    }
    .buton-parcari:before {
        opacity: 0.3;
    }
    .buton-parcari:hover {
        margin: 0;
    }
    .buton-parcari.depunere{
        left: 0%;
        z-index: 1;
        /* background: linear-gradient(to bottom, #ffa464, #b27c5d); */
    }

    .buton-parcari.prelungire{
        left: 0%;
        background: linear-gradient(to bottom, #b27c5d, #81655d);
    }

    .buton-parcari.harta{
        left: 0%;
        background: linear-gradient(to bottom, #81655d, #55515c);
    }

    .buton-parcari.plateste{
        left: 0%;
        background: linear-gradient(to bottom, #55515c 13%, #00295b );
    }  
    #divHelp {
        font-size: 11px;
    }

}

@media screen and (max-width: 350px) {
    .buton-parcari {
        width: 200px ;
        height: 80px ;
        font-size: 1.4rem ;
        flex-direction: column;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1900px) {
    .butoane-parcari {
      gap: 3px;
    }
    .buton-parcari {
      width: 300px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.tab-section {
    background: unset;
}

.form-style-5  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cccccc;
  opacity: 1; /* Firefox */
}

.form-style-5  :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #cccccc;
}

.form-style-5  ::-ms-input-placeholder { /* Microsoft Edge */
  color: #cccccc;
}

select option{
    color: #00295b;
}

.alert-red{
    background-color: #00000021;
    font-size: 0.9rem!important;
    color: #ffa464;
    padding: 0 3px;
}
.tab-title.is-active {
    border-bottom: none;
    background-color: #2f3f5c;
}
.tab-title{
    background: unset;
    color:white;
}
input:disabled, select:disabled, textarea:disabled {
    opacity: .8;
    cursor: not-allowed;
}
.div-adresa{
    display: flex;
}
.iframe_incarca_doc{
    border: none;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: 38px;
    width: calc(100% - 30px);
}
.divvdocAtas{
    display: flex;
    align-content: center;
    align-items: center;
    gap: 0;
    /* padding: 0 10px; */
}
.divvdocAtas .fa, .deIFrame .fas, .deIFrame .fa, .deIFrame .far{
    color: #ffa464;
    text-align: center;
    height: 28px;
    border-radius: 3px;
    width: 28px;
    font-size: 18px;
    padding-top: 2px;
    cursor: pointer;
}
.deIFrame .fas span {
    font-family: "Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue",sans-serif;
    font-weight: normal;
}
.divvdocAtas .fa{    
    border: 3px solid #ffa464;
}
.deIFrame .fas {
    width: 100%;
    padding: 5px 5px;
    height: unset;
    border: none;
}
.fa:hover, .fas:hover, .fa:hover, .far:hover, .deIFrame a:hover i {    
    transform:scale(1.1);
}
.depunere-text2{
    opacity: 0;
    /*line-height: 0.8em;*/
    /*position: absolute;*/
    text-align: center;
    width:100%;
}

.depunere:hover .depunere-text2 {
    transition: all 0.6s;
    opacity: 1;
}

.depunere:hover .depunere-text1 {
    opacity: 0;
    transition: .2s ease;
}

.prelungire-text2 {
    opacity: 0;
    /* line-height: 0.8em; */
    /* position: absolute; */
    text-align: center;
    width: 100%;
}
.prelungire:hover .prelungire-text2 {
    transition: all 0.6s;
    opacity: 1;
    /*line-height: 0.8em;*/
}
.prelungire:hover .prelungire-text1 {
    opacity: 0;
    transition: .2s ease;
}

.harta-text2 {
    opacity: 0;
    /* line-height: 0.8em; */
    /* position: absolute; */
    text-align:center;
    width: 100%;
}

.harta:hover .harta-text2 {
    transition: all 0.6s;
    opacity: 1;
}

.harta:hover .harta-text1 {
    opacity: 0;
    transition: .2s ease;
}

.plateste-text2 {
    opacity: 0;
    /* line-height: 0.8em; */
    position: absolute;
    text-align: center;
    width: 100%;
}

.plateste:hover .plateste-text2 {
    transition: all 0.6s;
    opacity: 1;
}

.plateste:hover .plateste-text1 {
    opacity: 0;
    transition: .2s ease;
}

.prelungire-text1 { /* Can be in percentage also. */
    position: absolute;
    width: 100%; /* top: 33%; */
}

.harta-text1 {
    position: absolute;
    width: 100%;
}
.depunere-text1 {
    position: absolute;
    text-align: center;
    width: 100%;
}
.logo_fida {
    position: fixed;
    bottom: 0;
    left: 15px;
    line-height: 1rem;
}