<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************
    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*/
body {
    font-size: 16px;
    font-family: "PT Sans", Helvetica, Arial, sans-serif;
    background-color: #f1f1f1;
    line-height: 22px;
    color: #393939;
    cursor: default;
}
.navbar-default {
    background-color: rgb(122,181,29);
    
}
.navbar-default .navbar-nav&gt;li&gt;a {
    background-color: rgb(122,181,29);
    color: white;
}
.navbar-default .navbar-nav&gt;li&gt;a:hover {
    background-color: rgb(122,181,29);
    color: white;
}
.navbar-default .navbar-nav&gt;li&gt;a:focus {
    background-color: rgb(122,181,29);
    color: white;
}
.navbar-collapse {
    background-color: rgb(122,181,29);
}
.progress-bar {
    background-color: rgb(128,210,0);
}
.container {
    background-color: white;
    padding: 27px;
    border-radius: 10px;
    margin-bottom: 18px;
    margin-top: 18px;
    position: relative;
}
#main-col{
    margin-top: 0px;
}
.space-col {
    margin-top: 0px;
}
.group-title{
    font-size: 35px;
    line-height: 35px;
    font-weight: bold;
}
h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 18px;
    margin-top: 0px;
}
p {
    font-size: 16px;
    font-family: "PT Sans", Helvetica, Arial, sans-serif;
    color: #393939;
}

select.form-control {
    border-radius: 22px;
    height: 45px;
    width: 100% !important;
}

/*
Button
*/
button:focus{
    background-color: rgb(122,181,29) !important;
    border-color: transparent !important;

}
.btn-primary, .btn-success {
    background-color: rgb(122,181,29);
     color: white;
}
.btn-primary, 
.btn-default, 
.btn-success, 
.btn-danger {
    font-weight: bold;
    border-color: transparent;
    width: 100%;
    max-width: 330px;
    height: 45px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1px 0 2px 0;
    border-radius: 22px;
    text-decoration: none;
    cursor: pointer;
}
.btn-danger {
    max-width: 200px;
}
.btn-info {
    border-color: transparent;
   border-radius: 22px;
   height: 45px;
   padding-left: 27px;
   padding-right: 27px;
   background-color: rgb(128,210,0);
}
.btn-primary:hover, .btn-success:hover {
        background-color: rgb(122,181,29);
        text-decoration: underline;
        border-color: transparent;
    }

.btn-default {
    border: 3px solid rgb(122,181,29);
    background-color: white;
    color: rgb(122,181,29);
}
.btn-default:hover {
    text-decoration: underline;
    background-color: white;
    border: 3px solid rgb(122,181,29);
    color: rgb(122,181,29);
}
.btn-default:focus {
    background-color: white !important;
    border: 3px solid rgb(122,181,29) !important;
    color: rgb(122,181,29) !important;
}
.btn-info:hover {
    border-color: transparent;
    background-color: rgb(128,210,0);
    text-decoration: underline;
}
.btn-info:focus {
    background-color: rgb(128,210,0) !important;
}
#loadbutton, #savebutton, #register_button {
    background-color: rgb(122,181,29);
    text-decoration: none;
    color: white;
}
#loadbutton:hover, #savebutton:hover, #register_button:hover {
    text-decoration: underline;
    border-color: transparent;
}
#loadbutton:focus, #savebutton:focus, #register_button:focus {
    background-color: rgb(122,181,29) !important;
    color: white !important;
}

.upload, a.btn {
    line-height: 2.7;
    margin-bottom: 18px;
}

/*
Question Block General
*/
.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.question-container {
    background-color: #f1f1f1;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    padding: 18px;
}
.question-title-container {
    font-weight: bold;
    align-items: center;
    cursor: default;
    display: flex;
    padding: 10px 0 10px 0;
    margin-bottom: 0px;
    max-width: 100%;
}
.fa-asterisk {
    color: #393939;
    font-size: 50%;
    position: absolute;
}
.requierd{
    position: static;
    margin-bottom: 22px;
}
.question-help-container, .text-info {
    color: #737373;
    display: block;
    font-size: 14px;
    padding-left: 0px;
}
.ls-questionhelp{
    margin-left: 0px !important;
    margin-top: 16px;
} 
.date &gt; .question-help-container &gt; .ls-questionhelp,
.choice-5-pt-radio &gt; .question-help-container &gt; .ls-questionhelp,
.list-radio &gt; .question-help-container &gt; .ls-questionhelp,
.equation &gt; .question-help-container &gt; .ls-questionhelp,
.multiple-opt &gt; .question-help-container &gt; .ls-questionhelp {
  margin-top: 0px;
}
.ls-questionhelp:before{
    display: none;
}
.ls-question-message&gt;.fa {
    display: none;
}
.error{
    color: #ef0025;
}
.error&gt;.fa-exclamation-circle {
    display: none;
}

/*Answer General*/
.answer-container {
    padding-left: 0px;
}
.list-unstyled {
    padding-left: 0px;
}
.ls-answers {
    padding-bottom: 0px;
}

/*Radio Items*/
.radio-item label {
    font-weight: bold;
}
/*Text Area*/
.ls-answers&gt;.col-sm-12 {
    padding-left: 0px;
}
textarea {
    border-radius: 10px !important;
    cursor: text;
    flex-basis: 0%;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    font-weight: 400;
    height: 120px;
    overflow-x: auto;
    overflow-y: auto;
    resize: vertical;
    white-space: pre-wrap;
    width: 100%;
}

/*Input*/
input[type='text'], input[type='password'], input[type='email'] {
    border-radius: 22px;
}

.checkbox-item label::after {
    left: 1px;
    top: -2px;
    padding-top: 0;
    padding-left:0;
    font-size: 14px;
    background-color: transparent;
}
.checkbox-label {
  text-align: left !important;
}

/*Completed*/
.completed-text {
    border: 4px solid rgb(122, 181, 29);
    border-radius: 10px;
    padding: 27px;
    background-color: #f1f8e9;
}
a {
    color: rgb(122,181,29);
}

/*ERROR*/

#block_error {
    background: white;
    border-radius: 20px;
    border: 4px solid rgb(239,0,37);
    padding: 27px;
    font-size: 16px;
}
#block_error&gt;div {
    padding: 0px;
}

/*Register*/
.register-form&gt;.row {
    color: #737373;
    display: block;
    font-size: 14px;
    padding-left: 0px;
}

/*Uploader Modal*/
.uploader{
    background-color: white;
}
.uploader-frame{
    height: 220px;
}
.alert {
    border-radius: 20px !important;
}
.alert-success{
    border: 4px solid #7ab51d;
}
.alert-danger{
    border: 4px solid #ef0025;
    background-color: white;
    color: #393939;
}
.upload-div&gt;button{
    margin-bottom: 25px;
}

/*DatePicker*/
.input-group-addon {
    height: 100%;
      width: 1%;
  padding-left: 12px;
  padding-right: 12px;
}

/*Modal*/
.modal {
  font-size: 14px;
}

/**/
.privacy &gt; .col-sm-12,
.limit-text-window,
.privacy &gt; .col-sm-12 &gt; .row &gt; .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}

/*Tabel*/
.uploadedfiles &gt; tbody &gt; tr &gt; .title,
.uploadedfiles &gt; tbody &gt; tr &gt; .comment,
.uploadedfiles &gt; tbody &gt; tr &gt; .edit {
  text-align: left !important;
}
/*@media (max-width: 599px) {
  .uploadedfiles &gt; tbody &gt; tr &gt; .title,
  .uploadedfiles &gt; tbody &gt; tr &gt; .comment {
    display: none;
  }
}*/</pre></body></html>