body {
  font-family: 'Roboto', sans-serif;
}

.login-register {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color:#fff;
  min-height: 100vh;
  background-image: url("../src/bg_login.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-login {
  width: 515px;
  height: 668px;
  margin: auto;
  margin-top: 160px;
  padding: 20px 30px;
}

.login-link {
  color: #2bd3fc;
}

.login-link:hover {
  color: #2bd3fc;
}

.form-login h1 {
  margin:0;
  text-align: center;
  height: 40px;
  font-size: 18px;
  margin: 30px;
}

.form-login p {
  font-size: 1rem;
  margin-bottom:30px;
  text-align: center;
}

.controls {
  width: 100%;
  margin-bottom: 26px;
  padding:20px 20px;
  height: 3rem;
  border:none;
  border-radius: 12px;
}

.button1 {
  width: 100%;
  height: 60px;
  color: #fff;
  font-weight: 700;
  background: #245091;
  border:none;
  border-radius: 12px;
}

.sidenavbar {
  background-color: #1271AB;
}

.rightside {
  height: 100vh;
}

.header {
  display: flex;
  background-color: #00CFF2;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #00CFF2;
   color: white;
   text-align: center;
}

.dd-menu {
  text-align: center;
  border-radius: .75rem;
  border: none;
  font-size: .7rem;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
}

.main-content {
  background-color: #FFF;
  color: #1271AB;
}

.sidebar {
  background-color: #FFF;
  color: #1271AB;
}

.home {
  font-size: 1rem;
  color: #6c757d;
}

.header h1 {
  text-align: left;
  font-size: 1rem;
  color: #FFF;
}

.sidenavbar a {
  text-align: center;
  color: #FFF!important;
  text-decoration: none;
  padding: 1rem 0rem;
  border-bottom: 1px solid #FFF;
  font-size: 1rem;
}

.calendar a {
  color: #fff;
  text-decoration: none;
}

.link_noline {
  text-decoration: none;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
}

.img-logo {
  max-width: 100%;
}

.txtcenter {
  text-align: center;
}

.txtright {
  text-align: right;
}

.elementcenter {
  margin: 0 auto;
}

.bar {
  display: flex;
  padding: 20px 0px;
  margin-top: 5px;
  justify-content: space-between;
}

.calendar {
  margin-top: 30px;
  width: 100%;
  border: 1px solid #E5EFFC;
  border-radius: 12px!important;
  border-collapse: separate;
  border-spacing: 0;
}


.calendar thead th:first-child {
  border-radius: 12px 12px 0 0;
}

.thead-calendar {
  background: #1271AB;
}

.thead-calendar th {
  color: #fff;
}

.today {
  color: #FFF;
  width: 34px;
  border-radius: 50px 50px 50px 50px;
  background-color: #245091;
}

.prev-date,
.next-date {
  opacity: 0.5;
}

.m-calendar {
  margin-top: 30px;
  width: 100%;
  border: 1px solid #E5EFFC;
  border-radius: 12px!important;
  border-collapse: separate;
  border-spacing: 0;
}

.m-calendar th {
  font-size: 1rem;
}

.day-title {
  font-size: .8rem!important;
}

.m-calendar td {
  border: 3px solid #fff;
  width: 14.29%;
  padding: 0;
  height: 50px;
  font-size: .5rem;
}

.thead-m-calendar {
  background: #E5EFFC;
}

.m-calendar thead th:first-child {
  border-radius: 12px 12px 0 0;
}

.day-background {
  background: #F8FBFF;
}

.incoming-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 320px;
}

.titles {
  margin-top: 5px;
  height: 65px;
}

.field  {
  border: 1px solid #C3C3C3!important;
  border-radius: 12px!important;
  height: 30px;
  width: 80%;
  font-size: .75rem;
  margin:auto;
  margin-top: 20px;
  color: #1271AB!important;
}

.field2  {
  border: 1px solid #C3C3C3!important;
  border-radius: 12px!important;
  height: 30px;
  width: 80px;
  font-size: .75rem;
  margin:auto;
  color: #1271AB;
}

.field3  {
  border: 1px solid #C3C3C3!important;
  border-radius: 12px!important;
  height: 30px;
  width: 50%;
  font-size: .75rem;
  margin:auto;
  margin-top: 20px;
  color: #1271AB;
}

.field4  {
  border: 1px solid #C3C3C3!important;
  border-radius: 12px!important;
  height: 30px;
  width: 80%;
  font-size: .75rem;
  margin:auto;
  
  color: #1271AB!important;
}

.text-area1  {
  border: 1px solid #C3C3C3!important;
  border-radius: 12px!important;
  width: 600px;
  height: 200px;
  font-size: .75rem;
}

.question {
  color: #808080;
  margin-bottom: 30px;
  font-size: .75rem;
}

.answers {
  margin-top: 10px;
}


.dataTables_filter {
   display: none;
}

.inner-addon input  {
  border: 1px solid #C3C3C3!important;
  border-radius: 12px!important;
  height: 30px;
}

/* enable absolute positioning */
.inner-addon {
  width: 100%;
  max-width: 250px;
  position: relative;
}

/* style icon */
.inner-addon .material-icons {
  position: absolute;
  pointer-events: none;
}

/* align icon */
.left-addon .material-icons  {
  left:  -2px;
  top: 3px;
}

/* add padding  */
.left-addon input  {
    padding-left:  30px; }

.select-list {
  display: block;
  width: 80%;
  border-radius: 12px!important;
  height: 30px;
  color: #6C757D;
  font-size: .75rem;
  margin:auto;
  margin-top: 20px;
}

.select-list2 {
  display: block;
  width: 200px;
  border-radius: 12px!important;
  height: 30px;
  color: #6C757D;
  font-size: .75rem;
  margin-top: 20px;
}


.pr0 {
  padding-right: 0;
}

.pl0 {
  padding-left: 0;
}

.ld-container {
  display: flex;
  justify-content: flex-end;
}

.lc-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.a-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cons-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.center-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ph-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.l-a-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.bottom_buttons-container {
  margin-top: calc(100vh/20);
  display: flex;
  justify-content: center;
}

.button2 {
  width: 100%;
  max-width: 86px;
  height: 30px;
  color: #fff!important;
  font-weight: 700;
  font-size: .625rem;
  background: #245091;
  border: none;
  border-radius: 12px;
}

.btn2-m {
  margin-right: 10px;
}

  /*no encuentro donde se usa y no se porque cree este estilo, checar si se elimina*/
.button3 {
  width: 100%;
  max-width: 120px;
  height: 30px;
  color: #fff!important;
  font-weight: 700;
  font-size: .625rem;
  background: #245091;
  border: none;
  margin: .4rem;
  border-radius: 12px;
}

span.icon-grey {
  color: #8E8E8E;
}

span.icon-blue {
  color: #1271AB;
}

span.icon-blue2 {
  color: #E5EFFC;
}

span.icon-orange {
  color: #245091;
}

span.icon-download1 {
  font-size: 1rem;
  color: #1271AB;
}

.tables-container {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}

.table-responsive {
  overflow-y: auto;
  height: calc((100vh - 118px)/2);
}

.table-responsive2 {
  overflow-y: auto;
  height: calc(100vh - 168px);
}

.table-responsive3 {
  overflow-y: auto;
  height: calc(100vh - 250px);
}

.table1 {
  width: 100%;
  border: 1px solid #E5EFFC;
  /*border-radius: 12px!important;*/
  border-spacing: 0;
  border-collapse: separate;
}

.table2 {
  width: 100%;
  border: 1px solid #E5EFFC;
  border-radius: 10px;
  border-collapse: collapse;
  height: 100px;
  overflow: auto;
}

.table3 {
  width: 100%;
  border: 1px solid #E5EFFC;
  border-radius: 10px;
  border-collapse: collapse;
  overflow: auto;
}

thead {
    background: #E5EFFC;
    text-align: center;
}

th,
td {
  text-align: center;
  font-size: .7rem;
  padding: .5rem 0rem;
  color: #1271AB;
}

tr {
  border: 1px solid #E5EFFC;
}

.table th {
  border-bottom: none!important;
}

.table1 thead th {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 999;
  padding: .5rem 0rem;
  background: #E5EFFC;
}


.recent-activity {
  text-align: left;
  margin-left: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.activity-card-container {
  height: calc(100vh - 450px);
  overflow: scroll;
}

.activity-card {
  padding: 8px 0px;
  background: #E5EFFC;
  border-radius: 7px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
  width: 100%;
  margin: 10px auto;
}

.calendar-card {
  background: #46D36C!important;
  border-radius: 6px;
  color: #FFF;
  margin: 6px;
  padding: 3px;
}

.day-card {
  font-size: .5rem;
  background: #46D36C!important;
  border-radius: 6px;
  color: #FFF;
  margin: 6px;
  padding: 3px;
  width: 150px;
}

.dates-row {
  width: 100%;
  height: 6rem;
  color: #FFF;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  text-align: center;
  border-bottom: solid #E5EFFC;
}

.message {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
}

.two-col {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: left;
}

.text1 {
  color: #1271AB;
  font-size: .9rem;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
}

.text2 {
  color: #1271AB;
  font-size: .6rem;
  font-weight: 400;
  margin-bottom: 0;
}

.text_message {
  color: #FF0000;
  font-size: .9rem;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
}

h2 {
  color: #1271AB;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

h3 {
  color: #1271AB!important;
  font-size: .6rem;
  padding: 6px 0px;
  margin-left: 10px;
  text-align: left;
}

h4 {
  color: #1271AB!important;
  font-size: .6rem;
  font-weight: 400;
  margin-left: 10px;
  text-align: left;
}

h5 {
  color: #1271AB!important;
  font-size: .6rem;
  margin-left: 40px;
  font-weight: 300;
  text-align: left;
  text-decoration: underline;
}

h6 {
  color: #1271AB;
  font-size: .75rem;
  margin: 0px 20px 0px 0px;
  font-weight: 400;
  text-align: left;
}

.icons {
  margin-left: 10px;
}

.icons2 {
  margin-right: 10px;
}


.iconpad {
  margin-bottom: 8px;
}

#dropdownMenuButton1 {
  background: transparent!important;
  border: none!important;
}

#dropdownMenuLink1 {
  background: transparent!important;
  border: none!important;
}

#dropdownMenuLink1:hover {
  background: transparent!important;
  border: none!important;
  color: #3BA2FF!important;
}

#si
{
  display: none;
}

#sc_si
{
  display: none;
}

#jt_si
{
  display: none;
}



.three-dots {
  background: transparent!important;
  border: none!important;
  color: #1271AB;
}

.three-dots:hover {
  background: transparent!important;
  border: none!important;
  color: #3BA2FF!important;
}

.title-activity {
  text-align: left;
  color: #1271AB;
}

.input-container:nth-child(1) {
  float: right;
}

.nav-link:hover {
 background-color: #115B8A;
 box-shadow: 0px 0px 7px rgba(0, 0, 0, .4);
}

.button1:hover {
 background-color: #07304F;
 color: #FFF;
 /*color: #FFC1C1;*/
}

 .button2:hover {
  background-color: #07304F;
  color: #FFF;
}

.button3:hover {
  background-color: #07304F;
  color: #FFF;
}

.button4:hover {
  background-color: #07304F;
  color: #FFF;
}

.button5:hover {
  background-color: #A8C3E3;
}

.button6:hover {
  background-color: #A8C3E3;
}

.button7:hover {
  background-color: #07304F;
  color: #FFF;
}

.click:hover {
  color: #3BA2FF;
  cursor: pointer;
}

.table1 tbody tr:hover td {
  color: #3BA2FF;
  cursor: pointer;
}

.anchor {
  text-decoration: none;
}


.standard-container-top h2 {
  font-size: .8rem;
  margin-left: 21px;
}

.standard-container-top {
  background-color: #E5EFFC;
  padding: 10px 0px 2px 0px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.standard-container-middle {
  border: 1px solid #E5EFFC;
  padding-bottom: 20px;
}

.standard-container-bottom {
  border: 1px solid #E5EFFC;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

.scroll-container {
  height: calc(100vh - 250px);
  overflow: auto;
}

.div70 {
  width: 70%;
}

.div80 {
  width: 80%;
  margin: auto;
}

.div50 {
  width: 50%;
}

.div25 {
  width: 25%;
}

.width {
    width: 4rem;
}

.button4 {
  width: 86px;
  height: 30px;
  color: #fff;
  font-weight: 700;
  font-size: .625rem;
  background: #245091;
  border: none;
  border-radius: 12px 0px 0px 12px;
}

.button5 {
  width: 86px;
  height: 30px;
  color: #113663;
  font-weight: 700;
  font-size: .625rem;
  background: #E5EFFC;
  border: none;
  border-radius: 0px 12px 12px 0px;
}

.button6 {
  width: 86px;
  height: 30px;
  color: #113663;
  font-weight: 700;
  font-size: .625rem;
  background: #E5EFFC;
  border: none;
  border-radius: 12px 0px 0px 12px;
}

.button7 {
  width: 86px;
  height: 30px;
  color: #fff;
  font-weight: 700;
  font-size: .625rem;
  background: #245091;
  border: none;
  border-radius: 0px 12px 12px 0px;
}

.input-modal {
  display: flex;
  width: 100%;
  height: 30px;
  background: #fff;
  border: 1px solid #C3C3C3;
  border-radius: 12px;
  align-items: center;
}

.bottom_buttons-modal {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}

.table1 a {
  color: #113663!important;
}

.content_block {
  padding: 24px 24px 0px;
}

.content_block2 {
  padding: 20px 24px 0px;
}

.content_block3 {
  padding: 24px 0px 0px;
}

.content_block4 {
  padding: 20px 0px 0px 24px;
}

.size-icon {
  font-size: 50px;
}

.size-icon2 {
  font-size: 15px;
}

.icon-profile {
  font-size: 90px;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 1;
}

.icon-edit {
  font-size: 16px;
  position: absolute;
  color: #FFF;
  top: 62px;
  left: 64px;
  z-index: 3;
}

.box {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 60px;
  left: 62px;
  background: #113663;
  border-radius:10%;
  z-index: 2;
}

.circle {
  width: 86px;
  height: 86px;
  position: relative;
  top: 0px;
  left: 0px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, .2);
  border-radius:50%;
}

.box2 {
  width: 20px;
  height: 20px;
  position: relative;
  top: 0px;
  left: -10px;
  background: #113663;
  border-radius:10%;
  z-index: 1;
}

.rectangle {
  width: 316px;
  height: 200px;
  position: relative;
  margin:auto;
  margin-top: 20px;
  background: #F8F8F8;
}

.image-logo {
  max-width: 170px;
  /*height: 340px; */
}

.image-logo-thumbnail {
  max-height: 80px;
}

.image-crop-thumbnail {
    width: 160px; /* width of container */
    height: 160px; /* height of container */
    object-fit: none;
    border-radius: 12px!important;
    border: 1px solid grey;
}

.icon-edit2 {
  font-size: 16px;
  position: absolute;
  color: #fff;
  top: 2px;
  left: 2px;
  z-index: 3;
}

.icon-image {
  font-size: 42px;
  position: absolute;
  color: #C3C3C3;
  top: 150px;
  left: 82px;
  z-index: 3;
}

.marg_r-15 {
  margin-right: 15px;
}

.marg_r-20 {
  margin-right: 20px;
}

.marg_t-5 {
  margin-top: 5px;
}

.marg_t-10 {
  margin-top: 10px;
}

.marg_t-20 {
  margin-top: 20px;
}

.marg_t-50 {
  margin-top: 50px;
}

.marg_b-5 {
  margin-bottom: 5px;
}

.marg_l-50 {
  margin-left: 50px;
}

.marg_l-20 {
  margin-left: 20px;
}

.marg_l-10 {
  margin-left: 10px;
}

.modal-background {
  background: none;
  border: none;
}

.lc-container a {
  color: #1271AB;
}


@media (min-width: 576px) {
  h2 {
    text-align: left;
  }
  .titleactivity {
    text-align: center;
    }
}

@media (min-width: 768px) {
  .titleactivity {
    text-align: center;
    }
  .sidenavbar a {
    font-size: .4rem;
    }
  .img-logo {
    max-width: 70%;
    }
}

@media (min-width: 992px) {
  .titleactivity {
    text-align: center;
    }
  .sidenavbar a {
    font-size: .6rem;
    }
  .img-logo {
    max-width: 80%;
    }
  .sidenavbar {
    background-color: #1271AB;
    height: 100vh;
    }
}

@media (min-width: 1200px) {
  .sidenavbar a {
    font-size: .8rem;
    }
  .img-logo {
    max-width: 90%;
    }
}

@media (min-width: 1400px) {
  .sidenavbar a {
    font-size: 1rem;
    }
  .img-logo {
    max-width: 100%;
    }
}

@media (max-height: 792px) {
  .bottom_buttons-container {
    margin-top: 0;
    display: flex;
    justify-content: center;
  }
}
