/*Missing color for hero*/
.color--schema-bg .hero, .color-scheme--lightpink .hero {
    background: #ff0f64;
}

/* Organization single */
.org-content .org-group .center {
    float: none;
    display: block;
    margin: 0 auto;
}

/* Organization background color */
.org-content .org-group .bg-white {
    background-color: white;
}

.org-content .org-group .bg-transparent {
    background-color: transparent;
}

/* Fix gray map */
.map__google-map.gradient-blue[style] > div {
    background-color: transparent !important;
}

.map__google-map.gradient-green[style] > div {
    background-color: transparent !important;
}

.text-clean span:before {
    color: #55be5a;
    margin-right: 0.6em;
}

.tick-list li.green:before {
    color: #55be5a;
}

.tick-list li.red:before {
    color: #e61400;
}

.tick-list li.blue:before {
    color: #0555fa;
}

.tick-list li.sky:before {
    color: #41b9e6;
}

.tick-list li.orange:before {
    color: #ff5a0f;
}

.tick-list li.pink:before {
    color: #ff0f64;
}

.text-clean .green span[class^='icon']:before {
    color: #55be5a;
}

.text-clean .red span[class^='icon']:before {
    color: #e61400;
}

.text-clean .blue span[class^='icon']:before {
    color: #0555fa;
}

.text-clean .sky span[class^='icon']:before {
    color: #41b9e6;
}

.text-clean .orange span[class^='icon']:before {
    color: #ff5a0f;
}

.text-clean .pink span[class^='icon']:before {
    color: #ff0f64;
}

/*CSS fixes for the component /apps/enel-ro/components/general/faq-scroller*/
@media screen and (min-width: 1024px) {
    .vertical-tabs {
        min-height: 700px;
    }
    .vertical-tabs:before {
        width: 38%;
    }
    .vertical-tabs__nav .container, .vertical-tabs__nav__inner {
        height: 700px;
    }
    .vertical-tabs__nav {
        height: 700px;
    }
}

/*FIX IN PROMO*/
.plan-promo_plan-list li .desc-holder {
    width: 100%;
}

.plan-promo_plan-list button {
    font-family: 'RoobertBold',
    Calibri,
    Myriad,
    Tahoma,
    Geneva,
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
    font-weight: 700;
    font-style: normal;
    transition: all 100ms linear;
    display: inline-block;
    font-size: 12px;
    min-width: 160px;
    padding: 17px 40px 17px;
    text-align: center;
    text-transform: uppercase;
    border-width: 2px;
    border-style: solid;
    font-size: 12px;
    letter-spacing: 0.6px;
    line-height: 1.33333;
    background-color: #ff0f64;
    border-color: #ff0f64;
    color: #ffffff;
}

.plan-promo_plan-list button:hover, .plan-promo_plan-list button._hover,
a:hover .plan-promo_plan-list button {
    text-decoration: none;
}

.plan-promo_plan-list button:hover, .plan-promo_plan-list button._hover,
a:hover .plan-promo_plan-list button {
    background-color: #ffffff;
    border-color: #ff0f64;
    color: #ff0f64;
}

/*Fixes for component: /apps/enel-ro/components/help/help-hero*/

.page-search.help_page_hero .global-header .btn-search-open {
    display: inline-block;
}

/*Fixes for component: /apps/enel-ro/components/help/help-tabs*/
.help-tabs__content li a {
    font-size: 24px;
}

.quote-builder__app {
    height: 1000px;
}

@media screen and (min-width: 768px){
    .plan-overview_rate:nth-of-type(1){
        padding:30px 0 50px;
    }
}

@media screen and (min-width: 1024px){
    .plan-overview_rate:nth-of-type(1){
        padding:100px 0 50px;
    }
}

.registration .quote-business_request-plans_confirmation {
    display: none;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 1024px) {
    .registration .quote-business_request-plans_confirmation {
        float: left;
        margin-right: 2.35765%;
        width: 100%;
        display: none;
    }
}

.hero_hub_video {
   	display: none;
}

@media screen and (min-width: 1025px) {
	.hero_hub_video_wrap {
        height: 100%;
        top: 50%;
        width: 100%;
        margin-bottom: -65px;
        padding-bottom:50px;
    }
    .hero_hub_video {
        display: block;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        transform: translate(0%, -50%);
        z-index: 1;
    }
    .hero_hub_index_video_wrap {
        height: 100%;
        top: 50%;
        width: 100%;
        padding-bottom:50px;
    }
}

.rich-text_inner ul li:before{
    content:none;
}

.hidebtn{
    opacity:0 !important;
    cursor:default !important;
 }

.localisation .localisation__inner{
    overflow-y: visible;
}

/* issue 794 */
.ie11 .rich-text .rich-text_inner ul{
    list-style: outside circle;
    list-style-image: none;
}
/*End issue 794*/

/* Fixes for header component 839*/
.global-header__logo.alt-logo img.global-header__logo__color{
	display:inherit;
}

.global-header__logo.alt-logo img.global-header__logo__bw{
	display:none;
}

/* issue 865 */
@media screen and (max-width: 767px){
    .registration_choose-plans_content{
        position: static;
    }
    .registration_choose-plans_content .included{
        position:absolute;
        bottom:0;
    }
    .registration_choose-plans_inner.container{
        padding-bottom: 180px;
    }
}
@media screen and (max-width: 366px){
    .registration_choose-plans_inner.container{
        padding-bottom: 230px;
    }
}
@media screen and (max-width: 299px){
    .registration_choose-plans_inner.container{
        padding-bottom: 270px;
    }
}
/* end issue 865 */

@media screen and (min-width: 768px){
	.contact-options .link {
	    font-size: 30px;
	    letter-spacing: -.6px;
	    line-height: 1.16667;
	}
}

/* Fix #858 */
@media screen and (max-width:1023px){
    footer{
        padding-right:0;
        padding-left:0;
    }
}
/* End #858 */

/* 891 */
.article-carousel .video{
    padding:0;
    margin-top:7px;
}
/* end 891*/

/* 982 */
@media screen and (min-width: 1024px){
    .quote-builder__ui{
        bottom:35px;
    }
}
/* end 982 */

.list-item--plan_details .list-item_text-wrapper {
    padding: 25px 0;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .list-item--plan_details .list-item_text-wrapper {
        float: left;
        padding: 47px 0 47px 0;
    }
}

@media screen and (min-width: 768px) {
    .list-item--plan_details .list-item_image-wrapper + .list-item_text-wrapper {
        width: 60.72423%;
    }
}

.localisation-close {
	display:none;
}

iframe[name="google_conversion_frame"]{
    display:none;
}

.module.message-notification.open.layer-secondary {
    height: auto;
    width: 100%;
    background-color: #000;
    overflow: hidden;
    transition: .4s;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 998 !important;
}


@media screen and (max-width: 1024px) {
    .localisation__select {
        width: 100% !important;
        height: 100% !important;

    }
}

/* Fix 1263 */
.color-scheme--forest .hero {
    background-color: #008c5a
}

.hub_header--bg.color-scheme--forest {
    background-color: #008c5a
}

.org-group_wrap--forest .org-person_tile_inner:after {
    border-color: transparent transparent #008c5a
}

.org-group_wrap--forest .org-person_tile {
    background-color: #008c5a
}
/* End 1263 */
