﻿

/** MENU */
.qsf-demo-canvas {
    float: left;
    height: 50px;
    margin: 5px;
    padding: 5px 0 0 5px;
}
 
.breadcrumb {
   
    position: relative;
    float: left;
    height: auto;
    width: 100%;
    padding-top: 5px;
    clear: both;
    
}
 
.divFixHeader {
    position: fixed;  
    top: 0px;  
    z-index:1;
    border-bottom:solid;
    border-bottom-color:#ff6a00;
    border-bottom-width:2px;
    border-right:solid;
    border-right-color:#ff6a00;
    border-right-width:2px;
    border-left:solid;
    border-left-color:#ff6a00;
    border-left-width:2px;
}

 .divCellSiteMap
 {
    position: relative;
    float: left;
    width: 45%;
    display:table-cell;
    float:left;
    
}
 
.divCellMemberName {
    float: right;
    font: 12px Verdana;  /*, Arial, "sans-serif";*/
    padding-bottom:5px;
}
 
.qsf-demo-canvas .breadcrumb .RadSiteMap {
}
 
.qsf-demo-canvas .breadcrumb ul.rsmFlow {
     padding-bottom: 0;
}
 
.qsf-demo-canvas .breadcrumb .rsmOneLevel li.rsmItem,
.qsf-demo-canvas .breadcrumb .rsmOneLevel .rsmItem a.rsmLink {
     color: #333;
}
 
.qsf-demo-canvas .breadcrumb .rsmOneLevel .rsmItem a.rsmLink:hover {
     color: #555;
     text-decoration: underline;
     background: none;
}

.qsf-demo-canvas ul li img {
    width: 22px;
    height: 22px;
    
}

/** -----------------------------------------------------------------*/
/** Wizard */


.Wizard {
     width: 80%;
     padding: 53px 15px 15px;
 
     background: transparent url(images/bg_image.png) no-repeat left top;
     color: #888888;
     font: 13px/26px "Arial", "Helvetica", sans-serif;
}

.rmRootLink  {
    border: none !important;
    color: inherit !important;
    font-size:1.4em;
    font-variant:small-caps;
    font-weight:bolder;
}

.rmRootLink:hover {
    background-color:#E8E8E8;
}

/*.RadMenu .rmLeftImage {
    margin-top: 10px !important;
}*/

.rmLink .rmToggle, .rmRootLink .rmToggle {
    display: none;
}



a.menulink:link,a.menulink:visited,a.menulink:active{	
	text-decoration:none;
	font-family:Avenir,Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
    color:#a4abb2; /*#023568;*/
	/*font-weight:bold;*/
}
a.menulink:hover{
	text-decoration:underline;
	font-family:Avenir,Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff6a00;
	/*font-weight:bold;*/
}



/*Bottoni footer*/

.btnBordoArancio {
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 8px;
  font-family: Arial;
  color: #000000;
  font-size: 12px;
  /*padding: 4px 18px 4px 18px;*/
  width:120px;
  height:22px;
  /*border: solid #e9a23f 2px;*/
  border: solid #ff6a00 2px;
  text-decoration: none;
}

.btnBordoArancio:hover {
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #ff6a00);
  background-image: -moz-linear-gradient(top, #ffffff, #ff6a00);
  background-image: -ms-linear-gradient(top, #ffffff, #ff6a00);
  background-image: -o-linear-gradient(top, #ffffff, #ff6a00);
  background-image: linear-gradient(to bottom, #ffffff, #ff6a00);
  text-decoration: none;
}


.btnTuttoArancio {
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #ff6a00);
  background-image: -moz-linear-gradient(top, #ffffff, #ff6a00);
  background-image: -ms-linear-gradient(top, #ffffff, #ff6a00);
  background-image: -o-linear-gradient(top, #ffffff, #ff6a00);
  background-image: linear-gradient(to bottom, #ffffff, #ff6a00);
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 8px;
  font-family: Arial;
  color: #000000;
  font-size: 12px;
  /*padding: 4px 18px 4px 18px;*/
  width:160px;
  height:22px;
  border: solid #ff6a00 2px;
  text-decoration: none;
}

.btnTuttoArancio:hover {
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ff6a00, #ff6a00);
  background-image: -moz-linear-gradient(top, #ff6a00, #ff6a00);
  background-image: -ms-linear-gradient(top, #ff6a00, #ff6a00);
  background-image: -o-linear-gradient(top, #ff6a00, #ff6a00);
  background-image: linear-gradient(to bottom, #ff6a00, #ff6a00);
  text-decoration: none;
}


.btnTuttoArancioLogin {
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ff6a00, #ff6a00);
  background-image: -moz-linear-gradient(top, #ff6a00, #ff6a00);
  background-image: -ms-linear-gradient(top, #ff6a00, #ff6a00);
  background-image: -o-linear-gradient(top, #ff6a00, #ff6a00);
  background-image: linear-gradient(to bottom, #ff6a00, #ff6a00);
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  /*padding: 4px 18px 4px 18px;*/
  width:80px;
  height:22px;
  border: solid #ff6a00 2px;
  text-decoration: none;
}

.btnTuttoArancioLogin:hover {
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #ff6a00);
  background-image: -moz-linear-gradient(top, #ffffff, #ff6a00);
  background-image: -ms-linear-gradient(top, #ffffff, #ff6a00);
  background-image: -o-linear-gradient(top, #ffffff, #ff6a00);
  background-image: linear-gradient(to bottom, #ffffff, #ff6a00);
  text-decoration: none;
}



.FieldSetArancio {
    border-width: 2px;
    border-color: #ff6a00;
    border-top-color: #ff6a00;
   
}

.BordoArancio { 
    border-width: 2px;
    border-color: #ff6a00;
    border-style:solid;
    width:98%;
}


.BordoRosso { 
    border-width: 1px;
    border-color: red;
    border-style:solid;
    width:98%;
}

.FieldSetGrigio {
    border-width: 2px;
    border-color: #AAAAAA;
    border-top-color: #AAAAAA;
}


.TabBar {
    border: solid #a4abb2 1px;
    border-bottom-width: 0px;
    background-color: #dbdfe4;
}