/* Visualization */

#page-wrapper {
    padding-top: 10px;
}

#page-wrapper .container {
    width: 99%;
}

/* Sidebar Styles */

.navbar-inverse .side-nav > .sidebar-brand {
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    padding: 3px 0;
    text-align: center;
    text-indent: 0;
}

.navbar-inverse .side-nav > .sidebar-brand a {
    /*color: #999999;*/
    color: #fff;
    background-color: #ec971f;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-left: 5px;
    width: 190px;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 768px) {
    .navbar-inverse .side-nav > .sidebar-brand a {
        width: auto;
    }
}

.navbar-inverse .side-nav > .sidebar-brand a:hover {
    background-color: #ec8d07 !important;
}

.navbar-inverse .side-nav .source-type-wrapper {
    width: 100%;
    margin-top: 13px;
    margin-bottom: 16px;
}

.navbar-inverse .side-nav .source-type {
    text-align: center;
}

.navbar-inverse .side-nav .source-type li {
    display: inline-block;
    margin-right: 10px;
}

.navbar-inverse .side-nav .source-type li a {
    padding: 0;
    color: #ec971f;
}

.navbar-inverse .side-nav .source-type li a:hover,
.navbar-inverse .side-nav .source-type li a:focus,
.navbar-inverse .side-nav .source-type li a:active {
    background-color: transparent !important;
    color: #ec8d07;
}

.navbar-inverse .side-nav .source-type li a .unselected-icon {
    color: #9d9d9d;
}

.navbar-inverse .side-nav .source-type li a .unselected-icon:hover,
.navbar-inverse .side-nav .source-type li a .unselected-icon:focus,
.navbar-inverse .side-nav .source-type li a .unselected-icon:active {
    color: #ec8d07;
}

.navbar-inverse .side-nav .source-type li a .unselected {
    border-color: #5C5C5C;
}



/* Common */

#page-wrapper .list-group a,
#page-wrapper .list-group a:hover,
#page-wrapper .list-group a:focus,
#page-wrapper .list-group a:active,
#page-wrapper .list-group a.active {
    color: #834e03;
}

#pic-grid {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-image: url("../img/pic-grid.png");
}

.project-resume {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.project-resume ol {
    padding-left: 35px;
    line-height: 1.5;
}

.project-resume ol.circles-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/

    margin: 0;
    margin-left: 2.2em;
    padding: 0;

    counter-reset: li-counter;
}

.project-resume ol.circles-list > li{
    position: relative;
    padding-left: 1em;
}

.project-resume ol.circles-list > li:before {
    position: absolute;
    top: 0;
    left: -1.33em;
    width: 1.6em;
    height: 1.6em;

    font-size: 1em;
    /* line-height: 1.2; */
    text-align: center;
    color: #f5f5f5;

    border: 2px solid #c5c5c5;
    border-radius: 50%;
    background-color: #464646;
    content: counter(li-counter);
    counter-increment: li-counter;
}

.project-resume ol li {
    margin-bottom: 3px;
}

.project-resume .resume-data {
    text-align: right;
}

.project-resume .badge {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 4px 7px;
    font-size: 13px;
}

.project-resume ol a {
    color: #CF8112;
    font-size: 16px;
}

.project-resume .panel-primary {
    border-color: #ec971f;
}

.panel-title {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
    font-weight: normal;
}

.block-clear {
    clear: both;
}

@media (max-width: 1200px) {
    .content-left {
        float: none;
        width: 100%;
    }
}

.project-details #status {
    margin-left: 3%;
    width: 65%;
    margin-top: 30px;
    margin-bottom: 40px;
}

.project-details #status span {
    margin-right: 5px;
}

.project-details #status p {
    font-size: 15px;
}

.project-details img {
    border: 1px solid #999;
    padding: 1px;
    max-height: 250px;
    max-width: 250px;
    margin: 20px;
    margin-top: 35px;
}

.project-details p {
    font-size: 18px;
    margin-bottom: 15px;
}

.project-details hr {
    margin-bottom: 35px;
 }

.project-details #keywords {
    word-break: normal;
    white-space: pre-wrap;       /* CSS 3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

#resume {
    margin-top: 20px;
    padding: 30px;
}

#polarity,
#menuwrapper,
#heatmap-wrapper {
    margin-top: 20px;
    padding: 10px;
}

#polarity h3 {
    margin-bottom: 10px;
}

.polarity-show {
    color: #333;
}

.polarity-show:hover {
    text-decoration: none;
    color: #fec503 !important;
}

.polarity-show h4 {
    display: inline;
    margin-right: 10px;
}

.polarity-show i {
    color: #fed136;
}

#menuwrapper,
#heatmap-wrapper {
    margin-left: 40px;
}

#menuwrapper label,
#heatmap-wrapper label {
    margin-right: 10px;
}

#menuwrapper #selection_error,
#heatmap-wrapper #selection_error {
    display: none;
}

#map_markers {
    margin-left: 20px;
}

@media (max-width: 620px) {
    #map_markers {
        margin-left: 0;
    }
}

#heatmap-form {
    display: inline-block;
    margin-right: 60px;
}

@media (max-width: 1080px) {
    #heatmap-form {
        margin-right: 0;
    }

    #heatmap-wrapper {
        margin-left: 5px;
    }
}

.embedded_tweet {
    width: 100%;
}

.embedded_tweet > iframe {
    width: 100% !important;
    max-width: 100% !important;
}

.embedded_tweet > twitterwidget {
    width: 100% !important;
    max-width: 100% !important;
}

.embedded_tweet > twitterwidget::shadow .EmbeddedTweet {
    width: 100% !important;
    max-width: 100% !important;
}

#map_canvas {
    height: 800px;
    margin: 0px;
    padding: 0px
}

.label-top {
    text-align: left;
}

#article-wrapper {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 50px 0 0 0;
}

#article-wrapper a {
    color: #ec971f;
}

#article-wrapper a:hover,
#article-wrapper a:focus,
#article-wrapper a:active,
#article-wrapper a.active {
    color: #ec8d07;
}

#article-wrapper article,
#article-wrapper > h1 {
    padding-left: 5%;
    padding-right: 5%;
}

#article-wrapper article p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.4;
}

#article-wrapper article dl,
#article-wrapper article table,
#article-wrapper article ul,
#article-wrapper article ol {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px
}

#article-wrapper article dl dd {
    margin-bottom: 10px;
    padding-left: 4px;
}

#article-wrapper .table-striped > tbody > tr:nth-child(even) > td,
#article-wrapper .table-striped > tbody > tr:nth-child(even) > th {
  background-color: #ffffff;
}

#article-wrapper .double-column {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

@media (max-width: 500px) {
  #article-wrapper .double-column {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}

#article-wrapper pre,
#article-wrapper ul,
#article-wrapper ol {
    margin-bottom: 20px;
}

#article-wrapper ul li,
#article-wrapper ol li {
    font-size: 17px;
}

#article-wrapper cite {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-style: italic;
    font-weight: normal;
}

#article-wrapper h4 {
    margin-top: 40px;
}

#article-wrapper h5 {
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
}

#article-wrapper img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

#evolution-nav li a {
    padding: 5px 10px;
    margin-right: 4px;
}

#date-range-nav label {
    padding: 5px 10px;
    margin-right: 4px;
}

@media (max-width: 1200px) {
    #date-range-nav {
        margin-top: 10px;
        margin-left: 10px;
    }
}

.date-range-container {
    margin-bottom: 10px;
}

svg text {
    font-weight: normal;
}

#anclelinks {
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 30px;
}

#map #id_hashtag {
    width: 200px;
}

@media (max-width: 768px) {
    #map #id_hashtag {
        width: 75%;
    }
}

@media (max-width: 400px) {
    #map #id_hashtag {
        width: 100%;
    }
}

.img-gallery .img-thumbnail {
    -webkit-transition: border 0.5s; /* For Safari 3.1 to 6.0 */
    transition: border 0.5s;
}

.img-gallery .img-thumbnail:hover{
    border: 1px solid #fed136;
}

.img-gallery h4 {
    color: #6f6f6f;
    text-transform: none;
}

.img-gallery {
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
    max-width: 1100px;
}

.gallery-item {
    text-align: center;
    line-height: 10px;
    margin-bottom: 20px;
}

.row-hideable {
    display: none;
}

.toggle-rows {
    display: block;
    margin-bottom: 20px;
}

#polarity h5 {
    color: #888;
}

#polarity #charts {
    margin-top: 50px;
}

#polarity #charts .chart-wrapper {
    margin-bottom: 40px;
}

#polarity #charts h4 {
    text-align: center;
}

.polarity-tweet-wrapper {
    margin-top: 40px;
    margin-bottom: 60px;
}

.polarity-result-sum {
    max-width: 350px;
    margin-bottom: 20px;
}

.polarity-result {
    margin-bottom: 30px;
}

#polarity h1,
.img-gallery h1 {
    font-size: 28px;
    color: #6f6f6f;
    text-transform: none;
    margin-bottom: 35px;
}

.img-gallery hr.separator {
    margin-top: 20px;
    margin-bottom: 40px;
}

.img-gallery h4 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}

.community-header {
    text-align: center;
    margin-bottom: 30px;
}

@media(max-width: 991px) {
    .community-header {
        margin-bottom: 50px;
    }
}

.community-header .opt-num {
    font-size: 60px;
    color: #fed136;
    line-height: 5px;
}

.community-header .subheader {
    font-weight: normal;
    line-height: 2px;
    margin-bottom: 12px;
}

.community-header .option {
    font-size: 22px;
    font-weight: bold;
    text-transform: none;
}

.community-header .align-right {
    text-align: right;
}

.community-header .align-left {
    text-align: left;
}

.community-header hr {
    height: 2px;
    background-color: #DDD;
    margin-top: 10px;
    margin-bottom: 20px;

}

.community-header .dropdown-options {
    text-align: left;
    padding-right: 30px;
    max-height: 250px;
    overflow-y: auto;
    left: 60px;
}

.community-header .dropdown-options-lateral {
    text-align: left;
    max-height: 250px;
    overflow-y: auto;
    top: 135px;
    left: 125px;
}

.community-header a {
    color: initial;
}

.community-header a:link,
.community-header a:visited,
.community-header a:hover,
.community-header a:active {
    text-decoration: none;
}

.community-header a:hover {
    color: #fed136;
}

.community-header .rounded {
    font-size: 1.85em;
    color: transparent;
    border: 1px solid #d4d4d4;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.community-header a:hover .rounded {
    border-color: #fed136;
}

.community-header .option-name,
.community-header .option-name-lateral {
    color: #fed136;
    font-size: 15px;
}

.community-header .option-name {
    margin-top: 5px;
    line-height: 15px;
}

.community-header .option-name-lateral {
    padding-top: 10px;
}

.community-resume h4 {
    font-weight: normal;
    font-size: 14px;
}

@media (max-width: 1200px) {
    .img-gallery h4 {
        text-align: center;
    }

    .community-header .subheader {
        text-align: left;
    }
}

.fa-1_5x {
    font-size: 1.5em;
}

.fa-2_8x {
    font-size: 2.8em;
}

.input-group-addon {
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,cursive;
}

.tweet_content {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px dashed #ddd;
}

.help_text {
    display: block;
    font-size: 11px;
    font-family: sans-serif;
    font-style: italic;
    color: #777;
    margin-bottom: 20px;
}

#indicadores {
    font-weight: normal;
}

#indicadores h4 {
    margin-top: 0;
    margin-bottom: 10px;
}

#indicadores ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 10px;
}

#indicadores ul li {
    margin-top: 7px;
}

#indicadores #badge_indicador1 {
    background-color: #DC3912;
}

#indicadores #badge_indicador2 {
    background-color: #FF9900;
}

#indicadores #badge_indicador3 {
    background-color: #109618;
}

#indicadores #badge_indicador4 {
    background-color: #990099;
}

#alerts_form {
    font-weight: normal;
}


/******* infographics *******/

.infographics {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-top: 0;
    border-bottom: 1px solid #eee;
}

.infographics .avatar {
    width: 250px;
    float: left;
}

.infographics .avatar img {
    margin-top: 12px;
    margin-left: 0;
    max-width: 230px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.infographics .title {
    margin-left:  250px;
}

.infographics .title h3 {
    font-size: 22px;
    color: #555;
}

@media (max-width: 900px) {
    .infographics .avatar {
        display: none
    }

    .infographics .title {
        margin-left: 0;
    }
}

.infographics .title-divider {
    margin-top: 15px;
    margin-bottom: 5px;
}

.infographics .project-details {
    display: inline-block;
    margin-right: 20px;
}

.infographics .project-details .status-info {
    font-weight: bold;
}

.infographics .keywords {
    margin-top: 20px;
}

.infographics .keywords h5 {
    font-weight: normal;
    text-transform: none;
    color: #555;
}

.infographics .keywords pre {
    font-size: 11px;
    word-break: normal;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.infographics .keywords .more {
    display: none;
    font-size: 14px;
    line-height: 11px;
}

.infographics .project-description p {
	font-size: 0.9em;
	letter-spacing: 0;
}

.infographics #active_source_icon {
    color: #ec971f;
}

.infographics #active_source_icon .source_name {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
}

.infographics img {
    margin: 0 auto;
}

.infographics p {
    font-size: 1.15em;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 180%;
}

.infographics dl {
    font-size: 1.15em;
    font-weight: 400;
    letter-spacing: 1px
}

.infographics dl dd {
    margin-bottom: 10px;
    padding-left: 4px;
}

.infographics .relevant {
    padding-top: 60px;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    z-index: 2;
}

.infographics .relevant p strong {
    color: #333;
}

.infographics .relevant h4 {
    font-size: 2.3em;
    color: #ec971f;
}

.infographics .relevant h5 {
  font-size: 1.2em;
  color: #666;
  text-transform: none;
  text-align: right;
  margin-bottom: 1em;
}

.infographics .relevant p {
    font-size: 1em;
    color: #666;
}

.infographics .relevant p strong {
    color: #555;
}

.infographics .chart {
    width: 100%;
}

.infographics .top-chart {
    /*margin-bottom: -65px;*/
}

.infographics .middle-chart {
    height: 300px;
}

.infographics .chart-line {
    height: 400px;
}

.infographics .separate {
    margin-top: 30px;
}


/** Help **/
#page-wrapper {
    position: relative;
    height: 100%;
}

.infographics #help-button-container {
    position: relative;
    float: right;
    width: 70px;
    margin-top: 5px;
    margin-bottom: 20px;
    margin-right: 2em;
}

.infographics #full-analysis {
    margin-right: 10px;
}

.infographics #help-button {
    position: fixed;
    z-index: 9;
}

#help-wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.8);
}

#help-wrapper #help-close-button {
    position: fixed;
    margin-top: -52px;
    z-index: 11;
}

@media (max-width: 620px) {
    .infographics #help-button-container {
        position: static;
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .infographics #help-button {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    #help-wrapper #help-close-button {
        position: relative;
        margin-top: -95px;
    }
}

.help-container {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    color: #333;
    padding: 20px;
    min-height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.help-container p {
    font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em
}

.twitter-avatar {
    border-radius: 5px;
    margin: 0 7px 0 0 !important;
    vertical-align: middle;
}

.progress-mini,
.progress-mini .progress-bar {
    height: 5px;
    margin-bottom: 0px;
    box-shadow: none;
}

.padding-cell-progress {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

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

.md-small {
    font-size: 85%;
}

.stat-percent {
    float: left;
    margin-right: 5px;
}

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

.text-danger {
    color: #ed5565;
}

.table-hover>tbody>tr:hover>td {
    background-color: #FEF9E5;
}



  
   .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);
  }
  
   .dashboard-transparent {
    background-color: transparent;
    box-shadow: none;
  }
  
   .dashboard .dashboard-title {
    display: inline-block;
    text-overflow: ellipsis;
    margin-bottom: 0;
  }
  
   .dashboard .badge {
    font-size: 11px;
    padding: 2px 6px
  }
  
   .dashboard-widget {
    border-radius: 5px;
    box-shadow: none;
    margin-top: 10px;
    color: white;
  }
  
   .widget-blue {
    background-color: #428bca;
  }
  
   .dashboard-widget i {
    display: inline-block;
    margin-right: 10px;
  }
  
   .dashboard-widget h2 {
    color: white;
    font-size: 22px;
    font-weight: 500;
    display: inline-block;
    margin: 0;
  }
  
   .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;
  }
  
   .page-heading h2 {
    margin-top: 20px;
  }
  
   h1 {
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 29px;
    font-weight: 100;
  }
  
   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;
  }
  
   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;
  }
  
   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;
  }
  
   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;
  }
  
   p {
    font-size: 13px;
    font-weight: 100;
    line-height: 1.42857143;
  }
  
   small {
    font-size: 11px;
    color: #929599;
  }
  
   .table tr td {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
  }
  
   .breadcrumb {
    background-color: #ffffff;
    padding: 0;
    margin-bottom: 0;
    font-size: 12px;
  }
  
   .no-margins {
    margin: 0 !important;
  }
  
   .no-paddings {
    padding: 0 !important;
  }
  
   .no-borders {
    border: none !important;
  }
  
   .padding-right-5 {
    padding-right: 5px;
  }
  
   .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;
    }
  }
  
   .box-controls {
    display: block;
    float: none;
    position: relative;
    margin-top: 0;
    padding: 0;
    text-align: right;
  }
  
   .box-controls a {
    cursor: pointer;
    margin-left: 5px;
    color: #c4c4c4;
  }
  
   .box-title .dashboard-title {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 83%;
    float: left;
  }
  
   .box-title-sm .dashboard-title {
    font-size: 12px;
    font-weight: 600;
  }
  
   .box-title .dashboard-title-multiline {
    white-space: normal;
  }
  
   .box-content {
    margin-top: 14px;
    font-size: 13px;
  }
  
   .profile-info {
    font-size: 12px;
  }
  
   .profile-info h2 {
    font-size: 24px;
  }
  
   .profile-info dt {
    width: 90px;
  }
  
   .profile-info dd {
    margin-left: 105px;
  }
  
   li.list-warning,
   li.list-warning a {
    color: #C09853;
  }
  
   li.list-danger,
   li.list-danger a {
    color: #B94A48;
  }
  
   table.resume-table tbody tr td {
    vertical-align: middle;
    height: 50px;
  }
  
   .text-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
   .table-nowrap {
    table-layout:fixed;
  }
  
   .table-nowrap td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  
  }
  
   .stat-percent {
    float: right;
    margin-left: 4px;
    min-width: 50px;
  }
  
   .stat-current {
    font-size: 80%;
  }
  
   .font-bold {
    font-weight: 600;
  }
  
   .text-navy {
      color: #1ab394;
  }
  
   .text-warning {
    color: #f8ac59
  }
  
   .text-danger {
    color: #ed5565;
  }
  
   .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;
  }
  
   .eval-btn i {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
   .eval-btn h5 {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    color: white;
    text-transform: uppercase;
    margin: 0;
  }
  
   .eval-btn:hover,
   .eval-btn:active,
   .eval-btn:focus {
    text-decoration: none;
    color: white;
  }
  
   .eval-btn-default {
    background-color: #c2c2c2;
    border-color: #c2c2c2;
  }
  
   .eval-btn-default:hover,
   .eval-btn-default:focus,
   .eval-btn-default:active,
   .eval-btn-default.active,
   .eval-btn-default:active:focus,
   .eval-btn-default:active:hover,
   .eval-btn-default.active:hover,
   .eval-btn-default.active:focus {
    background-color: #bababa;
    border-color: #bababa;
  }
  
   .eval-btn-default.disabled,
   .eval-btn-default.disabled:hover,
   .eval-btn-default.disabled:focus,
   .eval-btn-default.disabled:active,
   .eval-btn-default.disabled.active,
   .eval-btn-default[disabled],
   .eval-btn-default[disabled]:hover,
   .eval-btn-default[disabled]:focus,
   .eval-btn-default[disabled]:active,
   .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;
  }
  
   .eval-btn-blue {
    background-color: #1c84c6;
    border-color: #1c84c6;
  }
  
   .eval-btn-blue:hover,
   .eval-btn-blue:focus,
   .eval-btn-blue:active,
   .eval-btn-blue.active,
   .eval-btn-blue:active:focus,
   .eval-btn-blue:active:hover,
   .eval-btn-blue.active:hover,
   .eval-btn-blue.active:focus {
    background-color: #1a7bb9;
    border-color: #1a7bb9;
  }
  
   .eval-btn-blue.disabled,
   .eval-btn-blue.disabled:hover,
   .eval-btn-blue.disabled:focus,
   .eval-btn-blue.disabled:active,
   .eval-btn-blue.disabled.active,
   .eval-btn-blue[disabled],
   .eval-btn-blue[disabled]:hover,
   .eval-btn-blue[disabled]:focus,
   .eval-btn-blue[disabled]:active,
   .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;
  }
  
   .eval-btn-green {
    background-color: #1ab394;
    border-color: #1ab394;
  }
  
   .eval-btn-green:hover,
   .eval-btn-green:focus,
   .eval-btn-green:active,
   .eval-btn-green.active,
   .eval-btn-green:active:focus,
   .eval-btn-green:active:hover,
   .eval-btn-green.active:hover,
   .eval-btn-green.active:focus {
    background-color: #18a689;
    border-color: #18a689;
  }
  
   .eval-btn-green.disabled,
   .eval-btn-green.disabled:hover,
   .eval-btn-green.disabled:focus,
   .eval-btn-green.disabled:active,
   .eval-btn-green.disabled.active,
   .eval-btn-green[disabled],
   .eval-btn-green[disabled]:hover,
   .eval-btn-green[disabled]:focus,
   .eval-btn-green[disabled]:active,
   .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;
  }
  
   .eval-btn-cyan {
    background-color: #23c6c8;
    border-color: #23c6c8;
  }
  
   .eval-btn-cyan:hover,
   .eval-btn-cyan:focus,
   .eval-btn-cyan:active,
   .eval-btn-cyan.active,
   .eval-btn-cyan:active:focus,
   .eval-btn-cyan:active:hover,
   .eval-btn-cyan.active:hover,
   .eval-btn-cyan.active:focus {
    background-color: #21b9bb;
    border-color: #21b9bb;
  }
  
   .eval-btn-cyan.disabled,
   .eval-btn-cyan.disabled:hover,
   .eval-btn-cyan.disabled:focus,
   .eval-btn-cyan.disabled:active,
   .eval-btn-cyan.disabled.active,
   .eval-btn-cyan[disabled],
   .eval-btn-cyan[disabled]:hover,
   .eval-btn-cyan[disabled]:focus,
   .eval-btn-cyan[disabled]:active,
   .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;
  }
  
   .eval-btn-yellow {
    background-color: #f8ac59;
    border-color: #f8ac59;
  }
  
   .eval-btn-yellow:hover,
   .eval-btn-yellow:focus,
   .eval-btn-yellow:active,
   .eval-btn-yellow.active,
   .eval-btn-yellow:active:focus,
   .eval-btn-yellow:active:hover,
   .eval-btn-yellow.active:hover,
   .eval-btn-yellow.active:focus {
    background-color: #f7a54a;
    border-color: #f7a54a;
  }
  
   .eval-btn-yellow.disabled,
   .eval-btn-yellow.disabled:hover,
   .eval-btn-yellow.disabled:focus,
   .eval-btn-yellow.disabled:active,
   .eval-btn-yellow.disabled.active,
   .eval-btn-yellow[disabled],
   .eval-btn-yellow[disabled]:hover,
   .eval-btn-yellow[disabled]:focus,
   .eval-btn-yellow[disabled]:active,
   .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;
  }
  
   .eval-btn-red {
    background-color: #ed5565;
    border-color: #ed5565;
  }
  
   .eval-btn-red:hover,
   .eval-btn-red:focus,
   .eval-btn-red:active,
   .eval-btn-red.active,
   .eval-btn-red:active:focus,
   .eval-btn-red:active:hover,
   .eval-btn-red.active:hover,
   .eval-btn-red.active:focus {
    background-color: #ec4758;
    border-color: #ec4758;
  }
  
   .eval-btn-red.disabled,
   .eval-btn-red.disabled:hover,
   .eval-btn-red.disabled:focus,
   .eval-btn-red.disabled:active,
   .eval-btn-red.disabled.active,
   .eval-btn-red[disabled],
   .eval-btn-red[disabled]:hover,
   .eval-btn-red[disabled]:focus,
   .eval-btn-red[disabled]:active,
   .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;
  }
  
   .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;
  }
  
   .eval-btn.dim:active {
    top: 3px;
  }
  
   .eval-btn-default.dim {
    box-shadow: inset 0px 0px 0px #b3b3b3, 0px 5px 0px 0px #b3b3b3, 0px 10px 5px #999999;
  }
  
   .eval-btn-default.dim:active {
    box-shadow: inset 0px 0px 0px #b3b3b3, 0px 2px 0px 0px #b3b3b3, 0px 5px 3px #999999;
  }
  
   .eval-btn-blue.dim {
    box-shadow: inset 0px 0px 0px #1872ab, 0px 5px 0px 0px #1872ab, 0px 10px 5px #999999;
  }
  
   .eval-btn-blue.dim:active {
    box-shadow: inset 0px 0px 0px #1872ab, 0px 2px 0px 0px #1872ab, 0px 5px 3px #999999;
  }
  
   .eval-btn-green.dim {
    box-shadow: inset 0px 0px 0px #16987e, 0px 5px 0px 0px #16987e, 0px 10px 5px #999999;
  }
  
   .eval-btn-green.dim:active {
    box-shadow: inset 0px 0px 0px #16987e, 0px 2px 0px 0px #16987e, 0px 5px 3px #999999;
  }
  
   .eval-btn-cyan.dim {
    box-shadow: inset 0px 0px 0px #1eacae, 0px 5px 0px 0px #1eacae, 0px 10px 5px #999999;
  }
  
   .eval-btn-cyan.dim:active {
    box-shadow: inset 0px 0px 0px #1eacae, 0px 2px 0px 0px #1eacae, 0px 5px 3px #999999;
  }
  
   .eval-btn-yellow.dim {
    box-shadow: inset 0px 0px 0px #f79d3c, 0px 5px 0px 0px #f79d3c, 0px 10px 5px #999999;
  }
  
   .eval-btn-yellow.dim:active {
    box-shadow: inset 0px 0px 0px #f79d3c, 0px 2px 0px 0px #f79d3c, 0px 5px 3px #999999;
  }
  
   .eval-btn-red.dim {
    box-shadow: inset 0px 0px 0px #ea394c, 0px 5px 0px 0px #ea394c, 0px 10px 5px #999999;
  }
  
   .eval-btn-red.dim:active {
    box-shadow: inset 0px 0px 0px #ea394c, 0px 2px 0px 0px #ea394c, 0px 5px 3px #999999;
  }
  
   .eval-btn.dim:before {
    font-size: 50px;
    line-height: 1em;
    font-weight: normal;
    color: #fff;
    display: block;
    padding-top: 10px;
  }
  
   .eval-btn.dim:active:before {
    top: 7px;
    font-size: 50px;
  }
  
   .btn {
    border-radius: 3px;
  }
  
   .btn-link {
    color: inherit;
  }
  
   .btn-link:hover,
   .btn-link:focus,
   .btn-link:active,
   .btn-link.active {
      color: #1ab394;
      text-decoration: none;
  }
  
   .btn-link.disabled,
   .btn-link.disabled:hover,
   .btn-link.disabled:focus,
   .btn-link.disabled:active,
   .btn-link.disabled.active,
   .btn-link[disabled],
   .btn-link[disabled]:hover,
   .btn-link[disabled]:focus,
   .btn-link[disabled]:active,
   .btn-link.active[disabled],
   fieldset[disabled] .btn-link,
   fieldset[disabled] .btn-link:hover,
   fieldset[disabled] .btn-link:focus,
   fieldset[disabled] .btn-link:active,
   fieldset[disabled] .btn-link.active {
      color: #cacaca;
  }
  
   .btn-white {
      color: inherit;
      background: white;
      border: 1px solid #e7eaec;
  }
  
   .btn-white:hover,
   .btn-white:focus,
   .btn-white:active,
   .btn-white.active,
   .btn-white:active:focus,
   .btn-white:active:hover,
   .btn-white.active:hover,
   .btn-white.active:focus {
      color: inherit;
      border: 1px solid #d2d2d2;
  }
  
   .btn-white:active,
   .btn-white.active {
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
  }
  
   .btn-white.disabled,
   .btn-white.disabled:hover,
   .btn-white.disabled:focus,
   .btn-white.disabled:active,
   .btn-white.disabled.active,
   .btn-white[disabled],
   .btn-white[disabled]:hover,
   .btn-white[disabled]:focus,
   .btn-white[disabled]:active,
   .btn-white.active[disabled],
   fieldset[disabled] .btn-white,
   fieldset[disabled] .btn-white:hover,
   fieldset[disabled] .btn-white:focus,
   fieldset[disabled] .btn-white:active,
   fieldset[disabled] .btn-white.active {
      color: #cacaca;
  }
  
   .btn-back {
    font-weight: bold;
    margin-top: 10px;
  }
  
   .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;
  }