﻿




.main-container-wrapper {
    min-height: 100%;
    position: relative;
}


.all-content-wrapper {
    padding-bottom: 84px; /* Height of the footer */
}

.footer-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 84px; /* Height of the footer */
}
/*#endregion */




/*#region Header*/
.header-wrapper {
	background-color: #282828;
	height: auto;
}

	.header-wrapper h1 {
		margin: 0;
		padding: 0;
		font-size: 1em;
	}
/*#endregion*/




.content-wrapper {
	
	padding: 0 0 100px 0;
	font-size: .94em;
}

.t-rwd-white-row {
	padding: 2em 0;
	
}

.t-rwd-grey-row {
	
	padding: 2em 0;
}

.t-rwd-clean-row {
	padding-top:0;
}

div.t-rwd-clean-bottom-row {
	padding-bottom: 0;
}

.content-wrapper .t-rwd-row-pad {
	margin: 0 0 1.33em;
}


.content-wrapper img + h5 {
	padding: .7em 0;
}

.content-wrapper .t-rwd-overview em {
	text-align: center;
	display: block;
    font-size: .9em;
}

.content-wrapper p {
	margin: 0 0 1em;
}

.content-wrapper a {
	color: #25a0da;
	text-decoration: none;
}

.content-wrapper a:hover,
.content-wrapper a:active,
.content-wrapper a:focus {
	text-decoration: underline;
}

.content-wrapper .t-rwd-strong {

	padding: 0 0 0 22px;
}

.content-wrapper .t-rwd-right{
	text-align:right;
}

.main-container div.t-rwd-rem-pad .t-col.t-rwd-right-fix {
	padding-left: 25px;
}

.t-rwd-center {
	text-align: center;
}

.content-wrapper .t-rwd-back {
	margin: 1em 0;
}

.content-wrapper .t-rwd-back a {
	
}

.content-wrapper .t-rwd-back span {
	padding-right: .3em;
	vertical-align: top;
	display: inline-block;
	margin-top: -2px;
}

.t-rwd-code-sample {
	display: block;
	
}

.t-rwd-code-sample pre {
	padding: 1em;
    white-space:normal;
}


.t-rwd-qr {
	padding: 0 0 0 1em;
}

.t-rwd-qr img {
	margin-top: 5px;
}

.t-rwd-qr span {
	text-align: left;
	width: 13em;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 1.3em;
}

.t-rwd-qr span a {
	display: inline-block;
	margin: 1em 0 0;
}

.t-rwd-detect-img {
    margin-top:-6.5em;
}

.footer-wrapper {
	background-color: #2a2d33;
	width: 100%;
	height: 100px;
	padding: .5em 0;
	position: absolute;
	bottom: 0;
}

.footer-wrapper .t-rwd-bottom-logo {
	padding: 1em 0 .5em 0;
}

.footer-wrapper .t-rwd-quick-links {
	padding-bottom: .5em;
}

.footer-wrapper .t-rwd-quick-links a {
	color: #fff;
	text-decoration: none;
	font-size: .6875em;
}

.footer-wrapper .t-rwd-quick-links a:before {
	color: #555555;
	font-size: 1.3em;
	margin-left: 3px;
	margin-right: 8px;
}

.footer-wrapper .t-rwd-quick-links a:first-child:before {
	display: none;
}

.footer-wrapper .t-rwd-quick-links a:before {
	color: #CED1D4;
	content: "|";
	display: inline-block;
	margin-right: 4px;
}

small {
	display:block;
	text-align:right;
	font-size: .6875em;
	color: #818692;
	line-height: 2em;
}

.t-rwd-form
{
    
}

/*RadControls*/

div.RadWindow_MetroTouch input[type="button"]:hover {
	background-color: transparent;
}

/* Registration Form */
.t-rwd-form .t-rwd-cont,
.t-rwd-form .t-rwd-addr {
	margin-bottom: 25px;
	display: block;
}

.t-rwd-form div.t-col {
	margin-bottom: 20px;
}

.t-rwd-form div.t-rwd-info-wrapper {
	margin-bottom: 0;
}

.t-rwd-registration-footer {
	padding-top: 20px;
	border-top: 1px solid #b6bdc1;
}

.t-rwd-registration-footer:after {
	content: "";
	display: block;
	clear: both;
}

.t-rwd-form .t-rwd-form-button {
	float: right;
}


@media only screen and (max-width: 768px) {
    .t-rwd-form div.t-col {
	    margin-bottom: 0;
    }

	.t-rwd-form .t-rwd-cont {
		margin: 0 0 5px;
	}

	.t-rwd-form .t-rwd-addr {
		margin: 25px 0 5px;
	}

	.t-rwd-registration-footer {
		margin-top: 20px;
	}

	.t-rwd-form .t-rwd-form-button {
		display: block;
		float: none;
		text-align: center;
	}
	
	div.t-rwd-SocialShare {
		left: 10px;
	}

	.footer-wrapper {
		height: 60px;
	}

	.footer-wrapper,
	small {
		text-align: center;
	}
}

.t-rwd-form div.t-col .rfdTextInput {
	width: 100%;
	-moz-box-sizing:  border-box;
	-webkit-box-sizing:  border-box;
	box-sizing:  border-box;
}

/* End Registration Form */

img.t-img,
.t-img > img {
    max-width: 100%;
}

.header-wrapper .t-rwd-download-link {
    padding-top: .75em;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    float: right;
}

.t-rwd-lightbox.RadLightBox {
    z-index:8000 !important;
}

.rgEditForm select {
    width: 157px;
}
