.event-detail-title {
  margin-left: 11px;
  color: grey;
  font-size: 36px;
}

.event-detail-value {
  margin-left: 35px;

}

.save-but {
  cursor: pointer;
}

.allDay {
  cursor: pointer;
}

.myButton {

  text-align: center;
  background-color: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  width: 65px;
  height: 25px;
}

.myButton:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;

}

.myButtonAdd {

  text-align: center;
  background-color: #27ae60;
  background-image: -webkit-linear-gradient(top, #27ae60, #27ae60);
  background-image: -moz-linear-gradient(top, #27ae60, #27ae60);
  background-image: -ms-linear-gradient(top, #27ae60, #27ae60);
  background-image: -o-linear-gradient(top, #27ae60, #27ae60);
  background-image: linear-gradient(to bottom, #27ae60, #27ae60);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 10px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;

}

.myButtonDel {
  text-align: center;
  background-color: #c0392b;
  background-image: -webkit-linear-gradient(top, #c0392b, #c0392b);
  background-image: -moz-linear-gradient(top, #c0392b, #c0392b);
  background-image: -ms-linear-gradient(top, #c0392b, #c0392b);
  background-image: -o-linear-gradient(top, #c0392b, #c0392b);
  background-image: linear-gradient(to bottom, #c0392b, #c0392b);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 10px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

.myButtonAdd:hover {
  background: #27ae80;
  background-image: -webkit-linear-gradient(top, #27ae80, #27ae80);
  background-image: -moz-linear-gradient(top, #27ae80, #27ae80);
  background-image: -ms-linear-gradient(top, #27ae80, #27ae80);
  background-image: -o-linear-gradient(top, #27ae80, #27ae80);
  background-image: linear-gradient(to bottom, #27ae80, #27ae80);
  text-decoration: none;
}

.addBtn {

  background-color: #27ae60;
  background-image: -webkit-linear-gradient(top, #27ae60, #27ae60);
  background-image: -moz-linear-gradient(top, #27ae60, #27ae60);
  background-image: -ms-linear-gradient(top, #27ae60, #27ae60);
  background-image: -o-linear-gradient(top, #27ae60, #27ae60);
  background-image: linear-gradient(to bottom, #27ae60, #27ae60);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-family: Arial;
  color: #ffffff;
  text-decoration: none;
}

.addBtn:hover {
  background: #27ae80;
  background-image: -webkit-linear-gradient(top, #27ae80, #27ae80);
  background-image: -moz-linear-gradient(top, #27ae80, #27ae80);
  background-image: -ms-linear-gradient(top, #27ae80, #27ae80);
  background-image: -o-linear-gradient(top, #27ae80, #27ae80);
  background-image: linear-gradient(to bottom, #27ae80, #27ae80);
  text-decoration: none;
  border: none;
}

.removeBtn {
  background-color: #c0392b;
  background-image: -webkit-linear-gradient(top, #c0392b, #c0392b);
  background-image: -moz-linear-gradient(top, #c0392b, #c0392b);
  background-image: -ms-linear-gradient(top, #c0392b, #c0392b);
  background-image: -o-linear-gradient(top, #c0392b, #c0392b);
  background-image: linear-gradient(to bottom, #c0392b, #c0392b);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-family: Arial;
  color: #ffffff;
  text-decoration: none;
}

.removeBtn:hover {
  background: #c0592b;
  background-image: -webkit-linear-gradient(top, #c0592b, #c0592b);
  background-image: -moz-linear-gradient(top, #c0592b, #c0592b);
  background-image: -ms-linear-gradient(top, #c0592b, #c0592b);
  background-image: -o-linear-gradient(top, #c0592b, #c0592b);
  background-image: linear-gradient(to bottom, #c0592b, #c0592b);
  text-decoration: none;
  border: none;
}

.btnSave {
  text-align: right;
  bottom: 0;
  text-align: center;
  background-color: #f39a12;
  background-image: -webkit-linear-gradient(top, #f39a12, #f39a12);
  background-image: -moz-linear-gradient(top, #f39a12, #f39a12);
  background-image: -ms-linear-gradient(top, #f39a12, #f39a12);
  background-image: -o-linear-gradient(top, #f39a12, #f39a12);
  background-image: linear-gradient(to bottom, #f39a12, #f39a12);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  border-radius: 0px;
  font-family: Arial;
  padding: 2%;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;

}

.editBtn {

    background-color: #27ae60;
    background-image: -webkit-linear-gradient(top, #27ae60, #27ae60);
    background-image: -moz-linear-gradient(top, #27ae60, #27ae60);
    background-image: -ms-linear-gradient(top, #27ae60, #27ae60);
    background-image: -o-linear-gradient(top, #27ae60, #27ae60);
    background-image: linear-gradient(to bottom, #27ae60, #27ae60);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-family: Arial;
    color: #ffffff;
    text-decoration: none;
  }

  .blockBtn{
    background-color: #c0392b;
    background-image: -webkit-linear-gradient(top, #c0392b, #c0392b);
    background-image: -moz-linear-gradient(top, #c0392b, #c0392b);
    background-image: -ms-linear-gradient(top, #c0392b, #c0392b);
    background-image: -o-linear-gradient(top, #c0392b, #c0392b);
    background-image: linear-gradient(to bottom, #c0392b, #c0392b);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-family: Arial;
    color: #ffffff;
    text-decoration: none;
  }

  .balanceBtn{
    text-align: center;
    background-color: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    border-radius: 0px;
    font-family: Arial;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    width: 65px;
    height: 25px;
  }

.ui-datatable-scrollable-header {
  overflow: visible;
}

.tableClients {
  text-align: center;
  width: 70%;
}

.tableClients td {
  text-align: right;
}

.btn-event {
  width: 100%;
}

ul#cemenu li {
  display: inline;
}


div.avatar-icon.background-color-off {
  background-color: #f39c12; /* off duty color */
  content: "\E430";
}

div.avatar-icon.background-color-sick {
  background-color: #c0392b; /* Sick color */

}

div.avatar-icon.background-color-training {
  background-color: #9b59b6; /* Training color */

}

div.avatar-icon.background-color-oth {
  background-color: #1abc9c; /* Other color */
}

div.avatar-icon.background-color-confz {
  background-color: #fe8f60; /* Conf'z color */

}

div.avatar-icon.background-color-trainz {
  background-color: #9895ee; /* Train'z color */

}

div.avatar-icon.background-color-casualz {
  background-color: #1ec7be; /* Cazual'z color */

}

div.avatar-icon.background-color-techz {
  background-color: #9BCD5F; /* Tech'z color */

}



/* FORMS */

.red{
  color:red;
  }
.form-area-2
{
background-color: #FAFAFA;
padding: 10px 40px 60px;
margin: 10px 0px 60px;
border: 1px solid GREY;
}

/* Buttons */
.btnAdminManage {
  display: inline-block;
  padding: 9px 12px;
  padding-top: 7px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #5e5e5e;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #d1dade;
  -webkit-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-image: none !important;
  border: none;
  text-shadow: none;
  box-shadow: none;
  transition: all 0.12s linear 0s !important;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  width: 100%;
  }

  .btn-cons {
  margin-right: 5px;
  min-width: 120px;
  margin-bottom: 8px;
  }


.btn-balance {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-create {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  }

.btn-blockUser{
  color: #fff;
  background-color: #c0392b;
  border-color: #c0392b;
  }

.btn-edit {
    color: #fff;
    background-color: #8e44ad;
    border-color: #8e44ad;
  }

#listItzHover:hover{
  background-color: lightgray;
}

.form-group-2 input{
  font-size: 1em;
  width: 80%;
}

.form-group placeholder{
  font-size: 1em;
  color: gray;
}

.btnParticipate{
  padding: 1%;
  color: green;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid green;
}
.btnParticipate:hover {
  transition-duration: 0.4s;
  background-color: green;
  color:white;
}

.btnDontParticipe{
  padding: 1%;
  color: red;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid red;
}

.btnDontParticipe:hover{
  transition-duration: 0.4s;
  background-color: red;
  color:white;
}


.btnDetails:hover{
  transition-duration: 0.4s;
  background-color: #8e44ad;
  color:white;
}


/* PLANNING */

.roundRedButton {
	width:35px;
	height:35px;
	background:#cc0000;
	font:bold 13px Arial;
	border-radius:50%;
	border:none;
	color:#fff;
}

.roundGreenButton {
	width:35px;
	height:35px;
	background:green;
	font:bold 13px Arial;
	border-radius:50%;
	border:none;
	color:#fff;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

