@import url(https://fonts.googleapis.com/css?family=Capriola);

/* ---------- GENERAL ---------- */

*{ margin: 0; padding: 0;}
body {
    color: #999;
    font: 100%/1.5em Arial, sans-serif;
}

h1 {
    color: #101010;
    text-align: center;
}

h3 {
    color: #0397d6;
    font-size: 23px;
}

a {
    color: #999;
    text-decoration: none;
}

a:hover { color: #1dabb8; }

fieldset {
    border: none;
    margin: 0;
}

input {
    border: none;
    padding: 12px;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    -webkit-appearance: none;
}

input:focus {
    outline: none;
}
input[type="submit"] {
    background: #FFFFFF;
    color: #333;
    margin-top: 5px;
    padding: 5px 15px;
    font-size: 13px;
    text-transform: uppercase;
}
input[type="submit"]:hover { background: #1390c6; }


label{ color: #666;}
.container{
    background: #eaeaea;
    min-width: 800px;
}
.content{
    margin: 0 auto;
    clear: both;
    padding: 30px 0;
    width: 800px;
    min-height: 400px;
}
.content a{
    text-decoration: underline;
}
.dateform{
    text-align: center;
}
.dateform input{
    margin-right: 15px;
}
.accessdenied{ text-align: center;}

/* --- classes --- */

.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after {
    content: "";
    display: table;	
}
.clearfix:after { clear: both; }

/* --- login page --- */
.login-page{
    background: #3A85C4 url("../img/bg-body.png") top left no-repeat;
}

/* ---------- FLOT ---------- */

#flotTip {}

#graph {
    margin: 50px auto;
    width: 880px;
    /*height: 350px;*/
}	

#graph fieldset {
    background: #fff;
    border-radius: 0 0 5px 5px;
    padding: 20px;
    position: relative;
}

hr.style_shade {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

/* --- header --- */
#header{
    width: 100%;
    float: left;
    background: #3A85C4 url("../img/bg-body.png") top left no-repeat;

}
.headercontent{
    width: 98%;
    padding: 0 1% 28px 1%;
    float: left;
    background: url("../img/bg-header.png") center top repeat-x;
}

#header .logo{
    float: left;
    width: 17%;
    text-align: right;
}
/* ---------- LOGIN-FORM ---------- */

#login-form {
    margin: 50px auto;
    width: 300px;
}

#login-form h3 {
    background-color: #eee;
    border-radius: 5px 5px 0 0;
    color: #333;
    font-size: 15px;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
}

#login-form fieldset {
    background: #fff;
    border-radius: 0 0 5px 5px;
    padding: 20px;
    position: relative;
}

#login-form fieldset:before {
    background-color: #fff;
    content: "";
    height: 8px;
    left: 50%;
    margin: -4px 0 0 -4px;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
}

#login-form input {
    font-size: 14px;
}
#login-form label {
    font-size: 14px;
    padding-top: 12px;
    display: block;
}

#login-form input[type="text"],
#login-form input[type="password"] {
    border: 1px solid #dcdcdc;
    padding: 12px 10px;
    width: 238px;
}

#login-form input[type="password"] {
    border-radius: 0 0 3px 3px;
}

#login-form input[type="submit"] {
    float: right;
}

#login-form footer {
    font-size: 12px;
    margin-top: 16px;
}

.info {
    background: #e5e5e5;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 0 10px 0 0;
    text-align: center;
    width: 20px;
}

#useraccount{
    float: right;
    width: 20%;
    text-align: right;
    color: #fff;
    font-size: 13px;
    line-height: 27px;
}
#useraccount a{
    color: #fff;
}

#useraccount a:hover{
    text-decoration: underline;
}

/* Menu CSS */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    font-family: 'Capriola', sans-serif;
}
#cssmenu:before,
#cssmenu:after,
#cssmenu > ul:before,
#cssmenu > ul:after {
    content: '';
    display: table;
}
#cssmenu:after,
#cssmenu > ul:after {
    clear: both;
}  
#cssmenu {
    zoom: 1;
    margin-top: 0px;
    border-radius: 2px;
    width: 80%;
    float: left;
}
#cssmenu ul {
}
#cssmenu ul li {
    display: inline-block;
    float: left;
    list-style: none;
    animation: ease;
    height: 66px;
    vertical-align: middle;
    position: relative;
}
#cssmenu ul li ul.submenu{
    display: none;
    position: absolute;
    top: 60px;
    left: 15px;
    background: #fff;
    -webkit-box-shadow: 7px 7px 30px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 7px 30px -1px rgba(0,0,0,0.75);
    box-shadow: 7px 7px 30px -1px rgba(0,0,0,0.75);
//    -webkit-box-shadow: 1px 5px 5px #888;
//    -moz-box-shadow: 1px 5px 5px #888;
//    box-shadow: 1px 5px 5px #888;
    z-index: 99;
}
#cssmenu ul li ul.submenu li{
    display: block;
    float: none;
    height: auto;
}
#cssmenu ul li ul.submenu a{
    display: block;
    padding: 5px 25px 5px 13px;
    font-size: 13px;
    color: #333;
}
#cssmenu ul li ul.submenu a:hover{
    background: #eee;
}
#cssmenu ul li span{
    display: inline-block;
    height: 38px;
    word-break: keep-all;
    width: 100%;
    padding: 30px 29px 0 26px;
    font-size: 15px;
    color: #555;
    font-weight: 400;
    text-decoration: none;
    cursor: default;
    background: url("../img/arrow.png") left center no-repeat;
}
#cssmenu ul li:hover span {
    color: #3A85C4;
}
#cssmenu ul li a:hover {
    background: #4397D6;
}

#legendContainer {
    background-color: #fff;
    padding: 2px;
    margin-bottom: 8px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #E6E6E6;
    display: inline-block;
    margin: 0 auto;
}

#IOPSlegendContainer {
    background-color: #fff;
    padding: 2px;
    margin-bottom: 8px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #E6E6E6;
    display: inline-block;
    margin: 0 auto;
}

#StoragelegendContainer {
    background-color: #fff;
    padding: 2px;
    margin-bottom: 8px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #E6E6E6;
    display: inline-block;
    margin: 0 auto;
}

#NetlegendContainer {
    background-color: #fff;
    padding: 2px;
    margin-bottom: 8px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #E6E6E6;
    display: inline-block;
    margin: 0 auto;
}

/* --- contenuti --- */

.content h3 {
    padding: 10px;
    color: #333;
    font-size: 22px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    font-weight: normal;
}
.content h3 strong{
    color: #0397d6;
    font-size: 23px;
}
.stats-summary {
	padding: 20px 0 30px 0;
	color: #000;
	font-size: 15px;
	text-align: center;
}
.stats-summary span {
	padding: 0 20px;
}
.stats-summary strong {
	margin-left: 4px;
	color: #0397d6;
	font-size: 24px;
	font-weight: normal;
}

/* ----- footer ----- */
#footer{
    clear: both;
    float: left;
    padding: 0 1%;
    width: 98%;
    background: #fff;
    color: #666;
    font-size: 12px;
}
#footer .footerinfo{
    float: left;
    line-height: 48px;
}
#footer .footerlogo{
    float: right;
}
.vm-title input[type="submit"] {
	background: transparent;
	text-transform: initial;
	font-weight: normal;
	font-size: 22px;
	color: #000;
	margin: 30px 0 0 15px;
}

.vm-table {
	width: 100%;
	padding-bottom: 30px;
}
	
.td-dash #graph {
	margin: 0 15px 15px 15px;
}
