body {
  background-color: #fafafb;
  color: #5e5f79;
}

body .text-info {
  color: #fd8a93;
}

body .text-info {
  color: #fd8a93 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #5e5f79;
}

.treeview-menu a {
  padding-left: 35px !important;
}

table.dataTable thead th, table.dataTable thead td {
  border-bottom: 1px solid #E9E9E9 !important;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #E9E9E9 !important;
}

.content-header {
  background: transparent;
}

.content-header:after, .content-header:before {
  background: transparent;
}

.card {
  border: 0 !important;
}

.card .card-title em {
  color: #8a9fba;
}

.cta-close {
  margin: 0;
  border: 0;
  background-color: transparent;
  color: #fd8a93;
  border-radius: 0;
  padding: 0 0 10px 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.cta-close i {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  vertical-align: super;
  opacity: 0.5;
}

.cta-close:hover i {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 1;
}

.link-primary {
  color: #6650F2;
  text-decoration: underline;
  margin: 0 10px;
  font-size: 1rem;
}

.cta {
  border-radius: 5px;
  padding: 10px 15px;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.cta i {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-right: 5px;
}

.cta.cta-primary {
  border: 1px solid #6650F2;
  background-color: #6650F2;
  color: #fff;
}

.cta.cta-primary:hover {
  background-color: #7b68f4;
}

.cta.cta-primary:hover i {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.cta.cta-primary-border {
  border: 1px solid #6650F2;
  background-color: transparent;
  color: #6650F2;
}

.cta.cta-primary-border:hover {
  border: 1px solid #3c21ee;
  color: #3c21ee;
}

.cta.cta-primary-border:hover i {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.cta.cta-secondary {
  border: 1px solid #fd8a93;
  background-color: transparent;
  color: #fd8a93;
}

.cta.cta-secondary:hover {
  border: 1px solid #fc5865;
  color: #fc5865;
}

.cta.cta-secondary:hover i {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.cta.cta-third {
  border: 1px solid #fd8a93;
  background-color: #fd8a93;
  color: #fff;
}

.cta.cta-third:hover {
  background-color: #fc5865;
}

.notification {
  border: 1px solid #E9E9E9;
  background-color: #fff;
  border-radius: 5px;
}

.notification h5 {
  color: #5e5f79;
}

.job {
  border: 1px solid #E9E9E9 !important;
  /*@include box-shadow;*/
  height: 100%;
}

.job .card-header {
  padding: 5px 1.0rem 0.5rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0;
}

.job .card-header > .row {
  height: 24px;
}

.job .card-header button {
  border: 0;
  background-color: transparent;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.job .card-header button:hover {
  opacity: 1;
}

.job .card-header i {
  color: #fd8a93;
  font-size: 1.2rem;
}

.job .card-body {
  padding: .75px 1.0rem 0.5rem;
}

.job .card-body h5 {
  font-weight: 400;
  color: #5e5f79;
}

.job .card-text {
  color: #8a9fba;
  margin-bottom: 0.25rem;
}

.job .card-footer {
  position: absolute;
  top: -1px;
  left: -1px;
  border: 0;
  border-radius: 5px;
  background-color: #E9E9E9;
  color: #5e5f79;
  padding: 0;
  height: 30px;
  width: 60px;
  text-align: center;
  font-size: 1rem;
  line-height: 30px;
}

.job .card-footer:last-child {
  border-radius: 5px;
}

.sidebar-menu li:not(.submenu-active).active .menu-icon, .sidebar-menu li:not(.submenu-active).active a {
  color: #fd8a93;
  -webkit-filter: opacity(100%);
          filter: opacity(100%);
}

.main-sidebar {
  background: transparent;
  margin-left: -20px;
  margin-top: 15px;
}

.main-sidebar .treeview .treeview-icon {
  position: absolute;
  top: 24px;
  right: 10px;
}

.sidebar-menu a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #8a9fba;
  line-height: 20px;
  padding: 20px 13px 20px 12px;
  border-bottom: 1px solid #E8ECEF;
  font-weight: 600;
}

.sidebar-menu a:hover {
  color: #fd8a93;
}

.sidebar-menu .header {
  color: #616D71;
  font-size: 12px;
  margin-top: 15px;
  padding: 7px 5px 7px 10px;
  text-transform: uppercase;
}

.wrapper {
  margin-top: 0;
  grid-row-gap: 0;
}

.main-header {
  background-color: #fff;
  padding: 15px 20px;
  margin-left: -20px;
  margin-right: -20px;
  border-bottom: 1px solid #E8ECEF;
}

.content-wrapper {
  margin-top: 25px;
}

.navbar-custom-menu .user {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fd8a93;
  font-weight: 600;
}

blockquote {
  color: #8a9fba;
}

.day-recap {
  border-bottom: 1px solid #5e5f79;
  margin-bottom: 0.5rem;
  color: #5e5f79;
}

.day-recap button {
  margin-left: 15px;
  margin-bottom: 10px;
}

.today {
  /*-ms-flex: 0 0 85px;
  flex: 0 0 85px;
  background-color: $text-color;*/
  color: #5e5f79;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 1.3;
  font-size: 1.0rem;
  font-weight: 600 !important;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
}

.today strong {
  font-size: 1.4rem;
  font-weight: 600;
}

.today small {
  font-weight: 600;
}

strong.total {
  font-size: 1.3rem;
}

.treeview.menu-open > a {
  color: #fd8a93;
}

.content-header {
  position: relative;
  top: unset;
}

.number-notification {
  display: inline-block;
  color: #fff;
  background-color: #fd8a93;
  border-radius: 5px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-weight: 600;
  margin-left: 5px;
  font-size: 80%;
}

@media (min-width: 1024px) {
  .main-sidebar {
    height: 100vh;
  }
}

.content-panel {
  /*box-shadow: var(--box-shadow-lg);*/
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 59, 109, 0.03);
  box-shadow: 0px 20px 20px 0px rgba(0, 59, 109, 0.03);
}

.with-rounded-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.form-timeshit {
  padding-top: 0.7rem;
  padding-bottom: 15px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.form-timeshit .cta.cta-primary {
  width: 100%;
  max-width: 170px;
}

.form-control, .custom-select {
  color: #5e5f79;
}

.h5, h5 {
  font-size: 1.0rem;
}

.w-90 {
  width: 90% !important;
}

.content-footer {
  background-color: transparent;
  border: 0;
}

.custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  border-color: #8a9fba;
  background-color: #8a9fba;
}

.dataTables_wrapper .dataTables_paginate {
  color: #8a9fba !important;
}

#datagrid_info {
  color: #8a9fba;
}

#datagrid_length {
  color: #8a9fba;
}

#datagrid_length select {
  padding-top: .2rem;
  padding-bottom: .2rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
  border: 1px solid #ced4da;
  border-radius: 5px;
  color: #A8A8A8;
}

#datagrid_length select:focus {
  border-color: #00A7E1;
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

#datagrid_wrapper {
  padding: 15px;
  margin-top: 5px;
}

.dataTables_paginate {
  margin-top: 0.755em;
}

.actions a {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
}

.text-muted {
  color: #8a9fba !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border-radius: 5px !important;
  border: 0 !important;
  padding: 3px 10px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #eaeef3 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #bac6d6 !important;
}

input[type=range] {
  width: 100%;
  margin: 8.15px 0;
  background-color: transparent;
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  background: #00a7e1;
  border: 0px solid rgba(1, 1, 1, 0);
  border: 0;
  border-radius: 25px;
  width: 100%;
  height: 3.7px;
  cursor: pointer;
}

input[type=range]::-webkit-slider-thumb {
  margin-top: -8.15px;
  width: 20px;
  height: 20px;
  background: #00a7e1;
  border: 0px solid rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #7bddff;
}

input[type=range]::-moz-range-track {
  background: #00a7e1;
  border: 0px solid rgba(1, 1, 1, 0);
  border: 0;
  border-radius: 25px;
  width: 100%;
  height: 3.7px;
  cursor: pointer;
}

input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #00a7e1;
  border: 0px solid rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 50px;
  cursor: pointer;
}

input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 9.15px 0;
  color: transparent;
  width: 100%;
  height: 3.7px;
  cursor: pointer;
}

input[type=range]::-ms-fill-lower {
  background: #003548;
  border: 0px solid rgba(1, 1, 1, 0);
  border: 0;
  border-radius: 50px;
}

input[type=range]::-ms-fill-upper {
  background: #00a7e1;
  border: 0px solid rgba(1, 1, 1, 0);
  border: 0;
  border-radius: 50px;
}

input[type=range]::-ms-thumb {
  width: 20px;
  height: 20px;
  background: #00a7e1;
  border: 0px solid rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}

input[type=range]:focus::-ms-fill-lower {
  background: #00a7e1;
}

input[type=range]:focus::-ms-fill-upper {
  background: #7bddff;
}

/*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
how to remove the virtical space around the range input in IE*/
@supports (-ms-ime-align: auto) {
  /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  input[type=range] {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}

.select2-container--bootstrap .select2-selection--single {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: 1px solid #ced4da;
  height: 34px;
  padding: 6px 24px 6px 12px;
}

.select2-container--bootstrap {
  max-width: 100% !important;
  width: 100% !important;
}

/* CALENDAR */
.fc .fc-button-primary {
  color: #fd8a93 !important;
  background-color: transparent !important;
  border: 0 !important;
}

.fc .fc-toolbar-title {
  font-size: 1.2em !important;
  color: #5e5f79;
}

.fc .fc-col-header-cell-cushion {
  color: #8a9fba;
  font-size: 0.7rem;
}

.fc .fc-day-other .fc-daygrid-day-top {
  opacity: 0.5;
  z-index: 5;
  position: relative;
}

.fc .fc-daygrid-day-top {
  display: block !important;
  line-height: 40px;
  text-align: center;
}

.fc .fc-bg-event {
  background: transparent !important;
  opacity: 1 !important;
}

.fc .activeDay {
  background: #ffcccc !important;
  width: 80%;
  border-radius: 5px;
  margin-left: 10%;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: transparent !important;
  background: transparent !important;
}

.fc .fc-daygrid-day.fc-day-today .activeDay {
  width: 100%;
  border-radius: 5px;
  margin-left: 0;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-bg {
  height: 100% !important;
  position: absolute;
  background-color: #f1f1f1;
  display: block;
  width: 80%;
  margin-left: 10%;
  border-radius: 5px;
  top: 0px;
}

.fc-day-sat a, .fc-day-sun a {
  color: #8a9fba !important;
}

.validedDay:after {
  content: '';
  display: inline-block;
  width: 50%;
  height: 2px;
  background-color: #E9E9E9;
  margin-left: 25%;
  bottom: 20%;
  position: absolute;
}

.notValidedDay:after {
  content: '';
  display: inline-block;
  width: 25%;
  height: 2px;
  background-color: #8a9fba;
  margin-left: 25%;
  bottom: 20%;
  position: absolute;
}

.fc .fc-view-harness {
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.fc-theme-standard .fc-scrollgrid {
  border: 0 !important;
}

.fc-theme-standard td, .fc-theme-standard th {
  border-color: white !important;
}

.fc .fc-view-harness-active > .fc-view {
  padding: 20px;
}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0.5em !important;
}

.fc .fc-daygrid-day-number {
  color: #5e5f79;
  cursor: pointer;
  padding: 10px 15px !important;
}

.fc .fc-daygrid-day-number:hover {
  color: #fd8a93;
}

.fc-direction-ltr .fc-daygrid-week-number {
  display: none;
}

.fc .fc-button-primary:focus {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

[type=search], [type=date] {
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
  border: 1px solid #ced4da;
  border-radius: 5px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

[type=search]:focus, [type=date]:focus {
  border-color: #00A7E1;
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

[type=date] {
  padding: .375rem .75rem .375rem .75rem;
}

.form-control:focus, .custom-select:focus {
  border-color: #00A7E1;
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.alert-dark {
  color: #676262;
  background-color: transparent;
  border-color: #c6c8ca;
  margin-bottom: 1rem;
}

button:focus {
  outline: 0;
}

.content-panel-body.with-background {
  background: #fff;
}

.no-shit-message h5 {
  opacity: 0.7;
  font-weight: 400;
}

.cta-filter {
  border-bottom: 1px solid #E9E9E9;
}

.cta-filter a {
  display: inline-block;
  color: #8a9fba !important;
  padding: .375rem .75rem .7rem .75rem;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  opacity: .5;
}

.cta-filter a:hover {
  color: #fd8a93 !important;
}

.cta-filter a:after {
  content: "";
  display: block;
  height: 2px;
  background-color: transparent;
  -webkit-transform: translate(0px, 12px);
          transform: translate(0px, 12px);
}

.cta-filter a.current-view-project {
  opacity: 1;
  color: #fd8a93 !important;
}

.cta-filter a.current-view-project:hover {
  color: #fd8a93 !important;
  text-decoration: none;
}

.cta-filter a.current-view-project:after {
  background-color: #fd8a93;
}

.list-group-item {
  border: 1px solid #E9E9E9;
}

#datagrid_wrapper a {
  color: #8a9fba;
}

#datagrid_wrapper a:hover {
  color: #fd8a93;
}

.back-to {
  color: #fd8a93;
}

.navbar {
  background-color: #fff !important;
}

.container.login {
  max-width: 900px;
  margin: 100px auto 0;
}

.container.login .col-lg-8 {
  margin: auto;
}

.container.login button {
  border: 1px solid #6650F2;
  background-color: #6650F2;
}

footer.login_footer {
  background-color: #fafafb !important;
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #8a9fba;
}

.description {
  display: none;
  margin-bottom: 30px;
}

.add_desc {
  background-color: #ffcccc;
  color: #fd8a93;
  height: 30px;
  width: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  text-align: center;
  font-size: 19px;
}
/*# sourceMappingURL=screen.css.map */