@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap);/*
Edited YUI CSS Reset

Copyright (c) 2011, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html, version: 2.9.0
*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, button, caption, cite, code, dfn, em, input, optgroup, option, select, strong, textarea, th, var {
  font: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

a {
  color: inherit;
  text-decoration: none;
}

header, footer, section, nav {
  display: block;
}

html, body {
  font-family: "Lato", sans-serif;
  font-size: 14px;
}

html {
  overflow-x: hidden;
}

body {
  min-height: 100%;
}

.pagecon {
  display: flex;
  min-height: 100vh;
}
@media screen and (max-width: 760px) {
  .pagecon {
    flex-direction: column;
  }
}

.mainside {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 220px;
  color: white;
  flex-shrink: 0;
  background: #0075be;
  background: linear-gradient(to bottom, #0075be 0%, #0075be 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0075be", endColorstr="#0075be",GradientType=0 );
}
@media screen and (max-width: 760px) {
  .mainside {
    width: 100%;
    box-sizing: border-box;
  }
}
.mainside nav {
  margin-top: 55px;
}
@media screen and (max-width: 760px) {
  .mainside nav {
    display: none;
  }
}
.mainside nav > ul > li {
  box-sizing: border-box;
  height: 50px;
  line-height: 48px;
  padding: 0 28px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
.mainside nav > ul > li a {
  display: block;
}
.mainside nav > ul > li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin-right: 16px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.mainside nav > ul > li.das a::before {
  background-image: url("../img/ico-dash.svg");
}
.mainside nav > ul > li.exc a::before {
  background-image: url("../img/ico-exc.svg");
}
.mainside nav > ul > li.too a::before {
  background-image: url("../img/ico-tol.svg");
}
.mainside nav > ul > li.sli a::before {
  background-image: url("../img/ico-sli.svg");
}
.mainside nav > ul > li.sup a::before {
  background-image: url("../img/ico-sup.svg");
}
.mainside nav > ul > li.cli a::before {
  background-image: url("../img/ico-cli.svg");
}
.mainside nav > ul > li.sys a::before {
  background-image: url("../img/ico-sys.svg");
}
.mainside nav > ul > li > ul {
  display: none;
}
.mainside nav > ul > li.active {
  background: #f2f8fd;
  color: #0075be;
}
.mainside nav > ul > li.active::before, .mainside nav > ul > li.active::after {
  content: "";
  position: absolute;
}
@media screen and (max-width: 760px) {
  .mainside nav > ul > li.active::before, .mainside nav > ul > li.active::after {
    display: none;
  }
}
.mainside nav > ul > li.active::before {
  top: -1;
  bottom: -1;
  border-top: 26px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 13px solid #0075be;
  left: 100%;
}
.mainside nav > ul > li.active::after {
  top: 0px;
  border-top: 25px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 13px solid #f2f8fd;
  left: calc(100% - 1px);
}
.mainside nav > ul > li.active a::before {
  -webkit-filter: brightness(0.2);
          filter: brightness(0.2);
}
.mainside .copy {
  margin-top: auto;
  padding: 0 28px 24px;
}
@media screen and (max-width: 760px) {
  .mainside .copy {
    display: none;
  }
}
.mainside .copy p {
  line-height: 22px;
  font-size: 12px;
}
.mainside .copy p a {
  text-decoration: underline;
}
.mainside .text-center {
  text-align: center;
}

@media screen and (max-width: 760px) {
  .sidehead {
    height: 70px;
    position: relative;
  }
}
.sidehead .logo {
  padding: 26px 10px 26px 20px;
}
@media screen and (max-width: 760px) {
  .sidehead .logo {
    padding-top: 17px;
    padding-bottom: 0;
    padding-right: 0;
  }
}
.sidehead .logo a {
  display: block;
  overflow: hidden;
  width: 168px;
  height: 60px;
  /*background: url("../img/logo.svg") no-repeat 50% 50%;*/
  background-size: contain;
  text-indent: -10000px;
}
.sidehead .logo a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 760px) {
  .sidehead .logo a {
    width: 104px;
    height: 37px;
  }
}
@media screen and (max-width: 760px) {
  .sidehead .mob-handle {
    position: absolute;
    display: block;
    width: 26px;
    height: 14px;
    top: calc(50% - 7px);
    right: 18px;
  }
  .sidehead .mob-handle span, .sidehead .mob-handle span::before, .sidehead .mob-handle span::after {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: white;
    content: "";
  }
  .sidehead .mob-handle span {
    top: 0;
  }
  .sidehead .mob-handle span::before {
    top: 6px;
  }
  .sidehead .mob-handle span::after {
    top: 12px;
  }
}

.mobileuser {
  display: none;
}

@media screen and (max-width: 760px) {
  .mainside.open {
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    overflow-y: auto;
  }
  .mainside.open .mobileuser {
    display: flex;
    justify-content: space-between;
    margin-left: 20px;
    margin-right: 20px;
    border-top: 1px solid #e9edf0;
    border-bottom: 1px solid #e9edf0;
    padding: 16px 0 4px;
  }
  .mainside.open .mobileuser > ul {
    width: calc(50% - 8px);
  }
  .mainside.open .mobileuser .prop .name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
  }
  .mainside.open .mobileuser .ucontrol li {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: bold;
  }
  .mainside.open .mobileuser .ucontrol li a {
    display: block;
  }
  .mainside.open .mobileuser .ucontrol li a::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .mainside.open .mobileuser .ucontrol li.logout a::before {
    background-image: url("../img/ico-power.svg");
  }
  .mainside.open .mobileuser .ucontrol li.profile a::before {
    background-image: url("../img/ico-user.svg");
  }
  .mainside.open .mobileuser .ucontrol li.password a::before {
    background-image: url("../img/ico-lock.svg");
  }
  .mainside.open nav {
    display: block;
    margin-top: 40px;
  }
  .mainside.open nav > ul > li.open {
    background: #f3f7fc;
    color: #00c2ac;
  }
  .mainside.open nav > ul > li.open > a::before {
    -webkit-filter: brightness(0.2);
            filter: brightness(0.2);
  }
  .mainside.open nav > ul > li.open ul {
    display: block;
    color: white;
    padding: 10px 0;
  }
  .mainside.open nav > ul > li.open ul > li {
    padding-left: 40px;
  }
  .mainside.open nav > ul > li.open ul > li a {
    font-size: 14px;
    line-height: 32px;
  }
  .mainside.open nav > ul > li.open ul > li a::before {
    display: none;
  }
}

.mpcontent {
  background: #f1f4f7;
  flex-grow: 1;
}

.pagehead {
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagehead .sysmsg {
  max-width: 740px;
  padding: 14px 30px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 760px) {
  .pagehead .sysmsg {
    flex-direction: column;
    padding-bottom: 40px;
  }
}
.pagehead .sysmsg .msginfo {
  flex-shrink: 0;
  width: 154px;
  height: 82px;
  border-right: 1px solid #99aabb;
  padding-right: 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 760px) {
  .pagehead .sysmsg .msginfo {
    width: 100%;
    border-color: transparent;
    height: auto;
  }
}
.pagehead .sysmsg h2 {
  color: #0075be;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
}
@media screen and (max-width: 760px) {
  .pagehead .sysmsg h2 {
    max-width: 60%;
  }
}
.pagehead .sysmsg time {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #9da1a6;
  margin: 6px 0;
}
@media screen and (max-width: 760px) {
  .pagehead .sysmsg time {
    position: absolute;
    top: 10px;
    right: 20px;
  }
}
.pagehead .sysmsg .smsgctl {
  color: #616f7bff;
  font-weight: bold;
  font-style: italic;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .pagehead .sysmsg .smsgctl {
    position: absolute;
    bottom: 10px;
    left: 30px;
  }
}
.pagehead .sysmsg .smsgctl > a {
  display: block;
  width: 5px;
  height: 8px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 6px;
}
.pagehead .sysmsg .smsgctl > a.prev {
  background-image: url("../img/arrowl1.svg");
}
.pagehead .sysmsg .smsgctl > a.next {
  background-image: url("../img/arrowr1.svg");
}
.pagehead .sysmsg .smsgctl > a.prev.disabled {
  background-image: url("../img/arrowl2.svg");
  cursor: default;
}
.pagehead .sysmsg .smsgctl > a.next.disabled {
  background-image: url("../img/arrowr2.svg");
  cursor: default;
}
.pagehead .sysmsg .sysmsgc {
  margin-left: 20px;
  height: 82px;
  overflow-y: auto;
}
@media screen and (max-width: 760px) {
  .pagehead .sysmsg .sysmsgc {
    margin-left: 0;
    margin-top: 15px;
  }
}
.pagehead .sysmsg .sysmsgc li {
  display: none;
  line-height: 21px;
  color: #616f7b;
  font-size: 13px;
  font-weight: bold;
}
.pagehead .sysmsg .sysmsgc li.active {
  display: block;
}
.pagehead .uscontrol {
  width: 270px;
  height: 44px;
  display: flex;
  position: relative;
  justify-content: flex-end;
  margin-right: 14px;
}
@media screen and (max-width: 760px) {
  .pagehead .uscontrol {
    display: none;
  }
}
.pagehead .uscontrol .msg {
  line-height: 20px;
}
.pagehead .uscontrol .msg > span {
  display: block;
}
.pagehead .uscontrol .msg .msgc {
  font-size: 16px;
  font-weight: bold;
  color: #616f7b;
}
.pagehead .uscontrol .msg .account {
  color: #616f7b;
  font-size: 14px;
}
.pagehead .uscontrol .dropdown {
  visibility: hidden;
  z-index: 2;
  top: 44px;
  right: 0;
  min-width: 200px;
  background: white;
  position: absolute;
  padding: 12px 0 6px;
  border: 1px solid #c2ccd6;
  border-radius: 8px;
  color: #616f7b;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.pagehead .uscontrol .dropdown.open {
  visibility: visible;
}
.pagehead .uscontrol .dropdown > li {
  padding: 0px 20px;
  margin-bottom: 6px;
}
.pagehead .uscontrol .dropdown > li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 10px;
}
.pagehead .uscontrol .dropdown > li.uinfo {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #99aabb;
}
.pagehead .uscontrol .dropdown > li.uinfo::before {
  display: none;
}
.pagehead .uscontrol .dropdown > li.uinfo > span {
  display: block;
}
.pagehead .uscontrol .dropdown > li.uinfo .company {
  font-weight: normal;
}
.pagehead .uscontrol .dropdown > li.logout {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #99aabb;
}
.pagehead .uscontrol .dropdown > li.logout::before {
  background-image: url("../img/ico-power.svg");
}
.pagehead .uscontrol .dropdown > li.profile::before {
  background-image: url("../img/ico-user.svg");
}
.pagehead .uscontrol .dropdown > li.password::before {
  background-image: url("../img/ico-lock.svg");
}
.pagehead .uscontrol .ddcontrol {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  box-sizing: border-box;
  margin-left: 10px;
  border: 1px solid #99aabb;
  background: rgba(153, 170, 187, 0.23);
  margin-top: 4px;
  position: relative;
}
.pagehead .uscontrol .ddcontrol::before {
  content: "";
  width: 12px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 6px);
  background: url("../img/arrowd1.svg") no-repeat 50% 50%;
  background-size: contain;
}

.subnav {
  height: 58px;
  position: relative;
  line-height: 54px;
  border-bottom: 22px solid #bac6d1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d9dfe6+0,eceff3+9,eceff3+100 */
  background: #d9dfe6;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d9dfe6 0%, #eceff3 9%, #eceff3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d9dfe6", endColorstr="#eceff3",GradientType=0 );
  /* IE6-9 */
}
.subnav::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #0075be;
  z-index: 0;
}
@media screen and (max-width: 760px) {
  .subnav {
    display: none;
  }
}
.subnav .single {
  color: #41566cff;
  font-size: 13px;
  font-weight: bold;
  padding-left: 30px;
}
.subnav > ul {
  color: #41566c;
  font-size: 13px;
  font-weight: bold;
  padding-left: 30px;
  display: flex;
}
.subnav > ul > li {
  position: relative;
  margin-right: 16px;
  flex-shrink: 0;
}
.subnav > ul > li::after {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background: #00c2ac;
  content: "";
  display: none;
  bottom: 13px;
}
.subnav > ul > li:hover::after {
  display: block;
}
.subnav > ul > li:hover ul {
  visibility: visible;
}
.subnav > ul > li > ul {
  position: absolute;
  visibility: hidden;
  top: 42px;
  width: 150px;
  background: white;
  z-index: 1;
  left: calc(50% - 75px);
  border-radius: 8px;
  border: 1px solid #c0cbd5;
  padding: 5px 0;
}
.subnav > ul > li > ul > li {
  text-align: center;
}
.subnav > ul > li > ul > li a {
  display: block;
}
.subnav > ul > li > ul > li:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2ac1c5+0,18bc9c+100 */
  background: #2ac1c5;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2ac1c5 0%, #18bc9c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2ac1c5", endColorstr="#18bc9c",GradientType=1 );
  /* IE6-9 */
  color: white;
}

.content-tlist {
  margin: 30px;
  border: 1px solid #bbc6d2;
  background: white;
  border-radius: 16px;
}

.content-table {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .content-table tbody {
    display: block;
    width: 100%;
  }
}
.content-table th, .content-table td {
  height: 46px;
}
@media screen and (max-width: 760px) {
  .content-table th, .content-table td {
    display: flex;
    width: 100%;
    align-items: center;
  }
}
.content-table th div, .content-table td div {
  max-width: 300px;
  text-overflow: ellipsis;
  /*       white-space: nowrap; */
}
.content-table th:first-of-type, .content-table td:first-of-type {
  padding-left: 34px;
}
@media screen and (max-width: 760px) {
  .content-table th:first-of-type, .content-table td:first-of-type {
    padding-left: 0;
  }
}
.content-table th:last-of-type, .content-table td:last-of-type {
  padding-right: 34px;
  max-width: 150px;
}
@media screen and (max-width: 760px) {
  .content-table th:last-of-type, .content-table td:last-of-type {
    padding-right: 0;
    max-width: 100%;
    border-bottom: 1px solid #99aabb;
  }
}
.content-table th {
  color: #99aabb;
}
@media screen and (max-width: 760px) {
  .content-table th {
    display: none;
  }
}
.content-table td {
  color: #616f7b;
}
.content-table td span {
  display: none;
}
@media screen and (max-width: 760px) {
  .content-table td span {
    display: block;
    width: 50%;
    color: #99aabb;
    padding-left: 16px;
    box-sizing: border-box;
  }
}
.content-table tr:nth-of-type(2n) td {
  background: #f6f8f9;
}
@media screen and (max-width: 760px) {
  .content-table tr {
    display: block;
  }
  .content-table tr:last-of-type td:last-of-type {
    border-color: transparent;
  }
}
.content-table a {
  color: #00c2ac;
}
.content-table em {
  display: inline-block;
  padding: 0 10px;
  line-height: 26px;
  vertical-align: middle;
  background: #67c23a;
  border-radius: 4px;
  color: white;
  min-width: 70px;
  text-align: center;
}
.content-table em.c1 {
  background: #67c23a;
}
.content-table em.c2 {
  background: #ffa700;
}
.content-table em.c3 {
  background: #41566c;
}
@media screen and (max-width: 760px) {
  .content-table em {
    vertical-align: baseline;
    background: transparent;
    color: inherit;
    padding: 0;
  }
}
.content-table .fullw {
  width: calc(100% - 12px);
  box-sizing: border-box;
}

html {
  height: 100%;
}

.fullh {
  height: 100%;
  /*position: relative;*/
}

.form-page {
  min-height: 100%;
  background: #ecf0f3;
  padding: 10px;
  box-sizing: border-box;
}
.form-page.dark {
  background: #2b2c38;
}
.form-page.dark .ff-cont h2, .form-page.dark .ff-cont p {
  color: white;
}
.form-page.dark .ff-logo i {
  background-image: url("../img/plug-light.png");
}
.form-page.dark.d1, .form-page.dark.d2, .form-page.dark.d3 {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.form-page.dark.d1 {
  background-image: url("../img/dbg1.jpg");
}
.form-page.dark.d2 {
  background-image: url("../img/dbg2.jpg");
}
.form-page.dark.d3 {
  background-image: url("../img/dbg3.jpg");
}

.form-box {
  max-width: 642px;
  box-sizing: border-box;
  margin: 80px auto 50px;
  background: #f7f9fa;
  padding: 40px 45px 35px;
  border-radius: 16px;
  border: 1px solid #c3ccd7;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 760px) {
  .form-box {
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin-top: 30px;
  }
}
.form-box.login-form {
  max-width: 474px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 0;
}

.reg-form .logo {
  width: 220px;
  height: 78px;
  /*     background: url("../img/logo-f.svg") 50% 50% no-repeat; */
  /*     background-size: contain; */
  margin: 0 auto 44px;
  overflow: hidden;
  /*     text-indent: -10000px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.reg-form .logo img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.reg-form.login-form .logo {
  margin-bottom: 20px;
}
.reg-form.login-form h2 {
  margin-bottom: 20px;
}
.reg-form h2 {
  font-size: 22px;
  text-transform: uppercase;
  font-style: italic;
  text-align: center;
  font-weight: bold;
  margin-bottom: 12px;
}
.reg-form h2 span {
  display: inline-block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#29c1c5+0,18bc9c+100 */
  background: #000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(to right, #008A00 0%, #00B100 100%);*/
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#008A00", endColorstr="#00B100",GradientType=1 );
  /* IE6-9 */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.reg-form h3 {
  color: #41566c;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
}

.content-form h4 {
  color: #616f7b;
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
  margin: 18px 0 26px;
  border-bottom: 1px solid #99aabb;
}
.content-form h4 span {
  color: #99aabb;
}
.content-form > p {
  margin: 1em 0;
}
.content-form .form-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content-form .form-row > div {
  position: relative;
  height: 48px;
  margin-bottom: 18px;
}
@media screen and (max-width: 760px) {
  .content-form .form-row > div.autoh {
    height: auto;
  }
}
.content-form .form-row > div > label {
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  height: 26px;
  line-height: 26px;
  top: 11px;
  left: 1px;
  transition: 0.3s;
  z-index: 1;
  font-size: 15px;
  color: #41566c;
  padding: 0 12px;
}
.content-form .form-row > div > label em {
  color: #d92930;
}
.content-form .form-row > div > label::before {
  z-index: -1;
  background: transparent;
  width: 400px;
  height: 24px;
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  border-radius: 24px 0 0 0;
}
.content-form .form-row > div.filled label {
  font-size: 12px;
  top: -13px;
  left: 0;
}
.content-form .form-row > div.filled label::before {
  background: white;
}
.content-form .form-row > div input, .content-form .form-row > div .select {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  border-radius: 24px;
  background: white;
  border: 1px solid #bec9d4;
  line-height: 46px;
  padding: 0 12px;
  font-size: 15px;
  color: #41566c;
  font-weight: bold;
  outline: none;
}
.content-form .form-row > div .select {
  position: relative;
}
.content-form .form-row > div .select select {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 46px;
  opacity: 0;
}
.content-form .form-row > div .select::before {
  content: "";
  width: 12px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  right: 12px;
  background: url("../img/arrowd1.svg") no-repeat 50% 50%;
  background-size: contain;
}
.content-form .form-row.form-split > div {
  width: calc(50% - 18px);
}
@media screen and (max-width: 760px) {
  .content-form .form-row.form-split > div {
    width: 100%;
  }
}
.content-form .form-row.form-fullw > div {
  width: 100%;
}
.content-form .form-row.form-center {
  justify-content: center;
}
.content-form .form-row.form-center > div {
  width: 100%;
  max-width: 380px;
}
.content-form .txtc {
  color: #696969;
  text-align: center;
  font-size: 14px;
  margin: 20px 0;
}
.content-form .check {
  font-size: 14px;
}
.content-form .check input[type=checkbox] {
  display: none;
}
.content-form .check input + span {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  box-sizing: border-box;
  border: 1px solid #99aabb;
  margin-right: 5px;
  margin-top: -1px;
  border-radius: 3px;
}
.content-form .check input:checked + span {
  background: url("../img/check.svg") no-repeat 50% 50%;
  background-size: 12px 12px;
}
.content-form a {
  color: #139ada;
  text-decoration: underline;
}
.content-form .cmarks {
  display: flex;
  justify-content: center;
  margin: 0px 0 20px;
}
@media screen and (max-width: 760px) {
  .content-form .cmarks {
    flex-wrap: wrap;
  }
  .content-form .cmarks li {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.content-form .cmarks li {
  margin-right: 15px;
  margin-left: 15px;
}
.content-form button {
  display: block;
  border: 0;
  outline: none;
  height: 46px;
  width: 100%;
  cursor: pointer;
  border-radius: 23px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#29c1c5+0,18bc9c+100 */
  background: #008A00;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #008A00 0%, #00B100 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#29c1c5", endColorstr="#18bc9c",GradientType=1 );
  /* IE6-9 */
  color: white;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.form-foot {
  position: relative;
}
.form-foot .ff-cont {
  text-align: center;
  max-width: 642px;
  margin-left: auto;
  margin-right: auto;
}
.form-foot .ff-cont h2 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
}
.form-foot .ff-cont p {
  margin-bottom: 12px;
  font-size: 14px;
  color: #fff;
}
.form-foot .ff-cont p a {
  color: #139ada;
  text-decoration: underline;
}
.form-foot .ff-cont p.spacer {
  margin-top: 20px;
}
.form-foot .ff-cont p.em {
  font-size: 18px;
}
.form-foot .ff-logo i {
  width: 122px;
  height: 122px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: url("../img/plug-dark.png") no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 760px) {
  .form-foot .ff-logo i {
    position: relative;
    bottom: 0;
    right: 0;
    margin: 20px auto;
    display: block;
  }
}

.login-form .content-form .form-row.form-center > div {
  margin-bottom: 0;
}

.content-filters .tsm-handle {
  display: none;
  border: 0;
  box-sizing: border-box;
  height: 29px;
  border-radius: 15px;
  font-size: 13px;
  font-weight: bold;
  background: #0480c6;
  color: white;
  min-width: 120px;
  text-align: center;
  line-height: 29px;
}
@media screen and (max-width: 760px) {
  .content-filters .tsm-handle {
    display: block;
    float: right;
  }
}
@media screen and (max-width: 760px) {
  .content-filters .cof-form {
    display: none;
    position: fixed;
    overflow-y: auto;
    background: white;
    padding: 20px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .content-filters .cof-form.open {
    display: block;
  }
  .content-filters .cof-form .cof-close {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 14px;
    height: 14px;
    cursor: pointer;
  }
  .content-filters .cof-form .cof-close::before, .content-filters .cof-form .cof-close::after {
    width: 18px;
    height: 1px;
    top: 50%;
    transform-origin: 50% 50%;
    left: calc(50% - 9px);
    content: "";
    position: absolute;
    background: #616f7b;
  }
  .content-filters .cof-form .cof-close::before {
    transform: rotate(45deg);
  }
  .content-filters .cof-form .cof-close::after {
    transform: rotate(-45deg);
  }
}
.content-filters .cof-box {
  padding: 16px;
  margin: 15px 30px;
  background: #f8f9fb;
  border-radius: 16px;
}
.content-filters .cof-row {
  display: flex;
  margin-top: 10px;
}
@media screen and (max-width: 760px) {
  .content-filters .cof-row {
    flex-wrap: wrap;
  }
}
.content-filters .cof-field {
  margin-right: 16px;
}
@media screen and (max-width: 760px) {
  .content-filters .cof-field {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .content-filters .cof-field.mobinl {
    width: auto;
    margin-right: 16px;
  }
}
.content-filters .cof-field > input {
  box-sizing: border-box;
  width: 100%;
}
.content-filters .cof-multi span {
  font-size: 13px;
  font-weight: bold;
  color: #768594;
  margin: 0 8px 0 4px;
}
.content-filters .cof-multi.flex {
  display: flex;
  align-items: center;
}
.content-filters h4 {
  color: #0480c6;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .content-filters h4 {
    line-height: 29px;
  }
}
.content-filters h6 {
  display: none;
  color: #0275be;
}
@media screen and (max-width: 760px) {
  .content-filters h6 {
    display: block;
    padding-bottom: 14px;
    border-bottom: 1px solid #99aabb;
  }
}
.content-filters label {
  font-weight: bold;
  font-size: 12px;
  color: #768594;
  margin-bottom: 4px;
  display: block;
}
.content-filters input {
  -webkit-appearance: none;
  outline: none;
  border: 1px solid #99aabb;
  height: 29px;
  box-sizing: border-box;
  padding: 0 8px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: bold;
  color: #63717d;
  background: white;
}
.content-filters input.datepicker {
  width: 120px;
}
.content-filters select {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #63717d;
  padding: 0 28px 0 8px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #99aabb;
  border-radius: 6px;
  height: 29px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("../img/arrowd1.svg");
  background-position: right 0.7em top 50%, 0 0;
  background-repeat: no-repeat;
  /* icon size, then gradient */
  background-size: 0.65em auto, 100%;
}
.content-filters select::-ms-expand {
  display: none;
}
.content-filters select:hover {
  border-color: #888;
}
.content-filters select:focus {
  border-color: #aaa;
  /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
.content-filters button {
  border: 0;
  box-sizing: border-box;
  height: 29px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: bold;
}
.content-filters button.main {
  background: #0480c6;
  color: white;
  min-width: 120px;
}
.content-filters button.second {
  background: transparent;
  color: #616f7b;
  border: 1px solid #616f7b;
  min-width: 100px;
}

.support-page {
  padding: 15px 30px;
}
.support-page .support-split {
  display: flex;
  justify-content: space-between;
}
.support-page h2 {
  color: #0275be;
  font-size: 20px;
  font-weight: bold;
}
.support-page h3 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #0275be;
}
.support-page .s-side {
  flex-shrink: 0;
  width: 375px;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #cfd7df;
  background: #f8f9fb;
  border-radius: 16px;
  margin-left: 80px;
  color: #41566c;
}
.support-page .s-side a {
  text-decoration: underline;
  color: #0480c6;
}
.support-page .s-side ul li {
  position: relative;
  padding-left: 30px;
  margin-top: 27px;
}
.support-page .s-side ul li::before {
  position: absolute;
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0px;
  content: "";
}
.support-page .s-side ul li.ticket::before {
  background-image: url("../img/ico-ticket.svg");
}
.support-page .s-side ul li.email::before {
  background-image: url("../img/ico-mail.svg");
}
.support-page .s-side ul li.chat::before {
  background-image: url("../img/ico-chat.svg");
}
.support-page .s-side ul li.phone::before {
  background-image: url("../img/ico-phone.svg");
}
.support-page .s-side ul li .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.support-page .s-main {
  flex-grow: 1;
}
.support-page .s-main > ul {
  margin-top: 32px;
}
.support-page .s-main > ul > li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
}
.support-page .s-main > ul > li span {
  position: absolute;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  border: 1px solid #0275be;
  left: 0;
  top: 0;
}
.support-page .s-main > ul > li span::before, .support-page .s-main > ul > li span::after {
  width: 8px;
  height: 2px;
  top: calc(50% - 1px);
  left: calc(50% - 4px);
  content: "";
  position: absolute;
  background: #0275be;
  transform-origin: 50% 50%;
  transition: 0.3s;
}
.support-page .s-main > ul > li span::after {
  transform: rotate(-90deg);
}
.support-page .s-main > ul > li.open span::after {
  transform: rotate(0);
}
.support-page .s-main > ul > li .title {
  font-size: 18px;
  font-weight: bold;
  color: #0275be;
  margin-bottom: 6px;
}
.support-page .s-main > ul > li .content {
  line-height: 20px;
  padding-bottom: 0px;
  position: relative;
  color: #41566c;
  overflow: hidden;
  height: 0;
  box-sizing: border-box;
}
.support-page .s-main > ul > li .content::after {
  content: "";
  background: #99aabb;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 104px;
  opacity: 0;
}
.support-page .s-main > ul > li.open .content {
  height: auto;
  padding-bottom: 17px;
}
.support-page .s-main > ul > li.open .content::after {
  opacity: 1;
}

.popup {
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(65, 86, 108, 0.9);
}
.popup.open {
  visibility: visible;
}
.popup .pop-inner {
  margin: auto;
  padding: 20px;
  max-width: 700px;
  width: 100%;
}
.popup .pop-box {
  max-width: 700px;
  box-sizing: border-box;
  background: white;
  padding: 30px;
  border-radius: 15px;
  width: 100%;
  position: relative;
}
.popup .close {
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  background: url("../img/pop-close.svg") no-repeat 50% 50%;
  background-size: contain;
  right: 35px;
  top: 26px;
  cursor: pointer;
}
.popup h2 {
  color: #0275be;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 12px;
  margin-bottom: 24px;
  border-bottom: 1px solid #99aabb;
}
.popup .pf-row {
  margin-bottom: 24px;
}
.popup .pf-row.split {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.popup .pf-row.split > div {
  width: calc(50% - 10px);
}
@media screen and (max-width: 760px) {
  .popup .pf-row.split > div {
    width: 100%;
    margin-bottom: 24px;
  }
  .popup .pf-row.split > div:last-of-type {
    margin-bottom: 0;
  }
}
.popup .pf-row.buttons {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
}
.popup .pf-row.buttons .pop-btn {
  display: block;
  width: 192px;
  height: 43px;
  box-sizing: border-box;
  text-align: center;
  line-height: 41px;
  border: 1px solid #616f7b;
  border-radius: 22px;
  color: #616f7b;
  font-weight: bold;
  font-size: 14px;
  background: transparent;
  cursor: pointer;
}
.popup .pf-row.buttons button.pop-btn {
  margin-left: 16px;
  background: #0480c6;
  border-color: transparent;
  color: white;
}
.popup .pf-field label {
  display: block;
  color: #758594;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
.popup .pf-field input {
  -webkit-appearance: none;
  outline: none;
  border: 1px solid #99aabb;
  color: #758594;
  font-weight: bold;
  font-size: 14px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 37px;
  padding: 0 8px;
  border-radius: 8px;
}
.popup .pf-field select {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #63717d;
  padding: 0 28px 0 8px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #99aabb;
  border-radius: 6px;
  height: 37px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("../img/arrowd1.svg");
  background-position: right 0.7em top 50%, 0 0;
  background-repeat: no-repeat;
  /* icon size, then gradient */
  background-size: 0.65em auto, 100%;
}
.popup .pf-field select::-ms-expand {
  display: none;
}
.popup .pf-field select:hover {
  /*border-color: #888;*/
}
.popup .pf-field select:focus {
  border-color: #aaa;
  /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  outline: none;
}
.popup .api-pane {
  color: #758594;
  font-weight: bold;
  font-size: 14px;
  word-wrap: break-word;
}

#statusPopup .pf-field {
  width: 100%;
  text-align: center;
}

button.page-link {
  display: inline-block;
}

button.page-link {
  font-size: 20px;
  color: #29b3ed;
  font-weight: 500;
  margin: 0 5px;
  padding: 0 5px;
}

.offset {
  width: 500px !important;
  margin: 20px auto;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination li {
  margin: 0 5px;
}

.pagination-section {
  display: flex;
  justify-content: space-between;
  margin: 30px;
}

.notifications {
  position: fixed;
  right: 50%;
  top: 0;
  transform: translateX(50%);
  visibility: hidden;
  z-index: 9999;
}

.notifications.visible {
  visibility: visible;
}

.notifications li {
  margin-top: 10px;
  opacity: 1;
  transition: 0.5s;
  min-width: 300px;
  max-width: 600px;
  width: 80%;
  padding: 5px 10px;
  box-sizing: border-box;
  line-height: 20px;
  border-radius: 3px;
  text-align: center;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.1);
  -webkit-animation-name: notify-in;
          animation-name: notify-in;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

@-webkit-keyframes "notify-in" {
  from {
    margin-top: -30px;
    opacity: 0;
  }
  to {
    margin-top: 10px;
    opacity: 1;
  }
}

@keyframes "notify-in" {
  from {
    margin-top: -30px;
    opacity: 0;
  }
  to {
    margin-top: 10px;
    opacity: 1;
  }
}
.notifications li.dismissed {
  opacity: 0;
  margin-top: -30px;
}

.notifications li.success {
  background-color: #f0f9eb;
  color: #67c23a;
}

.notifications li.warn {
  background-color: #fdf6ec;
  color: #e6a23c;
}

.notifications li.error {
  background-color: #fef0f0;
  color: #f56c6c;
}

.status-page {
  margin: 40px auto;
  max-width: 800px;
}
.status-page h1 {
  margin-bottom: 20px;
  font-size: 1.5em;
}

.full-w {
  width: 100%;
}
/*# sourceMappingURL=app.css.map*/