@CHARSET "UTF-8";

/*
 * Modifiche:
 * 
 * 20150529 - TICKET:0000469 - davide.barberis@gmail.com
 * Aggiunta classe per rendere scrollabile in orizzontare le grid dei report
 */

input.loading {
  background: url("../images/ajax-loader.gif") no-repeat scroll 98% 50% white;
}

div.search-form {
	padding: 6px 6px;
	margin: 0;
}

div.data-display {
	padding: 6px 6px;
	margin: 0;
        background: #CDE6F4;
        margin-bottom:6px;
}
div.documento {
	padding: 6px 6px;
	margin: 6px 0px 6px 0px;
        background: #E3F2FB;
        margin-bottom:6px;
}

.titolo_pagina{
        padding: 6px 6px;
        margin: 0;
        background: #81B0DA;
        margin-bottom:6px;
        border-width: 0px;
        color: white;
}

.titolo2_pagina{
        padding: 6px 6px;
        margin: 0;
        background: #81B0DA;
        margin-bottom:6px;
        border-width: 0px;
        color: white;
        text-align:center;
}
ul.yiiPager .page a {
	background-color: white ! important;
	border: 1px solid #2e6da4 ! important;
	padding: 10px 15px ! important;
	border-radius: 5px ! important;
	margin-left: 5px;
	color: #2e6da4 ! important;
}
ul.yiiPager .page.selected a {
	background-color: #337ab7 ! important;
	border: 1px solid #2e6da4 ! important;
	padding: 10px 15px ! important;
	border-radius: 5px ! important;
	margin-left: 5px;
	color: white ! important;
	position: relative;
	top: 1px;
}
ul.yiiPager .next a {
	background-color: #337ab7 ! important;
	border: 1px solid #2e6da4 ! important;
	padding: 10px ! important;
	border-radius: 5px ! important;
	margin-left: 5px;
	color: white ! important;
	position: relative;
	top: 1px;
}
ul.yiiPager .previous a {
	background-color: #337ab7 ! important;
	border: 1px solid #2e6da4 ! important;
	padding: 10px ! important;
	border-radius: 5px ! important;
	margin-left: 5px;
	color: white ! important;
	position: relative;
	top: 1px;
}

#frmDettaglioPicking .row-closed{
	background-color: lightgray;
}

#page {
    /*margin: 5px;*/
    width: 100%;
}

.grid-view-small td, .grid-view-small th {
    font-size: 10px !important;
}

div.bordato_nero {
	padding: 6px 6px;
	margin: 6px 0px 6px 0px;        
        margin-bottom:6px;
        border-style: solid;
        border-width: 1px;
        border-color: black;
        
}

/*
 * 20150529 - TICKET:0000469 - davide.barberis@gmail.com
 * Aggiunta classe per rendere scrollabile in orizzontare le grid dei report
 */

.scrollXDiv {
	overflow: auto;
	overflow-y: hidden; 
	ms-overflow-y: hidden;
}

/* 20180730 - TICKET: 0002881 - fabio.cantamessa@sophiainformatica.it
 * Fix select2 combo 
 */
.form-group .form-group {
    padding: 0px 15px;
}