/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

body {
  margin: 0;
}

/* Disable ugly boxes around images in IE10 */
a img{
  border: 0px;
}

/*
::-moz-selection {
  background-color: #6ab344;
  color: #fff;
}

::selection {
  background-color: #6ab344;
  color: #fff;
}*/

.destin-search-box .mdl-textfield__input {
  color: rgba(0, 0, 0, 0.87);
}

.destin-header .mdl-menu__container {
  z-index: 50;
  margin: 0 !important;
}


.mdl-textfield--expandable {
  width: auto;
}

.destin-fab {
  position: absolute;
  right: 20%;
  bottom: -26px;
  z-index: 3;
  background: #64ffda !important;
  color: black !important;
}

.destin-mobile-title {
  display: none !important;
}


.destin-logo-image {
  height: 28px;
  width: 140px;
}


.destin-header {
  overflow: visible;
  background-color: white;
}

  .destin-header .material-icons {
    color: #767777 !important;
  }

  .destin-header .mdl-layout__drawer-button {
    background: transparent;
    color: #767777;
  }

  .destin-header .mdl-navigation__link {
    color: #757575;
    font-weight: 700;
    font-size: 14px;
  }

  .destin-navigation-container {
    /* Simple hack to make the overflow happen to the left instead... */
    direction: rtl;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 500px;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .destin-navigation {
    /* ... and now make sure the content is actually LTR */
    direction: ltr;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 800px;
  }

  .destin-search-box.is-focused + .destin-navigation-container {
    opacity: 0;
    width: 100px;
  }


  .destin-navigation .mdl-navigation__link {
    display: inline-block;
    height: 60px;
    line-height: 68px;
    background-color: transparent !important;
    border-bottom: 4px solid transparent;
  }

    .destin-navigation .mdl-navigation__link:hover {
      border-bottom: 4px solid #8bc34a;
    }

  .destin-search-box {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 16px;
    margin-right: 16px;
  }

  .destin-more-button {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }


.destin-drawer {
  border-right: none;
}

  .destin-drawer-separator {
    height: 1px;
    background-color: #dcdcdc;
    margin: 8px 0;
  }

  .destin-drawer .mdl-navigation__link.mdl-navigation__link {
    font-size: 14px;
    color: #757575;
  }

  .destin-drawer span.mdl-navigation__link.mdl-navigation__link {
    color: #8bc34a;
  }

  .destin-drawer .mdl-layout-title {
    position: relative;
    background: #6ab344;
    height: 160px;
  }

    .destin-drawer .destin-logo-image {
      position: absolute;
      bottom: 16px;
    }

.destin-be-together-section {
  position: relative;
  height: 800px;
  width: auto;
  background-color: #f3f3f3;
  /*background: url('images/slide01.jpg') center 30% no-repeat;*/
  background-size: cover;
}

.logo-font {
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  line-height: 1;
  color: #767777;
  font-weight: 500;
}

.destin-slogan {
  font-size: 60px;
  padding-top: 160px;
}

.destin-sub-slogan {
  font-size: 21px;
  padding-top: 24px;
}

.destin-create-character {
  font-size: 21px;
  padding-top: 400px;
}

  .destin-create-character a {
    text-decoration: none;
    color: #767777;
    font-weight: 300;
  }

.destin-screen-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
}

.destin-screens {
  text-align: right;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
}

.destin-screen {
  text-align: center;
}

.destin-screen .destin-link {
  margin-top: 16px;
  display: block;
  z-index: 2;
}

.destin-image-link {
  text-decoration: none;
}

.destin-wear {
  display: inline-block;
  width: 160px;
  margin-right: 32px;
}

  .destin-wear .destin-screen-image {
    width: 40%;
    z-index: 1;
  }


.destin-phone {
  display: inline-block;
  width: 64px;
  margin-right: 48px;
}

  .destin-phone .destin-screen-image {
    width: 100%;
    z-index: 1;
  }


.destin-tablet {
  display: inline-block;
  width: 110px;
  margin-right: 64px;
}

  .destin-tablet .destin-screen-image {
    width: 100%;
    z-index: 1;
  }

  .destin-tablet .destin-link {
    display: block;
    z-index: 2;
  }


.destin-tv {
  display: inline-block;
  width: 300px;
  margin-right: 80px;
}

  .destin-tv .destin-screen-image {
    width: 100%;
    z-index: 1;
  }


.destin-auto {
  display: inline-block;
  width: 300px;
  overflow: hidden;
}

  .destin-auto .destin-screen-image {
    display: block;
    height: 300px;
    z-index: 1;
  }


.destin-wear-section {
  position: relative;
  background: url('images/wear.png') center top no-repeat;
  background-size: cover;
  height: 800px;
}

.destin-wear-band {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #37474f;
}

.destin-wear-band-text {
  max-width: 800px;
  margin-left: 25%;
  padding: 24px;
  text-align: left;
  color: white;
}

  .destin-wear-band-text p {
    padding-top: 8px;
  }

.destin-link {
  text-decoration: none;
  color: #8bc34a !important;
}

  .destin-link:hover {
    color: #7cb342 !important;
  }

  .destin-link .material-icons {
    position: relative;
    top: -1px;
    vertical-align: middle;
  }

.destin-alt-link {
  text-decoration: none;
  color: #64ffda !important;
  font-size: 16px;
}

  .destin-alt-link:hover {
    color: #00bfa5 !important;
  }

  .destin-alt-link .material-icons {
    position: relative;
    top: 6px;
  }

.destin-customized-section {
  text-align: center;
}

.destin-customized-section-text {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 16px 0 16px;
}

  .destin-customized-section-text p {
    padding-top: 16px;
  }

.destin-customized-section-image {
  background: url('images/devices.jpg') center top no-repeat;
  background-size: cover;
  height: 400px;
}

.destin-more-section, .destin-report-section {
  padding: 80px 0;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

  .destin-more-section .destin-section-title {
    margin-left: 12px;
    padding-bottom: 24px;
  }

.destin-card-container {
}

  .destin-card-container .mdl-card__media {
    overflow: hidden;
    background: transparent;
  }

    .destin-card-container .mdl-card__media img {
      width: 100%;
    }

  .destin-card-container .mdl-card__title {
    background: transparent;
    height: auto;
  }

  .destin-card-container .mdl-card__title-text {
    color: black;
    height: auto;
  }

  .destin-card-container .mdl-card__supporting-text {
    height: auto;
    color: black;
    padding-bottom: 56px;
  }

  .destin-card-container .mdl-card__actions {
    position: absolute;
    bottom: 0;
  }

  .destin-card-container .mdl-card__actions a {
    border-top: none;
    font-size: 16px;
  }

.destin-footer {
  background-color: #fafafa;
  position: relative;
}

  .destin-footer a:hover {
    color: #8bc34a;
  }

  .destin-footer .mdl-mega-footer--top-section::after {
    border-bottom: none;
  }

  .destin-footer .mdl-mega-footer--middle-section::after {
    border-bottom: none;
  }

  .destin-footer .mdl-mega-footer--bottom-section {
    position: relative;
  }

  .destin-footer .mdl-mega-footer--bottom-section a {
    margin-right: 2em;
  }

  .destin-footer .mdl-mega-footer--right-section a .material-icons {
    position: relative;
    top: 6px;
  }


.destin-link-menu:hover {
  cursor: pointer;
}


/**** Mobile layout ****/
@media (max-width: 900px) {
  .destin-navigation-container {
    display: none;
  }

  .destin-title {
    display: none !important;
  }

  .destin-mobile-title {
    display: block !important;
    position: absolute;
    left: calc(50% - 70px);
    top: 12px;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  /* WebViews in iOS 9 break the "~" operator, and WebViews in OS X 10.10 break
     consecutive "+" operators in some cases. Therefore, we need to use both
     here to cover all the bases. */
  .destin.destin-search-box.is-focused ~ .destin-mobile-title,
  .destin-search-box.is-focused + .destin-navigation-container + .destin-mobile-title {
    opacity: 0;
  }

  .destin-more-button {
    display: none;
  }

  .destin-search-box.is-focused {
    width: calc(100% - 48px);
  }

  .destin-search-box .mdl-textfield__expandable-holder {
    width: 100%;
  }

  .destin-be-together-section {
    height: 350px;
  }

  .destin-slogan {
    font-size: 26px;
    margin: 0 16px;
    padding-top: 24px;
  }

  .destin-sub-slogan {
    font-size: 16px;
    margin: 0 16px;
    padding-top: 8px;
  }

  .destin-create-character {
    padding-top: 200px;
    font-size: 16px;
  }

  .destin-create-character img {
    height: 12px;
  }

  .destin-fab {
    display: none;
  }

  .destin-wear-band-text {
    margin-left: 0;
    padding: 16px;
  }

  .destin-footer .mdl-mega-footer--bottom-section {
    display: none;
  }
}


.long { background:yellow; letter-spacing:1em; }
.scroll { overflow: auto; }
.marginleft20 { margin-left: 20px !important; }
div.dataTables_wrapper div.dataTables_filter.dataTables_filter, div.dataTables_wrapper div.dataTables_paginate { text-align: left; !important; }
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after, table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
	opacity: 1 !important;
	color: cyan  !important;/*#00f !important;*/
}
.dataTables_wrapper { font-family: "Roboto","Helvetica","Arial",sans-serif; }

.minwidth200 {
	min-width: 200px;
}
.hidden {
	display: none !important;
}

td , th, th.thead-label2{
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection, .select2-selection--multiple {
	overflow: auto !important;
	height: 50px;
	
	text-overflow: ellipsis;
}
.report-header-col, .report-header-row {
	background-color: black;
	color: white !important;
}
.bg-light-gray {
	background-color: #bfbfbf;
	color: white !important;
}
.colspan-header {
	text-align: center !important;
	background-color: #92d050;
	border: 2px solid black;
}
.colspan-pre-header {
	text-align: center !important;
	background-color: #92d050;
	font-size: 14;
	border: 1px solid black;
}
.border-black { border: 1px solid black; }
th.spacer {
	border: 0px !important;
}
th:last-child.spacer {
	border-right: 2px solid black !important;
}
th.spacer {
    border: 1px solid black !important;
}
th.spacer, td:not(:first-child):not(:last-child).spacer , td.spacer:empty{
    border: 2px solid black;
	/*border-right: 2px solid black;*/
	background-color: black;
	padding-right: 0px !important;
}

.report-header-col {
	position:absolute; 
	left:0;
	top:auto;
	border-right: 0px none black; 
	border-top-width:3px; /*only relevant for first row*/
	margin-top:-3px; /*compensate for top border*/
}
.limiter .mdl-textfield__input {
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	border: 1px solid #ccc !important;
	padding-left: 2px !important;
}
.mdl-textfield--floating-label .mdl-textfield__label {
	padding-left: 10px !important;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

#pace-progress-indicator {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #E8E8E8; 
}