body {
  background: #FFF;
}
.pageheader {
  height: 150px;
  background-color: #FFF;
}
.pageheader ul {
  float: right;
  margin-top: 15px;
  list-style: none;
}
.pageheader li {
  display: inline;
  margin-right: 20px;
}
.pageheader li a {
  color: #e44710;
}
.pageheader li a:hover {
  text-decoration: none;
  color: #C40476;
}
.pageheader img {
  margin-top: 15px;
  margin-left: 20px;
}
.mainmenu {
  background-color: #FFF;
}
.mainmenu li.projects {
  margin-left: 25px;
}
.mainmenu a {
  color: #ef83a5;
}
.mainmenu .active {
  color: #f28317 !important;
}
.module {
  float: left;
  background: #FFF;
  min-height: 500px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.module table.whitespace {
  margin-top: 15px;
}
.module .module-menu {
  float: left;
}
.module .module-menu ul {
  margin-top: 15px;
  margin-left: 15px;
}
.module .module-menu .nav-tabs {
  border-bottom: none;
}
.module .table-margin {
  margin: 20px;
}
.module .table-margin h1 {
  font-size: 20px;
  margin-top: 9px;
  margin-bottom: 20px;
  color: #AAA;
  width: 100%;
}
.module .table-margin .table-header ul.table-header-menu {
  margin-right: 20px;
  font-size: 14px;
  list-style: none;
  float: right;
}
.module .table-margin .table-header ul.table-header-menu li {
  display: inline;
  margin-right: 15px;
}
.module .table-margin .table-header ul.table-header-menu li a {
  color: #8C3170;
}
.module .table-margin .table-header ul.table-header-menu li:last-child {
  margin-right: 0px;
}
.module h1 {
  font-size: 20px;
  margin-top: 9px;
  margin-bottom: 20px;
  color: #AAA;
  width: 100%;
}
.module .nav-border-space {
  margin-bottom: 20px;
}
.module .module-content {
  float: left;
}
.module .module-content .tab-content-header {
  margin-top: 10px;
}
.module .module-content .tab-content-header ul.tab-content-header-menu {
  margin-right: 20px;
  font-size: 14px;
  list-style: none;
  float: right;
}
.module .module-content .tab-content-header ul.tab-content-header-menu li {
  display: inline;
  margin-right: 15px;
}
.module .module-content .tab-content-header ul.tab-content-header-menu li a {
  color: #8C3170;
}
.module .module-content .tab-content-header ul.tab-content-header-menu li:last-child {
  margin-right: 0px;
}
.module .module-content .options-for-table {
  margin-bottom: 15px;
}
.module .module-content h2 {
  font-size: 15px;
  color: #AAA;
}
.module .module-content h2:first-child {
  margin-top: 0px;
}
.module .module-content p label {
  width: 150px;
}
a {
  color: #e44710;
}
a:hover {
  color: #f28317;
}
.login {
  padding-top: 50px;
  text-align: center;
  font-weight: bold;
}
.login input {
  margin-top: 7px;
  margin-bottom: 15px;
}
.filebrowser .directory .content,
.search-results .directory .content {
  padding-left: 15px;
  border-left: 1px dotted gray;
  margin-bottom: 10px;
}
.filebrowser .directory > div.header > .name ~ a,
.search-results .directory > div.header > .name ~ a,
.filebrowser .file > .name ~ a,
.search-results .file > .name ~ a {
  display: none;
}
.filebrowser .directory > div.header:hover > .name ~ a,
.search-results .directory > div.header:hover > .name ~ a,
.filebrowser .file:hover > .name ~ a,
.search-results .file:hover > .name ~ a {
  display: inline;
}
.filebrowser .closed > .content,
.search-results .closed > .content {
  display: none;
}
.filebrowser .upload-progress,
.search-results .upload-progress {
  display: none;
  text-align: center;
  width: 100%;
}
.input-validation-error {
  border: solid 1px red;
}
form textarea {
  width: 80%;
  height: 250px;
  max-width: 80%;
}
form input[type="text"] {
  width: 200px;
}
.text-right {
  text-align: right;
}
.row-space {
  height: 50px;
}
.modal .modal-body p label {
  width: 125px;
}
#noaccess {
  margin-top: 75px;
}
#noaccess h1 {
  font-size: 20px;
  text-align: center;
}
#invoice-table input {
  border: 1px solid #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-background-clip: padding-box;
  /* for Safari */

  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */

  background: none;
}
#invoice-table input:hover {
  border: solid 1px #CCC;
}
#invoice-table th#amount {
  width: 50px;
}
#invoice-table th#description {
  width: auto;
}
#invoice-table th#priceeach {
  width: 80px;
}
#invoice-table th#tax {
  width: 60px;
}
#invoice-table th#totalprice {
  width: 80px;
}
#invoice-table td {
  vertical-align: middle;
  height: 40px;
}
#invoice-table td input#amount {
  width: 42px;
}
#invoice-table td input#description {
  width: 98%;
}
#invoice-table td input#priceeach {
  width: 55px;
}
#invoice-table td input#totalprice {
  width: 55px;
}
#footer {
  float: left;
  margin-top: 10px;
  font-size: 10px;
  color: #5C5C5C;
}
#footer a {
  color: #000;
}
.invoice-text-lines p {
  height: 20px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 3px;
}
.invoice-text-lines label {
  width: 150px;
}
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/

}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
}
.datepicker td.day:hover {
  background: #COCOCO;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #COCOCO;
}
.datepicker td.old,
.datepicker td.new {
  color: #COCOCO;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
}
.datepicker td span:hover {
  background: #COCOCO;
}
.datepicker td span.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.old {
  color: #COCOCO;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #COCOCO;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
