﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import 'https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css';

html,
h1,
h2,
h3,
h4,
h5,
h6,
.hero_text,
.pfr_feature_title,
.prc_price,
.abt_person_name,
.abt_benefit .abt_benefit_title {
	font-family: "Open Sans", sans-serif;
}

nav.admin-menu {
	font:300 21px "Open Sans", sans-serif;
	margin-right: 25%;
}
nav.admin-menu li,
nav.admin-menu li a {
	color: #4e535e;
	display: block;
	font-size: 21px;
	font-weight: 300;
}
nav.admin-menu li {
	border-bottom:1px solid #dadde1;
	margin-bottom: 20px;
	padding-bottom: 3px;
	position: relative;
}
nav.admin-menu li.active:after {
	background: #35E9EA;
	background: -moz-linear-gradient(left, #3aaad3 0%,#3aaad3 25%,#35e9ea 25%,#35e9ea 50%,#32e0b0 50%,#32e0b0 75%,#3256e0 75%,#3256e0 100%);
	background: -webkit-linear-gradient(left, #3aaad3 0%,#3aaad3 25%,#35e9ea 25%,#35e9ea 50%,#32e0b0 50%,#32e0b0 75%,#3256e0 75%,#3256e0 100%);
	background: linear-gradient(to right, #3aaad3 0%,#3aaad3 25%,#35e9ea 25%,#35e9ea 50%,#32e0b0 50%,#32e0b0 75%,#3256e0 75%,#3256e0 100%);
	bottom: -3px;
	content: '';
	display: block;
	height: 3px;
	position: absolute;
	width: 100%;
}
nav.admin-menu li a:hover {
	text-decoration: none;
}


.section.tac {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 60px 0 40px;
	padding-left: 33.33%;
	text-align: left;
}
.section.tac h2 {
	margin: 0;
	padding: 0;
}

.l-content h5 {
	color: #8f9fa9;
	font-size: 13px;
	line-height: 24px;
	font-weight: normal;
	letter-spacing: .7px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.l-h-left-padded {
	margin-left: 30px;
}

.wrapper-grey {
    background: #f8f8f9;
    padding: 25px;
    margin-bottom: 20px;
}
.wrapper-grey .frm_row:first-of-type .frm_row_description, 
.wrapper-grey .frm_row:first-of-type .frm_row_body {
	padding-top: 0;
}

.fieldset-view {
	border: 1px solid #dadde1;
	padding: 35px;
	position: relative;
}
.fieldset-view h5 {
	background: #fff;
	color: #3aaad3;
	display: inline-block;
	font-weight: bold;
	left: 20px;
	padding: 0 15px;
	position: absolute;
	top: -1em;
}
.fieldset-view dl.field {
	margin: 0 0 15px;
}
.fieldset-view dl.field:last-child {
	margin-bottom: 0;
}
.fieldset-view dl.field dt {
	font-size: 13px;
	font-weight: bold;
}
.fieldset-view dl.field dd {
	font-size: 16px;
	margin: 0;
}

.section-bdt {
	border-top: 1px solid #dadde1;
	margin-top: 35px;
	padding-top: 35px;
}

.frm {
	/* max-width: 550px; */
	/*margin-left: auto;*/
	/*margin-right: auto;*/
	display: table;
	width: 100%;
	position: relative;
	/*left: -3%;*/
}
.frm_row {
	display: table-row;
	width: 100%;
	-webkit-transition: -webkit-transform 150ms;
	transition: transform 150ms;
}
.frm_submit {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 30px;
	max-width: 550px;
}
.frm_submit.center {
	max-width: none;
	text-align: center;
}
.frm_submit.left {
	text-align: left;
}
.frm_submit.border {
	border-top: 1px solid #dadde1;
	padding-top: 30px;
}

.frm_submit > input[type=submit],
.frm_submit > button[type=submit] {
	margin-left: calc(25% + 20px);
}
.frm_submit.center > input[type=submit],
.frm_submit.center > button[type=submit],
.frm_submit.left > input[type=submit],
.frm_submit.left > button[type=submit]{
	margin-left: 0;
}

.frm_row_body {
	display: table-cell;
	padding: 5px;
}
.frm_row_body.error input {
	border-color: #e35454;
}
.frm_row_body.error .notice {
	background: #e35454;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	color: #fff;
	font-size: 11px;
	line-height: 1;
	margin-top: -3px;
	padding: 5px 5px 3px;
	position: absolute;
	z-index: -1;
}
.frm_row_description {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 15%;
    padding: 10px 5px 10px 10px;
}
.small-top-padding .frm_row_body,
.small-top-padding .frm_row_description {
	padding-top: 5px;
}
.small-bottom-padding .frm_row_body,
.small-bottom-padding .frm_row_description {
	padding-bottom: 5px;
}

.frm_label {
	font-weight: 600;
}
.frm_label:first-child {
	margin-top: 8px;
}
.single-line {
	white-space: nowrap;
	overflow: hidden;
}

select#ddlLanguages {
	/**width: 300px !important;**/
}

.chart-legend {
	background: #f9f9f9;
	margin-top: 20px;
	padding: 13px;
	width: 300px;
}
.chart-legend .frm_row_description,
.chart-legend .frm_row_body {
	padding-top: 0;
}
.frm_row:last-of-type .frm_row_description,
.frm_row:last-of-type .frm_row_body {
	padding-bottom: 0;
}
.chart-legend .frm_label:first-child {
	margin-top: 0;
}

.l-v-top-half-spaced {
	margin-top: 5px !important;
}
.l-v-bottom-half-spaced {
	margin-bottom: 5px !important;
}
.txt, #redactor-modal input[type=text], #redactor-modal input[type=url] {
	border-radius: 4px;
	-webkit-transition: all, 0.15s;
	transition: all, 0.15s;
	display: inline-block;
	height: 40px;
	background: #fff;
	padding: 0 6px;
	border: 1px solid #dadde1;
	overflow: hidden;
	outline: none;
}
.ltf_textfield {
	position: absolute !important;
	top: 0;
	left: 0;
	padding-left: 8px;
	right: 0;
	bottom: 0;
	height: 60px;
	padding-top: 20px;
	z-index: 1;
}
.ltf-select select {
	position: absolute !important;
	top: 0;
	left: 0;
	padding-left: 8px;
	right: 0;
	bottom: 0;
	height: 60px;
	padding-top: 20px;
	z-index: 1;
}

.lta {
	width: 100%;
	border-spacing: 0;
	-webkit-border-horizontal-spacing: 0px;
	-webkit-border-vertical-spacing: 0px;
}
.lta > thead > tr:first-child > *,
.lta > tbody > tr:first-child > td {
	border-top: 2px solid #dadde1;
}
/* .lta > thead > tr:first-child > td {
	border-top: none;
	border-bottom: none;
} */
.lta > thead > tr > *, 
.lta > tbody > tr > td {
	border-bottom: 1px solid #dadde1;
	vertical-align: middle;
	word-wrap: break-word;
	padding: 10px 10px;
}
.lta > thead > tr > * {
	border-bottom: 0;
	color: #3aaad3;
	font-weight: 600;
	text-transform: uppercase;
}
.lta > tbody > tr > td {
	padding-top: 15px;
	padding-bottom: 15px;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}


.prc_table .btn {
	width: auto;
}

a.user-option-deactivate:before,
a.user-option-delete:before,
a.user-option-activate:before,
a.user-option-invite:before {
	color: #2387ac;
	content: '\f205';
	font-family:FontAwesome;
	font-size: 13px;
	margin-right: 7px;
}
a.user-option-delete:before {
	color: #b00101;
	content: '\f00d';
	margin-left: 5px;
}
a.user-option-activate:before {
	content: '\f204';
}
a.user-option-invite:before {
	content: '\f183';
	margin-left: 5px;
	margin-right: 9px;
}

fieldset.check-prefs {
	border: none;
	margin: 0;
	padding: 0;
}
fieldset.check-prefs label {
	border:1px solid #dadde1;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	cursor: pointer;
	display: block;
	line-height: 1;
	margin: 10px 0 0;
	padding: 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
fieldset.check-prefs label:hover {
	background: #f7fbfd;
}

fieldset.check-prefs label > input[type=checkbox] {
	margin-right: 18px;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	vertical-align: -10%;
}
     div.field_row_border {
        border: 1px solid #dadde1;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
        display: block;
        line-height: 1;
        margin: 10px 0 0;
        padding: 20px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; 


    }

.flex {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
					justify-content: space-between;
}
.flex:after {
	display: none;
}

span.secure {
	background: url('../images/ico-padlock.svg') 50% 0 no-repeat;
	color: #3aaad3;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	padding: 22px 0 0;
	text-transform: uppercase;
}

#lingo-progress-bar-preview {
	background: rgba(255, 255, 255, .9);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483648;
}

#lingo-progress-bar-preview .lingo-meter-wrapper {
	background: rgba(85, 85, 85, .11);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	left: 50%;
	padding: 10px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#lingo-progress-bar-preview h2 {
	color: #555555;
	font: 16px Lato, sans-serif;
	line-height: 1em;
	margin: 10px 0 0;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .3);
}

#lingo-progress-bar-preview .lingo-meter {
	background: #555;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	height: 20px; /* Can be anything */
	padding: 10px;
	position: relative;
	width: 460px;
}

#lingo-progress-bar-preview .lingo-meter > span {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color: rgb(103, 194, 226);
	background-image: linear-gradient(
		to bottom,
		rgb(115, 209, 234) 37%,
		rgb(92, 170, 209) 69%
	);
	box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
	inset 0 -2px 6px rgba(0, 0, 0, 0.4);
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#lingo-progress-bar-preview .lingo-meter > span:after,
#lingo-progress-bar-preview .lingo-meter-animate > span > span {
	animation: move 2s linear infinite;
	background-image: linear-gradient(
		-45deg,
		rgba(255, 255, 255, .2) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, .2) 50%,
		rgba(255, 255, 255, .2) 75%,
		transparent 75%,
		transparent
	);
	background-size: 50px 50px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	content: "";
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}

#lingo-progress-bar-preview .lingo-meter-animate > span:after {
	display: none;
}

