BODY {
    padding-top: 56px;
}
a.customer_link {
  text-decoration: none;
  color: darkgreen;
}
a.customer_link:hover {
  font-weight: bold;
  color: black;
}
/* TABLE */
.table-bordered {
  box-shadow: 0px 0px 8px rgba(0,0,0,0.25);
  border-radius: 8px;
}
.table-bordered th:first-child {
  border-top-left-radius: 8px;
}
.table-bordered th:last-child {
  border-top-right-radius: 8px;
}
.table-bordered tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.table-bordered tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.table-bordered th, .table-bordered td {
  padding: 10px;
}
.table-bordered th {
  background-color: palegreen;
}

/* card */
.card.card-activity , .card.card-contact, .card.card-project, .card.card-client  {
    min-height: 250px;
    margin-bottom: 20px;
}
.card.card-activity .card-header,.card.card-activity .card-footer {
  background: green;
  color: #fff;
}
.card.card-activity .card-body {
  background: darkseagreen;
  color: #ddd;
}
.card.card-activity .card-title {
  color:#fff;
}

.card.card-customer .card-header {
    background: aliceblue;
}
.card.card-project .card-header {
    background: aquamarine;
}

.card.card-client .card-header, .card.card-client .card-footer {
  background: steelblue;
  color: #fff;
}
.card.card-client .card-body {
  background: lightsteelblue;
}

#error_modal .modal-header {
    background: lightyellow;
}
span.error-title {
    display: block;
    font-weight: 700;
    color: darkred;
}
span.error-message {
    display: block;
    padding: 10px;
    font-style: oblique;
}
div.card i.fa {
  font-size: x-large;
}
div.card .btn {
  padding: 4px 8px;
  width: 60px;
  height: 34px;
}
div.card .btn:hover {
  background: yellow !important;
  color: #000 !important;
}
.btn.btn-sm {
    padding: 2px 5px;
}
.tab-pane {
  padding: 20px;
  border: 1px solid #ddd;
  border-top: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 4px 4px 8px #ddd;
}
.nav-tabs {
  border-color: #ddd;
}
.nav-item .nav-link.active {
  background-color: #ddd;
  color: #000;
  border-bottom: 1px solid #ddd;
}
span.display-timer {
  font-weight: normal;
  color: #000;
  padding-right: 10px;
  padding-left: 4px;
}
div.nav-timer {
  border: 1px solid #000;
  border-radius: 8px;
  background: #fff;
  padding: 2px 6px;
  cursor:pointer;
  display: inline-block;
  margin-left:6px;
  min-width: 220px;
  box-shadow: 0 0 8px rgba(0,0,0,0.25);
}
.card.card-activity.timer-INPROGRESS .card-header {
  background: yellow;
}

/* LOGIN PAGE */
body {
    font-family: 'Gabarito', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    background: #f8f9fd;
    color: gray; }
  
  a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #01d28e; }
    a:hover, a:focus {
      text-decoration: none !important;
      outline: none !important;
      -webkit-box-shadow: none;
      box-shadow: none; }
    a:hover, a:active, a:focus {
      color: #01d28e;
      outline: none !important;
      text-decoration: none !important; }
  
  h1, h2, h3, h4, h5,
  .h1, .h2, .h3, .h4, .h5 {
    line-height: 1.5;
    font-weight: 400;
    font-family: "Lato", Arial, sans-serif;
    color: #000; }
  
  .bg-primary {
    background: #01d28e !important; }
  
  .ftco-section {
    padding: 7em 0; }
  
  .ftco-no-pt {
    padding-top: 0; }
  
  .ftco-no-pb {
    padding-bottom: 0; }
  
  .heading-section {
    font-size: 28px;
    color: #000; }
  
  .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  
  .wrap {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24); }
    .wrap .img {
      height: 200px; }
  
  .login-wrap {
    position: relative; }
    .login-wrap h3 {
      font-weight: 300; }
  
  .form-group {
    position: relative;
    z-index: 0;
    margin-bottom: 20px !important; }
    .form-group a {
      color: gray; }
  
  .form-control {
    height: 48px;
    background: #fff;
    color: #000;
    font-size: 16px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(0, 0, 0, 0.2) !important; }
    .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(0, 0, 0, 0.2) !important; }
    .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(0, 0, 0, 0.2) !important; }
    .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(0, 0, 0, 0.2) !important; }
    .form-control:focus, .form-control:active {
      outline: none !important;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 1px solid #01d28e; }
  
  .field-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.3); }
  
  .form-control-placeholder {
    position: absolute;
    top: 2px;
    padding: 7px 0 0 15px;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    opacity: .6; }
  
  .form-control:focus + .form-control-placeholder,
  .form-control:valid + .form-control-placeholder {
    -webkit-transform: translate3d(0, -120%, 0);
    transform: translate3d(0, -120%, 0);
    padding: 7px 0 0 0;
    opacity: 1;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    color: #01d28e;
    font-weight: 700; }
  
  .social-media {
    position: relative;
    width: 100%; }
    .social-media .social-icon {
      display: block;
      width: 40px;
      height: 40px;
      background: transparent;
      border: 1px solid rgba(0, 0, 0, 0.05);
      font-size: 16px;
      margin-right: 5px;
      border-radius: 50%; }
      .social-media .social-icon span {
        color: #999999; }
      .social-media .social-icon:hover, .social-media .social-icon:focus {
        background: #01d28e; }
        .social-media .social-icon:hover span, .social-media .social-icon:focus span {
          color: #fff; }
  
  .checkbox-wrap {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  
  /* Hide the browser's default checkbox */
  .checkbox-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0; }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "\f0c8";
    font-family: "FontAwesome";
    position: absolute;
    color: rgba(0, 0, 0, 0.1);
    font-size: 20px;
    margin-top: -4px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (prefers-reduced-motion: reduce) {
      .checkmark:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  
  /* Show the checkmark when checked */
  .checkbox-wrap input:checked ~ .checkmark:after {
    display: block;
    content: "\f14a";
    font-family: "FontAwesome";
    color: rgba(0, 0, 0, 0.2); }
  
  /* Style the checkmark/indicator */
  .checkbox-primary {
    color: #01d28e; }
    .checkbox-primary input:checked ~ .checkmark:after {
      color: #01d28e; }
  
  .btn {
    cursor: pointer;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
    padding: 10px 20px; }
    .btn:hover, .btn:active, .btn:focus {
      outline: none; }
    .btn.btn-primary {
      background: #01d28e !important;
      border: 1px solid #01d28e !important;
      color: #fff !important; }
      .btn.btn-primary:hover {
        border: 1px solid #01d28e;
        background: transparent;
        color: #01d28e; }
      .btn.btn-primary.btn-outline-primary {
        border: 1px solid #01d28e;
        background: transparent;
        color: #01d28e; }
        .btn.btn-primary.btn-outline-primary:hover {
          border: 1px solid transparent;
          background: #01d28e;
          color: #fff; }
  

/* form */
.form-control, .form-select {
  border-radius: 8px;
  border-color: darkgreen;
  box-shadow: 0 0 8px rgba(0,0,0,0.25);
}
.btn {
  box-shadow: 0 0 8px rgba(0,0,0,0.25) !important;
}
.btn.btn-sm {
  box-shadow: 0 0 1px rgba(0,0,0,25) !important;
}
.modal-header {
  background: darkseagreen;
}
.nav-item .nav-link.active {
  background-color: mediumseagreen;
  color: #fff;
}
a.navbar-brand {
  font-family: 'Gabarito', sans-serif;
}
.offcanvas-body {
  font-size: x-large !important;
}

.timer-INPROGRESS .btn.only-PAUSED {
  display: none;
}
.timer-PAUSED .btn.only-INPROGRESS {
  display: none;
}
div.nav-timer .btn.btn-sm {
  border: none;
  box-shadow: none !important;
  float: right;
  margin-top: 2px;
}

input.modified {
  background: #ffc107;
}
