html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright	{ float: right; }
.marginleft { margin-left: 20px; }
.marginleftextra { margin-left: 30px; }
.marginleftsmall { margin-left: 10px; }
.marginright { margin-right: 20px; }
.marginrightextra { margin-right: 30px; }
.marginrightsmall { margin-right: 10px; }
.marginrightmini { margin-right: 5px; }
.clear { clear: both; }
.container { display: block; width: 1009px; margin: 0 auto; clear: both; }
.center { text-align: center; }

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

small {
    font-size: 12px;
}

label {
    padding: 10px 0 5px 5px;
}

q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wizardButtons {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;    
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    min-width: 320px;
    position: relative;
    font-family: "Nelvetica Neue", Helvetica, Arial, sans-serif;
    color: #59595c;
}

.clearfix, .layout-row {
    zoom: 1;
}
.clearfix:before, .layout-row:before, .clearfix:after, .layout-row:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after, .layout-row:after {
    clear: both;
}

.loginContainer {
    max-width: 100%;
    min-width: 320px;
}

.page-width-wrapper {
    max-width: 768px;
    margin: 0 auto;
    position: relative;
}

h2 {
    font-size: 24px;
    margin: 10px 0;
    font-weight: normal;
}

input[type=text],
input[type=search],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
input[type=time],
input[type=date] {
    border: 1px solid #cccbcb;
    height: 30px;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 16px;
    padding: 0 10px;
    background: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type=text]:focus, input[type=text]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=date]:focus,
input[type=date]:active {
    outline-color: #30a5bf;
    border-color: #30a5bf;
}
.formInvalid input[type=text], .formInvalid
input[type=search], .formInvalid
input[type=password], .formInvalid
input[type=email], .formInvalid
input[type=tel], .formInvalid
input[type=time], .formInvalid
input[type=date] {
    border-color: #db4a4a;
    outline-color: #db4a4a;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.glasspane {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: none;
}
.glasspane.is-visible {
    display: block;
}

a {
    color: #0C4151;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

.language-list li a, .logged-service-select > li > a, .logged-select-agent > li > a {
    color: inherit;
}
.language-list li a:hover, .logged-service-select > li > a:hover, .logged-select-agent > li > a:hover {
    text-decoration: none;
}

.ef-btn, .ef-btn-approve, .ef-btn-deny, .logged-service-select > li {
    color: #fff;
    background: #30a5bf;
    border-radius: 15px;
    display: inline-block;
    padding: 8px 15px;
    position: relative;
    border: 0;
    line-height: 16px;
    min-height: 12px;
    min-width: 25px;
    text-align: center;
    outline: 0 !important;
    cursor: pointer;
}
.ef-btn:hover, .ef-btn-approve:hover, .ef-btn-deny:hover, .logged-service-select > li:hover {
    background: #59b7cb;
}
.ef-btn:active, .ef-btn-approve:active, .ef-btn-deny:active, .logged-service-select > li:active {
    background: #268498;
}
.ef-btn:disabled, .ef-btn-approve:disabled, .ef-btn-deny:disabled, .logged-service-select > li:disabled {
    opacity: 0.4;
}
.ef-btn:active:disabled, .ef-btn-approve:active:disabled, .ef-btn-deny:active:disabled, .logged-service-select > li:active:disabled, .ef-btn:hover:disabled, .ef-btn-approve:hover:disabled, .ef-btn-deny:hover:disabled, .logged-service-select > li:hover:disabled {
    background: #30a5bf;
}
.ef-btn [class^="ef-icon-"], .ef-btn-approve [class^="ef-icon-"], .ef-btn-deny [class^="ef-icon-"], .logged-service-select > li [class^="ef-icon-"], .ef-btn [class*=" ef-icon-"], .ef-btn-approve [class*=" ef-icon-"], .ef-btn-deny [class*=" ef-icon-"], .logged-service-select > li [class*=" ef-icon-"] {
    margin-right: 5px;
    line-height: 16px;
    vertical-align: middle;
}
.ef-btn.btn-large, .btn-large.ef-btn-approve, .btn-large.ef-btn-deny, .logged-service-select > li.btn-large {
    font-size: 24px;
    line-height: 36px;
    min-width: 270px;
}

.ef-btn-approve {
    background: #59b7cb;
}
.ef-btn-approve:hover, .ef-btn-approve:active {
    background: #268498;
}
.ef-btn-approve:hover:disabled, .ef-btn-approve:active:disabled {
    background: #59b7cb;
}

.ef-btn-deny {
    background: #db4b4b;
}
.ef-btn-deny:hover, .ef-btn-deny:active {
    background: #af3c3c;
}
.ef-btn-deny:hover:disabled, .ef-btn-deny:active:disabled {
    background: #db4b4b;
}

.ef-icon-light {
    vertical-align: middle;
}
.ef-icon-light path, .ef-icon-light polygon {
    fill: #fff;
}

.button-header-color4 {
    background-color: #2db2c9;
    border: 1px solid #2db2c9;
}

.button-header-color2 {
    background-color: #93c13e;
    border: 1px solid #93c13e;
}

.button-header-color3 {
    background-color: #d73925;
    border: 1px solid #d73925;
}

.button-header-color5 {
    background-color: #fcb839;
    border: 1px solid #fcb839;
}

.button-header-color1 {
    background-color: #76447f;
    border: 1px solid #76447f;
}

.login-page-item-bg1 {
    background-color: #76447f;
}

.login-page-item-bg2 {
    background-color: #93c13e;
}

.login-page-item-bg3 {
    background-color: #d73925;
}

.login-page-item-bg4 {
    background-color: #2db2c9;
}

.login-page-item-bg5 {
    background-color: #fcb839;
}

div.button-header.login-page-item-bg1,
div.button-header.login-page-item-bg2,
div.button-header.login-page-item-bg3,
div.button-header.login-page-item-bg4,
div.button-header.login-page-item-bg5
{
    border: 1px solid transparent;
}

.login-page-item-button-front1 {
    color: #76447f;
}

.login-page-item-button-front2 {
    color: #93c13e;
}

.login-page-item-button-front3 {
    color: #d73925;
}

.login-page-item-button-front4 {
    color: #2db2c9;
}

.login-page-item-button-front5 {
    color: #fcb839;
}

.login-page-item-button-bg1 {
    background-color: #f8c4ff;
}

.login-page-item-button-bg2 {
    background-color: #e4ffab;
}

.login-page-item-button-bg3 {
    background-color: #ff9582;
}

.login-page-item-button-bg4 {
    background-color: #caecf1;
}

.login-page-item-button-bg5 {
    background-color: #fce4a2;
}

.button-header-color1:hover, .button-header-color1:active {
    background-color: #6c3e74;
}

.button-header-color2:hover, .button-header-color2:active {
    background-color: #8bb63b;
}

.button-header-color3:hover, .button-header-color3:active {
    background-color: #c93824;
}

.button-header-color4:hover, .button-header-color4:active {
    background-color: #2aa5ba;
}

.button-header-color5:hover, .button-header-color5:active {
    background-color: #dda132;
}

.button-header {
    border-radius: 15px;
    outline: 0 !important;
    display: block;
    width: 100%;
    color: #ffffff;
    text-decoration: none;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
    cursor: pointer;
    padding: 1px 6px;
}

div.button-header {
    cursor: pointer;
}

.button-header > span {
    vertical-align: middle;
    padding: 5px 10px 6px 8px;
    font-weight: bold;
}
.button-header .ef-icon-light {
    border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding-left: 12px;
    margin-right: 5px;
    display: inline-block;
    padding-top: 8px;
}

.ef-expand-icon-light {
    float: right;
    margin: 18px 10px 0 0;
}

.login-form-inner .button-header .ef-icon-light {
    border-right: none;
}

.button-header-expandable {
    border-radius: 15px;
    outline: 0 !important;
    display: block;
    width: 100%;
    color: #ffffff;
    text-decoration: none;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
    padding: 1px 6px;
}

.button-header-expandable > span {
    vertical-align: middle;
    padding: 5px 10px 6px 8px;
    display: inline-block;
    font-weight: bold;
}

.button-header-expandable .ef-icon-light {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 12px;
    margin-right: 5px;
    display: inline-block;
    padding-top: 8px;
}

.button-login-expanded {
    border: medium none;
    border-radius: 10px;
    font-size: 24px;
    font-weight: bold;
    height: 50px;
    width: 100% !important;
}

.button {
    background: #fafafa;
    background: -webkit-linear-gradient(top, #ffffff, #F2F2F2);
    background: -moz-linear-gradient(top, #ffffff, #F2F2F2);
    background: -o-linear-gradient(top, #ffffff, #F2F2F2);
    background: linear-gradient(to bottom, #ffffff, #F2F2F2);
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    height: 22px;
    line-height: 19px;
    outline: none;
    padding: 0 15px;
    text-shadow: 0 1px 0 white;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header {
    height: 60px;
    background: #fff;
    padding: 0 15px;
}

.header-company-logo {
    float: left;
}
.header-company-logo a {
    height: 60px;
    display: table-cell;
    vertical-align: middle;
}

.header-app-logo a {
    height: 60px;
    vertical-align: middle;
}

.footer {
    min-height: 43px;
    padding: 10px;
}

.footer-button {
border-radius: 15px;
    color: #000;
    cursor: pointer;
    display: inline;
    font-size: 16px;
    font-weight: bold;
    height: 55px;

    /* line-height: 30px; */
    /* outline: 0 none !important; */

    margin-bottom: 5px;
    padding: 2px 15px;
    text-align: center;
    text-decoration: none;
    width: 40%;
    max-width:240px;
}

.footer-button-color {
	/*
    -moz-box-shadow: inset 0px 1px 0px 0px #59b7cb;
    -webkit-box-shadow: inset 0px 1px 0px 0px #59b7cb;
    box-shadow: inset 0px 1px 0px 0px #59b7cb;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #59b7cb), color-stop(1, #268498));
    background: -moz-linear-gradient(center top, #59b7cb 5%, #268498 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59b7cb', endColorstr='#268498');
    */
    background-color: #0C4151;
    border: 2px solid #ffffff;
}

.footer-text-label {
    color: #000;
    font-size: 0.9em;
}

.footer-logo {
    float: right;
}

.navbar {
    background: #59595c;
    min-height: 30px;
    padding: 0 15px;
    color: #fff;
    position: relative;
    margin-bottom: 0;
}

.header-user-actions {
    max-width: 450px;
    cursor: default;
    color: rgba(255, 255, 255, 0.8);
    padding-right: 30px;
    overflow: visible;
    white-space: nowrap;
    text-align: right;
    float: right;
}

.header-logged-user {
    display: inline-block;
    padding: 6px 35px 5px 5px;
    text-align: right;
}

.header-title {
    cursor: default;
    color: rgba(255, 255, 255, 0.8);
    overflow: visible;
    white-space: nowrap;
    vertical-align: middle;
}

.header-logged-user-label {
    font-size: 10px;
    vertical-align: middle;
    padding-right: 1px;
}

.header-right-inner {
    line-height: 30px;
    height: 32px;
}

.header-logged-user-name {
    font-size: 16px;
    text-transform: none;
    vertical-align: baseline;
}

.language-menu-selected {
    display: inline-block;
    vertical-align: middle;
    padding: 6px 10px;
}

.language-menu {
    width: 30px;
    padding-right: 64px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
}
.language-menu span[class^="language-flag-"] {
    display: inline-block;
    height: 12px;
    width: 20px;
}

.language-list {
    text-align: left;
    background: #59595c;
    border-bottom-left-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    list-style: none outside none;
    margin-bottom: 5px;
    min-width: 24px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 30px;
    right: -15px;
    z-index: 10;
    display: none;
}
.is-open .language-list {
    display: block;
}
.language-list li {
    border-top: 1px solid #fff;
}
.language-list li a {
    display: block;
    padding: 10px 15px 10px 15px;
    text-transform: capitalize;
    font-size: 12px;
    white-space: nowrap;
}
.language-list li a:hover, .language-list li a:active {
    background: #67676b;
    cursor: pointer;
}
.language-list .language-name {
    display: inline-block;
}

.language-name {
    text-transform: capitalize;
}

.login-cancel {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    padding-left: 12px;
}

.login-content, .logged-content {
    padding: 10px 10px 10px;
}

.login-content{
    max-width: 500px;
    background-color: #f8f8ff;
    margin-top: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.sms-content{
    max-width: 500px;
    background-color: #f8f8ff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.login-header {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    position: relative;
    padding-top: 10px;
}

.login-header-content {
    display: inline-block;
    vertical-align: middle;
    padding: 6px 0 6px 0px;
    text-align: left;
    float: left;
}

.status-message-logout {
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: 8px 0;
}

.status-message {
    padding: 10px;
    background: #30a5bf;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    margin: 8px 0;
}
.status-message.is-invalid {
    background: #db4b4b;
}
.status-message.is-valid {
    background: #aac928;
}

@media (min-width: 768px) {
    .login-form {
        margin: 0 auto;
        /*width: 50%;*/
        max-width: 400px;
        padding: 15px 15px 0;
        margin-top: 10px;
        border-top: 1px solid #cccbcb;
    }
    
    .login-form-borderless {
        margin: 0 auto;
        /*width: 50%;*/
        max-width: 400px;
        padding: 15px 15px 0;
        margin-top: 10px;
        border-top: none !important;
    }
}

.login-form-inner {
    border-radius: 15px;
    padding-bottom: 1px;
}

.up-form-input {
    font-size: 22px !important;
}

.only-login {
    width: 100%;
}

.login-input-wrapper {
    margin: 5px 0;
    background: #cccbcb;
}
.login-input-wrapper input[type="text"], .login-input-wrapper input[type="password"] {
    height: 50px;
}

.input-wrapper {
    margin: 8px 0;
}

.input-group {
    border-collapse: separate;
    display: table;
    position: relative;
    margin-bottom: 5px;
    padding: 0 15px;
    width: 100%;
}
.input-group .form-control {
    height: 50px;
}

.input-group-addon {
    background: #cccbcb;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
    display: table-cell;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.input-group-single {
    padding: 0;
    width: 100%;
}

.login-password-reminder {
    font-size: 12px;
    line-height: 24px;
}

.input-wrapper > .login-password-reminder {
    color: #ffffff;
}

.idp-login {
    margin: 0 auto;
    /*border-top: 1px solid #cccbcb;*/
    padding: 0px 15px;
}


.login-item-description {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .idp-login {
        margin: 0 auto;
        /*width: 50%;*/
        max-width: 400px;
        border-top: 0;
        padding: 15px 15px 0;
        margin-top: 10px;
        border-top: 1px solid #cccbcb;
    }
}

.idp-login-links {
    margin: 12px 0;
    padding: 5px;
    border-top: 1px solid #cccbcb;
    text-align: left;
}
.idp-login-links a {
    display: inline-block;
    margin: 5px;
    opacity: 0.9;
}
.idp-login-links a:hover, .idp-login-links a:active {
    opacity: 1;
}

.logged-service-select {
    margin: 15px 0;
}
.logged-service-select > li {
    display: block;
    margin: 8px 0;
    padding: 0;
    text-align: left;
}
.logged-service-select > li.is-expanded {
    padding-bottom: 5px;
    cursor: default;
}
.logged-service-select > li.is-expanded:hover, .logged-service-select > li.is-expanded:active {
    background: #30a5bf;
    cursor: default;
}
.logged-service-select > li > a {
    display: block;
    padding: 15px;
    font-size: 21px;
}

.logged-select-agent {
    color: #59595c;
    padding: 0 3px 3px;
}
.logged-select-agent > li {
    background: #fff;
    border-collapse: collapse;
    margin: 3px 0;
}
.logged-select-agent > li > a {
    display: table;
    width: 100%;
    cursor: pointer;
}
.logged-select-agent > li > a:hover {
    background: rgba(48, 165, 191, 0.1);
}

.select-agent-key, .select-agent-value {
    display: table-cell;
    border-collapse: collapse;
    padding: 15px;
    border: 1px solid #cccbcb;
    width: 30%;
}

.select-agent-value {
    width: 70%;
}


td.LABEL {
    vertical-align: middle;
    text-align: left;
    width: 30%;
    border-bottom: 1px solid #e8f2f8;
    padding: 5px;
}

td.FIELD {
    text-align: left;
    width: 70%;
    border-bottom: 1px solid #e8f2f8;
    padding: 5px;
}

.wizardTop {
    font-size: 14px;
    background: #eee;
    border: 1px solid #ccc;
    border-bottom: 0;
    padding: 4px 15px;
}

.wizardTop .wizardHelp-content {
    display: none;
}

.wizardTop .wizardInstructions {
    line-height: 22px;
}

.wizardPanel {
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #cccbcb;
    max-width: 100%;
    padding: 12px;
}

.ws-wizard {
    display: table;
    width: 100%
}

.ws-wizard > div {
    display: table-row
}

.light-triangle, .wizard-item-text:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 15px;
    border-color: transparent transparent transparent #e0f0f4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.dark-triangle, .ef-nav-item.ef-nav-item-collapsed .wizard-item-text:after, .ef-nav-item.ef-nav-item-collapsed + .ef-nav-item .wizard-item-text:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 15px;
    border-color: transparent transparent transparent #2db2c9;
    position: absolute;
    top: 0;
    left: 2px;
    z-index: 1
}

.ef-nav-item {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    background: #e0f0f4
}

.ef-nav-item.ef-nav-item-collapsed {
    height: 40px;
    overflow: hidden;
    width: 18px
}

.ef-nav-item.ef-nav-item-collapsed .wizard-item-text {
    margin-right: 0
}

.ef-nav-item.ef-nav-item-collapsed .wizard-item-text span {
    display: none
}

.ef-nav-item.ef-nav-item-collapsed .wizard-item-text:before {
    z-index: 2
}

.ef-nav-item.ef-nav-item-expanded:first-child .wizard-item-text:before {
    display: none !important
}

.ef-nav-item.ef-nav-item-expanded:hover + .ef-nav-item .wizard-item-text:before {
    border-color: transparent transparent transparent #c3e8ed
}

.ef-nav-item.ef-nav-item-expanded .wizard-item-text:hover {
    background: #c3e8ed;
    cursor: pointer
}

.wizard-item-text {
    display: block;
    padding: 11px 5px;
    font-size: 18px;
    background: #e0f0f4;
    color: #2db2c9;
    position: relative
}

.ef-nav-item-selected {
    z-index: 2
}

.ef-nav-item-selected.ef-nav-item-expanded .wizard-item-text {
    background: #2db2c9 !important;
    color: #fff
}

.ef-nav-item-selected + .ef-nav-item .wizard-item-text:before {
    border-color: transparent transparent transparent #2db2c9 !important
}

@media (max-width: 767px) {
    .ef-nav-item-expanded {
        width: 18px;
        position: relative
    }

    .ef-nav-item-expanded.ef-nav-item-selected {
        width: auto
    }

    .ef-nav-item-expanded.ef-nav-item-selected:after {
        display: none
    }

    .ef-nav-item-expanded.ef-nav-item-selected .wizard-item-text span {
        display: block
    }

    .wizard-item-text span {
        display: none
    }

    .footer-button {
        width: 142px;
    }

    .idp-login {
        margin: 0 auto;
        /*width: 50%;*/
        min-width: 300px;
        max-width: 400px;
        padding: 10px 15px;
        border-top: 0;
    }

    .login-form {
        margin: 0 auto;
        /*width: 50%;*/
        min-width: 300px;
        max-width: 400px;
        padding: 15px 15px 0;
        margin-top: 10px;
        border-top: 1px solid #cccbcb;
    }

    .login-form-borderless {
        margin: 0 auto;
       /* width: 50%;*/
        min-width: 300px;
        max-width: 400px;
        padding: 15px 15px 0;
        margin-top: 10px;
        border-top: none !important;
    }
}

.btn-primary {
    background-color: #2DB2C9;
    border-color: #2DB2C9;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #29a3b8;
    background-image: -moz-linear-gradient(top,#2DB2C9,#248d9f);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#2DB2C9),to(#248d9f));
    background-image: -webkit-linear-gradient(top,#2DB2C9,#248d9f);
    background-image: -o-linear-gradient(top,#2DB2C9,#248d9f);
    background-image: linear-gradient(to bottom,#2DB2C9,#248d9f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2db2c9', endColorstr='#ff238d9f', GradientType=0);
    border-color: #248d9f #248d9f #165661;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
.btn-primary:hover,
.btn-primary:focus {
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #248d9f;
}
.btn-primary:active,
.btn-primary.active,
.btn-primary.active:hover {
    background-color: #28a0b4;
    border-color: #248d9f;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled] .btn-primary:hover,
.btn-primary[disabled] .btn-primary:focus,
.btn-primary[disabled] .btn-primary:active,
.btn-primary[disabled] .btn-primary.active {
    background-color: #2DB2C9;
    border-color: #2DB2C9;
}

input[type="checkbox"].consentLargerCheckbox {
    width: 20px;
    height: 20px;
}


.consentWhiteBackground {
	margin: 15px;
	background: #FFFFFF;
}

.consentSpan {
	vertical-align: bottom;
	padding: 5px 5px 5px 15px;	
}

.consentContainer {
    position:absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width:370px;
    background: #2db2c9;

    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    border: 0px solid #000000;
    padding-bottom: 10px;
}

.consentContent{
    top: 55px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width:340px;
    background: #FFFFFF;
}

.consentHeader {
    font-weight: bold;
    padding: 15px;
    font-size: 15pt;
    color: #FFFFFF;
    font-family: Arial;
}

.consentHeaderMsg {
    padding: 8px;
    font-size: 15px;
    color: #7b7979;
    border-bottom: solid  #2db2c9;
    border-bottom-width: 1px;
    font-family: Arial;
    font-weight: bold;
}

.consentBottomMessage {
    border-top: solid  #2db2c9;
    border-top-width: 1px;
    padding: 8px;
    font-size: 15px;
    color: #7b7979;
    font-family: Arial;
    font-weight: bold;
}

.consentCheckboxMessage {
    font-size: 15px;
    color: #7b7979;
    font-family: Arial;
    padding-left: 5px;
    padding-top: 3px;
}

.consentCheckboxStyle {
    font-size: 13pt;
    color: #000000;
    padding: 5px;
    vertical-align: top;
    position: relative;
}
     
.consentButtonStyle {
    text-align: center;
}

.consentScroll {
    max-height: 160px;
    width: 340px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.consentTable {
    border-collapse: collapse;
    table-layout: fixed;
}

.consentTd {
    border-collapse: collapse;
    padding-left: 8px;
    color: #7b7979;
    font-size: 12px;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: top;
}

.consentInput {
    border: none;
    width: 100%;
	visibility: hidden;
}

.consentInfo {
    padding: 8px;
    color: #7b7979;
    border-top: solid  #2db2c9;
    border-top-width: 1px;
    font-family: Arial;
}
     
.headerFont {
    font-size: 12pt;
}

.consentCheckboxStyle.border-top {
    border-top: solid 1px #2db2c9;
}

.btn-consent {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
.btn-consent-green {
    color: #fff;
    background-color: #A9C938;
    border-color: #A9C938;
}
.btn-consent-green:hover {
    color: #fff;
    background-color: #768B2C;
    border-color: #768B2C;
}
.btn-consent-green:active {
    color: #fff;
    background-color: #768B2C;
    border-color: #768B2C;
}

.boldedHeader {
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 10px;
}

.consentInfoMessage {
    font-size: 12px;
}

.consentTdValue {
    word-wrap: break-word;
}
.other-methods-button button{
    text-align: center;
    height: 50px;
}
.disclaimer-text-wrapper{
    font-size: 12px;
    margin-top: 50px;
}

[data-ui-sorting-priority]{
    display: none;
}
[data-ui-sorting-priority='1']{
    display: block;
}
.more-methods-button-wrapper{
    border-top: none;
}