﻿/* here you can put your own css to customize and override the theme */

/* Changing GPO Icons colors and Size */
/* Check icon */
[class^="wk-icon-filled-check"],
[class*=" wk-icon-filled-check"],
[class^="wk-icon-checkmark"],
[class*=" wk-icon-checkmark"] {
    color: #85bc20;
}

/* close icon */
[class^="wk-icon-filled-close"],
[class*=" wk-icon-filled-close"] {
    color: #e5202e;
}

/* forbid icon */
[class^="wk-icon-filled-forbid"],
[class*=" wk-icon-filled-forbid"] {
    color: red;
}

/* info - icon */
[class^="wk-icon-filled-info"],
[class*=" wk-icon-filled-info"] {
    color: #007ac3;
    font-size: 24px;
}



.infoalert {
    color: #007ac3;
}

.webGrid {
    margin-bottom: 10px;
    border-collapse: collapse;
    width: 100%;
    background-color: white;
}

    .webGrid th {
        border: 1px solid #C0C0C0;
        padding: 2px;
        text-align: center;
    }

    .webGrid td {
        border: 1px solid #C0C0C0;
        padding: 2px;
    }

.header {
    background-color: lemonchiffon;
    font-weight: bold;
    color: #ffffff;
}

.alt {
    background-color: white;
}

.edit-mode {
    width: 200px;
}

.header {
    background-color: inherit;
    font-weight: bold;
    color: black;
}

.edit-button {
    width: 24px;
    height: 24px;
}

.delete-button {
    width: 24px;
    height: 24px;
}

.btnAddMerchantAccount {
    max-width: 200px;
    height: 30px;
    background-color: lightgreen !important;
    color: #ffffff;
    margin-left: 10px;
}

.subAccountsHeader {
    /*background-color: lightgreen !important;*/
}

.createDiv {
    margin: 40px;
}

h3 {
    margin-left: 200px;
}

.action {
    width: 50px;
}

.editGridCol1 {
    width: 280px;
}

.editGridCol2 {
    width: 80px;
    text-align: center;
}

.editGridCol3 {
    width: 80px;
    text-align: center;
}

.editGridInvalid {
    color: red;
    font-weight: bold;
}

.logo-image {
    max-height: 150px;
    max-width: 400px;
    margin-top: 1rem;
    width: 100% !important;
}

@media screen and (min-width: 1024px) {
    em {
        display: block;
    }
}

@media screen and (max-width: 1023px) {
    em {
        display: none;
    }
}

.display-none {
    display: none !important;
}

.margin-top-none {
    margin-top: 0px !important;
}

.margin-top-20px {
    margin-top: 20px;
}

.margin-bottom-20px {
    margin-bottom: 20px;
}

.margin-left-20px {
    margin-left: 20px;
}

.margin-right-20px {
    margin-right: 20px;
}

.padding-left-10px {
    padding-left: 10px;
}

.padding-right-10px {
    padding-right: 10px;
}

.padding-top-30px {
    padding-top: 30px;
}

.text-decoration-none {
    text-decoration: none !important;
}

.border-nav-tab-div {
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

.border-bottom-grey {
    border-bottom: 1px solid #dadada !important;
}

.overflow-inherit {
    overflow-x: initial !important;
    overflow-y: initial !important;
}

.font-size-small {
    font-size: 0.937rem !important;
}

.width-30percent {
    width: 30%;
}

.width-15percent {
    width: 15%;
}

.width-20percent {
    width: 20%;
}

.modal-help-icon:hover {
    color: white;
}

.wk-header .wk-nav > li > a {
    padding: .625rem .9375rem !important;
}

.spinner {
    position: fixed !important;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -55px;
    text-align: center;
}

    .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #333;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (max-width: 480px) {
    .wk-modal-dynamic-title {
        width: 83.33333%;
        float: left;
    }

    .wk-button-xs-group-left {
        float: left;
    }

    .wk-button-xs-group-right {
        float: right;
    }

    .wk-col-xs-6 {
        width: 50%;
        float: left;
    }
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.blueHead {
    color: #007ac3;
}

.mb0 {
    margin-bottom: 0 !important;
}
.overlay-bg {
    background-color: rgba(0,0,0,0.5);
}

