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


/* Strumentazione */

.table_inside {
  /*background-color: #f8f8f8;*/
  background-color: rgba(0,0,0,0.05);
  padding: 0 0 0 15px;
}

.table_inside .table_inside {
  /*background-color: #f1f1f1;*/
  margin: 0 -8px 10px 0;
}

.table_inside td{
  border-bottom: none;
}

.table_inside .table_inside .table_inside {
  /*background-color: #e9e9e996;*/
  margin: 0 -8px 10px 0;
}

.table_inside .table_inside .table_inside {}

.uk-table td {
  vertical-align: middle;
}

.inside {
  display: none;
}

.ruolo{ width: 28px; aspect-ratio: 1/1; }

.icona_spenta{ opacity: .2; filter: grayscale(100); }



/* STATO CONTROLLI */
.blocchi_dashboard_controlli {
  display: flex;
  align-items: stretch;
  margin: 0 -10px;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 20px;
}

.blocco_dashboard_container_controllo {
  padding: 10px;
  width: 25%;
}

.dashboard_content_controllo {
background-color: #fff;
/* padding: 30px; */
/* box-shadow: 0 0 15px rgba(0, 0, 0, .2); */
/* border-radius: 10px; */
}

.title_stato_controllo {
width: 100%;
display: flex;
align-items: center;
justify-content: flex-start;
flex-wrap: wrap;
border-bottom: 1px solid #ddd;
padding: 0 0 20px;
}

.title_stato_controllo h2 {
font-size: 16px;
line-height: 1.5;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
padding: 0 0 0 10px;
margin: 0;
width: calc(100% - 24px);
}
.title_stato_controllo .tendina_controllo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.title_stato_controllo .tendina_controllo > .md-input-wrapper {
  width: calc(100% - 24px);
  padding: 0 0 0 10px;
}

.title_stato_controllo svg {
width: 24px;
color: #000;
opacity: .4;
}

.blocco_controlli_numero {
/* width: 50%; */
width: 25%;
padding: 10px;
}

.blocco_controlli_numeri {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: flex-start;
/* margin: 10px -10px 0; */
margin: 0 0px 10px;
position: relative;
padding: 0;
}
/*
.blocco_controlli_numeri:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: #ddd;
} */

.blocco_controllo_numero_txt h4 {
font-size: 13px;
color: #9998a4;
text-transform: uppercase;
margin: 0;
}

.numero_controllo {
display: flex;
align-items: center;
font-size: 24px;
font-weight: 300;
line-height: 1;
margin-top: 10px;
color: #555;
}

.numero_controllo b {
margin-right: 5px;
opacity: 1;
font-size: 32px;
font-weight: bold;
color: #000;
}

.numero_controllo.yellow b {
color: #ffbf00;
}

.numero_controllo.red b {
color: #ff4a46;
}

.numero_controllo.green b {
  color: #1accab;
}

.total {
display: block;
width: 100%;
height: 10px;
margin-top: 10px;
background-color: #f4f3ff;
border-radius: 50px;
overflow: hidden;
}

.total span {
display: block;
height: 100%;
}

.total span.yellow {
  background-color: #ffbf00;
}

.total span.red {
  background-color: #ff4a46;
}

.total span.green {
background-color: #1accab;
}

.dashboard_content_controllo.dashboard_content_line {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.dashboard_content_controllo.dashboard_content_line .title_stato_controllo {
	/* width: 72%; */
	/* border-right: 1px solid #ddd; */
	border-bottom: 0;
	/* padding: 0 32px 0 0; */
	padding: 0;
}

.dashboard_content_controllo.dashboard_content_line .blocco_controlli_numeri {
	margin: 0;
	padding: 0 0 0 32px;
	width: 25%;
}

.dashboard_content_controllo.dashboard_content_line .title_stato_controllo h2 {font-size: 22px;}

.info_container {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 25px;
}

.info_content {
	padding: 0 5px 10px 0;
}

.info_content span {
	font-size: 12px;
	background-color: #f4f4f4;
	padding: 10px 15px;
	border-radius: 5px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	font-weight: 500;
}

.scrollbar-inner{ position: relative; }

.versione {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 5px;
}

/* Big Screen */
@media (min-width: 1921px) and (max-width: 2600px) {

}
/* Portatile */
@media (min-width: 1281px) and (max-width: 1367px) {
  .blocco_dashboard_container_controllo {width: 33.333%}
}
/* 17 Pollici */
@media (min-width: 1087px) and (max-width: 1280px) {
  .blocco_dashboard_container_controllo {width: 50%}
}
/* Monitor Bassi */
@media (max-height: 768px) {

}
/* Netbook */
@media (min-width: 1024px) and (max-height: 600px) {

}
/* Tablet Landscap */
@media (min-width: 811px) and (max-width: 1085px) {

}
/* Tablet Portrait */
@media (min-width: 481px) and (max-width: 810px) {

}
/* iPhone */
@media (min-width: 320px) and (max-width: 480px) {

}