﻿html {
    height: 100%;
}

body {
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease-in;
}
    body.loaded {
        opacity: 1;
    }

label {
    margin-bottom: .1rem;
}

input {
    font-family: Lato, sans-serif;
}

.page-wrap {
    min-height: 100%;
    margin-bottom: -40px;
    padding-bottom: 40px;
}

.body-content {
}

.footer {
    clear: both;
    position: relative;
    z-index: 2;
    border-top: 1px solid #eee;
}

footer {
    height: 39px;
    min-height: 39px;
    padding: 0;
    justify-content: flex-start;
}

.terms-conds-link {
    margin-left: 30px;
    color: #000000;
    text-decoration: underline;
}

.small-font {
    font-size: 14px;
}

.large-font {
    font-size: 30px;
}

.center-max-width {
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.centered-loginpanel-sm {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    min-height: 599px;
    background: #fff;
    box-shadow: 0 15px 50px rgb(0 0 0 / 10%);
    overflow: hidden;
}

.centered-panel-sm {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    min-height: 575px;
    background: #fff;
}

.full-width, input.full-width {
    width: 100%;
}

.half-width, input.half-width {
    width: 50%;
}

.full-max-width {
    max-width: 100%;
}

.zero-pad {
    padding: 0;
}

.bsbb, .bsbb * {
    box-sizing: border-box;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.hide {
    display: none;
}

.curs-pointer {
    cursor: pointer;
}

.disabled-look {
    opacity: .7;
}

.dd-h-med .k-input {
    line-height: 2em;
}

.dd-h-med .k-dropdown-wrap .k-select {
    line-height: 2.3em;
}

.v-a-top {
    vertical-align: top;
}

.d-flex {
    display: flex;
}
/*margins and paddings*/
.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mr10 {
    margin-right: 10px;
}

.mb5 {
    margin-bottom: 5px;
}
/*END - margins and paddings*/

.navbar-top-brand {
    background-image: url('Images/logo1.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 226px;
    height: 50px;
    padding: 0;
    display: inline-block;
    color: #1a3c7b;
}

.header-right-buttons {
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.navbar-below {
    height: 30px;
    font-weight: bold;
}

    .navbar-below .bclink {
        line-height: 32px;
        display: inline-block;
        font-size: 14px;
        text-decoration: none;
        color: #c41a34;
    }

    .navbar-below .bclink a:hover {
        text-decoration:underline !important
    }

.navbar-menu {
    height: 37px;
    line-height: 35px;
    display: inline-block;
    width: 100%;
}

    .navbar-menu .navbar-menu-item {
        position: relative;
        display: inline-block;
    }

    .navbar-menu .btn-dropdown {
        height: 35px;
        padding-left: 0px;
        font-size: 15px;
        min-width: 130px;
    }

#btn-portal-admin {
    min-width: 190px;
}

.navbar-menu .navbar-help-btn a.btn-dropdown {
    min-width: 90px;
}

.navbar-menu-selected {
    border-bottom: #c41a34 solid 2px;
}

.navbar-help-btn:hover {
    border-bottom: #c41a34 solid 2px;
}

.header-right-buttons .registerLink {
    color: #358138;
    text-decoration: underline;
    margin: 0 15px;
}

.header-right-buttons .loginLink {
    background-color: #358138;
    border-radius: 3px;
    padding: 10px 20px;
    margin: 0 15px;
    color: #ffffff !important;
    text-decoration: none;
}

    .header-right-buttons .loginLink:hover {
        background-color: #c41a34;
    }

.header-search-input {
    display: flex;
    position: absolute;
    vertical-align: middle;
    width: 70%;
    margin-top: 20px;
    margin-left: 350px;
    padding-right: 350px;
}

    .header-search-input .k-input {
        width: 100%;
    }

    .header-search-input .k-button {
        border: 0px;
        margin-left: -37px;
        margin-top: 5px;
        padding: 0px;
        width: 32px;
        height: 32px;
    }

        .header-search-input .k-button .header-search-icon {
            width: 32px;
            height: 32px;
        }

.btn-user-account {
    color: #c41a34;
    max-width: 240px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-user-account .icon-profile {
        background: url('Images/icon-profile.svg');
        background-repeat: no-repeat;
        width: 44px;
        height: 32px;
    }

#notificationLink {
    display: flex;
}

.header-user-details {
    position: absolute;
    background-color: #ffffff;
    top: 5rem;
    right: 50px;
    padding: 20px;
    width: auto;
    min-width: 180px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
}

    .header-user-details > div {
        padding: 5px 0;
    }

.header-dropdown-details {
    position: absolute;
    top: 38px;
    left: 0;
    width: auto;
    min-width: 130px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
    z-index: 2;
    line-height: 30px;
}

    .header-dropdown-details a {
        height: 2.3em;
        margin: 0;
        white-space: nowrap;
        font-size: 14px;
        width: 100%;
        border-radius: 0px;
    }

        .header-dropdown-details a:hover {
            background-color: #ffffff;
        }

.header-reporting-details {
    display: block;
    width: auto;
    height: auto;
}

    .header-reporting-details .reporting-tab {
        display: table-cell;
        padding-right: 30px;
    }

        .header-reporting-details .reporting-tab .reporting-tab-title {
            padding: 10px;
            font-size: 14px;
            color: #000;
            font-weight: bold;
            min-width: 210px;
        }

            .header-reporting-details .reporting-tab .reporting-tab-title i {
                margin-right: 2px;
            }

.async-page-content {
    visibility: hidden;
}

.form-group {
    margin-bottom: 10px;
}

.p-relative {
    position: relative;
}

div.c-kendo-alert.k-window-content {
    padding: 20px;
    min-width: 240px;
}

    div.c-kendo-alert.k-window-content > p {
        min-height: 50px;
    }

    div.c-kendo-alert.k-window-content > button.yes {
        margin-right: 10px;
    }

.font-weight-bold, .fwb {
    font-weight: bold;
}

.controls-row {
    margin-bottom: 10px;
}

.col-form-input,
.col-form-label.rdo-input {
    padding: 4px 8px;
    margin: 2px 0;
    border: 1px solid #eaebec;
    min-height: 30px;
}

.col-form-label.rdo-input {
    background-color: #fafbfc;
}

.col-form-input {
    font-size: 14px;
}

form.k-filter-menu {
    width: auto;
}

.icon-cancel {
    background: url('Images/icon-cancel.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.tt-price-dev-ex {
    float: left;
}

.k-grid-content td > span.k-dirty {
    display: none;
}

.m-button {
    line-height: 1;
}

    .m-button:disabled {
        background-image: none;
    }

    .m-button > span {
        vertical-align: middle;
    }

    .m-button > .k-icon:first-child {
        margin-right: 5px;
    }

.m-button-waiting {
    pointer-events: none;
}

tr.k-state-selected > td > a {
    color: #ffffff;
}

.grid-cell-disabled {
    background-color: #fcfcfc;
}

tr:hover .grid-cell-disabled {
    background-color: #eaeaea;
}

.grid-cell-highlight,
.grid-cell-editable {
    background-color: #fff8f1;
}

td.grid-cell-highlight.k-state-focused,
td.grid-cell-editable.k-state-focused {
    box-shadow: none;
}

tr:hover .grid-cell-highlight,
tr:hover .grid-cell-editable {
    background-color: #efeae2;
}

td.grid-cell-editable.invalid-input {
    background-color: #fceeea;
}

    td.grid-cell-editable.invalid-input.k-state-focused {
        box-shadow: none;
    }

tr:hover td.grid-cell-editable.invalid-input {
    background-color: #f0e8e5;
}

.k-grid .grid-cell-editable .k-dirty {
    display: none;
}

.kntns.k-numerictextbox .k-numeric-wrap {
    padding-right: 0;
}

.custom-input-date.k-datepicker {
    border: 1px solid transparent;
    box-shadow: 0 0 0 1px #ccd0d6;
}

    .custom-input-date.k-datepicker .k-picker-wrap {
        background-color: #fff;
        border: none;
        box-shadow: none;
    }

        .custom-input-date.k-datepicker .k-picker-wrap.k-state-disabled {
            background-color: #f2f3f5;
        }

    .custom-input-date.k-datepicker input.k-input {
        background-color: transparent;
        border: none;
        height: 2.3rem;
    }

/*Bootstrap*/
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
/*END - Bootstrap*/

#notificationContainer {
    background-color: #fff;
    border: 1px solid rgba(100, 100, 100, .4);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    overflow: visible;
    position: absolute;
    top: 80px;
    right: 0px;
    margin-left: -180px;
    width: 400px;
    display: none;
}

    #notificationContainer:before {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        color: transparent;
        border: 10px solid black;
        border-color: transparent transparent white;
        margin-top: -20px;
        margin-left: 190px;
    }

#notificationTitle {
    font-weight: bold;
    padding: 8px;
    font-size: 13px;
    background-color: #c41a34;
    color: white;
    position: fixed;
    width: 400px;
    border-bottom: 1px solid #dddddd;
}

#notificationsBody {
    padding: 33px 0px 0px 0px !important;
    min-height: 300px;
}

#notificationFooter {
    background-color: #f2f3f5;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    font-size: 12px;
    border-top: 1px solid #dddddd;
}

.notification-item {
    padding: 10px;
    font-size: 12px;
}

.notification-item-title {
    font-weight: bold;
}

.notification-item-body a {
    display: inline-block;
}

.notification-bell {
    color: white;
    font-size: 32px;
}

.notification-bell-counter {
    color: #c41a34;
    margin-left: 20px;
    margin-bottom: -13px;
    border-radius: 100%;
    background-color: yellow;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
}

.notification-unread-row {
    background-color: #f2f3f5;
}

#validationSummary {
    padding-top: 20px;
    color: #de351b;
    font-size: 14px;
}

.currency-info {
    font-size: 12px;
    float: right;
    color: #de351b;
}

.clear-both {
    clear: both;
}

.ws-nowrap {
    white-space: nowrap;
}

.two-opt-sel {
    width: 100%;
    display: flex;
}

    .two-opt-sel > .option {
        width: 50%;
    }

        .two-opt-sel > .option:nth-child(1) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .two-opt-sel > .option:nth-child(2) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

.ms-cbx-item.k-checkbox-label {
    margin-top: -2px;
}

.dropdown-header > .msh {
    padding: 6px 5px 4px 5px;
    box-shadow: none;
    background: #f3f3f3;
    border-bottom: 2px solid #fff;
    cursor: pointer;
}

    .dropdown-header > .msh:hover {
        background: #e0e0e0;
    }

.ms-cbx-item.k-checkbox-label {
    display: inline-block;
    position: relative;
    padding-left: 25.2px;
    vertical-align: text-top;
    line-height: 16px;
    cursor: pointer;
    border-style: solid;
    border-width: 0;
}

    .ms-cbx-item.k-checkbox-label:before {
        font: 14px WebComponentsIcons,monospace;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border-width: 1px;
        border-style: solid;
        width: 14px;
        height: 14px;
        font-size: 14px;
        line-height: 14px;
        text-align: center;
    }

.k-state-selected .ms-cbx-item.k-checkbox-label:before {
    background-color: #358138;
    border-color: #358138;
    color: #fff;
    content: "\e118";
}

.k-widget .m-button {
    flex-wrap: wrap;
}

.help-phone-img {
    display: inline-block;
    background-image: url('Images/phone1.png');
    background-repeat: no-repeat;
    width: 40px;
    height: 24px;
    vertical-align: top;
    margin-top: 25px;
}

.help-contact {
    max-width: 401px;
}

@media (max-width:768px) {
    .center-max-width {
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-form-label.rdo-input {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-search-input {
        display: none;
    }
}

.tile-container {
    margin: 0px;
    padding: 0px;
}

.tile-container-header {
    font-size: 14px;
    background: transparent;
    font-weight: bold;
}

.tiles {
    width: 180px;
    height: 155px;
    margin-bottom: 5px;
    display: table;
    /*border: 1px solid #358138;*/
    position: relative;
}

.tile {
    background-color: #FFFFFF;
    padding-right: 8%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    width: 140px;
}

    .tile > div {
        cursor: pointer;
        color: white;
    }

.tile-header {
    width: 100%;
    height: 80px;
    text-align: left;
    padding-left: 5px;
    font-weight: bold;
    font-size: 21px;
    display:flex;
    align-items:center;
}

.tile-content {
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
}

.tile-footer {
    height: 39px;
    padding-top: 5px;
    line-height: 20px;
    font-size: 12px;
    background: #9bb6e0;
    font-weight: bold;
}

.tile-content-left {
    float: left;
    width: 50%;
}

.tile-content-right {
    float: right;
    width: 49%;
    font-size: 12px;
}

.promo-tile-green {
    color: #34c082;
}

.promo-tile-orange {
    color: #ffed00;
}

.promo-tile-red {
    color: #e55d49;
}

.clear-all-filters {
    margin-left: auto;
}

#otpDiv .inputbox {
    text-align: center
}

#otpDiv input {
    width: 15%;
    position: relative;
    padding: 10px;
    color: #333;
    margin: 8px 0;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
}

#otpDiv h2 {
    margin-bottom: 25px;
}

#otpDiv h4 {
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#otpDiv .resend {
    position: relative;
    margin-top: 12px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #555;
    text-transform: uppercase;
    font-weight: 300;
}
    #otpDiv .resend button {
        color: #358138;
        cursor: pointer;
        border: none;
        background: none;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
    }
 /* Chrome, Safari, Edge, Opera */
#otpDiv input::-webkit-outer-spin-button,
#otpDiv input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
#otpDiv input[type=number] {
    -moz-appearance: textfield;
}

.api-progressbutton {
    height: 2.5rem;
    min-width: 35%;
    margin-left: 1%;
    float: right;
    background-color: #c41a34;
    border-color: #c41a34;
    color:#fff
}

td.grid-cell-error {
    background-color: #fcebe8 !important;
    border: 1px solid red !important;
}

td.grid-cell-error-tooltip {
    color: red;
    font-size: 11px;
    margin-top: 3px;
}
td.grid-cell-warning {
    background-color: #ffed00 !important;
    border: 1px solid red !important;
}

td.grid-cell-warning-tooltip {
    color: maroon;
    font-size: 11px;
    margin-top: 3px;
}

/*.marquee {
    -moz-animation: marquee 10s linear infinite;
    -webkit-animation: marquee 10s linear infinite;
    animation: marquee 10s linear infinite;
}

.marquee:hover {
    animation-play-state:paused;
}

@-moz-keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, -100%);
    }
}

@-webkit-keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, -100%);
    }
}*/

@keyframes marquee {
    0% {
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -moz-transform: translate(0, -100%);
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
}
