/**
 ** style.css - SysDoa's custom CSS
 ** Author: Jones Dias;
*/

/** 1 - Global **/

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

.purple {
	background: #8286ac;
	color: #fff;
}

.blue-1 {
	background: #35b7f4;
}

.modal-body {
	text-align: left;
}

.margin {
	margin: 10px 0px;
}

.label-right {
	width: 30%;
	margin-right: 10px;
}

.label-left:last-child {
	margin-right: 0px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background: #fff;
	border-color: none;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background: none;
}

a {
	color: #8286AC;
  text-decoration: none;
}

/** 2 - Header **/
.navbar {
	border-bottom: 2px #8286ac solid;
	padding-bottom: 20px;
	margin: 0px;
}

.top-bar {
	width: 100%;
	margin: 20px 0px;
}

.navbar .nav  {
	margin-top: 10px;
}

.navbar .icon-bar {
	background-color: #8286ac;
}

.jumbotron {
	text-align: center;
	margin-bottom: 0px;
}

.search-campain {
	border: 10px #75789a solid;
	border-radius: 15px;
	color: #8286ac;
	width: 100%;
	max-width: 640px;
	padding: 10px;
}

.jumbotron .search-campain {
	margin: 10px 0px;
}

.fav-category {
	padding: 40px;
	text-align: center;
	color: #fff;
	max-height: 220px;
}

.fav-category a {
	color: #fff;
}

.fav-category a:hover {
	text-decoration: none;
}

.cat-buttons {
	text-align: center;
	padding: 40px 20px 20px 20px;
}


.cat-buttons a,
.product-cat a,
.help-us a  {
	transition: all 0.4s ease;
}

.cat-buttons a {
	width: 100%;
	max-width: 220px;
	height: 50px;
	border-radius: 10px;
	border: 2px #D0D0D0 solid;
	padding-top: 10px;
	color: #D0D0D0 ;
	margin: 0 10px;
}

	.cat-buttons a:hover {
		border: 2px #75789a solid;
		color: #75789a;
	}

.btn-large {
	max-width: 306px;
  font-size: 17px;
}

input.search-campain-campains {
  width: 100%;
  max-width: 450px;
  border: 2px #75789a solid;
  border-radius: 15px;
  height: 50px;
  margin: 30px 10px;
	padding-left: 25px;
}

.campain-search {
	background-color: #75789a;
}

.btn-search {
	color: #fff;
	background-color: #4B4E69;
	border: 0px;
}

/** Product **/

.campains .container {
	text-align: center;
}

.images li img {
  width: 100%;
  max-width: 250px;
}

.product {
	margin-bottom: 40px;
	display: block;
	text-align: center;
}

.product.product-image {
	width: 100%;
	max-width: 360px;
}

.product-cat {
	padding: 5px;
}
	.product-cat a {
		color: #D0D0D0;
	}

		.product-cat a:hover {
			color: #75789a;
			text-decoration: none;
		}

	.product-title a {
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
		text-align: left;
	}

	.product-n-items .n-products-blue {
		font-size: 45px;
		font-weight: bold;
		color: #35b7f4;
		margin-top: 5px;
  	margin-bottom: 5px;
	}

	.product-button {
		margin: 25px 0px;
    max-width: 150px;
    width: 100%;
    border: 2px #b8b8b8 solid;
	}

		a.product-button.btn  {
			color: #b8b8b8;
		}


a.sign-up-link {
	color: #575A71;
	text-decoration: none;
	transition: 0.4s;
}

a.sign-up-link:hover {
	color: #fff;
}

/** Help Us **/
.help-us {
  text-align: center;
  color: #808080;
  padding: 30px;
}

	.help-us-bg {
		background-color: #ffffff;
	}

	.help-us img {
		margin: 0 auto;
    display: block;
	}

	.help-us a {
		color: #ffffff;
	}

	.help-us .btn {
		margin: 25px 0px;
		padding: 10px;
    max-width: 200x;
    height: 50px;
    width: 100%;
    border: 2px #ffffff solid;
	}

			.help-us .btn:hover {
				color: #fff;
				border: 2px #fff solid;
			}

	.help-us-login {
		width: 90%;
		padding: 20px;
	}

/** Footer **/
.footer	{
	padding: 35px;
	text-align: center;
}

.logo-footer {
	width: 115px;

}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
}

ul.footer-nav {
	max-width: 600px;
	list-style: none;
	margin: 0 auto;
	padding: 20px 0px;
}

ul.footer-nav li {
	display: inline-block;
	margin: 0px 20px;
}

ul.footer-nav li a:hover {
	text-decoration: none;
}
	/** Search **/
	.results {
		text-align: left;
		margin: 40px 0px;
		color: #A0A0A0;
	}

/** Category **/
.cat-title {
	margin-bottom: 30px;
}
	.cat-title-blue {
		color: #35b7f4;
		text-transform: uppercase;
	}

/** Sign up **/
.profile-photo-su {
	text-align: center;
}

	.profile-photo-su > input[type=file] {
		margin-top: 30px;
	}

.form-divider {
	margin-top: 25px;
}
.password-padding {
    padding: 0px;
}

.password-alert-margin {
	padding: 0;
	margin-top: 15px;
}

.password-padding:first-of-type {
    padding: 0px 15px 0px 0px;
}
/** Campain **/
.breadcrumb {
	margin-bottom: 0px;
	background-color: #8286AC;
	border-radius: 0px;
}

	.breadcrumb a,
	.breadcrumb-path {
		color: #b6bae5;
		margin-right: 10px;
	}

	.breadcrumb-campain {
		color: #dbdff5;
	}

.campain .product,
.product-desc {
	margin-top: 20px;
}
 	.campain .campain-name {
		color: #808182;
		font-weight: lighter;
	}

.product {
	margin-top: 30px;
}

.campain-creator-button {
	font-size: 14px;
}

.donate {
	max-width: 200px;
	padding: 10px;
	color: #fff!important;
	border: none;
	background-color: #25aae9;
}

.denunciate {
	margin-top: -10px;
	color: #fff!important;
	border: none;
	background-color: #9d76b8;
}

.product-desc-title {
	font-size: 30px;
	font-weight: lighter;;
	color: #8286ac
}

.product-desc-description,
ul.images {
	padding: 0px;
	margin: 10px 0px;
}

ul.images {
	text-align: center;
	list-style: none;
}

	.images li {
		margin-right: 15px;
		margin-bottom: 15px;
		display: inline-block;
	}

.product-desc-description .input-group-addon:first-child {
    border: 0px;
    background: #666a94;
    color: #fff;
}

.thanks-title {
	padding-top: 30px;
	padding-bottom: 15px;
}

.donation-box {
	max-width: 100%;
	height: 200px;
	padding: 30px;
	text-align: center;
	color: #fff;
	background: #8286ac;
}

	.donation-box span {
		display: block;
	}

	.donation-box .donate {
		font-size: 20px;
		background: none;
	}

	.donation-box .value {
		font-size: 40px;
	}

		.donation-box .donate,
		.donation-box .value {
			font-weight: lighter;
		}

	.donation-box .selected-value {
		margin-top: 15px;
	}

	.donation-box input[type=radio] {
		width: 20px;
		height: 30px;
	}

.donation-predefined {
	text-align: center;
}
	.donation-predefined .donation-button {
		margin: 20px 0px;
	}

.donation-values-center {
	text-align: center;
}

textarea.report-content {
	width: 100%;
  max-height: 150px;
  resize: none;
}

/** Admin **/
.profile-avatar {
	margin-left: 10px;
}

	.profile-avatar img{
		width: 100%;
		max-width: 50px;
		border-radius: 50%;
	}

	.profile-avatar a {
		text-decoration: none;
	}

.page-title {
	font-size: 30px;
	color: #8286ac;
	margin-bottom: 20px;
}

.statistics .statistic {
	text-align: center;
}

	.statistic .numbers {
		font-size: 60px;
	}

.nav-admin {
	width: 100%;
	text-align: center;
}

.invite-bg {
	margin-top: 10px;
	border-radius: 10px;
	background-color: #8286ac;
}

	.invite-bg .btn {
		border: 2px solid #666a94;
		color: #666a94;
	}

.invite {
	text-align: center;
}

.send-invitation {
	margin-top: 10px;
}

.message {
	margin: 40px 0px;
}

	.message span {
		margin-right: 20px;
	}

.message-content {
	margin: 20px 0px;
	padding: 20px;
	background-color: #f6f6f6;
}

.message-back-button {
	margin: 0;
}

.atendente-options {
	text-align: center;
	margin-top: 50px;
}

	.atendente-options a {
		margin-right: 30px;
	}

.btn-options {
	text-align: center;
	padding: 30px 20px 30px 20px;
}

.medium {
	width: 250px;
}

.large {
	width: 400px;
}

.validate {
	background-color: #1CCDEA;
}

.anonymous {
	background-color: #F5EEE5;
}

.sign-up {
	background-color: #438098;
}

a.validate {
	color: #429CAB;
}

a.anonymous {
	color: #BF8C51;
}

a.sign-up {
	color: #CACACA;
}

a.anonymous:hover {
	color: #D4B08C	;
}

	a.validate:hover,
	a.sign-up:hover {
		color: #fff;
	}

#map_canvas {
	width: 100%!important;
}

.kids-bg {
	background: url('../images/kids-bg.png') no-repeat top center;
	height: 400px;
	margin-bottom: 50px;
	padding: 150px 0px;
}

.kids-bg h2 {
	color: #fff;
	font-size: 260%;
}

.about h2 {
	font-weight: lighter;
}

.sysdoa {
	color: #F53543;
}

.team {
	margin: 30px 0px;
}

.team-item {
	width: 300px;
	display: inline-block;
	margin-bottom: 35px;
}

.team-item .team-person {
	background-color: #000;
	width: 100%;
	max-width: 200px;
	border-radius: 50%;
}

.team-item .team-name {
	text-transform: uppercase;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
	padding: 10px;
	width: 40%;
	border-radius: 5px;
	border: 1px grey solid;
}

/** Media Queries **/
@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
		table, thead, tbody, th, td, tr {
			display: block;
		}

		thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

		tr { border: 1px solid #ccc; }

		td {
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			padding-left: 50%;
		}

		td:before {
			position: absolute;
			top: 6px;
			left: 6px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
		}
}

@media only screen and (max-width: 1200px) {
	.medium,
	.large {
		width: 100%;
	}
}

@media only screen and (max-width: 650px) {
	.footer .footer-nav {
		display: none;
	}
	.label-right {
		width: 100%;
		margin-right: 0px;
	}
}
