﻿#form-questions input[type='radio'] {
  -webkit-appearance:none;
  width:19px;
  height:19px;
  border:2px solid #182D3C;
  border-radius:50%;
  outline:none;
}

#form-questions input[type='radio']:before {
  content:'';
  display:block;
  width:60%;
  height:60%;
  margin: 20% auto;
  border-radius:50%;    
}
#form-questions input[type='radio']:checked:before {
  background-color:#182D3C;
}

#form-questions img
{
    margin-bottom: 20px;
}

#form-questions label
{
    margin-top: 17px;
}

#validationError 
{
    color: red !important;
    margin-bottom: 5px;
}

#centeredFormSuccess
{
    text-align: center;
    font-family: StagBook,sans-serif;
    font-size: 16px;
    color: green !important;
    margin-top: 10px;
}

#centeredFormError 
{
    text-align: center;
    font-family: StagBook,sans-serif;
    font-size: 16px;
    color: red !important;
    margin-top: 10px;
}

#sidebar {
    background-color: #F4F7F9;
}

.sidenav-title {
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
    touch-action: manipulation;
    cursor: pointer;
    font-family: "Stag Sans Web", "Stag Sans Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    background-color: #F4F7F9;
}

.sidenav-child {
    opacity:0.5;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
    padding-left: 30px;
    touch-action: manipulation;
    cursor: pointer;
    font-family: "Stag Sans Web", "Stag Sans Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    background-color: #F4F7F9
}
.sidenav-child:hover {
    color: #E0E0E0;
    background-color: #33424D;
    opacity:1;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
}

.sidenav-child-selected
{
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
    padding-left: 30px;
    touch-action: manipulation;
    cursor: pointer;
    font-family: "Stag Sans Web", "Stag Sans Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #FFD100;
    background-color: #182D3C;  
}
@media only screen and (min-width: 768px) {
  .modal {
    text-align: center;
  }
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
  .modal.fade .modal-dialog {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

#grow {
    -moz-transition: height .5s;
    -ms-transition: height .5s;
    -o-transition: height .5s;
    -webkit-transition: height .5s;
    transition: height .5s;
    height: 0;
    overflow: hidden;
  }

.group-it-table a {
    font-weight: 400;
    font-size: 20px;
    color: #182D3C;
    text-decoration: none;
}

.group-it-page-container
{
    padding-bottom: 0;   
}

.group-it-final-button
{
    padding-bottom: 50px;
}

.group-it-footer
{
    position: relative;
    clear: both;
}

.center-element
{
    display: block;
    margin: auto;
    margin-top: 10px;
}

.group-it-form-block {
  background: #f4f7f9;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 26px;
  padding-bottom: 13px;
  margin-bottom: 1em;
  margin-top: 26px;
}

.group-it-form-block h2 {
  margin-top: 15px;
  text-align: center;
}

    .typeahead-suggestions {
      position: absolute;
      top: 49px;
      overflow-y: auto;
      color: #666666;
      border-radius: 3px;
      padding: 3px;
      background-color: #ffffff;
      width: 100%;
      max-height: 18em !important;
      border: 1px solid #e0e0e0;
      z-index: 100;
      overflow-y: hidden; 
      overflow-x: hidden; 
    }

        .typeahead-suggestions ul {
      list-style-type: none;
      padding-left: 0;
      margin-top: 0px;
    }

    .typeahead-suggestions ul li {
      padding: 8px !important;
      /*font-size: 0.9em;*/
      /*border-bottom: 1px solid #e0e0e0;*/
    }

    .typeahead-suggestion-hovered {
      background-color: #FFD100;
    }

    .img-circle {
        border-radius: 50%;
    }
    .loading-icon {
        color: #33424D;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
}
