
.test-style {
    background-color: #0b5783;
    color: #d03f2b;
}

#error-message {
  display: none;
}
.main-error-message {
  display: none;
}
/*
    Typeahead and Flexselect
*/
.twitter-typeahead {
    width: 100%;
    height: 45px;
}
.typeahead, .tt-query, .tt-hint {
    font-size: inherit;
    font-family: inherit;
    height: 35px;
    line-height: inherit;
    padding: 8px 12px;
    width: 100%;
    border: none;
    text-align: center;
}
.typeahead {
    background-color: #FFFFFF;
}
.typeahead:focus {
    border: 2px solid #0097CF;
}
.tt-query {
    border: none;  
    text-transform: uppercase; 
}
.tt-query::placeholder {
  font-size: inherit;
  font-family: inherit;
  text-transform: none;
}
.tt-query textarea:focus, input:focus{
    outline: none;
}
.tt-hint {
    color: #999999;
}
.tt-dropdown-menu, .flexselect_dropdown  {
    color: #00a696;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 25px;
    z-index: 99;
    width: 100%;
    margin: 1px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    overflow: auto;
    max-height: 150px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
            box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.flexselect_dropdown li {
    font-size: 16px;
    min-height: 25px;
    color: #00a696;
}
.flexselect_dropdown li:hover {
  cursor: pointer;
  background-color: #002f50;
  color: #00a696;
}
.flexselect_selected {
  background-color: #002f50 !important;
  color: #00a696 !important;
}
.tt-suggestion {
    font-size: 16px; /* Set suggestion dropdown font size */
    padding: 3px 20px;
}
.tt-suggestion:hover {
    cursor: pointer;
    background-color: #0097CF;
    color: #FFFFFF;
}
.tt-suggestion p {
    margin: 0;
}   
.arrow2 {
    border: solid #00a696;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-right: 10px;
}    
.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
} 
.dropdown-container {
    width: 100%;
    display: flex;
    background-color: white;
}
/*** Specific to this page ***/
.multiselect {
  width: 100%;
  position: relative;
} 
.multiselect-input, .futura-input {
  color: #00a696;
  border: none;
  line-height: 20px;
  height: 35px;
  width: 100%;
  text-transform: uppercase;
} 

.multiselect-input::placeholder {
  font-size: inherit;
  text-transform: none;
  text-align: center;
}
.selectBox {
  position: relative;
}
.selectBox select {
  width: 100%;
  font-weight: bold;
}
.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#checkboxes {
  /* position: absolute; */
  left: 0;
  right: 0;
  top: 39px;
  bottom: 0;
  height: 100px;
  overflow-y: scroll;
  /* z-index: -1; */
  display: block;
  border: 1px #dadada solid;
  background-color: white;
  color: #00a696;
  margin-top: 7px;
}
#checkboxes label {
  display: block;
}
#checkboxes input {
  margin-right: 8px;
  margin-left: 5px;
}
#checkboxes label:hover {
  background-color: #1e90ff;
  color: #FFFFFF;
}  
#selected-subdivisions {
  background-color: white;
  height: 60px;
  overflow-y: scroll;
}
.subdivision-tag {
  background-color: #00a696;
  color: white;
  padding: 5px;
  display: inline-flex;
  margin-left: 5px;
  margin-top: 3px;
  font-size: 12px;
  border-radius: 5px;
  cursor: pointer;
}
.subdivision-tag i  {
  padding-right: 3px;
}
#search-results div#uxCCRDiv img {
  width: auto;
}
#search-results div#uxPlatDiv img {
  width: auto;
}
.platccr-select-row {
  padding-bottom: 20px;
}
.platccr-select-row input, .platccr-select-row span, .platccr-select-row img {
  float: left;
}
.plat-row input, .ccr-row input {
  margin-right: 8px;
}
.plat-row img, .ccr-row img {
  margin-right: 8px;
}
.wrapper-progressBar {
  width: 100%
}
 /* Could be incorporated into theme in the same place as button */
.ccrplat-search input.secondary-button {
  width: 100%;
  color: white;
  background-color: #0b5783;
}
.progressBar {
}
.progressBar li {
    list-style-type: none;
    float: left;
    width: 33%;
    position: relative;
    font-size: 12px;
    text-align: center;
}
.progressBar li:before {
    content: " ";
    line-height: 30px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    background-color: white
}
.progressBar li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color:white;
    top: 15px;
    left: -50%;
    z-index: 1;
}
.progressBar li:first-child:after {
    content: none;
}
.progressBar li.active {
    color:  #0b5783;
    z-index: 2
}
.progressBar li.active:before {
    border-color:  #0b5783;
    background-color:  #0b5783}
.progressBar .active:after {
    background-color:  #0b5783;
} 
.ccrplat-search input.button {
  width: 100%;
  text-align: center;
}

.account-avatar-small {
  width: 20px;
  height: auto;
  float:left;
  margin-right: 8px;
}

.futura-error {
    border: 1px solid red !important;
}

.futura-error-message {
    color: red;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: center;
}
.center {
  margin: auto;
  width: 60%;
  padding: 10px;
} 
#signup-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.5);
  z-index: 2;
  cursor: pointer;
}
#signup-loader {
  display: none;
  position: absolute;
  left: 50%;
  top: 20%;
  z-index: 3;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #0b5783;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#signup-loader.signup-loader-ccr {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #0b5783;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-moz-keyframes spin {
  from { -moz-transform: rotate(0deg); }
  to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

@media only screen and (max-width: 600px) {
  .center {
    width: 100%;
  }
}