@import url('https://fonts.googleapis.com/css?family=Roboto+Slab|Russo+One|Raleway|Roboto|Open Sans');

html, body
	{
	margin: 0px;
	padding: 0px;
	}

*
	{
	font-family: "Roboto", "Roboto Slab";
	text-decoration: none;
	line-height: 150%;
	transition: 0.5s ease !important
	}

div#middlereplacediv {
    width: 98%;
}

#options a.setup
    {
    background-image: url(../images/wlogo-settings.png);
    }

	
/*TOOLTIPS*/
a.help
	{
	position: relative;
	float: right;
	color: #226
	}
	
a.help em
	{
	display: none;
	width: 164px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 4px rgba(0,0,0,0.6);
	padding: 8px;
	font-size: 90%;
	position: absolute;
	top: 0px;
	margin-left: -180px;
	font-style: normal;
	z-index: 300;
	}
	
.help strong
	{
	display: block;
	}
	
a.help img
	{
	width: 25px;
	opacity: 0.5;
	}
	
a.help:hover em, a.focus:active em
	{
	display: block;
	}

a.help:hover img, a.focus:active img
	{
	transform: rotate(360deg);
	opacity: 1
	}
	
	
/*SORT FILTER*/
#sort
	{
	}
	
/*MENU STUFF*/	
	
	
#logo
	{
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 0px;
	}
	
#open
	{
	display: none;
	}
	
#menu, #testbar
	{
	z-index: 100;
	width: 25%;
	width: 240px;
	float: left;
	background: #207cca;
	background: rgb(0,150,213);
	max-width: 240px;
	min-width: 150px;
	height: 110vh;
	border-left: 8px solid rgba(0,0,0,0.4);
	overflow: auto;
	box-shadow: inset -12px 0 9px -12px rgba(0,0,0,0.8);
	}

#testbar
	{
	position: fixed;
	z-index: 0 !important;
	height: 2400vh;
	}

#menu
	{
	position: fixed;
	z-index: 100 !important;
	}
	
#menu ul
	{
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	}

#menu li
	{
	display: inline;
	}

#menu li a
	{
	font-family: "Roboto Slab";
	display: block;
	color: #fff;
	padding: 8 8 8 34;
	}
	
#options a
	{
	display: block;
	padding: 10px 12px 10px 34px;
	background-position: 6px center;
	background-size: 20px;
	background-repeat: no-repeat;
	border-top: 1px solid rgba(255,255,255,0.4);
	border-bottom: 1px solid rgba(0,0,0,0.4);
	}
	
#options a em
	{
	font-family: "Roboto Slab";
	font-style: normal;
	}
	
#options a.home
	{
	background-image: url(../images/wlogo-home.png);
	}
	
#options a.logout
	{
	background-image: url(../images/wlogo-out.png);
	}
	
#options a.profile
	{
	background-image: url(../images/wlogo-acc.png);
	}
#options a.users
	{
	background-image: url(../images/wlogo-users.png);
	}
#options a.options
	{
	background-image: url(../images/wlogo-settings.png);
	}
	
#options a.news
	{
	background-image: url(../images/wlogo-news.png);
	}
	
#options a.info
	{
	background-image: url(../images/wlogo-info.png);
	}
#options a.ratings
	{
	background-image: url(../images/wlogo-rating.png);
	}
	
#options a:hover, #options a:focus, #options a.selected
	{
	background-color: rgba(0,0,0,0.4);
	background-size: 22px;
	text-shadow: 0px 2px rgba(0,0,0,0.8);
	cursor: hand;
	}

#options a.selected
	{
	border-bottom: none
	}

/*LAYOUT STUFF*/

h1
	{
	font-family: "Roboto Slab";
	color: #000;
	display: block;
	padding: 1%;
	margin: 0px;
	}

#main
	{
	width: auto;
	overflow: hidden;
	margin-left: 248px;
	}
	
#body
	{
	margin: 1%;
	}

	
#left, #right
	{
	display: block;
	float: left;
    box-sizing: border-box;
	}
	
#left
	{
	width: 75%;
	}
	
#left #left
	{
	width: 98%;
	}
	
#right
	{
	width: 25%;
	}
	
	
#right form
	{
	padding: 0px;
	overflow: auto;
	max-width: 100%;
    overflow-x: hidden;
	}
	
#right .jsbox
	{
	padding: 12px;
	}

.idea form
	{
	margin: 0px;
	padding: 0px;
	margin: 0px;
	overflow: auto;
	}

label
	{
	display: block;
	}
	
.btn
	{
	background-color: rgb(0,150,213);
	padding: 8px;
	font-weight: bold;
	color: #fff;
	border-radius: 6px;
	border: 0px;
	text-transform: uppercase;
	margin: 6px;
	}

form.commentform
	{
	background-color: rgba(0,150,213,0.4);
	padding: 12px;
	border-radius: 8px;
	}
	
.commentform legend
	{
	color: #fff;
	}
	
.commentform .label
	{
	font-weight: bold;
	display: inline-block;
	position: relative;
	height: 30px;
	top: -10px;
	}
	

.checkbox
	{
	display: inline-block;
	overflow: hidden;
	height: 30px;
	width: 30px;
	}

.checkbox input[type=checkbox]
	{
    display: none;
    position: relative;
    z-index: -9999;
	}

.checkbox span {
    width: 30px;
    height: 30px;
    display: block;
    background: url("../images/checkoff.png");
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.checkbox span:hover
	{
	cursor: hand;
	}

.checkbox input:checked + span {
    background: url("../images/checkon.png");
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
	
	
.btn.icon
	{
	padding-left: 32px;
	background-position: 4px center;
	background-repeat: no-repeat;
	background-size: 24px;
	}
	
.btn.comment
	{
	background-image: url(../images/icon-feedback.png);
	}
	
.btn.right
	{
	float: right;
	}
	
input[type=text], textarea, input[type=password], input[type=email], input[type=date], select
	{
	padding: 7px;
	border-radius: 6px;
	border: 1px solid rgba(0,150,213,0.75);
	margin-bottom: 12px;
	width: 100%;
	}

input[type=text]:focus, textarea:focus
	{
	background-color: #ffe;
	box-shadow: inset 0 0 4px rgba(0,0,0,0.5);
	}
	
textarea:disabled, input[type=text]:disabled
	{
	background: rgba(255,255,255,0.2);
	box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	border: 0px;
	padding: 8px;
	margin: 0px;
	color: #444;
	width: 100%;
	}
	
input[type=button]:disabled
	{
	background: #888 !important;
	color: #ccc;
	cursor: normal !important;
	}

	
.idea textarea
	{
	width: 100%
	}
	
input[type=button].close, button.close
	{
	position: absolute;
	right: 8px;
	top: 8px;
	width: 30px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	border-radius: 50%;
	border: 0px;
	background-color: #c00;
	background-image: url(../images/icon-close.png);
	background-size: cover;
	}
	
input[type=button].close:hover, button.close:hover
	{
	cursor: hand;
	background-color: #10c71d;
	transform: scale(1.1) rotate(360deg)
	}
	
fieldset
	{
	border-radius: 8px;
	border: 1px solid rgba(255,255,255,0.5);
	margin-bottom: 12px;
	}

legend
	{
	color: rgb(0,150,213);
	font-weight: bold;
	}
	
textarea
	{
	height: 100px;
	}
	
.btn:hover
	{
	background-color: #10c71d;
	cursor: hand;
	}
	
.jsbox
	{
    box-sizing: border-box; 
	position: relative;
	background-color: rgba(0,150,213,0.2);
	border-radius: 8px;
	box-shadow: 0 0 4px rgba(0,0,0,0.6);
	overflow: auto;
	margin-bottom: 24px;
	font-size: 90%;
	padding: 12px;
	width: 100%
	}
	
.jsbox:hover, .jsbox:focus
	{
	background-color: rgba(0,150,213,0.25);
	}
	
.idea
	{
	position: relative;
	display: table;
	}
	
.avatar
	{
	width: 80px;
	height: 80px;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50%;
	background-size: cover;
	margin: auto;
	}
	
.avatar.large
	{
	float: left;
	overflow: hidden;
	margin-right: 20px;
	}

.avatar.left
	{
	float: left;
	margin-right: 12px;
	}

.idea .info
	{
	display: table-cell;
	width: 15%;
	background-color: rgba(255,255,255,0.2);
	padding: 12px;
	border-radius: 8px;
	}
	
	
.idea .info p.author
	{
	text-align: center;
	font-weight: bold;
	}
	
.info p.author a
	{
	cursor: hand
	}
	
.info p.author a:hover
	{
	color: rgb(0,150,213)
	}
	
.description
	{
	background-color: rgba(255,255,255,0.7);
	border-radius: 8px;	
	box-shadow: 0 0 4px rgba(0,0,0,0.6);
	padding: 12px;
	margin-bottom: 12px;
	overflow: auto;
	}
	
	
.description h2, .description p
	{
	padding: 8px;
	margin: 0px;
	}
	

.rating
	{
	display: block;
	float: right;
	vertical-align: top
	}

.rating img
	{
	
	}
	
	
.details
	{
	vertical-align: top;
	display: table-cell;
	padding-right: 12px;
	}
	
.user .right
	{
	display: block;
	}
	
.conversation
	{
	background: rgba(255,255,255,0.6);
	border-radius: 8px;
	margin-bottom: 12px;
	overflow: auto;
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
	}
	
.idea h2 .idea h3, .idea h4
	{
	padding: 8px;
	margin: 0px;
	color: rgb(0,150,213);
	}

.conversation h4
	{
	padding: 8px;
	margin: 0px;
	background-color: rgba(0,150,213,0.2)
	}
	
.conversation p
	{
	margin: 0px;
	padding: 8px;
	}
	
.conversation a
	{
	display: inline-block;
	float: right;
	background-color: rgb(0,150,213);
	color: #fff;
	border-radius: 4px;
	padding: 4px;
	margin: 0px 8px 8px 0px;
	font-weight: bold;
	}
	
.user ul
	{
	margin-left: 100px;
	}

	
.jsbox.user fieldset
	{
	}
.jsbox.user fieldgroup
	{
	width: 100%;
	display: inline-block;
	vertical-align: top;
	background: rgba(255,255,255,0.2);
	padding: 12px;
	border-radius: 6px;
	}

#lang
	{
	background: #000;
	padding: 4px;
	overflow: display;
	z-index: 200;
	font-size: 80%;
	border-bottom: 1px solid rgba(255,255,255,0.7);
	}	
#breadcrumb
	{
	background: rgba(0,174,239,0.6);
	overflow: auto;
	}

#breadcrumb *
	{
	transition: 0.75s ease;
	}

#breadcrumb ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#breadcrumb a
	{
	display: block;
	float: left;
	padding: 10px;
	color: #fff;
	}

#breadcrumb a.b1
	{
	background: rgba(0,174,239,0.9);
	}

#breadcrumb a.b2
	{
	background: rgba(0,174,239,0.7);
	}
	
/*NOTIFICATIONS*/

p.status
	{
    padding: 8px;
    display: block;
    font-weight: bold;
    background: #fff;
    border-radius: 4px;
	}

.red
	{
    color: #f00
	}

.gray
	{
    color: #aaa;
	}

.green
	{
    color: #0a0;
	}
        
.orange
	{
    color: #FFA700 ;
	} 


.excellent {

    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../images/mood/excellent.jpg);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;

}

.excellentfull {
    
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../images/mood/excellentfull.jpg);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;

}

.great {

    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../images/mood/great.jpg);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;

}

.greatfull {
    
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../images/mood/greatfull.jpg);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;

}
 
.good {

    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../images/mood/good.jpg);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;

}

.goodfull {
    
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../images/mood/goodfull.jpg);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;

}

.fair {

    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../images/mood/fair.jpg);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;

}

.fairfull {
    
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../images/mood/fairfull.jpg);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;

}

.poor {

    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../images/mood/poor.jpg);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;

}

.poorfull {
    
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../images/mood/poorfull.jpg);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;

}

.staroff
{
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../images/nostar.png);
    	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.staron
{
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../images/wholestar.png);
    background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.ms-sel-item
	{
	background-color: #0096d5;
	color: #fff
	}
	

.topnav
	{
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	padding: 8px;
	border-radius: 4px;
	}

a.topnav.right {
    position:  absolute;
    right: 0px;
}

.topnav:hover
	{
	background: #10c71d
	}
	
.topnav strong
	{
	display: block;
	background-color: red;
	float: right;
	margin: 0px 0px 0px 8px;
	padding: 0px 6px 0px 6px;
	color: #fff;
	border-radius: 4px
	}
	
	
#lang ul
	{
	display: none;
	position: absolute;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: #000;
	overflow: auto;
	list-style-type: none
	}
	
#lang ul li
	{
	display: inline;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}
	
#lang ul a
	{
	display: block;
	padding: 12px;
	margin: 0px;
	color: #fff;
	}
	
#lang ul a:hover
	{
	background-color: #10c71d
	}
	
.dropbtn
	{
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	padding: 8px;
	border-radius: 4px 4px 0px 0px;
	color: white;
	border: none;
	background: #000
	}

.dropbtn.right {
    position:  absolute;
    right: 0px;
}

.topnav:hover
	{
	background: #10c71d
	}
	
.dropbtn strong
	{
	display: block;
	background-color: red;
	float: right;
	margin: 0px 0px 0px 8px;
	padding: 0px 6px 0px 6px;
	color: #fff;
	border-radius: 4px
	}

.dropdown
	{
	position: relative;
	display: inline-block;
	}

.dropdown-content
	{
	display: none;
	position: absolute;
	background-color: #10c71d;
	min-width: 300px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	}

.dropdown-content span, .dropdown-content a	
	{
	color: #fff;
	padding: 8px;
	text-align: left;
	text-decoration: none;
	display: block;
	cursor: hand;
	}

.dropdown-content a:hover, .dropdown-content span:hover
	{
	background-color: #0a9014;
	}

.dropdown:hover .dropdown-content
	{
	display: block;
	}

.dropdown:hover .dropbtn
	{
	background-color: #10c71d;
	}

.pagination
	{
	display: inline-block;
	float: right;
	text-align: center;
	margin: auto;
	list-style: none;
	padding: 0px;
	border-radius: 4px;
	background-color: #fff;
	overflow: auto;
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
	}
.pagination li
	{
	display: inline;
	}
.pagination a
	{
	display: block;
	float: left;
	padding: 12px;
	text-align: center;
	color: rgb(0,150,213);
	font-weight: bold;
	}
	
.pagination a:hover
	{
	background-color: rgba(0,150,213,0.1);
	color: rgb(0,75,106);
	}
	
.prev, .next
	{
	border-left: 1px solid rgb(0,150,213)
	}
	
.next
	{	
	border-right: 1px solid rgb(0,150,213)
	}

	
	@media only screen and (max-width: 670px)
	{
	.description, .info, .details, .idea
		{
		display: block;
		padding: 4px;
		}
		
	.customerlogo
		{
		display: none;
		}
	#logo
		{
		filter: invert(100%);
		display: block;
		width: 50%;
		margin: 12px auto 12px auto;
		}
	#lang
		{
		/*display: none;*/
		}
	#open
		{
		background: #207cca;
		color: #fff;
		display: block;
		padding: 4px;
		text-align: center;
		box-shadow: inset 0 8px 6px -6px rgba(0,0,0,0.6)
		}
	#close.close
		{
		display: block;
		}
	
	#menu, #testbar
		{
		z-index: 100;
		width: 100%;
		float: left;
		background: #fff;
		max-width: none;
		min-width: 150px;
		height: auto;
		border-left: 0px;
		overflow: auto;
		box-shadow: none;
		position: relative;
		}
	#testbar
		{
		display: none;
		}
	
	#main
		{
		display: block;
		float: left;
		clear: left;
		margin-left: 0px;
		}
	#left
		{
		width: 98%;
		margin: auto;
		padding: 0px;
		}
	#left, #right
		{
		display: block;
		clear: left;
		}
		
	#open
		{
		padding: 6px;
		text-align: left;
		}
		
	#options
		{
		overflow: auto;
		background: rgb(0,75,112);
		display: none;
		}
	
	
	#menu li
		{
		display: inline;
		display: block;
		float: left;
		width: 25%;
		padding-top: 20px;
		padding-bottom: 30px;
		background: transparent;
		}

	#menu li a
		{
		position: relative;
		display: block;
		margin: auto;
		color: #fff;
		padding: 0px;
		background-color: rgb(0,150,215);
		text-align: center;
		font-size: 80%;
		overflow: visible;
		border-radius: 10px;
		height: 60px;
		width: 60px;
		background-color: #fff;
		box-shadow: 0 0 8px rgba(0,0,0,0.8);
		overflow: visible;
		background-size: 75% !important;
		background-repeat: no-repeat !important;
		background-position: center center !important;
		background-color: rgb(58,201,255) !important;
		}
	
	#options a
		{
		font-family: arial, helvetica, sans-serif !important;
		display: block;
		padding: 0px;
		background-position: center center;
		background-size: 40px;
		background-repeat: no-repeat;
		border: 0px;
		}
	#options li a em
		{
		white-space: nowrap;
		overflow: hidden;
		vertical-align: text-bottom;
		border: none;
		font-size: 70%;
		display: block;
		width: 120%;
		position: absolute;
		bottom: -25px;
		left: -10%;
		padding: 0px;
		text-align: center;
		background: transparent;
		box-shadow: none;
		border-radius: 0;
		color: #fff;
		padding: 0;
		font-family: helvetica, arial, sans-serif;
		}
		
	#options a:hover, #options a.selected
		{
		background-color: #10c71d !important;
		text-shadow: none;
		}
	
	}

	
	
	