* {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: textt;
  user-select: text;
}

h1 {
  font: bold 22px arial;
  color: #245478;
  text-shadow: 1px 1px 0 #fff;
  margin: 0 0 10px 0;
}

h2 {
  font: bold 18px arial;
  color: #245478;
  text-shadow: 1px 1px 0 #fff;
  margin: 0 0 5px 0;
}

h3 {
  font: bold 17px arial;
  color: #245478;
  text-shadow: 1px 1px 0 #fff;
  margin: 0 0 5px 0;
}

h4 {
  font: bold 16px arial;
  color: #444;
  text-shadow: 1px 1px 0 #fff;
  margin: 0 0 5px 0;
}

h5 {
  font: bold 15px arial;
  color: #444;
  text-shadow: 1px 1px 0 #fff;
  margin: 0 0 5px 0;
}

h6 {
  font: bold 14px arial;
  color: #444;
  text-shadow: 1px 1px 0 #fff;
  margin: 0 0 5px 0;
}

p {
  margin: 0 0 20px 0;
}

a {
  color: #245478;
}

input,
select,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.radius_5 {
  border-radius: 5px;
}

.hidden {
  display: none !important;
}

body.design {
  background: url('design_bg.jpg');
}

div.design {
  min-width: 320px;
  max-width: 800px;
  margin: 0 auto;
  background: url('center_bg.png');
  border-radius: 5px;
}

div.langs {
  height: 40px;
}

div.langs div.list_item {
  display: block;
  margin-top: 20px;
}

div.menu_bottom div.list_item {
  display: block;
  margin-top: 10px;
}

@media all and (min-width: 801px) {
  div.design {
    margin: 0 auto;
  }

  /*
    div.langs div.list_item{
        float: right;
        width: 500px;
    }
    */
}

div.design div.heading {
  border-radius: 4px 4px 0 0;
  height: 35px;
  background: url('heading_bg.png') no-repeat left top #447296;
}

div.design div.heading a.home {
  display: block;
  float: right;
  width: 38px;
}
div.design div.heading a.home img {
  border-radius: 0 5px 0 0;
}

div.design div.heading div.title {
  font: bold 14px/35px arial;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  margin: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.design div.heading div.title img {
  margin-right: 5px;
  vertical-align: middle;
}

div.design div.center {
  clear: both;
  margin: 15px;
}

div.design div.center div.content {
  margin: 15px 0;
}

div.design div.footer {
  padding: 15px;
  text-align: center;
  font-size: 12px;
  color: #555;
  text-shadow: 1px 1px 0 #fff;
}

div.list_item {
  display: inline-block;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #b8b8b8;
  text-decoration: none;
  background: url('list_item_shadow.png') repeat-x left bottom #fefefe;
  transition: all 0.4s;
  vertical-align: middle;
  cursor: pointer;
}

div.list_item:hover {
  background: url('list_item_shadow.png') repeat-x left top #e9e9e9;
}

div.list_item a {
  display: block;
  width: auto;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  font: bold 13px arial;
  text-shadow: 1px 1px 0 #fff;
  /** white-space: nowrap; **/
  overflow: hidden;
  text-overflow: ellipsis;
}

div.list_item a i {
  font-weight: normal;
  font-style: normal;
  display: block;
  font-size: 12px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 3px;
}

div.list_item a span.arrow {
  display: block;
  background: url('arrow_right.png') no-repeat right center;
}

div.list_item span.checkbox {
  float: left;
  width: auto;
}

div.list_item label {
  cursor: pointer;
  display: block;
  margin-right: -10px;
}

div.list_item input[type='checkbox'] {
  vertical-align: middle;
}

.icon_key {
  background: url('icon_key.png') no-repeat left center;
}

.icon_login {
  background: url('icon_login.png') no-repeat left center;
}

.icon_register {
  background: url('icon_register.png') no-repeat left center;
}

.icon_help {
  background: url('icon_help.png') no-repeat left center;
}

.icon_cat {
  background-repeat: no-repeat;
  background-position: 8px center;
}

.icon_start {
  background: url('icon_start.png') no-repeat left center;
}

.icon_stats {
  background: url('icon_stats.png') no-repeat left center;
}

.icon_time {
  background: url('icon_time.png') no-repeat left center;
}

.icon_profile {
  background: url('icon_profile.png') no-repeat left center;
}

.icon_logout {
  background: url('icon_logout.png') no-repeat left center;
}

div.menu_list {
  margin: 20px 0;
}

div.menu_list div.list_item {
  margin-bottom: 10px;
  display: block;
}

div.menu_list div.list_item a {
  padding-left: 60px;
  min-height: 34px;
  vertical-align: middle;
}

div.menu_list div.list_item a span {
  vertical-align: middle;
}

div.list_item div.list_group {
  display: table;
  table-layout: fixed;
  width: 100%;
}

div.list_item div.list_group a {
  display: table-cell;
  text-align: center;
  border-left: 1px solid #b8b8b8;
  border-radius: 0;
}

div.list_item div.list_group a:first-child {
  border: none;
}

.button {
  display: inline-block;
  background: url('list_item_shadow.png') repeat-x left bottom #fefefe;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #b8b8b8;
  text-decoration: none;
  transition: all 0.4s;
  vertical-align: middle;
  padding: 10px 10px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
  color: #245478;
}

span.arrow_left {
  background: url('arrow_left.png') no-repeat left center;
  padding-left: 20px;
}

span.arrow_right {
  background: url('arrow_right.png') no-repeat right center;
  padding-right: 20px;
}

.back {
  margin-top: 20px;
}

/*
@media all and (min-width: 800px) {
    div.menu_list div.list_item{
        display: inline-block;
        width: 49%;
    }
    
    div.menu_list div.list_item:after{
        content: '';
    }

}
*/

.table {
  display: table;
}

.w_100 {
  width: 100%;
}

.w_75 {
  width: 75%;
}

.w_50 {
  width: 50%;
}

.w_25 {
  width: 25%;
}

.w_10 {
  width: 10%;
}

.w_1,
.w_a {
  width: auto;
}

.table .column {
  display: table-cell;
  text-align: center;
}

.table .row {
  display: table-row;
}

.table.w_100 .column:first-child {
  text-align: left;
}

.table.w_100 .column:last-child {
  text-align: right;
}

div.questions_view div.status {
  font-size: 14px;
  margin: -5px 0 15px 0;
  color: #555;
}

div.questions_view div.image {
  height: 270px;
  width: auto;
  float: left;
  margin: 0 18px 20px 0;
  background: #fff;
}

div.questions_view div.image.no_photo {
  background: #e6e8e3;
  border: none;
  /* display: none; */
}

div.questions_view div.image img {
  width: auto;
  height: auto;
  max-height: 270px;
  border: 2px solid #fff;
}

div.questions_view div.text {
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
  font-size: 17px;
  background: #fff;
  padding: 8px 12px 12px 12px;
  margin-bottom: 5px;
}

div.questions_view div.explanation {
  text-align: right;
}

@media all and (max-width: 700px) {
  div.questions_view div.image {
    width: auto;
    max-width: 425px;
    float: none;
    margin: 0;
    /* text-align: center; */
  }
  div.questions_view div.image.no_photo {
    display: none;
  }
}

@media all and (max-width: 460px) {
  div.questions_view div.image img {
    width: 100%;
  }
}

div.answers {
  clear: both;
  min-height: 200px;
}

div.answers .item {
  padding: 10px 15px;
  font-size: 14px;
}

div.answers .item span.checkbox {
  margin-right: 10px;
}

div.answers .item label {
  margin: -10px 0;
  padding: 10px 0;
}

div.answers .item.correct {
  background: #ccffcc;
}

div.answers .item.wrong {
  background: #ffcccc;
}

div.questions_line {
  margin: 20px 0 0 0;
  text-align: center;
}

div.questions_line a {
  display: inline-block;
  text-decoration: none;
  padding: 4px 6px;
  font-size: 14px;
  margin: 0 5px 3px 0;
  border-radius: 3px;
  border: 1px solid #b8b8b8;
  line-height: 17px;
  vertical-align: middle;
}

@media all and (max-height: 700px) {
  div.questions_line a {
    padding: 5px 7px;
  }

  div#questions_image {
    display: block;
    width: auto;
    height: auto;
  }

  div.answers {
    height: auto !important;
  }
}

div.questions_line a.answered {
  background: #fff;
}

div.questions_line a.correct {
  background: #0a0;
  color: #fff;
  border: none;
}

div.questions_line a.wrong {
  background: #c00;
  color: #fff;
  border: none;
}

div.questions_line a.current {
  background: none;
  border: none;
  font-weight: bold;
  font-size: 19px;
  padding: 0 10px;
}

div.questions_line a.correct.current {
  color: #0a0 !important;
}

div.questions_line a.wrong.current {
  color: #c00 !important;
}

div.questions_line_tip {
  margin: 30px 0 10px 0;
  text-align: center;
}

div.results_nav {
  margin-top: 25px;
  text-align: center;
}

div.results_nav .list_item {
  margin: 0 0 5px 0;
}

.results_title {
  margin: 10px 0 10px 0;
  padding: 10px 15px;
  color: #fff;
  font-size: 20px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.bg_success {
  background: #0a0;
}

.bg_failed {
  background: #c00;
}

table.grid {
  table-layout: fixed;
}

table.grid th {
  padding: 5px;
  background: #fff;
  border: 1px solid #ccc;
  background: #eee;
  word-wrap: break-word;
  text-shadow: 1px 1px 0 #fff;
}

table.grid td {
  padding: 7px;
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
  word-wrap: break-word;
}

table.grid td:first-child {
  text-align: left;
}

table.grid.default {
  table-layout: auto !important;
}

table.grid.default td:first-child {
  text-align: center !important;
}

div.questions_results table.grid.results td:first-child {
  text-align: right;
  width: 40%;
}

div.questions_results table.grid.results td:last-child {
  word-wrap: break-word;
  text-align: left;
}

div.center {
  font-size: 15px;
  line-height: 135%;
}

div.content_view {
  background: #f6f6f6;
  margin: -5px;
  padding: 10px;
}

div.content_view p {
  line-height: 150% !important;
}

div.content_view ul li,
div.content_view ol li {
  margin-bottom: 10px;
}

div.proc {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 5px 2px 2px;
  text-align: right;
  border-radius: 0 5px 5px 0;
}

div.proc.proc_pass {
  background: #0a0;
}

div.proc.proc_fail {
  background: #c00;
}

div.form div.brick {
  margin: 0 0 5px 0;
}

div.form {
  margin-bottom: 20px;
}

div.form div.brick {
}

div.form div.brick label {
  font-weight: bold;
  display: inline-block;
  width: 190px;

  padding-right: 5px;
  vertical-align: top;
  margin-top: 8px;
}

div.form div.brick span.field {
  display: inline-block;
  width: 100%;
}

div.form div.brick input.text {
  padding: 5px 5px 5px 5px;
  border: 2px solid #999;
  border-right-color: #fff;
  border-bottom-color: #fff;
  width: 100%;
  margin: 0;
}

div.form span.tip {
  display: block;
}

select {
  padding: 5px 2px 5px 2px;
  border: 2px solid #999;
  border-right-color: #fff;
  border-bottom-color: #fff;
  width: 100%;
  margin: 0;
}

div.form div.brick select option {
  padding: 0;
  margin: 0;
}

hr {
  height: 0;
  border: none;
  border-top: 1px solid #999;
  border-bottom: 1px solid #fff;
  margin: 10px 0;
}

div.members_login {
}

table.form td {
  vertical-align: top;
}

div.warning {
  background: #ffe5e5;
  color: #900;
  padding: 10px;
  text-align: center;
  border: 1px solid #e2a5a5;
  border-radius: 5px;
}

div.questions_explanations {
  max-height: 100px;
  overflow-y: auto;
}

div.members_work_time div.payment_item {
  background: #f6f6f6;
  margin: -5px;
  padding: 10px;
  margin-bottom: 25px;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.results_square {
  display: inline-block;
  padding: 2px 5px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  width: 32px;
  text-align: right;
  border-radius: 5px;
}

.submit {
  /*
    display: block;
    padding-top: 10px;
    */
}

span.tip {
  display: block;
  padding-bottom: 10px;
}

.bg_red {
  color: #fff;
  background: #f00;
  border-radius: 5px;
  text-shadow: none;
}

.theory_content {
  margin: -5px;
  padding-top: 13px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 14px;
  line-height: 140%;
}

.theory_content ul,
.theory_content ol {
  padding-left: 20px;
}

.theory_content ul,
.theory_content li {
  margin-bottom: 17px;
}

.theory_content p {
  margin-bottom: 20px;
}

.icon_theory {
  background: url('icon_theory.png') no-repeat left center;
}

.theory_view h1 {
  display: none;
}

.theory_view .theory_content {
  padding-top: 25px;
}

.theory_view table p {
  margin: 0 0 10px 0;
}

.theory_view table td {
  padding: 5px 3px 0 5px;
}

div.payment_icons {
  margin-bottom: 5px;
}

div.payment_icons img {
  margin: 0px 15px 10px 5px !important;
  width: 60px !important;
  height: auto;
}
