/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

/* General Layout */


@font-face {
    font-family: "Greycliff CF Regular";
    font-weight: 400;
    font-style: normal;
    src: url("https://pink.my-survey.host/tmp/assets/13f1b88f/css/fonts/greycliffCF/GreycliffCFRegular.78628293.woff2") format("woff2");
    }
    
    
    @font-face {
    font-family: "Greycliff CF Bold";
    font-weight: 600;
    font-style: normal;
    src: url("https://pink.my-survey.host/tmp/assets/13f1b88f/css/fonts/greycliffCF/GreycliffCFBold.b0c63e0c.woff2") format("woff2");
    }
    
    .surveyname, .group-title {
        font-family: "Greycliff CF Bold";
    }
    
    .font-noto{
        font-family: "Greycliff CF Regular";
    }
    
    body {
      font-family: "Greycliff CF Regular";
      font-size: 18px;
      line-height: 1.42857143;
      color: #333;
      background-color: #999;
      margin: 0 !important;
      padding: 0 !important;
    }
    #outerwrapper {
      margin-top: 10px;
      margin-bottom: 10px;
      float: none;
      clear: both;
      background-color: #FFF5F9;
    }
    #outerwrapper #outerwrapper,
    #outerwrapper #outerwrapper .container {
      padding: 0;
      width: auto;
    }
    #outerframeContainer {
      padding: 0;
      width: auto;
    }
    #dynamicReloadContainer {
        padding: 0;
    }
    @media only screen and (max-width: 768px) {
      #outerwrapper {
        margin-top: 0;
        margin-bottom: 0;
      }  
    }
    @media (min-width: 768px) {
      .container {
        width: 750px;
      }
    }
    @media (min-width: 992px) {
      .container {
        /*width: 970px;*/
        width: 998px;
      }
    }
    @media (min-width: 1200px) {
      .container {
        width: 1170px;
        /*width: 998px;*/
      }
    }
    
    .privacy {
        display: none ;
    }
    
    hr {
      margin: 10px 0;
    }
    a,
    a:link {
      color: #FF3686;
      text-decoration: none;
    }
    a:hover,
    a:focus {
      color: #DF006F;
      text-decoration: underline;
    }
    img {
        max-width: 100%;
    }
    
    /* Navbar */
    .header-wrapper {
      margin-bottom: 15px;
    }
    .navbar-toggle {
        float: none;
      margin-right: 0;
    }
    .navbar-collapse {
        padding: 0;
    }
    .navbar {
        min-height: 0;
        margin: 0;
        text-align: center;
    }
    .navbar-header {
      float: none !important;
      padding: 15px 0;
    }
    .navbar-brand {
      padding: 15px 0;
      min-height: initial;
    }
    h1.surveyname {
      text-align: center;
      font-weight: 700;
      height: auto;
      line-height: 130%;
      font-size: 180%;
      margin: 0;
    }
    @media only screen and (max-width: 768px) {
      .logo-wrapper,
      h1.surveyname {
        margin-bottom: 15px;
      }
    }
    .navbar-nav {
        float: none;
    }
    .navbar-default {
        background-color: transparent;
        border: none;
    }
    .navbar-action-link {
        padding: 0;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-item-left {
        text-align: left;
        padding-left: 0;
    }
    .navbar-item-middle {
        text-align: center;
    }
    .navbar-item-right {
        text-align: right;
        padding-right: 0;
    }
    .navbar-logo-left {
      padding-left: 0;
    }
    .navbar-logo-middle {
      padding-right: 0;
      text-align: center;
    }
    .navbar-logo-right {
      padding-right: 0;
      text-align: right;
    }
    .logo-bar {
      margin-top: 0;
      padding: 15px 0;
    }
    .navbar-banner {
      text-align: center;
    }
    
    @media only screen and (max-width: 768px) {
        .navbar-collapse {
            padding: 0 15px;
        }
      .navbar-logo-left {
        padding: 0;
        text-align: center;
      }
      .navbar-logo-middle {
        text-align: center;
        padding: 0;
        margin-top: 15px;
      }
      .navbar-logo-right {
        text-align: center;
        padding: 0;
        margin-top: 15px;
      }
      .navbar-item-left {
        text-align: center;
        margin: 6px 0;
        padding: 0;
      }
      .navbar-item-middle {
        text-align: center;
        margin: 6px 0;
        padding: 0;
      }
      .navbar-item-right {
        text-align: center;
        margin: 6px 0;
        padding: 0;
      }
        .navbar-banner {
        padding: 0;
        }
    }
    
    /* Language Changer */
    .language-wrapper {
      margin: 15px 0;
      text-align: right;
    }
    .languagechanger {
        margin: 15px 0;
        display: block;
    }
    a.languagechanger,
    a:link.languagechanger {
        color: #888;
        text-decoration: none;
    }
    a:hover.languagechanger,
    a:focus.languagechanger {
        color: #888;
        text-decoration: none;
    }
    #langs-container {
        height: auto;
    }
    .form-change-lang {
        text-align: center;
    }
    ul#langs-container {
        margin-left: 42%;
        overflow: initial !important;
    }
    
    /* Progress bar */
    .progress-wrapper {
      padding: 0;
    }
    .progress {
      background-color: #FFD7E7;
      margin-bottom: 0;
    }
    .progress-bar {
      background-color: #333;
    }
    
    /* Welcome Page */
    .text-info {
      color: #333;
    }
    .survey-welcome {
      margin-top: 15px;
    }
    .question-count-text {
      margin-top: 15px;
    }
    
    /* Privacy */
    .privacy {
      margin-top: 15px;
      padding: 15px 15px;
      margin: 15px 1px;
      border: 1px solid #fff;
      background-color: #fff;
    }
    p.ls-privacy-body {
      margin: 15px 0 0 0;
    }
    
    /* Privacy policy */
    .panel {
      -webkit-box-shadow: none;
      box-shadow: none;
      margin: 0;
      background-color: transparent;
    }
    .panel-primary {
        border-color: transparent;
    }
    .panel-primary > .panel-heading {
        color: #000;
        background-color: transparent;
        border-color: transparent;
        padding: 15px 0;
    }
    .panel-body {
        padding: 5px 0;
    }
    .panel-footer {
        padding: 10px 0;
        background-color: transparent;
        border-top: transparent;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }
    input#datasecurity_accepted {
      vertical-align: top;
    }
    
    /* Group layout */
    .group-outer-container {
        display: block;
    }
    .group-title {
      text-align: center;
      font-weight: normal;
      font-size: 160%;
      margin-top: 0;
      margin-bottom: 15px;
    }
    .group-description {
      margin-top: 0;
      text-align: center;
    }
    
    /* Question layout */
    .question-number, .question-code {
        float: none;
        margin: 0;
    }
    .question-container {
        background-color: #fff;
        margin-bottom: 30px;
        margin-top: 15px;
        padding-bottom: 15px;
        padding-top: 15px;
        border: none !important;
    }
    
    .question-text {
        font-size: 20px;
        line-height: 1.6;
    }
    
    .input-error.question-container {
        border: 1px solid #a94442;
    }
    .question-title-container {
        padding: 8px 20px;
        background-color: #Fff;
        color: #333;
    }
    
    .question-valid-container {
      padding-left: 0;
      padding-right: 0;
      font-size: 90%;
      margin-top: 5px;
    }
    .question-number,
    .question-code {
      font-weight: normal;
    }
    .ls-answers tbody .answertext {
      text-align: left;
    }
    tr.ls-odd,
    .array-flexible-column tr.answers-list:nth-child(even) {
      background-color: #f0f0f0;
    }
    .table-hover > tbody > tr:hover,
    tr.answers-list:hover,
    .array-flexible-column tr.answers-list:hover {
        background-color: #ddd;
    }
    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
      border: 0;
      padding: 4px 8px;
    }
    .table-bordered {
      border: 0;
    }
    .asterisk {
      margin-right: 5px;
      font-size: 90% !important;
      vertical-align: top;
    }
    .asterisk small {
      font-size: 90% !important;
      vertical-align: top;  
    }
    .save-form .asterisk,
    .save-survey-form .asterisk {
      float: none !important;
    }
    .input-error .asterisk {
      font-size: 90% !important;
      margin-top: 0;  
    }
    .question-help-container {
      font-size: 90%;
      margin-top: 10px;
      color: #888;
    }
    .numeric-multi input.numeric,
    .multiple-short-txt input.form-control,
    .multiple-short-txt textarea.form-control {
      margin-bottom: 15px;
    }
    .ls-input-group-extra {
      vertical-align: top;
      padding: 1rem 1.2rem;
    }
    .array-flexible-row .ls-answers .answertextright {
      text-align: right;
    }
    
    /* Navigator */
    #navigator-container {
      margin-bottom: 15px;
      padding-bottom: 0;
      margin-top: 30px;
    }
    .btn {
      font-size: 110%;
      border-radius: 4px;
    }
    a.btn-primary {
      color: #fff;
    }
    .btn-primary {
      color: #ffffff;
      background-color: #333;
      border-color: #333;
    }
    .btn-primary:hover {
      color: #ffffff;
      background-color: #111;
      border-color: #111; 
    }
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active:hover,
    .btn-primary.active:hover,
    .open > .dropdown-toggle.btn-primary:hover,
    .btn-primary:active:focus,
    .btn-primary.active:focus,
    .open > .dropdown-toggle.btn-primary:focus,
    .btn-primary:active.focus,
    .btn-primary.active.focus,
    .open > .dropdown-toggle.btn-primary.focus {
      color: #ffffff;
      background-color: #111;
      border-color: #111;
    }
    .input-group-addon.btn-primary {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
    }
    
    .btn-default {
        border-color: #adadad;
    }
    
    /* Radios and checkboxes */
    
    /* radio buttons */
    .radio-item label::before {
      border: 1px solid #aaa;
      background-color: #FFF;
    }
    .radio-item label::after {
      background-color: #333;
    }
    /* checkboxes */
    .checkbox-item label::before {
      border: 1px solid #aaa;
      background-color: #FFF;
    }
    .checkbox-item label::after {
      color: #333;
      background-color: transparent;
      width: 17px;
      height: 17px;
      left: -1px;
      top: 0px;
      font-size: 12px;
    }
    
    
    /* Ranking question */
    .sortable-choice {
      padding: 5px;
    }
    .sortable-choice .ls-choice.sortable-item {
      background-color: #ddd;
      border: 1px solid #ddd;
      margin-bottom: 5px;
    }
    .sortable-rank {
      padding: 5px;
    }
    .sortable-rank .ls-choice.sortable-item {
      background-color: #333;
      border: 1px solid #333;
      margin-bottom: 5px;
      color: #fff;
    }
    
    /* Boilerplate question */
    /* 2019-04-04 No paddings for boilerplate */
    .boilerplate {
        padding-bottom: 0;
    }
    .boilerplate .answer-container {
        display: none !important;
    }
    .boilerplate .question-title-container {
        margin-bottom: 0;
    }
    
    /* Equation question */
    /* 2020-09-07 No paddings for equations */
    .equation {
        padding-bottom: 0;
    }
    .equation .answer-container {
        display: none !important;
    }
    .equation .question-title-container {
        margin-bottom: 0;
    }
    
    /* Gender question */
    /* Yes/no question */
    /* Bootstrap buttons layout */
    .gender-button .btn-primary,
    .yes-no .btn-primary,
    .bootstrap-buttons-div .button-item {
      color: #333;
      background-color: #F7F7F7;
      border: 2px solid #FFF;
      border-radius: 6px;
    }
    .gender-button .btn-primary:active,
    .gender-button .btn-primary.active:hover,
    .gender-button .btn-primary:focus,
    .gender-button .btn-primary.active,
    .gender-button .btn-primary.active:focus,
    .yes-no .btn-primary:focus,
    .yes-no .btn-primary.active,
    .yes-no .btn-primary.active:hover,
    .yes-no .btn-primary.active:focus,
    .bootstrap-buttons-div .button-item:focus,
    .bootstrap-buttons-div .button-item.active,
    .bootstrap-buttons-div .button-item:focus {
      color: #FFF;
      background-color: #777;
      border: 2px solid #fff;
      opacity: 1;
      filter: alpha(opacity=1);
      background-image: none;
      transition: 0.125s ease-in-out;
    }
    .gender-button .btn-primary:hover,
    .yes-no .btn-primary:hover,
    .bootstrap-buttons-div .button-item:hover {
      color: #FFF;
      background-color: #777;
      border: 2px solid #fff;
      opacity: 0.75;
      filter: alpha(opacity=75);
      background-image: none;
      transition: 0.125s ease-in-out; 
    }
    
    /* Bootstrap buttons layout */
    /* 2019-04-05 Marcel: New CSS for bootstrap button layout */
    .bootstrap-buttons-div
    {
        padding: 0 5px;
    }
    .bootstrap-buttons-div .button-item {
        word-break: break-all;	/* remove this to not break words (wastes quite some space) */
        white-space: normal;
        padding: 0.5em 0.5em;
    }
    
    /* 5pt choice */
    .choice-5-pt-radio li.radio-item {
      margin-right: 15px;
    }
    
    /* Slider question */
    .slider-handle {
        background-color: #333;
        background-image: -webkit-linear-gradient(top, #555 0%, #222 100%);
        background-image: -o-linear-gradient(top, #555 0%, #222 100%);
        background-image: linear-gradient(to bottom, #555 0%, #222 100%);
    }
    .tooltip-inner {
      background-color: #333;
    }
    .tooltip.top .tooltip-arrow {
         border-top-color: #333;
    }
    .slider-selection {
        background-image: -webkit-linear-gradient(top, #F7F7F7 0%, #ccc 100%);
        background-image: -o-linear-gradient(top, #F7F7F7 0%, #ccc 100%);
        background-image: linear-gradient(to bottom, #b1b1b1 0%, #b1b1b1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F7F7', endColorstr='#ccc', GradientType=0);
    }
    
    .numeric-multi .ls-group-remaining .suffix-text.suffix {
        display: inline;
        margin-left: -15px;
    }
    
    
    /* Text questions */
    
    /* Highlight text fields with main template color */
    .form-control:focus {
        border-color: #000;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0, .6) !important;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0, .6) !important;
    }
    
    /* Print Page */
    .url-wrapper-survey-print {
      margin: 15px 0;
    }
    .question-container-printanswers {
      border-bottom: 1px solid #ccc;
    }
    
    /* Footer */
    footer .copyright {
        text-align: center;
      margin: 20px 0;
      font-size: 90%;
    }
    
    div.yes-no .btn-group label,
    .gender .btn-group label {
        padding-top: 10px;
    }
    
    .completed-wrapper {
      margin-bottom: 45px;
      min-height: 200px;
     }
     
    .completed-wrapper a
    {
        color: #FF3686;
    }
    
     /* Datepicker */
    
     .datepicker .active,
     .datepicker .today {
      background-color: #333 !important;
      background: #333 !important;
      color: #FFF !important;
     }
    
    /* Index */
    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
      background-color: #333;
      color: #FFF;
    }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      background-color: #ccc;
    }
    
    .dropdown-menu > li > a {
      background-color: #fff;
      color: #000;
    }
    
    /* Startpage */
    .survey-list-heading,
    .survey-list,
    .survey-contact {
      text-align: center;
    }
    #surveys-list-container {
      background-color: #fff;
      padding: 45px 0;
    }
    
    /* Fix array alignment */
    td.answer-item.radio-item {
        vertical-align: middle;
    }
    
    /* 2018-12-02 Marcel: Fix captcha width */
    .captcha-image
    {
        width: auto;
    }
    
    /* 2019-02-10 Marcel: Additional language changer adjustments */
    #main-col form div.form-change-lang.form-inline
    {
        display: none;
    }
    
    
    /* 2019-02-11 Marcel: Hide progress bar from certain screens */
    .printanswers .header-wrapper .progress-wrapper,
    .listsurveys .header-wrapper .progress-wrapper
    {
        display: none;
    }
    
    /* 2019-03-11 Marcel: adjust margin to not show scroll bar at list survey page */
    .listsurveys
    {
        margin-right: 15px;
        margin-left: 15px;
    }
    
    /* 2019-02-11 Marcel: Remove background color from print version (PDF) */
    body.printlayout
    {
        background-color: #fff;
        padding: 10px !important;
    }
    
    
    
    /* START 2019-03-13 Marcel: Adjusted styles for "List surveys" screen */
    .listsurveys
    {
        border-bottom: 1px solid #000;
    }
    
    .listsurveys .header-wrapper
    {
        margin-bottom: 0px;
    }
    
    .listsurveys .header-wrapper .navbar-brand
    {
        display: none;
    }
    
    #surveys-list-container 
    {
        padding: 0 0 45px 0;
        margin-top: 0px;
    }
    
    #surveyListFooter
    {
        margin: 0px;
        padding: 0px;
        height: 0px;
    }
    
    .surveys-list .btn-group {
        margin: 0 auto;
        float: none;
    }
    
    .survey-contact.col-xs-12 {
        padding-top: 20px;
    }
    /* END 2019-03-13 Marcel: Adjusted styles for "List surveys" screen */
    
    
    
    
    /* 2019-04-04 Marcel: Improved display for split up array questions */
    @media only screen and (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px)
    {
        .table-hover > tbody > tr:hover, 
        tr.answers-list:hover, 
        .array-flexible-column tr.answers-list:hover {
            background-color: initial; 
            color: initial;
        }   
        tr.ls-odd, .array-flexible-column tr.answers-list:nth-child(even) {
            background-color: #f0f0f0;
        }
        
        table.ls-answers > tbody > tr:nth-child(even):hover {
            background-color: #f0f0f0;
        }
        
        table.ls-answers > tbody > tr:nth-child(odd):hover {
            background-color: #fff;
        }
    
    
        
        table.ls-answers > tbody > tr td.answer-item.radio-item,
        table.ls-answers > tbody > tr td.answer-item.checkbox-item {
            border-bottom: 1px solid #ddd;
            padding-left: 30px;
            padding-top: 10px;
            padding-bottom: 0px;
        }
        
        td.answer-item.radio-item.answer_cell_ noanswer-item,
        td.answer-item.checkbox-item.answer_cell_ noanswer-item {
            border-bottom: 0px;
        }
        .array-flexible-row .ls-answers .answertextright {
            text-align: left;
        }
        
        table.ls-answers > tbody > tr.ls-heading-repeat
        {
            display: none;
        }
        
        table.ls-answers > tbody > tr th.answertext,
        table.ls-answers > tbody > tr th.answertextright {
            font-size: 120%;
        }
        
        
        
        table.ls-answers > tbody > tr td.radio-item:hover, 
        table.ls-answers > tbody > tr td.checkbox-item:hover {
            color: #000;
            background-color: #ddd;
        }
        
    }
    
    /* 2019-05-03 Marcel: Left align item text at multiplce choice with comment */
    .multiple-opt-comments .checkbox-text-item .answer-item .checkbox-label
    {
        text-align: left;
    }
    
    
    /* 2019-05-09 Marcel: Styles for Bootstrap tooltips */
    span.tooltip
    {
        cursor: pointer;
        text-decoration: underline;
        font-family: "Greycliff CF Bold";
        color: #a94442;
        opacity: 1;
        font-size: inherit;
        position: initial;
        display: inline;
    }
    
    
    /* Add class "tooltipquestion" at the "Display" section of your question! */
    .tooltipquestion li.radio-item label, 
    .tooltipquestion li.checkbox-item label {
        width: 100%;
    }
    
    .answer-item .tooltip .tooltip-inner {
        max-width: 75%;
        margin: auto;
    }
    /* Make sure sliders with tooltips still use same defaults */
    .answer-item .slider .tooltip .tooltip-inner {
        max-width: initial;
    }
    
    /* Align modal on top */
    .modal::before {
        height: auto;
        vertical-align: top;
    }
    
    /* Hide tip */
    .ls-em-tip {
      display: block;
    }
    .ls-em-error {
      display: block;
    }
    
    /* Error page */
    .error-wrapper p {
        font-size: 100%;
        font-family: inherit;
        color: #333;
        line-height: 1.42857143;
    }
    
    /* 2021-01-28 Marcel Minke: Fix slider display issues on iPad and other smaller devices */
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) 
    {
        .numeric-multi .slider-item .visible-xs-block 
        {
            display: none !important;
        }
    }
    
    
    /* 2021-12-02 Marcel Minke: Privacy note styles */
    
    .privacy .privacy-main div {
        margin: 10px 0px;
    }
    
    .privacy .privacy-heading
    {
        font-family: "Greycliff CF Bold";
    }
    
    .privacy .privacy-note-survey label a
    {
        text-decoration: underline;
    }
    
    /*2022-01-04 TS: Move checkbox before label text at data privacy message*/
    input#datasecurity_accepted {
      float: left;
      margin-right: 10px;
    }
    
    /* 2022-01-04 TS: increase other specify box width */
    .other-text-item .input-sm
    {
        width: 200px;
    }
    
    /*2022-01-04 TS: Touched slider color*/
    .slider-touched .tooltip-inner,
    .slider-touched .slider-handle {
        background-color: #999999 !important;
    }
    
    .slider-touched .tooltip.top .tooltip-arrow{
        border-top-color: #999999 !important;
    }
    
    /* 2021-06-23: Add visual separator for dual scale questions */
     @media only screen and (min-width: 768px) {
            .array-flexible-dual-scale col.col-answers,
            .array-flexible-dual-scale col.separator,
            .array-flexible-duel-scale col.col-answers,
            .array-flexible-duel-scale col.separator {
                    width: auto !important;
            }
            
            .array-flexible-dual-scale .header_separator,
            .array-flexible-dual-scale .dual_scale_separator,
            .array-flexible-duel-scale .header_separator,
            .array-flexible-duel-scale .dual_scale_separator {
                    width: 4px !important;
                    padding: 0 !important;
                    background-color: grey;
                    border-color: grey;
            }
    }
    
    /******************************************************Trivender***********************************************/
    body {
        background-color: #FFF5F9;
    }
    
        .question-title-container {
            color: #1F0710;		
            background-color: #fff;	
        }
    
    
        .question-title-container .fa-asterisk:before ,   
        .question-title-container .question-number,
        .question-title-container .question-code {
            color: #1F0710;
        }	
    
    
    
    /*--------------------start button--------------------- */
    /*btn btn-primary*/
    
        /*next-btn*/
        .ls-move-submit-btn:active,
        .ls-move-submit-btn.active,
        .ls-move-submit-btn:focus,
        .ls-move-submit-btn.focus,
        .ls-move-submit-btn:active:focus,
        .ls-move-submit-btn.active:focus,
        .ls-move-submit-btn:active.focus,
        .ls-move-submit-btn.active.focus,
        
        .ls-move-next-btn:active,
        .ls-move-next-btn.active,
        .ls-move-next-btn:focus,
        .ls-move-next-btn.focus,
        .ls-move-next-btn:active:focus,
        .ls-move-next-btn.active:focus,
        .ls-move-next-btn:active.focus,
        .ls-move-next-btn.active.focus,
            
        .ls-move-submit-btn:hover,
        .ls-move-submit-btn:active:hover,
        .ls-move-submit-btn.active:hover,
        .ls-move-next-btn:hover,
        .ls-move-next-btn:active:hover,
        .ls-move-next-btn.active:hover{
            color: #fff !important;
            background-color: #be185d !important;
            border-color: #be185d !important;
    
        }
        
    
        .ls-move-submit-btn,	
        .ls-move-next-btn {
            color: #fff !important;
            background-color: #ff3686 !important;
            border-color: #ff3686 !important;
    
        }
    
    
        /*gender/yes/no... : default*/
        .gender-button .btn-primary, 
        .yes-no .btn-primary, 
        .bootstrap-buttons-div .button-item {
                 color: #ff3686 !important;
                 background-color: #fff !important;
                 border-color: #ff3686 !important;
        }
    
            /*gender/yes/no... : hover*/
            .gender-button .btn-primary:hover, 
            .yes-no .btn-primary:hover, 
            .bootstrap-buttons-div .button-item:hover {
                      color: #fff !important;
                        background-color: #ff3686 !important;
                        border-color: #ff3686 !important;
    
            }       
    
                /*gender/yes/no... : active*/
                .gender-button .btn-primary:active, 
                .gender-button .btn-primary.active:hover, 
                .gender-button .btn-primary:focus, 
                .gender-button .btn-primary.active, 
                .gender-button .btn-primary.active:focus, 
                .yes-no .btn-primary:focus, 
                .yes-no .btn-primary.active, 
                .yes-no .btn-primary.active:hover, 
                .yes-no .btn-primary.active:focus, 
                .bootstrap-buttons-div .button-item:focus, 
                .bootstrap-buttons-div .button-item.active, 
                .bootstrap-buttons-div .button-item:focus {
                        color: #fff !important;
                        background-color: #ff3686 !important;
                        border-color: #ff3686 !important;
                }    
    
    
        /*date picker*/
        .date-timepicker-group .btn-primary,		
        .date-timepicker-group .btn-primary:hover,
        .date-timepicker-group .btn-primary:active,
        .date-timepicker-group .btn-primary:focus,
        .date-timepicker-group .btn-primary:active:hover,
        .date-timepicker-group .btn-primary:active:focus,
        .date-timepicker-group .btn-primary:active.focus,	
        .date-timepicker-group .btn-primary.hover,		
        .date-timepicker-group .btn-primary.active,
        .date-timepicker-group .btn-primary.focus,
        .date-timepicker-group .btn-primary.active:hover,
        .date-timepicker-group .btn-primary.active:focus,
        .date-timepicker-group .btn-primary.active.focus {
                      color: #fff !important;
                        background-color: #ff3686 !important;
                        border-color: #ff3686 !important;
        }
    
    /*btn btn-default*/
    
        /*previous-btn*/
        .ls-move-previous-btn:hover,
        .ls-move-previous-btn:active:hover,
        .ls-move-previous-btn.active:hover,
        .ls-move-previous-btn:active,
        .ls-move-previous-btn.active,
        .ls-move-previous-btn:focus,
        .ls-move-previous-btn.focus,
        .ls-move-previous-btn:active:focus,
        .ls-move-previous-btn.active:focus,
        .ls-move-previous-btn:active.focus,
        .ls-move-previous-btn.active.focus{
           color: #fff !important;
            background-color: #be185d !important;
            border-color: #be185d !important;
        }	
    
        .ls-move-previous-btn {
                color: #ff3686 !important;
            background-color: #fff !important;
            border-color: #ff3686 !important;
        }
    
    
        
    /*###############Upload start###########*/
        /*upload: Save Changes...*/
        .upload.btn-primary {
            color: #fff !important;
            background-color: #ff3686 !important;
            border-color: #ff3686 !important;
        }
            .upload.btn-primary:hover,
            .upload.btn-primary:active:hover,
            .upload.btn-primary.active:hover{
                color: #fff !important;
                background-color: #be185d !important;
                border-color: #be185d !important;
            }	    
                
            .upload.btn-primary:active,
            .upload.btn-primary.active,
            .upload.btn-primary:focus,
            .upload.btn-primary.focus,
            .upload.btn-primary:active:focus,
            .upload.btn-primary.active:focus,
            .upload.btn-primary:active.focus,
            .upload.btn-primary.active.focus{
                    color: #be185d !important;
                    background-color: #fff !important;
                    border-color: #be185d !important;
            }		
    
    /*upload popup start*/
        /*start: upload: Select file...*/
        .upload-div .btn {
                color: #ff3686 !important;
                background-color: #fff !important;
                border-color: #ff3686 !important;
        }
    
        .upload-div .btn:active,
        .upload-div .btn.active,
        .upload-div .btn:focus,
        .upload-div .btn.focus,
        .upload-div .btn:focus,
        .upload-div .btn:focus,
        .upload-div .btn.focus,
        .upload-div .btn.focus{
                color: #be185d !important;
                background-color: #fff !important;
                border-color: #be185d !important;
        }
    
        .upload-div .btn:hover,	
        .upload-div .btn:active:hover,
        .upload-div .btn.active:hover{
                color: #fff !important;
                background-color: #be185d !important;
                border-color: #be185d !important;
        }     		
        /*end: upload: Select file...*/
    
        /*upload: You can upload...*/
        .uploader .alert-info {
            color: #ff3686 !important;
            background-color: #fff;
            border: 0px;
        }
        
        
        /*file upload popup save-changes*/
        .file-upload-modal-footer .btn {
            color: #ff3686 !important;
            background-color: #fff !important;
            border-color: #ff3686 !important;
        } 	
        
        
        .file-upload-modal-footer .btn:active,
        .file-upload-modal-footer .btn.active,
        .file-upload-modal-footer .btn:focus,
        .file-upload-modal-footer .btn.focus,
        .file-upload-modal-footer .btn:active:focus,
        .file-upload-modal-footer .btn.active:focus,
        .file-upload-modal-footer .btn:active.focus,
        .file-upload-modal-footer .btn.active.focus{
                color: #be185d !important;
                background-color: #fff !important;
                border-color: #be185d !important;
        }	
        
        .file-upload-modal-footer .btn:hover,	
        .file-upload-modal-footer .btn:active:hover,
        .file-upload-modal-footer .btn.active:hover{
                color: #fff !important;
                background-color: #be185d !important;
                border-color: #be185d !important;
        } 	
    /*upload popup end*/	
    
    /*###############Upload end###########*/
    
    .save-survey-input .btn,
    .modal-dialog .btn {
                color: #fff !important;
                background-color: #ff3686 !important;
                border-color: #ff3686 !important;
    }
    
    .save-survey-input .btn:hover,	
    .save-survey-input .btn:active:hover,
    .save-survey-input .btn.active:hover,
    
    .modal-dialog .btn:hover,	
    .modal-dialog .btn:active:hover,
    .modal-dialog .btn.active:hover{
            color: #fff !important;
            background-color: #be185d !important;
            border-color: #be185d !important;
    }
    
    .btn-info {
        color: #ff3686 !important;
        background-color: #fff !important;
        border-color: #ff3686 !important;
    }
    
    .btn-info:hover {
        color: #fff !important;
        background-color: #be185d !important;
        border-color: #be185d !important;
    }
    
    /*--------------------end button--------------------- */ 	
    
    /*--------------------start sortables----------------*/
    
    /*unsorted*/
    .sortable-choice .ls-choice.sortable-item {
        /*background: #233d7a !important;*/
        /*color: #fff!important;*/
        /*border: 0px;*/
    }
    
    /*sorted*/
    .sortable-rank .ls-choice.sortable-item {
        color: #fff !important;
        background-color: #ff3686 !important;
        border-color: #ff3686 !important;
    }
    
    
    /*--------------------end sortables----------------*/    
    
    .slider-touched .tooltip-inner,
    .slider-touched .slider-handle {
        background-color: #ff3686 !important;
    }
    
    
    .slider-touched .tooltip.top .tooltip-arrow{
        border-top-color: #ff3686 !important;
    }	
    
    .slider-handle {
           background-color: #fff !important;
    }
        
        
    /*date picker today*/    
    .today {
        background: #ff3686 !important;
        color: #fff !important;
    }
    
    .table-hover > tbody > tr:hover, tr.answers-list:hover, 
    .array-flexible-column tr.answers-list:hover {
        color: #fff;
        background-color: #ff5e98 !important;
    }
    
    .progress-bar {
        background-color: #ff3686;
    }
    
    .radio-item label::after {
        background-color: #bf0058;
    }
    
    .checkbox-item label::after {
        color: #bf0058;
    }
    
    .text-danger {
        color: #D40D12;
    }

    .question-valid-container .text-danger {
        font-weight: "Greycliff CF Bold" !important;
        }
    
    .ls-answers thead tr th p 
    {
    margin: 0px;
    }
    
    .fa-asterisk{
        display: none;
    }
    
    .group-description {
        font-size: 140%;
    }
    
    .question-title-container .text-info{
        color: #fff;
        display: none;
    }
    
    .logo-left{
        height: 60px;
    }
    
    
    .question-container, .question-title-container{
        border-radius: 1.5rem;
    }
    
    .btn {
        border-radius: .375rem;
    }
    
    .progress {
        border-radius: .375rem;
    }
    
    /* 2022-11-29 Show error pages 
    .error-wrapper
    {
        display: none;
    } */
    
    /* 2022-12-05 Marcel Minke: Error page adjustments */
    .error-wrapper .errorheading
    {
        display: none;
    }
    .error-wrapper .errormessage-text p a
    {
        color: #FF3686;
        font-size: initial;
    }