﻿/* personalizazioni per doit */
/* */

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 */
}

.style8
    {
        width: 124px;
    }

.nascosto {
	width:2px;
	height:1px;
	background-color: Transparent;
	color: transparent;
	border-color: transparent;
    border-width: 0px;
    display: none; 
}


.cust-legend {
    text-transform: uppercase;
    background-color: aliceblue;
    border: 1px solid navy;
}


.lblSx {
    text-align: left;
}

.imgCentra
{
    border: 1px solid Red;
	text-align: center; 
    grid-column-align: center;
    margin-left: 24px;
}

.normalCH {
    background: #ECEBE9;
    line-height: 20px;
}

.normalCH td {
        border: 1px solid #999999;
        padding: 2px 2px 2px 2px;
        font-size: 11px;
    }

.normalSC td {
    border: 1px solid #999999;
    padding: 2px 2px 2px 2px;
    font-size: 11px;
}
.labelTLF {
    font-size: 11px;
    color: #003557;
    font-weight: bold;
    text-decoration: none;
}


/* 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: 100%;
  /*beppe: sostituito con quello sotto, prima era: height: 28px; */
  height: 24px;
  /*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: 1px 1px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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;
}

.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;
  }


}

.lblalignright
{text-align: right;}

.fixed {
    position: fixed!important;
}

.lblErrore {
    padding-left: 10px;
    padding-right: 10px;
 font-size: 13px;
 color: Red;
 font-weight: bold;
 text-align: left;
 }

.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 totale rendiconti manuali */
.label-totale {
    font-weight: 600;
    font-size: 1.2em;
}

/* MICHELE totali precedenti rendiconti manuali */
.label-totale-min {
    font-weight: 600;
    font-size: 1em;
    color: darkblue;
}

/* 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: #4CAF50;
    color: white;
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 2px;
    text-decoration: none;
    font-size: 13px;
}

/* messaggio di benvenuto e bottone esci */
.welcome-message > span {
    font-weight: 600;
    font-size: 1em;
    padding-right: 10px;
}

.welcome-message > input[type="image"] {
    padding: 0px;
    border: none;
}

/* 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;
}

.btn.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;
}

.btn.btn-red:hover {
    background-color: #DA4F49;
    border-color: rgba(0,0,0,0.5);
}

.btn.btn-red:active {
    background-color: #B32C24;
	border-color: rgba(0,0,0,0.9);
}

.btn.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;
}

.btn.btn-green:hover {
    background-color: #3ebf65;
    border-color: rgba(0,0,0,0.5);
}

.btn.btn-green:active {
    background-color: #35a658;
	border-color: rgba(0,0,0,0.9);
}

/* POPUP CARICAMENTO ATTENDERE */
.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 CARICAMENTO ATTENDERE */

/****** LOGIN MODAL ******/
.loginmodal-container {
    padding: 30px;
    max-width: 400px;
    width: 100% !important;
    background-color: #eeeeee;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    /*font-family: roboto;*/
}

.loginmodal-container h1 {
    text-align: center;
    font-size: 1.6em;
    /*font-family: roboto;*/
}

.loginmodal-container input[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.loginmodal-container input[type=text], .loginmodal-container input[type=password] {
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    /* border-radius: 2px; */
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, .loginmodal-container input[type=password]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
    text-align: center;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
    user-select: none; */
}

.loginmodal-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1); 
    background-color: #4d90fe;
    padding: 17px 0px;
    font-family: roboto;
    font-size: 16px;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
    /* border: 1px solid #2f5bb7; */
    border: 0px;
    text-shadow: 0 1px rgba(0,0,0,0.3);
    background-color: #357ae8;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
} 

.login-help{
    font-size: 14px;
}
/****** FINE LOGIN MODAL ******/

/****** 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 ******/