.uk-notify{
  z-index: 2000;
}
#header_main .sSwitch:before {
  display: none;
}
.form-error {
	border-color: #e53935 !important;
}
.menu_icon{
  text-align: center !important;
}
.error-message {
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: -20px;
    color: #e53935;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
}

.rating_sneak{
    position: absolute;
    right: 20px;
    top: 17px;
}

.tipoanagrafica{
    position: absolute;
    top: 5px;
    right: 37px;
    font-size: 12px;
    background: #ddd;
    padding: 2px 5px;
    border-radius: 4px;
}
.tipoanagrafica.t_1 { background-color: #cadef7; }
.tipoanagrafica.t_2 { background-color: #caf7da; }
.tipoanagrafica.t_3 { background-color: #f7f6ca; }

.loader_container {
    position: relative;
}

.loader {
    /*background-color: #101215;*/
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    bottom: -15px;
    left: -15px;    
    right: -15px;
    top: -15px;
    z-index: 1000;
}

.spinner {
     height: 20px;
    left: 50%;
    margin: -35px auto 0 -35px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 70px;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.editable-input input,
.editable-input select{
  display: inline-block;
}

.uk-progress-lettera,
.uk-progress-benestare,
.uk-progress-lettera .uk-progress-bar,
.uk-progress-benestare .uk-progress-bar{
    text-align: center;
    overflow: hidden;
    font-size: 10px;
    /*line-height: 210%;*/
    color: #000;
    text-shadow: -1px -1px 0px rgba(255,255,255,0.5);
}
.uk-progress-bar{
  border: none !important;
}
div.ganttview-block{
  opacity: 0.6;
}
.ganttview .series-content{
  position: relative;
}
.ganttview .series-aot{
  position: absolute;
  top: 5px;
  font-size: 11px;
  right: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ganttview-block-text{
  color: #fff !important;
}

.presenze .hour{
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    padding: 8px !important;
    text-align: center;
}

.presenza_set{
  opacity: 0.9;
  background: #ecffec;
}
.presenza_set td{
  position: relative;
}
.presenza_set .uk-icon-check{
  position: absolute;
  right: 0;
  top: 0;
}
.gantt_ch{
  margin: 30px 0;
}

div.ganttview-vtheader-series-row .series-content .series-name {
    width: 70%;
    font-weight: bold;
}
div.ganttview-hzheader-day.ganttview-weekend{
  color: red;
}
.thumb{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 6px;
  overflow: hidden;
  border-radius: 50%;
}
#r_camera,
#camera {
  position: absolute;
  background-color: rgba(0,0,0,0.5);
  z-index: 5;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  vertical-align: top;
  color: #fff;
  padding: 10px 0 15px;
  line-height: 100%;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#r_camera{
  bottom: 100%;
  top: -50%;
  background: rgba(181, 49, 49, 0.5);
}

#r_camera i,
#camera i{
  font-size: 18px;
  color: #fff;
}

.user_heading_avatar:hover #camera {
  top: 50%;
}
.user_heading_avatar:hover #r_camera {
  bottom: 50%;
  top: 0;
}
