/* CSS Document */

.main-header {
	left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.content-header {
    padding-top: 65px;
}

.testo_header {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	/*color:#000000;*/
	font-weight:bold;
}

.icona_header {
	/*color:#000000;*/
	font-weight:bold;
	font-size: 20px;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
	height:auto;
}
.box.box-solid{
	margin-top:0px;
}

/*
.info-box-icon {
    height: 40px;
    width: 40px;
    font-size: 25px;
    line-height: 40px;
	padding:1px;
	margin: 2px;
}

.info-box-content {
    padding: 1px;
    margin-left: 50px;
}
*/

#pagination_filter {
    display: inline-block;
    padding-left: 0;
    margin: 5px 0;
    border-radius: 4px;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

h3 {
    padding: 0px;
    margin-top: 2px;
}

.login-page, .register-page {
    background: #DF98BD;
}

.skin-green-light .main-header .navbar {
    background-color: #DF98BD;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    background-color: #DF98BD;
}

.btn-app {
    padding: 5px;
    margin: 0 0 10px 0px;
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 4px;
}

.button_azioni {
    padding:15px 5px;
	min-width: 40px;
	height: 50px;
}

.button_qta {
    min-width:30px;
	font-size:25px;
	height: 50px;
}

.progress-button {
	float: right;
}

.input_qta {
    height: 50px;
	font-size: 26px;
	text-align: center;
	width: 40px;
}

.testo_liste {
    margin-top:5px;
}

.checkbox_qta {
    width: 40px;
	height: 40px;
}

.textbox_ricerca input {
    font-size: 22px;
}

.textbox_articolo select {
    font-size: 18px;
}

.form-control {
    font-size: 16px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ee78BD;
}

.box {
    background: #DF98BD;
}

.nav>li>a {
    padding-right: 7px;
    padding-left: 7px;
}
