/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-horizontal .form-group:after {
    clear: both;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " ";
}

.form-horizontal .form-group:after {
    clear: both;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " ";
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body.home, 
body.home html, a {
    font-family: "clarendon-urw",sans-serif;
	font-size: 19px;
	color: #262626;
	line-height: 29px;
	font-weight: 400;
}
 
body.measurement,
body.measurement html, 
a {
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #262626;
	line-height: 28px;
	font-weight: 400;
}
.home .container {
	position: relative;
	width: 1140px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;

}
.home .header {
	position: relative;
	height: 754px;
	width: 1140px;
	background-color:#7c41bd;
	background-repeat: no-repeat;
}
.signout {
	
}
.login {
	position: absolute;
	top: 46px;
    right: 73px;
    height: 36px;
    width: 141px;
	cursor: pointer;
}
.window-login {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #fff;
	background-color: #fff;
}
.window-login .form-horizontal {
	font-size: 14px;
	color: #6e6e6e;
}
.window-header {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #7c41bd;
	background-color: #ffbc03;
	padding: 8px 15px;
	font-weight:bold;
}
.form-group.first {
	margin-top: 15px;
}
.form-group {
    margin-bottom: 15px;
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

#form-login-submit {
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 20px;
    line-height: 1.7em!important;
    color: #FFFFFF!important;
    border-color: #07b2a8;
    border-radius: 23px;
    font-size: 14px;
    font-weight: 700!important;
    padding-left: 0.7em;
    padding-right: 2em;
    background-color: #07b2a8;	
	float:left;
	
}
body .k-window-content .container * {
    box-sizing: border-box !important;
}
.col-12 {
	width: 100%;
}
.col-4 {
	width: 30%;	
}
.col-8 {
	width: 50%;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.k-button {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.k-primary {
    color: #fff;
    border-color: #00b6be;
    background-image: none;
    background-position: 50% 50%;
    background-color: #00b6be;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.k-primary:hover {
    color: #fff;
    border-color: #00989f;
    background-image: none;
    background-color: #00989f;
    -webkit-box-shadow: none;
    box-shadow: none;
}
label {
    display: inline-block;
    margin-bottom: 5px;
}
.close {
	color: #e22634;
	cursor: pointer;
}
.k-widget.k-notification.k-notification-error {
    background-color: #ffe0d9;
    color: #d92800;
    border-color: #ffb6a6;
}
body .k-window,
.window-login.k-window-content {
	padding: 0;
	border-radius: 0;
	border: 0;
}
.home .content {
	width: 1140px;
	margin-top: 29px;
}
.footer-backup {
	position: relative;
	margin-top: 60px;
	height: 800px;
	width: 1140px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}

.footer {
    position: absolute;
    bottom: 0px;
	width:100%;
}
.footer a {
font-family: "clarendon-urw",sans-serif;
font-size:14px;
}
.footer .copyright {
	width: 1140px;
	font-size: 12px;
	text-align: center;
	position:relative;
	margin:0 auto;
}
.footer .privacy {
    text-align: left;
    padding: 0 20px 0 95px;
    font-size: 12px;
    line-height: 24px;
}
.privacy_header {
	font-size:12px;
	font-weight:700;
}
.footer .heading {
	float: left;
	width: 870px;
	margin: 45px 0 0 95px;
	font-size: 25px;
	color: #fff;
	line-height: 31px;
	font-weight: normal;
}
.footer .text {
	float: left;
	width: 870px;
	margin: 20px 0 0 95px;
	font-size: 17px;
	line-height: 27px;
}
.row1 {
	width: 1140px;
}
.row1 .column1 {
	font-weight: 700;
	font-size: 21px;
	line-height: 31px;
	float: left;
	width: 375px;
	margin: 0 85px 0 95px;
}
.row1 .column2 {
	position: relative;
	float: left;
	width: 375px;
	margin: 0 0 0 10px;
}
.row1 .column2 .text {
	margin-top: 25px;
	clear: both;	
}
.row2 {
	width: 1140px;
	margin-top: 65px;
}
.row2 .column1 {
	float: left;
	width: 375px;
	margin: 0 85px 0 185px;
}
.row2 .column1 .text {
	margin-top: 25px;
}
.row2 .column2 {
	position: relative;
	float: left;
	width: 375px;
	margin: 0 0 0 10px;
}
.row2 .column2 .text {
	margin-top: 25px;
	clear: before;	
}

.clear {
	clear: both;
}
.blok {
	height: 66px;
	width: 196px;
	text-align: center;
	color: #fff;
	font-size: 21px;
	line-height: 66px;
}
.green {
	background-image: url(images/green.jpg);
	background-repeat: no-repeat;
	
}
.red {
	background-image: url(images/red.jpg);
	background-repeat: no-repeat;
	
}
.purple {
	background-image: url(images/purple.jpg);
	background-repeat: no-repeat;
	
}
.doe-mee {
	position: absolute;
	top: 270px;
	left: 130px;
	height: 130px;
	width: 240px;
	color: #fff;
	font-size: 21px;
	line-height: 30px;
}
.doe-mee span {
	font-size: 45px;
	line-height: 45px;
	
}

.measurement .container {
	position: relative;
	width: 1140px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;

}
.measurement .header {
	position: relative;
	height: 150px;
	background-color:#7c41bd;
}

.measurement .header .logo {
	position: absolute;
	top: 35px;
	left: 35px;
}
.measurement .header .actions {
	color: #fff;
	position: absolute;
	top: 35px;
	right: 35px;
	text-align:right;
}
.measurement .header .actions a {
	color: #fff;
}

.measurement .legend {
	float: right;
    margin-right: 31px;
    margin-bottom: 10px;
	font-size: 12px;
}
.fa-unlock-alt {
	color: #00b6be;
}
.measurement .header .legend .fa {
	font-size: 14px; 
}
.measurement .header .actions .user-name {
	font-weight: 700;
}
.measurement .content {
	position:relative;
	width: 970px;
    margin: 0 auto;	
	margin-top:20px;
}
.c-left {
	width: 204px;
	margin: 0 15px 0 32px;
	float: left;
}
.c-right {
	width: 672px;
	margin: 0px 0px 0 15px;
	float: left;
}
.c-right {
	color: #262626;
}
.h-tabs {

}
.h-tab {
	color: #dddbdb;
	line-height: 46px;
	font-size: 14px;
	text-align: center;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: #dddbdb;
	float: left;
	cursor: pointer;
	position: relative;
}
.h-tab:last-child {
	border-right-width: 1px;
}
.h-tab.active {
	font-weight: 600;
	color: #262626;
}
.h-tab.current {
	border-bottom-width: 0px;
}

.h-tab.current > div {
	position: absolute;
	height: 5px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #dddbdb;
	background-color: #00b6be;
	top: -5px;
	left: -1px;
	right: -1px;
}
.c-tabs {
	margin-top: -1px;	
}
.c-tab {
	min-height: 500px;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #dddbdb;
	display: none;
	float: left;
	width: 672px;
	margin-bottom: 40px;
	padding-bottom: 22px;
}
.c-tab.current {
	display: block !important;
}
.fa-exclamation-triangle {
	color: #f1af00;
}
.m-item {
	line-height: 40px;
	background-color: #fff;
	padding: 0 14px;
	margin: 0 17px 8px;
	font-weight: 600;
}
.m-item span {
	float: right;
}
.m-item span,
.m-item span .fa-download {
	color: #00b6be;
}
.m-item a {
	line-height: 40px;
}
.material {
	margin: 22px 12px;
	background-color: #ecebec;
	color: #262626;
	padding: 0 0 12px;
}
.material > span {
	padding: 0 31px;
	line-height: 50px
}
.teams {
	margin-top: 10px;
	
}
.t-item {
	line-height: 34px;
	color: #262626;
	font-size: 14px;
	text-align: left;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #dddbdb;
	cursor: pointer;
}
.t-item a {
	margin-left: 14px;
	text-decoration: none;
	font-weight: 600;	
}
.t-item i {
	margin-right: 14px;
	line-height: 34px;
	float: right;
}
.t-item.active,
.t-item.active a {
	background-color: #00b6be;
	color: #fff;
}
.t-item:last-child {
	border-width: 1px 1px 1px 1px;
}
.c-left > span {
	line-height: 46px;
	margin-left: 15px;
}
.signature {
	margin-top: 25px;
	font-size: 13px;
}
.signature > span {
	line-height: 40px;
	margin-left: 15px;
}
.s-item a {
	line-height: 34px;
	font-size: 13px;
	margin-left: 15px;
	text-decoration: none;
}
.s-item i {
	color: #00b6be;
}
.score {
	color: #262626;
	margin: 30px 30px;
	border-width: 1px;
	border-style: solid;
	border-color: #dddbdb;
	
}
.score:after { 
    content: " "; 
    display: block;
    clear: both;
} 
.score > div {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 68px;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #dddbdb;
	margin: 15px 0;
}
.score > div:last-child {
	border-width: 0px 0px 0px 0px;
}

.score h6 {
	font-size: 32px;
	line-height: 48px;
	font-weight: 400;
	color: #00b6be;
}
.score p {
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
}
.score p span {
	font-weight: 400;
}
.form-header {
	line-height: 36px;
	font-weight: 600;
	color: #262626;
	padding-left: 32px;
	margin: 0 13px;
	background-color: #ecebec;
}
.f-item {
	margin: 0 45px;
	border-color: #dddbdb;
	border-width: 0 0 1px 0;
	border-style: solid;
	padding: 12px 0;
	
}
.f-item .f-right {
	float: right;
	text-align: right;
}
.f-item.f-multi .k-radio {
}
.f-item.f-multi .k-radio-label {
}
body .k-numeric-wrap .k-input {
	color: #00b6be;
}
body .k-radio:checked+.k-radio-label:after {
    background-color: #00b6be;
}	
.comments {
	margin: 0 17px;
}
.comments textarea {
	width: 100%;
	height: 8em;
	border-width: 0;
	padding: 15px;
}
.mission {
	margin: 32px 12px 0px;
	background-color: #ecebec;
	color: #262626;
	padding: 0 0 17px;
}
.mission > span {
	padding: 0 31px;
	line-height: 50px;
	font-weight: 600;
}
.m-url {
	margin: 20px 30px 0 30px;
}
.m-url input {
	width: 100%;
}
.m-upload {
	margin: 20px 30px 0 30px;
}
body .k-upload-sync .k-upload-button {
	margin: 0px;
	padding: 4px;
	border-radius: 0;
} 
body .m-upload > span {
	line-height: 34px;
}
.e-submit {
	float: right;
	margin: 15px 30px 37px;
}
body .k-button {
	border-radius: 0;
}
body textarea:disabled {
	background-color: #fff;
	
}
body .form-group.has-error > span {
    color: #a94442;
}
body .form-group.has-error .validator-message {
	display: block !important;
}
body .form-group .validator-message {
	display: none;
	color: #a94442;
	font-size: 12px;
}
.score .smoked h6 {
	color: #e22634;
}
.attention {
	background-color: #fff2c1;
	padding: 18px;
	margin: 22px 12px 32px;
	line-height: 20px;
	font-size: 14px;
}
.attention .a-mes {
	font-weight: 600;
}
.attention .a-address {
	margin-top: 15px;
	
}
body .form-horizontal .form-group {
    margin-right: 15px;
    margin-left: 15px;
}
body .form-group .k-textbox {
    width: 100%;
}
body .e-label {
	font-weight: 600;
	color: #00b6be
}

.login-holder {
	background-color:#ffbc03; color:#666; font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif; font-weight:500; padding:10px; width: 600px; margin: 0 auto; margin-top:40px; font-size:14px;
}