/* add-track-modal-content */
#add-track-modal-content {
	display:none;
	padding: 10px;
}

/* Overlay */
#add-track-modal-overlay {
	background-color: #000;
	cursor: pointer;
}

/* Container */
#add-track-modal-container h1 {
	font-weight: 300;
	color: #4999B8;
}
#add-track-modal-container {
	height: 500px;
	width: 820px;
	color: #333333;
	background-color: #FFF;
	border: 2px solid #000;
	text-align: left;
	border-radius: 10px;
}

.shaded_bg { background-image: linear-gradient( #588597, #414c63 ); }
.button_shaded {
	display: inline-block;
	padding: 8px 10px;
	background-image: linear-gradient( #588597, #414c63 );
	border-radius: 4px;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 1px 1px rgba( 0, 0, 0, 0.4 );
	text-align: center;
	text-transform:uppercase;
}
.button_shaded a {
	color: #eee;
	text-decoration: none;
}
.button_shaded a:hover {
	color: #fff;
	text-decoration: underline;
}
/* finditforme-modal-content */
#finditforme-modal-content {
	display: none;
	padding: 20px;
	border-radius: 5px;
	color: #eee;
	text-shadow: 1px 1px rgba( 0, 0, 0, 0.3 );
}
/*#finditforme-modal-content #finditforme_button {
	float: left;
}*/
#finditforme-modal-content .title_1_1 {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 16pt;
	font-weight: bold;
}
#finditforme-modal-content .title_1_2 {
	display: inline-block;
	font-size: 10pt;
	font-weight: bold;
}
#finditforme-modal-content .titles {
	text-align: center;
}
#finditforme-modal-content .button_shaded {
	margin: 0 40px;
	min-width: 70px;
}
#finditforme-modal-content .phone_num {
	clear: both;
	font-size: 11pt;
	font-weight: bold;
	padding-top: 15px;
}

/* Overlay */
#finditforme-overlay {
	background-color: #000;
	cursor: pointer;
}

/* Container */
#finditforme-container {
	height: 141px;
	width: 400px;
	background: transparent;
	overflow: visible;
	border: 0;
}

#titleA {
	color: #2DA3AF;
	text-align: left;
	height: 30px;
	width: 100%;
	text-indent: 5px;
	padding: 5px 0 10px;
	font-size: 30px;
}

/* lostpassword-modal-content */
#lostpassword-modal-content {
	display: none;
}

/* Overlay */
#lostpassword-overlay {
	background-color: #000;
	cursor: pointer;
}

/* Container */
#lostpassword-container {
	width: 460px; height: 450px;
	border: 2px solid #000;
	box-shadow: 0px 0px 7px 2px rgba(10,10,10,0.5);
	text-align: left;
}
#lostpassword-container h1 {
	margin: 0; padding: 30px 20px;
	background-color: #2692ad;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	line-height: 38px;
}

#lostpassword-modal-content p {
	margin: 10px 0 0;
	padding: 0 40px;
	color: #000;
	font-size: 14px;
	line-height: 32px;
	text-align: justify;
}
.lostpassword_core {
	margin: 5px auto 0;
	width: 315px;
	color: #2692ad;
	text-align: left;
	line-height: 30px;
}
#lostpassword-modal-content form #pwdRecovery {
}
#lostpassword-modal-content form #pwdBtn {
}
#lostpassword-modal-content #formPWR #pwdRecovery #email{
}
#pwdRecovery label.error {
	position: absolute;
	top: 209px;
	left: 342px;
	color: #e00;
}

/* languageEN-modal-content */
#languageEN-modal-content {
	display: none;
}

/* Overlay */
#languageEN-overlay {
	background-color: #000;
	cursor: pointer;
}

/* Container */
#languageEN-container {
	height: 200px;
	width: 400px;
	color: #bbb;
	background-image: url(/images/english.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFF;
	text-align: left;
	border: 2px solid #000;
	padding: 10px;
	border-radius: 10px;
}

#languageEN-modal-content p {
	font-size: 12px;
	color: #000;
}
/* languagePO-modal-content */
#languagePO-modal-content {
	display: none;
}

/* Overlay */
#languagePO-overlay {
	background-color: #000;
	cursor: pointer;
}

/* Container */
#languagePO-container {
	height: 200px;
	width: 400px;
	color: #bbb;
	background-image: url(/images/portuguese.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFF;
	text-align: left;
	border: 2px solid #000;
	padding: 10px;
	border-radius: 10px;
}

#languagePO-modal-content p {
	font-size: 12px;
	color: #000;
}
/* languageSP-modal-content */
#languageSP-modal-content {
	display: none;
}

/* Overlay */
#languageSP-overlay {
	background-color: #000;
	cursor: pointer;
}

/* Container */
#languageSP-container {
	height: 200px;
	width: 400px;
	color: #bbb;
	background-image: url(/images/spanish.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFF;
	text-align: left;
	border: 2px solid #000;
	padding: 10px;
	border-radius: 10px;
}

.titleLevel1 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#languageSP-modal-content p {
	font-size: 12px;
	color: #000;
}

/* credits-modal-content */
#credits-modal-content {
	display: none;
}

/* Overlay */
#credits-overlay {
	background-color: #000;
	cursor: pointer;
}

/* Container */
#credits-container {
	height: 415px;
	width: 705px;
	color: #bbb;
	background-color: #FFF;
	text-align: left;
	padding: 10px;
	border: 2px solid #000;
	padding: 10px;
	border-radius: 10px;
}

.titleLevel1 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#credits-modal-content p {
	font-size: 12px;
	color: #000;
}

/* sign-in-modal-content */
#sign-in-modal-content {
	display: none;
	font-size: 15px;
}
#sign-in-modal-content a {
	color: #2692ad;
	text-decoration: none;
}
#sign-in-modal-content a#btn-sign-in-register,
#sign-in-modal-content a#btn-sign-in-forgot-password {
	font-weight: bold;
}
#sign-in-modal-content a:hover {
	text-decoration: underline;
}
#sign-in-modal-content img {
	cursor: pointer;
}
#sign-in-modal-content p {
	text-align: justify;
}
.flat_field {
	margin: 0 0 15px;
	padding: 8px;
	width: 300px;
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid #2692ad;
}
input.flat_field:focus {
	outline: none;
}
#sign-in-modal-content #keep-logged-in {
	/*transform: scale(1.5);*/
	position: relative;
	bottom: -2px;
}
#sign-in-modal-content #sign-in-status {
	color: #c00000;
	text-align: center;
	font-weight: bold;
	margin: 7px;
}
.login_core {
	margin: 30px auto 0;
	width: 315px;
	text-align: left;
}
.login_core p.login_message {
	color: #000;
	font-size: 16px;
	line-height: 22px;
}

/* Overlay */
#sign-in-overlay {
	background-color: #000;
	cursor: pointer;
}

/* Container */
#sign-in-container {
	width: 460px; height: 450px;
	color: #2692ad;
	border: 2px solid #000;
	box-shadow: 0px 0px 7px 2px rgba(10,10,10,0.5);
	text-align: center;
}
#sign-in-container h1 {
	margin: 0; padding: 30px 20px;
	background-color: #2692ad;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	line-height: 38px;
}
.submit_mat_design {
	margin: 0 auto;
	padding: 4px;
	color: #fff;
	background-color: #2692ad;
	border: 0;
	font-size: 25px;
	text-transform: uppercase;
	width: 100%;
	cursor: pointer;
}
/* register-modal-content */
#register-modal-content {
	display: none;
	color: #444547;
}
#register-modal-content img{
	cursor: pointer;
}
/* Overlay */
#register-overlay {
	background-color: #000;
	cursor: pointer;
}

/* Container */
#register-container {
	height: 300px;
	width: 550px;
	padding: 10px;
	color: #444547;
	background-color: #FFF;
	border: 2px solid #000;
	text-align: left;
	border-radius: 10px;
}
#register-modal-content {
	font-size: 12px;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
}
#register-modal-content #register-retrieve-password {
	cursor: pointer;
	color: #58A3B5;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	clear: none;
}
#register-modal-content #register-processing {
	color: teal;
	font-size: 18px;
	left: 150px;
	position: absolute;
	bottom: 20px;
	background-color: #ffffff;
	z-index: 5555;
}
#register-modal-content #registerDiv {
	margin: 5px;
	padding: 10px;
	width: 520px;
}
#register-modal-content #register-close {
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
	height: 25px;
	width: 200px;
	border: 0px;
	color: #FFF;
	background-color: #67c6dc;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	clear: both;
}

/* request-demo-modal-content */
#request-demo-modal-content {
	display: none;
	color: #444547;
}
#request-demo-modal-content img {
	cursor: pointer;
}
/* Overlay */
#request-demo-overlay {
	background-color: #000;
	cursor: pointer;
}

/* Container */
#request-demo-container {
	width: 550px;
	color: #444547;
	background-color: #FFF;
	border: 2px solid #000;
	text-align: left;
	border-radius: 10px;
}
#request-demo-modal-content h1 {
	color: #2DA3AF;
	text-align: left;
	height: 30px;
	width: 100%;
	text-indent: 5px;
	padding-top: 5px;
	font-size: 30px;
}
#request-demo-modal-content p {
	font-size: 12px;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
}

/* standard-modal-content */

#standard-modal-overlay {
	display: none;
	background-color: #000;
	cursor: pointer;
}
.standard-modal-container {
	display: none;
	border: 2px solid #000;
	border-radius: 5px;
	background: #fff;
	padding: 10px;
}

/* simplemodal style */

.simplemodal-overlay {
	background-color: #000;
	cursor: pointer;
}
.simplemodal-container {
	border: 2px solid #000;
	background: #fff;
	/*border-radius: 8px;*/
}
.simplemodal-container a.modalCloseImg {
	display: inline;
	position: absolute;
	top: -15px; right: -15px;
	width: 25px; height: 29px;
	background: url(/images/x.png) no-repeat;
	z-index: 3200;
	cursor: pointer;
}
.simplemodal-wrap {
	/*border-radius: 6px;*/
}
.simplemodal-content {
	display: none;
	padding: 10px;
}
.simplemodal-content h1 {
	color: #2DA3AF;
}
.simplemodal-content-area {
	/*margin: 1em 20px;*/
}

/* downloader modal */

.downloader-modal-overlay {
	display: none;
	position: fixed;
	top: 0px; left: 0px;
	width: 100%; height: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 3000;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.downloader-modal-container {
	display: none;
	position: absolute;
	top: 170px;
	left: calc( 50% - 400px );
	min-width: 800px;
	min-height: 400px;
	max-width: 980px;
	border: 2px solid #000;
	border-radius: 7px;
	font-size: 16px;
	background: #e2e5e7;
	/*background-color: rgba(0,0,0,0.7);
	color: #f1f4f5;*/
	z-index: 3001;
}
a.modalCloseImg {
	display: inline;
	position: absolute;
	width: 25px; height: 29px;
	top: -15px; right: -15px;
	background: url(/images/x.png) no-repeat;
	z-index: 3200;
	cursor: pointer;
}
.downloader-modal-content {
	padding: 10px;
}
.downloader-modal-content h1 {
	color: #2da3bf;
	margin-bottom: 9pt;
}
.downloader-modal-content #file_selection {
	float: left;
	margin: 0 1em 0 0;
	max-width: 520px;
	min-width: 350px;
	overflow: auto;
}
.downloader-modal-content #file_selection_right_side {
	display: inline-block;
	max-width: 44%;
}
.downloader-modal-content #file_selection_sizes {
	display: inline-block;
}
.multidownload_files_description {
	margin-top: 1em;
}
#multidownloadsubmitbutton {
	padding-top: 1em;
}
#multidownloadsubmitbutton > input {
	margin-right: 3px;
}

#modal_overlay {
	display: none;
	position: fixed;
	top: 0px; left: 0px;
	width: 100%; height: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 12;
	opacity: 0.5;
	filter: alpha(opacity=50);
}


.contactbutton_wrapper {
	text-align: center;
	margin: 40px;
}
.contactbutton {
	position: relative;
	display: inline-block;
	padding: 12px 24px;
	background-color: #ed1c24;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 700;
	transition: all 0.2s ease 0s;
}
a.contactbutton {
	color: #fff;
	text-decoration: none;
}
.contactbutton:hover {
	background: #ba161c none repeat scroll 0 0;
}

.contact_form {
	margin: 0 0 1em;
}
.contact_form table {
	border-spacing: 15px;
}

.contact_form h3 {
	text-align: center;
	color: #444;
}

.contact_form fieldset {
	border: 0;
}

.contact_form .form_field {
	margin-bottom: 18px;
}

.contact_form .form_field.half {
	float: left;
	width: 48%;
	margin-left: 2%;
}
.contact_form .form_field.half.first_on_line {
	width: 50%;
	margin-left: 0;
}

.contact_form .required {
	color: #e00;
}

.contact_form label {
	color: #444;
	font-size: 14px;
	font-weight: bold;
}
.contact_form .field_description {
	font-size: 14px;
	font-weight: normal;
}

.contact_form input, .contact_form textarea {
        padding: 2px;
        width: 100%; max-width: 100%;
        background-color: #eee;
        border-color: #ddd;
        border-radius: 0;
        border-style: solid;
        border-width: 1px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        box-sizing: border-box;
        color: #444444;
        font-size: 13px;
        font-weight: normal;
        outline: medium none;
}

.contact_form input[type=submit] {
	padding: 10px 20px;
	width: auto;
	color: #000;
	background-color: #05cd04;
	border: 0;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
}

.loading {
	display: none;
	position: absolute;
	margin: 1em;
}

.squishy_blue_button {
	padding: 1em;
	border-radius: 3px;
	color: #fff;
	background-color: #25aae1;
	text-align: center;
	transition: all 0.2s ease 0s;
	cursor: pointer;
}
.squishy_blue_button:hover {
	border-radius: 5px;
	padding: 1.5em;
	background-color: #1896ca;
}

.simplemodal-data h1 {
	margin: 0;
	padding: 20px 0 10px;
	/*height: 30px;*/
	text-align: left;
	text-indent: 10px;
	font-size: 30px;
}

.add_to_project_floaty {
	line-height: 24px;
}

