@charset "UTF-8";
/*
Animate.css - http://daneden.me/animate
LICENSED UNDER THE  MIT LICENSE (MIT)

Copyright (c) 2011 Dan Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
@import url(../fonts/webfonts/ss-standard.css);
.animated {
  -webkit-animation: 0.25s ease;
  -moz-animation: 0.25s ease;
  -ms-animation: 0.25s ease;
  -o-animation: 0.25s ease;
  animation: 0.25s ease; }

.animated.hinge {
  -webkit-animation: 2s ease;
  -moz-animation: 2s ease;
  -ms-animation: 2s ease;
  -o-animation: 2s ease;
  animation: 2s ease; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    z-index: 2; }
  100% {
    opacity: 1;
    z-index: 2;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(10px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(10px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(10px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    z-index: 2; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    z-index: 2; } }

@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(10px); } }

@-ms-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -ms-transform: translateY(0); }
  100% {
    opacity: 0;
    -ms-transform: translateY(10px); } }

@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(10px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(10px); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -ms-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

.header .tb-wrap .logo-hover:hover .ss-info {
  opacity: 1; }

.header .tb-wrap .logo .ss-info:hover {
  color: #bbbbbb; }

.header .tb-wrap .buttons .button_hover:not(.tc-field):not(.state-active):hover {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wNiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.06)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#0f000000', GradientType=0); }

@media screen and (min-width: 600px) {
  .header .tb-wrap .buttons .button_hover:not(.state-active):not(.state-open):hover .but-tooltip {
    opacity: 1;
    display: block;
    z-index: 3; } }

.header .tb-wrap .buttons .button_hover.state-active:hover {
  box-shadow: 0px 1px 0px #ffffff, inset 0px 1px 2px rgba(0, 0, 0, 0.15);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.04)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(top bottom, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */ }

.header .tb-wrap .buttons .button_hover .button:hover {
  cursor: pointer; }

.menu_button_hover:hover {
  box-shadow: 0px 1px 0px #ffffff, inset 0px 1px 2px rgba(0, 0, 0, 0.15);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.04)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(top bottom, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */ }

.table-menu-hover .item:hover {
  background-color: #e9e9e9;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.71), inset 0 1px 0 rgba(0, 0, 0, 0.05); }

.table-menu-hover .item:hover .sexy-control {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d000000', endColorstr='#00000000', GradientType=0); }

.logo_holder_hover a:hover {
  opacity: 1;
  transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  /* Firefox 4 */
  -webkit-transition: opacity 0.2s;
  /* Safari and Chrome */
  -o-transition: opacity 0.2s;
  /* Opera */ }

.logo_holder_hover a.about:hover {
  color: #555;
  transition: color 0.2s;
  -moz-transition: color 0.2s;
  /* Firefox 4 */
  -webkit-transition: color 0.2s;
  /* Safari and Chrome */
  -o-transition: color 0.2s;
  /* Opera */ }

.footer_spread_hover:hover {
  opacity: 0.9; }

.footer_spread_hover:hover .spread-button {
  opacity: 0.85; }

body,
ul,
li,
th,
td,
h2,
p {
  margin: 0;
  padding: 0; }

@font-face {
  font-family: 'proxima-nova';
  src: url("../fonts/ProximaNova/ProximaNova-Regular.otf"); }

html {
  background: url("/static/images/diag_pattern2.png"), linear-gradient(0deg, white, #f8f8f8 80%) no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#08000000', GradientType=0 );
  height: 100%;
  margin: 0;
  padding: 0; }

.clearfix:after {
  content: " ";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden; }

body {
  font-family: helvetica;
  color: #5a5a5a;
  font-size: 16px;
  font-family: 'proxima-nova', helvetica;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 1px 0 #ffffff, 0 1px 0 rgba(0, 0, 0, 0.1);
  overflow: auto;
  width: 100vw; }
  body thead {
    float: top; }
  body .wrap {
    visibility: visible;
    overflow-x: hidden;
    opacity: 1;
    transition: opacity 2000ms ease, visibility 2000ms ease;
    transition-delay: 500ms;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: rgba(241, 241, 241, 0.25); }
    body .wrap th {
      white-space: nowrap;
      height: 50px;
      background-color: #f1f1f1;
      color: #555555;
      text-transform: uppercase;
      text-align: left;
      cursor: pointer;
      outline: 0;
      font-weight: 600;
      font-size: 12px;
      letter-spacing: 1px;
      position: relative;
      text-shadow: 0 1px 0 white; }
  body .load-icon {
    z-index: 2;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15vh;
    left: 0px;
    right: 0px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 1000ms ease, visibility 1000ms ease; }
  body.loading .wrap {
    visibility: hidden;
    opacity: 0; }
  body.loading .load-icon {
    visibility: visible;
    opacity: 1; }

#device_info_filter {
  display: none; }

.wrap tr td a:hover {
  color: #555; }

.header {
  width: 100%;
  height: 250px;
  top: 0;
  position: relative;
  background-color: transparent; }
  .header .tb-wrap {
    width: 100%;
    height: 100%;
    display: table; }
    .header .tb-wrap .logo {
      display: block;
      position: relative;
      background-size: 200px 40px;
      background-image: url("/static/images/logo.png");
      background-repeat: no-repeat;
      width: 222px;
      height: 40px;
      margin-left: auto;
      margin-right: auto;
      top: 30px; }
      .header .tb-wrap .logo .ss-info {
        position: absolute;
        right: 0px;
        top: 11px;
        font-size: 14px;
        opacity: 0;
        color: #d5d5d5;
        text-shadow: 0 1px #ffffff, 0 1px rgba(0, 0, 0, 0.1); }
    .header .tb-wrap .v-align {
      padding: 30px 0;
      position: relative; }
    .header .tb-wrap .buttons {
      position: relative;
      font-size: 20px;
      margin-left: auto;
      margin-right: auto;
      display: block;
      width: 400px;
      top: 65px; }
      .header .tb-wrap .buttons .but-tooltip {
        position: absolute;
        top: 62px;
        left: 1px;
        padding: 9px;
        background-color: #f2f2f2;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.23), inset 0 1px 0 rgba(255, 255, 255, 0.75);
        opacity: 0;
        display: none; }
        .header .tb-wrap .buttons .but-tooltip p {
          margin: 0;
          text-transform: uppercase;
          font-size: 11px;
          text-align: center; }
        .header .tb-wrap .buttons .but-tooltip .tip {
          content: "";
          position: absolute;
          top: -12px;
          right: 36px;
          bottom: auto;
          left: auto;
          display: block;
          width: 23px;
          height: 13px;
          background-image: url("/static/images/tooltip.png"); }
        .header .tb-wrap .buttons .but-tooltip.search {
          left: -10px; }
          .header .tb-wrap .buttons .but-tooltip.search .tip {
            right: 17px; }
        .header .tb-wrap .buttons .but-tooltip.phone {
          left: -28px; }
          .header .tb-wrap .buttons .but-tooltip.phone .tip {
            right: 35px; }
        .header .tb-wrap .buttons .but-tooltip.tablet {
          left: -10px; }
          .header .tb-wrap .buttons .but-tooltip.tablet .tip {
            right: 19px; }
        .header .tb-wrap .buttons .but-tooltip.monitor {
          left: -15px; }
          .header .tb-wrap .buttons .but-tooltip.monitor .tip {
            right: 25px; }
      .header .tb-wrap .buttons #table-menu-outer {
        float: left; }
        .header .tb-wrap .buttons #table-menu-outer .but-tooltip {
          width: 115px;
          left: -15px; }
          .header .tb-wrap .buttons #table-menu-outer .but-tooltip .tip {
            right: 58px; }
      .header .tb-wrap .buttons .btn-wrapper {
        cursor: pointer;
        position: relative;
        display: inline-block;
        float: left;
        margin-left: 26.5px;
        width: 44px;
        height: 40px;
        border-radius: 3px;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25), inset 0px 1px 0px rgba(0, 0, 0, 0.03);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wMyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#08000000', GradientType=0 );
        visibility: visible; }
        .header .tb-wrap .buttons .btn-wrapper.search {
          margin-left: 37px; }
        .header .tb-wrap .buttons .btn-wrapper.state-active {
          top: 1px;
          box-shadow: 0px 1px 0px #ffffff, inset 0px 1px 2px rgba(0, 0, 0, 0.15);
          background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a000000', endColorstr='#00000000', GradientType=0 ); }
          .header .tb-wrap .buttons .btn-wrapper.state-active .button {
            color: #ff5400; }
        .header .tb-wrap .buttons .btn-wrapper.state-hidden {
          visibility: hidden; }
        .header .tb-wrap .buttons .btn-wrapper .button {
          display: inline-block;
          padding: 10px 12px;
          color: #d5d5d5;
          float: left; }
          .header .tb-wrap .buttons .btn-wrapper .button.state-active-search {
            color: #ff5400; }
      .header .tb-wrap .buttons .search-form-wrapper {
        position: absolute;
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 400px;
        height: 40px; }
        .header .tb-wrap .buttons .search-form-wrapper .search-form {
          position: relative;
          float: left;
          margin-left: 37px; }
          .header .tb-wrap .buttons .search-form-wrapper .search-form.state-open {
            display: inline-block; }
            .header .tb-wrap .buttons .search-form-wrapper .search-form.state-open .input-field {
              visibility: visible;
              width: 211.5px; }
          .header .tb-wrap .buttons .search-form-wrapper .search-form .btn-wrapper.search {
            margin-left: 0px; }
          .header .tb-wrap .buttons .search-form-wrapper .search-form .input-field {
            padding-left: 10px;
            height: 36px;
            width: 0px;
            visibility: hidden;
            margin-left: 0px;
            float: left;
            outline: #77b3f0 5px;
            border-radius: 7px;
            -moz-outline-radius: 4px;
            border-color: transparent;
            outline-style: auto;
            outline-width: medium;
            outline-offset: -3px;
            -webkit-transition: width 360ms ease, visibility 360ms ease;
            -moz-transition: width 360ms ease, visibility 360ms ease;
            -o-transition: width 360ms ease, visibility 360ms ease;
            transition: width 360ms ease, visibility 360ms ease; }
          .header .tb-wrap .buttons .search-form-wrapper .search-form .input-container {
            height: 40px;
            width: 201.5px;
            margin-left: 44px;
            float: left; }
          .header .tb-wrap .buttons .search-form-wrapper .search-form .close-icon {
            display: block;
            background-position: center;
            background-image: url("/static/images/x.gif");
            background-repeat: no-repeat;
            width: 27px;
            height: 27px;
            float: right;
            transition: background 0.4s;
            position: relative;
            right: 10px;
            top: 6.5px;
            cursor: pointer;
            visibility: hidden; }
            .header .tb-wrap .buttons .search-form-wrapper .search-form .close-icon.state-open {
              visibility: visible; }

.header .tb-wrap .buttons #table-menu-outer.state-open .btn-wrapper {
  top: 1px;
  box-shadow: 0px 1px 0px #ffffff, inset 0px 1px 2px rgba(0, 0, 0, 0.15);
  background: linear-gradient(top bottom, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a000000', endColorstr='#00000000', GradientType=0 ); }

.header .tb-wrap .buttons #table-menu-outer.state-open .btn-wrapper .button {
  color: #d5d5d5; }

.header .tb-wrap .buttons #table-menu-outer .table-menu-outer {
  display: none;
  position: absolute;
  top: 62px;
  left: auto;
  font-size: 11px;
  text-transform: uppercase;
  z-index: 4;
  border-radius: 3px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.23), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  background-color: #f1f1f1;
  width: 190px; }

.header .tb-wrap .buttons #table-menu-outer .table-menu-outer::after {
  content: "";
  position: absolute;
  top: -12px;
  right: 130px;
  bottom: auto;
  left: auto;
  display: block;
  width: 23px;
  height: 13px;
  background-image: url("/static/images/tooltip.png"); }

.header .tb-wrap .buttons #table-menu-outer .table-menu-inner {
  width: 190px;
  padding: 11px 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.02)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 100%);
  background: linear-gradient(top bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#05000000', GradientType=0 ); }

.header .tb-wrap .buttons #table-menu-outer .table-menu-inner .item {
  position: relative;
  padding: 8px 18px;
  cursor: pointer; }

.header .tb-wrap .buttons #table-menu-outer .table-menu-inner .item .quote_mark {
  font-size: 18px;
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 60px; }

.header .tb-wrap .buttons #table-menu-outer .table-menu-inner span.gray {
  color: #c2c2c2;
  margin-left: 4px; }

.tc-field {
  position: relative; }

.tc-dropdown .item input[type="checkbox"] {
  margin: 0px 10px 0px 0px;
  position: relative;
  top: 0px; }

.tc-field.tc-sexy-checkbox {
  float: left;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-top: -2px;
  border-radius: 3px;
  background-color: white; }

.state-hidden {
  display: none; }

.state-visible {
  display: inline-block; }

.wrap {
  border-bottom-style: solid;
  border-width: 1px;
  border-color: rgba(241, 241, 241, 0.25); }

.wrap .table-wrapper {
  position: relative;
  margin-top: 1px; }

.wrap .table-wrapper table {
  border-collapse: collapse;
  font-size: 16px; }

.wrap .table-wrapper #device_info_wrapper .dataTables_scroll {
  overflow-y: hidden; }

.wrap .table-wrapper #device_info_wrapper .dataTables_scrollHead {
  z-index: 1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  border-top: 1px solid #f2f2f2;
  background-color: white;
  position: relative; }

.wrap .table-wrapper #device_info_wrapper .dataTables_scrollHead.state-fixed {
  position: fixed;
  top: 0px; }

.wrap .table-wrapper #device_info_wrapper .dataTables_scrollHead .dataTables_scrollHeadInner table {
  position: relative;
  overflow: hidden; }

.wrap .table-wrapper #device_info_wrapper .dataTables_scrollHead thead tr {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(241, 241, 241, 0.75);
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(0, 0, 0, 0.02);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), 0%, rgba(0, 0, 0, 0), 1%, rgba(0, 0, 0, 0.02), 99%, rgba(0, 0, 0, 0.02), 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.02)), color-stop(100%, rgba(0, 0, 0, 0.02)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), 0%, rgba(0, 0, 0, 0), 1%, rgba(0, 0, 0, 0.02), 99%, rgba(0, 0, 0, 0.02), 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), 0%, rgba(0, 0, 0, 0), 1%, rgba(0, 0, 0, 0.02), 99%, rgba(0, 0, 0, 0.02), 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), 0%, rgba(0, 0, 0, 0), 1%, rgba(0, 0, 0, 0.02), 99%, rgba(0, 0, 0, 0.02), 100%);
  background: linear-gradient(top bottom, rgba(0, 0, 0, 0), 0%, rgba(0, 0, 0, 0), 1%, rgba(0, 0, 0, 0.02), 99%, rgba(0, 0, 0, 0.02), 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#05000000', GradientType=0 ); }

.wrap .table-wrapper #device_info_wrapper .dataTables_scrollBody {
  overflow-y: hidden !important;
  position: static;
  margin-bottom: 57px; }

.wrap .table-wrapper #device_info_wrapper .dataTables_scrollBody.state-fixed {
  position: relative;
  top: 57px; }

.wrap th.persist.sorting_1 {
  border-right: 1px solid rgba(0, 0, 0, 0.05); }

.wrap th.persist p {
  float: left; }

.wrap th.persist #dev-icon {
  position: absolute;
  top: 12px;
  left: 29px;
  font-size: 22px;
  color: #d5d5d5; }

.wrap th.persist {
  width: 150px; }

.wrap th.persist .table-header {
  min-width: 150px;
  padding-left: 60px;
  padding-right: 15px; }

.wrap th.persist .table-header.short {
  min-width: 100px;
  padding-left: 40px;
  padding-right: 15px; }

.wrap th.sorting_asc, .wrap th.sorting_desc {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #ededed; }

.wrap th p {
  float: left;
  margin: 0; }

.wrap th span.gray {
  color: #bbbbbb;
  margin-left: 5px; }

.wrap th span.quote_mark {
  font-size: 20px;
  display: inline-block;
  position: relative;
  height: 10px;
  top: 3px;
  right: -2px; }

.wrap th .table-header {
  padding: 0 15px; }

.wrap th .table-header .full-text,
.wrap th .table-header .narrow-text {
  line-height: 13px; }

.wrap th .table-header .full-text {
  display: block; }

.wrap th .table-header .narrow-text {
  display: none; }

.wrap th .up-down {
  float: right;
  position: relative;
  top: 2px;
  font-size: 10px;
  border-radius: 52px;
  width: 13px;
  height: 13px;
  display: none;
  color: white;
  padding-left: 3px;
  padding-top: 2px;
  padding-bottom: 1px;
  margin-left: 6px;
  margin-top: -2px;
  opacity: 0;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px #ffffff;
  background-color: #d5d5d5;
  text-shadow: none; }

th.sorting_asc:not(.persist) span.up-down.ss-navigatedown {
  display: none; }

th.sorting_desc:not(.persist) span.up-down.ss-navigatedown {
  opacity: 1;
  padding-top: 2px;
  padding-bottom: 1px;
  display: block; }

th.sorting_desc:not(.persist) span.up-down.ss-navigateup {
  display: none; }

th.sorting_asc:not(.persist) span.up-down.ss-navigateup {
  opacity: 1;
  padding-top: 1px;
  padding-bottom: 2px;
  display: block; }

th.persist.sorting_asc span.up-down.ss-navigatedown {
  opacity: 1;
  padding-top: 2px;
  padding-bottom: 1px;
  display: block; }

th.persist.sorting_desc span.up-down.ss-navigatedown {
  opacity: 1;
  padding-top: 1px;
  padding-bottom: 2px;
  display: block; }

th.persist.sorting_asc span.up-down.ss-navigateup {
  display: none; }

th.persist.sorting_desc span.up-down.ss-navigateup {
  display: none; }

.wrap tr:nth-child(even) td {
  border-bottom-color: #f2f2f2;
  background-color: #f8f8f8; }

.wrap tr:nth-child(odd) td {
  border-bottom-color: #ebebeb;
  background-color: white; }

.wrap tr:nth-child(even) td.popularity-value.sorting_1 {
  background-color: #ededed; }

.wrap tr:nth-child(odd) td.popularity-value.sorting_1 {
  background-color: rgba(228, 228, 228, 0.42); }

/* highlighted table data cells */
.wrap tr.odd.highlight td.sorting_1 {
  background-color: #efebb4; }

.wrap tr.even.highlight td.sorting_1 {
  background-color: #efebb4; }

.wrap tr.odd.highlight td {
  background-color: #fffbbc; }

.wrap tr.even.highlight td {
  background-color: #fffbbc; }

.wrap th .v-align {
  padding: 20px 0; }

.wrap tbody.variant-device-view tr td #dev-icon {
  display: none; }

.wrap tbody.variant-small-icons tr td #dev-icon {
  font-size: 14px;
  top: 21px;
  left: 7px; }

.wrap tbody .device_types {
  display: none; }

.wrap tbody tr td {
  height: 60px;
  font-weight: 400;
  color: #333;
  font-size: 14px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  text-shadow: 0px 1px white;
  padding: 0 15px;
  position: relative; }
  .wrap tbody tr td #dev-icon {
    position: absolute;
    top: 12px;
    left: 29px;
    font-size: 20px;
    color: #d5d5d5; }
  .wrap tbody tr td.persist {
    min-width: 150px;
    padding-left: 60px;
    padding-right: 15px; }

.wrap tbody tr.even td {
  border-bottom-color: #f2f2f2;
  background-color: #f8f8f8; }
  .wrap tbody tr.even td.persist {
    border-bottom-color: #ededed; }
  .wrap tbody tr.even td.sorting_1 {
    background-color: #ededed; }

.wrap tbody tr.odd td {
  border-bottom-color: #ebebeb;
  background-color: white; }
  .wrap tbody tr.odd td.persist {
    border-bottom-color: #e7e7e7; }
  .wrap tbody tr.odd td.sorting_1 {
    background-color: rgba(228, 228, 228, 0.42); }

.wrap tr a {
  visibility: hidden; }

td.persist.name-value.sorting_1.short {
  min-width: 100px;
  padding-left: 40px;
  padding-right: 15px; }

td.persist.name-value.short {
  min-width: 100px;
  padding-left: 40px;
  padding-right: 15px; }

.wrap tr td.persist.sorting_1 {
  border-right: 1px solid rgba(0, 0, 0, 0.05); }

.wrap tr td.persist a {
  color: #333; }

.wrap tr td.sorting_1 {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  border-left: 1px solid rgba(0, 0, 0, 0.05); }

.wrap tr td.px_density-value .sub_val .gray {
  color: #bbbbbb; }

.wrap tr td a:hover {
  color: #555; }

/*----------------------------------footer styling----------------------------------*/
.footer {
  width: 100%;
  bottom: 0;
  height: 80px;
  display: table;
  text-align: left;
  clear: both;
  background-image: url("/static/images/diag_pattern2.png"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wMyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-image: url("/static/images/diag_pattern2.png"), -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 100%);
  background-image: url("/static/images/diag_pattern2.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.03)));
  background-image: url("/static/images/diag_pattern2.png"), -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 100%);
  background-image: url("/static/images/diag_pattern2.png"), -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 100%);
  background-image: url("/static/images/diag_pattern2.png"), -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 100%);
  background-image: url("/static/images/diag_pattern2.png"), linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#08000000', GradientType=0 ); }

.footer .tb-wrap {
  padding-top: 10px; }

.footer .v-align {
  width: 100%;
  padding: 25px 0; }

.footer .tier {
  margin-top: 5px;
  margin-left: 75px;
  float: left; }

.footer .spread {
  overflow: hidden;
  z-index: 51;
  opacity: 0.65;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease; }

.footer .spread .spread-button {
  position: absolute;
  float: left; }

.footer .spread > div.facebook {
  overflow: hidden;
  width: 200px; }

.footer .logo-holder {
  float: right;
  margin-right: 35px; }

.footer .logo-holder a {
  float: right;
  margin-left: -8px;
  margin-top: 2px;
  height: 29px;
  opacity: 0.7;
  transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: color 0.2s;
  -moz-transition: color 0.2s;
  /* Firefox 4 */
  -webkit-transition: color 0.2s;
  /* Safari and Chrome */
  -o-transition: color 0.2s;
  /* Opera */ }

.footer .logo-holder a.about {
  margin: 0;
  margin-right: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 31px;
  color: #ababab;
  text-shadow: 0 1px 0 white;
  text-decoration: none;
  opacity: 1;
  position: relative;
  z-index: 4;
  cursor: pointer; }

.footer .logo-holder p {
  float: right;
  margin: 0;
  margin-right: 18px;
  font-size: 14px;
  color: #ababab;
  line-height: 31px;
  font-weight: 300; }

.footer .logo-holder .tc-logo {
  background-image: url("/static/images/tc_logo3.png");
  width: 72px; }

.footer .logo-holder .quancast_logo {
  background-image: url("/static/images/quancast_logo.png");
  width: 82px; }

.footer.clearfix {
  position: relative; }

.footer.clearfix.fixed {
  position: fixed; }

/*----------------------------------tc-field styling----------------------------------*/
.tc-field {
  position: relative; }

.tc-dropdown .item input[type="checkbox"] {
  margin: 0px 10px 0px 0px;
  position: relative;
  top: 0px; }

.tc-field.tc-sexy-checkbox {
  float: left;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-top: -2px;
  border-radius: 3px;
  background-color: white; }

.sexy-control {
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  background-color: white;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out; }

.sexy-control.state-active {
  box-shadow: 0 1px 1px #ffffff, inset 0 1px 3px rgba(0, 0, 0, 0.1);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  /*
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d000000', endColorstr='#00000000', GradientType=0);
  */ }

.sexy-control.state-active::after {
  font-family: "SSStandard";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  content: "✓";
  font-size: 12px;
  color: #ff5400;
  margin-top: 1px;
  margin-left: 2px;
  display: inline-block; }

/*----------------------------------overlay----------------------------------*/
.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100%;
  overflow: auto;
  z-index: 10;
  visibility: visible;
  opacity: 1;
  transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out; }

.overlay .noscroll {
  overflow-y: auto; }

.overlay.state-invisible {
  visibility: hidden;
  opacity: 0; }

.overlay .frame {
  display: table;
  margin: 0 auto;
  height: 100%; }

.overlay .frame .frame {
  vertical-align: middle;
  display: table-cell; }

.overlay .frame .frame .pane {
  display: block;
  position: relative;
  max-width: 50rem;
  height: auto;
  background-color: rgba(255, 255, 255, 0.5);
  border: dashed 1px #ff5400;
  border-radius: 2px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  z-index: 10;
  padding-left: 64px;
  padding-top: 60px;
  padding-right: 55px;
  padding-bottom: 50px;
  margin: 40px; }

p {
  text-shadow: 0 1px 0 white; }

.overlay .pane p {
  line-height: 1.3; }

.overlay .head p {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px; }

.overlay .bod p {
  font-size: 20px;
  margin-bottom: 20px; }

.overlay a {
  color: #ff5400;
  text-decoration: none; }

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9;
  opacity: 1;
  visibility: visible;
  transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out; }

.mask.state-invisible {
  visibility: hidden;
  opacity: 0; }

.overlay .head a.btn-close {
  font-size: 20px;
  position: absolute;
  top: -30px;
  right: -40px; }

div.foot {
  display: block;
  height: 80px; }

body.noscroll {
  overflow: hidden; }

a.btn-close {
  cursor: pointer; }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-moz-keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-o-keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/*---------------------------------------------------------------------------*/
.wrap tr.odd td.dataTables_empty {
  font-family: "proxima-nova", helvetica;
  color: #5a5a5a;
  font-size: 12px;
  text-shadow: 0 1px 0 #ffffff, 0 1px 0 rgba(0, 0, 0, 0.1);
  font-weight: 600;
  letter-spacing: 1px;
  vertical-align: middle;
  text-align: center; }

/*----------------------------------404 page styling----------------------------------*/
.error404 {
  width: 100%;
  height: auto;
  top: 0;
  position: relative;
  background-color: transparent;
  vertical-align: middle; }
  .error404 .main-copy {
    display: block;
    text-align: center;
    width: 60%;
    margin: 5rem auto;
    font-size: 14px;
    font-weight: 300;
    line-height: 31px;
    text-decoration: none;
    position: relative;
    cursor: pointer; }
    .error404 .main-copy a.search {
      text-decoration: none; }

/* mobile - 2.0x pixel density */
@media screen and (max-width: 768px) {
  .wrap {
    width: 100%; }
    .wrap .table-wrapper {
      margin-top: 1px; }
    .wrap th.persist .table-header.short {
      padding-left: 25px;
      padding-right: 15px; }
    .wrap .table-wrapper tbody tr td.persist.short {
      padding-left: 25px; }
    .wrap .header {
      height: 215px; }
      .wrap .header .tb-wrap .v-align {
        padding: 0; }
      .wrap .header .tb-wrap .logo {
        float: none;
        margin-top: 14px; }
      .wrap .header .tb-wrap .buttons #table-menu-outer .table-menu-outer {
        left: -90px;
        width: 170px; }
      .wrap .header .tb-wrap .buttons #table-menu-outer .table-menu-inner {
        width: 170px; }
      .wrap .header .tb-wrap .buttons #table-menu-outer .table-menu-outer::after {
        right: 20px; }
    .wrap .footer .tier {
      margin-left: 25px; }
    .wrap .footer .logo_holder {
      margin-right: 25px; } }

/* iPhone */
@media screen and (max-width: 600px) {
  .overlay .frame .frame .pane {
    margin: 25px;
    padding: 25px; }
    .overlay .frame .frame .pane .head p {
      font-size: 23px;
      margin-bottom: 25px; }
    .overlay .frame .frame .pane .head a.btn-close {
      top: -23px;
      right: -23px; }
    .overlay .frame .frame .pane .body {
      font-size: 18px;
      margin-bottom: 12.5px; } }

@media screen and (max-width: 380px) {
  .header .tb-wrap .buttons {
    width: 310px; }
    .header .tb-wrap .buttons .search-form-wrapper {
      width: 310px; }
      .header .tb-wrap .buttons .search-form-wrapper .search-form {
        width: 230px;
        height: 40px;
        margin-left: 15px; }
        .header .tb-wrap .buttons .search-form-wrapper .search-form.state-open .input-field {
          visibility: visible;
          width: 170px; }
        .header .tb-wrap .buttons .search-form-wrapper .search-form .input-container {
          width: 150px; }
        .header .tb-wrap .buttons .search-form-wrapper .search-form .close-icon {
          right: 6px; }
    .header .tb-wrap .buttons .btn-wrapper {
      margin-left: 15px; }
      .header .tb-wrap .buttons .btn-wrapper.search {
        margin-left: 15px; }
  .footer .logo_holder a {
    margin-left: 0px; }
  .footer .tier {
    margin-left: 50px; }
  .footer .logo-holder .crafted {
    display: none; } }
