
#data-overview .card{
  margin-bottom: 20px;
  margin-top: 20px;
}

.survey-navigation a.active{
  text-decoration: underline;
}

.profile-details table td{
    padding-right: 50px;
}

.sidebar .logo-wrapper .logo{
    max-width: 150px;
}

.sidebar .sidebar-background{
    background-color: white;
}

.form-container {
    padding: 20px;
    /* background-color: white; */
    border-radius: 4px;
}

.centered-content{
    margin-top: 15vh;
}

.centered-content img{
    max-width: 100%;
}

.media-tile img{
    max-width: 100%;
}

.form-group input[type=file]{
    opacity: 1;
    position: inherit;
}


.selectmultiple {
    height:200px;
}

.card-header-primary .card-title{
    font-weight: 400;
}

.card-footer p{
    min-width: 300px;
}

.footer-logo{
    width: 80px;
}

.content .sv_main span{
    word-break: initial;
    display: inline-block;
}
.content .sv_qstn label.sv_q_m_label {
    position:relative;
}
.content .sv_main.sv_main .progress-bar{
    margin-left: 0px;
    background-color: #32b9d1;
}
.content .sv_main.sv_main .progress-bar span{
    font-weight: 500;
}

@media only screen and (max-width: 600px) {
    .centered-content {
      margin-top: 10vh;
    }
  }

/* Survey Wizard */
#survey-wizard{
  height: 100vh;
}
.wizard-wrapper{
  min-height: 90vh;
}
#survey-wizard footer{
  height: 10vh!important;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

#survey-wizard footer.navbar{
  justify-content: flex-end;
}

#survey-wizard .asteriskField {
  display: none;
}

#survey-wizard .form-check .form-check-input, .settings-content .form-check .form-check-input{
  margin-top: 5px;
}

#survey-wizard .form-check, .settings-content .form-check {
  background-color: #fff;
  display: inline-block;
  width: 49%;
  position: relative;
  padding-left: 0px;
}
#survey-wizard .form-check label, .settings-content .form-check label {
  padding: 12px 30px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
  overflow: hidden;
}
#survey-wizard .form-check label:before, .settings-content .form-check label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  background-color: var(--primary-color);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
          transform: translate(-50%, -50%) scale3d(1, 1, 1);
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
#survey-wizard .form-check label:after, .settings-content .form-check label:after {
  width: 32px;
  height: 32px;
  content: '';
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
#survey-wizard .form-check input:checked ~ label, .settings-content .form-check input:checked {
  color: #fff;
}

#survey-wizard .form-check input:checked {
  background-color: #f0f0f0;
}

#survey-wizard .form-check input[type="radio"]:checked + label, .settings-content .form-check input[type="radio"]:checked + label{
  color: #fff;
}

#survey-wizard .form-check input:checked ~ label:before, .settings-content .form-check input:checked ~ label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
          transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
  width: 100%;
}
#survey-wizard .form-check input:checked ~ label:after, .settings-content .form-check input:checked ~ label:after {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
#survey-wizard .form-check input, .settings-content .form-check input  {
  width: 32px;
  height: 32px;
  -webkit-box-ordinal-group: 2;
          order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.note-popover .note-popover-content, .note-toolbar{
  background-color: #e0e0e0;
}
.note-btn{
  background-color: transparent;
}
.note-editor{font-family:'Arial'}

/* .btn-default{
  background-color: transparent;
  border: none;
} */


/* Survey JS Editor */

.svd_container .svd_content .svd_custom_select select, .svd_container .modal-dialog .svd_custom_select select{
    padding-top: 1px;
}

/* Anti Material Dash */
.form-check .form-check-input{
    opacity: 1;
    width: 20px;
    height: 20px;
    z-index: 0;
}
.form-check-label{
    display: inline;
}


/* Survey Score Editor */

label {
    width: 100%;
    font-size: 1rem;
  }
  
  .card-input-element+.card {
    height: calc(36px + 2*1rem);
    color: var(--main-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: all .2s ease-in-out;
  }
  
  .card-input-element+.card:hover {
    cursor: pointer;
    transform: translateY(-2px); 
  }
  
  .card-input-element:checked+.card {
    border: 2px solid var(--main-color);
    -webkit-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
    transition: all .2s ease-in-out;
  }

  .card-input-element:checked+.card:hover {
    transform: translateY(-2px); 

  }
  
  .card-input-element:checked+.card::after {
    content: '\e5ca';
    color: #AFB8EA;
    font-family: 'Material Icons';
    font-size: 24px;
    -webkit-animation-name: fadeInCheckbox;
    animation-name: fadeInCheckbox;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  @-webkit-keyframes fadeInCheckbox {
    from {
      opacity: 0;
      -webkit-transform: rotateZ(-20deg);
    }
    to {
      opacity: 1;
      -webkit-transform: rotateZ(0deg);
    }
  }
  
  @keyframes fadeInCheckbox {
    from {
      opacity: 0;
      transform: rotateZ(-20deg);
    }
    to {
      opacity: 1;
      transform: rotateZ(0deg);
    }
  }
.score-list{
    min-height: 92vh;
    background-color: #fff;
    z-index: 2;
    overflow-y: scroll;
}
.score-list .card{
    margin: 5px 0px
}