/******************
    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
*/
.navbar-default {
    background-color: #000;
    border-color: transparent;
}

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

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

.bg-primary {
    color: #000;
    background-color: #000;
}

h2, .h2 {
    font-size: 20px;
}

.answer-container {
    border-width: 0px 0px 0px 0px;
    border-style: none;
    padding-top: 0;
    padding-bottom: 0;
}

.form-control {
    display: inline;
    width: 40%;
    height: 30px;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #2c3e50;
    background-color: #fff;
    background-image: none;
    border: 1px solid #868686;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.question-title-container {
    padding-top: 1em;
    padding-bottom: 0em;
}

.question-container {
    margin-bottom: 0em;
    background: white;
    color: #444;
    border-bottom: 0px none #dbdbdb;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}
body {
     text-align:center;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 5px 5px;
    font-size: 19px;
    line-height: 1.3333333;
    border-radius: 6px;
    text-transform: uppercase;
}
h1, .h1 {
    font-size: 39px;
    text-transform: uppercase;
}



.text-info, .text-info:hover {
    color: #2c3e50;
    font-size: 19px;
}
body {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #2c3e50;
    background-color: #000;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.1;
    color:#fff;
}

.text-info, .text-info:hover {
    color: #fff;
    font-size: 19px;
}
.answer-container {
    background-color: #000;
}

body .top-container {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}

.navbar-action-link {
    display:none;
}

.navbar-toggle {
        display:none;
}
.navbar-default {

    background-color: #000;
    border-color: transparent;
    height: 90px;

}
.survey-name {
    display:none;
}

.navbar-header {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
  }
  
small, .small {
  font-size: 36%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #000;
}

.form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 11px;
    color: #fff!important;
  }
  
.btn-default {
  color: #ffffff;
  background-color: #F9C441;
  border-color: #F9C441;
}

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

a {
  color: #fff;
  text-decoration: none;
}

a:hover{
  color: #fff;
  text-decoration: none;
}

.completed-text  {
      color: #fff;
}

.question-container {
  color: #fff!important;
}
.text-danger, .text-danger:hover {
  color: #F9C441;
}

.timer_header {
    display:none!important;
}

