﻿/*--------------------------------------------------
    Fonts
  --------------------------------------------------*/

@font-face {
    font-family: Helvetica;
    src: url('../../fonts/Helvetica.ttf');
}

@font-face {
    font-family: Helvetica-Bold;
    src: url('../../fonts/Helvetica-Bold.ttf');
}

@font-face {
    font-family: Helvetica-Light;
    src: url('../../fonts/Helvetica-Light.ttf');
}

/*--------------------------------------------------*/



.d-app {
    position: relative;
}

.d-body {
    min-height: 100vh;
    background-color: #EEF1F5;
}

.d-header {
    position: absolute;
    top: 0px;
    height: 0px;
    width: 100%;
}

.primary-button {
    width: 120px;
    border-radius: 4px;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.06px;
    height: 42px;
    border: 0px;
    cursor: pointer;
    outline: none;
    box-shadow: 4px 4px 8px rgba(9, 51, 134, 0.08);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.secondary-button {
    width: 120px;
    border-radius: 4px;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.06px;
    /*padding: 0 20px;*/
    height: 42px;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
}

.third-button {
    width: 120px;
    border-radius: 4px;
    font-family: Helvetica;
    font-size: 12px;
    letter-spacing: -0.06px;
    height: 42px;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0px;
    font-style: normal;
    font-weight: bold;
}

.forth-button {
    width: 120px;
    border-radius: 4px;
    font-family: Helvetica;
    font-size: 12px;
    letter-spacing: -0.06px;
    height: 42px;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0px;
    font-style: normal;
    font-weight: bold;
}

.text-danger {
    position: absolute;
    font-size: 12px;
    top: 50px;
    right: 0px;
}

    .text-danger span {
        color: #dc3545 !important;
    }

label.error {
    position: absolute;
    font-size: 12px !important;
    bottom: -15px;
    right: 0px;
    color: #dc3545 !important;
}

.field-validation-error {
    position: absolute;
    font-size: 12px;
    top: 50px;
    right: 0px;
}

    .field-validation-error span {
        color: #dc3545 !important;
    }

.form-entry {
    display: flex;
    flex-flow: column;
    width: 267px;
    margin-bottom: 22px;
    position: relative;
}

    .form-entry .entry-title {
        font-family: Helvetica;
        font-size: 12px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000000;
        opacity: 0.4;
        margin-bottom: 5px;
    }

    .form-entry input,
    .form-entry textarea,
    .form-entry select {
        height: 42px;
        margin: 5px 0 0;
        border-radius: 4px;
        background-color: #fff;
        width: 100%;
        font-family: Helvetica;
        font-size: 12px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000000;
        outline: none;
        border: 0px;
        padding-left: 12px;
    }

        .form-entry input::placeholder,
        .form-entry textarea::placeholder {
            font-family: Helvetica;
            font-size: 12px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: grey;
        }

.d-page {
    padding: 0px 56px;
    padding-top: 80px;
    padding-bottom: 30px;
}

    .d-page .d-page-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 40px 0px;
    }

        .d-page .d-page-header .page-title {
            font-style: normal;
            font-weight: normal;
            font-size: 24px;
            line-height: 29px;
            color: #000000;
        }

    .d-page .d-page-content {
        background: #FFFFFF;
        border-radius: 4px;
        min-height: 65vh;
        padding: 20px 26px;
    }



/*--------------------------------------------------
    Loading
  --------------------------------------------------*/

.site-loading {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    background-size: 42px 42px;
    background-color: rgba(0,0,0,0.5);
}

@keyframes ldio-y09bis6b11 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.ldio-y09bis6b11 div {
    box-sizing: border-box !important
}

.ldio-y09bis6b11 > div {
    position: absolute;
    width: 144px;
    height: 144px;
    top: 28px;
    left: 28px;
    border-radius: 50%;
    border: 16px solid #000;
    animation: ldio-y09bis6b11 1s linear infinite;
}

    .ldio-y09bis6b11 > div:nth-child(2) {
        border-color: transparent
    }

        .ldio-y09bis6b11 > div:nth-child(2) div {
            position: absolute;
            width: 100%;
            height: 100%;
            transform: rotate(45deg);
        }

            .ldio-y09bis6b11 > div:nth-child(2) div:before, .ldio-y09bis6b11 > div:nth-child(2) div:after {
                content: "";
                display: block;
                position: absolute;
                width: 16px;
                height: 16px;
                top: -16px;
                left: 48px;
                border-radius: 50%;
            }

            .ldio-y09bis6b11 > div:nth-child(2) div:after {
                left: -16px;
                top: 48px;
            }

.loadingio-spinner-dual-ring-69yykopnz9t {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.ldio-y09bis6b11 {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

    .ldio-y09bis6b11 div {
        box-sizing: content-box;
    }

/*--------------------------------------------------*/



/*--------------------------------------------------
    DTabs
  --------------------------------------------------*/

.d-tabs-header {
    /*border-bottom: solid 1px #f2f2f7;*/
}

    .d-tabs-header > .d-tab {
        font-family: Helvetica;
        display: inline-block;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        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-weight: 500;
        font-size: 16px;
        letter-spacing: 0.28px;
        color: #16161e;
        cursor: pointer;
    }

        .d-tabs-header > .d-tab[data-d-tab-active="true"] {
            color: #000000;
            font-weight: bold;
            letter-spacing: 0.28px;
            font-weight: bold;
            /*box-shadow: 3px 6px 12px 0 rgba(0, 0, 0, 0.08);*/
        }

.d-tab-body {
    border-radius: 2px;
}

.d-tabs-container {
}


/*--------------------------------------------------*/



/* -------------------------------------------------
    FloatingBox/Confirmation
  -------------------------------------------------*/
.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: 3000;
}

.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;
            outline: none;
        }

            .d-floating.d-floating-popup .d-floating-footer button:last-child {
                margin-right: 0px
            }

        .d-floating.d-floating-popup .d-floating-footer .buttod-primary {
            height: 36px;
            width: 130px;
            border-radius: 18px;
            font-size: 15px;
            font-weight: 500;
            letter-spacing: -0.06px;
            height: 36px;
            border: 0px;
            cursor: pointer;
            box-sizing: border-box;
            text-align: center;
        }

        .d-floating.d-floating-popup .d-floating-footer .buttod-secondary {
            height: 36px;
            width: 130px;
            border-radius: 18px;
            font-size: 14px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: -0.05px;
            background: transparent;
            box-sizing: border-box;
            text-align: center;
            cursor: pointer;
        }

    .d-floating.d-floating-popup[data-position='center'] {
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-100%);
        z-index: 3000 !important;
    }

@media screen and (max-width: 700px) {
    .d-floating.d-floating-popup .d-floating-footer .buttod-primary {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 10px;
    }

    .d-floating.d-floating-popup .d-floating-footer .buttod-secondary {
        width: 100%;
    }
}

/*--------------------------------------------------*/


/*---------------- PAGINATION CSS  -----------------*/

.pagination-actions {
    height: 25px;
}

.generic-filter-container + .n-tabs > .n-tabs-header + .n-tabs-container > .n-tab-body > .generic-table + .pagination-actions {
    height: 70px;
    line-height: 70px;
    width: 100%;
}

.pagination-actions div {
    float: left;
}

.generic-filter-container + .n-tabs > .n-tabs-header + .n-tabs-container > .n-tab-body > .generic-table + .pagination-actions .page-button > div {
    height: 28px;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
    font-size: 15px;
    vertical-align: top;
    cursor: pointer;
    border-radius: 2px;
    text-transform: capitalize;
}

.generic-filter-container + .n-tabs > .n-tabs-header + .n-tabs-container > .n-tab-body > .generic-table + .pagination-actions .page-button {
    display: inline-block;
}

.active-page-navigation {
    cursor: pointer !important;
    font-size: 14px;
    margin-right: 5px;
    line-height: 20px;
    border-radius: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}

    .active-page-navigation:hover {
    }

.inactive-page-navigation {
    cursor: default !important;
}

.page-button.active {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    line-height: 23px;
    margin-left: 0px;
    text-align: center;
    color: white;
}

.page-button.inactive {
    cursor: pointer !important;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #31353c;
}

.page-size-wrapper,
.page-jump-wrapper {
    margin-left: 10px;
    height: 28px;
    line-height: 20px;
    vertical-align: top;
    display: inline-flex;
    margin-bottom: 10px;
}

    .page-size-wrapper span,
    .page-jump-wrapper span {
        margin-right: 10px;
        font-size: 12px;
        line-height: 20px;
        font-family: Helvetica;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: -0.05px;
    }

    .page-size-wrapper > select {
        font-family: Helvetica;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: -0.06px;
        border: none;
        float: left;
        height: 20px;
        width: 60px;
        padding: 0 5px;
        border-radius: 4px;
    }

.page-jump-wrapper {
    font-size: 0;
}

    .page-jump-wrapper > * {
        font-size: 14px;
        vertical-align: central;
        margin-right: 10px;
    }

    .page-jump-wrapper > input {
        width: 60px !important;
        height: 28px !important;
        line-height: 40px;
        padding: 0 10px;
        text-align: center;
    }

.page-jump-button {
    cursor: pointer;
    height: 28px;
    float: right;
    line-height: 10px;
    border-radius: 4px;
    padding-top: 5px;
    font-weight: bold;
}

.total-pages {
    float: right;
    margin-left: 15px;
    margin-top: 5px;
}

.align-right {
    float: right !important;
}

.pagination-actions .go-to-page {
    margin-left: 35px;
}

    .pagination-actions .go-to-page span {
        font-family: Helvetica;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #84848a;
    }

    .pagination-actions .go-to-page .jump-page-number {
        border-radius: 4px;
        background-color: #E5E5E5;
        width: 41px !important;
        height: 32px !important;
        outline: none;
        border: 0px;
        margin-top: -5px;
        padding: 0px;
    }

@media screen and (max-width: 700px) {
    .pagination-actions {
        height: auto;
        display: flex;
        flex-flow: wrap;
    }
}

/*--------------------------------------------------*/


/*--------------------------------------------------
    Overflow scroll design
  --------------------------------------------------*/

::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grey;*/
    background: #eee9da;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

/*--------------------------------------------------*/




/*--------------------------------------------------
    Custom Checkbox
  --------------------------------------------------*/

/* The container */
.container {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 2px;
    background-color: #f2f2f7;
    width: 21px;
    height: 21px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 8px;
    top: 3px;
    width: 6px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container .checkmark-click {
    font-family: Helvetica;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    line-height: 100%;
    vertical-align: middle;
}

/*--------------------------------------------------*/



/*--------------------------------------------------
    D-Tooltip
  --------------------------------------------------*/

/* 
    EXAMPLE:
    <div class="d-tooltip-head">
            <div class="d-tooltip">  HEAD-hover
                        <div class="d-tooltip-body">
                              CONTENT
                        </div>
                    </div>
             </div>
     </div>
*/

.d-tooltip-head {
    cursor: pointer;
    position: relative;
}

    .d-tooltip-head:hover .d-tooltip {
        visibility: visible;
    }

.d-tooltip {
    visibility: hidden;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 1px 12px 33px -16px rgba(0,0,0,0.43);
}

    .d-tooltip::after {
        content: "";
        width: 8px;
        height: 8px;
        transform: rotate(-45deg) translateX(-50%);
        background-color: #16161e;
        position: absolute;
        left: 50%;
        top: -7px;
    }

    .d-tooltip .d-tooltip-body {
        width: 100%;
        height: 100%;
        width: 90px;
        display: flex;
        flex-flow: column;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #ffffff;
        vertical-align: middle;
        padding: 10px;
        background-color: #16161e;
        text-align: center;
    }

/*--------------------------------------------------*/


/*--------------------------------------------------
    TABLE responsive
  --------------------------------------------------*/
@media screen and (max-width: 1024px) {
    .responsive-pagination {
        border: 0;
    }

        .responsive-pagination caption {
            font-size: 1.3em;
        }

        .responsive-pagination thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .responsive-pagination tr {
            border-bottom: 1px solid #ddd;
            display: block;
            margin-bottom: 25px;
        }

        .responsive-pagination td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .8em;
            text-align: right;
        }

            .responsive-pagination td::before {
                content: attr(data-label);
                font-weight: bold;
                text-transform: uppercase;
                color: #064F87;
                font-size: 12px;
                float: left;
            }
}

/*--------------------------------------------------*/

/*-----------------------START Select arrow---------------------------*/
select {
    border: solid 1px #000;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 26px;
}

    select::-ms-expand {
        display: none;
    }
/*-----------------------END Select arrow---------------------------*/

.search-input {
    background: url(../../img/icons/Search.svg) 95% 50% no-repeat scroll transparent !important;
}
