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

  .table-bordered > thead > tr > th {
    border: 1px solid #dadada;
  }
  .table-bordered > thead > tr > td {
    border: 1px solid #dadada;
  }
  
  
  /******************
    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{
    padding-top: 50px !important;
}

.bg-primary {
    background: white !important;
    border-bottom: 1px solid #666;
    color: black;
}

.bg-light{
    background: white !important;    
}

.navbar-default{
    background-color: white !important;
}

.navbar-brand {
    /*height: 100px;*/
    margin-left: 45%;
}

.logo-container > img{
    max-height: 50px;
}

.question-title-container.bg-primary {
    background-color: none !important;
}

.btn-primary{
    background-color: #e4141d !important;
    border-color: #e4141d;
}
.btn-primary:hover {
    background-color: #b51017 !important;
    border-color: #b51017;
}

.question-container{
    background: none !important;
    border: 0px !important;
    border-left: 1px solid #aaa !important;
}

.text-info{
    color: #aaa !important;
}

.group-title{
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    text-align: left !important;
}

.h3{
    font-weight: 800;
    text-transform: uppercase;
}


/*--- RADIOS ---*/
.radio-list li, .checkbox-list li{
    margin-right: 0px;
    padding: 0px;
}
.radio-item, .checkbox-item{
  display: inline-flex;
}

.radio-item label, .checkbox-item label{
  padding: 10px;
  margin: 0;/* 5px;*/
  background-color: #fff;
  border: 1px solid #ddd;
  width:100%;
  text-align:center;
}
.radio-item label:hover, .checkbox-item label:hover{
  cursor: pointer;
}

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

.radio-item > input[type="radio"], .radio-item label::before, .radio-item label::after,
.checkbox-item > input[type="checkbox"], .checkbox-item label::before, .checkbox-item label::after{
  display: none !important;
}

.theme-select .radio-list li{
    min-height: 385px;
    display: inline-block;
    width: 23%;
}

/*-----*/
.theme-select .radio-list li{
    min-height: 385px;
    display: inline-block;
    width: 23%;
}
