/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/Content/Css/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
body {
  font-family: 'Roboto';
}

.login .container-fluid, .login .row {
  height: 100vh;
}

@media (min-width: 992px) {
  .login__form {
    margin-top: 30%;
  }

  .login__text {
    margin-top: 15%;
    padding: 0 40px;
  }
}

.btn-primary {
    color: #fff;
    background-color: #002C5D;
    border-color: #002C5D;
}

a {
    color: #002C5D !important;
    text-decoration: none;
}

.navbar-custom .navbar-nav .active .nav-link, .navbar-custom .navbar-nav .active .nav-link:hover, .navbar-custom .navbar-nav .nav-link:hover{
    color: #002C5D !important;
}

.login h1, .login h2 {
  font-weight: 300;
  padding-top: 30px;
  padding-bottom: 50px;
}
.login .col-md-7 {
  background-color: #002C5D;
  min-height: 100vh;
}
.login .btn-outline-primary {
  border-color: #fff;
  color: #fff;
  white-space: normal;
}

.login__logo {
  margin: 40px auto 0;
}

.login__form {
  margin-bottom: 30px;
}
.login__form, .login__form .form-control {
  text-align: center;
}

.login__text {
  color: #fff;
  position: relative;
  z-index: 2;
}

.login__image {
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.modal-header {
  border-bottom: 2px solid #0167b1;
}
.modal-header h4 {
  font-weight: 300;
}
.modal-header .modal-project + .modal-title {
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}

.modal-body .total {
  padding: 8px;
}

.js-cloned {
  border-top: 1px solid #0167b1;
  padding-top: 15px;
}

.form__input {
  border-radius: 0.25rem;
  background: #f5f5f5;
  padding: 20px;
  margin-bottom: 40px;
}
.form__input .total {
  padding: 8px 0 0 8px;
}

.navbar-custom {
  background-color: #ffffff;
  padding: 0;
  border-bottom: 2px solid #0167B1;
}
.navbar-custom .nav-item + .nav-item {
  margin: 0;
}
.navbar-custom .navbar-nav .nav-link {
  padding: 1.6rem;
  color: #0167B1;
}
.navbar-custom .navbar-nav .dropdown .nav-link {
  padding: 0.8rem 1.6rem;
}
.navbar-custom .navbar-nav .active .nav-link, .navbar-custom .navbar-nav .active .nav-link:hover, .navbar-custom .navbar-nav .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #0167B1;
}
.navbar-custom i {
  padding-right: 5px;
}
.navbar-custom .navbar-brand img {
  max-height: 68px;
}
.navbar-custom .dropdown-menu {
  border-radius: 0;
  margin: 0;
  padding: 0;
  text-align: right;
}
.navbar-custom .dropdown-menu .dropdown-divider {
  margin: 0;
  background-color: #cccccc;
  height: 1px;
}
.navbar-custom .dropdown-menu .dropdown-item {
  padding: .8rem 1.5rem;
}
.navbar-custom .dropdown-menu i {
  padding: 0 0 0 5px;
}
.navbar-custom .avatar {
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.navbar-custom .navbar-toggler {
  background-color: rgba(0, 0, 0, 0.2);
  margin-top: 1rem;
}

.navbar-fixed-top + .container {
  margin-top: 80px;
}

@media (min-width: 992px) {
  .table-wrapper {
    background-color: #f5f5f5;
    border: 0px solid transparent;
    border-radius: 0.25rem;
    padding: 0.75rem 0;
  }
  .table-wrapper .table-custom thead, .table-wrapper .table-custom tfoot {
    background: #f5f5f5;
  }
  .table-wrapper .table-custom thead th, .table-wrapper .table-custom tfoot th {
    border-color: transparent;
    border-bottom: 2px solid #0167b1;
  }
}
@media (max-width: 1199px) {
  .table-custom .truncate {
    width: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .table-custom td {
    padding: 0.5rem;
  }

  .table-custom .form-control {
    padding: 0.5rem;
  }

  .table-custom .type {
    max-width: 150px;
  }
}
.table-custom .day {
  text-align: right;
  font-weight: normal;
}
.table-custom .day .form-control {
  text-align: center;
}

.table-custom .total, .table-custom tfoot .day {
  font-weight: 300;
  font-style: italic;
}

@media (min-width: 992px) {
  .table-custom td + .table-custom td {
    padding-right: 0;
  }

  .table-responsive {
    overflow-x: visible;
  }

  .table-custom--day th.action {
    width: 140px;
  }
}
.table-custom td:last-child {
  text-align: right;
}

.table-subtitle {
  display: none;
}

@media (max-width: 991px) {
  .table-custom thead, .table-custom tfoot {
    display: none;
  }

  .table-custom td {
    display: block;
  }

  .table-custom .day {
    width: auto;
  }

  .table-custom .project-item .day, .table-custom .project-item .total, .table-custom .project-item .action div {
    display: none;
  }

  .table-custom .project-item .type {
    margin-top: 20px;
  }

  .table-subtitle {
    display: block;
  }

  .table-custom .type {
    background-color: rgba(0, 0, 0, 0.1);
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid #0167b1;
    border-radius: 0.25rem 0.25rem 0 0;
    max-width: 100%;
  }

  .table-custom td {
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: rgba(0, 0, 0, 0.1);
  }

  .table-custom .action {
    border-color: transparent;
    background-color: #fff;
    padding-top: 2rem;
  }

  .table-custom .total {
    text-align: right;
  }
}
.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #fff;
}

.table-striped tbody tr:nth-of-type(2n+2) {
  background-color: rgba(0, 0, 0, 0.02);
}

.table-archive .action {
  width: 90px;
}

.customer {
  font-weight: bold;
}

.table-striped .type .text-muted {
  padding-left: 10px;
}
.table-striped .action {
  width: 54px;
}
.table-striped tr, .table-striped td {
  height: 100%;
}
.table-striped .collapsed .action {
  height: 1px;
  padding-top: 0;
  padding-bottom: 0;
}
.table-striped .collapsed .action div {
  height: 100%;
  margin-left: 14px;
  border-left: 1px dotted rgba(0, 0, 0, 0.6);
  position: relative;
}
.table-striped .collapsed .action div span {
  display: block;
  width: 10px;
  border: 1px dotted rgba(0, 0, 0, 0.6);
  top: 50%;
  left: 25%;
  position: relative;
}
.table-striped .collapse-able {
  display: none;
}
.table-striped .collapsed {
  display: table-row;
}

.toolbar {
  margin: 1rem 0;
}
.toolbar .btn {
  margin-bottom: 1rem;
}

.toolbar-title {
  margin: 1rem 0;
  font-size: 1.4rem;
  font-weight: 300;
}

.days_tab li {
  float: left;
  margin-left: 5px;
  padding: 10px;
  /*background-color: #f5f5f5;*/
  border-radius: 4px 4px 0 0;
  moz-border-radius: 4px 4px 0 0;
  webkit-border-radius: 4px 4px 0 0;
}
.days_tab li.active {
  float: left;
  border: 1px solid #ddd;
  border-bottom: none;
  background-color: #f5f5f5;
  border-radius: 4px 4px 0 0;
  moz-border-radius: 4px 4px 0 0;
  webkit-border-radius: 4px 4px 0 0;
  margin-bottom: -1px;
}

.days_tab li.active a{
  color: #373a3c;
}

.days_tab li a{
  color: #818a91;
}

.days_tab li a:hover{
  text-decoration: none;
}
.days_tab li:hover{
  padding: 10px;
  background-color: #eaeaea;
  border-radius: 4px 4px 0 0;
  moz-border-radius: 4px 4px 0 0;
  webkit-border-radius: 4px 4px 0 0;
}

.has-error .form-control {
  border-color: #a94442;
}

.modal-dialog{
  max-width: 700px;
}

.pdf-export{
  border: 1px solid #ccc;
  background-color: #FFFFFF;
  /*background-image: url("../img/pdf.png");*/
  background-repeat: no-repeat;
  background-position: center center;
}
.pdf-export:hover{
  background-color: #E6E6E6;
}
.ui-datepicker{
  z-index: 9999999999 !important;
}
/*# sourceMappingURL=screen.css.map */
