#main{
  background-color: #fff;
}

.modal-content {
  border: none !important;
}

.btn-login{
  color: #0476bd;
  border-color: #0476bd;
  border-radius: 2rem;
}

.btn-login:hover{
  color: #fff;
  background-color: #0476bd;
  border-radius: 2rem;
}

.btn-view {
  padding: 0.25rem;
    font-size: 0.5rem;
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}

.btn-view:hover {
  color: #fff;
  background-color: #227dc7;
  border-color: #2176bd;
}

.btn-edit {
  padding: 0.25rem;
    font-size: 0.5rem;
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}

.btn-edit:hover {
  color: #fff;
  background-color: #2fa360;
  border-color: #2d995b;
}

.btn-delete {
  padding: 0.25rem;
    font-size: 0.5rem;
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}

.btn-delete:hover {
  color: #fff;
  background-color: #d0211c;
  border-color: #c51f1a;
}

.router-link-exact-active{
  color: #0476bd !important;
  font-weight: 500;
}

.modal-header {
  font-family: "Roboto";
  background-color: #0476bd !important;
  color: #fff !important;
}

.close{
  color: #fff !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

.bg-green{
    background-color: #ffffff !important;
    border-bottom: 1px solid #0476bd;
  }

.bg-dark{
  background-color: #4c4c78 !important;
}

.bg-warning{
  background-color: #f7c168 !important;
}

.bg-danger{
  background-color: #ed657c !important;
}

.bg-success{
  background-color: #6dc887 !important;
}

.router-link-active{
    color:#161B7F;
}

.breadcrumb {
  background-color:#dafe3a; 
  height:75px;
  margin: 0rem -1rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 35 32' fill='none' stroke='rgb(46, 46, 46)' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%0A%3E%3Cpolyline points='9 18 15 12 9 6' /%3E%3C/svg%3E");
  padding: 0;
  width: 25px;
  height: 25px;
  background-size: 20px 20px;
}

.breadcrumb-item.active {
  color: #0476bd !important;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.breadcrumb-item a {
  color: #0476bd !important;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.breadcrumb-item a:hover {
  text-decoration: none;
}

.card-content{
  margin-top:-25px;
  border: none;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
  min-height:calc(100vh - 100px)
}

.page-title{
  color: #0476bd;
  font-family: "Roboto";
  font-size: 20pt;
  font-weight: 500;
  margin-bottom: 0rem;
}

.page-sub-title{
  color: #222222;
  font-size: 11pt;
}

.table th, .table td {
  padding: 0.25rem !important;
}

.publication-title{
  color: #222222;
  font-family: "Roboto";
  font-size: 16pt;
  font-weight: 500;
  margin-bottom: 0rem;
  margin-top: -1rem;
}

.publication-tag{
  font-size: 9pt;
  color: #333;
}

.publication-card{
  border: none;
}

.publication-abstract{
  color: #222222;
  font-size: 10pt;
  text-align: justify;
}

.table th{
  text-align: center !important;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0rem !important;
  border-bottom-right-radius: 0rem !important;
}

#nprogress .bar {
  background: #161B7F !important;
}

#nprogress .spinner-icon {
  border-top-color: #161B7F !important;
  border-left-color: #161B7F !important;
}

.question{
  border-left:4px solid #161B7F;
  border-bottom:1px solid #161B7F;
}

.project-tab {
  padding: 10%;
  margin-top: -8%;
}
.project-tab #tabs{
  background: #007b5e;
  color: #eee;
}
.project-tab #tabs h6.section-title{
  color: #eee;
}

.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #3a50db;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 3px solid !important;
  font-size: 16px;
  font-weight: 600;
}
.project-tab .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #3a50db;
  font-size: 16px;
  font-weight: 600;
}
.project-tab .nav-link:hover {
  border: none;
}
.project-tab thead{
  background: #f3f3f3;
  color: #333;
}

.project-tab a{
  text-decoration: none;
  color: #333;
  font-weight: 600;
}

.map-container{
  height: 100%;
  text-align: center;
}

.map-container:after, .clearfix{
  display: block;
  content: '';
  clear: both;
}

@media only screen and (min-width: 576px) {
  .map-container{
      height: 450px;
  }
  .loading{
    text-align: center;
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .map-container{
      height: 600px;
  }
  .loading{
    text-align: center;
    margin-top: 8rem;
  }
}
@media only screen and (min-width: 992px) {
  .map-container{
      height: 650px;
  }
  .loading{
    text-align: center;
    margin-top: 12rem;
  }
}
@media only screen and (min-width: 1200px) {
  .map-container{
      height: 700px;
  }
  .loading{
    text-align: center;
    margin-top: 15rem;
  }
}

.jvectormap-legend-tick{
  text-align: left !important;
}

.jvectormap-legend{
  width: 150px;
  padding: 10px !important;
  color: #333 !important;
  border: 1px solid #161B7F !important;
  background-color: #ffffff !important;
}

.dashboard{
  background-color: #ffffff;
  border-color: #3a50db;
  height: 150px;
  color: #434856
}

.table-primary {
  background-color: transparent !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
}

.table-primary td {
  border-color: #fff !important;
  white-space: nowrap;
}

.table-primary th {
  border-color: #fff !important;
}

.table-primary > thead > tr > th {
  padding: 0.5rem !important;
  text-transform: uppercase;
  background-color: #3a50db;
  color: #fff;
  text-align: center;
  font-size: 0.75rem !important;
  vertical-align: middle;
  white-space: nowrap;
}

.table > thead > tr > th {
  padding: 0.25rem 1.25rem !important;
  text-transform: none;
  background-color: #0476bd;
  color: #fff;
  text-align: center;
  font-size: 0.75rem !important;
  vertical-align: middle;
  white-space: nowrap;
}

.b-table-sticky-column{
  padding: 0.5rem !important;
  text-transform: uppercase;
  background-color: #3a50db !important;
  color: #fff !important;
  text-align: center;
  font-size: 0.75rem !important;
  vertical-align: middle;
  white-space: nowrap;
}

.table-b-table-default{
  padding: 0.5rem !important;
  text-transform: uppercase;
  background-color: #3a50db !important;
  color: #fff !important;
  text-align: center;
  font-size: 0.75rem !important;
  vertical-align: middle;
  white-space: nowrap;
}


.sticky-column-style{
  background-color: #fff !important;
  color: black !important;
  text-align: left;
  text-transform: none;
  font-size: 0.9rem !important;
}

.table-primary > tbody > tr > td {
  padding: 0.5rem 1.5rem !important;
}

.table-primary > tbody > tr > td:first-child {
  text-align: center;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #3490dc0a;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #3490dc0a;
}

.sr-only {
  display: none !important;
}
pre {
  overflow-x: auto;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

/**SURVEY STYLE**/
body {
    /* margin: 0;
    font-family: "Nunito", sans-serif;
    font-size: 12pt;
    font-weight: normal;
    line-height: 1;
    color: #212529;
    text-align: left;
    background-color: #f8fafc; */
}

.container-fluid{
  min-height: calc(100vh - 60px);
}

.container{
  min-height: calc(100vh - 60px);
}

legend{
  padding:1rem 0;
}

.survey-part{
  font-weight: 600;
  color: #00a657;
  text-decoration: none;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  display: block;
}

.survey-subpart{
  font-weight: 600;
  color: #00a657;
  text-decoration: none;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  padding: 0.5rem 1rem;
  display: block;
}

.survey-part:hover{
  background-color: #00a657;
  color: #fff;
  text-decoration: none;
  border-radius: 3rem;
}

.survey-subpart:hover{
  background-color: #00a657;
  color: #fff;
  text-decoration: none;
  border-radius: 3rem;
}

.card-body {
  padding: 0.75rem 1.25rem;
}

.card-question{
  margin-top: 80px; 
  margin-bottom: 2rem;
  border: 0.75px solid #fff;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 0px;
}

.fixed {
  top: 80px;
  min-width: 250px;
  height: 100vh;
  position: fixed;
  background-color: white;
  z-index: 999;
  padding-bottom: 5rem;
}
.fixed-legend {
  text-align: center;
  font-size: 13pt;
  position: fixed;
  background-color: white;
  z-index: 999;
  padding: 0.5rem;
  font-weight: 600;
  color: #3a2897;
}

.image-legend{
  height: 56px;
}

.number{
  /*color: #fff; */
  /* width: 32px; */
  /* height: 32px; */
  float: left;
  margin-right: 0.5rem;
  /* background-color: #3490dc; */
  text-align: center;
  /* padding-top: 5px; */
  /* border-radius: 2rem; */
}

.fab-main-container{
  display: none;
}

@media only screen and (max-width: 768px) {
  .fab-main-container{
    display: inline;
    right: 7% !important;
    bottom: 7% !important;
  }
}

@media only screen and (max-width: 425px){
.fab-main-container {
    display: inline;
    right: 12% !important;
}
}

/* Enter and leave animations can use different */
/* durations and timing functions.              */
.slide-fade-enter-active {
  transition: all .3s ease;
}
.slide-fade-leave-active {
  transition: all .8s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.slide-fade-enter, .slide-fade-leave-to
/* .slide-fade-leave-active below version 2.1.8 */ {
  transform: translateX(10px);
  opacity: 0;
}