/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

@media (max-width: 1800px) {
.tm-fullscreen {
    height: 100%!important;
}
}

@media all and (min-width:800px)  {
.desktop-br {display: inline;}
.mobile-br { display: none;}
}
@media all and (min-width:799px)  {
.desktop-br {display: inline;}
.mobile-br { display: none;}
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #748976;
  color: #ffffff;
  font-family: arial;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 3px 3px 8px 3px #666;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

#gstable {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#gstable td, #gstable th {
  border: 1px solid #ddd;
  padding: 8px;
}

#gstable tr:nth-child(even){background-color: #f2f2f2;}

#gstable tr:hover {background-color: #ddd;}

#gstable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}