html, body, #ajaxload {
	width: 100%;
	height: 100%;
}

body {
	font-family: Arial;
	background-color: #3498DB;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

* {
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

.app-title-first {
	text-align: center;
	color: #FFF;
}

.loginform {
	margin: auto; 
	margin-bottom: 20px;
	background-color: #FFFFFF; 
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 10px;
	width: 90%;
	max-width: 500px;
	height: 180px;
}

.crnLargeBtn {
	width: 280px;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    width: /*whatever width you want*/;
}

table.oldtable {
	border-collapse: separate;
	border-spacing: 10px;
}

table.oldtable tbody {
	background: #3498DB !important;
}

table.oldtable td {
	background: #3498DB !important;
}

table.ui-datepicker-calendar tbody {
	background: #FFF !important;
}

table.ui-datepicker-calendar td {
	background: #FFF !important;
}

.iframecalendario {
	display:block;
	width: 100%;
	height: 100%;
	z-index: -2;
	visibility: hidden;
}

#opzioni {
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: #3498DB;
}

input {
	text-align: center;
	background-color: #ECF0F1;
	border: 2px solid transparent;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 200;
	padding: 10px 0;
	width: 250px;
	transition: border .5s;
}

input:focus {
	border: 2px solid #3498DB;
	box-shadow: none;
}

.btn {
	border: 2px solid transparent;
	background: #3498DB;
	color: #ffffff;
	font-size: 16px;
	line-height: 25px;
	padding: 10px 0;
	text-decoration: none;
	text-shadow: none;
	border-radius: 3px;
	box-shadow: none;
	transition: 0.25s;
	display: block;
	width: 250px;
	margin: 0 auto;
}

.btn:hover {
	background-color: #2980B9;
}

.login-link {
	font-size: 12px;
	color: #444;
	display: block;
	margin-top: 12px;
}

.styled-select select {
   background: transparent;
   width: 428px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
}

.styled-select {
   width: 400px;
   height: 34px;
   overflow: hidden;
   background: url(freccia_select.png) no-repeat right #ddd;
   border: 1px solid #ccc;
}

table.risultati, table.risultati th, table.risultati td {
    border: 1px solid black !important;
    border-collapse: collapse !important;
}

#ins_commessa_tipo_radio label {width: 200px;}

#mod_commesse_popup_tipo_radio label {width: 200px;}

#ins_cliforn_div_tipo label {width: 50%;}

.ui-button,  .ui-button-text .ui-button{  
	font-size: 15px !important; 
}

#loading_img_div {
    height: 40px;
    vertical-align: top;
}

.ui-autocomplete {
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
}

.JqueryCalendarError a{
   color: Red !important;
}

.JqueryCalendarWarning a{
   color: Yellow !important;
}

.JqueryCalendarOk a{
   color: Green !important;
}
