@import url(/fonts/roboto/stylesheet.css);
@import url(/fonts/font-awesome/css/font-awesome.min.css);

body {
	background-color: #f0f3f7;
	color: #333333;
	font-family: 'Roboto', sans-serif;
}

hr {
	display: none;
}

.container {
	background-color: #FFFFFF;
}

.masthead {
	margin-top: 10px;
	height: 70px;
}

.masthead h1 {
	font-size: 40pt;
	text-transform: capitalize;
	color: #3075dd;
	padding-left: 20px;
}

.masthead h1:before {
	font-family: FontAwesome;
    content: "\f09d";
	padding-right: 10px;
}

#response {
	min-height: 300px;
}

.logo {
	color: #2388DB;
}

#footer {
	text-align: center;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #2388DB;
}

.placeholding-input {
	display: block;
    height: 30px;
    margin: 20px auto;
    overflow: visible;
    position: relative;
}
.placeholding-input input {
    position: absolute;
    top: 0;
}
.placeholding-input .placeholder {
	position: absolute;
	top: 2px;
	right: 1px;
	bottom: 1px;
	left: 5px;
	z-index: 1;
	height: 25px;
	padding: 4px;
	font-size: 17px;
	line-height: 25px;
	color: #999;
	white-space: nowrap;
	cursor: text;
	-webkit-transition: opacity .1s,font-size .1s;
	-moz-transition: opacity .1s,font-size .1s;
	-o-transition: opacity .1s,font-size .1s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.placeholding-input input:focus + .placeholder {
    opacity: 0.6;
}

.form-signin .form-signin-heading,.form-signin .checkbox {
	color: #FFFFFF;
	margin-bottom: 10px;
}

.form-signin {
    background: #3075dd; /* default color */
    margin: 0 auto;
    padding: 19px 29px 29px;
}

.form-signin .btn {
	font-family: 'Roboto', sans-serif;
	background: #00b660;
	color: #FFFFFF;
	font-size: 20px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #40a85d;
}

.form-signin .btn:hover {
  text-decoration: none;
  border: 1px solid #389452;
}

.hero-unit {
	background: #FFFFFF;
	padding: 30px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	margin-bottom: 0px;
}

.hero-unit h2 {
	color: #333333;
}

.pull-left img {
	display: none;
}

.media {
	margin-top: 0px;
	padding-left: 30px;
	font-size: 16px;
}

#authentification {
	text-align: center;
}

h3 {
	padding-left: 20px;
}

.nav-pills > li > a {
	height: 32px;
	background-color: #FFFFFF;
	webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 14px;
	font-weight: bold;
	color: #3075dd;
}

.nav-pills > li > a:hover {
  //text-decoration: underline;
}

.nav > .disabled > a {
     background-color: white;
}

.nav-pills .dropdown-menu {
	background-color: #FFFFFF;
	webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.nav-pills .dropdown-menu  > li > a {
	background-color: #FFFFFF;
	color: #3075dd;
	font-weight: bold;
}

.nav-pills .dropdown-menu  > li > a:hover {
	background-image: none;
	background-color: #FFFFFF;
	color: #3075dd;
	text-decoration: none;
	font-weight: normal;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #4E6470;
}

.nav .dropdown-toggle .caret {
    margin-top: 6px;
    border-top-color: #3075dd;
    border-bottom-color: #3075dd;
}

.form-signin input[type="text"],
.form-signin input[type="number"],
.form-signin input[type="date"],
.form-signin input[type="password"],
.form-signin select
{
    font-size: 16px;
    height: 40px;
    margin-bottom: 15px;
    padding: 7px 9px;
    webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.form-signin fieldset label {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}

#choice1.form-signin, #choice2.form-signin {
	min-height: 490px;
}

#choice1.form-signin .btn {
	margin-top: 20px;
}

@media (max-width: 767px) {

	#choice1.form-signin, #choice2.form-signin {
		min-height: fit-content;
	}

	#choice1.form-signin .btn {
		margin-top: 10px;
	}

}

.middle-number {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	vertical-align: super;
}

#myModal form {
    margin: 0;
    padding: 0;
}

.chargebacked {
    color: red;
}
