/* open-sans-300 - latin_latin-ext */
@import url("../fonts/FontAwesome/css/font-awesome.min.css");
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/OpenSans/open-sans-v15-latin_latin-ext-300.woff2") format("woff2"), url("../fonts/OpenSans/open-sans-v15-latin_latin-ext-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* open-sans-regular - latin_latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/OpenSans/open-sans-v15-latin_latin-ext-regular.woff2") format("woff2"), url("../fonts/OpenSans/open-sans-v15-latin_latin-ext-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* open-sans-600 - latin_latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/OpenSans/open-sans-v15-latin_latin-ext-600.woff2") format("woff2"), url("../fonts/OpenSans/open-sans-v15-latin_latin-ext-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* open-sans-700 - latin_latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/OpenSans/open-sans-v15-latin_latin-ext-700.woff2") format("woff2"), url("../fonts/OpenSans/open-sans-v15-latin_latin-ext-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* open-sans-800 - latin_latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("../fonts/OpenSans/open-sans-v15-latin_latin-ext-800.woff2") format("woff2"), url("../fonts/OpenSans/open-sans-v15-latin_latin-ext-800.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

* {
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0; }

section {
  width: 100%; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1ex;
  margin-top: 1em; }

input[type="text"], input[type="number"], input[type="password"], select, textarea {
  width: 100%; }

input[type="text"], input[type="number"], input[type="password"], select {
  max-width: 30em; }

:link, :visited {
  color: #bf0000;
  transition: all 0.2s; }

a:hover {
  text-decoration: none; }

.inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }

.header {
  margin-bottom: 20px; }
  .header nav.main-bar {
    padding-top: 15px;
    width: 100%;
    background-color: #333333;
    height: 95px;
    padding-left: 20px;
    padding-right: 20px; }
  .header .logo {
    max-width: 250px;
    padding-bottom: 10px; }
  .header .menu-hamburger {
    display: none;
    position: absolute;
    top: 42px;
    right: 250px;
    cursor: pointer; }
    .header .menu-hamburger .bar1, .header .menu-hamburger .bar2, .header .menu-hamburger .bar3 {
      width: 35px;
      height: 5px;
      background-color: #FFF;
      margin: 6px 0;
      transition: 0.4s; }
  .header .main-menu {
    height: 80px;
    width: calc(100% - 40px);
    margin-top: -40px;
    list-style-type: none;
    padding: 0;
    display: block;
    text-align: center; }
    .header .main-menu li {
      display: inline; }
    .header .main-menu a {
      color: #FFF;
      padding: 25px;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 800;
      margin-right: 5%;
      letter-spacing: 2px;
      transition: all 0.2s; }
      .header .main-menu a:hover {
        background-color: #FFF;
        color: #bf0000; }
      .header .main-menu a.active {
        background-color: #FFF;
        color: #bf0000;
        border-bottom: 3px solid #bf0000; }
  .header .main-menu-toggle {
    display: none;
    margin-top: 25px; }
  .header .btn-logout {
    padding: 12px 50px;
    background-color: #FFF;
    top: 40px;
    position: absolute;
    right: 20px;
    text-decoration: none;
    color: #bf0000;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700; }
    .header .btn-logout:after {
      content: "\f08b";
      font-family: FontAwesome;
      margin-left: 10px; }
  .header .btn-account {
    top: 10px;
    right: 20px;
    position: absolute;
    color: #FFF;
    border-radius: 30px;
    font-size: 14px; }
  .header .secondary-menu-block {
    border-bottom: 2px solid #333333;
    display: inline-block; }
  .header h1 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    display: inline-block;
    margin-right: 70px;
    transition: all 0.2s; }
  .header .secondary-menu {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 42px; }
    .header .secondary-menu li {
      list-style-type: none;
      display: inline-block;
      margin: auto 10px;
      transition: all 0.2s; }
    .header .secondary-menu a {
      text-decoration: none;
      color: #333333;
      padding: 10px;
      font-weight: 600;
      transition: all 0.2s; }
      .header .secondary-menu a:hover, .header .secondary-menu a.active {
        color: #FFF;
        background-color: #bf0000; }

@media screen and (max-width: 1300px) {
  .header .main-menu a {
    margin-right: 10px; } }

@media screen and (max-width: 1200px) {
  .header h1 {
    margin-right: 30px; }
  .header .secondary-menu li {
    margin: auto 5px; }
  .header .main-menu a {
    letter-spacing: 0px; } }

@media screen and (max-width: 1050px) {
  .header .main-menu {
    width: 100% !important;
    height: inherit !important; }
    .header .main-menu a {
      padding: 25px 5px; }
  .header .btn-logout {
    position: absolute;
    top: 40px;
    right: 20px;
    margin-top: 0; }
  .header .btn-account {
    position: absolute;
    top: 10px;
    right: 20px;
    margin-top: 0; } }

@media screen and (max-width: 950px) {
  .header {
    height: inherit !important; }
    .header .main-bar {
      height: inherit !important; }
    .header .main-menu a {
      padding: 25px;
      display: inline-block; } }

@media screen and (max-width: 950px) and (min-width: 530px) {
  .header {
    height: inherit !important; }
    .header .menu-hamburger {
      display: block; }
    .header .main-menu-toggle-hide {
      display: none !important; } }

@media screen and (max-width: 530px), screen and (min-width: 950px) {
  .main-menu-to-hide-block {
    display: none !important; } }

@media screen and (max-width: 530px) {
  .header .btn-logout {
    padding: 12px 15px;
    top: 25px; }
    .header .btn-logout:after {
      display: none; }
  .header .btn-account {
    position: absolute;
    top: 100px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center; }
  .header .main-menu {
    margin-top: 45px; }
    .header .main-menu a {
      display: block;
      margin: 0;
      width: 100%; } }

.content {
  margin-bottom: 20px; }
  .content h1 {
    font-size: 36px;
    font-weight: 300; }
  .content h2 {
    font-size: 30px;
    font-weight: 300; }
  .content h3 {
    margin-top: 40px; }
  .content table {
    display: block;
    width: 100%;
    overflow-x: auto; }
    .content table.form th {
      vertical-align: top;
      text-align: right; }
    .content table.form th label {
      margin-top: 7px;
      display: inline-block; }
  .content .structured-table td, .content .structured-table th {
    border-top: 1px solid #e3e3e3;
    padding-top: 10px; }
  .content .structured-table tr:first-child th {
    border-top: 0px !important; }
  .content .structured-table tr:first-child td {
    border-top: 0px !important;
    padding-top: 0px !important; }
  .content .structured-table .title {
    padding: 7px 20px;
    text-align: right; }
  .content table.normal {
    margin-top: 10px;
    margin-bottom: 10px; }
    .content table.normal th {
      text-align: left;
      max-width: 50%;
      width: 250px; }
  .content table.selectable, .content table.list {
    margin-top: 10px;
    margin-bottom: 10px;
    border-collapse: collapse; }
  .content table.selectable th, .content table.selectable td {
    text-align: left;
    border: 1px solid #e3e3e3;
    background-color: #f9f9f9;
    padding: 10px 14px; }
  .content table.list th, .content table.list td {
    text-align: left;
    border: 1px solid #e3e3e3;
    background-color: #f9f9f9;
    padding: 10px 14px; }
  .content table.selectable tbody tr, .content table.list tbody tr {
    transition: all 0.2s; }
  .content table.selectable tbody > tr:hover > td, .content table.list tbody > tr:hover > td, .content table.selectable tbody > tr:hover > th, .content table.list tbody > tr:hover > th {
    background-color: #bf0000;
    color: #FFF; }
    .content table.selectable tbody > tr:hover > td a.table-choose, .content table.list tbody > tr:hover > td a.table-choose, .content table.selectable tbody > tr:hover > th a.table-choose, .content table.list tbody > tr:hover > th a.table-choose {
      background-color: #FFF !important;
      color: #bf0000 !important; }
  .content table.selectable tbody tr:hover td a, .content table.list tbody tr:hover td a {
    color: #FFF; }
  .content table.list tbody tr.container > td {
    background-color: #FFF;
    color: black; }
    .content table.list tbody tr.container > td table {
      margin: 0px; }
    .content table.list tbody tr.container > td a {
      color: #bf0000; }
    .content table.list tbody tr.container > td tr:hover a {
      color: #FFF; }
  .content table.list tbody tr.container + tr td {
    border-top: 2px solid #616161; }
  .content table.selectable tr.active td, .content table.list tr.active td {
    background-color: #bf0000;
    color: #FFF; }
  .content table.selectable tr.active a, .content table.list tr.active a {
    display: none; }
  .content table a.table-choose {
    padding: 5px 10px;
    background-color: #bf0000;
    color: #FFF;
    border-radius: 7px;
    transition: all 0.2s;
    text-decoration: none; }
  .content table td.error {
    color: #ff3838; }
  .content .navbar {
    margin-bottom: 10px; }
    .content .navbar a {
      text-transform: uppercase;
      color: #FFF;
      background-color: #616161;
      padding: 7px 13px;
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 10px;
      text-decoration: none;
      border-radius: 5px;
      transition: all 0.2s; }
      .content .navbar a:hover {
        background-color: #bf0000; }
  .content .btn-navbar {
    text-transform: uppercase;
    color: #FFF;
    background-color: #616161;
    padding: 7px 13px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.2s; }
    .content .btn-navbar:hover {
      background-color: #bf0000; }
  .content form .form-description {
    font-weight: bold;
    max-width: 100%;
    width: 170px;
    display: inline-block;
    vertical-align: top; }
  .content form input, .content form textarea, .content form select {
    border: 1px solid #e3e3e3;
    background-color: #f9f9f9;
    padding: 8px;
    margin-bottom: 15px; }
  .content form input[type=submit] {
    padding: 8px 30px;
    text-transform: uppercase;
    background-color: #616161;
    color: #FFF;
    cursor: pointer;
    transition: all 0.2s; }
    .content form input[type=submit]:hover {
      background-color: #bdbdbd; }
    .content form input[type=submit].red-button {
      background-color: #ff0000; }
      .content form input[type=submit].red-button:hover {
        background-color: #ff7f58; }
  .content form input[type=checkbox], .content form input[type=radio] {
    width: inherit !important; }
  .content form ul {
    padding-left: 0; }
  .content form td li {
    list-style-type: none; }
  .content form .btn-submit {
    margin-top: 15px;
    background-color: #bf0000;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 20px;
    width: 170px;
    max-width: 100%;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #bf0000;
    transition: all 0.2s; }
    .content form .btn-submit:hover {
      background-color: #FFF;
      color: #bf0000; }
  .content form .btn-submit-first {
    margin-left: 173px; }
  .content form input[type=submit].search-button {
    background-color: #616161;
    font-weight: bold;
    transition: all 0.2s; }
    .content form input[type=submit].search-button:hover {
      background-color: #bdbdbd; }
  .content form input[type=submit].save-button {
    background-color: #4caf50;
    font-weight: bold;
    transition: all 0.2s; }
    .content form input[type=submit].save-button:hover {
      background-color: #aed581; }
  .content form .form-link-td a {
    text-transform: uppercase;
    color: #FFF;
    background-color: #616161;
    padding: 5px 10px;
    display: inline-block;
    margin-top: -2px;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.2s; }
    .content form .form-link-td a:hover {
      background-color: #bf0000; }
  .content form td + td, .content form th + td, .content form td + th, .content form th + th {
    padding-left: 10px; }
  .content .box {
    padding-bottom: 15px;
    border-bottom: 1px solid #616161; }
    .content .box table .link-td a {
      text-transform: uppercase;
      color: #FFF;
      background-color: #616161;
      padding: 5px 10px;
      display: inline-block;
      text-decoration: none;
      border-radius: 5px;
      transition: all 0.2s; }
      .content .box table .link-td a:hover {
        background-color: #bf0000; }
    .content .box table td + td, .content .box table th + td, .content .box table td + th, .content .box table th + th {
      padding-left: 10px; }
  .content .box table th {
    text-align: right; }
  .content .infopanel {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #616161;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    margin-left: 0px; }
    .content .infopanel h1, .content .infopanel h2, .content .infopanel h3, .content .infopanel h4, .content .infopanel h5, .content .infopanel h6 {
      margin-top: 1ex; }

@media screen and (max-width: 700px) {
  .content .btn-submit-first {
    margin-left: 0 !important; } }

@media screen and (max-width: 600px) {
  .content table.normal th {
    width: 60% !important; } }

@media screen and (max-width: 500px) {
  .content .btn-submit {
    width: 100% !important; }
  .content table.form input, .content table.form textarea, .content table.form select {
    max-width: 200px !important; } }

.error, .errorlist {
  font-weight: bold;
  padding-left: 0; }
  .error li, .errorlist li {
    list-style-type: none;
    background: #ff3838;
    padding: 7px 10px;
    color: #FFF;
    border-radius: 5px;
    margin-bottom: 5px; }

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

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

.highlight {
  background-color: #d0d0ff; }

.inactive {
  text-decoration: line-through; }

.suggest_box {
  display: none;
  position: absolute;
  background-color: #FFF;
  z-index: 1;
  margin-right: 1em; }
  .suggest_box table {
    border: 1px solid #a0a0a0; }
  .suggest_box tr + tr {
    border-top: 1px solid #888888; }
  .suggest_box td {
    padding: 2px 5px; }

.suggest_item {
  cursor: pointer; }
  .suggest_item:hover {
    background-color: #f7f7ff; }

.good_result {
  background-color: lime !important; }

.average_result {
  background-color: yellow !important; }

.bad_result {
  background-color: #ff3838 !important; }

/*# sourceMappingURL=style.css.map */
