/****************** LIGHT THEME **************************/
.scroll_tabs_theme_light {
  height: 30px;
  border-bottom:3px solid #d2d9dd;
  /*background-color: #dcdcdc;
  border-radius:10px 10px 0px 0px;*/
}


.scroll_tabs_theme_light div.scroll_tab_inner span {
  padding-left: 24px;
  padding-right: 24px;
  line-height: 30px;
  font-size: 12px;
  font-weight:bold;
  cursor: pointer;

}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_first {
  border-left: 0px;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_left_finisher {
  padding: 0px;
  width: 0px;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_right_finisher {
  padding: 0px;
  width: 0px;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_over {
    background-color: #e8e8e8
}

.scroll_tabs_theme_light .scroll_tab_left_button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  }

.scroll_tabs_theme_light .scroll_tab_left_button::before { content: "\25C0"; line-height: 30px; font-size:16px; padding-left: 5px;}
.scroll_tabs_theme_light .scroll_tab_left_button_over {color:#d78b13;}
.scroll_tabs_theme_light .scroll_tab_left_button_disabled {color: #AAAAAA;}

.scroll_tabs_theme_light .scroll_tab_right_button {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.scroll_tabs_theme_light .scroll_tab_right_button::before { content: "\25B6"; line-height: 30px;  font-size:16px;  padding-left: 5px;}
.scroll_tabs_theme_light .scroll_tab_right_button_over { color:#d78b13;}
.scroll_tabs_theme_light .scroll_tab_right_button_disabled{color: #AAAAAA;}

.scroll_tabs_theme_light div.scroll_tab_inner span.tab_selected { background-color: #d2d9dd;}

span.numero{margin:0px !important; padding-right: 5px!important; padding-left:5px !important; color:#00629f !important; text-align:center;  }
span.tab_selected .numero{color:#003e7e !important;}





/*
.scroll_tabs_theme_light {
  height: 30px;
  border-bottom:3px solid #dcdcdc;
}


.scroll_tabs_theme_light div.scroll_tab_inner span {
  padding-left: 24px;
  padding-right: 24px;
  line-height: 30px;
  font-size: 12px;
  font-weight:bold;
  cursor: pointer;

}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_first {
  border-left: 0px;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_left_finisher {
  padding: 0px;
  width: 0px;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_right_finisher {
  padding: 0px;
  width: 0px;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_over {
    background-color: #e6e6e6;
	border-radius:10px 10px 0px 0px;
}

.scroll_tabs_theme_light .scroll_tab_left_button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  }

.scroll_tabs_theme_light .scroll_tab_left_button::before { content: "\25C0"; line-height: 30px; font-size:16px; padding-left: 5px;}
.scroll_tabs_theme_light .scroll_tab_left_button_over {color:#d78b13;}
.scroll_tabs_theme_light .scroll_tab_left_button_disabled {color: #AAAAAA;}

.scroll_tabs_theme_light .scroll_tab_right_button {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.scroll_tabs_theme_light .scroll_tab_right_button::before { content: "\25B6"; line-height: 30px;  font-size:16px;  padding-left: 5px;}
.scroll_tabs_theme_light .scroll_tab_right_button_over { color:#d78b13;}
.scroll_tabs_theme_light .scroll_tab_right_button_disabled{color: #AAAAAA;}

.scroll_tabs_theme_light div.scroll_tab_inner span.tab_selected { background-color: #dcdcdc; border-radius:10px 10px 0px 0px;}

span.numero{margin:0px !important; padding-right: 5px!important; padding-left:5px !important; color:#d78b13 !important; text-align:center;  }
span.tab_selected .numero{color:#d78b13 !important;}
*/
