/* Minification failed. Returning unminified contents.
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

:root {
    --table-color: grey;
    --table-border-width: 3px;
}
html, body{
    height: 100%;
}

@media print{
    .noprint {display: none;}
}

body.wait *, body.wait {
    cursor: progress !important;
}

body {
    display: flex;
    background-color: #005DA1; /* newprod-meterpool.kiwa.info */
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link {
    color: #034af3;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 0 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

.scrollable 
{
    display:block;
    height:auto;
    width:100%;
    overflow:auto;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main 
{
    padding: 5px 30px 15px 30px;
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

footer, 
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #005DA1 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"],
input[type="reset"] {
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td {
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

table caption 
{
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
	color: #000;
}


#footerStatus
{
	font-size: x-small;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    margin-top: 10px;
}

nav#mainmenu
{
	margin-top: 20px;
	margin-bottom: 10px;
}
div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay h2{
    color: white;
    margin: 2px;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
    font-weight: bold;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

/* Zelf gedefineerde items
---------------------------------------------------------------*/
div#meteritem_container
{
    margin: 0 auto 0 auto;
    width: 100%;
}

div#firstcolumn
{
    margin: 0 10px 0 auto;
    width: 30%;
    float: left;
}

div#firstcolumn-meter
{
    margin: 0 10px 0 auto;
    width: 48%;
    float: left;
}
div#firstcolumn-kwh
{
    margin: 0 10px 0 auto;
    width: 80%;
    float: left;
}
div#secondcolumn
{
    margin: 0 10px 0 10px;
    width: 30%;
    float: left;
}

div#secondcolumn-meter
{
    margin: 0 10px 0 10px;
    width: 48%;
    float: left;
}

div#firstcolumn-evhi
{
    margin: 0 10px 0 auto;
    width: 40%;
    float: left;
}
div#secondcolumn-evhi
{
    margin: 0 10px 0 10px;
    width: 28%;
    float: left;
}
div#thirdcolumn-evhi
{
    margin: 0 auto 0 10px;
    width: 28%;
    float: left;
}

div#thirdcolumn
{
    margin: 0 auto 0 10px;
    width: 30%;
    float: left;
}

div#afkeurinfo
{
    clear: both;
}

.back
{
    clear: both;
}

dl.table-display
{
    float: left;
    width: 100%;
    margin: 1em 0;
    padding: 0;
    /*border-bottom: 1px solid #999;*/
}

.table-display dt
{
    clear: left;
    float: left;
    width: 40%;
    margin: 0;
    padding: 5px;
    /*border-top: 1px solid #999;*/
    /*font-weight: bold;*/
    min-height: 1em;
}
.table-display dd
{
    float: left;
    width: 40%;
    margin: 0;
    padding: 5px;
    /*border-top: 1px solid #999;*/
    min-height: 1em;
}

dt
{
    width: 50%;
    float: left;
}

hr
{
    width: 100%;
}

.info dt
{
    width: 150px;
	float: left;
}

.foutcode dt
{
    width: 100px;
    float: left;
}

.float-right
{
    float: right;
}
.t-toolbar.t-grid-toolbar.t-grid-top
{
    overflow: auto;
}
/*
Om de hoogte van de header van een grid aan te laten passen
------------------------------------------------------------*/
.t-grid .t-grid-header .t-header .t-link {
    height: auto;
}

.t-grid .t-grid-header .t-header,
.t-grid .t-grid-header .t-last-header {
    white-space: normal;
}
/*
    Override values set by third-party css (like bootstrap)
------------------------------------------------------------*/
tr td {
    padding: 0 5px 0 5px !important;
    margin: 0 !important;
}

th {
    padding: 0 5px 0 5px !important;
}
table, caption{
    caption-side: top !important;
}


/* 
Styles to test new editor and display templates
------------------------------------------------------------*/
.loud-1 
{
	font-weight: bold;
	color: Red;
}
.loud-2
{
	font-size: 2.0em;
	color: Green;
}
.loud-3
{
	font-style: italic;
	color: Yellow;
	background-color: Blue;
}

.wrongdate
{
	color: Red;
	font-style: italic;
	background-color: Yellow;
}

/*
  Tooltip
------------------------------------------------------------*/
a:hover 
{
    background: #ffffff;
    text-decoration: none;
}

a.tooltip:link
{
	color: Black;
	text-decoration: none;
}

a.tooltip:visited
{
	color: Black;
	text-decoration: none;
}

a.tooltip span
{
    display: none;
    padding: 2px 3px;
    margin-left: 8px;
    width: 130px;
}

a.tooltip:hover span
{
    display: inline;
    position: absolute;
    background: #ffffff;
    border: 1px solid #cccccc;
    color: #6c6c6c;
}

div.row {
  clear: both;
  padding-top: 2px;
  width: 100%;
  }

div.row span.label {
  float: left;
  width: 40%;
  text-align: left;
  }

div.row span.formw {
  float: right;
  width: 60%;
  text-align: left;
  }
  
.filtering input, .filtering select
{
	display: block;
	padding: 4px;
	width: 70%;
	-ms-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

#column1
{
	 float: left; 
	 width: 40%; 
	 margin: 0px 10px 0px 10px;
}

#column2 
{
	 float: right; 
	 width: 40%; 
	 margin: 0px 10px 0px 10px;
}

#column1EVHI, #column2EVHI, #column3EVHI
{
	 float: left; 
	 width: 30%; 
	 margin: 0px 10px 0px 10px;
}
div.resetpassword  label
{
    display:inline-block;
    width:150px;
}


.roundedButton {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;

    color: #181818;
    color: rgba(0,0,0,0.4);
    width: 65px;

    padding: 8px 12px;
    border: none;
    outline:none;
    outline:0;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.8);
}

a[type="button"] {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
    text-decoration: none;
}

.menutitle{
    background-color: cornflowerblue;
}

.myDropdown{
    width: 250px;
}

.alnright {
    text-align: right;
}

.k-grid td{
    white-space: nowrap;
    text-overflow: ellipsis;
}
.k-grid table{
    table-layout: fixed;
}

.ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .2s linear;
    white-space: nowrap;
    padding: .5rem 1rem;
}

.ellipsis:focus, .ellipsis:hover {
    color: transparent;
}

.ellipsis:focus:after, .ellipsis:hover:after {
    content: attr(data-text);
    overflow: visible;
    text-overflow: inherit;
    background: #fff;
    position: relative;
    left: auto;
    top: auto;
    width: 200px;
    max-width: 20rem;
    border: 1px solid #eaebec;
    padding: 0 .5rem;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.28);
    white-space: normal;
    word-wrap: hyphenate;
    display: block;
    color: black;
    margin-top: -1.25rem;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
/*	Highlight a table row when hovering over it	
border: #4e95f4 1px solid;
------------------------------------------------------------*/
.hoverTable {
    width: 100%;
    border-collapse: collapse;
}
.hoverTable td {
    padding: 5px;
}
/* Define the default color for all the table rows */
.hoverTable tr {
    background: #ffffff;
}
/* Define the hover highlight color for the table row */
.hoverTable tr:hover {    
    background-color: #ffff99;
}

/* Define a color for alternating rows*/
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #E6E6FA; /*Lavender*/
}
