html, body {
    margin: 0;
    padding: 0;
    font-family: Calibri, "Solomon Sans", sans-serif;
    font-size: 13px;
    background: #e8e8e8;
}

table tr td {
    font-size: 13px;
}

header {
    position: relative;
    float: left;
    width: 100%;
    height: 150px;
    background: #ffffff;
}

.box {
    position: relative;
    float: left;
}

.box form, .boxWhite, .boxWhite2 {
    margin-top: 20px;
    padding: 30px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

.boxWhite2 {
    float: left;
}

.boxWhite3 form {
    margin: 0 !important;
    padding: 10px 0 !important;
}

h1 {
    margin-bottom: 10px;
    font-size: 22px;
    color: #000000;
}

h2 {
    margin-bottom: -20px;
    font-size: 15px;
    color: #b88b49;
}

input[type="text"], input[type="password"], input[type="email"], select, textarea, input[type="date"], input[type="file"], input[type="time"] {
    padding: 5px;
    margin-bottom: 10px;
    width: 100%;
    color: #000000;
    border-radius: 3px;
    border: 1px solid #d5e8ea;
    background: #f9f9ff;
}

input::placeholder {
    color: #b7d1d4;
}

input[type="checkbox"] {
    margin-left: 5px;
    margin-right: 5px;
}

input[type="submit"] {
    padding: 5px;
    margin-bottom: 0;
    width: 100%;
    color: #ffffff;
    border-radius: 3px;
    border: 1px solid #b88b49;
    background: #b88b49;
    transition: 0.3s;
}

input[type="submit"]:hover {
    border-radius: 3px;
    border: 1px solid #d9c9ab;
    background: #d9c9ab;
}

img.logoLogin {
    display: block;
    margin: 30px auto 0 auto;
    height: 80px;
}

#menu {
    position: relative;
    float: left;
    padding-top: 30px;
    height: 100%;
    background: #b88b49;
}

label {
    font-size: 11px;
    text-align: left !important;
}

.export label {
    font-size: 14px;
    font-weight: normal;
}

.formGroup, .form-group {
    margin: 0 !important;
    padding: 0 !important;        
}

.form-group {
    clear: both; 
}

.form-group input[type="submit"] {
    margin-top: 10px !important;
}

#content table {
    margin-top: 30px;
    padding: 0;
    border-collapse: collapse;
}

#content table th {
    color: #b88b49;
    font-weight: 500;
    border-bottom: 1px solid #d5e8ea;
    background: #f9f9ff;
}

#content table tr {
    margin-top: 20px;
    padding: 30px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

#content table td {
    vertical-align: top;
}

#content table form {
    margin-bottom: 0 !important;
}

.product_comments {
  font-style: italic;
}

.menuItem {
    margin-bottom: 20px;
    font-size: 16px;
    color: #ffffff;
    text-align: left;
}

.menuItem a {
    color: #000000;
    font-weight: bold;
}

.menuItem:hover a {
    text-decoration: none;
    color: #000000;
}

.menuItem img {
    margin-right: 10px;
}

.menuItem:hover img {
}

.progressItem {
    margin-top: 20px;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

.progressItem img {
    margin-right: 5px;
    margin-left: -15px;
}

.progressItem .date {
    font-size: 11px;
}

.progressItem .user {
    padding-top: 5px;
    font-size: 11px;
    text-align: right;
}

.progressItem .comments {
    clear: both;
    padding-top: 10px;
    padding-left: 40px;
}

.hidden {
    display: none;
}

.addButton {
    height: 20px;
}

.addButton img {
    float: right;
}

.headerLogo {
    padding: 20px;
}

.headerLogo img {
    max-height: 60px;
}

.headerBar {
    margin: 0;
    padding: 10px;
    height: 80px;
    color: #ffffff;
    text-align: right;
    background: #b0b0ae;
}

.headerBar img {
    margin-left: 10px;
}

.creationUser {
    padding-top: 10px;
    font-size: 11px;
    background: #c0c0c0;
}

#submenu {
    position: relative;
    float: left;
    margin-bottom: 20px;
    width: 100%;
    padding: 0  0 20px;
}

#submenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#submenu ul li {
    position: relative;
    float: left;
    margin-right: 10px;
    padding: 10px 20px;
    width: auto;
    background: #b88b49;
}

#submenu ul li a {
    color: #ffffff;
}

#submenu ul li:hover {
    background: #d9c9ab;
}

#submenu ul li a:hover {
    text-decoration: none;
}

td.small {
    width: 150px;
}

tr.red td {
    background: #d82222;
    color: #fff;
}

tr.grey td {
    color: #c4c4c4;
}

.dashboard {
    float: left;
    padding: 0 20px 20px 20px;
    background: #f4f3ff;
}

.dashboard .boxWhite, .dashboard .boxWhite2 {
    padding: 10px;
}

.dashboard .boxWhite h2, .boxWhite2 h2 {
    margin: 0 0 10px 0;
    padding: 0;
}

.task .company, .task .due_date {
    font-size: 11px;
}

.task {
    padding: 5px;
    margin-bottom: 10px;
    background: #e7ffd9;
}

.task:hover {
    color: #ffffff;
    background: #b88b49;
}

.taskRed {
    color: #d82222;
    background: #fbe0e0;
}

.taskRed:hover {
    color: #ffffff;
    background: #d82222;
}   

.boxWhite2 .box {
    float: left;
    padding: 10px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
    line-height: 30px;
    background: #fbf5ea;
}

.boxWhite2 img {
    margin-bottom: 5px;
}

.textRight {
    text-align: right;
}

.boxWhite table {
    margin-top: 0px !important;
    width: 100%;
}

.boxWhite table tr {
    border: 0 !important;
}

.boxWhite table tr td {
    padding-bottom: 10px;
}

.filterSubmit {
    margin-top: 19px;
}

input.btn-edit {
    background-image: url(../images/btn-edit.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 16px;           /* make this the size of your image */
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
    width: 0px;
}

input.btn-edit:hover {
    background-image: url(../images/btn-edit2.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 16px;           /* make this the size of your image */
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
    border: 0;
    width: 0px;
}

input.btn-delete {
    background-image: url(../images/btn-delete.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 16px;           /* make this the size of your image */
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
    width: 0px;
}

input.btn-delete:hover {
    background-image: url(../images/btn-delete2.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 16px;           /* make this the size of your image */
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
    border: 0;
    width: 0px;
}

#content table form {
}

.clear {
    clear: both;
}

input.hours {
    width: 100px;
}

span.hours {
    font-size: 11px;
}

tr.notify td, tr.notify td a {
    color: #ff0000 !important;
}

div.urgent {
    padding-top: 10px;
    background: #ff0000;
}

span.red {
    color: red;
}

td.p20 {
    padding-left: 20px !important;
}

td.p40 {
    padding-left: 40px !important;
}

td.p60 {
    padding-left: 60px !important;
}

td.p80 {
    padding-left: 80px !important;
}

td.p60 {
    padding-left: 60px !important;
}

td.price {
    padding-right: 20px !important;
    text-align: right;
}

table.finance th, table.finance td {
    width: 100px important;
    max-width: 100px !important;
}

div.error {
    margin-bottom: 30px;
    padding: 10px;
    font-weight: bold;
    color: #fff;
    background: #c21c0a;
}

img.logo-small {
    max-width: 250px;
}

.underline { text-decoration: underline; }

/* Tablesorter CSS */
/* REQUIRED in CUSTOM THEMES!
 This is the only definition that MUST BE added to any custom themes.
 This is how rows are hidden by filtering (included in provided themes) */
.tablesorter .filtered {
  display: none;
}

/* All of the following css is already contained within each theme file; modify it as desired */
/* filter row */
.tablesorter-filter-row td {
  background: #eee;
  line-height: normal;
  text-align: center; /* center the input */
  -webkit-transition: line-height 0.1s ease;
  -moz-transition: line-height 0.1s ease;
  -o-transition: line-height 0.1s ease;
  transition: line-height 0.1s ease;
}
/* optional disabled input styling */
.tablesorter-filter-row .disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}

/* hidden filter row */
.tablesorter-filter-row.hideme td {
  /*** *********************************************** ***/
  /*** change this padding to modify the thickness     ***/
  /*** of the closed filter row (height = padding x 2) ***/
  padding: 2px;
  /*** *********************************************** ***/
  margin: 0;
  line-height: 0;
  cursor: pointer;
}
.tablesorter-filter-row.hideme * {
  height: 1px;
  min-height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  /* don't use visibility: hidden because it disables tabbing */
  opacity: 0;
  filter: alpha(opacity=0);
}

/* filters */
.tablesorter-filter {
  width: 100%;
  height: inherit;
  margin: 4px;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #bbb;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: height 0.1s ease;
  -moz-transition: height 0.1s ease;
  -o-transition: height 0.1s ease;
  transition: height 0.1s ease;
}

.tablesorter input[type="search"] {
    margin: 4px 0 4px 0;
    padding: 2px 2px 3px 8px;
    width: 100%;
    height: inherit;
    color: #333333;
    border: 1px solid #bbb;
    border-radius: 3px;
    background: #ffffff;
}

.tablesorter input[type="search"]::placeholder {
    color: #333333;
}

.tablesorter-filter {
    margin: 4px 0 4px 0;
    padding: 2px 2px 3px 8px;
}

.disabled {
    display: none;
}

.reset {
    margin-bottom: -20px;
    padding-right: 5px;
    width: 100%;
    text-align:right;
    cursor: pointer;
}

.reset:hover {
    color: #6b0f9a;
}

@media only screen and (max-width: 767px) {
    #menu {
        display: none;
    }
    
    #content {
    margin-top: 80px;
    padding-bottom: 20px;
    }   
}