﻿/*--------------------------------------------------
    Reset
  --------------------------------------------------*/
@font-face {
    font-family: Lato-Medium;
    src: url('../../fonts/Lato-Medium.ttf');
}
@font-face {
    font-family: Lato-Regular;
    src: url('../../fonts/Lato-Regular.ttf');
}

@font-face {
    font-family: Lato-Semibold;
    src: url('../../fonts/Lato-Semibold.ttf');
}

@font-face {
    font-family: Lato-Black;
    src: url('../../fonts/Lato-Black.ttf');
}

@font-face {
    font-family: Lato-Bold;
    src: url('../../fonts/Lato-Bold.ttf');
}

* {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: overlay;
}

body, html {
    position: relative;
    min-height: 100vh;
    width: 100vw;
}

b {
    font-weight: 900;
}

strong {
    font-weight: 900;
}

light {
    font-family: Lato !important;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.inline-block {
    display: inline-block !important;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-negative-35 {
    margin-top: -35px;
}

.padding-30 {
    padding: 30px !important;
}

/*--------------------------------------------------
    Structure
  --------------------------------------------------*/

.app-layout {
    position: relative;
    min-height: 100vh;
}

.d-site-page {
    margin-bottom: 20px;
}

.d-page-header {
    display: table;
    width: 100%;
}

    .d-page-header > label {
        font-family: Lato;
        font-size: 19px;
        color: #040d38;
    }

    .d-page-header > button {
        float: right;
    }

.d-site-header {
    z-index: 500;
}

.d-site-footer {
    position: absolute;
    left: 0px;
    height: 60px;
    width: 100%;
    bottom: 0px;
    background-color: #040D38;
    z-index: 500;
}

.d-body-container {
    z-index: 0;
    padding-bottom: 60px;
    width: 100vw;
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
}

.search-inputs {
    display: inline-block;
}

.d-site-title {
    font-size: 21px !important;
    font-family: Lato !important;
    line-height: 24px;
    color: #040D38;
    margin-top: 20px;
    font-weight: bold;
}

div[id$='.ModalsManager'] {
    position: relative;
    z-index: 2500;
}

.d-site-actions {
    float: right;
}

.d-2-col {
    font-size: 0px;
}

    .d-2-col > * {
        width: 50%;
        display: inline-block;
        vertical-align: top;
    }

    .d-2-col .d-form-entry:first-of-type {
        padding-right: 20px;
    }

.d-1-col > * {
    width: 100%;
    display: table;
}

.d-col {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}

.d-row {
}

    .d-row .d-row-title {
        display: table;
        width: 100%;
    }

    .d-row > .d-row-title label {
        font-size: 19px;
        font-family: Lato;
    }

.d-distinct-rows > .d-row {
    margin-top: 20px;
    margin-right: 20px;
}

.d-info-entry {
    font-size: 14px;
}

    .d-info-entry > label {
        display: block;
        margin-bottom: 5px;
    }

        .d-info-entry > label:first-child {
            font-size: 17px;
        }

.d-hr {
    width: 100%;
    display: table;
    height: 0;
    border-bottom: 1px solid black;
}

.d-linear > * {
    display: inline-block !important;
}

/*--------------------------------------------------*/
/*--------------------------------------------------
    Menu
  --------------------------------------------------*/
.top-site-menu {
    height: 56px;
    display: table;
    width: 100%;
    font-size: 0px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.07);
}

    .top-site-menu > div {
        display: inline-block;
        vertical-align: top;
        font-size: 0px;
        height: 56px;
    }

    .top-site-menu > .site-logo {
        width: 270px;
    }

    .top-site-menu > .site-menu > div {
        font-size: 0px;
        display: inline-block;
        vertical-align: top;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        height: 56px;
        box-sizing: border-box;
        cursor: pointer;
    }

        .top-site-menu > .site-menu > div * {
            cursor: pointer;
        }

    .top-site-menu > .site-user-menu {
        float: right;
        height: 56px;
        display: table;
        font-size: 14px;
        padding-right: 50px;
        padding-top: 3px;
    }

.site-user-menu label {
    font-family: Lato;
    font-weight: 500;
    color: #040D38;
}

.top-site-menu > .site-user-menu img {
    width: 35px;
    border-radius: 100px;
    border: 1px solid black;
    margin-left: 10px;
}

.top-site-menu > .site-user-menu > label {
    font-size: 15px;
    line-height: 53px;
}

.top-site-menu > .site-user-menu > .site-user-menu-dd {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

    .top-site-menu > .site-user-menu > .site-user-menu-dd > div {
        position: absolute;
        border-radius: 4px;
        background: #FFFFFF;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.11);
        cursor: pointer;
        font-size: 0px;
        display: none;
        width: 83px;
    }

    .top-site-menu > .site-user-menu > .site-user-menu-dd:hover > div {
        display: block;
    }

    .top-site-menu > .site-user-menu > .site-user-menu-dd > div > label {
        padding-left: 20px;
        padding-right: 20px;
        cursor: pointer;
        font-size: 13px;
        width: 100%;
        margin: 0;
        line-height: 30px;
    }

        .top-site-menu > .site-user-menu > .site-user-menu-dd > div > label:first-child {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        .top-site-menu > .site-user-menu > .site-user-menu-dd > div > label:hover {
            background: #939DCE;
            color: white;
        }

        .top-site-menu > .site-user-menu > .site-user-menu-dd > div > label:last-child {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            color: #832b73;
        }

/*--------------------------------------------------*/

/*--------------------------------------------------
    Table
  --------------------------------------------------*/
.d-table {
    width: 100%;
}

    .d-table tbody {
        border-collapse: separate;
        border-spacing: 0px 10px;
    }

        .d-table tbody > tr {
            height: 45px;
        }

            .d-table tbody > tr:hover {
                box-shadow: 4px 4px 33px -11px rgba(0,0,0,0.62);
                transition: box-shadow 0.3s ease-in-out;
            }

    .d-table > thead {
        outline: none;
        font-family: Lato;
        color: #040d38;
        font-size: 15px;
    }

    .d-table > tbody {
        font-family: Lato;
        font-size: 13px;
        font-weight: 500;
        color: #515b8e;
    }

    .d-table > tbody {
        background-color: #ffffff;
    }


    .d-table th {
        vertical-align: middle;
        font-size: 16px;
        font-weight: bold;
        color: #969ac7;
    }

    .d-table td {
        padding-right: 5px;
        /*min-height: 36px;*/
        height: 36px;
        vertical-align: middle;
        font-weight: bold;
    }

    .d-table tr td:nth-child(1) {
        padding-left: 10px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .d-table tr td:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        text-align: right;
        padding-right: 20px;
    }


    .d-table thead th:nth-child(1) {
        padding-left: 10px;
    }

.d-table-container {
}

.d-table tbody tr:nth-child(2n) {
    background-color: #e8eaf8;
}

/*--------------------------------------------------*/
/*--------------------------------------------------
    Form
  --------------------------------------------------*/
.d-form-label {
    font-size: 15px;
    color: #040d38;
    font-weight: bold;
    margin-bottom: 4px;
    font-family: Lato;
}

.d-form-container .row-entry {
    margin-bottom: 30px;
}

.d-form-container .actions-container {
    margin-top: 40px;
}

label {
    font-family: Lato;
}

input[type=text], input[type=password], select, input[type=number] {
    outline: none;
    height: 28px;
    border: solid 1px #e7ebf5;
    background-color: #ffffff;
    width: 100%;
    box-sizing: border-box;
    /*padding-left: 10px;*/
    font-size: 13px;
    color: #515b8e;
    font-family: Lato;
    font-weight: 100;
}

.tt-input {
    background-color: #ffffff !important;
}

input[type="text"]:disabled, textarea[readonly="true"], select:disabled {
    background: #efefef !important;
}

.search-input {
    min-width: 150px;
    height: 36px;
    border-radius: 4px;
    border: solid 1px #bcc5db;
    background-color: #0000;
}

.field-validation-error {
    color: #f00;
    font-family: Lato;
    font-size: 13px;
    position: absolute;
    display: block;
}

form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #515b8e;
    font-size: 14px;
    font-weight: 500;
}

form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #515b8e;
    font-size: 14px;
    font-weight: 500;
}

form ::-ms-input-placeholder { /* Microsoft Edge */
    color: #515b8e;
    font-size: 14px;
    font-weight: 500;
}

form select:invalid {
    font-family: Lato;
    font-size: 13px;
    color: #d8dce5;
}

    form select:invalid option {
        font-size: 15px;
        color: #515b8e;
        font-family: Lato;
    }

.textbox-clockpicker {
    position: relative;
}

/*--------------------------------------------------*/
/*--------------------------------------------------
    Buttons
  --------------------------------------------------*/
.button-primary {
    border: 0px !important;
    height: 36px;
    border-radius: 4px;
    background-color: #f0002a;
    color: #ffffff;
    font-size: 14px;
    font-family: Lato;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
}

    .button-primary:hover {
        background-color: #fa2349;
    }

.button-secondary {
    border: 0px !important;
    min-height: 36px;
    border-radius: 4px;
    font-size: 14px;
    background-color: #678bcf;
    outline: none;
    color: #fff;
    font-family: Lato;
    padding-left: 20px;
    padding-right: 20px;
}

    .button-secondary:hover {
        background-color: #7197e0;
    }

.button-tertiary {
    background-color: transparent;
    min-height: 36px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px;
    border: solid 1px #678bcf;
    color: #678bcf;
    font-family: Lato;
}

    .button-tertiary:hover {
        background-color: #678bcf;
        color: #fff;
    }
/*--------------------------------------------------*/

/*--------------------------------------------------
    Buttons
  --------------------------------------------------*/

.filter-actions {
    display: inline-block;
}

    .filter-actions > input[type=button] {
        margin-left: 10px;
        outline: none;
    }

/*--------------------------------------------------*/

/*--------------------------------------------------
    Pagination
  --------------------------------------------------*/
.pagination-actions {
    margin-top: 15px;
}

.pagination {
    width: 100%;
}

.page-button {
    display: inline-block;
    text-align: center;
    color: #000;
    cursor: pointer;
    width: 20px;
    vertical-align: top;
    height: 20px;
    font-size: 17px;
    cursor: pointer;
}

.active-page-navigation {
    cursor: pointer !important;
    color: #6e7b9d;
    font-family: "Agency FB";
    width: 20px;
    height: 20px;
    border: 1px solid #6e7b9d;
    border-radius: 4px;
    line-height: 10px;
    font-size: 10px;
    margin: 0px;
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    font-size: 10px;
}

.inactive-page-navigation {
    cursor: default !important;
    color: #c0c0c0 !important;
    font-family: "Agency FB";
}

.page-button.active {
    color: #969ac7;
    font-family: Lato;
}

.page-button.inactive {
    color: #c0c0c0 !important;
}

.page-size-wrapper,
.page-jump-wrapper {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: top;
}

    .page-size-wrapper span,
    .page-jump-wrapper span {
        font-family: Lato;
        margin-right: 10px;
        vertical-align: middle;
        color: #040D38;
        font-weight: 100;
    }

    .page-size-wrapper > select {
        height: 20px;
        width: 65px;
        vertical-align: middle;
        padding: 0px;
        font-size: 14px;
    }

.page-jump-wrapper {
    font-size: 0;
}

    .page-jump-wrapper:last-child {
        margin: 0px;
    }

    .page-jump-wrapper > * {
        font-size: 13px;
        vertical-align: central;
    }

    .page-jump-wrapper > input {
        width: 50px;
        height: 20px;
        line-height: 40px;
        padding: 0px;
        text-align: center;
        vertical-align: middle;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-right: 0px;
    }

.page-jump-button {
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    background: #969ac7 !important;
    color: white;
    display: inline-block;
    border-radius: 4px;
    vertical-align: top;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.total-pages {
    display: inline-block;
    margin-left: 15px;
}

/*--------------------------------------------------*/

/*--------------------------------------------------
    Icons
  --------------------------------------------------*/

.icon {
    width: 12px;
    height: 12px;
    background-color: #0000;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
}

.arrow-icon {
    background: url('../../../img/icons/arrow_icon.png');
    display: inline-block;
    width: 6px;
    background-size: contain;
}

.edit-icon {
    background: url('../../../img/icons/edit_icon.png');
    background-size: contain;
}

.delete-icon {
    height: 15px;
    background: url(../../../img/icons/delete_icon.png);
    background-size: contain;
}

.add-icon {
    height: 12px;
    background-image: url('../../img/icons/add-button.png');
    background-size: contain;
}

.save-icon {
    height: 18px;
    width: 18px;
    background-image: url('../../img/icons/save.png');
    background-size: contain;
}

.upload-icon {
    height: 18px;
    width: 18px;
    background-image: url('../../img/icons/upload.svg');
    background-size: contain;
}

.download-icon {
    height: 18px;
    width: 18px;
    background-image: url('../../img/icons/download.svg');
    background-size: contain;
}

.add-token-icon {
    height: 12px;
    background-image: url('../../img/icons/ad_token.png');
    background-size: contain;
}

.remove-token-icon {
    height: 12px;
    background-image: url('../../img/icons/ad_token.png');
    transform: rotate(45deg);
    background-size: contain;
}

/*--------------------------------------------------*/

/*--------------------------------------------------
    DTabs
  --------------------------------------------------*/

.d-tabs-header {
}

    .d-tabs-header > .d-tab {
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
        height: 33px;
        line-height: 30px;
        cursor: pointer;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently*/
        font-family: Lato;
        font-weight: 500;
        color: #6A739E;
    }

/*--------------------------------------------------*/

/*--------------------------------------------------
    DForm
  --------------------------------------------------*/

.d-form-entry {
    position: relative;
    outline: none;
    padding-bottom: 20px;
}

    .d-form-entry * {
        outline: none;
    }

    .d-form-entry > label {
        display: block;
    }

.d-actions {
    margin-top: 20px;
}

.d-form-entry textarea {
    outline: none;
    min-height: 70px;
    border-radius: 4px;
    border: solid 1px #e7ebf5;
    background-color: #ffffff;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 15px;
    color: #515b8e;
    font-family: Lato;
}

.d-form-pill-box {
}

    .d-form-pill-box input[type=text] {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .d-form-pill-box > div {
        border: solid 1px #e7ebf5;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        padding: 5px;
        min-height: 36px;
        background-color: #e7ebf5;
    }

        .d-form-pill-box > div > div {
            background-color: red;
            color: white;
            display: table;
            padding: 5px;
            border-radius: 4px;
            margin-bottom: 2px;
            display: inline-block;
        }

            .d-form-pill-box > div > div > span:last-child {
                margin-left: 7px;
                cursor: pointer;
            }

.d-form-entry-row {
    font-size: 0px;
}

    .d-form-entry-row .d-form-entry,
    .d-form-entry-row .d-info-entry {
        display: inline-block;
        margin-right: 20px;
        vertical-align: top;
    }

        .d-form-entry-row .d-form-entry:last-child,
        .d-form-entry-row .d-info-entry:last-child {
            margin-right: 0px;
        }

    .d-form-entry-row > label {
        font-size: 14px;
        display: block;
        margin-bottom: 10px;
        font-family: Lato;
    }

.d-info-entry .d-info-entry > label:first-child {
    font-size: 13px;
}

/*--------------------------------------------------*/
/*--------------------------------------------------
    Custom DForm
  --------------------------------------------------*/
.d-form-entry.d-form-icon-input-entry > input {
    padding-left: 40px;
}

.d-icon-button {
    background-color: transparent;
    border: 0px;
}

    .d-icon-button > span {
        margin-right: 5px;
    }

/*--------------------------------------------------*/

/*--------------------------------------------------
    Bootstrap Dialog
  --------------------------------------------------*/
.d-form-ico {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 8px;
    left: 10px;
}

/*--------------------------------------------------*/

/*--------------------------------------------------
    Bootstrap Dialog
  --------------------------------------------------*/
.modal-dialog .modal-header {
    border-radius: 0px;
}

.modal-dialog .bootstrap-dialog-footer-buttons button {
    width: initial;
    max-width: none;
    min-width: 0;
}

    .modal-dialog .bootstrap-dialog-footer-buttons button:last-child {
    }

.modal-dialog .bootstrap-dialog-message {
    font-size: 17px;
}

/*--------------------------------------------------*/

/*--------------------------------------------------
    Loading
  --------------------------------------------------*/

.site-loading {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    background: url('../../Img/Loading.svg') no-repeat center center;
    background-size: 42px 42px;
    background-color: rgba(0,0,0,0.3);
}

/*--------------------------------------------------*/

/*--------------------------------------------------*/
/* ACTIONS HOVER START */

.actions-title {
    background-size: 18px 5px;
    background: url('../../img/icons/more_actions.png') no-repeat;
    height: 100%;
    background-position-y: 7px;
    background-position-x: 23px;
    cursor: pointer;
}

.actions-wrapper {
    position: relative;
    display: inline-block;
    height: 35px;
    width: 40px;
    cursor: pointer;
}

.actions-content {
    opacity: 0;
    left: 46px;
    top: -10px;
    visibility: hidden;
    position: absolute;
    transform: translate(0,10px);
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: max-content;
    width: intrinsic; /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content; /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */
    width: -o-max-content; /* opera */
    width: -ms-max-content;
}


    .actions-content:before {
        position: absolute;
        z-index: -1;
        content: '';
        left: -11px;
        top: 4px;
        transition-duration: 0.3s;
        transition-property: transform;
        transform: rotate(45deg);
        height: 20px;
        width: 20px;
        background-color: #fff;
        border-left: 1px solid rgba(0, 0, 0, 0.17);
        border-bottom: 1px solid rgba(0, 0, 0, 0.17);
    }

.actions-wrapper:hover .actions-content {
    z-index: 25;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.actions-action {
    font-family: Lato;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: capitalize;
    color: #656565;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 100;
    text-align: center;
    line-height: 30px;
}

    .actions-action:hover {
        background: #939DCE;
        color: #FFFFFF;
    }

/* actions hover end*/

/*--------------------------------------------------
    Custom DElements
  --------------------------------------------------*/

.d-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: text-bottom
}

/*--------------------------------------------------*/

/*--------------------------------------------------
    TOOGLE BUTTON
  --------------------------------------------------*/

.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
    float: right;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E7EBF5;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        top: 2px;
        width: 16px;
        height: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #F0002A;
}

input:focus + .slider {
    box-shadow: 0 0 1px #E7EBF5;
}

input:checked + .slider:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


/* Accordion Headers */
.accordion-arrow-up {
    background-image: url("../../img/icons/accordion_arrow_up.png");
    background-repeat: no-repeat;
    background-size: 10px;
}

.accordion-arrow-down {
    background-image: url("../../img/icons/accordion_arrow_down.png");
    background-repeat: no-repeat;
    background-size: 10px;
    height: 10px;
}


/*--------------------------------------------------*/

/* -------------------------------------------------
    LootCheckbox
  -------------------------------------------------*/

.l-checkbox {
    vertical-align: middle;
    display: inline-block;
}

    .l-checkbox span {
        vertical-align: text-top;
        cursor: pointer;
    }

    .l-checkbox label {
        cursor: pointer;
        margin-left: 5px;
        vertical-align: middle;
    }

/*--------------------------------------------------*/

/* -------------------------------------------------
    FloatingBox
  -------------------------------------------------*/

.d-floating {
    position: absolute;
    border-radius: 4px;
    background-color: white;
    -webkit-box-shadow: 0px 17px 32px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 17px 32px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 17px 32px 1px rgba(0,0,0,0.25);
    z-index: 1000;
    box-sizing: border-box;
}

.d-floating-header {
}

    .d-floating-header.minimal {
        position: absolute;
        right: 5px;
        top: 5px;
        height: 10px;
        line-height: 10px;
    }

        .d-floating-header.minimal > span {
            font-size: 18px;
            cursor: pointer;
            color: red;
        }

.d-floating-overlay {
    background-color: rgba(0,0,0,0.5);
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 500;
}

.d-floating-header.minimal > span:hover {
    cursor: pointer;
}

.d-floating.d-floating-popup {
    min-width: 250px;
    box-shadow: none;
    position: fixed;
}

    .d-floating.d-floating-popup .d-floating-header {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        font-size: 22px;
        text-transform: uppercase;
        text-align: center;
    }

    .d-floating.d-floating-popup .d-floating-body {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 19px;
        text-align: center;
    }

    .d-floating.d-floating-popup .d-floating-footer {
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

        .d-floating.d-floating-popup .d-floating-footer button {
            width: auto;
            margin-right: 30px
        }

            .d-floating.d-floating-popup .d-floating-footer button:last-child {
                margin-right: 0px
            }

    .d-floating.d-floating-popup[data-position='center'] {
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-100%);
        z-index: 3000 !important;
    }

/*--------------------------------------------------*/
/* -------------------------------------------------
    InternalZonesFloatingBox
  -------------------------------------------------*/
.internal-zones-floating {
    min-width: 460px;
}

    .internal-zones-floating .d-floating-body {
        padding-left: 20px;
        padding-right: 20px;
    }

/*--------------------------------------------------*/

/***Submenu***/
.d-customer-menu {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 50px;
    padding: 0px;
    vertical-align: middle;
    cursor: pointer;
    min-width: 180px;
}

    .d-customer-menu label {
        font-family: Lato;
        margin-left: 5px;
        font-size: 16px;
        cursor: pointer;
        color: #6A739E;
        font-weight: 500;
    }

.d-customer-menu-container {
    position: absolute;
    display: table;
    background: #fff;
    right: 0px;
    top: 55px;
    width: 180px;
    cursor: pointer;
    z-index: 4;
}

.d-customer-menu:hover .d-customer-menu-item {
    display: block;
}


.d-customer-menu-item {
    display: none;
    padding: 5px;
    cursor: pointer;
    color: #6A739E;
    padding-left: 15px;
    padding-right: 15px;
}

    .d-customer-menu-item label {
        font-family: Lato;
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
    }

    /*.d-customer-menu-item label:hover {
            color: #ffffff;
        }*/

    .d-customer-menu-item * {
        cursor: pointer;
    }

    .d-customer-menu-item:hover {
        background-color: #939DCE;
        color: #fff;
    }

        .d-customer-menu-item:hover label {
            color: #fff;
        }

    .d-customer-menu-item:last-child {
        border-bottom: 0px;
    }


    .d-customer-menu-item:last-child {
        border-bottom: 0px;
    }


/*********/
