#guys-fields {
	display: none;
}

#girls-fields {
	display: none;
}

.gender {
	display: none;
}

.application-process {
    max-width: 1200px;
    margin: 0 auto;
	padding: 20px 0px;
}

.application-status-container {
	display: block;
	overflow: auto;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: inset 0px -60px 70px #fff, 0px 10px 180px 10px #fff;
}

.application-status-container h2 {
	color: #00a9e1;
	font-weight: 600;
	margin: 0px 0 3px;
}

.application-status-container p {
	color: #444;
	margin-bottom: 5px;
}

.application-status-icon {
	color: #00a9e1;
	font-size: 48px;
}

.account-info-status span.step-complete {
	color: #00a9e1;
	font-weight: 700;
}

.account-info-status span.step-incomplete {
	color: #b5b5b5;
	font-weight: 500;
}

.model-profile-status span.step-complete {
	color: #00a9e1;
	font-weight: 700;
}

.model-profile-status span.step-incomplete {
	color: #b5b5b5;
	font-weight: 500;
}

.setup-link {
	height: 40px;
	line-height: 40px;
	display: block;
	padding: 0 0 0 14px;
	position: relative;
	margin: 0;
	cursor: pointer;
	border-bottom: 1px solid rgba(255,255,255,.5);
	color: inherit;
}

.setup-link > i {
	width: 24px;
}

.setup-link > i.dropArrow {
	position: absolute;
	right: 10px;
	top: 12px;
	width: 12px;
	height: 12px;
	transition: all .2s ease-in-out;
}

.btn:hover {
    color: #fff;
}

a.setup-link:hover {
	color: inherit;
    text-decoration: none;
}

.download-status span.step-complete {
	color: #00a9e1;
	font-weight: 700;
}

.download-status span.step-incomplete {
	color: #b5b5b5;
	font-weight: 500;
}
    .form-control::-webkit-input-placeholder { /* Edge */
    color: #222;
  }
  
  .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #222;
  }
  
  .form-control::placeholder {
    color: #222;
  }

	.application-process .alert {
		margin: 15px 0 0;
	}

/* Current Step */
.status-current-step .status-not-started {
	background-color: #1187b8;
}

/* Status Rejected */

.status-rejected,
.status-potential-dupe {
	background-color: #640d0d;
}

.status-rejected .fa {
	color: #ffffff;
}

.status-rejected label {
	color: #666;
}

.status-rejected label:hover {
	background-color: #c50909 !important;
}

/* Status Not Started */

.status-not-started label {
    color: #ffffff;
	cursor: pointer;
}

/* Status Pending */

.status-pending {
	background-color: #FF813F;
}

.status-pending .fa {
	color: #ffffff;
}

.status-pending label:hover {
    background-color: #ff6d21 !important;
}

/* Status Not Available */

.status-not-available {
	background-color: #0c76a1;
	opacity: .3;
	pointer-events: none;
}

.status-not-available label:hover {
    cursor: not-allowed;
}

.status-not-available .fa {
	color: #ffffff;
}

.status-not-available label {
	color: #fff;
	font-style: italic;
}

/* Status Complete */

.status-complete {
	background-color: #32ac4a;
}

i.status-complete {
    color: #4bb543;
    background-color: #fff;
    border-radius: 100%;
    height: 12px;
    font-size: 16px;
    line-height: 12px;
}

.status-complete label:hover {
	background-color: #359c2d !important;
}

.status-complete label {
    font-style: italic;
    color: #fff;
    font-size: 15px;
}

.application-progress-section h3 {
	color: #00a9e1;
	font-size: 18px;
	margin-top: 10px;
}

.application-progress-section .progress-bar {
    background-color: #00a9e1;
}

.application-progress-section .progress {
	margin-top: 30px;
}

.pulsing-percent-circle {
	position: absolute;
	background: #00a9e1;
	height: 55px;
	margin: -15px 0px 0px 0px;
	line-height: 55px;
	width: 55px;
	border-radius: 50%;
	font-weight: 900;
	font-size: 18px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	animation: pulse 2s infinite;
}

.pulsing-percent-circle:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
	  -webkit-box-shadow: 0 0 0 0 rgb(0, 169, 225);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
	  box-shadow: 0 0 0 0 rgb(0, 169, 225);
  }
  70% {
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.application-progress-panels {
	display: flex;
}

.application-panel {
	background: #ffffff;
	margin: 10px;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}

.application-panel h3 {
	color: #00a9e1;
	font-size: 18px;
	border-bottom: 1px solid #fafafa;
	padding-bottom: 10px;
}

.application-panel ul {
	padding-left: 20px;
}

.application-panel li {
    list-style: none;
}

.application-panel span {
	color: #00a9e1;
	margin-left: 5px;
	font-weight: 400;
}

.application-panel p {
	color: #444444;
}

.download-panel p {
	text-align: center;
}

.application-panel  {
	color: #00a9e1;
	margin-left: 5px;
}

.download-panel .download-icon {
	text-align: center;
	display: block;
	font-size: 78px;
}

.inactive-download {
	color: #eee;
}

.next-steps-section p {
	font-weight: 400;
}

.next-steps-section h3 {
	color: #00a7e1;
	font-weight: 600;
}

/* Modal CSS */

.setup-modal-control:checked ~ .setup-modal-shadow, .animate-from-top .setup-modal-control:checked ~ .setup-modal-shadow, .setup-modal-control:checked ~ .setup-modal-wrap {
    display: flex;
}

.setup-modal-shadow {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    height: 110vh;
    width: 100%;
    background: rgba(0,0,0,0.7);
}

.setup-modal-wrap {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    height: 95vh;
    width: 100%;
    pointer-events: none;
    align-items: center;
    justify-content: center;
}

.setup-modal-wrap .setup-modal {
    display: inline-block;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    pointer-events: all;
	height: 90%;
    width: 80%;
	position: relative;
}

.setup-modal .close-modal {
	background-color: #ffffff;
	box-shadow: 0px 0px 5px #000;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	line-height: 25px;
	top: -10px;
	right: -10px;
}

.setup-modal-header {
    padding: 15px;
    background: #eee;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
}

.setup-modal-body {
    padding: 20px;
    height: 100%;
	overflow: auto;
}

.setup-modal-footer {
    padding: 10px;
    margin: 0px;
    text-align: center;
    background-color: #28b5e6;
	overflow: auto;
}

.setup-panel {
	overflow: auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #efefef;
}

.next-modal-signup {
	float: right;
	background-color: #28a745;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
}

.previous-modal-signup {
	float: left;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
}

.btn-submit {
	background-color: #28a745;
	color: #fff;
    font-size: 18px;
    border-radius: 20px !important;
    font-weight: 600;
    text-transform: uppercase;
	display: inline-block;
}

/* End Modal CSS */

/* Modal Global CSS */

.signup-modal-content {
    padding: 10px 0px;
}

.signup-input-group {
	margin-bottom: 5px !important;
	width: 16%;
    display: inline-block;
}

.flex-inline {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

strong p {
    font-weight: 700;
}

.align-items-center {
    align-items: center;
}

.justify-content-center  {
    justify-content: center;
}

.full-width-img {
    max-width: 100%;
}

.signup-input-group-dob {
	margin-left: 5px !important;
    display: inline-block;
}

.form-tip {
	color: #666;
	font-style: italic;
	font-size: 12px;
}

.setup-modal-footer p {
	display: inline-block;
	margin: 10px 10px 0px 0px;
	color: #fff;
	font-weight: 600;
}

.application-progress-panels .tooltip {
	margin-top: -2px;
}

/* Legal Record Modal */

.gender-select-box {
	width: 75px;
	height: 75px;
	display: inline-block;
	text-align: center;
	line-height: 75px;
	border: 1px solid #eeeeee;
	font-size: 48px;
}

.gender-select-box .fa-female {
	color: #ffb6c1;
}

.gender-select-box .fa-male {
	color: #00a9e1;
}

/* End Legal Record Modal */

/* Photo ID Modal */

.photo-ids img {
	max-width: 100%;
}

.id-requirements h4 {
	color: #00a9e1;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;	
}

.id-requirements p {
	font-weight: 400;
}

.js-dob {
	display: inline-block;
	margin-bottom: -4px;
}

.js-dob .calendarDateInput {
	height: 30px;
    width: 150px;
    margin: 0px 10px -5px 0px;
    background: #fff !important;
    border: 1px solid #dfdfdf !important;
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    color: #2f2f2f !important;
}

.id-phone {
	height: 30px;
	width: 100%;
	background: #fff !important;
	border: 1px solid #dfdfdf !important;
	font-family: inherit;
	font-weight: 400;
	font-size: 14px;
	color: #2f2f2f !important;
}

.setup-upload input[type="file"] {
    display: none;
}

.custom-id-file-upload {
    width: 100%;
    padding: 4px 0px;
    background: #27b4e5;
    color: #fff;
    border: 1px solid #dfdfdf !important;
    cursor: pointer;
    text-align: center;
}

.prospect-images-container h4 {
	color: #00a9e1;
	margin-top: 0px;
}

.prospect-images-container .fa-cloud-upload {
	color: #00a9e1;
	font-size: 4.8rem;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
	cursor: pointer; 
}

.inputfile + label {
    color: #ffffff;
    background-color: #00a9e1;
    display: inline-block;
    font-weight: 700;
    font-size: 1.6rem;
    padding: 5px 15px;
	width: 100%;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #1188b9;
}

.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.dob-form table {
	width: 100%;
}

.dob-form table tr {
	display: flex;
}

.dob-form table tr td {
	flex: 1 1 auto;
}

.dob-form table tr td select.calendarDateInput {
	display: block;
	width: 97%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	background-image: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-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;
	color: #000;
	background-color: #eee;
	border: 1px solid #ccc;
}

.dob-form table tr td:last-child {
	display: none;
}

/* End Photo ID Modal */

/* Stage Name */

.sn-works, .sn-not-works {
	text-align: center;
}

.sn-works {
	border-right: 1px solid #eee;
}

.sn-not-works {
	border-left: 1px solid #eee;
}

.sn-works i {
	color: #4bb543;
}

.sn-works h4 {
	display: inline-block;
	margin-left: 5px;
	color: #28a6da;;
}

.sn-works-example, .sn-not-works-example {
	margin-top: 15px;
	font-weight: 600;
	color: #636363;
}

.sn-not-works i {
	color: #a94442;
}

.sn-not-works h4 {
	display: inline-block;
	margin-left: 5px;
	color: #28a6da;;
}

.select-gender h4 {
	color: #00a9e1;
	font-weight: 600;
}

.select-gender .btn {
	min-width: 115px;
}

.stage-name-container h3 {
	color: #00a9e1;
	font-size: 21px;
	font-weight: 600;
}

.stage-name-container h5 {
	color: #00a9e1;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
}

.stage-name-container input {
	width: 420px;
	border: 3px solid #00a9e1;
	padding: 10px;
	border-radius: 35px;
	text-align: center;
	font-weight: bold;
	color: #00a9e1;
	box-shadow: inset 0px 0px 5px rgba(0, 168, 224, 0.3);
}

.stage-name-container input::placeholder {
	color: #c1c1c1;
	font-weight: 500;
}

.stage-name-container input:focus {
	outline: none;
}

.stage-name-container .btn {
	padding: 10px 35px;
	border-radius: 30px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	display: block;
	margin: 15px auto 0;
}

.stage-name-container .btn.disabled:hover {
	opacity: .6;
}

.stage-name-container .gender-switcher {
	color: #bbb;
	font-weight: 500;
	margin-bottom: 20px;
}

.stage-name-container .gender-switcher span:nth-child(1) {
	color: #666;
	font-weight: 600;
}

.stage-name-container .gender-switcher span:nth-child(2) {
	font-size: 21px;
	color: #00a7e1;
	font-weight: 700;
	text-transform: uppercase;
}

.stage-name-container .gender-switcher a {
	color: #9c9c9c;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;	
}

.generated-name {
	margin: 10px 0;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	background: #00a9e0;
	padding: 10px;
	display: inline-block;
	min-width: 150px;
	text-transform: uppercase;
	border-radius: 30px;
	transition: transform .1s ease;
	cursor: pointer;
}

.generated-name:hover {
	transform: scale(1.1);
	text-decoration: none;
	color: #fff;
}

.good-name-check {
	width: 40px;
	height: 40px;
	background: #4bb543;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 3px solid #42a03b;
	box-shadow: 0px 3px 7px rgba(39,39,39,.5);
	margin: 0 auto;
}

.good-name-check i {
	color: #fff;
	font-size: 21px;
	text-shadow: 0px 1px 4px rgba(39,39,39,.5);
}

.bad-name-ban {
	width: 40px;
	height: 40px;
	background: #a94442;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 3px solid #873634;
	box-shadow: 0px 3px 7px rgba(39,39,39,.5);
	margin: 0 auto;
}

.bad-name-ban i {
	color: #fff;
	font-size: 21px;
	text-shadow: 0px 1px 4px rgba(39,39,39,.5);
}

.stage-name-generator h4 {
	font-weight: 600;
	color: #666666;
	font-size: 16px;
	margin-bottom: 0;
}

.stage-name-generator p {
	margin: 5px 0 15px;
	font-size: 14px;
	font-weight: 400;
}

.select-gender .btn {
	padding: 10px 35px;
	border-radius: 30px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
}

/* Model Profile */

.language-select p {
	display: inline-block;
	margin-left: 5px;
}

.setup-panel h3 {
    color: #00a9e1;
    font-weight: 600;
	margin-top: 0;
}

.horizontal-line-separator {
	display: block;
    height: 95%;
    width: 1px;
    margin: 0 auto;
    background-color: #f1f1f1;
    margin-top: 15px;
}

.setup-example-images {
	width: 100%;
    box-shadow: 0px 1px 3px 0px #9b9b9b;
}

.success-text {
	color: #4bb543;
	font-weight: 600;
}

.warning-text {
	color: #a94442;
	font-weight: 600;
}

.what-works {
	display: block;
	color: #4bb543;
	text-align: center;
	font-size: 20px;
}

.what-works p {
	font-style: italic;
	color: #444;
	font-size: 14px;
}

.what-doesnt {
	display: block;
	color: #a94442;
	text-align: center;
	font-size: 20px;
}

.what-doesnt p {
	font-style: italic;
	color: #444;
	font-size: 14px;
}

.setup-upload-photos {
	text-align: center;
	border: 5px dashed #ced5db;
	margin-top: 50px;
	border-radius: 10px;
	padding: 50px 0px;
}

.setup-upload-photos h4 {
    color: #00a9e1;
    font-weight: 600;	
}

.setup-upload-photos p {
	font-size: 14px;
}

.upload-icon {
	font-size: 48px;
	color: #00a9e1;
}

.category-girls-trans-hide .category-girls-trans {
	display: none;
}

.category-guys-hide .category-guys {
	display: none;
}

/* Model Bio */

.bio-section-header {
	padding-left: 0px;
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
}

.bio-section h3 {
	font-weight: 600;
	color: #02a7e0;
	display: inline-block;
	margin-right: 10px;
}

.bio-section .category-header {
	font-weight: 600;
}

.bio-section .inline-tip {
	display: inline-block;
	font-style: italic;
	font-size: 14px;
	font-weight: 400;
}

.bio-section .form-control {
	box-shadow: none;
	padding: 10px 5px;
	min-height: 45px;
}

.bio-section .form-control:focus {
	background: #fff !important;
}

.language-bio {
	justify-content: space-between;
}

.language-bio .checkbox {
	display: inline-block;
	margin-right: 20px;
}


/* Payment Section */

.instant-pay img {
	display: block;
	margin: 0px auto 15px;	
}

.instant-pay .btn-instant-pay {
	background-color: #06b407;
	color: #ffffff;
	border: 2px solid #019101;
	font-size: 2.2rem;
	padding: 10px 40px;
	margin-bottom: 10px;
}

.tip-text {
	font-size: 1.2rem;
	font-style: italic;
}

.payment-container h3 {
	color: #00a9e1;
	font-weight: 600;
	margin-bottom: 5px;
}

.payment-field {
	max-width: 250px;
	display: inline-block;
}

.payment-text {
	display: inline-block;
	margin-right: 10px;
}

.payment-section {
    margin-bottom: 10px;
    min-height: 35px;
    clear: both;
}

.payment-choice {
	border-right: 1px solid #eee;
}

.disabled-input {
	opacity: .5;
}

/* Navigation progress indicator */

.solo-model-menu-progress {
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    border-top: 1px solid #93daf2;
    border-bottom: 2px solid #93daf2;
    padding: 20px 5px;
}

.solo-model-menu-progress p {
	margin-bottom: 0;
}

.menu-progress-percentage {
    font-size: 5.2rem;
    font-weight: 900;
    margin: -10px 0;
}

.menu-progress-bar-container {
	width: 90%;
	margin: 0 auto;
}

.menu-progress-bar {
	width: 100%;
	height: 10px;
	background-color: #ffffff;
	margin: 10px auto 0 auto;
	border-radius: 10px;
}

.menu-progress-bar .progress-bar {
	height: 10px;
}

.progress-bar-none {
	position: absolute;
}

.progress-bar-done {
	position: absolute;
	right: 5%;
}

.menu-progress-next-step {
	margin-top: 30px;
	font-size: 14px;
	font-weight: 300;
}

.menu-progress-next-step a {
	font-weight: 600;
	font-size: 16px;
	padding-bottom: 1px;
	border-bottom: 1px solid #fff;
}

.menu-progress-download {
	font-size: 7rem;
	background: #fff;
	color: #28a6da;
	padding: 15px 15px 10px 15px;
	border-radius: 45%;
	margin-top: 10px;
}

.application-process-complete h2 {
	color: #00a9e1;
	font-weight: 600;
}

.application-process-complete .download-software {
	font-size: 7rem;
	margin: 5px 0 -5px 0;
}

.application-process-complete h5 {
	text-decoration: underline;
}

.navItem .tooltip {
	width: 100%;
}

/*
@media screen and (max-width: 1024px) {
	#nav_hamburger {
		display: none;
	}
}
*/

@media only screen and (max-width: 867px) {
	
	.language-bio {
		display: block !important;
	}
	
	.language-bio .checkbox {
		display: inline-block;
		width: 100px;
	}
	
}

@media only screen and (max-width: 840px) {
	
	.application-progress-panels {
		flex-wrap: wrap;
	}
	
}

/** NEW CSS FOR UPLOAD IMAGE **/

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-dir-column {
	flex-direction: column;
}

.flex-dir-row {
	flex-direction: row;
}

#upload-image .setup-panel,
.setup-panel.stage-name {
	border-bottom: 0px;
}

#upload-image .setup-panel .standard-fa,
.setup-panel.stage-name .standard-fa {
	font-size: 28px;
	padding: 0px 10px 0px 0px;
}

.photo-examples {
	margin-top: 25px;
}

.good-photos,
.bad-photos {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.good-photos .pic-1,
.good-photos .pic-2,
.bad-photos .pic-1,
.bad-photos .pic-2 {
	width: 250px;
	height: 180px;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 5px;
	box-shadow: 0px 3px 7px rgba(39,39,39,.5);
	-webkit-backface-visibility: hidden;
}

.good-photos .pic-1 {
	transform: rotate(-15deg);
}

.good-photos .pic-2 {
	transform: rotate(15deg);
}

.bad-photos .pic-1 {
	transform: rotate(-15deg);
}

.bad-photos .pic-2 {
	transform: rotate(15deg);
}

.good-photos-check {
	position: absolute;
	z-index: 1;
	bottom: 15px;
	width: 50px;
	height: 50px;
	background: #4bb543;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 3px solid #42a03b;
	box-shadow: 0px 3px 7px rgba(39,39,39,.5);
}

.good-photos-check i {
	color: #fff;
	font-size: 28px;
	text-shadow: 0px 1px 4px rgba(39,39,39,.5);
}

.bad-photos-ban {
	position: absolute;
	z-index: 1;
	bottom: 15px;
	width: 50px;
	height: 50px;
	background: #a94442;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 3px solid #873634;
	box-shadow: 0px 3px 7px rgba(39,39,39,.5);
}

.bad-photos-ban i {
	color: #fff;
	font-size: 28px;
	text-shadow: 0px 1px 4px rgba(39,39,39,.5);
}

.upload-title h3 {
	margin: 3px 0;
	font-weight: bold;
	color: #00a9e0;
}

.upload-title p {
	color: #00a9e0;
	font-weight: normal;
}

.option-title {
	color: #00a9e0;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.option-title span {
	font-weight: 900;
}

.option-inner {
	min-height: 420px;
	background-color: #efefef;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;	
}

.option-inner .selfie-initial-state i,
.option-inner .upload-initial-state i {
	font-size: 69px;
	margin: 10px 0;
	color: #00a9e0;
}

.option-inner .selfie-initial-state .btn,
.option-inner .upload-initial-state .btn {
	padding: 10px 50px;
	font-size: 21px;
	text-transform: uppercase;
	border-radius: 50px;	
}

.option-inner .option-inner-title {
	font-size: 16px;
	font-weight: bold;
	color: #00a9e0;
	margin: 5px 0;
	text-transform: uppercase;
}

/*
.image-container {
	max-width: 400px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;	
}
*/

.image-container .selfie-image {
	max-width: 100%;
	border-radius: 10px;
}

.selfie-state-1 .btn {
	text-transform: uppercase;
	opacity: 1;
	padding: 7px 25px;
	border-radius: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 16px;
	margin: 5px 0;
}

.use-photo,
.retake-photo {
	text-transform: uppercase;
	opacity: 1 !important;
	padding: 7px 25px;
	border-radius: 20px !important;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 16px;
	margin: 5px;
	color: #fff;
}

.use-photo {
	background-color: #42a03b;
}

.retake-photo {
	background-color: #873634;
}

.mobile-options {
	display: none;
}

.mobile-options {
	
}

.mobile-option-inner {
	
}

.mobile-initial-state .mobile-image-container {
	background: #d8d8d8;
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #838383;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}

.mobile-selfie-button {
	margin: 10px;	
}

.mobile-upload-button {
	margin: 10px;
}

.mobile-selection-buttons span {
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #00a9e0;
	border-radius: 50%;
	border: 5px solid #0092c2;
	box-shadow: 0px 3px 7px rgba(39,39,39,.3);
}

.mobile-selection-buttons i {
	font-size: 28px;
	color: #fff;
	text-shadow: 0px 1px 4px rgba(39,39,39,.5);	
}

.mobile-selection-buttons p {
	color: #00a9e0;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 5px;
}

.mobile-selfie-state-1 .mobile-image-container {
	min-height: 200px;
}

.mobile-option-inner .mobile-image-container img {
	max-width: 100%;
	border-radius: 10px;
}

.mobile-option-inner .btn {
	text-transform: uppercase;
	opacity: 1;
	padding: 7px 20px;
	border-radius: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 14px;
	margin: 5px;
}

.mobile-switch-link {
	font-weight: 600;
	text-decoration: underline;
	text-transform: uppercase;
	margin-top: 10px;
	color: #656565;
}

.mobile-selfie-state-2 i {
	color: #42a03b;
	font-size: 28px;
	margin: 10px 0;
}

.upload-switch-link,
.selfie-switch-link {
	font-weight: 600;
	text-decoration: underline;
	text-transform: uppercase;
	margin-top: 10px;
	color: #656565;
	cursor: pointer;
	font-size: 12px;
	display: inline-block;
}

#videoCapture, #capturedPhoto {
	width: 650px !important;
	height: auto !important;
	min-height: 370px;
	background-color: #eee;
	border-radius: 10px;
}

#selectedForUploadPhotoPreview,
.opt-2.state-2.selfie-capture-container {
	width: 650px !important;
	height: 400px !important;
}

#continueUploadPhoto {
	text-transform: uppercase;
	padding-left: 35px;
	padding-right: 35px;
	border-radius: 30px;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 16px;
	margin: 25px 0 0;
	position: relative;
	overflow: hidden;
}

#chooseTakeASelfieButton,
.upload-photo-button.upload-initial-state {
	cursor: pointer;
}

#chooseTakeASelfieButton span,
.upload-photo-button.upload-initial-state span {
	padding: 10px 50px;
	font-size: 21px;
	text-transform: uppercase;
	border-radius: 50px;
	background-color: #01a7e1;
	border-color: #01a7e1;
	color: #fff;
	font-weight: normal;
	cursor: pointer;
}

.state-4-icon {
	width: 50px;
	height: 50px;
	background: #a94442;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 3px solid #873634;
}

.state-4-icon i {
	color: #fff;
	font-size: 28px;
	text-shadow: 0px 1px 4px rgba(39,39,39,.5);
}

.state-4 h4 {
	font-weight: 600;
	font-size: 26px;
	color: #873634;
}

.state-4 p {
	font-weight: 500;
	font-size: 16px;
}

.state-4 .upload-switch-link {
	font-weight: 900;
	font-size: 21px;
	color: #00a7e1;
}

.mobile-blank-space {
	display: none;
}

.why-cant-selfie {
	margin: 20px 0;
}

.why-cant-selfie h5 {
	font-weight: 600;
	font-size: 16px;
}

.why-cant-selfie h6 {
	font-size: 14px;
	font-weight: 600;
	color: #555;
	margin-bottom: 0;
	margin-top: 25px;
}

.why-cant-selfie p {
	font-size: 12px;
	margin: 5px 0px;
}

.shining-button {
	opacity: 1;
}

.shining-button:after {
	animation: shine-button 1s infinite linear alternate;
	content: "";
	position: absolute;
	top: 110%;
	left: -210%;
	width: 450%;
	height: 50%;
	opacity: 0;
	transform: rotate(30deg);
	background: rgba(255, 255, 255, 0.13);
	background: linear-gradient(
		to right, 
		rgba(255, 255, 255, 0.13) 0%,
		rgba(255, 255, 255, 0.13) 77%,
		rgba(255, 255, 255, 0.5) 92%,
		rgba(255, 255, 255, 0.0) 100%
	);
}

@keyframes shine-button {
	to {
		opacity: 1;
		top: -30%;
		left: -30%;
		transition-property: left, top, opacity;
		transition-duration: 0.7s, 0.7s, 0.15s;
		transition-timing-function: ease;
	}
}

.solo-footer a {
    margin: 0 5px 10px;
}

.pending-alert.alert-info {
    background-color: #7e817e;
    color: #eee;
}

.minified-sidebar {
	display: none;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	padding: 5px 0;
}

.minified-sidebar span {
	font-size: 9px;
	font-weight: normal;
}

.minified-icon {
	display: none;
}

#nav_menu:checked ~ nav .navItem span {
	display: none;
}

#nav_menu:checked ~ nav .solo-model-menu-progress {
	display: none;
}

#nav_menu:checked ~ nav .minified-sidebar {
	display: block;
}

#nav_menu:checked ~ nav .minified-icon {
	display: block;
}

#nav_menu:checked ~ nav .status-icon {
	display: none;
}

#nav_menu:checked ~ nav .setup-link {
	display: flex;
	justify-content: center;
	align-items: center;
}

#nav_menu:checked ~ nav .tooltip {
	width: 200px;
}

@media screen and (max-width: 1350px) {
	.good-photos .pic-1,
	.good-photos .pic-2,
	.bad-photos .pic-1,
	.bad-photos .pic-2 {
		width: 185px;
		height: 135px;
	}
	
	.good-photos-check,
	.bad-photos-ban {
		bottom: 5px;
		width: 40px;
		height: 40px;
	}
	
	.good-photos-check i,
	.bad-photos-ban i {
		font-size: 21px;
    }
    #bio-information .col-lg-2.col-md-4.col-sm-4 {
        margin: 0 0 15px;
    }
}

@media screen and (max-width: 992px) {
	
	.mobile-options {
		display: block;
	}
	
	hr {
		margin: 5px 0;
	}
	
	.upload-title h3 {
		margin: 3px 0px;
		font-size: 18px;
	}
	
	.option-title {
		display: none;
	}
	
	.option-inner {
		min-height: unset;
		background: #fff;
	}
	
	.mobile-blank-space {
		display: flex;
		background-color: #d8d8d8;
		color: #838383;
		min-height: 200px;
		margin: 16px 0;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: bold;
		border-radius: 10px;
	}
	
	#videoCapture, #capturedPhoto {
		width: 355px !important;
		height: auto !important;
		min-height: unset;
	}
	
	#selectedForUploadPhotoPreview, .opt-2.state-2.selfie-capture-container {
		height: 200px !important;
		width: 355px !important;
	}
	
	#chooseTakeASelfieButton, .upload-photo-button {
		z-index: 1;
	}
	
	#chooseTakeASelfieButton span {
		background: transparent;
		color: #00a9e0;
		padding: 0;
		font-weight: 600;
		font-size: 16px;
		margin: 10px 0;
	}
	
	#chooseTakeASelfieButton i {
		font-size: 28px;
		color: #fff;
		text-shadow: 0px 3px 7px rgba(39,39,39,.3);
	}
	
	#chooseTakeASelfieButton .mobile-icon-circle {
		width: 70px;
		height: 70px;
		background-color: #00a9e0;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		border: 3px solid #0092c2;
		box-shadow: 0px 3px 7px rgba(39,39,39,.3);
	}
	
	.upload-photo-button.upload-initial-state span {
		background: transparent;
		color: #00a9e0;
		padding: 0;
		font-weight: 600;
		font-size: 16px;
		margin: 10px 0;
	}
	
	.upload-photo-button.upload-initial-state i {
		font-size: 28px;
		color: #fff;
		text-shadow: 0px 3px 7px rgba(39,39,39,.3);
	}
	
	.upload-photo-button.upload-initial-state .mobile-icon-circle {
		width: 70px;
		height: 70px;
		background-color: #00a9e0;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		border: 3px solid #0092c2;
		box-shadow: 0px 3px 7px rgba(39,39,39,.3);
	}

	#nav_menu:checked ~ nav .navItem span {
		display: inline-block;
	}
	#nav_menu:checked ~ nav .setup-link {
		display: flex;
		justify-content: flex-start;
	}

	#nav_menu:checked ~ nav .solo-model-menu-progress {
		display: block;
	}
	
	#nav_menu:checked ~ nav .minified-sidebar {
		display: none;
	}
	
	#nav_menu:checked ~ nav .minified-icon {
		display: none;
	}
	
	#nav_menu:checked ~ nav .status-icon {
		display: block;
	}
	
	#nav_menu:checked ~ nav .tooltip {
		width: 200px;
	}
}

@media screen and (max-width: 700px) {
    #nav_menu:checked ~ #skipAheadNavigation,
    #nav_menu:checked ~ .blue-title-bar {
        display: none;
    }
    .phone footer {
        display: none;
    }

    .phone .content {
        min-height: auto;
    }
    
    .mobile-hide {
        display: none !important;
    }
    .setup-panel h3 {
        text-align: center;
    }
    .setup-panel p {
        text-align: center;
    }
    /* Stage Name Mobile */
    .stage-name i {
        display: none;
    }
    
    .sn-works, .sn-not-works{
        text-align: left;
        max-width: 92%;
		float: none;
        margin: auto;
        padding: 0 8px 7px 7px;
    }

    .sn-works-row {
        display: flex;
        flex-direction: column;
    }

    .sn-works h3,
    .sn-not-works h3,
    .sn-not-works div,
    .sn-works div {
		display: inline-flex;
    }

    .sn-works .success-text {
        color: #1b8441;
        text-transform: uppercase;
    }

    .sn-not-works .warning-text {
        color: #aa4543;
        text-transform: uppercase;
    }

    .sn-works .success-text, 
    .sn-not-works .warning-text {
        text-transform: uppercase;
    }

    .good-name-check, .bad-name-ban {
        float: right;
		width: 30px;
        height: 30px;
        margin: 8px 0;
	}

    .sn-works {
        background: #b7c3b7;
    }

    .sn-not-works {
        background: #d8c8c9;
        margin: 1px auto 0;
    }

    .sn-works-row p {
        margin: 1px 0;
        font-size: 12px;
        font-weight: 400;
    }

    div.sn-works-example, div.sn-not-works-example {
        display: block;
    }

    .select-gender .btn.btn-primary {
        min-width: 65px;
        width: 32%;
        padding: 5px;
        height: unset;
        background: none;
        border: 2px solid;
        color: #01a7e1;
    }

    .sn-works-example p {
        color: #22552a;
    }

    .sn-not-works-example p {
        color: #aa433e;
    }
    
    .name-suggestion-btn {
        border: 2px solid #4777b5;
        color: #4777b5;
        background: #fff;
        border-radius: 20px;
        width: 126px;
        padding: 5px 7px;
        margin: 0 8px;
        font-weight: 700;
        line-height: 1.05;
    }
    

    .stage-name-box {
        display: flex;
        align-items: center;
    }

    #stageNameSubmit {
        width: 57%;
        margin: 10px auto;
        padding: 7px 0;
        height: unset;
    }
    
    .stage-name-container input {
        border: 2px solid #00a9e1;
    }
    .name-helper {
        background: #87b3e0;
        position: fixed;
        bottom: 0px;
        left: 0;
        width: 100%;
        z-index: 51;
        padding: 0;
    }

    .suggested-names {
        color: #fff;
        text-align: center;
        font-size: 18px;
        border-top: 1px solid #bcd2ed;
        padding: 5px 0px;
    }
    .btn.btn-primary.more-names-btn {
        background: #337ab7;
        margin: 0;
        border-top: 1px solid #bcd2ed;
    }
    
    .hide-names.btn {
        width: 100%;
        color: #fff;
        background: #6f6f6f;
    }
    
    /* End Stage Name */
    /* Start Upload ID */
    .upload-flex {
        display: flex;
        align-items: center;
    }
    .id-requirements ol {
        padding: 0;
    }
    .setup-panel {
        border: none;
    }
    .inputfile + label {
        color: #ffffff;
        background-color: #00a9e1;
        display: inline-block;
        font-weight: 700;
        font-size: 1.33rem;
        padding: 5px 15px;
        width: 100%;
    }
    .signup-modal-content.row {
        margin: 0;
    }
	#upload-image .setup-panel,
	.setup-panel.stage-name {
		text-align: center;
		padding: 0;
	}
	
	#upload-image .setup-panel h3,
	.setup-panel.stage-name h3 {
		margin: 3px 0px;
		font-size: 18px;
	}
	
	#upload-image .setup-panel .standard-fa,
	.setup-panel.stage-name .standard-fa {
		font-size: 21px;
	}
	
	.photo-examples {
		margin-top: 10px;
    }
    .upload-flex span {
        font-size: 12px;
        font-style: italic;
    }
    .signup-modal-content .btn.btn-primary, 
    .mobile-submit.btn.btn-primary,
    .btn-submit,
    #bio-information-submit {
        border: 2px solid #1caa4a;
        background: none;
        color: #1caa4a;
        font-size: 17px;
        max-width: 100%;
    }
	/* End Upload ID */
    
    /* Start 2257 */
    .setup-panel p {
        font-weight: 700;
    }
    .mobile-table {
        width: 100%;
    }
    .light-theme .mobile-table th{
        width: 100%;
        background: #777;
        color: #fff;
        text-align: center;
    }
	.mobile-table tr {
        background: #ddd;
        border-bottom: 1px solid #aaa;
    }
    .mobile-table td {
        padding: 3px 4px;
    }
    /* End 2257 */

    /* Start Headshot */
    .signup-modal-content .col-left {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        width: 35%;
    }
    .signup-modal-content .col-right {
        width: 65%;
    }
	.headshot-info li {
		margin: 0 0 10px;
	}
    /* End Headshot */

    /* Start Sample Images */
    .requirements-area {
        background: #f0f0f0;
        width: 90%;
        margin: auto;
        padding: 0 1px;
    }
    .requirements-area ul {
        padding: 7px 5px 2px 32px;
        font-size: 13px;
    }
    .requirements-area li {
        margin: 0 0 3px;
    }
    .custom-third-column {
        width: 32%;
        margin: 0 0 10px;
        padding: 0px 4px;
    }
    .custom-third-column .inputfile + label {
        background-color: #f0f0ef;
        color: #4d4d4d;
        font-size: 13px;
        border: 1px dashed #87b3e0;
        margin: 20px 0 3px;
        font-weight: normal;
        text-transform: uppercase;
        line-height: 1.1;
        padding: 10px 14px;
    }
    .upload-sample-images-page p.tip-text {
        color: #000;
        font-weight: 600;
        font-size: 11px;
    }
    .upload-sample-images-page .success-text, 
    .upload-sample-images-page .warning-text{
        margin: 2px auto;
    }
    .upload-sample-images-page .signup-modal-content, 
    .upload-sample-images-page .setup-panel {
        padding: 0;
    }
    /* End Sample Images */
    .language-bio {
        display: flex !important;
    }
    .language-bio .checkbox label {
        display: flex;
    }
	.sn-works h3,
	.sn-not-works h3 {
		font-size: 16px;
		margin: 10px 0 5px;
	}
	
	
	
	.good-name-check i,
	.bad-name-ban i {
		font-size: 14px;
	}
	
	.sn-works-example, .sn-not-works-example {
		margin-top: 5px;
	}
	
	.sn-works, .sn-not-works {
		border: 0px;
	}
	
	.stage-name-container input {
		width: 100%;
	}
	
}

@media screen and (max-width: 650px) {
	.application-process {
		max-width: 1200px;
		margin: 0 auto;
		padding: 20px 0px;
	}
	h4.option-headers {
        font-size: 16px;
        line-height: 1.3;
    }
	.good-photos .pic-1,
	.good-photos .pic-2,
	.bad-photos .pic-1,
	.bad-photos .pic-2 {
		width: 85px;
		height: 90px;
	}
	
	.good-photos-check,
	.bad-photos-ban {
		bottom: 0px;
		width: 30px;
		height: 30px;
	}
	
	.good-photos-check i,
	.bad-photos-ban i {
		font-size: 16px;
	}
	
	.photos-text {
		margin-top: 10px;
	}
	.col-sm-12.d-flex.justify-content-center {
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.state-4 p {
		font-size: 12px;
		text-align: center;
	}

	.state-4 .upload-switch-link {
		font-size: 14px;
		margin: 0;
	}
	
	.generated-name {
		font-size: 10px;
		padding: 5px;
		min-width: 90%;
	}
}

@media screen and (max-width: 357px) {
	#videoCapture, #capturedPhoto {
		width: 300px !important;
		height: auto !important;
		min-height: unset;
	}
	
	#selectedForUploadPhotoPreview, .opt-2.state-2.selfie-capture-container {
		height: 150px !important;
		width: 300px !important;
	}
}

@media screen and (max-width: 350px) {
	.upload-photo-button.upload-initial-state span,
	#chooseTakeASelfieButton span {
		font-size: 13px;
	}
	
	.upload-photo-button.upload-initial-state .mobile-icon-circle,
	#chooseTakeASelfieButton .mobile-icon-circle {
		width: 50px;
		height: 50px;
	}
	
	#chooseTakeASelfieButton i,
	.upload-photo-button.upload-initial-state i {
		font-size: 21px;
	}
	
	.generated-name {
		font-size: 10px;
		padding: 5px;
		min-width: 90%;
	}
}

