﻿@charset "UTF-8";
/*
*
* Trunk version 1.2.5
*
*/
/**
* Template Style
*
* [Table of contents]
*   1. Custom styles
*     1.1 Main Styles
*     1.2 Typography
*     1.3 Backgrounds
*     1.4 Colors
*     1.5 Main layout
*
*   2. Components
*     2.1 Icons
*     2.2 Buttons
*     2.3 Forms
*     2.4 Tables
*     2.5 Lists
*     2.6 Post
*     2.7 Thumbnail
*     2.8 Tooltip
*     2.9 Snackbars
*     2.10 Navigation
*     2.11 Preloader
*     2.12 Breadcrumbs
*     2.13 Panel custom
*     2.14 Pagination custom
*
*   3. Helpers
*     3.1 Text-alignment
*     3.2 Text-styling
*     3.3 Visibility responsive
*     3.4 Groups
*     3.5 Context Styling
*     3.6 Sections
*     3.7 Offsets
*
*   4. Modules
*     4.1 Flex grid
*     4.2 Unit-responsive
*
*   5 Plugins
*     5.1 Animate
*     5.2 Isotope
*     5.3 Owl Carousel
*     5.4 RD Navbar
*     5.5 RD Parallax
*     5.6 RD Google-Map
*     5.7 RD Search
*     5.8 To top
*     5.9 Tabs
*     5.10 Photoswipe
*     5.11 Progress-bars
*     5.12 Counter
*     5.13 jquery-circle-progress
*     5.14 Timecircles
*     5.15 Swiper
*
*   6. Fonts
*     6.1 FontAwesome
*     6.2 MDI
**/
/*
*
* Main Styles
* ==================================================
*/
/*
*
* Components
* ==================================================
*/
/*
*
* Typography
* ==================================================
*/

body {
    color: #121212 !important;
}

/*TEXT SELECTION COLORS*/
::-moz-selection { /* Code for Firefox */
    color: #FFF;
    background: #10bfc1;
}

::selection {
    color: #FFF;
    background: #10bfc1;
}

/*------Common Alignmemt--------*/
.commonAlignmentCenter {
    text-align: center !important;
}

.commonFontColor {
    color: black !important;
}

.commonWidth {
    width: 100% !important;
}

.custom-check-box {
    margin-right: 10px !important;
}

.commonDisplayNone {
    display: none
}

.commonButtonAlignment {
    text-align: right;
}

.commonValidationAlignment {
    text-align: left;
}

.buttonAlignmentCommonForm {
    margin-top: 30px;
}

.commonTopRemoveMargin {
    margin-top: -20px !important;
}

/*-------Status Of Requested Rx Page*/

.topAlignment {
    vertical-align: top;
}

/*----Patient user Management page-------*/
/*.checkboxAlignment {
    margin-right: 10px !important;
}*/


/*---------Pharmacy Timing-------*/
.tdAlignment {
    color: black !important;
    font-weight: 100 !important;
}

/*-------Header footer page-------*/
.fileUploadborder {
    box-sizing: border-box;
    padding: 13px 13px 13px 13px;
    border: 1px solid gray;
}

/*-------Verify Login--------*/
.buttonAlignment {
    width: 100% !important;
    background-color: gray !important;
}

.buttonWidth {
    width: 100% !important;
    text-align: center !important;
}

/*---Create account page---------*/
.radioBtnAlign {
    margin-top: 15px !important;
}

/*----Order Refills--------*/
.orederRifillCBoxAlign {
    position: absolute !important;
    margin-left: 10px !important;
}

.rxNoMargin {
    margin-bottom: 10px;
}

.orderRefillErrorMsgAlignment {
    margin: auto !important;
}


.error {
    font-weight: bold;
    color: red;
}


.success {
    font-weight: bold;
    color: green;
}


.setPosition {
    float: left;
    margin-right: 2px;
    margin-left: 2px;
    width: 120px;
}

.legend {
    float: left;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, .2);
}

.FiledRx {
    background-color: blue;
}

.Expired {
    background-color: lightcoral;
}

.OKTOREFILL {
    background-color: green !important;
}

.ControlNotRefillable {
    background-color: white;
}

.Discontinued {
    background-color: red !important;
}

.NoQtyLeft {
    background-color: coral;
}

.Transfered {
    background-color: yellow;
}

.earlyforrefill {
    background-color: lightgreen !important;
}

.logo {
    width: 300px;
    height: auto;
}

span.padd {
    padding-right: 55px;
}

.hideANDseek {
    display: none;
}

select {
    -webkit-appearance: auto !important;
}

.logo {
    height: 60px !important;
    width: auto !important;
    margin-bottom: 5px !important;
}

.rd-navbar-top-panel {
    border-bottom: 2px solid #10bfc1;
    margin-bottom: 5px !important;
}

.form-input, .form-control {
    padding: 10px 22px 10px 22px !important;
    border: 1px solid #d8d8d8 !important;
    transition: all 1s !important;
    height: 40px !important;
    background-color: #FFF !important;
    border-radius: 16px !important;
    text-align: left !important;
}

    .form-input:focus, .form-input:active, .form-control:focus, .form-control:active {
        border: 1px solid #10bfc1 !important;
        box-shadow: 0 0 4px #18e9ec !important;
    }

.ra-select {
    width: 100%;
    padding: 7px 50px 10px 22px !important;
    /* Replace Default styling (arrow) */
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 10.127L12 18.127L20 10.127H4Z" fill="%23212121"/></svg>') !important;
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: calc(100% - 22px);
    background-color: #FFF !important;
    text-align: left !important;
}

    .ra-select:focus,
    .ra-select:hover {
        outline: none;
        border: 1px solid #bbb;
    }

    .ra-select option {
        background-color: #fff;
    }

.ra-select-slim {
    padding: 4px 30px 4px 4px !important;
}

.button-sm {
    padding: 3px 10px !important;
    font-size: 10px !important;
    border-radius: 4px !important;
}

.button-secondary-custom {
    min-height: 41px !important;
    text-transform: uppercase !important;
    font-size: 10px !important;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    line-height: inherit !important;
    min-width: 140px;
}

.checkbox-container {
    display: block !important;
    width: 96%;
    height: 100px;
    margin-left: 10px;
    margin-bottom: 10px;
    background: #d8d8d8;
    border-radius: 4px !important;
    margin-top: 10px !important;
    transition: all .5s;
    border: 2px solid transparent;
}

.checkbox-container-active {
    border: 2px solid red;
}

.checkbox-container:hover {
    border: 2px solid #acacac;
}

.checkbox-container-active:hover {
    border: 2px solid red !important;
}

.pharma-name {
    display: block !important;
    font-size: 17px !important;
    font-weight: bold;
    margin-left: 30px;
    margin-top: 10px;
    color: #262626 !important;
}

.pharma-check-box {
    display: block !important;
    height: 25px !important;
    width: 25px !important;
    margin-left: -10px !important;
    margin-top: -10px !important;
}

.pharma-item-label {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin-left: 30px;
    color: #262626 !important;
}

.pharma-item {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
    color: #4c4c4c !important;
}

button:disabled,
button[disabled] {
    background-color: #cccccc;
    color: #666666;
}

    button:disabled:hover,
    button[disabled]:hover {
        background-color: #cccccc;
        color: #444444;
    }

/*SPINNER STYLES*/
.spinIt, .button-sm {
    -webkit-transition: width 2s ease; /* Safari */
    transition: width 2s ease;
}

.spinIt {
    margin-left: 5px !important;
    font-size: 24px;
    color: #10bfc1;
}

/* CUSTOM CHECK BOX*/
/* The container */
.custom-check-box {
    display: block !important;
    position: relative !important;
    padding-left: 35px !important;
    margin-bottom: 2px !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: normal !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    min-height: 25px;
}

    /* Hide the browser's default checkbox */
    .custom-check-box input {
        position: absolute !important;
        opacity: 0 !important;
        cursor: pointer !important;
        height: 0 !important;
        width: 0 !important;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 25px !important;
    width: 25px !important;
    background-color: #FFF;
    border: 2px solid #474a59;
}

/* On mouse-over, add a grey background color */
.custom-check-box:hover input ~ .checkmark {
    background-color: #ebebeb;
}

/* When the checkbox is checked, add a blue background */
.custom-check-box input:checked ~ .checkmark {
    background-color: #10bfc1 !important;
    border: 0px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "" !important;
    position: absolute !important;
    display: none !important;
}

/* Show the checkmark when checked */
.custom-check-box input:checked ~ .checkmark:after {
    display: block !important;
}

/* Style the checkmark/indicator */
.custom-check-box .checkmark:after {
    left: 9px !important;
    top: 3px !important;
    width: 7px !important;
    height: 14px !important;
    border: solid white !important;
    border-width: 0 3px 3px 0 !important;
    -webkit-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}


a.active {
    font-weight: bold !important;
    color: #0a797a !important;
}


footer.fixed {
    position: fixed !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 36px !important;
    padding-top: 6px;
    background-color: #FFF !important;
    z-index: 15 !important;
}

.footergutter {
    padding-top: 125px !important;
    width: 100% !important;
}

.section-xs {
    margin-bottom: 164px !important;
}

.icon-md-big {
    font-size: 20px !important;
    margin-top: 2px !important;
}

.cool-shadow {
    box-shadow: -2px 10px 5px 1px rgb(0 0 0 / 40%);
}

.rd-navbar-dropdown {
    border-top: 2px solid rgb(16, 191, 193) !important;
}

.unit-body a {
    font-size: 14px !important;
}

.OKTOREFILL {
    background-color: rgba(0,128,0,0.5) !important;
}

.earlyforrefill {
    background-color: rgba(144,238,144,0.5) !important;
}

.Discontinued {
    background-color: rgba(255,0,0,0.5) !important;
}

.OKTOREFILL-td-border {
    border-top: 3px solid rgba(0,128,0,0.5) !important;
}



/*
    CSS STYLE FOR THE /Home/SearchPharmacy
*/

.sp-page {
    background: #fff;
    display: flex;
    flex-direction: column;
    height: calc(100% - 40px);
    position: absolute;
    place-content: center;
    width: calc(100% - 40px);
}

.sp-container {
    display: flex;
    height: 450px;
    margin: 0 auto;
    width: 90%;
}

.sp-left {
    background: #d5d6de;
    height: calc(100% - 30px);
    top: 20px;
    position: relative;
    width: 50%;
    padding: 30px 50px;
    overflow-y: auto;
}

.sp-left-fixed-content {
    max-height: 170px;
    height: 170px;
    overflow-y: auto;
}

.sp-left-title {
    color: #474a59;
    font-weight: bold !important;
    font-size: 18px;
}

.sp-right {
    background: #474A59;
    box-shadow: 0px 0px 40px 16px rgb(0 0 0 / 22%);
    color: #F1F1F2;
    position: relative;
    width: 50%;
    padding: 30px 50px;
    overflow-y: auto;
}

.sp-right-title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

hr {
    border: 1px solid #f4f3f0 !important;
    margin-top: 8px;
}

    hr.white {
        border: 1px solid white;
    }

    hr.sp {
        border: 1px solid #474A59;
    }

.sp-right-content {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}

label.label-radio {
    display: block;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
}

    label.label-radio input {
        position: absolute;
        left: -9999px;
        color: #474a59;
    }


        label.label-radio input:checked + span {
            background-color: #a9acbb;
            color: #474a59 !important;
            font-weight: bold;
        }

            label.label-radio input:checked + span:before {
                box-shadow: inset 0 0 0 0.4375em #474a59;
                width: 30px;
                height: 30px;
            }

    label.label-radio span {
        display: flex;
        align-items: center;
        padding: 0.375em 0.75em 0.375em 0.375em;
        border-radius: 99em;
        transition: 0.25s ease;
        font-size: 17px;
        transition: 0.25s ease;
        color: #474a59;
    }

    label.label-radio p {
        display: block;
        font-size: 13px;
        margin-top: 2px !important;
        margin-left: 45px !important;
        color: #474a59;
        text-align: left !important;
    }

    label.label-radio input:checked + p {
        color: #30323d !important;
    }

    label.label-radio span:hover {
        background-color: #a9acbb;
        color: #30323d !important;
        font-weight: bold !important;
    }

    label.label-radio span:before {
        display: flex;
        flex-shrink: 0;
        content: "";
        background-color: #fff;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin-right: 0.375em;
        transition: 0.25s ease;
        box-shadow: inset 0 0 0 0.125em #474a59;
    }

.mb-sm-4 {
    margin-bottom: 5px !important;
}

.mb-sm-2 {
    margin-bottom: 0 !important;
}

.form-lable-ow {
    top: -12px !important;
    left: 0 !important;
    text-align: center;
    width: 100%;
    font-weight: normal;
    font-size: 15px;
    opacity: 1 !important;
    color: #252525 !important
}

.check-td {
    width: 75px;
}

@media (max-width: 768px) {
    .check-td {
        width: 100% !important;
    }


    .sp-page {
        height: auto;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .sp-container {
        flex-direction: column;
        height: 630px;
        width: 320px;
    }

    .sp-left {
        height: 100%;
        left: 20px;
        width: calc(100% - 40px);
        max-height: 270px;
    }

    .sp-right {
        flex-shrink: 0;
        height: 100%;
        width: 100%;
        max-height: 350px;
    }

    .mb-sm-4 {
        margin-bottom: 35px !important;
    }

    .mb-sm-2 {
        margin-bottom: 25px !important;
    }

    .form-lable-ow {
        text-align: left;
        font-size: 14px;
        color: #9b9b9b !important
    }
}

.rounded-3 {
    border-radius: .3rem !important;
}

.bg-light {
    background-color: #f8f9fa !important;
    border: 1px solid #dee2e6 !important;
}

.p-5 {
    padding: 3rem !important;
}

a:hover {
    color: #18e9ec !important;
}

.rxNoMargin {
    margin-left: 1px !important;
}

.table-custom th {
    padding: 8px 12px !important;
    font-size: 12px !important;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    background: #f4f3f0;
}

.table-custom tfoot {
    padding: 8px 12px !important;
    font-size: 12px !important;
    font-weight: 800;
    text-align: right;
    letter-spacing: .05em;
    /*text-transform: uppercase;*/
    background: #f4f3f0;
}

.table-custom td {
    padding: 6px 9px !important;
    font-size: 12.5px !important
}

.visible-sm {
    display: none;
}

.table-custom td.visible-sm {
    display: none;
}

.section-xxs {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.section-xs {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

h4 + .range, h3 + .range {
    margin-top: 15px !important;
}

.range + .range {
    margin-top: 10px !important;
}

.button {
    min-height: 40px !important;
    border-radius: 16px !important;
}

.form-label {
    top: 20px !important;
}


/*
    RESPONSIVE TABLE
*/

.min-height-on-mobile {
    /*INTENTIONAL*/
}

.checkmark-adjust {
    left: 0 !important;
}

.top-neg-margin {
    margin-top: -6px !important;
}

.top-pos-margin {
    margin-top: 9px;
}

/*@media screen and (max-width: 768px){

}*/
.margin-adjust {
    margin-left: 15px;
}

@media screen and (max-width: 768px) {
    .margin-adjust {
        margin-left: -15px !important;
    }

    .checkmark-adjust {
        left: 10px !important;
        right: 0 !important;
    }

    .top-pos-margin {
        margin-top: 0px !important;
    }


    .top-neg-margin {
        margin-top: 0px !important;
    }

    .table-custom caption {
        font-size: 1.3em !important;
    }

    .table-custom thead {
        border: none !important;
        clip: rect(0 0 0 0) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        width: 1px !important;
    }

    .table-custom tr {
        border-bottom: 1px solid #ddd !important;
        display: block !important;
        margin-bottom: .625em !important;
    }

        .table-custom tr.dtrg-group {
            display: none !important;
        }

    .table-custom td {
        display: block !important;
        font-size: .8em !important;
        text-align: right !important;
        min-height: 20px;
    }

        .table-custom td.hidden {
            display: none !important;
        }

        .table-custom td.hidden-sm {
            display: none !important;
        }


        .table-custom td::before {
            content: attr(data-label) !important;
            float: left !important;
            font-weight: bold !important;
            text-transform: uppercase !important;
        }

        .table-custom td:last-child {
            border-bottom: 0 !important;
        }

    .min-height-on-mobile {
        min-height: 40px !important;
    }

    .table-custom {
        border: 1px solid transparent !important;
    }
}

@media screen and (max-width: 600px) {
    .margin-adjust {
        margin-left: 15px !important;
    }
}

* + .button {
    margin-top: 0px !important;
}

.range-30 > * {
    margin-top: 0;
    margin-bottom: 15px !important;
}

.hidden {
    display: none !important;
}

.sp-login-select-pharmacy {
    background: #d5d6de;
    max-height: 450px !important;
    position: relative;
    width: 100%;
    padding: 15px 18px;
    overflow-y: auto;
}

footer {
    height: 40px !important;
    line-height: unset !important;
}

.rd-navbar--is-stuck .rd-navbar-dropdown, .rd-navbar--is-stuck .rd-navbar-megamenu, .rd-navbar-fullwidth .rd-navbar-dropdown, .rd-navbar-fullwidth .rd-navbar-megamenu {
    margin-top: 20px !important;
    transform: translateY(20px) !important;
}

.rd-navbar-static .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-megamenu, .rd-navbar-fullwidth .rd-navbar-dropdown, .rd-navbar-fullwidth .rd-navbar-megamenu {
    margin-top: 7px !important;
    transform: translateY(7px) !important;
}

.rd-navbar-dropdown::after {
    content: "";
    position: absolute;
    left: 25px;
    top: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #10bfc1 transparent;
    z-index: 9998;
}

body {
    line-height: 1.5120 !important;
}

.right-sep:not(last-child) {
    border-right: 1px solid #d8d8d8 !important;
    margin-right: 5px !important;
    padding-right: 5px !important;
}

/*.right-sep:last-child {
        border-right: 0px !important;
        margin-right: 0 !important;
        padding-right:0 !important;
    }*/


@media screen and (max-width: 768px) {
    .range > .cell-sm-25 {
        min-width: 45% !important;
    }

    .rd-navbar-dropdown::after {
        border-style: none !important;
        border-width: 0 0 0 0 !important;
        border-color: transparent transparent transparent transparent;
        z-index: unset;
    }

    .block-right {
        text-align: center !important;
    }
}


.panel-dashboard {
    width: 100%;
    margin-top: 2px;
    cursor: pointer;
}

.panel-dashboard-title {
    position: relative;
    z-index: 1;
    padding: 19px 82px 19px 32px;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    color: #505050;
    transition: 1.3s all ease;
    background: #f4f3f0;
}

    .panel-dashboard-title:hover {
        color: #18e9ec !important;
    }

    .panel-dashboard-title .panel-dashboard-arrow {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 67px;
        z-index: 2;
        background: #10bfc1;
        color: #fff;
        transition: .33s all ease;
        text-align: center;
        max-height: 61px;
    }

.panel-dashboard-arrow::before {
    content: '\e145';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    font-family: 'Material Icons';
    font-size: 24px;
    line-height: 1;
    transition: .22s;
}

.panel-expanded {
    background-color: #f4f3f0;
    padding: 19px 82px 19px 32px;
    width: 100%;
    display: none;
}

    .panel-expanded .panel-expanded-title {
        z-index: 1;
        font-family: "Lato", Helvetica, Arial, sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.3;
        letter-spacing: 0;
        color: #0ea7aa;
        transition: 1.3s all ease;
        cursor: pointer;
    }

.panel-expanded-title .panel-expanded-arrow {
    position: absolute;
    top: 0;
    right: 17px;
    bottom: 0;
    width: 67px;
    z-index: 2;
    background: #10bfc1;
    color: #fff;
    transition: .33s all ease;
    text-align: center;
    cursor: pointer;
    max-height: 71px;
}

.panel-expanded-arrow::before {
    content: '\e15b';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    font-family: 'Material Icons';
    font-size: 24px;
    line-height: 1;
    transition: .22s;
}

.dashboard-wrapper {
    display: none;
}

.gray-rounded {
    background-color: #f4f3f0;
    min-height: 120px !important;
}

.gray-rounded-num {
    background-color: #f4f3f0;
    min-height: 200px !important;
}

.gray-super-hero {
    padding: 1.5rem;
    background-color: #f4f3f0;
    width: 100%;
    margin: 15px 0;
    background-image: url(../images/edit-pencli.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 80px 80px;
    background-position-x: calc(100% - 20px);
}

    .gray-super-hero p.header {
        margin: 0 0 6px 0;
        font-size: 13px;
        font-weight: normal;
        text-transform: uppercase;
        color: #1e1c16;
        text-shadow: 1px 1px #FFF;
    }

    .gray-super-hero h4 {
        margin: 0 0 6px 0;
        font-size: 26px;
        font-weight: bold;
        color: #080706;
    }

.address-bg {
    background-image: url(../images/address-cool.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 150px 120px;
    background-position-x: calc(100% - 20px);
    padding: 25px 190px 25px 25px !important;
}

.npi-info-bg {
    background-image: url(../images/npi-info.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 80px 80px;
    background-position-x: calc(100% - 5px);
    background-position-y: 20px;
    padding: 25px 100px 25px 25px !important;
}

.num-bg {
    background-image: url(../images/calc.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 40px 40px;
    background-position-x: calc(100% - 10px);
    background-position-y: 150px;
    padding: 25px 60px 25px 25px !important;
}

.info-label {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #17a2b8;
    border-color: #17a2b8;
}

    .info-label:hover {
        color: #FFF;
        border-color: transparent;
        background-color: #17a2b8;
    }


/*DROPDOWN TO BE USED ON THE */
.dropbtn {
    display: inline-block;
    margin-left: 15px;
    background-color: #d4d0c4;
    border: 1px solid #565656;
    color: #565656;
    padding: 6px 12px;
    font-size: 16px;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .dropbtn:hover, .dropbtn:focus {
        background-color: #565656;
        color: #f4f3f0;
        -webkit-focus-ring-color: none !important;
    }

.dropdown-btn {
    position: relative;
    display: inline-block;
}

.dropdown-btn-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100001;
    margin-left: 15px !important;
    margin-top: 3px;
    max-height: 280px;
    overflow-y: auto;
}

    .dropdown-btn-content div {
        color: black !important;
        padding: 8px 8px;
        text-decoration: none;
        display: block;
        cursor: not-allowed;
        padding: 8px 12px !important;
        font-size: 12px !important;
        font-weight: 800;
        letter-spacing: .05em;
        text-transform: uppercase;
        background: #f4f3f0;
        border-bottom: 1px solid #d8d8d8;
        border-top: 1px solid #d8d8d8;
    }

    .dropdown-btn-content a {
        color: black !important;
        padding: 8px 14px 8px 32px;
        text-decoration: none;
        display: block;
        font-size: 13px !important;
        font-weight: normal !important;
        cursor: pointer;
    }

.dropdown-btn-content-action-offset {
    margin-left: -120px !important;
}

.dropdown-btn a:hover {
    background-color: #ddd !important;
    color: #505050 !important;
}

.show {
    display: block;
}

tr {
    min-height: 40px !important;
}

    tr.tr-header {
        min-height: 10px !important;
    }


.table-custom.table-custom-bordered td {
    border: 1px solid #d5d5d5 !important;
    border-bottom: 0px solid #FFF !important;
    border-right: 0px !important;
}

.table-custom {
    border: 1px solid #d5d5d5 !important;
}

.earlyforrefill-td-border {
    border-top: 6px solid rgba(144,238,144,0.5) !important;
}

.Discontinued-td-border {
    border-top: 6px solid rgba(255,0,0,0.5) !important;
}

.null-td-border {
    border-top: 6px solid #ebebeb !important;
}

.commonFontColor {
    width: 180px !important;
}

input.input-validation-error, select.input-validation-error {
    border-color: #d9534f !important;
}

.form-validation {
    top: 38px !important;
}

.border-top {
    border-top: 1px solid #d8d8d8 !important;
}

.hr-header {
    margin-top: 7px !important;
    border-top: 1px solid #10bfc1 !important
}

.text-lg-right {
    text-align: right !important;
}

.nav-icon {
    height: 60px;
    width: auto;
    margin-top: 7px;
    height: 50px !important;
    max-width: unset !important;
}

.nav-icon-center {
    height: 60px;
    width: auto;
    margin-top: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    height: 50px !important;
    max-width: unset !important;
}

.displayed {
    height: 60px !important;
    max-width: unset !important;
    width: auto;
    margin-top: 7px;
}


@media (max-width: 768px) {
    .table-custom {
        border: 1px solid transparent !important;
    }

    .hidden {
        display: none !important;
    }

    .nav-icon-center {
        height: 40px !important;
        width: auto !important;
        margin-top: 7px;
        position: relative;
        transform: translate(-50%, 0%);
        height: 50px !important;
        max-width: unset !important;
    }

    .nav-icon {
        height: 40px !important;
        width: auto !important;
        margin-top: 7px;
        height: 50px !important;
        max-width: unset !important;
    }

    .displayed {
        height: 0px !important;
    }

    .hr-header {
        border-top: 0px solid transparent !important;
        margin-top: 0px !important;
    }

    .text-sm-center {
        text-align: center !important;
    }

    .dropdown-btn-content {
        margin-top: -130px !important;
    }

    .earlyforrefill-td-border {
        border-top: 6px solid rgba(144,238,144,0.5) !important;
    }

    .Discontinued-td-border {
        border-top: 6px solid rgba(255,0,0,0.5) !important;
    }

    .null-td-border {
        border-top: 6px solid #ebebeb !important;
    }

    .table-custom.table-custom-bordered td {
        border-right: 1px solid #d5d5d5 !important;
    }
}

#message.success, #msgModal.success {
    color: #4F8A10;
    border: 0px solid #4F8A10;
    background-color: #DFF2BF;
    padding: 10px 22px;
    display: inline-block;
    margin-top: 7px;
    border-radius: 16px;
    height: auto;
}

    #message.success:empty, #msgModal.success:empty {
        background-color: transparent !important;
        border: 1px solid transparent;
        height: 2px !important;
    }

#message.error, #msgModal.error {
    border: 0px solid #D8000C;
    color: #D8000C;
    background-color: #FFD2D2;
    padding: 10px 22px;
    display: inline-block;
    margin-top: 7px;
    border-radius: 16px;
    height: auto;
    width: 100%;
}

    #message.error:empty, #msgModal.error:empty {
        background-color: transparent !important;
        border: 1px solid transparent;
        height: 2px !important;
    }

.note {    
    /*background-color: #f7f7f7;*/
    padding: 16px;
    border-radius: 30px;
}

.brand-name {
    display: none !important;
}

.brand-non-mobile {
    display: inline-block !important;
}


@media (max-width: 768px) {
    .brand-name {
        display: inline-block !important;
    }
}

.brand-visible {
    display: inline-block !important;
}

.rd-navbar-static .rd-navbar-nav-wrap-default, .rd-navbar-fullwidth .rd-navbar-nav-wrap-default {
    margin-top: 0px !important;
}

.rd-navbar-static .rd-navbar-top-panel, .rd-navbar-fullwidth .rd-navbar-top-panel {
    padding: 0px 0 !important;
    background: #FFF !important;
}

.list-inline {
    margin-bottom: 3px !important;
}

.list-spreader > li {
    margin-bottom: 0px !important;
}

.first-col {
    width: 18% !important;
}

.second-col {
    width: 24% !important;
}

.third-col {
    width: 24% !important;
}

.forth-col {
    width: 10% !important;
}

.fifth-col {
    width: 10% !important;
}

.action-col {
    width: 7% !important;
    text-align: center;
}

.empty-wrapper {
    width: 100%;
    min-height: 200px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
}

a {
    cursor: pointer !important;
}

.visible-sm {
    display: none;
}

.rotate {
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

    .rotate.down {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.alert-dark {
    background-color: #d8d8d8 !important;
    border-top: 1px solid #1B1D1F;
    border-bottom: 1px solid #1B1D1F;
    color: #1B1D1F;
    margin-bottom: 0px !important;
    padding: 5px !important;
    width: calc(100% + 20px) !important;
    text-align: left;
    border-radius: 0 !important;
    margin-left: -10px;
    padding-left: 10px !important;
    font-size: 13px;
}

.mobile-popup {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 63px;
    background-color: white;
    max-height: 350px;
    border-top: 1px solid #d8d8d8;
}

.mobile-popup-item {
    height: 36px;
    padding: 8px 16px;
    border-bottom: 1px solid #d8d8d8;
    padding-left: 35px;
    border-bottom: 1px solid #d8d8d8;
    background-image: url('../images/arrow-right.png');
    background-repeat: no-repeat;
    background-size: 24px;
    background-position-y: 50%;
    background-position-x: 94%;
}

.mobile-popup-close {
    top: -60px !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: table-cell;
    background-color: #d8d8d8;
    position: absolute;
    right: calc(50% - 25px) !important;
    background-image: url('../images/close-popup.png');
    background-repeat: no-repeat;
    background-size: 24px;
    background-position-y: 50%;
    background-position-x: 50%;
    cursor: pointer;
}

.mobile-popup-item a {
    width: 100% !important;
    color: #121212 !important;
    background-color: transparent !important;
    display: block !important;
}

    .mobile-popup-item a.active {
        width: 100% !important;
        color: #10bfc1 !important;
        font-weight: normal !important;
    }

.page-item.active .page-link {
    background-color: #10bfc1 !important;
    border-color: #10bfc1 !important;
}

.create-fanta {
    margin-top: 35px !important;
}

    .create-fanta img {
        width: 300px !important;
        height: 300px !important;
        text-align: left !important;
    }

.go-back-to-login {
    font-size: 18px;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .go-back-to-login {
        font-size: 14px;
        margin-top: 60px;
    }

    .create-fanta {
        margin-top: 15px !important;
    }

        .create-fanta img {
            display: block;
            margin-left: auto;
            margin-right: auto;
            width: 120px !important;
            height: 120px !important;
            text-align: center !important;
        }

    tr .tr-header {
        display: none !important;
    }

    th.first-col, th.second-col, th.third-col, th.forth-col, th.fifth-col, th.sixth-col, th.seventh-col, th.action-col {
        display: none !important;
        visibility: hidden !important;
    }

    .first-col, .second-col, .third-col, .forth-col, .fifth-col, .sixth-col, .seventh-col .action-col {
        width: 100% !important;
    }

    .hidden-sm, .hidden {
        display: none !important;
    }

    .dataTables_length, .dataTables_info, .dataTables_filter, .dtrg-group {
        display: none !important;
    }

    .page-footer-full {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }

    a.brand-name > img {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        height: 50px !important;
    }

    .button {
        display: inline-block;
        min-width: 100px !important;
        font-weight: 600 !important;
        font-size: 12px !important;
        padding: 9px 15px !important;
    }

    .button-auto-width {
        margin-left: 5px !important;
    }

    .text-right-sm {
        text-align: right !important;
    }

    .table-custom td.visible-sm {
        display: block;
        min-height: 60px;
    }

    footer.fixed {
        height: unset !important;
        padding-bottom: 6px;
    }

    div.visible-sm {
        display: block !important;
        min-height: 60px !important;
    }

    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: right !important;
    }

    .earlyforrefill-td-border {
        border-top: 6px solid rgba(144,238,144,0.5) !important;
    }

    .Discontinued-td-border {
        border-top: 6px solid rgba(255,0,0,0.5) !important;
    }

    .null-td-border {
        border-top: 6px solid #ebebeb !important;
    }

    .footergutter {
        padding-top: 15px !important;
        width: 100% !important;
    }

    .section-xs {
        margin-bottom: 64px !important;
    }
}

ol.steps {
    background-color: #FFF;
    position: relative;
    overflow: hidden;
    counter-reset: wizard;
}

li.step-list {
    position: relative;
    float: left;
    width: 33%;
    text-align: center;
    color: #10bfc1;
}

    li.step-list.current ~ li.step-list {
        color: #B7EBEC;
    }

    li.step-list:before {
        counter-increment: wizard;
        content: counter(wizard);
        display: block;
        color: white;
        background-color: #10bfc1;
        border: 2px solid #10bfc1;
        text-align: center;
        width: 45px;
        height: 30px;
        line-height: 23px;
        border-radius: 2em;
        position: relative;
        left: 44%;
        margin-bottom: 15px;
        margin-left: -1em;
        z-index: 1;
    }

.current ~ li.step-list:before {
    background-color: #B7EBEC;
    color: #000;
    border-color: #B7EBEC;
}


li.step-list + li.step-list:after {
    content: "";
    display: block;
    width: 100%;
    background-color: #B7EBEC;
    height: 2px;
    position: absolute;
    left: -50%;
    top: 1em;
    z-index: 0;
}

.current ~ li.step-list:after {
    background-color: #555;
}

input[readonly] {
    background-color: #fff !important;
}

    input[readonly].form-input {
        background-color: #fff !important;
    }