@import url("https://fonts.googleapis.com/css?family=Nunito+Sans&display=swap");
@import url(../font/certa/certaSansStylesheet.css);
html {
  position: relative;
  min-height: 100%; }
  html .offset-top-0 {
    margin-top: 0; }
  html .offset-top-4 {
    margin-top: 4px; }
  html .offset-top-10 {
    margin-top: 10px; }
  html .offset-top-14 {
    margin-top: 14px; }
  html .offset-top-20 {
    margin-top: 20px; }
  html .offset-top-24 {
    margin-top: 24px; }
  html .offset-top-26 {
    margin-top: 26px; }
  html .offset-top-30 {
    margin-top: 30px; }
  html .offset-top-40 {
    margin-top: 40px; }
  html .offset-top-50 {
    margin-top: 50px; }
  html .offset-top-60 {
    margin-top: 60px; }
  html .offset-top-70 {
    margin-top: 70px; }
  html .offset-top-80 {
    margin-top: 80px; }
  html .offset-top-90 {
    margin-top: 90px; }
  html .offset-top-100 {
    margin-top: 100px; }

body {
  background: #f2f5f9;
  padding: 0;
  margin: 0; }

table tbody tr td {
  padding-top: 15px !important;
  padding-bottom: 8px !important; }

.certa {
  font-family: certa_sansmedium, sans-serif; }

.nunito {
  font-family: "Nunito-Sans", sans-serif; }

#mainContent {
  transition: margin-left .5s;
  margin-left: 250px;
  padding: 16px 16px 16px 3%; }
  @media only screen and (max-device-width: 768px) {
    #mainContent {
      margin-left: 230px; } }

.height-top {
  height: 100%; }

.center-vertical {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.center-horizontal {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.padding-null {
  padding: 0 !important; }

.d-block {
  display: block; }

.disable {
  -webkit-filter: grayscale(100%);
  opacity: unset !important;
  cursor: no-drop !important; }

.pointer {
  cursor: pointer; }

.error {
  font-size: 12px;
  color: #d9534f;
  text-align: left;
  display: block; }

.no-space {
  white-space: nowrap; }

.link1 {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #352DA5;
  color: #352DA5;
  background-color: transparent;
  border-radius: 25px;
  padding: 5px 10px;
  font-size: 12px;
  min-width: 70px;
  text-align: center; }
  .link1:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #352DA5; }

.link2 {
  cursor: pointer;
  display: inline-block;
  color: #352DA5;
  background-color: transparent;
  font-size: 12px;
  padding: 5px 10px; }
  .link2:hover {
    text-decoration: none;
    border-bottom: 1px dashed #352DA5; }

.default-box {
  background: #FFFFFF 0 0 no-repeat padding-box;
  box-shadow: 0 0 15px #0000000D;
  border-radius: 12px; }

.in {
  background: rgba(26, 15, 107, 0.34); }

.modal-dialog .modal-header {
  padding: 5% 10%;
  border: none;
  margin: 0; }
  .modal-dialog .modal-header .first-title {
    font-size: 22px; }
.modal-dialog .modal-body {
  padding: 0 10%;
  margin: 0; }
  .modal-dialog .modal-body .input-blue select {
    padding-left: 10px; }
  .modal-dialog .modal-body .input-blue select, .modal-dialog .modal-body .input-blue input {
    border-radius: 4px;
    background: #F2F5F9;
    width: 100%;
    border: none;
    box-shadow: none;
    color: #555;
    height: 34px;
    margin: 0; }
  .modal-dialog .modal-body .input-blue-icon input {
    background: #F2F5F9;
    border: none;
    box-shadow: none;
    margin: 0;
    color: #555;
    height: 34px;
    padding-left: 44px; }
  .modal-dialog .modal-body .icon-whats {
    position: absolute;
    top: 7px;
    left: 44px;
    width: 6%; }
  .modal-dialog .modal-body .error-msg-modal {
    font-size: 12px;
    color: #FF445D; }
.modal-dialog .modal-footer {
  padding: 0 10%;
  border: none; }
  .modal-dialog .modal-footer .btn-yellow-save {
    width: 100%;
    color: #fff;
    background: #2d3033;
    border-radius: 4px;
    border: none;
    padding: 7px 0 6px;
    cursor: pointer; }
    .modal-dialog .modal-footer .btn-yellow-save span {
      text-shadow: 0 0 10px #00000026; }
  .modal-dialog .modal-footer .close-btn {
    display: block;
    width: 100%;
    border: none;
    margin-top: 5%;
    margin-bottom: 10%;
    background: transparent;
    cursor: pointer;
    padding: 6px 0;
    color: #3A424E; }

.modal-dialog-sm {
  width: 300px; }

.custom-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5; }
.custom-scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #F5F5F5; }
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #9c9797;
  border: 0 solid #9c9797; }

.loading-action-table .spinner-btn {
  height: 20px;
  text-align: center;
  background: #0f77ae; }
  .loading-action-table .spinner-btn .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
  .loading-action-table .spinner-btn .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s; }
  .loading-action-table .spinner-btn .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
  .loading-action-table .spinner-btn .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }

/* Global Loading Spinner */
.spinner-box > div {
  background-color: #3598dc;
  width: 4px;
  height: 64px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
  margin-right: 4px; }

.spinner-btn-login > div {
  margin-right: 4px;
  background-color: #3598dc;
  width: 4px;
  height: 20px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.spinner > div {
  margin-right: 4px;
  background-color: #3598dc;
  width: 8px;
  height: 64px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.loading-btn-login .spinner-btn-login {
  height: 20px;
  text-align: center; }
  .loading-btn-login .spinner-btn-login .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
  .loading-btn-login .spinner-btn-login .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s; }
  .loading-btn-login .spinner-btn-login .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
  .loading-btn-login .spinner-btn-login .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }
  .loading-btn-login .spinner-btn-login > div {
    margin-right: 4px;
    background-color: #2D3033;
    width: 4px;
    height: 20px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }
.spinning {
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear; }

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg); }
  to {
    transform: scale(1) rotate(360deg); } }
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
.signin1 {
  height: 100%;
  width: 100%;
  position: fixed;
  background-image: linear-gradient(#2D3033, #2D3033);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; }
  .signin1 .content-info {
    position: absolute;
    left: 5%; }
    .signin1 .content-info h1 {
      color: #F2F5F9;
      font-size: 26px;
      line-height: 35px;
      font-weight: normal;
      width: 60%;
      display: block;
      margin: 10% auto;
      padding: 0 59px;
      text-align: center; }
    .signin1 .content-info img {
      width: 60%;
      display: block;
      margin: 0 auto; }
    @media only screen and (max-device-width: 1024px) {
      .signin1 .content-info {
        left: -2%; } }
  .signin1 .right-content {
    background-color: #ffffff;
    float: right;
    overflow-y: auto;
    overflow-x: hidden; }
    .signin1 .right-content .content-login {
      width: 80%;
      display: block;
      margin: 0 auto; }
      .signin1 .right-content .content-login .logo {
        width: 100%;
        padding-bottom: 2%;
        display: block;
        margin: 30% 0 0 -7px; }
      .signin1 .right-content .content-login .type {
        color: #191919;
        margin-top: 5px;
        text-align: left;
        font-size: 13px; }
      .signin1 .right-content .content-login h2 {
        font-size: 26px;
        color: #191919;
        text-align: left;
        margin-top: 10%; }
      .signin1 .right-content .content-login h3 {
        font-size: 18px;
        color: #191919;
        text-align: left;
        margin-top: 10%; }
      .signin1 .right-content .content-login .form-input {
        position: relative;
        width: 100%;
        min-height: 42px;
        margin-top: 20px;
        margin-bottom: 20px; }
        .signin1 .right-content .content-login .form-input .field-txt-invalid {
          font-size: 11px; }
        .signin1 .right-content .content-login .form-input .group-icon .icon-img {
          position: absolute;
          top: 11px;
          left: 9px;
          width: 6%; }
          @media only screen and (max-device-width: 1024px) {
            .signin1 .right-content .content-login .form-input .group-icon .icon-img {
              top: 13px; } }
          @media only screen and (max-device-width: 768px) {
            .signin1 .right-content .content-login .form-input .group-icon .icon-img {
              top: 12px;
              width: 3%; } }
          @media only screen and (max-device-width: 430px) {
            .signin1 .right-content .content-login .form-input .group-icon .icon-img {
              top: 13px;
              width: 6%; } }
        .signin1 .right-content .content-login .form-input .group-icon input {
          width: 100%;
          height: 42px;
          border-radius: 8px;
          padding-left: 38px;
          padding-right: 15px;
          font-size: 12px;
          font-weight: 400;
          letter-spacing: 0.5px;
          float: left;
          border: none;
          background: #F2F5F9;
          -webkit-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out, filter .25s linear, opacity .25s ease-in-out;
          -moz-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out, filter .25s linear, opacity .25s ease-in-out;
          -o-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out, filter .25s linear, opacity .25s ease-in-out;
          transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out, filter .25s linear, opacity .25s ease-in-out; }
          .signin1 .right-content .content-login .form-input .group-icon input:hover, .signin1 .right-content .content-login .form-input .group-icon input:focus, .signin1 .right-content .content-login .form-input .group-icon input:active {
            border: solid 1px #c1c7ce; }
      .signin1 .right-content .content-login .lost-password {
        height: 15px; }
        .signin1 .right-content .content-login .lost-password a {
          color: #2D3033;
          float: right;
          padding-right: 5px;
          font-size: 13px;
          cursor: pointer; }
          .signin1 .right-content .content-login .lost-password a:hover {
            color: #000000;
            padding-bottom: 2px;
            border-bottom: 1px solid #000;
            text-decoration: none; }
      .signin1 .right-content .content-login .content-btn {
        position: relative;
        margin-top: 10%; }
        .signin1 .right-content .content-login .content-btn button {
          width: 50%;
          height: 45px;
          background: transparent;
          cursor: pointer;
          position: relative;
          border: 2px solid #2D3033;
          color: #2D3033;
          font-size: 19px;
          float: right; }
        .signin1 .right-content .content-login .content-btn:hover button {
          border: 2px solid #000;
          color: #000; }
        @media only screen and (max-device-width: 414px) {
          .signin1 .right-content .content-login .content-btn button {
            width: 100%; } }

.sidebar-client {
  direction: rtl;
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.06); }
  .sidebar-client .logo {
    padding-bottom: 20%;
    border-bottom: 1px solid #F2F5F9; }
    .sidebar-client .logo a {
      margin: 0;
      padding: 0; }
    .sidebar-client .logo img {
      padding: 0 12%; }
  .sidebar-client .content-list {
    direction: ltr;
    padding-bottom: 7%;
    border-bottom: 1px solid #F2F5F9; }
    .sidebar-client .content-list p {
      color: #7F8897;
      margin-top: 10%;
      font-size: 14px;
      text-transform: uppercase;
      margin-left: 10%; }
    .sidebar-client .content-list ul {
      list-style: none;
      padding: 0; }
      .sidebar-client .content-list ul li {
        cursor: pointer;
        margin-bottom: 2%; }
        .sidebar-client .content-list ul li a {
          width: 100%;
          font-size: 14px;
          color: #3A424E;
          display: inline-block;
          padding: 8px 10%; }
        .sidebar-client .content-list ul li img {
          display: inline-block;
          width: 20px;
          height: 19px;
          max-height: 19px;
          margin-right: 10px; }
        .sidebar-client .content-list ul li span {
          color: #3A424E;
          display: inline-block; }
        .sidebar-client .content-list ul li:hover {
          background: #F2F5F9; }
    .sidebar-client .content-list .active {
      background: rgba(45, 48, 51, 0.14); }
      .sidebar-client .content-list .active span {
        color: #3A424E; }
  .sidebar-client a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s; }
    .sidebar-client a:hover {
      color: #f1f1f1; }
  .sidebar-client .close-btn {
    position: absolute;
    top: 0;
    right: 16px;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer; }
  .sidebar-client .open-btn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none; }
    .sidebar-client .open-btn:hover {
      background-color: #444; }
  @media only screen and (max-device-width: 768px) {
    .sidebar-client {
      width: 230px; } }
  @media screen and (max-height: 450px) {
    .sidebar-client .sidebar {
      padding-top: 15px; }
      .sidebar-client .sidebar a {
        font-size: 18px; } }

.home-content {
  background: #F2F5F9;
  padding-bottom: 5% !important;
  padding-right: 3% !important;
  height: 100%; }
  .home-content .color-default {
    color: #7F8897; }
  .home-content .color-red {
    color: #FF445D; }
  .home-content .color-green {
    color: #08A747; }
  .home-content .color-orange {
    color: #FFAB2D; }
  .home-content .color-blue {
    color: #1A0F6B; }
  .home-content .background-default {
    background: #7F8897; }
  .home-content .background-bue {
    background: #352DA5; }
  .home-content .background-bue-dark {
    background: #1A0F6B; }
  .home-content .background-red {
    background: #FF445D; }
  .home-content .background-green {
    background: #08A747; }
  .home-content .box-user .user-photo {
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    border-radius: 100%; }
  .home-content .box-user .notification {
    float: right;
    cursor: pointer;
    width: 30px;
    margin-top: 2%;
    margin-right: 15px; }
    @media only screen and (max-device-width: 768px) {
      .home-content .box-user .notification {
        margin-top: 5%; } }
    @media only screen and (max-device-width: 420px) {
      .home-content .box-user .notification {
        margin: 0; } }
  .home-content .box-user p {
    display: inline-block;
    margin-left: 1%;
    font-size: 23px;
    letter-spacing: 0;
    position: relative;
    top: 2px; }
  .home-content .box-point {
    padding-top: 20px;
    padding-bottom: 20px; }
    .home-content .box-point .title span {
      display: block;
      color: #191919;
      font-size: 18px; }
      .home-content .box-point .title span:last-child {
        margin-top: 5px;
        font-size: 14px; }
    .home-content .box-point .line-point-info {
      position: relative;
      margin-top: 10px; }
      .home-content .box-point .line-point-info div {
        height: 24px;
        width: 63%;
        position: absolute;
        left: -8%;
        border-radius: 4px; }
        @media only screen and (max-device-width: 768px) {
          .home-content .box-point .line-point-info div {
            left: -6%;
            width: 50%; } }
        @media only screen and (max-device-width: 420px) {
          .home-content .box-point .line-point-info div {
            width: 60%; } }
      .home-content .box-point .line-point-info span {
        color: #fff;
        position: relative;
        top: 2px;
        font-size: 12px; }
        .home-content .box-point .line-point-info span span {
          position: initial; }
    .home-content .box-point .new-progress-bar {
      margin: 50px auto;
      width: 200px;
      height: 200px;
      background: rgba(127, 136, 151, 0.57);
      border-radius: 50%;
      box-shadow: 0 0 15px #00000014; }
      .home-content .box-point .new-progress-bar .circle .inside-circle {
        width: 180px;
        height: 180px;
        border-radius: 50%;
        background: #fff;
        line-height: 30px;
        text-align: center;
        margin-top: 10px;
        margin-left: 10px;
        position: absolute;
        z-index: 1;
        font-weight: 700;
        font-size: 2em; }
        .home-content .box-point .new-progress-bar .circle .inside-circle p {
          color: #7F8897;
          margin-top: 30%; }
          .home-content .box-point .new-progress-bar .circle .inside-circle p span {
            font-size: 28px; }
            .home-content .box-point .new-progress-bar .circle .inside-circle p span:first-child {
              font-size: 14px;
              display: block;
              font-weight: normal; }
            .home-content .box-point .new-progress-bar .circle .inside-circle p span:last-child {
              display: inline-block; }
            .home-content .box-point .new-progress-bar .circle .inside-circle p span span {
              font-size: 16px;
              display: inline-block; }
      .home-content .box-point .new-progress-bar .circle .mask, .home-content .box-point .new-progress-bar .circle .fill {
        width: 200px;
        height: 200px;
        position: absolute;
        border-radius: 50%; }
      .home-content .box-point .new-progress-bar .circle .mask {
        clip: rect(0px, 200px, 200px, 100px); }
        .home-content .box-point .new-progress-bar .circle .mask .fill {
          clip: rect(0px, 100px, 200px, 0px);
          background-color: #9e00b1; }
        .home-content .box-point .new-progress-bar .circle .mask.full {
          animation: fill ease-in-out 3s;
          transform: rotate(60deg); }
      .home-content .box-point .new-progress-bar .circle .fill {
        animation: fill ease-in-out 3s;
        transform: rotate(60deg); }
@keyframes fill {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(60deg); } }
    .home-content .box-point .register-point {
      text-align: center;
      margin-left: -20px; }
      .home-content .box-point .register-point img {
        display: inline-block;
        width: 35px;
        position: relative;
        top: -4px; }
      .home-content .box-point .register-point span {
        color: #352DA5;
        font-size: 16px;
        cursor: pointer; }
        .home-content .box-point .register-point span:hover {
          border-bottom: 1px solid #352DA5;
          padding-bottom: 2px; }
  .home-content .box-alert {
    padding-top: 20px;
    padding-bottom: 10px; }
    .home-content .box-alert .title {
      display: block;
      color: #191919;
      font-size: 16px; }
      @media only screen and (max-device-width: 768px) {
        .home-content .box-alert .title {
          font-size: 14px; } }
      @media only screen and (max-device-width: 420px) {
        .home-content .box-alert .title {
          font-size: 16px; } }
    @media only screen and (max-device-width: 768px) {
      .home-content .box-alert {
        margin-top: 10%; } }
  .home-content .box-hour-balances {
    padding-top: 20px;
    padding-bottom: 20px; }
    .home-content .box-hour-balances .title {
      display: block;
      color: #191919;
      font-size: 18px;
      padding-bottom: 10px;
      border-bottom: 1px solid #F2F5F9; }
    .home-content .box-hour-balances .box-balance-info {
      min-height: 50px;
      padding-bottom: 10px;
      border-bottom: 1px solid #F2F5F9; }
      .home-content .box-hour-balances .box-balance-info p {
        margin-top: 10px;
        margin-bottom: 0; }
        .home-content .box-hour-balances .box-balance-info p span {
          color: #191919;
          display: block; }
          .home-content .box-hour-balances .box-balance-info p span:last-child {
            font-size: 24px;
            color: #7F8897;
            font-weight: 500; }
        @media only screen and (max-device-width: 768px) {
          .home-content .box-hour-balances .box-balance-info p span {
            font-size: 13px; } }
        @media only screen and (max-device-width: 420px) {
          .home-content .box-hour-balances .box-balance-info p span {
            font-size: 14px; } }
      .home-content .box-hour-balances .box-balance-info:last-child {
        margin-bottom: 20px; }
    .home-content .box-hour-balances .period-info {
      color: #352DA5; }
    @media only screen and (max-device-width: 768px) {
      .home-content .box-hour-balances {
        margin-top: 10%; } }
  .home-content .box-announcements {
    padding-top: 20px;
    padding-bottom: 20px; }
    .home-content .box-announcements .title {
      display: block;
      color: #191919;
      font-size: 18px;
      padding-bottom: 10px;
      border-bottom: 1px solid #F2F5F9; }
    .home-content .box-announcements .empty-announcements p {
      margin-top: 15px;
      font-size: 12px;
      color: #7F8897; }
    .home-content .box-announcements .empty-announcements img {
      display: block;
      margin: 20% auto 10%; }
    @media only screen and (max-device-width: 768px) {
      .home-content .box-announcements {
        margin-top: 10%;
        min-height: 375px; } }
    @media only screen and (max-device-width: 414px) {
      .home-content .box-announcements {
        min-height: 100px; } }
  .home-content .box-registers-list {
    padding-top: 30px;
    padding-bottom: 30px; }
    .home-content .box-registers-list .title {
      display: block;
      color: #191919;
      font-size: 18px;
      padding-bottom: 10px; }
    .home-content .box-registers-list .title-empty {
      display: block;
      color: #7F8897;
      font-size: 15px;
      padding-bottom: 10px; }
    .home-content .box-registers-list .show-all-points {
      position: absolute;
      right: 15px;
      top: 0; }
      .home-content .box-registers-list .show-all-points img {
        display: inline-block;
        width: 35px;
        position: relative;
        top: -4px; }
      .home-content .box-registers-list .show-all-points span {
        color: #352DA5;
        font-size: 16px;
        cursor: pointer;
        display: inline-block; }
        .home-content .box-registers-list .show-all-points span:hover {
          border-bottom: 1px solid #352DA5;
          padding-bottom: 2px; }
    .home-content .box-registers-list .point-list {
      padding: 0;
      margin: 1% 0 0;
      list-style: none;
      border-top: 1px solid #F2F5F9; }
      .home-content .box-registers-list .point-list li {
        width: 78px;
        display: inline-block; }
        .home-content .box-registers-list .point-list li .progress {
          width: 5px;
          height: 100px;
          background: #E6E6E6;
          display: block;
          margin: 0 auto 10px; }
          .home-content .box-registers-list .point-list li .progress div {
            width: 5px;
            height: 90px;
            background: #e6e6e6; }
        .home-content .box-registers-list .point-list li .infos {
          min-height: 60px; }
          .home-content .box-registers-list .point-list li .infos .hours {
            font-size: 14px;
            text-align: center;
            margin: 0; }
          .home-content .box-registers-list .point-list li .infos .day {
            text-align: center;
            color: #7F8897;
            font-size: 12px;
            margin: 3px 0; }
          .home-content .box-registers-list .point-list li .infos .requested {
            display: block;
            text-align: center;
            color: #ffffff;
            font-size: 11px;
            width: 74px;
            padding: 1px 2px 1px 0;
            border-radius: 4px;
            margin: 0; }
            .home-content .box-registers-list .point-list li .infos .requested img {
              width: 11px;
              display: inline-block; }

.list-content {
  background: #F2F5F9;
  padding-bottom: 5% !important;
  padding-right: 3% !important;
  height: 100vh; }
  .list-content .pg-title h1 {
    font-size: 28px;
    color: #191919; }
  .list-content .box-list {
    padding: 10px 30px; }
    .list-content .box-list .infos h2 {
      font-size: 24px;
      color: #191919;
      margin-bottom: 20px; }
    .list-content .box-list .table-clean thead tr th {
      color: #7F8897;
      font-weight: normal;
      font-size: 15px;
      border-bottom: none; }
    .list-content .box-list .table-clean tbody tr td ul {
      list-style: none;
      margin: 0;
      padding: 0; }
  @media only screen and (max-device-width: 1024px) {
    .list-content {
      height: 100vh; } }
  @media only screen and (max-device-width: 768px) {
    .list-content {
      height: 100%; } }

.create-content {
  background: #F2F5F9;
  padding-bottom: 5% !important;
  padding-right: 3% !important;
  height: 100vh; }
  .create-content .pg-title h1 {
    font-size: 28px;
    color: #191919; }
  .create-content .box-create {
    background: #ffffff; }
    .create-content .box-create .form-create label {
      color: #7F8897;
      font-weight: normal;
      display: inline-block; }
      @media only screen and (max-device-width: 1024px) {
        .create-content .box-create .form-create label {
          font-size: 12px; } }
      @media only screen and (max-device-width: 780px) {
        .create-content .box-create .form-create label {
          font-size: 14px; } }
    .create-content .box-create .form-create select {
      width: 100%;
      background: #F2F5F9;
      color: #3A424E;
      border: none;
      height: 35px;
      border-radius: 4px;
      padding-left: 9px;
      display: block; }
    .create-content .box-create .form-create input {
      width: 100%;
      border: none;
      background: #f2f5f9;
      color: #3A424E;
      height: 35px;
      padding: 0 8px;
      border-radius: 4px; }
    .create-content .box-create .form-create button {
      margin-bottom: 20px; }

/*# sourceMappingURL=style1.css.map */
