.cf {
  *zoom: 1; }
  .cf:before, .cf:after {
    content: " ";
    display: table; }
  .cf:after {
    clear: both; }

.iweb-calendar-header, .iweb-my-calendar {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.subject-list-box label.styled {
  display: inline-block;
  cursor: pointer;
  position: relative; }
  .subject-list-box label.styled input {
    position: absolute;
    top: 1px;
    left: 4px;
    opacity: 0;
    filter: alpha(opacity=0); }
  .subject-list-box label.styled .input {
    display: inline-block;
    float: left; }

.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.right {
  float: right; }

.left {
  float: left; }

.see-more {
  text-align: left;
  text-indent: -9999px;
  display: inline-block;
  width: 164px;
  height: 26px;
  background: url(../images/iweb/see-more.png); }

.iweb-bar, .iweb-bar-small, .iweb-bar-exam {
  position: relative;
  clear: both;
  height: 30px;
  background: url(../images/iweb/bg-bar.png) repeat-x top left;
  text-align: left;
  padding: 7px 0px 0px 10px;
  font: normal 18px "Verdata";
  color: #FFFFFF;
  z-index: 100;
  border-radius: 4px; }
  .iweb-bar .right, .iweb-bar-small .right, .iweb-bar-exam .right {
    position: relative;
    top: -7px;
    right: 3px; }
  .iweb-bar + .fc-box, .iweb-bar-small + .fc-box, .iweb-bar-exam + .fc-box {
    position: relative;
    margin-top: -3px;
    border-top: 0;
    z-index: 90; }
  .iweb-bar .sep, .iweb-bar-small .sep, .iweb-bar-exam .sep {
    display: inline-block;
    width: 9px;
    height: 15px;
    background: url(../images/arror_right.png);
    text-align: left;
    text-indent: -9999px;
    vertical-align: middle;
    margin: 0 10px;
    position: relative;
    top: -1px; }

.iweb-bar-small {
  font: normal 15px "Arial";
  padding-top: 10px;
  height: 27px; }

.iweb-bar-exam {
  font: normal 15px "Arial";
  padding-top: 17px;
  height: 33px;
  background: url(../images/iweb/bg-bar-exam.png) repeat-x top left;
  margin-top: 50px; }
  .iweb-bar-exam + .fc-box {
    padding-top: 17px; }
    .iweb-bar-exam + .fc-box:before {
      content: ' ';
      background: #ffb619;
      width: 990px;
      height: 8px;
      position: absolute;
      top: 0;
      left: -1px;
      border-radius: 0 0 4px 4px; }
  .iweb-bar-exam .timer {
    font: bold 20px "Arial";
    background: #f2f2f2;
    border: 1px solid #d8d8d8;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    padding: 15px 35px 0px 70px;
    color: #083c7c;
    height: 40px;
    position: absolute;
    top: -56px;
    right: 13px; }
    .iweb-bar-exam .timer:before {
      content: url(../images/iweb/exam-timer.png);
      position: absolute;
      top: 14px;
      left: 30px; }

.fc-box {
  *zoom: 1;
  background: #fcfcfc;
  padding: 12px;
  border: 1px solid #d7d7d7; }
  .fc-box:before, .fc-box:after {
    content: " ";
    display: table; }
  .fc-box:after {
    clear: both; }
  .fc-box .header {
    font: bold 22px "Arial";
    text-align: left;
    margin: 4px 0 10px;
    padding: 0 0 12px;
    color: #083c7c;
    border-bottom: 1px solid #e0e0e0; }
  .fc-box .exam-for, .fc-box .button-blue-big {
    float: left;
    margin-right: 10px; }

.exam-for {
  padding: 15px 0 0;
  width: 125px;
  height: 60px;
  background: #ff862c;
  color: #fff;
  border: 1px solid #c2c2c2;
  font: normal 15px "Arial";
  border-radius: 5px; }
  .exam-for .days {
    display: block;
    margin-top: 4px;
    font: bold 24px "Arial"; }

.button-blue-big, a.button-blue-big {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.66);
  font: normal 17px "Arial";
  background: url(../images/iweb/bg-button-blue-big.png) 0 0 repeat-x;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #3c699e;
  width: 231px;
  height: 75px;
  line-height: 75px;
  cursor: pointer; }
  .button-blue-big.button-generate:before, a.button-blue-big.button-generate:before {
    content: url(../images/iweb/icon-generate.png);
    margin-right: 12px;
    vertical-align: middle;
    position: relative;
    top: 9px; }
  .button-blue-big.button-subject:before, a.button-blue-big.button-subject:before {
    content: url(../images/iweb/icon-subject.png);
    margin-right: 12px;
    vertical-align: middle;
    position: relative;
    top: 9px; }

.button-orange, a.button-orange {
  color: #083c7c;
  font: normal 15px "Arial";
  background: #ffaf02;
  border-radius: 4px;
  padding: 0 13px;
  display: inline-block;
  border: 0;
  height: 31px;
  line-height: 31px;
  cursor: pointer; }
  .button-orange.button-back:before, a.button-orange.button-back:before {
    content: url(../images/iweb/arrow-left-white.png);
    margin-right: 7px;
    position: relative;
    top: 1px; }

button.button-orange {
  line-height: 1;
  padding-top: 0px;
  padding-bottom: 0px; }

.button-orange-small, a.button-orange-small {
  color: #063267;
  font: normal 12px "Arial";
  background: #ffaf04;
  border-radius: 4px;
  padding: 0 7px;
  display: inline-block;
  border: 0;
  height: 26px;
  line-height: 26px;
  cursor: pointer; }

.button-blue-small, a.button-blue-small {
  color: #fff;
  font: normal 12px "Arial";
  background: url(../images/iweb/bg-bar.png) 0 0 repeat-x;
  border-radius: 4px;
  padding: 0 7px;
  display: inline-block;
  border: 0;
  height: 26px;
  line-height: 26px;
  cursor: pointer; }

.button-grey-small, a.button-grey-small {
  color: #fff;
  font: normal 12px "Arial";
  background: #939393;
  border-radius: 4px;
  padding: 0 7px;
  display: inline-block;
  border: 0;
  height: 26px;
  line-height: 26px;
  cursor: pointer; }

.button-grey-dark, a.button-grey-dark {
  color: #fff;
  font: normal 13px "Arial";
  background: #949494;
  border-radius: 4px;
  padding: 0 9px;
  display: inline-block;
  border: 0;
  height: 34px;
  line-height: 34px;
  cursor: pointer; }

.button-next-icon, a.button-next-icon {
  padding-left: 15px;
  padding-right: 15px; }
  .button-next-icon:after, a.button-next-icon:after {
    content: url(../images/iweb/arrow-right-white.png);
    margin-left: 7px;
    position: relative;
    top: 3px; }

.button-wide, a.button-wide {
  width: 186px;
  padding-left: 0;
  padding-right: 0; }

.iweb-calendar-header {
  *zoom: 1;
  margin: 40px 0 60px; }
  .iweb-calendar-header:before, .iweb-calendar-header:after {
    content: " ";
    display: table; }
  .iweb-calendar-header:after {
    clear: both; }
  .iweb-calendar-header li {
    width: 25%;
    float: left; }
    .iweb-calendar-header li.icon-1 {
      text-align: left; }
      .iweb-calendar-header li.icon-1 a:before {
        content: url(../images/iweb/calendar/icon-1.png); }
    .iweb-calendar-header li.icon-2 a:before {
      content: url(../images/iweb/calendar/icon-2.png); }
    .iweb-calendar-header li.icon-3 a:before {
      content: url(../images/iweb/calendar/icon-3.png); }
    .iweb-calendar-header li.icon-4 {
      text-align: right; }
      .iweb-calendar-header li.icon-4 a:before {
        content: url(../images/iweb/calendar/icon-4.png); }
    .iweb-calendar-header li a {
      position: relative;
      font: normal 24px "Verdata";
      color: #083c7c;
      display: inline-block;
      height: 44px;
      line-height: 44px;
      padding: 4px 10px 3px 54px;
      border-radius: 5px; }
      .iweb-calendar-header li a:before {
        content: url(../images/iweb/calendar/icon-1.png);
        vertical-align: bottom;
        position: absolute;
        top: 4px;
        left: 4px; }
    .iweb-calendar-header li:hover a, .iweb-calendar-header li.active a {
      background: url(../images/iweb/calendar/bg-icon.png) 0 0 repeat-x; }

table.iweb-calendar {
  border-collapse: collapse;
  border-spacing: 0;
  width: 774px;
  background: url(../images/iweb/calendar/bg-table.png) top left no-repeat; }
  table.iweb-calendar td {
    padding: 25px 30px 10px 15px;
    border-top: 1px solid #aba8a8;
    text-align: left; }
    table.iweb-calendar td.date {
      color: #ff3716;
      font: normal 20px "Verdata";
      white-space: nowrap;
      width: 175px; }
      table.iweb-calendar td.date span:before {
        float: left;
        margin-right: 10px;
        margin-top: -5px; }
      table.iweb-calendar td.date.icon-1 {
        text-align: left; }
        table.iweb-calendar td.date.icon-1 span:before {
          content: url(../images/iweb/calendar/icon-1.png); }
      table.iweb-calendar td.date.icon-2 span:before {
        content: url(../images/iweb/calendar/icon-2.png); }
      table.iweb-calendar td.date.icon-3 span:before {
        content: url(../images/iweb/calendar/icon-3.png); }
      table.iweb-calendar td.date.icon-4 {
        text-align: left; }
        table.iweb-calendar td.date.icon-4 span:before {
          content: url(../images/iweb/calendar/icon-4.png); }
    table.iweb-calendar td.name h2 {
      font: normal 24px "Verdata";
      margin: 0 0 15px; }
    table.iweb-calendar td.name p {
      font: normal 18px "Verdata";
      margin: 0; }
  table.iweb-calendar tr:first-child td {
    border-top: 0; }

.iweb-my-calendar {
  margin: 10px 2px; }
  .iweb-my-calendar li {
    *zoom: 1;
    margin: 0 0 15px;
    font: normal 14px "Verdata";
    text-align: left; }
    .iweb-my-calendar li:before, .iweb-my-calendar li:after {
      content: " ";
      display: table; }
    .iweb-my-calendar li:after {
      clear: both; }
    .iweb-my-calendar li span {
      float: left;
      display: inline-block;
      width: 62px;
      height: 34px;
      line-height: 34px;
      text-align: center;
      color: #fff;
      margin-right: 10px;
      font-weight: bold;
      border-radius: 5px; }
      .iweb-my-calendar li span.red {
        background: #ff3413; }
      .iweb-my-calendar li span.orange {
        background: #ff6d02; }

.subject-list-box {
  color: #272727;
  font: normal 13px "Arial"; }
  .subject-list-box .title {
    color: #426187;
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0 10px;
    text-align: left; }
  .subject-list-box .row {
    *zoom: 1;
    background: url(../images/iweb/bg-subject-list-row.png) 0 0 repeat-y;
    border-bottom: 1px solid #e0e0e0; }
    .subject-list-box .row:before, .subject-list-box .row:after {
      content: " ";
      display: table; }
    .subject-list-box .row:after {
      clear: both; }
    .subject-list-box .row .col-1, .subject-list-box .row .col-2, .subject-list-box .row .col-3, .subject-list-box .row .col-4 {
      float: left;
      margin-right: 2px;
      text-align: left;
      padding: 15px 10px; }
    .subject-list-box .row .col-1 {
      width: 492px; }
    .subject-list-box .row .col-2 {
      width: 207px; }
      .subject-list-box .row .col-2 .left {
        width: 155px; }
      .subject-list-box .row .col-2 .right {
        width: 45px; }
        .subject-list-box .row .col-2 .right a {
          width: 45px;
          padding-left: 0;
          padding-right: 0;
          text-align: center;
          margin-bottom: 3px; }
    .subject-list-box .row .col-3 {
      width: 90px;
      text-align: center; }
    .subject-list-box .row .col-4 {
      width: 115px;
      margin-right: 0;
      text-align: center; }
    .subject-list-box .row.header {
      border-bottom: 0; }
      .subject-list-box .row.header .col-1, .subject-list-box .row.header .col-2, .subject-list-box .row.header .col-3, .subject-list-box .row.header .col-4 {
        height: 49px;
        line-height: 49px;
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
        background: #295b98;
        border-radius: 4px;
        font-size: 15px;
        color: #fff; }
      .subject-list-box .row.header .col-1 {
        text-align: left;
        background: #ffb30f;
        font-size: 18px;
        color: #262626; }
    .subject-list-box .row.level-2 .col-1 {
      padding-left: 50px;
      width: 452px; }
      .subject-list-box .row.level-2 .col-1 a.icon-collapse, .subject-list-box .row.level-2 .col-1 a.icon-expand {
        margin-left: -35px; }
    .subject-list-box .row.level-3 .col-1 {
      padding-left: 80px;
      width: 422px; }
      .subject-list-box .row.level-3 .col-1 a.icon-collapse, .subject-list-box .row.level-3 .col-1 a.icon-expand {
        margin-left: -65px; }
  .subject-list-box .icon-collapse {
    margin-top: 6px;
    display: inline-block; }
    .subject-list-box .icon-collapse:before {
      content: url(../images/iweb/icon-collapse.png);
      float: left;
      margin-right: 10px;
      margin-top: -6px; }
  .subject-list-box .icon-expand {
    margin-top: 6px;
    display: inline-block; }
    .subject-list-box .icon-expand:before {
      content: url(../images/iweb/icon-expand.png);
      float: left;
      margin-right: 10px;
      margin-top: -6px; }
  .subject-list-box .icon-calendar {
    margin-top: 7px;
    display: inline-block;
    color: #272727; }
    .subject-list-box .icon-calendar:after {
      content: url(../images/iweb/icon-calendar-on.png);
      float: right;
      margin-left: 10px;
      margin-top: -7px; }
  .subject-list-box .icon-calendar-off {
    margin-top: 7px;
    display: inline-block;
    color: #272727; }
    .subject-list-box .icon-calendar-off:after {
      content: url(../images/iweb/icon-calendar-off.png);
      float: right;
      margin-left: 10px;
      margin-top: -7px; }
  .subject-list-box label.styled {
    line-height: 26px;
    font-weight: bold; }
    .subject-list-box label.styled .input {
      width: 26px;
      height: 26px;
      background: url(../images/iweb/checkbox.png);
      margin-right: 10px; }
    .subject-list-box label.styled.checked .input {
      background: url(../images/iweb/checkbox-checked.png); }

.info-box, .info-box-link {
  position: relative;
  top: 10px;
  margin: 0 0 10px;
  clear: both;
  width: 744px;
  height: 70px;
  text-align: center;
  background: url(../images/iweb/bg-info-box.png);
  font: normal 17px "Arial";
  line-height: 70px;
  color: #083c7c; }
  .info-box .red, .info-box-link .red {
    color: #ff2703; }

.info-box-link {
  font-weight: bold;
  text-align: left;
  padding-left: 28px;
  width: 716px;
  background: url(../images/iweb/bg-info-box-link.png); }
  .info-box-link a {
    display: block;
    width: 66px;
    height: 58px;
    background: url(../images/iweb/bg-info-box-link.png) -672px -6px;
    text-indent: -9999px;
    text-align: left;
    position: absolute;
    top: 6px;
    right: 6px; }
    
.error-box {
	padding: 10px;
	
}

.subject-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0; }
  .subject-table tr th {
    text-align: left;
    font: normal 15px "Arial";
    color: #fff;
    border-left: 1px solid white; }
    .subject-table tr th > div {
      height: 50px;
      line-height: 50px;
      padding: 0 15px;
      background: #1f5393;
      border-radius: 4px;
      margin: 0 2px; }
    .subject-table tr th:first-child {
      text-align: left;
      border-left: 0; }
      .subject-table tr th:first-child > div {
        margin-left: 0;
        background: #ffb006;
        color: #262626; }
    .subject-table tr th .right {
      font-size: 13px; }
    .subject-table tr th .qmark {
      margin-left: 20px; }
  .subject-table tr td {
    padding: 20px 10px;
    font: normal 13px "Arial";
    color: #083c7c;
    border-left: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2; }
    .subject-table tr td:first-child {
      text-align: left;
      border-left: 0; }
    .subject-table tr td.separate .button-grey-dark {
      float: left; }
    .subject-table tr td.separate .percent-result {
      float: right;
      margin-top: 4px; }
  .subject-table tbody tr:first-child td {
    border-top: 0; }
  .subject-table .qmark {
    position: relative;
    top: -2px; }
  .subject-table.download th {
    text-align: center;
    width: 25%; }
    .subject-table.download th:first-child {
      text-align: left;
      width: 75%; }
  .subject-table.download .button-next-icon, .subject-table.download a.button-next-icon {
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px; }

.percent-result {
  font: normal 13px "Arial";
  display: inline-block;
  width: 70px;
  height: 26px;
  line-height: 26px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  background: #8c8c8c; }
  .percent-result.red {
    background: #ff6f58; }
  .percent-result.green {
    background: #2bed82; }

.qmark {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: left;
  text-indent: -9999px;
  background: url(../images/iweb/qmark.png);
  vertical-align: middle;
  margin-left: 4px; }

.diagram-legend {
  *zoom: 1;
  margin: 10px 0;
  font: normal 13px "Arial";
  color: #262626;
  text-align: left; }
  .diagram-legend:before, .diagram-legend:after {
    content: " ";
    display: table; }
  .diagram-legend:after {
    clear: both; }
  .diagram-legend > div {
    position: relative;
    padding: 0 20px 0 35px;
    margin-bottom: 10px;
    line-height: 1.3; }
    .diagram-legend > div:before {
      content: ' ';
      display: block;
      background: #8c8c8c;
      width: 21px;
      height: 21px;
      border-radius: 50%;
      position: absolute;
      top: 4px;
      left: 8px; }
    .diagram-legend > div.red:before {
      background: #ff6f58; }
    .diagram-legend > div.green:before {
      background: #2bed82; }

.exam-counter {
  position: relative;
  float: left;
  font: normal 16px "Arial";
  padding: 11px 17px;
  background: #f9f9f9;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  margin-bottom: 25px;
  color: #083c7c; }
  .exam-counter strong {
    font-size: 28px;
    margin-left: 5px; }
  .exam-counter:after {
    content: ' ';
    width: 27px;
    height: 22px;
    background: url(../images/iweb/exam-counter.png);
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -14px; }
  .exam-counter .exam-error, .exam-counter .exam-ok {
    font: normal 16px "Arial";
    background: url(../images/iweb/exam-error-hint.png);
    color: #fff;
    padding: 17px 0 0 22px;
    text-align: center;
    width: 236px;
    height: 38px;
    position: absolute;
    top: 0;
    right: -265px; }
  .exam-counter .exam-ok {
    background: url(../images/iweb/exam-ok-hint.png);
    color: #083c7c; }

.exam-question, .exam-answer {
  cursor: pointer;
  clear: both;
  position: relative;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  color: #083c7c;
  text-align: left; }
  
.exam-answer-selected {
  	background: #083c7c;
  	color: #fff;
  }

.exam-question {
  font: bold 20px "Arial";
  padding: 20px 12px;
  margin: 0 0 10px; }
  .exam-question.exam-error, .exam-counter .exam-question.exam-ok {
    padding-left: 90px; }
    .exam-question.exam-error:before, .exam-counter .exam-question.exam-ok:before {
      content: url(../images/iweb/exam-error.png);
      position: absolute;
      width: 33px;
      height: 34px;
      top: 0px;
      bottom: 0px;
      margin: auto 0;
      left: 25px; }
  .exam-question.exam-ok {
    padding-left: 90px; }
    .exam-question.exam-ok:before {
      content: url(../images/iweb/exam-ok.png);
      position: absolute;
      width: 41px;
      height: 29px;
      top: 0px;
      bottom: 0px;
      margin: auto 0;
      left: 25px; }

.exam-answer {
  font: normal 17px "Arial";
  padding: 20px 110px 20px 95px;
  margin: 0 0 5px; }
  .exam-answer > div {
    height: 43px;
    display: table-cell;
    vertical-align: middle;
    width: 100%; }
  .exam-answer:before {
    content: attr(data-number);
    font: bold 38px "Arial";
    text-align: center;
    width: 72px;
    height: 57px;
    padding-top: 15px;
    background: #ffae00;
    text-transform: uppercase;
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    border: 1px solid #d7d7d7;
    border-radius: 4px; }
  .exam-answer.exam-red:before {
    background: #F93E1F; }
  .exam-answer.exam-error:after, .exam-counter .exam-answer.exam-ok:after {
    content: url(../images/iweb/exam-error.png);
    position: absolute;
    top: 25px;
    right: 30px; }
  .exam-answer.exam-green:before {
    background: #09E24B; }
  .exam-answer.exam-ok:after {
    content: url(../images/iweb/exam-ok.png);
    position: absolute;
    top: 25px;
    right: 30px; }

.exam-nav {
  margin: 20px 17px 30px;
  text-align: left; }
  .exam-nav a {
    font: normal 15px "Arial";
    height: 31px;
    line-height: 31px;
    display: inline-block;
    margin-right: 10px;
    background: url(../images/iweb/bg-exam-nav-button.png) 0 0 repeat-x;
    padding: 0 15px 0 15px;
    color: #fff;
    border-radius: 4px; }
    .exam-nav a.previous:before {
      content: url(../images/iweb/arrow-left-white.png);
      margin-right: 10px;
      vertical-align: middle;
      position: relative;
      top: 1px; }
    .exam-nav a.next:after {
      content: url(../images/iweb/arrow-right-white.png);
      margin-left: 10px;
      vertical-align: middle;
      position: relative;
      top: 1px; }
    .exam-nav a.pause:after {
      content: url(../images/iweb/exam-button-pause.png);
      margin-left: 10px;
      vertical-align: middle;
      position: relative;
      top: -1px; }
    .exam-nav a.report {
      float: right;
      margin-right: 0;
      background: url(../images/iweb/bg-exam-nav-button-report.png) 0 0 repeat-x; }
      .exam-nav a.report:after {
        content: url(../images/iweb/exam-button-report.png);
        margin-left: 10px;
        vertical-align: middle;
        position: relative;
        top: 2px; }

.exam-questions-list {
  margin: 30px 17px;
  text-align: left;
  font: normal 16px "Arial";
  color: #083c7c; }
  .exam-questions-list a {
    position: relative;
    display: inline-block;
    font: normal 16px "Arial"; }
    .exam-questions-list a:before {
      content: '\002E';
      color: #ffae00;
      vertical-align: middle;
      font: normal 30px "Verdata";
      position: relative;
      top: -10px;
      margin: 0 3px;
      line-height: 16px; }
    .exam-questions-list a:first-child:before {
      display: none; }

.exam-explanation {
  position: relative;
  margin: 50px 0 0;
  padding: 17px;
  border: 1px solid #12c462;
  border-radius: 4px;
  text-align: left;
  font: normal 13px "Arial";
  color: #282828;
  line-height: 1.3; }
  .exam-explanation .header {
    color: #12c462;
    font: bold 20px "Arial";
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e0e0e0; }
  .exam-explanation:before {
    content: url(../images/iweb/exam-explanation.png);
    position: absolute;
    top: -22px;
    left: 29px; }
