@import url(https://fonts.googleapis.com/css?family=Roboto|Oswald|Roboto+Condensed);
@import url('https://fonts.googleapis.com/css?family=Lato|Open Sans&display=swap');
body {
    background: url('../img/wood.jpg');
    background-size: 100% 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    font-family: "Roboto Condensed",sans-serif;
}
@media (max-width: 929px) {
  .loading-spiner {
    top: 40%;
    left: 45%;
    position: absolute;
  }
}
@media (min-width: 930px) {
  .main-offset {
      margin-left: 20em;
  }
  .loading-spiner {
    top: 45%;
    left: 55%;
    position: absolute;
  }
}
@media (max-width: 1366px) {
    zoop-line-chart .line-chart-form .form-control {
        font-size: 13px;
        max-width: 170px;
    }
    
    zoop-line-chart .line-chart-form {
        font-size: 13px;
    }
    
    zoop-line-chart .period-selector-value-container {
        min-width: 180px !important;
        float: right;
    }
}
/* LOGIN page - Change password*/
.login-form button[type="submit"],
.login-form input[name=submit] {
    background: #CC8A00 none repeat scroll 0 0;
}
.login-form button[type="submit"]:hover,
.login-form input[name="submit"]:hover {
    background: #CC8A00 none repeat scroll 0 0;
    color: #333323;
}
.login-form input {
    background-color: #eee;
}
.login-form{
    background-color: #fff;
}
.navbar-brand img {
    max-width: 4.5em;
    max-height: 1.5em;
}
.page-wrapper h1 {
    background-color: #f5f5f5;
    border-radius: 4px;
    list-style: outside none none;
    margin-bottom: 20px;
    padding: 8px 15px;
}
.breadcrumb {
    display: none;
}
.page-wrapper h1 small {
    margin-top: 5px;
}
fieldset {
    border: 1px solid #ccc;
    padding: 1em;
}
fieldset legend {
    border: none;
    font-size: 15pt;
    margin-bottom: 0px;
}
label {
    font-weight: normal;
}
input[type=date]::-webkit-calendar-picker-indicator,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
    display: none;
}
.list-group-item {
    padding: 5px;
    padding-left: 14px;
}
.animated.fast {
  -webkit-animation-duration: 0.55s;
  animation-duration: 0.55s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.navbar-brand {
    padding: 0 15px;
}
.navbar-brand img {
    max-height: 50px;
    max-width: auto;
}
/** DASHBOARD ***/
.dash-panel {
    min-height: 10em;
    margin-bottom: 15px;
    padding: 10px 20px;
}
.dash-title {
    font-size: 15pt;
    margin-bottom: 0.5em;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}
.competitor {
    border-bottom: 1px solid #ddd;
    padding: 0.5em;
    margin: 0.5em;
    font-weight: bold;
}
.competitor-name {
    float: left;
    width: 30%;
}
.compare {
    float: right;
    font-size: 11pt;
    font-weight: normal;
    width: 70%;
}
.competitor .compare .compare-bar {
    float: left;
    padding:0.1em;
}
@-webkit-keyframes grow {
    0%   {width: 0%;}
    100%   {width: 100%;}
}
/* Standard syntax */
@keyframes grow {
    0%   {width: 0%;}
    100%   {width: 100%;}
}
.score-card {
    border: 1px solid #cc8a00;
    border-radius: 5px;
    background: #DFDBD9 ;
    padding: 0.2em 0.5em;
    font-size: 10pt;
    margin-top: 0.3em;
}
.score-card:hover {
}
.score-card.score-good {
    /* border-color: #81d76f; */
}
.score-card.score-meh {
    /* border-color: #f6b766; */
}
.score-card.score-bad {
    /* border-color: #db5f60; */
}
.score-card.small .score {
    font-size: 10pt;
}
.score-card .name {
    width: 65%;
    float: left;
    font-weight: normal;
}
.score-card .score {
    font-size: 12pt;
    float: right;
}
.score-card .score .comparison {
    font-size: 11pt;
    color: #469B34;
}
.score-card.small .score .comparison {
    font-size: 10pt;
}
.score-card .clearfix {
    clear: both;
}
.score-card .bar {
    background-color: #cc8a00; /*orange PM */
    margin-top: 3px 0;
    height: 3px;
    clear: both;
    border-radius: 3px;
}
.score-card.score-good .bar {
    background-color: #469B34;
}
.score-card.score-meh .bar {
    background-color: #F8981D;
}
.score-card.score-bad .bar {
    background-color: #C30F10;
}
.score-card.large {
    font-size: 14pt;
    margin-bottom: 15px;
}
.nps-card, .employee-card {
    font-size: 10pt;
}
.nps-score {
    font-size: 37pt;
    font-weight: bold;
    padding: 15px;
    background-color: #f4f4f4;
    border-radius: 5px;
}
.nps-score-good {
    background-color: #DEF2D8;
}
.nps-score-bad {
    background-color: #F2DEDE;
}
.nps-score-good .fa {
    color: #a5d297;
}
.nps-score-bad .fa {
    color: #D9534F;
}
.nps-comparison, .employee-comparison {
    font-size: 11pt;
    font-weight: normal;
}
.nps-detail, .employee-detail {
}
.nps-detail .detail, .employee-detail .detail {
    padding: 0.15em;
    font-size:12pt;
    color: white;
}
.nps-detail .detail.promoter {
    background-color: #469B34;
}
.nps-detail .detail.passive {
    background-color: #F8981D;
}
.nps-detail .detail.detractor {
    background-color: #C30F10;
}
.legend-panel {
    padding: 0.5em 1em;
    font-size: 10pt;
    margin: 1em;
}
.box {
    background-color: #ccc;
    height: 15pt;
    width: 3em;
    float: left;
    margin-right: 14px;
    margin-bottom: 5px;
}
.bad {
    background-color: #C30F10;
}
.meh {
    background-color: #F8981D;
}
.good {
    background-color: #469B34;
}
ul.no-style {
    list-style-type: none;
}
.grow {
    -webkit-animation-name: grow;
    animation-name: grow;
}
.bar {
    color: white;
    height: 1.5em;
    font-size: 12pt;
    animation-duration: 1s;
    animation-name: grow;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: grow;
    /*box-shadow: 0px 1px 3px #999;*/
    padding: 2px;
}
.bar-good {
    background-color: #469B34;
}
.bar-meh {
    background-color: #F8981D;
}
.bar-bad {
    background-color: #C30F10;
}
.sat-score {
    margin: 2em;
    background-color: #rgb(182, 226, 176);
}
.background {
    fill: #FFFFFF;
    fill-opacity: 0.01;
}
.component {
    fill: #DFDBD9;
}
.component .label {
    font-family: Myriad, "Helvetic Neue", Helvetica, Arial;
    text-anchor: middle;
    fill: #0000FF;
}
.arc {
    stroke-weight:0.1;
    fill: #CC8A00;
}
.arc2 {
    stroke-weight:0.1;
    fill: #CC8A00;
}
.label {
    font-family:  Myriad, "Helvetic Neue", Helvetica, Arial;
    text-anchor: middle;
}
.radial-svg {
    display: block;
    margin: 10px auto 0;
}
thead.main-head, tfoot.main-head {
    background-color: #336f9a;
    background: linear-gradient(#255b82, #336f9a);
    border: 4px solid #fff;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
.important-cell {
    color:#336f9a;
    font-weight: bold;
}
.table-container {
    padding: 15px;
    background-color: #DFDBD9;
}
.sm {
    font-size: 12pt;
}
blockquote {
    border-left: 5px solid #dfdbd9;
}
.cell-good {
    color: #125934;
    font-size: 12pt;
}
.cell-bad {
    color: #591212;
    font-size: 12pt;
}
.footer {
    margin-top: 30px;
    padding: 15px;
}
.thermometer {
    position:relative;
}
.thermometer img {
    width: 140px;
}
.loading-container {
    padding: 2em;
}
.loading-spinner-image {
    width:50%;
}
.score-thermometer {
    display: block;
    float: left;
    font-size: 14pt;
    margin-left: 2px;
    margin-top: -58px;
    position: relative;
    width: 100%;
}
.target-thermometer {
    font-size: 12pt;
    font-weight: bold;
    display: block;
    float: left;
    left: 75px;
    font-size: 12pt;
    margin-top: -229px;
    position: relative;
    width: 100%;
}
.radial-container {
    height: 210px;
    padding: 1px;
}
.smallradial .radial-container {
    height: 105px;
    width: 92px;
    margin: auto;
    padding: 1px;
}
.dash-title.smallTitle {
    font-size: 12pt;
    text-align: center;
}
.promises-body {
    margin-top: 20px;
    
}
.promises-body .score-card {
    margin-top: 10px;
    
}
zoop-nps-panel .nps-score {
    text-align: center;
}
.survey-table {
    background-color: #fff;
}
.table-pager {
    margin-top: 15px;
}
.table {
    background: #fff;
}
.scrollable-container{
    overflow-y: auto;
    height: 400px;
    background-color: #f9f9f9;
}
.sticky-header {
    margin-bottom: 0px;
}
.score-table {
    margin-bottom: 0px;
}
.score-table th, .score-table td {
    width: 10%;
    text-align: center;
}
/*reports page*/
.report-list li {
    list-style-type: none;
}
.report-list select {
    float: left;
    margin-right: 20px;
    width: 200px;
}
.report-list button {
    float:left;
}
.pointer {
    cursor:pointer;
}
.input-daterange .input-group-addon {
    padding: 6px 12px;
    border-width: 1px !important;
}
.input-group-addon {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
}
.intrologos {
    margin: 0 auto 13px;
    padding-top: 21px;
    width: 360px;
}
.loading-spiner-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
}
.disabled-button-wrapper {
    position: relative;
}
.disabled-message {
    display: none;
    position: absolute;
    top: 2px;
    left: 37px;
    padding: 4px;
    border-radius: 3px;
}
.disabled-message:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: -10px;
    width: 0;
    height: 0;
    border-color: transparent #f2dede transparent transparent;
    border-style: solid;
    border-width: 5px;
}
.btn[disabled]:hover + .disabled-message {
    display: block;
}
zoop-hierarchy-filter form {
    position: relative;
}
zoop-hierarchy-filter .form-group {
    margin-bottom: 41px;
}
zoop-hierarchy-filter .ui-select-container {
    display: block;
    position: absolute;
    width: 220px;
    left: 0;
    right: 0;
}
zoop-hierarchy-filter .select2-container .select2-choice > .select2-chosen {
    cursor: default;
}
zoop-hierarchy-filter .select2-container .select2-choice abbr {
    top: 5px;
}
zoop-hierarchy-filter .select2-container .select2-choice .select2-arrow b {
    background-position: 0 -1px;
}
zoop-hierarchy-filter .select2-default {
    color: #444 !important;
}
zoop-hierarchy-filter .select2-container .select2-choice {
    padding: 6px 12px;
    line-height: 17px;
    height: 30px;
}
.widget-group-label{
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2f5c7a;
}
zoop-bar-chart .graph-breadcrumb {
    margin: 0 10px;    
}
zoop-bar-chart .c3-axis-x path, zoop-bar-chart .c3-axis-x line {
    stroke: #ffffff;
}
zoop-bar-chart svg text {
    font-family: 'Open Sans';
}
zoop-bar-chart svg .c3-line {
    stroke-width: 2px;
}
zoop-bar-chart svg .c3-axis {
    font-size:12px;
    fill: #999;
    opacity: 0;
}
zoop-bar-chart svg .c3-axis .tick:hover {
    fill: #777;
}
zoop-bar-chart svg .c3-chart-text {
    font-size:12px;
}
zoop-bar-chart svg .c3-texts-sent {
    font-weight: bold;
}
zoop-bar-chart .zoop-bar-chart {
    height: 330px;
}
zoop-bar-chart .c3-tooltip, zoop-line-chart .c3-tooltip {
    box-shadow: none !important;
}
zoop-bar-chart .c3-tooltip-container, zoop-line-chart .c3-tooltip-container {
    transition: 100ms;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #aaa;
    padding: 5px;
    opacity: 0.9;
}
zoop-bar-chart .c3-tooltip th, zoop-line-chart .c3-tooltip th {
    background: #fff;
    color: #333;
}
zoop-bar-chart .c3-tooltip tr, zoop-line-chart .c3-tooltip tr {
    border: none !important;
}
zoop-bar-chart .c3-tooltip tr td, zoop-line-chart .c3-tooltip tr td {
    background: #ffffff;
    color: #222;
    border: none !important;
}
zoop-bar-chart tspan.selected-category {
    fill: #1f76b4 !important;
}
.bad-score-fill{
    fill: rgb(255, 83, 72);
}
.normal-score-fill{
    fill: rgb(238, 208, 108);
}
.good-score-fill{
    fill: rgb(170, 204, 58)
}