﻿@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    src: url('../js/extjs/themes/abssuite/resources/fonts/Roboto/Roboto-Regular.eot');
    src: url('../js/extjs/themes/abssuite/resources/fonts/Roboto/Roboto-Regular.woff') format('woff'), url('../js/extjs/themes/abssuite/resources/fonts/Roboto/Roboto-Regular.ttf') format('truetype'), url('../js/extjs/themes/abssuite/resources/fonts/Roboto/Roboto-Regular.svg#robotoregular') format('svg');
}

.abssuiteplus-logo {
    background-image: url("../images/abssuiteplus-logo.png");
    background-repeat: no-repeat;
    background-position: bottom;
    width: 520px;
    height: 84px;
    margin-left: -23%;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}

.action-button {
    border-width: 0px;
    left: 0px;
    top: 0px;
    width: 110px;
    height: 48px;
    background: inherit;
    background-color: rgba(0, 94, 255, 1);
    border: none;
    border-radius: 51px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.text-danger {
    color: #E35205 !important;
}

.errorDiv {
    color: #E35205;
    background-color: rgba(248, 212, 192, 1);
    -moz-border-radius: 0 0 9px 9px;
    padding-left: 15px;
}

.username-field-container, .password-field-container {
    position: relative;
}

.username-field-container > label, .password-field-container > label {
    position: absolute;
    opacity: .6;
    font-size: 12px;
}

.username-field-container > input, .password-field-container > input {
    margin-top: 9px;
}

.form-group:hover {
    outline: solid 1px rgba(255, 255, 255, 1);
    outline-offset: 2px;
    cursor: pointer;
}

.form-group {
    border: 1px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.form-group:hover .label-element {
    color: rgba(51, 126, 255, 1);
}

.input-element {
    padding: 30px 5px 5px 15px;
    width: 350px;
    height: 12px;
    left: 0px;
    top: 0px;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-decoration: none;
    color: #333333;
    text-align: left;
    border: none;
    outline-style: none;
}

.label-element {
    position: absolute;
    top: 5px;
    left: 15px;
    font-size: 12px;
    color: #666;
}

.login-card {
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    width: 240px;
}

.vertical-divider {
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 40px;
    padding-bottom: 8px;
}

.login-card a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    text-align: center;
    display: inline-block;
}

.login-client-image img {
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
}

ul {
    padding-left: 0em;
    list-style-type: none;
}

li + ul, ul + li, li + li {
    padding-top: 0.3em;
}

button {
    cursor: pointer;
}

.grid-item {
    width: 240px;
    height: 72px;
    margin-bottom: 8px;
    padding: 16px;
    border-radius: 2px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.grid-item.available {
    /*border-color: #D7D7D7;*/
    cursor: pointer;
    /*color: #D7D7D7;*/
}

.grid-item.selected {
    background-color: #1a6b92;
    /*border-width: 2px;*/
    /*border-color: #FFF;*/
    /*color: #FFF;*/
    /*background-color: #949494;*/
}

.grid-item > .title {
    margin-bottom: 6px;
    letter-spacing: -0.23px;
    color: #FFF;
    font-size: 20px;
}

.grid-item > .description {
    margin: 2px 18px 0 16px;
    opacity: 0.36;
    font-family: Roboto, arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

a {
    font-size: 12px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.6;
    display: block;
    line-height: 2.5;
}

a:hover {
    opacity: 1;
}



.Third-Party-Notices, Privacy-Policy {
    width: fit-content;
}

.Rectangle {
    height: 480px;
    border: none;
    margin: 0 auto;
    padding: 44px 48px;
    border-radius: 2px;
    background-color: transparent;
    box-sizing: border-box;
    color: white;
    left: 270px;
}

body, html, .fullHeight {
    height: 100%;
}

.rdLabel {
    padding-left: 25px;
}


.no-border {
    border-width: 0px;
}

.wd50 {
    width: 49%;
    display: inline-block;
}

.mw100 {
    min-width: 100%
}

.wd100 {
    width: 100%;
}

img.monogram_pattern {
    object-fit: contain;
}

#monoPatternDiv {
    max-height: 77%;
    max-width: 100%;
    overflow: hidden;
    left: 0px;
    top: 171.714px;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    text-align: center;
    line-height: normal;
    border-width: 0px;
    position: absolute;
    left: 0;
    top: 23%;
    opacity: 0.8;
}

body {
    margin: 0px;
    background-color: rgba(10, 18, 100, 1);
    background-image: none;
}

#logoVertDiv img {
    border-width: 0px;
    position: absolute;
    left: 3%;
    top: 5%;
    height: 85%;
}