/* Colors defined in documentation */
/* Custom color section - Extra variables */
.modal-button__cancel {
  background-color: #757575 !important;
  border-radius: 30px;
  color: #FFF;
  width: 30%;
  font-size: 1.2em;
  text-transform: none !important; }

.modal-button__cancel:hover {
  background-color: #424242 !important; }

.modal-button__accept {
  background-color: #088CBD !important;
  border-radius: 30px;
  color: #FFF;
  width: 30%;
  font-size: 1.2em;
  text-transform: none !important; }

.modal-button__accept:hover {
  background-color: #086692 !important; }

html, body {
  height: 100vh; }

body {
  background-color: #ECEFF1; }

@font-face {
  font-family: 'Venteknia';
  src: url("/fonts/venteknia.woff") format("woff"); }

label {
  font-size: 1.3em !important; }

.g-checkbox {
  text-align: left;
  margin: 2% 5% 5% 5%; }

.g-checkbox__label {
  font-size: 1em !important;
  color: #088CBD !important;
  font-weight: bold !important; }

.bottom-advice {
  text-align: center;
  padding-bottom: 15px; }

.text-input {
  background: #EEEEEE !important;
  border-bottom: none !important;
  border-radius: 30px !important;
  width: 90% !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  box-shadow: none !important;
  font-size: 1.1em !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #EEEEEE !important; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset; }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-text-fill-color: #000 !important;
  background-color: #FFF !important; }

.text-input:focus {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #088CBD !important; }

select {
  background-color: #EEEEEE !important;
  border-radius: 30px !important;
  padding-left: 20px !important;
  color: #000 !important; }

#login-wrapper {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 25%); }

.login-form {
  background: #FFF;
  text-align: center;
  box-shadow: 5px 5px 15px #737373;
  min-height: 400px;
  border-radius: 30px;
  grid-column-start: 2;
  grid-column-end: 4;
  margin-top: 10%;
  margin-bottom: 10%; }

.login-form__form {
  width: 80%;
  margin: 0 10%; }

.login-form__form > input {
  margin: 10px; }

.login-form__logo {
  width: 70%;
  margin: 0 auto;
  height: auto;
  margin-top: 35px; }

.login-form__user, .login-form__password {
  background: #ECEFF1 !important;
  border-radius: 30px !important;
  width: 90% !important;
  margin-left: 5%; }

.login-form__user > .input-field, .login-form__password > .input-field {
  margin-left: 5%;
  margin-right: 5%; }

.login-form__input {
  border: 0 !important;
  font-size: 1.5em !important; }

.login-form__passRecovery {
  background: #6BBAD7 !important;
  border-radius: 40px !important;
  text-transform: none !important;
  font-size: 1em !important;
  min-width: 45%; }

.login-form__passRecovery:hover {
  background: #5296BA !important; }

.login-form__submit {
  background: #088CBD !important;
  border-radius: 40px !important;
  text-transform: none !important;
  font-size: 1em !important;
  min-width: 45%; }

.login-form__submit:hover {
  background: #086692 !important; }

.login-form__createAccount {
  background: #ECEFF1;
  border-radius: 0 0 10px 10px !important;
  height: 150px;
  padding-top: 25px; }

.createAccount__button {
  border-radius: 40px !important;
  text-transform: none !important;
  font-size: 1.3em !important;
  height: 37% !important;
  padding-top: 1% !important;
  width: 40%; }

.createAccount__label {
  color: #009688 !important;
  text-transform: none !important;
  font-size: 1.8em; }

.login__remember-user {
  text-align: left;
  margin-left: 8%;
  margin-top: 10px;
  margin-bottom: 25px; }

.recover-form__form {
  width: 80%;
  margin: 0 10%; }

.recover-form__form > input {
  margin: 10px; }

.recover-form__logo {
  width: 70%;
  margin: 0 auto;
  height: auto;
  margin-top: 35px; }

.recover-form__instructions {
  font-size: 2em !important;
  color: #7b7b7b !important; }

.recover-form__email {
  background: #EEEEEE !important;
  border-radius: 30px !important;
  width: 80% !important;
  margin-left: 10%; }

.recover-form__email > .input-field {
  margin-left: 5%;
  margin-right: 5%; }

.recover-form__input {
  border: 0 !important;
  font-size: 1.5em !important; }

.recover-form__submit {
  background: #088CBD !important;
  border-radius: 40px !important;
  text-transform: none !important;
  font-size: 1.5em !important;
  min-width: 75%;
  margin-bottom: 10%;
  height: 50px !important; }

#session-wrapper {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-around; }

#session-wrapper_large {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(8, 1fr); }

.session-form {
  background: #FFF;
  text-align: center;
  box-shadow: 0px 0px 15px #737373;
  min-height: 400px;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 10%;
  width: 50%; }

.session-form_large {
  background: #FFF;
  text-align: center;
  box-shadow: 5px 5px 15px #737373;
  min-height: 400px;
  border-radius: 10px;
  grid-column-start: 2;
  grid-column-end: 8;
  margin-top: 4%;
  margin-bottom: 10%; }

.register-form {
  background: #FFF;
  text-align: center;
  box-shadow: 0px 0px 15px #737373;
  min-height: 400px;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 10%;
  width: 70%; }

.user-info__form {
  width: 80%;
  margin-left: 10%;
  text-align: left; }

.user-info__submit {
  background: #088CBD !important;
  border-radius: 40px !important;
  text-transform: none !important;
  font-size: 1.5em !important;
  height: 50px !important;
  min-width: 100%;
  margin-bottom: 5%;
  margin-top: 4%; }

.user-info__submit:hover {
  background: #086692 !important; }

.register__back-arrow {
  text-align: left;
  border-style: solid;
  border-width: 0px 3px 0px 0px;
  vertical-align: middle !important; }

.register__window-title {
  font-size: 2.5em;
  text-align: left;
  margin-left: 3%; }

h3 {
  margin-top: 0px !important; }

.register__text {
  display: inline-block;
  font-size: 0.9em !important;
  margin-bottom: 0%;
  color: #088CBD;
  font-weight: bold; }

.user-info__terms_conditions {
  margin-bottom: 4%;
  font-size: 1.1em;
  width: 90%;
  margin-left: 5%; }

#modal__terms_conditions, #modal__privacy_policy {
  width: 70% !important; }

.modal__window-title {
  font-size: 2.5em;
  text-align: left;
  margin-left: 3%;
  border-width: 0 0 3px 0;
  border-style: solid;
  border-color: #EEEEEE;
  margin-bottom: 3px;
  position: sticky; }

.modal__title {
  display: inline-block;
  font-size: 0.9em !important;
  margin-bottom: 0%;
  color: #088CBD;
  font-weight: bold; }

.modal__text {
  width: 90%;
  margin: 0 auto;
  overflow-y: scroll;
  height: 300px; }

#licences-wrapper {
  width: 85%;
  margin-left: 7%;
  text-align: center;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: space-around; }

.licences__card {
  display: inline-block;
  background-color: #FFFFFF;
  min-width: 400px;
  margin: 20px;
  border-radius: 12PX;
  box-shadow: 5px 5px 15px #737373;
  margin-top: 5%;
  display: flex;
  flex-direction: column; }

.card__separator {
  width: 80%; }

.card__top {
  display: inline-block;
  width: 100%;
  margin-top: 13%;
  flex: 1; }

.card__content {
  min-height: 260px;
  flex: 3; }

.card__bottom {
  flex: 1;
  min-height: 90px;
  max-height: 90px; }

.card__top-number {
  display: inline-block;
  width: 30%; }

.number__circle {
  display: inline-block;
  font-size: 3.3em;
  font-weight: bold;
  width: 130px;
  height: 130px;
  text-align: center;
  background: #088CBD;
  color: #FFFFFF;
  border-radius: 50%;
  vertical-align: middle;
  padding-top: 20%; }

.card__top-package_info {
  display: inline-block;
  width: 48%;
  text-align: left;
  vertical-align: middle; }

.package_info__name {
  color: #088CBD;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  margin-left: 0%;
  width: 100%; }

.package_info__price {
  font-weight: bold;
  font-size: 3em;
  color: #7b7b7b;
  align-items: baseline;
  text-align: center;
  margin: 5px; }

.card_content__feature {
  margin-left: 13%;
  text-align: left;
  font-size: 1em; }

.feature__icon {
  font-weight: bold !important;
  font-size: 2.5em !important;
  display: inline-block;
  color: #088CBD; }

.feature__description {
  display: inline-block;
  font-size: 1.3em;
  margin-top: 0;
  color: #7b7b7b;
  width: 75%;
  margin-left: 9px; }

.card_bottom__button {
  width: 75%;
  height: 40px !important;
  margin-bottom: 5%;
  background: #088CBD !important;
  border-radius: 30px !important;
  font-size: 1.2em !important; }

.payment_methods__container {
  margin-left: 20%;
  margin-top: 3%; }

.payment_methods__icon {
  display: inline-block; }

.payment_methods__name > a {
  font-size: 1.3em;
  color: #009688; }

.payment_methods__name > a:hover {
  color: #00796B; }

.payment_methods__name {
  display: inline-block; }

.modal {
  border-radius: 11px !important;
  border-style: none;
  width: 50% !important;
  overflow-x: hidden; }

.modal__card {
  margin-left: 10%;
  width: 95%;
  margin-top: 5%; }

.modal__payment_methods {
  margin-top: 0%; }

.modal__cancel-button {
  background-color: #757575 !important;
  border-radius: 30px !important;
  color: #FFFFFF !important;
  font-size: 1.3em !important;
  text-transform: none !important; }

.modal__cancel-button:hover {
  background-color: #424242 !important; }

.large {
  width: 90%;
  margin-left: 5%; }

.assign__top-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 30px; }

.assign-user__button {
  height: 60px;
  width: 35%;
  background-color: #088CBD !important;
  border-radius: 10px !important;
  color: #FFF !important;
  text-transform: none !important;
  font-size: 1.6em;
  line-height: 2.4em;
  text-align: center;
  padding-right: 10px;
  font-style: italic; }

.assign-user__available {
  height: 60px;
  width: 35%;
  border-radius: 10px !important;
  border: 2px solid #EEEEEE;
  text-transform: none !important;
  font-size: 1.6em;
  line-height: 2.4em;
  text-align: center;
  padding-right: 10px;
  font-style: italic;
  display: flex;
  flex-direction: row;
  justify-content: space-around; }

.custom.material-icons {
  font-size: 60px !important; }

.assign-user__available-num {
  font-size: 2em; }

.no-box_shadow {
  box-shadow: none !important;
  border: 3px solid #EEEEEE; }

.width-85 {
  width: 85% !important;
  margin-bottom: 30px !important; }

.center-title {
  margin: 0 auto;
  width: 90%; }

.register__submit {
  background: #088CBD !important;
  border-radius: 40px !important;
  text-transform: none !important;
  font-size: 1.5em !important;
  height: 50px !important;
  min-width: 85%;
  margin-bottom: 5%;
  margin-top: 4%; }

.register__submit:hover {
  background: #086692 !important; }

.users__form-container {
  border-radius: 10px;
  border-style: solid;
  border-width: 3px;
  border-color: #EEEEEE;
  padding: 20px;
  margin-bottom: 35px; }

.users-next__submit {
  width: 35% !important;
  text-transform: none !important;
  border-radius: 30px !important;
  font-size: 1.2em !important;
  margin-top: 3%;
  background-color: #009688 !important; }

.users-next__submit:hover {
  background-color: #00796B !important; }

.users-continue__submit {
  width: 35% !important;
  text-transform: none !important;
  border-radius: 30px !important;
  font-size: 1.2em !important;
  margin-top: 3%;
  background-color: #088CBD !important; }

.users-continue__submit:hover {
  background-color: #086692 !important; }

.users_buttons__container {
  text-align: center; }

.available_licences-container {
  border-radius: 10px;
  border-style: solid;
  border-width: 3px;
  border-color: #EEEEEE;
  padding: 20px;
  width: 38%;
  padding: 10px;
  margin: 20px 0px 15px 10%;
  vertical-align: middle; }

.available__number {
  display: inline-block;
  font-size: 3.5em;
  color: #009688;
  font-style: italic;
  font-weight: bold; }

.available__text {
  display: inline-block;
  color: #009688;
  font-size: 1.3em;
  margin-left: 10px; }

.wrapper-medium {
  grid-template-columns: none !important;
  text-align: center !important;
  display: inline !important; }

.session-form.medium {
  grid-column-start: none !important;
  grid-column-end: none !important;
  width: 30%;
  min-width: 400px;
  min-height: 500px;
  margin: 0 auto;
  margin-top: 2%;
  padding: 50px; }

.completed__h1 {
  color: #595959;
  font-size: 2.2em;
  font-weight: bold; }

.completed__h2 {
  font-size: 1.2em; }

.successful-icon:before {
  color: #FFF;
  background-color: #00A400;
  border-radius: 50%;
  padding: 5px;
  font-size: 4em; }

.section-title {
  color: #333333;
  font-style: italic;
  font-size: 1.6em !important;
  margin-left: -5%; }

.field_title {
  font-size: 1.1em;
  margin-bottom: 5px;
  color: #595959; }

.register__title-separator {
  width: 90%;
  border-color: #EEEEEE !important; }

.short_field {
  width: 9% !important;
  display: inline-block !important; }

.short_title {
  width: 48% !important;
  display: inline-block !important; }

.small_margin-left {
  margin-left: 20% !important; }

.small_margin-right {
  margin-right: 10% !important; }

.xsmall_margin-left {
  margin-left: 5% !important; }

.xsmall_margin-right {
  margin-right: 5% !important; }

.xsmall_margin-top {
  margin-top: 5% !important; }

.small_caps {
  font-variant: small-caps; }

.nomargin-top {
  margin-top: 0 !important; }

.border_bottom {
  border-bottom: 3px solid #EEEEEE; }

.centered {
  margin-left: 33%; }

.left-right_margin {
  margin: 20px 5% 0px 5%;
  text-align: justify; }

.content__constant {
  width: 100%;
  min-height: 200px;
  display: flex; }

.content__bill {
  width: 100%;
  height: 300px;
  display: flex;
  margin-top: 25px;
  margin-bottom: 20px; }

.content__card {
  flex: 1;
  border-radius: 10px;
  margin: 5px;
  background-color: #FFF;
  border-width: 1px;
  text-align: center;
  box-shadow: 2px 2px 10px #737373; }

.content-card__number {
  display: inline-block;
  font-size: 7em;
  height: 100%;
  margin-left: 5%;
  font-style: italic; }

.content-card__text {
  display: inline-block;
  font-size: 1.6vw;
  height: 50%;
  margin-left: 2%;
  width: 30%;
  font-style: italic; }

.content__available_licences {
  color: #AA1500; }

.content__available_users {
  color: #088CBD; }

.content__available_companies {
  color: #088CBD; }

.bill__details {
  background-color: #FFF;
  flex: 2;
  border-radius: 10px;
  margin-right: 5px;
  margin-left: 5px;
  box-shadow: 2px 2px 10px #737373; }

.bill-details__title {
  color: #088CBD;
  width: 90%;
  margin-left: 5%;
  font-size: 1.6vw;
  font-weight: bold;
  margin-top: 1%;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #EEEEEE; }

.bill-details__table {
  width: 80%;
  margin-left: 10%;
  margin-top: 2%;
  max-height: 200px;
  overflow-y: scroll; }

.table__pdf_icon {
  font-size: 2.5em; }

.table__pdf_icon:before {
  color: #e44109 !important; }

.table__xml_icon {
  font-size: 2.5em; }

.bill-details__table tr:nth-child(even) {
  background-color: #F5F5F5; }

.bill-details__table tr:nth-child(odd) {
  background-color: #fff; }

.bill__outstanding {
  background-color: #FFF;
  flex: 1;
  border-radius: 10px;
  margin-left: 5px;
  box-shadow: 2px 2px 10px #737373;
  text-align: center;
  color: #009688;
  font-style: italic; }

.bill__negative {
  color: #AA1500 !important; }

.bill-outstanding__amount {
  font-size: 5vw;
  width: 100%;
  margin-top: 5%; }

.bill-outstanding__label {
  font-size: 2vw;
  width: 100%; }

.bill-outstanding__date {
  font-size: 1.5vw;
  width: 100%;
  margin-top: 5%; }

.bill__empty-state {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-top: 85px;
  height: 200px;
  background: #FFF;
  border-radius: 15px;
  box-shadow: 0px 0px 15px #737373;
  font-size: 20px; }

.content__assign-button {
  background-color: #009688;
  color: #FFF; }

.content__assign-button:hover {
  background-color: #00796B; }

.content__buy-button {
  background-color: #088CBD; }

.content__buy-button:hover {
  background-color: #086692; }

.content__assign-button {
  line-height: 190px;
  font-size: 3vw; }

.buy-button__logo {
  width: 41%;
  display: inline-block;
  height: 100%;
  font-style: italic; }

.buy-button__text {
  display: inline-block;
  color: #FFF;
  height: 100%;
  vertical-align: middle;
  font-size: 2.0vw;
  margin-top: -20%;
  width: 41%;
  font-style: italic; }

.licences__actual-licences {
  width: 99%;
  background: #FFF;
  height: 480px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px #737373;
  margin: 0 auto;
  margin-top: 15px; }

.actual-licences__header {
  color: #088CBD;
  width: 90%;
  margin-left: 5%;
  font-size: 1.6em;
  font-weight: bold;
  margin-top: 1%;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #EEEEEE;
  line-height: 60px;
  display: flex;
  justify-content: space-between; }

.licences__header-title {
  display: inline-block;
  margin: 0 !important; }

.licences__header-search {
  width: 20% !important;
  display: inline-block !important;
  border-radius: 30px !important;
  border-width: 0 !important;
  background-color: #EEEEEE !important;
  background: url(../img/search.png) no-repeat scroll 0px 0px;
  background-size: contain;
  padding-left: 42px !important;
  margin-top: 10px !important; }

.licences__header-search:focus {
  border-width: 0 !important;
  box-shadow: none !important; }

.licences__table-container {
  margin: 0 auto;
  width: 90%;
  overflow-y: scroll;
  max-height: 330px; }

#table__licences {
  width: 100%;
  margin: 0 auto; }

#table__licences tr:nth-child(even) {
  background-color: #F5F5F5; }

#table__licences tr:nth-child(odd) {
  background-color: #fff; }

.table__licences-delete_button {
  background-color: #AA1500 !important; }

.modal__delete-text {
  text-align: center;
  font-size: 1.5em;
  width: 85%;
  margin: 0 auto;
  margin-top: 20px;
  color: #7b7b7b; }

.modal__accept-button {
  background-color: #088CBD;
  color: #FFF;
  border-radius: 30px !important;
  font-size: 1.3em !important;
  text-transform: none !important; }

.buttons-center {
  display: flex;
  justify-content: space-around; }

.modal__accept-button.larger, .modal__cancel-button.larger {
  width: 30%;
  text-align: center; }

.licences__card.thin {
  width: 320px !important;
  min-width: 320px !important; }

.number__circle.thin {
  font-size: 3.0em !important;
  width: 100px !important;
  height: 100px !important; }

.package_info__name.thin {
  font-size: 1.1em !important; }

.package_info__price.thin {
  font-size: 2.5em !important; }

.licences__assign-wrapper {
  background-color: #FFF;
  border-radius: 10px;
  width: 98%;
  margin: 0 auto;
  box-shadow: 2px 2px 10px #737373; }

.add-register__title {
  margin-left: 2%;
  width: 93%; }

.add-register__title-text {
  color: #088CBD !important;
  font-size: 1.3em;
  font-weight: bold;
  margin: 10px 0 10px 0; }

.content__assign-button {
  background-color: #009688;
  color: #FFF; }

.content__buy-button {
  background-color: #0e8bbc; }

.content__assign-button {
  line-height: 190px;
  font-size: 3vw; }

.content__card.green-font {
  color: #009688; }

.content-card__adduser {
  display: inline-block;
  font-size: 7em;
  height: 100%;
  font-style: italic;
  color: #FFF; }

.buy-button__logo {
  width: 41%;
  display: inline-block;
  height: 100%;
  font-style: italic; }

.buy-button__text {
  display: inline-block;
  color: #FFF;
  height: 100%;
  vertical-align: middle;
  font-size: 2.0vw;
  margin-top: -20%;
  width: 41%;
  font-style: italic; }

.users__actual-users {
  width: 99%;
  background: #FFF;
  height: 480px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px #8c8c8c;
  margin: 0 auto;
  margin-top: 15px; }

.users-add__wrapper {
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 2px 2px 10px #737373;
  margin: 15px; }

.companies__card-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  justify-content: left; }

.companies__card {
  height: 210px;
  background: #FFF;
  flex: 30%;
  margin: 15px;
  max-width: 390px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px #737373;
  text-align: center;
  vertical-align: middle;
  position: relative; }

.companies__card-img {
  max-height: 100%;
  max-width: 90%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.companies__card.add-company {
  background-color: #088CBD !important;
  color: #FFF;
  font-size: 9em; }

.add-company__text {
  margin: 0 auto;
  color: #000; }

.companies__empty_state {
  text-align: center;
  font-size: 20px;
  background: #FFF;
  padding: 10px 0px;
  width: 95%;
  margin: 0 auto;
  border-radius: 15px; }

.billing__card-wrapper {
  display: flex;
  width: 98%;
  flex-wrap: wrap;
  flex-direction: column;
  margin-left: 1%; }

.bill__card {
  flex: 100%;
  height: 420px;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 2px 2px 10px #737373;
  margin-top: 15px; }

.bill-color.font-red {
  color: #AA1500; }

.bill-color.font-green {
  color: #00A400; }

.date-color.font-red {
  color: #AA1500; }

.bill__card-header {
  width: 92%;
  border-width: 0 0 3px 0;
  border-color: #EEEEEE;
  border-style: solid;
  margin-left: 2%;
  display: flex;
  justify-content: space-between; }

.card-header__title {
  color: #088CBD;
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px; }

.card-header__icon {
  display: inline-block;
  padding-top: 10px; }

.card-header__icon:before {
  display: inline-block;
  color: #088CBD !important;
  font-size: 2em; }

.card-header__icon:hover::before {
  display: inline-block;
  color: #086692 !important;
  font-size: 2em; }

#table__users {
  margin-top: 20px; }

.bill__card-content {
  max-height: 320px;
  overflow-y: scroll;
  width: 88%;
  margin-left: 5%; }

.downloads__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 98%;
  margin-left: 1%; }

.downloads__card {
  flex: 98%;
  background-color: #FFF;
  box-shadow: 2px 2px 10px #737373;
  height: 400px;
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex; }

.downloads__icon {
  flex: 2;
  text-align: center;
  padding-top: 52px; }

.downloads__icon::before {
  font-size: 19em;
  color: #088CBD !important; }

.downloads__title-img {
  display: inline-block;
  width: 15% !important;
  margin-top: 50px; }

.downloads__title-text {
  display: inline-block;
  font-family: 'Venteknia';
  color: #088CBD;
  font-size: 4.5vw;
  margin-left: 3%;
  margin-top: 70px; }

.desktop__download-button {
  background-color: #088CBD;
  color: #FFF;
  border-radius: 30px;
  text-align: center;
  font-size: 1.2vw;
  width: 55%;
  line-height: 50px;
  margin-left: 16%;
  margin-top: 70px; }

.desktop__download-button:hover {
  background-color: #086692; }

.downloads__right {
  flex: 3;
  text-align: center; }

.downloads__logo {
  display: flex; }

.download__android-button {
  width: 35%;
  max-height: 85px; }

.download__ios-button {
  width: 35%;
  max-height: 85px; }

.mobile__download-buttons {
  text-align: left;
  margin-top: 40px; }

.company-add__wrapper {
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 2px 2px 10px #737373;
  margin: 15px; }

.company-description__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.company-description__card {
  background-color: #FFF;
  height: auto;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px #737373; }

.company-description__logo {
  flex: 45%; }

.company-description__users {
  flex: 45%;
  text-align: left; }

.company-description__legal {
  flex: 100%; }

.company-description__connections {
  flex: 100%; }

.description-card__header {
  width: 95%;
  margin: 0 auto;
  border-style: solid;
  border-color: #EEEEEE;
  border-width: 0 0 3px 0;
  margin-top: 10px;
  display: flex;
  height: 50px; }

.description-card__header-text {
  font-size: 1.5em;
  color: #088CBD;
  flex: 9;
  padding-top: 8px;
  margin-left: 10px; }

.description-card__header-icon {
  display: relative;
  flex: .4;
  padding-top: 6px; }

.description-card__header-icon:before {
  color: #088CBD !important;
  font-size: 2.4em !important; }

.description-card__header-icon:hover::before {
  color: #086692 !important;
  font-size: 2.4em !important; }

.description-card__header.no-border {
  border-width: 0; }

.description__card-logo {
  width: 96%;
  margin: 0px auto;
  margin-left: 2%; }

.description__total-users {
  color: #088CBD;
  font-size: 2.5vw;
  margin-left: 10%;
  margin-top: 20px; }

.description__assigned-users {
  margin-left: 10%;
  margin-top: 15px;
  font-size: 1.2em; }

.description__assign-button {
  background: #009688 !important;
  border-radius: 20px !important;
  text-transform: none !important;
  font-size: 1.5em !important;
  height: 50px !important;
  width: 70%;
  margin: 0 auto;
  color: #FFF;
  line-height: 45px;
  text-align: center;
  margin-top: 75px;
  margin-bottom: 15px; }

.desc-card__body-fields {
  text-align: right;
  width: auto;
  display: inline-block;
  padding-right: 3px !important;
  font-weight: bold;
  font-size: 1.1em;
  margin-left: 5%; }

.desc-card__body-info {
  text-align: left;
  display: inline-block;
  color: #7b7b7b;
  font-size: 1.1em;
  width: auto; }

.desc-card__body-fields, .desc-card__body-info {
  border: 0; }

.desc-card__body-fields > .collection-item, .desc-card__body-info > .collection-item {
  border: 0;
  padding: 10px 1px 10px 1px; }

.large-tabs {
  width: 15% !important;
  /* margin-left: 3%;
    margin-top: 20px; */
  height: 48px;
  margin-right: 0 !important;
  overflow: unset !important; }

.large-tab {
  width: 150% !important; }

.company-description__connections {
  height: 400px; }

.description__row-container {
  width: 95%;
  margin: 0 auto;
  margin-top: 20px; }

.connections__fields-container {
  border-style: solid;
  border-width: 2px;
  border-color: #EEEEEE;
  height: auto;
  margin-top: -2px;
  z-index: 1; }

.top-radius {
  border-radius: 10px 10px 0 0; }

.adjust-container {
  height: 48px; }

.short-tab {
  width: 1fr; }

.connection-tab.active {
  background-color: #FFF !important;
  border-width: 2px 2px 0 2px;
  border-style: solid;
  border-color: #EEEEEE; }

.connection-tab {
  background-color: #EEEEEE;
  font-size: 1.3em !important; }

.connections-tabs {
  height: 100vh !important;
  width: 11% !important;
  margin-right: 1% !important;
  display: inline-block;
  flex: 1;
  padding: 0 !important;
  width: 15% !important;
  height: 48px;
  margin-right: 0 !important;
  overflow: unset !important;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap; }

.companies-connections__wrapper {
  width: 98%;
  background: #FFF;
  box-shadow: 2px 2px 10px #737373;
  margin: 0 auto;
  border-radius: 10px; }

select {
  display: inherit !important; }

.progress_dots {
  width: 20%;
  text-align: center;
  display: inline; }

.progress_dots__dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-style: none;
  background-color: #088CBD;
  opacity: .5; }

.progress_dots__dot.active {
  opacity: 1; }

.register__window-title {
  width: 93% !important;
  padding-bottom: 10px; }

.companies-edit__wrapper {
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 2px 2px 10px #737373;
  margin: 15px; }

.logo-edit__container {
  width: 100%;
  text-align: center; }

.companies__logo-edit_preview {
  border: 2px solid #737373;
  box-shadow: 2px 2px 15px #737373;
  border-radius: 10px; }

.display-flex {
  display: flex; }

.tab {
  display: inline-block;
  text-transform: none !important;
  margin: 0 auto;
  width: 170%; }

.tabs .tab a:hover, .tabs .tab a.active {
  background-color: #e1f5fe;
  color: #088CBD;
  font-weight: bold; }

.tabs {
  height: 100vh !important;
  width: 11% !important;
  margin-right: 1% !important;
  display: inline-block;
  flex: 1;
  padding: 0 !important; }

.connection-tabs {
  height: 0 !important; }

.tabs .tab a:focus, .tabs .tab a:focus.active {
  background-color: rgba(8, 140, 189, 0.2);
  outline: none; }

.tabs .indicator {
  display: none !important; }

.tab_page {
  flex: 8; }

.content.no-margin {
  margin: 0 !important; }

.tabs .tab a {
  color: rgba(8, 140, 189, 0.7); }

#configurations__config-page {
  margin: 15px 10px 0 10px;
  padding-right: 10px;
  overflow-y: scroll; }

.config-page__account_info {
  width: 100%;
  background-color: #FFF;
  border-radius: 10px;
  max-height: 300px;
  height: 300px; }

.config-page__row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.config-page__card {
  height: 320px;
  background-color: #FFF;
  border-radius: 10px;
  flex: 1;
  display: inline-block;
  margin-top: 15px; }

.config-page__profile_img {
  margin-right: 2%; }

.config-page__billing_address {
  margin-bottom: 20px; }

.config-card__header {
  width: 95%;
  margin: 0 auto;
  border-style: solid;
  border-color: #EEEEEE;
  border-width: 0 0 3px 0;
  margin-top: 10px;
  display: flex;
  height: auto; }

.config-card__header-text {
  font-size: 1.2em;
  color: #088CBD;
  flex: 9;
  padding-top: 8px;
  margin-left: 10px; }

.config-card__header-icon {
  display: inline;
  flex: .4;
  padding-top: 6px; }

.config-card__header-icon:before {
  color: #088CBD !important;
  font-size: 2.4em !important; }

.config-card__header-icon:hover::before {
  color: #086692 !important;
  font-size: 2.4em !important; }

.config-card__body-fields {
  text-align: right;
  width: 15%;
  display: inline-block;
  padding-right: 3px !important;
  font-weight: bold;
  font-size: 1.1em; }

.config-card__body-info {
  text-align: left;
  display: inline-block;
  color: #7b7b7b;
  font-size: 1.1em; }

.config-card__body-fields, .config-card__body-info {
  border: 0; }

.config-card__body-fields > .collection-item, .config-card__body-info > .collection-item {
  border: 0;
  padding: 10px 1px 10px 1px; }

.no-border {
  border-width: 0; }

.profile-img__icon {
  width: 100%;
  margin: 0 auto; }

.profile-img__icon:before {
  font-size: 16em;
  color: #088CBD !important; }

.center-content {
  text-align: center; }

.config-body__text-bold {
  width: 75%;
  margin: 0 auto;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 30px;
  font-size: 1.3em; }

.config-body__text {
  width: 75%;
  margin: 0 auto;
  font-size: 1.3em;
  color: #7b7b7b; }

.text-margin_top {
  margin-top: 70px; }

#table__invoice {
  width: 100%;
  margin: 0 auto;
  margin-top: 10px; }

.invoice-records {
  width: 99%;
  background: #FFF;
  height: 620px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px #8c8c8c;
  margin: 0 auto;
  margin-top: 15px; }

.invoice-records__header {
  color: #0e8bbc;
  width: 90%;
  margin-left: 5%;
  font-size: 1.6em;
  font-weight: bold;
  margin-top: 1%;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #e6e6e6;
  line-height: 60px;
  display: flex;
  justify-content: space-between; }

.invoice-records__title {
  display: inline-block;
  margin: 0 !important; }

.invoice__header-search {
  width: 20% !important;
  display: inline-block !important;
  border-radius: 30px !important;
  border-width: 0 !important;
  background-color: #EEEEEE !important;
  background: url(../img/search.png) no-repeat scroll 0px 0px;
  background-size: contain;
  padding-left: 42px !important;
  margin-top: 10px !important; }

.invoice__header-search:focus {
  border-width: 0 !important;
  box-shadow: none !important; }

.invoice__table-container {
  margin: 0 auto;
  width: 85%;
  overflow-y: scroll;
  max-height: 520px; }

#table__invoice tr:nth-child(even) {
  background-color: #F5F5F5; }

#table__invoice tr:nth-child(odd) {
  background-color: #fff; }

.config-account__wrapper {
  background-color: #FFF;
  border-radius: 10px;
  width: 98%;
  margin-top: 10px; }

.config-account__form {
  width: 80%;
  margin-left: 10%;
  text-align: left; }

.configuration_account_advice {
  width: 100%;
  text-align: center; }

.config-security__wrapper {
  background-color: #FFF;
  border-radius: 10px;
  width: 98%;
  margin-top: 10px; }

.config-security__form {
  width: 80%;
  margin-left: 10%;
  text-align: left; }

.security-desc__title {
  font-size: 1.3em !important;
  font-weight: bold;
  color: #7b7b7b; }

.security-desc__message {
  font-size: 1.3em !important;
  color: #7b7b7b; }

.config-paymethod__wrapper {
  background-color: #FFF;
  border-radius: 10px;
  width: 98%;
  margin-top: 10px; }

.config-paymethod__form {
  width: 80%;
  margin-left: 10%;
  text-align: left; }

.messages__delete:before {
  color: #088CBD !important; }

.messages__delete {
  font-size: 2em !important; }

.message_read {
  background: #ebebeb !important; }

tbody td {
  border: 0 !important; }

.display-none {
  display: none !important; }

.sorting_1 {
  background-color: transparent !important; }

.no-overflow {
  overflow: hidden !important; }

.messages__wrapper {
  width: 99%;
  background: #FFF;
  height: 650px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px #737373;
  margin: 0 auto;
  margin-top: 15px; }

.messages__header {
  color: #088CBD;
  width: 90%;
  margin-left: 5%;
  font-size: 1.6em;
  font-weight: bold;
  margin-top: 1%;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #EEEEEE;
  line-height: 60px;
  display: flex;
  justify-content: space-between; }

.messages__header-title {
  display: inline-block;
  margin: 0 !important; }

.messages__table-container {
  margin: 0 auto;
  width: 90%;
  overflow-y: hidden; }

#messages_table {
  border: 0; }

#system-wrapper {
  display: flex;
  margin-top: 0;
  min-height: 100%; }

.no-padding {
  padding: 0; }

.system__right_content {
  flex: 5;
  display: flex;
  flex-direction: column;
  height: 100vh; }

.content {
  background-color: #ECEFF1;
  flex: 11;
  margin: 10px 0 0 10px;
  overflow-y: scroll; }

.config-secondary__wrapper {
  flex: 8;
  height: 100%; }

.actual-users__header {
  color: #0e8bbc;
  width: 90%;
  margin-left: 5%;
  font-size: 1.6em;
  font-weight: bold;
  margin-top: 1%;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #e6e6e6;
  line-height: 60px;
  display: flex;
  justify-content: space-between; }

.users__header-title {
  display: inline-block;
  margin: 0 !important;
  text-transform: none !important; }

.users__header-search {
  width: 20% !important;
  display: inline-block !important;
  border-radius: 30px !important;
  border-width: 0 !important;
  background-color: #EEEEEE !important;
  background: url(../img/search.png) no-repeat scroll 0px 0px;
  background-size: contain;
  padding-left: 42px !important;
  margin-top: 10px !important; }

.users__header-search:focus {
  border-width: 0 !important;
  box-shadow: none !important; }

.users__table-container {
  margin: 0 auto;
  width: 90%;
  overflow-y: scroll;
  max-height: 330px; }

#table__users {
  width: 100%;
  margin: 0 auto; }

.table__users-edit:before {
  font-size: 2.2vw !important; }

td, th {
  text-align: center !important; }

#table__users tr:nth-child(even) {
  background-color: #eee; }

#table__users tr:nth-child(odd) {
  background-color: #fff; }

.modal.edit-user {
  width: 50% !important; }

.modal-content.edit-user {
  width: 80%;
  margin: 0 auto; }

.edit-user__title {
  margin-left: 2%;
  width: 93%; }

.edit-user__title-text {
  color: #088CBD !important;
  font-size: 1.3em;
  font-weight: bold;
  margin: 10px 0 10px 0; }

.edit-user__accept {
  background-color: #088CBD;
  border-radius: 30px;
  width: 80%;
  line-height: 35px;
  color: #FFF;
  text-align: center;
  margin: 0 auto !important; }

.modal-footer.edit-user {
  text-align: center !important;
  margin-bottom: 20px; }

.topbar {
  background-color: #78909C;
  height: 60px;
  display: flex;
  flex-direction: row; }

.topbar__switch {
  flex: 1;
  color: #FFFFFF !important;
  text-align: center;
  padding-top: 1%; }

.switch__icon {
  font-size: 2.3em !important;
  border-width: 0 2px 0 0;
  border-color: #FFF;
  border-style: solid;
  padding-right: 6px;
  padding-left: 6px;
  color: #FFF !important;
  cursor: pointer; }

.topbar__text {
  flex: 20;
  text-transform: capitalize;
  font-size: 2.4em;
  color: #FFF;
  font-style: italic;
  padding-left: .5%; }

.topbar__messages {
  flex: 1;
  text-align: center;
  padding-top: 1%; }

.topbar__notifications {
  flex: 1;
  text-align: center;
  padding-top: 1%; }

.topbar__logout {
  flex: 1;
  text-align: center;
  padding-top: 1%; }

.topbar__icon:before {
  font-size: 2.5em;
  color: #FFFFFF !important; }

/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer; }

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 210px;
  background-color: #FFF;
  color: #000;
  text-align: left;
  border-radius: 6px;
  padding: 20px;
  position: absolute;
  z-index: 1;
  top: 125%;
  left: -100%;
  margin-left: -80px;
  box-shadow: 2px 2px 10px #737373;
  font-family: 'corbel'; }

.popuptext > hr {
  margin: 10px 0;
  border-color: #088CBD !important; }

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 69%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #FFF transparent; }

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s; }

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.logout {
  display: flex !important;
  justify-content: space-around;
  text-align: center !important;
  margin-bottom: 30px; }

.modal-logout__logo {
  width: 30%; }

.modal-logout__text {
  font-size: 1.6em;
  text-align: center;
  margin: 20px 9%;
  color: #7b7b7b; }

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

#side-menu {
  background-color: #37474F;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 250px; }

.side-menu__logo {
  flex: 2;
  background-color: #4B5961;
  padding-bottom: 3px; }

.side-menu__logo-img {
  width: 20%;
  display: inline-block;
  height: 100%;
  margin-left: 2%; }

.side-menu__logo-text {
  font-family: 'Venteknia';
  color: #FFF;
  font-size: 100%;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-top: -5%; }

.side-menu__profile {
  flex: 4;
  text-align: left; }

.profile__img {
  font-size: 3em;
  display: inline-block; }

.profile__name {
  display: inline-block;
  text-transform: uppercase;
  height: 70%;
  vertical-align: middle;
  color: #FFFFFF; }

.side-menu__row {
  height: 42px;
  border-style: solid;
  border-width: 1px 0 0px 0;
  border-color: #5b696f;
  width: 95%;
  margin-left: 3%;
  color: #FFFFFF;
  padding-top: 8px;
  display: inherit; }

.side-menu__text {
  font-size: 1.2em; }

.side-menu__row:hover {
  background-color: #088CBD; }

.side-menu__row-icon {
  margin-right: 2%; }

.side-menu__row-icon:before {
  color: #FFFFFF !important;
  font-size: 2.1em; }

.icon_software {
  width: 30px !important;
  margin-right: 2% !important;
  margin-top: -2%; }

.spacer {
  flex: 11; }

/* Breadcrumb */
.breadcrumb {
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  display: flex;
  overflow: hidden;
  position: absolute;
  flex-direction: row-reverse;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }

body {
  padding-top: 70px; }

.breadcrumb .element {
  margin: 0;
  z-index: 0;
  height: 100%;
  flex-grow: 1;
  position: relative;
  background-color: #ffF;
  color: #009688; }

.breadcrumb .element.active {
  color: #fff;
  background-color: #009688; }

.breadcrumb .element:last-child .breadcrumb-content {
  padding-left: 0; }

.breadcrumb .element:after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  width: 30px;
  right: -30px;
  height: 100%;
  display: inline-block;
  background-size: 100% 106%;
  background-position: center;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg%20version%3D"1.1"%0D%0A%09%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%20xmlns%3Axlink%3D"http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink"%20xmlns%3Aa%3D"http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F"%0D%0A%09%20x%3D"0px"%20y%3D"0px"%20width%3D"50.9px"%20height%3D"109.4px"%20viewBox%3D"0%200%2050.9%20109.4"%20style%3D"enable-background%3Anew%200%200%2050.9%20109.4%3B"%0D%0A%09%20xml%3Aspace%3D"preserve"%20preserveAspectRatio%3D"none">%0D%0A<defs>%0D%0A<%2Fdefs>%0D%0A<g>%0D%0A%09<polygon%20class%3D"st0"%20fill%3D"%23FFFFFF"%20points%3D"49.5%2C54.7%200%2C107.9%200%2C1.5"%2F>%0D%0A%09<polygon%20class%3D"st1"%20fill%3D"%23009688"%20points%3D"50.9%2C54.7%200%2C109.4%200%2C106.4%2048.2%2C54.7%200%2C2.9%200%2C0"%2F>%0D%0A%09<polyline%20class%3D"st2"%20points%3D"0%2C0%200%2C1.5%200%2C2.9%200%2C106.4%200%2C107.9%200%2C109.4"%2F>%0D%0A<%2Fg>%0D%0A<%2Fsvg>'); }

.breadcrumb .element.active:after {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg%20version%3D"1.1"%0D%0A%09%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%20xmlns%3Axlink%3D"http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink"%20xmlns%3Aa%3D"http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F"%0D%0A%09%20x%3D"0px"%20y%3D"0px"%20width%3D"50.9px"%20height%3D"109.4px"%20viewBox%3D"0%200%2050.9%20109.4"%20style%3D"enable-background%3Anew%200%200%2050.9%20109.4%3B"%0D%0A%09%20xml%3Aspace%3D"preserve"%20preserveAspectRatio%3D"none">%0D%0A<defs>%0D%0A<%2Fdefs>%0D%0A<g>%0D%0A%09<polygon%20class%3D"st0"%20fill%3D"%23009688"%20points%3D"49.5%2C54.7%200%2C107.9%200%2C1.5"%2F>%0D%0A%09<polygon%20class%3D"st1"%20fill%3D"%23ffffff"%20points%3D"50.9%2C54.7%200%2C109.4%200%2C106.4%2048.2%2C54.7%200%2C2.9%200%2C0"%2F>%0D%0A%09<polyline%20class%3D"st2"%20points%3D"0%2C0%200%2C1.5%200%2C2.9%200%2C106.4%200%2C107.9%200%2C109.4"%2F>%0D%0A<%2Fg>%0D%0A<%2Fsvg>'); }

.breadcrumb .element .breadcrumb-content {
  width: 100%;
  height: 100%;
  font-style: italic;
  padding-left: 30px;
  align-items: center;
  display: inline-flex;
  vertical-align: middle;
  background-color: inherit;
  justify-content: center;
  position: relative;
  z-index: 1; }

.breadcrumb .element:last-child .breadcrumb-content {
  padding-left: 0; }

/* Media Querys */
@media (max-width: 670px) {
  .breadcrumb .element .breadcrumb-content {
    font-size: 13px; } }

.system-messages__container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #FFF !important;
  padding-bottom: 10px; }

.system_messages__message {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 5px; }

.register-topbar__container {
  width: 100%;
  display: flex;
  flex-direction: row;
  background-color: #088CBD;
  height: 69px;
  justify-content: space-between;
  box-shadow: 0px 0px 15px #737373; }

.register-topbar__logo-container {
  flex: 10%; }

.register-topbar__logo {
  margin-left: 10px; }

.register-topbar__login {
  flex: 95%;
  padding-top: 18px;
  padding-right: 10px;
  text-align: right; }

.register-topbar__login a {
  color: #FFF;
  font-size: 20px; }
