x/* Color Variables*/	
:root {
 --Sfondo     : #6B818C;
 --TableHeader : #08415C; /* 355980 */
 --TableFooter : #919191;
 --TableRow1 : #D3D0CB;
 --TableRow2 : #E7E5DF;		
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html, 
body {
  height: 100%;
  /* background: #6B818C; */
  overflow: auto;
  padding-bottom: 20px;
  /*
background: #C3C4A1;
background: -moz-radial-gradient(center, #C3C4A1 0%, #828F7D 75%, #354E50 100%);
background: -webkit-radial-gradient(center, #C3C4A1 0%, #828F7D 75%, #354E50 100%);
background: radial-gradient(ellipse at center, #C3C4A1 0%, #828F7D 75%, #354E50 100%);
*/
/*
background: #BBD2C5;
background: -moz-radial-gradient(center, #BBD2C5 0%, #536976 80%, #292E49 100%);
background: -webkit-radial-gradient(center, #BBD2C5 0%, #536976 80%, #292E49 100%);
background: radial-gradient(ellipse at center, #BBD2C5 0%, #536976 80%, #292E49 100%);
*/

 background: #334d50; 
  background: -webkit-linear-gradient(to bottom, #cbcaa5, #334d50);  
  background: linear-gradient(to bottom, #cbcaa5, #334d50);
/*
background: #00B4DB;
background: -moz-radial-gradient(center, #00B4DB 0%, #0083B0 75%, #006A8F 100%);
background: -webkit-radial-gradient(center, #00B4DB 0%, #0083B0 75%, #006A8F 100%);
background: radial-gradient(ellipse at center, #00B4DB 0%, #0083B0 75%, #006A8F 100%);
*/
/* 
background: #DBD5A4;  
background: -webkit-linear-gradient(to bottom, #DBD5A4, #649173);  
background: linear-gradient(to bottom, #DBD5A4, #649173); 
*/
}

.footer {
 /* background: #334d50; */
 background: #292929;
  color: #c1c1c1;
  position: fixed;
  height: 20px;
  bottom: 0;
  width: 100%;
}

/************************************************************************************
Pulsanti Quadrati Aggiungere alla fine della class BTN 
*************************************************************************************/
.square {
    width: 200px !important;
    height: 150px !important;
}

.doubleh {
    min-width: 8em !important;
    height: 5em !important;
}

.doublehsm {
    min-width: 6em !important;
    height: 4em !important;
}

/************************************************************************************
LOGIN
*************************************************************************************/
.center-container {
  width: 280px;
  height: 360px;
  background-color: #D9DCD6;
  position: absolute;
  top: -180px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -webkit-box-shadow: 5px 5px 36px 0px rgba(0,0,0,0.46);
  -moz-box-shadow: 5px 5px 36px 0px rgba(0,0,0,0.46);
  box-shadow: 5px 5px 36px 0px rgba(0,0,0,0.46);
}

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

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  bord
  er-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/****** 
input.cerca {
  color: #fff;
  font-size: 12px;
  background: none;
  padding: 10px 0px 1px 2px;  
  display: block;
  border: none;
  border-bottom: 1px solid #6B818C;
  outline: none;
  width: 99%;
}

label.cerca {
  color: #fff;
  font-size: 14px;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 14px;
  transition: all 0.3s ease;
}

input.cerca:focus + label, input.cerca:valid + label
{
  color: #6B818C;
  left: 9px;
  top: 2px;
  font-size: 12px;
  outline: none;
}
*****/

input.cerca {
  color: #000000;
  font-size: 11px;
  background: #C1C1C1;
  padding: 2px 2px 2px 4px;
  margin-bottom: 4px;  
  display: block;
  border: 0px solid #6B818C;
  border-radius: 5px;
  /* border-bottom: 1px solid #6B818C; */
  outline: none;

}

label.cerca {
  color: #fff;
  font-size: 14px;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 12px;
}

/************************************************************************************
MENU VERTICALE PER PULSANTI
*************************************************************************************/
.brand-pills > li > a {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
    
li.brand-nav.active a:after{
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 15px solid #337ab6;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 100%;
  z-index: 2;
}

/************************************************************************************
COPYRIGHT FOOT
*************************************************************************************/
.copyright {
  position: relative;
  padding: 5px;
  font-size: 10px;
  color: #5e5e5e;
}


/************************************************************************************
TABLE COLOR
*************************************************************************************/
.table-striped {
  -webkit-box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.75);
  box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.75);
 }

.table-striped>thead th {
    background-color: #334d50;
    color: white;
    /* border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 5px 5px 0px 0px; */
}

.table-striped>tbody>tr:nth-child(even)>td {
  background-color: #D3D0CB;
}

.table-striped>tbody>tr:nth-child(odd)>td {
  background-color: #E7E5DF;
}

.table-striped>tbody>tr>th {
  background-color: #929292;
}

.table-striped>tfoot th {
    background-color: #334d50;
    color: white;
}

.table-striped>tfoot {
    display: table-header-group;
}

.table-striped > tbody > tr:nth-child(even):hover > td, .table-striped > tbody > tr:nth-child(odd):hover > td {
    background: #CED097 !important;
    -webkit-box-shadow: inset 0px -1px 0px 0px black, inset 0px 1px 0px 0px black;
    -moz-box-shadow: inset 0px -1px 0px 0px black, inset 0px 1px 0px 0px black;
    box-shadow: inset 0px -1px 0px 0px black, inset 0px 1px 0px 0px black;
}

.table-striped tr.dtrg-group.dtrg-level-0 td {
    background-color: #899391 !important;
    color: #232625;
      border: 0px solid #5e5e5e;
}

.table-striped tr.dtrg-group.dtrg-level-0 td:hover {
    background-color: #899391 !important;
    color: #232625;
      border: 0px solid #5e5e5e;
}

.table-striped tr.dtrg-group.dtrg-level-1 td {
    background-color: #2F6F88 !important;
    color: #D0D4D3;
      border: 0px solid #5e5e5e;
}

.table-striped tr.dtrg-group.dtrg-level-1 td:hover {
    background-color: #2F6F88 !important;
    color: #D0D4D3;
    border: 0px solid #5e5e5e;
}


.table-bordered {
  border: 0px solid #5e5e5e;
}

.table-bordered > thead > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tfoot > tr > td {
  border: 0px solid #5e5e5e;
}

.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td {
  border: 1px solid #5e5e5e;
  border-top: 0px solid transparent;
  /*  border-bottom: 1px solid transparent; */
}

.table-striped > tbody > tr:nth-child(even).active > td, 
.table-striped > tbody > tr:nth-child(odd).active > td {
    background-color  :#fafd96 !important;
}

.table-striped > caption { 
  font-size: 16px;
  font-weight: bold;
  /* width: 280px; */
  max-width: 400px;
  background-color: #e7e5df !important;
  color: #000000;
  text-align: center;
  border-radius: 20px 20px 0px 0px;
  margin: 0 auto;
}

.table-print {
  border: 0px !important;
  border-top: 1px solid #000 !important;
  font-size: 8pt !important;

}

.table-print > thead > tr > th,
.table-print > thead > tr > td {
    background-color: #e7e5df !important;
}

.table-print > thead > tr > th,
.table-print > tbody > tr > th,
.table-print > tfoot > tr > th,
.table-print > thead > tr > td,
.table-print > tbody > tr > td,
.table-print > tfoot > tr > td {
  border: 0px !important;
  border-bottom: 1px solid #000 !important;
}

/************************************************************************************
RADIO BUTTON
*************************************************************************************/

/* .btn span.glyphicon {         
  opacity: 0;       
}
.btn.active span.glyphicon {        
  opacity: 1;       
}
.btn.active {
    background-color: red;
} */

#buttongreen .btn.active 
{ background-color: green ; color: white; }

#buttonColor_Tag .btn span.glyphicon {         
  opacity: 0;       
}
#buttonColor_Tag .btn.active span.glyphicon {        
  opacity: 1;       
}

.navbar{
    margin-bottom: 5px !important;
} 

/************************************************************************************
PROGRESS
*************************************************************************************/

.progress{
    height: 20px;
    background: #6b818c;
    margin-bottom: 0px;
    box-shadow: none;
    border-radius: 0;
    overflow: hidden;
}
.progress .progress-bar{
    position: relative;
    box-shadow: none;
    animation: animate-positive 2s;
}

.progress .progress-value{
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    left: 5px;
    top: 0px;
    z-index: 1;
}

@-webkit-keyframes animate-positive {
    0% { width: 0%; }
}
@keyframes animate-positive {
    0% { width: 0%; }
}

/**********
PARSLEY -- ERROR VALIDATOR
**********/

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #B94A48;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

/**


img{
  cursor: pointer;
  transition: all .5s ease;
  z-index: 1;
}
img:hover{
  transform: scale(1.2,1.2);
  z-index: 999;
}

**/
input[type="file"] {
  position: absolute;
  left: 0;
  display: none;
  top: 0;
  bottom: 0;
  width: 100%;
}

.gal {
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
} 

.gal img{ width: 100%; padding: 7px 0;}

@media (max-width: 500px) {
  .gal {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
  }    
}
