
/*
Extended mobile app version for platform module
*/


@media only screen and (max-width: 991.98px){
    .content._custom_padding{
        *padding: 0px 13.5px;
        *padding: 0px;
    }
    .content .banner_holder {
    margin-top: 0rem;
    margin-left: -13.5px;
    margin-right: -13.5px;
}
.header.navbar{
    /*overflow: hidden;*/
    z-index: 999;
}
  .header .logo_holder ._fontello{
    font-size: 4rem;
    color: #fff;
}
    .header_content_box .header_title{
        font-size: 16px;
        line-height: 25px;
    }
    .content .banner_image_holder .banner_inner_box{
        min-height: 300px;
        padding: 1rem;
        padding-bottom: 5rem;

    }
    .content .banner_image_holder{
         border-radius: 0px;
    }
    .content .banner_holder{
        margin-top: 0rem;
    }
    .content .banner_holder .banner_title{
          font-size: min(max(20px, 6vw), 34px);
        line-height: min(max(33px, 8vw), 40px);
    }
    .content .banner_holder .banner_content{
        font-size: 1rem;
        line-height: 1.25rem;
    }
    .content .banner_holder .banner_btn a{
         font-size: 1rem;
        line-height: 1.25rem;
        color:rgb(var(--text-white-color));
        font-weight: 700;
    }
        .header_content_box{
            max-width: 245px;
            margin-left: 10px;
        }
    .header_content_box .first_level .header_title_holder{
        max-width: 180px;
    }.header_content_box .first_level{
        border: none;
    }
    .header_content_box .mobile_header_separator{
          border-top: 1px solid #fff;
            margin-top: 2px;
            padding-top: 8px;
            width: 200px;
    }
    .header .hamburger_menu_icon_holder{
    position: absolute;
    right: 0px;
    top: 0px;
}
.header .logo_holder ._fontello{
    font-size: 4rem;
    color: #fff;
}
.footer .logo ._fontello{
    font-size: 6rem;
    color: #fff;
}
.page_description_holder .page_description p{
    font-size: 12px;
    line-height: 20px;
}
  .header .hamburger_menu_icon_holder img{
  max-width: 25px;
  height: auto;
}
.hamburger_menu_holder .second_level ul{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
}
   .footer{
    padding: 1rem .75rem !important;
    z-index: 999;
} 
.footer._responzie_mobile_view .footer_row_content span{
    font-size: 10px;
    line-height: 15.5px;
}
.footer._responzie_mobile_view .footer_row_content span br{
   display: none;
}
.footer._responzie_mobile_view .footer_row_title span{
    font-size: 10px;
    line-height: 13.5px;
}
.footer._responzie_mobile_view .footer_row_content .footer_menu a{
    font-size: 10px;
    line-height: 1.5;
}
.footer .footer_row_title{
    margin-bottom: 0px;
}
.footer .logo ._fontello{
    font-size: 6rem;
    color: #fff;
}
    .auth_box_holder .login_btn a{
        font-size: 12px;
        padding: 4px 8px;
        margin-left: 0px;
        margin-right: 8px;
        line-height: 1rem;
    }
    .page_title_holder .page_title{
        font-size: 1.25rem;
        font-weight: 700;
        color: rgb(var(--title-primary-color));
        line-height: 1.5rem;
        margin: 0px;
    }
  .page_title_holder .page_title._mobile_with_icon{
        font-size: 1.5rem;
        line-height: 1.85rem;
        margin: 0px;
        letter-spacing: 1px;
        max-width: 200px;

  }
 .floating_icon_holder .page_title_holder{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.floating_icon_holder .floating_icon_mobile{
    box-shadow: 0px 2px 20px #eeeeee;
    background-color: #fff;
    border-radius: 25px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: -15px;
}
.floating_icon_holder .floating_icon_mobile ._icon{
    font-size: 43px;
    color: rgb(var(--title-primary-color));
}
.page_sub_title_holder .page_sub_title{
     font-size: 1.25rem;
    font-weight: 700;
    color: rgb(var(--title-primary-color));
    line-height: 1.75rem;
}
    .list_content_holder ul li .element_box{
        padding: 12px;
    }
    .list_content_holder .element_box .box_title{
        font-size: 12px;
        font-weight: 700;
        color: rgb(var(--theme-primary-color));
        line-height: 20px;
        max-width: 100%;
        display: inline-block;
    }
    .breadcrumb_holder .breadcrumb .breadcrumb-item{
        max-width: 180px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .75rem;
        font-weight: 600;
    }
    .breadcrumb_holder .breadcrumb .breadcrumb-item a{
          font-size: .75rem;
        font-weight: 600;
    }

    .form_box_holder .form_box .form_box_title{
         font-size: 1rem;
        line-height: 1.75rem;
        font-weight: 700;
    }
    .form_box_holder .form_box .form_box_title:after{
        display: none !important;
    }
    .form_box_holder .form_box{
        background: transparent;
        border-radius: 0px;
        border: none;
        padding: 0px;
    }

    .form_box_holder .input-group label{
         font-size: .85rem !important;
    }
    .form_box_holder .input-group input{
         font-size: .85rem !important;
     }
    .form_box_holder .input-group input:placeholder {
        font-size: .85rem !important;
    }
    .form_box_holder .input-group .input_icon svg{
        height: 20px;
        widh: 20px;
    }
    .element_type_badge{
        font-size: .75rem !important;
    }
    .footer_navigation_holder{
        position: fixed;
        bottom: 0;
        background: rgb(var(--body-background-color));
        width: 100%;
        z-index: 999;
    }
    .footer_navigation_holder .footer_navigation{
        padding: 20px 13.5px;;
        background:#fff;
    }
    .footer_navigation .nav_menu ul{
            grid-template-columns: repeat(4, 1fr);
        column-fill: auto;
        display: grid;
        grid-column-gap: 24px;
        column-gap: 24px;
        padding: 0;
        width: 100%;
        list-style: none;
        margin-bottom: 0px;
    }
    .footer_navigation .nav_menu ul li{
        text-align: center;
    }
    .settings_tabs_holder ._list_content_holder ul li .element_box{
        display: flex;
        flex-direction: row;
        height: 100%;
        -webkit-transition: .36s;
        transition: .36s;
    }
    .settings_tabs_holder ._list_content_holder ul{
        grid-template-columns: repeat(1, 1fr);
        column-fill: auto;
        display: grid;
        grid-column-gap: 24px;
        column-gap: 24px;
        padding: 0;
        width: 100%;
        list-style: none;
    }
    .settings_tabs_holder ._list_content_holder ul li a{
       width: 100%;
    }

      .footer .store_btn_holder svg{
        max-width:120px !important;
        height: auto;
    }

    .settings_tabs_holder ._list_content_holder .box_title {
        font-size: .875rem;
        font-weight: 700;
        color: rgb(var(--theme-primary-color));
        line-height: 1.5rem;
        max-width: 100%;
        display: inline-block;
    }



 .ctm_tabs_holder ._list_content_holder ul li .element_box{
        display: flex;
        flex-direction: row;
        height: 100%;
        -webkit-transition: .36s;
        transition: .36s;
    }
    .ctm_tabs_holder ._list_content_holder ul{
        grid-template-columns: repeat(1, 1fr);
        column-fill: auto;
        display: grid;
        grid-column-gap: 24px;
        column-gap: 24px;
        padding: 0;
        width: 100%;
        list-style: none;
    }
    .ctm_tabs_holder ._list_content_holder ul li a{
       width: 100%;
    }


    .ctm_tabs_holder ._list_content_holder .box_title {
        font-size: .875rem;
        font-weight: 700;
        color: rgb(var(--theme-primary-color));
        line-height: 1.5rem;
        max-width: 100%;
        display: inline-block;
    }


 .ctm_tabs_holder ._list_content_holder ul li{
        border-bottom: 1px solid #e4e6e7;
        padding: 10px 20px;
    }


    .w_content_holder.__settings_page .settings_tabs_holder {
        margin-left: -20px;
        margin-right: -20px;
    }
    .settings_tabs_holder ._list_content_holder ul li{
        border-bottom: 1px solid #e4e6e7;
        padding: 10px 20px;
    }
    .w_content_holder.__settings_page .page_title_holder{
        padding-left: 13.5px;
        padding-right: 13.5px;
    }

    .page_title_with_back_btn{
        position: relative;
        justify-content: center;
    }
    .page_title_with_back_btn .back_btn_holder{
        position: absolute;
        left: 0;
    }
    .w_content_holder .card{
        display: block !important;
    }

    .section_with_back_btn{
        position: relative;
        justify-content: center;
    }
    .section_with_back_btn .back_btn_holder{
        position: absolute;
        left: 0;
    }
    .section_title_holder .section_title{
        font-size: .875rem;
        font-weight: 600;
        color: rgb(var(--title-primary-color));
        line-height: 1.5rem;
    }
    .section_with_back_btn .section_title_holder .section_title{
        padding: 0px 30px;
        display: block;
        text-align: center;
    }
    .progressbar_holder{
      width: 100vw;
        left: 0px;
        position: absolute;
    }
    .progressbar_holder .progressbar{
        background: #E7EAEE;
        width: 100%;
        height: 6px;
        position: relative;
    }
    .progressbar_holder .progressbar:after{
        content: "";
        background: #FAA519;
        width: 0%;
        height: 100%;
       left: 0px;
       position: absolute;
    }
    .progressbar_holder .progressbar.step_1:after{
        width: 33.333%;
    }
    .progressbar_holder .progressbar.step_2:after{
        width: 66.6666%;
    }
    .progressbar_holder .progressbar.step_3:after{
        width: 100%;
    }
    .hide{
        display: none !important;
    }
   
    .content .container .section{
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .custom_mobile_table td, .custom_mobile_table th{
        display: block;
        max-width: 100%;
        border-radius: 0px;
        border: none;
        background: transparent;
        color: rgb(var(--text-black-color));
        padding: 0px !important;
        line-height: 1.5rem;
    }
    .custom_mobile_table tr{
        display: block;
        padding: 10px 0px;
    }
    .table_holder{
        background: transparent;
        border-radius: 0px;
        border: none;
    }
    .btn-simple.__green{
    color: #07C526;
    }

    .__infomartii_utile  .footer_row_title span, .footer .footer_row_content span{
        color: rgb(var(--text-black-color));
    }
    .__infomartii_utile  .footer_row_content span{
        color: rgb(var(--text-primary-color));
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem;
    }
    .__infomartii_utile  .footer_row_title span{
        color: rgb(var(--text-black-color));
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.25rem;
    }
    .__infomartii_utile  .footer_row_content .footer_menu a{
        color: rgb(var(--text-primary-color));
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem;
        display: block;
    }
    .__infomartii_utile  .footer_row_title{
        margin-bottom: 1rem;
    }
     .sesizari_box_holder{
        width: 50vw;
        padding-bottom: 0px;
        top: 0px;
        position: relative;
        height: 100%;
    }
   .sesizari_box_holder .toogle_title .nav-icon img{
        transform: rotate(-90deg);
    }
     .sesizari_box_holder .sesizari_box.open .toogle_title .nav-icon img{
        transform: rotate(90deg);
    }
    .sesizari_box{
        min-height: 40px;
        max-height: 50px;
        -webkit-transition: .4s;
        transition: .4s;
        position: relative;
    }
     .sesizari_box.open{
        max-height: 100%;
     }
    .sesizari_box .sesizari_content{
        padding: 0px !important;
    overflow: hidden;
    min-height: 0px;
    max-height: 0px;
    position: relative;
    opacity: 0;
    -webkit-transition: max-height 0.5s ease-in-out, opacity 0.4s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out, opacity 0.4s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out, opacity 0.4s ease-in-out;
    -ms-transition: max-height 0.5s ease-in-out, opacity 0.4s ease-in-out;
    transition: max-height 0.5s ease-in-out, opacity 0.4s ease-in-out;

    }
    .sesizari_box.open .sesizari_content{
         max-height: 20000px;
    opacity: 1;
    -webkit-transition: max-height 0.5s ease-in-out, opacity 0.4s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out, opacity 0.4s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out, opacity 0.4s ease-in-out;
    -ms-transition: max-height 0.5s ease-in-out, opacity 0.4s ease-in-out;
    transition: max-height 0.5s ease-in-out, opacity 0.4s ease-in-out;
    }
   .sesizari_holder .map_box{
        max-height: 100%;
   }


    .sesizari_box_holder {
    width: 100vw !important;
    position: fixed;
    top: auto;
    bottom: 0px;
    height: auto;
    margin-top: auto;
    margin-bottom: 0px;
    overflow: auto;
    border-radius:0px;
    filter: drop-shadow(2px 4px -6px #0000002d);
    }
    .sesizari_box_holder.open {
    top: 120px;

    }

  body.app .sesizari_box_holder.open {
    top: 0px !important;

    }

.sesizari_box>.card{
    padding-top: 7px;
    padding-bottom: 10px;
}
.sesizari_box.open {
    max-height: 100vh;
}
.sesizari_content  .form-label-group{
    margin-bottom: 1rem;
}
.content .sesizari_holder {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    height: initial;
    flex-direction: column-reverse;
}
.secondary_phase{
    display: none;
}
.sesizari_box.phase_two.open .toogle_title{
    padding-bottom: 8px;
}
.first_phase .section-container .form-label-group{
    display: none;
}
.first_phase .section-container .form-label-group:first-child{
    display: block;
    margin-bottom: 0rem;
}
.sesizari_box.phase_two .secondary_phase{
    display: block;
}
.sesizari_box.phase_two  .section-container .form-label-group{
    display: block;
}
.sesizari_box.phase_two .section-container .map-marker-container div:first-child{
    /*display: none !important;*/
    padding: 0px !important;
    margin-bottom: 1rem;
}
.sesizari_box.phase_two .first_phase_next_btn{
    display: none;
}
.card .form-label-group .i_check-holder label a{
    font-size: 10px !important;
    color: rgb(var(--form-label-color)) !important;
    font-weight: 700 !important;
    letter-spacing: .25px;
    padding-left: 5px;
    text-decoration: underline;
}
div.section-container div:nth-child(1){
    *text-align: center;
}
div.section-container div:nth-child(1) button{
    margin-left: 0px !important;
}

@media (max-width: 576px) {
    .map-filter .nav-link {max-width: 170px;}
}

.sesizari_box_holder .form-label-group .text-block{
    font-size: .825rem;
}
.sesizari_box_holder .form-label-group.col-md-6:nth-child(odd){
    padding-right:15px ;
}
.sesizari_map_box_holder{
    bottom: 0px;
    background: transparent;
}
.sesizari_box_holder .btn-primary{
        padding: 10px 10px;
}


.sesizari_map_box_holder .map-filter{
    background: #fff;
    overflow: hidden;
    border-radius: 20px 20px 0px 0px;
    margin-top: 0px !important;
}

#map_complaints, #map_complaints_gmap {
    *max-height: calc(100vh - 120px);
      max-height: 100vh;
          position: fixed;
    top: 0px;
    /*z-index: 1;*/
}
#map_complaints .ol-zoom {
    /*z-index: 2;*/
    top: 130px;
}
.sesizari_map_box_holder .tab-content{
    padding-bottom: 0px !important;
    position: fixed;
    bottom: 0px;
}

.list_content_holder._tiles .element_box .box_title{
    font-size: 12px;
    line-height: 1rem;
}
.element_box .box_icon ._icon{
    font-size: 60px;
}
.list_content_holder._tiles ul li .element_box{
    padding: 20px 10px;
}
.list_content_holder._tiles ul li .element_box .box_icon img{
    max-width: 60px;
}
.list_content_holder._tiles ul{
    grid-column-gap: 20px;
    column-gap: 20px;
}
.hamburger_menu_holder .first_level{
    border-top: 1px solid #fff;
    padding-top: 5px;
    margin-top: 5px;
}
.hamburger_menu_holder{
    display: none !important;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}
.hamburger_menu_holder.show{
    display: block !important;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}

.banner_inner_page .banner_image_holder .banner_inner_box{
    max-height: auto;
    min-height: 200px;
}

.content_box_holder .image_holder img{
    max-width: 100%;
}
.sesisari_status_text{
       background-color: #E3E3E3;
    border: 1px solid #003553 !important;
    color: #003553;
    font-weight: 700;
    padding: 6.5px 5px;
    border-radius: 4px;
    font-size: 12px;
    width: 100%;
    line-height: 15px;
    margin-bottom: 0px !important;
    display: block;
}
.sesisari_status_holder .styl_in_progress{
  background-color:  #FFBD00;
    *border: 1px solid #003553;
    color: #003553;
    font-weight: 700;
    padding: 4px 24px;
    border-radius: 4px;
    font-size: 12px;
    display: block;
} 
._sesizari ._sesizari_status_depus{
padding: 7px 7px;
}
._sesizari ._sesizari_status_rezolvare {
    padding: 6px 7px;
}
}

@media only screen and (max-width: 355.98px){
    .header_mobile  .logo_holder img{
        max-width: 40px !important;
        height: auto;
    }
      .content._custom_padding{
              padding: 0px;
    }
    .content .banner_holder {
    margin: 0rem !important;
  
}
.header.navbar{
    padding: 0.625rem 0rem;
}
}



@media only screen and (max-width: 767.98px){
.list_content_holder .element_box .box_title {
    max-width: 61%;
    letter-spacing: -0.2px;
}
.list_content_holder._sesizari .element_box  img{
    max-width: 16px;
    height: auto;
}

.list_content_holder._sesizari .element_box strong{
    max-width: 65px;
    display: block;
    line-height: 13px;
}
.tiles_holder .box_holder .icon_holder{
    width: 40px;
    height: 40px;
}
.tiles_holder .box_holder { 
    padding: 8px 9px;
}
.tiles_holder .box_holder .text_holder .__number {
    position: absolute;
    right: 20px;
}
.tiles_holder .box_holder .box_text{
    font-weight: 600;
}
.tiles_holder .box_holder .text_holder{
    padding-left: 15px;
    display: flex;
    flex: initial;
    align-items: center;
}
._sesizari ._status_badge{
        padding: 3px 8px;
        font-size: 11px;
}
.banner_image_holder .banner_icon img{
    max-width: 250px;
}
 .banner_inner_page .banner_image_holder._universal .banner_inner_box {
    height: auto !important;
    min-height: auto;
    background-position: center;
}
}