.has-feedback label ~ .form-control-feedback {
    top: 0;
}

.has-error .select2-selection {
    border: 1px solid #dd4b39;
}

.hand {
	cursor: pointer;
}

.mr1 {
	margin-right: 1px;
}

.mr2 {
	margin-right: 2px !important;
}

.mr3 {
	margin-right: 3px;
}

.mr4 {
	margin-right: 4px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mb1 {
	margin-bottom: 1px;
}

.mb2 {
	margin-bottom: 2px !important;
}

.mb3 {
	margin-bottom: 3px;
}

.mb4 {
	margin-bottom: 4px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb6 {
	margin-bottom: 6px;
}

.mb7 {
	margin-bottom: 7px;
}

.mb8 {
	margin-bottom: 8px;
}

.mb9 {
	margin-bottom: 9px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt45 {
	margin-top: 45px;
}

.mt50 {
	margin-top: 50px;
}

.pt5 {
	padding-top: 5px;
}

.pb5 {
	padding-bottom: 5px;
}

.pl5 {
	padding-left: 5px;
}

.p2 {
	padding: 2px;
}

.p3 {
	padding: 3px;
}

.p4 {
	padding: 4px;
}

.p5 {
	padding: 5px;
}

small.info-input {
	display: block;
}

.form-divider {
	margin-bottom: 0; 
}

.bg-lightness {
	opacity: .55;
}

.overlay-modal {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	margin-top: -55px;
	z-index: 1;
}

.overlay-modal i {
	position: relative;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: -20px;
	font-size: 40px;
}

.flatbtn {
	border: 0;
	background-color: #ffffff;
}

/*
 * Regole per Bacheca
 *
*/

/*.scrollXContainer_left {
	position: relative;
	left:0px;
	top:106px;
	width:100px;
	border: 1px solid green;
	z-index: 9;
	background: transparent;
	height:772px;
}

.scrollXContainer_right {
	position: relative;
	right:0px;
	top:106px;
	width:100px;
	border: 1px solid green;
	z-index: 9;
	background: transparent;
	height:772px;
}*/

.scrollXContainer {
	/*position: relative;
	left:0px;
	top:106px;*/
	overflow-x: auto;
	/*height: auto;
	max-height: 760px;
	overflow-y: auto;*/
	white-space: nowrap;
}

.column-bacheca {
	width: 300px;
	margin-right:15px;
	float: left;
	background-color: #f9f9f9;
	height: auto;
	max-height: 720px;
	overflow-y: auto;
}

.column-bacheca .box-title {
	font-weight: 800;
}

.column-bacheca .dett-ore {
	display: inline-block;
	line-height: 18px;
}

.box-body > small {
	font-weight: 800;
}

/*.column-bacheca a.reloadinterface:link {
	color: #444444 !important;
}*/

a.reload-interface:link,
a.reload-interface:visited,
a.reload-interface:hover,
a.reload-interface:active {
	text-decoration: none !important;
	color: #444444 !important;
	background-color: transparent !important;
}

a.reload-interface > i {
	color: #444444 !important;
}

.column-bacheca .tot-ore {
	font-size: 18px;
	padding-right: 5px;
	font-weight: 800;
}

.wrap-columns-bacheca {
	padding: 15px;
}

.progress-item {
	width: 33%;
	float: left;
	height: 15px;
	border-right: 1px solid #d5d5d5;
}

.wrap-progress {
	margin-top: 5px;
	background-color: #ffffff;
}

.wrap-progress > .progress-item:last-child  {
	border-right: none;
}

.wrap-dafare,
.wrap-confermati {
	padding-top: 15px;
	padding-bottom: 15px;
	list-style: none;
	list-style-position: outside;
	padding-left: 0;
	padding-right: 0;
}

.item-lavorazione {
	/*background-color: #ffffff;*/
	padding-bottom: 10px;
	cursor: move;
}

/*.item-lavorazione-container {
	padding: 5px;	
	padding-bottom: 7px;
	background-color: #ffffff;
	border:1px solid #efefef;
}*/
.item-lavorazione-container {
    padding: 5px;
        padding-bottom: 5px;
    padding-bottom: 7px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    border-radius: 5px;
    box-shadow: 0 1px 0 #091e4240;
}

.item-lavorazione small {
	color: #b6b6b6;
	font-weight: 600;
	margin-bottom: 10px;
}

/*.item-lavorazione h3 {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0;
	margin: 0;
	color: #4e4e4e;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 800;
}

.item-lavorazione h4 {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0;
	margin: 0;
	color: #b6b6b6;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
}*/
.item-lavorazione h4 {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0;
    margin: 0;
    color: #4E4E48;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.item-lavorazione h3 {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 6px 0px 0px 0px;
    margin: 0;
    color: #4e4e4e;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.wrap-txt {
	float: left;
	width: 200px;
}

.wrap-stima {
	float: right;
	width: 50px;
}

.item-stima {
	width: 40px;
	margin: 3px 0px 0px 7px;
	text-align: center;
	background-color: #c4c4c4;
	color: #494949;
	border-radius: 2px;
	min-height: 40px;
}

.item-stima small {
	color: #494949;
}

.item-stima h4 {
	color: #494949;
	font-size: 14px;
}

.wrap-title {
	font-size: 16px;
    font-weight: 500;
	width: 100%;
	border-radius: 4px;
    padding: 0px 10px 0px 5px;
    margin: 0px 10px 0px 0px;
}

.info-box-content {
	color: #000 !important;
}

.wrap-title.wrap-title-dafare {
    background-color: rgba(246, 194, 66, 0.4);
    border: 1px solid #f6c242;
}

.wrap-title.wrap-title-confermati {
    background-color: rgba(166, 166, 166, 0.4);
    border: 1px solid #a6a6a6;
}
