/* CSS Document */
@media screen and (max-width: 1024px){
  #left_menu:hover{
	margin-left:0px;  	
  }
}
#all_report{
  overflow-x:scroll;
  width:950px;
  min-height:200px;
  margin:auto;
  border-left:1px solid #454545;
  border-right:1px solid #454545;
}

.lrow_rep{
  width:2564px;
}
.r_col{
	width:150px;
	border-bottom:1px solid #454545;
	border-top:1px solid #454545;
	border-right:1px solid #454545;
	text-align:center;
	min-height:30px;
	font-size:12px;
}

.list_rep{
	width:100%;
	min-height:30px;
	
	display:none;
}
#report_new input{
	width:150px;
	margin-top:10px;
	float:right;
	margin-right:214px;
} 
.choose_main{
	width:200px;
	margin:50px;
	height:150px;	
	background-color:#F0F9FF; 
	border:#ccc 1px solid;
	-moz-border-radius-topleft: 25px;
	-webkit-border-top-left-radius: 25px;
	 border-top-left-radius: 25px;
	-moz-border-radius-topright: 25px;
	-webkit-border-top-right-radius: 25px;
	border-top-right-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	-webkit-border-bottom-right-radius: 25px;
	border-bottom-right-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
	-webkit-border-bottom-left-radius: 25px;
	border-bottom-left-radius: 25px;	
}
#left_menu{
	position:absolute;
	margin-left:-60px;
	margin-top:150px;
	width:30px;	
}
.menu_child{	
	width:70px;
	margin-top:5px;
	margin-left:-10px;
	padding-left:5px;
	padding-top:15px;
	border:1px solid #ccc;
	-moz-border-radius-topleft: 25px;
-webkit-border-top-left-radius: 25px;
 border-top-left-radius: 25px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
color:#454545;
}
.menu_child a{
	text-decoration:none;
	margin-left:10px;
	width:100%;
	height:100%;
}
.menu_child:hover a{
	text-decoration:underline;
	cursor:pointer;
}


.menu_child span{
margin-left:20px;
width:10px;
}
.choose_main *{
	width:200px;
	margin:0 auto;
}
.choose_main img{
width:200px !important;
}

*{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
.left{
	float:left;
}

.clear{
	clear:both;
}
input{
	border-radius:5px;
	border:1px solid #CCC;
}
.inp_obbl{
	border-color:#FD9D9F;
}
.ok_obbl{
	border-color:#C6F2BD;
}
select{
	min-width:150px;
	
}
#fixed{
	width:1000px;
	margin:0 auto;
	background-color:#FFF;
	min-height:768px;	
	position:relative;
}
#header{	
	width:1000px;
	height:60px;
	background-image:url(../images/log_singolo.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
#main{
	margin-top:50px;
	width:98%;
	padding:1%;
	background-color:#F8F8F8;
	min-height:550px;
}

#main h1{
	margin-bottom:25px;	
}
#search_user{
	text-align:center;
}

.show_row{
	display:none;	
}

.lab{
	margin-left:25px;
	padding:1%;	
	width:150px;
	text-align:left;	
	font-weight:bold;
}
.inp{
	padding:1%;	
	width:20%;	
}
.anar:nth-child(even) {
	background-color:#D5D5D5;
}
.anar:nth-child(odd) {
	background-color:#E2E6FE;
}
.acessrows:nth-child(even) {
	background-color:#D5D5D5;
}
.acessrows:nth-child(odd) {
	background-color:#E2E6FE;
}
.anar{
	font-weight:bold;
	min-height:30px;
	line-height:30px;
}
.anar input[type=checkbox] {
	margin-top:7px;
	margin-left:7px;
}


#open_note{
  position:fixed;
  right:-454px;
  top:200px;
  width:500px;
  height:100px;
  /*background-color:#E2E6FE;*/
  z-index:10;
  display:none;
  cursor:pointer;
}

#note_right{
  position:relative; 
  width:100px; 
  height:150px; 
  z-index:-10;
  margin-left:-50px;
}
.step{
	color:#1280f2;
	font-size:14px;
	font-weight:bold;	
	margin-right:10px;
}
.step a{
	color:#1280f2;
	text-decoration:none;
}
.step_sel a{
	color:#05ac49;
	text-decoration:none;
}
.step_sel{
	color:#05ac49;
} 
#mainshow h3 {
	margin-top:20px; 
	margin-bottom:5px;
	margin-left:5px;
} 
.chk_label {
	margin-left:10px;
}

.shortselect select[size]{
  overflow:hidden;
}

.selectable{
  cursor:pointer;
}
.s2_t{
	display:none;
	min-width:750px;
	margin:0 auto;	
}
.s2_h{
	margin-left:10px;
	margin-top:4px;
}
.s2_r{
	width:45%;
}

#open_new_option{
  
  z-index:1;
}

#new_option{
  display:none;
  z-index:2;
}

.acessrows{
  width:100%;  
  background-color:#DDD;
  min-height:35px;
  border-bottom:1px solid #ccc;
  padding:5px;
}
.txta{
	width: 800px !important;
	height: 150px !important;
	margin-left: 100px !important;
	margin-top:20px;
	margin-bottom:20px;
}
#txt_3, #txt_2{
	margin-left:15px;
	margin-top:5px;
} 