﻿/* personalizazioni per Ravizza */
/* */

body {
    padding-top: 40px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fffffe;   /* sfonod della pagina interna */
}

/* beppe: 25.10.2014 riportato da webassijack */
.style8
    {
        width: 124px;
    }

/* beppe: 17.10.2014 riportato dallo stanadard */
.nascosto {
	width:2px;
	height:1px;
	background-color: Transparent;
	color: transparent;
	border-color: transparent;
    border-width: 0px;
    display: none; 
}

/* beppe: 23.10.2014 visualizzazione label in griglia allineato a sx */
.lblSx
{
	text-align: left; 
}

.imgCentra
{
    border: 1px solid Red;
	text-align: center; 
    grid-column-align:center;
    margin-left: 24px;
}


/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select
{
    max-width: 350px;
}

textarea {
    max-width: 800px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    

/* MICHELE TABS*/
.tab {     /* contenitore generale (eitchette più corpo)*/
    border: none;
}

.tab .ajax__tab_body /*corpo della tab*/
{
    border: 1px solid #a3a8ac;
    padding: 10px;
    /*margin-top: -4px;*/
}

.tab .ajax__tab_header /* elemento contenitore che contiene le etichette*/
{
    font-family:Arial;
    text-transform:uppercase;
    font-size:14px;
    font-weight:bold;
    background: none;
    border-bottom: none;
    border-top: none;
}

.tab .ajax__tab_tab   /* tab non selezionata*/
{
    font-family:Arial;
    font-size: 14px;
    text-transform: uppercase;
    padding:10px;
    background-color: #f5f5f3;
    border: 1px solid #dddddd;
    color: #9d9c9a;
}

.tab .ajax__tab_header .ajax__tab_active .ajax__tab_tab    /* tab selezionata*/
{
    font-family:Arial;
    font-size: 14px;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #a3a8ac;
    border-bottom: none;
    color: black;
}
/* MICHELE TABS*/

/* beppe: per barra di navigazione in alto */

.navbar {
    margin-top: 6px;   /* beppe: X abbassare la barra di navigazione*/
  }

.navbar-inverse {
  /* MICHELE 25/08/2014 */
  /* background-color: #f5f5f5; */
  /* beppe 26.08.2014 per sfondo barra navigazione */
  background-image: url("../images/DIY-barranav.png");
  background-repeat: repeat-x;
  border-color: transparent;
  text-align: left;
  background-color: White; /* Colore di sfondo quando si alza la barra di navigaizone per le sottoscelte */
}

.navbar-inverse .navbar-nav > li > a {
    /* MICHELE 25/08/2014*/
  color: #626262;   	/* michele: cambiato colore */
  top: 10px;    	    /* michele: aggiunto il top */
  text-align: left;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    /* MICHELE 25/08/2014*/
  color: #ffffff;		/* michele: cambiato colore */
  background-color: #626262;	/* michele: cambiato colore */
  top: 10px;			/* michele: aggiunto il top */
      border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}


.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: transparent;    /* BEPPE: cambiato colore */
  color: #626262;   	            /* BEPPE: cambiato colore */
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #626262;
  background-color: transparent;
}

.navbar-collapse 
{
  padding-left: 25%;   /* beppe: prima era 15px */
}

.navbar-nav > li > a {
  line-height: 38px;    /*prima era line-height: 20px;*/ 
}

.Esci {
  /* BEPPE 17.10.2014 PER PULSANTE ESCI ALLINEATO A DX DELLA CELLA */
  text-align: right;
  align-items: flex-end;
  align-content: flex-end;
}

/* beppe: Carateristiche dei campi e combo a video altezza, spaziatura, colore, sfondo, bordi arrotondati...*/
.form-control { 
    width: auto;
    max-width: 100%;
    /*height: 28px; */
    height: auto;
    max-height: 30px;
    /*display:block;*/     /*MICHELE 01/09/2014 eliminato per evitare a capo textbox*/
    display:inline;     /*MICHELE 02/09/2014 eliminato per evitare a capo textbox*/
    /*padding: 6px 12px;*/
    padding: 6px 10px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-shadow: 1px 1px 0 rgba(256, 256, 256, 1.0);
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    /*border: 1px solid #cccccc;*/
    border: 1px solid #FFF;
    /*border-radius: 4px;*/
    /*border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;*/
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
}

.ricerca {
    padding: 8px 10px;
    max-height: 40px;
}

.form-control:focus {
    background: #DFE9EC;
    color: #414848;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
    outline: 0;
}

.form-control:hover {
    background: #DFE9EC;
    color: #414848;
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
  color: #747474;   /* beppe: Aggiunto il colore della label per video grande */
}

.has-warning .help-block,
.has-warning .control-label {
  color: #c1c1c1; /* beppe: corretto colore */
}

.has-error .help-block,
.has-error .control-label {
  color: #c1c1c1;
}

.form-horizontal .control-label {
    text-align: left;
  }


}

.fixed {
    position: fixed!important;
}

.lblErrore {
    font-size: 16px;
    font-weight: bold;
    color: Red;
    border: 1px dashed Red;
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
    text-align: left;
    height: 100%;
 }

.asterisco {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 11px;
    color: Red;
    font-weight: normal;
    text-align: left;
 }

.HeaderStyle
{
	position: absolute;
}

/*PER CALENDARIO*/

#calendar td {
	border: 1px solid rgb(0,51,153);
	}
	
#noborder td {
	border: 0px;
	}
	
#weekdays th {
	font:11px Arial;
	color: #ffffff;
	font-weight:bold;
	border: 0px;
	padding:2px;
	}

#calheader td {
	font-weight:bold;
	}

#MainContent_RememberMe {
    float: none!important;
    margin: 0px!important;
}

.ajax__tab_default .ajax__tab_tab {
    overflow: initial!important;
}

@media (min-width: 768px) {
    .container > .navbar-collapse {
        margin-left: -10px;
    }
}

/* MICHELE 27/02/2016 submenu */
.dropdown-submenu {
    position:relative;
}

.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.table-responsive > tbody > tr > td {
    font-size: 13px!important;
}

/* MICHELE 11/06/2016 per calendari */
.ajax__calendar_header {
    background-color: LightBlue;
}

.ajax__calendar_container {
    background-color: FloralWhite;
    filter: alpha(opacity=1);
    opacity: 1.4;
    z-index: 1000;
}

/* MICHELE 11/06/2016 liste autocmpletamento textbox */
ul[id$='completionListElem'] {
    z-index: 100;
}    

/* puntamenti delle frecce nell'oggetto calendario */
.ui-widget-header .ui-icon {
    background-image: url(/images/ui-icons_222222_256x240.png)!important;
}

/* MICHELE 25/07/2016 barra di navigazione */
.navbar-brand > img {
    margin-left: 100px;
    max-width: 200px;
    height: auto;
    position: absolute;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
}

@media (max-width: 768px) {
    .navbar-brand > img {
        background-color: #fff;
        margin-left: 0px;
        position: relative;
        height: 70px;

    }
    .navbar-toggle {
        margin-top: 25px;
        background-color: #fff;
    }
}

.control-label {
    width: 100%;
}

/* one item */
#menu li:first-child:nth-last-child(1) {
    width: 100%;
}

/* two items */
#menu li:first-child:nth-last-child(2),
#menu li:first-child:nth-last-child(2) ~ li {
    width: 50%;
}

.title-page {
    font-weight: 500;
    font-size: 20px;
}

.topmenu {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center!important;
}

.topmenu input[type="image"] {
    height: 30px;
}

.topmenu label {
    text-align: center!important;
}

.topmenu > .col-md-1 {
    background-color: #e6e6e6;
    border-radius: 2px;
    padding: 6px;
}

/* TABELLE RESPONSIVE */
.table-responsive {
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
}

.table-responsive thead tr th {
    background-color: #3c454f;
    color: #ffffff;
    padding: 10px 5px 10px 5px;
    border: 1px solid #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform:capitalize;
}

.table-responsive thead tr th a {
    color: #fff;
    font-weight: 600;
}

.table-responsive thead tr th a:hover {
    color: rgba(255,124,0,0.77);
}

.table-responsive tbody:nth-child(2n+2) tr {
    background-color: #f3f4f5;
}

.table-responsive tbody:nth-child(2n+1) tr td {
    background-color: #d6dadf!important;
    color: #454545;
}

.table-responsive tbody tr td {
    padding: 5px 10px 5px 10px;
    color: #454545;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    border: 1px solid #cccccc;
    vertical-align: middle;
}

@media screen and (max-width: 600px) {
    .table-responsive thead {
        display: none;
    }

    .table-responsive tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

    .table-responsive td {
      display: block;
      text-align: right!important;
    }

    .table-responsive td:last-child {
      border-bottom: 0;
    }

    .table-responsive td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
}

/* PULSANTI */
.button {
    display: inline-block;
	color: #666;
	background-color: #eee;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	padding: 10px 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.3);
	border-bottom-width: 3px;
}

.button:hover {
    background-color: #e3e3e3;
	border-color: rgba(0,0,0,0.5);
}

.button:active {
    background-color: #CCC;
	border-color: rgba(0,0,0,0.9);
}

.button.btn-red {
    background-color: #E48681;
	border-color: rgba(0,0,0,0.3);
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	color: #FFF;
}

.button.btn-red:hover {
    background-color: #DA4F49;
    border-color: rgba(0,0,0,0.5);
}

.button.btn-red:active {
    background-color: #B32C24;
	border-color: rgba(0,0,0,0.9);
}

.button.btn-green {
    background-color: #6ec488;
	border-color: rgba(0,0,0,0.3);
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	color: #FFF;
}

.button.btn-green:hover {
    background-color: #3ebf65;
    border-color: rgba(0,0,0,0.5);
}

.button.btn-green:active {
    background-color: #35a658;
	border-color: rgba(0,0,0,0.9);
}

.button.btn-blue {
    background-color: #699DB6;
	border-color: rgba(0,0,0,0.3);
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	color: #FFF;
}

.button.btn-blue:hover {
    background-color: #4F87A2;
	border-color: rgba(0,0,0,0.5);
}

.button.btn-blue:active {
    background-color: #3C677B;
	border-color: rgba(0,0,0,0.9);
}

/* popup */
.heading-popup {
    width:100%;
    padding: 5px 0px;
 
    background-image: -webkit-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -moz-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -o-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -ms-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e9e9e9');
 
    border-bottom:1px solid #bababa;
 
    -webkit-box-shadow:
        inset 0px -1px 0px #fff,
        0px 1px 3px rgba(0,0,0,.08);
    -moz-box-shadow:
        inset 0px -1px 0px #fff,
        0px 1px 3px rgba(0,0,0,.08);
    box-shadow:
        inset 0px -1px 0px #fff,
        0px 1px 3px rgba(0,0,0,.08);
 
    -webkit-border-radius:4px 4px 0px 0px;
    -moz-border-radius:4px 4px 0px 0px;
    border-radius:4px 4px 0px 0px;
 
    font-size:18px;
    font-weight:bold;
    text-align:center;
    line-height:44px;
 
    color:#444444;
    text-shadow:0px 1px 0px #fff;
}

/* MICHELE 01/10/2016 scelta cliente in menu*/
.navbar-default .navbar-nav > li select {
    color: #777;
    border-radius: 4px;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.check-list {
    border: 1px solid #ccc;
    max-height: 120px;
    overflow-y: scroll;
}

.check-list label {
    padding-left: 2px;
    padding-right: 5px;
    font-weight: 500;
}

/* MICHELE 30/09/2016 CALENDARIO SCADENZE CIRCOLARI */
.myCalendar
{
    background-color: #f2f2f2;
    border: none !important;
}

.myCalendar a
{
    text-decoration: none;
}

.myCalendar .myCalendarTitle
{
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    background-color: rgba(255,124,0,0.77);
    color: #ffffff;
    border: none !important;
}

.myCalendar th.myCalendarDayHeader
{
    height: 30px;
    text-align: center;
    vertical-align: middle;
}

.myCalendar tr
{
    border-bottom: solid 1px #ddd;
}

.myCalendar table tr
{
    border-bottom: none !important;
}

.myCalendar tr:last-child td
{
    border-bottom: none;
}

.myCalendar tr td.myCalendarDay, .myCalendar tr th.myCalendarDayHeader
{
    border-right: solid 1px #ddd;
}

.myCalendar tr td:last-child.myCalendarDay, .myCalendar tr th:last-child.myCalendarDayHeader
{
    border-right: none;
}

.myCalendar td.myCalendarDay:nth-child(7) a
{
    color: #c52e2e !important;
}

.myCalendar .myCalendarNextPrev
{
    text-align: center;
}

.myCalendar .myCalendarNextPrev a
{
    font-size: 12px;
}

.myCalendar .myCalendarNextPrev:nth-child(1) a
{
    color: #ffffff!important;
    /*background: url("prevMonth.png") no-repeat center center;*/
}

.myCalendar .myCalendarNextPrev:nth-child(1) a:hover, .myCalendar .myCalendarNextPrev:nth-child(3) a:hover
{
    background-color: transparent;
}

.myCalendar .myCalendarNextPrev:nth-child(3) a
{
    color: #ffffff!important;
    /*background: url("nextMonth.png") no-repeat center center;*/
}

.myCalendar td.myCalendarSelector a
{
    background-color: #25bae5;
}

.myCalendar .myCalendarDayHeader a,
.myCalendar .myCalendarDay a,
.myCalendar .myCalendarSelector a,
.myCalendar .myCalendarNextPrev a
{
    display: block;
    line-height: 20px;
}

.myCalendar .myCalendarToday
{
    background-color: #f2f2f2;
    -webkit-box-shadow: 1px 1px 8px 1px #8f8f8f;
    box-shadow: 1px 1px 8px 1px #8f8f8f;
    display: inline-block;
    width: 95% !important;
    height: 95% !important;
    border: 2px solid #f2f2f2;
    margin-left: -1px;
    margin-top: -1px;
    position: relative;
}

.myCalendar .myCalendarToday a
{
    color: rgba(0,0,0,1) !important;
    font-weight: bold;
}

.myCalendar .myCalendarToday a:after
{
    content: "OGGI";
    color: #000;
    font-size: 0.5em;
    display: inline-block;
    pointer-events: none;
    width: 100%;
    float: left;
}

.myCalendar .myCalendarDay a:hover,
.myCalendar .myCalendarSelector a:hover
{
    background-color: #25bae5;
}

.titolo-scadenza {
    color: #666;
    font-size: 20px;
}

.immagine-scadenza {
    height: 120px;
}

.descrizione-scadenza {
    color: #666;
    font-size: 14px;
}

.welcome-message > span {
    font-weight: 600;
    font-size: 1em;
    padding-right: 10px;
}

.welcome-message > input[type="image"] {
    padding: 0px;
    border: none;
}

.selected-month {
    height: 40px;
    background-color: rgba(255,124,0,0.77);
}

.selected-month > span {
    font-size: 1.3em;
    color: #fff;
}

table.home-scadenze thead tr th {
    padding: 2px 5px 2px 5px;
}

table.home-scadenze tbody tr td {
    padding: 2px 5px 2px 5px;
}

/******** FOOTER *******/
footer {text-align: center;}
footer p {color: #f8f8f8;font-size: 17px;letter-spacing:1px;}

footer .wrap-footer {padding: 20px 50px 20px 50px; background-color: #313131; color: #ccc;}

footer .col-footer{margin-bottom: 0px;}
footer .col-footer .footer-heading{margin-bottom:0px;}
footer .col-footer .footer-heading h4 {color: #fffeff;font-size: 20px;font-weight: 500;}


footer .col-footer.footer-1{}
footer .col-footer.footer-1 img{margin: 10px 0;}

footer .col-footer.footer-2{}

footer .col-footer.footer-3 {position: relative;margin:0;padding:0; }
footer .col-footer.footer-3 ul li{list-style:none;}
footer .col-footer.footer-3 a{ 
	float:left; 
	height:24px; 
	line-height:24px; 
	position:relative; 
	font-size:16px; 
	letter-spacing: 1px;
	margin-bottom:12px; 
	margin-left:20px; 
	background: #DA251D; 
	color:#fff; 
	text-decoration:none; 
	-moz-border-radius-bottomright:4px; 
	-webkit-border-bottom-right-radius:4px; 
	border-bottom-right-radius:4px; 
	-moz-border-radius-topright:4px; 
	-webkit-border-top-right-radius:4px; 
	border-top-right-radius:4px; 
	padding:0 10px 0 12px; 
} 
footer .col-footer.footer-3 a:before{ 
	content:""; 
	float:left; 
	position:absolute; 
	top:0; 
	left:-12px; 
	width:0; 
	height:0; 
	border-color:transparent #DA251D transparent transparent; 
	border-style:solid; 
	border-width:12px 12px 12px 0; 
} 
footer .col-footer.footer-3 a:after{ 
	content:""; 
	position:absolute; 
	top:10px; 
	left:0; 
	float:left; 
	width:4px; 
	height:4px; 
	-moz-border-radius:2px; 
	-webkit-border-radius:2px; 
	border-radius:2px; 
	background:#fff; 
	-moz-box-shadow:-1px -1px 2px #DA251D; 
	-webkit-box-shadow:-1px -1px 2px #DA251D; 
	box-shadow:-1px -1px 2px #DA251D; 
} 
footer .col-footer.footer-3 a:hover {background:#555;} 
footer .col-footer.footer-3 a:hover:before {border-color:transparent #555 transparent transparent; -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;}

.coppy-right{background-color:#000;color:#fff;padding-top:20px;text-align: center; font-size: 0.8em;}

/* MICHELE 14/10/2016 POPUP PER TOOLTIP */
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#f0f0f0;
	opacity:1;
	filter: alpha(opacity=90);
    z-index:1100;
    text-align:left;
    color: black;
    padding: 1.5px 1.5px 1.5px 1.5px;
    border: 2px solid #c3c3c3;
    max-width: 350px;
}

.popupMenu > fieldset > legend {
	font-size: 13px;
}

.popupHover {
	background-color:#F5F7F8;
}

/* MICHELE bottoni per paginazione */
.pagination {
    display: inline-block;
    color: black;
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 2px;
    text-decoration: none;
    font-size: 13px;
}

.pagination:hover {
    background-color: #ddd;
}

.label-pagination {
    display: inline-block;
    background-color: rgba(200,124,0,0.77); /*#4CAF50;*/
    color: white;
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 2px;
    text-decoration: none;
    font-size: 13px;
}

/* GESTIONE TABLE RESPONSIVE */
.table {
    table-layout:fixed;
}

.table td {
    word-wrap: break-word;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    height: 100%;
}

.table td.data {
    text-align: center;
}

.table td.testo {
    text-align: left;
}

.table td.numero {
    text-align: right;
}

@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}
/* FINE GESTIONE TABLE RESPONSIVE */

/* DOCUMENTI SITO WEB */
.table-sito {
    border-bottom: 1px solid #ff0000;
    border-top: 1px solid #bbb;
    font-size: 8pt;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

.table-sito td, .table-sito th {
    border: 1px solid #CCC;
}

.table-sito thead {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

.table-sito thead th {
    background-color: #e8e8e8;
    border-bottom: 0;
    vertical-align: bottom;
    padding: 8px;
    line-height: 1.42857143!important;
    font-weight: bold;
    text-align: left;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
}

.table-sito thead th a {
    color: #444;
}

.table-sito thead th img {
    background-repeat: no-repeat;
    background-position: center right;
    float: right;
    height: 20px;
}

.table-sito tbody {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

.table-sito > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-sito tbody tr {
    background-color: #fff;
}

.table-sito tbody tr > td:first-child {
    background-size: 22px;
    background-position: 5px 8px;
    background-repeat: no-repeat;
    padding-left: 43px;
    line-height: normal;
}

.table-sito tbody tr td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
    font-weight: normal;
    text-align: left;
}

.table-sito .package-title {
    color: #36597C;
    font-size: 8pt;
    font-weight: 400;
}

.table-sito small {
    font-size: 8px !important;
}

.table-sito a {
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
}

.sito-frame {
    max-width: 100%!important;
}

.mostra-sito {
    padding-left: 0px!important;
    color: #333;
    float: left;
    text-align: left;
}

.ricerca-sito {
    padding-right: 0px!important;
    color: #333;
    float: right;
    text-align: right;
}

.mostra-sito span, .ricerca-sito span {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 100%;
}

.mostra-sito select {
    padding: 5px !important;
    border-radius: 3px !important;
    border: 1px solid #dddddd !important;
    text-transform: none;
    margin: 0;
    font: inherit;
    color: inherit;
    height: 36px;
    vertical-align: middle;
}

.mostra-sito select option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}

.ricerca-sito input {
    padding: 5px !important;
    border-radius: 3px !important;
    border: 1px solid #dddddd !important;
    text-transform: none;
    margin: 0;
    height: 36px;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif;
    color: #666;
    font-size: inherit;
    line-height: inherit;
}
/* FINE DOCUMENTI SITO WEB */

/* MODAL POPUP */
.reg-block {
    width: 70%;
    padding: 5px;
    margin: 0px auto;
    background: #fff;
    color: #687074;
}

.reg-block h3 {
    font-size: 20px;
    line-height: 27px;
}

.reg-block p {
    font-weight: 400!important;
}

.reg-block .input-group-addon {
    color: #bbb;
    background: none;
    min-width: 40px;
}

.reg-block .input-group .form-control {
    font-weight: 500;
}

.reg-block-header {
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: solid 1px #eee;
}

.reg-block-header h2 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 28px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

p.boxCrea {
    padding: 20px;
    text-align: center;
}

.btn-u {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #3498db;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}

.btn-u.btn-u-blue {
    background: #1161ee;
}

.modal-body p {
    color: #888;
    font-size: 14px;
}

.modalBackground {
    background-color: rgba(0,0,0,0.85);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.modalPopup {
    color: #fff;
    position: fixed;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 999999;
	background-color:white;
	padding:3px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 500;
    background-color: #fff;
    color: #444;
    font-size: 18px;
}

/* FINE MODAL POPUP */

/****** INIZIO BOX REQUISITI PASSWORD ******/
#pswd_info {
	background: #dfdfdf none repeat scroll 0 0;
	color: #fff;
	left: 20px;
	position: absolute;
	top: 115px;
}
#pswd_info h4{
    background: black none repeat scroll 0 0;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    padding: 17px 0;
    text-align: center;
    text-transform: uppercase;
}
#pswd_info ul {
    list-style: outside none none;
}
#pswd_info ul li {
    padding: 10px 45px;
}

.valid {
	background: rgba(0, 0, 0, 0) url("../Images/valid-icon.png") no-repeat scroll 2px 6px;
	color: green;
	line-height: 21px;
	padding-left: 22px;
    background-size: 30px;
}

.invalid {
	background: rgba(0, 0, 0, 0) url("../Images/invalid-icon.png") no-repeat scroll 2px 6px;
	color: red;
	line-height: 21px;
	padding-left: 22px;
    background-size: 30px;
}

#pswd_info::before {
    background: #dfdfdf none repeat scroll 0 0;
    content: "";
    height: 25px;
    left: -13px;
    margin-top: -12.5px;
    position: absolute;
    top: 20%;
    transform: rotate(45deg);
    width: 25px;
}
#pswd_info {
    display:none;
}
#pswd_info #nochar {
    display:none;
}

/****** FINE BOX REQUISITI PASSWORD ******/
