body,html{
    height:100%;
    min-width: auto;
    max-width: 100%; /* set to desired width in px or percent */
    margin: 0 auto;
    cursor: default;
    font-family: Lato, Helvetica, sans-serif;
    background-color:	#fff;
}
label sup { color: red; }
/* ---------------------- week_view_table.php ---------------------- */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 3px;
  width: 0;
  z-index: 1;
  left: -10px;
  border: medium solid red;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ddd transparent transparent;
}
.round-default{
    border:1px solid #ddd;
    padding: 6px;
    margin: 6px;
    border-radius:3px;
}
.workstation_dayview_modal_box{
    border-bottom:1px solid #ddd;
    padding: 6px;
}
.box1{
    display: inline-block;
    max-width:280px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}
.box_comments{
    vertical-align: top;
    display: inline-block;
    width:220px;
    line-height: auto; /* Sets line height to 1.5 times text size */
    max-height: 3em; /* Sets the div height to 2x line-height (3 times text size) */
     /* Use whatever width you want */
    white-space: normal; /* Wrap lines of text */
    overflow: hidden; /* Hide text that goes beyond the boundaries of the div */
    text-overflow: ellipsis; /* Ellipses (cross-browser) */
    -o-text-overflow: ellipsis;
    cursor: pointer;
}
.box_comments_ext{
    vertical-align: top;
    display: inline-block;
    width:520px;
    line-height: auto; /* Sets line height to 1.5 times text size */
    max-height: 3em; /* Sets the div height to 2x line-height (3 times text size) */
     /* Use whatever width you want */
    white-space: normal; /* Wrap lines of text */
    overflow: hidden; /* Hide text that goes beyond the boundaries of the div */
    text-overflow: ellipsis; /* Ellipses (cross-browser) */
    -o-text-overflow: ellipsis;
    cursor: pointer;
}
.box_oldorders{
    display: inline-block;
    vertical-align: top;
    padding: 0;
}
.box_image{
    display: inline-block;

}
table.week_view_table{
	width:600px;
	border-spacing:0px;
	border: 0px solid 		#008CBA;
	border-radius: 10px;
	padding:0px;



	}
table.week_view_table th{
	background:#008CBA;  /* light grey */
	color:white;
	font-size:13px;
	padding:2px;
	text-align:right;
	border-radius: 6px 0px 0px 10px;
	font-weight:normal;
	border: 1px solid #008CBA;
	border-right: none;
    height: 5px;
	}
.date_label{
	width:100%;
    font-size: 20px;
	color: #008CBA;
	padding:3px;
	text-align: right;
	border-bottom: #5f5f5f solid;
}
table.week_view_table tr:nth-child(even) {
	background-color: #f2f2f2
	}
table.week_view_table tr:hover{
	background-color:#e7e7e7;
	color: #000000;
	}
table.week_view_table td{
	max-width:250px;
	font-size:13px;
	color:#4e4e4e;
	padding:4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

	}
 table.week_view_table tfoot{

	color:#ff0;


	}
table.week_view_table td:hover{
	color: #000000;

	}

/* ---------------------- se_view_table.php ---------------------- */
table.se_view_table{
	width:800px;
	border-spacing:0px;

	}
table.se_view_table th{
	background: #f44336;
	color:#fff;
	font-size:23px;
	padding:10px;
	text-align:right;


	}
table.se_view_table tr{
	}
table.se_view_table td{

	font-size:22px;
	color:#4e4e4e;
	}
/* ---------------------- circles.php ---------------------- */
#rectangle{
    width:24px;
    height:20px;
    background:#555555;/* black */
    vertical-align: top;
    text-align: center;
}
#rectangle_green{
    width:24px;
    height:20px;
    background:#4CAF50;/* green */
    vertical-align: top;
    text-align: center;
}
#rectangle_orange{
    width:24px;
    height:20px;
    background:#FFA500;/* orange */
    vertical-align: top;
    text-align: center;
}
#text {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size:9px;
}
.triangle {
  width: 0;
  height: 0;

  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;

  border-left: 15px solid #008CBA; /* light grey */
}
.circle{
 background-color: rgba(204, 0, 102, 0);
 border: 3px solid #333;

 width: 50px;
 -moz-border-radius:50%;
 -webkit-border-radius: 50%;

  }
/* ---------------------- buttons ---------------------- */
.button_blue {
    background-color: #008CBA; /* Blue */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;

}
.button_green {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;

}
.button_red {
    background-color: #f44336; /* Red */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;

}
.button_again_modal {
    background-color: #f44336; /* Red */
    border: none;
    color: white;
    padding: 8px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
	float:left;
}
.button_menu {
    background-color: #555555; /* grey */

    border: none;
    color: white;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	float:left;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.button_menu:hover {
    background-color: white; /* Green */
    color: #555555;
}
.button_menu_active {
    background-color: white; /* Red */

    border: none;
    color: #555555;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	float:left;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.button_menu_active:hover {
    background-color: white; /* Green */
    color: #555555;
}

p {
  margin-top: 0;
}

.modal-container {
  position: fixed;
  background-color: #fff;
  width: 70%;
  max-width: 400px;
  left: 50%;
  padding: 20px;
  border-radius: 5px;

  -webkit-transform: translate(-50%, -200%);
  -ms-transform: translate(-50%, -200%);
  transform: translate(-50%, -200%);

  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
}

.modal:before {
  content: "";
  position: fixed;
  display: none;
  background-color: rgba(0,0,0,.8);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.modal:target:before {
  display: block;
}

.modal:target .modal-container {
  top: 20%;

  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

#modal-close {}
/* ---------------------- ta koympia sto se.php ---------------------- */
.bom_style {
    width: 90%;
    padding: 4px;
    font-size: 14px;
    margin: 2px;
}
.bom_li_style{
    float: left;
    width: 50%;//helps to determine number of columns, for instance 33.3% displays 3 columns
}
.bom_ul_style{
    list-style-type: disc;
    padding-left: 10px;
}
/* ---------------------- ta koympia sto se.php ---------------------- */
.floating_box_days_view_modal {
    display: inline-block;
    padding: 6px;
    background-color: #008CBA;
    color: #fff;
    font-size: 13px;
    border-radius: 4px;
    margin: 3px;
}
/*------------------------  anabosbima  ---------------------------- */
@-webkit-keyframes glowing {
  0% { background-color: #cc0000; -webkit-box-shadow: 0 0 3px #cc0000; }
  50% { background-color: #ff5050; -webkit-box-shadow: 0 0 10px #ff5050; }
  100% { background-color: #cc0000; -webkit-box-shadow: 0 0 3px #cc0000; }
}

@-moz-keyframes glowing {
  0% { background-color: #cc0000; -moz-box-shadow: 0 0 3px #cc0000; }
  50% { background-color: #ff5050; -moz-box-shadow: 0 0 10px #ff5050; }
  100% { background-color: #cc0000; -moz-box-shadow: 0 0 3px #cc0000; }
}

@-o-keyframes glowing {
  0% { background-color: #cc0000; box-shadow: 0 0 3px #cc0000; }
  50% { background-color: #ff5050; box-shadow: 0 0 10px #ff5050; }
  100% { background-color: #cc0000; box-shadow: 0 0 3px #cc0000; }
}

@keyframes glowing {
  0% { background-color: #cc0000; box-shadow: 0 0 3px #cc0000; }
  50% { background-color: #ff5050; box-shadow: 0 0 10px #ff5050; }
  100% { background-color: #cc0000; box-shadow: 0 0 3px #cc0000; }
}

.button_blink {
  -webkit-animation: glowing 3000ms infinite;
  -moz-animation: glowing 3000ms infinite;
  -o-animation: glowing 3000ms infinite;
  animation: glowing 3000ms infinite;
   background-color: #004A7F;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 50px 10px;
  text-align: center;
  text-decoration: none;
}
.table_data_blink {
  -webkit-animation: glowing 3000ms infinite;
  -moz-animation: glowing 3000ms infinite;
  -o-animation: glowing 3000ms infinite;
  animation: glowing 3000ms infinite;
   background-color: #004A7F;
  -webkit-border-radius: 10px;
  border-radius: 30px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  padding: 80px;
  text-align: center;
  text-decoration: none;
}
/*------------------------  button blink supervisor  ---------------------------- */
@-webkit-keyframes glowing_supervisor {
  0% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; -webkit-box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; }
}

@-moz-keyframes glowing_supervisor {
  0% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; -moz-box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; }
}

@-o-keyframes glowing_supervisor {
  0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
}

@keyframes glowing_supervisor {
  0% { background-color: #ff9900; box-shadow: 0 0 3px #ff9900; }
  50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #ff9900; box-shadow: 0 0 3px #ff9900; }
}

.button_blink_supervisor {
  -webkit-animation: glowing_supervisor 3000ms infinite;
  -moz-animation: glowing_supervisor 3000ms infinite;
  -o-animation: glowing_supervisor 3000ms infinite;
  animation: glowing_supervisor 3000ms infinite;
   background-color: #004A7F;
  -webkit-border-radius: 10px;

  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  text-decoration: none;
}
.table_data_blink_supervisor {
  -webkit-animation: glowing_supervisor 3000ms infinite;
  -moz-animation: glowing_supervisor 3000ms infinite;
  -o-animation: glowing_supervisor 3000ms infinite;
  animation: glowing_supervisor 3000ms infinite;
   background-color: #004A7F;
  -webkit-border-radius: 10px;

  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  padding: 10px 40px;
  text-align: center;
  text-decoration: none;
}
.animate
{
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
}

.action-button
{
	position: relative;
	padding: 10px 40px;
  margin: 0px 10px 10px 0px;
  float: left;
	border-radius: 10px;
	font-size: 25px;
	color: #FFF;
	text-decoration: none;
}

.blue
{
	background-color: #3498DB;
	border-bottom: 5px solid #2980B9;
	text-shadow: 0px -2px #2980B9;
}

.red
{
	background-color: #E74C3C;
	border-bottom: 5px solid #BD3E31;
	text-shadow: 0px -2px #BD3E31;
}

.green
{
	background-color: #82BF56;
	border-bottom: 5px solid #669644;
	text-shadow: 0px -2px #669644;
}

.yellow
{
	background-color: #F39C12;
	border-bottom: 5px solid #D68910;
	text-shadow: 0px -2px #D68910;
}

.action-button:active
{
	transform: translate(0px,5px);
  -webkit-transform: translate(0px,5px);
	border-bottom: 1px solid;
}
