body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  position: relative;
  cursor: auto;
}

.flexheader {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.nav-header {
	background: none;
}

form#mainform div.i-checks {
	margin: 6px 0px;
}

table.jobform td {
	width: 80px !important;
}

table.jobform td input {
	width: 65px !important;
}

.fa-4 {
  font-size: 4em;
}

.modal.ratedisplay .modal-dialog {
	width: 800px;
	margin-left: 370px;
}

.nav .open>a.homelink, .nav .open>a.homelink:hover, .nav .open>a.homelink:focus {
	background-color: transparent;
	border-color: transparent;
}

.welcome-message {
	font-size: 1.5em;
}

tr.right th, tr.right td {
	text-align: right;
}

.top-buffer { margin-top:20px; }

.dropzone {
	min-height: 150px;
}

.middle-box h1 {
	font-size: 20px;
}

.logo-name {
	color: #f3f3f4;
}

.accountname, #username {
	font-size: 16px;
	font-weight: 600;
	color: #FECD33;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.top-buffer { margin-top:20px; }

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.help-block {
	font-weight: normal;
	font-size: 11px;
}

th.rate {
	text-align: right;
}

.top-navigation .navbar-brand {
	padding: 0px 10px;
}

#systemname {
	font-weight: bold;
}

.i-checks {
	margin: 0px;
}

nomargin: {
	margin: 0;
}

input.float, input.integer{
	text-align: right;
}

td.number, th.number {
	text-align: right;
}

td.bold {
	font-weight: bold;
}

table.boldata {
	border-spacing: 5px;
}

table.boldata th, table.boldata td {
	padding: 5px;
	font-size: 14px;
}

table.boldata tr td:first-child {
	font-weight: bold;
	text-align: right;
}

#mailchart {
	height: 300px;
	width: 100%;
}


#userinfo {
	float: right;
	margin-right: 20px;
}

/* disable menu collapse */
.navbar-collapse.collapse {
  display: block!important;
}

.navbar-nav>li, .navbar-nav {
  float: left !important;
}

.navbar-nav.navbar-right:last-child {
  margin-right: -15px !important;
}

.navbar-right {
  float: right!important;
}

.navbar-brand {
	height: auto;
}

.navbar-header {
	width: 100%;
	border-bottom: 2px solid #000;
	background: #000;
	padding: 12px 0px 4px 0px;
}

.top-navigation .navbar-brand {
	background: inherit;
}

#navbar {
    background-color: #000;
}

.navbar-default {
    border-color: #ab0000;
}

.top-navigation .nav > li > a {
	padding: 12px 15px;
	font-size: 15px;
	color: #fff;
	font-weight: 200;
}

.nav.nav-tabs> li > a {
	background: #fff;
	color: #ab0000;
}


/*

.top-navigation .nav > li a:hover,
.top-navigation .nav > li a:focus {
	background: #555;
	color:#fff;
}

.top-navigation .nav .nav-tabs > li.active > a {
    background: #fff;
}

*/
.top-navigation .wrapper.wrapper-content {
	margin: 90px 10px;
	padding: 30px;
}

.btn-group {
	padding: 10px 20px;
}

	

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;   
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.ui-autocomplete > li {
  padding: 3px 20px;
}

.navbar-static-top {
	position: fixed;
	top:0;
	right: 0;
	left: 0;
    background: #fff;
    transition-duration: 0.4s;
    border-bottom: 1px solid #e7eaec !important;
    z-index: 2030;
}

#lookupname {
	color: #000;
	background: #fff;
	height: 2em;
	margin: 10px;
}





