html {
    overflow-y: scroll;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.center {
	float: left;
	left: 50%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
	ul.center li {
		float: left;
		position: relative;
		right: 50%;
	}
	
a {
	color: #343030;
	outline: 0;
}
a:hover {
	text-decoration: none;
}

table {
	border-collapse: collapse;
}
	table.bordered td {
		border: 1px solid #b2b2b2;
	}
	td.bordered{
		border-style:solid;padding:8px;
		border-width: 1px 1px 1px 1px;
		border-color:#999999;
		width: 80px;
		height: 80px;
		text-align: center;
	}
	
form table td.label {
	vertical-align: top;
	padding-top: 0.5em;
}
	
input[type=text], input[type=password],
input.text, input.title,
textarea, select {
  margin: 0.1em 0;
  padding: 3px;
  font-size: 0.917em;
}

textarea{
	font-family: Tahoma, Arial;
}

input[type=button], input[type=submit],
input.button {
	font-size: 0.917em;
	padding: 4px;
	cursor: pointer;
}

input[type=button].disable, input[type=submit].disable,
input.button.disable {
	color: #c3c3c3;
	cursor: default;
}

.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align: center;
}
.text-top {
	vertical-align: top;
}
.text-middle{
	vertical-align: middle;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.companycategory {
	margin: 25px 10px 0 0;
	border:0px solid red;
	
}
.strong, .bold {
	font-weight: bold;
}
.note { 
	font-size: .8em; 
	font-style: italic;
	color: #666;
}
span.required {color: red; font-weight: bold}
div.field-error{color: red;}
.spinner {padding-left: 10px; margin-top: 3px; display: none;}
.date_picker {cursor: pointer}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: hand;
}

/* Profile */

.dropdown {
    position: relative;
    display: inline-block;
	z-index:999999999;
	border:0px solid red;
	border-left:1px solid #fff;
	margin:0px 0px 0 0;
	/*height:58px;*/
	background:#fafafa;
	padding:10px;
	cursor:hand;
	
}
.dropdown:hover{
	background:#ececec;
	cursor:hand;
	
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
	width:100%;
	top:80px;
	left:0;
	border-top:2px solid #999;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	 cursor: hand;
}

/* Links inside the dropdown */
.dropdown-content a {
	text-align:center;
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
	cursor:hand;
	border-top:1px solid #fff;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
