/* flat-ui */
body {
    

}
.navbar-default .navbar-toggle {
    border: 0;
}

.nav > li > a {
	/*padding: 5px 0;	*/
}

#cookie-policy {
    /*position:fixed;*/
    opacity: 0.6;
    background-color: #000;
    color: #fff;
    height:50px;
    width:100%;
    z-index:1000;
    display:none;
    
    font-size:11px;
    text-align:center;
}
#cookie-policy .container {
    position:relative;
    padding:8px 50px;
}
#accept-cookies {
    position:absolute;
    top:14px;
    right:10px;
    opacity:1;
    width:20px;
    height:20px;
    background-color:#fff;
    color:#000;
    border-radius:50%;
    font-size:13px;   
    text-align:center;
    line-height:20px;
    padding-left:1px;
}

.nav > li > a:hover,
.nav > li > a:focus {
	background: none;
}


/* generals */

.align-right {
	text-align: right;
}
ul {
	margin: 0;
	padding:0;
	list-style: none;
}
a {
    outline: medium none;
}
a:active,a:focus {
    outline: none;
}
.box {
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
    margin-bottom: 20px;
    padding: 20px;
}
.clear {
	clear:both;	
}
.separator {
	clear:both;
	margin-bottom:20px;
}

.form-control {
	box-shadow: none;	
}

label.error {
    float:none;
    padding:6px;
    color:#fff;
    font-weight:400;
    background-color:#f00;
}
label {
    font-weight:normal;
}

/* drop down */

.dropdown-menu > li > a {
    text-decoration: none !important;
}
button span.text {
    float: left;
    margin-right: 8px;
}
button span.caret {
    float: right;
    margin-top:8px;
}


/* search */
.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 30px;    
}
.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}

/* impromtu */
div.jqi {
    font-family: "Lato","Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 13px;
}
div.jqi .jqibuttons button {
    padding: 15px 10px;
    width: 50%;
}
div.jqi h2 {
    font-weight: 300;
}

/* social buttons ---------------------- */
.social {
    margin: 15px 0;
}
.social a {
    /* background: url("../img/icons/social_icons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); */
    border-radius: 100%;
    display: block;
    height: 32px;
    overflow: hidden;
    position: relative;
    width: 32px;
    margin: 2px !important;
    background-color: #ddd;
    float:left;
    text-align:center;
    font-size:18px;
    color:#fff !important;
    padding-top:4px;
}
.social a:hover {
    background-color: #aaa;
}

/* select2 */

.select2-container {
    min-width: 180px;
    border: solid 1px #ccc;
    padding: 4px;
    border-radius:4px;
}

.select2-container .select2-choice {
    background: none;
    border: 0;
}

.select2-container .select2-choice .select2-arrow {
    background: none;
    border-left: 0;
}
.select2-drop-active {
    border: 1px solid #ccc;
    border-top: none;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 0;
    box-shadow:none;
}
.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 0;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 0;
    background: none;
}
.select2-container {
    width: auto;
}
.select2-results .select2-highlighted {
    background: #aaa;
    color: #fff;
}


/* layout */
.wrapper{
	overflow:hidden;
}	

.row a {
	margin: 0 auto;
}
.folders {
	background-color:#f0f0f0;
	list-style: none outside none;
	padding: 20px 0;
}
.folders a {
	float: left;
	padding: 5px;
	
}
.folders ul {
	margin-left:20px;
}
.files {
	list-style: none outside none;
	padding: 20px;
}
.files li {
	border-bottom: solid 1px #eee;
	padding: 5px 0;
}

/* google drive */
.gdriveToggleFolder {
	margin-right:6px !important;
}
.gdriveFolder {
}


/*** carrello ***/

.shopRemove,
.shopSub,
.shopAdd {
    font-size: 18px;
    color: #444;
}
a.btn {
	border: 0;
	padding: 7px 12px;
}


#shopCartItems {
	background: none;
	border: none;
	width: 25px;
}

.subtotal {
	font-weight:bold;
}

.container {
    width: 100%;
}