/** Override CSS styles **/

#header {
  /** Change header style **/
}

#hypersocketLogo {
  padding: 7px;
}

#hypersocketLogo img {
  height: 35px;
}

.navbar-inverse {
   background-color: #000033; 
   border-color: #000033; 
}

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

.slider-handle {
    background-color: #000033;
    background-image: linear-gradient(to bottom, #000033, #000033);
}

.btn-primary {
	color: white;
	background: #000033;
	border: 1px solid #000033;
}

.btn-primary:hover {
	background: #8f6ed5;
    border: 1px solid #8f6ed5;
}

.btn-primary:disabled {
    background: #bbb;
    border: 1px solid #bbb;
}

a:focus, a:hover {
    color: #000033;
    text-decoration: underline;
}

a {
    color: #8f6ed5;
    text-decoration: none;
}

#footer { 
  /** Change footer styler **/
} 

.row-chargeCreditCard {
  display: none !important;
}