/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*************************************************/

body{
	font-family: 'Open Sans', serif;
	line-height: 1.4em;
	background-color: #11293c;
}

h1, h2, h3, h4, h5, h6{
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 700;
}

h1{
	font-size: 36px;
}

h2{
	font-size: 28px;
}

h3{
	font-size: 24px;
}

h4{
	font-size: 20px;
}

p{
	margin: 20px 0px;
}

#background{
	background-color: #fff;
}

#wrapper{
	max-width: 1200px;
	padding: 40px 0px;
}

#login{
	background-color: #2196f3;
	padding: 10px 20px;
	color: #fff;
	text-align: right;
}

#login a{
	display: inline-block;
	background-color: #1d85d8;
	border-radius: 5px;
	padding: 2px 8px;
	margin: 0px 5px;
	color: #fff;
}

#logo{
	float: left;
	font-weight: bold;
	font-size: 22px;
}

#menu{
	background-color: #1d85d8;
	color: #d6dade;
	padding: 10px 20px;
}

#menu ul li, #menu ul ul{
	display: inline-block;
}

#menu ul li a{
	color: #fff;
	display: inline-block;
	padding: 2px 5px;
	background-color: #1674bf;
	border-radius: 5px;
}

.error_message{
	color: #ffffff;
    background-color: #b54c4c;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 0px;
}

.data_row{

}

.data_cell{
	display: inline-block;
	padding: 4px 8px;
	border: 1px solid #f1f1f1;
}

.error{
	background-color: #F44336;
	color: #fff;
	padding: 3px 6px;
	border-radius: 3px;
}

.flash-message{
	padding: 3px 6px;
	border-radius: 3px;
}

.form-signin{
	margin-bottom: 10px;
}

.business_logo_edit{

}

.business_logo_edit img{
	max-width: 300px;
	padding: 6px;
	border: 1px solid #ccc;
	margin: 6px 0px;
}

.text-muted{
	font-size: 13px;
}

p.text-muted{
	margin-top: 8px;
}

/*********** Review Request Template *************/

#review-request{
	text-align: center;
}

#review-request h2{
	margin-bottom: 30px;
}

#request-logo img{
	max-width: 400px;
	margin-bottom: 20px;
}

.review-logo{
	max-width: 300px;
	height: auto;
}

#copied{
	margin: 20px;
	padding: 20px;
	background-color: rgba(202,227,247,1);
	opacity: 0;
	transition: all 2s ease;
}

#copied-review, #copied-message{
	opacity: 0;
	transition: all 2s ease;
	height: 0;
}

#copied-review{
	font-style: italic;
}

.review_rating {
    float:left;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t 
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.review_rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}

.review_rating:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:400%;
    line-height:1.2;
    color:#ddd;
    text-shadow:1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);
    transition: all .4s ease;
}

.review_rating:not(:checked) > label:before {
    content: '★ ';
}

.review_rating > input:checked ~ label {
    color: #f70;
    text-shadow:1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0,0,0,.5);
}

.review_rating:not(:checked) > label:hover,
.review_rating:not(:checked) > label:hover ~ label {
    color: gold;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.review_rating > input:checked + label:hover,
.review_rating > input:checked + label:hover ~ label,
.review_rating > input:checked ~ label:hover,
.review_rating > input:checked ~ label:hover ~ label,
.review_rating > label:hover ~ input:checked ~ label {
    color: #ea0;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.review_rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}

.Google_button, .Yelp_button, .Facebook_button{
	background-image: url('/images/review-google.png');
	background-size: cover;
	background-repeat: no-repeat;
	width: 300px;
	height: 74px;
	border: 0px;
	background-color: transparent;
}

.Yelp_button{
	background-image: url('/images/review-yelp.png');
}

.Facebook_button{
	background-image: url('/images/review-facebook.png');
}


/****** FOOTER ******/

#footer{
	clear: both;
	background-color: #11293c;
	padding: 50px 20px;
	color: #fff;
}

@media (max-width: 500px) {
	#request-logo img{
		max-width: 280px;
	}

	.review_rating{
		width: 240px;
		margin: 0px auto;
		float: none;
	}

	.review_rating:not(:checked) > label{
		font-size: 300%;
	}

}