@charset "UTF-8";
@font-face {
  font-family: FontAwesome;
  src: url(../fonts/FontAwesome.otf); }
body {
  background: #f1f1f1;
  font-family: "Open sans", "Segoe UI", "Segoe WP", Helvetica, Arial, sans-serif;
  overflow-x: none;
  margin: 0; }

* {
  box-sizing: border-box; }

ul, menu {
  padding: 0;
  margin: 0; }

iframe, image {
  border: none; }

hr {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }
  h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left {
    text-align: left !important; }
  h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center {
    text-align: center !important; }

section.hidden {
  display: none; }

label {
  display: block;
  text-align: left;
  color: #f1f1f1;
  font-size: 0.9em; }

.spinner {
  font-size: 10px;
  margin: 100px auto;
  text-indent: -9999em;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #000c0c;
  background: -moz-linear-gradient(left, #000c0c 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #000c0c 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #000c0c 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #000c0c 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #000c0c 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  -moz-animation: load3 1.4s infinite linear;
  -o-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }
  .spinner:before {
    width: 50%;
    height: 50%;
    background: #000c0c;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: ""; }
  .spinner:after {
    background: #f1f1f1;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    left: 0; }

.top {
  width: 100%;
  height: 45px;
  background: #000c0c;
  display: block;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0; }
  .top .listbutton {
    float: left;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin-top: 7.5px;
    display: none;
    color: #f1f1f1;
    position: relative;
    margin-left: 15px; }
    .top .listbutton:hover {
      cursor: pointer; }
      .top .listbutton:hover::before {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        color: #2196F3; }
    .top .listbutton::before {
      transition: 0.3s;
      -webkit-transition: 0.3s;
      position: absolute;
      left: 0;
      color: #f1f1f1;
      content: "";
      font-family: "FontAwesome";
      font-size: 25px; }
  .top .account {
    width: auto;
    min-width: 250px;
    float: right;
    height: 45px;
    color: #f1f1f1;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s; }
    .top .account:hover {
      transition: 0.3s;
      -webkit-transition: 0.3s;
      cursor: pointer;
      color: #2196F3;
      background: #151e23; }
      .top .account:hover menu::before {
        color: #2196F3;
        transition: 0.3s;
        -webkit-transition: 0.3s; }
      .top .account:hover menu li {
        display: block; }
    .top .account .name {
      line-height: 45px;
      margin-right: 40px;
      margin-left: 40px;
      position: relative; }
    .top .account menu {
      width: 100%;
      display: inline-block; }
      .top .account menu:hover {
        cursor: pointer; }
      .top .account menu::before {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        height: 45px;
        line-height: 40px;
        top: 0;
        color: #f1f1f1;
        position: absolute;
        right: 20px;
        z-index: 20;
        content: "";
        font-family: "FontAwesome";
        font-size: 20px; }
      .top .account menu a {
        text-decoration: none; }
      .top .account menu li {
        list-style: none;
        display: none;
        background: #000c0c;
        color: #f1f1f1;
        text-decoration: none;
        height: 35px;
        padding: 0 40px;
        line-height: 35px;
        position: relative;
        text-align: center; }
        .top .account menu li i {
          float: left;
          line-height: 38px;
          position: absolute;
          left: 35px; }
        .top .account menu li:hover {
          color: #2196F3; }
  .top button {
    border: 2px solid #f1f1f1;
    background: #f1f1f1;
    color: #000c0c;
    height: 28px;
    padding: 0 15px;
    margin-top: 8px;
    float: left;
    margin-left: 200px;
    font-size: 14px;
    font-weight: bold;
    font-family: "Open sans", "Segoe UI", "Segoe WP", Helvetica, Arial, sans-serif;
    border-radius: 50px;
    transition: 0.3s;
    -webkit-transition: 0.3s; }
    .top button:hover {
      transition: 0.3s;
      -webkit-transition: 0.3s;
      background: none;
      color: #f1f1f1;
      cursor: pointer; }
    .top button:active, .top button:focus {
      outline: none; }

button, .button {
  border: none;
  border-radius: 4px;
  background: #2196F3;
  border: 2px solid #2196F3;
  color: white;
  padding: 10px 25px;
  line-height: 1;
  font-size: 14px;
  font-weight: 600; }
  button:focus, .button:focus {
    outline: none; }
  button:hover, .button:hover {
    cursor: pointer;
    color: #000c0c;
    background: none;
    transition: 0.3s;
    -webkit-transition: 0.3s; }
  button.add, .button.add {
    border-radius: 0px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    position: absolute;
    right: 0;
    top: -38px;
    transition: 0.3s;
    -webkit-transition: 0.3s; }
    button.add.tabs-above, .button.add.tabs-above {
      top: -88px; }
  button.black, .button.black {
    background: #000c0c;
    border-color: #000c0c; }
    button.black:hover, .button.black:hover {
      background: none;
      color: #000c0c; }

.select-box {
  max-width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  font-size: 1em;
  margin-top: 0.3em;
  background: #f1f1f1; }
  .select-box.dark select {
    background-color: #000c0c;
    color: #f1f1f1; }
  .select-box select {
    max-width: 100%;
    background-color: #f1f1f1;
    color: #000c0c;
    font-size: inherit;
    padding: 0.33em;
    padding-right: 2.5em;
    border: 0;
    margin: 0;
    text-indent: 0.01px;
    text-overflow: "";
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
    .select-box select::-ms-expand {
      display: none; }
    .select-box select:active, .select-box select:focus {
      outline: none; }
  .select-box::before {
    content: "";
    position: absolute;
    pointer-events: none; }
  .select-box::after {
    content: "";
    position: absolute;
    pointer-events: none;
    content: "▼";
    color: #2196F3;
    height: 1em;
    font-size: 0.625em;
    line-height: 1;
    right: 1.2em;
    top: 50%;
    margin-top: -0.5em; }
  .select-box::before {
    width: 2em;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000c0c; }
  .select-box select[disabled] {
    color: rgba(0, 0, 0, 0.25); }

.left {
  position: fixed;
  height: 100vh;
  width: 180px;
  background: #000c0c;
  box-shadow: 0px 0px 22px -5px rgba(0, 0, 0, 0.5);
  z-index: 130;
  top: 0;
  left: 0; }
  .left.active {
    transform: translateX(0);
    transition: 0.3s;
    -webkit-transition: 0.3s; }
  .left img {
    width: 100px;
    margin: 35px auto 0;
    display: block; }
  .left ul {
    margin-top: 35px;
    color: #f1f1f1;
    text-align: left;
    list-style: none;
    position: relative; }
    .left ul a {
      color: #f1f1f1;
      text-decoration: none;
      display: inline-block;
      width: 100%; }
      .left ul a.active, .left ul a:hover {
        color: #2196F3; }
        .left ul a.active li, .left ul a:hover li {
          cursor: pointer;
          background: #151e23;
          color: #2196F3;
          transition: 0.3s;
          -webkit-transition: 0.3s; }
    .left ul li {
      font-family: "Open sans", "Segoe UI", "Segoe WP", Helvetica, Arial, sans-serif;
      font-size: 17px;
      font-weight: 100;
      width: 100%;
      height: 50px;
      line-height: 50px;
      box-sizing: border-box;
      position: relative;
      transition: 0.3s;
      -webkit-transition: 0.3s; }
      .left ul li:hover, .left ul li.active {
        cursor: pointer;
        background: #151e23;
        color: #2196F3;
        transition: 0.3s;
        -webkit-transition: 0.3s; }
        .left ul li:hover ul, .left ul li.active ul {
          display: block; }
      .left ul li ul {
        position: absolute;
        width: 180px;
        left: 180px;
        top: 0;
        margin: 0;
        background: #000c0c;
        box-shadow: 0px 0px 30px -1px rgba(0, 0, 0, 0.3);
        z-index: 130;
        display: none; }
        .left ul li ul li {
          padding-left: 15px; }
      .left ul li i {
        padding: 0 15px; }
  .left .bottom {
    width: 180px;
    height: 35px;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #f1f1f1;
    line-height: 35px; }
    .left .bottom .settings, .left .bottom .logout {
      color: #f1f1f1;
      font-size: 20px;
      float: right;
      display: inline-block;
      line-height: 30px;
      margin-right: 10px;
      transition: 0.3s;
      -webkit-transition: 0.3s; }
      .left .bottom .settings i, .left .bottom .logout i {
        font-size: 30px;
        padding-left: 10px; }
      .left .bottom .settings:hover, .left .bottom .logout:hover {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        color: #2196F3; }
    .left .bottom .logout {
      float: left;
      display: none; }

em, i, cite {
  font-style: italic; }

strong, b {
  font-weight: bold; }

.relative {
  position: relative; }

.switch {
  position: relative;
  display: inline-block;
  width: 60px !important;
  height: 34px !important; }
  .switch input[type="checkbox"].switcher {
    display: none; }

.tabs {
  width: 100%;
  display: inline-block;
  text-align: center;
  background: #000c0c;
  color: white; }
  .tabs.center .tab {
    float: none;
    display: inline-block; }
  .tabs .tab {
    width: auto;
    padding: 15px 25px;
    float: left;
    font-weight: 500;
    font-size: 17px;
    user-select: none;
    box-sizing: border-box;
    position: relative; }
    .tabs .tab.add::before {
      content: " ";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: "";
      text-align: center;
      line-height: 50px;
      color: #2196F3;
      font-family: FontAwesome;
      font-size: 20px;
      transition: 0.3s;
      -webkit-transition: 0.3s; }
    .tabs .tab.active {
      background: #151e23;
      color: #2196F3;
      border-top: 2px solid #2196F3;
      padding-top: 13px; }
    .tabs .tab:hover, .tabs .tab:active {
      cursor: pointer;
      background: #151e23;
      color: #2196F3;
      transition: 0.3s;
      -webkit-transition: 0.3s; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px; }
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%; }

@media only screen and (max-width: 760px) {
  .left {
    box-shadow: none; }
    .left ul {
      margin-top: 45px; } }
@media print {
  button {
    display: none; } }
.error {
  color: white;
  width: calc(100% - 50px);
  margin: 0 25px 35px;
  text-align: center;
  border-bottom: 2px solid #801010; }

form {
  position: absolute;
  width: 320px;
  padding: 18px 0;
  background: #000c0c;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: inline-block;
  box-shadow: 0px 0px 30px -1px rgba(0, 0, 0, 0.3); }
  form .remember-group {
    width: 100%;
    display: flex; }
    form .remember-group .remember {
      width: auto;
      margin-right: 0;
      margin-left: 25px; }
  form img {
    max-width: 100px;
    height: 100px;
    margin: 15px auto;
    display: block; }
  form input {
    width: calc(100% - 50px);
    height: 35px;
    margin: 0 25px;
    border: none;
    background: #f1f1f1;
    padding: 0 8px;
    display: block; }
    form input:focus, form input:active {
      outline: none; }
    form input[type="checkbox"] {
      height: 20px;
      width: 50px;
      margin-left: 15px; }
    form input[type="submit"] {
      width: calc(100% - 50px);
      height: 35px;
      color: #000c0c;
      font-size: 16px;
      font-weight: normal;
      font-family: "Open sans", "Segoe UI", "Segoe WP", Helvetica, Arial, sans-serif;
      border-radius: 50px;
      margin: 25px;
      line-height: 25px;
      border: 2px solid #f1f1f1; }
      form input[type="submit"]:hover {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        cursor: pointer;
        background: none;
        color: #f1f1f1; }
  form a {
    margin: 25px;
    color: #f1f1f1;
    font-size: 0.9em;
    display: block; }
    form a.center {
      margin: 25px auto;
      width: 100%;
      text-align: center; }
    form a:hover {
      color: #2196F3; }
  form .input-group:not(:first-child) {
    margin-top: 15px; }
  form label {
    width: calc(100% - 50px);
    margin: 0px 25px 3px;
    display: block;
    text-align: left;
    color: #f1f1f1;
    font-size: 0.9em; }
  form h1 {
    font-family: "Open sans", "Segoe UI", "Segoe WP", Helvetica, Arial, sans-serif;
    font-size: 65px;
    font-weight: 100;
    position: absolute;
    color: #000c0c;
    top: -70px; }
  form button, form .button {
    border: none;
    box-sizing: border-box;
    padding: 0 8px;
    width: calc(100% - 50px);
    height: 35px;
    background: #f1f1f1;
    color: #000c0c;
    font-size: 18px;
    font-weight: bold;
    font-family: "Open sans", "Segoe UI", "Segoe WP", Helvetica, Arial, sans-serif;
    border-radius: 50px;
    margin: 25px;
    line-height: 30px;
    text-decoration: none;
    border: 2px solid #f1f1f1; }
    form button:hover, form .button:hover {
      transition: 0.3s;
      -webkit-transition: 0.3s;
      cursor: pointer;
      background: none;
      color: #f1f1f1; }

/*# sourceMappingURL=front.css.map */
