/* Minification failed. Returning unminified contents.
(197,1): run-time error CSS1019: Unexpected token, found '}'
 */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,900italic,900,700italic,400italic,700,100italic,100,300,300italic');

.consent-remember {
    display: none;
}

.navbar {
    background-color: white;
    height: 80px;
    min-height: 80px;
    position: unset !important;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, .25);
    margin-bottom: 20px;
}

.navbar-header {
    margin-top: 10px;
    padding: 0px;
    height: 60px;
    width: 100%;
    background: url('/images/logo.svg') no-repeat center;
    float: left;
}

.container {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
}

.container.page-login .page-header h1 {
    display: none;
}

.container.page-login .panel-heading .panel-title {
    display: none;
}

.container.page-login .panel-heading:after {
    content: "Logicbroker Account Login";
    font-size: larger;
}

.external-page .row .flexCol{
    float: none;
    margin: 0 auto;
}

.page-consent:before {
    background: url('/images/logo.svg') no-repeat center;
    height: 70px;
    width: 100%;
}

.page-consent .col-sm-10 {
    text-align: center;
    width: 100%;
}

.page-consent .row .col-sm-8{
    float: none;
    margin: 0 auto;
}

.page-login .panel-heading {
    display: none;
}

.page-login .page-header {
    display: none;
}

.panel-default {
    border-radius: 10px;
    margin: 0;
}

.radio-item {
    display: block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
}

.radio-item input[type='radio'] {
    display: none;
}

.radio-item label {
    font-weight: normal;
}

    .radio-item label:before {
        content: " ";
        display: inline-block;
        position: relative;
        top: 5px;
        margin: 0 5px 0 0;
        width: 20px;
        height: 20px;
        border-radius: 11px;
        border: 2px solid #006BFF;
        background-color: transparent;
    }

.radio-item input[type=radio]:checked + label:after {
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 10px;
    content: " ";
    display: block;
    background: #006BFF;
}

.external-page .panel-default {
    border: none;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, .25);
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

body {
    background: #fafafa;
    margin-top: 14px;
    font-family: Poppins, Arial, Helvetica, sans-serif;
}

.external-page body {
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin: 0;
}

#forgotPassword {
    position: absolute;
    top: 30px;
    right: 7px;
}



.page-login label {
    margin-bottom: 0px;
}

.page-login .form-group {
    position: relative;
}

.page-login .form-group {
    margin-bottom: 26px;
}

a {
    color: #006BFF;
    transition: all .2s linear;
}

    a:hover {
        text-decoration: none;
        opacity: 0.8;
    }

a:active {
    text-decoration: none;
    opacity: 0.8;
}

.external-page input[type="text"], .external-page input[type="password"], .external-page input[type="number"], .external-page input[type="email"], .external-page select {
    border-radius: 0;
    background: white;
    border: 1px solid #1a1a1a;
    height: 36px;
    padding: 4px 12px 4px 12px;
    box-shadow: none !important;
    border-radius: 6px;
}

.external-page .select-wrapper::after {
    content: ' ';
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    right: 30px;
    top: 13px;
    transform: rotate(45deg);
}
}

input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px #eee inset !important;
}

.flexCol {
    display: flex;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

.login-info {
    font-size: 11px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid rgb(51, 51, 51);
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    min-width: 100px;
    background-color: rgba(255,255,255,0.85);
    transition: all .2s linear;
    text-transform: uppercase;
    color: rgb(51, 51, 51);
}

.btn:hover, .btn:active, .btn:focus {
    color: #006BFF;
    background-color: rgba(255,255,255,0.85);
    border-color: #006BFF !important;
    outline: none;
    box-shadow: none;
}

.btn-primary, .btn.btn-primary {
    color: #fff;
    background-color: #006BFF;
    border-color: #006BFF;
    text-transform: uppercase;
    border-radius: 6px;
    border: 1px solid #006BFF;
    transition: all .2s linear;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus,
    .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
        color: #006BFF;
        background-color: rgba(255,255,255,0.85);
        border-color: #006BFF !important;
        outline: none;
        box-shadow: none;
    }

    .input[type="submit"].hidden {
        height: 0;
        width: 0;
        padding: 0;
        margin: 0;
        overflow: hidden;
        min-width: 0;
        border: 0;
    }

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

body {
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background: #fafafa;
    margin-top: 14px;
    font-family: Poppins, Arial, Helvetica, sans-serif;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.external-providers {
    display: none;
}

.marketing-block {
    min-width: 350px;
    max-width: 350px;
    height: 400px;
    max-height: 400px;
    background: white;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    display: inline-block;
}

@media (max-width: 750px) {
	.marketing-block {
	    display: none !important;
	}
}

.footer {
    height: 80px;
    min-height: 80px;
    margin-top: 20px;
    background-color: #1a1a1a;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-content {
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

.container.page-authorizeresponse {
    display: flex !important;
}

a.navbar-header {
    transition: none;
}

.control-label.required::after {
    content: '*';
    color: #ee3224;
    font-weight: bold;
}

.panelHeader {
    background: #1a1a1a;
    color: white;
    text-align: center;
    padding: 1rem;
}

    .panelHeader h4 {
        font-weight: bold;
        font-family: Poppins;
    }

    .panelHeader h6 {
        font-family: Poppins;
    }
/**
  * style variables
*/
/**
  * Control & indicator mixin
*/
.carousel {
    height: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
    padding: 0;
    list-style: none;
    /**
  * Where the magic happens
  */
    /**
    * Control element - right/left arrows
  */
    /**
    * Element for holding slide indicators
  */
    /**
    * Indicator for indicating active slide
  */
    /**
    * Create rules for when slides are contained within a track
  */
}

.carousel__controls,
.carousel__activator {
    display: none;
}

    .carousel__activator:nth-of-type(1):checked ~ .carousel__track {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    .carousel__activator:nth-of-type(1):checked ~ .carousel__slide:nth-of-type(1) {
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, transform 0.5s;
        transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
        top: 0;
        left: 0;
        right: 0;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .carousel__activator:nth-of-type(1):checked ~ .carousel__controls:nth-of-type(1) {
        display: block;
        opacity: 1;
    }

    .carousel__activator:nth-of-type(1):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(1) {
        opacity: 1;
    }

    .carousel__activator:nth-of-type(2):checked ~ .carousel__track {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .carousel__activator:nth-of-type(2):checked ~ .carousel__slide:nth-of-type(2) {
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, transform 0.5s;
        transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
        top: 0;
        left: 0;
        right: 0;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .carousel__activator:nth-of-type(2):checked ~ .carousel__controls:nth-of-type(2) {
        display: block;
        opacity: 1;
    }

    .carousel__activator:nth-of-type(2):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(2) {
        opacity: 1;
    }

    .carousel__activator:nth-of-type(3):checked ~ .carousel__track {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
    }

    .carousel__activator:nth-of-type(3):checked ~ .carousel__slide:nth-of-type(3) {
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, transform 0.5s;
        transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
        top: 0;
        left: 0;
        right: 0;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .carousel__activator:nth-of-type(3):checked ~ .carousel__controls:nth-of-type(3) {
        display: block;
        opacity: 1;
    }

    .carousel__activator:nth-of-type(3):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(3) {
        opacity: 1;
    }

    .carousel__activator:nth-of-type(4):checked ~ .carousel__track {
        -webkit-transform: translateX(-300%);
        transform: translateX(-300%);
    }

    .carousel__activator:nth-of-type(4):checked ~ .carousel__slide:nth-of-type(4) {
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, transform 0.5s;
        transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
        top: 0;
        left: 0;
        right: 0;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .carousel__activator:nth-of-type(4):checked ~ .carousel__controls:nth-of-type(4) {
        display: block;
        opacity: 1;
    }

    .carousel__activator:nth-of-type(4):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(4) {
        opacity: 1;
    }

    .carousel__activator:nth-of-type(5):checked ~ .carousel__track {
        -webkit-transform: translateX(-400%);
        transform: translateX(-400%);
    }

    .carousel__activator:nth-of-type(5):checked ~ .carousel__slide:nth-of-type(5) {
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, transform 0.5s;
        transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
        top: 0;
        left: 0;
        right: 0;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .carousel__activator:nth-of-type(5):checked ~ .carousel__controls:nth-of-type(5) {
        display: block;
        opacity: 1;
    }

    .carousel__activator:nth-of-type(5):checked ~ .carousel__indicators .carousel__indicator:nth-of-type(5) {
        opacity: 1;
    }

.carousel__control {
    height: 30px;
    width: 30px;
    margin-top: -15px;
    top: 50%;
    position: absolute;
    display: block;
    cursor: pointer;
    border-width: 5px 5px 0 0;
    border-style: solid;
    border-color: #fafafa;
    opacity: 0.35;
    outline: 0;
    z-index: 3;
}

    .carousel__control:hover {
        opacity: 1;
    }

.carousel__control--backward {
    left: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.carousel__control--forward {
    right: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.carousel__indicators {
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
}

.carousel__indicator {
    height: 15px;
    width: 15px;
    border-radius: 100%;
    display: inline-block;
    z-index: 2;
    cursor: pointer;
    opacity: 0.35;
    margin: 0 2.5px 0 2.5px;
}

    .carousel__indicator:hover {
        opacity: 0.75;
    }

.carousel__track {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    transition: -webkit-transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

    .carousel__track .carousel__slide {
        display: block;
        top: 0;
        left: 0;
        right: 0;
        opacity: 1;
    }

        .carousel__track .carousel__slide:nth-of-type(1) {
            -webkit-transform: translateX(0%);
            transform: translateX(0%);
        }

        .carousel__track .carousel__slide:nth-of-type(2) {
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
        }

        .carousel__track .carousel__slide:nth-of-type(3) {
            -webkit-transform: translateX(200%);
            transform: translateX(200%);
        }

        .carousel__track .carousel__slide:nth-of-type(4) {
            -webkit-transform: translateX(300%);
            transform: translateX(300%);
        }

        .carousel__track .carousel__slide:nth-of-type(5) {
            -webkit-transform: translateX(400%);
            transform: translateX(400%);
        }

.carousel--scale .carousel__slide {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.carousel__slide {
    height: 100%;
    position: absolute;
    overflow-y: auto;
    opacity: 0;
}

.carousel__slide a {
    display: inline-block;
    background-position: right;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: none;
}

/**
  * Theming
*/
* {
    box-sizing: border-box;
}

.carousel-container {
    display: inline-block;
}

.carousel__slide {
    overflow: hidden;
}

.carousel--thumb .carousel__indicator {
    height: 30px;
    width: 30px;
}

.carousel__indicator {
    background-color: #fafafa;
}
