.bandi_row1
{
	width: 100%;
	height: 37px;
	float: left;
}
.bandi_row1 input
{
	height: 35px;
	padding-left: 10px;
	width: 100%;
}
.bandi_calendar
{
	width: calc(33% - 10px);
	margin-right: 10px;
	height: 37px;
	float: left;
	border: 1px solid rgba(0, 130, 129, 1);
}
.bandi_tipologie
{
	width: 50%;
	height: 37px;
	float: left;
	border: 1px solid rgba(0, 130, 129, 1);
}
.bandi_row2
{
	width: 100%;
	height: 37px;
	float: left;
	margin-top: 10px;
}
.bandi_row2 input
{
	height: 35px;
	padding-left: 10px;
}
.bandi_oggetto
{
	width: 100%;
	height: 37px;
	border: 1px solid rgba(0, 130, 129, 1);
	/* margin-top: 10px; */
}
.ui-datepicker-month, .ui-datepicker-year
{
	min-width: 10px;
	min-height: 10px;
	padding-left: 10px;
}
.ui-datepicker .ui-datepicker-title select
{
	margin-right: 8px;
}
.bandi_tipologia
{
	width: 100%;
	height: 35px;
	min-height: 35px;
	border: 0px;
	font-size: 14px;
    color: #333;
    font-family: 'Raleway', sans-serif;
	border: 1px solid rgba(0, 130, 129, 1);
	padding-left: 10px;
}
.bandi_row3
{
	width: 100%;
	height: 37px;
	float: left;
	clear: both;
	/* margin-top: 0px; */
}
.bandi_search
{
	margin-top: 10px;
}
.bandi_search input
{
	width: 100%;
	height: 37px;
	border: 1px solid rgba(0, 130, 129, 1);
	background-color: rgba(0, 130, 129, 1);
	/* margin-top: 10px; */
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}
.bandi_delibera
{
	width: 100%;
	clear: both;
	padding-top: 10px;
    padding-bottom: 30px;
	border-top: 1px solid rgba(0, 130, 129, 1);
	overflow: hidden;
    position: relative;
}
.bandi_delibera h3
{
	margin-top: 20px;
	font-size: 15px;
}
.bandi_col1
{
	width: 33%;
	float: left;
	padding: 10px;
}
.bandi_col2
{
	width: 33%;
	float: left;
	padding: 10px;
}
.bandi_col3
{
	width: 34%;
	float: left;
	position: absolute;
    height: 100%;
    right: 0;
    padding: 10px;
}
#pagination
{
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}
.page-numbers 
{
	background-color: rgba(0, 130, 129, 1);
	padding: 5px 10px;
	color: #ffffff;
	border: 1px solid rgba(0, 130, 129, 1);
}
.current
{
	color: rgba(0, 130, 129, 1);
	background-color: #ffffff;
}
.next
{
	float: right;
}
.prev
{
	float: left;
}
.pag
{
	width: 100%;
	margin-top: 20px;
}
.pag .prev
{
	background-color: #6c757d !important;
	border-color: #6c757d !important;
	margin-top: -5px !important;
	border-radius: .25rem !important;
}
.pag .next
{
	background-color: #6c757d !important;
	border-color: #6c757d !important;
	margin-top: -5px !important;
	border-radius: .25rem !important;
}
.pag .page-numbers
{
	background-color: #6c757d !important;
	border-color: #6c757d !important;
	border-radius: .25rem !important;
}
.pag .current
{
	background-color: #ffffff !important;
	border-color: #6c757d !important;
	border-radius: .25rem !important;
}
.pag a:hover
{
	color: #ffffff !important;
	background-color: #9a9a9a !important;
	border-color: #9a9a9a !important;
	text-decoration: none !important;
}
.btn-primary
{
	background-color: #6c757d !important;
	border-color: #6c757d !important;
}
.btn-primary:hover
{
	background-color: #9a9a9a !important;
	border-color: #9a9a9a !important;
}
.datoEvidenza_interna
{
	width: 25%; 
	float: left;
	height: 100px;
    padding: 10px;
}
.datoEvidenza
{
	width: 16.5%; 
	float: left;	
}
.datoEdit
{
	width: 50%; 
	float: left;
	padding: 10px;
}

#loginform
{
    width: 400px;
    position: relative;
    left: calc(50% - 200px);
    border: 1px solid;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
}
#loginform p
{
	color: #243B67;
    font-weight: bold;
	width: 120px;
}
#loginform input
{
	width: 356px;
}
#rememberme
{
	width: 14px !important;
}
#wp-submit
{
	background-color: #243B67;
    border: none;
    height: 45px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.files-posts li {float:left;margin-left:30px;}