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

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

}

.placeholder-description {
  background-color: transparent;
  color: white;
  padding: 10px;
  border: none;
  transition: border 0.3s;
}

.placeholder-description::placeholder {
  color: white;
  font-size: 0.8em;
}



.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;
}

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

.tableEmployee td {
  text-align: right;
}

.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;
}


/* SWITCH  3*/


.onoffswitch3
{
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch3-checkbox {
    display: none;
}

.onoffswitch3-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 0px solid #999999; border-radius: 0px;
}

.onoffswitch3-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch3-inner > span {
    display: block; float: left; position: relative; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch3-inner .onoffswitch3-active {
    padding-left: 10px;
    background-color: #EEEEEE; color: #FFFFFF;
}

.onoffswitch3-inner .onoffswitch3-inactive {
    padding-right: 10px;
    background-color: #EEEEEE; color: #FFFFFF;
    text-align: right;
}

.onoffswitch3-switch {
    display: block; width: 18px; margin: 0px; text-align: center;
    border: 0px solid #999999;border-radius: 0px;
    position: absolute; top: 0; bottom: 0;
}
.onoffswitch3-active .onoffswitch3-switch {
    background: #27A1CA; left: 0;
}
.onoffswitch3-inactive .onoffswitch3-switch {
    background: red; right: 0;
}

.onoffswitch3-active .onoffswitch3-switch:before {
    content: " "; position: absolute; top: 0; left: 18px;
    border-style: solid; border-color: #27A1CA transparent transparent #27A1CA; border-width: 15px 9px;
}


.onoffswitch3-inactive .onoffswitch3-switch:before {
    content: " "; position: absolute; top: 0; right: 18px;
    border-style: solid; border-color: transparent red red transparent; border-width: 15px 9px;
}


.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
    margin-left: 0;
}

/* SWITCH 4 */

.onoffswitch4
{
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch4-checkbox {
    display: none;
}

.onoffswitch4-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 0px solid #999999; border-radius: 0px;
}

.onoffswitch4-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch4-inner > span {
    display: block; float: left; position: relative; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch4-inner .onoffswitch4-active {
    padding-left: 10px;
    background-color: #EEEEEE; color: #FFFFFF;
}

.onoffswitch4-inner .onoffswitch4-inactive {
    padding-right: 10px;
    background-color: #EEEEEE; color: #FFFFFF;
    text-align: right;
}

.onoffswitch4-switch {
    display: block; width: 18px; margin: 0px; text-align: center;
    border: 0px solid #999999;border-radius: 0px;
    position: absolute; top: 0; bottom: 0;
}
.onoffswitch4-active .onoffswitch4-switch {
    background: red; left: 0;
}
.onoffswitch4-inactive .onoffswitch4-switch {
    background: #27A1CA; right: 0;
}

.onoffswitch4-active .onoffswitch4-switch:before {
    content: " "; position: absolute; top: 0; left: 18px;
    border-style: solid; border-color: red transparent transparent red; border-width: 15px 37px;
}


.onoffswitch4-inactive .onoffswitch4-switch:before {
    content: " "; position: absolute; top: 0; right: 18px;
    border-style: solid; border-color: transparent #27A1CA #27A1CA transparent; border-width: 17px 40px;
}


.onoffswitch4-checkbox:checked + .onoffswitch4-label .onoffswitch4-inner {
    margin-left: 0;
}

.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;
}

