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

@import url("/media/avenir/stylesheet.css");

:root {
    --bs-primary-rgb: 102030;
}

body {
  font-family: "Avenir LT Pro", sans-serif;
  /*padding-top: 30px !important;*/
}


.space-col {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

#outerframeContainer {
  word-wrap: normal;
  word-break: keep-all;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}

.asterisk {display: none;}
.survey-name {display: none;}

.text-primary {
    font-size: 14px;
}

.progress-bar {
    background-color: #007987;
}

.btn-primary {
    background-color: #007987;
}

.question-title-container {
    background-color: #C7F3FF;
}

.radio-grid .radio-item label {
    display: inline-grid;
}

.numeric-item input[data-number='1'] {
    text-align: left;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1.5px solid rgba(197, 208, 211);
}

.ls-group-dynamic{text-align: left;}
.ls-input-group-extra {width: auto;}

li.sub-heading {
	font-weight: bold;
	color: #0000ff;
	padding-top: 1em;
}

.alert-info {
background-color: #f7d9d9;
}

.input-sm {
    height: 30px;
    width: 500px !important;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-control {
    width:80%;
}

.ls-answers tbody .answertext {
    background-color: #e1eedd;
    text-align: left;
    font-size: 14px;
}

.ls-answers label, .ls-answers th {
    font-size: 14px;
}

.em_other_comment_mandatory {
    display: none;
}

