/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09.10.2019, 15:29:33
    Author     : klaus
*/
:root {
  --zoodle-label-color: #B4886B;
  --zoodle-focus-border-color: #e77600;
  --zoodle-color-one: #2e4f80;
  --zoodle-color-two: #a8cbff;
  --zoodle-color-three: #32ac41;
  --zoodle-color-four: #546580;
  --zoodle-color-five: #497ecc;
  --zoodle-color-six: white;
  --zoodle-color-seven: lightgray;
  --zoodle-color-eight: royalblue;
  --zoodle-color-nine: #cdeaa1;
}

/*input[type=text]{
    font-size: small !important ;
}
*/

.time input[type=text]{
    font-size: small !important;
}
.zoodleIconBox {
    margin: 7px 0 0 0;   
  }
  
 
/* replace this temporarily by class 
input[type=text]{
    font-size: small !important ;
}
*/

.zInputSmallSize
{
    font-size: small !important;
}


.zoodleDisplayNo
{
    display: none !important;
}
.zSpalte{
	display: table-cell !important;
	padding: 5px 0 40px 5px;
        text-align: center;
        vertical-align: middle;
        position:relative;
        color:var(--zoodle-color-eight) !important;
        font-size:small;
        font-weight:500;
}

.zSpalteHeader{
	display: table-cell !important;
	padding: 5px 0 20px 5px; 
        text-align: center;
        vertical-align: middle;
        position:relative;
        color:var(--zoodle-color-eight) !important;
        font-size:small;
        font-weight:500;
}

.zSpalteFooter{
	display: table-cell !important;
	padding: 5px 0 20px 5px;
        text-align: center;
        vertical-align: middle;
        position:relative;
        color:var(--zoodle-color-eight) !important;
        font-size:small;
        font-weight:500;
}

.button i{
    display:table-cell;
}

.zSpalteButton{
    padding: 5px;
    text-align: center;
    background-color: var(--zoodle-color-four) !important;
    color:#98CDFB;
}

.zZeile {
    display:table-row;
	border: thin solid red;
	width: 200px;
	padding: 5px;    
}

.zZeileLast {
    display:table-row;
	border: thin solid red;
	width: 200px;
	padding-bottom: 5px;    
}

.z-usecase-icon{
    color:#98CDFB;
    background-color: var(--zoodle-color-four) !important;
}

.zoodleOption, .zoodleSchedule{
    width:145px !important;
    height: 40px !important;
    font-size:small;
}

.zoodleCenteredText{
    text-align: center;
}

.zFooterTable{
    width:250px;
    padding-top: 15px !important;
    height: 60px;
}

.zoodleFooterButton{
    padding: 5px;
    text-align: center;
    background-color: var(--zoodle-color-four) !important;
    color:#98CDFB; 
    cursor:pointer;
    border:0;
    font-weight:bolder;
}

label{
    display:block;
}

.zoodleLabel{
	position: absolute;
	top: 13px;
	left: 20px;
    	cursor: text;
	transition: all .25s ease-in-out;
        font-size:x-small;
        font-weight:lighter;
}

.zoodleInput{
    width:100%;
    padding: 20px;
    box-shadow: inset 0 0 10px rgba(0,0,0,.1);
    vertical-align: middle;
}

.zoodleNewMember{
    margin:5px 0 0 0;
    box-shadow: inset 0 0 10px rgba(0,0,0,.1);
    vertical-align: middle;
    display:inline !important;
}

.zoodleInput:focus ~ .zoodleLabel,
.zoodleInput:valid ~ .zoodleLabel
{
	top: -1.5em;
	left: 0;
	font-size: .8em;
	color: inherit;
	cursor: pointer;    
}

.zColumn{
    width:23px;
    max-width:27px;
    min-height: 50px; 
    padding: 0!important;
}

.zAlternateColor:nth-child(even)
{
     background-color: #fff5dd;
}

.zoodleColorClass0
{
    background-color: #fff5dd;
}

.zoodleColorClass1
{
    background-color: #eee;
}


.zAlternateColor:nth-child(odd)
{
     background-color: #eee;
}

.zoodleMemberPartColor0
{
    background-color: rgb(238, 213, 213);
}

.zoodleMemberPartColor1
{
    background-color: rgb(206, 235, 218);
}

.zMemberEdit {
	position: relative;
        align-items: center;
        background-color: var(--zoodle-color-six);
}

.zMemberEdit:hover .edit {
	display: block;
}

.zEdit {
	padding-top: 7px;	
	padding-right: 7px;
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.zIconButton{
  border: none;
  color: white;
  padding: 1px 1px;
  font-size: 16px;
  cursor: pointer;
  width:25px;
  height: 30px;
  margin: 7px 0 0 0;
}

.zComment{
  color:royalblue;  
}

/* eedkbr*/
.zoodleTable
{
    table-layout: fixed;
    /*max-width:200px !important;*/
    font-size:larger;
    font-weight: bolder;
}

.zoodleTable th, .zoodleTable td{
    font-size:smaller;
}

.zoodleTable thead tr:after{
    overflow-y: scroll;
    visibility: hidden;
    display: block;
}
 
    
/*table.ztableHeader
*/
table.zTableHeader
{
    position: relative;
   /* table-layout: fixed;*/
    overflow: auto;
    min-width:fit-content;
    /* max-width: 300px !important;*/   
   /* width: 300px !important;*/
    border: 1px solid #D3DCE3;
    font-weight: inherit;
    display: block;
    /*white-space: nowrap;*/
    /*height: 500px;*/
}
    
.zTHead{
    display:table;
    width: calc(100% - 17px);
}

#smallColumns { width:27px; min-width: 27px;}
#normalColumns { width:auto;}
.zTBody{
    height: 250px;
    overflow: auto;
    display: block;
}

/*
tr
{
    max-width:200px;
    height:20px !important;
}

th{
    width:20%;
    word-break: break-all;
}

td{
    width:20%;
    word-break: break-all;
}*/

table.zoodleScroll {
	width: 100%;
	/*background-color: #fff;*/
}
table.zoodleScroll thead {
	width: 100%;
    /*background: #5dd39e;*/
    display: block;
}
table.zoodleScroll thead tr:after {
	content: '';
	overflow-y: scroll;
	visibility: hidden;
}
table.zoodleScroll thead th {
	flex: 1 auto;
	display: block;
	color: #fff;
}
table.zoodleScroll tbody {
	display: block;
	width: 100%;
	overflow-y: auto;
	height: auto;
	max-height: 400px;
}
table.zoodleScroll thead tr,
table.zoodleScroll tbody tr {
	display: flex;
}
table.zoodleScroll tbody tr td {
	flex: 1 auto;
	word-wrap: break;
}
table.zoodleScroll thead tr th,
table.zoodleScroll tbody tr td {
	width: 25%;
	padding: 5px;
	text-align: center;
	border: 1px solid #eee;
}


.zThCentered
{
    font-size: smaller !important;
    text-align:center !important;
    width:110px !important;
    color:var(--zoodle-color-three) !important;
    position:sticky;
}

.commentOverlay {
  position: fixed;
  display: none;
  width: 200px;
  height: 220px;
  top: 55%;
  left: 50%;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

.zoodle-td{
    min-width:50px;
    background-color: var(--zoodle-color-nine) !important;
    color: var(--zoodle-color-three) !important;
}
.zoodle-td-member{
    min-width:50px;
    color: var(--zoodle-color-four) !important;
    font-size:larger;
    margin: 5px 0 0 0;
}

.zoodleSelectBox{
    margin: 0 auto; 
    width:150px; 
    font-size:small;
}

#zoodlePrint {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  #zoodlePrint td, #zoodlePrint th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  
  #zoodlePrint tr:nth-child(even){background-color: #f2f2f2;}
  
  #zoodlePrint tr:hover {background-color: #ddd;}
  
  #zoodlePrint th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
  }



@media only screen and (max-width: 600px) {
#commentOverlay {
    left:30%;
    top: 45%;
}

.zoodleFooterButton{
        line-height: 1.5;
}    

.zoodleSelectBox{
    margin: 0 auto; 
    width:130px; 
    font-size:small;
}

@media only screen and (max-width: 840px) {
    table.zTableHeader {
    margin-bottom: 0;
    overflow-x: scroll;
    display: block;
    /*white-space: nowrap;*/
    }
    }
}