.hide { display: none; }

/* Error Message box */
.errors { border: solid 1px #f4c1c1; color: #790000 !important; padding: 1.0em 1.0em 1.0em 50px !important; background: #FFE5E6 url(../gfx/cancel.png) no-repeat 10px 7px }

/* Success Message box */
.success { border: solid 1px #4F8A10; color: #4F8A10 !important; padding: 1.0em 1.0em 1.0em 50px !important; background: #DFF2BF url(../gfx/success.png) no-repeat 10px 7px; }


/* Style input with error to match the error message text */
input.error { color: #790000 !important; background-color: #ffe5e6; border: 1px solid #f4c1c1; }


#content form fieldset fieldset.leftright fieldset { width: 69%; }
#content form fieldset fieldset.leftright label.longerlabel { width: 65%; }
#content form fieldset label.longestlabel { width: 95%; }

.date-box {
	color: #555;
	width: 100%;
	background: #f5f5f5;
	margin: 10px 0 30px -23px;
	padding: 20px 23px 25px 23px;
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.date-box strong {
	font-size: 15px;
}
.date {
	background: url(../gfx/calendar-icon.png) no-repeat 0 -1px;
	padding: 0px 0px 0px 20px;
}

/* Upload styles */
#content input#profile_photo { width:60%;}
#content a#clear {display: block;height: 25px ;background: url('../gfx/crossbutton.png') no-repeat scroll;padding: 0px 0px 20px 0px;border: 0px; margin-right: 35px;margin-top: 3px;
float: right;
position: relative;
width: 20px !important;
}

/*** Uploading progress ***/
.loading:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis 2s infinite;
    -moz-animation: ellipsis 2s infinite;
    animation: ellipsis 2s infinite;
    content: "\2026"; /* ascii code for the ellipsis character */
}
@-moz-keyframes ellipsis {
    from {
        width: 2px;
    }
    to {
        width: 15px;
    }
}
@-moz-keyframes ellipsis {
  from {
    width: 2px;
  }
  to {
    width: 15px;
  }
}

@-webkit-keyframes ellipsis {
  from {
    width: 2px;
  }
  to {
    width: 15px;
  }
}


/* Error styles */
div.error {
	width: 398px;
	margin-left: 190px;
	border-radius: 16px;
	transition: all 0.2s ease;
}
div.input_error {
	margin-left: 190px;
}

.check_box_error {
	margin-left: -6px !important;
}

#content input.error {
	background-color: #ffffff;
	border: 1px solid #cc0000;
	box-shadow: 0 0 10px #cccccc;
}


#content form fieldset select {min-height: 23px; height: auto;}

.g-recaptcha { float: left; }
#content button { margin-top: 20px; float: right; }


/* Hide filter box for actions in admin.html */
#content input.tablesorter-filter.disabled {
	background: none;
	border: 0;
}

/* REQUIRED in CUSTOM THEMES!
 This is the only definition that MUST BE added to any custom themes.
 This is how rows are hidden by filtering (included in provided themes) */
.tablesorter .filtered {
  display: none;
}

/*************************************************
	LARGEST @ MEDIA
	the default - base width: 1114px
cols    1     2      3      4
px      186   418    650    882

*************************************************/
@media only screen and (min-width: 1025px) {
}


/*************************************************
	MIDDLE @ MEDIA / iPad landscape
	base width: 882px
cols    1     2      3
px      186   418    650

**************************************************/
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	#content form fieldset input {width: 100%;}
    #content form fieldset input[type=text] {width: 100%;}
    #content form fieldset textarea {width: 100%;}
    #content form fieldset label.longestlabel { width: 75%; }
	.errors { background-image: none; }
	/* Error styles */
	div.error {
		margin-left: 0;
		width: auto;
	}
	#content div.shoppingcart { width: 100%; top: 475px;}
	#content div.shoppingcart dl { width: 100% !important; }
	#content div.shoppingcart dt { width: 67% !important; }
	#content div.shoppingcart dd { width: 20% !important; }
	
}

/*************************************************

	SMALLEST @ MEDIA / iPad portrait
	base width: 650px

**************************************************/
@media only screen and (max-width: 768px) {
	.errors { background-image: none; }
	#right div.shoppingcart { width: 186px; top: 475px; }
	/* Fix email field width */
	#content form fieldset input {width: 75%;}
    #content form fieldset input[type=text] {width: 75%;}
    #content form fieldset textarea {width: 75%;}
    #content form fieldset label {width: 74%;}
    #content form fieldset label.longestlabel { width: 75%; }
	/* Error styles */
	div.error {
		margin-left: 0;
		width: 75%;
	}
	#content div.shoppingcart { width: 100%; top: 475px;}
	#content div.shoppingcart dl { width: 100% !important; }
	#content div.shoppingcart dt { width: 67% !important; }
	#content div.shoppingcart dd { width: 20% !important; }

    #content button { float: left; }	
}
