html, body, .front .front {
  height: 100%;
}
body {
	min-width: 1024px;
	font-size: 16px;
	line-height: 16px;
}
@font-face {
    font-family: 'Georgia';    
    src: url('./fonts/georgia/georgia.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
.clearfix {
    clear: both;
}
.front * {
	box-sizing: border-box;	
}
.front {
	background: #f0f0f0;
	min-height: 100%;  
    height: auto;
	max-height: 999999px;
}
.container {
    width: 1000px;
	padding: 0;
}
.front .header {
    height: 100px;
	background: #ffffff;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
}
.front .header .logo {
    float: left;
	padding: 0;
	margin: 15px 0 0;
}
.front .header .logo img {
    max-height: 70px;
}
.front .header .user {
	float: right;
}
.front .header .user .lang {
	float: right;
	width: 36px;	
	text-align: right;
	margin: 34px 0 0 39px;
	z-index: 2;
}
.front .header .user .lang.selector {
    cursor: pointer;
	position: relative;
}
.front .header .user .lang.selector .lang-cont {
	position: absolute;	
	z-index: 2;		
}
.front .header .user .lang .lang-list {
	position: absolute;
	top: -2px;
	right: -2px;
	padding: 16px 0 0;	
	border: 1px solid #eeeeee;
	width: 40px;
	background: #ffffff;
	z-index: 1;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
	display: none;
}
.front .header .user .lang .lang-list .lang {
    float: none;
	margin: 15px 0 0;
}
.front .header .user .lang .ico {
	float: right;
	width: 14px;
	height: 14px;
    margin: 0 6px 0 0;
}
.front .header .user .lang .ico img {
	border: 1px solid #d5d5d5;
    border-radius: 50%;
	width: 100%;
	height: 100%;
}
.front .header .user .lang .name {
    float: right;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	color: #707070;
	font-family: 'PT Sans', sans-serif;		
}
.front .header .user .lang .name .name-wrapper {
	display: table-cell;
	vertical-align: middle;
	height: 14px;
	width: 100%;
}
.front .header .user .info {
	float: right;
	text-align: right;
	margin: 32px 0 0;
}
.front .header .user .info .member {
	display: inline-block;
	padding: 0 0 0 17px;
	background: url(/img/front/lk-user-ico.png) no-repeat left top 2px;
}
.front .header .user .info .member a {
	color: #313131;
	font-size: 12px;
    line-height: 12px;
	font-family: 'PT Sans', sans-serif;
	text-decoration: underline;
}
.front .header .user .info .member a:hover {
    text-decoration: none;
}
.front .header .user .info .director {
	text-align: right;
	color: #707070;
	font-size: 11px;
    line-height: 11px;
    font-family: 'PT Sans', sans-serif;
	margin: 7px 0 0;
}

.front .main {	
	padding: 0 0 138px;
}
.front .main .main-content {	
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
}
.front .main .main-content.clean-main-content {
	margin-top: 58px;
}
.front .main .main-content.main-content-blank {
    padding: 20px 15px;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
}
.question_text,
.blank-textarea {
	font-family: 'PT Sans', sans-serif;	
}
.question_text {
	font-size: 12pt;
	line-height: 14pt;
	font-weight: bold;
}
.blank-textarea {
	font-size: 12pt;
    line-height: 14pt;
}
.variant_text {
	font-size: 11.25pt;
	line-height: 14pt;
}
.span-label {
	cursor: pointer;
}
.front .main .main-content .title {
	border-bottom: 1px solid #e1e1e1;
	padding: 24px 25px 23px;
}
.front .main .main-content .title .name {
	color: #313131;
	font-size: 32px;
	line-height: 32px;
	font-family: 'Georgia';
	float: left;
}
.front .main .main-content .title .report {
	float: right;
	padding: 0 0 3px 20px;
	background: url(/img/front/report-ico.png) no-repeat left top 1px;
	margin: 7px 0 0;
}
.front .main .main-content .report .report-selector {
	position: relative;
}
.front .main .main-content .report .report-selector .r-title {
	cursor: pointer;
	font-size: 12px;
	line-height: 12px;
	color: #313131;
	text-decoration: underline;
	padding: 2px 0;
	font-family: 'PT Sans', sans-serif;
}
.front .main .main-content .report .report-selector .r-title:hover {
	text-decoration: none;
}
.front .main .main-content .report .report-selector .r-list {
	width: auto;
	white-space: nowrap;
	position: absolute;
	text-align: right;
	right: 0;
	top: 25px;
	background: #ffffff;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	padding: 3px 10px 7px;
	display: none;
}
.front .main .main-content .report .report-selector .r-list .r-row {
	margin: 0 0 3px;
}

.front .main .main-content .title .subordinates {
	float: right;
    margin: 7px 0 0 25px;
}
.front .main .main-content .title a {
	font-size: 12px;
    line-height: 12px;
	color: #313131;
	text-decoration: underline;
	font-family: 'PT Sans', sans-serif;
}
.front .main .main-content .title a:hover {
	text-decoration: none;
}
.front .main .main-content .body {
	padding: 0 25px 65px;;
}
.front .main .main-content .text {
	padding: 17px 0 25px;
}
.front .main .main-content .text .ttl {
	color: #313131;
	font-size: 16px;
	line-height: 16px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	margin: 0 0 10px;
}
.front .main .main-content .text p {
	font-size: 12px;
	line-height: 15px;
    font-family: 'PT Sans', sans-serif;
	color: #313131;
	margin: 0 0 15px;
}
.front .main .main-content .text a {
	font-size: 12px;
    line-height: 15px;
    font-family: 'PT Sans', sans-serif;
    color: #313131;
	text-decoration: underline;
}
.front .main .main-content .text a:hover {
	text-decoration: none;
}
.front .main .main-content .text ul {
	list-style-type: none;
	margin: -10px 0 10px;
	padding: 0;
}
.front .main .main-content .text ul li {
	font-size: 12px;
    line-height: 15px;
    font-family: 'PT Sans', sans-serif;
    color: #313131;
	margin: 0 0 5px 10px;
	position: relative;
}
.front .main .main-content .text ul li:after {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 2px;
	position: absolute;
	top: 6px;
	left: -10px;
	background: #d39107;
}
.front .main .main-content .text ul li span {
	font-weight: 700; 
}
.front .main .main-content .text .message {
	margin: 17px 0 0;
}
.front .main .main-content .text .message .icon {
    height: 45px;
	background: #cdcdcd;
	float: left;
	width: 46px;
	border: 0 solid #e1e1e1;
	border-width: 1px 0 1px 1px;
	color: #ffffff;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	border-radius: 5px 0 0 5px;
	padding: 0 0 0 15px;
}
.front .main .main-content .text .message .txt {
	float: left;
	width: 704px;
	border: 0 solid #e1e1e1;
    border-width: 1px 1px 1px 0;
	border-radius: 0 5px 5px 0;
	height: 45px;
	color: #313131;
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
    line-height: 16px;
	padding: 5px 15px 0;
}
.front .main .main-content .assess-title {
	height: 44px;
	background: #f0f0f0;
	border-radius: 50px;
	padding: 0 24px 0 0;
}
.front .main .main-content .assess-title.self-title {
	background: #ffffff;
	padding-right: 0;
}
.front .main .main-content .assess-title.subordinate-title {
    padding-top: 30px;
	height: 74px;
}
.front .main .main-content .assess-title .ttl {
    height: 44px;
    background: #d39107;
    border-radius: 50px;
	color: #ffffff;
	float: left;
	font-family: 'Georgia';
	font-size: 20px;
	line-height: 20px;
	padding: 11px 20px 0;
	position: relative;	
}
.front .main .main-content .assess-title.self-title .ttl {
	/*font-size: 24px;
    line-height: 24px;
    padding: 9px 20px 0;*/
}
.front .main .main-content .assess-title .respondents-controll,
.front .main .main-content .assess-title .assess-controll {
	float: right;
	width: 160px;
	padding: 0 0 0 32px;
	cursor: pointer;
	color: #313131;
	font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    line-height: 16px;
	text-decoration: underline;
	margin: 5px 0 0;
	background: url(/img/front/respondents-select-ico.png) no-repeat left top 8px;
}
.front .main .main-content .assess-title .respondents-controll {
    margin-left: 38px;	
}
.front .main .main-content .assess-title .assess-controll {    
    width: 170px;    
    background: url(/img/front/assess-select-ico.png) no-repeat left top 8px;	
}
.front .main .main-content .assess-title .respondents-controll:hover,
.front .main .main-content .assess-title .assess-controll:hover {
	text-decoration: none;
}
.front .main .main-content .assess-title .ttl:after {
	content: '';
    position: absolute;
	width: 25px;
	height: 2px;
	background: #d39107;
	top: 21px;
	left: -25px;
	z-index: 1;
}
.front .main .main-content .assess-title .add-respondent {
	float: right;
	cursor: pointer;
	background: url(/img/front/add-respondent-ico.png) no-repeat;
	padding: 0 0 0 32px;
	margin: 15px 0 0;
}
.front .main .main-content .assess-title .add-respondent span {
	font-size: 12px;
	line-hight: 12px;
	color: #313131;
	font-family: 'PT Sans', sans-serif;
	text-decoration: underline;	
}
.front .main .main-content .assess-title .add-respondent:hover span {
	text-decoration: none;
}
.front .main .main-content .fillings-list {
	margin: 10px 0 0;
}
.front .main .main-content .fillings-list .message {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 16px;
	color: #707070;
	padding-bottom: 15px;
}
.front .main .main-content .fillings-list .filling {
    border-bottom: 1px solid #e1e1e1;
}
.front .main .main-content .fillings-list .filling:last-child {
	border: none;
}
.front .main .main-content .fillings-list .filling .action {
	float: left;
	width: 36px;
	min-height: 1px;
}
.front .main .main-content .fillings-list .filling .action .delete {
	width: 10px;
	height: 10px;
	cursor: pointer;
	background: url(/img/front/delete-ico.png) no-repeat;
	margin: 24px 0 0; 
}
.front .main .main-content .fillings-list .filling .member {
    float: left;
	height: 60px;	
}
.front .main .main-content .fillings-list .filling .member.member-big {    
    height: 70px;
}
.front .main .main-content .fillings-list .filling.subordinate .member {
	height: 77px;
}
.front .main .main-content .fillings-list .filling .member .name {
	color: #b3b3b3;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
    line-height: 16px;
	margin: 12px 0 4px;
}
.front .main .main-content .fillings-list .filling .member .name a {	
	color: #313131;
}
.front .main .main-content .fillings-list .filling.subordinate .member .name a {
    color: #707070;
}
.front .main .main-content .fillings-list .filling .member .name.centered {
	margin-top: 20px;
}
.front .main .main-content .fillings-list .filling .member .position {
	color: #707070;
    font-family: 'PT Sans', sans-serif;    
    font-size: 12px;
    line-height: 12px;	
}
.front .main .main-content .fillings-list .filling.subordinate .member .position {
	margin: 0 0 6px 16px;;
}
.front .main .main-content .fillings-list .filling .member .email {
    color: #313131;
    font-family: 'PT Sans', sans-serif;    
    font-size: 12px;
    line-height: 12px;
	text-decoration: underline;
	margin: 0 0 0 16px;;
}
.front .main .main-content .fillings-list .filling .member .email.email-lk {
	margin: 2px 0 0;
}
.front .main .main-content .fillings-list .filling .status {
	float: right;	
}
.front .main .main-content .fillings-list .filling .status .finished {
	width: 12px;
	height: 16px;
	background: url(/img/front/status-finished-ico.png) no-repeat;
	margin: 21px 28px 0 0;	
} 
.front .main .main-content .fillings-list .filling .status .progress {
    width: 18px;
    height: 18px;
    background: url(/img/front/status-progress-ico.png) no-repeat;
    margin: 20px 25px 0 0;	
	display: block;
}
.front .main .main-content .fillings-list .filling .status .complete {
	width: 18px;
    height: 19px;
    background: url(/img/front/status-complete-ico.png) no-repeat;
    margin: 21px 25px 0 0;
	display: block;
}
.front .main .main-content .fillings-list .filling .status .start {
    width: 18px;
    height: 18px;
    background: url(/img/front/status-start-ico.png) no-repeat;
    margin: 20px 25px 0 0;
	display: block;
}
.front .main .main-content .fillings-list .filling.subordinate .status {
	text-align: right;
}
.front .main .main-content .fillings-list .filling.subordinate .status > div {
	margin-right: 0;
	display: inline-block;
}
.front .main .main-content .fillings-list .filling.subordinate .status .report {
	display: block;
	margin: 13px 0 0;
}
.front .main .main-content .fillings-list .filling.subordinate .status .report a {
	color: #313131;
	font-family: 'PT Sans', sans-serif;    
    font-size: 12px;
    line-height: 12px;
    text-decoration: underline;
}
.front .main .main-content .fillings-list .filling.subordinate .status .report a:hover {
	text-decoration: none;
}
.front .main .main-content .fillings-list > .r-title {
	font-size: 16px;
    line-height: 16px;
	color: #d39107;    
    font-family: 'Georgia';
    font-weight: 700;
    margin: 17px 0 2px;
}
.front .main .close-window {	
	text-align: right;
	margin: 20px 0 0;
}
.front .main .close-window button {
    border-radius: 5px;
	background: #555555;
    background-image: -moz-linear-gradient( 90deg, rgb(49,49,49) 0%, rgb(112,112,112) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(49,49,49) 0%, rgb(112,112,112) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(49,49,49) 0%, rgb(112,112,112) 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);  
	border: none;
	font-size: 18px;
	line-height: 18px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.25);
	color: #f0f0f0;
	height: 36px;
	width: 147px;
	cursor: pointer;
}

.ui-dialog.sar-dialog {
	border: none;	
    border-radius: 5px;  
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
	padding: 0;
	width: 750px;
	background: #ffffff;
}
.selection-dialog * {
    box-sizing: border-box;
}
.ui-dialog.sar-dialog .ui-dialog-content {
    padding: 0;
}
.ui-dialog.sar-dialog .ui-dialog-titlebar {
    padding: 20px 25px 0;
	border-radius: 0;
	background: transparent;
	border: none;
	font-size: 24px;
    line-height: 24px;
    color: #313131;
    font-family: 'Georgia';    
    font-weight: 400;
}
.ui-dialog.sar-dialog .ui-dialog-titlebar-close {
    background: transparent;
	border: none;
}
.selection-dialog .exist,
.selection-dialog .new {
	float: left;
	width: 375px;
	padding: 0 25px;
	position: relative;	
}
.selection-dialog .exist.full {
	width: 375px;
}
.selection-dialog .exist.bordered {
	border-right: 1px dashed #9b9b9b;
}
.selection-dialog .sar_selector {
	background: transparent;
	border: none;
	float: none;
	padding: 0;
	width: 100%;
	margin-top: 16px;
}
.selection-dialog .title {
	font-size: 20px;
	line-height: 20px;
	color: #313131;
	font-family: 'Georgia';
	font-style: normal;
	font-weight: 400;
	margin-bottom: 7px;
}
.selection-dialog .exist .phrase {
	width: 100%;
    border: 1px solid #e1e1e1;  
    border-radius: 5px;  
    height: 38px;
	padding: 0;
	background: url(/img/front/search-ico.png) no-repeat left 12px top 10px;
	color: #9a9a9a;
	font-size: 14px;
	line-height: 14px;
	font-family: 'PT Sans', sans-serif;
	padding: 0 0 0 35px;
	margin-bottom: 10px;
}
.selection-dialog .exist .filter_result {
	width: 100%;
    border: 1px solid #e1e1e1;  
    border-radius: 5px;  
	min-height: 324px;
}
.selection-dialog .exist .filter_result ul {
	padding: 5px 0 0;
}
.selection-dialog .exist .filter_result ul li {
	padding: 5px 14px;
    font-size: 14px;
	line-height: 14px;
	color: #313131;
    font-family: 'PT Sans', sans-serif;	
	cursor: pointer;
}
.selection-dialog .exist .filter_result ul li:hover {
	background: #f0f0f0 url(/img/front/sel-resp-ico.png) no-repeat right 32px top 7px;
}
.selection-dialog .selections .content {
	padding: 15px 25px 0;
	background: #f0f0f0;
	border: 0 solid #e1e1e1;
	border-width: 1px 0 1px 0;
	margin: 19px 0 0;	
	min-height: 81px;
	position: relative;
}
.selection-dialog .selections .content:before {
	content: '';
	position: absolute;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 8px solid #e4e4e4;
	top: 0;
	left: 364px;
}
.selection-dialog .selections .content:after {
    content: '';
    position: absolute;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 8px solid #ffffff;
    top: -1px;
    left: 365px;
}
.selection-dialog .new .content span,
.selection-dialog .selections .content span {	
	font-size: 14px;
    line-height: 14px;
    color: #313131;
    font-family: 'PT Sans', sans-serif;
	display: inline-block;
	margin-right: 20px;	
}
.selection-dialog .new .content span img,
.selection-dialog .selections .content span img {
   margin-right: 6px;
}
.selection-dialog .selections .controller {
	margin: 20px 0;
	padding: 0 25px;
}
.selection-dialog .selections .controller button {
	border: none;
	border-radius: 5px;
    background: #555555;
    background-image: -moz-linear-gradient( 90deg, rgb(49,49,49) 0%, rgb(112,112,112) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(49,49,49) 0%, rgb(112,112,112) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(49,49,49) 0%, rgb(112,112,112) 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    line-height: 14px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.25);
    color: #f0f0f0;
    height: 36px;
    width: 230px;
    cursor: pointer;
	padding: 0;
}
.selection-dialog .new .add-form input[type="text"],
.selection-dialog .new .add-form select {
	width: 100%;
	border: 1px solid #e1e1e1;  
    border-radius: 5px;  
    height: 38px;
    padding: 0 0 0 12px;;
	margin: 0 0 10px;
	color: #9a9a9a;
	font-size: 14px;
    line-height: 14px;
    font-family: 'PT Sans', sans-serif;
}
.selection-dialog .new .add-form input[type="submit"] {	
	background: #9b9b9b url(/img/front/sel-resp-add-ico.png) no-repeat left 11px top 11px;
	border: none;
    border-radius: 5px;  
    width: 46px;
    height: 36px;
	cursor: pointer;
	box-shadow: none;
	margin: 0;
	padding: 0;
}
.selection-dialog .new .add-form input[type="submit"]:focus {
	outline: none;
}
.selection-dialog .new .add-form input[type="submit"].vertical {
	position: absolute;
	left: 357px;
	top: 164px;
	width: 36px;
    height: 46px;
	background: #9b9b9b url(/img/front/sel-resp-add-vertical-ico.png) no-repeat left 11px top 11px;
	z-index: 2;
}
.selection-dialog .new .content {
	padding: 15px 25px 0;
    background: #f0f0f0;
    border: 1px solid #e1e1e1;
    margin: 0;   
    
    height: 372px;
    /*height: auto;*/
    overflow-y: scroll; 
    
	position: relative;
}
.selection-dialog .new .content span {
	display: block;
	margin: 0 0 10px;
}
.selection-dialog .new .content:before {
    content: '';
    position: absolute;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 8px solid #e4e4e4;
    top: 176px;
    left: 0;
}
.selection-dialog .new .content:after {
    content: '';
    position: absolute;
    border-bottom: 9px solid transparent;
    border-top: 9px solid transparent;
    border-left: 8px solid #ffffff;
    top: 177px;
    left: -1px;
}
.front .main .main-content .experts-list {
	padding: 5px 0 0;
}
.front .main .main-content .experts-list .role-experts .r-title {
	font-size: 16px;
	line-height: 16px;
	color: #313131;
	font-family: 'Georgia';
	font-weight: 700;
	margin: 17px 0 2px;
}
.front .main .main-content .experts-list .role-experts .expert {
    border-bottom: 1px solid #e1e1e1;
	padding: 12px 0 0;
	height: 77px; 
}
.front .main .main-content .experts-list .role-experts .expert .control {
	float: left;
	width: 35px;
	min-height: 1px;
	padding: 2px 0 0;
}
.front .main .main-content .experts-list .role-experts .expert .control img {
	cursor: pointer;
}
.front .main .main-content .experts-list .role-experts .expert .member {
	float: left;
	font-family: 'PT Sans', sans-serif;
	color: #707070;
}
.front .main .main-content .experts-list .role-experts .expert .member .name {	
	font-size: 16px;
    line-height: 16px;    
	font-weight: 700;
	margin: 0 0 5px;
}
.front .main .main-content .experts-list .role-experts .expert .member .position,
.front .main .main-content .experts-list .role-experts .expert .member .email {
	font-size: 12px;
    line-height: 12px;
	margin: 0 0 6px;
}
.front .main .main-content .experts-list .role-experts .expert .member .email {
    text-decoration: underline;	
}
.front .main .main-content .experts-list .role-experts:last-child .experts .expert:last-child {
	border-bottom: none;
}
.front .main .main-content .blank_header {
	border: none;
}
.front .main .main-content .blank_header .blank_caption {
    color: #333333;
    float: none;
    font-family: 'PT Sans', sans-serif;
    font-size: 24px;
	line-height: 24px;
	font-weight: 700;    
}

.front .main .breadcrumbs {
	float: none;
	font-size: 11px;
	line-height: 11px;
	color: #707070;
	font-family: 'PT Sans', sans-serif;
	padding: 1px 0 2px 22px;
	background: url(/img/front/breadcrumbs-ico.png) no-repeat;
	margin: 22px 0 22px;
}
.front .main .breadcrumbs a {
	font-size: 11px;
    line-height: 11px;
    color: #707070;
	text-decoration: underline;
}
.front .main .breadcrumbs a:hover {
    text-decoration: none;
}
.front .main .breadcrumbs.blank-breadcrumbs {
	float: left;
}
.blank_navigation_empty {
    float: right;
	margin: 22px 0 0;
	border-radius: 3px;	
	padding: 2px 10px;
	color: #707070;
	background: transparent;	
	font-family: "PT Sans",sans-serif;
    font-size: 11px;
    line-height: 11px;	
}
.bottom_paging {
	text-align: center;
	padding: 11px 0 0;
	font-family: "PT Sans",sans-serif;
    font-size: 11px;
    line-height: 11px;  
	color: #707070;
}
.add-dialog {
	margin: 20px 0;
}
.add-dialog * {
	box-sizing: border-box;
}
.add-dialog .add-respondent {
	padding: 0 25px;
}
.add-dialog .add-respondent label {
	display: block;
	font-family: 'PT Sans', sans-serif;
    color: #707070;
	font-size: 14px;
    line-height: 14px;
	margin: 0 0 6px;
}
.add-dialog .add-respondent input[type="text"],
.add-dialog .add-respondent select {
	width: 100%;
	border: 1px solid #e1e1e1;  
    border-radius: 5px;  
    height: 38px;
    padding: 0 0 0 12px;;
    margin: 0 0 10px;
    color: #9a9a9a;
    font-size: 14px;
    line-height: 14px;
    font-family: 'PT Sans', sans-serif;
	margin-bottom: 15px;
}
.ui-dialog .ui-dialog-buttonpane {
	border: none;
}
.sar-dialog .message {
    padding: 0 25px;
}
.main > .container > .action {
	text-align: right;
	margin: 20px 0 0;
}
.main > .container > .action input[type="submit"] {
    background: #555555;
    background-image: -moz-linear-gradient( 90deg, rgb(49,49,49) 0%, rgb(112,112,112) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(49,49,49) 0%, rgb(112,112,112) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(49,49,49) 0%, rgb(112,112,112) 100%);
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    color: #f0f0f0;
    cursor: pointer;
    font-family: "PT Sans",sans-serif;
    font-size: 18px;
    font-weight: 700;
    height: 36px;
    line-height: 18px;
    padding: 0 20px;
    text-shadow: 0.5px 0.866px 0 rgba(0, 0, 0, 0.25);    
	margin: 0;
}
.sar_selector .add-member {
    margin: 0;
}
.assess {
	float: left;
	border: 1px solid #cacaca;
    border-radius: 3px;
    color: #707070;    
    font-family: Arial;
    font-size: 14px;
    margin: 15px 0 0 50px;
    overflow: visible;
    padding: 4px 10px 6px;
}
.assess .assess_name {
    border-left: 1px solid #cacaca;
    margin-left: 15px;
    padding-left: 15px;
}
.base-blank-btn {
	font-family: "PT Sans",sans-serif;
	font-weight: 700;
}

.footer {
	box-sizing: border-box;
	background: #2d2d2d;;
	color: #ffffff;
	padding: 10px 0;
	font-family: "PT Sans",sans-serif;
	font-size: 14px;
	line-height: 18px;
	height: 77px;	
	margin-top: -77px;	
}
.footer .copy {
	float: left;
	padding: 9px 0 0;
}
.footer .contacts {
	float: right;
	text-align: right;
}
.footer .contacts .phone a {
	color: #ffffff;
	font-size: 14px;
    line-height: 18px;
	padding-left: 18px;
	background: url(/img/front/phone-ico.png) no-repeat left top 3px;
}

.front .main .main-content .group_question_table td.text {
    padding: 5px 5px 5px 15px;    	
}

.main-content-results .show-description,
.main-content-results .answers-title {	
	font-size: 29px;
    font-weight: 700;
    line-height: 29px;
	color: #000000;
	margin: 0 0 30px;
}
.main-content-results .show-description span {
	cursor: pointer;
	text-decoration: underline;
}
.main-content-results .show-description span:hover {
	text-decoration: none;
}
.main-content-results .description {
	display: none;
	margin: 0 0 30px;
}

.front,
.blank_caption {
	font-family: "PT Sans", sans-serif;
}
.group_question_table td.head {
	font-size: 9pt;
}

.main .gk_enter {
	background: #ffffff;
    border: 1px solid #e2e2e2;
    margin: 60px auto 0;
    padding: 50px 50px 40px;
    width: 754px;
}
.main .gk_enter .gk_title {
	font-size: 30px;
    line-height: 1em;
    text-align: center;
}
.main .gk_enter form {
	width: 100%;
	margin-top: 50px;
}
.main .gk_enter form table {
    width: 100%;
}
.main .gk_enter form table td {
	width: 75%;
	max-width: 100%;
	padding-bottom: 10px;
}
.main .gk_enter form table td.label {
	width: 25%;
	font-size: 20px;
	line-height: 1em;
}
.main .gk_enter form input.blank-textinput {
	box-sizing: border-box;
	width: 100%;
	font-size: 20px;
    line-height: 1em;
	height: auto;
	padding: 6px 10px;
}
.main .gk_enter form .l-title a,
.main .gk_enter form .l-title a:focus {
	outline: none;
}
.main .gk_enter form .l-title a:hover {
	text-decoration: underline;
}
.main .agreement {
	background: #ffffff;
	border: 1px solid #e2e2e2;
    margin: 60px auto 0;
	padding: 30px 20px 50px;
}

.main .structure .item .item-title {
	cursor: pointer;
}
.main .structure .subtree {
	display: none;
}
.main .structure .subtree.opened {
	display: block;
}

.main .custom-combobox-input {
	font-family: 'PT Sans', sans-serif;
}
.ui-autocomplete .ui-menu-item a {
	font-family: 'PT Sans', sans-serif;
}

.agree .ui-dialog-titlebar {
    float: right;
    border: 0;
    padding: 0;
    display: none;
}
.agree .ui-dialog-titlebar-close {
    top: 0;
    right: 0;
    margin: 0;
    z-index: 999;
}
.agree .ui-dialog .ui-dialog-titlebar-close { display: none; }
.agree .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 50% 50% repeat-x;  
 }   

.agree {
   font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 16px;
    margin: 12px 0 4px;
    margin-top: 12px;
} 

.ui-widget-overlay {
	background: #aaaaaa;
	opacity: 0.5;
}
.ui-dialog.front-dialog {
	background: #ffffff;
	font-family: 'PT Sans', sans-serif;
	border-radius: 5px;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
	border: none;
	padding: 0 20px;
}
.ui-dialog.front-dialog .ui-dialog-titlebar {
	border: none;
	background: transparent;
	padding: 12px 0 0;
}
.ui-dialog.front-dialog .ui-dialog-title {
	font-size: 20px;
	line-height: 20px; 
}
.ui-dialog.front-dialog .ui-dialog-titlebar-close {
	border: none;
	background: transparent;
	right: -10px;
}
.ui-dialog.front-dialog .ui-dialog-content {
	padding: 2px 0;
	margin: 12px 0 20px;
	font-size: 18px;
	line-height: 21px;
}
.ui-dialog.front-dialog .ui-dialog-buttonpane {
	padding: 0 0 15px;
	margin: 0;
}
.ui-dialog.front-dialog .ui-dialog-buttonpane button {
	margin: 0 5px 0 0;
	background: #eeeeee;
	font-family: 'PT Sans', sans-serif;
}
.ui-dialog.front-dialog .ui-dialog-buttonpane button:hover {
	background: #f6f6f6;
}

.cross_metaphor .answers-container {
	display: block;
	float: left;
	width: 444px;
	background: #fafafa;
	height: 942px;
	border: 1px solid #c8c8c8;
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	overflow-y: scroll;
}
.cross_metaphor .answers-container li {
	list-style-type: none;
	margin: 0;
    padding: 6px 5px 11px;
	background: #ffffff;
	border-bottom: 1px solid #c8c8c8;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	width: 424px;
	cursor: move;
}
.cross_metaphor .questions-container {
	float: right;
	width: 532px;
}
.cross_metaphor .questions-container .question-container {
	float: left;
	border: 2px solid #c8c8c8;
	width: 254px;
	margin: 0 0 11px;
}
.cross_metaphor .questions-container .question-container.last {
	float: right;
}
.cross_metaphor .questions-container .question-container.q-error {
	border-color: #ff9999;
}
.cross_metaphor .questions-container .question-container .image {
	background: #fafafa;
	border-bottom: 1px solid #c8c8c8;
	padding: 9px 41px 11px;
}
.cross_metaphor .questions-container .question-container .image .image-container {
	display: table-cell;
	height: 82px;
	width: 172px;
	border-radius: 2px;
	border: 1px solid #c8c8c8;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	background: #ffffff;
}
.cross_metaphor .questions-container .question-container .image .image-container img {
	max-width: 100%;
	max-height: 100%;
}
.cross_metaphor .questions-container .question-container .answers {
	margin: 0;
	padding: 0;
	height: 138px;
	overflow-y: scroll;
	background: #ffffff;
	font-family: Tahoma;
	border: 1px solid #c8c8c8;
}
.cross_metaphor .questions-container .question-container .answers li {
	list-style-type: none;
	padding: 6px 5px 11px;
    background: #ffffff;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
	cursor: move;
	color: #000000;
}
.cross_metaphor .questions-container .question-container .text {
    background: #fafafa;
	padding: 10px 0 10px 10px
}
.cross_metaphor .questions-container .question-container .text textarea {
	width: 232px;
	resize: none;
	border: 1px solid #bcbcbc;
	border-radius: 3px;
	height: 40px;
	font-family: Arial;
	font-size: 16px;
	line-height: 18px;
	padding: 6px;
}
.cross_metaphor .inputs-container {
	display: none;
}
.cross_metaphor .captions {
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	padding: 0 0 16px;
}
.cross_metaphor .captions .source-caption {
	float: left;
    width: 444px;
}
.cross_metaphor .captions .target-caption {
    float: right;
    width: 532px;
}

.cross_rating {
    font-family: Tahoma;
}
.cross_rating .source-container {
	width: 532px;
	float: left;
	background: #fafafa;
	border: 1px solid #c8c8c8;
	max-height: 905px;
	overflow-y: auto;
	padding: 28px 10px 0;
}
.cross_rating .source-container .point {
	float: left;
	margin: 0 10px 28px;
	width: 150px;
	height: 82px;
}
.cross_rating .source-container .answer.ui-draggable-disabled {
	opacity: .2;
    filter: Alpha(Opacity=20);
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.cross_rating .answer {
	background: #ffffff;
	border-radius: 4px;
	cursor: move;
	height: 82px;
    width: 150px;
	border-radius: 4px;
	border: 1px solid #c8c8c8;
	z-index: 3;
}
.cross_rating .target-container .answer {
	height: 80px;
    width: 148px;
	border: none;
}
.cross_rating .answer .image {
	display: table-cell;
	height: 80px;
	width: 148px;
	text-align: center;
	vertical-align: middle;
	padding: 3px;			
}
.cross_rating .answer .image img {
	max-width: 142px;
	max-height: 74;
	user-drag: none; 
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.cross_rating .target-container {
	float: right;
	width: 450px;
	border: 1px solid #c8c8c8;
}
.cross_rating .target-container .top-block {
	min-height: 60px;
	padding: 28px 0 40px;
	background: #d8ffe7;
	border-bottom: 1px solid #c8c8c8;
	position: relative;
	z-index: 1; 
}
.cross_rating .target-container .top-block .question-block {
	position: absolute;
	left: 0;
	bottom: -50px;
	z-index: 2; 
}
.cross_rating .target-container .top-block .question-block .q-captions {
	float: left;
	margin: 0 0 0 10px;
	font-size: 24px;
	line-height: 24px;
	width: 113px;
} 
.cross_rating .target-container .top-block .question-block .q-captions .top {
	color: #079a00;
	padding: 6px 0 0;
	height: 50px;
	background: url(/img/front/cross_rating-top-ico.png) no-repeat right 4px;
}
.cross_rating .target-container .top-block .question-block .q-captions .worst {
    color: #b00118;
	padding: 18px 0 3px;
	background: url(/img/front/cross_rating-worst-ico.png) no-repeat right 20px;
}
.cross_rating .target-container .top-block .question-block .main-point {
	float: left;
	border: 1px solid #c8c8c8;
    border-radius: 4px;
	background: #ffffff;
	margin: 0 0 0 7px;
}
.cross_rating .target-container .top-block .question-block .main-point .image-container {
	width: 186px;
	display: table-cell;
	height: 98px;
	text-align: center;
	vertical-align: middle;
}
.cross_rating .target-container .worst-block {
    padding: 65px 0 28px;
    background: #ffc7ce;
	min-height: 60px;
}
.cross_rating .target-container .point-container {
	float: left;
	width: 50%;
	margin-bottom: 28px;
}
.cross_rating .target-container .point-container.full-point-container {
    float: none;
    width: 100%;
}
.cross_rating .target-container .point-container .point {
	width: 150px;
	height: 82px;
	margin: 0 auto;
	border: 1px solid #c8c8c8;
    border-radius: 4px;
	background: #ffffff;	
}
.cross_rating .target-container .point-container .point.q-error {
	border-color: #ff9999;
}
.cross_rating .target-container .worst-block .point-container.full-point-container {
	margin-bottom: 0;
}
.cross_rating .target-container .ui-state-disabled {
	opacity: 1;
	filter: none;
}
.cross_rating .captions {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    padding: 0 0 16px;
}
.cross_rating .captions .source-caption {
    float: left;
    width: 532px;
}
.cross_rating .captions .target-caption {
    float: right;
    width: 450px;
}

.mobile-msdd .msdd-loader {
	text-align: center;
}
.mobile-msdd .items-list {
    border: none;
	opacity: 0;
}
.mobile-msdd .items-list .msdd-item {
    font-family: Roboto, "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #111111;
    border: none;
    background: #F5F5F5;
    padding: 5px 15px 7px;	
}
.mobile-msdd .negative-msdd-container .btn {
    background: url(/img/front/btn-mobycheb-red.png) no-repeat;
}
.mobile-msdd .negative-msdd-container .msdd-item {
    background: #FBE8E8;
    border-left: 3px solid #E76767;
    padding-left: 12px;
}
.mobile-msdd .positive-msdd-container .btn {
    background: url(/img/front/btn-mobycheb-green.png) no-repeat;
}
.mobile-msdd .positive-msdd-container .msdd-item {
    background: #E2F6D3;
    border-right: 3px solid #61A62A;
    padding-right: 12px;
}
.mobile-msdd .mm-title {
    border: 0 solid #DADADA;
    border-width: 1px 0 1px 0;
    padding: 9px 0 11px;
}
.mobile-msdd .mm-title > div {
    width: 50%;
    font-family: Roboto;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #111111;
    position: relative;
}
.mobile-msdd .mm-title .negative-title {    
    float: left;
    padding-left: 34px;
}
.mobile-msdd .mm-title .positive-title {    
    float: right;
    text-align: right;
    padding-right: 34px;
}
.mobile-msdd .mm-title .sel-cnt {
    width: 19px;
    height: 19px;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    top: -2px;
    color: #ffffff;
    font-size: 12px;
    line-height: 19px;
    font-family: Roboto;
}
.mobile-msdd .mm-title .negative-title .sel-cnt {
    left: 8px;
    background: #F2AAAA;
}
.mobile-msdd .mm-title .positive-title .sel-cnt {
    right: 8px;
    background: #A0CA7F;
}
.combo-container .custom-combobox {
	float: left;
}
.detalized_text.detalized_text-combo {
	margin: 10px 0 0 60px;
	width: 300px;
	display: block;
	float: left;
    height: 31px;
}
}