/* ---- FONT ----*/
@font-face {
     font-family: 'Titillium Web';
     src: url('/fonts/titillium/TitilliumWeb-Regular.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: 'Palanquin';
     src: url('/fonts/palanquin/palanquin-regular.ttf');
}
@font-face {
     font-family: 'Open Sans';
     src: url('/fonts/open-sans/OpenSans-Regular.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
/* ---- FONT ----*/



body {
    font-family: Arial, "Helvetica Neue",Helvetica,Arial, sans-serif;
}

aside {
    width: 50%;
    height: 100%;
}



input[type="image"] {
  color: #007DA8;
  border: none;
}

input[type="submit"],
input[type="button"] {
  padding: 4px 6px;
  border-radius: 7px;
  background-color: #808080;
  color: #ffffff;
  border: 1px solid #B2B2B2;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  position: relative;
  text-align: center;
  font-size: 12px;
}

input[type="text"],
input[type="checkbox"],
input[type="password"],
select {
    color: #2e2d2c;
	border-color: #efa91a;
}

a:link 
{
	color: #773f66; 
	text-decoration:none
}

a:hover 
{
	text-decoration: underline;
	color: #2e2d2c;
}

a:active 
{
	color: #2e2d2c;  
}

a:visited
{
	color: #773f66;
}

hr#separa{
	border: 1px solid #4fc3f7;
}

#centrale{
	color: #007DA8;
	background-color: #e3e3e3;
	text-align: left;
	vertical-align: top;
	font-size: 20px;
	border: 3px solid #e3e3e3;
}

#filtri{
	color: #2e2d2c;
	background-color: #e3e3e3;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	border: 6px solid #e3e3e3;
}

nav#titola {
	font-size: 20px;
	color: #2e2d2c; 
	background-color: #efa91a;
	border: 0px solid;
	text-align: center;
	padding: 10px;
}

nav#modifica {
	font-size: 17px; 
	font-style: italic;
	color: #2e2d2c; 
	background-color: #efa91a;
	border: 0px solid;
	text-align: left;
}

#datatablesAO .nascondi {
    display: none; 
}
#datatablesAO .destra {
    text-align: left;
}

tr {  
	font-size: 15px; 
	color: #2e2d2c; 
}

tr#tab1titoli {
	  font-size: 12px; 
	  color: #A9A9A9; 
}

tr#tab1righe {
	  font-size: 14px; 
	  color: #2e2d2c; 
}

tr#tab1righeT {
	  font-size: 12px; 
	  color: #FF1493; 
}

tr#tab1STtitoli {
	  font-family: Arial, sans-serif, Helvetica; 
	  font-size: 11px; 
	  color: #efa91a; 
}

tr#tab1STrighe {
	  font-family: Arial, sans-serif, Helvetica; 
	  font-size: 12px; 
	  color: #2e2d2c; 
}




.main-header .logo {

     height: 60px;
     padding: 2px 15px;
}

.box.box-AOric {
	background-color: #e3e3e3;
	border-top-color: #efa91a;
}

.callout.divAO {
	color: #111;
	background-color: #e3e3e3;
	border-top-color: #efa91a;
	font-size: 18px;
}

.box.box-AOinp {
	border-top-color: #FFF;
}

.AOgrey {
	background-color: #e3e3e3 !important;
}

.AOsen {
	color: #efa91a;
}

.AOsenInv {
	color: #2e2d2c;
}

.AOcolgrey {
	color: #808080;
}

.AOspecifica {
	color: #2e2d2c;
	background-color: #F39c12;
}

.AOsfondoB {
	border: 0;
	background-color: transparent;
}

.fa-15x {
	font-size: 1.5em
}

.form-control {
	border-color: #efa91a;
}

.AOcheckbox {
	color: #2e2d2c;
  	border: 1.5px solid #efa91a;
}

.btn-ao {
	  border-top-color: #FFF;
	  border-left-color: #FFF;
	  border-right-color: #FFF;
	  border-bottom-color: #FFF;
	  background-color: #808080;
	  color: #FFF
}

.checkbox { margin: 0; }


@media (min-width: 768px){
	.modalAObig {
	     width: 1000px;
	     margin: 30px auto;
	}
	.sidebar-mini.sidebar-collapse .main-sidebar .user-panel>.image {
    display: block !important;
    -webkit-transform: translateZ(0);
	}
}

/* layout.css Style */
.upload-drop-zone {
  height: 150px;
  width: 550px;
  border-width: 2px;
  margin-bottom: 20px;
}

/* skin.css Style*/
.upload-drop-zone {
  color: #bcc;
  border-style: dashed;
  border-color: #bcc;
  line-height: 200px;
  text-align: center
}
.upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}

/* area drag and drop
.upload-area{
    width: 90%;
    height: 200px;
    border: 4px dotted lightgray;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
    overflow: auto;
}
.upload-area:hover{
    cursor: pointer;
}
.upload-area h1{
    text-align: center;
    font-weight: normal;
    font-family: sans-serif;
    line-height: 50px;
    color: darkslategray;
}*/
/* Thumbnail 
.thumbnail{
    width: 80px;
    height: 80px;
    padding: 2px;
    border: 2px solid lightgray;
    border-radius: 3px;
    float: left;
    margin: 5px;
}*/
.size{
    font-size:12px;
}



