.evaluation {
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #676a6c;
  background-color: #f3f3f4;
  padding-left: 15px;
  padding-right: 15px;
}

.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);
}

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

.evaluation .dashboard .dashboard-title {
  display: inline-block;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.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-bottom: none !important;
  border-top: 0;
  padding: 0 10px 20px 10px;
  box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.34), 0 0px 6px 0px rgba(0, 0, 0, 0.14);
  background-color: white;
  margin-bottom: 30px;
}

.evaluation .page-heading h2 {
  margin-top: 20px;
}

.evaluation h1 {
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 29px;
  font-weight: 100;
}

.evaluation h2 {
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 28.6px;
  color: #676a6c;
  text-transform: none;
  margin-top: 0;
}

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

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

.evaluation h5 {
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, 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 a {
  cursor: pointer;
  margin-left: 5px;
  color: #c4c4c4;
}

.evaluation .box-title .dashboard-title {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  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: sans-serif;
  font-size: 12px;
  line-height: 20px;
}

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

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