/* ==========================================================================
left panel
========================================================================== */

a.nav-expander {
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
  display: block;
  font-size: 15px;
  font-weight: 400;
  height: 50px;
  margin-right: 0;
  padding: 1em 1.6em 2em;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
  transition: right 0.3s ease-in-out 0s;
  width: 130px;
  z-index: 12;
  overflow: hidden;
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
}

a.nav-expander:hover {
  cursor: pointer;
}

a.nav-expander.fixed {
  position: fixed;
}

.nav-expanded a.nav-expander.fixed {
    right: 20em;
}


.leftPanelOpBox{
    left: 450px!important;
    z-index: 10000;
}

.leftPanel  {
  background: #E8E8E8;
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  left: -449px;
  font-size: 15px;
  top:0 ;
  width: 450px;
    z-index: 1030;
  
  transition: left  0.3s ease-in-out 0s;
  -webkit-transition: left 0.3s ease-in-out 0s;
  -moz-transition: left 0.3s ease-in-out 0s;
  -o-transition: left 0.3s ease-in-out 0s;

}

.Left450{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    left:450px!important;
}
.left0{
    left:-1px!important;
}



.leftPanel .tab-pane {
    background: #E8E8E8;

}


.leftPanel .tab-content{
    position: absolute;
    top: 90px;
    overflow-y: scroll;
    bottom: 50px;
    background: #E8E8E8!important;
}
.nav-expanded .leftPanel {
  left: 0;
}


body.nav-expanded {
  margin-left: 0em;
  transition: left 0.4s ease-in-out 5s;
  -webkit-transition: left 0.4s ease-in-out 5s;
  -moz-transition: left 0.4s ease-in-out 5s;
  -o-transition: left 0.4s ease-in-out 5s;
}

#nav-close {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-size: 24px;
  padding-right: 10px;
}

.main-menu {
  padding-top: 12px;
}

.main-menu li {
  border-bottom: 1px solid #323949;
  margin-left: 20px;
  font-size: 18px;
  padding: 12px;
}

.main-menu li a {
  color: #6F7D8C;
  text-decoration: none;
}

.main-menu li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.main-menu li .sub-nav {
  border-bottom: 0px;
  padding: 4px;
}

.main-menu a .caret {
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: top;
	border-top: 4px solid #4f5963;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
    margin-top: 8px;
}

.main-menu a:hover .caret {
	border-top-color: #4f5963;
}

.main-menu li.open > a > .caret {
	border-top: none;
	border-bottom: 4px solid #4f5963;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.main-menu li.open > a:hover > .caret {
	border-bottom-color: #4f5963;
}

.icon:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  content: '\f105';
}

.main-menu li > a > span.icon {
  float: right;
  margin: 0.1em 1.7em -0.1em 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

}

.main-menu li > a:hover > span.icon {
  float: right;
  margin: 0.1em 0.8em -0.1em 0;
  opacity: 1;
}

.leftPanel .navbar-header{
   width: 100%;
}



.panelheader{
    border-bottom: 1px solid #D00F11;
    background: rgba(57, 63, 67, 0.17);
    padding: 10px;
    margin: 0px;
    padding: 5px;
}

.leftPanel  .nav-pills>li>a {
     border-radius: 0!important;
}

/* ==========================================================================
left panel open btn
========================================================================== */

.openPanelBox{
    /*width: 26px;*/
    /*height: 96px;*/
    width: 29px;
    height: 96px;
    position: relative;
    /* top: 0; */
    /* bottom: 0; */
    background: #c5161d;
    /* left: 1px; */
    /* margin: auto; */
    /*border: 2px solid #337ab7;*/
    border: 2px solid #a20808;
    cursor: pointer;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-image: url(../img/searchWhite.png);
    background-position: center;
    background-size: 66%;
    background-repeat: no-repeat;
    z-index: 999;
}

.openPanelBoxRassegna{
    /*width: 26px;*/
    /*height: 96px;*/
    width: 28px;
    height: 96px;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #c5161d;
    left: 1px;
    margin: auto;
    /*border: 2px solid #337ab7;*/
	border: 2px solid #a20808;
    cursor: pointer;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-image: url("../img/searchWhite.png");
    background-position: center;
    background-size: 66%;
    background-repeat: no-repeat;
    z-index: 999;
}


.openPanelFastSearch{
    /*width: 26px;*/
    /*height: 50px;*/
    width: 29px;
    height: 96px;
    position: relative;
    /* top: 50%; */
    /* bottom: 0; */
    margin-top: 4px;
    background: #c5161d;
    /* left: 1px; */
    /* margin: auto; */
    /*border: 2px solid #337ab7;*/
    border: 2px solid #a20808;
    cursor: pointer;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-image: url(../img/fastSearchWhite.png);
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    z-index: 999;
}

.openPanelFastSearch{
    /*width: 26px;*/
    /*height: 50px;*/
    width: 29px;
    height: 96px;
    position: relative;
    /* top: 50%; */
    /* bottom: 0; */
    margin-top: 4px;
    background: #c5161d;
    /* left: 1px; */
    /* margin: auto; */
    /*border: 2px solid #337ab7;*/
    border: 2px solid #a20808;
    cursor: pointer;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-image: url(../img/fastSearchWhite.png);
    background-position: center center;
    background-size: 80%;
    background-repeat: no-repeat;
    z-index: 999;
}

.panelBtnWrapper{
    position: absolute;
    height: 300px;
    top: 0;
    width: 33px;
    left:0;
    bottom:0;
    margin:auto;
}

.panelBtnWrapperEstero{
    position: absolute;
    height: 300px;
    top: 0;
    width: 33px;
    left:0;
    bottom:0;
    margin:auto;
}

.btnClick{
	border: 2px solid #0867c1;
    background: #0867c1; 	
    background-image: url(../img/searchWhite.png);
    background-position: center center;
    background-size: 66%;
    background-repeat: no-repeat;
}

.btnClick#openPanelBoxRassegnaEstero{
	border: 2px solid #00C969;
    background: #00C969; 	
    background-image: url(../img/searchWhite.png);
    background-position: center center;
    background-size: 66%;
    background-repeat: no-repeat;
}

.btnClick#openPanelBoxBDEstero{
	border: 2px solid #00C969;
    background: #00C969; 	
    background-image: url(../img/searchWhite.png);
    background-position: center center;
    background-size: 66%;
    background-repeat: no-repeat;
}

.btnClickFS{
	border: 2px solid #0867c1;
    background: #0867c1; 		
    background-image: url(../img/fastSearchWhite.png);
    background-position: center center;
    background-size: 66%;
    background-repeat: no-repeat;
}

.btnClickFS#openPanelFastSearchEstero{
	border: 2px solid #00C969;
    background: #00C969; 		
    background-image: url(../img/fastSearchWhite.png);
    background-position: center center;
    background-size: 66%;
    background-repeat: no-repeat;
}


#tipoRicercaLbl {
    float: left;
    margin-top: 4px;
    width: 50%;
}

#tipoRicercaVeloceLbl {
    float: left;
    margin-top: 4px;
    width: 50%;
}

#tipoRicercaVeloceLblEstero {
    float: left;
    margin-top: 4px;
    width: 50%;
}

#dataInizioLabel {
	width: 10%; 
	float: left; 
	margin-top: 6px;
}

#dataInizioLabelEstero {
	width: 10%; 
	float: left; 
	margin-top: 6px;
}

#dataFineLabel {
	width: 10%;
    float: left;
    text-align: center;
    margin-top: 6px;
}

#dataFineLabelEstero {
	width: 10%;
    float: left;
    text-align: center;
    margin-top: 6px;
}

#valoreEconomicoMinLabel {
	width: 10%; 
	float: left; 
	margin-top: 4px;
}

#valoreEconomicoMinLabelEstero {
	width: 10%; 
	float: left; 
	margin-top: 4px;
}

#valoreEconomicoMaxLabel {
	width: 10%;
    float: left;
    text-align: center;
    margin-top: 4px;
}

#valoreEconomicoMaxLabelEstero {
	width: 10%;
    float: left;
    text-align: center;
    margin-top: 4px;
}










