html{ height:100%; }

.btn-calendar > .btn{
	color: #f9f9f9 !important;
	background: transparent;
	font-size: 20px;
	margin-top: 2px;
}

#progress{
	width: 400px;
	margin: auto;
	position: relative;
	display: none;
}

.ui-progressbar .ui-progressbar-value { background-image: url(../img/pbar-ani.gif); }

#progress .text{
	position: absolute;
	top: 4px;
	left: 47%;
	color: #a20;
	font-weight: bold;
}


.pagination-centered {
	text-align: center;
}

.datetime{
	margin: 0;
}

#datetime{
	font-size: 11px;
	font-weight: normal;
	color: #aaa;
	margin: 8px 0 0 0;
}

#right-menu{
	padding: 10px;
}

.ui-autocomplete-category{
	font-weight: bold;
	padding: .2em .4em;
	margin: .8em 0 .2em;
	line-height: 1.5;
}

 .ui-autocomplete-scrollable{
	max-height: 80%;
	width: 600px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}

.square{ width:24px; height:24px; margin:auto; }

.dataTables_filter input{
	display: inline-block;
	border-radius: 0px !important;
	box-shadow: none;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	vertical-align: middle;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CCC;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.dataTables_wrapper > .row{ display:none; }

.clickable{ cursor:pointer; }

#main_loading{ position:fixed; top:0; left:0; width:100%; height:100%; background:#555 url(../img/bodybg.png) top left repeat; z-index:9999; text-align:center; opacity:0.9; -moz-opacity:0.9; filter:alpha(opacity=90); }
#main_loading > div{ position:relative; top:20px; color: #333; }
#main_loading > div > i{ font-size:300px; margin-top:-150px; color:#e24e1e; }
.form-control{ background:#fafafa; }

.table{ background:#fff; }

/* Jquery Chosen*/
.chzn-container, .chzn-container .chzn-single{ font-size:14px; border-radius:0; -webkit-border-radius:0; height:34px; line-height:32px; box-shadow:none; -webkit-box-shadow:none; background:#fafafa; }
.chzn-container-single .chzn-single div{ top:4px; }
.chzn-container-multi .chzn-choices{ background:#fafafa; }
.chzn-container-multi .chzn-choices .search-field .default{ font-size:14px; height:30px; padding:6px 12px; background:#fafafa; }
.chzn-container-multi .chzn-choices .search-choice{ background:#ddd; border-radius:0; -webkit-border-radius:0; font-size:14px; height:26px; line-height:16px; }
.chzn-container-multi .chzn-choices .search-choice .search-choice-close{ top:6px; }

#supersearch{ color:#eee; }

.panel-primary > .panel-heading {
  border-bottom: 2px solid #57a;
}

.modal-lg{ width:900px; }


@media (max-width: 768px){
	.modal-lg{ width:95%; }
}

span.form-control{ background:transparent; border:none; }

.panel-heading.mini{ padding:5px 8px; }

.dropdown.col-md-3 > .dropdown-menu{
	width: 91.5%;
	left: 15px;
	padding: 5px;
}

.input-group-addon{
	padding: 0px 12px;
}

.colorpicker{
	margin-top:0px !important;
}

@media ( max-width: 992px ){
	.table-bordered > thead > tr > th,
	.table-bordered > tbody > tr > th,
	.table-bordered > tfoot > tr > th,
	.table-bordered > thead > tr > td,
	.table-bordered > tbody > tr > td,
	.table-bordered > tfoot > tr > td{
		word-break: break-all;
	}
}

/* Per risoluzioni maggiori di 1024 la notifica verde appare a scomparsa sulla destra */
@media ( min-width: 1024px ){
	.alert-success{
		position: fixed !important;
		right: 0;
		z-index:2;
	}
}

/* Aggiustamenti per i widget */
.widget li{
	margin-left: 0 !important;
	list-style-type: none;
}

.widget{ padding:0; margin-bottom:0; }

.widget.bordered{ border: 6px dashed #aaa; margin:10px; min-height:200px; padding:4px; }

.small-box button.close{
	padding-right:5px;
	position:relative;
	z-index:1;
	opacity:0.1;
}

.small-box button.close:hover{
	opacity:0.5;
}

#supersearch:focus{
	background-color: #1A7394 !important;
}

/* Altezza righe nel calendario */
.fc-agenda-slots td div{
	height:14px !important;
}

html .fc, .fc table{
	line-height:14px !important;
	font-size:14px !important;
}

/* Tooltip dark */
.ui-tooltip {
	background:#222 !important;
	color:white !important;
	border:0px;
	font-size:11px !important;
}

.nav-tabs-custom > .nav-tabs.pull-right > li > a.back-btn{ font-size:12px; color:#3C8DBC; }
.nav-tabs-custom > .nav-tabs.pull-right > li > a.back-btn:hover{ cursor:pointer; color:#72AFD2; }

.dropdown-menu>li>a, btn-github {
	color:#ffffff;
}

@media (max-width: 480px){
	#main_loading > div > i{ font-size:160px; margin-top:-80px; }
}

#main_loading2{ position:fixed; bottom:0; left:0; width:100%; height:10%; background:#555 url(../img/bodybg.png) top left repeat; z-index:9999; text-align:center; opacity:0.9; -moz-opacity:0.9; filter:alpha(opacity=90); }
#main_loading2 > div{ position:relative; top:0px; color: #333; }
#main_loading2 > div > i{ font-size:200px; color:#e24e1e; }

.input-searching{
	background-color: #ffff99;
}


.form-box .header{
	line-height: 20px;
	background:#e7e6e0;
}

.green-header{
	line-height: 20px;
	background:#C8FFD6;
	padding-top: 20px;
	padding-bottom: 20px;
}

#logo-mk{
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.nome_mida{
	font-size: 55px;
	color: #c3a343; 
	-webkit-text-fill-color: transparent; 
	background: -webkit-linear-gradient(transparent, transparent), url(../img/GOLD.jpg) repeat; 
	background: -o-linear-gradient(transparent, transparent); 
	-webkit-background-clip: text;
}

.background-gold{
	background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
	radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);	
}

.background-blue-btn{
	background-image: linear-gradient(to bottom right, white , #676767);	
}

.background-green-btn{
	background-image: linear-gradient(to bottom right, white , #007F21);	
}

.background-blue{
	background-image: #fff;	
}

.skin-black .logo{ background:#676767; }
.skin-black .logo:hover{ background:#676767; }
.skin-black .navbar{ background:#676767; border:none; }
.skin-black .left-side{ background:#524bda; }
.skin-black .navbar .sidebar-toggle .icon-bar{ background:#fff; }

/*.skin-black .right-side > .content{ background-image: linear-gradient(to bottom right, white, #0275da); }*/
/*
body{
	background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
	radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);	
}
*/

html, body{
	background: #cacac8;
}

.footer{
	background-color: #17144D !important;
}

#background-green{
	background: #009F28;
}

.filterable {
    margin-top: 15px;
}
.filterable .panel-heading .pull-right {
    margin-top: -20px;
}
.filterable .filters input[disabled] {
    background-color: transparent;
    border: none;
    cursor: auto;
    box-shadow: none;
    padding: 0;
	height: auto;
	font-weight: bold !important;
}
.filterable .filters input[disabled]::-webkit-input-placeholder {
    color: #333;
}
.filterable .filters input[disabled]::-moz-placeholder {
    color: #333;
}
.filterable .filters input[disabled]:-ms-input-placeholder {
    color: #333;
}

#form-assegna-contatto * {
	margin-top: 5px;
}

.field-icon {
	float: right;
	margin-top: -25px;
	position: relative;
	z-index: 2;
}