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

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
}

.h4, h4 {
  font-size: 16px;
}

.btn {
    font-size: 16px;	
}

.btn-default {
    color: #ffffff;
    background-color: #000067;
    border-color: #000067;
}

.btn-default:hover {
    color: #ffffff;
    background-color: #ff5100;
    border-color: #ff5100;
}

.btn-primary {
    color: #ffffff;
    background-color: #000097;
    border-color: #000097;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #FF5100;
    border-color: #FF5100;
}

.text-info {
    color: #000097;
}

.h1, h1 {
    font-size: 32px;
    color: #FF5100;
}

.h3, h3 {
    font-size: 22px;
    color: #FF5100;
}

.navbar-default .navbar-nav>li>a {
    color: #000097;
}

body .top-container {
  margin-top: 10px;
}

.top-container .progress {
    height: 40px;
    width: 90%;
    margin: auto;
}

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

.progress {
   background-color: #ff5100;
}

.progress .progress-bar {
    line-height: 39px;
}

.group-outer-container {
    display: flex;
    flex-direction: row;     /* make main axis horizontal (default setting) */
    justify-content: center; /* center items horizontally */
    align-items: center;     /* center items vertically, for single line flex container */
    align-content: center;   /* center items vertically, for multi-line flex container */
}

.question-container.row {
  margin-right: 0;
  margin-left: 10px; 
  min-width: 320px;  
  max-width: 570px;  
  width: 30%;
  float: left;
}
.question-container.boilerplate {
  margin-right: 0;
  margin-left: 10px;
  min-width: 320px; 
  max-width: 1024px;   
  width: 100%;
  float: left;
}
.question-container {
  margin-bottom: 1em;
  border: 2px solid #000097;
  border-radius: 25px;
}

.group-title.text-center.h3.space-col {
    padding-left: 100px;
	/* min-height: 100px; */
}

.group-description {
   color: #000097;
}

span {
	font-size: 16px;
}

label::after {
    background-color: #ff5100;
}
.checkbox-item input[type="checkbox"]:checked + label::after, .checkbox-item input[type="radio"]:checked + label::after {
    color: white;
}

.survey-description {
  text-align: left;
}
#surveys-list-container {
  text-align: center;
}
.text-muted {
  color: #FF5100;
}
.text-primary {
  color: #000097;
}
.text-danger {
  color: #FF5100;
}
.space-col {
  margin-top: 0em;
  margin-bottom: 0.5em;
}
.message-0 {
  font-size: 18px;
}
#block_error p{
  font-size: 16px;
}
#block_error a {
  font-size: 16px;
  color: #000097;
}
li.radio-item, li.checkbox-item, li.radio-text-item, li.checkbox-text-item {
  margin-bottom: 0.4em;
}
.ls-answers {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
