/* CSS Document */
/* Set height of body and the document to 100% to enable "full page tabs" */
body, html {
  height: 100%;
  margin: 0;
  font-family: Arial;
}


.tablink {
	background-color: #555;
	color: white;
	float: left;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 1px solid #4D4D4D;
	outline: none;
	cursor: pointer;
	/* [disabled]padding-top: 6px; */
	padding-right: 4px;
	padding-left: 4px;
	/* [disabled]padding-bottom: 6px; */
	font-size: 17px;
	border-radius: 5px 5px 0px 0px;
	width: 20%;
/*	margin-right: 5px;*/
}

.tablink:hover {
	background-color: #777;
	padding-top: 0px;
}


.tabcontent {

	display: none;
	padding-right: 20px;
	padding-left: 20px;
	height: 100%;
	padding-bottom: 0px;
	padding-top: 40px;
	border-width: 1px;
	border-style: none solid solid;
	border-radius: 6px;
	-webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.6s;
    animation-name: animatetop;
    animation-duration: 0.6s

}

.main_commander{
		max-width: 800px;
		margin-top: 60px;

	padding: 1em 0.4em;
	border: 1px solid;
	border-radius: 3px;
	user-select: none;
}

.header_bot{
	border-bottom: 1px solid;
}

.controller {
	opacity:0.4;
	pointer-events: none;
}

.edit_button{
	font-size:20px;
	cursor: pointer;	
}

.edit_button:hover{
	color: darkred;
}

input[type="time"]
{
	-webkit-appearance: none;
	-moz-appearance: none;
	max-width: 40%;
}

input:invalid {
  border: red solid 3px;
}


/*CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC   */
/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  max-width: 600px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
	font-size: 19px;
	font-weight: bold;
	margin-right: 5px;;

}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 0px 0px;
  background-color: #5cb85c;
	background: rgb(55, 55, 55);
  color: white;
	font-size: 17px;
	border-radius: 3px 3px 0px 0px;
		border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 1px solid #4D4D4D;
}

.modal-body {
	padding-top: 16px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 16px;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}


/*weekday picker */

.dowPicker {

	margin: 0 0;
	text-align: center;
	padding: 0px 0 0 0;
}
.dowPicker .dowPickerOption {
	display: inline-block;
	user-select: none;
}
.dowPicker .dowPickerOption input[type="checkbox"] {
	display: none;
}
.dowPicker .dowPickerOption label {
	font-size: 17px;
	color: #a7a7a7;
	cursor: pointer;
}
.dowPicker .dowPickerOption input[type="checkbox"]:checked ~ label {
	color: #000000;
	font-weight: 500;
	
}


.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content div {

  padding: 5px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content div:hover {background-color: #ddd;}

.show {display: block;}


.d1d_item .dd_name { float:left }
.dd_item .dd_action { float:right;
cursor: pointer;
}