/*
    style
*/

.clear {
    clear: both; 
}

.confirmed {
	width: 30px;
	height: 35px;
	background: url( '../images/confirmed-icon.png' ) no-repeat center bottom;
}
.error-icon {
	width: 30px;
	height: 30px;
	background: url( '../images/error-icon.png' ) no-repeat center bottom;
}

.loader-small {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url( '../images/ajax-loader.gif' ) no-repeat center bottom;
}
.check-button {
	padding: 8px 25px;
	background: #8fc2e9;
	border: 1px solid #417dab;
	color: #fff;
	border-radius: 6px;
	font-weight: bold;	
	font-size: 16px;
}
.check-button:hover {
	background: #7db3dd;
}
.rl-freeregister-form {
	width: 450px;
	margin-top: 50px;
}
.free-license-container {
	margin-bottom: 80px;
	margin-top: 40px;
}
.freelicense-buttons {
	margin: 50px auto 100px;
	width: 600px;
}

.freelicense-buttons a {
	display: block;
	width: 45%;
	padding: 20px 40px;
	background: #2baf88;
	border: 1px solid #178c69;
	font-size: 22px;
	text-align: center;
	color: #fff;
	box-shadow: 15px 10px 15px 0px rgba(94,94,94,0.75);
}
.freelicense-buttons a:hover {
	color: #fff;
}
.freelicense-buttons .get-freelicense {
	float: left;
	background: #3190da;
	border: 1px solid #1e75b8;
}
.freelicense-buttons .get-paidversion {
	float: right;
	font-size: 18px;
	padding: 20px 10px;
}
.free-license-container input[name=rl_telegram].error {
	border-color: #d90000;
}


.discount-coupon {
	display: none;
	position: absolute;
	top: 80px;
	right: 40px;
	background: #fff;
	border: 3px dashed #6cb879;
	cursor: pointer;
}
.discount-coupon h2 {
	font-size: 30px;
	background: #f3fbff;
	margin-bottom: 0px;
	padding: 10px;
	border-bottom: 2px dotted #7fbbdc;
}
.discount-coupon h2 span {
	font-weight: bold;
	color: #1ea13a;
	text-decoration: none;
}
.success-message .discount-coupon p, .discount-coupon p {
	background: #fffbe8;
	padding: 8px 10px;
	margin: 0px;
	text-align: center;
}
.discount-coupon p span {
	font-weight: bold;
}
.discount-coupon a.to-cart-page {
	display: none;
}

.uninstall-survey {
	margin: 20px 40px 20px;
	padding: 20px 40px;
	background: #fff;
	border: 1px solid #ccc;
	text-align: left;
	position: relative; 
}
.survey-message {
	color: #ff0000;
	padding-bottom: 20px;
	display: none;
}
.survey-option {
	margin-bottom: 8px;
}
.survey-option label {
	margin-left: 10px;
	cursor: pointer;
}
.survey-submit {
	text-align: right;
}
.survey-submit .survey-button {
	background: #1893d6 none repeat scroll 0 0;
    border: 1px solid #086598;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    padding: 8px 25px;
}

.free-title {
	font-weight: normal;
	color: #00a944;
}

.rl-register-success {
    width: 70%;
    margin: 0px auto;
    background: #f4f4f4;
    border: 1px solid #ccc;
    padding: 20px 20px;
}
.rl-register-success h3 {
    text-align: center;
}
.success-message {   
    text-align: center;
}
.success-message p {
    margin-bottom: 10px;
}
.important {
	color: #ff5f5f;
}

.success-message span {
    text-decoration: underline;
}

.rl-register-form, .rl-forgot-form, .rl-login-form {
    width: 450px;
    margin: 0px auto;
}

.rl-success {
    color: #42c042;
    margin-bottom: 20px;
    text-align: left;
    background: #dfffdf;
    padding: 10px 30px;
    border: 1px solid #42c042;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.rl-success span {
    font-weight: bold;
    color: #666;
}

.rl-success.medium {
	width: 60%;
	margin: 0px auto 20px;
}

.rl-info {
    color: #cd8803;
    margin-bottom: 20px;
    text-align: left;
    background: #fff6d4;
    padding: 8px 30px;
    border: 1px solid #cd8803;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.rl-error {
    color: #ff0000;
    margin-bottom: 20px;
    text-align: left;
    background: #fff0f0;
    padding: 8px 30px;
    border: 1px solid #ff0000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.rl-row {
    margin-bottom: 20px;
    position:relative;
}
.rl-row .input-label {
    position: absolute;
    margin-top: 0px;
    text-align: right;
    border: 1px solid #1893d6;
    background: #f0f9fe;
    border-right: 1px solid #aaa;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
}
.rl-row .input-label i {
    font-size: 2em; 
    color: #1893d6;
    padding-right: 10px;
    width: 50px;
    line-height: 38px;
}

.rl-row input[type=text], .rl-row input[type=password] {
    height: 40px;
    width: 100%;
    padding: 5px 10px 5px 61px;
    /*margin-left: 51px;*/
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #aaa;
    margin: 0px;
} 
.rl-row input[type=text]:focus, .rl-row input[type=password]:focus {
    border: 1px solid #1893d6;
    background: #f8fdff;
}

.rl-row input[type=checkbox] {
    position: absolute;
    left: -9999px;
}

.rl-row.talignright {
    text-align: right;
}
.rl-row input[type=checkbox] + label {
    margin-left: 10px;
    cursor: pointer;
    background: url( '../images/checkbox.png' ) left center no-repeat;
    padding-left: 30px;
}
.rl-row input[type=checkbox]:checked + label {
    background: url( '../images/checkbox-checked.png' ) left center no-repeat;
}

.rl-row.talignright input[type=checkbox] + label {
    margin-right: 10px;
    cursor: pointer;
    background: url( '../images/checkbox.png' ) right center no-repeat;
    padding-right: 30px;
}
.rl-row.talignright input[type=checkbox]:checked + label {
    background: url( '../images/checkbox-checked.png' ) right center no-repeat;
}

.rl-row input[type=submit], .rl-row input[type=submit] {
    padding: 8px 25px;
    /*background: #f0f9fe;
    border: 1px solid #1893d6;
    color: #666;    
    */
    background: #1893d6;
    border: 1px solid #086598;
    color: #fff;
    
    font-weight: bold;
    float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
} 
.rl-row input[type=submit]:hover, .rl-row input[type=submit]:hover {
    background: #3dafed;
}

.rl-row .quick-links {
    float: right;
    font-size: 12px;
    padding-top: 15px;
    margin-right: 20px;
}

.rl-row span.error, .rl-row.talignright span.error {
    position: absolute;
    margin-left: 460px;
    top: 0;
    left: 0;
    width: 300px;
    line-height: 40px;
    font-size: 12px;
    color: #eb0000;
    text-align: left;
}
.rl-row.talignright span.error {
    line-height: 1.5;
}

.rl-row input[type=text].error, .rl-row input[type=password].error {
    background: #fff0f0;
    border: 1px solid #ff1111;
}

.user-license {
    margin-bottom: 20px;

}

.profile-data {
    width: 500px;
    margin: 0px auto;
}

.profile-box {
    border: 1px solid #1893d6;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.rl-user {
    
}

.w-app-logo {
    background: url( '../images/w-app-logo.png' ) no-repeat center center;
    display: inline-block;
    width: 41px;
    height: 54px;
}

.rl-application, .rl-user {
    border-bottom: 1px solid #1893d6;
}

.userdetails {
    font-size: 16px;
}
.profile-box .section-icon {
    background: #f0f9fe;
    border-right: 1px solid #1893d6;
    display: table-cell;
    padding: 10px 0px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    vertical-align: middle;
    width: 90px;
    text-align: center;
}
.profile-box .section-icon i {
    font-size: 4em; 
    color: #1893d6; 
    line-height: 1.3;
}
.profile-box .section-text {
    display: table-cell;
    padding: 10px 20px;
    vertical-align: middle;
}
.profile-box .section-text i {
    margin-right: 10px;
    width: 16px;
    text-align: center;
    color: #1893d6;
}

.profile-box .edit-link {
	font-size: 12px;
	margin-left: 20px;
}
.userdetails.user-email .icon-external-link {
	margin-right: 0px;
}

@media (max-width: 500px) {
    .rl-register-form, .rl-forgot-form, .rl-login-form {
        width: 350px;
        margin: 0px auto;
    }
}

