/* Minification failed. Returning unminified contents.
(733,20): run-time error CSS1046: Expect comma, found '68'
(733,25): run-time error CSS1046: Expect comma, found ')'
(739,31): run-time error CSS1046: Expect comma, found '226'
(739,38): run-time error CSS1046: Expect comma, found ')'
(740,31): run-time error CSS1046: Expect comma, found '68'
(740,36): run-time error CSS1046: Expect comma, found ')'
 */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    font-weight:600;
    color: #2C1847;
    background-color: #F8F9FB;
    margin: 0;
}

header, footer, nav, section {
    display: block;
}


label{
    font-weight:600;
    font-size: 14px;
}

.alert-danger {
    background-image: none;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    border-bottom: 2px solid #b94a48;
}

.print-show {
    display: none;
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}
.alert-danger {
    background-image: none;
    background-color: #fff;
    border:none;
    border-radius:0px;
    border-bottom: 2px solid #b94a48;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

/* Misc Styles
----------------------------------------------------------*/

.checkboxgrid {
    margin-bottom: 10px;
}

.checkboxgrid .checkboxgrid-option {
    border: 1px solid #000;
    border-radius: 4px;
    width: 240px;
    height: 40px;
    float: left;
    /*line-height: 40px;*/
    padding: 0 7px;
    margin: 2px;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .checkboxgrid .checkboxgrid-option {
        float: none;
        width: 85%;
        height: auto;
        margin: 3px auto;
        padding: 3px 0;
    }

    .checkboxgrid .checkboxgrid-option label {
        margin: 0;
    }

    div.checkboxgrid-option.custom-value {
        padding: 0 5px;
    }

    div.checkboxgrid-option.custom-value input.form-control {
        outline: none;
        box-shadow: none;
        border-radius: 0;
        border: 0;
    }
}

div.checkboxgrid-option.custom-value {
	height: 47px;
}

div.checkboxgrid-option.custom-value input.form-control {
	font-weight: bold;
	text-align: center;
	margin: 5px 0;
}

.checkboxgrid .checkboxgrid-option:hover {
    background-color: #555;
    color: #fff;
}

.checkboxgrid .checkboxgrid-option.disabled:hover {
    background-color: transparent;
}

.checkboxgrid .checkboxgrid-option:hover, .checkboxgrid .checkboxgrid-option label:hover {
    cursor: pointer;
}

.checkboxgrid .checkboxgrid-option.disabled:hover, .checkboxgrid .checkboxgrid-option.disabled label:hover, .checkboxgrid .checkboxgrid-option.disabled input:hover {
	cursor: not-allowed;
}

#leftValue, #rightValue {
    border: 1px #000 solid;
    height: 150px;
    cursor: pointer;
    font-size: 22px;
	line-height: 28px;
    text-align: center;
    padding: 0;
	white-space: normal;
	text-wrap: normal;
}

.score-name {
    font-family: 'Quicksand', sans-serif;
    color: rgba(130,138,143,0.72);
    text-transform: uppercase;
}
#leftValue {
	float: right;
}

#leftValue:hover, #rightValue:hover {
    background-color: #555;
    color: #fff;
}

@media (min-width: 701px) {
    #leftValue {
        width: 50%;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
    }
    
    #rightValue {
        width: 50%;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }
}

@media (max-width: 700px) {
    #leftValue {
        width: 100%;
        height: 100px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    #rightValue {
        width: 100%;
        height: 100px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
}


div.checkboxgrid-option.checked {
    background-color: #1C1D22;
    color: #ffffff;
}

div#header {
    font-size: 1.2em;
    background-color: #F8F9FB;
    text-align: right;
}
.help-btn {
    color: #55d8c2;
    font-size: 12px;
}

div#headerUnderBar {
    background-color: #55d8c2;
    height: 8px;
}

div#headerPanel {
    color: #fff;
    font-size: xx-large;
    max-width: 1000px;
    margin: 0 auto;
}

div#headerTitle {
    color: #55d8c2;
    padding-top: 12px;
}

.title {
    font-size: 32px;
    color: #2C1847;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
}

input {
    text-shadow: none;
   
}

    input[type="submit"], button {
        outline: none !important;
    }
    .secondary-title {
        font-size: 20px;
        color: #2C1847;
        font-family: 'Quicksand', sans-serif;
        font-weight: 600;
    }

.report-question-group-title {
    color: rgba(130,138,143);
    background-color: rgba(130,138,143,0.2);
    border-radius: 12px;
    padding: 4px 16px 4px 16px;
    width: fit-content;
}

div#bpLogo {
    background-image: url('images/bestPlaces.png');
    background-repeat: no-repeat;
    width: 178px;
    height: 181px;
    padding: 0;
    margin: 0;
    float: left;
    box-shadow: 4px 4px 15px #999;
}

div#miniHeader {
    background-color: #5c8bd6;
    padding: 10px 0;
}

div#miniBPLogo {
    background-image: url('images/bestPlaces.png');
    background-repeat: no-repeat;
    width: 178px;
    height: 181px;
    padding: 0;
    margin: 0 auto;
}

div#miniHeaderTitle {
    color: #fff;
    font-size: x-large;
    margin: 0 auto;
    text-align: center;
}

#content {
    margin: 0 auto 150px auto;
    max-width: 800px;
}


.content-box  {
    margin: 30px auto;
    max-width: 800px;
    background-color: #fff;
    border-top: 4px solid #55d8c2;
    border-radius: 0px 0px 10px 10px;
    padding: 30px 40px 30px 40px;
    box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
}


.question-content-box{
    margin: 30px auto;
    max-width: 800px;
    background-color: #fff;
    border-top: 4px solid #55d8c2;
    border-radius: 0px 0px 10px 10px;
    padding: 30px 40px 30px 40px;
    box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
}
    .question-content-box ~ .question-content-box, .no-group .question-content-box, .no-group .question-content-box ~ .question-content-box {
        margin: 30px auto;
        max-width: 800px;
        border-top: none;
        background-color: #fff;
        border-radius: 0px 0px 10px 10px;
        padding: 30px 40px 30px 40px;
        box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
    }

#standardFooter {
    display: none;
}

@media (min-width: 701px) {
    #standardFooter {
        display:block;
        margin: 0 auto;
        position: fixed;
        bottom: 10px;
        right: 25px;
        padding: 25px;
        color: #828A8F;
    }

    #standardFooter p {
        text-align: right;
    }
}

.framed #standardFooter {
    display: none;
}

#iframeFooter {
    display: none;
}

.framed #iframeFooter {
    display: block;
    margin: 10px 0;
    text-align: center;
    padding: 10px;
    color: #828A8F;
}

#standardFooter a,
#iframeFooter a {
    color: #828A8F;
}

#iframeFooter p {
    margin: 0;
}


#login-container {
    margin: auto;
    left: 50%;
    width: 80%;
    background-color: #fff;
    border-radius: 10px;
    padding: 50px 40px 50px 40px;
    box-shadow: 0px 10px 60px rgba(112, 144, 176, 0.1);
}
div#footer p {
    margin:0;
}

div#miniFooter {
    margin: 0 auto;
    max-width: 1000px;
    min-height: 140px;
    background-color: #5c8bd6;
    padding-top: 10px;
}
#btn-add-option {
    background-color: #fff;
    color: #55d8c2;
    border: none;
    font-size: 24px;
    padding: 0 0 0 5px;
    font-weight: 700;
}

.remove-option {
    background-color: #fff;
    color: #55d8c2;
    border: none;
    font-size: 20px;
    padding: 0 0 0 7px;
    font-weight: 700;
}

div#footerRightLogo {
    float: right;
    background-image: url('images/pc.png');
    background-repeat: no-repeat;
    height: 56px;
    width: 144px;
}

div#chLogo {
    background-image: url('images/caterer_2019.png');
    background-repeat: no-repeat;
    height: 64px;
    width: 188px;
    margin: auto;
}

div#pcLogo {
    background-image: url('images/pc.png');
    background-repeat: no-repeat;
    height: 56px;
    width: 144px;
    margin: auto;
}

@media (min-width: 701px) {
    div#miniHeader {
        display: none;
    }
    div#content {
        margin-top: 115px;
    }
    div#miniFooter {
        display: none;
    }
}

@media (max-width: 700px) {
    div#header {
        display: none;
    }
    div#headerUnderBar {
        display: none;
    }
    div#content {
        margin-top: 0;
    }
    div#footer {
        display: none;
    }
}

.splitter {
    border-bottom: 1px solid #bbb;
    margin-bottom: 8px;
}

.entryRow {
    background-color: #fff;
    padding:40px;
    border: 0.5px solid rgba(112, 144, 176, 0.2);
    border-radius:10px;
    padding: 30px 20px 20px 20px;
    margin: 5px 0;
}
.admin-content-box {
    background-color: #fff;
    padding: 40px;
    border: 0.5px solid rgba(112, 144, 176, 0.2);
    border-radius: 10px;
    padding: 30px 20px 20px 20px;
    margin: 30px 0;
    overflow:hidden;
}

.survey-page-button {
    margin-right: 20px;
}

@media (min-width: 701px) {
    .survey-page-button {
        margin-right: 0;
    }
}

.btn-success {
    text-shadow: none;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#1C1D22), to(#000));
    background-image: -webkit-linear-gradient(top, #1C1D22 0%, #1C1D22 100%);
    background-image: -moz-linear-gradient(top, #1C1D22 0%, #1C1D22 100%);
    background-image: linear-gradient(to bottom, #1C1D22 0%, #1C1D22 100%);
    background-repeat: repeat-x;
    border-color: #000;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1C1D22', endColorstr='#ff1C1D22', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus {
  background-color: #1C1D22;
  background-position: 0 -15px;
  border-color: #000;
}

.btn-success:active,
.btn-success.active {
  background-color: #1C1D22;
  border-color: #000;
}

.btn.btn-warning {
    text-shadow: none;
    background-image: none;
    background-color: #55d8c2;
    border: none;
    padding: 7px 35px 7px 35px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.btn.btn-success {
    text-shadow: none;
    background-image: none;
    background-color: #55d8c2;
    border: none;
    padding: 7px 35px 7px 35px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}

.btn.btn-warning:hover{
   opacity:0.8;
    }

.hr {
    margin-top:5px;
    margin-bottom:25px;
    border: 0.3px solid rgba(112, 144, 176, 0.2);
}


.secondary-btn-preview {
    text-shadow: none;
    text-transform: uppercase;
    background-image: none;
    background-color: #fff;
    color: #C6589E;
    border: 2px solid #C6589E;
    padding: 7px 35px 7px 35px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}

    .secondary-btn-preview:hover {
        text-shadow: none;
        text-transform: uppercase;
        background-image: none;
        background-color: #fff;
        color: #C6589E;
        border: 2px solid #C6589E;
        padding: 7px 35px 7px 35px;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 600;
        opacity: 0.7;
    }

.outcome-btns{
    display:flex;
    margin-top:16px;
    margin-bottom:16px;
   
}

.admin-content{
}

.display-block{
    display:block;
}
.secondary-btn {
    text-shadow: none;
    text-transform: uppercase;
    background-image: none;
    background-color: #fff;
    color: #55d8c2;
    border: 2px solid #55d8c2;
    padding: 7px 35px 7px 35px;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 10px;
    font-weight: 600;
}

.tertiary-btn {
    text-shadow: none;
    background-image: none;
    background-color: #fff !important;
    border: none;
    color: #55d8c2;
    font-size: 14px;
    font-weight: 600;
}

    /*.alert-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#999), to(#888));
  background-image: -webkit-linear-gradient(top, #999 0%, #888 100%);
  background-image: -moz-linear-gradient(top, #999 0%, #888 100%);
  background-image: linear-gradient(to bottom, #999 0%, #888 100%);
  background-repeat: repeat-x;
  border-color: #777;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff999999', endColorstr='#ff888888', GradientType=0);
  color: #000;
}*/
    .range-input-container {
        padding: 0 10px;
    }

    .range-input-container label {
        margin-bottom: 25px;
    }

    .range-input-container table.label-container {
        margin: 20px 0 5px 0;
        width: 100%;
        text-align: center;
    }

        .range-input-container table.label-container td.left-label {
            text-align: left;
            width: 30%;
            font-size: 12px;
            text-transform: uppercase;
            color: #828A8F;
        }

        .range-input-container table.label-container td.right-label {
            text-align: right;
            width: 30%;
            font-size: 12px;
            text-transform: uppercase;
            color: #828A8F;
        }

.group-heading {
    margin-top: -0.5rem;
    border-bottom: 1px solid #ededed;
    padding-bottom: 0.7rem;
}

.rangeslider.rangeslider--horizontal {
    background-color: rgba(143, 143, 143, 0.25);
    box-shadow:none;
    height:10px;
}
.rangeslider.rangeslider--horizontal div.rangeslider__fill {
    background-color: #55d8c2;
    box-shadow: none;
}

    .rangeslider.rangeslider--horizontal div.rangeslider__handle {
        background-color: #fff;
        box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
        border: none;
        background-image: none;
        top: -15px;
    }

    .rangeslider.rangeslider--horizontal div.rangeslider__handle:after {
 content:none;
    }
.form-page-number {
    margin: 0 auto;
}

    .form-page-number .page-descriptor {
        font-size: 11px;
        color: #656565;
    }

    .form-page-number .page-number {
        font-size: 12px;
        color: #777;
    }
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear {
    clear: both;
}

.form-error {
    color: rgb(239 68 68);
    font-size: 13px;
    font-style: italic;
    
}
.validation-error-area {
    background-color: rgb(254 226 226);
    border: solid 1px rgb(239 68 68);
    border-radius: 4px;
    padding: 4px 8px;
}

#report-filters-container {
    background: #fff;
    width:100%;
    overflow:hidden;
}

.alert-info {
    color: #55d8c2;
    background-color: rgba(204,211,85,0.08);
    border: none;
    background-image: none !important;
}

select.form-control {
    border:none;
    border-bottom: 1px solid rgba(112, 144, 176, 0.2);
    box-shadow: none;
    border-radius:0;
}

.has-error .form-control{
    box-shadow: none;
}


.point {
    min-width: 35px;
    height: 35px;
    background-color: #828A8F;
    border-radius: 100%;
    z-index: 2;
    position: relative;
    left: 1px;
}

.timeline{
    text-align:left;
}

.flex-group {
    margin:30px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}


.dropdown {
    position: relative;
    margin-right: 10px;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }


.dropdown:hover .dropdown-content {
    display: block;
}

.progress-bar {
    background-image: none;
    background-color: #55d8c2;
}

.br{
    margin-bottom:10px;
}

.section-title {
    text-transform:uppercase;
    color: rgba(130,138,143,0.72);
}

.section-title-hr {
    width:350px;
    border-bottom: 2px solid #55d8c2;
    margin-bottom:16px;
}

.killer-question, .nps-card, .sentiment-analysis-results-container {
    background-color: #fff;
    padding: 30px;
    margin: 20px 0 20px 0;
    box-shadow: 0px 10px 60px rgba(112, 144, 176, 0.1);
    border-radius: 10px;
}

.sentiment-keywords-list {
    font-size: 14px;
    font-family: 'Quicksand', sans-serif;
}

.sentiment-analysis-results-container h3 {
    font-weight: 700;
    font-size: 14px;
    font-family: 'Quicksand', sans-serif;
    margin-top: 0;
    margin-left: -10px;
}

    .sentiment-analysis-split-container {
        box-shadow: 0px 10px 60px rgba(112, 144, 176, 0.1);
        border-radius: 10px;
        background-color: #fff;
        padding: 10px;
        margin-top: 10px;
    }

    .sentiment-analysis-split-container h3 {
        margin: 5px 0 15px 5px;
        font-weight: 700;
        font-size: 14px;
        font-family: 'Quicksand', sans-serif;
    }

    .sentiment-analysis-split-container h2 {
        margin-top: 0;
    }



    .killer-question h5 {
        font-weight: 700;
        font-family: 'Quicksand', sans-serif;
    }

    .print-btn-group{
        float:left;
        display:flex;
    }

.print-btn-group .btn-success{
margin-right:10px;
}

.nps-detractors {
    background-color: #E95151 !important;
}

.nps-passive {
    background-color: #FFBB0E !important;
}

.nps-promoters {
    background-color: #02D4A9 !important;
}


    .nps-score td:nth-child(-n+7) {
        color: #E95151;
    }

    .nps-score td:nth-child(-n+9) {
        color: #FFBB0E;
    }

.nps-score td {
    color: #02D4A9;
}

.admin-form-group {
    width:45%;
    float:left;
    margin-right:4%;
}

.nps-svg{
    opacity:1 !important;
}

.nps-summary span.block {
    color: rgba(130,138,143,0.72) !important;
}

.green {
    color: #55d8c2 !important;
}

.purple {
    color:  #2C1847 !important;
}

.sentiment-analysis-results-container .table-striped > tbody > tr:nth-child(odd) > td,
.sentiment-analysis-results-container .table-striped > tbody > tr:nth-child(odd) > th {
    background: #55d8c238;
}

.btn.btn-recommendations {
    background: #55d8c2;
    color: #fff;
    margin-left: 10px;
}

.nps-card .btn-recommendations {
    position: absolute;
    top: 0;
    right: 0;
}

#wtdn {
    margin-bottom: 10px;
}

.wtdn-title {
    background: rgba(85, 216, 194, 0.22);
    border-radius: 10px 10px 0 0;
    padding: 10px;
}

.wtdn-body {
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    color: #555555;
    font-size: 13px;
    position: relative;
}

.wtdn-body-part.expanded {
    display: none;
}

.wtdn-body-toggle {
    position: absolute;
    right: 10px;
    top: 2px;
    border: 0;
    background-color: transparent;
    color: #55d8c2;
    font-weight: bold;
    cursor: pointer;
    font-size: 22px;
}

.featherlight-modal-content:not(.featherlight-inner) {
    display: none;
}

.language-picker-container {
    display: flex;
    justify-content: right;
}
#language-picker {
    border: none;
    outline:none;
    border-bottom: 1px solid lightgray;
    background-color: transparent;
}
@media print {
    .col-sm-3 {
        width:25% !important;
        float:left !important;
    }

    .col-sm-6 {
        width: 50% !important;
        float: left !important;
    }
}

.buttons-cell { white-space:nowrap; }
.buttons-cell .btn-group { display:inline-flex; align-items:stretch; }
.buttons-cell .btn-group > .btn { min-width:110px; display:inline-flex; align-items:center; }
.buttons-cell .btn-group > .btn + .btn { margin-left:-1px; }
.buttons-cell .btn-group > .btn.dropdown-toggle { min-width:auto; padding-left:12px; padding-right:12px; }
.buttons-cell ul.dropdown-menu { max-height:400px; overflow-y:auto; }
