@font-face {
	font-family: 'FjallaOne-Regular';
	src: url('/static/NotoSansJP-Regular.otf');
}

.header {
	height: 64px;
	box-shadow: 0px 0px 5px #8a8a8a;
	background-color: #F0C700;	   
}

.cooltext_white
{
    font-size: 14px;
    color: white;
}

.inner_container
{
    overflow: hidden;
}

.cooltext_blue
{
    font-size: 14px;
    color: white;
}

input[type="file"] {
    display: none;
}

.cool-file-input
{
    background-image: linear-gradient(to bottom, #2ab0b3, #178182);
	border: none;
	color: white;
	padding: 4px 8px;
	border-radius: 6px;
	
	font-size: 12px;
	text-decoration: none;
    display: table-cell;

    cursor: pointer;
}

.slotlike_p {
    color: #99c0f2;
    background-color: #405b7d;
    padding: 2px;
    border-radius: 3px;
    font-size: 13px;
    display: table-cell;
}

.graph_view_header {
    width:100%; 
    padding-left: 16px;
    color: white;
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 12px;
    background-color: #222222;
}

.vertcent {
    position: relative;
    top: 8px;
}

.sidebump {
    margin-left: 16px;
}

.coolimput {
    color: #99c0f2;
    background-color: #333;
    border: 0px;
    font-weight: bold;
    border-radius: 4px;
}

.coolinput2 {
    color: #99c0f2;
}

.graph_view_topmenu_bar {
    background-image: linear-gradient(to bottom, #777777, #333333);
    height: 45px;
    color: white;
}

.graph_view_topmenu_bar2 {
    background-color: #333;
    float: left; 
    width: 100%;
    border-right: 1px solid #222;
}

.graph_view_filter_shit {
    width: calc(25% - 17px); 
    float:left; 
    border-right: 1px solid #222;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: 16px;
}

.graph_view_topmenu_bar3 {
    background-image: linear-gradient(to bottom, #777777, #333333);
    text-align: center;
}

.graph_view_filter_background {
    float: left; 
    width: calc(25% - 17px); 
    background-color: #333333;
    overflow-y: scroll;
    background-size: 100% 100%;
    height: 380px;
    border-right: 1px solid #222222;
    padding-left: 16px;
}

.linkki_cool {
    color: #222288;
}

.linkki_cool:hover {
    color: #5555gg;
}

.graph_view_filter_drawer {
    top: 64px;
    position: fixed;
   
    width: calc(100% - 200px);
    background-color: grey;   
}

.graph_view_filter_label {
    color: #aaaaaa;
    color: #99c0f2;
    font-size: 12px;
}

.graph_view_filter_header {
    color: #FFFFFF;
    color: #99c0f2;
    font-weight: bold;
    margin-left: 0px;
}


.headercaption {
	width: calc(100% - 400px);
	float: left;
	height: 32px;
	color: black;
	
	font-weight: bold;
    font-family: 'Overpass', sans-serif;
	float: left;
	display: inline-block;
    position: absolute;
    top: 19px;
    left: 220px;    
}
@media only screen and (max-width: 1000px) {
    .headercaption {
        font-size: 2.5vw;
    }
}
@media only screen  and (min-width: 1000px) {
    .headercaption {
        font-size: 24px;
    }
}

.headerlogininfo {
	height: 64px;
	width: 200px;
	float: right;
	display: inline-block;
}

.sidemenu_container {
	float: left;
	width: 200px;
	display: inline-block;
}

.sidemenu {
	float: left;
	width: 200px;
}

.sidemenucaption {
	background-color: white;
	width: 200px;
	color: black;
	height: 64px;
    font-size: 24;
	float: left;
	display: inline-block;
}

.main { 
	float:left;
	width: calc(100% - 200px);
	display: inline-block;
	box-shadow: 0px 0px 5px #8a8a8a;
	background: url(bg_d.jpg);
	background-size: 100% 100%;
}

.main_onescreen { 
	float:left;
	width: calc(100% - 200px);
	height: calc(100vh - 64px);
	display: inline-block;
	box-shadow: 0px 0px 5px #8a8a8a;
	background: url(bg_d.jpg);
	background-size: 100% 100%;
    overflow: scroll;
}

.footer { 
	width: 100%;
	box-shadow: 0px 0px 5px #8a8a8a;
	background-color: white;
	color: black;
	height: 0px;
	display: inline-block;
}

.container {
	background-color: #1c1c1c;
}

.container {
	background-color: #1c1c1c;
}

@media only screen and (max-width: 600px) {
	.grid-container {

	}
}

.grid-container > div {
}

.user_button {
	display: inline;
	float: right;
	background-color: #F9E589;
	border-radius: 5px;
	width: 55px;
	height: 55px;
	margin: 4px;
}

.user_button:hover {
	background-color: #FFFFFF;
}

.user_button2 {
	display: inline;
	float: right;
	background-color: #F9E589;
	border-radius: 5px;
	width: 110px;
	height: 55px;
	margin: 4px;
}

.small_window_label {
	margin-top: 8px;
	margin-bottom: 0px;
}

.small_window_input {
	margin-top: 0px;
	margin-bottom: 8px;
}

.user_settings {
	display: none;	
	position: absolute;
	background-color: #333;
	width: 200px;
	border-radius: 5px;
	right: 64px;
	top: 64px;
	box-shadow: 5px 5px 5px #111;
    font-size: 14px;
}

.user_settings_item {
	margin: 8px auto;
	background-color: #333;
    color: white;
	height: 24px;
	width: 180px;
	border-radius: 5px;
	text-align: center;
}

.user_settings_item2 {
	margin: 8px auto;
	background-image: linear-gradient(to bottom, #7edbdc, #4daeaf);
	height: 24px;
	width: 180px;
	border-radius: 5px;
	text-align: center;
}
.user_settings_item3 {
    color: white;
	margin: 8px auto;
	background-image: linear-gradient(to bottom, #777777, #333333);
	height: 24px;
	width: 180px;
	border-radius: 5px;
	text-align: center;
}

a:link {
	text-decoration: none;
	color: black;
}

a:visited {
	text-decoration: none;
	color: black;
}

.text_vert_centering {

}

.user_button_img {
	width: 35px;
	height: 35px;
	margin: 10px;
}

.graph_grid_container {
	width: calc(100% - 16px);
	height: calc(100% - 64px);
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: 50% 50%;	
	grid-gap: 16px;
	margin: 0px;
	padding: 0px;
	#background-color: yellow;
}

.graph_grid_container_b {
	width: calc(100% - 16px);
	height: calc(100% - 64px);
	display: grid;
	grid-template-columns: [col1-start] 50% [col2-start] 50% [col2-end];
	grid-template-rows: [row1-start] 50% [row2-start] 50% [row2-end];
	grid-gap: 16px;
	margin: 0px;
	padding: 0px;
	#background-color: yellow;
}

.ggi_b_a {
	grid-column: col1-start;
	grid-row: row1-start / row2-end;
}

.ggi_b_b {
	grid-column: col2-start;
	grid-row: row1-start;
}

.ggi_b_c {
	grid-column: col2-start;
	grid-row: row2-start;
}

.graph_grid_item {
	width: 100%;
	height: 600px;
	border: 1px solid #DDDDDD;	
	background-color: rgba(255, 255, 255, 0.7);
	margin: 0px;
	padding: 0px;
	#background-color: red;
	box-shadow: 0px 0px 5px #bfbfbf;
}

.graph_grid_item_b {
	width: 100%;
	height: 600px;
	border: 1px solid #DDDDDD;	
	background-color: rgba(30, 30, 30, 0.9);
	margin: 0px;
	padding: 0px;
	#background-color: red;
}

.graph_canvas {
	margin: auto;
}

.grid_table {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	font-family: FjallaOne-Regular, 'arial';
	font-size: 12px;
}

.grid_table_generic{
	font-size: 13px;
	background-color: #2c2c2c;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	display: grid;
}

.advisor {
    color: yellow;
    list-style-type: circle;
}

.grid_table_header {
	background-image: linear-gradient(to bottom, #747474, #2f2f2f);
	display: inline-block;
	white-space: nowrap;
	color: white;
	text-align: left;
	font-weight: bold;
	padding: 8px;
	font-size: 11px;
}

.grid_table_row {
	border-bottom: 1px solid #DDDDDD;
	text-align: left;
	display: inline-block;
	white-space: nowrap;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 11px;
}

div.table-container {
	overflow-x: auto;
	overflow-y: hidden;
	margin-left: auto;
	margin-right: auto;
	height: calc(100vh - 96px);
}

tr.dust {
    background-color: white;
    color: black;
}

tr.dust:nth-child(2n) {
    background-color: white;
    color: black;
}

table.cooltable 
{	
    
	font-size: 13px;
	background-color: #2c2c2c;
	border-spacing: 0;
	width: 100%;
	height: 100%;
}

table.cooltable2
{	
    
	font-size: 13px;
	background-color: #2c2c2c;
	border-spacing: 0;
	width: 100%;
	height: calc(100% - 80px);
}

th.cooltable 
{
	background-color: #121212;
	color: #99c0f2;
	padding: 0px 8px;
	border-right: 1px solid #444;
	white-space: nowrap;
}

td.cooltable 
{
	padding: 0px 8px;
	border-bottom: 1px solid #111111;
	border-right: 1px solid #151515;
	white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
}

.cooltable a
{
	color: #99c0f2;
}

div.status_table
{
    background-image: linear-gradient(to bottom, #f7f7f7, #ccc);
	border: none;
	color: white;
	padding: 4px 8px;
	border-radius: 6px;
	font-size: 12px;
	text-decoration: none;
    margin: 8px;
}

table.status_table
{	
    
	font-size: 13px;
	border-spacing: 8px;
	width: 100%;
	height: calc(100% - 80px);
}

th.status_table 
{
	white-space: nowrap;
    text-align: left;
}

td.status_table 
{
	padding: 0px 8px;
	border-bottom: 1px solid #111111;
	border-right: 1px solid #151515;
	white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
}

tr.status_table 
{
    color: black;
    background-color: rgba(0,0,0,0);
}

tr.status_table:nth-child(even)
{
    color: black;
    background-color: rgba(0,0,0,0);
}

tr
{
    color: #99c0f2;
    background-color: #222222;
}

tr:nth-child(even)
{
    color: #99c0f2;
    background-color: #333333;
}

.grid_table_row:nth-child(even) {
	
}

.grid_table_row:nth-child(odd) {
	background-color: #FFF;
}

.grid_table_row2 {
	background-color: yellow;
}

.grid_table_row2:nth-child(odd) {
	background-color: red;
}

button.table_nav {
	width: 80px;
}

@media only screen and (max-width: 600px) {
	div.sidemenu {
		background-color: #F0C700;
		height: 32px;
	}
}

div.searchcaption {
	background-color: #333;
	border-radius: 8px;
}

div.searchcaption2 {
	color: white;
	background-image: linear-gradient(to bottom, #333, #333);
	border-radius: 0px 0px 0px 0px;
}

div.searchcaption2b {
	color: white;
	background-image: linear-gradient(to bottom, #747474, #2f2f2f);
	
}

div.searchcontent {
	color: black;
	background-color: black;
	border-radius: 8px 8px 8px 8px;
}

.searchcaption_text {
	margin-left: 6px;
}

.side_by_side {
	display: inline-block;
	float: left;
}

div.searchtype {
	display: table;
	background-color: #111;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 16px;
	margin-bottom: 16px;	
	/*width: 400px;*/
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-style: solid;
	border-width: 0px;
	box-shadow: 0px 0px 16px #535353;
	border-radius: 0px;
}

.mobile_menu {
	font-family: 'Source Sans Pro', sans-serif;
}

div.mobile_menu {
	display: none;
	background-color: #2f2f2f;
	#height: 32px;
	background-color: #2f2f2f;
	width: 100%;
	position: relative;
}

.mobile_menu a {
	display: none;
}
/*
@media only screen and (max-width: 600px) {
	.mobile_menu a {
		color: white;
		display: block;
		padding: 14px 16px;
		font-size: 17px;
		text-decoration: none;
	}
}

@media only screen and (min-width: 600px) {
.hamburger {
	display: none;
}
}
*/
html, body {
	background-color: #ececee;
	margin: 0px;
	min-height: 100%;
    font-family: 'Overpass', sans-serif;
    scrollbar-color: #444 #222; 
    
}

input[type=button] {
    font-family: 'Overpass', sans-serif;
}

button 
{
    font-family: 'Overpass', sans-serif;
}

label {
	
}

p {

}

h1 {
    color: black;
	font-family: 'Source Sans Pro', sans-serif;    
}

h2 {
    
    font-family: FjallaOne-Regular, 'arial';
	
    margin-top: 0px;
    margin-bottom: 0px;
	margin-left: 8px;
	font-size: 24px;
}

h3 {
 	
	font-family: 'Source Sans Pro', sans-serif;
	padding: 6px;
	margin: 0px;
    color: #99c0f2;
}

div {
	padding: 0px;
	margin: 0px;
/*     	 */
}

div.dark {
    background-color: black;
}

div.pt_yellow {
    background-color: #F0C700;
	height: calc(100% - 64px);
}

div.login {
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	width: 520px;
	height: 250px;
	box-shadow: 0px 0px 5px #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

div.content-container {
	margin: 16px;
	height: 100%;
}

div.login-header {
	background-color: #edc519;
	width: 520px;
	height: 42px;
}

div.filler {
	height: 400px;
}



.headercap {
	font-family: FjallaOne-Regular;
	margin-left: 16px;
	font-size: 24px;
	position: absolute;
	width: 360px;
	top: 49%;
	transform: translateY(-50%);
	text-align: left;
}

.headercaption span {
	margin-left: 0px;
	text-align: left;
	
}

.mainmenu-dtroot {
	
}

.mainmenu-dtcont {
	width: 200px;
	display: none;
	position: relative;
	/*box-shadow: 0px 0px 5px black;*/
	z-index: 1;
}

/*.mainmenu-dropdown:hover .mainmenu-dtcont { display: inline-block; }*/



.mm-admin-dtroot {
	
}

.mm-admin-dtcont {
	width: 200px;
	display: none;
	position: relative;
	/*box-shadow: 0px 0px 5px black;*/
	z-index: 1;
}

/*.mm-admin-dropdown:hover .mm-admin-dtcont { display: inline-block; }*/

.sidemenu_desktop {
	
}

/*
@media only screen and (max-width: 600px) {
.sidemenu_desktop {
	display: none;
}
}
*/
input.cool {
	color: red;
	border-radius: 18px;
}

/***********************************************/


.logininfocontent{
  margin: auto;
}


/*
@media only screen and (max-width: 600px) {
	.sideoption {
		#width: 200px;
		height: 24px;
		float: left;
		display: none;
	}
}
*/
a.divbutton {
    color: black;
    width: 100%;
	
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #edc519;
    display: inline-block;
	line-height: 170%;
    text-decoration: none;
    
	font-size: 14px;
	border-bottom: 1px solid #b39514;
	text-align: center;
}

a.divbuttonB {
    color: #dfdcdc;
    width: 100%;
    background-color: #2c2c2c;
    padding: auto;
    display: inline-block;
    width: 100%;
    height: 100%;
	line-height: 170%;
    text-decoration: none;
    
	font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
	border-bottom: 1px solid #242020;
	text-align: center;
}

a.divbutton:hover {
    background-color: #eddc93;
}

a.divbutton:active {
    
}

a.divbuttonB:hover {
    background-color: #3c3c3c;
}

a.divbuttonB:active {
    
}

div.table_container {
	overflow-x: auto;
	max-width: calc(100vw - 275px);
	padding: 0px;
	margin: 16px;
	/*border: 1px solid black;*/
}

/*@media only screen and (max-width: 600px) {
div.table_container {
	overflow-x: auto;
	max-width: calc(100vw - 70px);
	padding: 0px;
	margin: 16px;
}
}*/

.vd_grid_container 
{
	column-width: auto;
    display: grid;
    grid-template-columns: 33% 33% 33%;
}

.vd_grid_container2 {
	column-width: auto;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

.vd_grid_container3 {
    display: grid;
    grid-template-columns: 25% 50% 25%;
}

.vd_grid_container3b {
    display: grid;
    grid-template-columns: 25% 75%;
}


.vd_grid_valuedsp 
{
    background-color: #EEEEEE;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #bfbfbf;    
	background-color: rgba(255, 255, 255, 0.9);
    height: 200px;
    margin: 8px;
}



p.vdvalue {
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    padding: 0px;
}


@media only screen and (max-width: 1000px) 
{
    p.vdvalue 
    {
        font-size: 4vw;
    }
}
@media only screen and (min-width: 1000px) 
{
    p.vdvalue 
    {
        font-size: 40px;
    }
}

p.vdvalue2 {
    font-size: 2.5vw;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

@media only screen and (max-width: 1200px) 
{
    p.vdvalue2 
    {
        font-size: 2.7vw;
    }
}
@media only screen and (min-width: 1200px) 
{
    p.vdvalue2 
    {
        font-size: 32px;
    }
}

p.vdvalue_smaller {
    font-size: 2vw;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.vd_caption {
    font-size: 1.7vw;
    font-weight: bold;
    text-align: center;
    color: white;
    margin: 0px;
    padding: 0px;
    text-shadow: 5px 5px 5px #000000;
}

p.vdexplanation 
{
    padding-left: 8px;
    font-size: 1.3vw;
    font-weight: bold;
}
@media only screen and (max-width: 1300px) 
{
    p.vdexplanation 
    {
        font-size: 1.3vw;
    }   
}

@media only screen and (min-width: 1300px) 
{
    p.vdexplanation 
    {
        font-size: 19px;
    }
}



p.vdexplanation2 
{
    padding: 8px;
    margin: 0px;
    
    font-weight: bold;
}
@media only screen and (max-width: 1000px) 
{
    p.vdexplanation2 
    {
        font-size: 2.0vw;
    }   
}

@media only screen and (min-width: 1000px) 
{
    p.vdexplanation2 
    {
        font-size: 22px;
    }   
}

input.searchbox 
{
	width: 150px;
}

/*********************************NÄKYMÄVALIKKO***********************************/
.menubutton {
	background-color: #edc519;
	float:left;
	color: black;
	width: 200px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	height:100%;
	border: none;
	outline:none;
	transition-duration: 0.1s;
	border-right: 2px solid #92790c;
	#border-left: 2px solid  #92790c;
	#margin-left: -5px;
}

.menubutton:hover {
  background-color: #ceab10;
}

.menubutton:active {
  background-color: #b69815;
}

/*******************************FILTTERIEN SIJOITTELU*****************************/
.filterMenu{
  text-align: left;
  display: block;
  font-family: FjallaOne-Regular;
  font-size: 12px;  
}

.sidemenu_spacer {
	height: calc(100vh - 100% - 64px);
	background-color: red;
}

.main_spacer {
	height: calc(100vh - 100% - 128x);
	background-color: red;
}

@media only screen and (max-width: 600px) {
	.filterMenu{
		text-align: left;
		display: none;
	}
}

/*********************************CUSTOM_CHECKBOX*********************************/
.CMC {
  display:inline-block ;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
}

.CMC input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: rgb(204, 204, 204); 
  transition-duration: 0.1s;
}

.CMC:hover input ~ .checkmark {
  background-color: rgb(161, 161, 161);
}

.CMC input:checked ~ .checkmark {
  background-color: rgb(48, 96, 226);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.CMC input:checked ~ .checkmark:after {
  display: block;
}

.CMC .checkmark:after {
  left: 8px;
  top: 5px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*********************************LOG OUT ICON*********************************/
img.a{
  transition-duration: 0.2s;
  position: relative;
  top: 50%;
  transform: translateY(50%);
}
img.a:hover {
  background-color: #ceab10;
}
/*********************************SIGNED ICON*********************************/
img.b{
  position: relative;
  top: 50%;
  transform: translateY(50%);
  padding-right: 30px;
}
/*********************************DASH ADD/REMOVE*********************************/
.controlButton{
  width: 90px;
  height: 50px;
  text-align: center;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	background-color:#ffffff;
	border-radius:2px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.controlButton:hover {
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	background-color:#f6f6f6;
}
.controlButton:active {
	position:relative;
  top:1px;
}
/*********************************LOGO*********************************/
.logo{
  width: 90%; 
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
}
img.bg{
  width: 100%;
  height: 100%;
}

/* SOME COOL BUTTONS */

.button_spacer {
	margin: 16px 2px;
}

.grad_button_grn {
	background-image: linear-gradient(to bottom, #86e773, #508a45);
	border: none;
	color: white;
	padding: 4px 8px;
	border-radius: 6px;
	
	font-size: 12px;
	text-decoration: none;
}

a.grad_button_grn {
	text-decoration: none;
	color: white;
}

.grad_button_red {
	background-image: linear-gradient(to bottom, #bf1111, #9e0d0d);
	border: none;
	color: white;
	padding: 4px 8px;
	border-radius: 6px;
	
	font-size: 12px;
	text-decoration: none;
}

a.grad_button_red {
	text-decoration: none;
	color: white;
}

.grad_button_grn:hover {
	background-image: linear-gradient(to bottom, #9ff88d, #508a45);
}

.grad_button_grn:active {
	background-image: linear-gradient(to bottom, #71c860, #37682e);
}

.button_grn {
	background-image: linear-gradient(to bottom, #86e773, #508a45);
	border: none;
	color: white;
	padding: 4px 12px;	
	border-radius: 6px;
	font-family: FjallaOne-Regular, 'arial';
	font-size: 12px;
	text-decoration: none;
}

.button_grn:hover {
	background-image: linear-gradient(to bottom, #9ff88d, #508a45);
}

.button_grn:active {
	background-image: linear-gradient(to bottom, #71c860, #37682e);
}

.message_button {
	background-image: linear-gradient(to bottom, #86e773, #508a45);
	border: none;
	color: white;
	padding: 0px 8px;	
	border-radius: 8px;
	width: 80px; 
	font-family: FjallaOne-Regular, 'arial';
	font-size: 12px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
}

.filter_button_clear {
	background-image: linear-gradient(to bottom, #2ab0b3, #178182);
	border: none;
	color: white;
	padding: 4px 8px;	
	border-radius: 6px;
	width: 100px;
	font-size: 12px;
	text-decoration: none;
}

.filter_button_clear:hover {
	background-image: linear-gradient(to bottom, #a2eeef, #4daeaf);
}

.filter_button_clear:active {
	background-image: linear-gradient(to bottom, #4daeaf, #369393);
}

.log_button {
	background-image: linear-gradient(to bottom, #999999, #DDDDDD);
	color: white;
	display: inline-block;
	border-radius: 0px 0px 0px 0px;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	height: 32px;
	width: 128px;
	border-right: 1px solid #AAAAAA;
}

.log_button_sel {
	background-image: linear-gradient(to bottom, #007399, #1ac6ff);
	color: white;
	display: inline-block;
	height: 32px;
	width: 128px;
	border-radius: 0px 0px 0px 0px;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	border-right: 1px solid #AAAAAA;
}

.log_button:hover {
	background-image: linear-gradient(to bottom, #AAAAAA, #EEEEEE);
}

.log_button:active {
	background-image: linear-gradient(to bottom, #888888, #BBBBBB);
}

.view_mode_button {
	background-image: linear-gradient(to bottom, #5c5c5c, #8c8c8c);
	border: none;
	color: white;
	padding: 4px 8px;	
	border-radius: 8px 8px 0px 0px;
	width: 100px;
	top: 8px;
	position: absolute;
	font-family: FjallaOne-Regular, 'arial';
	font-size: 12px;
}

.view_mode_button:hover {
	background-image: linear-gradient(to bottom, #a2eeef, #4daeaf);
}

.view_mode_button:active {
	background-image: linear-gradient(to bottom, #4daeaf, #369393);
}

.text_window_tab_container {
	width: 100%; 
	height: 32px;
	background-color: #333;
}

.text_window {
	margin: 32px;
	border: 4px dotted #000000;
	border-image-source: url(/static/text_window_bgr.png);
	border-image-slice: 4 fill;
	border-image-repeat: repeat;
	height: calc(100% - 150px);
	border-radius: 4px;
	white-space: nowrap;
    color: #99c0f2;
}

.db_admin_button {
	display: inline-block;
	margin: 0px;
	width: calc(16.666% - 2px);
	height: 32px;
	color: white;
	text-align: center;
	background-image: linear-gradient(to bottom, #252525, #787878);
	border-right: 2px solid #999999;
}

.db_admin_button_sel {
	display: inline-block;
	margin: 0px;
	width: calc(25% - 2px);
	height: 32px;
	color: white;
	text-align: center;
	background-image: linear-gradient(to bottom, #454545, #989898);
	border-right: 2px solid #999999;
}

.db_admin_button:hover {
	background-image: linear-gradient(to bottom, #616161, #929292);
}

.db_admin_button2 {
	display: inline-block;
	margin: 0px;
	width: calc(200px);
	height: 24px;
	color: white;
	text-align: center;
	background-image: linear-gradient(to bottom, #86e773, #508a45);
	border-right: 2px solid #999999;
	border-radius: 4px;
}

.db_admin_button3 {
	display: inline-block;
	margin: 0px;
	width: calc(200px);
	height: 24px;
	color: white;
	text-align: center;
	background-image: linear-gradient(to bottom, #7edbdc, #4daeaf);
	border-right: 2px solid #999999;
	border-radius: 4px;
}

.db_admin_buttonbar {
	text-align: left;
	height: 48px; 
	background-color: white;
	padding-left: 16px;
}

.vert_align {
	top: 49%;
	transform: translateY(50%);
}

.loading_box {
	display: none;
	width: 300px;
	height: 150px;
	background-color: rgba(0, 0, 0, 0.77);
	border-radius: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading_message {
	color: white;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.loading_donut {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	height: 60px;
	width: 60px;
	-webkit-animation:spin 1s linear infinite;
	-moz-animation:spin 1s linear infinite;
	animation:spin 1s linear infinite;
}

.loading_donut2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	width: 60px;
	-webkit-animation:spin 1s linear infinite;
	-moz-animation:spin 1s linear infinite;
	animation:spin 1s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); }}
@-webkit_keyframes spin { 100% { -webkit-transform: rotate(360deg); }}
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg);}} 

.message_box {
	display: none;
	width: 300px;
	height: 150px;
	background-color: rgba(0, 0, 0, 0.77);
	border-radius: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.message_message {
	color: white;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 16px;
}

.generic_table_row_editor_bgr {
	background-color: #F0C700;
	position: fixed; 
	left: 320px; 
	top: 120px; 
	/*width: 340px;*/ 
	border-radius: 16px 16px 16px 16px;
	box-shadow: 0px 0px 20px #222222;
	border: 1px solid #555;
}

.close_button_cross {
	float: right;
}

.generic_table_row_editor_hdr {
	height: 48px;
	color: #FFF;
	background: linear-gradient(to bottom, #333, #333);
	border-radius: 14px 14px 0px 0px;
}

.gentabed_rowdsp {
	margin: 16px;
	padding: 0px 8px;
	border-radius: 8px;
	border: 1px solid #888;
	background-color: #DDD;
}

form.gentabed {
	display: table;
	border-spacing: 8px;
	margin: 16px;
	border-radius: 8px;
	border: 1px solid #888;
	background-color: #DDD;
}

p.gentabed {
	display: table-row;	
}

label.gentabed {
	display: table-cell;
}

input.gentabed {
	display: table-cell;
	width: 160px;
}
select.gentabed {
	display: table-cell;
	width: 160px;
}

form.dialform {
	display: table;
	border-spacing: 8px;
	margin: 16px;
	border-radius: 8px;
	border: 0px solid #444;
	background-color: #333;
    color: #99c0f2;
    font-size: 14px;
}

span.dialform {
    display: table;
	border-spacing: 8px;
	margin: 16px;
	border-radius: 8px;
	border: 0px solid #444;
	background-color: #333;
    color: #99c0f2;
    font-size: 14px;
}

p.dialform {
	display: table-row;	
}

label.dialform {
	display: table-cell;
	width: 80px;
}

button.dialform {
    display: table-cell;
    background-color: #405b7d;
    border: 0px;
    border-radius: 3px;
    color: white;
	width: 160px;
}

input.dialform {
	display: table-cell;
    background-color: #405b7d;
    border: 0px;
    border-radius: 3px;
    color: #99c0f2;
	width: 160px;
}
select.dialform {
	display: table-cell;
	width: 162px;
    border-radius: 3px;
	border: 0px solid #444;
	background-color: #405b7d;
    color: #99c0f2;
}


div.dialform {
	display: table;
	border-spacing: 0px 6px;
	margin-left: auto;
    margin-right: auto;
}

p.dialform2 
{
	display: table-row;
    
}

label.dialform2 
{
	display: table-cell;
    width: 200px;
    margin: 5px;
    padding: 5px;
}

button.dialform2
{
    display: table-cell;
    width: 200px;
    margin: 5px;
    background-color: #7F7;
    border-color: #9F9;
}

button.dialform2d
{
    display: table-cell;
    width: 200px;
    margin: 5px;
    background-color: #F77;
    border-color: #F99;
}

input.dialform2 
{
	display: table-cell;
    width: 200px;
    margin: 5px;
}

textarea.dialform2 
{
	display: table-cell;
    width: 200px;
    margin: 5px;
}

select.dialform2 
{
	display: table-cell;
    width: 200px;
    margin: 5px;
    background-color: white;
}

.herja {
	color: red;
	font-weight: bold;
}

.button_icon_edit {
	position: relative;
	border: none;
	width: 20px;
	height: 20px;
	background: url('/static/button_edit.png');
	background-size: 20px 20px;
}

.edit_icon {
    position: relative;
    height: 13px;
    width: 13px;
}

.small_display_slot {
	padding-left: 8px;	
	padding-right: 8px;
	display: inline-block; /* span needs this for manual sizing. */
	background-size: 20px 20px;
	font-size: 12px;
	color: white;
	font-weight: bold;
	height: 20px;
	background-image: linear-gradient(to bottom, #313131, #505050);
	border-radius: 4px;
}

.page_controls_container {
	width: 100%;
	height: 32px;
	background-color: #222;
}

.page_controls_panel {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 450px;
	background-image: linear-gradient(to bottom, #505050, #313131);
	border-radius: 8px 8px 8px 8px;
}

/* <additions> */
div.main2{
    width: calc(100% - 8px);
    max-height: calc(200vh - 144px);
    position: relative;
    background: url(bg.jpg);
    background-size: 100% 100%; 
  }
  
 div.content_container2 {
    /*position: relative;*/
    /*top: 0;*/
    /*left: 0;*/
    padding: 0px;
    height: calc(200vh - 194px);
    /*height: 100%;*/
    width: 100%;
}
/* </additions> */

.button_container {
    width: 256px;
    margin-left: auto;
    margin-right: auto;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.robot_button 
{
    margin-top: 16px;
    color: white;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
    border: 2px solid #444;    
	padding-top: 16px;
    padding-bottom: 14px;
	width: 256px;
	background-image: linear-gradient(to bottom, #505050, #313131);
	border-radius: 8px 8px 8px 8px;
	text-decoration: none;
	text-align: center;
}

.robot_button:hover 
{
	background-image: linear-gradient(to bottom, #606060, #414141);
}

.robot_button_text
{
	color: white;
	font-size: 20px;
}

.row_editor_itext 
{
	width: 140px;
}

.row_editor_isel 
{
	width: 146px;
}

.row 
{
    margin: 8px;    
}

.status_item 
{
    display: inline;
	background-color: #222222;
	border-radius: 5px;
	height: 55px;
	margin: 4px; 
    padding-top: 
}

.cooltest {
	color: red;
	background-color: black;
}

input[type=checkbox] {
	/*visibility: hidden;*/
}

.checkboxCool {
	width: 20px;
	height: 20px;
	background: #222;
	border-radius: 100%;
	position: relative;
	margin-top: 8px;
	margin-bottom: 8px;
}

.checkboxCool label {
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 1;
	background: #222;
}

.cbc_label2 {
    color: #99c0f2;
	position: absolute;
	left: 30px;
	font-size: 12px;
    width: 200px;
	top: -15px;
}

.checkboxCool input[type=checkbox]:checked + label {
	background: #99c0f2;
    box-shadow: 0px 0px 8px #99c0f2;
}

.table_filterbar {
    /*background-color: #444444; */
    padding: 4px;
    height: 32px;
    min-width: 1200px;
}

.table_pagebar {
    /*background-color: #444444; */
    padding: 4px;
    height: 32px;
    min-width: 200px;
}

.table_filterbox {
    border-radius: 6px;
    background-color: #777;
    /*border-width: 1px;
    border-style: solid;*/
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    float: left;
}

.table_filterbox_gap {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    float: left;
    height: 16px;
}

.status_data_timeout {
    background-color: #ffffff;
	width: 520px;
	height: 250px;
	box-shadow: 0px 0px 5px #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.wrapper {
    display: flex;
}

main {
    flex: 1;
    padding: 25px;    
}

.flex_grid {
    display: flex;
}

.flex_grid > div {
    flex: 1;
    margin: 0 20px 20px 0;
    padding: 15px;
    background: #fff;
}

.prevalence_box_off
{
    width: 10px; 
    height: 10px; 
    background-color: #999; 
    float: left; 
    border: solid; 
    border-width: thin; 
    border-color: #888;
}

.prevalence_box_off:hover
{
    width: 10px; 
    height: 10px; 
    background-color: #999; 
    float: left; 
    border: solid; 
    border-width: thin; 
    border-color: #000;
}

.prevalence_box_on
{
    width: 10px; 
    height: 10px; 
    background-color: #5f5; 
    float: left; 
    border: solid; 
    border-width: thin; 
    border-color: #45d545;
}

.prevalence_box_on:hover
{
    width: 10px; 
    height: 10px; 
    background-color: #5f5; 
    float: left; 
    border: solid; 
    border-width: thin; 
    border-color: #000;
}

.page_button_new
{
    font-size: 23px;
    margin-left: 30px;
}

input.blank
{
	background-color: #111;
	color: #555;
	font-size: 10px;
	height: 6px;
	border: 0px;
}

input.blank:disabled
{
	background-color: #222;
	color: #555;
	font-size: 10px;
	height: 6px;
	border: 0px;
}

tr.blank
{
	background-color: #222;
	color: #555;
	font-size: 10px;
}

tr.blank:nth-child(even) {
{
	background-color: #555;
	color: black;
}

