

/* .message {
    text-align: center;
    color: #969696;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
} */

.content {
    min-height: calc(100vh - calc(137px + 169px)); /*
                              header height + footer height
    //TODO replace with variables-based calculation later (with SCSS)
    // conditional rendering of ribbon (2FA & maintenance) messages may become a problem
    // but not really worth considering (occasional v-scrollbar presence isn't that bad)
    */
}

.vue-highcharts {
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}



/*.curr-prop__item > a {
    width: 100%; height: 100%;
    text-decoration: none;
    display: flex;
    color: #333333;
    align-items: center;
    justify-content: center;
}*/

a {
    color: #4b37a1;
}
a:hover {
    color: #4b37a1;
    text-decoration: none;
}

.stats__col {
    padding: 0 15px;
}

.form-wrapper {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.form {
    padding: 20px 35px;
}

.narrow-form {
  max-width: 344px;
  width: 100%;
}

.form input {
    margin-bottom: 20px;
    width: 100%;
}

.grecaptcha-badge {
  bottom: 64px !important;
}

.form button {
    width: 100%;
    max-width: 100%;
    text-transform: uppercase;
}

.form-header {
    text-align: center;
    margin: 15px 0 0;
}

.form-header > h2 {
    text-transform: uppercase;
    text-align: left;
	margin-top: 16px;
	margin-bottom: 10px;
	font-size: 16px;
}

.form-header > .logo {
    /* display: inline-block; */
}

.form-footer {
    text-align: right;
    font-weight: 600;
    margin-top: 20px;
    display: flex;
    flex-flow: column;
    align-items: end;
}

.form-footer > a {
    display: block;
    padding-top: 0;
    color: var(--body-color);
    font-weight: 400;
}

.form-footer > a:hover {
    text-decoration: underline;
}

.user-drop {
    z-index: 100;
}
.user-drop__item {
    padding: 0
}

.user-drop__item a {
    color: #202020;
    padding: 6px 12px 5px;
    display: block;
}

textarea {
    resize: vertical;
    min-height: 140px;
    padding: 10px !important;
}

.btn-right {
    justify-content: flex-end;
}

.contact-msg-info {
    text-align: right;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex: 1;
}

.jq-selectbox {
    padding: 0;
}

.settings-form .jq-selectbox__select {
    height: 40px;
    padding-top: 4px;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
}

.settings-form .jq-selectbox__trigger-arrow {
    top: 18px;
}

.jq-selectbox__dropdown li:hover {
    background: #4b37a1;
}

input[name='name'] {
    display: none;
}

/*.curr-prop__title:after {
    border-width: 4px 3px 0px;
    transform: scale(1.8);
}*/

/*.curr-prop__item {
    height: 58px;
}*/

.activation input {
    display: block;
    max-width: 225px;
}

.activation img {
    margin: 10px 0;
}

.short-el {
    max-width: 226px;
}

.help-form {
    max-width: 100%;
}

.help-form .basic-form__col:first-child {
    flex: 1.4;
}

.help-form .basic-form__line.inline .basic-form__label {
    text-align: left;
    margin: 0;
}

.error-message {
    margin-top: 1em;
    padding: 1em;
    background-color: var(--intro-blog-item-bg);
    border: 1px solid #fd2443;
    border-radius: 2px;
    color: #fd2443;
}

.success-message {
  margin-top: 1em;
  padding: 1em;
  background-color: #e6ffef;
  border: 1px solid #5efd24;
  border-radius: 2px;
  color: #328428;
}

.warning-message {
  margin-top: 1em;
  padding: 1em;
  background-color: #fffae6;
  border: 1px solid #fde024;
  border-radius: 2px;
  color: #a2975a;
}

.material-icons {
    color: #4b37a1;
    margin-right: 5px;
}

.active .material-icons {
    color: #fff;
}

.contrast.material-icons {
    color: #fff;
}

.main-menu__links {
    padding: 0 23px;
}

video {
    display: block;
}

.url__label {
    width: 150px!important;
}

table.tech-support-table {
  border: 2px solid #000000;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

table.tech-support-table td, table.tech-support-table th {
  border: 1px solid #000000;
  padding: 3px 5px;
}

table.tech-support-table tbody td {
  font-size: 14px;
}

table.tech-support-table thead {
  background: #EEEEEE;
  border-bottom: 2px solid #000000;
}

table.tech-support-table thead th {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-align: left;
}

table.tech-support-table tbody tr:hover {
  color: var(--basic-btn-white-border-hover-color);
  background-color: var(--basic-btn-white-border-hover-bg);
}

table.tech-support-table tbody th:hover {
  color: var(--basic-btn-white-border-hover-color);
  background-color: var(--basic-btn-white-border-hover-bg);
}

table.user-info {
  border: 2px solid #000000;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

table.user-info td:first-child {
  width: 1%;
}

table.user-info td, table.user-info th {
  border: 1px solid #000000;
  padding: 3px 5px;
}

table.user-info tbody td {
  font-size: 14px;
}

table.user-info thead {
  background: #EEEEEE;
  border-bottom: 2px solid #000000;
}

table.user-info thead th {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-align: left;
}

.status-ok {
  font-weight: bold;
  text-transform: uppercase;
  color: forestgreen;
}

.status-warning {
  font-weight: bold;
  text-transform: uppercase;
  color: darkred;
}
