﻿#ui-datepicker-div
{
    display: none;
}

.clsOrdiniFunzioni {
    width: 20px;
}

.bkCerca
{
    width:100%;
    background-image: url('../images/bkcercaordini.gif'); 
    background-repeat: repeat-x; 
    background-repeat: repeat-y; 
    margin-right: 0px;
}

.bkBarraCerca
{
    height:20px;
    background-image: url('../images/barra.gif'); 
    background-repeat: repeat-x;
    
}


 .OrdInitial
  {
    display: block;
    padding: 4px 18px 4px 18px;
    float: left;
    font-weight: bold;
    color: Black;
  }

 a.OrdInitial:link
 {
    color: gray;
    font-weight: bold;
 }

 
 a.OrdInitial:hover
  {
    color: Black;
    background-color: yellow;
    background-image: none; 
  }
 
 .OrdClicked
  {

    display: block;
    padding: 4px 18px 4px 18px;
    float: left;
    color: White;
    font-weight: bold;
    background-color: #507CD1;

  }

 a.OrdClicked:link
 {
    color: White;
    font-weight: bold;
 }
   
 /**********************/
/* Stili per i Pagers */
/**********************/
.GridPager a, .GridPager span
{
    display: block;
    font-weight: bold;
    text-align: center;
    text-decoration: none; 
}

.GridPager a
{
    background-color: white;
    color: black!important;
    border: 1px solid #969696;
    padding: 3px 4px
}
.GridPager span
{
    background-color: blue;
    color: white !important;
    border: 1px solid #3AC0F2;
    padding: 3px 4px;
    font-weight: bold;
}
.GridPager a:hover
{
    background-color: #2461BF;
    border: 1px solid #969696;
    color: white!important;
    font-weight: bold;
    padding: 3px 4px;
}

 a.TABInitial:link
 {
    color: gray;
    font-weight: bold;
    display: block;
    padding: 10px;
    float: left;
    font-weight: bold;
    border:solid;
    border-width:thin;
    border-color:black;
    border-radius: 10px 10px;

 }

  a.TABInitial:hover
  {
    color: Black;
    background-color: yellow;
    display: block;
    padding: 10px;
    float: left;
    font-weight: bold;
    border-radius: 10px 10px;

  }
 
 .TABClicked
  {

    display: block;
    padding: 10px;
    float: left;
    color: White;
    font-weight: bold;
    background-color: #D81F27;
    border-radius: 10px 10px;
  }

 a.TABClicked:link
 {
    color: White;
    font-weight: bold;
 }

.btnclass {
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  -webkit-box-shadow: 2px 2px 5px #666666;
  -moz-box-shadow: 2px 2px 5px #666666;
  box-shadow: 2px 2px 5px #666666;
  font-family: Arial;
  color: gray;
  font-size: 12px;
  font-weight:bold;
  background: none;
  padding: 5px 7px 5px 7px;
  border: solid #1f628d 1px;
  text-decoration: none;
}

.btnclass:hover {
  -webkit-box-shadow: 5px 5px 10px #666666;
  -moz-box-shadow: 5px 5px 10px #666666;
  box-shadow: 5px 5px 10px #666666;
  color: #ffffff;
  font-family: Arial;
  font-size: 12px;
  font-weight:bold;
  background:#507CD1;
  text-decoration: none;
}

.IntestClickedBase {
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 11px #666666;
  -moz-box-shadow: 0px 0px 11px #666666;
  box-shadow: 0px 0px 11px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  font-weight:bold;
  background: #507CD1;
  padding: 7px 10px 7px 10px;
  border: solid #1f628d 1px;
  text-decoration: none;
}

.IntestClicked {
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 11px #666666;
  -moz-box-shadow: 0px 0px 11px #666666;
  box-shadow: 0px 0px 11px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  font-weight:bold;
  background: #507CD1;
  padding: 7px 10px 7px 10px;
  border: solid #1f628d 1px;
  text-decoration: none;
}

.IntestClicked:hover {
  font-weight:bold;
  background: #000000;
  text-decoration: none;
}

.IntestInitial {
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-family: Arial;
  color: gray;
  font-size: 12px;
  font-weight:bold;
  background: none;
  padding: 7px 10px 7px 10px;
  border: solid #1f628d 1px;
  text-decoration: none;
}

.IntestInitial:hover {
  background: yellow;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 11px #666666;
  -moz-box-shadow: 0px 0px 11px #666666;
  box-shadow: 0px 0px 11px #666666;
  font-family: Arial;
  color: #000000;
  font-size: 12px;
  font-weight:bold;
  padding: 7px 10px 7px 10px;
  border: solid #1f628d 1px;
  text-decoration: none;
}


.loginbackground {
    padding-top:50px;
    height:1080px;
    background: #f9fbfd; /* Old browsers */
    background: -moz-linear-gradient(top,  #f9fbfd 0%, #256FCB 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f9fbfd 0%,#256FCB 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f9fbfd 0%,#256FCB 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fbfd', endColorstr='#256FCB',GradientType=0 ); /* IE6-9 */


}

.loginbox {
    /*-webkit-border-radius: 7;
    -moz-border-radius: 7;
    border-radius: 7px;*/
    -webkit-box-shadow: 5px 5px 10px #666666;
    -moz-box-shadow: 5px 5px 10px #666666;
    box-shadow: 5px 5px 10px #666666;
    margin-left:auto;
    margin-right:auto;
    width:350px;
    height:450px;
    border:none;
    text-decoration:none;

    background-image:url("/images/sfondologin.png");
}

.logintext {
    border-top-left-radius:7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding-left:5px;
    width:200px;
    height:30px;
    font-size:15px
}

.standardtext {
    border-top-left-radius:4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-left:5px;
    /*width:200px;
    height:30px;*/
    font-size:12px
}

.cssNuovoReclamo {
    border-style: solid;
    border-color: inherit;
    border-width: 0.5px;
    -webkit-box-shadow: 5px 5px 10px #666666;
    -moz-box-shadow: 5px 5px 10px #666666;
    box-shadow: 5px 5px 10px #666666; /*margin-left:auto;
    margin-right:auto;
    width:350px;
    height:450px;*/
    text-decoration: none; /*background-image:url("/images/sfondologin.png");*/
    padding: 5px;
}


/**************************/
/* Stili per Autocomplete */
/**************************/
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  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;
}

.ui-autocomplete > li > div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  cursor: pointer;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/**************************/
