 /* Style the session clock */
 h4 {
	font-size: 18px;
 }
 
 .h3, h3 {
    font-size: 18px;
	font-weight: 500;
}
 
 .alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    border-left-color: rgb(250, 235, 204);
}

 .session-clock {
	width: 100%;
	text-align: center;
 }
 
 .callout-warning {
    margin: 20px 0;
    padding: 20px;
    background-color: #ffd9d9;
    border-color: #f0ad4e;
        border-left-color: rgb(240, 173, 78);
    border-left: 3px solid #f00;
    display: none;
}
 
 /* Style the form */

 /* Step 2 Styles */
.section-header {
	margin: 0px 0px 20px 0px;
	font-weight: 700;
}

.section-text {
	margin: 10px 0px;
	padding: 10px 10px 10px 0px;
	border: solid 1px #ddd;
}

.locations {
	display: block;
	margin: 10px;
}

 .section-text-btn {
	padding: 0px 10px;
	margin-left: 20px;
}

.section-text-lbl {
	width: 325px;
}

/* End Step 2 Styles */

/* Step 3 Styles */

.publish-dates-title {
	color: #000;
	margin: 0px 0px 15px 0px;
	font-size: 1.5em;
	font-weight: 700;
}

#publish-dates {
	width: 100%;
}

#publish-dates td {
	width: 100%;
}

#first-issue {
	width: 100%;
	margin-bottom: 5px;
}

#first-issue.fi-cities {
	width: 50%;
}

#first-issue.fi-dates {
	width: 50%;
	text-align: right;
}

#selsections {
	width: 100%;
}

/* End Step 3 Styles */

/* Step 4 */

.preview-rt {
	padding-left: 50px;
}

.preview-lft {

}

.oneby-bounding-box {
	width: 145px;
	background: white;
	border: 2px solid black;
}

.oneby-preview {
	text-align: center;
	width: 141px;
}

.oneby-header {
	width: 141px;
	margin-bottom: 0;
	background-color: black;
	color: white;
	font-weight: 800;
	text-align: center;
}

.oneby-ad-copy {
	width: 145px;
	font-size: 12px;
	margin: 5px 0px 5px 0px;
}

.oneby-price,.oneby-contact1,.oneby-contact2 {
	width: 145px;
	height: 10px;
	font-weight: bold;
	text-align: center;
	overflow: visible;
	margin: 0px 0px 10px 0px;
}

.uc-title {
	font-size: 1.2em;
	font-weight: 700;
	color: #000;
	margin-bottom: 5px;
}

.uc-editions {
	width: 175px;
	margin-bottom: 3px;
	font-size: .9em;
	float: left;
}

.uc-dates {
	width: 100px;
	margin-bottom: 3px;
	text-align: right;
	font-size: .9em;
	float: left;
}

/* End Step 4 */

.reg-form {
	width: 62%;
	min-width: 300px;
}

.border-bottom {
	border-bottom: solid 1px #ddd;
}

#imgErr {
	display: none;
}

#pri {
    position: relative;
    top: 0px;
    left: 0px;
    display: none;
}

#bus {
    position: relative;
    top: 0px;
    left: 0px;
    display: none;
}

#upload-img {
	max-width: 300px;
}

.weeks-to-run {

}

.classifiedHeaderText {
	margin: 20px 0;
	font-size: 1.2em;
}

/* Style the input fields */

input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
/*  font-family: Raleway; */
  border: 1px solid #aaaaaa;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

label {
	font-weight: 300;
}

element {
    width: 20px;
}
input[type="checkbox"], input[type="radio"] {
    width: 30px;
}

.photo-input {
	width: 100%;
}

/* Mark input boxes that gets an error on validation: */

input.invalid {
  background-color: #ffdddd;
}

.radio-inp {
	margin-left: 15px;
}

/* Hide all steps by default: */

.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */

.step {
  height: 35px;
  width: 35px;
  margin: 0 2px;
  padding-top: 2px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  background-color: #928e8e;
  border: none;
  border-radius: 50%;
  display: inline-block;
}

/* Mark the active step: */

.step.active {
  opacity: 1;
  background-color: #5a5959;
}

/* Mark the steps that are finished and valid: */

.step.finish {
  background-color: #4CAF50;
}

/* Upload Photo Styles: */

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#img-upload{
	width: 50%;
	margin-top: 30px;
}
.error {
	color: #f00;
	display: none;
	margin-left: 13px;
}
.ccPic {
	position: relative;
	top: -29px;
	right: 5px;
	float: right;
}
.ccPic img {
	width: 40px;
	margin-top: -18px;
}

/************
   375px
************/

@media only screen and (max-width: 375px)
{
	.section-text-lbl {
		width: 245px;
	}
	#prevBtn {
		font-size: 1rem;
	}
	#nextBtn {
		font-size: 1rem;
	}
	#deleteAd {
		font-size: 1rem;
	}
}