﻿/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.paddingWrapper {
    padding-top: 50px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*Login*/

.pageLogin {
    padding-bottom: 20px
}

.pageLoginForm {
    text-align: center;
    background: rgba(0, 0, 0, .04);
    padding: 40px 80px 20px 80px;
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    position: relative
}

.pageLoginForm.companyRegistration {
    padding-bottom: 150px
}

h3 {
    font-size: 1.5em;
}

.pageLoginTable {
    display: table;
    color: #858585;
    max-width: 1020px;
    border-collapse: collapse;
    margin: 0 auto;
    border-spacing: 0
}

.pageLoginRow {
    display: table-row;
    width: 100%;
}

.loginButton {
    padding: 15px 0
}

.providerAuth {
    padding: 40px 80px 20px 80px;
    text-align: center;
    background: rgba(255, 255, 255, .4);
    display: table-cell;
    box-sizing: border-box;
    width: 50%
}

.pageLogin p {
    font-size: 16px;
    font-weight: normal;
    margin: 8px 0;
    padding: 0 0 8px 0
}

.orphyLoginInputs {
    margin-top: 25px
}

.orphyLoginInputs input {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 4px;
    width: 100%;
    padding: 8px 12px 8px 12px;
    border: none
}

.pageLoginForm .controlGroup {
    min-height: initial;
    height: auto;
    margin-bottom: 20px;
    width: 100%;
    text-align: left
}

.pageLoginForm .controlGroup .inputContainer {
    min-height: initial;
    padding: 8px 12px 8px 12px
}

.pageLoginForm .controlGroup .inputContainer .inputContainerControl {
    font-size: 12px
}

.pageLoginForm .controlGroup .inputContainer .inputContainerControl input {
    padding: 0;
    line-height: 1.5;
    height: auto;
    text-align: left
}

.pageLoginForm .controlGroup .inputContainer .inputContainerControl .k-dropdown-wrap .k-input {
    text-align: left
}

.orphyLoginInputs .orphyLoginInputWrapper:last-child input {
    margin-bottom: 8px
}

.orphyLoginInputWrapper {
    width: 100%;
    display: inline-block;
    position: relative
}

.orphyLoginInputs .k-widget.k-tooltip-validation {
    position: absolute;
    left: 0;
    right: 0;
    top: 31px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.pageLogin .k-button {
    height: 48px
}

.pageLogin .k-button.buttonSmall {
    height: 24px
}

.pageLogin a.k-button {
    height: auto
}

.loginSaveInfos {
    text-align: left;
    font-size: 14px;
    color: #000
}

#socialLoginList {
    width: 100%
}

.pageLogin .socialLoginWrapper {
    margin: 80px auto 0 auto;
    width: 100%
}


.pageLogin .k-button {
    height: 48px;
}

.k-button.buttonOutline:hover {
    border-color: #000;
}

.k-ff input.k-button {
    padding-top: 0;
    padding-bottom: 0;
}

.k-button.buttonRounded {
    border-radius: 50px;
}

.k-button.buttonOutline, .k-popup .k-footer .k-button.buttonOutline {
    background: transparent;
    border: 2px solid #233487;
    color: #233487;
    width: auto;
    line-height: 38px;
}

button:hover {
    text-decoration: none;
    outline: 0;
}

.k-button.buttonOutline:hover {
    background: transparent;
    color: #000;
}

.sidebar {
    width: 100%;
    background-color: #333333;
    height: 40px;
}

#nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.logout-button {
    margin-left: auto;
}

#nav li {
    height: 100%;
    background-color: #333333;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 1em;
}

#nav li a {
    font-family: Arial, serif;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    min-width: 160px;
    z-index: 100000;
    background-color: #333333;
    color: black;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3),
    0 3px 6px rgba(0, 0, 0, 0.3);

}

#nav li:hover:not(.red-switch),
.dropdown-content a:hover {
    background-color: #9B1C26;
}

.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}

#settingsWrapper .k-widget.k-textbox.form-control.form-control-lg,
#fraudConfigForm .k-widget.k-textbox.form-control.form-control-lg {
    width: 100%;
}

#fraudConfigForm .lineWrapper {
    display: flex;
    align-content: flex-start;
    align-items: center;
}

#fraudConfigForm .lineWrapper .k-widget.k-numerictextbox {
    margin: 0 0.4em 0 0.4em;
}

#fraudConfigForm .k-form-error.k-invalid-msg.field-validation-error {
    color: red;
    padding-left: 5px;
}

.lightRedRow {
    background-color: #FF6A74;
}

.isReadOnly .k-grid .k-picker-wrap .k-input, .k-grid .k-autocomplete .k-input, .k-grid .k-picker-wrap .k-input {
    width: 100%;
}

.k-filtercell > span > .k-button {
    width: 0;
}

.k-grid .k-grid-header, .k-grid .k-grid-header .k-header, .k-grid.k-widget .k-grid-header tr {
    background: transparent;
    border: none;
}

.k-filtercell > .k-operator-hidden {
    padding-right: 1px;
}

.k-filtercell > span > .k-button {
    height: 100%;
    line-height: 1;
    min-width: auto;
    padding-left: 8px;
    padding-right: 8px;
    width: auto;
}

.k-filter-row .k-dropdown-operator, .k-filtercell > span > .k-button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

body {
    font-size: 75%
}

.k-grid td.decision-cell {
    padding: 0;
}

.negative-decision {
    padding: .4em .6em;
    background: rgb(239, 2, 2, 0.6);
    color: white;
}

.positive-decision {
    padding: .4em .6em;
    background: rgb(0, 128, 0, 0.6);
    color: white;
}

.k-grid td.decision-cell {
    padding: 0;
}

.negative-decision {
    padding: .4em .6em;
    background: rgb(239, 2, 2, 0.5);
    color: white;
    font-weight: bold;
}

.positive-decision {
    padding: .4em .6em;
    background: rgb(0, 128, 0, 0.5);
    color: white;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

.k-switch-on .k-switch-container {
    background-color: #FF6A74;
}

.k-switch-off .k-switch-container {
    background-color: lightgray;
}

.gaugecontainer {
    width: 40px;
    height: 40px;
}

.gauge {
    width: 100%;
    height: 40px;
}

#b2c.k-chart {
    width: 150px;
    height: 150px;
}

#b2b.k-chart {
    width: 150px;
    height: 150px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap-reverse;
    background-color: #f1f1f1;
}

.flex-container > div {
    background-color: #f1f1f1;
    width: 150px;
    margin: 10px;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap-reverse;
    background-color: #f1f1f1;
}

.flex-container > div {
    background-color: #f1f1f1;
    margin: 25px;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
}

body .k-state-selected > .k-link,
body .k-calendar td.k-state-selected .k-link {
    color: #2e2e2e;
}

body .k-calendar .k-today .k-link {
    color: #f35800;
    font-weight: 700
}


.card {
    margin-bottom: 1em;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.02),
    0 3px 6px rgba(0, 0, 0, 0.02);
}

div[disabled] {
    pointer-events: none;
    opacity: 0.6;
    background: rgba(200, 54, 54, 0.5);
    filter: alpha(opacity=50);
    zoom: 1;
}

.matchclass {
    background-color: red;
}

.form-group {
    margin-bottom: 0.5em;
}

body .form-group input {
    background: white !important;
}

.expiredDate {
    color: rgba(200, 54, 54, 0.8);
}

.activeDate {
    color: rgb(0, 128, 0, 0.8);
}

.k-textbox .k-input {
    padding: 0.5em;
}

.k-widget.k-textbox,
.text-box.single-line {
    width: 100%;
}

.k-widget.k-dropdown {
    width: 100%;
}

.select-dropdown,
.text-box.single-line {
    width: 100%;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    background: none;
    padding: 0.5em;
}