.--color-blue-1 {
  color: #409cc5;
}

.--color-blue-2 {
  color: #1186C0;
}

.--color-blue-4 {
  color: #a3daff;
}

.--color-yellow-1 {
  color: #fc0;
}

.--color-yellow-2 {
  color: orange;
}

.--color-grey-1 {
  color: #678;
}

.--color-grey-2 {
  color: #aaa;
}

.--color-grey-3 {
  color: #ddd;
}

.content-width, section > div:nth-of-type(1), header > div > div:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1200px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.--fit-content-width {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

body {
  margin: 0px;
  padding: 0px;
  color: #888;
  font-size: 18px;
  font-family: 'Open Sans';
}

h1 {
  font-size: 30px;
  font-family: 'Open Sans';
  font-weight: 600;
  letter-spacing: -1px;
  margin-top: 0px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
}

h1 {
  margin-bottom: 30px;
}

h3 {
  margin-bottom: 20px;
  color: #31647e;
}

h2 {
  font-weight: 500;
  color: #4455aa;
}

select, input {
  font-size: 18px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ccc;
}

select {
  padding: 10px;
  border-radius: 10px;
  color: #444;
  -webkit-box-shadow: 2px 2px 3px 3px #eee;
          box-shadow: 2px 2px 3px 3px #eee;
  border: 1px solid #ccc;
}

section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

section > div:nth-of-type(1) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.grid-2-columns-1-1, footer > section > div > div > div > div:nth-of-type(2) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 600px) {
  .grid-2-columns-1-1, footer > section > div > div > div > div:nth-of-type(2) {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.grid-2-columns-3-2, footer > section > div > div > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 2fr;
      grid-template-columns: 3fr 2fr;
}

@media only screen and (max-width: 1170px) {
  .grid-2-columns-3-2, footer > section > div > div > div {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.grid-2-columns-1-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
}

@media only screen and (max-width: 720px) {
  .grid-2-columns-1-2 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.grid-3-columns, #categories {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}

@media only screen and (max-width: 1140px) {
  .grid-3-columns, #categories {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 720px) {
  .grid-3-columns, #categories {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

main {
  position: relative;
  z-index: 2;
}

i {
  margin-right: 10px;
}

biggerText {
  font-family: 'Montserrat';
  font-size: 150px;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 150px;
  color: #aaa;
}

bigText {
  font-family: 'Montserrat';
  font-size: 100px;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 110px;
  color: #aaa;
}

klinosCloud {
  font-family: 'Montserrat';
  font-size: 60px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 60px;
  color: #6699ff;
}

clientName {
  font-size: 30px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 30px;
  color: #fff;
}

a {
  text-decoration: none;
  color: #82B38A;
}

.--centered {
  margin-left: auto;
  margin-right: auto;
}

.--background-grey-1 {
  background-color: #678;
}

.--background-white {
  background-color: white;
}

.--vh-100 {
  height: 100vh;
}

.--margin-top-8 {
  margin-top: 8px !important;
}

.--margin-top-16 {
  margin-top: 16px !important;
}

.--margin-top-32 {
  margin-top: 32px !important;
}

.--margin-top-48 {
  margin-top: 48px !important;
}

.--margin-top-64 {
  margin-top: 64px !important;
}

.--margin-top-128 {
  margin-top: 128px !important;
}

.--margin-bottom-8 {
  margin-bottom: 8px !important;
}

.--margin-bottom-16 {
  margin-bottom: 16px !important;
}

.--margin-bottom-32 {
  margin-bottom: 32px !important;
}

.--margin-bottom-48 {
  margin-bottom: 48px !important;
}

.--margin-bottom-64 {
  margin-bottom: 64px !important;
}

.--margin-bottom-128 {
  margin-bottom: 128px !important;
}

.--margin-left-8 {
  margin-left: 8px !important;
}

.--margin-left-16 {
  margin-left: 16px !important;
}

.--margin-left-32 {
  margin-left: 32px !important;
}

.--margin-left-48 {
  margin-left: 48px !important;
}

.--margin-left-64 {
  margin-left: 64px !important;
}

.--margin-left-128 {
  margin-left: 128px !important;
}

.--margin-right-8 {
  margin-right: 8px !important;
}

.--margin-right-16 {
  margin-right: 16px !important;
}

.--margin-right-32 {
  margin-right: 32px !important;
}

.--margin-right-48 {
  margin-right: 48px !important;
}

.--margin-right-64 {
  margin-right: 64px !important;
}

.--margin-right-128 {
  margin-right: 128px !important;
}

.--padding-top-8 {
  padding-top: 8px !important;
}

.--padding-top-16 {
  padding-top: 16px !important;
}

.--padding-top-32 {
  padding-top: 32px !important;
}

.--padding-top-48 {
  padding-top: 48px !important;
}

.--padding-top-64, section > div:nth-of-type(1) {
  padding-top: 64px !important;
}

.--padding-top-128 {
  padding-top: 128px !important;
}

.--padding-bottom-8 {
  padding-bottom: 8px !important;
}

.--padding-bottom-16 {
  padding-bottom: 16px !important;
}

.--padding-bottom-32 {
  padding-bottom: 32px !important;
}

.--padding-bottom-48 {
  padding-bottom: 48px !important;
}

.--padding-bottom-64 {
  padding-bottom: 64px !important;
}

.--padding-bottom-128, section > div:nth-of-type(1) {
  padding-bottom: 128px !important;
}

.--padding-left-8 {
  padding-left: 8px !important;
}

.--padding-left-16 {
  padding-left: 16px !important;
}

.--padding-left-32 {
  padding-left: 32px !important;
}

.--padding-left-48 {
  padding-left: 48px !important;
}

.--padding-left-64 {
  padding-left: 64px !important;
}

.--padding-left-128 {
  padding-left: 128px !important;
}

.--padding-right-8 {
  padding-right: 8px !important;
}

.--padding-right-16 {
  padding-right: 16px !important;
}

.--padding-right-32 {
  padding-right: 32px !important;
}

.--padding-right-48 {
  padding-right: 48px !important;
}

.--padding-right-64 {
  padding-right: 64px !important;
}

.--padding-right-128 {
  padding-right: 128px !important;
}

footer {
  z-index: 20;
  background-color: #555;
  position: relative;
}

footer > section > div > div > div {
  color: white;
  row-gap: 50px;
  -webkit-column-gap: 100px;
          column-gap: 100px;
}

footer > section > div > div > div > div:nth-of-type(1) {
  color: #aaa;
  font-size: 14px;
  text-align: justify;
}

footer > section > div > div > div > div:nth-of-type(1) > span {
  font-size: 16px;
  color: white;
}

footer > section > div > div > div > div:nth-of-type(2) {
  row-gap: 50px;
  -webkit-column-gap: 100px;
          column-gap: 100px;
}

footer > section > div > div > div > div:nth-of-type(2) > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
}

footer > section > div > div > div > div:nth-of-type(2) > div > div {
  color: white;
  font-size: 16px;
}

footer > section > div > div > div > div:nth-of-type(2) > div > a {
  color: #a3daff;
  font-weight: 200;
}

footer > section > div > div > div > div:nth-of-type(2) > div > a:hover {
  text-decoration: underline;
  cursor: pointer;
}

header {
  z-index: 99;
  background-color: #eee;
  width: 100%;
}

header > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

header > div > div:nth-of-type(1) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4fr;
      grid-template-columns: 1fr 4fr;
}

header > div > div:nth-of-type(1) > div:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header > div > div:nth-of-type(1) > div:nth-of-type(1) > a > div {
  width: 150px;
  height: 120px;
  background-image: url("/webapp/Assets/Logo/logo_klinos_pro.png");
  background-size: contain;
}

header > div > div:nth-of-type(1) > div:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header > div > div:nth-of-type(1) > div:nth-of-type(2) > div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 0px;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  -ms-grid-columns: auto auto auto auto auto;
      grid-template-columns: auto auto auto auto auto;
}

header > div > div:nth-of-type(1) > div:nth-of-type(2) > div > a {
  color: #678;
}

@media only screen and (max-width: 720px) {
  header > div > div:nth-of-type(1) > div:nth-of-type(2) > div {
    display: none;
  }
}

#categories {
  row-gap: 8px;
  -webkit-column-gap: 80px;
          column-gap: 80px;
}

#categories > a {
  text-decoration: none;
}

#categories > a > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 50px;
      grid-template-columns: auto 50px;
  color: #678;
}

#categories > a > div > div:nth-of-type(2) {
  color: #4270b6;
  text-align: right;
}

#categories > a :hover {
  text-decoration: underline;
}

#logo {
  text-align: center;
}

#logo > img {
  width: 300px;
}

.main-Home > section:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  -webkit-box-shadow: 2px 2px 5px 3px #f4f4f4;
          box-shadow: 2px 2px 5px 3px #f4f4f4;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  background-image: url("/webapp/Assets/Images/home_background_1.jpg");
  background-size: cover;
  height: 15vw;
  background-position: 50% 50%;
}

.main-Home > section:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}

.main-Home > section:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div {
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  -webkit-box-shadow: 2px 2px 5px 3px #f4f4f4;
          box-shadow: 2px 2px 5px 3px #f4f4f4;
}

.main-Home > section:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-Devices > section:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) {
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  -webkit-box-shadow: 3px 3px 6px 6px #f4f4f4;
          box-shadow: 3px 3px 6px 6px #f4f4f4;
}

.main-Devices > section:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto auto auto auto;
      grid-template-columns: auto auto auto auto auto auto auto;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}

.main-Devices > section:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(-n+7) {
  background-color: #4455aa;
  color: white;
  padding: 10px;
}

.main-Devices > section:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(n+8) {
  background-color: #f3f3f3;
  padding: 10px;
}

.main-Reports > section:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) {
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  -webkit-box-shadow: 3px 3px 6px 6px #f4f4f4;
          box-shadow: 3px 3px 6px 6px #f4f4f4;
}

.main-Reports > section:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  margin-bottom: 40px;
}

.main-Reports > section:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div > div:nth-of-type(1) > form {
  margin: 0px;
}

.main-Reports > section:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div > div:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  text-align: right;
}

.main-Reports > section:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div > div:nth-of-type(2) > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-left: auto;
}

.main-Reports > section:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div > div:nth-of-type(2) > a > div:nth-of-type(1) {
  padding: 10px;
  border-radius: 15px;
  background-color: #44aa55;
  color: white;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-shadow: 3px 3px 5px 2px #eee;
          box-shadow: 3px 3px 5px 2px #eee;
  cursor: pointer;
  margin-left: auto;
}

.main-Reports > section:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto auto auto;
      grid-template-columns: auto auto auto auto auto auto;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}

.main-Reports > section:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(-n+6) {
  background-color: #4455aa;
  color: white;
  padding: 10px;
}

.main-Reports > section:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(n+7) {
  background-color: #f3f3f3;
  padding: 10px;
}

.main-Support > section:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) {
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 20px;
  padding: 80px;
  -webkit-box-shadow: 3px 3px 6px 6px #f4f4f4;
          box-shadow: 3px 3px 6px 6px #f4f4f4;
  padding-top: calc( 30vw + 50px);
  background-image: url("/webapp/Assets/Images/support_background_1.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.main-Account > section:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) {
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 20px;
  padding: 80px;
  -webkit-box-shadow: 3px 3px 6px 6px #f4f4f4;
          box-shadow: 3px 3px 6px 6px #f4f4f4;
}

.main-Login > section:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-Login > section:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) {
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  -webkit-box-shadow: 3px 3px 6px 6px #f4f4f4;
          box-shadow: 3px 3px 6px 6px #f4f4f4;
  margin-top: 50px;
}

.main-Login > section:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > form > div:nth-of-type(1) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  row-gap: 10px;
}

.main-Login > section:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > form > div:nth-of-type(1) > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-Login > section:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > form > div:nth-of-type(1) > div:nth-of-type(6) {
  border-radius: 15px;
  background-color: #44aa55;
  color: white;
  -webkit-box-shadow: 3px 3px 5px 2px #eee;
          box-shadow: 3px 3px 5px 2px #eee;
  cursor: pointer;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */