@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
}
body {
	margin: 0;
	height: 100%;
	font-size: medium;
	background-color: #fff;
	padding: 0;
	font-family: Helvetica, sans-serif;
	min-width: 1024px;
	color: #313131;
}

.social_media {
	margin-top: 10px;
	float: right;
	height:50px;
}
.social_media a {
	line-height: 50px;
	display:inline-block;
	height: 50px;
}
.social_media img {
	width: 50px;
	display: inline-block;
}

img {
	border: none;
}

#portfolioimage { 
	width: 227px; 
	height: 157px;
	float: left; 
	margin-top: 0; 
	padding-left: 5px; 
}

.sitemap {
	margin: 0;
	padding: 0;
	width: auto;
	list-style-position: inside;
}

.sitemap li {
	list-style-type: disc;
	list-style-position: inside;
}

.sitemap li ul li{
	margin-left: 10px;
	font-size: 10px;
	list-style-position: outside;
}



img#logo1 {
	float: left;
	width: 344px;
	height: 71px;
	display: block;
	display: none;
}
img#logo2 {
	float: left;
	width: 344px;
	height: 71px;
	display: block;
}
@media print {
	img#logo1 {
		display: block;
	}
	img#logo2 {
		display: none;
	}
}
#header-logo {
	float: left;
	margin: 8px;
	margin-left: 20px;
	border: none;
}

#content {
	margin: 0;
	height: auto;
}
#content2 {
	margin: 0 0 0 auto;
	padding: 10px 10px 10px 10px;
	min-height:620px;
	position: relative;
}
#content2:after {
	content: ".";
	display: block;
	height: 0;
    font-size: 0;
	clear: both;
	visibility: hidden;

}

input.filter {
	width: 40px;
}
fieldset {
	border: none;
	margin: 0;
}
fieldset.filters {
	width: 100%;
}

fieldset legend {
	color: #ff7f00;
	font-size: medium;

}
fieldset ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.form-group,
fieldset p ,
fieldset ul li {
	margin: 0;
	padding: 5px 0 5px 140px;
	list-style: none;
}

fieldset li p {
	padding: 0;
}

.form-group:after,
fieldset.filters:after,
fieldset ul li:after ,
fieldset p:after {
	content: ".";
	display: block;
	height: 0;
    font-size: 0;
	clear: both;
	visibility: hidden;
}

.form-check-inline {
  display: inline;
  padding-left: 0;
  margin-right: .2rem;
}

.form-group label:not(.radio):not(.radio-inline),
fieldset ul li label:not(.radio):not(.radio-inline),
fieldset p label:not(.radio):not(.radio-inline) {
	float: left;
	margin-left: -140px;
	width: 135px;
	text-align: right;
}
fieldset ul li textarea, fieldset p textarea {
	width: 90%;
}

/*
dark: #330000
less brown: #663300
light#CC9900
lighter: #FFF2AC
*/
input, textarea {
	background-color: white;
	color: black;
	font-size: small;
	outline: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
select, option {
	color: black;
	font-size: small;
}
input[type="radio"] {
	vertical-align: middle;
}
table.List input[type="number"], 
table.List input[type="text"] {
	width: 95%;
}
.Page {
	border: 1px solid #330000;
	background-color: #DFD6B4;
	padding: 5px;
	margin: 0;
} 
.PageTitle {
	position: absolute;
	top: 0;
	right: 0;
    text-align: right;
}
.PageTitle h1 {
    text-align: right;
	color: #ff7f00;
    margin: 0;
    font-size: large;
}
.PageTitle h2 {
    text-align: right;
    color: #000088;
    margin-top: 0;
    font-size: medium;
}

pre {
	background-color: #eee;
	padding: 10px;
}

#ErrorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#ErrorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#ErrorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}
                           

.spacer {
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: small;
}
table.List {
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	table-layout: fixed;
	border-bottom: 1px solid #0046a2;

}
th {
	color: #000000;
	border-bottom: 1px solid #0046A2;
	padding: 1px;
	text-align: left;
}
th.money {
	text-align: right;
}

td { padding: 1px; 
	vertical-align: top;
}

.DroppableOn {
	border-color: #8C94BA;
}
.DroppableOff {
	border-color: #000000;
}

tr.totals {
	border-top: 1px solid #0046A2;
}
tr.totals td {
	text-align: right;
}


a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
}

a:link, a:visited {
	color: #4d95d8;

}
a:hover, a:active {
	color: #ff7f00;
	background-color: #313131;
}

p.buttons {
	text-align: left;
}
@media print {
	p.buttons {
		display: none;
	}
}
fieldset p.buttons {
	text-align: left;
}
hr {
	color: #0046A2;
	background-color: #0046A2;
}
a.button {
	background: url(/images/menu_fill_blue.png) repeat-x top;
	color: #ffffff;
	padding: 3px 5px;
	margin-left: 5px;
	font-size: small;
	line-height: 24px;
	overflow: hidden;
	vertical-align: top;
}
a.button:hover, a.button:active {
	color: #FF7F00;
}
.ContactInfo fieldset {
}
.ContactInfo fieldset p {
	padding-left: 10px;
	text-align: left;
}
.ContactInfo fieldset p br {
	display: block;
}

.colRow {
    background-color: #e3e4f0;
}
.roweven {
    background-color: #e3e4f0;
}/* alternating row color in generated tables */
br.pagebreak {
	page-break-after: always;
}

table.List p {
	margin: 0;
	padding: 0;
}

.fieldWithErrors {
      background-color: red;
	padding: 2px;
	display: table;
border: 1px solid black;
margin: 0;
clear: none;
}
.leftColumn {
	float: left;
	width: 49%;
min-width: 500px;
}
.rightColumn {
	float: left;
	width: 49%;
min-width: 500px;
}
span.DateSelector {
	display: inline-block;
    min-width: 185px;
}
span.DateSelectorC {
	display: inline-block;
    min-width: 225px;
}
span.DateSelectorT {
	display: inline-block;
    min-width: 225px;
}
span.DateSelectorCT {
	display: inline-block;
    min-width: 235px;
}
span.DateTimeSelector {
    float: left;
    width: 400px;
}
span.DateSelector select, span.DateTimeSelector select {
    width: auto;
    max-width: none;
}
span.DateSelector select option {
}
table .Date {
	width: 150px;
	text-align: right;
	padding-right: 5px;
}
td.DateTime, th.DateTime {
	width: 155px;
	text-align: left;
}
td.Price, th.Price {
	width: 95px;
	text-align: right;
}
td.Rate, th.Rate {
	width: 75px;
	text-align: right;
}

th.EmployeeName {
	text-align: left;
	width: 80px;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 36px;
	color: #ff9000;
	font-weight: normal;
}

h2 {
	font-size: 24px;
	color: #313131;
	font-weight: normal;
}

h3 {
	font-weight: bold;
}

h4 {
	font-size: 14px;
	color: #ff9000;
	font-weight: bold;
}


#home-image {
	float: right;
	width: 440px;
	height: auto;
	margin: 0;
	padding: 0;
}

#container {
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 45px;
	padding: 0;
}

#header-holder {
	width: 100%;
	background-color: #313131;
}

#header-holder #contact {
	color: #FFF;
	font-size: 16px;
	margin-top: 10px;
	float: right;
	text-align: right;
}

#header {
	margin: 0 0 0 45px;
	padding: 0 10px 0 10px;
}
#header a {
	display:inline-block;
}
a.home {
	float: left;
  font-size: 24pt;
}
#header:after {
	content: ".";
	display: block;
	height: 0;
    font-size: 0;
	clear: both;
	visibility: hidden;
}

#menu {
	width: 100%;
	padding: 10px 0 0 0;
	float: left;
}

#menubar {
	top: 151px;
	left: 45px;
	right: 45px;
	list-style: none;
	z-index: 6000;
	min-width: 940px;
	display: block;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -5px;
	font-weight: normal;
}
#menubar:after {
	content: ".";
	display: block;
	height: 0;
    font-size: 0;
	clear: both;
	visibility: hidden;
}
#menubar li {
	float: left;
	list-style: none;
	margin: 0;
	display: block;
	background-color: #313131;
	padding-left: 6px;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	font-weight: normal;
	color: #FFF;
}

#menubar li a {
	color: white;
	display: block;
	text-decoration: none;
	font-size: medium;
	margin: 0;
	overflow: hidden;
	text-align: left;
	outline: 0;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	font-weight: normal;
}
#menubar li ul {
	/*put the subnavs below and hide them all*/
	display: none;
	padding: 0;
	list-style: none;
	position: absolute;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2px;
	color: #4D95D8;
}

.orange {
	color: #ff7f00;
}

#menubar li.on a {
	/*change border color for active topic area*/
color: #999; /* orange */
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
}

#menubar li ul li {
	background-color: #ffffff;
	border: 0;
	float: none;
	padding: 1px 0 0 0;
	width: 116px;
	margin:0 0 0 -1px;
	list-style: none;
	text-align: left;
	font-size: small;
	color: #4D95D8;
}

#menubar li.on ul a, #menubar li.off ul a {
	/*ie doesn't inherit the float*/
	color: #4D95D8;
	padding: 4px;
	margin: 0;
	text-decoration: none;
	text-align: left;
	background-color: #313131;
	background-repeat: repeat-x;
	font-size: small;
}


#menubar li.on ul {
	/*display the current topic*/
	display: block;
	width: 116px;
	list-style: none;
	padding: 0;
	margin:0px;
	font-size: small;
	color: #4D95D8;
}

#menubar li.off:hover ul, #menubar li.over ul {
	/*	display the other topics when their parent is hovered */
	display: block;
	z-index: 6000;
	color: #4D95D8;
}

#menubar li.off:hover a {
	color: #999;
}
#menubar li.off a:hover {
	color: #4D95D8;
}
#menubar li:hover a {
	color: #4D95D8;
	background-color: #FFF;
}
#menubar li.over a {
	color: #4D95D8;
	background-color: #FFF;
}

#home-top{
	width: 500px;
	margin-top: 0;
	margin-left: 0;
	float: left;
	padding-bottom: 10px;
	font-size: medium;
	font-weight: normal;
}

#home-holder {
	height: 400px;
	width: 940px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	padding-top: 15px;
	margin: 0;
	font-size: 14px;
	float: left;
}

#home-left {
	float: left;
	height: auto;
	width: 313px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}


#home-center {
	width: 303px;
	float: left;
	padding-right: 20px;
	padding-left: 10px;
}

#home-right {
	height: auto;
	width: 280px;
	float: left;
	padding: 0;
}

#footer {
	height: auto;
	margin: 0;
	font-size: 12px;
	background-color: #131313;
	width: 100%;
	float: left;
	color: #FFF;
}

#footer #summary {
	padding-right: 30px;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	float: left;
	width: 400px;
}

#footer #bluebar {
	width: 100%;
	height: 25px;
	background-color: #4d95d8;
	margin-bottom: 20px;
}

#footer #footerbottom {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 45px;
	width: 940px;
	height: auto;
}

#footer #sitemap {
	float: left;
	width: 100px;
	padding-right: 30px;
}

#footer #footer-services {
	float: left;
	height: auto;
	width: 160px;
	padding-right: 30px;
}

#footer #footer-products {
	float: left;
	height: auto;
	width: 120px;
	padding-right: 0;
}

#footer #footer-logo {
	float: left;
	height: 59px;
	width: 120px;
	margin: 0;
	background-image: url(../images/logo-footer.gif);
	padding: 0;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

#footer ul {
	margin: 0;
	float: left;
	list-style-type: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#footer ul li {
	padding-top: 2px;
	padding-bottom: 2px;
}

.port-piece {
	height: auto;
	width: 940px;
	float: left;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}

.port-image {
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
	float: left;
}

.port-image a:link {
	background:none;
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
	float: left;
}

.port-image a:visited {
	background:none;
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
	float: left;
}

.port-image a:hover {
	background:none;
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
	float: left;
}

.port-image a:active {
	background:none;
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
	float: left;
}

.port-text {
	margin: 0;
	float: left;
	height: auto;
	width: 680px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

.iq-list {
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 40px;
	list-style-position: outside;
	list-style-type: disc;
	height: auto;
	width: auto;
}

.iq-list li {
	padding-top: 5px;
	padding-bottom: 5px;
}

.left-text {}
.right-image {}

.right-text {}
.left-image {}

#footer-logo a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background:none;
	padding:0;
}
#footer-logo a:visited {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background:none;
	padding:0;
}
#footer-logo a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background:none;
	padding:0;
}
#footer-logo a:active {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background:none;
	padding:0;
}
img.Override {
    height: 16px;
}

#logactions li {
	width: 25%;
	float: left;
	padding: 0;
}
#google_ad {
	position: absolute;
	right: -200px;

	width: 160px;
	height: 600px;
border: 1px solid black;
	margin: 0 0 0 10px;
}
.error, .warning {
		color: red;
}
table .Percent {
	width: 40px;
	text-align: right;
}
.Login input[type="email"],
.Login input[type="password"] {
	width: 70%;
}
table .checkbox {
	width: 30px;
	text-align: center;
}
/* These are here because they are used on any page that includes photos */
#Photos .Photo {
	float: left;
	max-width: 300px;
	margin-right: 10px;
	/* To make them line up nice. */
	min-height: 155px;
}
#Photos .Photo a.Portrait {
	margin: 0;
	width: 175px;
	min-height: 0;
	max-height: 233px;
	overflow: visible;
}
#Photos .Photo a.Landscape {
	margin: 0;
	width: 175px;
	min-height: 0;
	max-height: 131.25px;
	overflow: visible;
}
#Photos .Photo a.thumbnail img {
	width: 175px;
}
.thumbnail img {
	width: 75px;
}

.qq-upload-drop-area-active {
	background-color: #eeeeee;
}
.qq-upload-list li {
	padding: 0;
}
.qq-upload-failed-text {
	display: none;
}
#ButtonUpload input {
	width: 100%;
	height:100%;
}
#menubar li.Solutions ul li {
	width: 160px;
}
#menubar  li.Pricing ul li {
	width: 130px;
}
#menubar  li.Managerial ul li {
	width: 160px;
}
#menubar .Marketing ul li {
	width: 140px;
}

.medium {
    width: 300px;
}
.medium img {
    width: 300px;
}

@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
}

/* Nexus 5 */
@media screen and (device-width: 360px) and (-webkit-device-pixel-ratio: 3.0) {
	body {
		min-width: 0;
		width: 100%;
	} 
	.social_media {
	height: 75px;
		right: 0;
	top: 0;
	}
	.social_media a,
	.social_media img {
		width: 75px;
	}
	#container{
	width: 100%;
	}
	#home-top {
	width: 75%;
	}
	#home-image {
	width: 25%;
	}
	#menubar li a {
font-size:large;
}
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
	body {
		min-width: 0;
	} 
.social_media img {
	width: 100px;
}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
	body {
		min-width: 0;
	} 
}
input.input-clear {
  margin-right: -14px;
}
span.input-clear {
text-indent: -1000em;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-image: url(/images/grey_cross_10x10.png);
    background-repeat: no-repeat;
    position: relative;
    left: -0px;
    top: 5px;
}
.form-check {
  display: inline;
}
.form-check-inline {
  display: inline;
  padding-left: 0;
  margin-right: .2rem;
}

