@import url(https://fonts.googleapis.com/css?family=Roboto|Montserrat|Roboto+Condensed);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

html,
body {
    margin:0;
    padding:0;
    height:100%;
}

.grid-header-plus {
    color: red;
}

.grid-header-minus {
    color: red;
}

body {
    padding-top: 50px;
    font-family: 'Roboto', sans-serif;
    height: 100%;
    overflow-x: hidden;
}

h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
}

h1 {
    color: #999;
}

.pull-left.navbar-toggle, .pull-left.navbar-btn {
    margin-left: 15px;
    margin-right: 0px;
}

@media (min-width: 992px) {
    body {
        padding-left: 18em;
    }
    .main-offset {
        margin-left: 18em;
    }
    .parameter-option-toggle {
        display: none;
    }
}

/* .navbar {
    z-index: 5000;
} */

.content {
    position: relative;
    padding-bottom: 60px;
    min-height: 100%;
}

.navbar-fixed-top .navbar-collapse {
    max-height: 100%;
}

.navbar-brand {
    font-family: 'Roboto Condensed', sans-serif;
}

.navmenu-brand {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    padding: 5px 10px;
}

.navbar-brand img {
    max-width: 4.5em;
    max-height: 1.5em;
}

.navmenu {
    width: 18em;
}

.navbar-default {
    background-color: #f0f0f0;
}

.main-wrapper {
    padding: 1em 1em 1em 1.5em;
    min-height: 100%;
    position: relative;
}

.univ-wrap {
    max-width: 95em;
}

.list-group-item {
    padding: 5px;
    padding-left: 14px;
}

#parameter-options {
    padding: 1em;
}

/** 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;
}

.dash-title.smallTitle {
    font-size: 15px;
    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 #ddd;
    border-radius: 5px;
    /* background: linear-gradient(#f4f4f4, #dfdfdf); */
    padding: 0.2em 0.5em;
    font-size: 10pt;
    margin-top: 0.3em;
}

.score-card:hover {
    background-color: #f3f3f3;
    border-color: #ccc;
}

.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: 70%;
    float: left;
    font-weight: normal;
}
.score-card .score {
    font-size: 12pt;
    font-weight: bold;
    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: #336F9A;
    margin-top: 3px 0;
    height: 3px;
    clear: both;
}

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

.score-card>.image {
    float: left;
    margin-right: 7px;
}

.nps-card, .employee-card {
    font-size: 10pt;
}

zoop-nps-panel .nps-score {
    text-align: center;
}

.nps-score, .employee-score {
    font-size: 37pt;
    font-weight: bold;
    padding: 15px;
    background-color: #DEF2D8;
    border-radius: 5px;
}

.nps-score .survey-count {
    display: block;
    font-size: 16px;
    font-weight: normal;
}

.nps-score-good {
    background-color: #DEF2D8;
}

.nps-score-bad {
    background-color: #F2DEDE;
}

.nps-score .fa, .employee-score .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 {
    background-color: #f4f4f4;
    padding: 0.5em 1em;
    border-radius: 5px;
    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: #e1e1e1;
}

.component .label {
    font-family: Myriad, "Helvetic Neue", Helvetica, Arial;
    text-anchor: middle;
    fill: #0000FF;
}

.arc {
    stroke-weight: 0.1;
    fill: #4e8fff;
}

.arc2 {
    stroke-weight: 0.1;
    fill: #3660b0;
}

.label {
    font-family: Myriad, "Helvetic Neue", Helvetica, Arial;
    text-anchor: middle;
}

.radial-svg {
    display: block;
    margin: 29px auto;
}

.radial-container {
    height: 250px;
    padding: 1px;
}

.smallradial .radial-container {
    height: 105px;
    margin: auto;
    padding: 1px;
    width: 92px;
}

/** SURVEY LIST **/

.table {
    background: #fff;
    color: #393939;
    font-size: 11pt;
    margin-bottom: 0px;
    background-color: #fff;
}

thead {}

thead.sub-head {
    color: #336f9a;
    background-color: #ebebeb;
}

.table thead.main-head, .table 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: #b3d2e8;
}

.sm {
    font-size: 12pt;
}

.cell-good {
    color: #125934;
    font-size: 12pt;
}

.cell-bad {
    color: #591212;
    font-size: 12pt;
}

th.cell-good {
    color: #0e964f;
    background-color: #daffe6;
    font-size: 13pt;
    text-align: center;
}

td.cell-good {
    color: #0e964f;
}

th.cell-bad {
    color: #a22020;
    background-color: #ffdada;
    font-size: 13pt;
    text-align: center;
}

td.cell-bad {
    color: #a22020;
}

.survey-table {
    background-color: #fff;
    text-align: center;
    display: table;
    overflow-x: auto;
}

.survey-table th {
    text-align: center;
}

.table.survey-table>thead>tr>th {
    vertical-align: middle;
}

.table-pager {
    margin-top: 15px;
}

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

.footer {
    margin-top: 30px;
    padding: 15px;
}



.loading-container {
    padding: 2em;
}

.loading-spinner-image {
    width: 50%;
}

.loading-spiner-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 100;
}
.loading-spiner {
    top: 45%;
    left: 55%;
    position: absolute;
}




.thermometer {
    position: relative;
}

.thermometer img {
    width: 140px;
}

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

/** ALERTS **/

.alert-icon {
    width: 20px;
    height: 22px;
    margin: 0 auto;
    border-radius: 3px;
    cursor: pointer;
}

.alert-modal .detail-scores .row {
    margin: 12px 0;
}

.alert-icon.type-unsatisfied {
    background-image: url(../img/icon/unsatisfied.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.alert-icon.status-open {
    background-color: #C30F10;
    display: inline-block;
}

.alert-icon.status-pending {
    background-color: #F8981D;
    display: inline-block;
}

.alert-icon.status-closed {
    background-color: #469B34;
    display: inline-block;
}

/* Detail page */

zoop-alert-details .alert-form .panel-heading {
    cursor: pointer;
}

/* graph pie chart */

#chartAssignee {
    float: none;
    margin: auto;
    max-width: 650px;
}

#AssigneeFoundLabel {
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    width: 200px;
    text-align: center;
    margin: auto;
    display: block;
    clear: both;
}

zoop-alert-chart .chart-bar {
    width: 100%;
}

zoop-alert-chart .tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

zoop-alert-chart .selected-option {
    background-color: #f4f4f4;
    padding: 0.6em 1em;
    border-radius: 5px;
    margin: 0 0.2em;
}

zoop-alert-chart .remove-choice {
    padding-left: 0.6em;
    color: #a0a0a0;
}

zoop-alert-chart .remove-choice-hover {
    padding-left: 0.6em;
    color: #1a1a1a;
}

zoop-alert-chart .chart-div {
    margin-bottom: 70px;
}

#surveyDetails .tab-content {
    padding: 10px 0px;
}

#surveyDetails .tab-content .detail-row {
    padding: 5px 10px;
}

#surveyDetails .tab-content .detail-row .detail-label {
    text-transform: uppercase;
    color: #999;
    font-size: 14px;
}

.verbatim-container {
    overflow-y: scroll;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    padding: 5px;
}

div.verbatim-container::-webkit-scrollbar {
    width: 5px;
}

div.verbatim-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

div.verbatim-container::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background: #c4c4c4;
}

zoop-hierarchy .ui-select-container {
    display: block;
    width: 220px;
    left: 0;
    right: 0;
}

zoop-hierarchy .select2-container .select2-choice {
    padding: 6px 12px;
    line-height: 17px;
    height: 30px;
}

zoop-statement .dash-li {
    background-image: url('../img/smile/unknown.png');
    background-size: 23px;
    background-color: #F4F4F4;
}

.dash-li.-red-lvl.-feeling {
    background-image: url('../img/smile/sad.png');
    background-size: 23px;
    background-color: #fef5f7;
}

.dash-li.-ora-lvl.-feeling {
    background-image: url('../img/smile/meh.png');
    background-size: 23px;
    background-color: #fef9f4;
}

.dash-li.-gre-lvl.-feeling {
    background-image: url('../img/smile/happy.png');
    background-size: 23px;
    background-color: #e1f6e6;
}

.dash-li {
    list-style-type: none;
    padding: 10px 15px;
    background-image: none;
    background-size: auto auto;
    border-radius: 5px;
    margin-bottom: 10px;
    background-position-x: 7px;
    background-position-y: center;
    background-repeat: no-repeat;
    padding-left: 38px;
}

.dash-li {
    margin-bottom: 5px;
}

zoop-dataset-star {
    display: block;
    margin-top: 20px;
    text-align: center;
}

zoop-dataset-star .logo-container {
    height: 40px;
}

zoop-dataset-star .star-bg {
    display: block;
    margin: 0 auto 0;
    height: 16px;
    width: 90px;
    background: url("../img/starRatingSmallGray.png") no-repeat scroll 0 0 transparent;
}

zoop-dataset-star .star-bg .star {
    height: 16px;
    background: url("../img/starRatingSmallYellow.png") no-repeat scroll 0 0 transparent;
}

zoop-dataset-star .star-bg.no-data {
    opacity: 0.3;
}

zoop-dataset-star .value, zoop-dataset-star .max {
    font-weight: bold;
}

combo-filter .combo-filter {
    padding: 3px;
    color: #333;
}

combo-filter .combo-filter-input {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 2px;
    align-content: center;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ececec;
    padding: 3px;
}

combo-filter .combo-filter-icon {
    color: #444;
    background: #f4f4f4;
    padding: 2px;
    margin: -2px;
    display: flex;
    align-items: center;
    padding-left: 6px;
}

combo-filter .combo-filter-icon>i {
    margin-right: 4px;
}

combo-filter .combo-filter-tag {
    background: #dde6ff;
    color: #000;
    border-radius: 5px;
    padding: 2px;
    padding-left: 10px;
    font-size: 11px;
}

combo-filter .combo-filter-text {
    border: none;
    background: none;
}

combo-filter .combo-filter-text input {
    background: none;
    border: none;
    outline: none;
    font-family: FontAwesome, 'Open Sans';
    font-style: normal;
}

.widget-loading-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.zoop-main-content-isloading {
    opacity: 0.5;
    /* filter: grayscale(1); */
}

.widget-loading-container>div {
    display: flex;
    justify-content: center;
}

.widget-loading-container .loader-text {
    margin-left: 10px;
    color: gray;
}

.widget-loading-container .loader {
    display: inline-block;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #515151;
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    animation: zoop-loading-spin 2s linear infinite;
}

@keyframes zoop-loading-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.zoop-gauge-container {
    text-align: center;
    height: 160px;
}

zoop-dataset-gauge .chart-tooltip {
    position: absolute;
    background: #fff;
    border: 1px solid #aaa;
    color: #1d1d1d;
    font-size: 13px;
    border-radius: 5px;
    padding: 5px 15px;
    opacity: 0;
    z-index: 100;
    min-width: 150px;
}

zoop-dataset-gauge .tool-tip {
    color: #666;
}

zoop-dataset-gauge .tool-tip-row {
    display: flex;
	justify-content: space-between;
	gap: 10px;
	white-space: nowrap;
}

zoop-dataset-gauge .tool-tip-title {
    color: #222;
    font-size: 11px;
    font-weight: bold;
}

zoop-dataset-gauge .tool-tip-left {

}

zoop-dataset-gauge .tool-tip-right {

}

zoop-dataset-gauge .zoop-gauge-target {
    font-size: 11px;
    transition: 200ms;
    fill: #ccc;
}

.bad-score-fill {
    fill: #E20031;
}

.normal-score-fill {
    fill: #FFA500;
}

.good-score-fill {
    fill: #22BB87;
}

.no-score-fill {
    opacity: 0;
}

[zoop-ellipsis] {
    overflow: hidden;
    position: relative;
}

[zoop-ellipsis] .ellipsis-hellip {
    position: absolute;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

[zoop-ellipsis] .ellipsis-overflow-text {
    position: absolute;
    width: 1px;
    height: 10px;
    overflow: hidden;
    color: transparent;
    opacity: 0;
}

.side-menu-button button {
    background-color: transparent;
    text-align: left;
    padding-top: 4px;
    padding-bottom: 4px;
}

.side-menu-button .text-primary {
    color: #2f5c7a !important;
}

.side-menu-button{
    border: 1px solid #ccc;
}

.side-menu-button button:hover {
    background-color: #ddd;
}

zoop-grid .chart-container .grid {
    height: 100% !important;
}

.filter-debug {
    display: none;
}

/* this will make future usuage of ng-click to have pointer automatically */
[ng-click] {
    cursor: pointer;
}

.zoop-survey-recording{
    min-height: 90px;
}
.zoop-survey-recording .no-data-img.text-center{
    top: 50%;
    left: 50%;
    transform: translateX( -50%) translateY( -50%);
    position: absolute;
}

.zoop-survey-recording .row{
    margin: 0 0 10px 0;;
}
.zoop-survey-recording .row li.survey{
    width: calc(100% - 130px);
}
.zoop-survey-recording .row li.survey div{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 0;
    color: #e1e1e1;
}
.zoop-survey-recording .row .recording{
    display: inline-block;
}
.zoop-survey-recording .row .recording .main{
    background: #363636;
    height: 50px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.zoop-survey-recording .row .recording .main li{
    float: left;
    margin: 10px 0 10px 10px;
}
.zoop-survey-recording .row .recording .main li.margin-right-10{
    margin-right: 10px;
}
.zoop-survey-recording .row .recording .main li.float-right{
    float: right;
}
.zoop-survey-recording .row .recording i{
    font-size: 30px;
    color: #B9B9B9;
    cursor: pointer;
}
.zoop-survey-recording .row .recording i.fa.fa-download{
    margin-top: 5px;
}
.zoop-survey-recording .row .recording i.fa.fa-info-circle{
}
.zoop-survey-recording .row .recording i[disabled]{
    color: grey;
    cursor: auto;
}
.zoop-survey-recording .row .recording .seek-bar{
    width: 100%;
    height: 5px;
    background: #ccc;
}
.zoop-survey-recording .row .recording .seek-bar div{
    background: #fff200;
    height: 100%;
}

.zoop-survey-recording .row .tag-comment-container {
    height: 55px;
    padding-left: 0;
    overflow: hidden;
}
.zoop-survey-recording .row .tag-comment{
    height: inherit;
    padding: 10px;
    background: #f0f0f0;
}
.zoop-survey-recording .row .tag-comment-container .tag-comment div {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

zoop-bar-chart .c3-chart-scales,
zoop-bar-chart .c3-chart-goals,
zoop-bar-chart .c3-chart-bar-secondary-label {
    pointer-events: none;
}

.zoop-export-view i.visible{
    color: green;
}
.zoop-export-view .active i.visible {
    color: #4caf50;
}
.zoop-export-view i.visible.invisible{
    color: red;
}
.zoop-export-view .period-selector-value-container {
    cursor: pointer;
    padding: 0;
}
.zoop-export-view h4{
    margin: 0;
}
.zoop-export-view .btn{
    padding: 6px 6px;
}
.zoop-export-view .padding-0{
    padding:0;
}
.zoop-export-view .margin-0{
    margin:0;
}
.zoop-export-view .sort-button-container i{
    margin-top: 2px;
    margin-left: 2px;
}

.zoop-export-view .fields-list{
    max-height: 400px;
    overflow: auto;
    border-left: 1px solid #ddd;
    border-radius: 0;
}
.zoop-export-view .fields-list.list-group {
    box-shadow: none;
}
.zoop-export-view .list-group-item{
    border-right: 0;
    border-left: 0;
}

.zoop-export-view .list-group-item:first-child{
    border-top: 0;
    border-radius: 0;
}
.zoop-export-view .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 0;
}
.datasource-export-btn,
.zoop-export-view .panel-body {
    position: relative;
}

.datasource-export-btn .widget-loading-container {
    position: unset;
    display: inline-block;
    background: none;
    width: auto;
    height: auto;
    float: right;
    margin-left: 4px;
}
.datasource-export-btn .loader {
    width: 1.4em;
    height: 1.4em;
}
.datasource-export-btn .loader-text {
    display: none;
}

