.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-importo {background-color: #98e2bd; color: #000;}
.uk-progress-importo .uk-progress-bar {background-color: #23ce75; border-right: 3px solid #e9e9e9; color: #fff;}

.uk-progress-importo,
.uk-progress-importo .uk-progress-bar{
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
.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;
}

.crus_ordine {
	margin-bottom: 35px !important;
}

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


.prodotto_ordine {
	border-radius: 0;
	padding: 15px 15px 15px 0;
	background: #f9f9f9;
	margin: 10px 0;
}

.prodotto_ordine i.uk-icon-cog {
  color: #F18E00;
}

.personale_ordini {
	padding: 0 20px;
}

.qta_ordine {
	width: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.qta_ordine span {
	font-weight: bold;
	font-size: 16px;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #ddd;
	background-color: #fff;
	border-radius: 20px;
  line-height: 100%;
}

.personale_ordini .uk-icon-star {
	color: #23CE75;
}

.subtitle span {
	margin: 0 10px 0 0;
}

.rif_km b {
	font-weight: 500;
}

.subtitle i {
	font-style: normal;
	color: #9d9d9d;
}
.testo_ordine_interno .subtitle{
  margin-top: 5px;
}
.qta_ordine a, .title_ordini a, .subtitle a, .personale_ordini a {
	color: #171617;
	border-bottom: 1px dotted #F18E00;
	display: inline-block;
/*	padding: 0 0 1px;*/
}

.prodotto_ordine b{
  line-height: 25px;
}
.prodotto_presenze .md-input{
  border: 1px solid #ddd !important;
  padding: 12px !important;
}

.md-card-toolbar-actions .md-icon{
  font-size: 15px;
  color: #444;
}
.sal_lavorazione_ordine{
  padding-left: 10px;
}

.text-overflow{
  display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* ** SIMONE */

/* Cruscotto Ordini */

.header_ordini {
	background-color: #3B3834 !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.user_heading {
  background-color: #3B3834 !important;
}

.user_heading a {
  color: #F18E00;
}

.header_ordini .md-card-toolbar-actions {
	width: 105px;
	padding: 0 !important;
}

.header_ordini h3 {
	width: calc(100% - 105px);
	padding: 0 20px 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.header_ordini a, .header_ordini .md-icon {
	color: #F18E00;
	font-size: 16px;
}

.header_ordini a .uk-icon-trash {
  color: #ED124D;
}

.overflowtabs {
  height: 300px;
  overflow: auto;
}

.uk-tab > li > a {
  font-size: 16px;
  text-transform: none;
  border-bottom-width: 5px;
}

.uk-tab > li.uk-active > a {
  border-bottom-color: #F18E00 !important;
  font-weight: bold;
}

.prodotto_ordine_container {
  margin: 10px 0;
}

.prodotto_gruppo {
	position: sticky;
	top: 47px;
	z-index: 100;
}

.prodotto_gruppo h1, .grouptitle h2 {
  border-left: 2px solid #F18E00;
  color: #F18E00;
	padding: 0 0 20px;
	font-size: 21px;
	background-color: #f5f5f5;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

.ordini_container {
	padding: 0px 0 0 20px;
/*  margin-bottom: 10px;*/
}

.ordini_container .prodotto_ordine {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.stato_ordine {
	width: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.left_ordine {
	display: flex;
	align-items: center;
	justify-content: flex-start;
  padding: 0;
  width: calc(100% - 300px);
}

.actions_ordine {
	width: 300px;
	text-align: right;
	padding: 0;
}

.testo_ordine {
	width: calc(100% - 120px);
	padding: 0 !important;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50px;
}

.dot.ok {
  background-color: #14C789;
}

.dot.ko {
  background-color: #ED1771;
}

.dot.stop {
  background-color: #f5a442;
}

.dot.dot_sal {
	background-color: #2196f3;
}

.dot a {
	display: block;
	width: 100%;
	height: 100%;
}

.totale {
	background-color: #f4f4f4;
	display: block;
	float: none;
	padding: 20px;
}

.actions_ordine .btn {
	font-size: 18px;
	margin: 0 5px;
}

.actions_ordine .btn_blue i {
  color: #2196f3 !important;
}

.actions_ordine .btn_gray i {
  color: #a7a5ac !important;
}

.totale h4, .totale span {
	margin: 0;
	font-size: 22px;
}

.salvastatino {
	border-left: 2px solid #ddd;
	padding: 0 0 0 30px;
}

.lav_container {
	display: flex;
	align-items: flex-start;
	position: relative;
	flex-wrap: wrap;
	width: 100%;
}

.data_container {
	width: 92px;
	padding: 0 15px 20px 0;
	position: sticky;
	top: 0;
}

.lav_data {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border: 1px solid #ddd;
	width: 100%;
	border-radius: 5px;
	padding: 10px;
	flex-direction: column;
}

.month, .year {
	text-transform: uppercase;
	font-weight: bold;
	color: #B4B1AE;
	font-size: 14px;
	display: block;
}

.day {
	color: #3B3834;
	font-weight: bold;
	font-size: 28px;
	line-height: 1;
}

.lav_ordine {
	background-color: #f5f5f5;
	padding: 10px;
	margin-bottom: 5px;
	position: sticky;
	top: 0;
}

.lav_ordine a {
	color: #F18E00 !important;
}

.lav_content {
	width: calc(100% - 92px);
}

.lav_km {
	background-color: #f9f9f9;
	padding: 10px;
}

.lav_content_inset {
	padding: 0 0 0 15px;
}

.lav_insent_container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

.lav_azioni_content {
	width: 150px;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.lav_testo_conten {
	width: calc(100% - 150px);
	text-align: left;
	padding: 0px 15px 0 0;
}

.lav_azioni_content .btn {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin: 0 0 0 10px;
}

.lav_azioni_content .btn_warning {
	color: #F18E00 !important;
}

.lav_azioni_content .btn_add {
	color: #14C789 !important;
}

.lav_azioni_content .btn_delete {
	color: #ED124D !important;
}

.md-btn-danger, .uk-badge-danger {
  background-color: #ED124D !important;
}

.md-btn-success, .uk-badge-success {
  background-color: #14C789 !important;
}

.sidebar_logo {
	height: 47px !important;
	display: flex;
	justify-content: flex-start;
}

.sidebar_logo a {
	display: flex !important;
	padding: 0 10px !important;
	align-items: center;
	width: 100%;
	justify-content: flex-start;
}

.sidebar_logo img {
	width: 40px;
}

.sidebar_logo span {
	color: #3B3834 !important;
	font-weight: 600;
	padding: 0 0 0 10px;
	font-size: 16px;
}

#header_main, .md-bg-blue-grey-900 {
	background-color: #3B3834 !important;
}

[class*="uk-icon-"], #sidebar_main .menu_section > ul > li.current_section > a .menu_title, #sidebar_main .menu_section > ul > li ul li.act_item > a {
	color: #F18E00;
}

.md-card {
	-webkit-box-shadow: 0 7px 14px rgba(0,0,0,.15);
	box-shadow: 0 7px 14px rgba(0,0,0,.15);
	border-radius: 5px;
	overflow: hidden;
}

.headersal {
	background-color: #3B3834 !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
}
.datasal select {
    padding: 10px;
    margin-top: -6px;
}
.datadisp select{
    padding: 5px;
    margin-top: -6px;
}

.titlesal h2 {
	color: #F18E00;
	margin: 0;
	font-size: 18px;
	padding: 0 20px 0 0;
}

.numerisal, .blocconsal {
	display: flex;
	align-items: center;
	justify-content: center;
}

.blocconsal {
	padding: 0 0 0 20px;
	border-left: 1px solid #ffffff4f;
	margin: 0 0 0 20px;
}

.icosal {
	width: 32px;
	color: #F18E00;
	margin: 0 12px 0 0;
}

.blocconsal .valore {
	display: block;
	color: #fff;
	font-weight: 900;
	font-size: 42px;
	line-height: 1;
	margin: 0 14px 0 0;
}

.blocconsal .label {
	color: #fff;
	font-weight: 400;
	font-size: 18px;
}
.uk-autocomplete.uk-open .uk-dropdown{
	max-height: 300px;
}

.foto_ordine{
	padding: 0 10px;
}
.foto_ordine img {
	margin: 0 10px;
}