@font-face {
  font-family: 'socicon';
  src: url(../assets/fonts/socicon.eot?1480238862) format('embedded-opentype');
  src: url(../assets/fonts/socicon.eot?1480238862#iefix) format('embedded-opentype') format("embedded-opentype"), url(../assets/fonts/socicon.woff?1480238862) format('woff') format("woff"), url(../assets/fonts/socicon.woff2) format("woff2"), url(../assets/fonts/socicon.ttf?1480238862) format('truetype') format("truetype"), url(../assets/fonts/socicon.svg?1480238862#sociconregular) format('svg') format("svg");
  font-weight: 400;
  font-style: normal;
  text-transform: initial;
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    /* Firefox 16+*/
  }
  100% {
    -moz-transform: rotate(360deg);
    /* Firefox 16+*/
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  cursor: pointer;
}

::-webkit-scrollbar-track {
  background: transparent;
}

body {
  scrollbar-face-color: #d9d9d9;
  scrollbar-track-color: transparent;
}

html {
  position: relative;
  min-width: 320px;
}

html, body {
  min-height: 100%;
  min-width: 320px;
}

body {
  font: 14px/16px "Roboto", sans-serif;
  color: #ffffff;
  background-color: #F0F3F4;
}
body.blur-theme::before {
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../assets/img/blur-bg.jpg?1480238862) no-repeat center center;
  background-size: cover;
  will-change: transform;
  z-index: -1;
}

body.mobile {
  background: none;
}
body.mobile .body-bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: inherit;
  background-color: #F0F3F4;
}
body.mobile.blur-theme .body-bg::before {
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../assets/img/blur-bg.jpg?1480238862) no-repeat center center;
  background-size: cover;
  will-change: transform;
  z-index: -1;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html {
    overflow: hidden;
    height: 100%;
  }

  body {
    overflow: auto;
    height: 100%;
  }
}
a {
  transition: color 0.5s ease;
  outline: 0 !important;
}

.body-bg {
  display: none;
}

.al-header {
  display: block;
  height: 49px;
  margin: 0;
  background-repeat: repeat-x;
  position: relative;
  z-index: 905;
  color: #444444;
}

.al-main {
  margin-left: 180px;
  padding: 66px 0 0px 0;
  min-height: 500px;
}

.al-footer {
  height: 34px;
  padding: 0px 18px 0 180px;
  width: 100%;
  position: absolute;
  display: block;
  bottom: 0;
  font-size: 13px;
  color: #ffffff;
  transition: padding-left 0.5s ease;
}

.al-footer-main {
  float: left;
  margin-left: 15px;
}

.al-copy {
  float: left;
}

.al-footer-right {
  float: right;
  margin-right: 12px;
}
.al-footer-right i {
  margin: 0 4px;
  color: #e85656;
  font-size: 12px;
}
.al-footer-right a {
  margin-left: 4px;
  color: #ffffff;
}
.al-footer-right a:hover {
  color: #e85656;
}

.al-share {
  margin: -6px 0 0 12px;
  padding: 0;
  list-style: none;
  float: left;
}
.al-share li {
  list-style: none;
  float: left;
  margin-left: 16px;
}
.al-share li i {
  cursor: pointer;
  transition: all 0.1s ease;
  color: white;
  padding: 6px;
  box-sizing: content-box;
  font-size: 16px;
}
.al-share li i:hover {
  transform: scale(1.2);
}
.al-share li i.fa-facebook-square {
  color: #3b5998;
}
.al-share li i.fa-twitter-square {
  color: #55acee;
}
.al-share li i.fa-google-plus-square {
  color: #dd4b39;
}

.al-content {
  padding: 5px 22px 5px 22px;     /*padding: 8px 32px 8px 40px;*/
}

@media screen and (max-width: 500px) {
  .al-content {
    padding: 5px 11px;     /*padding: 8px 20px;*/
  }
}

@media (max-width: 500px) {
  .al-main {
    margin-left: 0;
  }
}

.vis-hidden {
  visibility: hidden;
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.icon-up, .icon-down {
  width: 5px;
  height: 13px;
  display: block;
}

.icon-up {
  background: url(../assets/img/arrow-green-up.svg?1480238862) format('svg') no-repeat 0 0;
}

.icon-down {
  background: url(../assets/img/arrow-red-down.svg?1480238862) format('svg') no-repeat 0 0;
}

.disable-text-selection {
  -webkit-touch-callout: none;
  user-select: none;
}

.align-right {
  text-align: right;
}

.amcharts-chart-div > a {
  font-size: 6px !important;
}

.content-panel {
  padding-left: 22px;
  padding-top: 26px;
}

@media (max-width: 590px) {
  .al-footer-right {
    float: none;
    margin-bottom: 19px;
    margin-right: 0;
  }

  .al-footer {
    height: 76px;
    text-align: center;
  }

  .al-main {
    padding-bottom: 76px;
  }

  .al-footer-main {
    float: none;
    display: inline-block;
  }
}
.full-invisible {
  visibility: hidden !important;
}
.full-invisible * {
  visibility: hidden !important;
}

.irs-grid-text {
  color: #ffffff;
}
