@charset "utf-8";
html, body{
	width: 100%;
	background:#f1f1f1;
	font-family: 'Roboto Regular';
}
div{box-sizing: border-box!important;}
.container {
margin: 0px!important;
margin-top: 70px!important;
}
.glyphicon-plus:before {
    content: "\2b";
}
.glyphicon-minus:before {
    content: "\2212";
}
.entry:not(:first-of-type)
{
    margin-top: 10px;
}

.objcreated {
	box-sizing: border-box!important;
    padding: 5px 15px 5px 15px;
    border: 1px dotted #757575;
    display: inline-block;
    background-color: #fff;
	margin: 10px;
	float: left;
	position: relative;
	border-radius: 3px;
	width: 31%;
	height: 170px;
    max-height: 170px;
}
.collegamenti{
	
background: url(../img/icon_link.png) no-repeat scroll 7px 7px;
background-size: 5%;
padding-left:30px;	
}
.btnavanti{
	display: block;
    background: #13941d;
    float: right;
    padding: 10px;
    color: #fff;
    border-radius: 8px;
}
.glyphicon
{
    font-size: 12px;
}
.bg-dark{
	background: #fff!important;
}
.col-6{
	float: left;
}
.col-12{
	box-sizing: border-box;
}
.col-3{
	box-sizing: border-box;
}
.fs18{
	font-size: 18px;
}
.txt20{
	font-size: 20px;
}
.imgbox{
	width: 150px;
	height: 150px;
	float: left;
	margin: 2px;
	padding: 5px;
}
.idunivoco{
	color: #FD3700!important;
	font-weight: bold;
	text-transform: uppercase;
}
.boxamb{
	padding: 15px;
	box-sizing: border-box;
}
.quesitibox{
	background: #fff;
	width: 100%;
	float:left;
	padding-top: 15px;
}
.controls{
    float: left;
    width: 100%;	
}
.boxques{
	width: 50%;
	float: left;
	height: auto;
}
.dropdown-menu.show{
	width:100%!important;
}
.boxquesiti{
	background: #fff;
}
.quesnumero{
color:#333;
background:#fff;
margin-top:10px;
border:1px dotted #ccc;
}

.cell_quest {
    width:80%;
    text-align:left;
    font-size:30px;
    font-weight:normal;
    margin:10px auto 10px auto; display: block;
}

.icons:hover > img { width: 99%; opacity: 0.5; }



.form-signin {
    max-width: 500px;
    padding: 19px 29px 29px;
    margin: 0 auto;
	margin-top:90px;
    background-color: #fff;
	
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
			
	font-family:Tahoma, Geneva, sans-serif;
	color:#990000;
	font-weight:lighter;
}
.delimage{
	cursor: pointer;
}
.form-signin .form-signin-heading{
    color:#00A2D1;
}
.form-signin input[type="text"],
.form-signin input[type="password"],
.form-signin input[type="email"] {
    font-size: 16px;
    height: 45px;
    padding: 7px 9px;
}
.navbar-brand{
	font-family:"Lucida Handwriting";
}
#btn-submit{
	height:45px;
}

.row{
	margin-top: 0px;
}
.sidebar{
	position: fixed;
	background: #0E0E0E;
	width: 200px;
	height: 100%;
	border-right: 1px solid #fff;
	float: left;
}
#main{
	width: calc(100% - 300px);
	height: 100%;
	float: left;
	margin-left: 200px;
}
.navdash {
	margin-left: 0px;
	padding-left: 0px;
}
.navdash li a{
	display: block;
	color:#737373;
	border-bottom: 1px dotted #525252;
	padding: 10px;
	box-sizing: border-box;
	margin-left: 0px;
	text-decoration: none;
	padding-left: 15px;
	cursor: pointer;
	background: #fff;
	}
.navdash li a:hover{
	color: #fff;
	background: #007bff;
}
.btn-group {
	width: 100%;
}

a.active {
    color: #fff!important;
    background: #007bff!important;
}


.title{
	margin-bottom: 5px;
	padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    text-align: center;
}

#myformupload{
    background-color:white;
}
#maindiv{
    width:90%; 
    margin:10px auto; 
    padding:10px;
}
#formdiv{
    width:500px; 
    float:left; 
    text-align: center;
}
.upload{
    background-color:#ff0000;
    border:1px solid #ff0000;
    color:#fff;
    border-radius:5px;
    padding:10px;
    text-shadow:1px 1px 0px green;
    box-shadow: 2px 2px 15px rgba(0,0,0, .75);
}
.upload:hover{
    cursor:pointer;
    background:#c20b0b;
    border:1px solid #c20b0b;
    box-shadow: 0px 0px 5px rgba(0,0,0, .75);
}
#file{
    color:green;
    padding:5px; border:1px dashed #123456;
    background-color: #f9ffe5;
}
#upload{
    margin-left: 45px;
}

#noerror{
    color:green;
    text-align: left;
}
#error{
    color:red;
    text-align: left;
}
#img{ 
    width: 17px;
    border: none; 
    height:17px;
    margin-left: -20px;
    margin-bottom: 91px;
}

.abcd{
    text-align: center;
}

.abcd img{
    height:100px;
    width:100px;
    padding: 5px;
    border: 1px solid rgb(232, 222, 189);
}
b{
    color:red;
}
#formget{
    float:right; 

}
.flussopage:hover{cursor: pointer;
	background: #B9B9B9
}
.skillset{
	width: 32%;
    height: auto;
    float: left;
    padding: 10px;
}
.colorute{
    background-image: none;
    width: 32px;
	height: 30px;
	color: transparent!important;
}
.bar-level-wrapper{
    background: #ececec;
    display: block;
}

.headerboxstat{
	background: #C8C8C8;
	color: #777777;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
.bar{
text-align:left;
}
.pagination{
    display: inline-block;
}
.pagination li a{
    padding: 4px;
    display: block;
    border: 1px solid #cacaca;
    margin: 4px;
}
.paginations{
	width: 100%;
	float: left;
	text-align: right;
}
.paginations .right{
	background: #C4C4C4;
	color: #333;
	padding: 6px;
	float: right;
}
.paginations .left{
	background: #C4C4C4;
	color: #333;
	padding: 6px;
	float: left;
}
#myTable {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#myTable td, #myTable th {
  border: 1px solid #ddd;
  padding: 8px;
  font-size: 14px;
  text-align: center;
}

#myTable tr:nth-child(even){background-color: #fff;}

#myTable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #4CAF50;
  color: white;
}
div#btndettaglio {
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding: 15px 20px 15px 21px;
}
.votodettaglio{
    font-size: 15px;
    text-transform: uppercase;
    font-style: normal;
    color: #353535;
}