/*!
 * Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

body {
    margin-top: 100px;
    background-color: #222;
}

@media(min-width:768px) {
    body {
        margin-top: 50px;
    }
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
}

.huge {
    font-size: 50px;
    line-height: normal;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 225px;
    }

    #page-wrapper {
        padding: 10px;
    }
}

@media(max-width:768px) {
	.cntTableSearch
	{
		overflow-x: scroll;
	}
}	



/* Top Navigation */

.top-nav {
    padding: 0 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #999;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #000;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Side Navigation */
@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 51px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #222;
    }

    .side-nav>li>a {
        width: 225px;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #000 !important;
    }
}

.side-nav>li>ul {
    padding: 0;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 2px 15px 2px 38px;
    text-decoration: none;
    color: #999;
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}


.cntActionRowSearch
{
	text-align: center;
}

.btnModificaRowSearch
{
	margin-right:5px;
}

.btnCancellaRowSearch
{
	
}

.form-signin 
{
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}

.imgPreviewFieldInput
{
	margin-top: 20px;
}

/****************************************/

.clear{
	clear: both;	
}

.errore{
	font-weight:bold;
	color:#f00;
}

.messaggio{
	font-weight:bold;
	color: #090;
}

.warning{
	font-weight:bold;
	color:#f60;
}

.logoac{
	color:#fff;
	font-style: italic;
}

blockquote ul li, blockquote p{
	font-size: 14px;
	font-style: italic;
}

.abstop{
	position:absolute;
	top:11em;
}

.presentazione{
	border:1px solid #666;
	border-collapse: collapse;
}

.presentazione td,.presentazione th{
	padding:0 .5em;
}

.presentazione td{
	text-align:left;
	border:1px solid #666;
}

.presentazione th{
	background: #000;
	color:#fff;
	text-align:center;
	border:1px solid #666 !important;
	white-space: nowrap;
}

#lang img{
	padding:0.8em 0.1em;
}

#lang img:hover{
	opacity:0.7;
}

.inline{
	display:inline;
}

h1,h2{
	display:none;
}

.red{
	color: #f00;
}

a.red:hover{
	text-decoration:none;
}

.green{
	color: #090;
}

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f00;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.disattivato{
	background: #f00;
	color: #fff;
}

.center{
	text-align: center;
	margin: 1em auto;
}

.halfth th{
	width:50%;
}

.table-bordered th, tfoot td,.tablefooter td{
	background:#000;
	color: #fff;
	font-weight: bold;
}

.big{
	font-size: 180%;
	color: #f60;
}

ul{
	list-style-type: none;
}

.fotomacchina{
	margin:0.5em 0;
	border:2px solid #000;
	border-radius: 5px;
	max-height: 300px;
}

label b,.ast b{
	color:#f00;
}

.dots li{
	list-style-type: disc !important;
}

.form-orizzontale{
	padding:1em 0;
}

.form-orizzontale input{
	width:9em;
	font-size:80%;
}

.right{
	float:right;	
}

.allright{
	text-align:right;	
}

.sortable th{
	cursor: pointer;
}

.email_aggiuntive{
	background: #fff !important;
}

.ckOrizzontale{
	width:2em !important;
}

.thumb{
	max-height:70px;
	max-height:70px;
}

.listafoto li{
	width:25%;
	float:left;
}

.large{
	font-size: 130%;
}

.space{
	padding: 1em 0;
}

.logoac:hover {
	color: #ff9;
}
input[type='date'] {
    position: relative;
}
input[type='date']:before {
  content: attr(placeholder);
  position: absolute;
  bottom: 1.9em;
}

select{
	max-width:100%;
}

.menualto{
	white-space: nowrap;
	font-size:85%;
	padding: 0 !important;
	margin: 0 !important;
}

.menusinistra{
	height: 90%;
	overflow:auto;	
}

.risposta_cliente{
	color: #3071A9 !important;
}