@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,700");

body {
    background-color: #fff !important;
	font-family: Roboto !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Roboto !important;
}
a {
	color: #093267 !important;
}
a:hover {
	color: #093267 !important;
}

.play-arrow {
	color: #093267 !important;
}

.tirar_dado a, .footer_dado a {
    color: white !important;
    background-color: #093267 !important;
}

.tirar_dado a:hover,
.footer_dado a:hover {
    color: white !important;
    background-color: #093267 !important;
}

body.bg_img_login {
	background-color: #093267 !important;
	background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(backgroundImage);
}

#login {
    background: rgba(255, 255, 255, 0.9);
}

#container-form {
    background-color: #FFF;
}

#login-form button,
#help-form button,
#recover-form button,
#signup-form button {
    color: white !important;
    background: #093267 !important;
}

a.button {
	color: #093267 !important;
	border-color: #093267 !important;
}

a.button:hover {
	color: #093267 !important;
}

.footer_index {
    background-color: background: rgba(255, 255, 255, 0.9);
}

.footer a {
	color: #093267 !important;
}

.footer a:hover {
	color: #093267 !important;
}




.login-error-message {
    color: #b95151;
}

.sf {
    background-color: #323232;
    color: #fff;
}

#box-game-completed {
    background-color: #efefef;
}

#box-game {
  background-color: #efefef;
}

#box-game-board {
  background: #efefef;
}

#box-pildoras {
  background: #efefef;
}





.goplay a {
	color: white !important;
	background: #093267 !important;
}

.tirar_dado a, .footer_dado a {
    -webkit-box-shadow: 2px 2px 5px #999;
    box-shadow: 2px 2px 5px #999;
    color: white !important;
	background: #093267 !important;
}

.marker {
	color: white !important;
	background-color: #093267 !important;
    background: -webkit-linear-gradient(0deg, #093267, #093267) !important;
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(0deg, #093267, #093267) !important;
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(0deg, #093267, #093267) !important;
    /* For Firefox 3.6 to 15 */
    background: -webkit-gradient(linear, left bottom, left top, from(#093267), to(#093267)) !important;
    background: -webkit-linear-gradient(bottom, #093267, #093267) !important;
    background: -o-linear-gradient(bottom, #093267, #093267) !important;
    background: linear-gradient(0deg, #093267, #093267) !important;
}

.modal-dialog .modal-content .modal-header {
    color: white !important;
    background: #093267 !important;
}

.modal-dialog .modal-content .modal-header h4 {
    color: white !important;
    background: #093267 !important;
}

#instructions p.presentacion {
	color: #093267 !important;
}

#instructions p.presentacion strong {
	color: #093267 !important;
}

p.presentacion {
	color: #093267 !important;
}

p.presentacion strong {
	color: #093267 !important;
}

h1.top-bar {
	color: white !important;
	background: #093267 !important;
}

.logout {
	color: #093267 !important;
}

.marker-container .logoutButton, .logout {
	color: 999999 !important;
	float: right;
	cursor: pointer;
	padding: 0;
	font-size: 30px;
	margin: 15px 15px 0 30px;
	opacity: 0.3;
}

.btn-primary, .btn-success {
	background-color: #093267 !important;
	border-color: black !important;
	color: white !important;
}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-success:hover, .btn-success:focus, .btn-success:active {
    background-color: #093267 !important;
    border-color: #093267 !important;
    color: white !important;
    opacity: 0.5;
}





.category-theme-1 .modal-dialog .modal-header, .category-theme-1 .modal-dialog .modal-header h4 {
  background: #67a649 !important; }

.category-theme-1 .modal-dialog #box-question li a {
  color: #67a649 !important; }

.category-theme-1 .modal-dialog #box-question .nav-tabs {
  border-bottom-color: #67a649 !important; }
  .category-theme-1 .modal-dialog #box-question .nav-tabs > li > a {
    border-top-color: #67a649 !important;
    border-right-color: #67a649 !important;
    border-left-color: #67a649 !important; }

.category-theme-1 .modal-dialog #box-question .fas {
  color: #67a649 !important; }

.category-theme-1 .modal-dialog #box-question .modal-header {
  background: #67a649; }
  .category-theme-1 .modal-dialog #box-question .modal-header .modal-title-1 {
    background: #67a649; }

.category-theme-1 .modal-dialog #box-question .btn-primary,
.category-theme-1 .modal-dialog #box-question .btn-success,
.category-theme-1 .modal-dialog .modal-footer .btn-primary {
  background-color: #67a649 !important;
  border-color: #67a649 !important; }

.category-theme-2 .modal-dialog .modal-header, .category-theme-2 .modal-dialog .modal-header h4 {
  background: #f6d451 !important; }

.category-theme-2 .modal-dialog #box-question li a {
  color: #f6d451 !important; }

.category-theme-2 .modal-dialog #box-question .nav-tabs {
  border-bottom-color: #f6d451 !important; }
  .category-theme-2 .modal-dialog #box-question .nav-tabs > li > a {
    border-top-color: #f6d451 !important;
    border-right-color: #f6d451 !important;
    border-left-color: #f6d451 !important; }

.category-theme-2 .modal-dialog #box-question .fas {
  color: #f6d451 !important; }

.category-theme-2 .modal-dialog #box-question .modal-header {
  background: #f6d451; }
  .category-theme-2 .modal-dialog #box-question .modal-header .modal-title-1 {
    background: #f6d451; }

.category-theme-2 .modal-dialog #box-question .btn-primary,
.category-theme-2 .modal-dialog #box-question .btn-success,
.category-theme-2 .modal-dialog .modal-footer .btn-primary {
  background-color: #f6d451 !important;
  border-color: #f6d451 !important; }

.category-theme-3 .modal-dialog .modal-header, .category-theme-3 .modal-dialog .modal-header h4 {
  background: #d57e33 !important; }

.category-theme-3 .modal-dialog #box-question li a {
  color: #d57e33 !important; }

.category-theme-3 .modal-dialog #box-question .nav-tabs {
  border-bottom-color: #d57e33 !important; }
  .category-theme-3 .modal-dialog #box-question .nav-tabs > li > a {
    border-top-color: #d57e33 !important;
    border-right-color: #d57e33 !important;
    border-left-color: #d57e33 !important; }

.category-theme-3 .modal-dialog #box-question .fas {
  color: #d57e33 !important; }

.category-theme-3 .modal-dialog #box-question .modal-header {
  background: #d57e33; }
  .category-theme-3 .modal-dialog #box-question .modal-header .modal-title-1 {
    background: #d57e33; }

.category-theme-3 .modal-dialog #box-question .btn-primary,
.category-theme-3 .modal-dialog #box-question .btn-success,
.category-theme-3 .modal-dialog .modal-footer .btn-primary {
  background-color: #d57e33 !important;
  border-color: #d57e33 !important; }

.category-theme-4 .modal-dialog .modal-header, .category-theme-4 .modal-dialog .modal-header h4 {
  background: #b65c92 !important; }

.category-theme-4 .modal-dialog #box-question li a {
  color: #b65c92 !important; }

.category-theme-4 .modal-dialog #box-question .nav-tabs {
  border-bottom-color: #b65c92 !important; }
  .category-theme-4 .modal-dialog #box-question .nav-tabs > li > a {
    border-top-color: #b65c92 !important;
    border-right-color: #b65c92 !important;
    border-left-color: #b65c92 !important; }

.category-theme-4 .modal-dialog #box-question .fas {
  color: #b65c92 !important; }

.category-theme-4 .modal-dialog #box-question .modal-header {
  background: #b65c92; }
  .category-theme-4 .modal-dialog #box-question .modal-header .modal-title-1 {
    background: #b65c92; }

.category-theme-4 .modal-dialog #box-question .btn-primary,
.category-theme-4 .modal-dialog #box-question .btn-success,
.category-theme-4 .modal-dialog .modal-footer .btn-primary {
  background-color: #b65c92 !important;
  border-color: #b65c92 !important; }

.category-theme-5 .modal-dialog .modal-header, .category-theme-5 .modal-dialog .modal-header h4 {
  background: #50a5d3 !important; }

.category-theme-5 .modal-dialog #box-question li a {
  color: #50a5d3 !important; }

.category-theme-5 .modal-dialog #box-question .nav-tabs {
  border-bottom-color: #50a5d3 !important; }
  .category-theme-5 .modal-dialog #box-question .nav-tabs > li > a {
    border-top-color: #50a5d3 !important;
    border-right-color: #50a5d3 !important;
    border-left-color: #50a5d3 !important; }

.category-theme-5 .modal-dialog #box-question .fas {
  color: #50a5d3 !important; }

.category-theme-5 .modal-dialog #box-question .modal-header {
  background: #50a5d3; }
  .category-theme-5 .modal-dialog #box-question .modal-header .modal-title-1 {
    background: #50a5d3; }

.category-theme-5 .modal-dialog #box-question .btn-primary,
.category-theme-5 .modal-dialog #box-question .btn-success,
.category-theme-5 .modal-dialog .modal-footer .btn-primary  {
  background-color: #50a5d3 !important;
  border-color: #50a5d3 !important; }

.category-theme-6 .modal-dialog .modal-header, .category-theme-6 .modal-dialog .modal-header h4 {
  background: #4d508f !important; }

.category-theme-6 .modal-dialog #box-question li a {
  color: #4d508f !important; }

.category-theme-6 .modal-dialog #box-question .nav-tabs {
  border-bottom-color: #4d508f !important; }
  .category-theme-6 .modal-dialog #box-question .nav-tabs > li > a {
    border-top-color: #4d508f !important;
    border-right-color: #4d508f !important;
    border-left-color: #4d508f !important; }

.category-theme-6 .modal-dialog #box-question .fas {
  color: #4d508f !important; }

.category-theme-6 .modal-dialog #box-question .modal-header {
  background: #4d508f; }
  .category-theme-6 .modal-dialog #box-question .modal-header .modal-title-1 {
    background: #4d508f; }

.category-theme-6 .modal-dialog #box-question .btn-primary,
.category-theme-6 .modal-dialog #box-question .btn-success,
.category-theme-6 .modal-dialog .modal-footer .btn-primary {
  background-color: #4d508f !important;
  border-color: #4d508f !important; }

/*# sourceMappingURL=theme.css.map */