/** THIS IS A CUSTOM STYLESHEET CSS **/
/*.customsplashscreen{
	background-color:transparent;
	background: rgba(77,81,115,1);
	background: -moz-linear-gradient(-45deg, rgba(77,81,115,1) 0%, rgba(17,18,37,1) 41%, rgba(17,18,37,1) 45%) fixed;
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(77,81,115,1)), color-stop(41%, rgba(17,18,37,1)), color-stop(45%, rgba(17,18,37,1))) fixed;
	background: -webkit-linear-gradient(-45deg, rgba(77,81,115,1) 0%, rgba(17,18,37,1) 41%, rgba(17,18,37,1) 45%) fixed;
	background: -o-linear-gradient(-45deg, rgba(77,81,115,1) 0%, rgba(17,18,37,1) 41%, rgba(17,18,37,1) 45%) fixed;
	background: -ms-linear-gradient(-45deg, rgba(77,81,115,1) 0%, rgba(17,18,37,1) 41%, rgba(17,18,37,1) 45%) fixed;
	background: linear-gradient(135deg, rgba(77,81,115,1) 0%, rgba(17,18,37,1) 41%, rgba(17,18,37,1) 45%) fixed;
	background-size: cover;
	overflow-y: scroll;
	!*background-color:transparent;
	background: rgba(95,105,138,1);
	background: -moz-linear-gradient(-45deg, rgba(95,105,138,1) 0%, rgba(7,10,71,1) 41%, rgba(7,10,71,1) 45%) fixed;
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(95,105,138,1)), color-stop(41%, rgba(7,10,71,1)), color-stop(45%, rgba(7,10,71,1))) fixed;
	background: -webkit-linear-gradient(-45deg, rgba(95,105,138,1) 0%, rgba(7,10,71,1) 41%, rgba(7,10,71,1) 45%) fixed;
	background: -o-linear-gradient(-45deg, rgba(95,105,138,1) 0%, rgba(7,10,71,1) 41%, rgba(7,10,71,1) 45%) fixed;
	background: -ms-linear-gradient(-45deg, rgba(95,105,138,1) 0%, rgba(7,10,71,1) 41%, rgba(7,10,71,1) 45%) fixed;
	background: linear-gradient(135deg, rgba(95,105,138,1) 0%, rgba(7,10,71,1) 41%, rgba(7,10,71,1) 45%) fixed;
	background-size: cover;
	overflow-y: scroll;*!
	height: 100%;
}*/
.container-fluid,
.navbar-header {
	background-color: #993333;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
#backButton {
	color: #ffffff;
}
#refreshFormMenu .icon-loop-4 {
	color: #ffffff;
}
.navbar-collapse {
	background-color: transparent;
}
.navbar-collapse > form {
	box-shadow: none;
}
#appHeaderTitle {
	color: #ffffff;
	font-weight: bold;
}
#reset-pass-button-login {
	color: #000000;
}
#sign-up-button-login {
	color: #000000;
}
#aboutFormMenu {
	color: #ffffff;
}
#signOutFormMenu {
	color: #ffffff;
}

input[type="checkbox"]:focus:after,
.checkbox input[type="checkbox"]:focus:after,
.checkbox-inline input[type="checkbox"]:focus:after {
	border-color: #000000;
	border: 2px solid #000000;
}

input[type="checkbox"]:after,
.checkbox input[type="checkbox"]:after,
.checkbox-inline input[type="checkbox"]:after {
	border-color: #000000;
	border: 2px solid #000000;
}

input[type="checkbox"]:checked:after,
.checkbox input[type="checkbox"]:checked:after,
.checkbox-inline input[type="checkbox"]:checked:after {
	background-color: #993333;
	border-color: #993333;
}

.btn-primary {
	color: #ffffff;
	background-color: #993333;
	border-color: transparent;
}

.btn-primary:focus,
.btn-primary.focus {
	color: #ffffff;
	background-color: #333333;
	border-color: rgba(0, 0, 0, 0);
}
.btn-primary:hover {
	color: #ffffff;
	background-color: #333333;
	border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #333333;
	border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
	color: #ffffff;
	background-color: #333333;
	border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
	background-color: #ae54de;
	border-color: transparent;
}
.btn-primary .badge {
	color: #ae54de;
	background-color: #ffffff;
}

.bubble {
	font-family: "Calibri", "Verdana", Geneva, sans-serif;
}
.jumbotron {
	background-color: transparent;
}
/*.container-fluid, .navbar-header{
	background-color:transparent;
	background: rgba(95,105,138,1);
	background: -moz-linear-gradient(-45deg, rgba(95,105,138,1) 0%, rgba(7,10,71,1) 41%, rgba(7,10,71,1) 45%) fixed;
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(95,105,138,1)), color-stop(41%, rgba(7,10,71,1)), color-stop(45%, rgba(7,10,71,1))) fixed;
	background: -webkit-linear-gradient(-45deg, rgba(95,105,138,1) 0%, rgba(7,10,71,1) 41%, rgba(7,10,71,1) 45%) fixed;
	background: -o-linear-gradient(-45deg, rgba(95,105,138,1) 0%, rgba(7,10,71,1) 41%, rgba(7,10,71,1) 45%) fixed;
	background: -ms-linear-gradient(-45deg, rgba(95,105,138,1) 0%, rgba(7,10,71,1) 41%, rgba(7,10,71,1) 45%) fixed;
	background: linear-gradient(135deg, rgba(95,105,138,1) 0%, rgba(7,10,71,1) 41%, rgba(7,10,71,1) 45%) fixed;
}*/
/*#loginMyAccount
{
	color: white;
}*/
#loginRememberMe {
	color: black;
}
#signUpText {
	color: black;
}
#profileSignedAs {
	color: black;
}
#inputEmailSigned {
	color: black;
}
#inputEmail {
	color: black;
}
#inputPassword {
	color: black;
}
#signUpEmail {
	color: black;
}
#inputConfirmEmail {
	color: black;
}

.icon-circle--large {
	background-color: #993333 !important;
}

.icon-circle--large i {
	color: white;
}
.list-group-item {
	background-color: white;
}
.navbar-collapse {
	background-color: transparent;
}

@media (min-width: 641px) {
	.espacio {
		margin-top: 3%;
	}
}

i.icon.icon-search-2,
output,
.form-control {
	color: white;
}

.text-muted {
	color: black !important;
}
