/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */


/* custom fonts */
@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-bold-webfont.woff') format('woff'),
    url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
    url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*
 * Body
 */

body {
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
  font: 14px/24px Arial;
  color: #666666;
}
.b-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ccc;
    z-index: 1000;
}
.element-invisible {
    margin: 0;
}
#page {
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */

#skip-link {
  margin: 0;
}
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/*
 * Header
 */

#header {
    background-color: white;
    border: 1px #cfcfcf solid;
    box-shadow: 0 0 15px #d6d6d6;
    padding: 69px 0 0;
}
.fix-header-wrap {
	width: 100%;
	margin: 0 auto;
	position: fixed;
	top:0;
	z-index: 15;
    margin: 0 -9999px;
    padding: 0 9999px;
    background: #f5f5f5;
}
.admin-menu .fix-header-wrap {
    top: 29px;
}

#logo { /* Wrapping link for logo */
  --float: left; /* LTR */
  margin: 0;
  padding: 0;
}
#logo img {
  vertical-align: bottom;
}

#name-and-slogan { /* Wrapper for website name and slogan */
  --float: left;
  padding: 1.75em;
  width: 301px;
}

#site-name { /* The name of the website */
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}
#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}
#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

#site-slogan { /* The slogan (or tagline) of a website */
  margin: 0;
  font-size: 1em;
  font-weight: normal;
  font-style: italic;
  text-transform: lowercase;
  width: 300px;
  text-align: right;
  color: #999999;
}

#header-blocks {
  float: right;
  margin: -4em 2em 0 0;
}

.region-header {
    float: left;
}

.language-switcher {
    width: 136px;
    height: 29px;
    line-height: 29px;
    cursor: pointer;
    position: relative;
    float: left;
}

.language-switcher .flag {
    background: url(../images/flag-sprite.png) 0 0 no-repeat;
    width: 16px;
    height: 12px;
    margin: .5em .75em;
    float: left;
}

.language-switcher .more-languages {
    position: absolute;
    top: 29px;
    left: 0;
    z-index: 11000;
    display: none;
}

.language-switcher .more-languages .lang {
    width: 137px;
}

.language-switcher .flag.en-flag {
    background: url(../images/flag-sprite.png) -16px 0 no-repeat;
}

.language-switcher .flag.fr-flag {
    background: url(../images/flag-sprite.png) -32px 0 no-repeat;
}


/*
 * Main (container for everything else)
 */

#main {
    background-color: white;
    border: 1px #cfcfcf solid;
    box-shadow: 0 0 15px #d6d6d6;
    min-height: 640px;
  /*  margin-top: 40px;*/
}
.front #main {
	margin-top: 75px;
    padding: 0 19px 0 21px;
}

/*.page-trading-online #main {
    background: url(../images/center.jpg) 50% 0 no-repeat #fff;
    padding-top: 205px;
}*/

#main .current-date {
    color: #999;
    font-size: 0.85em;
    margin-bottom: 1em;
    padding-left: 20px;
    width: 65.667%;
}
.front #main .current-date{
    padding: 4px 0 0;
    margin: 0 0 7px;
}

/*
 * Content
 */

#content {
}

.region-highlighted {
}

.breadcrumb { /* The path to the current page in the form of a list of links */
    font-size: 0.85em;
    margin: 1em 0 0 1.5em;
    color: #ccc;
}
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.breadcrumb a
.breadcrumb li a {
    color: #ccc;
}

h1.title /* The title of the page */ {
    font-family: Times New Roman;
    color: #069;
    margin-bottom: 0;
    padding-left: 20px;
    width: 65.667%;
}
h1.title.m-home {
    float: left;
    width: auto;
    margin-top: 0;
    margin-right: 10px;
    font-size: 0.85em;
    line-height: 24px;
    display: none;
}
h2.node-title, /* Title of a piece of content when it is given in a list of content */
h2.block-title, /* Block title */
h2.title, /* Comment section heading */
h2.comment-form, /* Comment form heading */
h3.title { /* Comment title */
  margin: 0;
}

.non-premium h2.node-title,
.non-premium h2.node-title a {
    color: #555555;
}
.premium h2.node-title {
    color: #006699;
}

tr.even { /* Some tables have rows marked even or odd. */
background-color: #FFF;
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
background-color: #FFF;
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

div.messages { /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */
  margin: 1.5em 0; /* Drupal core uses "6px 0" margin */
}
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.status { /* Normal priority messages */
}

div.warning,
tr.warning { /* Medium priority messages */
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error { /* High priority messages. See also the .error declaration below. */
}

.error { /* Errors that are separate from div.messages status messages. */
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning { /* Warnings that are separate from div.messages status messages. */
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

.tabs { /* See also the tabs.css file. */
}

.region-help { /* Help text on a page */
}

.more-help-link { /* Link to more help */
}

.region-content { /* Wrapper for the actual page content */
}

ul.inline { /* List of links generated by theme_links() */
  display: inline;
  padding: 0;
}
ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0; /* LTR */
}

span.field-label { /* The inline field label used by the Fences module */
  padding: 0 1em 0 0; /* LTR */
}

.item-list .pager { /* A list of page numbers when more than 1 page of content is available */
  padding: 0;
}
.item-list .pager li { /* Each page number in the pager list */
  padding: 0 0.5em;
}

.feed-icon { /* The link to the RSS or Atom feed for the current list of content */
}

.more-link { /* Aggregator, blog, and forum more link */
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */

.region-sidebar-first {
}

.section-indicatori .region-sidebar-second .block,
.section-indicatori-di-analisi-tecnica .region-sidebar-second .block,
.section-indicatori-di-analisi-fondamentale .region-sidebar-second .block,
.not-front .region-sidebar-first .block {
    background-color: #e9e9e9;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #ccc;
    padding: 1em;
    border: 0 none !important;
    margin-top: 0 !important;
}


.section-indicatori .block h2,
.section-indicatori-di-analisi-tecnica .region-sidebar-second .block h2,
.section-indicatori-di-analisi-fondamentale .region-sidebar-second .block h2 {
    background: none !important;
    margin: 0 !important;
    line-height: 1.5em !important;
    font-size: 1.125em !important;
    padding: 0 !important;
}
.front .region-sidebar-first .block,
.front #content .block, #content_bar .block{
	background-color: white;
	
}
.region-sidebar-second  .block{
    padding: 1em;
}
.region-sidebar-second  .block,
.front .region-sidebar-first .block{
    border: 1px #c7c7c7 solid;
    box-shadow: 1px 1px 15px #ccc;
}
.front #content #block-borse-chart-slider-chart-slider.block,
.node-type-analisi-tecnica .region-sidebar-second  .block,
.node-type-book .region-sidebar-first  .block,
.node-type-book .region-sidebar-second  .block {
    position: relative;
    border: 0 none;
    box-shadow: 0 0 0;
    padding: 0;
    background: transparent;
}
.front #content #block-borse-chart-slider-chart-slider.block ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#block-borse-chart-slider-chart-slider.block .chart-element{
	padding:2em 1em;
	background: orange;
	box-sizing:border-box;
}
#block-borse-chart-slider-chart-slider.block .slider-chart-wrapper
{position: relative;}
#block-borse-chart-slider-chart-slider.block .charts-list{
	margin:0;
}
#block-borse-chart-slider-chart-slider.block .chart-element.up{
	background: #8ad32a;
}
#block-borse-chart-slider-chart-slider.block .chart-element.down{
	background: #fc643a;
}
#block-borse-chart-slider-chart-slider.block .chart-element .cambi-name a{
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	display: inline-block;
	margin: 0 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#block-borse-chart-slider-chart-slider.block .chart-element .direction{
	font-size: 35px;
	width: 50px;
	margin: 0 5px 0 0;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	display:inline-block;
	font-family:"FontAwesome";
	font-style:normal;
	font-weight:normal;
	line-height:1;
	speak:none;
	text-decoration:inherit;
	text-rendering:optimizeLegibility;
	text-transform:none;
	float: left;
	color: #fff;
	vertical-align:middle;
}
#block-borse-chart-slider-chart-slider.block .chart-element .direction.down:before{
	content:"\f063";
}
#block-borse-chart-slider-chart-slider.block .chart-element .direction.up:before{
	content:"\f062";
}
#block-borse-chart-slider-chart-slider.block .bid,
#block-borse-chart-slider-chart-slider.block .bid a,
#block-borse-chart-slider-chart-slider.block .ask,
#block-borse-chart-slider-chart-slider.block .ask a {
	overflow: hidden;
	color: #fff;
	font-size: 20px;
	line-height: 25px;
	margin: 0 0 15px;
}
#block-borse-chart-slider-chart-slider.block .bid a:hover,
#block-borse-chart-slider-chart-slider.block .ask a:hover {
    text-decoration: none;
}

#block-borse-chart-slider-chart-slider.block .ask{margin: 0 0 15px 55px;}
#block-borse-chart-slider-chart-slider.block .bx-controls{
	position: absolute;
	right: 10px;
	top: 10px;
}
#block-borse-chart-slider-chart-slider.block .bx-controls .bx-prev,
#block-borse-chart-slider-chart-slider.block .bx-controls .bx-next{
	position: relative;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	outline: none;
	text-decoration: none;
	font-family:"FontAwesome";
}
#block-borse-chart-slider-chart-slider.block .bx-controls .bx-prev:after,
#block-borse-chart-slider-chart-slider.block .bx-controls .bx-next:after{
	content:"\f054";
	font-size: 30px;
	line-height: 35px;
	color: #fff;
	margin: 0 5px;
	outline: none;
}
#block-borse-chart-slider-chart-slider.block .bx-controls .bx-prev:after{
	content: "\f053";
}
.region-sidebar-second  .block.first {
    margin-top: 100px;
}
#block-bookblock-3566 {
    margin-top: 0;
}

#block-block-14{
    margin: 1em -1em -1em;
    background-color: transparent;
    border: 0 none;
    box-shadow: 0 0 0;
}

#block-block-14 {
    margin: -1em auto;
}

#block-views-banner-rotator-block {
    margin: 0 -6px -12px -6px;
    background-color: transparent;
    border: 0 none;
    box-shadow: 0 0 0;
    height: 250px;
    width: 300px;
}

.page-node-2913 #block-views-banner-rotator-block {
    margin: 115px 10px 10px;
    width: 300px;
}
.front .sidebars .block h2.block-title,
.front #block-block-20 h2,
.front #block-block-15 h2{
    margin: 0;
    background: #0c2b5e;
    font-size: 14px;
    line-height: 17px;
    padding: 11px 20px;
    border: 1px solid #fff;
    height: auto;
}
.front .sidebars .block h2.block-title:before,
.front #block-block-20 h2:before,
.front #block-block-15 h2:before,
.front .sidebars .block h2.block-title:after,
.front #block-block-20 h2:after,
.front #block-block-15 h2:after,
.front #content #block-views-homepage-news-slider-block h2.block-title:before,
.front #content #block-views-homepage-news-slider-block h2.block-title:after {
    display: none;
}
#block-views-recommended-content-block .view-content{
    padding: 10px;
}



/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */

.region-sidebar-second {
}
#block-block-4 {
    margin: 0;
}
/*
 * Footer
 */

#footer {
}

/*
 * Page bottom
 */

.region-bottom { /* Wrapper for any blocks placed in the page bottom region */
    clear: both;
    border-top: 1px #d9d9d9 solid;
}

.region-bottom p {
    margin: 0 auto;
    font-size: 12px;
    color: #999;
}


/** plus500 rollover banner **/
.rollover-wrapper {
    position: relative;
}

.rollover {
    background: url(../images/slider-bg5.jpg) no-repeat;
    width: 933px;
    height: 228px;
    padding: 19px 50px 4px;
    border-right: 1px #ccc solid;
    display: none;
}
.rollover h2 {
	font: bold 24px/30px "Times New Roman", Times, serif !important;
	color: #069;
    margin: 0 0 11px 0 !important;
    padding: 0;
}

.rollover .details {
    width: 600px;
    padding: 0;
    margin: 0;
}

.rollover .details li {
    float: left;
    width: 270px;
    padding-left: 30px;
    margin-bottom: 2px;
    color: #a9a9a9;
    list-style-type: none;
    list-style-image: none;
    line-height: 25px;
}
.rollover .buttons {
    clear: both;
    padding: 0;
    margin: 0;
    margin-top: 14px;
}

.rollover .buttons li {
    list-style-type: none;
    list-style-image: none;
    float: left;
    width: 255px;
    height: 48px;
    margin-top: 17px;
    margin-right: 30px;
    text-align: center;
}
.rollover .buttons li a {
    border: 1px solid #39bb00;
    border-radius: 7px;
    background: #ddf7bf;
    background: -moz-linear-gradient(top,  #ddf7bf 0%, #78dd00 3%, #57a100 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddf7bf), color-stop(3%,#78dd00), color-stop(100%,#57a100));
    background: -webkit-linear-gradient(top,  #ddf7bf 0%,#78dd00 3%,#57a100 100%);
    background: -o-linear-gradient(top,  #ddf7bf 0%,#78dd00 3%,#57a100 100%);
    background: -ms-linear-gradient(top,  #ddf7bf 0%,#78dd00 3%,#57a100 100%);
    background: linear-gradient(to bottom,  #ddf7bf 0%,#78dd00 3%,#57a100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddf7bf', endColorstr='#57a100',GradientType=0 );
}
.rollover .buttons li:hover {
    border-color: #75d700;
}

.rollover .buttons li a {
    color: white;
    font-weight: bold;
    font-size: 22px;
    text-shadow: 1px 1px 0px black;
    line-height: 50px;
    display: block;
}
a.trade-now:hover,
.rollover .buttons li a:hover {
    text-decoration: none;
    box-shadow: inset 1px 1px 15px;
}
.rollover .buttons li+li {
    width: 268px;
    margin-top: 18px;
    position: relative;
    border: none;
}

.rollover .buttons li+li a {
    line-height: 48px;
    height: 48px;
    border: 1px solid #2574c5;
    border-radius: 7px;
    padding-left: 15px;
    background: #9cb0d3;
    background: -moz-linear-gradient(top,  #9cb0d3 0%, #234f9c 3%, #07214c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9cb0d3), color-stop(3%,#234f9c), color-stop(100%,#07214c));
    background: -webkit-linear-gradient(top,  #9cb0d3 0%,#234f9c 3%,#07214c 100%);
    background: -o-linear-gradient(top,  #9cb0d3 0%,#234f9c 3%,#07214c 100%);
    background: -ms-linear-gradient(top,  #9cb0d3 0%,#234f9c 3%,#07214c 100%);
    background: linear-gradient(to bottom,  #9cb0d3 0%,#234f9c 3%,#07214c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cb0d3', endColorstr='#07214c',GradientType=0 );

}

.rollover .buttons li+li:hover sup {
    box-shadow: inset 0 0 5px #fff;
}
.rollover .buttons li+li sup {
    color: white;
    font-weight: bold;
    font-size: 1.125em;
    text-shadow: 1px 1px 0px black;
    position: absolute;
    top: -15px;
    right: -13px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 4px;
    background: #1e5799;
    background: -moz-linear-gradient(top,  #1e5799 0%, #78dc00 0%, #57a100 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#78dc00), color-stop(100%,#57a100));
    background: -webkit-linear-gradient(top,  #1e5799 0%,#78dc00 0%,#57a100 100%);
    background: -o-linear-gradient(top,  #1e5799 0%,#78dc00 0%,#57a100 100%);
    background: -ms-linear-gradient(top,  #1e5799 0%,#78dc00 0%,#57a100 100%);
    background: linear-gradient(to bottom,  #1e5799 0%,#78dc00 0%,#57a100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#57a100',GradientType=0 );

}
.rollover-wrapper .holder {
    margin: 0 auto 0 -88px;
    cursor: pointer;
    color: #fff;
    font: bold 18px/22px Tahoma, sans-serif;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,0.35);
    background: #5ec93d;
    background: -moz-linear-gradient(top,  #5ec93d 0%, #489d2e 76%, #43932b 100%);
    background: -webkit-linear-gradient(top,  #5ec93d 0%,#489d2e 76%,#43932b 100%);
    background: linear-gradient(to bottom,  #5ec93d 0%,#489d2e 76%,#43932b 100%);
    position: absolute;
    left: 50%;
    border: 1px solid #fff;
    border-top: none;
    border-radius: 0 0 3px 3px;
    transition: all 0.3s;
    padding: 4px 39px 8px 22px;
}
.rollover-wrapper .holder:hover{
    background: #43932b;
    background: -moz-linear-gradient(top,  #43932b 0%, #489d2e 24%, #5ec93d 100%);
    background: -webkit-linear-gradient(top,  #43932b 0%,#489d2e 24%,#5ec93d 100%);
    background: linear-gradient(to bottom,  #43932b 0%,#489d2e 24%,#5ec93d 100%);
}
.rollover-wrapper .holder-open {
    margin-top: -15px;
    border-top: 1px solid #fff;
    border-radius: 3px;
}
.rollover-wrapper .holder .holder-right{
    position: relative;
}

.rollover-wrapper .holder .holder-right:after{
    position: absolute;
    top: 50%;
    left: 100%;
    background: url(../images/arrow.png) no-repeat;
    transition: all 0.3s;
    content: '';
    width: 9px;
    height: 8px;
    margin: -1px 0 0 8px;
}
.rollover-wrapper .holder.holder-open .holder-right:after{
    transform: rotate(180deg);
    margin-top: -2px;
}


/** plus500 rollover banner new **/
.rollover{
    text-align: center;
    padding: 40px 50px 24px;
    height: auto;
    background: url(../images/slider_psd2.jpg) no-repeat;
}
.rollover h2.block-title{
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    margin: 0 0 24px 0 !important;
    font-size: 46px !important;
    line-height: 50px !important;
}
.rollover .region-rollover ul{
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: Tahoma, Geneva, Verdana, sans-serif;
}
.rollover .region-rollover ul li{
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
}
.rollover .region-rollover ul a{
    display: block;
    color: #fff;
    width: 280px;
    box-sizing: border-box;
    padding: 13px 5px 16px;
    border: 1px solid #fff;
    border-radius: 3px;
    font-weight: bold;
    font-size: 24px;
    line-height: 22px;
    min-height: 70px;
}
.rollover .region-rollover ul a:hover{
    text-decoration: none;
}
.rollover .region-rollover ul li:first-child a{
    background: #22c243;
    background: linear-gradient(to bottom,  #22c243 0%,#227801 100%);
}
.rollover .region-rollover ul li:last-child a{
    background: #3f85ea;
    background: linear-gradient(to bottom,  #3f85ea 0%,#015079 100%);
}
.rollover .region-rollover ul span{
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

#quicktabs-container-view__trading_online__page {
    margin-top: -1.5em;
}

.node-forex-news img,
.node-financial-news img {
    float: left;
    margin-right: 14px;
}
.section-glossario-forex .field-item  div {
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top,  #eeeeee 0%, #c4c4c4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eeeeee 0%,#c4c4c4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eeeeee 0%,#c4c4c4 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eeeeee 0%,#c4c4c4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#c4c4c4',GradientType=0 ); /* IE6-9 */
    box-shadow: 1px 1px 15px #eeeeee;
    border: 1px #C4c4c4 solid;
    border-top: 1px #eee solid;
    text-align: center;
    width: 590px;
    margin: 0 auto;
}

.section-glossario-forex .field-item  div a {
    font-weight: bold;
    padding: 0 .5em;
}

.section-glossario-forex  table {
    background-color: white;
border: 1px #c7c7c7 solid;
box-shadow: 1px 1px 15px #ccc;
}
.section-glossario-forex  table  th {
    color: white;
    font-size: 14px;
    line-height: 32px;
    width: auto;
    padding-left: 30px;
}

.section-glossario-forex  table  td {
    padding: .5em;
    border: 1px #c4c4c4 solid;
    color: #24519F;
    font-weight: bold;
}

.section-glossario-forex  table  td+td {
    font-weight: normal;
    color: #76BA00;
}

.section-glossario-forex  table  td+td+td {
    color: #666;
    box-shadow: inset 1px 1px 15px #eeeeee;
}

.submitted {
    font-size: .75em;
}

.submitted .user-picture img  {
    width: 20px;
    height: 20px;
}

.analisi-fondamentale-content img {
    float: left;
    margin: 0 1em 1em 0;
}

/*Styles n_chernay for better_messages module*/

#better-messages-wrapper{
    width: 350px !important;
}
#better-messages-default .messages-label {
    font-size: 14px;
    margin: 0;
    padding: 15px 14px;
    text-transform:none;
    background: #1f4a91;
    background: -moz-linear-gradient(top,  #1f4a91 0%, #1b4488 16%, #0d2b5f 66%, #07204d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f4a91), color-stop(16%,#1b4488), color-stop(66%,#0d2b5f), color-stop(100%,#07204d));
    background: -webkit-linear-gradient(top,  #1f4a91 0%,#1b4488 16%,#0d2b5f 66%,#07204d 100%);
    background: -o-linear-gradient(top,  #1f4a91 0%,#1b4488 16%,#0d2b5f 66%,#07204d 100%);
    background: -ms-linear-gradient(top,  #1f4a91 0%,#1b4488 16%,#0d2b5f 66%,#07204d 100%);
    background: linear-gradient(to bottom,  #1f4a91 0%,#1b4488 16%,#0d2b5f 66%,#07204d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f4a91', endColorstr='#07204d',GradientType=0 );
}
#better-messages-default tr {
    background: none;
}
#better-messages-default .tl, #better-messages-default .tr, #better-messages-default .bl, #better-messages-default .br {
    height: 18px;
    width: 18px;
}
#better-messages-default .body {
    padding:0;
}
#better-messages-default a.message-close { 
    background:url(../images/closelabel.png) no-repeat;
    height:17px;
    width:17px;
    margin: 0 5px 5px 0;
}
#better-messages-default .body .messages{
    color: #4d4d4d !important;
}
#better-messages-default .footer {
    border-top:none;
}
#better-messages-default .b {
    background:  rgba(3, 3, 3, 0.5);
    border-radius: 10px;
}
#better-messages-default .messages {
   padding: 10px 15px;
   margin: 0 0 5px;
   font-size: 14px;
   line-height: 24px;
}
#better-messages-default div.status {
   background: none;
   border: none;
}
#better-messages-default div.error {
   background: none;
   border: none;
}
#better-messages-default div.warning {
   background: none;
   border: none;
}
#overlay-better-messages {
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:black;
    z-index: 1000;
    opacity: 0.5;
    display: none;
}


/*      Inner page styles  */
.l-inner-page #main {
    overflow: hidden;
}
.l-inner-page #content {
    width: 72%;
    margin-left: 28%;
    padding: 21px 15px 21px 26px;
    color: #4d4d4d;
}
.l-inner-page #content .current-date {
    padding-left: 0;
}
.l-inner-page .content-holder {
    padding: 0 30px;
    border: 1px solid #b4b4b4;
    background-color: #f2f2f2;
}
.l-inner-page h1.title {
    padding-left: 0px;
    font-size: 36px;
    color: #0758a8;
}
.l-inner-page .content-holder .easy_social_box {
    margin: 0;
}
.l-inner-page .region-sidebar-first {
    width: 28%;
    padding: 0;
    padding-bottom: 10000px;
    margin-bottom: -10000px;
    border-right: 1px solid #ccc;
    background: #d3d3d3;
    box-shadow: 0 2px 10px rgba(1,1,1,.44);
}
.l-inner-page .region-sidebar-first .block {
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}
.l-inner-page .region-sidebar-first .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.l-inner-page .region-sidebar-first .menu .leaf {
    list-style: none;
}
.l-inner-page .region-sidebar-first .menu a {
    display: block;
    line-height: 70px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #0758a8;
    white-space: nowrap;
    border-bottom: 1px solid #bcbcbc;
    border-top: 1px solid #e9e9e9;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMTAlIiB4Mj0iNTAlIiB5Mj0iLTEwJSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNiNmI2YjYiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(bottom, #b6b6b6 -10%, #eee 109.41%, #eee 110%);
    background-image: -o-linear-gradient(bottom, #b6b6b6 -10%, #eee 109.41%, #eee 110%);
    background-image: -webkit-linear-gradient(bottom, #b6b6b6 -10%, #eee 109.41%, #eee 110%);
    background-image: linear-gradient(bottom, #b6b6b6 -10%, #eee 109.41%, #eee 110%);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#eeeeee', endColorstr='#b6b6b6');

    box-shadow: inset 0 1px #f1f1f1;
}
.l-inner-page .region-sidebar-first .menu .last a {
    border-bottom: 1px solid #e9e9e9;
}
.l-inner-page .region-sidebar-first .menu a:hover,
.l-inner-page .region-sidebar-first .menu li.active-trail a{
    text-decoration: none;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMTclIiB4Mj0iNTAlIiB5Mj0iLTE3JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(bottom, #e2e2e2 -17%, #fff 117%);
    background-image: -o-linear-gradient(bottom, #e2e2e2 -17%, #fff 117%);
    background-image: -webkit-linear-gradient(bottom, #e2e2e2 -17%, #fff 117%);
    background-image: linear-gradient(bottom, #e2e2e2 -17%, #fff 117%);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e2e2e2');
}
.l-inner-page .region-content-bottom {
    margin-left: 28%;
}
.l-inner-page #block-views-scegliere-un-broker-block {
    margin-left: 26px;
}

#node_forex_platform_full_group_traders_opinions .comments{
    margin: 0px !important;
}

#content_bar{
    padding-left:10px;
    padding-right:10px;
}

.broker-title-area, .broker-banner-area{
    float:left;
}
.broker-title-area{
    width:250px;
}
.broker-banner-area{
    margin-left: 40px;
    margin-top:10px;
}

.news-image{
    float:left;
    margin-right:10px;
}
#quicktabs-view__brokers_table__block .quicktabs-tabs {
    list-style:none;
    margin:0 !important;
    padding:0 20px 0 0;
    border-bottom:1px solid #c7c7c7;
    height:31px;
}
#quicktabs-view__brokers_table__block .quicktabs-tabs li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #6bb4f6; /* Old browsers */
    background: -moz-linear-gradient(top, #6bb4f6 0%, #4591d6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6bb4f6), color-stop(100%,#4591d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6bb4f6 0%,#4591d6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6bb4f6 0%,#4591d6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6bb4f6 0%,#4591d6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #6bb4f6 0%,#4591d6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bb4f6', endColorstr='#4591d6',GradientType=0 ); /* IE6-9 */
    border-color: #c7c7c7;
    border-image: none;
    border-style: solid solid none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-width: 1px 1px 0;
    float: left;
    margin: 0 0.2em 0 0;
    min-width: 5em;
    padding: 0;
}
#quicktabs-view__brokers_table__block .quicktabs-tabs a {
    font-size: 11px;
    display:block;
    height: 30px;
    line-height:30px;
    width: 70px;
    text-align:center;
    text-decoration:none;
    color:#FFF;
    padding:0px;
    margin:0px;
    position:relative;
    top:1px;
}
#quicktabs-view__brokers_table__block .quicktabs-tabs a:active {
    outline:none;
}
/* when mouse enters the tab move the background image */
#quicktabs-view__brokers_table__block .quicktabs-tabs a:hover {
    background-position: -420px -31px;
    color:#fff;
}
/* active tab uses a class name "current". its highlight is also done by moving the background image. */
#quicktabs-view__brokers_table__block .quicktabs-tabs .active a,
#quicktabs-view__brokers_table__block .quicktabs-tabs .active a:hover {
    background: white;
    color: black;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#quicktabs-view__brokers_table__block .quicktabs_main {
    box-shadow: 1px 1px 15px #aaa;
}

#quicktabs-view__brokers_table__block .quicktabs-tabpage {
    padding:15px 10px;
    border: 1px #c7c7c7 solid;
    border-top:0;
    font-size:11px;
    background-color:#fff;
}
#quicktabs-view__brokers_table__block .quicktabs-views-group {
    padding: 0 0 25px;
    overflow: hidden;
}
#quicktabs-view__brokers_table__block .quicktabs-views-group .views-field-field-small-logo {
    float: left;
    padding: 0 0 0 7px;
}
#quicktabs-view__brokers_table__block .quicktabs-views-group .views-field-field-small-logo > div {
    float: left;
    padding: 14px 15px 2px 0;
    height: 44px;
    width: 130px;
}
#quicktabs-view__brokers_table__block .quicktabs-views-group  img {
    display: block;
    margin: 0 auto;
}
#quicktabs-view__brokers_table__block .views-field-field-brokers-table-link {
    float: right;
    margin: 16px 0 0;
}
#quicktabs-view__brokers_table__block .views-field-field-brokers-table-link a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    color: #fefefe;
    text-decoration: none !important;
    text-align: center;
    text-shadow: 1px 0 1px rgba(0,0,0,.75);
    border: 1px solid #28bb24;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px #fff;
    background-color: #418600;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxODYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM0MTg2MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MWRmMDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(bottom, #418600 0%, #418600 0.24%, #71df09 100%);
    background: -o-linear-gradient(bottom, #418600 0%, #418600 0.24%, #71df09 100%);
    background: -webkit-linear-gradient(bottom, #418600 0%, #418600 0.24%, #71df09 100%);
    background: linear-gradient(bottom, #418600 0%, #418600 0.24%, #71df09 100%);
    padding: 1px 10px;
}
#quicktabs-view__brokers_table__block .views-field-field-brokers-table-link a:hover {
    border: 1px solid #28bb24;
    box-shadow: inset 0 1px 1px #1a3600;
    background-color: #418600;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxODYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM0MTg2MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MWRmMDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(bottom, #418600 0%, #418600 0.24%, #71df09 100%);
    background: -o-linear-gradient(bottom, #418600 0%, #418600 0.24%, #71df09 100%);
    background: -webkit-linear-gradient(bottom, #418600 0%, #418600 0.24%, #71df09 100%);
    background: linear-gradient(bottom, #418600 0%, #418600 0.24%, #71df09 100%);
}

.broker-title-area h1.title {
    width: auto;
}
#floating-left{
    left: 50%;
    margin-left: -650px;
    margin-top: -290px;
    /*text-align: right;*/
    display: block;
    width: 120px;
    position: fixed;
    top: 50%;
    z-index:14;
}
#floating-right{
	right: 50%;
	margin: -292px -650px 0 0;
	/*text-align: left;*/
	display: block;
	width: 120px;
	position: fixed;
	top: 50%;
    z-index:14;
}

/* Redisign Home Page */

.front.two-sidebars #content{
	width: 670px;
	float: left;
	margin: 0;
    padding: 0;
}
.front aside.sidebars{
	float: right;
	width: 300px;
	margin: 0;
    padding: 5px 0 0;
}
.front.two-sidebars .region-sidebar-first{
	width: 100%;
    margin: 0;
    padding: 0;
}
.region-sidebar-first iframe{
	width: 298px !important;
}

.front #content .block.block-borse-instruments {
	box-shadow: none;
	border: none;
}
.instruments-block-wrapper ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.instruments-block-wrapper .main-tabs-item-content .stoks-list-ul,
.instruments-block-wrapper .main-tabs-item-content >ul,
.instruments-block-wrapper #main_tabs_items{
	display: table;
	table-layout: fixed;
	position: relative;
	width: 100%;
}

.instruments-block-wrapper .main-tabs-item-content .stoks-list-ul{display: block;padding:0 29px 0 27px;width: auto;}
.instruments-block-wrapper #main_tabs_items{
	border-radius:3px;
	background: #f4f4f4;
	margin: 0 0 9px;
    overflow: hidden;
}
.instruments-block-wrapper .main-tabs-item-content .stoks-list-ul >div.owl-item,
.instruments-block-wrapper .main-tabs-item-content >ul>li{
	display: table-cell;
	text-align: center;
}
.instruments-block-wrapper #main_tabs_items >li{
    float: left;
    text-align: center;
}
.instruments-block-wrapper .main-tabs-item-content .stoks-list-ul div.owl-item{display: block;text-align: center;}
.instruments-block-wrapper #main_tabs_items >li >a{
	display: block;
	position: relative;
	padding: 8px 16px;
    color: #555;
}
.instruments-block-wrapper #main_tabs_items >li >a:before{
	content:'';
	height: 18px;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -9px 0 0;
	background: #dbdbdb;
	width: 1px;
}
.instruments-block-wrapper #main_tabs_items >li.no-border a:before{
	background: none;
}
.instruments-block-wrapper #main_tabs_items >li a.active{
	color: #006799;
	text-decoration: underline;
}
.instruments-block-wrapper #main_tabs_items >li a:hover{
	color: #006799;
	text-decoration: underline;
}
.instruments-block-wrapper #main_tabs_items >li.tab_title{
	background: #0c2c5f;
	position: relative;
	color: #fff;
	font-size: 16px;
    border-radius: 3px;
    padding: 8px 44px;
}
.instruments-block-wrapper #main_tabs_items >li.tab_title:after{
	content:'';
	position: absolute;
	right: 0;
	top: 50%;
	margin: -8px 0 0;
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent; 
	border-right: 8px solid #f4f4f4; 
}
.instruments-block-wrapper .main-tabs-item-content .stoks-list-ul span,
.instruments-block-wrapper .main-tabs-item-content >ul span {
	display: block;
	white-space: nowrap;
	line-height: 30px;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
    box-sizing: border-box;
	display: block;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px #ccc solid;
	padding: 0 3px;
	margin: 0 1px;
	color: #fff;
	background: #6ab4f5;
	background: linear-gradient(to bottom,  #6ab4f5 0%,#529de0 100%);
}
.instruments-block-wrapper .main-tabs-item-content .stoks-list-ul div.owl-item:hover span,
.instruments-block-wrapper .main-tabs-item-content .stoks-list-ul span.active-tab,
.instruments-block-wrapper .main-tabs-item-content >ul li:hover span,
.instruments-block-wrapper .main-tabs-item-content >ul span.active-tab{
	background: #ffffff;
	padding: 0 3px 1px;
	border-bottom: 0;
	color: #666;
}
.instruments-block-wrapper .main-tabs-item-content .stoks-list-ul span{padding: 0 12px;}
.instruments-block-wrapper .main-tabs-item-content .stoks-list-ul span.active-tab,
.instruments-block-wrapper .main-tabs-item-content .stoks-list-ul div.owl-item:hover span{
	padding: 0 12px 1px;
}
.instruments-block-wrapper .tab-content-holder .inner-tabs-content{
	display: inline-block;
	vertical-align: text-bottom;
	display: none;
	border: 1px solid #ccc;
	margin:-1px 1px 1px;
	padding:15px 3px;
}
.instruments-block-wrapper .tab-content-holder .inner-tabs-content:first-child{display: block;}
.instruments-block-wrapper .tab-content-holder .inner-tabs-content >ul{
	font-size: 0;
	line-height: 0;
}
.instruments-block-wrapper .tab-content-holder .inner-tabs-content >ul >li{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 19px;
	max-width: 48%;
	padding: 0 1%;
    margin: 0 0 21px;
}
.instruments-block-wrapper .two-cols{
	overflow: hidden;
	margin:0 0 17px;
}
.instruments-block-wrapper .two-cols .col:first-child{
	float: left;
}
.instruments-block-wrapper .two-cols .cambi-img{
    max-width: 90px;
    margin: 4px 10px 0 0;
}
.instruments-block-wrapper .two-cols img{
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	height: auto;
}
.instruments-block-wrapper .two-cols a{
	font-weight: bold;
}
.instruments-block-wrapper .two-cols .cambi-title a{
    font: bold 14px/18px arial, sans-serif;
    text-decoration: none;
}
.instruments-block-wrapper .cambi-body p{
    font-size: 13px;
    line-height: 18px;
    color: #555;
}
.instruments-block-wrapper .cambi-body h2,
.instruments-block-wrapper .cambi-body h1,
.instruments-block-wrapper .cambi-body p,
.instruments-block-wrapper .two-cols h1,
.instruments-block-wrapper .two-cols p,
.instruments-block-wrapper .two-cols h2{
	margin: 0 0 10px;
}
.instruments-block-wrapper .iframe-box{
}
.instruments-block-wrapper .iframe-box iframe{
    width: 100%;
    height: 232px;
}
.ajax-loader-holder{
	text-align: center;
}

.instruments-block-wrapper .stoks-list-ul .owl-prev,
.instruments-block-wrapper .stoks-list-ul .owl-next{
	position: absolute;
	width: 25px;
	height: 31px;
	top: 0;
	text-indent: -99999px;
	overflow: hidden;
}
.instruments-block-wrapper .stoks-list-ul .owl-prev{
	left: 1px;
	background: url("../images/arrows_owl.png") 0 0 no-repeat;
}
.instruments-block-wrapper .stoks-list-ul .owl-next{
	right: 1px;
	background: url("../images/arrows_owl.png") -26px 0 no-repeat;
}
.instruments-block-wrapper .stoks-list-ul .owl-prev.disabled{
	cursor: not-allowed;
	background: url("../images/arrows_owl.png") -52px 0 no-repeat;
}
.instruments-block-wrapper .stoks-list-ul .owl-next.disabled{
	cursor: not-allowed;
	background: url("../images/arrows_owl.png") -78px 0 no-repeat;
}

.section-404 #main .current-date{
    padding: 4px 0 0;
}
.section-404 h1.title{
    float: left;
    font-size: 120px;
    line-height: 120px;
    margin: 0 35px 0 0;
    padding: 0;
    width: auto;
}
.top-block-404{
    margin: 0 0 36px;
    overflow: hidden;
}
.top-block-404 h2{
    margin: 0 0 11px;
    padding: 0;
    font: bold 24px/26px 'Times New Roman', serif;
    color: #333333;
}
.field-type-text-with-summary{
    overflow: hidden;
}
.field-name-field-bottom-text{
    overflow: hidden;
}
.field-name-field-bottom-text p{
    margin: 0;
    line-height: 18px;
}
#block-custom-search-blocks-1{
    border-top: 1px solid #cfcfcf;
    padding: 18px 0 0;
    width: 673px;
    margin: 0 0 32px;
}
#block-custom-search-blocks-1:after{
    display: table;
    content: '';
    clear: both;
}
#custom-search-blocks-form-1{
    margin: 0;
}
#block-custom-search-blocks-1 .form-type-textfield{
    float: left;
    width: 326px;
    margin: 0 20px 0 0;
}
.form-type-textfield.form-item-custom-search-blocks-form-1 > label{
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 7px;
}
.form-type-textfield.form-item-custom-search-blocks-form-1 > input{
    width: 314px;
    padding: 10px 5px 11px;
    line-height: 17px;
}
#block-custom-search-blocks-1 .form-type-select{
    width: 188px;
    margin: 27px 23px 0 0;
    float: left;
    position: relative;
}
#block-custom-search-blocks-1 .form-type-select:after{
    position: absolute;
    top: 50%;
    right: 14px;
    content: '';
    background: url(../images/down-arrow.png) no-repeat;
    width: 10px;
    height: 7px;
    margin: -3px 0 0;
}
#block-custom-search-blocks-1 .form-type-select .select-wrapper{
    width: 100%;
    height: 40px;
    background: none;
    border: 1px solid #A9A9A9;
}
html > body #block-custom-search-blocks-1 .select-wrapper select{
    width: 189px !important;
    padding: 0px 14px;
    height: 40px;
    font-size: 14px;
    color: #000;
}
#block-custom-search-blocks-1 .form-actions{
    float: left;
    width: 115px;
    margin-top: 30px;
   
}
#block-custom-search-blocks-1 .form-actions input[type="submit"]{
    width: 100%;
    border: 1px solid #fff;
    border-width: 0 1px 1px 0;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 1px #b3b3b3;
    box-shadow: 1px 1px 1px #b3b3b3;
    background: #2cb8fd;
    background: -moz-linear-gradient(top,  #2cb8fd 0%, #24a8ea 25%, #0977ae 78%, #01699c 100%);
    background: -webkit-linear-gradient(top,  #2cb8fd 0%,#24a8ea 25%,#0977ae 78%,#01699c 100%);
    background: linear-gradient(to bottom,  #2cb8fd 0%,#24a8ea 25%,#0977ae 78%,#01699c 100%);
    text-shadow: 0 1px 1px rgba(0,0,0,0.35);
    font-family: Tahoma, sans-serif;
    padding: 6px 0 9px;
}
#block-custom-search-blocks-1 .form-actions input[type="submit"]:hover{
    background: #01699c;
    background: -moz-linear-gradient(top,  #01699c 0%, #0977ae 22%, #24a8ea 75%, #2cb8fd 100%);
    background: -webkit-linear-gradient(top,  #01699c 0%,#0977ae 22%,#24a8ea 75%,#2cb8fd 100%);
    background: linear-gradient(to bottom,  #01699c 0%,#0977ae 22%,#24a8ea 75%,#2cb8fd 100%);
    text-shadow: 0 1px 1px rgba(0,0,0,0.35);
}
.section-404 #block-views-homepage-trend-slider-block{
    background: #f5f5f5;
    margin: 0 -23px 9px -20px;
    padding: 23px 23px 39px 21px;
}
.section-404 #block-views-scegliere-un-broker-block{
    background: #fff;
    margin: 0;
}
.section-404 .sidebars .block h2.block-title:before,
.section-404 .sidebars .block h2.block-title:after{
    display: none;
}
.section-404 .sidebars .block h2.block-title{
    background: #0c2b5e;
    padding: 7px 10px 6px 20px;
    margin: -14px -14px 25px;
    font-size: 16px;
    border: 0;
}

.adslist .image-ad img{max-width: 250px; height: auto;}

#content #block-views-homepage-news-slider-block{
	box-shadow:none;
}
#content #block-views-homepage-news-slider-block h2.block-title{
	background: none;
	font-size: 22px;
	line-height: 25px;
	color: #006699;
	padding: 0;
	margin: 0 0 20px;
	border: none;
}
#content #block-views-homepage-news-slider-block h2.block-title:after,
#content #block-views-homepage-news-slider-block h2.block-title:before{
	display: none;
}

#content #block-mychart-homepage-charts-with-tabs{
	border:none;
	box-shadow:none;
}
#content #block-mychart-homepage-charts-with-tabs .chart-tabs{
	padding: 0;
	margin: 0;
	font-size: 22px;
	line-height: 25px;
	overflow: hidden;
	text-align: center;
}
#content #block-mychart-homepage-charts-with-tabs .chart-tabs li{
	padding: 0;
	margin: 0;
	float: left;
	width: 50%;
}
#content #block-mychart-homepage-charts-with-tabs .chart-tabs li a{
	display: block;
	border:1px solid #cfcfcf;
	background: #f7f7f7;
	color: #777;
	padding: 17px 0;
}
#content #block-mychart-homepage-charts-with-tabs .chart-tabs li:hover a,
#content #block-mychart-homepage-charts-with-tabs .chart-tabs li a.current{
	color: #006699;
	text-decoration: none;
	border-bottom-color: transparent;
	background: #FFF;
}
.front #block-mychart-homepage-charts-with-tabs .panes div{min-height: 1px;}
.front #block-mychart-homepage-charts-with-tabs .panes{box-shadow:none;}
#block-mychart-homepage-charts-with-tabs .direction{
	width: 0; 
	height: 0;
	display: inline-block;
	vertical-align: top;
	margin: 5px 0 0;
}
#block-mychart-homepage-charts-with-tabs .direction.up{
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #6fb900;
}
#block-mychart-homepage-charts-with-tabs .direction.down{
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #ee301d;
}
#block-mychart-homepage-charts-with-tabs .more_link{
	float: right;
	text-decoration: underline;
}
#block-mychart-homepage-charts-with-tabs .more_link:hover{
	text-decoration: none;
}
#block-mychart-homepage-charts-with-tabs .more_link:after,
#block-mychart-homepage-charts-with-tabs .more_link:before{
	content:'';
	display: block;
	clear: both;
}
#block-mychart-homepage-charts-with-tabs span[class^="tab_"] {
    overflow: hidden;
    display: block;
}
.front #content #block-views-homepage-trend-slider-block.block{
    border: none;
    box-shadow:none;
}
.front #content #block-views-homepage-trend-slider-block h2.block-title{
    display: none !important;
}
.view-homepage-trend-slider .views_slideshow_slide{
	overflow: hidden;
}
.view-homepage-trend-slider .views_slideshow_slide .col-left{
	float: left;
	max-width: 48%;
	width: 100%;	
}
.view-homepage-trend-slider .views_slideshow_slide .col-right{
	float: right;
	max-width: 48%;
	width: 100%;
}
.view-homepage-trend-slider p{
	margin: 0 0 10px;
}
.view-homepage-trend-slider h2{
	margin: 0 0 20px;
	font-size: 20px;
	line-height: 23px;
}
.view-homepage-trend-slider .views_slideshow_slide .views-field-title{
	margin: 0 0 20px;
}
.view-homepage-trend-slider .views_slideshow_slide .views-field-title a{
	color: #006699;
	font:bold 30px/35px "Times New Roman", serif;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal,
.jcarousel-skin-tango .jcarousel-container-horizontal{
	width: 100%;
    border-radius: 0;
    padding: 0;
    background: none;
    border:none;
    height: auto;
}
.jcarousel-skin-tango .jcarousel-next-horizontal,
.jcarousel-skin-tango .jcarousel-prev-horizontal{
	position: absolute;
	top:50%;
	height: 50px;
	width: 30px;
	width: 40px;
  	height: 80px;
	margin: -25px 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal{left: 0;background: url(../images/HP_slider_arrows.png) 0px 0 no-repeat;}
.jcarousel-skin-tango .jcarousel-next-horizontal{right: 0;background: url(../images/HP_slider_arrows.png) -41px 0 no-repeat;}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus{
	background-position: -41px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus{
	background-position: 0 0;
}
.jcarousel-skin-tango .jcarousel-item{
	height: auto;
	margin: 0 10px;
}
.view-homepage-trend-slider .view-label-nothing,
.view-homepage-trend-slider .views-label{
	display: none;
}
.view-homepage-trend-slider .views-slideshow-controls-bottom li{
	border-bottom: 2px solid transparent;
    transition: border-color .5s ease-in-out;
}
.view-homepage-trend-slider .views-slideshow-controls-bottom li:hover,
.view-homepage-trend-slider .views-slideshow-controls-bottom li.active{
	border-color:#1773a2;
}
.view-homepage-trend-slider .views-slideshow-controls-bottom .views-field-php{
	position: relative;
}
.view-homepage-trend-slider .views-slideshow-controls-bottom .views-field-php:after{
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    opacity: 0.4;
    transition: opacity .5s ease-in-out;
}
.view-homepage-trend-slider .views-slideshow-controls-bottom li.active .views-field-php:after,
.view-homepage-trend-slider .views-slideshow-controls-bottom li:hover .views-field-php:after{
	opacity: 0;
}

#content #block-views-brokers-table-with-text-block{
	background: #F5F5F5;
	border: none;
	margin: 0 -21px;
    padding: 16px 21px 29px;
	box-shadow:none;
}
#content #block-views-brokers-table-with-text-block h2.block-title{
	background: none;
	border: none;
	padding: 0;
	font-size: 22px;
	line-height: 24px;
	margin: 0 0 15px;
	color: #006699;
}
#content #block-views-brokers-table-with-text-block h2.block-title:before,
#content #block-views-brokers-table-with-text-block h2.block-title:after{
	display: none;
}
#block-views-brokers-table-with-text-block .quicktabs-tabs{
	padding: 0;
	margin: 0 0 -1px;
	position: relative;
	overflow: hidden;
}
#block-views-brokers-table-with-text-block .quicktabs-tabs li{
	float: left;
	width: auto;
	margin: 0 2px 0 0;
	padding: 0;
}
#block-views-brokers-table-with-text-block .quicktabs-tabs li a{
	display: block;
	padding: 1px 30px 4px;
	border:1px solid #cfcfcf;
	border-radius: 5px 5px 0 0;
	background: #cfcfcf;
	color: #555;
}
#block-views-brokers-table-with-text-block .quicktabs-tabs li:hover a,
#block-views-brokers-table-with-text-block .quicktabs-tabs li.active a{
	background: #fff;
	border-bottom-color: #FFF;
	text-decoration: none;
	border-bottom-color: #FFF;
    color: #333;
}
#block-views-brokers-table-with-text-block .quicktabs_main{
	border:1px solid #cfcfcf;
	padding: 0 20px 7px;
	background: #fff;
}
#block-views-brokers-table-with-text-block .quicktabs_main .quicktabs-views-group{
	padding: 20px 10px 16px 15px;
	border-top: 1px solid #f5f5f5;
	overflow: hidden;
	
}
#block-views-brokers-table-with-text-block .quicktabs_main .quicktabs-views-group:first-child{
	border-top: none;
}
#block-views-brokers-table-with-text-block .quicktabs_main .quicktabs-views-group .views-field{
	width: 25%;
	float: left;
}
#block-views-brokers-table-with-text-block .quicktabs_main .quicktabs-views-group .views-field.views-field-field-text-for-block{
	width: 50%;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #006699;
}
#block-views-brokers-table-with-text-block .quicktabs_main .quicktabs-views-group .views-field:last-child{float: right;}
#block-views-brokers-table-with-text-block .quicktabs_main .quicktabs-views-group .views-field:last-child a{
	padding: 3px 18px 4px;
	border: 1px solid #fff;
	float: right;
	color: #FFF;
	background: #2cb8fd;
	background: linear-gradient(to bottom,  #2cb8fd 0%,#01699c 50%,#2cb8fd 100%); /* W3C */
	text-shadow: 0 1px 1px #000;
	min-width: 78px;
	box-shadow:0 1px 2px rgba(0,0,0,0.4);
	border-radius:4px;
	text-align: center;
	background-size: auto 200%;
    background-position: 0 0;
    transition: background-position 0.5s ease-in-out;
    font: bold 14px/26px Tahoma, serif;
}

#block-views-brokers-table-with-text-block .quicktabs_main .quicktabs-views-group .views-field:last-child a:hover{
	text-decoration: none;
	background-position: 0 100%;
}

#content #block-mychart-homepage-charts-with-tabs{
	border:none;
	box-shadow:none;
}
#content #block-mychart-homepage-charts-with-tabs .chart-tabs{
	padding: 0;
	margin: 0;
	font-size: 22px;
	line-height: 25px;
	overflow: hidden;
	text-align: center;
}
#content #block-mychart-homepage-charts-with-tabs .chart-tabs li{
	padding: 0;
	margin: 0;
	float: left;
	width: 50%;
}
#content #block-mychart-homepage-charts-with-tabs .chart-tabs li a{
	display: block;
	border:1px solid #cfcfcf;
	background: #f7f7f7;
	color: #777;
	padding: 9px 0px 5px;
}
#content #block-mychart-homepage-charts-with-tabs .chart-tabs li:hover a,
#content #block-mychart-homepage-charts-with-tabs .chart-tabs li a.current{
	color: #069;
	text-decoration: none;
	border-bottom-color: transparent;
	background: #FFF;
    font-weight: bold;
}
.front #block-mychart-homepage-charts-with-tabs .panes div{min-height: 1px;}
.front #block-mychart-homepage-charts-with-tabs .panes{box-shadow:none;}
#block-mychart-homepage-charts-with-tabs .direction{
	width: 0; 
	height: 0;
	display: inline-block;
	vertical-align: top;
	margin: 5px 0 0;
}
#block-mychart-homepage-charts-with-tabs .direction.up{
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #6fb900;
}
#block-mychart-homepage-charts-with-tabs .direction.down{
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #ee301d;
}
#block-mychart-homepage-charts-with-tabs .more_link{
	float: right;
	text-decoration: underline;
	font-size: 16px;
	color: #006797;
}
#block-mychart-homepage-charts-with-tabs .more_link:hover{
	text-decoration: none;
}
#block-mychart-homepage-charts-with-tabs .more_link:after,
#block-mychart-homepage-charts-with-tabs .more_link:before{
	content:'';
	display: block;
	clear: both;
}
#block-mychart-homepage-charts-with-tabs span[class^="tab_"]{
	overflow: hidden;
	display: block;
}
.front #content #block-views-homepage-trend-slider-block{
    margin: 0 0 33px;
}
#block-views-homepage-trend-slider-block .slider-for .views-field-title{
    font: bold 24px/26px 'Times New Roman', serif;
    margin: 0 0 18px;
}
#block-views-homepage-trend-slider-block .slider-for .views-field-created{
    text-align: right;
    padding: 16px 0 8px;
    font-size: 13px;
    line-height: 16px;
    color: #777;
}
#block-views-homepage-trend-slider-block .slider-for .slick-slide{
    margin: 0 0 20px;
    outline: none;
}
#block-views-homepage-trend-slider-block .slider-for .slick-slide:after{
    width: 325px;
    height: 1px;
    background: #cfcfcf;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
}
#block-views-homepage-trend-slider-block .slider-nav .slick-prev,
#block-views-homepage-trend-slider-block .slider-nav .slick-next,
#views_slideshow_controls_text_previous_homepage_news_slider-block,
#views_slideshow_controls_text_next_homepage_news_slider-block{
    position: absolute;
    top: 50%;
    left: -11px;
    margin: -40px 0 0;
    width: 40px;
    height: 80px;
    background: rgba(23,23,23,0.8);
    text-indent: -9999px;
    overflow: hidden;
    border: 0;
    z-index: 10;
}
#views_slideshow_controls_text_previous_homepage_news_slider-block,
#views_slideshow_controls_text_next_homepage_news_slider-block{
    margin-top: -54px;
}
#block-views-homepage-trend-slider-block .slider-nav .slick-prev:before,
#block-views-homepage-trend-slider-block .slider-nav .slick-prev:after,
#block-views-homepage-trend-slider-block .slider-nav .slick-next:before,
#block-views-homepage-trend-slider-block .slider-nav .slick-next:after,
#views_slideshow_controls_text_previous_homepage_news_slider-block:before,
#views_slideshow_controls_text_next_homepage_news_slider-block:before,
#views_slideshow_controls_text_previous_homepage_news_slider-block:after,
#views_slideshow_controls_text_next_homepage_news_slider-block:after{
    position: absolute;
    content: '';
    top: 50%;
    left: 11px;
    width: 13px;
    height: 1px;
    background: #f0f0f0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 4px 0 0 ;
}
#block-views-homepage-trend-slider-block .slider-nav .slick-prev:after,
#block-views-homepage-trend-slider-block .slider-nav .slick-next:before,
#views_slideshow_controls_text_previous_homepage_news_slider-block:after,
#views_slideshow_controls_text_next_homepage_news_slider-block:before{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -4px 0 0;
}
#block-views-homepage-trend-slider-block .slider-nav .slick-next:before,
#views_slideshow_controls_text_next_homepage_news_slider-block:before{
    margin: 4px 0 0;
    left: 16px;
}
#block-views-homepage-trend-slider-block .slider-nav .slick-next:after,
#views_slideshow_controls_text_next_homepage_news_slider-block:after{
    margin: -4px 0 0;
    left: 16px;
}
#block-views-homepage-trend-slider-block .slider-nav .slick-next,
#views_slideshow_controls_text_next_homepage_news_slider-block{
    left: auto;
    right: -11px;
}
#block-views-homepage-trend-slider-block .slider-nav .views-field-php{
    margin: 0 0 10px;
}
#block-views-homepage-trend-slider-block .slider-nav .views-field-title{
    line-height: 21px;
    height: 67px;
    overflow: hidden;
}
#block-views-homepage-trend-slider-block .slick-image{
    float: left;
    margin: 5px 20px 0 0;
    width: 325px;
}
#block-views-homepage-trend-slider-block .slick-image img{
    width: 100%;
}

#block-views-homepage-trend-slider-block .slick-text{
    overflow: hidden;
}
#block-views-homepage-trend-slider-block .slider-nav .slick-slide{
    margin: 0 0 0 19px;
    padding: 0 0 5px;
    outline: none;
}
#block-views-homepage-trend-slider-block .slider-nav .slick-current{
    border-bottom: 2px solid #069;
}
#block-views-homepage-trend-slider-block .slider-nav .views-field-created{
    font-size: 13px;
    line-height: 16px;
    color: #777;
    padding: 9px 0 0;
}
#block-views-homepage-trend-slider-block .slider-nav .slick-list{
    padding: 0 !important;
    margin: 0 0 0 -19px;
}
#views_slideshow_cycle_main_homepage_news_slider-block .views-slideshow-cycle-main-frame{
    width: 100%;
}
#views_slideshow_cycle_main_homepage_news_slider-block .views-slideshow-cycle-main-frame-row{
    margin: 0 0 0 -15px;
    white-space: nowrap;
    overflow: hidden;
    background: #fff;
}
#views_slideshow_cycle_main_homepage_news_slider-block .views-row{
    width: 154px;
    margin: 0 0 0 18px;
    line-height: 21px;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
}
#views_slideshow_cycle_main_homepage_news_slider-block .views-field-field-image{
    margin: 0 0 4px;
}
#views_slideshow_cycle_main_homepage_news_slider-block .views-field-title{
    height: 67px;
    overflow: hidden;
    margin: 0 0 5px;
}
#views_slideshow_cycle_main_homepage_news_slider-block .views-field-created{
    height: 21px;
    overflow: hidden;
    word-spacing: -2px;
}
#views_slideshow_controls_text_pause_homepage_news_slider-block{
    display: none;
}
#block-views-homepage-news-slider-block .view-content{
    position: relative;
}
#views_slideshow_cycle_main_homepage_news_slider-block{
    margin: 0 0 24px;
}


#block-mychart-homepage-charts-with-tabs table a{
	color: #666;
}

span.active-tab:after,
.instruments-block-wrapper .main-tabs-item-content >ul span:hover :after {
    display: block;
    width: 100%;
    content: "";
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #fff;
    z-index: 20;
}
.instruments-block-wrapper .main-tabs-item-content .stoks-list-ul span, 
.instruments-block-wrapper .main-tabs-item-content >ul span{
	background: #CFCFCF;
	color: #555;
	font-weight: normal;
}
.instruments-block-wrapper .main-tabs-item-content .stoks-list-ul div.owl-item:hover span, 
.instruments-block-wrapper .main-tabs-item-content .stoks-list-ul span.active-tab, 
.instruments-block-wrapper .main-tabs-item-content >ul li:hover span, 
.instruments-block-wrapper .main-tabs-item-content >ul span.active-tab,
.instruments-block-wrapper .main-tabs-item-content .stoks-list-ul span, 
.instruments-block-wrapper .main-tabs-item-content >ul span{
	position: relative;
	font-weight: normal;
	font-size: 14px;
}
.instruments-block-wrapper .tab-content-holder .inner-tabs-content{
	padding: 15px 10px;
}
.instruments-block-wrapper .tab-content-holder .inner-tabs-content a{
	color: #0066B2;
    font-size: 14px;
}
.instruments-block-wrapper #indicators .tab-content-holder .inner-tabs-content >ul >li{
	max-width: initial;
	display: block;
	margin-bottom: 10px;
}
.instruments-block-wrapper .tab-content-holder .inner-tabs-content.change-stoks-wrapper >ul >li{
	max-width: 160px;
	padding: 0 2px;
	margin: 0 0 10px 0;
	text-align: center;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.instruments-block-wrapper .tab-content-holder .inner-tabs-content.change-stoks-wrapper >ul >li a{
	height: 32px;
	display: block;
	font-size: 14px;
	line-height: 16px;
}

.inner-tabs-content:after{
	content: " ";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.first-indicators-list{
	width: 49%;
	float: left;
}
.second-indicators-list{
	width: 49%;
	float: right;
}

.instruments-block-wrapper .cambi-body {
    font-size: 13px;
    line-height: 18px;
    color: #555;
}

/* tables */

.bs-table table {
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
.bs-table img{
    font-size: 0;
    line-height: 0;
}
.bs-table th, .bs-table td{
    display: table-cell;
    vertical-align: inherit;
    font-size: 14px;
    border-collapse: collapse;
    line-height: 15px;
    padding: 0;
}
.bs-table {
    font-size: 12px;
    margin: 0;
    width:525px;
    border-collapse: collapse;
    border-spacing: 0;
}
.bs-table__head{
    margin:0;
}
.bs-table__head td{
    font-size: 12px;
    line-height:8px;
}
.bs-table__head-name td{
    font-size: 12px;
    line-height:9px;
}
.bs-table-cell__bgcolor-45972c{
    background-color:#45972c;
}
.bs-table-cell__bgcolor-0c3776{
    background-color:#0c3776;
}
.bs-table__head-name{
    color:#ffffff;
    font-size:12px;
    font-weight:800;
    line-height:10px;
}
.bs-table__line-odd td:nth-of-type(1){
    background-color:#edeff1;
    box-sizing: border-box;
    max-width: 245px;
    box-shadow: inset -6px 0px 11px -9px rgba(0,0,0,0.75);
    padding:8px 30px;
}
.bs-table__line-odd td:nth-of-type(2){
    background-color:#dddddd;
    max-width:120px;
}
.bs-table__line-odd td:nth-of-type(3){
    background-color:#cde2ff;
    max-width:120px;
}
.bs-table__line-odd td:nth-of-type(4){
    background-color:#edeff1;
    box-shadow: inset 6px 0px 11px -9px rgba(0,0,0,0.75);
}
.bs-table__line-even td:nth-of-type(1){
    background-color:#f9f9f9;
    box-sizing: border-box;
    max-width: 245px;
    box-shadow: inset -6px 0px 11px -9px rgba(0,0,0,0.75);
    padding:8px 30px;
}
.bs-table__line-even td:nth-of-type(2){
    background-color:#eeeeee;
    max-width:120px;
}
.bs-table__line-even td:nth-of-type(3){
    background-color:#ebf3ff;
    max-width:120px;
}
.bs-table__line-even td:nth-of-type(4){
    background-color:#f9f9f9;
    box-shadow: inset 6px 0px 11px -9px rgba(0,0,0,0.75);
}
.bs-table__line-last{
    line-height:9px;
    padding:0;
}
.bs-table__img-cross{
    width: 12px;
    height: 12px;
}
.bs-table__img-ok{
    width: 17px;
    height: 13px;
}


/*********************************\
*	Chart(rate) table			 *
\*********************************/
.panes_specific,
.panes {
    box-shadow: none;
}
.panes_specific div,
.panes div {
    padding: 0;
    border: none;
    box-shadow: none !important;
    font-size: 12px;
}

.sticky-enabled tr:last-child {
    border-bottom: none;
}
table.detail-chart-list{
    width:500px;
}
.sticky-enabled th, .sticky-enabled td {
    padding: 5px 0;
    border: none;
    border-top: 1px solid #ccc;
    text-align: center;
}
.sticky-enabled td {
    padding: 14px 5px;
    font-weight: bold;
}
.sticky-enabled a {
    font-size: 14px;
}
.sticky-enabled .ico-rate {
    display: inline-block;
    font-weight: normal;
    padding-right: 26.5px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAYCAYAAABjswTDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzU3NUZGMEY4NDQwMTFFMzgyQzJFM0M4QkYxMDlDREEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzU3NUZGMTA4NDQwMTFFMzgyQzJFM0M4QkYxMDlDREEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NTc1RkYwRDg0NDAxMUUzODJDMkUzQzhCRjEwOUNEQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NTc1RkYwRTg0NDAxMUUzODJDMkUzQzhCRjEwOUNEQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pu4imK8AAAH5SURBVHjazJa/LwRBFMfv9tbJIfHzKDhUIuJHoUAj0SCSSzSSo0JDgYJEJ0EnotDQkBPVJeQIKv4TqktEeX6txJFzvitvk8lmf8zsrdt9ySdvd2fezHdmZ95MIOAjK0+kyqzKZZ+IDMLtAgVsmtWTfCL0AKzZ1ZU9FhqCOwUzPPVlD4WG4c5BnDfGy2WwIyLUa7Fxm1l3VywajdEGcWJWS3Ad7fYULRaNzINheh0HWwKxk5xVY+AK9esdi0XwENwh6KZPlWAD36fs0hPYxmOStyvQDs4QJwuLRVAL3AUIE6ydoLzXIj0dq4MCoktmBOwJiUWHEbhL0GRSpYJ+W1QX9/cdzBWxNVbQzhKXWNpA6sz021RtA9c0MM3SYMKFzLGPdmt5ZnYRTHM2OgBWaZAdcGMupTlVZ5RH7Khgw33M0nDTQpLJr+8CjfQquinCLgh75zoUaNffutSpU8vbioXQBrg70OyXu66hWEozN6Az4FOTmItDmnaz0WlSKvuwKAtqM5u0SDOREor9trr4SJjVVpOb+itH4y//JDpnNBDZZOaeGCGPBuWKRYrJkn+2SUlZOvX0/ap2BGqYJfgJMqrYe1Cny6dKLpUo0PMsWKbyH6B+f2OO02omcxQ0QYjP4K9VMR3mqVPNBunWpvX7hRiFYh/gFvQj/RVgAIWbcRajVjKpAAAAAElFTkSuQmCC') no-repeat right 3px;
    -webkit-background-size: 21px 12px;
    -moz-background-size: 21px 12px;
    -ms-background-size: 21px 12px;
    -o-background-size: 21px 12px;
    background-size: 21px 12px;
}
.sticky-enabled .direction {
    width: 16px;
    height: 8px;
    display: block;
}
.sticky-enabled .direction.up {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjE0RUQ4M0Q4NEQ0MTFFMzhFOUJDQ0I3RTdGRTE5NTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjE0RUQ4M0U4NEQ0MTFFMzhFOUJDQ0I3RTdGRTE5NTIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMTRFRDgzQjg0RDQxMUUzOEU5QkNDQjdFN0ZFMTk1MiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMTRFRDgzQzg0RDQxMUUzOEU5QkNDQjdFN0ZFMTk1MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlkAk9QAAABwSURBVHjaxNC5DYAwDEDR8JV9GYEwFtvRUFiciS/SWG78nzLNW7G85Zir9kA1xpvYVQic4k38RjjgHDchcIqrETjGVQic48MIAuJDCILi3QgC410IguOfCBLirwiS4o8IEuO3CJLjF0T9IS4RZRdgAOaAHzHqnauPAAAAAElFTkSuQmCC') no-repeat 0 0;
    -webkit-background-size: 16px 8px;
    -moz-background-size: 16px 8px;
    -ms-background-size: 16px 8px;
    -o-background-size: 16px 8px;
    background-size: 16px 8px;
}
.sticky-enabled .direction.down {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjE0NTY2Qzk4NEQ1MTFFM0I4M0Y4MDA0Mjk2NDIyQkUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjE0NTY2Q0E4NEQ1MTFFM0I4M0Y4MDA0Mjk2NDIyQkUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyMTQ1NjZDNzg0RDUxMUUzQjgzRjgwMDQyOTY0MjJCRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyMTQ1NjZDODg0RDUxMUUzQjgzRjgwMDQyOTY0MjJCRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsBtzBsAAACJSURBVHjaxNPNDYAgDIDRSlzDHdxQurAzaBNiUAu05a8HQrl878Jy7psHgAPmDLr7IADOiFPbhWU0AkMTXPQ4CvHEv4ARiFecA/RE/OIpQA8EG88BWiKS8RKgBSIblwBqEMW4FGBBiOIagAYhjmsBEoQqbgHkEOq4FcAhTHGateKL+cRdNZcAAwCzRB/53+CPHAAAAABJRU5ErkJggg==') no-repeat 0 0;
    -webkit-background-size: 16px 8px;
    -moz-background-size: 16px 8px;
    -ms-background-size: 16px 8px;
    -o-background-size: 16px 8px;
    background-size: 16px 8px;
}
.sticky-enabled.detail-chart-list td:last-child {
    padding-right: 0;
}
.sticky-enabled .chart-details, .broker-list .broker-view a {
    display: inline-block;
    width: 25px;
    height: 18px;
    border: 1px solid #0557a7;
    border-right-width: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAYCAYAAADKx8xXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzA3QTYzODk4NEQ5MTFFMzk4NzBCOTY4QzNBQTBEODUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzA3QTYzOEE4NEQ5MTFFMzk4NzBCOTY4QzNBQTBEODUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozMDdBNjM4Nzg0RDkxMUUzOTg3MEI5NjhDM0FBMEQ4NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozMDdBNjM4ODg0RDkxMUUzOTg3MEI5NjhDM0FBMEQ4NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrOv7bkAAAMFSURBVHjanJTZTxNRFMZn77SzdJuW0FIEIjVCghgNBssLBB8kMfqCGyYmJibGR998ML7p3+GThvjghiJIjNEYF+qWECJBUYFYaC0F7DLtzB2/KeIGlMSbnNzMnfO73zn3nHtp6uzgCYqi2mEq7CnsDmz28slOQlUYnE9xHszppZhJLEngmCaaopV80RjAv7FKIMOzTBCzXDJMNa8bLZZl9clO/tD5Kw9rK4I1mjLpV5wJgWMLxLI4qDUZBumVRL4PcPNGILv/zEXDNImLWJRbN0xXySQOg1gBjmXCLgdvDYxOfu5urc+sAQ+fu/R1MasX4cgTYrn1kin9hP0MQwcdPMfei39YGHn7KYkNfoPdpy8Uw34l5eDZRAEQDslbXIEFwyQaNgy5RJ7G+pfh11MZwNYqaM95jyTOL+d1HY4CwlaLxooyAA9D0wGeZQWTkNzwm6lFqDu4P8Iu7Npa/Xw6tZSlabqE7675TLYhq5dklKtJFDhRFgW71lfLdfwn50xEU0dRFgqOeWzQM5Na2gZ1EbnXQ7kHEZnrgWXlaNj3CmEVZlPLtci9xgZRXwahV+N7z0Yghfo5FKfgh5MXB+a016BOZJH/HvRI6XVBQApy6bIs6uhSrtiGjnLZ627JkQ75lLG6KveDNSCgMHKLoX7HCkWjAyFqLEOb6OckSvYOakNeWRz+CwSkoiSdyM2G2gF5EZ6FtRSgeDTku749oj3GxrO/QLuh0SEx9OoRnN5eQB4b0lTnXI2mxgHebt4SuIt+TsJ9pQFGhA7NI4s9DE0dBxSzIRw78StisjbgHoXStbZoaIhlmLlVqKzoFLhetFYvwtuNWbEhKCUiATWOw7jV2lA1CL9vay6yQ+AO5AqlnauQH+EBehEN+/tb6oKP1oPKoCIKdjMTmqbybklMRzTlZbVXvgnoPv6nN3w6qrzSexTaDVjyq67xxpCvvzHkfVIJKr8AuIvzuPULhZKxmMkWpsenU+M3nk0kqE0Gd2rfDjv5CZjdWh9hMzCyGUijean/GT8EGADmH248ZqKA3wAAAABJRU5ErkJggg==') #cfe3f2 no-repeat center;
    -webkit-background-size: 7px 12px;
    -moz-background-size: 7px 12px;
    -ms-background-size: 7px 12px;
    -o-background-size: 7px 12px;
    background-size: 7px 12px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
}