
@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot");
	src: url("fonts/icomoon.eot?#iefix") format("embedded-opentype"), 
		 url("fonts/icomoon.woff") format("woff"), 
		 url("fonts/icomoon.ttf") format("truetype"), 
		 url("fonts/icomoon.svg") format("svg");
	font-weight: 400;
	font-style: normal;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	color: #336699;
}

.icon-inbox:before {
	content: "\e90f";
}

.icon-cross:before {
	content: "\e90e";
}

.icon-print:before {
	content: "\e90d";
}

.icon-arrow-down:before {
	content: "\e91a";
}

.icon-calendar:before {
	content: "\e900";
}

.icon-check:before {
	content: "\e901";
}

.icon-checked:before {
	content: "\e902";
}

.icon-circle:before {
	content: "\e903";
}

.icon-close:before {
	content: "\e904";
}

.icon-dots:before {
	content: "\e905";
}

.icon-download:before {
	content: "\e906";
}

.icon-message:before {
	content: "\e907";
}

.icon-mountains:before {
	content: "\e908";
}

.icon-paper:before {
	content: "\e909";
}

.icon-pencil:before {
	content: "\e90a";
}

.icon-pin:before {
	content: "\e90b";
}

.icon-policy:before {
	content: "\e90c";
}

.icon-progress:before {
	content: "\e914";
}

.icon-rocket:before {
	content: "\e915";
}

.icon-search:before {
	content: "\e916";
}

.icon-share:before {
	content: "\e917";
}

.icon-thumb-up:before {
	content: "\e918";
}

.icon-user:before {
	content: "\e919";
}

@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

* {
	max-height: 1000000px;
}

html {
	font-size: 14px;
}

body {
	min-width: 1216px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

body.form-search-active {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
	padding-right: 17px;
	z-index: 600;
}

button, [type], a {
	white-space: normal;
	-webkit-transition: background-color .25s, opacity .25s, color .25s;
	transition: background-color .25s, opacity .25s, color .25s;
}

td > a {
	color: #686f7f;
}

.btn {
	border-width: 0;
	line-height: 17px;
	padding: 12px 6px;

	min-width: 96px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus {
	outline: none;
	box-shadow: none;
}

.btn.btn-default {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .26);
}

.btn.btn-default:focus,
.btn.btn-default:hover {
	background: #285ab4 url(../images/btn-bg.svg) no-repeat 0 0/100% 100%;
}

.btn.btn-default:active:focus,
.btn.btn-default:active {
	background: #285ab4;
}

.btn.btn-primary {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14);
}

button.btn.btn-square {
	min-width: 40px;
	width: 40px;
	height: 40px;
	margin: 0 4px;
}

button.btn.btn-square i {
	margin: 0;
	padding: 0;
	line-height: 20px;
	font-size: 10px;
}

.btn.btn-clear {
	min-height: 0;
	min-width: 0;
	background: transparent;
	font-size: 14px;
	color: #95A5A5;
}

.btn.btn-clear .icon-arrow-down:before {
	font-size: 8px;
	padding-left: 4px;
	color: #404041 !important;
}

.btn.btn-bold {
	font-weight: bold;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	opacity: 0.2;
}

.btn.btn-primary:focus,
.btn.btn-primary:hover {
	background: #d6dcde no-repeat 0 0/100% 100%;
}

.btn.btn-primary:active:focus,
.btn.btn-primary:active {
	background: #d6dcde;
}

.btn-caret:after { 
	content: ">";
	margin: 0 2px 0 27px;
}

label {
	margin: 0;
	color: #94a4a4;
	font-weight: 400;
}

.field {
	position: relative;
}

.form-control {
	box-shadow: none;
	padding: 5px 17px;
	-webkit-appearance: none;
}

.form-control:focus,
.form-control.focus {
	box-shadow: none;
	outline: none;
}

textarea:focus {
	outline: none;
}

.parent-focus.parent-active .form-control {
	color: #3074f4;
	border-color: #3074f4;
}

.parent-focus.parent-active .form-control::-webkit-input-placeholder {
	color: #3074f4;
}

.parent-focus.parent-active .form-control::-moz-placeholder {
	opacity: 1;
	color: #3074f4;
}

.parent-focus.parent-active .form-control:-moz-placeholder {
	color: #3074f4;
}

.parent-focus.parent-active .form-control:-ms-input-placeholder {
	color: #3074f4;
}

.parent-focus.parent-active .form-control.placeholder {
	color: #3074f4;
}

.parent-focus.parent-active .input-placeholder-text {
	color: #3074f4 !important;
}

.parent-focus.parent-active label {
	color: #336699;
}

.parent-active .form-control {
	color: #2d3d47;
	border-color: #2d3d47;
}

.parent-active .form-control::-webkit-input-placeholder {
	color: #2d3d47;
}

.parent-active .form-control::-moz-placeholder {
	opacity: 1;
	color: #2d3d47;
}

.parent-active .form-control:-moz-placeholder {
	color: #2d3d47;
}

.parent-active .form-control:-ms-input-placeholder {
	color: #2d3d47;
}

.parent-active .form-control.placeholder {
	color: #2d3d47;
}

.parent-active label {
	color: #2d3d47;
}

.has-error .form-control {
	color: #2c3c46;
	border-color: #ff6473 !important;
}

.has-error .form-control::-webkit-input-placeholder {
	color: #2c3c46;
}

.has-error .form-control::-moz-placeholder {
	opacity: 1;
	color: #2c3c46;
}

.has-error .form-control:-moz-placeholder {
	color: #2c3c46;
}

.has-error .form-control:-ms-input-placeholder {
	color: #2c3c46;
}

.has-error .form-control.placeholder {
	color: #2c3c46;
}

.has-error .input-placeholder-text {
	color: #2c3c46 !important;
}

.has-error label {
	color: #ff6473 !important;
}

.input-placeholder-text {
	top: 0;
	left: 0;
	right: 0;
	height: 40px;
	text-align: left;
	padding: 12px 17px;
	white-space: nowrap;
}

#wrapper {
	overflow-x: hidden;
	position: relative;
	overflow-y: auto;
}

.container {
	width: auto;
}

#header {
	background: #efefef;
	position: relative;

	z-index: 200;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
	-moz-box-shadow:    0px 2px 2px 0px rgba(0, 0, 0, 0.24);
	box-shadow:         0px 2px 2px 0px rgba(0, 0, 0, 0.24);
}

#header .link {
	margin: 30px 0 0 53px;
	color: #34485e;
	text-decoration: none;
}

#header .link:hover {
	color: #19222d;
}

#header.header-white {
	margin: 0 0 50px;
	background: #fff;
	border-bottom: #d5d5d5 solid 1px;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);

	min-height: 72px;
}

.header-white .container {
	min-height: 72px;
}

.logo {
	margin: 0px 56px 0px 0;
}

.logo img,
.logo a {
	display: block;
}

.logo img {
	height: 48px;
	margin-top: 12px;
}

#nav {
	z-index: 2;
	position: relative;
}

#nav ul {
	margin: 0;
	float: left;
}

#nav li {
	float: left;
	padding: 0;
}

#nav a {
	display: block;
	min-width: 144px;
	line-height: 20px;
	position: relative;
	padding: 26px 10px;
	text-align: center;
	color: #34485e;
	text-transform: capitalize;
}

#nav a:after {
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	content: "";
	position: absolute;
	background: #336699;
	-webkit-transition: height .25s;
	transition: height .25s;
}

#nav a:hover,
#nav .active > a {
	background: #f5f5f5;
}

#nav a:hover:after,
#nav .active > a:after {
	height: 4px;
}

.form-opener {
	font-size: 16px;
	margin: 31px 2px 0 31px;
	color: #34485e;
	text-decoration: none;
}

.form-opener:hover {
	color: #19222d;
}

.user-area {
	position: relative;
	margin: 30px 0 0 10px;
}

.user-area .drop {
	top: 100%;
	right: -16px;
	z-index: 10;
	width: 182px;
	padding: 0 1px;
	position: absolute;
	margin: 40px 0 0;
}

.user-area ul {
	margin: 8px 0 0;
	position: relative;
	border-radius: 5px;
	background: #ecf0f1;
}

.user-area ul:after {
	content: "";
	position: absolute;
	border-style: solid dashed;
	border-color: transparent;
	border-width: 0 8px 8px;
	bottom: 100%;
	right: 10px;
	border-bottom-color: #ecf0f1;
}

.user-area ul a {
	display: block;
	padding: 12px 16px;
	border-radius: 5px;
	color: #34485e;
}

.user-area ul a:hover {
	color: #fff;
	background: #0060b9;
}

.user-opener {
	color: #34485e;
}

.user-opener:hover {
	color: #336699;
}

.user-opener.collapsed {
	color: #34485e;
}

.user-opener.collapsed:hover {
	color: #336699;
}

.user-opener .icon-arrow-down {
	font-size: 64%;
	margin: 0 0 0 5px;
}

.form-search {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 200;
	position: fixed;
	overflow-y: auto;
	visibility: hidden;
	overflow-x: hidden;
	-webkit-transition: opacity .25s, visibility .25s;
	transition: opacity .25s, visibility .25s;

	pointer-events: none;
}

.form-search-active .form-search {
	pointer-events: all;
	
	opacity: 1;
	visibility: visible;

	background: rgba(255, 255, 255, .9);
	z-index: 600;
}

.form-search .form-close {
	color: #336699;
	text-decoration: none;
	font-size: 76px;
	line-height: 1;
	top: 34px;
	right: 103px;
	position: absolute;
}

.form-search .form-close:hover {
	color: #0a4fcf;
}

.form-search .icon-cross {
	display: block;
}

.form-search .search-container {
	padding: 209px 0 50px;
}

.form-search .field {
	max-width: 687px;
	position: relative;
	padding: 0 30px 0 62px;
	border-bottom: #336699 solid 2px;
}

.form-search .field label {
	color: #336699;
	text-decoration: none;
	font-size: 24px;
	line-height: 1;
	top: 14px;
	margin: 0;
	left: 6px;
	cursor: pointer;
	position: absolute;
}

.form-search .field label:hover {
	color: #0a4fcf;
}

.form-search [type=reset] {
	color: #737373;
	text-decoration: none;
	top: 14px;
	right: 0;
	font-size: 20px;
	position: absolute;
}

.form-search [type=reset]:hover {
	color: #4d4d4d;
}

.form-search .form-control {
	font-size: 34px;
	line-height: 1.25;
	height: auto;
	border-width: 0;
	box-shadow: none;
	background: none;
	padding: 0 0 20px;
	color: #34485e;
}

.form-search .form-control:focus {
	outline: none;
	box-shadow: none;
}

.form-search .form-control::-webkit-input-placeholder {
	color: #34485e;
}

.form-search .form-control::-moz-placeholder {
	opacity: 1;
	color: #34485e;
}

.form-search .form-control:-moz-placeholder {
	color: #34485e;
}

.form-search .form-control:-ms-input-placeholder {
	color: #34485e;
}

.form-search .form-control.placeholder {
	color: #34485e;
}

.form-search .search-list-container {
	background: #fff;
	padding: 64px 0 0;
}

.form-search .heading,
.form-search .list-search {
	-webkit-transition: opacity .25s, visibility .25s;
	transition: opacity .25s, visibility .25s;
}

.form-search .heading {
	font-size: 22px;
	line-height: 1.25;
	display: block;
	font-weight: 400;
	color: #686f7f;
}

.form-search .list-search {
	opacity: 0;
	visibility: hidden;
}

.form-search .list-search li {
	margin: 0 0 22px;
}

.form-search .search-heading {
	font-size: 22px;
	line-height: 1.25;
	display: block;
	font-weight: 400;
	color: #686f7f;
	margin: 0 0 6px;
}

.form-search p {
	margin: 0 0 10px;
}

.form-search.input-focused .heading {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.form-search.input-focused .list-search {
	opacity: 1;
	visibility: visible;
}

.navigation {
	padding: 15px 0 0 10px;
	line-height: 40px;
}

.navigation ul {
	margin: 0;
}

.navigation li {
	padding: 0;
	margin: 0 0 0 50px;
}

.navigation a {
	color: #34485e;
	text-decoration: none;
	display: block;
}

.navigation a:hover {
	color: #19222d;
}

.navigation .btn {
	padding: 0 5px;
	min-width: 76px;
	line-height: 40px;
	color: #336699;
}

.navigation .btn:hover {
	color: #336699;
}

.nav-wizard {
	padding: 13px 0;
	margin: 0 0 33px;
	color: #2d3d47;
	border-top: #d6dcde solid 1px;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
}

.nav-wizard ul {
	margin-bottom: 0;
}

.nav-wizard li {
	padding: 0;
	margin: 0 53px 0 0;
}

.nav-wizard li + li:before {
	content: ">";
	margin: 0 44px 0 0;
}

.nav-wizard a {
	color: #2d3d47;
}

.nav-wizard a:hover,
.nav-wizard .active a, 
.nav-wizard .active {
	color: #336699;
}

.form-search-active #main {
	opacity: 0;
}

.page-header {
	margin: 0;
	padding: 49px 0 32px;
	border: #d7dddf solid;
	border-width: 0 0 1px;
}

.page-header.alt {
	border-width: 0;
	margin: 0 0 81px;
	padding: 77px 0 0;
}

.page-header.alt .container {
	padding-bottom: 29px;
	border-bottom: #d7dddf solid 2px;
}

.page-header.alt h1 {
	margin: 0 0 4px;
	letter-spacing: -.06rem;
}

.page-header.alt address {
	font-size: 14px;
	line-height: 1.2;
}

.page-header.alt address .icon-pin {
	margin: -1px 4px 0 2px;
}

.page-header h1 {
	margin: 0 0 19px;
	color: #2d3d47;
}

.page-header .icon-message {
	top: 2px;
	font-size: 20px;
	margin: 0 0 0 27px;
	position: relative;
	color: #336699;
}

.page-header address {
	font-size: 10px;
	line-height: 1.25;
	margin: 0;
	color: #2d3d47;
}

.page-header address .icon-pin {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin: -1px 8px 0 4px;
}

.page-header .col {
	width: 50%;
}

.page-header h2 {
	margin: 0 0 11px;
	color: #34485e;
}

.page-header .amount-info {
	width: 49.4%;
	padding: 6px 0 0;
}

.page-header .price {
	font-size: 34px;
	line-height: 1.25;
	width: 40%;
	font-weight: 400;
	color: #336699;
	left: 0;
	position: relative;
	transition-duration: 0.4s;
}

.page-header .price > div {
	display: inline-block;
}

.page-header .price span {
	color: #336699;
}

.page-header.message-info {
	border-width: 0;
	margin: 0 0 27px;
	padding: 114px 0 30px;
	background: #f9f9f9;
	box-shadow: 0 2px 3px -2px rgba(0, 0, 0, .2) inset;
}

.page-header.message-info .col {
	width: 40%;
	padding: 10px 10px 0 0;
}

.page-header.message-info h1 {
	margin: 0 0 19px;
}

.page-header .message-box {
	width: 58.5%;
}

.page-header.text-blue {
	border-width: 0;
	margin: 0 0 69px;
	color: #336699;
	padding: 108px 0 43px;
	background: #fafafa;
	box-shadow: 0 2px 3px -2px rgba(0, 0, 0, .2) inset;
}

.page-header.text-blue h1 {
	color: #336699;}

.accounts-header {
	margin: 0 0 41px;
	padding: 14px 0 0;
	background: #efefef;
	border-bottom-width: 2px;
	box-shadow: 0 2px 3px -2px rgba(0, 0, 0, .2) inset;
}

.accounts-header .holder {
	margin: 0 0 35px;
	padding: 80px 0 16px;
	background: #686f7f;
}

.accounts-header h1 {
	color: #fff;
}

.accounts-header .tabset {
	border-width: 0;
}

.accounts-header .tabset ul {
	margin: 0 17px;
}

.accounts-header .tabset li {
	margin: 0 46px 0 0;
}

.accounts-header .tabset a:hover:after,
.accounts-header .tabset .active a:after {
	height: 4px;
}

.nav-account {
	font-weight: 700;
}

.nav-account ul {
	margin: 0 13px;
}

.nav-account li {
	padding: 0;
	margin: 0 7.2% 0 0;
	vertical-align: top;
}

.nav-account a {
	display: block;
	padding: 0 0 13px;
	position: relative;
	color: #34485e;
}

.nav-account a:after {
	content: "";
	position: absolute;
	border-style: solid dashed;
	border-color: transparent;
	border-width: 0 8px;
	border-top-color: #efefef;
	-webkit-transition: border .25s;
	transition: border .25s;
	margin: -1px 0 0 -8px;
	left: 50%;
	top: 100%;
}

.nav-account a:hover,
.nav-account .active a {
	color: #336699;
}

.nav-account a:hover:after,
.nav-account .active a:after {
	border-top-width: 9px;
}

.message-list {
	margin: 0;
}

.message-list li {
	padding: 0;
	min-width: 79px;
	margin: 0 10px 0 0;
	vertical-align: top;
}

.message-list li:nth-child(2) {
	min-width: 86px;
}

.message-list .heading {
	display: block;
	color: #2d3d47;
}

.message-list .value {
	display: block;
	color: #336699;
}

.message-list .link,
.message-list .btn-primary {
	display: inline-block;
	vertical-align: middle;
	margin: -5px 10px 0 0;
}

.message-list .btn-primary {
	min-width: 66px;
	margin-right: 0;
	padding: 0 10px;
	line-height: 25px;
}

.message-box {
	margin: 20px 0 0;
	border-radius: 5px;
	background: #fff;
	padding: 14px 10px 9px 24px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14);
}

.message-box .msg {
	width: 412px;
	padding: 6px 5px 0 0;
}

.message-box .btn {
	margin: 0;
	min-width: 122px;
}

.message-box .btn.btn-primary {
	min-width: 98px;
	margin: 0 14px 0 0;
}

.progress {
	height: 12px;
	margin: 0 0 7px;
	box-shadow: none;
	border-radius: 2px;
	background: #ecf0f1;
}

.progress .progress-bar {
	border-radius: 2px;
	box-shadow: none;
	background-image: -webkit-linear-gradient(left, #00a1e2 0%, #41c1ce 100%);
	background-image: linear-gradient(to right, #00a1e2 0%, #41c1ce 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00A1E2', endColorstr='#FF41C1CE', GradientType=1);
}

.header-tabs {
	margin: 0;
	background: #f9f9f9;
}

.header-tabs .container {
	padding-top: 64px;
	position: relative;
}

.header-tabs .social-links {
	right: 8px;
	top: -28px;
	position: absolute;
}

.header-tabs .social-links li {
	margin: 0 0 0 6px;
}

.header-tabs h1 {
	margin: 0 0 44px;
	color: #336699;
	letter-spacing: .05rem;
}

.social-links {
	position: relative;
}

.social-links li {
	padding: 0;
	margin: 0 0 0 9px;
}

ul.social-links li a {
	width: 50px;
	height: 50px;
	font-size: 26px;
	line-height: 59px;
	color: #2d3d47 !important;
	text-align: center;
	display: block;
	border-radius: 100%;
	background: #fff;
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .15);
}

ul.social-links li a > i {
	color: #2d3d47 !important;
}

.social-links a:hover {
	color: #fff;
	background: #336699;
}

.tabsarea {
	margin-bottom: 63px;
}

.tabset {
	padding: 0 15px;
	text-transform: uppercase;
	border-bottom: #e8ebec solid 2px;
}

.tabset ul {
	margin: 0;
}

.tabset li {
	padding: 0;
	margin: 0 41px 0 0;
}

.tabset a {
	display: block;
	color: #686f7f;
	font-weight: 700;
	padding: 0 0 20px;
	position: relative;
}

.tabset a:after {
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	height: 0;
	margin: 0 0 -1px;
	position: absolute;
	background: #336699;
	-webkit-transition: height .25s;
	transition: height .25s;
}

.tabset a:hover,
.tabset .active > a {
	color: #34485e;
}

.tabset a:hover:after,
.tabset .active > a:after {
	height: 2px;
}

.indicators {
	margin: 0 0 15px;
	font-style: italic;
	color: #34485e;
}

.indicators ul {
	margin: 0 12px;
}

.indicators li {
	position: relative;
	margin: 0 0 0 77px;
	padding: 0 0 0 26px;
}

.indicators li:before {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	left: 0;
	content: "";
	position: absolute;
	margin: -1px 0 0;
}

.indicators .recovered:before {
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background: #56d8ed;
}

.indicators .outstanding:before {
	width: 7px;
	height: 7px;
	background: #434348;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	-ms-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}

.tabs-area {
	position: relative;
}

.graph-progress {
	position: relative;
}

.graph-progress .graph-img img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
}

.graph-progress .values {
	top: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	overflow: hidden;
	position: absolute;
}

.graph-progress .values li {
	height: 25%;
}

.graph-progress .weeks {
	left: 0;
	margin: 0;
	bottom: 0;
	right: 0;
	padding: 15px 0;
	position: absolute;
}

/*Toolies*/
.graph-tooltip-date{
	font-size: 30px;
	color:red;
	background-color: blue;
}

.graph-progress .weeks li {
	margin: 0;
	width: 25%;
	float: left;
	padding: 0 10px 0 0;
}

.graph-progress .values,
.graph-progress .weeks {
	font-weight: 700;
	color: #34485e;
}

.progress-area {
	padding: 30px 0 86px;
	background: #f9f9f9;
}

.progress-area .col-holder {
	background: #fff;
	border-radius: 5px;
	padding: 0 0 20px;
}

.progress-area h2 {
	font-size: 22px;
	line-height: 30px;
	background: #34485e;
	padding: 5px 40px 9px 13px;
	position: relative;
	border-radius: 5px;
	margin: 0 0 40px;
	font-weight: 400;
	color: #fff;
}

.progress-area h2:after {
	top: 0;
	right: 11px;
	content: "\e905";
	position: absolute;
	font: 81%/44px "icomoon";
}

.progress-area .graph {
	padding: 0 10px 47px;
}

.progress-area .graph img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

.progress-area ul {
	margin: 0;
	text-align: center;
	color: #0d429a;
}

.progress-area ul li {
	padding: 0;
	margin: 0 12px;
	position: relative;
	vertical-align: top;
	padding: 0 0 0 18px;
}

.progress-area ul li:before {
	width: 12px;
	height: 12px;
	background: #0d429a;
	border-radius: 100%;
	position: absolute;
	content: "";
	left: 0;
	top: 2px;
}

.progress-area ul .outstanding {
	color: #2d58ff;
}

.progress-area ul .outstanding:before {
	background: #2d58ff;
}

.progress-area ul .unrecoverable {
	color: #aed2f1;
}

.progress-area ul .unrecoverable:before {
	background: #aed2f1;
}

.customers-info {
	padding-bottom: 36px;
}

.customers-info .head {
	padding: 0 9999px;
	margin: 0 -9999px 37px;
	background: #f9f9f9;
}

.customers-info .head .holder {
	margin: 0 0 -1px;
	padding: 0 13px 0 24px;
	border-bottom: #e7e7e7 solid 1px;
}

.customers-info .head .holder:before,
.customers-info .head .holder:after {
	content: " ";
	display: table;
}

.customers-info .head .holder:after {
	clear: both;
}

.customers-info .head .tabset {
	float: right;
	border-width: 0;
	padding: 5px 0 1px 0;
}

.customers-info .head .tabset li {
	margin: 0 0 0 43px;
}

.customers-info .head .tabset a {
	padding: 0 0 19px;
}

.customers-info .head .tabset a:hover:after,
.customers-info .head .tabset .active a:after {
	height: 3px;
}

.customers-info h2 {
	margin: 0 10px 0 0;
	letter-spacing: .03rem;
	color: #34485e;
}

.customers-info .tabset a {
	color: #95a5a5;
}

.customers-info .tabset a:hover {
	color: #686f7f;
}

.customers-info .tabset .active a {
	color: #34485e;
}

.graph-bars {
	margin: 0 0 10px;
}

.graph-bars .graph-holder {
	margin: 0 0 6px;
}

.graph-bars .weeks {
	font-size: 0;
	line-height: 0;
	margin: 0;
}

.graph-bars .weeks li {
	font-size: 14px;
	line-height: 1.25;
	color: #2d3d47;
	vertical-align: top;
	text-align: center;
	width: 13.45%;
}

.add-info {
	padding: 60px 0 42px;
	background: #f9f9f9;
}

.add-info .col-holder {
	display: block;
	background: #fff;
	border-radius: 6px;
	text-align: center;
	padding: 30px 10px 36px;
	color: #34485e;
}

.add-info .col-holder:hover {
	color: #0d429a;
}

.add-info .graph-circle {
	width: 167px;
	margin: 0 auto 25px;
	min-height: 167px;
}

.add-info .graph-circle:empty {
	min-height: 172px;
}

.add-info .graph-circle img {
	display: block;
}

.add-info .numbers {
	font-size: 50px;
	line-height: 1.25;
	color: #56d8ed;
	display: block;
	margin: 0 0 10px;
	font-weight: 400;
}

.add-info .heading {
	font-size: 20px;
	line-height: 1.25;
	display: block;
}

.policy-info {
	margin-bottom: 91px;
}

.policy-info .head {
	background: #f9f9f9;
	padding: 0 9999px;
	margin: 0 -9999px 43px;
}

.policy-info .head .holder {
	margin: 0 0 -1px;
	padding: 0 11px 15px 24px;
	border-bottom: #e7e7e7 solid 1px;
}

.policy-info h2 {
	margin: 0;
	position: relative;
	color: #34485e;
}

.policy-info h2:before {
	float: right;
	content: "\e905";
	font: 70%/24px "icomoon";
}

.policy-info .jcf-select .jcf-select-text {
	font-weight: 700;
	color: #34485e;
}

.graph-policy .graph-holder {
	margin: 0 0 19px;
}

.graph-policy .graph-holder img {
	display: block;
	max-width: 100%;
}

.graph-policy .months {
	font-size: 0;
	line-height: 0;
	color: #2d3d47;
	margin: 0 11px;
}

.graph-policy .months li {
	font-size: 14px;
	line-height: 1.25;
	width: 13.4%;
	margin: 0 6.5% 0 0;
	text-align: center;
	vertical-align: top;
}

.profile-info {
	padding-bottom: 90px;
}

.profile-info h2 {
	margin: 0 0 16px;
	color: #2d3d47;
}

.profile-info .status, .profile-info .status * {
	font-size: 34px;
	line-height: 1.25;
	color: #336699;
	font-weight: 400;
}

.tooltip-popup {
	top: 100%;
	right: -15px;
	z-index: 10;
	width: 166px;
	margin: 3px 0 0;
	text-align: left;
	background: #fff;
	border-radius: 5px;
	position: absolute;
	padding: 10px 13px 12px;
	color: #34485e;
	border: #d6dcde solid 2px;
	opacity: 0;
	transition-duration: 0.4s;
}

.tooltip-popup .heading {
	font-size: 10px;
	line-height: 1.25;
	display: block;
}

.tooltip-popup .heading:first-child {
	font-size: 11px;
}

.tooltip-popup time,
.tooltip-popup .price {
	font-size: 14px;
	line-height: 1.25;
	margin: 0 0 7px;
	display: block;
}

.tooltip-popup .price {
	margin: 0;
}

.status-container:hover .tooltip-popup {
	opacity: 1;
}

.customers-detail {
	margin: 0 0 125px;
	color: #2d3d47;
	padding: 37px 0 45px;
	background: #f9f9f9;
}

.customers-detail .col-xs-6 {
	text-align: center;
}

.customers-detail .col-inner {
	display: inline-block;
	text-align: left;
}

.customers-detail h2 {
	margin: 0 0 24px;
	color: #2d3d47;
}

.customers-detail .detail-box {
	min-width: 375px;
	max-width: 425px;
	border-radius: 5px;
	background: #fff;
	position: relative;
	padding: 21px 24px 27px;
}

.customers-detail .link-edit {
	top: 9px;
	right: 12px;
	font-size: 20px;
	position: absolute;
}

.customers-detail .customers-name,
.customers-detail .customers-email,
.customers-detail .customers-phone {
	display: block;
	font-weight: 400;
}

.customers-detail .customers-name a,
.customers-detail .customers-email a,
.customers-detail .customers-phone a {
	color: #2d3d47;
	text-decoration: none;
}

.customers-detail .customers-name a:hover,
.customers-detail .customers-email a:hover,
.customers-detail .customers-phone a:hover {
	color: #0f1518;
}

.customers-detail address {
	margin: 16px 0 0;
}

.invoice-detail {
	margin: 0 -48px -3px 0;
	font-size: 0;
	line-height: 0;
}

.invoice-detail li {
	font-size: 14px;
	line-height: 1.2;
	width: 33%;
	vertical-align: top;
	padding: 0 5px 18px 0;
}

.invoice-detail .heading {
	display: block;
	color: #2d3d47;
}

.invoice-detail .value {
	display: block;
	color: #336699;
}

.table-holder table.table {
	border-bottom: 1px solid #ebeeef !important;
}

.table-holder table.table > tbody > tr > td:first-child {
	padding-left: 8px;
}

.table-holder table.table > tbody > tr > td:last-child {
	padding-right: 8px;
}

.tables-area {
	margin-bottom: 47px;
}

.tables-area .table-holder {
	margin: 0 0 116px;
}

.tables-area .table-holder:nth-child(2) {
	margin: 0 0 121px;
}

.tables-area .table-holder:last-child {
	margin: 0;
}

.tables-area header {
	padding: 0 0 22px;
	margin: 0 0 0 4px;
}

.tables-area header h2 {
	margin: 0 41px 0 0;
	color: #336699;
}

.tables-area header h2,
.tables-area header .counter {
	display: inline-block;
	vertical-align: middle;
}

.tables-area header .counter {
	color: #2d3d47;
	margin: 2px 13px 0 0;
}

.table thead > tr > th {
	font-weight: 400;
	color: #404041 !important;
	padding: 22px 5px 23px 0;
	border-top: 1px solid #ebeeef !important;
	border-bottom: 1px solid #ebeeef !important;
}

.table thead > tr > th button.btn {
	color: #404041 !important;
}

.table tbody > tr > td {
	color: #757575;
	border-width: 0;
	padding: 25px 5px 5px 0;

	height: 64px;
	min-height: 64px;
}

.table .status,
.table .link {
	font-size: 9px;
	line-height: 1.25;
}

.table .link-edit {
	font-size: 20px;
	line-height: 1;
}

.table.alt tbody > tr > td {
	padding: 26px 5px 23px 0;
}

.form-messages {
	margin-bottom: 119px;
}

.form-messages h2 {
	margin: 0 0 15px;
	color: #2d3d47;
}

.form-messages .sms-area {
	width: 31.7%;
}

.form-messages .email-area {
	width: 49.3%;
	padding: 4px 0 0;
}

.form-messages .email-area h2 {
	margin: 0 0 11px;
}

.form-messages .email-area .btn-block {
	padding-bottom: 109px;
}

.form-messages .email-area .desktop {
	margin: 0 0 0 -100px;
}

.form-messages .title {
	margin: 0;
	font-weight: 400;
	margin: 0 17px 0 0;
	color: #2d3d47;
}

.form-messages .detail-sms {
	position: relative;
	padding: 29px 0 0;
}

.form-messages .detail-email {
	position: relative;
	padding: 29px 0 0;
}

.form-messages .detail-sms:before {
	top: 0;
	left: -10px;
	right: 0;
	bottom: 0;
	position: absolute;
	content: "";
	z-index: 2;
	background: rgba(255, 255, 255, .5);
}

.form-messages .detail-email:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	left: -101px;
	content: "";
	z-index: 2;
	background: rgba(255, 255, 255, .5);
}

.form-messages .head {
	margin: 0 0 17px;
	max-width: 377px;
}

.form-messages .head:before,
.form-messages .head:after {
	content: " ";
	display: table;
}

.form-messages .head:after {
	clear: both;
}

.form-messages .head .btn-primary {
	padding: 0 10px;
	min-width: 107px;
	line-height: 26px;
}

.form-messages h3 {
	overflow: hidden;
	margin: 7px 5px 0 0;
	color: #2d3d47;
}

.form-messages .textarea {
	height: 181px;
	margin: 0 0 30px;
	max-width: 377px;
	position: relative;
	border-radius: 5px;
	padding: 0;
	border: #9cabab solid 1px;
}

.form-messages .textarea.hover {
	border-color: #3e7ef6;
}

.form-messages .textarea.hover .keyword-tooltip {
	display: block;
}

.form-messages .textarea div[contentEditdable="true"] {
	width: 100%;
	height: 100%;
	resize: none;
	border-width: 0;
}

.form-messages .textarea .chrachters-counter {
	font-size: 10px;
	line-height: 1.25;
	color: #686f7f;
	right: 0px;
	bottom: -16px;
	position: absolute;
}

.form-messages .btn-block {
	max-width: 377px;
	padding: 0 30px 55px 0;
}

.form-messages .btn-block .btn {
	box-shadow: none;
	line-height: 19px;
	margin: 0 6px 8px 0;
	border-radius: 30px;
	padding: 6px 15px 7px;
}

.form-messages .btn-block .btn:after {
	content: "+";
	margin: 0 0 0 12px;
}

.form-messages .preview {
	margin: 0;
}

.form-messages .preview h2 {
	margin: 0 0 28px;
	color: #2d3d47;
}

.form-messages .check-switcher.jcf-label-active + .detail-sms:before {
	display: none;
}

.form-messages .check-switcher.jcf-label-active + .detail-email:before {
	display: none;
}

.form-messages .check-switcher {
	margin: 3px 0 0;
}

.check-switcher {
	width: 34px;
	height: 14px;
	display: inline-block;
	vertical-align: top;
	z-index: 3;
	cursor: pointer;
	position: relative;
	border-radius: 10px;
}

.check-switcher .jcf-checkbox,
.check-switcher [type=checkbox] {
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.check-switcher.jcf-label-active .check-bar {
	background: #98bafa;
}

.check-switcher.jcf-label-active .circle {
	left: 15px;
	background: #336699;
}

.check-switcher .check-bar {
	width: 100%;
	height: 100%;
	display: block;
	background: #d7dddf;
	border-radius: 10px;
}

.check-switcher .circle {
	width: 20px;
	height: 20px;
	top: 50%;
	left: 0;
	margin: -10px 0 0;
	background: #fff;
	position: absolute;
	border-radius: 100%;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14);
}

.check-switcher span {
	-webkit-transition: all .25s;
	transition: all .25s;
}

.mobile {
	width: 256px;
	height: 500px;
	padding: 50px 20px 80px;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0 0 0 -4px;
	background: url(./MobileTemplate.svg) no-repeat;
}

.mobile time {
	font-size: 10px;
	line-height: 1.25;
	color: #000;
	font-weight: 700;
	display: block;
	margin: 0 0 17px;
	text-align: center;
}

.mobile .msg-preview {
	margin: 0 0 3px;
	position: relative;
	border-radius: 5px;
	color: #2d3d47;
	background: #ecf0f1;
	padding: 10px 7px 17px 12px;
}

.mobile .msg-preview:after {
	width: 20px;
	height: 16px;
	top: 100%;
	right: 24px;
	content: "";
	position: absolute;
	background: url(../images/shape1.svg) no-repeat 0 0/100% 100%;
}

.mobile .msg-preview p + p {
	margin: 16px 0 0;
}

.mobile .msg-preview a {
	display: inline-block;
	vertical-align: top;
	word-break: break-all;
}

.mobile .note {
	font-size: 10px;
	line-height: 1.25;
	margin: 0 4px;
	color: #686f7f;
}

.desktop {
	width: 693px; 
	height: 506px;
	padding: 100px 20px 40px;
	background: url(./DesktopTemplate.svg) no-repeat 0 0/100% 100%;
}

.desktop .text-holder {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 51px;
	text-align: center;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.desktop p {
	margin: 0;
}

.keyword-tooltip {
	top: 57px;
	right: 11px;
	display: none;
	line-height: 24px;
	position: absolute;
	color: #2d3d47;
	padding: 0 10px 0 7px;
	border: #616d75 solid 1px;
	border-radius: 0 20px 20px 0;
}

.keyword-tooltip .tooltio-close {
	color: #2d3d47;
	text-decoration: none;
	margin: 0 0 0 7px;
}

.keyword-tooltip .tooltio-close:hover {
	color: #0f1518;
}

.get-start {
	margin-top: 45px;
	margin-bottom: 130px;
}

.get-start .info-box {
	font-size: 22px;
	line-height: 1.25;
	margin: 0 0 70px;
	min-height: 279px;
	border-radius: 5px;
	padding: 88px 0 10px;
	border: #d6dcde solid 1px;
}

.get-start h2 {
	color: #95a5a5;
	margin: 0 0 46px;
}

.get-start .services [class^="icon-"],
.get-start .services [class*=" icon-"] {
	display: block;
	font-size: 105px;
	min-height: 98px;
	margin: 0 0 14px;
	color: #336699;
}

.get-start .services .icon-user {
	font-size: 72px;
	margin: 15px 0 6px;
}

.get-start .services .icon-policy {
	font-size: 76px;
	margin: 21px 0 1px;
}

.get-start .services h2 {
	margin: 0 0 43px;
	color: #2d3d47;
}

.get-start .btn {
	min-width: 120px;
}

.form-comment {
	margin-bottom: 196px;
}

.form-comment .form-holder {
	max-width: 685px;
}

.form-comment textarea.form-control {
	height: 389px;
	resize: none;
	margin: 0 0 35px;
}

.form-comment [type=submit] {
	min-width: 96px;
}

.form-comment .btn-primary {
	margin: 0 8px 0 0;
	padding: 12px 10px;
}

.accounts-area {
	margin-bottom: 131px;
}

.accounts-area .holder {
	margin: 0 0 134px;
}

.accounts-area .time-info {
	width: 40.7%;
}

.accounts-area h2 {
	margin: 0 0 20px;
	color: #2d3d47;
}

.accounts-area h3 {
	font-size: 16px;
	line-height: 1.25;
	margin: 0 0 67px;
	color: #686f7f;
	font-weight: 400;
}

.accounts-area .number {
	font-size: 76px;
	line-height: 1.25;
	color: #336699;
	font-weight: 400;
	margin: 0 0 -4px;
	display: block;
}

.accounts-area .area {
	font-size: 22px;
	line-height: 1.25;
	margin: 0 0 6px;
}

.accounts-area .heading {
	color: #686f7f;
	margin: 0 5px 0 0;
	font-weight: 400;
}

.accounts-area .days-counter {
	color: #95a5a5;
	font-weight: 400;
}

.accounts-area .progress {
	margin: 0 0 37px;
}

.accounts-area .footer {
	font-size: 16px;
	line-height: 1.25;
}

.accounts-area .footer time {
	color: #95a5a5;
	margin: 0 0 0 12px;
}

.accounts-area .title {
	margin: 0 14px 0 0;
	color: #686f7f;
	font-weight: 400;
}

.accounts-area .message-info {
	width: 49.3%;
}

.accounts-area .graph-message-counter {
	left: 9px;
	margin: -90px auto 0;
}

.dotted-divider {
	min-height: 16px;
	overflow: hidden;
	border-bottom: dashed 1px #95a5a5;
}

.graph-message-counter {
	font-size: 22px;
	line-height: 1.25;
	width: 303px;
	height: 303px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.graph-message-counter .graph-img {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.graph-message-counter .numbers {
	font-size: 76px;
	line-height: 1.25;
	display: block;
	font-weight: 400;
	color: #336699;
	margin: 6px 0 -9px;
}

.graph-message-counter .heading {
	display: block;
	color: #686f7f;
	margin: 0 0 17px;
}

.graph-message-counter .counter {
	color: #95a5a5;
}

.notifications {
	color: #2d3d47;
	border-radius: 5px;
	text-align: center;
	padding: 50px 10px 54px;
	border: #cad2d2 solid 2px;
}

.notifications .icon-inbox {
	display: block;
	font-size: 73px;
	margin: 0 0 35px;
	color: #336699;
}

.notifications h2 {
	margin: 0;
	color: #2d3d47;
}

.url-info {
	color: #686f7f;
	max-width: 584px;
	margin: -5px 0 0;
	line-height: 1.71428571;
}

.url-info p {
	margin: 0 0 38px;
}

.url-info h2 {
	margin: 0 0 41px;
	color: #336699;
}

.url-info .table {
	margin: 0 0 33px;
}

.url-info .table > tbody > tr > td {
	color: #2d3d47;
	border: #d7dddf solid;
	border-width: 1px 0 0;
	padding: 16px 5px 14px 4px;
}

.url-info .table > tbody > tr > td:nth-child(2) {
	text-transform: uppercase;
}

.url-info .table > tbody > tr:first-child > td {
	border-top-width: 2px;
}

.url-info .table > tbody > tr a {
	color: #2d3d47;
	text-decoration: none;
}

.url-info .table > tbody > tr a:hover {
	color: #0f1518;
}

.url-info .success, .url-info .success * {
	color: #56d8ed;
}

.url-info .success .icon-checked {
	margin: 0 5px 0 0;
}

.url-info .btn-primary {
	min-width: 96px;
}

.form-signup {
	margin-top: 128px;
	text-align: center;
	color: #2d3d47;
	margin-bottom: 175px;
}

.form-signup .form-holder {
	margin: 0 auto;
	max-width: 490px;
}

.form-signup .icon-rocket {
	display: block;
	font-size: 80px;
	margin: 0 0 39px;
	color: #336699;
}

.form-signup h1 {
	margin: 0 0 17px;
	color: #336699;
}

.form-signup h2 {
	margin: 0 0 41px;
	color: #2d3d47;
}

.form-signup p {
	margin: 0 0 45px;
}

.form-signup .field {
	max-width: 386px;
	margin: 0 auto 22px;
	position: relative;
}

.form-signup a {
	text-decoration: underline;
}

.form-signup a:hover {
	text-decoration: none;
}

.form-signup .agreement {
	text-align: left;
	max-width: 416px;
	position: relative;
	padding: 0 0 0 30px;
	margin: 43px auto 86px;
}

.form-signup .agreement .jcf-checkbox {
	top: 0;
	left: 0;
	position: absolute;
}

.form-signup [type=submit] {
	min-width: 124px;
}

.form-signup [type=submit]:after {
	content: ">";
	margin: 0 2px 0 27px;
}

.wizard-area {
	font-size: 16px;
	line-height: 1.5;
	color: #686f7f;
	position: relative;
	margin-bottom: 150px;
}

.wizard-area header {
	margin: 0 0 26px;
}

.wizard-area h2 {
	margin: 5px 0 0;
	color: #2d3d47;
}

.wizard-area p {
	margin: 0 0 39px;
}

.wizard-area .policy-info {
	max-width: 700px;
}

.wizard-area .col {
	width: 286px;
	margin: 0 114px 0 0;
}

.wizard-area .heading {
	font-size: 14px;
	line-height: 1.25;
	display: block;
	margin: 0 0 -2px;
	color: #2d3d47;
}

.wizard-area label {
	font-size: 9px;
	line-height: 1.25;
}

.wizard-area .select-holder {
	width: 184px;
	padding: 2px 0 0;
}

.wizard-area .select-holder .heading {
	margin: 0 0 20px;
}

.wizard-area .select-holder label {
	font-size: 14px;
	line-height: 1.25;
	color: #2d3d47;
}

.wizard-area .btn-default {
	min-width: 96px;
	margin: 2px 3px 0 10px;
}

.wizard-area .input-placeholder-text {
	top: auto;
	bottom: 0;
}

.wizard-area .form-messages {
	margin: -26px 0 0;
}

.wizard-area .form-messages.alt {
	margin: 0;
}

.wizard-area .form-messages .title {
	font-size: 14px;
	line-height: 1.25;
	color: #2d3d47;
}

.wizard-area .form-messages .textarea {
	margin: 0 0 23px;
}

.wizard-area .form-messages .textarea div[contentEditdable="true"] {
	font-size: 14px;
	line-height: 17px;
}

.wizard-area .form-messages .preview {
	width: 40.6%;
}

.wizard-area .form-messages .preview h2 {
	font-size: 16px;
	line-height: 1.25;
	margin: 2px 0 23px -4px;
}

.wizard-area .form-messages .email-area {
	width: 38%;
}

.wizard-area .form-messages .email-area h2 {
	margin: 0 0 13px 4px;
}

.wizard-area .form-messages .email-area .title {
	font-size: 16px;
	line-height: 1.25;
	color: #2d3d47;
	margin: 0 9px 0 4px;
}

.wizard-area .mobile .msg-preview {
	font-size: 14px;
	line-height: 17px;
	margin: 0;
}

.wizard-area .mobile .msg-preview p {
	margin: 0 0 16px;
}

.wizard-area .mobile .msg-preview p:last-child {
	margin: 0;
}

.wizard-area .desktop-preview-area {
	font-size: 14px;
	line-height: 17px;
	width: 57.8%;
}

.wizard-area .desktop-preview-area h2 {
	margin: 0 0 10px;
}

.desktop {
	margin: 0 0 0 -6px;
	padding: 100px 4px 4px 3px;
	overflow: hidden;
}

.desktop .text-holder {
	padding: 0;
    background: rgba(0,0,0,0.1);
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    border-top: 1px solid lightgray;
}

.wizard-area .table-confirmation {
	margin: -11px 0 0;
}

.wizard-area .defination-list {
	margin: 3px 0 18px;
}

.table-confirmation {
	width: 584px;
	font-size: 14px;
	line-height: 1.2;
}

.table-confirmation > tbody > tr > td {
	padding: 18px 5px 19px 0;
	border: solid #ecf0f1;
	border-width: 0 0 1px;
}

.table-confirmation > tbody > tr:first-child > td {
	border-width: 1px 0;
}

.table-confirmation > tbody > tr > td:first-child {
	font-size: 16px;
	line-height: 1.25;
	color: #2d3d47;
}

.table-confirmation .link-edit {
	font-size: 19px;
}

.defination-list {
	margin: 0;
	overflow: hidden;
}

.defination-list dt {
	float: left;
	clear: left;
	width: 109px;
	padding: 0 10px 0 0;
}

.defination-list dd {
	float: left;
}

.defination-list dt,
.defination-list dd {
	font-size: 14px;
	line-height: 20px;
	color: #95a5a5;
	font-weight: 400;
}

.success-msg {
	font-size: 16px;
	line-height: 1.2;
	padding: 133px 0;
	color: #2d3d47;
}

.success-msg .icon-thumb-up {
	display: block;
	font-size: 126px;
	margin: 0 0 28px;
	color: #56d8ed;
}

.success-msg h1 {
	margin: 0 0 12px;
	color: #2d3d47;
}

.success-msg p {
	margin: 0 0 14px;
}

.success-msg a {
	text-decoration: underline;
}

.success-msg a:hover {
	text-decoration: none;
}

.link-help {
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	overflow: hidden;
	margin: -4px 0 0 6px;
	text-indent: -9999px;
	background: url(../images/icon-help.svg) no-repeat 0 0/100% 100%;
}

.modal-header {
	border: 0px solid transparent;

	text-align: center;
}

.modal-header h4 {
	font-size: 22px;
	margin-top: 48px;
}

.modal-body .form-account {
	margin: 0px 64px;
}

.modal-footer {
	border-top: 0px solid transparent;

	text-align: center;
	margin-bottom: 48px;
}

.modal-footer 

.form-account {
	margin-top: -5px;
	margin-bottom: 125px;
}

.form-account .text-block {
	max-width: 484px;
	margin: 0 0 38px;
	color: #686f7f;
	line-height: 1.714285;
}

.form-account .text-block p {
	margin: 0 0 10px;
	padding: 32px 0 32px 0;
}

.form-account h2 {
	margin: 0 0 42px;
	padding: 0 0 41px;
	color: #336699;
	border-bottom: #ebeeef solid 2px;
}

.form-account .form-holder {
	max-width: 480px;
	margin: 0 0 42px;
}

.form-account .field {
	margin: 0 0 22px;
}

.form-account [type=submit] {
	min-width: 96px;
}

.form-account .form-control {
	padding: 5px 11px;
}

.form-account .input-placeholder-text {
	padding: 12px 13px;
}

.account-info {
	margin-bottom: 128px;
}

.account-info h2 {
	margin: 0 0 23px;
	padding: 0 0 44px;
	color: #336699;
	border-bottom: #ebeeef solid 2px;
}

.account-info .time-zone h2 {
	margin-right: -8px;
}

.account-info .schedule h2 {
	margin-left: -8px;
	padding-left: 8px;
}

.form-time-zone {
	max-width: 482px;
}

.form-time-zone .select-holder {
	margin: 0 0 41px;
}

.form-time-zone label {
	font-size: 16px;
	line-height: 1.25;
	font-weight: 400;
	margin: 0 0 22px;
	color: #2d3d47;
}

.form-time-zone .jcf-select .jcf-select-text {
	color: #34485e;
	font-weight: 700;
}

.form-time-zone [type=submit] {
	min-width: 96px;
}

.schedule .field {
	width: 66px;
	margin: 0 auto;
}

.schedule .form-control {
	height: 42px;
	padding: 5px 7px;
	text-align: center;
	color: #2d3d47;
	border-color: transparent;
}

.schedule .form-control::-webkit-input-placeholder {
	color: #2d3d47;
}

.schedule .form-control::-moz-placeholder {
	opacity: 1;
	color: #2d3d47;
}

.schedule .form-control:-moz-placeholder {
	color: #2d3d47;
}

.schedule .form-control:-ms-input-placeholder {
	color: #2d3d47;
}

.schedule .form-control.placeholder {
	color: #2d3d47;
}

.schedule .input-placeholder-text {
	padding: 12px 5px;
	font-weight: 700;
	text-align: center;
	color: #2d3d47 !important;
}

.schedule .table {
	width: 70.6%;
}

.schedule .table > tbody > tr > td {
	color: #2d3d47;
	vertical-align: middle;
	padding: 3px 5px 3px 0;
}

.schedule .table > tbody > tr > td:first-child,
.schedule .table > tbody > tr > td:last-child {
	text-align: left;
}

.schedule .table > tbody > tr.disabled > td {
	color: rgba(45, 61, 71, .2);
}

.schedule .table > tbody > tr.disabled .input-placeholder-text {
	color: rgba(45, 61, 71, .2) !important;
}

.schedule label {
	color: #2d3d47;
}

.schedule .jcf-checkbox {
	margin: 0 8px 0 0;
	vertical-align: middle;
}

.date-restrictions {
	margin-bottom: 88px;
}

.date-restrictions h2 {
	margin: 0 0 25px;
	padding: 0 0 36px;
	color: #336699;
	border-bottom: #ebeeef solid 2px;
}

.date-restrictions .link-help {
	margin: -4px 0 0 16px;
}

.date-restrictions table.table {
	border-bottom: 1px solid #ebeeef;
}

.date-restrictions .table > thead > tr > th {
	font-weight: 400;
	color: #2d3d47;
	vertical-align: middle;
	padding: 0;
	border-bottom: 1px solid #ebeeef !important;
	border-top: 1px solid #ebeeef !important;
	height: 64px;
	line-height: 64px;
}

.date-restrictions .table > thead > tr > th:last-child {
	text-align: center;
}

.date-restrictions .table > tbody > tr > td {
	color: #686f7f;
	vertical-align: middle;
	padding: 0;
	max-height: 64px;
	height: 64px;
	padding-right: 8px;
}

.date-restrictions .table > tbody > tr > td:first-child, .date-restrictions .table > thead > tr > th:first-child {
	padding-left: 8px;
}

.date-restrictions .table > tbody > tr > td:last-child {
	text-align: center;
}

.date-restrictions .field {
	max-width: 146px;
}

.date-restrictions .field.time {
	max-width: 102px;
}

.date-restrictions .field.time .input-placeholder-text {
	padding: 12px 13px;
}

.date-restrictions .field.time .form-control {
	padding: 5px 13px;
}

.date-restrictions .form-control {
	padding: 5px 8px;
}

.date-restrictions .input-placeholder-text {
	padding: 12px 8px;
	color: #95a5a5 !important;
}

.date-restrictions .status {
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background: #d7dddf;
	margin: 0 0 0 10px;
}

.date-restrictions .status.on {
	background: #336699;
}

.date-restrictions .link-edit {
	font-size: 18px;
}

.date-restrictions [type=submit] {
	width: 100%;
	display: block;
	min-height: 40px;
	padding: 5px 10px;
}

.pp {
	top: 0;
	left: 0;
	position: absolute;
}

.pp + #wrapper {
	opacity: .65;
	z-index: 2;
}

#footer {
	font-size: 12px;
	line-height: 1.25;
	color: #686f7f;
	padding: 11px 0 36px;
	border-top: solid 2px #ebeeef;
}

.footer-nav ul {
	margin: 0;
	overflow: hidden;
}

.footer-nav li {
	padding: 0;
	margin: 0 2px 0 0;
	vertical-align: top;
}

.footer-nav li + li:before {
	content: "|";
	margin: 0 6px 0 0;
}

.footer-nav a {
	color: #686f7f;
	text-decoration: none;
}

.footer-nav a:hover {
	color: #464a55;
}

.copyright {
	overflow: hidden;
}

.copyright a {
	color: #686f7f;
	text-decoration: none;
}

.copyright a:hover {
	color: #464a55;
}

.jcf-radio,
.jcf-checkbox {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	background: #fff;
}

.jcf-radio [type="checkbox"],
.jcf-radio [type="radio"],
.jcf-checkbox [type="checkbox"],
.jcf-checkbox [type="radio"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
	cursor: pointer;
}

.jcf-checkbox:hover span,
.jcf-checkbox.jcf-checked span {
	background: #3074f4;
}

.jcf-checkbox.jcf-checked span:before {
	opacity: 1;
}

.jcf-checkbox span {
	width: 100%;
	height: 100%;
	color: #fff;
	display: block;
	cursor: pointer;
	background: #d7dddf;
	border-radius: 4px;
	text-align: center;
}

.jcf-checkbox span:before {
	opacity: 0;
	display: block;
	content: "\e902";
	font: 12px/16px "icomoon";
}

.jcf-radio {
	border-radius: 100%;
}

.jcf-radio span {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	border-radius: 100%;
	border: 2px #d6dcde solid;
	-webkit-transition: border .25s;
	transition: border .25s;
}

.jcf-radio span:before {
	width: 6px;
	height: 6px;
	top: 50%;
	left: 50%;
	opacity: 0;
	content: "";
	position: absolute;
	border-radius: 100%;
	margin: -3px 0 0 -3px;
	background: #3074f4;
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
}

.jcf-radio.jcf-checked span,
.jcf-radio:hover span {
	border-color: #3074f4;
}

.jcf-radio.jcf-checked span:before {
	opacity: 1;
}

.jcf-select {
	display: block;
	cursor: pointer;
	position: relative;
	background: #ebeff0;
	border-radius: 5px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	font-size: 14px;
	line-height: 40px;
	cursor: pointer;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	margin: 0 35px 0 17px;
}

.jcf-select .jcf-select-opener {
	font-size: 8px;
	line-height: 40px;
	cursor: pointer;
	position: absolute;
	width: 27px;
	bottom: 0;
	right: 0;
	top: 0;
	color: #3074f4;
}

.jcf-select .jcf-select-opener:before {
	content: "\e91a";
	font-family: "icomoon";
}

body > .jcf-select-drop {
	position: absolute;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped .jcf-select-drop-content {
	padding: 0 0 16px;
}

body > .jcf-select-drop.jcf-drop-flipped .jcf-list:before {
	top: 100%;
	bottom: auto;
	border-width: 8px 8px 0;
	border-color: #ebeff0 transparent transparent;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	padding: 16px 0 0;
}

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

.jcf-list {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	line-height: 20px;
	position: relative;
	background: #ebeff0;
	border-radius: 6px;
}

.jcf-list:before {
	content: "";
	position: absolute;
	border-style: solid dashed;
	border-color: transparent;
	border-width: 0 8px 8px;
	right: 10px;
	bottom: 100%;
	border-bottom-color: #ebeff0;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	height: 1%;
	overflow: hidden;
	cursor: pointer;
	display: block;
	color: #33475d;
	padding: 10px 17px;
	border-radius: 6px;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #005fb8;
	color: #fff;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* custom file input styles */

.jcf-file {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	min-height: 40px;
	background: #fff;
	position: relative;
	white-space: nowrap;
	margin: 0 0 0 -5px;
	padding: 5px 0 5px 118px;
}

.jcf-file .jcf-real-element {
	position: absolute;
	font-size: 200px;
	height: 200px;
	margin: 0;
	right: 0;
	top: 0;
}

.jcf-file .jcf-fake-input {
	display: inline-block;
	vertical-align: top;
	padding: 0 8px;
	color: #95a5a5;
	overflow: hidden;
	line-height: 42px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.jcf-file .jcf-upload-button {
	top: 3px;
	left: 5px;
	overflow: hidden;
	position: absolute;
	padding: 12px 10px;
	white-space: nowrap;
	border-radius: 5px;
	color: #336699;
	background: #ecf0f1;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14);
}

.no-file-btn .jcf-file {
	margin: 0;
	padding: 0;
}

.no-file-btn .jcf-file .jcf-upload-button {
	display: none;
}

.button-bar .btn {
	margin-right: 16px;
	padding: 12px 16px;
}

@keyframes blink {
  50% {
    opacity: 0.0;
  }
}
@-webkit-keyframes blink {
  50% {
    opacity: 0.0;
  }
}
.blink {
  animation: blink 1s step-start 0s infinite;
  -webkit-animation: blink 1s step-start 0s infinite;
}

table.table-hover > tbody > tr:hover {
	background-color: rgba(51, 102, 153, 0.1);
}

.rotate-left {
	-ms-transform: rotate(-90deg); 
    -webkit-transform: rotate(-90deg); 
    transform: rotate(-90deg);
}

.rotate-right {
	-ms-transform: rotate(90deg); 
    -webkit-transform: rotate(90deg); 
    transform: rotate(90deg);
}

.page-container > * {
	display: inline-block;
}

.page-container p {
	font-weight: bold;
	margin-right: 16px;
	margin-bottom: 36px;
	vertical-align: middle;
}

td:hover a {
	text-decoration: underline !important;
	color: #34485e;
}

a:hover {
	cursor: pointer;
}

div.awesomplete {
    position: relative;
    height: 100%;
}

div.awesomplete-input {
	margin: 0;
	padding: 8px;
	height: 100%;
	overflow-y: auto;
}

.blue, .blue * {
	color: #336699;
}

.email {
	height: 100%;
	width: auto;
}

.email .msg-preview {
	padding: 32px 48px 0;
	font-weight: bold;
}

.email-inner {
	margin: 24px 64px 0;

	height: 100%;
	width: auto;

	background: white;
	border: 1px solid lightgray;

	text-align: left;
	overflow: hidden;
}

.email-header {
	border-top: 7px solid #3175f2;

	height: 150px;
	
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
	-moz-box-shadow:    0px 2px 2px 0px rgba(0, 0, 0, 0.24);
	box-shadow:         0px 2px 2px 0px rgba(0, 0, 0, 0.24);
}




.dashboard article, .dashboard-row {
	text-align: center;
	position: relative;
}

.dashboard article > div, .dashboard-row-inner {
	text-align: left;
	margin: auto;
}

.dashboard-row {
}

 .dashboard-row-alt {
 	padding-top:3em;
 	background-color: #F9F9F9;
 }

#wrapper {
  display: flex;  /* use the flex model */
  min-height: 100%;
  flex-direction: column;  /* learn more: http://philipwalton.github.io/solved-by-flexbox/demos/sticky-footer/ */
}

#body {
  flex: 1;
}

#root {
	height: 100%;
}