@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fff;
}

p {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #999;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  transition: all 0.3s;
}

.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
  display: flex;
  align-items: stretch;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #016A45;
  color: #fff;
  transition: all 0.3s;
  margin-left: -250px;
}

#sidebar a,
#sidebar a:hover,
#sidebar a:focus {
  color: inherit;
}

#sidebar.active {
  margin-left: 0px;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #016A45;
}

#sidebar ul.components {
  padding: 20px 0;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
}

#sidebar ul li a:hover {
  color: #016A45;
  background: #fff;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #fff;
  background: #016A45;
}

a[data-toggle="collapse"] {
  position: relative;
}

a[aria-expanded="false"]::before,
a[aria-expanded="true"]::before {
  content: '\e259';
  display: block;
  position: absolute;
  right: 20px;
  font-family: 'Glyphicons Halflings';
  font-size: 0.6em;
}

a[aria-expanded="true"]::before {
  content: '\e260';
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #016A45;
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background: #fff;
  color: #016A45;
}

a.article,
a.article:hover {
  background: #016A45 !important;
  color: #fff !important;
}

li.active-sidebar > a {
  background-color: #ffffff !important;
  color: #016A45 !important;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
  padding: 20px;
  padding-right: 40px;
  padding-left: 40px;
  min-height: 92vh;
  transition: all 0.3s;
  display: block;
  background: none;
  background-size: 45vw;
  background-position: 50% 35%;
}



/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
  #sidebar {
    margin-left: -250px;
  }
  #sidebar.active {
    margin-left: 0;
  }
  #sidebarCollapse span {
    display: none;
  }
  #wrapper__content {
    width: 100% !important;
  }
  .flex-vertical-center {
    display: inherit !important;
  }
}

#top-bar {
    height: 50px;
    background-color:#01593a;
    border-bottom: 1px solid #016A45;
    /* display: block; */
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-left: 30px;
    padding-right: 30px;
}

#top-bar p {
  color: #fff;
}

.top-bar__dropdown:hover,
.btn-glyphicon-sort {
    cursor: pointer;
}

#wrapper__content {
    width: calc(100vw - 250px);
}

.wrapper__footer {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: baseline;
  min-height: 3vh;
  height: 3vh;
  border-top: 1px solid #bdbdbd;
  background-color: rgb(233, 233, 233);
}

/* Breadcrumbs */
.breadcrumb > li + li:before {
  content: '>' !important;
}

.table thead tr th, .table tbody tr td {
  color: #016A45;
  white-space: nowrap;
}

.table > tbody > tr > td {
  border-top: none !important;
  vertical-align: middle;
}
table.table > thead > th {
  width: 100%;
  white-space: nowrap;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #a8f7d2 !important;
}

.td-content {
  padding: 8px 0px !important;
}

.td-actions {
  display: flex;
  justify-content: space-between;
}

.btn-actions {
  background-color: #016A45;
  color: #fff;
  outline: none;
}
.btn-actions:hover,
.btn-actions:active {
  outline: none;
  background-color: #007449;
}

/* Pagination */
.pagination > li > a {
  color: #016A45 !important;
}

/* Breadcrumb */
.breadcrumb li a {
  color: #016A45;
}

/* Filter */
.filter-content {
  background-color: #41A481;
  border-radius: 5px;
  margin: 5px 0 5px 0;
  padding: 15px 5px 20px 5px;
}
.filter-content__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter-content__filter {
  flex-grow: 1;
}

.filter-content__filter form {
  display: flex;
}


.form-filter-content {
  flex-direction: column;
  display: flex;
  /* margin-right: 20px; */
  margin-top: 10px;
  margin-bottom: 10px;
}
.full-width {
  width: 100%;
}
.flex-vertical-center {
  display: flex;
  align-items: center;
}

.form-filter-content label {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.form-filter-content select,
.form-filter-content input {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  /* min-width: 100px; */
  /* max-width: 300px; */
  color: #fff;
  font-weight: 200;
  outline: none;
}
.form-filter-content input::placeholder {
  color: #fff;
}

.form-filter-content .form-control {
  height: 25px;
  border-radius: 5px !important;
}
.filter-submit {
  margin-top: 22px;
}

.filter-submit__btn {
  min-width: 100%;
  border-radius: 5px;
  border: 1px solid #41A481;
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 50px -43px 8px -30px rgba(0,0,0,0); 
  box-shadow: 0px 10px 13px -7px #000000, 50px -43px 8px -30px rgba(0,0,0,0);
  background-color: #fff;
  color: #016A45;
  padding: 3px 14px;
}

.filter-submit__btn:active,
.filter-submit__btn:hover {
  background-color: rgb(221, 221, 221);
  color: #029461;
  transition: 0.2s all;
}
.filter-submit__btn:active {
  background-color: rgb(187, 187, 187);
  color: #029461;
  transform: scale(0.90);
}


/* Form Grupo de comisiones */

.form-vertical-items {
  display: flex;
  flex-direction: column;
}

.input-underline {
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #999;
  outline: none;
  width: 100%;
}

.input-underline-bold {
  border: 0;
  background-color: transparent;
  border-bottom: 2px solid #999;
  outline: none;
  width: 100%;
}

.input-60 {
  max-width: 90%;
}

.width-90 {
  width: 90%;
}

.textarea-border {
  resize: none;
  height: 80px;
  width: 100%;
  border: 1px solid #999;
  border-radius: 10px;
  outline: none;
}

.form-subtitle {
  border-bottom: 3px solid #016A45;
  margin-left: -15px;
  margin-right: -15px;
}
.breadcrumb {
  margin: 20px -15px 35px -15px !important;
}
.remove-bold {
  font-weight: 300;
}
.font-bold {
  font-weight: bold;
}

.btn-icon {
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  background-color: #016A45;
  border-radius: 100%;
  margin: 0 5px;
  outline: none;
}
.btn-icon i {
  font-size: 13px;
  color: white;
}

.h5-green {
  color: #016A45;
  font-size: 18px !important;
  margin: 5px 0;
}

.glyphicon-button {
  cursor: pointer;
  font-size: 18px;
  transition: 0.2s all;
}

.glyphicon-button:active {
  transform: scale(0.50);
}
.glyphicon-actions {
  margin: 0 5px;
  padding: 5px;
  border-radius: 50%;
  color: #ffffff;
}
.glyphicon-actions__red{
  background-color: red !important;
}
.glyphicon-actions__red:hover{
  background-color: rgb(163, 1, 1) !important;
}
.glyphicon-actions__green{
  background-color: #016A45;
}
.glyphicon-actions__green:hover{
  background-color: #01472f;
}
.text-red {
  color: red !important;
}

/* Widgets */
.widget-process {
  border: 3px solid #01593a;
  border-radius: 10px;
  color: #01593a;
  margin: 5px 0px;
  position: relative;
}

.widget-process:hover {
  background-color: #ececec;
}

.widget-process__title {
  color: #01593a;
  font-size: 14px;
}

.widget-process__box {
  display: flex;
  flex-direction: column;
}

.widget-process__item {
  align-self: center;
}

.widget-process__item-text {
  font-size: 12px;
}

.widget-abr {
  position: absolute;
  background-color: #01593a;
  border-radius: 10px 0 10px 0;
  color: #FFF;
  padding: 5px;
  left: -3px;
  top: -1px;
}


/* Modal Green PDR */

.modal-green .modal-header {
  background-color: #029461;
  color: #fff;
  border-radius: 3px 3px 0 0;
}

.modal-green .modal-content {
  border: 2px solid #016A45;
}

.modal-green .modal-body {
  padding-left: 0px;
  padding-right: 0px;
  background-color: #e7f1ee;
}
.modal-green .modal-body__content-modal {
  border-bottom: 2px solid #029461;
  padding: 5px 20px;
}
.btn-border {
  border: 1px solid #029461;
}
.icon-add {
  font-size: 48px;
}
.icon-add-green {
  color: #016A45;
}

/* Indicators */
.padding-content {
  padding: 0 15px;
}

.indicator-widget__content {
  border: 1px solid #016A45;
  background-color: #f1fffa;
  border-radius: 3px;
}

.indicator-widget__content h4 {
  color: #016A45;
  font-weight: 400;
  font-size: 15px;
}

/* Button Float */
.button-float {
  width: 50px;
  height: 50px;
  background-color: rgb(0, 97, 24);
  border-radius: 50%;
  box-shadow: 0 6px 10px 0 #666;
  font-size: 40px;
  line-height: 70px;
  color: white;
  text-align: center;
  position: fixed;
  right: 25px;
  bottom: 50px;
  transition: all 0.1s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.button-float:hover {
  box-shadow: 0 6px 14px 0 #666;
  transform: scale(1.05);
  cursor: pointer;
}
/* End Button Float */

/*  */
#show-hidden-widgets {
  cursor: pointer;
  display: flex;
  justify-content: center;
  /*background-color: #e8fff2;*/
  align-items: center;
}

#show-hidden-widgets p {
  color: #036a45;
  margin: 0;
}

/* Widget Emisor */
.widget-emisor__title {
  color: #036a45;
  text-decoration: underline;
  text-decoration-color: #666;
  text-decoration-line: 2px;
}

.widget-emisor__number {
  color: #036a45;
  font-size: 26px;
}

.widget-emisor__description {
  font-size: 12px;
}

.border-sides {
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
}

.green-title {
  color: #036a45;
}

.w-90 {
  width: 90%;
}

.font-11 {
  font-size: 11px;
}

.with-opacity {
  opacity: 0.5;
}

/* Resume user */
.resume-green {
  background-color: #01593a;
  border-radius: 3px;
  color: #fff;
}

.resume-green p {
  color: #fff;
  margin-bottom: 0px;
}

.resume-green__p {
  font-size: 24px;
  letter-spacing: 2px;
}

.resume-green__text-legend {
  font-size: 12px;
}

.resume-green__text-legend a {
  text-decoration: underline;
  color: #fff;
}


.form-filter-content-alt {
  flex-direction: column;
  display: flex;
  /* margin-right: 20px; */
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-filter-content-alt label {
  color: #263933;
  font-size: 14px;
  font-weight: 400;
}

.form-filter-content-alt select,
.form-filter-content-alt input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #016a45;
  /* min-width: 100px; */
  /* max-width: 300px; */
  color: #016a45;
  font-weight: 200;
  outline: none;
}
.form-filter-content-alt input::placeholder {
  color: #016a45;
}

.form-filter-content-alt .form-control {
  height: 25px;
  border-radius: 0px !important;
  padding: 2px 2px !important;
  box-shadow: none !important;
}