﻿body,
.btn,
h1,
h2,
h3,
a,
input[type=text], input[type=password],
html,
label,
#mainContainer,
.element-size,
.header,
.logo,
.policy,
.one,
.group,
.wide-group,
.text-group,
.text-group label,
.placeholder,
.check-group,
.checkbox input[type="checkbox"],
input[type="submit"],
input[type="button"],
.errors-group,
.client-side-validation-summary,
.server-side-validation-summary,
.client-side-validation-summary ul,
.client-side-validation-summary ul li,
.bottom-links,
.version-number-container,
.version-number,
div#lz_overlay_chat,
div#lz_eye_catcher {
    font:inherit;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
/*Common properties*/
body {
    color:#333;
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.btn
{
    min-width: 118px;
    height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 0.1em !important;
}

h1 {
    font-size: 32px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 18px;
}

input[type=text], input[type=password]
{
    height: 26px;
    padding: 0 5px;
    border-radius: 3px;
    border: solid 1px #dedede;
}

/*Elements view setup*/
html {
    height: 100%;
}

body {
    -js-display: flex;
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

label {
    font-weight: normal;
}

#mainContainer {
    -js-display: flex;
    width: 540px;
    min-height: 330px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(21, 31, 87, .08);
    box-shadow: 0px 2px 2px 0px rgba(21, 31, 87, .08);
    padding: 20px;
}

.element-size {
    width: 240px;
}

.header {
    font-size: 55px;
    margin-top: 38px;
    margin-bottom: 16px;
    line-height: 73px;
}

.logo {
    font-family: 'PolicyOneIcons';
    height: 46px;
    width: 46px;
    font-size: 46px;
    vertical-align: middle;
    margin-left: 24px;
    margin-top: 4px;
}

.logo-default {
    margin-left: 78px;
}

.policy {
    font-weight: 600;
    margin-left: -3px;
    margin-bottom: 16px;
}
.one {
    font-weight: 200
}
.group {
    -js-display: flex;
    width: 319px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.wide-group {
    -js-display: flex;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.text-group {
    margin-bottom: 20px;
}
.text-group label {
    text-align: right;
    margin: 0;
    padding-right: 10px;
    -ms-flex-item-align: center;
    align-self: center;
    white-space: nowrap;
    color: #666871;
}
/*.text-group input {
  margin: 0 10px;
}*/
.placeholder {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.check-group {
    margin-bottom: 20px;
}
.checkbox input[type="checkbox"] {
    margin-left: 0 !important;
}
input[type="submit"] {
    width: 120px;
}
input[type="button"] {
    width: 140px;
}
.errors-group {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.client-side-validation-summary,
.server-side-validation-summary {
    margin-left: 0 !important;
    color: #d04437;
    display: inline;
    font-weight: normal;
    float: left;
    padding-top: 5px;
    word-break: break-word;
    overflow: hidden;
}
.client-side-validation-summary ul {
    display: inline;
    list-style-type: none;
    padding: 0;
}

.server-side-validation-summary ul {
    display: none;
}

.client-side-validation-summary ul li {
    display: none;
}

.client-side-validation-summary ul li:first-child,
.server-side-validation-summary span {
    display: inline;
}

.bottom-links {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #3572b0;
}

.bottom-links a:hover {
    cursor: pointer;
    text-decoration: underline !important;
}

.version-number-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.version-number {
    font-size: 11px;
}
/*.bottom-links a:last-child {
	margin-left: auto
}*/

/* livezilla */

div#lz_overlay_chat {
    right: 32px !important;
}

div#lz_eye_catcher {
    right: 32px !important;
}

/* primary button color */
.btn.btn-primary {
    background-color: #3572b0;
    color: #fff;
    border: #3572b0 solid 1px;
}

.btn.btn-primary:hover  {
    background-color: #2A67A5;
    border-color: #2A67A5;
}

.btn.btn-primary:disabled {
    background-color: rgb(81, 115, 148);
    border-color: rgb(81, 115, 148);
}

.btn.btn-primary:active {
    background-color: rgb(42, 91, 141);
    border-color: rgb(42, 91, 141);
}

/* Broker Message */

div#brokermessage {
    z-index: 20000;
    position: fixed;
    bottom: 70px;
    left: 50px;
    width: 350px;
    margin: 20px;
    background: #ffffea;
    padding: 5px 10px 10px 10px;
    text-align: right;
    border: 1px solid gray;
    border-radius: 15px;
    box-shadow: 3px 5px 5px 0 rgba(21, 31, 87, 0.18);
}

div#brokermessage div#brokermessage-container {
    max-height: 500px;
    overflow-y: auto;
    word-wrap: break-word;
    text-align: left;
}

div#brokermessage button#brokermessage-close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    font-family: 'Helvetica Neue', Tahoma, Arial, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.hidden {
    display: none !important;
}

/* Error Page */

.dialog-wrapper {
    margin: 32px 0px 75px 33px;
}

.error-code {
    font-size: 120px;
    line-height: 75px;
    height: 89px;
}

.error-info-footer {
    margin-top: 12px;
    margin-bottom: 10px;
}

.content {
    display: flex;
    flex-direction: row;
}

.error-details {
    flex-basis: 310px;
    margin-left: 11px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.error-details-unwrapped {
    margin-left: 11px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.error-response-message {
    margin: 0;
}

:host .error-details header-2 {
    padding-top: 0px !important;
}

