@import url('https://fonts.googleapis.com/css?family=Raleway');

@font-face {
  font-display: swap;
  font-family: "Roboto Regular";
  src: url("/resources/Roboto-Regular-modified.woff2") format("woff2"),
       url("/resources/Roboto-Regular-modified.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Roboto Light";
  src: url("/resources/Roboto-Light-modified.woff2") format("woff2"),
       url("/resources/Roboto-Light-modified.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Roboto Bold";
  src: url("/resources/Roboto-Bold-modified.woff2") format("woff2"),
       url("/resources/Roboto-Bold-modified.woff") format("woff");
}

*{
	font-family: "Raleway";
	font-weight: 500;
}

input{
	font-family: "Raleway"!important;
	font-weight: 500!important;
}

.login-panel {
	width: 330px;
	max-width: 90%;
	margin: 0 auto;
	margin-top: 17vh;
	position: relative;	
}

.accordion-group {
	overflow: hidden!important;
	background: #EDF2E5;
	border: 1px solid #DAE6CC !important;
}

.accordion-inner {
	border-top: none!important;
	padding-bottom: 2rem;
}

.accordion-heading {
	background: #6C9A33!important;
	color: #fff!important;
}

.login-checkbox {
	margin-top:5px;
}

img.gekko-login-image{
	position: absolute;
	right: 0; bottom: 0;
	width: 150px;
	padding: 5px;
}

.login-button {
	margin-top: 10px;
	margin-bottom: -10px;
}

.gray{
	color: #ccc !important;
}

.error-text{
	text-align: center;
	margin: 20% 0;
}

.error-text span {
	max-width: 60%;
	margin: 0 auto;
	font-size: 30px;
	display: inline-block;
	line-height: 1.3em;
}

textarea:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus, 
.uneditable-input:focus {   
    border-color: rgba(0, 0, 0, 0.2) !important;
    /* give your style */
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(0, 0, 0, 0) !important;
    /* give your style */
    outline: 0 none !important;
    /* give your style */
}

.btn:focus,.btn:active {
   outline: none !important;
}

select:focus {
   outline-color: transparent !important;
}

.input-full-width {
	width: 95%!important;
}

.login-error-text {
	color: red;
}

.nav-container {
	position: relative;
/*	position: fixed;
	top: 0;*/
	width: 100%;
	z-index: 100;
}

.navbar-inner {
	background: #6C9A33!important;
}

.nav-container nav{
	border-radius: 0;
	display: block;
}

.navbar .brand, .navbar .nav > li > a {
    color: #fff!important;
    text-shadow: 0 1px 0 rgba(0,0,0,0.15)!important;
}

.navbar .nav > li > a:hover{
	color: rgba(255, 255, 255, 0.8);
}

.table-hover tbody tr:hover td, 
.table-hover tbody tr:hover th{
	background: #EDF2E5;
	color: #6C9A33;
}

.table-hover tbody tr:hover td, 
.table-hover tbody tr a {
	color: #000;
	cursor: pointer;
}

.table th .offlinetr,
.table td .offlinetr{
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: none !important;
}

.offlinetr {
	pointer-events: none;
}

.offlinetd {
    padding: 10px;
	padding-top: 10px;
    line-height: 1px;
    text-align: left;
    font-size: 16px;
    vertical-align: top;
    padding-left: 0px;
    background: none!important;
	color: #000 !important;
	pointer-events: none;
}

.offlinetddiv {
	margin-top: 50px;
}

.onlinetr {
	pointer-events: none;
}

.onlinetd{
    padding: 10px;
	padding-top: 10px;
    line-height: 1px;
    text-align: left;
    font-size: 16px;
    vertical-align: top;
    padding-left: 0px;
    background: none !important;
	color: #000 !important;
	pointer-events: none;
}

.onlinetddiv {
	margin-top: 20px;
}

.gekko-list .table-hover tbody tr:hover:last-child td {
	background: none!important;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, 
.navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle{
	background: #6C9A33!important;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret, 
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,  
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.dropdown-menu li > a:hover, 
.dropdown-menu li > a:focus, 
.dropdown-submenu:hover > a {
	background: #6C9A33;
	cursor: pointer;
}

.dropdown-menu .active > a, 
.dropdown-menu .active > a:hover{
	background: #6C9A33;
}

.caret {
    vertical-align: top;
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.navbar .nav li.dropdown > a:hover .caret {
    border-top-color: rgba(255,255,255, 0.8)!important;
    border-bottom-color: rgba(255,255,255, 0.8)!important;
}

.navbar .nav li.dropdown > a:hover {
	color: rgba(255,255,255, 0.8)!important;
}

.table-style{
	margin-top: -21px;
	position: relative;
	z-index: 0;
	border-radius: 0;
}

.canvas-container{
	margin-top: -21px;
	position: relative;
	height: auto;
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
	max-height: 100%;
}

.canvas-container > div {
	max-width: 100%!important;
	width: auto!important;
	height: auto!important;
	display: inline-block;
	margin: 0 auto;
}

.canvas-container > div > div {
	max-width: 100%;
	height: auto;
	border: 1px solid #ddd;
	display: block;
}

canvas {
	max-width: 100%;
	heigth: auto;
	width: auto;
	max-height: 100vh;
	display:block;
	margin: 0;
}

.navbar-inner {
	-webkit-border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	border-radius: 0px!important;

	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
}

nav li a:hover{
	background: red;
}

.btn {
	background: #6C9A33!important;
    color: #fff!important;
    text-shadow: 0 1px 0 rgba(0,0,0,0.15)!important;
}

.btn:hover {
	background: #7EA74D!important;
}

.hamburger{
	position: absolute;
	top: 0;left: 0;
	z-index: 200;
	width: 42px;
	height: 42px;
}

.Wt-popup .dropdown-menu{
	left: auto!important;
	right: 0!important;
}

.hamburger-dropdown{
	position: absolute;
	top: 0;left: 3px;
	display: none;
}

.dropdown-toggle{
	padding: 4px 12	px;
}

.dropdown-toggle .icon-bars-button{
  display: inline-block;
  vertical-align:middle;
  width: auto;
  margin-top: -2px;
}

.dropdown-toggle .icon-bar {
  margin-bottom:3px;
  display: block;
  width: 19px;
  height: 2px;
  background-color: rgba(255,255,255,0.9);
  border-radius: 1px;
}

.gekko-list{
	heigth: auto;
}

.hamburger-button.collapsed .icon-bars-button span {
	margin-left: 2px;
	margin-right: -2px;
}

.hamburger-button span.icon-bar, .hamburger-button.collapsed span.icon-bar {
	transition: all 0.15s;
}

.icon-bar-clear {
	display: none !important;
}

.hamburger-button.collapsed span:nth-child(2) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.hamburger-button.collapsed span:nth-child(3) {
    opacity: 0;
}

.hamburger-button.collapsed span:nth-child(4) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.hamburger-button span:nth-child(2),
.hamburger-button span:nth-child(4) {
    transform: rotate(0);
}

.hamburger-button span:nth-child(3) {
    opacity: 1;
}

.Wt-loading {
	background: #fff!important;
}

.loader-overlay{
	background: rgba(255,255,255,1);
	position: absolute;
	z-index: 300;
	top: 0; left: 0;
	width: 100%!important;
	height: 100%!important;
	text-align: center;
	display: none;
	overflow: hidden!important;	
}

.loader-overlay > span{
	position: absolute;
  	top: 50%;left: 0;
  	width: 100%;
  	transform: translateY(-50%);
	color: #000;
	text-align: center;
	font-size: 20px;
}

.loader-overlay > div >  div{
	color: #000;
	margin: 0 auto;
	width: 100%;
	left: 0; top: 25%;
}

.Wt-popup modal{
	max-width: 95%;
}

@media only screen and (max-width: 600px) {
	.hamburger-dropdown{
		display: none!important;
	}
	.left-menu{
    	display: none!important;
    }
    .right-menu{
    	text-align: right!important;
    }
    
    .navbar {
    	text-align: left!important;
    }
       
    .error-text span {
		margin: 0 auto;
		font-size: 25px;
	}
}

@media only screen and (max-width: 450px) {
	
	.right-menu{
    	text-align: right!important;
    	font-size: 16px;
    }

    .navbar .container .brand {
    	display: none!important
    	font-size: 18px;
    }
    
    .error-text span {
		margin: 0 auto;
		font-size: 20px;
	}
}

@media only screen and (max-width: 350px) {
	
	.right-menu{
    	text-align: right!important;
    	font-size: 14px;
    }

    .navbar .container .brand {
    	display: none!important
    	font-size: 16px;
    }
}