/* Overriding some */
body {
	background: #fafafa;
}

@media (min-width: 1200px) {
	.container {
		width: 1000px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 900px;
	}
}

.modal-content {
	border-radius: 3px;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.modal-header {
	padding: 10px;
}
.form-control {
	display: block;
	width: 100%;
	height: 32px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #EDEEEE;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: inset none;
}

.btn-default, .btn-default:hover  {
	color: #fff;
	background-color: #333;
	border-color: #333;
}


.panel-default {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	border: 0;
	border-radius: 0;
}
.panel-default>.panel-heading {
	background-color: #FFF;
	border-color: #EDEEEE;
}
.panel-default>.panel-footer {
	background-color: #FFF;
	border-color: #EDEEEE;
}
.panel-heading {
	padding: 8px 15px;
}


/* Fixing the lightbox */
.input-group .form-control {
	z-index: 0;
}


/* Modifications for sticky footer */
html {
	position: relative;
	min-height: 100%;
}
body {
	margin-bottom: 130px;
}
.sticky-footer {
	font-family: 'Segoe UI', Tahoma, Segoe UI, Arial, sans-serif;
	position: absolute;
	bottom: 0;
	height: 91px;
	background: #fff;
	width: 100%;
	padding-top: 20px;
	border-top: 1px solid #EDEEEE;
	margin-top: 50px;
}

.sticky-footer, .sticky-footer a {
	color: #5F5F5F;
}

.sticky-footer a:hover {
	color: #000;
}


/* Helper classes */
.clearboth {
	clear: both;
}
.full-width {
	width: 100%;
}
.shadow {
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.85);
	color: white;
}
.no-shadow {
	text-shadow: none;
}

.white, .white a, .white a:hover {
	color: #fff;
}
.black, .black a {
	color: #000;
}
.red {
	color: #c41745;
}

.green {
	color: #17C41E;
}

.inline {
	display: inline;
}

.center {
	text-align: center;
}

.clickable {
	cursor: pointer;
}

.table-fixed-full {
	table-layout: fixed;
	width: 100%;
}

.table-statistics tr td:first-child {
	font-weight: bold;
}

.no-underline, .no-underline:hover{
	text-decoration: none;
}

.no-padding-sides {
	padding-left: 0;
	padding-right: 0;
}

.no-margin {
	margin: 0;
}

.center-margin {
	margin: 0 auto;
}

.get-back-button {
	color: #1a9ddb;
	background-color: #ffffff;
	border-color: #1a9ddb;
	padding: 3px 10px;
	transition: all 0.5s;
}
.get-back-button:hover, .get-back-button:focus, .get-back-button:active, .get-back-button.active, .open .dropdown-toggle.get-back-button {
	color: #FFFFFF;
	background-color: #1a9ddb;
	border-color: #1a9ddb;
}
/* Navbar custom menu */
.navbar-main {
	margin-bottom: 50px;
}
.navbar {
	min-height: 0px !important;
}

.navbar-nav>li>a {
	padding-top: 15px;
	padding-bottom: 15px;
}


.list-group-item:first-child {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
.list-group-item:last-child {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
	background-color: #3B4F5E;
	border-color: #3B4F5E;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background-color: #3B4F5E;
}

/*admin navbar */
.navbar-admin-menu {
	background: #1f222f;;
	border: none;
	border-radius: 0px;
	font-family: 'Segoe UI', Tahoma, Segoe UI, Arial, sans-serif;
	margin-bottom: 0px;
}
.navbar-nav-admin {
	height: 30px;
	float: none;
}
.navbar-nav-admin>li>a {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 0;
}
.navbar-brand-admin {
	font-size: 14px;
	height: 30px;
	padding: 5px 0px 5px 15px;
	margin-right: 20px;
}
.navbar-admin-menu .navbar-brand {
	color: #FFF;
}
.navbar-admin-menu .navbar-brand-admin:hover, .navbar-admin-menu .navbar-brand-admin:focus {
	color: #79CDFF;
	background-color: transparent;
}
.navbar-admin-menu .navbar-nav-admin>li>a {
	color: #FFF;
	opacity: 0.7;
}
.navbar-admin-menu .navbar-nav-admin>li>a:hover, .navbar-admin-menu .navbar-nav-admin>li>a:focus {
	color: #FFF;
	opacity: 1;
}
.navbar-avatar-image {
	width: 24px;
	height: 24px;
	margin-right: 10px
}

/* Social Icons */
.navbar-social {
	margin-top: 10px;
	margin-bottom: 5px;
}
.navbar-social a {
	margin-right: 5px;
	margin-left: 5px;
}
.navbar-social a:nth-child(1) {
	color: #3B579D;
}
.navbar-social a:nth-child(2) {
	color: #1AB2E8;
}
.navbar-social a:nth-child(3) {
	color: #DD4B39;
}


/* Store page */
.label-store {
	font-size: 60%;
}
.media-store {
	margin-top: 25px;
}
.media-store-disabled {
	opacity: 0.5;
}
.paypal-submit {
	width: 100px;
	height: auto;
}
.verified-badge-store {
	width: 64px;
	height: 64px;
}

.colored-store {
	width: 64px;
	height: 64px;
}


.bg-main {
	background: linear-gradient(333deg, #00ffb8 0%, #3eb8ff 100%) !important;
}

.ig-text-color {
	color: #ff4c75;
}

.bg-instagram {
	background: #f75581;
	background: linear-gradient(333deg, #c32dca 0%, #ffbb3e 100%);
}

/* Index presentation */

.card-small-text {
	font-size: 0.85rem;
	line-height: 1rem;
	text-transform: lowercase;
	font-weight: lighter;
}

.card-bg-index {
	background: #00a2ff !important;
}



.bg-shadow {
	box-shadow: 2px 2px 10px 0px #88888866;
}

.profile-button-addition {
	white-space: normal;
	word-wrap: break-word;
}

.profile-settings-avatar {
	max-width: 165px;
	max-height: 165px;
	cursor: pointer;
}

[type="radio"][name="color"] {
	visibility:hidden;
}