/* Variables & Functions */
/* Sitewide Styles */
html {
  position: relative;
  min-height: 100%; }

body {
  background-color: #fafafa;
  margin-bottom: 40px; }
  body .padding-fix {
    padding: 0; }
  body .btn-archive {
    padding: 15px 15px;
    background-color: #080808;
    border: 0;
    color: #9d9d9d; }
    body .btn-archive:hover {
      color: #ffffff; }

.btn.btn-primary {
  border-color: #080808;
  background-color: #080808; }
  .btn.btn-primary:hover {
    border-color: #222222;
    background-color: #222222; }

.popup-main-div {
  margin-left: 15px;
  margin-right: 15px; }
  .popup-main-div table textarea {
    width: 100%;
    height: 100px; }

.input_small {
  width: 100px; }

.popup-container {
  position: relative;
  top: -70vh;
  left: calc(50vw - 450px);
  background-color: white;
  z-index: 1031; }
  .popup-container .ui-dialog-titlebar {
    background-color: black;
    padding: 10px;
    color: white; }
    .popup-container .ui-dialog-titlebar .ui-dialog-title {
      font-size: 1.5rem; }
    .popup-container .ui-dialog-titlebar .ui-dialog-titlebar-close {
      float: right; }

.user-popup {
  top: -60vh !important; }

.document-revision-list {
  position: fixed;
  top: 100px;
  right: 0;
  background-color: black;
  width: 20%;
  overflow-y: scroll;
  height: calc(100vh - 100px); }
  .document-revision-list ul {
    list-style: none; }
    .document-revision-list ul li a {
      color: #9d9d9d; }
      .document-revision-list ul li a:hover {
        text-decoration: none;
        color: #ffffff; }

ul.pagination {
  margin: 15px 0px !important; }
  ul.pagination li a {
    background-color: #222222;
    border-color: #222222;
    color: #ffffff; }
    ul.pagination li a:hover, ul.pagination li a:focus {
      background-color: #9d9d9d;
      border-color: #9d9d9d;
      color: #ffffff; }
  ul.pagination li.disabled a {
    background-color: #222222;
    border-color: #222222; }
    ul.pagination li.disabled a:hover, ul.pagination li.disabled a:focus {
      background-color: #222222;
      border-color: #222222; }
  ul.pagination li.active a {
    background-color: #f1d344;
    border-color: #f1d344;
    color: #080808; }
    ul.pagination li.active a:hover, ul.pagination li.active a:focus {
      background-color: #f1d344;
      border-color: #222222;
      color: #080808; }

.project-drop-down {
  padding-top: 10px;
  float: right !important;
  padding-right: 10px; }

table.table {
  background: #ffffff; }
  table.table thead {
    background-color: #222222;
    color: #ffffff; }

table.table.dataTable thead {
  background-color: #222222;
  color: #9d9d9d; }
  table.table.dataTable thead th:after {
    color: #f1d344;
    opacity: 0.5; }
  table.table.dataTable thead th.sorting_disabled {
    text-align: center; }
    table.table.dataTable thead th.sorting_disabled a i {
      color: #f1d344; }
  table.table.dataTable thead th.sorting_asc, table.table.dataTable thead th.sorting_desc {
    color: #ffffff; }
    table.table.dataTable thead th.sorting_asc:after, table.table.dataTable thead th.sorting_desc:after {
      opacity: 1; }
table.table.dataTable td {
  vertical-align: middle; }
table.table.dataTable .table-icons {
  text-align: center; }
  table.table.dataTable .table-icons .actions_container {
    width: 100%;
    min-width: 60px; }
    table.table.dataTable .table-icons .actions_container a i:hover {
      color: #f1d344; }

h3.page_text_header_label {
  margin: 30px 15px; }

#main_wrapper {
  padding: 100px 20px 20px;
  max-width: 1576px;
  margin: auto; }
  @media (min-width: 768px) and (max-width: 994px) {
    #main_wrapper {
      padding: 160px 20px 20px; } }
  @media (max-width: 767px) {
    #main_wrapper {
      padding: 60px 20px 20px; } }

#modulo-primary-navbar ul.navbar-secondary {
  width: calc(100% + 30px);
  margin-left: -15px;
  padding-left: 50px;
  background: #080808; }

@media (min-width: 768px) {
  .menu-bumper {
    padding-top: 50px; } }

.widget-header {
  text-align: center;
  font-size: 2rem;
  font-weight: 500; }

.widget {
  border: 1px solid black;
  padding: 20px;
  border-radius: 5px;
  height: 500px; }

.widget.projecttrade_switcher {
  max-height: 40px;
  padding: 0px; }

@media (max-width: 575px) {
  #corChartContainer {
    max-width: 240px; } }
@media (min-width: 576px) and (max-width: 767px) {
  #corChartContainer {
    max-width: 320px; } }
@media (min-width: 768px) and (max-width: 991px) {
  #corChartContainer {
    max-width: 460px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  #corChartContainer {
    max-width: 250px; } }
@media (min-width: 1200px) and (max-width: 1399px) {
  #corChartContainer {
    max-width: 360px; } }
@media (min-width: 1400px) and (max-width: 1649px) {
  #corChartContainer {
    max-width: 400px; } }
@media (min-width: 1650px) {
  #corChartContainer {
    max-width: 510px; } }

.fas, .far {
  color: black; }

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #222222; }
  .footer .container {
    width: auto;
    max-width: 100%;
    padding: 0px 15px; }
    .footer .container .text-muted {
      margin: 10px 0; }

/* Page styles */
.login-form {
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto; }
  .login-form .checkbox {
    font-weight: 400; }
  .login-form .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px; }
    .login-form .form-control:focus {
      z-index: 2; }
  .login-form input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .login-form input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.after-hide::after {
  display: none !important; }

.dataTables_scrollHeadInner,
.table.dataTable {
  width: 100% !important; }

.table.dataTable td {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 170px; }

table.table.dataTable thead th {
  vertical-align: top; }

td.currency {
  text-align: end;
  min-width: 110px; }

tr.border_top-bottom {
  border-top: solid 2px black;
  border-bottom: solid 2px black; }

.biggertext {
  font-size: 1.75rem; }

.negative-profit {
  color: red; }

#list_costtocompletes form #costtocomplete_description {
  width: 85% !important; }
#list_costtocompletes form input {
  max-width: 90%;
  width: 100%; }

.col-25 {
  width: 25%; }

#datatable_costtocomplete_wrapper {
  max-height: 350px;
  overflow-y: scroll;
  overflow-x: hidden; }

/*# sourceMappingURL=styles.css.map */
