/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.



*/


html, body { margin: 0; padding: 0; border: 0; }

html { height: 100%; }
html > body { height: 100%; }
/* line 5, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center {
  width: 900px;
  margin: 20px auto;
  background-color: #eef2f5;
  padding: 30px;
}

/* line 6, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.header {
  width: auto;
}

/* line 7, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.header > div.info {
  display: inline-block;
  width: 178px;
  vertical-align: top;
  border-right: 2px solid #536474;
  color: #2b3f53;
  font-family: 'Roboto Condensed', sans-serif;
  height: 80px;
}

/* line 8, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.header > div.info:last-child {
  border-right: 0;
}

/* line 9, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.header > div.info > div.name {
  text-align: left;
  padding-left: 35px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
}

/* line 10, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.header > div.info > div.name.registered {
  background-image: url("registered.png");
}

/* line 11, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.header > div.info > div.name.completed {
  background-image: url("completed.png");
}

/* line 12, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.header > div.info > div.name.avg_time {
  background-image: url("avg_time.png");
}

/* line 13, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.header > div.info > div.name.uploads {
  background-image: url("uploads.png");
}

/* line 14, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.header > div.info > div.name.workers {
  background-image: url("workers.png");
}

/* line 15, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.header > div.info > div.name.lines_2 {
  line-height: 20px;
}

/* line 16, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.header > div.info > div.value {
  text-align: center;
  font-size: 30px;
}

/* line 17, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section_name {
  color: #000000;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  cursor: pointer;
  margin: 20px;
}

/* line 18, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section_name:before {
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 0;
  border-bottom: 10px solid #000000;
  position: relative;
  left: -20px;
  top: -13px;
}

/* line 19, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section_name.closed:before {
  border-top: 10px solid #000000;
  border-bottom: 0;
  top: 13px;
}

/* line 21, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section.closed {
  display: none;
}

/*----------------------------------------------------------------------------------------------------------------------------------*/
/* line 23, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder {
  width: 100%;
}

/* line 25, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr {
  height: 1px;
}

/* line 26, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder, html > body > div.center > div.section > table.holder > tbody, html > body > div.center > div.section > table.holder > tbody > tr, html > body > div.center > div.section > table.holder > tbody > tr > td {
  border: 0;
  padding: 0;
  margin: 0;
  border-spacing: 0;
}

/* line 27, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td {
  height: inherit;
  padding: 10px 0;
}

/* line 28, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr:first-child > td {
  height: 0;
  width: 150px;
  padding: 0;
}

/* line 32, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td.header {
  padding: 20px;
  color: #000000;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
}

/* line 33, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder {
  height: 100%;
}

/* line 34, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td.left > div.holder {
  padding-right: 10px;
}

/* line 35, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td.right > div.holder {
  padding-left: 10px;
}

/* line 36, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph {
  height: 100%;
  border: 2px solid #e3e3e3;
  background-color: #ffffff;
}

/* line 37, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph {
  margin: 10px;
}

/* line 38, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph > div.name {
  font-family: 'Roboto Condensed', sans-serif;
  color: #2b3f53;
}

/* line 39, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph > div.graph {
  margin: 30px 0;
}

/* line 40, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph > div.graph > svg {
  display: block;
  margin: 0 auto;
}

/*----------------------------------------------------------------------------------------------------------------------------------*/
/* line 43, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.percents > div.percents {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000000;
  text-align: center;
}

/* line 44, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.percents > div.table > div.other {
  margin-top: 15px;
}

/* line 45, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.percents > div.table > div.other > div.name {
  font-family: 'Roboto Condensed', sans-serif;
  color: #2b3f53;
}

/* line 46, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.percents > div.table > div.other > div.value {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000000;
  font-size: 36px;
  text-align: center;
  margin: 10px 0;
}

/*----------------------------------------------------------------------------------------------------------------------------------*/
/* pie */
/* line 51, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td.column_3 > div.holder > div.graph > div.graph.pie > div.graph {
  margin: 30px auto;
}

/* line 52, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td.column_4 > div.holder > div.graph > div.graph.pie > div.graph {
  display: inline-block;
  vertical-align: top;
  margin: 60px 0;
}

/* line 53, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td.column_6 > div.holder > div.graph > div.graph.pie > div.graph {
  display: inline-block;
  vertical-align: top;
  margin: 60px 0;
}

/* line 55, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td.column_4 > div.holder > div.graph > div.graph.pie > div.table {
  display: inline-block;
  vertical-align: top;
  margin: 30px 0;
  max-width: 346px;
}

/* line 56, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td.column_6 > div.holder > div.graph > div.graph.pie > div.table {
  display: inline-block;
  vertical-align: top;
  margin: 30px 0;
  max-width: 676px;
}

/* line 57, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_6_holder > div.graph.pie > div.graph {
  margin-left: 15px;
}

/* line 58, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_6_holder > div.graph.pie > div.table {
  margin-left: 50px;
  max-width: 611px;
}

/* line 59, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_6_holder > div.graph.pie > div.table > table > tbody > tr > td:nth-child(2) {
  max-width: 470px;
}

/* line 60, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_10_1_holder > div.graph.pie > div.graph {
  margin-bottom: 20px;
}

/* line 61, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_10_6_holder > div.graph.pie > div.table {
  max-width: 331px;
  margin-left: 15px;
}

/* line 62, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_11_1_holder > div.graph.pie > div.graph {
  margin-left: 60px;
}

/* line 63, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_11_1_holder > div.graph.pie > div.table {
  max-width: 536px;
  margin-left: 80px;
}

/* line 64, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_11_6_holder > div.graph.pie > div.table {
  max-width: 326px;
  margin-left: 20px;
  margin-top: 50px;
}

/* line 65, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_12_2_holder > div.graph.pie > div.graph {
  margin-bottom: 15px;
}

/* line 66, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_20_1_holder > div.graph.pie > div.graph {
  margin-left: 10px;
}

/* line 67, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_20_1_holder > div.graph.pie > div.table {
  max-width: 636px;
  margin-left: 20px;
  margin-top: 45px;
}

/* line 68, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_26_2_holder > div.graph.pie > div.graph {
  margin-left: 60px;
}

/* line 69, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_26_2_holder > div.graph.pie > div.table {
  max-width: 306px;
  width: 306px;
}

/* line 70, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_26_2_holder > div.graph.pie > div.table > table {
  margin: 0 auto;
}

/* line 71, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_28_2_holder > div.graph.pie > div.graph {
  margin-left: 60px;
}

/* line 72, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_28_2_holder > div.graph.pie > div.table {
  max-width: 306px;
  width: 306px;
}

/* line 73, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_28_2_holder > div.graph.pie > div.table > table {
  margin: 0 auto;
}

/* line 74, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_21_holder > div.graph.pie > div.graph {
  margin-left: 80px;
}

/* line 75, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_21_holder > div.graph.pie > div.table {
  margin-left: 80px;
  margin-top: 80px;
}

/* line 76, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_23_holder > div.graph.pie > div.graph {
  margin-left: 80px;
}

/* line 77, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_23_holder > div.graph.pie > div.table {
  margin-left: 80px;
  margin-top: 80px;
}

/* line 82, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.pie > div.table > table > thead > tr > th {
  font-family: 'Roboto Condensed', sans-serif;
  color: #2b3f53;
}

/* line 83, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.pie > div.table > table > thead > tr > th:nth-child(3) {
  min-width: 50px;
}

/* line 86, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.pie > div.table > table > tbody > tr > td {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000000;
  text-align: center;
}

/* line 87, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.pie > div.table > table > tbody > tr > td:nth-child(2) {
  text-align: left;
}

/* line 88, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.pie > div.table > table > tbody > tr > td:nth-child(2) {
  padding-left: 5px;
}

/* line 89, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.pie > div.table > table > tbody > tr > td > div.color {
  width: 20px;
  height: 20px;
  border-radius: 5px;
}

/* line 90, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.pie > div.table > div.other {
  margin-top: 15px;
}

/* line 91, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.pie > div.table > div.other > div.name {
  font-family: 'Roboto Condensed', sans-serif;
  color: #2b3f53;
}

/* line 92, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.pie > div.table > div.other > div.value {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000000;
  font-size: 36px;
  text-align: center;
  margin: 10px 0;
}

/*----------------------------------------------------------------------------------------------------------------------------------*/
/* bar */
/* line 97, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td.column_6 > div.holder > div.graph > div.graph.bar > div.graph {
  display: inline-block;
  vertical-align: top;
}

/* line 99, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td.column_6 > div.holder > div.graph > div.graph.bar > div.table {
  display: inline-block;
  vertical-align: top;
  max-width: 676px;
}

/* line 100, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_2_holder > div.graph.bar > div.table {
  margin-top: 25px;
  margin-left: 50px;
  max-width: 626px;
}

/* line 101, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_4_holder > div.graph.bar > div.table {
  margin-top: 15px;
  margin-left: 20px;
  max-width: 656px;
}

/* line 105, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.bar > div.table > table > thead > tr > th {
  font-family: 'Roboto Condensed', sans-serif;
  color: #2b3f53;
}

/* line 106, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.bar > div.table > table > thead > tr > th:nth-child(3) {
  min-width: 50px;
}

/* line 109, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.bar > div.table > table > tbody > tr > td {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000000;
  text-align: center;
}

/* line 110, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.bar > div.table > table > tbody > tr > td:nth-child(2) {
  text-align: left;
}

/* line 111, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.bar > div.table > table > tbody > tr > td > div.color {
  width: 20px;
  height: 20px;
  border-radius: 5px;
}

/* line 112, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.bar > div.table > table > tbody > tr > td:nth-child(2) {
  padding-left: 5px;
}

/* line 114, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.bar > div.file > a {
  background-image: url("download.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 32px 40px;
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  margin: 20px;
  margin-top: 0;
  padding-left: 40px;
  color: #000000;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
}

/* line 115, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.bar > div.table > div.other {
  margin: 10px 0;
}

/* line 116, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.bar > div.table > div.other > div.name {
  font-family: 'Roboto Condensed', sans-serif;
  color: #2b3f53;
}

/* line 117, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.bar > div.table > div.other > div.value {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000000;
  font-size: 36px;
  text-align: center;
  margin: 10px 0;
}

/*----------------------------------------------------------------------------------------------------------------------------------*/
/* file */
/* line 122, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.file > div.file > a {
  background-image: url("download.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 32px 40px;
  display: block;
  width: 110px;
  height: 40px;
  line-height: 40px;
  margin: 20px auto;
  padding-left: 40px;
  color: #000000;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
}

/*----------------------------------------------------------------------------------------------------------------------------------*/
/* pie_sector */
/* line 127, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td.column_3 > div.holder > div.graph > div.graph.pie_sector > div.graph {
  display: inline-block;
  vertical-align: top;
}

/* line 128, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td.column_4 > div.holder > div.graph > div.graph.pie_sector > div.graph {
  display: inline-block;
  vertical-align: top;
}

/* line 129, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td.column_6 > div.holder > div.graph > div.graph.pie_sector > div.graph {
  display: inline-block;
  vertical-align: top;
}

/* line 131, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td.column_3 > div.holder > div.graph > div.graph.pie_sector > div.table {
  display: inline-block;
  vertical-align: top;
  max-width: 216px;
}

/* line 132, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td.column_4 > div.holder > div.graph > div.graph.pie_sector > div.table {
  display: inline-block;
  vertical-align: top;
  max-width: 496px;
}

/* line 133, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td.column_6 > div.holder > div.graph > div.graph.pie_sector > div.table {
  display: inline-block;
  vertical-align: top;
  max-width: 636px;
  padding: 20px;
}

/* line 134, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_8_1_holder > div.graph.pie_sector > div.graph {
  margin-top: 20px;
}

/* line 135, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_8_1_holder > div.graph.pie_sector > div.table {
  margin-left: 140px;
  max-width: 496px;
}

/* line 136, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_12_1_holder > div.graph.pie_sector > div.graph {
  margin-left: 140px;
}

/* line 137, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_12_1_holder > div.graph.pie_sector > div.table {
  margin-left: 20px;
  max-width: 476px;
  margin-top: 10px;
}

/* line 138, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_12_6_holder > div.graph.pie_sector > div.graph {
  margin-top: 60px;
}

/* line 139, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_12_6_holder > div.graph.pie_sector > div.table {
  margin-top: 40px;
}

/* line 140, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_13_holder > div.graph.pie_sector > div.graph {
  margin-left: 160px;
}

/* line 141, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_13_holder > div.graph.pie_sector > div.table {
  margin-left: 20px;
  max-width: 456px;
  margin-top: 30px;
}

/* line 142, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_14_1_holder > div.graph.pie_sector > div.graph {
  margin-left: 140px;
}

/* line 143, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_14_1_holder > div.graph.pie_sector > div.table {
  margin-left: 20px;
  max-width: 476px;
  margin-top: 15px;
}

/* line 144, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_19_holder > div.graph.pie_sector > div.graph {
  margin-left: 60px;
}

/* line 145, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_19_holder > div.graph.pie_sector > div.table {
  max-width: 576px;
  width: 576px;
}

/* line 146, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_19_holder > div.graph.pie_sector > div.table > table {
  margin: 0 auto;
}

/* line 147, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_25_holder > div.graph.pie_sector > div.graph {
  margin-left: 20px;
}

/* line 148, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_25_holder > div.graph.pie_sector > div.table {
  margin-left: 20px;
  max-width: 596px;
}

/* line 149, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_29_1_holder > div.graph.pie_sector > div.graph {
  margin-left: 80px;
}

/* line 150, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_29_1_holder > div.graph.pie_sector > div.table {
  max-width: 556px;
  width: 556px;
}

/* line 151, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_29_1_holder > div.graph.pie_sector > div.table > table {
  margin: 0 auto;
}

/* line 152, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_29_2_holder > div.graph.pie_sector > div.graph {
  margin-left: 80px;
}

/* line 153, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_29_2_holder > div.graph.pie_sector > div.table {
  max-width: 556px;
  width: 556px;
}

/* line 154, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_29_2_holder > div.graph.pie_sector > div.table > table {
  margin: 0 auto;
}

/* line 158, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.pie_sector > div.table > table > thead > tr > th {
  font-family: 'Roboto Condensed', sans-serif;
  color: #2b3f53;
}

/* line 159, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.pie_sector > div.table > table > thead > tr > th:nth-child(4) {
  min-width: 50px;
}

/* line 162, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.pie_sector > div.table > table > tbody > tr > td {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000000;
  text-align: left;
}

/* line 163, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.pie_sector > div.table > table > tbody > tr > td:nth-last-child(1), html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.pie_sector > div.table > table > tbody > tr > td:nth-last-child(2) {
  text-align: center;
}

/* line 164, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.pie_sector > div.table > table > tbody > tr > td:nth-child(2), html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.pie_sector > div.table > table > tbody > tr > td.under:nth-child(3) {
  padding-left: 5px;
}

/* line 165, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.pie_sector > div.table > table > tbody > tr > td > div.color {
  width: 20px;
  height: 20px;
  border-radius: 5px;
}

/*----------------------------------------------------------------------------------------------------------------------------------*/
/* bar_group */
/* line 170, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td.column_6 > div.holder > div.graph > div.graph.bar_group > div.graph {
  display: inline-block;
  vertical-align: top;
}

/* line 172, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td.column_6 > div.holder > div.graph > div.graph.bar_group > div.table {
  display: inline-block;
  vertical-align: top;
  max-width: 410px;
  margin-left: 20px;
}

/* line 174, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_8_2_holder > div.graph.bar_group > div.table {
  max-width: 280px;
  margin-left: 20px;
}

/* line 175, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_8_2_holder > div.graph.bar_group > div.table > table > tbody > tr:first-child > td:nth-child(2) {
  height: 40px;
}

/* line 179, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.bar_group > div.table > table > thead > tr > th {
  font-family: 'Roboto Condensed', sans-serif;
  color: #2b3f53;
}

/* line 180, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.bar_group > div.table > table > thead > tr > th:nth-child(4) {
  min-width: 50px;
}

/* line 183, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.bar_group > div.table > table > tbody > tr > td {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000000;
  text-align: left;
}

/* line 184, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.bar_group > div.table > table > tbody > tr > td:nth-last-child(1), html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.bar_group > div.table > table > tbody > tr > td:nth-last-child(2) {
  text-align: center;
}

/* line 185, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.bar_group > div.table > table > tbody > tr > td:nth-child(2) {
  padding-left: 5px;
}

/* line 186, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.bar_group > div.table > table > tbody > tr > td > div.color {
  width: 20px;
  height: 20px;
  border-radius: 5px;
}

/*----------------------------------------------------------------------------------------------------------------------------------*/
/* bar_vertical */
/* line 191, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td.column_3 > div.holder > div.graph > div.graph.bar_vertical > div.graph {
  display: inline-block;
  vertical-align: top;
}

/* line 192, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td.column_4 > div.holder > div.graph > div.graph.bar_vertical > div.graph {
  display: inline-block;
  vertical-align: top;
}

/* line 194, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td.column_3 > div.holder > div.graph > div.graph.bar_vertical > div.table {
  display: inline-block;
  vertical-align: top;
  max-width: 216px;
}

/* line 195, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td.column_4 > div.holder > div.graph > div.graph.bar_vertical > div.table {
  display: inline-block;
  vertical-align: top;
  max-width: 366px;
}

/* line 199, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.bar_vertical > div.table > table > thead > tr > th {
  font-family: 'Roboto Condensed', sans-serif;
  color: #2b3f53;
}

/* line 200, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.bar_vertical > div.table > table > thead > tr > th:nth-child(3) {
  min-width: 50px;
}

/* line 203, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.bar_vertical > div.table > table > tbody > tr > td {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000000;
  text-align: center;
}

/* line 204, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.bar_vertical > div.table > table > tbody > tr > td:nth-child(2) {
  text-align: left;
}

/* line 205, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.bar_vertical > div.table > table > tbody > tr > td:nth-child(2) {
  padding-left: 5px;
}

/* line 206, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.bar_vertical > div.table > table > tbody > tr > td > div.color {
  width: 20px;
  height: 20px;
  border-radius: 5px;
}

/* line 207, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.bar_vertical > div.table > div.other {
  margin: 10px 0;
}

/* line 208, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.bar_vertical > div.table > div.other > div.name {
  font-family: 'Roboto Condensed', sans-serif;
  color: #2b3f53;
}

/* line 209, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.bar_vertical > div.table > div.other > div.value {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000000;
  font-size: 36px;
  text-align: center;
  margin: 10px 0;
}

/*----------------------------------------------------------------------------------------------------------------------------------*/
/* text_block */
/* line 213, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.text_block > div.text {
  font-family: 'Roboto Condensed', sans-serif;
  color: #2b3f53;
  margin: 10px 0;
  text-align: center;
}

/* line 214, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.text_block > div.number {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000000;
  font-size: 36px;
  text-align: center;
  margin: 10px 0;
}

/*----------------------------------------------------------------------------------------------------------------------------------*/
/* percents_block */
/* line 218, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.percents_block > div.text {
  font-family: 'Roboto Condensed', sans-serif;
  color: #2b3f53;
  margin: 10px 0;
  text-align: center;
}

/* line 219, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.percents_block > div.number {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000000;
  font-size: 24px;
  text-align: center;
  margin: 10px 0;
}

/*----------------------------------------------------------------------------------------------------------------------------------*/
/* text_long_block */
/* line 223, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.text_long_block > div.name {
  font-family: 'Roboto Condensed', sans-serif;
  color: #2b3f53;
  margin: 10px 0;
  text-align: left;
  display: inline-block;
}

/* line 224, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td.column_3 > div.holder > div.graph > div.graph.text_long_block > div.name {
  max-width: 300px;
}

/* line 225, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.text_long_block > div.number {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000000;
  font-size: 36px;
  text-align: center;
  display: inline-block;
}

/* line 226, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td.column_3 > div.holder > div.graph > div.graph.text_long_block > div.number {
  min-width: 100px;
}

/*----------------------------------------------------------------------------------------------------------------------------------*/
/* table_block */
/* line 235, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.table_block > div.table > table > thead > tr > th {
  font-family: 'Roboto Condensed', sans-serif;
  color: #2b3f53;
}

/* line 236, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.table_block > div.table > table > thead > tr > th:nth-child(3) {
  min-width: 50px;
}

/* line 239, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.table_block > div.table > table > tbody > tr > td {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000000;
  text-align: center;
}

/* line 240, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.table_block > div.table > table > tbody > tr.name > td {
  text-align: left;
  font-weight: bold;
  padding: 20px 0;
}

/* line 241, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.table_block > div.table > table > tbody > tr > td:nth-child(2) {
  text-align: left;
}

/* line 242, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.table_block > div.table > table > tbody > tr > td:nth-child(2) {
  padding-left: 5px;
}

/* line 243, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.table_block > div.table > table > tbody > tr > td > div.color {
  width: 20px;
  height: 20px;
  border-radius: 5px;
}

/* line 244, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.table_block > div.table > div.other {
  margin: 10px 0;
}

/* line 245, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.table_block > div.table > div.other > div.name {
  font-family: 'Roboto Condensed', sans-serif;
  color: #2b3f53;
}

/* line 246, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.table_block > div.table > div.other > div.value {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000000;
  font-size: 36px;
  text-align: center;
  margin: 10px 0;
}

/*----------------------------------------------------------------------------------------------------------------------------------*/
/* bar_percent */
/* line 251, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td.column_4 > div.holder > div.graph > div.graph.bar_percent > div.graph {
  display: inline-block;
  vertical-align: top;
  margin-top: 60px;
}

/* line 253, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td.column_4 > div.holder > div.graph > div.graph.bar_percent > div.table {
  display: inline-block;
  vertical-align: top;
  max-width: 266px;
  margin-top: 60px;
}

/* line 254, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td.column_6 > div.holder > div.graph > div.graph.bar_percent > div.table > table {
  margin: 0 auto;
}

/* line 255, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_14_3_holder > div.graph.bar_percent > div.graph {
  display: block;
}

/* line 256, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_14_3_holder > div.graph.bar_percent > div.table {
  display: block;
  max-width: none;
  margin-top: 0;
}

/* line 257, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph#graph_14_3_holder > div.graph.bar_percent > div.table > table {
  margin: 0 auto;
}

/* line 261, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.bar_percent > div.table > table > thead > tr > th {
  font-family: 'Roboto Condensed', sans-serif;
  color: #2b3f53;
}

/* line 262, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.bar_percent > div.table > table > thead > tr > th:nth-child(3), html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.bar_percent > div.table > table > thead > tr > th:nth-child(4) {
  min-width: 80px;
}

/* line 263, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.bar_percent > div.table > table > thead > tr > th > div.color {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  margin: 0 auto;
}

/* line 266, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.bar_percent > div.table > table > tbody > tr > td {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000000;
  text-align: center;
}

/* line 267, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.bar_percent > div.table > table > tbody > tr > td:nth-child(2) {
  text-align: left;
}

/* line 268, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.bar_percent > div.table > table > tbody > tr > td:nth-child(2) {
  padding-left: 5px;
}

/*----------------------------------------------------------------------------------------------------------------------------------*/
/* text_values */
/* line 271, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.text_values > div.table > div.other {
  margin: 10px 0;
}

/* line 272, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.text_values > div.table > div.other > div.name {
  font-family: 'Roboto Condensed', sans-serif;
  color: #2b3f53;
}

/* line 273, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.holder > div.graph > div.graph.text_values > div.table > div.other > div.value {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000000;
  font-size: 36px;
  text-align: center;
  margin: 10px 0;
}

/*----------------------------------------------------------------------------------------------------------------------------------*/
/* description */
/* line 276, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.description {
  position: relative;
  padding-top: 20px;
}

/* line 279, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.description > div.current {
  display: block;
  pointer-events: none;
}

/* line 280, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.description.edit > div.current {
  display: none;
}

/* line 281, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.description.hidden > div.current {
  display: none;
}

/* line 282, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.description > div.current:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("pencil.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  right: 0;
  position: absolute;
  bottom: 0;
  pointer-events: all;
}

/* line 283, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.description > div.current:hover:after {
  background-image: url("pencil_active.png");
}

/* line 284, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.description.edit > div.current:after {
  display: none;
}

/* line 285, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.description.hidden > div.current:after {
  display: none;
}

/* line 286, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.description > form {
  display: none;
  margin-top: 15px;
}

/* line 287, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.description.edit > form {
  display: block;
}

/* line 288, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.description.hidden > form {
  display: none;
}

/* line 291, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.description > div.triangle {
  color: #000000;
  font-family: 'Roboto Condensed', sans-serif;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 15px;
}

/* line 292, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.description > div.triangle:before {
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: relative;
  left: -20px;
  border-top: 0;
  border-bottom: 10px solid #000000;
  top: -13px;
}

/* line 293, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.description.hidden > div.triangle:before {
  border-top: 10px solid #000000;
  border-bottom: 0;
  top: 13px;
}

/* line 295, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.description {
  position: relative;
  padding-top: 20px;
}

/* line 298, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.description > div.current {
  display: block;
  pointer-events: none;
}

/* line 299, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.description.edit > div.current {
  display: none;
}

/* line 300, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.description.hidden > div.current {
  display: none;
}

/* line 301, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.description > div.current:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("pencil.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  right: 0;
  position: absolute;
  bottom: 0;
  pointer-events: all;
}

/* line 302, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.description > div.current:hover:after {
  background-image: url("pencil_active.png");
}

/* line 303, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.description.edit > div.current:after {
  display: none;
}

/* line 304, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.description.hidden > div.current:after {
  display: none;
}

/* line 305, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.description > form {
  display: none;
  margin-top: 15px;
}

/* line 306, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.description.edit > form {
  display: block;
}

/* line 307, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.description.hidden > form {
  display: none;
}

/* line 310, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.description > div.triangle {
  color: #000000;
  font-family: 'Roboto Condensed', sans-serif;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 15px;
}

/* line 311, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.description > div.triangle:before {
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 0;
  position: relative;
  left: -20px;
  border-bottom: 10px solid #000000;
  top: -13px;
}

/* line 312, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/admin.scss */
html > body > div.center > div.section > table.holder > tbody > tr > td > div.description.hidden > div.triangle:before {
  border-top: 10px solid #000000;
  border-bottom: 0;
  top: 13px;
}
/*! jQuery UI - v1.12.1 - 2016-09-18
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */


.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("images/ui-icons_777777_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
/*! jQuery UI - v1.12.1 - 2016-09-18
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */


.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}
/*! jQuery UI - v1.12.1 - 2016-09-18
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */


.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("images/ui-icons_777777_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
@charset "UTF-8";
/* line 5, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.login {
  width: 100%;
  height: 100%;
  background-color: #2c8ada;
}

/* line 6, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.login > div.center {
  width: 500px;
  margin: 0 auto;
}

/* line 7, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.login > div.center > div.welcome {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 32px;
  text-align: center;
  padding: 40px 0;
}

/* line 9, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.login > div.center > div.form > div.links {
  font-size: 20px;
  color: #ffffff;
}

/* line 10, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.login > div.center > div.form > div.links > a, html > body > div.login > div.center > div.form > div.links > a:link, html > body > div.login > div.center > div.form > div.links > a:active, html > body > div.login > div.center > div.form > div.links > a:visited {
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  font-family: serif;
}

/* line 11, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.login > div.center > div.form > div.links > a.active {
  color: #ffca25;
}

/* line 12, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.login > div.center > div.form > div.triangle {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 30px solid #f1f1f1;
}

/* line 13, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.login > div.center > div.form > div.triangle.left {
  margin-left: 20px;
}

/* line 14, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.login > div.center > div.form > div.triangle.right {
  margin-left: 130px;
}

/* line 15, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.login > div.center > div.form > div.form {
  background-color: #f1f1f1;
  border-radius: 20px;
  padding: 40px;
}

/* line 17, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.login > div.center > div.form > div.form > form > div.info {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  background-color: #d6e8d8;
  border: 1px solid #6ac476;
  border-radius: 10px;
  padding: 0 20px;
  width: 378px;
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
}

/* line 18, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.login > div.center > div.form > div.form > form > div.info.error {
  background-color: #ecd4d5;
  border: 1px solid #da6466;
}

/* line 19, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.login > div.center > div.form > div.form > form > input[type=text], html > body > div.login > div.center > div.form > div.form > form > input[type=password] {
  font-family: serif;
  font-size: 16px;
  height: 40px;
  background-color: #ffffff;
  border: 0;
  border-radius: 10px;
  padding: 0 20px;
  width: 380px;
  color: #989898;
  margin-bottom: 20px;
}

/* line 20, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.login > div.center > div.form > div.form > form > input:-webkit-autofill {
  background-color: #ffffff;
}

/* line 21, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.login > div.center > div.form > div.form > form > input[type=submit] {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  height: 40px;
  background-color: #ff6625;
  border: 0;
  border-radius: 10px;
  padding: 0 20px;
  width: 420px;
  cursor: pointer;
}

/* line 22, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.login > div.center > a, html > body > div.login > div.center > a:link, html > body > div.login > div.center > a:active, html > body > div.login > div.center > a:visited {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 20px;
}

/* line 23, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.login > div.center > div.info {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  margin: 20px;
}

/* line 24, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.login > div.center > div.info > a, html > body > div.login > div.center > div.info > a:link, html > body > div.login > div.center > div.info > a:active, html > body > div.login > div.center > div.info > a:visited {
  text-decoration: none;
  color: #ffca25;
  font-family: serif;
}

/* line 25, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.login > div.center > div.links {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}

/* line 26, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.login > div.center > div.links > a, html > body > div.login > div.center > div.links > a:link, html > body > div.login > div.center > div.links > a:active, html > body > div.login > div.center > div.links > a:visited {
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  font-family: serif;
}

/* line 27, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.login > div.center > div.links > a.active {
  color: #ffca25;
}

/* line 28, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.login > div.center > div.hard {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 20px;
}

/* line 29, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.login > div.center > div.hard > a, html > body > div.login > div.center > div.hard > a:link, html > body > div.login > div.center > div.hard > a:active, html > body > div.login > div.center > div.hard > a:visited {
  color: #ffca25;
  text-decoration: underline;
}

/************************************************************************************************************************************/
/* line 31, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.left {
  float: left;
  width: 289px;
  /* border-right: 1px solid #e8e8e8; */
  vertical-align: top;
  overflow: hidden;
}

/* line 32, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.left > div.top {
  width: 290px;
  /* height: 159px; */
  border-bottom: 1px solid #e8e8e8;
}

/* line 33, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.left > div.top > div.logo {
  width: 40px;
  height: 139px;
  padding: 10px 25px;
  background-image: url("logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
}

/* line 34, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.left > div.top > div.name {
  width: 124px;
  height: 89px;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  margin-top: 50px;
  color: #043666;
  font-size: 14px;
  font-family: 'Lora', serif;
  font-weight: bold;
}

/************************************************************************************************************************************/
/* line 36, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.left > div.bottom {
  width: 280px;
  overflow-y: auto;
  max-height: 600px;
}

/* line 37, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.left > div.bottom > div.menu_button {
  width: 40px;
  height: 30px;
  position: relative;
  top: 10px;
  margin: 0 0 30px 25px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

/* line 38, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.left > div.bottom > div.menu_button > span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #cbcbcb;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* line 39, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.left > div.bottom > div.menu_button > span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

/* line 40, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.left > div.bottom > div.menu_button > span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

/* line 41, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.left > div.bottom > div.menu_button > span:nth-child(3) {
  top: 24px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

/* line 42, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.left > div.bottom > div.menu_button.open > span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 6px;
}

/* line 43, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.left > div.bottom > div.menu_button.open > span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

/* line 44, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.left > div.bottom > div.menu_button.open > span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 26px;
  left: 6px;
}

/* line 45, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.left > div.bottom > div.groups {
  margin: 40px 0 0 0;
}

/* line 46, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.left > div.bottom > div.groups > div.group {
  min-height: 50px;
  line-height: 20px;
  padding-left: 60px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 30px;
  margin: 15px 0 0 30px;
  color: #000000;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}

/* line 47, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.left > div.bottom > div.groups > div.group.normal {
  color: #000000;
}

/* line 48, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.left > div.bottom > div.groups > div.group.active {
  color: #2c8bdb;
}

/* line 49, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.left > div.bottom > div.groups > div.group.done {
  color: #39b54a;
}

/* line 50, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.left > div.bottom > div.groups > div.group > img {
  width: 20px;
  position: relative;
  top: 5px;
}

/* line 51, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.left > div.bottom > div.groups > div.group > div.blue {
  position: absolute;
  left: -30px;
  top: 5px;
  width: 5px;
  height: 20px;
  background-color: #2c8bdb;
}

/* line 52, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.left > div.bottom > div.groups > div.question {
  /* min-height: 50px; */
  line-height: 20px;
  padding-left: 70px;
  margin: 0 0 0 30px;
  color: #000000;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  color: #39b54a;
}

/************************************************************************************************************************************/
/* line 54, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.left > div.footer {
  /* height: 115px; */
  height: 155px;
  width: 290px;
  background-color: #ffffff;
  border-top: 1px solid #e8e8e8;
}

/* line 56, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.left > div.footer > form > input.exit {
  background-color: #d23034;
  color: #ffffff;
  margin: 10px auto;
  padding: 5px 10px;
  display: block;
  width: 90px;
  text-align: center;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  border: 0;
  cursor: pointer;
}

/* line 57, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.left > div.footer > form > input.exit.mini {
  background-color: transparent;
  color: transparent;
  margin: 0 0 0 25px;
  width: 40px;
  height: 40px;
  background-image: url(/assets/exit.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* line 58, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.left > div.footer > div.finish {
  margin: 40px;
  position: relative;
  height: 30px;
}

/* line 60, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.left > div.footer > div.finish > form > input[type=submit] {
  background-color: #d23034;
  color: #ffffff;
  padding: 10px 10px;
  display: block;
  width: 200px;
  text-align: center;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  /* right: 50px; position: absolute; */
  margin: 0 auto;
  border: 0;
  cursor: pointer;
}

/* line 61, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.left > div.footer > div.finish > form > button[type=button] {
  border: 0;
  background-color: #39b54a;
  color: #ffffff;
  padding: 5px 10px;
  display: block;
  width: 100px;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  /* position: absolute; right: 0; top: 5px; */
  margin: 0 auto;
  margin-top: 10px;
  cursor: pointer;
}

/************************************************************************************************************************************/
/* line 64, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > form {
  position: absolute;
  right: 28px;
  top: 28px;
}

/* html > body > div.right > form > input[type=submit] { background-color: transparent; border: 0; outline: 0; cursor: pointer; font-size: 18px; color: gray; } */
/* line 66, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > form > input[type=submit] {
  background-color: #2c8bdb;
  color: #ffffff;
  padding: 10px 10px;
  display: block;
  width: 100px;
  text-align: center;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  margin: 0 auto;
  border: 0;
  cursor: pointer;
}

/* line 67, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > input[type=button] {
  position: absolute;
  right: 28px;
  top: 28px;
  background-color: #2c8bdb;
  color: #ffffff;
  padding: 10px 10px;
  display: block;
  width: 100px;
  text-align: center;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  margin: 0 auto;
  border: 0;
  cursor: pointer;
}

/* line 68, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.top {
  /* margin-left: 290px; */
  /* height: 159px; */
  vertical-align: top;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
  left: -290px;
  position: relative;
  padding: 20px 0 0 0;
}

/* line 69, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.top > div.name {
  padding: 0px 20px 0 30px;
  color: #043666;
  font-size: 28px;
  font-family: 'Roboto Condensed', sans-serif;
}

/* line 70, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.top > div.name.mini {
  padding: 0 20px 0 30px;
  font-size: 16px;
}

/* line 71, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.top > div.line {
  height: 2px;
  line-height: 2px;
  background-image: url("line.jpg");
  background-repeat: repeat-x;
  background-position: left center;
  margin: 10px 30px;
}

/* line 72, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.top > div.description {
  font-size: 12pt !important;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 0px 20px 0 30px;
  /*font-style: italic;*/
}

/* line 73, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.top > div.description > div {
  margin: 0 0 10px 0;
}

/* line 74, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.top > div.description > div:last-child {
  margin: 0 0 50px 0;
}

/* line 75, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.top > div.hide {
  background-color: #ffffff;
  padding: 10px 0 10px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* line 76, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.top > div.hide > input[type=button] {
  background-color: #2c8bdb;
  color: #ffffff;
  padding: 5px 10px;
  display: block;
  width: 140px;
  text-align: center;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  margin: 0 auto;
  border: 0;
  cursor: pointer;
}

/************************************************************************************************************************************/
/* line 78, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom {
  margin-left: 290px;
  background-color: #eef2f5;
  padding: 20px 60px 20px 20px;
  position: relative;
  min-height: 750px;
}

/* line 79, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.percents {
  width: 40px;
  height: 340px;
  position: absolute;
  right: 10px;
  top: 50px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("slider_bg.png");
}

/* line 80, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.percents > div.point {
  position: absolute;
  left: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}

/* line 81, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.percents > div.point.top {
  top: 0;
  background-image: url("slider_top.png");
}

/* line 82, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.percents > div.point.bottom {
  bottom: 0;
  background-image: url("slider_bottom.png");
}

/* line 83, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.percents > div.point.dot {
  top: 0;
  background-image: url("slider_dot.png");
  text-align: center;
  color: #ffffff;
  font-size: 10px;
  line-height: 40px;
  vertical-align: middle;
  font-family: 'Roboto Condensed', sans-serif;
}

/* line 84, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.percents > div.percents {
  width: 20px;
  background-color: #2c8ada;
  position: absolute;
  bottom: 0;
  left: 10px;
  border-radius: 0 0 10px 10px;
}

/************************************************************************************************************************************/
/* line 86, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back {
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  position: relative;
}

/* line 87, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.category {
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
}

/* line 88, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}

/* line 89, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question {
  margin: 20px;
}

/* line 92, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.header {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  line-height: 30px;
  /* line-height: 15px; */
  margin-bottom: 20px;
}

/* line 93, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.header.group {
  color: #3398db;
  padding-right: 60px;
}

/* line 94, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.header > div.m {
  font-size: 16px;
  line-height: 16px;
  margin: 10px 0;
}

/* html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.header.editable { background-image: url( "edit.png" ); background-size: 40px; background-repeat: no-repeat; background-position: right center; } */
/* line 96, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.header > img {
  width: 30px;
  height: 30px;
  vertical-align: bottom;
}

/************************************************************************************************************************************/
/* line 98, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants {
  /* max-width: 800px; */
  margin-top: 10px;
  /* 30px */
}

/* line 99, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.radio {
  font-size: 20px;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 10px 0;
}

/* line 101, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.radio > input + label {
  cursor: pointer;
  position: relative;
  left: 40px;
  display: block;
  padding-right: 40px;
}

/* line 102, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.radio > input:not(checked) {
  position: absolute;
  opacity: 0;
}

/* line 103, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.radio > input:not(checked) + label {
  position: relative;
}

/* line 104, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.radio > input:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: -40px;
  width: 22px;
  height: 22px;
  border: 1px solid #b3b3b3;
  border-radius: 11px;
  background: #ffffff;
}

/* line 105, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.radio > input:not(checked) + label:after {
  content: '✓';
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: -40px;
  width: 22px;
  height: 22px;
  border: 1px solid #2c8bdb;
  border-radius: 11px;
  background: #2c8bdb;
  opacity: 0;
  color: #ffffff;
  text-align: center;
  line-height: 22px;
}

/* line 106, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.radio > input:checked + label:after {
  opacity: 1;
}

/************************************************************************************************************************************/
/* line 108, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.check {
  font-size: 20px;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 10px 0;
}

/* line 110, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.check > input + label {
  cursor: pointer;
  position: relative;
  left: 40px;
  display: block;
  padding-right: 40px;
}

/* line 111, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.check > input:not(checked) {
  position: absolute;
  opacity: 0;
}

/* line 113, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.check > input:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: -40px;
  width: 22px;
  height: 22px;
  border: 1px solid #b3b3b3;
  border-radius: 2px;
  background: #ffffff;
}

/* line 114, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.check > input:not(checked) + label:after {
  content: '✓';
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: -40px;
  width: 22px;
  height: 22px;
  border: 1px solid #2c8bdb;
  border-radius: 1px;
  background: #2c8bdb;
  opacity: 0;
  color: #ffffff;
  text-align: center;
  line-height: 22px;
}

/* line 115, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.check > input:checked + label:after {
  opacity: 1;
}

/************************************************************************************************************************************/
/* line 117, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.text {
  margin: 20px 0;
}

/* line 118, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.text {
  line-height: 20px;
  color: #000000;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-size: 20px;
}

/* line 119, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.text > input {
  width: 80%;
  height: 20px;
  line-height: 20px;
  color: #000000;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-size: 20px;
  margin-bottom: 10px;
}

/* line 120, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.text > textarea {
  width: 80%;
  height: 100px;
  color: #000000;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}

/* line 121, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.text > input[type=number] {
  width: 20%;
}

/* line 122, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.text > button {
  display: block;
}

/************************************************************************************************************************************/
/* line 124, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.list {
  margin: 20px 0;
}

/* line 125, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.list > select {
  width: 100%;
  line-height: 20px;
  color: #000000;
  font-family: 'Roboto Condensed', sans-serif;
  /* font-style: italic; */
  font-size: 20px;
}

/* line 126, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.list > span.select2-container {
  font-family: 'Roboto Condensed', sans-serif;
  /* font-style: italic; */
  font-size: 20px;
  line-height: 20px;
}

/* line 127, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > span.select2-container {
  font-family: 'Roboto Condensed', sans-serif;
  /* font-style: italic; */
  font-size: 20px;
  line-height: 20px;
}

/************************************************************************************************************************************/
/* line 129, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.files {
  margin: 20px 0;
}

/* line 130, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.files > div.text {
  font-size: 16px;
  color: #041b7c;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  margin: 10px 0;
}

/* line 131, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.files > div.text.i {
  font-style: italic;
  color: #000000;
  font-size: 12px;
}

/* line 134, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.files > div.fields > span {
  font: 13.3333px Arial;
  color: #041b7c;
}

/************************************************************************************************************************************/
/* line 137, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.table > table {
  margin: 10px 0;
  padding: 0;
  border: 0;
  border-spacing: 0;
}

/* line 140, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.table > table > thead > tr > th {
  padding: 10px;
  color: #ffffff;
  font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  background-color: #3398db;
}

/* line 141, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.table > table > thead > tr > th:first-child {
  border-radius: 10px 0 0 0;
}

/* line 142, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.table > table > thead > tr > th:last-child {
  border-radius: 0 10px 0 0;
}

/* line 143, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.table > table > thead > tr > th.number {
  max-width: 100px;
}

/* line 145, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.table > table > tbody > tr {
  background-color: #ffffff;
}

/* line 146, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.table > table > tbody > tr:nth-child(odd) {
  background-color: #ffffff;
}

/* line 147, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.table > table > tbody > tr:nth-child(even) {
  background-color: #eef2f5;
}

/* line 148, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.table > table > tbody > tr > td {
  padding: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

/* line 149, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.table > table > tbody > tr > td:first-child {
  border-left: 1px solid #efefef;
}

/* line 150, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.table > table > tbody > tr > td > input {
  width: 100%;
  height: 20px;
  line-height: 20px;
  color: #000000;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-size: 20px;
}

/* line 151, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.table > table > tfoot > tr > td {
  padding: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
}

/************************************************************************************************************************************/
/* line 153, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.table > table > tbody > tr > td.tooltip {
  position: relative;
}

/* line 154, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.table > table > tbody > tr > td.tooltip > span.tooltiptext {
  visibility: hidden;
  min-width: 100%;
  background-color: #555555;
  color: #ffffff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 30%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 1s;
}

/* line 155, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.table > table > tbody > tr > td.tooltip > span.tooltiptext:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555555 transparent;
}

/* html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.table > table > tbody > tr > td.tooltip:hover > span.tooltiptext { visibility: visible; opacity: 1; } */
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/* line 161, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.variants > div.info_text {
  font-size: 16px;
  color: #808080;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  margin: 0;
}

/************************************************************************************************************************************/
/* line 164, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.save > input, html > body > div.right > div.bottom > div.back > div.center > div.question > form > div.next > input {
  border: 0;
  background-color: #39b54a;
  color: #ffffff;
  margin: 30px 0;
  padding: 5px 10px;
  display: block;
  width: 100px;
  text-align: center;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
}

/************************************************************************************************************************************/
/* line 168, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.arrow > form > input[type=submit] {
  background-image: url("arrow_up.png");
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block;
  margin: 10px auto;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

/************************************************************************************************************************************/
/* line 170, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question.disabled > form > div.variants > div.radio > input:checked + label:after {
  background-color: #cccccc;
  border-color: #cccccc;
}

/* line 171, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question.disabled > form > div.variants > div.check > input:checked + label:after {
  background-color: #cccccc;
  border-color: #cccccc;
}

/************************************************************************************************************************************/
/* line 173, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.results {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #043666;
  margin: 20px;
}

/* line 174, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.disclaimer {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  margin: 20px;
  font-style: italic;
}

/************************************************************************************************************************************/
/* line 176, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.finish {
  margin: 40px;
  position: relative;
  height: 30px;
}

/* line 178, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.finish > form > input[type=submit] {
  background-color: #d23034;
  color: #ffffff;
  padding: 10px 10px;
  display: block;
  width: 200px;
  text-align: center;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  /* right: 50px; position: absolute; */
  margin: 0 auto;
  border: 0;
  cursor: pointer;
}

/* line 179, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.finish > form > button[type=button] {
  border: 0;
  background-color: #b3b3b3;
  color: #ffffff;
  padding: 5px 10px;
  display: block;
  width: 100px;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 5px;
}

/************************************************************************************************************************************/
/* line 181, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question_group {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  color: #000000;
  margin: 20px;
  font-weight: bold;
  position: relative;
  padding-right: 200px;
}

/* line 182, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question_group > div.edit_group {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 184, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.bottom > div.back > div.center > div.question_group > div.edit_group > form > input[type=submit] {
  border: 0;
  background-color: #d23034;
  color: #ffffff;
  padding: 5px 10px;
  display: block;
  width: 180px;
  text-align: center;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
}

/************************************************************************************************************************************/
/* line 186, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.footer {
  margin-left: 290px;
  height: 115px;
  background-color: #ffffff;
  border-top: 1px solid #e8e8e8;
  position: relative;
}

/* line 187, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.footer > div.left {
  position: absolute;
  left: 25px;
  top: 30px;
  color: #2b3f53;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: bold;
}

/* line 188, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.footer > div.left > a, html > body > div.right > div.footer > div.left > a:link, html > body > div.right > div.footer > div.left > a:active, html > body > div.right > div.footer > div.left > a:visited {
  color: #4885f7;
  text-decoration: none;
}

/* line 189, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.footer > div.center {
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0 0 0;
}

/* line 190, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.footer > div.center > div.icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 191, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.footer > div.center > div.icon.cc {
  background-image: url("cc.large.png");
}

/* line 192, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.footer > div.center > div.icon.by {
  background-image: url("by.large.png");
}

/* line 193, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.footer > div.center > div.icon.nd {
  background-image: url("nd.large.png");
}

/* line 194, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.right > div.footer > div.center > a, html > body > div.right > div.footer > div.center > a:link, html > body > div.right > div.footer > div.center > a:active, html > body > div.right > div.footer > div.center > a:visited {
  color: #4885f7;
  text-decoration: none;
}

/************************************************************************************************************************************/
/* line 196, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.notification {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

/* line 197, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.notification > div.center {
  width: 350px;
  height: 200px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  margin-top: -100px;
  left: 50%;
  margin-left: -175px;
  border: 2px solid transparent;
  border-radius: 10px;
}

/* line 198, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.notification.error > div.center {
  border-color: #d13034;
}

/* line 199, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.notification.warning > div.center {
  border-color: #ff6625;
}

/* line 200, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.notification.info > div.center {
  border-color: #2c8ada;
}

/* line 201, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.notification.hard_error > div.center {
  border-color: #d13034;
  background-color: #faeaea;
}

/* line 202, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.notification > div.center > div.header {
  margin: 20px 0 0 0;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
}

/* line 203, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.notification.error > div.center > div.header {
  color: #d13034;
}

/* line 204, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.notification.warning > div.center > div.header {
  color: #ff6625;
}

/* line 205, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.notification.info > div.center > div.header {
  color: #2c8ada;
}

/* line 206, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.notification.hard_error > div.center > div.header {
  color: #d13034;
}

/* line 207, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.notification > div.center > div.text {
  margin: 40px 10px 20px 10px;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  height: 40px;
}

/* line 208, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.notification.text > div.center > div.text {
  margin: 20px 10px 20px 10px;
  height: initial;
}

/* line 209, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.notification > div.center > button {
  padding: 10px 20px;
  margin: 0 auto;
  display: block;
  color: #ffffff;
  background-color: #2c8ada;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
}

/* line 210, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.notification.error > div.center > button {
  background-color: #d13034;
}

/* line 211, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.notification.warning > div.center > button {
  background-color: #ff6625;
}

/* line 212, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.notification.info > div.center > button {
  background-color: #2c8ada;
}

/* line 213, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.notification > div.center > div.buttons {
  margin: 0 auto;
}

/* line 214, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.notification > div.center > div.buttons > button {
  width: 105px;
  margin: 0 35px;
  padding: 10px 20px;
  color: #ffffff;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
}

/* line 215, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.notification > div.center > div.buttons > button.yes {
  background-color: #d13034;
}

/* line 216, /home/hosting_yukiyuki/projects/anticorreview/releases/initial_release/app/assets/stylesheets/main.scss */
html > body > div.notification > div.center > div.buttons > button.no {
  background-color: #39b44a;
}

/************************************************************************************************************************************/
