﻿/* Custom CSS for the application */

@font-face {
    font-family: 'Adobe Garamond Pro';
    src: url('/fonts/AGaramondPro-Italic.otf');
}

@font-face {
    font-family: 'Source Sans Pro light';
    src: url('/fonts/SourceSansPro-Light.ttf');
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('/fonts/SourceSansPro-Regular.ttf');
}

.pds-logo {
    padding-bottom: 10px;
}

.extra-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}



.landing-page-container {
    color: #fff;
    font-size: 2em;
    padding-top: 5px;
}

    .landing-page-container a {
        text-decoration: none;
        color: inherit;
    }

.landing-page-info h3 {
    font-size: 35px;
}

.login {
    /*background-color: #43909B;*/
    min-height: 500px;
    display: block;
    /*border: 1px solid white;*/
    padding-top: 60px;
}

.register {
    /*background-color: #ff7748;*/
    min-height: 500px;
    display: block;
    /*border: 1px solid white;*/
    padding-top: 60px;
}

a.button-primary:hover {
    text-decoration: none;
    color: white;
}

.quote {
    background: #ebf3f5;
    padding: 15px 20px 5px 15px;
    border-radius: 5px;
    margin-bottom: 30px;
}

    .quote:after {
        content: '';
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 20px 18px 0 18px;
        border-color: #ebf3f5 transparent transparent transparent;
        position: relative;
        top: 37px;
        left: 20px;
    }

.bolded {
    font-weight: bold;
}

.student {
    margin-left: 25px;
    margin-bottom: 80px;
}

    .student .photo {
        background-color: #ccc;
        border-radius: 100px;
        width: 60px;
        height: 60px;
        float: left;
        margin-right: 10px;
    }

    .student p {
        position: relative;
        top: 5px;
        text-transform: uppercase;
    }

        .student p:nth-child(2) {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 0;
        }

        .student p:nth-child(3) {
            font-size: 14px;
            color: #777;
        }

.btn-center {
    text-align: center;
}

.height {
    height: 50px;
}
/*End testimonial stuff*/

#scroller {
    position: relative;
    height: 100%;
}

#firstRow {
    margin-top: 25px;
}

.overlay {
    background-color: Silver;
    text-align: center;
    position: relative;
    z-index: 10000;
    opacity: 0.5;
    background-image: url("../img/outofoffice.png");
    background-repeat: no-repeat;
    background-position: center;
}

    .overlay > td > a {
        text-decoration: none;
    }

.overlaymobile {
    background-color: Silver;
    text-align: center;
    position: relative;
    z-index: 10000;
    opacity: 0.5;
    background-image: url("../img/outofofficemobile.png");
    background-repeat: no-repeat;
    background-position: center;
}

    .overlaymobile > td > a {
        text-decoration: none;
    }

#textsuccessalert > .alert, #textalreadyhave > .alert {
    min-height: 80px;
}

#introvideo {
    background-color: #f3f3f3;
    min-height: 330px;
    border-top: 1px solid white;
}

.padded {
    margin: 100px auto 0 auto;
}
/*.spinner {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 100px auto;
}*/
.profilepic {
    border-radius: 150px;
    margin: 0 auto;
    display: block;
}
/*#profile {
    background-image: url("/img/line.png");
    background-repeat: repeat-x;
    background-position: center;
}*/



.edit {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-image: url("/img/base.png");
    position: relative;
    bottom: -176px;
    margin: 0 auto;
}

.cancel {
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-image: url("/img/cancel.png");
    position: relative;
    bottom: -161px;
    left: 174px;
}

#alert {
    margin: 10px 0;
    padding: 0px;
}

#nuclear {
    border-radius: 113px;
    width: 113px;
    height: 113px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -103px;
}

.spinner {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 40px;
    right: 10px;
    cursor: pointer;
    z-index: 1000;
}

#tapme {
    font-size: 15px;
    position: absolute;
    bottom: -25px;
    color: white;
    text-shadow: 0 0 2px black;
}

.double-bounce1, .double-bounce2 {
    width: 80%;
    height: 80%;
    border-radius: 50%;
    background-color: #d6862d;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

#buttons .btn {
    width: 43%;
}
/*#Facebook {
    background-color: #43609b;
background: -webkit-gradient(linear, left top, left bottom, from(#5678bc), to(#314a7b));
background: -webkit-linear-gradient(#5678bc, #314a7b);
background: linear-gradient(#5678bc, #314a7b);
border: 1px solid #293f69;
border-top-color: #314a7b;
color: #fff;
    width: 300px;
}

#Google {
    background-color: #ef6666;
background: -webkit-gradient(linear, left top, left bottom, from(#f87474), to(#e65858));
background: -webkit-linear-gradient(#f87474, #e65858);
background: linear-gradient(#f87474, #e65858);
border: 1px solid #e34242;
border-top-color: #e65858;
color: #fff;
width: 300px;
}*/

/*#Google em {
    background: no-repeat url("../img/googleplus.png");
    background-color: rgba(255, 255, 255, 0.08);
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
}

#Google span {
    margin-left: 42px;
}*/

/*#Twitter {
    background-color: #3fa7d0;
background: -webkit-gradient(linear, left top, left bottom, from(#5fbee4), to(#2091bd));
background: -webkit-linear-gradient(#5fbee4, #2091bd);
background: linear-gradient(#5fbee4, #2091bd);
border: 1px solid #1c80a8;
border-top-color: #2091bd;
color: #fff;
width: 300px;
}*/

.blueanduppercase {
    color: #42929d;
    text-transform: uppercase;
}

.overdue {
    color: red;
}

.fa {
    display: inline-block;
    width: 32px;
    height: 32px;
}

    .fa:hover {
        cursor: pointer;
    }

.fa-envelope {
    background-image: url(../img/mail.png);
    background-size: contain;
}

.fa-envelope-o {
    background-image: url(../img/mailopen.png);
    background-size: contain;
}

.fa-trash {
    background-image: url(../img/trash.png);
    background-size: contain;
}

.fa-bell-o {
    background-image: url(../img/bell.png);
    background-size: contain;
    width: 60px;
    height: 60px;
}

.fa-comment-o {
    background-image: url(../img/comment.png);
    background-size: contain;
    width: 60px;
    height: 60px;
}
/*.providermessage {
    background-color: #42929d;
    color: white;
}*/
.providermessage {
    position: relative;
    width: 350px;
    min-height: 75px;
    height: auto;
    padding: 4px;
    background: #50CD00;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    color: white;
    margin-right: 19px;
}

    .providermessage:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 12px 0 12px 13px;
        border-color: transparent #50CD00;
        display: block;
        width: 0;
        z-index: 1;
        right: -13px;
        top: 26px;
    }

.patientmessage {
    position: relative;
    width: 350px;
    min-height: 75px;
    height: auto;
    padding: 4px;
    background: #349EFF;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    color: white;
    margin-left: 45px;
}

    .patientmessage:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 12px 13px 12px 0;
        border-color: transparent #349EFF;
        display: block;
        width: 0;
        z-index: 1;
        left: -13px;
        top: 26px;
    }

td.patientmessage, td.providermessage {
    position: relative;
}

.modal-body {
    max-height: 500px;
    overflow-y: scroll;
    /*overflow-x: hidden;*/
}

.help-tip {
    position: relative;
    padding: 7px;
    margin-left: 10px;
    text-align: center;
    background-color: #FF7748;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
    color: #ffffff;
}

    .help-tip:focus {
        outline: none;
    }

.text-large {
    font-size: 1.75em;
}

#growthpopoverdiv > ul, #rashpopoverdiv > ul, #acnepopoverdiv > ul, #nailpopoverdiv > ul {
    list-style: none;
}

/*.help-tip:before{
    content:'?';
    font-weight: bold;
    color:#fff;
}*/


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.tooltip-wrapper {
    display: inline-block;
}

#writePrescriptionModalDialog, #viewErrorsAndRefillsModalDialog {
    width: 1080px;
}

span.control-label {
    font-size: 1em;
    font-weight: bold;
}

.review {
    font-size: 1em;
    color: #444444;
}

.agp {
    font-family: 'Adobe Garamond Pro', serif;
    color: white;
    font-size: 48pt;
    line-height: .8;
    text-shadow: 0px 0px 1px black;
}

.profile {
    margin: 10px;
}

    .profile > h3 {
        font-size: 22px;
        font-weight: bold;
    }

    .profile > .thumbnail {
        margin: 0px;
    }

.sspl {
    font-family: 'Source Sans Pro light';
    color: #42929d;
    font-size: 24pt;
    font-weight: 600;
    background: rgba(255, 255, 255, .6);
    border-radius: 20px;
    box-shadow: 0px 0px 31px 14px rgba(255,255,255, .6);
    text-shadow: none;
}

.agp-mobile {
    font-family: 'Adobe Garamond Pro', serif;
    color: white;
    line-height: .8;
    text-shadow: 0px 0px 1px black;
    font-size: 30pt;
}

.sspr {
    font-family: 'Source Sans Pro';
    color: white;
    font-size: 16pt;
    text-shadow: 0px 0px 1px black;
    margin-bottom: 30px;
}

.header {
    min-height: 30px;
    margin-top: 10px;
}

.headerbackground {
    margin-top: 90px;
    width: 50%;
    padding: 15px;
    background-color: transparent;
    text-align: center;
}

.button-primary {
    background-color: #3ab3c3;
    border: 2px solid white;
    font-size: 14pt;
    color: white;
    text-decoration: none;
    padding: 10px 30px;
}

    .button-primary:hover {
        text-decoration: none;
    }

.button-secondary {
    background-color: #F3F3F3;
    border: 2px solid #48b6c6;
    font-size: 14pt;
    color: #48b6c6;
    text-decoration: none;
    padding: 10px 30px;
    margin: 10px auto;
    display: inline-block;
}

    .button-secondary:hover {
        text-decoration: none;
    }

.button-danger {
    background-color: rgb(239, 50, 50);
    border: 2px solid white;
    font-size: 14pt;
    color: white;
    text-decoration: none;
    padding: 10px 30px;
}

    .button-danger:hover {
        text-decoration: none;
    }

    .button-danger:disabled {
        background-color: #ef3232;
        background-color: rgba(239, 50, 50, .31);
    }

.button-primary:disabled {
    background-color: #3ab3c3;
    background-color: rgba(58, 179, 195, .31);
}

.button-secondary:disabled {
    border: 2px solid #7EA7AD;
    color: #7ea7ad;
}

    .button-secondary:disabled:hover {
        text-decoration: none;
        color: #7ea7ad;
    }

.button-small {
    padding: 3px 5px;
    border-radius: 6px;
}

.twitter {
    display: inline-block;
    width: 42px;
    height: 41px;
    background: url("../img/twitter.gif") no-repeat left top;
}

    .twitter:hover {
        background-position: -42px 0px;
        cursor: pointer;
    }

.facebook {
    display: inline-block;
    width: 42px;
    height: 41px;
    background: url("../img/facebook.gif") no-repeat left top;
}

    .facebook:hover {
        background-position: -42px 0px;
        cursor: pointer;
    }

.googleplus {
    display: inline-block;
    width: 43px;
    height: 41px;
    background: url("../img/googleplus.gif") no-repeat left top;
}

    .googleplus:hover {
        background-position: -43px 0px;
        cursor: pointer;
    }

.footer {
    padding: 10px;
    width: 100%;
    min-height: 30px;
    background-color: #42929D;
    color: #fff;
}

    .footer span {
        padding: 8px 15px;
        font-size: .75em;
    }

    .footer a {
        color: #fff;
    }

    .footer .breadcrumb {
        background-color: #42929D;
        font-size: .75em;
    }

.modal-body, .modal-footer, .modal-header {
    background-color: #F6EBCF;
}

.modal-title {
    font-size: 2em;
}

#first-picture {
    background-image: url("../img/section1.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 592px;
}

#first-picture-mobile {
    background-image: url("../img/topsectionmobile.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 391px;
    /*max-width: 415px;*/
}

#first-picture-text-mobile {
    height: 115px;
    background-color: #f3f3f3;
}

.headerbackground-mobile {
    background-image: url("../img/mobiledownarrow.png");
    background-repeat: no-repeat;
    background-position: bottom;
    height: 114px;
    font-family: 'Source Sans Pro light';
    padding-left: 10px;
}

    .headerbackground-mobile > p > span {
        font-family: 'Adobe Garamond Pro', serif;
        color: #42929d;
        font-size: 26px;
    }

#second-picture {
    background-image: url("../img/section2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    min-height: 582px;
}

#third-picture {
    background-color: #F3F3F3;
    min-height: 430px;
    border-top: 1px solid white;
}

.third-picture > .button-secondary {
    position: relative;
    top: 55px;
}

.step1 {
    position: relative;
    z-index: 200;
    top: -47px;
    margin: 10px auto;
    width: 974px;
    height: 115px;
    background: url("../img/wizardstepswithwords.png") no-repeat left top;
}

.step2 {
    position: relative;
    z-index: 200;
    top: -47px;
    margin: 10px auto;
    width: 974px;
    height: 115px;
    background: url("../img/wizardstepswithwords.png") no-repeat left -115px;
}

.step3 {
    position: relative;
    z-index: 200;
    top: -47px;
    margin: 10px auto;
    width: 974px;
    height: 115px;
    background: url("../img/wizardstepswithwords.png") no-repeat left -230px;
}

.step4 {
    position: relative;
    z-index: 200;
    top: -47px;
    margin: 10px auto;
    width: 974px;
    height: 115px;
    background: url("../img/wizardstepswithwords.png") no-repeat left -345px;
}

.step5 {
    position: relative;
    z-index: 200;
    top: -47px;
    margin: 10px auto;
    width: 974px;
    height: 115px;
    background: url("../img/wizardstepswithwords.png") no-repeat left -460px;
}

.step6 {
    position: relative;
    z-index: 200;
    top: -47px;
    margin: 10px auto;
    width: 974px;
    height: 115px;
    background: url("../img/wizardstepswithwords.png") no-repeat left -575px;
}

#wizardbg {
    background-image: url("../img/wizardbg.jpg");
    background-repeat: no-repeat;
    background-position: left;
    height: 150px;
    border-bottom: 1px solid white;
    margin-bottom: 60px;
}

.link {
    /*
    background-color: #d3edee;*/
    background-color: #f3f2eb;
    height: 150px;
    width: 150px;
    border-radius: 125px;
    border: 1px solid #eee;
    margin: 10px;
    margin-left: 30px;
    cursor: pointer;
    text-align: center;
    color: #000000;
    padding-top: 25px;
    font-size: 1.5em;
    line-height: 20px;
    vertical-align: middle;
}

    .link + .text-center {
        text-transform: uppercase;
        margin-left: 30px;
        min-height: 84px;
    }

#growth {
    background-image: url(../img/somethinggrowingonmyskin.png);
    background-size: contain;
}

#rash {
    background-image: url(../img/rash.png);
    background-size: contain;
}

#hair {
    background-image: url(../img/hairproblem.png);
    background-size: contain;
}

#acne {
    background-image: url(../img/acne.png);
    background-size: contain;
}

#nail {
    background-image: url(../img/nail.png);
    background-size: contain;
}

#itching {
    background-image: url(../img/itching.png);
    background-size: contain;
}


    #itching.inactive {
        background-image: url(../img/itchinginactive.png);
    }

#growth.inactive {
    background-image: url(../img/somethinggrowingonmyskininactive.png);
}

#rash.inactive {
    background-image: url(../img/rashinactive.png);
}

#hair.inactive {
    background-image: url(../img/hairprobleminactive.png);
}

#acne.inactive {
    background-image: url(../img/acneinactive.png);
}

#nail.inactive {
    background-image: url(../img/nailinactive.png);
}

#itching.inactive:hover {
    background-image: url(../img/itching.png);
}

#growth.inactive:hover {
    background-image: url(../img/somethinggrowingonmyskin.png);
}

#rash.inactive:hover {
    background-image: url(../img/rash.png);
}

#hair.inactive:hover {
    background-image: url(../img/hairproblem.png);
}

#acne.inactive:hover {
    background-image: url(../img/acne.png);
}

#nail.inactive:hover {
    background-image: url(../img/nail.png);
}

.linkactive {
    background-color: #d9dcd5;
}

.text-muted {
    font-size: .75em;
}

.whatdoyouhave {
    display: block;
    font-weight: normal;
    padding: 10px;
}

#wrapper {
    /*background-image:url("../img/wizardbgwholepage.jpg");
    background-repeat:no-repeat;*/
    background-color: #46939B;
    padding-bottom: 10px;
}

#container {
    background-image: url("../img/wizardbgwholepage4.jpg");
    background-repeat: repeat;
    background-color: white;
    border-radius: 14px;
    min-height: 400px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.75);
}

.price-container {
    width: 250px;
    height: 250px;
    background-size: contain;
    background-image: url(../img/pricebanner.png);
    margin: 15px;
    float: right;
}

.price-container-mobile {
    width: 150px;
    height: 150px;
    background-size: contain;
    background-image: url(../img/pricebanner.png);
    float: right;
}

.strikethrough {
    text-decoration: line-through;
}


.red-dontresize {
    color: #F72C45;
    font-family: "Source Sans Pro light";
}

.orange-dontresize {
    color: #ff7748;
    font-family: "Source Sans Pro light";
}

.orange {
    color: #ff7748;
    font-family: "Source Sans Pro light";
    font-size: 2em;
    line-height: 1em;
}

.orange-font {
    color: #ff7748;
    font-size: 1.5em;
    line-height: 1em;
}

.darkgrey {
    color: #494949;
    font-family: "Source Sans Pro light";
    font-size: 1em;
}

.girl {
    background: url("../img/girl.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 350px;
}

.doctor {
    background: url("../img/doctor.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 350px;
}

.laptop {
    background: url("../img/laptop.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 350px;
}

#second-picture h3 {
    text-align: center;
    color: #42929d;
    margin-top: 310px;
    text-transform: uppercase;
    font-size: 1.5em;
}

#second-picture p {
    text-align: center;
}

.blue {
    color: #48b6c6;
    font-family: "Source Sans Pro light";
    text-align: center;
    font-size: 3em;
    line-height: 1em;
    text-transform: uppercase;
}

.doctors {
    background: url("../img/doctoricon.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 175px;
}

.time {
    background: url("../img/clockicon.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 175px;
}

.money {
    background: url("../img/dollaricon.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 175px;
}

.rocket {
    background: url("../img/rocketicon.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 175px;
}

.margin10px {
    margin-top: 10px;
}

.third-picture {
    text-align: center;
    margin-top: 190px;
}

.inner-addon {
    position: relative;
}

.hover, .allergyhover, .surgeryhover, .treatmenthover {
    cursor: pointer;
    padding: 5px 0px;
}

    .allergyhover:hover, .hover:hover, .surgeryhover:hover, .treatmenthover:hover {
        background-color: #E9F7FA !important;
    }

.panel-button {
    padding: 9px 0px;
    text-align: center;
    margin: 0 auto;
    width: 50%
}

    .panel-button > a {
        padding: 0px;
        color: #333333;
    }

        .panel-button > a:hover {
            text-decoration: none;
        }

#notice {
    height: 300px;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px solid black;
}
/*
#addMedication, #editMedication:hover {
background-color: #deecee;
}

#addMedication, #editMedication{
    padding:15px 23px;
}
*/
.panel-button:first-child {
    border-right: 1px solid lightgrey;
}

.panel-heading > h3 {
    text-align: center;
    font-weight: 600;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

#pswd_info {
    position: absolute;
    top: 77%;
    left: 20%;
    width: 300px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
}

    #pswd_info h4 {
        margin: 0 0 10px 0;
        padding: 0;
        font-weight: normal;
    }

    #pswd_info::before {
        content: "\25B2";
        position: absolute;
        top: -12px;
        left: 45%;
        font-size: 14px;
        line-height: 14px;
        color: #ddd;
        text-shadow: none;
        display: block;
    }

    #pswd_info ul, #pswd_info ul li {
        list-style-type: none;
    }

.password_invalid {
    background: url(../img/icons/cross.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}

.password_valid {
    background: url(../img/icons/tick.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
}





@media(max-width:768px) {
    .step1 {
        position: relative;
        z-index: 200;
        top: -38px;
        margin: 10px auto;
        width: 700px;
        height: 86px;
        background: url("../img/wizardstepswithwordsmedium.png") no-repeat left top;
    }

    .step2 {
        position: relative;
        z-index: 200;
        top: -38px;
        margin: 10px auto;
        width: 700px;
        height: 86px;
        background: url("../img/wizardstepswithwordsmedium.png") no-repeat left -86px;
    }

    .step3 {
        position: relative;
        z-index: 200;
        top: -38px;
        margin: 10px auto;
        width: 700px;
        height: 86px;
        background: url("../img/wizardstepswithwordsmedium.png") no-repeat left -172px;
    }

    .step4 {
        position: relative;
        z-index: 200;
        top: -38px;
        margin: 10px auto;
        width: 700px;
        height: 86px;
        background: url("../img/wizardstepswithwordsmedium.png") no-repeat left -258px;
    }

    .step5 {
        position: relative;
        z-index: 200;
        top: -38px;
        margin: 10px auto;
        width: 700px;
        height: 86px;
        background: url("../img/wizardstepswithwordsmedium.png") no-repeat left -344px;
    }

    .step6 {
        position: relative;
        z-index: 200;
        top: -38px;
        margin: 10px auto;
        width: 700px;
        height: 86px;
        background: url("../img/wizardstepswithwordsmedium.png") no-repeat left -430px;
    }

    #wizardbg {
        height: 180px;
    }

    .third-picture > .button-secondary {
        position: relative;
        top: 22px;
    }

    #sidebar {
        position: static;
        width: auto;
        top: 0;
    }
}

@media (max-width:1023px) and (min-width:768px) {
    .patientmessage {
        margin-left: 25px;
    }

    #sidebar {
        position: static;
        width: auto;
        top: 0;
    }
}

@media (max-width:770px) and (min-width:760px) {
    .col-sm-push-5 {
        left: 27.666667%;
    }

    #sidebar {
        position: static;
        width: auto;
        top: 0;
    }
}

@media (max-width:380px) and (min-width:370px) {
    .patientmessage {
        margin-left: 45px;
        width: 159px;
    }

    .providermessage {
        width: 159px;
    }

    #sidebar {
        position: static;
        width: auto;
        top: 0;
    }
}

@media (max-width:675px) and (min-width:640px) {
    .col-xs-push-1 {
        left: 38.333333%;
    }

    .providermessage {
        width: 245px;
    }

    .patientmessage {
        width: 245px;
        margin-left: -16px;
    }

    #sidebar {
        position: static;
        width: auto;
        top: 0;
    }
}

@media (max-width:740px) and (min-width:730px) {
    .col-xs-push-1 {
        left: 38.333333%;
    }

    .providermessage {
        width: 300px;
    }

    .patientmessage {
        width: 300px;
        margin-left: -40px;
    }

    #sidebar {
        position: static;
        width: auto;
        top: 0;
    }
}

@media (max-height:675px) and (min-height:640px) {
    .modal-body {
        max-height: 500px;
    }

    .modal-header {
        max-height: 50px;
    }

    .modal-footer {
        max-height: 75px;
        padding: 5px;
    }

    .modal-title {
        font-size: 1em;
    }

    #sidebar {
        position: static;
        width: auto;
        top: 0;
    }
}

@media (max-height:430px) and (min-height:410px) {
    .modal-body {
        max-height: 265px;
    }

    .modal-header {
        max-height: 50px;
    }

    .modal-footer {
        max-height: 75px;
        padding: 5px;
    }

    .modal-title {
        font-size: 1em;
    }

    #sidebar {
        position: static;
        width: auto;
        top: 0;
    }
}

@media (max-height:485px) and (min-height:470px) {
    .modal-body {
        max-height: 305px;
    }

    .modal-header {
        max-height: 50px;
    }

    .modal-footer {
        max-height: 75px;
        padding: 5px;
    }

    .modal-title {
        font-size: 1em;
    }

    #sidebar {
        position: static;
        width: auto;
        top: 0;
    }
}

@media (max-height:325px) and (min-height:315px) {
    .modal-body {
        max-height: 150px;
    }

    .modal-header {
        max-height: 50px;
    }

    .modal-footer {
        max-height: 75px;
        padding: 5px;
    }

    .modal-title {
        font-size: 1em;
    }

    #sidebar {
        position: static;
        width: auto;
        top: 0;
    }
}

@media (max-height:575px) and (min-height:560px) {
    .modal-body {
        max-height: 397px;
    }

    .modal-header {
        max-height: 50px;
    }

    .modal-footer {
        max-height: 75px;
        padding: 5px;
    }

    .modal-title {
        font-size: 1em;
    }

    #sidebar {
        position: static;
        width: auto;
        top: 0;
    }
}

@media (max-height:380px) and (min-height:360px) {
    .modal-body {
        max-height: 227px;
    }

    .modal-header {
        max-height: 50px;
    }

    .modal-footer {
        max-height: 75px;
        padding: 5px;
    }

    .modal-title {
        font-size: 1em;
    }

    #sidebar {
        position: static;
        width: auto;
        top: 0;
    }
}

@media (max-width:420px) and (min-width:410px) {
    .col-xs-push-1 {
        left: 14.333333%;
    }

    .providermessage {
        width: 170px;
    }

    .patientmessage {
        width: 170px;
        margin-left: 36px;
    }

    #sidebar {
        position: static;
        width: auto;
        top: 0;
    }
}

@media (max-width:485px) and (min-width:470px) {
    .col-xs-push-1 {
        left: 14.333333%;
    }

    .providermessage {
        width: 170px;
    }

    .patientmessage {
        width: 170px;
        margin-left: 5px;
    }

    #sidebar {
        position: static;
        width: auto;
        top: 0;
    }
}

@media (max-width:570px) and (min-width:560px) {
    .col-xs-push-1 {
        left: 31.333333%;
    }

    .providermessage {
        width: 220px;
    }

    .patientmessage {
        width: 220px;
        margin-left: 36px;
    }

    #sidebar {
        position: static;
        width: auto;
        top: 0;
    }
}

@media (max-width:325px) and (min-width:315px) {
    .col-xs-push-1 {
        left: -7.333333%;
    }

    .providermessage {
        width: 150px;
    }

    .patientmessage {
        width: 150px;
        margin-left: 36px;
    }

    #sidebar {
        position: static;
        width: auto;
        top: 0;
    }
}

@media (max-width:414px) {

    .step1 {
        position: relative;
        z-index: 200;
        top: -38px;
        margin: 10px auto;
        width: 414px;
        height: 86px;
        background: url("../img/wizardstepswithwordsmedium.png") no-repeat left top;
    }

    .step2 {
        position: relative;
        z-index: 200;
        top: -38px;
        margin: 10px auto;
        width: 414px;
        height: 86px;
        background: url("../img/wizardstepswithwordsmedium.png") no-repeat left -86px;
    }

    .step3 {
        position: relative;
        z-index: 200;
        top: -38px;
        margin: 10px auto;
        width: 414px;
        height: 86px;
        background: url("../img/wizardstepswithwordsmedium.png") no-repeat left -172px;
    }

    .step4 {
        position: relative;
        z-index: 200;
        top: -38px;
        margin: 10px auto;
        width: 414px;
        height: 86px;
        background: url("../img/wizardstepswithwordsmedium.png") no-repeat left -258px;
    }

    .step5 {
        position: relative;
        z-index: 200;
        top: -38px;
        margin: 10px auto;
        width: 414px;
        height: 86px;
        background: url("../img/wizardstepswithwordsmedium.png") no-repeat left -344px;
    }

    .step6 {
        position: relative;
        z-index: 200;
        top: -38px;
        margin: 10px auto;
        width: 414px;
        height: 86px;
        background: url("../img/wizardstepswithwordsmedium.png") no-repeat left -430px;
    }

    #mobilelinktosecondpicture {
        display: block;
        position: relative;
        bottom: 9px;
        left: 148px;
        width: 55px;
        height: 40px;
        background-color: transparent;
    }

    .orange {
        color: #42929d;
        font-family: "Source Sans Pro light";
        font-size: 2em;
        line-height: 1em;
    }

    #second-picture h3 {
        text-align: center;
        color: #ff7748;
        text-transform: uppercase;
        margin-top: 10px;
        font-size: 1.5em;
        padding-top: 256px;
    }

    .girl {
        background: url("../img/girl.png");
        background-repeat: no-repeat;
        background-position: center;
        height: 256px;
    }

    .laptop {
        background: url("../img/laptop-small.png");
        background-repeat: no-repeat;
        background-position: center;
        height: 200px;
        margin-top: 125px;
    }

    .modal-dialog {
        width: 90%;
    }

    #second-picture > .container > .row > .laptop > h3 {
        padding-top: 200px;
    }

    .doctor {
        background: url("../img/doctor.png");
        background-repeat: no-repeat;
        background-position: center;
        height: 256px;
        margin-top: 125px;
        margin-bottom: 125px;
    }

    .blue {
        font-size: 2em;
    }

    .doctors {
        margin: 5px;
        margin-left: 15px;
        background-size: contain;
    }

    .time {
        margin: 5px;
        background-size: contain;
    }

    .rocket {
        margin: 5px;
        margin-top: 135px;
        background-size: contain;
    }

    .money {
        margin: 5px;
        margin-left: 15px;
        margin-top: 135px;
        margin-bottom: 125px;
        background-size: contain;
    }

    .third-picture {
        font-size: 15px;
        margin-top: 170px;
    }

    .button-secondary {
        bottom: -130px;
        font-size: 13px;
        color: #ffffff;
        text-decoration: none;
        padding: 5px 10px;
        margin: 0 auto;
        background-color: #ff7748;
        border: 1px solid #ffffff;
    }

    #wizardbg {
        height: 180px;
    }

    .third-picture > .button-secondary {
        position: relative;
        top: 22px;
    }

    #buttons .btn {
        width: 70%;
    }

    #sidebar {
        position: static;
        width: auto;
        top: 0;
    }
}

@media(max-width:375px) {
    .orange-font {
        font-size: 1em;
    }

    .step1 {
        position: relative;
        z-index: 200;
        top: -23px;
        margin: 10px auto;
        width: 335px;
        height: 41px;
        background: url("../img/wizardstepswithwordssmall.png") no-repeat left top;
    }

    .step2 {
        position: relative;
        z-index: 200;
        top: -23px;
        margin: 10px auto;
        width: 335px;
        height: 41px;
        background: url("../img/wizardstepswithwordssmall.png") no-repeat left -41px;
    }

    .step3 {
        position: relative;
        z-index: 200;
        top: -23px;
        margin: 10px auto;
        width: 335px;
        height: 41px;
        background: url("../img/wizardstepswithwordssmall.png") no-repeat left -82px;
    }

    .step4 {
        position: relative;
        z-index: 200;
        top: -23px;
        margin: 10px auto;
        width: 335px;
        height: 41px;
        background: url("../img/wizardstepswithwordssmall.png") no-repeat left -123px;
    }

    .step5 {
        position: relative;
        z-index: 200;
        top: -23px;
        margin: 10px auto;
        width: 335px;
        height: 41px;
        background: url("../img/wizardstepswithwordssmall.png") no-repeat left -164px;
    }

    .step6 {
        position: relative;
        z-index: 200;
        top: -23px;
        margin: 10px auto;
        width: 335px;
        height: 41px;
        background: url("../img/wizardstepswithwordssmall.png") no-repeat left -205px;
    }

    #wizardbg {
        height: 180px;
    }

    .third-picture > .button-secondary {
        position: relative;
        top: 22px;
    }

    #buttons .btn {
        width: 70%;
    }

    #sidebar {
        position: static;
        width: auto;
        top: 0;
    }
}

@media (max-width:800px) {

    #second-picture h3 {
        text-align: center;
        text-transform: uppercase;
        margin-top: 10px;
        font-size: 1.5em;
        padding-top: 256px;
    }

    .girl {
        background: url("../img/girl.png");
        background-repeat: no-repeat;
        background-position: center;
        height: 256px;
    }

    .laptop {
        background: url("../img/laptop-small.png");
        background-repeat: no-repeat;
        background-position: center;
        height: 200px;
        margin-top: 125px;
    }

    #second-picture > .container > .row > .laptop > h3 {
        padding-top: 200px;
    }

    .doctor {
        background: url("../img/doctor.png");
        background-repeat: no-repeat;
        background-position: center;
        height: 256px;
        margin-top: 125px;
        margin-bottom: 125px;
    }

    .blue {
        font-size: 2em;
    }

    .doctors {
        margin: 5px;
        margin-left: 15px;
        background-size: contain;
    }

    .time {
        margin: 5px;
        background-size: contain;
    }

    .rocket {
        margin: 5px;
        margin-top: 135px;
        background-size: contain;
    }

    .money {
        margin: 5px;
        margin-left: 15px;
        margin-top: 135px;
        margin-bottom: 125px;
        background-size: contain;
    }

    .third-picture {
        font-size: 15px;
        margin-top: 170px;
    }

    #wizardbg {
        height: 180px;
    }

    #sidebar {
        position: static;
        width: auto;
        top: 0;
    }
}

@media (max-width:320px) {
    #wizardbg {
        height: 180px;
    }

    #sidebar {
        position: static;
        width: auto;
        top: 0;
    }
}

@media (max-width:1024px) {
    .profile {
        margin-left: 20px;
    }

    #sidebar {
        position: static;
        width: auto;
        top: 0;
    }
}

@media (min-width: 1678px) {
    #first-picture {
        background-image: url("../img/section1.gif");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 592px;
    }

    #second-picture {
        background-image: url("../img/section2.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-top: 2px solid white;
        border-bottom: 2px solid white;
        min-height: 592px;
    }
}
