/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09.Tem.2014, 13:38:42
    Author     : Vairo
*/
.requireds {color: red; font-size: 13pt;}
.top{ margin-top: 20px; }
.login-background{background-color: #84b899;}
.white{color: white;}
.left{ margin-left: 5px;}
.displayNone{ display: none}
.fontsize{font-size: 10pt;}
.newsbg {background: rgba(0, 0, 0, 0.1);  padding: 10px}
.newstitle{background: rgba(0,0,0,0.3); padding: 8px; border-radius: 3px;}
.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

@font-face {
    font-family: 'SourceSansPro-Bold'; /*a name to be used later*/
    src: url('../fonts/SourceSansPro-Bold.ttf'); /*URL to font*/
}
.sourcesanfont{
    font-family: SourceSansPro-Bold;
    position: relative;   
    margin-top: -45px; 
    z-index: 1000; 
    color: white;  
    padding: 8px; 
    font-size: 15pt; 
    background:rgba(0,0,0,0.5);
}

.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}

div.opacity {
    opacity: 1;
    filter: alpha(opacity=50);
}	

div.opacity:hover {
    opacity: 0.7;
    filter: alpha(opacity=100);
}



div.shadow:hover {
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin: 20px 0;
    padding: 20px;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}


#navigation { font-size:0.9em; width:200px; background-color: #f2f2f2; padding: 5px 5px 100px;}
#navigation ul { margin:0px; padding:0px; }
#navigation li { list-style: none; }

ul.top-level { background:#666; }
ul.top-level li {
    border-bottom: #fff solid;
    border-top: #fff solid;
    border-width: 2px;
}

#navigation a {
    color: #fff;
    cursor: pointer;
    display:block;
    height:42px;
    line-height: 40px;
    text-indent: 10px;
    text-decoration:none;
    width:100%;


}

#navigation li:hover {
    background: #006633;
    position: relative;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -ms-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}

ul.sub-level {
    display: none;
    z-index: 900;
}

li:hover .sub-level {
    background: #999;
    border: #fff solid;
    border-width: 1px;
    display: block;
    position: absolute;
    left: 110px;
    top: 20px;    
}

ul.sub-level li {
    border: none;
    float:left;
    width:290px;
}

/*Seconda Level*/
#navigation .sub-level {
    background: #999;
}

/*Third Level*/
#navigation .sub-level .sub-level {
    background: #09C;
}
/*RESET STYLES*/
li:hover .sub-level .sub-level {
    display:none;
}

.sub-level li:hover .sub-level {
    display:block;
}

.shopping{ color: #007E3E; font-family: 'Source Sans Pro', sans-serif; }

.sourcesanfonttt{    
    position: absolute;  
    left: 47px;   
    position: absolute;
    top: 35px;
    width: 39%;
    color: white;   
    background:rgba(0,0,0,0.5);
}

.circleBase {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
}

.type2 {
    width: 60px;
    height: 60px;
    background: #fff;
    
}