
body{
    font-family: 'Open Sans', sans-serif;

}

a {
    color: #fff;
    text-decoration: none;
}

a:focus, a:hover {
    color: #211d37;
    text-decoration: none;
}

h1{
    margin:0;
}

#logo_enel{

    width: 145px;
}

.navbar-brand {
    height: 65px;

}

.Text_Title{
    background-color: #d6e9c6;
    margin-bottom:20px;
    box-shadow: 0 2px 3px 0px #cccccc;

}

.span_Title{

    font-size:22px;
    color:#E3671A;
}


.Main_Title{
 font-size: 20px;
    padding:2px;

}

.defaultBox {
    background-color: #d6e9c6;
    border: 1px solid #cccccc;
    box-shadow: 0 2px 3px 0px #cccccc;
}

.Title_Menu_Laterale {
    margin-bottom: 7px;
    background-color: #d6e9c6;
    border: 1px solid #cccccc;
    padding: 7px;
    box-shadow: 0 2px 3px 0px #cccccc;
}

#slider {
    display: flex;
    margin-top: 0px;
    width: 95%;
}

.selection_bar {
    font-size: 10px;
    font-weight: 400;
}

.slider-comic.left {
    border-radius: 4px 4px 4px 0;
}

.slider-comic {
    display: inline-flex;
    top: 0;
    padding: 3px 4px;
    border-radius: 4px;
    font-size: 11px;
    font-family: Asap, Tahoma, sans-serif;
    background-color: #e9e9e9;
    text-shadow: 0 1px 0 #ffffff;
    color: #505050;
    text-align: center;
}

.comic_size {
    width: 20%;
}

#feedback {
    font-size: 1.4em;
}

#selectable .ui-selecting {
    background: #FECA40;
}

#selectable .ui-selected {
    background: #E3671A;
    color: white;
}

#selectable {
    list-style-type: none;
    padding: 0;
}

#selectable li {
    margin: 3px;
    padding: 8px;
    float: left;
    width: 100px;
    height: 45px;
    font-size: 1em;
    text-align: center;
}

.select_payment {
    padding-top: 20px;
}

fieldset {
    border: 0;
}

label {
    display: block;
}

.overflow {
    height: 200px;
}

#power_selected .ui-selecting {
    background: #FECA40;
}

#power_selected, .ui-selected {
    background: #E3671A;
    color: white;
}

#power_selected {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#power_selected li {
    margin: 3px;
    padding: 15px;
    float: left;
    width: 100px;
    height: 50px;
    text-align: center;

}

body {
    background-color: #fff;
}

.no_pad {
    padding-left: 0px;
    padding-right: 0px;
}

.copyright_footer {
    background-color: #E3671A;
}

.center {
    text-align: center;
}

#logo_footer {
    padding-top: 20px;
    width: 110px;
    padding-bottom:5px;
}

.separator {
    height: 20px;
    background-color: #E3671A;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}

.arrowsx {
    position: absolute;
    left: -6%;
}

.arrowdwn {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.arrow_size {
    max-width: 55px;
}

.BoxTitle {
    color: white;
    font-size: 20px;
    margin-bottom: 5px;
    box-shadow: 0px 2px #88888894;
    border-radius: 2px;
    background-color: #E3671A;

}

.CheckBox_form {
    display: inline-flex;
}


.custom_input{
    height: 45px;
    width: 100%;
}


#amount {
    border: 0;
    color: #f6931f;
    font-weight: bold;
    width: 20%;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 8px;
}

.custom_label{
    padding-top: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.text_privacy{
    font-size:11px;
}

#span_privacy{
    font-weight: bold;
}

.custom_radio_number{
    font-size: 16px;
    margin-left: 10px;
    color: #E3671A;
}

.btn_orange{
    color: #f6f6f6;
    background-color: #E3671A;
    padding: 16px;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 9px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #E3671A;
    background: #e3671a;
    font-weight: normal;
    color: #ffffff;
}

.custom_guide_label{
    margin: 3px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    color: #e3671a;
}

.custom_img_guide{

    margin-bottom:3px;
}

.custom_text_guide{
    text-transform: uppercase;
    font-size: 12px;
    padding: 3px;
}


.title_box{

    font-size: 22px;
    background-color: #e3671a;
    text-align: center;
    display: block;
    color:white;
    padding: 5px;

}

.custom_box{
    margin-bottom: 25px;
    padding:20px;
}

.point_text_box{
    font-size: 22px;
    color: #e3671a;
    font-weight: bold;
}

.text_box{
text-align: center;
    display: block;
    margin: 0 auto;
}


.thank-you-box{
    font-size: 18px;
    background: #d6e9c6;
    padding: 30px;
    text-align: center;
}