.container{
	background:white;
}
.notes {
    background-attachment: local;
    background-image:
	linear-gradient(to right, white 10px, transparent 10px),
	linear-gradient(to left, white 10px, transparent 10px),
	repeating-linear-gradient(white, white 30px, #ccc 30px, #ccc 31px, white 31px);
    line-height: 31px;
    padding: 8px 10px;
}
.typeahead, .tt-query, .tt-hint {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.typeahead {
	background-color: #FFFFFF;
}
.typeahead:focus {
}
.tt-query {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
	color: #999999;
}
.tt-dropdown-menu {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 12px;
	padding: 8px 0;
	width: 100%;
}
.tt-suggestion {
	font-size: 16px;
	line-height: 24px;
	padding: 3px 20px;
	text-align: left;
}
.tt-suggestion.tt-is-under-cursor {
	background-color: #0097CF;
	color: #FFFFFF;
}
.tt-suggestion p {
	margin: 0;
}
.twitter-typeahead{
	width:100%;
}
#DetBox{
	display:none;
}
#DetAperto{
	display:none;
}
#DetChiuso{
	display:none;
}
#DetBox label{	
	font-weight: 400;	
}
#signature{
	border: 1px solid;
	margin-top: 10px;
	margin-bottom: 10px;
}
.hand-cursor:hover{
       cursor: pointer;
}

.margin_row_10 {
    border-top-width: 10px;
    margin-top: 10px;
    border-bottom-width: 10px;
    margin-bottom: 10px;
}

div#header {
    margin: 0px 0px 25px 0px;
    background: #7d50f9;
}

div#sub-header {
    height: 80px;
    margin: 0 auto;
    /* width: 960px; */
}

.bg-success, .bg-danger {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}