/*
Primary color: #337ab7;
Secondary color: #0056b3;
*/

html, body {
  font-family: Lato, sans-serif;
  height: 100%;
  min-height: 100%;
}

a {
  color: #337ab7;
}

.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar {
  margin: 0px;
  border-bottom: 1px solid #e7e7e7;
}

.navbar-header {
  min-height: 110px;
}

.main-menu {
  margin: 0 !important;
  margin-top: 10px !important;
}

.navbar-form {
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  margin: 10px auto;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: table;
}

.navbar-nav {
  padding-top:5px;
}

.navbar-brand {
  padding-top:0px;
}
.navbar-header {
  padding-top:5px;
}

.main {
  min-height: calc(100vh - 134px);
}

.loading {
  width: 100%;
  height: 100%;
  position: relative;
}

.loading i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -26px;
  margin-left: -26px;
}

footer {
  border-top: 1px solid #e7e7e7;
  background-color: #f8f8f8;
}

.container {
  min-height: 63px;
  font-family: Lato, sans-serif;
  padding: 0;
}

.researcher-item {
  maring: 0;
}

/* not active */
.secondary-menu .nav-link:not(.active) {
    background-color: #FFFFFF !important;
    color: #337ab7 !important;
}

/* active (faded) */
.secondary-menu .nav-link {
    background-color: #337ab7 !important;
    color: #FFFFFF !important;
}

/* hover*/
.secondary-menu .nav-link:not(.active):focus, .secondary-menu .nav-link:not(.active):hover {
  color: #0056b3 !important;
}

/* muted */
.secondary-menu .nav-link.muted {
  color: #6c757d !important;
}

.secondary-menu .nav-link.muted:not(.active):focus, .secondary-menu .nav-link.muted:not(.active):hover {
  color: #6c757d !important;
}

.collapse-button {
  position: absolute;
  right: -15px;
  top: 5px;
}

.search-menu {
  background-color: #f8f8f8;
  border-right: 1px solid #e7e7e7;
}

.list-group-item-action {
  color: #337ab7;
}

.list-group-item-action:not(.disabled):focus, .list-group-item-action:not(.disabled):hover {
  color: #0056b3;
}

.main-search {
  color: #337ab7;
}

.center-search {
  font-size:0.85vw;
}

.content {
  padding-left: 30px;
}

.btn-info {
  background-color: #337ab7;
  border-color: #337ab7;
}

.btn-info:hover {
  background-color: #337ab7;
  border-color: #337ab7;
}

.styled-select {
  width: 240px;
  height: 40px;
  /*overflow: hidden;*/
  border: 0px solid #ccc;
  background-color: #337ab7;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  color: #fff;
}

.styled-select .dropdown-menu {
  background-color: #337ab7;

}

.styled-select .dropdown-menu > li {
  color: #fff;

}

.styled-select .dropdown-menu>li>a {
  color:#fff;
}

.styled-select .dropdown-menu>li>a:hover {
  color:#fff;
}

#header-search {
  border-radius: 6px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border: 0px;
  background: #337ab7;
  width: 70px;
  height: 40px;
  box-shadow: none;
  text-shadow: none;
  margin-bottom: 0px !important;
}

.search-bar .search-custom input.form-control {
  border-radius: 6px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 1px solid #ccc;
  width: 100%;
  min-width: 340px;
  height: 40px;
  font-size: 1.25em;
  box-shadow: none;
}
.line-top {
  border-top: 1px solid #ddd;
}
.grey {
  background-color: #E9E9EA;
}
.navbar-nav>li.lang>a img {
  width: 15px;
  height: 15px;
}

.search-btn {
  background-color: #337ab7 ;
  width: 210px;
  font-size: 1.1em;
  margin-top:3px;
}

.search-btn:hover{
  color:#fff;
}

.styled-select .dropdown-toggle {
  background-color: #337ab7 ;
  margin-top:3px;
}

.styled-select .dropdown-menu>li>a:hover {
  background-color: #337ab7 ;

}

.evaluation {
  font-family: Lato, sans-serif;
  font-size: 13px;
  color: #676a6c;
}

.dashboard {
  padding: 10px;
  background-color: #ffffff;
}

.evaluation .dashboard {
  padding: 20px;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border: 2px solid rgba(51, 122, 183, 0.5);
  border-radius: 5px;
}

.evaluation .dashboard-transparent {
  background-color: transparent;
  box-shadow: none;
}

.evaluation .dashboard .dashboard-title {
  text-overflow: ellipsis;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.evaluation .dashboard .badge {
  font-size: 11px;
  padding: 2px 6px
}

.evaluation .dashboard-widget {
  border-radius: 5px;
  box-shadow: none;
  margin-top: 10px;
  color: white;
}

.evaluation .widget-blue {
  background-color: #428bca;
}

.evaluation .dashboard-widget i {
  display: inline-block;
  margin-right: 10px;
}

.evaluation .dashboard-widget h2 {
  color: white;
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
  margin: 0;
}

.evaluation .page-heading {
  border: none;
  padding: 10px;
  margin-bottom: 20px;
  background-color: white;
  box-shadow: 2px 2px 2px #888888;
  margin-left: -30px;
}

.evaluation .page-heading h2 {
  margin-left: 10px;
  font-size: 1.0rem;
}

.evaluation .counter {
  font-size: 40px;
}

.evaluation .counter-small {
  font-size: 20px;
}

.evaluation h1 {
  font-family: Lato, sans-serif;
  font-size: 29px;
  font-weight: 100;
}

.evaluation h2 {
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 28.6px;
  color: #676a6c;
  text-transform: none;
}

.evaluation h3 {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 26.6px;
  color: #676a6c;
  text-transform: none;
  margin-top: 0;
}

.evaluation h4 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 22.6px;
  color: #676a6c;
  text-transform: none;
  margin-top: 0;
}

.evaluation h5 {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 17.6px;
  color: #676a6c;
  text-transform: none;
  margin-top: 0;
}

.evaluation p {
  font-size: 13px;
  font-weight: 100;
  line-height: 1.42857143;
}

.evaluation small {
  font-size: 11px;
  color: #929599;
}

.evaluation .table tr td {
  border-top: 1px solid #ddd;
  line-height: 1.42857;
  padding: 8px;
}

.evaluation .breadcrumb {
  background-color: #ffffff;
  padding: 0;
  margin-bottom: 0;
  font-size: 12px;
}

.evaluation .no-margins {
  margin: 0 !important;
}

.evaluation .no-paddings {
  padding: 0 !important;
}

.evaluation .no-borders {
  border: none !important;
}

.evaluation .padding-right-5 {
  padding-right: 5px;
}

.evaluation .padding-top-17 {
  padding-top: 17px;
}

@media (min-width: 768px) {
  .vcenter {
    display: flex;
    align-items: center;
  }

  .vtop {
    display: flex;
    align-items: flex-start;
  }

  .vbottom {
    display: flex;
    align-items: flex-end;
  }
}

.evaluation .box-controls {
  display: block;
  float: none;
  position: relative;
  margin-top: 0;
  padding: 0;
  text-align: right;
}

.evaluation .box-controls > span > a {
  cursor: pointer;
  margin-left: 10px;
  color: #c4c4c4;
}

.evaluation .box-title .dashboard-title {
  display: inline-block;
  /*text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;*/
  text-align: left;
  max-width: 83%;
  float: left;
}

.evaluation .box-title-sm .dashboard-title {
  font-size: 12px;
  font-weight: 600;
}

.evaluation .box-title .dashboard-title-multiline {
  white-space: normal;
}

.evaluation .box-content {
  margin-top: 14px;
  font-size: 13px;
}

.evaluation .profile-info {
  font-size: 12px;
}

.evaluation .profile-info h2 {
  font-size: 24px;
}

.evaluation .profile-info dt {
  width: 90px;
}

.evaluation .profile-info dd {
  margin-left: 105px;
}

.evaluation li.list-warning,
.evaluation li.list-warning a {
  color: #C09853;
}

.evaluation li.list-danger,
.evaluation li.list-danger a {
  color: #B94A48;
}

.evaluation table.resume-table tbody tr td {
  vertical-align: middle;
  height: 50px;
}

.evaluation .text-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.evaluation .table-nowrap {
  table-layout:fixed;
}

.evaluation .table-nowrap td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

.evaluation .stat-percent {
  float: right;
  margin-left: 4px;
  min-width: 50px;
}

.evaluation .stat-current {
  font-size: 80%;
}

.evaluation .font-bold {
  font-weight: 600;
}

.evaluation .text-navy {
  color: #1ab394;
}

.evaluation .text-warning {
  color: #f8ac59
}

.evaluation .text-danger {
  color: #ed5565;
}

.evaluation .eval-btn {
  display: inline-block;
  width: 170px;
  height: 150px;
  margin: 15px;
  padding: 10px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  color: white;
  text-align: center;
  cursor: pointer;
  vertical-align: top;
}

.evaluation .eval-btn i {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.evaluation .eval-btn h5 {
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  color: white;
  text-transform: uppercase;
  margin: 0;
}

.evaluation .eval-btn:hover,
.evaluation .eval-btn:active,
.evaluation .eval-btn:focus {
  text-decoration: none;
  color: white;
}

.evaluation .eval-btn-default {
  background-color: #c2c2c2;
  border-color: #c2c2c2;
}

.evaluation .eval-btn-default:hover,
.evaluation .eval-btn-default:focus,
.evaluation .eval-btn-default:active,
.evaluation .eval-btn-default.active,
.evaluation .eval-btn-default:active:focus,
.evaluation .eval-btn-default:active:hover,
.evaluation .eval-btn-default.active:hover,
.evaluation .eval-btn-default.active:focus {
  background-color: #bababa;
  border-color: #bababa;
}

.evaluation .eval-btn-default.disabled,
.evaluation .eval-btn-default.disabled:hover,
.evaluation .eval-btn-default.disabled:focus,
.evaluation .eval-btn-default.disabled:active,
.evaluation .eval-btn-default.disabled.active,
.evaluation .eval-btn-default[disabled],
.evaluation .eval-btn-default[disabled]:hover,
.evaluation .eval-btn-default[disabled]:focus,
.evaluation .eval-btn-default[disabled]:active,
.evaluation .eval-btn-default.active[disabled],
.ieldset[disabled] #evaluation .eval-btn-default,
.ieldset[disabled] #evaluation .eval-btn-default:hover,
.ieldset[disabled] #evaluation .eval-btn-default:focus,
.ieldset[disabled] #evaluation .eval-btn-default:active,
.ieldset[disabled] #evaluation .eval-btn-default.active {
  background-color: #cccccc;
  border-color: #cccccc;
}

.evaluation .eval-btn-blue {
  background-color: #1c84c6;
  border-color: #1c84c6;
}

.evaluation .eval-btn-blue:hover,
.evaluation .eval-btn-blue:focus,
.evaluation .eval-btn-blue:active,
.evaluation .eval-btn-blue.active,
.evaluation .eval-btn-blue:active:focus,
.evaluation .eval-btn-blue:active:hover,
.evaluation .eval-btn-blue.active:hover,
.evaluation .eval-btn-blue.active:focus {
  background-color: #1a7bb9;
  border-color: #1a7bb9;
}

.evaluation .eval-btn-blue.disabled,
.evaluation .eval-btn-blue.disabled:hover,
.evaluation .eval-btn-blue.disabled:focus,
.evaluation .eval-btn-blue.disabled:active,
.evaluation .eval-btn-blue.disabled.active,
.evaluation .eval-btn-blue[disabled],
.evaluation .eval-btn-blue[disabled]:hover,
.evaluation .eval-btn-blue[disabled]:focus,
.evaluation .eval-btn-blue[disabled]:active,
.evaluation .eval-btn-blue.active[disabled],
.ieldset[disabled] #evaluation .eval-btn-blue,
.ieldset[disabled] #evaluation .eval-btn-blue:hover,
.ieldset[disabled] #evaluation .eval-btn-blue:focus,
.ieldset[disabled] #evaluation .eval-btn-blue:active,
.ieldset[disabled] #evaluation .eval-btn-blue.active {
  background-color: #1f90d8;
  border-color: #1f90d8;
}

.evaluation .eval-btn-green {
  background-color: #1ab394;
  border-color: #1ab394;
}

.evaluation .eval-btn-green:hover,
.evaluation .eval-btn-green:focus,
.evaluation .eval-btn-green:active,
.evaluation .eval-btn-green.active,
.evaluation .eval-btn-green:active:focus,
.evaluation .eval-btn-green:active:hover,
.evaluation .eval-btn-green.active:hover,
.evaluation .eval-btn-green.active:focus {
  background-color: #18a689;
  border-color: #18a689;
}

.evaluation .eval-btn-green.disabled,
.evaluation .eval-btn-green.disabled:hover,
.evaluation .eval-btn-green.disabled:focus,
.evaluation .eval-btn-green.disabled:active,
.evaluation .eval-btn-green.disabled.active,
.evaluation .eval-btn-green[disabled],
.evaluation .eval-btn-green[disabled]:hover,
.evaluation .eval-btn-green[disabled]:focus,
.evaluation .eval-btn-green[disabled]:active,
.evaluation .eval-btn-green.active[disabled],
.ieldset[disabled] #evaluation .eval-btn-green,
.ieldset[disabled] #evaluation .eval-btn-green:hover,
.ieldset[disabled] #evaluation .eval-btn-green:focus,
.ieldset[disabled] #evaluation .eval-btn-green:active,
.ieldset[disabled] #evaluation .eval-btn-green.active {
  background-color: #1dc5a3;
  border-color: #1dc5a3;
}

.evaluation .eval-btn-cyan {
  background-color: #23c6c8;
  border-color: #23c6c8;
}

.evaluation .eval-btn-cyan:hover,
.evaluation .eval-btn-cyan:focus,
.evaluation .eval-btn-cyan:active,
.evaluation .eval-btn-cyan.active,
.evaluation .eval-btn-cyan:active:focus,
.evaluation .eval-btn-cyan:active:hover,
.evaluation .eval-btn-cyan.active:hover,
.evaluation .eval-btn-cyan.active:focus {
  background-color: #21b9bb;
  border-color: #21b9bb;
}

.evaluation .eval-btn-cyan.disabled,
.evaluation .eval-btn-cyan.disabled:hover,
.evaluation .eval-btn-cyan.disabled:focus,
.evaluation .eval-btn-cyan.disabled:active,
.evaluation .eval-btn-cyan.disabled.active,
.evaluation .eval-btn-cyan[disabled],
.evaluation .eval-btn-cyan[disabled]:hover,
.evaluation .eval-btn-cyan[disabled]:focus,
.evaluation .eval-btn-cyan[disabled]:active,
.evaluation .eval-btn-cyan.active[disabled],
.ieldset[disabled] #evaluation .eval-btn-cyan,
.ieldset[disabled] #evaluation .eval-btn-cyan:hover,
.ieldset[disabled] #evaluation .eval-btn-cyan:focus,
.ieldset[disabled] #evaluation .eval-btn-cyan:active,
.ieldset[disabled] #evaluation .eval-btn-cyan.active {
  background-color: #26d7d9;
  border-color: #26d7d9;
}

.evaluation .eval-btn-yellow {
  background-color: #f8ac59;
  border-color: #f8ac59;
}

.evaluation .eval-btn-yellow:hover,
.evaluation .eval-btn-yellow:focus,
.evaluation .eval-btn-yellow:active,
.evaluation .eval-btn-yellow.active,
.evaluation .eval-btn-yellow:active:focus,
.evaluation .eval-btn-yellow:active:hover,
.evaluation .eval-btn-yellow.active:hover,
.evaluation .eval-btn-yellow.active:focus {
  background-color: #f7a54a;
  border-color: #f7a54a;
}

.evaluation .eval-btn-yellow.disabled,
.evaluation .eval-btn-yellow.disabled:hover,
.evaluation .eval-btn-yellow.disabled:focus,
.evaluation .eval-btn-yellow.disabled:active,
.evaluation .eval-btn-yellow.disabled.active,
.evaluation .eval-btn-yellow[disabled],
.evaluation .eval-btn-yellow[disabled]:hover,
.evaluation .eval-btn-yellow[disabled]:focus,
.evaluation .eval-btn-yellow[disabled]:active,
.evaluation .eval-btn-yellow.active[disabled],
.ieldset[disabled] #evaluation .eval-btn-yellow,
.ieldset[disabled] #evaluation .eval-btn-yellow:hover,
.ieldset[disabled] #evaluation .eval-btn-yellow:focus,
.ieldset[disabled] #evaluation .eval-btn-yellow:active,
.ieldset[disabled] #evaluation .eval-btn-yellow.active {
  background-color: #f9b66d;
  border-color: #f9b66d;
}

.evaluation .eval-btn-red {
  background-color: #ed5565;
  border-color: #ed5565;
}

.evaluation .eval-btn-red:hover,
.evaluation .eval-btn-red:focus,
.evaluation .eval-btn-red:active,
.evaluation .eval-btn-red.active,
.evaluation .eval-btn-red:active:focus,
.evaluation .eval-btn-red:active:hover,
.evaluation .eval-btn-red.active:hover,
.evaluation .eval-btn-red.active:focus {
  background-color: #ec4758;
  border-color: #ec4758;
}

.evaluation .eval-btn-red.disabled,
.evaluation .eval-btn-red.disabled:hover,
.evaluation .eval-btn-red.disabled:focus,
.evaluation .eval-btn-red.disabled:active,
.evaluation .eval-btn-red.disabled.active,
.evaluation .eval-btn-red[disabled],
.evaluation .eval-btn-red[disabled]:hover,
.evaluation .eval-btn-red[disabled]:focus,
.evaluation .eval-btn-red[disabled]:active,
.evaluation .eval-btn-red.active[disabled],
.ieldset[disabled] #evaluation .eval-btn-red,
.ieldset[disabled] #evaluation .eval-btn-red:hover,
.ieldset[disabled] #evaluation .eval-btn-red:focus,
.ieldset[disabled] #evaluation .eval-btn-red:active,
.ieldset[disabled] #evaluation .eval-btn-red.active {
  background-color: #ef6776;
  border-color: #ef6776;
}

.evaluation .eval-btn.dim {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding-top: 6px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
  margin-bottom: 20px !important;
}

.evaluation .eval-btn.dim:active {
  top: 3px;
}

.evaluation .eval-btn-default.dim {
  box-shadow: inset 0px 0px 0px #b3b3b3, 0px 5px 0px 0px #b3b3b3, 0px 10px 5px #999999;
}

.evaluation .eval-btn-default.dim:active {
  box-shadow: inset 0px 0px 0px #b3b3b3, 0px 2px 0px 0px #b3b3b3, 0px 5px 3px #999999;
}

.evaluation .eval-btn-blue.dim {
  box-shadow: inset 0px 0px 0px #1872ab, 0px 5px 0px 0px #1872ab, 0px 10px 5px #999999;
}

.evaluation .eval-btn-blue.dim:active {
  box-shadow: inset 0px 0px 0px #1872ab, 0px 2px 0px 0px #1872ab, 0px 5px 3px #999999;
}

.evaluation .eval-btn-green.dim {
  box-shadow: inset 0px 0px 0px #16987e, 0px 5px 0px 0px #16987e, 0px 10px 5px #999999;
}

.evaluation .eval-btn-green.dim:active {
  box-shadow: inset 0px 0px 0px #16987e, 0px 2px 0px 0px #16987e, 0px 5px 3px #999999;
}

.evaluation .eval-btn-cyan.dim {
  box-shadow: inset 0px 0px 0px #1eacae, 0px 5px 0px 0px #1eacae, 0px 10px 5px #999999;
}

.evaluation .eval-btn-cyan.dim:active {
  box-shadow: inset 0px 0px 0px #1eacae, 0px 2px 0px 0px #1eacae, 0px 5px 3px #999999;
}

.evaluation .eval-btn-yellow.dim {
  box-shadow: inset 0px 0px 0px #f79d3c, 0px 5px 0px 0px #f79d3c, 0px 10px 5px #999999;
}

.evaluation .eval-btn-yellow.dim:active {
  box-shadow: inset 0px 0px 0px #f79d3c, 0px 2px 0px 0px #f79d3c, 0px 5px 3px #999999;
}

.evaluation .eval-btn-red.dim {
  box-shadow: inset 0px 0px 0px #ea394c, 0px 5px 0px 0px #ea394c, 0px 10px 5px #999999;
}

.evaluation .eval-btn-red.dim:active {
  box-shadow: inset 0px 0px 0px #ea394c, 0px 2px 0px 0px #ea394c, 0px 5px 3px #999999;
}

.evaluation .eval-btn.dim:before {
  font-size: 50px;
  line-height: 1em;
  font-weight: normal;
  color: #fff;
  display: block;
  padding-top: 10px;
}

.evaluation .eval-btn.dim:active:before {
  top: 7px;
  font-size: 50px;
}

.evaluation .btn {
  border-radius: 3px;
}

.evaluation .btn-link {
  color: inherit;
}

.evaluation .btn-link:hover,
.evaluation .btn-link:focus,
.evaluation .btn-link:active,
.evaluation .btn-link.active {
  color: #1ab394;
  text-decoration: none;
}

.evaluation .btn-link.disabled,
.evaluation .btn-link.disabled:hover,
.evaluation .btn-link.disabled:focus,
.evaluation .btn-link.disabled:active,
.evaluation .btn-link.disabled.active,
.evaluation .btn-link[disabled],
.evaluation .btn-link[disabled]:hover,
.evaluation .btn-link[disabled]:focus,
.evaluation .btn-link[disabled]:active,
.evaluation .btn-link.active[disabled],
.evaluation fieldset[disabled] .btn-link,
.evaluation fieldset[disabled] .btn-link:hover,
.evaluation fieldset[disabled] .btn-link:focus,
.evaluation fieldset[disabled] .btn-link:active,
.evaluation fieldset[disabled] .btn-link.active {
  color: #cacaca;
}

.evaluation .btn-white {
  color: inherit;
  background: white;
  border: 1px solid #e7eaec;
}

.evaluation .btn-white:hover,
.evaluation .btn-white:focus,
.evaluation .btn-white:active,
.evaluation .btn-white.active,
.evaluation .btn-white:active:focus,
.evaluation .btn-white:active:hover,
.evaluation .btn-white.active:hover,
.evaluation .btn-white.active:focus {
  color: inherit;
  border: 1px solid #d2d2d2;
}

.evaluation .btn-white:active,
.evaluation .btn-white.active {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}

.evaluation .btn-white.disabled,
.evaluation .btn-white.disabled:hover,
.evaluation .btn-white.disabled:focus,
.evaluation .btn-white.disabled:active,
.evaluation .btn-white.disabled.active,
.evaluation .btn-white[disabled],
.evaluation .btn-white[disabled]:hover,
.evaluation .btn-white[disabled]:focus,
.evaluation .btn-white[disabled]:active,
.evaluation .btn-white.active[disabled],
.evaluation fieldset[disabled] .btn-white,
.evaluation fieldset[disabled] .btn-white:hover,
.evaluation fieldset[disabled] .btn-white:focus,
.evaluation fieldset[disabled] .btn-white:active,
.evaluation fieldset[disabled] .btn-white.active {
  color: #cacaca;
}

.evaluation .btn-back {
  font-weight: bold;
  margin-top: 10px;
}

.evaluation .download-report {
  font-size: 15px;
  line-height: normal;
  cursor: pointer;
  color: #c4c4c4;
}

.heatmap-container svg,
.heatmap-container canvas {
  position: absolute;
}

.heatmap-tooltip {
  position: absolute;
  width: 200px;
  height: auto;
  padding: 10px;
  background-color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
  pointer-events: none;
  z-index: 3;
}

.heatmap-tooltip p {
  margin: 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.dropdown .dropdown-download li a {
  color: #676a6c;
}

.dropdown .dropdown-download {
  right: -5px;
}

.modal-nav {
  margin-bottom: 15px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  border-bottom: 2px solid #337ab7;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 40px;
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 1.6em;
  font-weight: 500;
  text-transform:
  none;
}

.researcher-table td {
  height: 50px;
  vertical-align: middle;
}

.summary-table td {
  text-align: center !important;
}

.highcharts-background {
  fill: transparent;
}

.top {

    background: #ffffff url(/static/imgs/banda.png) no-repeat left;
    height: 80px;
    box-shadow: 0 0px 40px rgba(0,0,0,0.2);
    position: relative;
    z-index: 1;

}

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

.infowindow-table.table tr td {
  border: 0;
  line-height: normal;
  padding: .3rem;
}

@media (min-width: 576px) {
  #helpModal .modal-dialog {
    max-width: 600px;
  }
}
