#login {
	margin-top: 200px;
}

span.required {
	color: red;
	font-weight: bold;
}

a.note {
	cursor: pointer;
}

.table strong,
.table th {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #333;
	font-weight: normal;
}

.table strong.bold {
  text-transform: none;
  color: #333;
  font-weight: bold;
  font-size: 1em;
}

.widget-content.nopadding .table-bordered tr td:first-child,
.widget-content.nopadding .table-bordered tr th:first-child {
	border-left: 0;
}

#header h1 {
	background: url("/images/logo-white.svg");
	background-size: 180px;
	top: 10px;
	width: 180px;
	height: 56px;
}

.table input,
.table select,
.table textarea,
.table .input-append,
.table .input-prepend {
	margin-bottom: 0;
}

.table th {
	text-align: left;
}

.table-edit td {
	vertical-align: middle;
}

.table-edit tr:first-child td,
.table-edit tr:first-child th {
	border-top: 0px;
}

.table-edit select {
	width: auto;
}

.input-prepend input {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-append input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

[data-toggle='collapse'] {
	cursor: pointer;
}

.client-nav a {
	background: #F9F9F9;
}

.client-nav .icon-width {
	display: inline-block;
	width: 19px;
}

.client-nav .active {
	color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

textarea.insolvency {
	width: 100%;
	height: 80px;
	box-sizing: border-box;
}

.btn-group-actions {
	margin-bottom: 16px;
}

#breadcrumb a {
	background-image: url("/images/breadcrumb.png");
}

.page {
  font: 12px/1.4em Georgia, 'Times New Roman', serif;
  background: #fff;
  border-width: 1px 2px 1px 1px;
  border-style: solid;
  border-color: #bbbbbb;
  margin: 0 auto;
  margin-top: 20px;
  width: 648px;
  padding: 50px 40px;
  height: 900px;
	position: relative;
}

.page header {
	margin-bottom: 1em;
}

.page footer {
	position: absolute;
	bottom: 50px;
	text-align: center;
	width: 648px;
	font-size: 10px;
}

.login-box {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.login-content {
	padding: 0 25px;
}

.form-actions {
	margin: 0;
}

.login-logo {
	padding: 25px 0;
	text-align: center;
}

#login {
	background: url('/images/login-bkgnd.jpg') no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.fc-header-title h2 {
	font-size: 12px;
	margin: 0;
	line-height: 1em;
	padding: 12px;
	color: #666666;
	text-shadow: 0 1px 0 #ffffff;
}

.fc-header {
	background-color: #efefef;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#fdfdfd), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -moz-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -ms-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -o-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}

#user-nav input[type="search"] {
	font-size: 10px;
	outline: none;
	background: rgba(0,0,0,0.3);
	border: 0;
	margin-bottom: 0;
}

#user-nav a {
	color: #999;
}

.ui-widget-content {
	background: #fff;
}

.ui-dialog {
	border: 1px solid #CDCDCD;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.ui-dialog .ui-dialog-title {
	display: block;
	margin: 0;
	line-height: 1.25em;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 1px 0 #ffffff;
	color: #666;
}

.ui-dialog .ui-dialog-titlebar {
	height: auto;
}

.ui-dialog .ui-dialog-titlebar-close {
	border: 0;
	float: right;
	margin-top: -35px;
}

.ui-dialog .ui-dialog-content {
	padding: 0;
}

/*div.dataTables_wrapper .ui-widget-header {*/
/*	border-left: 0;*/
/*	border-radius: 0;*/
/*}*/

/*.dataTables_topnav {*/
/*	overflow: hidden;*/
/*	font-size: 12px;*/
/*	border-bottom: 1px solid #CDCDCD;*/
/*}*/

/*.dataTables_filter {*/
/*	float: left;*/
/*	font-size: 12px;*/
/*}*/

/*.dataTables_length {*/
	/*position: static;*/
	/*float: right;*/
/*}*/

/*#sidebar > ul > li > a {*/
/*	color: #ccc;*/
/*}*/

/*#sidebar > ul ul li a {*/
/*	color: #bbb;*/
/*}*/

/*#user-nav a {*/
/*	color: #bbb;*/
/*}*/

/*
 * Old, necessary, imported styles which need refactoring
 */
.myDivName {
	font-size: 12px;
	background: #f5f5f5;
	border: 1px solid #ccc;
	width: 300px;
	max-height: 150px;
	overflow: auto;
	display: none;
	position: absolute;
	z-index: 10;
	border-radius: 4px;
}

.myDivName ul {
	padding: 10px;
	margin: 0;
	list-style: none;
}

.myDivName p { 
	font-size: 11px;
	color: #aaa;
	line-height: 10px;
}

/* LEADS */
.myDivNameLeads { background: #e5e5e5; border: solid 1px #5a82b7; width: 250px; height: 150px; overflow: auto; display: none; position: absolute;  }
.myDivNameLeads ul { padding: 0; margin: 0; list-style: none;  }
.myDivNameLeads li { position: relative; font-size: 0.8em;  }

.hidden { display: none }
#closedlist { list-style: none; margin: 0; padding: 0; width: 450px }
#closedlist li { float: left; width: 450px; margin: 0 0 10px 0 }
#closedlist li label { width: 250px; float: left; margin-right: 15px }
#closedlist select { width: 150px; }

#clientcloseform {
	padding: 2em;
}

.task-item {
	margin-bottom: 1em;
}

.task-item:last-child {
	margin-bottom: 0;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  text-transform: none !important;
  font-weight: bold;
}

.tt-dropdown-menu {
  width: 422px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 12px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion p {
  margin: 0;
}

.widget-title h5 {
  color: #444;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

td.condensed {
  padding: 0;
}

td.condensed th {
  font-size: 0.9em;
  padding-top: 2px;
}

td.condensed th strong {
  font-weight: bold;
}

.ui-datepicker {
  z-index: 9000 !important;
}

.sin-error {
  color: #ff0000;
  font-size: 12px;
  margin-bottom: 0;
}
