﻿
.orb1 {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #9e007e;
    position: fixed;
    top: 50%;
    left: 47%;
    animation: pulse_dd;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.orb2 {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #9e007e;
    position: fixed;
    top: 50%;
    left: 50%;
    animation: pulse_dd;
    animation-timing-function: ease-in-out;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
}

.orb3 {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #9e007e;
    position: fixed;
    top: 50%;
    left: 53%;
    animation: pulse_dd;
    animation-timing-function: ease-in-out;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

@keyframes pulse_dd {
    0% {
        transform: scale(1)
    }
    25% {
        transform: scale(1.3)
    }
    50% {
        transform: scale(1)
    }
    75% {
        transform: scale(1.3)
    }
    100% {
        transform: scale(1)
    }
}


@font-face {
    font-family: 'Blinker';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/Blinker-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Blinker';
    font-style: normal;
    font-weight: 900;
    src: url('./fonts/Blinker-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Blinker';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/Blinker-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Blinker';
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/Blinker-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Blinker';
    font-style: normal;
    font-weight: 200;
    src: url('./fonts/Blinker-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Blinker';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/Blinker-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Blinker';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/Blinker-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'DINCond-bold';
    font-style: normal;
    font-weight: normal;
    src: url('./fonts/DINCondensed-Bold.woff') format('woff');
}

body {
    font-family: 'Blinker', Fallback, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Blinker,sans-serif;
    line-height: 1.2;
}

.card-header {
    background-color: #9e007e;
    color: #FFF;
}

    .card-header > .btn-link {
        color: #FFF;
    }

#imgNavbarBrand {
    height: 60px;
}

#topstrap {
    position: relative;
    background-color: #9e007e;
    color: #FFF;
}

#hypTopStrapEmail, #hypTopStrapEmail:hover, #hypTopStrapEmail:visited, #labelPageTitle1, #btnTopStrapLogin, #LogoutButton, .topstrap-balance {
    color: #FFF;
}

#labelPageTitle1 {
    margin-top: 30px;
}


.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #FFF; /*change color of links in drop down here*/
}

.navbar-default .navbar-nav > li > a, .navbar-static-text {
    color: #000; /*Change active text color here*/
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #9e007e;
    text-shadow: 2px 2px 5px silver;
}


/* non-fixed to top styles */
.navbar {
    background-color: #FFF;
}

    .navbar .nav-item > a {
        color: #000;
    }

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar .nav-item > a:hover, .navbar .nav-item > a:focus {
    color: #000;
}

.navbar-behind {
    background-color: #FFF;
}

/* remove complaints navbar item without removing it from sitemap */
#rptNavBar_navItem_7 {
    display: none;
}

.navbar-nav .nav-item {
    margin-right: 1rem;
}

/* fixed to top styles */
.affix.navbar {
    background-color: #FFF;
}

    .affix.navbar .nav-item > a,
    .affix.navbar .navbar-brand {
        color: #000;
    }





.topstrap-languages {
    display: inline-block;
}

#ddlLanguages {
    display: none;
}


#DefaultTextWrapper, #divSupplierHome, #right-bar-links, #btnTogglePracticeOnHold {
    display: none;
}



.card-header .btn-outline-primary {
    background-color: #fff;
    color: #000;
    border-color: #000;
}

.modal-header {
    background-color: #9e007e;
    color: #FFF;
}

.btn-primary {
    background-color: #9e007e;
    border: 1px solid #9e007e;
    font-family: DINCond-bold,sans-serif;
    font-size: 15px;
}

    .btn-primary:hover {
        background-color: #6f0058;
        border: 1px solid #6f0058;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #9e007e;
        border-color: #9e007e;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #9e007e;
        border-color: #000;
    }
    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #6f0058;
        border-color: #000;
        border-width: 3px;
        box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
    }

.btn-outline-primary {
    color: #9e007e;
    border-color: #9e007e;
    border: 1px solid #9e007e;
    font-family: DINCond-bold,sans-serif;
    font-size: 15px;
}

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #9e007e;
        background-color: transparent;
    }

    .btn-outline-primary:hover {
        color: #6f0058;
        border-color: #6f0058;
    }

.btn-danger, .btn-secondary, .btn-info, .btn-success { 
    font-family: DINCond-bold,sans-serif;
    font-size: 15px;
}

#btnCreateAggretagedDeliveryNote, #btnCreateAggregatedPickNote {
    display: none;
}

#hypTabPlans, #hypTabDirectDebit, #MainContent_formviewPatientDetails_hypGlassesSubscription {
    display: none;
}

#lblInStock {
    display: none;
}

#pnlSupplierFilter {
    display: none;
}

#contactBox {
    display: none;
}


#linkComplaintButton {
    background-color: #2CA1B7;
    border-color: #2CA1B7;
}

#linkComplaintButton:hover {
    background-color: #216C7A;
    border-color: #216C7A;
}








#pnlExportPatient, #MainContent_WizardPractice_hyperlinkOrderReport {
    display: none;
}

#hypTopStrapEmail, #topstrap .fa-phone, #lblTopStrapPhone, #LoginView1_LoginUser_buttonForgotPassword {
    display: none;
}


.creditsummary ol {
    counter-reset: item
}
.creditsummary ol>li {display: block }
    .creditsummary ol>li:before {
        content: counters(item, ".") " ";
        counter-increment: item
    }
















.ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px
}

.ribbon {
    font-size: 12px;
    color: #FFF;
    letter-spacing: .05em;
    line-height: 15px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    right: -11px;
    top: 10px;
    width: 100px;
    height: 28px;
    z-index: 1;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    background-color: #dedede;
    background-image: -webkit-linear-gradient(top, #ffffff 45%, #dedede 100%);
    background-image: -o-linear-gradient(top, #ffffff 45%, #dedede 100%);
    background-image: linear-gradient(to bottom, #ffffff 45%, #dedede 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdedede', GradientType=0)
}

    .ribbon:before,
    .ribbon:after {
        content: "";
        border-top: 3px solid #9e9e9e;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        position: absolute;
        bottom: -3px
    }

    .ribbon:before {
        left: 0
    }

    .ribbon:after {
        right: 0
    }
.ribbon.green {
    background-color: #2da285;
    background-image: -webkit-linear-gradient(top, #2da285 45%, #227a64 100%);
    background-image: -o-linear-gradient(top, #2da285 45%, #227a64 100%);
    background-image: linear-gradient(to bottom, #2da285 45%, #227a64 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff2da285', endColorstr='#ff227a64', GradientType=0)
}

    .ribbon.green:before,
    .ribbon.green:after {
        border-top: 3px solid #113e33
    }

.ribbon.red {
    background-color: #bc1a3a;
    background-image: -webkit-linear-gradient(top, #a61733 45%, #bc1a3a 100%);
    background-image: -o-linear-gradient(top, #a61733 45%, #bc1a3a 100%);
    background-image: linear-gradient(to bottom, #a61733 45%, #bc1a3a 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffa61733', endColorstr='#ffbc1a3a', GradientType=0)
}

    .ribbon.red:before,
    .ribbon.red:after {
        border-top: 3px solid #8f142c
    }


.ribbon.blue {
    background-color: #1a8bbc;
    background-image: -webkit-linear-gradient(top, #177aa6 45%, #1a8bbc 100%);
    background-image: -o-linear-gradient(top, #177aa6 45%, #1a8bbc 100%);
    background-image: linear-gradient(to bottom, #177aa6 45%, #1a8bbc 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#177aa6', endColorstr='#ff1a8bbc', GradientType=0)
}

    .ribbon.blue:before,
    .ribbon.blue:after {
        border-top: 3px solid #115979
    }

.ribbon-left-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    left: -3px
}

.ribbon-left {
    left: -26px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    background-image: -webkit-linear-gradient(top, #ffffff 45%, #dedede 100%);
    background-image: -o-linear-gradient(top, #ffffff 45%, #dedede 100%);
    background-image: linear-gradient(to bottom, #ffffff 45%, #dedede 100%);
}



/* https://codepen.io/joshbader/pen/ukFLi */
.token .alert {
    z-index: 0;
}

.ribbon-animated {
    width: 400px;
    margin: 5px auto 0px;
    margin-bottom: 5px;
    position: relative;
    color: #fff;
    text-align: center;
    background: #17a2b8;
    -webkit-animation: main 250ms;
    -moz-animation: main 250ms;
    -ms-animation: main 250ms;
    animation: main 250ms;
}

    .ribbon-animated i {
        position: absolute;
    }

        .ribbon-animated i:first-child, .ribbon-animated i:nth-child(2) {
            position: absolute;
            left: -9px;
            bottom: -10px;
            z-index: -1;
            border: 9px solid transparent;
            border-right-color: #043140;
            -webkit-animation: edge 500ms;
            -moz-animation: edge 500ms;
            -ms-animation: edge 500ms;
            animation: edge 500ms;
        }

        .ribbon-animated i:nth-child(2) {
            left: auto;
            right: -9px;
            border-right-color: transparent;
            border-left-color: #043140;
        }

        .ribbon-animated i:nth-child(3), .ribbon-animated i:last-child {
            width: 20px;
            bottom: -10px;
            left: -15px;
            z-index: -2;
            border: 12px solid #117A8B;
            border-left-color: transparent;
            -webkit-animation: back 600ms;
            -moz-animation: back 600ms;
            -ms-animation: back 600ms;
            animation: back 600ms;
            -webkit-transform-origin: 100% 0;
            -moz-transform-origin: 100% 0;
            -ms-transform-origin: 100% 0;
            transform-origin: 100% 0;
        }

        .ribbon-animated i:last-child {
            bottom: -10px;
            left: auto;
            right: -15px;
            border: 12px solid #117A8B;
            border-right-color: transparent;
            -webkit-transform-origin: 0 0;
            -moz-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
            transform-origin: 0 0;
        }

/* animations */

@-webkit-keyframes main {
    0% {
        -webkit-transform: scaleX(0);
    }

    100% {
        -webkit-transform: scaleX(1);
    }
}

@-webkit-keyframes edge {
    0%, 50% {
        -webkit-transform: scaleY(0);
    }

    100% {
        -webkit-transform: scaleY(1);
    }
}

@-webkit-keyframes back {
    0%, 75% {
        -webkit-transform: scaleX(0);
    }

    100% {
        -webkit-transform: scaleX(1);
    }
}


@-moz-keyframes main {
    0% {
        -moz-transform: scaleX(0);
    }

    100% {
        -moz-transform: scaleX(1);
    }
}

@-moz-keyframes edge {
    0%, 50% {
        -moz-transform: scaleY(0);
    }

    100% {
        -moz-transform: scaleY(1);
    }
}

@-moz-keyframes back {
    0%, 75% {
        -moz-transform: scaleX(0);
    }

    100% {
        -moz-transform: scaleX(1);
    }
}


@keyframes main {
    0% {
        transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
    }
}

@keyframes edge {
    0%, 50% {
        transform: scaleY(0);
    }

    100% {
        transform: scaleY(1);
    }
}

@keyframes back {
    0%, 75% {
        transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
    }
}





#arrowAnim {
    height: 106px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 55px;
}

    #arrowAnim .arrow {
        width: 40px;
        height: 40px;
        border: 6px solid;
        border-color: #9e007e transparent transparent #9e007e;
        transform: rotate(135deg);
    }


.arrowSliding {
    position: absolute;
    -webkit-animation: slide 4s linear infinite;
    animation: slide 4s linear infinite;
}

.delay1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.delay3 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        transform: translateX(-15vw);
    }

    20% {
        opacity: 1;
        transform: translateX(-9vw);
    }

    80% {
        opacity: 1;
        transform: translateX(9vw);
    }

    100% {
        opacity: 0;
        transform: translateX(15vw);
    }
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateX(-15vw);
    }

    20% {
        opacity: 1;
        transform: translateX(-9vw);
    }

    80% {
        opacity: 1;
        transform: translateX(9vw);
    }

    100% {
        opacity: 0;
        transform: translateX(15vw);
    }
}

.transferredWatermark {
    padding: 4px;
    background-color: silver;
    color: red;
    text-align: center;
    letter-spacing: 3px;
    font-weight: bold;
}

.btn {
    border-radius: 1rem
}

div#LoginView1_LoginUser_pnlSamlLogin {
    color: #9e007e;
}