﻿body {
    padding: 0;
    margin: 0;
    background: white !important;
}

/* Bootstrap Overrides */
.tooltip.bottom .tooltip-arrow {
    display: none;
}

.caps {
    text-transform: uppercase;
}

.k-overlay {
    opacity: 0.8 !important;
}

.visible {
    display: block!important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 10%;
}

.body-container {
    min-height: 70vh;
}

/*Colored Buttons*/
.btn-orange { /*Tango*/
    background-color: #f27c21;
    padding: 0 10px;
    font-size: 32px;
    color: white;
    border: solid #f27c21;
}

.btn-fuscous-gray { /*Fuscous Gray*/
    background-color: #4d4d4d;
    padding: 0 10px;
    font-size: 32px;
    color: white;
    border: solid #4d4d4d;
}

.btn-karry { /*Karry*/
    background-color: #ffe7d7;
    padding: 0 10px;
    font-size: 32px;
    color: white;
    border: solid #ffe7d7;
}

.btn-picton-blue { /*Picton Blue*/
    background-color: #3fa9f5;
    padding: 0 10px;
    font-size: 32px;
    color: white;
    border: solid #3fa9f5;
}

.btn-mine-shaft { /*Mine Shaft*/
    background-color: #333333;
    padding: 0 10px;
    font-size: 32px;
    color: white;
    border: solid #333333;
}

.btn-gray { /*Gray*/
    background-color: #808080;
    padding: 0 10px;
    font-size: 32px;
    color: white;
    border: solid #808080;
}

.btn-concrete { /*Concrete*/
    background-color: #f2f2f2;
    padding: 0 10px;
    font-size: 32px;
    color: white;
    border: solid #f2f2f2;
}

.btn-size-12 {
    padding: 0;
    font-size: 12px;
}

.light-gray-bg {
    background: #afafaf;
}
/*End of Colored Buttons*/

/*Adjustments*/
.margin-right-10 {
    margin-right: 10px;
}

.padding-right-50 {
    padding-right: 50px;
}
/*End of Adjustments*/

/*Icons*/
.icon-add-white {
    background-image: url('../../Images/add-white.png');
    background-position: center;
    width: 23px;
    height: 23px;
    display: inline-block;
    background-repeat: no-repeat;
}

.icon-close-black {
    background-image: url('../../Images/close-black.png');
    background-position: center;
    width: 23px;
    height: 23px;
    display: inline-block;
    background-repeat: no-repeat;
}

.icon-close-white {
    background-image: url('../../Images/close-white.png');
    background-position: center;
    width: 23px;
    height: 23px;
    display: inline-block;
    background-repeat: no-repeat;
}

.icon-close-orange {
    background-image: url('../../Images/close-orange.png');
    background-position: center;
    width: 23px;
    height: 23px;
    display: inline-block;
    background-repeat: no-repeat;
}

.icon-remove {
    background-image: url('../../Images/remove-icon.png');
    background-position: center;
    width: 23px;
    height: 23px;
    display: inline-block;
    background-repeat: no-repeat;
}

.icon-location-sm {
    background-image: url('../../Images/location-icon-small.png');
    background-position: center;
    width: 23px;
    height: 23px;
    display: inline-block;
    background-repeat: no-repeat;
}

.icon-pin-gray {
    background-image: url('../../Images/pin-gray.png');
    background-position: center;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
}

.icon-pin-orange {
    background-image: url('../../Images/pin-orange.png');
    background-position: center;
    width: 23px;
    height: 23px;
    display: inline-block;
    background-repeat: no-repeat;
}

.icon-search {
    background-image: url('../../Images/search.png');
    background-position: center;
    width: 50px;
    height: 50px;
    display: inline-block;
    background-repeat: no-repeat;
}

.icon-show-password-gray {
    background-image: url('../../Images/show-password-gray.png');
    background-position: center;
    width: 23px;
    height: 23px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    cursor: pointer;
}

@media screen and (max-width: 992px) {
    .icon-search {
        display: inline-block;
        margin-top: -45px;
        margin-right: 30px;
    }
}

.icon-print-page {
    background-image: url('../../Images/print-page.png');
    background-position: center;
    width: 100px;
    height: 100px;
    display: inline-block;
    background-repeat: no-repeat;
}

.icon-print-sm {
    background-image: url('../../Images/print-sm.png');
    background-position: center;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
}

.icon-print-sm-active {
    background-image: url('../../Images/print-sm-active.png');
    background-position: center;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
}

.icon-print-md {
    background-image: url('../../Images/print-md.png');
    background-position: center;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
}

.icon-print-white {
    background-image: url('../../Images/printw.png');
    background-position: center;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
}

.icon-print-md-orange {
    background-image: url('../../Images/print-md-orange.png');
    background-position: center;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
}

.icon-card-view-sm {
    background-image: url('../../Images/card-view-icon.png');
    background-position: center;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
}

.icon-card-view-sm-active {
    background-image: url('../../Images/card-view-icon-active.png');
    background-position: center;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
}

.icon-card-view-md {
    background-image: url('../../Images/cardview-normal.png');
    background-position: center;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
}

.icon-card-view-md-active {
    background-image: url('../../Images/cardview-active.png');
    background-position: center;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
}

.icon-grid-view {
    background-image: url('../../Images/grid-view-icon.png');
    background-position: center;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
}

    .icon-grid-view:hover {
        background-image: url('../../Images/grid-view-icon-active.png');
    }

.icon-grid-view-active {
    background-image: url('../../Images/grid-view-icon-active.png');
    background-position: center;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
}

.icon-download-sm {
    background-image: url('../../Images/dl-icon.png');
    background-position: center;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
}

    .icon-download-sm:hover {
        background-image: url('../../Images/dl-icon-active.png');
    }

.icon-download-sm-active {
    background-image: url('../../Images/dl-icon-active.png');
    background-position: center;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
}

.icon-mail {
    background-image: url('../../Images/mail.png');
    background-position: center;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
}

.icon-size-32 {
    width: 32px;
    height: 32px;
}
/*End of Icons*/

/*Kendo Modal*/
#btn-close-compare-modular-window {
    margin-top: 20px;
}

#compare-modular-window .icon-pin-gray {
    padding-top: 12px;
}

#compare-modular-window .icon-close-white {
    margin-left: 16px;
}
/*End of Kendo Modal*/

/*Scroll Overflow Style*/
.overflow-scroll::-webkit-scrollbar {
    width: 5px;
}

.overflow-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgb(98, 98, 98);
}

.overflow-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(154, 154, 154);
    border-radius: 5px;
}
/*End of Scroll Overflow Style*/

/*Busy Indicator Style*/
#busy-indicator-container {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #4d4d4d;
    opacity: 0.4;
    z-index: 2000;
}

    #busy-indicator-container img {
        width: 50px;
        height: 50px;
        top: 50%;
        left: 50%;
        margin: -32px 0 0 -32px;
        position: fixed;
        -webkit-animation: spin .5s linear infinite;
        -moz-animation: spin .5s linear infinite;
        animation: spin .5s linear infinite;
    }

    #busy-indicator-container .row {
        height: 100%;
        width: 100%;
        top: 50%;
        margin: 40px 0 0 0;
        position: fixed;
    }

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*End of Busy Indicator Style*/

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-left-padding {
    padding-left: 0 !important;
}

.no-right-padding {
    padding-right: 0 !important;
}


.text-uppercase {
    text-transform: uppercase;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Standard Colors */

.orange {
    color: #f27c21;
}

.pink {
    color: #ffe7d7;
}

.gray {
    color: #4d4d4d;
}

.dark-gray {
    color: #333333;
}

.light-gray {
    color: #808080;
}

.white {
    color: #ffffff;
}

.semi-white {
    color: #424242;
}

.blue {
    color: #3fa9f5;
}

.bg-pink {
    background-color: #ffe7d7 !important;
}

.bg-light-gray {
    background-color: #f2f2f2;
}

.bg-orange {
    background-color: #f27c21;
}

.bg-white {
    background-color: white;
}

body, p, h1, label, button {
    font-family: 'Proxima Nova';
}

.top-bar {
    height: 20px;
    background: #f27c21;
}

.top-gray-bar {
    height: 20px;
    background: #4d4d4d;
    width: 80vw;
    float: right;
}

.terms-and-conditions-hover:hover {
    color: #f27c21;
    text-decoration: none;
}

.terms-and-conditions-hover:focus {
    color: #f27c21;
    text-decoration: none;
}

/*Styles for Header*/

.navbar {
    height: 120px;
    max-height: 120px;
    box-shadow: 0px 7px 16px -7px;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 37px;
    z-index: 1000;

}

.navbar-collapse {
    border-top: none !important;
    z-index: 1;
}

.navbar-nav {
    margin: 0 !important;
}

#user-toggle-btn {
    background-image: url(/Content/Images/profile.png);
    height: 45px;
    width: 44px;
    background-repeat: no-repeat;
    border-radius: 100%;
    border: 0;
    position: relative;
    bottom: 2px;
    left: 18px;
    box-shadow: none;
}

.btn-group .dropdown-menu {
    right: -37px;
    left: initial;
    width: 290px;
    padding: 0;
    border: none;
    top: 64px;
}

#prescription-hstry {
    background: #4d4d4d;
    padding: 10px 20px 10px 20px;
    /*background: #f27c21;*/
    cursor: pointer;
    color: white;
    text-transform: uppercase;
    font-size: 22px;
}

#change-user-and-pw {
    /*background: #f27c21;*/
    background: #4d4d4d;
    padding: 10px 54px 10px 20px;
    cursor: pointer;
    color: white;
    text-transform: uppercase;
    font-size: 22px;
    border-top: 1px solid #ffffff;
}

    #change-user-and-pw:hover, #prescription-hstry:hover {
        background: #f27c21;
    }

.active-link {
    background-color: #f27c21;
}

    .active-link:hover {
        background-color: #333333 !important;
    }

.nav-company-logo {
    width: 200px;
    cursor: pointer;
}

.navbar-nav > li > a {
    padding: 10px 30px !important;
    font-size: 24px;
    text-transform: uppercase;
    color: #f27c21;
}


#prescription-hstry a, #change-user-and-pw a {
    color: inherit;
    text-decoration: inherit;
}


.nav-user p {
    margin-bottom: 0;
}

.navbar-collapse {
    position: relative;
    z-index: -1;
}

#name-of-user {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 23px;
    margin-top: 8px;
    margin-bottom: 0;
    word-break: break-all !important;
}

#logout-user {
    font-size: 12px;
    color: #ef7b21;
    text-transform: uppercase;
    float: right;
    cursor: pointer;
}

    #logout-user:focus,
    #logout-user:hover,
    #question-link:focus,
    #question-link:hover {
        color: #ef7b21;
        text-decoration: none;
    }

.logout-user-container {
    width: 70px;
}

.orange-text {
    font-size: 12px;
    color: #ef7b21;
    text-transform: uppercase;
    float: right;
    cursor: pointer;
}

.nav-user {
    float: right;
}

#user-profile,
#user-profile-main {
    cursor: pointer;
}

#user-profile-main {
    width: 50px;
    height: 50px;
}

.small-slanted {
    position: relative;
    right: 16px;
    width: 31px;
    height: 20px;
    -webkit-transform: skew(-27deg);
    -moz-transform: skew(-27deg);
    -o-transform: skew(-27deg);
    -ms-transform: skew(-27deg);
    background: white;
}

.icon-bar {
    height: 3px !important;
    background: #f27c21;
}

.user-profile-option ul {
    list-style-type: none;
    padding-left: 0;
}

.right-nav-items {
    padding-right: 78px;
    right: 0;
    position: absolute;
}

.right-nav-items-btns, #user-profile {
    display: inline-block;
}

.right-nav-items-btns {
    position: relative;
    bottom: 11px;
}

#header-count {
    margin-top: -5px;
}

.spacer {
    visibility: hidden;
    height: 468px;
}

/*Styles for footer*/

footer {
    width: 100%;
    background: #4d4d4d;
    z-index: 9;
    position: relative;
}

.footer-items {
    padding: 50px 0 50px 50px;
}

.footer-terms {
    padding-top: 34px;
    cursor: pointer;
}

#footer-logo {
    padding-bottom: 12px;
}

.home-padding {
    padding-left: 30px;
    padding-right: 30px;
}

#mobile-container {
    background-color: #f2f2f2;
    height: 100vh;
}

.form-field-container-mob-focus {
    border-top: 2px solid #f27c21;
    border-right: 2px solid #f27c21;
    border-bottom: 2px solid #f27c21;
}

.form-field-container-mob {
    background: white;
    border-left: 2px solid #f27c21;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    margin-bottom: 10px;
}

    .form-field-container-mob label {
        color: #808080;
        font-size: 14px;
        width: 100%;
        padding-right: 10px;
        margin-bottom: 0;
    }

    .form-field-container-mob input {
        width: 100%;
        height: 36px;
        padding-bottom: 0;
        border: none;
        font-size: 36px;
        color: #808080;
        background-color: transparent;
        line-height: 36px;
    }

        .form-field-container-mob input:focus {
            outline: none;
        }

.close-error-img {
    background-image: url('../../images/close-error.png');
    background-position: center;
    width: 23px;
    height: 23px;
    float: right;
    margin-top: -20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.invalid-img {
    background-image: url('../../images/invalid.png');
    background-position: center;
    width: 23px;
    height: 23px;
    float: right;
    display: inline-block;
    background-repeat: no-repeat;
}

.valid-img {
    background-image: url('../../images/valid.png');
    background-position: center;
    width: 23px;
    height: 23px;
    float: right;
    display: inline-block;
    background-repeat: no-repeat;
}

.validation-error {
    font-size: 18px;
    color: #f27c21;
}

.visible-xs .btn-container {
    margin-top: 20px;
}

    .visible-xs .btn-container button {
        background: #333333;
        border: 0;
        font-size: 26px;
        width: 100%;
        height: 58px;
        margin-bottom: 24px;
    }

.visible-xs .btn-container {
    margin-top: 20px;
}

    .visible-xs .btn-container button {
        background: #333333;
        border: 0;
        font-size: 26px;
        width: 100%;
        height: 58px;
        margin-bottom: 24px;
    }


/*DESKTOP CONTAINER STYLES*/
#desktop-container .btn-container {
    margin-top: 20px;
    margin-bottom: 75px;
}

    #desktop-container .btn-container button {
        background: #333333;
        border: 0;
        font-size: 26px;
        width: 100%;
        height: 58px;
        margin-bottom: 24px;
    }

    #desktop-container .btn-container .txt-question-link {
        background: transparent;
        border: 0;
        font-size: 26px;
        width: 100%;
        height: 58px;
        margin-bottom: 24px;
    }

#desktop-container .clickable {
    cursor: pointer;
}

#desktop-container .top-adjustment {
    padding-top: 20px;
}

#desktop-container .disabled:hover {
    cursor: not-allowed;
}

/*MOBILE CONTAINER STYLES*/
.main-content {
    background-color: #f2f2f2;
    min-height: calc(100% - 66px);
}

#mobile-container .top-adjustment {
    padding-top: 20px;
}


#mobile-container .btn-container button {
    background: #333333;
    border: 0;
    font-size: 26px;
    width: 100%;
    height: 58px;
    margin-bottom: 24px;
}

#mobile-container .btn-container .txt-question-link {
    background: transparent;
    border: 0;
    font-size: 26px;
    width: 100%;
    height: 58px;
    margin-bottom: 24px;
}

#mobile-container .loader-container {
    margin: auto;
}


.date-style.k-input {
    font-size: inherit;
    height: inherit;
}

.k-datepicker {
    width: 96% !important;
}

    .k-datepicker input {
        width: 100% !important;
    }

        .k-datepicker input:disabled {
            background-color: transparent;
        }

.k-state-focused {
    box-shadow: none;
}

/*.k-datepicker .k-select{
    padding-top: 10px;
    position: absolute
}*/

.k-header, .k-state-hover {
    background-color: #808080;
    border-color: transparent;
    color: white;
}

.k-window-titlebar {
    background-color: #f27c21;
    border-color: #f27c21;
}

/*DESKTOP CONTAINER STYLES*/
#desktop-container .btn-container {
    margin-top: 20px;
    margin-bottom: 75px;
}

#page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.81);
}

.terms-and-condition-modal {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2222;
    margin: 15vw 15vw 15vw 15vw;
    background-color: #f2f2f2;
}

.terms-header {
    padding: 15px 30px 15px 30px;
    font-size: 18px;
    box-shadow: -1px -4px 20px 0px;
}

.terms-body {
    padding: 15px 30px 15px 30px;
    overflow: scroll;
    max-height: 33vh;
}

.close-terms-modal-img {
    background-image: url('../../images/close-error.png');
    background-position: center;
    width: 23px;
    height: 23px;
    float: right;
    display: inline-block;
    background-repeat: no-repeat;
}

#drug-search-tabs-container {
    margin-left: -15px;
    border-bottom: none;
}

    #drug-search-tabs-container > li > a {
        color: #333333;
    }

        #drug-search-tabs-container > li > a:hover,
        #drug-search-tabs-container > li > a:focus {
            border-color: transparent;
            background-color: transparent;
        }

/*****************		Notification		*****************/
.notifs-container .notifs-item {
    display: table;
}

    .notifs-container .notifs-item i,
    .notifs-container .notifs-item div {
        display: table-cell;
    }

    .notifs-container .notifs-item i {
        padding-right: 12px;
    }

    .notifs-container .notifs-item div {
        vertical-align: middle;
    }
/*****************		End of Notification		*****************/

/*****************		Bootstrap Glyph Extension		*****************/
[class^='glyphicon'].glyphicon-sm {
    font-size: 18px;
}

[class^='glyphicon'].glyphicon-md {
    font-size: 24px;
}

[class^='glyphicon'].glyphicon-lg {
    font-size: 36px;
}

[class^='glyphicon'].glyphicon-xlg {
    font-size: 48px;
}
/*****************		End of Bootstrap Glyph Extension		*****************/

/*****************		MEDIA QUERIES		*****************/
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .user-profile-option {
        position: absolute;
        width: 377px;
        font-size: 24px;
        text-transform: uppercase;
        color: white;
        right: 29px;
        top: 119px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .user-profile-option {
        position: absolute;
        width: 377px;
        font-size: 24px;
        text-transform: uppercase;
        color: white;
        right: 29px;
        top: 119px;
    }

    #name-of-user {
        font-size: 15px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width: 1180px) {
    .navbar-nav {
        margin-left: 8vw !important;
        padding-top: 7px;
    }

    .user-profile-option {
        position: absolute;
        width: 377px;
        font-size: 21px;
        text-transform: uppercase;
        color: white;
        right: -20px;
        top: 82px;
    }

    .navbar-nav > li > a {
        padding: 6px 10px !important;
        font-size: 13px;
        text-transform: uppercase;
        color: #f27c21;
    }

    .right-nav-items {
        bottom: -5px;
    }

    .nav-company-logo {
        width: 150px;
    }

    .navbar {
        height: 70px;
        padding-top: 10px;
    }

    .right-nav-items {
        bottom: -20px;
    }

    #user-toggle-btn {
        bottom: 0px;
    }
}

@media only screen and (min-width : 1180px) {
    .navbar-nav {
        margin-left: 8vw !important;
    }

    .user-profile-option {
        position: absolute;
        width: 377px;
        font-size: 24px;
        text-transform: uppercase;
        color: white;
        right: -20px;
        top: 82px;
    }

    .navbar-nav > li > a {
        padding: 6px 14px !important;
        font-size: 17px;
        text-transform: uppercase;
        color: #f27c21;
    }

    .right-nav-items {
        bottom: -5px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1310px) {
    .user-profile-option {
        position: absolute;
        width: 377px;
        font-size: 24px;
        text-transform: uppercase;
        color: white;
        right: -20px;
        top: 82px;
    }

    .navbar-nav > li > a {
        padding: 8px 21px !important;
        font-size: 17px;
    }

    #name-of-user {
        font-size: 20px;
    }
}

/* Extra Large Devices, Wider Screens */
@media only screen and (min-width : 1460px) {
    .navbar-nav > li > a {
        padding: 10px 20px !important;
        font-size: 21px;
    }

    #name-of-user {
        font-size: 21px;
    }
}

@media only screen and (min-width : 1660px) {
    .navbar-nav > li > a {
        padding: 10px 30px !important;
        font-size: 24px;
    }

    #name-of-user {
        font-size: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-collapse.in {
        width: 300px;
        float: right;
        margin-top: 25px;
    }

    .navbar-collapse {
        width: 300px;
        float: right;
        margin-top: 25px;
        padding: 0 !important;
        background: #4d4d4d;
        font-size: 24px;
        text-transform: uppercase;
    }

    .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #808080 !important;
    }

    #user-profile,
    #user-profile-main {
        cursor: pointer;
        position: absolute;
        right: 0;
    }

    .navbar-header {
        position: relative;
    }

    .navbar-toggle {
        position: absolute;
        right: 50px;
    }

    .user-profile-option {
        position: absolute;
        width: 377px;
        font-size: 24px;
        text-transform: uppercase;
        color: white;
        right: 29px;
        top: 119px;
    }

    #logout-button {
        background: #808080;
        padding: 10px 10px 10px 20px;
        cursor: pointer;
    }

    .triangle-shape {
      position: absolute;
    right: 20px;
    top: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 21px solid #4d4d4d;
    }
}

@media only screen and (min-width: 768px) {

    #user-profile,
    #user-profile-main {
        position: absolute;
        right: 0;
    }

    .username-logout {
        position: absolute;
        right: 68px;
    }

    #logout-button {
        background: #808080;
        padding: 10px 10px 10px 20px;
        cursor: pointer;
    }

    .triangle-shape {
      position: absolute;
    right: 20px;
    top: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 21px solid #4d4d4d;
    }

    .active-link {
        background-color: #333333;
    }
}

/*CSS FOR MOBILE VIEW OF LAYOUT */
@media (max-width: 992px) {

    .valid-img, .invalid-img {
        width: 16px;
        height: 16px;
        background-size: cover;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
        background: #4d4d4d;
    }

    #toolbar-collapser {
        margin-top: 16px;
    }

    .navbar-nav > li {
        float: none;
    }

        .navbar-nav > li > a {
            padding-top: 10px;
            padding-bottom: 10px;
        }

    .collapse.in {
        display: block !important;
    }

    .angle {
        height: 100%;
    }

    .logo-section, .sign-in-section {
        height: 100%;
    }

    .mobile-top-bar {
        height: 12px;
        background: #f27c21;
    }

    .mobile-small-slanted {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
        clip-path: polygon(25% 0%, 100% 0, 75% 100%, 0 100%);
        background: white;
        height: 12px;
        width: 20px;
        position: relative;
        right: 16px;
    }

    .mobile-top-gray-bar {
        height: 12px;
        background: #4d4d4d;
        width: 20vw;
        float: right;
    }

    .company-logo {
        width: 200px;
        padding-top: 20px;
    }

    .mobile-menu-bar {
        height: 100px;
    }

    .white-bg {
        background: white;
    }

    .mobile-container {
        margin-left: 30px;
        margin-right: 30px;
    }

    #error-msg-container {
        background: #3fa9f5;
        color: white;
        padding: 10px;
        position: relative;
    }

    .user-name-field-div {
        background: white;
        border-left: 1px solid #f27c21;
        border-bottom: 1px solid #f27c21;
        border-right: 1px solid #f27c21;
        border-top: 1px solid #f27c21;
        padding-left: 10px;
        margin-bottom: 10px;
    }

    .pw-field-div {
        background: white;
        border-left: 1px solid #f27c21;
        padding-left: 10px;
        margin-bottom: 10px;
    }

    .login-inputs:focus {
        outline: none;
    }

    .user-name-field-div label, .pw-field-div label {
        width: 100%;
        padding-right: 10px;
        margin-bottom: 0;
        font-size: 10px;
    }

    .login-inputs {
        width: 100%;
        display: block;
        height: 32px;
        padding-bottom: 5px;
        border: none;
    }

    .user-name-field, .pw-field {
        font-size: 20px;
        color: #808080;
    }

    #error-msg p {
        font-size: 16px;
    }

    .login-btn {
        background: #333333;
        border: 0;
        font-size: 14px;
        width: 100%;
        height: 44px;
        margin-bottom: 24px;
    }

    .forgot-pw {
        text-transform: uppercase;
        font-size: 13px;
    }

    #mobile-footer {
        background: #4d4d4d;
        height: 100px;
        width: 100%;
        position: relative !important;
        bottom: 0;
    }

    .btm-company-name {
        margin-bottom: 0;
        padding-top: 33px;
    }

    .btn-terms {
        font-size: 10px;
    }

    .btm-terms {
        font-size: 10px;
    }

    #login {
        background: rgba(222, 222, 222, 0.22);
    }

    #user-profile-main {
        display: none;
    }

    .k-widget.k-window {
        width: 90vw !important;
        left: 0 !important;
        margin-left: 4vw;
    }

    .show-user-settings {
        height: 410px;
        min-height: 410px;
    }
}

@media (max-height: 840px) {
    .logo-section, .sign-in-section {
        height: 100vh;
    }

    .angle {
        height: 100vh;
    }
}

#page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.81);
}

.terms-and-condition-modal {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2222;
    margin: 15vw 15vw 15vw 15vw;
    background-color: #f2f2f2;
}


.terms-header {
    padding: 15px 30px 15px 30px;
    font-size: 18px;
    box-shadow: -1px -4px 20px 0px;
}

.terms-body {
    padding: 15px 30px 15px 30px;
    overflow: scroll;
    max-height: 33vh;
}

.close-terms-modal-img {
    background-image: url('../../images/close-error.png');
    background-position: center;
    width: 23px;
    height: 23px;
    float: right;
    display: inline-block;
    background-repeat: no-repeat;
}

.no-padding {
    padding: 0;
}

.clickable {
    cursor: pointer;
}

.span-close {
    padding-left: 10px;
}

/*Filter Sort Service Style*/
.btn-filter-sort {
    border: none;
    margin-right: 3px;
    margin-bottom: 5px;
    cursor: pointer;
    height: 30px;
    width: auto;
    background: #afafaf;
    font-size: 19px;
    padding: 2px 5px;
    display: inline-block;
}

    .btn-filter-sort span {
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }

.list-dropdown {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 4px;
    margin-left: -1px;
    border-radius: 0;
    color: #ececec;
    background-color: #4d4d4c;
}

.dropdown-toggle[aria-expanded='true'] {
    background-color: #4d4d4c;
}

.list-dropdown li {
    padding: 10px 20px;
    font-size: 19px;
    width: 250px;
}

    .list-dropdown li:hover {
        background-color: #808080;
    }


    .settings-small {
    display: inline-grid;
}
/*End of Filter Sort Service Style*/

/*Modal Style*/
.k-overlay,
.k-widget.k-window {
    z-index: 99999;
}
/*End of Modal Style*/

/*STYLES FOR MESSAGE SECTION*/
.message-box-cointainer {
    width: 315px;
    height: 80vh;
    background: #e0e0e0;
    position: absolute;
    right: 0;
    box-shadow: -1px 5px 20px 0px;
    padding: 0;
}

.webchat-conversation-messages {
    height: 81vh !important;
}



.message-icon {
    background: #f27c21 url(../../images/chat-icon.png) center;
    height: 88px;
    width: 88px;
    position: absolute;
    top: 0;
    right: 50px;
    margin-top: -150px;
    border-radius: 100%;
    cursor: pointer;
    background-repeat: no-repeat;
}

.message-box-header {
    height: 50px;
    background: #4d4d4d;
    color: white;
    padding: 15px;
}


    .message-box-header span {
        text-transform: uppercase;
        font-size: 8px;
    }

    .message-box-header p {
        float: left;
    }

.chat-status {
    height: 8px;
    width: 8px;
    background: #f27c21;
    border-radius: 100%;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.close-msg-box {
    float: right;
    color: #f27c21;
    font-size: 17px;
    cursor: pointer;
}

/* Stylings for terms and condition modal */
.terms-and-condition-message {
    max-height: 400px;
    background-color: #f2f2f2;
    overflow: scroll;
    overflow-x: hidden;
    -webkit-box-shadow: inset 5px 0px 0px rgba(128, 128,128, 0.1);
    -moz-box-shadow: inset 0px 0px 1px rgba(128, 128, 128, 0.1);
    box-shadow: inset 0px 3px 5px rgba(128, 128, 128, 0.1);
}

    .terms-and-condition-message::-webkit-scrollbar {
        width: 5px;
    }

    .terms-and-condition-message::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 6px rgb(98, 98, 98);
    }

    .terms-and-condition-message::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgb(154, 154, 154);
        border-radius: 5px;
    }

    .terms-and-condition-message .message-container {
        text-align: justify;
    }

#terms-and-conditions {
    padding: 0;
}

    #terms-and-conditions .kendo-window-footer {
        display: none;
    }

/* End of terms and condition modal */



/*mobile view with resolution of 1366x768*/

@media screen and (max-width:1366px) {

    .message-icon {
        right: 30px;
    }
}

/*EpiphanyRx Grid*/
.panel-container-scrollable::-webkit-scrollbar {
    width: 5px;
}

.panel-container-scrollable::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgb(98, 98, 98);
}

.panel-container-scrollable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(154, 154, 154);
    border-radius: 5px;
}

.panel-container-scrollable {
    height: 382px;
}

#tbl-upcoming-refills,
#tbl-pinned-pharmacies,
#tbl-pinned-drugs {
    height: 60vh;
    margin-bottom: 30px;
}

    #tbl-upcoming-refills.k-grid,
    #tbl-pinned-drugs.k-grid,
    #tbl-pinned-pharmacies.k-grid {
        border: none;
    }

        #tbl-upcoming-refills.k-grid td,
        #tbl-pinned-drugs.k-grid td,
        #tbl-pinned-pharmacies.k-grid td {
            border: 1px solid white;
            padding: 20px;
        }

            #tbl-pinned-pharmacies.k-grid td:first-child,
            #tbl-pinned-pharmacies.k-grid td:last-child {
                padding: 0;
                text-align: center;
            }

        #tbl-upcoming-refills.k-grid tr:nth-child(even):hover,
        #tbl-upcoming-refills.k-grid tr:nth-child(odd):hover,
        #tbl-pinned-drugs.k-grid tr:nth-child(even):hover,
        #tbl-pinned-drugs.k-grid tr:nth-child(odd):hover,
        #tbl-pinned-pharmacies.k-grid tr:nth-child(even):hover,
        #tbl-pinned-pharmacies.k-grid tr:nth-child(odd):hover {
            background-color: rgb(255,236,222);
        }

        #tbl-upcoming-refills.k-grid tr:nth-child(even),
        #tbl-pinned-drugs.k-grid tr:nth-child(even),
        #tbl-pinned-pharmacies.k-grid tr:nth-child(even) {
            background-color: #f8f8f8;
        }

        #tbl-upcoming-refills.k-grid tr:nth-child(odd),
        #tbl-pinned-drugs.k-grid tr:nth-child(odd),
        #tbl-pinned-pharmacies.k-grid tr:nth-child(odd) {
            background-color: #efefef;
        }
/*End of EpiphanyRx Grid*/

/*
 *   CSS FOR IE AND FF ONLY 
 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .btn-group .dropdown-menu {
        left: -210px;
    }
}


/*
 *   CSS for Responsiveness 
 */

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 992px) {
    .body-content {
        margin-left: 0;
        margin-right: 0;
    }

    .nav-company-logo {
        width: 150px;
    }

    .navbar-toggle {
        right: -35px;
        bottom: -4px;
    }

    #toolbar-collapser {
        margin-top: 6px;
        position: absolute;
        right: 0;
        min-width: 319px;
        overflow: hidden;
    }

    .active-link {
        color: #4d4d4d !important;
        background-color: #f27c21;
    }

    .btn-group {
        position: absolute;
        left: 12px;
        bottom: -10px;
    }

        .btn-group .dropdown-menu {
            right: 0;
            left: -12px;
            box-shadow: none;
            top: 33px;
            padding-bottom: 20px;
            background: #4d4d4d;
            border-radius: 0;
        }

    #prescription-hstry, #change-user-and-pw {
        background: #4d4d4d;
        padding: 0;
        text-align: left;
        padding-left: 29px;
        color: #f27c21;
        font-size: 24px;
        padding-bottom: 12px;
    }

    #change-user-and-pw {
        border: none;
    }

    ul.nav.navbar-nav {
        border-bottom: 1px solid white;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .right-nav-items {
        width: initial;
        padding-right: initial;
        right: 0;
        position: relative;
        background: #4d4d4d;
        padding-right: 30px;
        padding-top: 21px;
        padding-bottom: 20px;
    }

    .right-nav-items-btns {
        position: initial;
    }

    .navbar-nav > li > a, #prescription-hstry, #change-user-and-pw {
        font-size: 18px;
    }

    #user-toggle-btn {
        bottom: 45px;
    }

    #name-of-user {
        font-size: 18px;
        color: white;
        margin-bottom: 7px;
    }

    .navbar {
        height: 70px;
        padding-top: 10px;
    }

    .footer-items {
        padding: 24px 0 25px 50px;
    }

    .footer-terms {
        padding-top: 5px;
    }

    .btn-filter-sort {
        font-size: 14px;
        padding: 5px 5px;
    }
}

@media (max-width: 1785px) {
    #desktop-container .btn-container button {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    #toolbar-collapser {
        margin-top: 16px;
    }
}

#resources-list .resource-carrier .inline-form {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

#resources-list .resource-carrier label.inline-form {
    margin-bottom: 0;
    padding-right: 10px;
}


#resources-list .download-button {
    background-color: #000;
    padding: 16px;
    margin: 5px;
    color: #fff;
    font-size: 18px;
    text-decoration: none !important;
    display: block;
}

#resources-list .glyphicon {
    padding-right: 20px;
    color: #f27c21;
}

#resource-setup-container {
    margin-top: 50px;
}

.btn.btn-submit {
    width: 120px;
    background-color: #333333;
    border-radius: 0;
    font-size: 26px;
    height: 58px;
    color: #f27c21;
    margin-top: 20px;
}

.btn.btn-site-default {
    width: 120px;
    background-color: #333333;
    border-radius: 0;
    font-size: 18px;
    height: 40px;
    color: #f27c21;
    margin-top: 20px;
}

.margin-lg-bottom {
    margin-bottom: 12px;
}