*{font-family: 'Open Sans', sans-serif;
margin: 0;

padding: 0;

}
html {
	width: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
/*padding-bottom: 80px;*/

}

#tblTabel{width: 100%;}
#tblTabel tr{max-width: 100%;}
#tblTabel tr td {width: 40px; border: solid 1px #C0C0C0; text-align:left;
						 			   margin: 1px;}





::-moz-selection { background: #d4203c; color: #fff; text-shadow: none; }
::selection { background: #d4203c; color: #fff; text-shadow: none; }


#contentContainer {
	max-width: 95vw;
	margin: auto;
	margin-bottom: 50px;
	/*position: static;*/
	/*min-height: 75vh;*/
}


.listProds {
	font-size: 0.9em;
	/*max-width: 40vw;*/

}

.listProds td {
	max-width: 30vw;
	overflow: hidden;
}

#got-results {
	font-size: 0.9em;
}

#results-wrapper {
	display: block;
	background-color: #fff;
}

.statusmessage {
	font-weight: 400;
	font-size: 14px;
	color: #444;
}

/* the login class of the body */
::-webkit-input-placeholder {
   color: #444;
   font-size: 1.1em;
   padding-right: 22px;
   margin-right: 22px;
   right: 22px;
}

:-moz-placeholder { /* Firefox 18- */
   color: #444;
   font-size: 1.1em;
   padding-right: 22px;
   margin-right: 22px;
   right: 22px;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #444;
   font-size: 1.1em;
   padding-right: 22px;
   margin-right: 22px;
   right: 22px;
}

:-ms-input-placeholder {
   color: #444;
    font-size: 1.1em;
   padding-right: 22px;
   margin-right: 22px;
   right: 22px;
}

#graylogo {
	text-align: center;
	margin-top: 21px;
}

.userlogin {
	font-weight: 300;
	margin-bottom: 30px;
	font-size: 28px;
	color: #444;

}

body.login {
  background: url('../img/imglog.jpg') no-repeat 50% 50% fixed;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;

}

#theform {
	padding-top: 50px;
	padding-bottom: 50px;
}



#login {
	/*padding: 30px;*/
	background-color: #fff;
	text-align: center;
	margin: auto;

	margin-top: 22vh;
	display: block;
	min-height: 300px;
	width: 465px;
	/*height: 100%;*/
	border-radius: 2px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);


}
.gradient {
	width: 465px;
	height: 4px;
	display:block;
	margin: auto;
	top: 0;
	background: #ff9207; /* Old browsers */
	background: -moz-linear-gradient(left,  #ff9207 0%, #f06a47 25%, #f14474 45%, #db2a92 64%, #8b3a87 83%, #5c4878 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ff9207), color-stop(25%,#f06a47), color-stop(45%,#f14474), color-stop(64%,#db2a92), color-stop(83%,#8b3a87), color-stop(100%,#5c4878)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ff9207 0%,#f06a47 25%,#f14474 45%,#db2a92 64%,#8b3a87 83%,#5c4878 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ff9207 0%,#f06a47 25%,#f14474 45%,#db2a92 64%,#8b3a87 83%,#5c4878 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ff9207 0%,#f06a47 25%,#f14474 45%,#db2a92 64%,#8b3a87 83%,#5c4878 100%); /* IE10+ */
	background: linear-gradient(to right,  #ff9207 0%,#f06a47 25%,#f14474 45%,#db2a92 64%,#8b3a87 83%,#5c4878 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9207', endColorstr='#5c4878',GradientType=1 ); /* IE6-9 */
}



input:-webkit-autofill {
    background-color: red !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}


#login input[type="text"], input[type="password"] {
	display: block;
	margin: auto;
	width:306px;
	height: 40px;
	margin-bottom: 15px;
	border: 1px solid #dadfe1;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1) inset;
	padding:0px 22px;

}

input[type="button"] {
	display: block;
	width:350px;
	height: 40px;
	margin: auto;
	margin-bottom: 15px;
	background-color: #FF9207;
	border: none;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	padding:4px 8px;
}

input[type="button"]:hover {
	background-color: #e58306;
	cursor: pointer;
	}

.cell {
	position: relative;
	display: inline;
	width: 50px;
	height: 50px;
	display: inline-block;
}

#variant {
	color: tomato;
	font-weight: 700;
	font-size: 1.1em;
}

td:focus {
	background-color: #efefef;
}

.kbd{
border:1px solid #efefef;
font-size:1.2em;
box-shadow:1px 0 1px 0 #eee, 0 2px 0 2px #ccc, 0 2px 0 3px #efefef;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
margin:2px 3px;
padding:1px 5px;
}


#legenda table {
	background-color: #efefef;
	/*margin: auto;*/
	padding: 5px;
}


#legenda table tr td {
	background-color: #fff;
	 /*width: 225px;*/
	 border: solid 1px #C0C0C0;
	 text-align:left;
	 margin: auto;
	 /*margin: 1px;*/
	 padding: 8px;
}

.h35px {
	height: 35px;
	width: 100px;
}

section {
	width: 100%;
	display: inline;
}

section div {
	width: 33.3%;
	display: inline;
}

#header {
	width: 100%;
	height: 60px;
	background-color: #FF9207;
	margin-bottom: 30px;
	color: #fff;

}

.navigation {
	height: 60px;
	line-height: 60px;
	position: absolute;
    /*top: 16px;*/
    right: 84px;
	margin: auto;
	vertical-align: middle;
	/*height: 100%;*/
	/*list-style-type: none;*/

}

ul li {
	font-size: 15px;
	color: #fff;

	list-style-type: none;
	/*margin-left: 40px;
	padding-right: 20px;*/
    padding: 0;
    display: inline-block;
}




li a i {
	color: #fff;
}

li a {
	color: #fff;
}
ul li a{
	text-decoration: none;
	font-weight: 600;
	height: 100%;
	padding: 15px;
}

.logo img {
	margin-top: 16px;
	margin-left: 64px;
}

.navelement {

	display: inline;
	height: 60px;
	width: 80px;
}

.contentcontainer {
	line-height: 60px;
	height: 60px;
}




/*.navigation li {
	padding: 5px;
	background-color: #fff;
	display: inline;
}*/


.navigation li:hover {
	line-height: 60px;
	height: 60px;
	background-color:rgba(0,0,0,0.1);
	cursor: pointer;
}








/*
.dash-menu {
	white-space:nowrap;
	text-align:left;
	display: inline-block;
	background-color: #efefef;


}*/

.browse-default-tree {
	margin: auto;
	white-space:nowrap;
	top: 0;
	text-align:center;
	display: inline-block;
	width: 98%;
	height: 505px;
	/*background-color: #efefef;*/
	padding: 5px;


}

.quickstats {
	margin-top: 25px;
	width: 100%;
	text-align: left;
	font-weight: bold;
}










.menu-icon-cell {

	/*position: relative;*/
	color: #FF9B00;
	/*background-color: #0063B2;*/

	width: 15%;
	height: 100%;
	display: inline-block;
	border: 1px solid #fff;
	text-align: center;
}
.menu-icon-cell:first-child {

	/*position: relative;*/
	color: #FF9B00;
	/*background-color: #0063B2;*/

	width: 15%;
	height: 100%;
	display: inline-block;
	border: none;
	text-align: center;
}

/*		i {
		text-align: center;
		vertical-align: middle;
		margin: auto;
		margin-left: 5px;
		padding: 5px;
		font-size: 1.5em;
		color: #FF9B00;
		}*/

.menu-text-item {
	/*position: relative;*/
	height: 100%;
	width: auto;
	color: #FF9B00;
	display: inline-block;
}


.menu-text-item span {
	padding: 5px;
}

thead {
	height: 35px;
}

.wrapper {
	padding: 5px;
}





tr a {
	text-decoration: none;
}

.minus {
	cursor: pointer;
}

.minus:hover {

}


.plus {
	cursor: pointer;
	display:none;
}

.plus:hover {
}

iframe {
	border: none;
	display: inline-block;
}

svg {
	/*width: 100%;*/
}


#footer {

	/*position: absolute;*/
	/*bottom: 0;*/
	margin-top: 30px;
	height: 60px;
	width: 100%;
	min-height: auto;
	background-color: #4f5962;

}


#copyright {
	line-height: 60px;
	margin: auto;
	padding: auto;
	color: #dfdfdf;
	vertical-align: middle;
	font-size: .75em;
	text-align: center;
}