/* ==================== STYLE ======================= */

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: none;
}

.ie button:focus,
.ie input[type="button"]:focus,
.ie input[type="submit"]:focus {
  outline: none;
}

img[align=left] {
  float: left;
}

img[align=right] {
  float: right;
}

address {
  font-style: normal;
}

a img {
  border: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

html, body {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  background: #ececec url('/massets/images/bg.png') repeat-x 0 0;
  font: normal 15px Arial, Tahoma, FreeSans, sans-serif;
  color: #323232;
}

input, textarea {
  font: 15px Arial, Tahoma, FreeSans, sans-serif;
  color: #323232;
}

button,
input[type=submit] {
  cursor: pointer;
}

.clr {
  zoom: 1;
}
.clr:before, .clr:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clr:after {
  clear: both;
}

a {
  color: #2b4fb9;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active, a:focus {
  outline: none;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.fleft {
  clear: left;
  float: left;
}

.fright {
  clear: right;
  float: right;
}

.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.w100 {
  width: 100%;
}

.w50 {
  width: 50%;
}

.w33 {
  width: 33.33%;
}

.w39 {
  width: 39%;
}

.w25 {
  width: 25%;
}

hr {
  height: 2px;
  margin: 20px 0;
  border: 0;
  background: #eaf2f5;
  font: 0px/0 a;
}

hr.blue {
  height: 1px;
  margin: 10px 0;
  background: #0e3ae8;
}

/* js Checkbox */
div.checker span {
  overflow: hidden;
  vertical-align: top;
  display: inline-block;
  text-align: center;
  background: url('/massets/images/sprite.png') 0 -636px no-repeat;
}

div.checker span.checked {
  background-position: 0 -477px;
}

/* js Radio */
div.checker,
div.radio {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

div.checker, div.checker span, div.checker input,
div.radio, div.radio span, div.radio input {
  width: 10px;
  height: 10px;
}

div.radio span {
  overflow: hidden;
  vertical-align: top;
  display: inline-block;
  text-align: center;
  background: url('/massets/images/sprite.png') 0 -596px no-repeat;
}

div.radio span.checked {
  background-position: 0 -401px;
}

div.checker input,
div.radio input {
  vertical-align: top;
  display: inline-block;
  opacity: 0;
  border: none;
  background: none;
  text-align: center;
}

#wrapper {
  min-width: 1020px;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1340px) {
  #wrapper {
    padding: 0 50px;
  }
}

#main {
  padding: 20px;
  background: #fff;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.leftside {
  float: left;
  width: 200px;
}

.rightside {
  float: right;
  width: 190px;
}

.longside {
	width: 380px;
}

article {
  position: relative;
  margin: 0 210px 0 230px;
}

/* Header */
.logo {
  float: left;
  position: relative;
  top: 13px;
  left: -6px;
}
.logo:hover {
  text-decoration: none;
}

.slogan {
  position: absolute;
  left: 116px;
  bottom: 12px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 3px;
}

header {
  min-height: 115px;
  position: relative;
}

.login-links {
	float: right;
	width: 20px;
	padding: 11px 0 0;
	position: relative;
}
.login-links a {
  color: #fff;
}
.login-links .register {
	position: absolute;
	right: 20px;
	top: 30px;
	color: #fff;
	font-size: 14px;
}
.login-links .login {
	position: absolute;
	right: 190px;
	top: 30px;
	color: #fff;
	font-size: 14px;
}
.login-links .delimiter {
	position: absolute;
	right: 170px;
	top: 30px;
	color: #fff;
	font-size: 14px;	
}

.b-search {
  overflow: hidden;
  margin: 0 0 0 384px;
  padding: 53px 0 0;
}
.b-search .form-item {
  margin: 0 0 7px;
}
.b-search .radio {
  margin: 0 5px 0 0;
}
.b-search label {
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
  color: #fff;
  font-size: 12px;
}

.form-search-text {
  vertical-align: top;
  width: 100%;
  height: 28px;
  padding: 5px 36px 5px 11px;
  border: 0;
  color: #646464;
  background: #fff;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.form-search-text::-webkit-input-placeholder {
  color: #646464;
}
.form-search-text::-moz-placeholder {
  color: #646464;
}
.form-search-text:-ms-input-placeholder {
  color: #646464;
}
.form-search-text:focus {
  outline: 0;
  border: 0;
}

.form-search-submit {
  vertical-align: top;
  width: 28px;
  height: 28px;
  margin: 0 0 0 -29px;
  border: 0;
  background: url('/massets/images/sprite.png') 6px -269px no-repeat;
}

.search-help {
  vertical-align: middle;
  display: inline-block;
  height: 15px;
  width: 15px;
  color: #4768c8;
  background: #dde5f8;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.search-help:hover {
  background: #fff;
  text-decoration: none;
}

.b-user-logged {
  float: right;
  width: 20px;
  padding: 11px 0 0;
  position: relative;
}
.b-user-logged + .b-search {
  margin-right: 0px;
}

.user-avatar {
  overflow: hidden;
  display: block;
  width: 20px;
  height: 91px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.user-name {
  position: absolute;
  right: 20px;
  top: 19px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.logout {
  position: absolute;
  right: 20px;
  top: 35px;
  color: #fff;
  font-size: 10px;
}

/* End Header */
/* Footer */
footer {
  background: #3855b5 url('/massets/images/bg-footer.png') repeat-x 0 0;
}

.footer-inner {
  min-width: 1020px;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (min-width: 1340px) {
  .footer-inner {
    padding: 0 50px;
  }
}

.footer-top {
  padding: 0 20px 30px;
  background: #fff;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.footer-top .inner {
  padding: 13px 0 0;
  background: url('/massets/images/bg-footer.png') repeat-x 0 0;
}

.footer-widgets {
  display: table;
  margin: 0 -20px -20px;
  background: #fff;
  table-layout: fixed;
  border-spacing: 20px;
  width: 100%;
}
.footer-widgets .col {
  vertical-align: top;
  display: table-cell;
  border-bottom: 2px solid #d7e6eb;
}
.footer-widgets .col > *:last-child {
  margin-bottom: 5px;
}
.footer-widgets .separator {
  width: 20px !important;
}

.footer-bottom {
  overflow: hidden;
  display: table;
  width: 100%;
  padding: 32px 0;
}

.link-contacts {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  text-transform: uppercase;
}
.link-contacts a {
  display: inline-block;
  padding: 0 32px 0 0;
  position: relative;
  color: #fff;
  font-size: 13px;
}
.link-contacts a:before {
  content: "";
  display: block;
  height: 6px;
  width: 23px;
  position: absolute;
  top: 4px;
  right: 0;
  background: url('/massets/images/sprite.png') 0 -441px no-repeat;
}

.copyright {
  vertical-align: middle;
  display: table-cell;
  color: #fff;
  font-size: 9px;
  text-transform: uppercase;
  text-align: right;
  white-space: nowrap;
}

.counters {
  vertical-align: middle;  
  padding: 0 0 0 10px;
  min-width: 215px;
}

.counters > * {
	float: left;
    margin-left: 5px;
}

.global-counter-wrapper {
	float: right; 
	padding-top: 20px; 
	max-width: 210px;
}

/* End Footer */

.grey {
	color: grey;
}

.dashed {
	border-bottom: 1px dashed #999 !important;
}

.dashed:hover{
	text-decoration: none;
	border-bottom: 0px dashed #999 !important;
}

.red {
	color: red;
}

input[type=text],input[type=password], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  /*padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;*/
  border: 2px solid #DDDDDD;
}
 
input[type=text]:focus,input[type=password]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  /*padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;*/
  border: 2px solid rgba(81, 203, 238, 1);
}

.width90 {
	width: 90%;
}

.green {
	color: green;
}

.article-main ul.nostyle {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 0 0 20px 0;
}
table th, table td {
	border: 1px solid #ccc;
	padding: 5px;
}
table th {
	text-align: left;
}
.prev200next{
  float: right;
  font-size: 14px;
  position: relative;
  z-index: 1000;
  padding-bottom: 4px;
}

/*test button*/
.btn{
  width: 400px;
  height: 30px;
}
.finish-button{
  color: #fff;
  font-size: 20px;
  background: url("/assets/images/rosen/images/bg.jpg") repeat-x;
  height: 56px;
  border: 1px solid rgb(111, 111, 111);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;  
}
.finish-button:hover{
 background: url("/assets/images/rosen/images/bghover.jpg") repeat-x;
}

.params_selects div.val{
  display: inline-block;
  position: relative;
  top: 3px;
  left: 5px;
}

.params_selects div.val img{
  width: 18px; 
  height: 18px; 
  cursor: pointer;
}

text tspan{
  font-size: 15px;
  color: black;
}

.dxc-title text tspan{
  font-size: 24px;
}

#reminder{
  display: none;
  color: black;
  font-weight: normal;
  float: left;
}
.cacheandrem{;
  font-weight: bold;
  color: #2B4FB9;
}
.subcats{
  width: 100%;
  padding-left: 3px;
}
.subcat{
  width: 30%;
  display: inline-block;
  color: white;
  font-weight: bold;
  height: 35px;
  border: 1px solid #f0962a;
  border-radius: 8px;
  background: -moz-linear-gradient(#f0962a ,#de8524);
  background: -webkit-linear-gradient(#f0962a ,#de8524);
  background: -o-linear-gradient(#f0962a ,#de8524);
  background: linear-gradient(#f0962a ,#de8524);
  text-align: center;
  line-height: 35px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.5);
  margin: 0px 3.2% 8px -2px;
  overflow: hidden;
}
.clear{
  clear: both;
}
.floatbuttons{
  float: right;
}
.do_you_like{
  display: none;
  text-align: center;
  font-size: 25px;
  margin-top: 25px;
}
.do_you_like span{
  /*line-height: 80px;*/
  font-size: 18px;
}
.do_you_like a{
  margin-top: 25px;
  margin-right: 20px;
}
.do_you_like .yes:hover, .do_you_like .no:hover{
  text-decoration: none;
}
.do_you_like .yes{
  color: white;
  display: inline-block;
  background: rgb(255, 144, 33);
  border-radius: 60px;
  padding: 20px 18px;
}
.do_you_like .no{
  color: black;
  display: inline-block;
  background: rgb(187, 220, 247);
  border-radius: 60px;
  padding: 20px 10px;
}
.result-header, .recs-header{
  text-align: center;
  padding: 15px;
  color: white;
  display: table;
  margin: 10px auto !important;
  background: rgb(255, 144, 33);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
  -ms-box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
  -o-box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
  box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
}
.result-description{
  margin-top: 20px;
  display: table; 
  padding: 15px 20px;
  width: 100%;
  background: rgb(233, 243, 252); 
}
.result-description ul{
  width: 390px;
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important;  
  display: table-cell; 
  vertical-align: middle;
}
.result-description ul{
  margin: 0 !important;
}
.result-recomendations{
  font-size: 18px;
}
.recs{
  background: rgb(233, 243, 252);
  width: 100%;
  padding-right: 30px;
}
.recs img{
  width: 150px;
  margin: 10px;
}
.recs td {
  vertical-align: top;
  border: none;
}
.recs .first-rec-td {
  width: 160px;
  vertical-align: middle;
}
.recs-header, .do_you_like{
  display: none;
}

.recs .result-recomendation-list{
  list-style-type: none;
}
.ask-block{
	display: none;
}
.recs .result-recomendation-list li{
  margin-left: 15px;
}
.recs .result-recomendation-list li:before{
  content: "";
  width: 15px;
  height: 15px;
  margin: 0 12px -2px -28px;
  display: inline-block;
  background: rgb(69, 132, 252);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px
  -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
  -ms-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
  -o-box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
  box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
}
.result-hr{
  background: rgb(194, 215, 255);
  height: 7px;
  -webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
  -ms-box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
  -o-box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
  box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
}
div.social-buttons{
  margin-top: 50px;
  text-align: center;
}
div.social-buttons td{
  border: none;
  padding: 0;
}
div.social-buttons td a, div.social-buttons td div{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;      
}
div.social-buttons iframe, div.social-buttons div{
  vertical-align: top !important;
}
div.social-buttons #twitter-widget-0{
  margin: 0px !important;
}
.share-buttons{
  margin-top: 60px;
}
.share-buttons table{
  display: inline-block !important;
  margin: 50px;
}
.fb-share-button{
  margin-right: 45px;
}
.ask{
  width: 500px;
  margin: 10px auto 0;
  padding: 5px 15px;
  background: rgb(233, 243, 252);
}
.show-rec{
  font-size: 20px;
  color: white;
  display: inline-block;
  background: rgb(255, 144, 33);
  border-radius: 16px;
  padding: 8px 18px;
}
.hide-rec{
  margin-left: 30px;
  font-size: 20px;
  color: black;
  display: inline-block;
  background: rgb(187, 220, 247);
  border-radius: 16px;
  padding: 8px 74px; 
}
.show-rec:hover, .hide-rec:hover{
  text-decoration: none;
}
.after-recs{
  display: none;
  width: 450px;
  margin: 30px auto;
  text-align: center;
  border: 3px solid rgb(173, 211, 247);
  border-radius: 20px;
}
div.left{
	float: left;	
}
div.right{
	float: right;
}
.user-reg tr td{	
	text-align: center;
}
.user-reg-form{	
	width: 530px;
	margin: 0 auto;
}
.user-reg-form td, .user-reg td{
	border: 0;	
	vertical-align: middle
}
.user-reg-form tr td:nth-child(1){
	text-align: right;
}
.user-reg-form tr td:nth-child(2){
	text-align: left;
}
.user-reg-form tr td:nth-child(2) input{
	width: 100%;
}
.user-reg-form td[colspan]{
	padding-left: 133px;
	text-align: center !important;
}
.user-reg-form tr td p{
	margin: 0;
}
span.blue{
	color: #003399;
}
span.bold{
	font-weight: bold;
}
.reg-mot-text{
	display: block;
	padding: 5px;
}
.reg-welcome-message{
	text-align: left;
	color: #003399;
	font-size: 18px;
	min-width: 205px;
}
.user-reg-form button.submit{
	background: #b3ccff;
	border: 1px solid #234ba3;
	webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 2px 0 #8C8C8C;
	box-shadow: 0 2px 2px 0 #8C8C8C;
	padding: 7px 15px;
	font-size: 16px;
	color: #234ba3;
}
.left_arg, .right_arg, .reminder{
        width: 300px;
        height: 25px;
}
.testresult {
  position: relative;
  margin-bottom: 30px;
}
.testresult td {
  border: none;
  padding: 0 20px;
}
.testresult td h2 {
  text-align: center;
  margin-bottom: 15px;
  border-bottom: 2px solid rgb(106, 147, 202);
}
.testresult-header {
  font-size: 24px;
  color: #2b4fb9;
  text-align: center;
}
.testresult .left-col {
  text-align: left;
  /*padding-left: 50%;*/
  padding-bottom: 15px;
  padding-right: 15px;
  /*margin-top: 65px;*/
  border: 2px solid #f9f9f9;
  overflow: hidden;
}
.testresult .left-col .res-param{
  position: relative;
}
.test-result .left-col .result-params p {
  color: #2b4fb9;
}
.testresult .left-col .quantity { 
  position: absolute;
  display: block;
  bottom: -9px;
  right: 0;
  font-size: 20px;
  background: white;
  color: #2b4fb9;
  padding: 3px 3px 3px 10px;
}
.testresult .left-col hr{
  height: 10px;
  background: #2b4fb9;
}
.testresult .right-col img{
  width: 150px;
  margin: 10px;
}
.testresult .right-col {
  padding: 20px;
  background: rgb(213, 252, 215);
}
.testresult .right-col .recs {
  background: none;
  text-align: left;
}
.testresult .right-col p {
  text-align: left;
}
.testresult hr, .res-param hr{
  margin-bottom: 30px !important;
}
.testresult .main-right-header {
  border-bottom: 2px solid #2b4fb9;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.res-param hr{
  margin-top: 10px !important;
}
.unused_innerparams {
  display: none;
}
.more-info {
  display: none;
}
.more-info-header {
  text-align: center;
  margin: 0 auto 10px;
  display: block;
  font-size: 26px;
  text-decoration: none;
  color: white;
  width: 500px;
  height: 75px;
  line-height: 75px;
  background: rgb(236, 142, 59);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.more-info-header:hover {
  text-decoration: none;
}
.more-info .menu {
  text-align: center;
  list-style-type: none;
  padding: 0;
}
.more-info .menu li {
  display: inline-block;
  padding: 5px 15px;
}
.more-info hr {
  height: 5px;
  background: #2b4fb9;
}
.more-info .right-cell hr {
  background: rgb(236, 142, 59);
}
.more-info .res-param {
  position: relative;
}
.more-info .quantity { 
  position: absolute;
  display: block;
  bottom: -9px;
  right: 0;
  font-size: 20px;
  background: white;
  color: #2b4fb9;
  padding: 3px 3px 3px 10px;
}
.more-info .right-cell .quantity {
  color: rgb(236, 142, 59);
}
.more-info h2 {
  text-align: center;
  margin: 10px !important;
}
.more-info #tab-first{
  display: block;
}
.more-info #tab-second, .more-info #tab-third{
  display: none;
}
.more-info #first {
  font-weight: bold;
  background-color: yellow;
}
.bottom-article-text{
  font-size: 14px;
  margin-top: 10px;
}
.more-info .left-cell, .more-info .right-cell {
  width: 50%;
}
.res-param hr {
  margin: 10px 0 0 0;
}
.add_param_form {
  display: none;
}
.del_toread:hover, .del_favorites:hover {
  text-decoration: none;
}
#toread, #favorites {
  color: #2b4fb9;
  margin-right: 10px;
}
.def{
  color: #ec8e3b;
}
.rosen-intro {
  width: 300px;
  margin: 30px 0;
  display: inline-block;
  border: 1px solid black;
}
div.rosen-intro p {
  margin: 0 !important;
  padding: 12px 0 12px 95px;
  font-size: 11px;
}
.rosen-intro img{
  float: left;
}
div.rosen-intro + .rosen-intro {
  width: 730px;
  margin-left: 86px;
}
div.rosen-intro + .rosen-intro p {
  padding-left: 12px;
}
.rosen-hr {
	background: #6CA300;	
}
.rosen-hr:last-of-type {
	display: none;	
}
.clearfix {
  clear: both;
}
.align-center {
  text-align: center;
}
.def-articles {
  display: inline-block;
  float: right;
}
#vk-article-share {
  display: inline-block;
}
#vk-article-share td {
  border: none !important;
  padding: 0 !important;
  vertical-align: top !important;
}
.fb-share-button {
  vertical-align: top;
  margin-left: 40px;
}
.gender_btn {
  text-align: center;
  padding: 15px;
  color: white;
  display: inline-block;
  margin: 10px !important;
  background: rgb(255, 144, 33);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
  -ms-box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
  -o-box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
  box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
}
.gender_btn:hover {
 text-decoration: none;
}
.first-rec-td img + p {
  font-size: 11px;
  text-align: center;
  margin-top: 0 !important;
}
.trait{
  position: relative;
  font-size: 16px;
  margin-top: 16px;
  height: 35px;
  background: rgb(224, 224, 224);
}
.inner-trait {
  display: inline-block;
  vertical-align: top;
}
.trait .inner-trait {
  width: 50%;
}

.trait span{
  z-index: 10;
  position: relative;
  white-space: nowrap;
}
.res-chart {
  background: rgb(64, 207, 35);
  /*box-shadow: 2px 4px 6px;*/
  height: 15px;
  display: inline-block;
  z-index: 5;
  height: 31px;
  line-height: 35px;
  vertical-align: top;
}

.res-chart.res-chart-left {
  position: relative;  
}

.res-chart span {
  margin-left: 5px; 
  color: white; 
}

.res-chart span.res-chart-span-active {
  color: black;  
}

.res-chart.res-chart-left span {
  position: absolute;
  right: 5px;
}

.hidden {
  display: none;
}
.testresult b {
  display: block;
  margin: 15px 0;
}
.alg-description {
  display: none;
}
.testresult .rosen-diag-vals {
  position: absolute; 
  font-size: 14px;
  margin: 60px 50px 0;
  font-weight: bold;
}

/* ==================== BLOOPER ======================= */

.blooper {
  position: fixed;
  right: 1px;
  top: 263px;
  z-index: 5;
  width: 22px;
  height: 151px;
}
.blooper a {
  display: block;
  width: 22px;
  height: 151px;
  background: #FFA000;
}

.blooper_img {
  background: url('/massets/images/mistake.png');
  border: 0;
}

/* ==================== ARTICLE ======================= */

article {
  padding: 20px 0 0;
}
.article-wide {
	margin: 0;
}
.article-main {
  padding-top: 3px;
  overflow: hidden;
}
.article-main > *:first-child {
  margin-top: 0;
}
.article-main p {
  margin: 15px 0;
  word-wrap: break-word;
  font-size: 14px;
  line-height: 140%;
}
.article-main h1 {
  padding: 0 0 13px;
  margin: 0 0 15px;
  font-size: 28px;
  font-weight: normal;
  line-height: 33px;
  word-wrap: break-word;
  border-bottom: 2px solid #eaf2f5;
}
.article-main h2 {
  margin: 20px 0 5px;
  font-size: 20px;
  word-wrap: break-word;
}
.article-main h3{
  margin: 15px 0 7px;
  font-size: 18px;
  word-wrap: break-word;
}
.article-main h4, .article-main h5, .article-main h6 {
  margin: 15px 0 7px;
  font-size: 15px;
  word-wrap: break-word;
}
.article-main h2 + *, .article-main h3 + *, .article-main h4 + *, .article-main h5 + *, .article-main h6 + * {
  margin-top: 5px;
}
.article-main ul {
  margin: 15px 0;
  padding: 0 0 0 25px;
  list-style-type: disc;
}
.article-main ul li {
  position: relative;
  margin: 5px 0;
  font-size: 14px;
	line-height: 140%;
}
.article-main ul li:before {
 /* content: "";
  display: block;
  height: 7px;
  width: 6px;
  position: absolute;
  top: 6px;
  left: -14px;
  background: url('/massets/images/sprite.png') 0 -517px;*/
}
.article-main ol {
 /* counter-reset: list1;*/
  margin: 15px 15px;
  padding: 0 0 0 16px;
}
.article-main ol li {
  /*list-style-type: none;*/
  position: relative;
  margin: 5px 0;
  font-size: 14px;
	line-height: 140%;
}
.article-main ol li:before {
  /*counter-increment: list1;
  content: counter(list1) ".";
  position: absolute;
  top: 0;
  left: -17px;
  color: #4567cf;
  font-size: 15px;
  font-weight: bold;*/
}
.article-main .fleft {
  margin: 3px 15px 5px 0;
}
.article-main .vleft {
  float: left;
}
.article-main .fright {
  margin: 3px 0 5px 15px;
}
.article-main .vright {
  position: relative;
  z-index: 1000;
  float: right;
}
.article-main .center {
  margin: 15px 0;
}

.spell-checked:before {
  content: "";
  z-index: 2;
  display: block;
  height: 25px;
  width: 25px;
  position: absolute;
  right: 0;
  top: -11px;
  background: url('/massets/images/sprite.png') 0 0;
}

.article-bottom {
  margin: 35px 0 0;
}
.article-bottom > *:last-child {
  margin-bottom: 10px;
}

.b-admin-panel {
  padding: 0 50px 0 0;
  position: absolute;
  top: -6px;
  bottom: auto;
  left: 0;
  right: 0;
  background: #fff;
}
.b-admin-panel > ul {
  margin: 0 0 0 -6px;
}
.b-admin-panel > ul > li {
  padding: 0;
  position: relative;
  vertical-align: top;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.b-admin-panel > ul > li > a {
  line-height: 26px;
  display: inline-block;
}
.b-admin-panel > ul > li:hover {
  background: #fce6ba;
}
.b-admin-panel > ul > li:hover ul {
  margin-top: -5px;
  padding-bottom: 5px;
  display: block;
  background: #fce6ba;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  min-width: 100%;
  z-index: 1000;
}
.b-admin-panel > ul ul {
  display: none;
  padding: 3px 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
}
.b-admin-panel > ul ul li {
  padding: 1px 0;
}
.b-admin-panel a {
  padding: 0 6px;
  color: #2b4fb9;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}

.b-admin-panel a.orange {
	color: rgb(255, 173, 0);
}
.b-admin-panel a:hover {
  text-decoration: none;
  color: #2b4fb9;
}
.b-admin-panel a:hover {
  color: #700d14;
}
.b-admin-panel + * {
  margin-top: 0;
}

.b-rating {
  overflow: hidden;
  margin: -10px 0 10px;
  color: #999;
  font-size: 12px;
  line-height: 20px;
}
.b-rating a {
  color: #999;
}

.rating-cant-rate {
  float: left;
}

.rating-more {
  float: right;
  margin: 0 0 0 20px;
}

.rating-status {
  float: right;
}
.rating-status > span:first-child {
  margin-right: 3px;
}

.star {
  vertical-align: top;
  display: inline-block;
  margin: 0 1px;
  height: 20px;
  width: 22px;
  background: url('/massets/images/sprite.png') 0 -103px no-repeat;
}

.no-star {
  background-position: 0 -153px;
}

.hide-left {
	margin-left: 0px;
}

.hide-right {
	margin-right: 0px;
}

.main-right-header, .main-left-header {
  text-align: center;
}

.main-left-header {
  margin-top: 40px !important;
}
