/*!
 * Stellar - Responsive Web Portal
 * Copyright 2016-2017
 */

body {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow-x: hidden;
}

html, body {
    height: 100%;
}

p {
    font-size: 20px;
}

    p.small {
        font-size: 16px;
    }

a,
a:hover,
a:focus,
a:active,
a.active {
    color: #000;
}

@font-face {
    font-family: 'ProductSans-Regular';
    src: url('../fonts/ProductSans-Regular.eot'); /* IE9 Compat Modes*/
    src: url('../fonts/ProductSans-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/ProductSans-Regular.woff2') format('woff2'), /* Super Modern Browsers*/
    url('../fonts/ProductSans-Regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/ProductSans-Regular.ttf') format('truetype'), /* Safari, Android, iOS*/
    url('../fonts/ProductSans-Regular.svg#svgFontName') format('svg'); /* Legacy iOS*/
}

@font-face {
    font-family: 'Quicksand-Bold';
    src: url('../fonts/Quicksand-Bold.eot'); /* IE9 Compat Modes*/
    src: url('../fonts/Quicksand-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Quicksand-Bold.woff2') format('woff2'), /* Super Modern Browsers*/
    url('../fonts/Quicksand-Bold.woff') format('woff'), /* Pretty Modern Browsers*/
    url('../fonts/Quicksand-Bold.ttf') format('truetype'), /* Safari, Android, iOS*/
    url('../fonts/Quicksand-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.main_container_wrapper {
    min-height: 100%;
    position: relative;
}

footer {
    position: relative;
    margin-top: -200px;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    background: #18BC9C;
    color: white;
}


@keyframes hover-color {
    from {
        border-color: #c0c0c0;
    }

    to {
        border-color: #3e97eb;
    }
}

.magic-radio,
.magic-checkbox {
    position: absolute;
    display: none;
}

    .magic-radio[disabled],
    .magic-checkbox[disabled] {
        cursor: not-allowed;
    }

    .magic-radio + label,
    .magic-checkbox + label {
        position: relative;
        display: block;
        padding-left: 30px;
        cursor: pointer;
        vertical-align: middle;
    }

        .magic-radio + label:hover:before,
        .magic-checkbox + label:hover:before {
            animation-duration: 0.4s;
            animation-fill-mode: both;
            animation-name: hover-color;
        }

        .magic-radio + label:before,
        .magic-checkbox + label:before {
            position: absolute;
            top: 0;
            left: 0;
            display: inline-block;
            width: 20px;
            height: 20px;
            content: '';
            border: 1px solid #c0c0c0;
        }

        .magic-radio + label:after,
        .magic-checkbox + label:after {
            position: absolute;
            display: none;
            content: '';
        }

    .magic-radio[disabled] + label,
    .magic-checkbox[disabled] + label {
        cursor: not-allowed;
        color: #e4e4e4;
    }

        .magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
        .magic-checkbox[disabled] + label:hover,
        .magic-checkbox[disabled] + label:before,
        .magic-checkbox[disabled] + label:after {
            cursor: not-allowed;
        }

            .magic-radio[disabled] + label:hover:before,
            .magic-checkbox[disabled] + label:hover:before {
                border: 1px solid #e4e4e4;
                animation-name: none;
            }

        .magic-radio[disabled] + label:before,
        .magic-checkbox[disabled] + label:before {
            border-color: #e4e4e4;
        }

    .magic-radio:checked + label:before,
    .magic-checkbox:checked + label:before {
        animation-name: none;
    }

    .magic-radio:checked + label:after,
    .magic-checkbox:checked + label:after {
        display: block;
    }

    .magic-radio + label:before {
        border-radius: 50%;
    }

    .magic-radio + label:after {
        top: 6px;
        left: 6px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #3e97eb;
    }

    .magic-radio:checked + label:before {
        border: 1px solid #3e97eb;
    }

    .magic-radio:checked[disabled] + label:before {
        border: 1px solid #c9e2f9;
    }

    .magic-radio:checked[disabled] + label:after {
        background: #c9e2f9;
    }

    .magic-checkbox + label:before {
        border-radius: 3px;
    }

    .magic-checkbox + label:after {
        top: 2px;
        left: 7px;
        box-sizing: border-box;
        width: 6px;
        height: 12px;
        transform: rotate(45deg);
        border-width: 2px;
        border-style: solid;
        border-color: #fff;
        border-top: 0;
        border-left: 0;
    }

    .magic-checkbox:checked + label:before {
        border: #3e97eb;
        background: #3e97eb;
    }

    .magic-checkbox:checked[disabled] + label:before {
        border: #c9e2f9;
        background: #c9e2f9;
    }


/* This css for main content positions */



.main-content {
    position: relative !important;
    padding-top: 81px;
    padding-bottom: 250px;
    background-color: #f4f7f6;
}

.form-horizontal h3 {
    padding: 20px 0;
    text-transform: none !important;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2em;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

@media (min-width: 768px) {
    header .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

.navbar-custom {
    background: #ffffff;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
}

    .navbar-custom .navbar-brand {
        color: #2f2f2f;
    }

        .navbar-custom .navbar-brand:hover,
        .navbar-custom .navbar-brand:focus,
        .navbar-custom .navbar-brand:active,
        .navbar-custom .navbar-brand.active {
            color: #202020;
        }

    .navbar-custom .navbar-nav {
        letter-spacing: 1px;
    }

        .navbar-custom .navbar-nav li a {
            color: #2f2f2f;
        }

            .navbar-custom .navbar-nav li a:hover {
                color: #a94442;
            }

            .navbar-custom .navbar-nav li a:focus,
            .navbar-custom .navbar-nav li a:active {
                color: #a94442;
            }

        .navbar-custom .navbar-nav li.active a {
            color: #a94442;
            background: #18BC9C;
        }

            .navbar-custom .navbar-nav li.active a:hover,
            .navbar-custom .navbar-nav li.active a:focus,
            .navbar-custom .navbar-nav li.active a:active {
                color: #a94442;
                background: #18BC9C;
            }

    .navbar-custom .navbar-toggle {
        text-transform: uppercase;
        border-color: white;
    }

        .navbar-custom .navbar-toggle:hover,
        .navbar-custom .navbar-toggle:focus {
            background-color: #edd23b;
            color: #202020;
            border-color: #edd23b;
        }

@media (min-width: 768px) {
    .navbar-custom {
        /*padding: 10px 0 0;*/
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
    }

        .navbar-custom .navbar-brand {
            font-size: 2em;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }

        .navbar-custom.affix {
            /*padding: 10px 0;*/
            border-bottom: 1px solid #eeeeee;
        }

            .navbar-custom.affix .navbar-brand {
                font-size: 1.5em;
            }
}

section {
    padding: 50px 0;
}

    section h2 {
        margin: 0;
        font-size: 3em;
    }

    section.success {
        background: #18BC9C;
        color: white;
    }

.navbar-menu {
    background-color: #fff;
}

    .navbar-menu .nav > li > a {
        font-family: 'Quicksand-Bold', Helvetica, Arial, sans-serif !important;
        font-size: 14px;
        text-transform: uppercase !important;
        color: #2e2f2f;
    }

@media (max-width: 767px) {
    section {
        padding: 75px 0;
    }

    .main-content {
        padding-top: 173px !important;
    }

    .navbar-menu .nav {
        border-top: 1px solid #eee;
    }

    section.first {
        padding-top: 75px;
    }
}

footer h3 {
    margin-bottom: 30px;
}

.footer-col h5 {
    margin: 15px 0;
}

footer .footer-above {
    padding-top: 50px;
    margin-top: 30px;
    background-color: #ecefee;
}

footer .footer-col {
    margin-bottom: 25px;
}

footer .footer-below {
    color: #ffffff;
    padding: 15px 0;
    background-color: #2f3135;
    font-size: 16px;
}

.footer-line {
    border-bottom: 2px solid #b4b6b6;
}

.btn-outline {
    color: white;
    font-size: 20px;
    border: solid 2px white;
    background: transparent;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
}

    .btn-outline:hover,
    .btn-outline:focus,
    .btn-outline:active,
    .btn-outline.active {
        color: #18BC9C;
        background: white;
        border: solid 2px white;
    }

.btn-primary {
    color: white;
    background-color: #2C3E50;
    border-color: #2C3E50;
    font-weight: 700;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        color: white;
        background-color: #1a242f;
        border-color: #161f29;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #2C3E50;
        border-color: #2C3E50;
    }

    .btn-primary .badge {
        color: #2C3E50;
        background-color: white;
    }

.btn-success {
    color: white;
    background-color: #18BC9C;
    border-color: #18BC9C;
    font-weight: 700;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        color: white;
        background-color: #128f76;
        border-color: #11866f;
    }

    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-color: #18BC9C;
        border-color: #18BC9C;
    }

    .btn-success .badge {
        color: #18BC9C;
        background-color: white;
    }

.btn-social {
    display: inline-block;
    height: 50px;
    width: 50px;
    border: 2px solid white;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.scroll-top {
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
    z-index: 1049;
}

    .scroll-top .btn {
        font-size: 20px;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        line-height: 28px;
    }

#skipnav a {
    padding: 6px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 8px;
    background: transparent;
    transition: top 1s ease-out, background 1s linear;
    z-index: 2000;
}

    #skipnav a:focus {
        position: absolute;
        left: 0px;
        top: 0px;
        background: #18BC9C;
        outline: 0;
        transition: top 0.1s ease-in, background 0.5s linear;
    }

div#maincontent {
    outline: none;
}

.schedule-bg {
    background-color: #f4f7f6;
    position: relative;
    margin-top: -18%;
}

    .schedule-bg input[type=text],
    .schedule-bg input[type=email],
    .schedule-bg input[type=password],
    .schedule-bg select,
    .schedule-bg input[type=date] {
        background-color: #FFF !important;
        padding: 8px !important;
        color: #000 !important;
        border: none !important;
    }

.slider-bg {
    background-color: #060307 !important;
    background-image: url(../../StellarApp/Images/stellar-slide1.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 500px;
}

.patient-bg {
    background-color: #060307 !important;
    background-image: url(../../StellarApp/Images/stellar-slide1.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 700px;
}

#header-slider-imgs .item img {
    display: block;
    width: 100%;
    height: auto;
}

.history-banner-bg {
    background-color: #060307 !important;
    background-image: url(../../StellarApp/Images/banner_paitent_history.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 212px;
}


.contactus-banner-bg {
    background-color: #060307 !important;
    background-image: url(../../StellarApp/Images/Contactus-img.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 212px;
}

.survey-banner-bg {
    background-color: #060307 !important;
    background-image: url(../../StellarApp/Images/surveyQuestionsList.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 212px;
}

.news-banner-bg {
    background-color: #060307 !important;
    background-image: url(../../StellarApp/Images/News_admin.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 212px;
}

.history-list-icon {
    background-image: url(../../StellarApp/Images/list-icon.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 43px;
    height: 24px;
    display: inline-block;
    padding-right: 5px;
    position: relative;
}

.reports-banner-bg {
    background-color: #060307 !important;
    background-image: url(../../StellarApp/Images/Reports.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 212px;
}

.login-bg {
    background-color: #060307 !important;
    background-image: url(../../StellarApp/Images/WebReady_037.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 500px;
}

@media only screen and (max-width: 767px) {
    .slider-bg {
        min-height: 250px;
        margin-top: 10px;
    }

    .history-banner-bg {
        min-height: 105px;
        margin-top: 10px;
    }

    .contactus-banner-bg {
        min-height: 105px;
        margin-top: 10px;
    }

    .news-banner-bg {
        min-height: 105px;
        margin-top: 10px;
    }

    .survey-banner-bg {
        min-height: 105px;
        margin-top: 10px;
    }

    .reports-banner-bg {
        min-height: 105px;
        margin-top: 10px;
    }

    .login-bg {
        min-height: 281px;
        margin-right: 15px;
    }

    .story-banner-bg {
        min-height: 105px !important;
    }

    .view-stories-banner-bg {
        min-height: 105px !important;
    }

    .video-library-banner-bg {
        min-height: 105px !important;
    }
    .learn-about-banner-bg {
        min-height: 105px !important;
    }
}

.news-header {
    background-color: #ecefee;
}

.news-section {
    background-color: #ffffff;
    padding: 130px 0;
}

.news-post {
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    padding: 20px;
    margin-bottom: 20px;
}

.dev-post {
    border-bottom: 1px solid #e0e0e0;
    border-radius: 2px;
    padding: 5px;
    margin-bottom: 5px;
}

.news-post p {
    font-size: 16px;
}

.text-red {
    color: #d94340;
}

.read-more a {
    color: #bdc1c0;
}

.topbar {
    color: #000000;
}

.stellar-logo {
    position: relative;
}

    .stellar-logo .navbar-brand {
        float: none;
    }

    .stellar-logo img {
        width: 180px;
    }

.navbar-nav {
    float: none;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #eeeeee;
    margin-top: 10px;
    margin-left: -15px;
    margin-right: -15px;
}

    .navbar-nav > li {
        float: none;
        border-left: 1px solid #eeeeee;
    }

        .navbar-nav > li:last-child {
            border-right: 1px solid #eeeeee;
        }

.nav > li {
    position: relative;
    display: inline-block;
}

.input-group {
    font-weight: normal !important;
}

.navbar-custom {
    font-weight: normal !important;
    font-size: 13px;
}

.search-box {
    margin-top: 20px;
}

.search-input {
    padding: 5px;
    text-transform: uppercase;
    border: 1px solid #eaeaea;
    height: 36px;
}

@media only screen and (max-width: 767px) {
    .navbar-header {
        border-top: 1px solid #eee;
    }

    .nav > li {
        position: relative;
        display: block;
        text-align: left;
        border-bottom: 1px solid #eee;
    }

    .navbar-nav {
        border-top: 0;
        margin-top: 0;
    }

    .input-group {
        font-weight: normal !important;
    }

    .navbar-custom {
        font-weight: normal !important;
        font-size: 12px;
    }

    .search-box {
        margin-top: 20px;
        margin-bottom: 15px;
    }
}

.navbar-default {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eee;
}

.user-login {
    position: relative;
    margin-top: 0;
}

    .user-login .navbar-nav {
        border: 0;
    }

.user-pic img {
    width: 125px;
}

.user-login .navbar-nav > li > a {
    padding: 0;
}

.user-login .dropdown-menu {
    background-color: #edd23b;
    padding: 0;
    border: 0;
    border-radius: 0;
}

    .user-login .dropdown-menu > li > a {
        padding: 15px 50px;
        text-transform: none;
        border-top: 1px solid #fff;
    }

        .user-login .dropdown-menu > li > a:focus,
        .user-login .dropdown-menu > li > a:hover {
            background-color: #e6c71a;
        }

@media only screen and (max-width: 767px) {
    .user-login {
        position: absolute;
        right: 55px;
        top: -155px;
    }

    .user-pic img {
        width: 62px;
        float: right;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #edd23b;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover {
        background-color: #edd23b;
    }

    .user-login .nav > li {
        border-bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .user-login {
        position: absolute;
        right: 89px;
        top: -145px;
    }

    .main-content {
        margin-top: 39px;
    }
}

@media only screen and (min-width: 240px) and (max-width: 980px) {
    .user-text {
        display: none !important;
    }
}

@media only screen and (min-width: 240px) and (max-width: 767px) {
    .stellar-logo {
        margin-bottom: 10px;
    }
}

.btnFull {
    color: #1f2020;
    background-color: #edd23b;
    font-size: 18px;
    outline: 0;
    border: 0;
    padding: 15px;
    min-width: 300px;
}

.sitemap-btnFull {
    color: #1f2020;
    background-color: #edd23b;
    font-size: 18px;
    outline: 0;
    border: 0;
    padding: 15px;
    min-width: 30%;
}

.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

/*.input-validation-error {
        border: 1px solid #ff0000;
        background-color: #FF0000;
    }*/

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.btn-orange {
    background-color: #edd23b;
    color: #1f2020;
}

.btn-red-hover:hover {
    background-color: #88181c;
    border: 1px solid #7d1316;
    color: #FFF;
}

/* Fancy - Radio Button  */
.radio {
    padding-left: 20px;
}

    .radio label {
        font-size: 16px;
        display: inline-block;
        position: relative;
        padding-left: 16px;
        line-height: 26px;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 27px;
            height: 27px;
            left: 0;
            margin-left: -20px;
            border: 2px solid #bec1c1;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 17px;
            height: 17px;
            left: 5px;
            top: 5px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
    }

        .radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

    .radio.radio-inline {
        margin-top: 10px;
    }

    .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed;
    }

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
    outline: none;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.product-sans-custom-font {
    font-family: 'ProductSans-Regular', Helvetica, Arial, sans-serif !important;
    text-transform: none;
    font-weight: bold;
    letter-spacing: 0;
}

.quik-sand-custom-font {
    font-family: 'Quicksand-Bold', Helvetica, Arial, sans-serif !important;
    letter-spacing: 0;   
}

.font-size-18 {
    font-size: 18px;
}
/*signout button css*/
.user-signout {
    margin: 10px 0;
    float: right;
}

.user-home {
    margin: 10px 0;
    float: left;
}

forgetPassword {
    color: #d94340;
    letter-spacing: 1px;
    text-align: center;
    font-size: 18px;
    margin: 10px 0 30px 0;
}

    .forgetPassword a {
        color: #d94340;
        text-decoration: underline;
    }
    .forgetPassword a:hover {
        color: #d94340;
        text-decoration: none;
    }



.forgetPass, .register {
    color: #d94340;
    letter-spacing: 1px;
    text-align: center;
    font-size: 18px;
    margin: 10px 0 30px 0;
}

    .forgetPass a {
        color: #d94340;
        text-decoration: underline;
    }

    .register a {
        color: #d94340;
        text-decoration: none;
    }

        .register a:hover {
            color: #d94340;
            text-decoration: underline;
        }

    .forgetPass a:hover {
        color: #d94340;
        text-decoration: none;
    }

.patientHome-forms {
    position: relative;
    /*margin: 40px auto 0 auto;*/
    display: table;
}

    .patientHome-forms p {
        letter-spacing: 1px;
    }

    .patientHome-forms input[type=text],
    .patientHome-forms input[type=email],
    .patientHome-forms input[type=password] {
        color: #c1c5c4;
        border: 1px solid #cccccc;
        padding: 10px;
        font-size: 18px;
        font-weight: normal;
        outline: none;
        letter-spacing: 1px;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
    }

.login-forms {
    position: relative;
    margin: 10px auto 0 auto;
    display: table;
}

    .login-forms p {
        letter-spacing: 1px;
    }

    .login-forms input[type=text],
    .login-forms input[type=number],
    .login-forms input[type=email],
    .login-forms input[type=password] {
        min-width: 300px;
        color: #000;
        border: 1px solid #cccccc;
        padding: 15px;
        font-size: 18px;
        font-weight: normal;
        outline: none;
        letter-spacing: 1px;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
    }

        .login-forms input[type=text]:focus,
        .login-forms input[type=email]:focus,
        .login-forms input[type=number]:focus,
        .login-forms input[type=password]:focus {
            box-shadow: 0 0 5px rgba(168, 68, 66, 0.3);
            border: 1px solid rgba(168, 68, 66, 0.3);
        }

    .login-forms .btnFull {
        color: #1f2020;
        background-color: #edd23b;
        font-size: 18px;
        outline: 0;
        border: 0;
        padding: 15px;
        min-width: 300px;
    }

.margin-top-60 {
    margin-top: 60px;
}

.white-rows {
    width: 100%;
    padding: 8px 10px;
    background-color: white;
    margin-bottom: 3px;
}

.white-bg {
    background-color: #FFF;
}

.patient-name-titles {
    font-size: 16px;
    color: #000;
}

.margin-top-bottom-30 {
    margin: 30px 0;
}

.padding-top-bottom-30 {
    padding: 30px 0;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.top-minus-15 {
    top: -15px;
}

.patient-list-menu {
    background-color: #ecefee;
    padding: 10px;
    min-width: 250px;
}

.patient-date-text {
    font-size: 14px;
    color: #000;
    font-weight: normal !important;
}

.patient-story-text {
    font-size: 15px;
    color: #000;
    font-weight: normal !important;
}

.border-gray {
    border: 1px solid #eeeeee;
}
/*This class for scrollbar*/
.max-height {
    max-height: 350px;
    overflow-y: auto;
}

.person-details {
    padding: 10px;
    border-bottom: 2px solid gray;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.question-color {
    color: #1944ab;
}

.Sub-heading-question-color {
    color: black;
    text-decoration: underline;
}

.radiobutton-pading-left38 {
    padding-left: 38px;
}

.text-box-width-230 {
    width: 230px;
}
/*word-break class for break text*/
.word-break {
    word-break: break-all !important;
}
/* Slider Pagination Color*/
#header-slider-imgs .owl-controls .owl-page span {
    background-color: #fefffd !important;
}

    #header-slider-imgs .owl-controls .owl-page span:hover {
        background-color: #dd4b3e !important;
    }

#header-slider-imgs .owl-pagination {
    position: absolute;
    width: 25px;
    right: 2%;
    top: 15%;
}

.scrollbar {
    min-height: 250px;
    max-height: 500px;
    overflow-y: scroll;
}

.row-background-color:hover {
    background-color: #d8d8d8;
}

.anchor_tag_mouse_over_text_underline_none:hover {
    text-decoration: none;
}

.circle {
    width: auto;
    height: auto;
    background: white;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.padding-left {
    padding-left: 10px;
    padding-right: 10px;
}

.showme {
    display: none;
}

.showhim:hover .showme {
    display: block;
}

.active-question-row {
    display: block;
    background-color: #edd23b;
}

    .active-question-row:hover {
        background-color: #edd23b;
    }

    .active-question-row > a {
        text-decoration: none;
    }

    .active-question-row > .showme {
        display: block;
    }

.line-remove-margin-bottom-5 {
    margin-bottom: 0px;
}
/*Arrange icon*/
#patientlist {
    background-color: #f4f7f6;
    border: 1px solid #c7cdd2;
    padding: 8px 9px;
}

.arrange-icon {
    background: url(../../StellarApp/Images/arrange-btn.png) 0 0 no-repeat;
    width: 36px;
    height: 16px;
    overflow: hidden;
    cursor: pointer;
    display: block;
}

#patientlist[aria-expanded=true] > .arrange-icon, .open > #patientlist > .arrange-icon {
    background-position: 0 -16px !important;
}
/*Edit icon*/
.edit-btn {
    background: url(../../StellarApp/Images/edit.png) 0 0 no-repeat;
    width: 41px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    float: left;
    margin: 0 5px;
}

    .edit-btn:hover {
        background-position: 0 -40px;
    }
/*panel toggle icons*/
.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\2212";
    float: left;
    padding-right: 8px;
    margin-top: -3px;
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\002b";
    float: left;
    padding-right: 8px;
    margin-top: -3px;
}
/*Publish icon*/
.publish-icon {
    background: url(../../StellarApp/Images/publish-icon.png) 0 0 no-repeat;
    width: 41px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    float: left;
    margin: 0 5px;
}

    .publish-icon:hover {
        background-position: 0 -40px;
    }
/*schedule icon*/
.schedule-icon {
    background: url(../../StellarApp/Images/schedule_icon.png) 0 0 no-repeat;
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto;
}
/*Progress bar*/
.progress-bar-stellar {
    background-color: #edd23b;
}

.essdate-picker, .essdate-picker:hover, .essdate-picker:focus, .essdate-picker:active, .essdate-picker:active:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,c5c5c5+100 */
    background: #f2f2f2; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNWM1YzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f2f2f2 0%, #c5c5c5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f2f2f2 0%,#c5c5c5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f2f2f2 0%,#c5c5c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#c5c5c5',GradientType=0 ); /* IE6-8 */
    color: #333;
}

.questions-details {
    padding: 0 5px 15px 5px;
    /*border-top: 1px solid #e2e5e4;*/
    border-left: 1px solid #d4d8dc;
}

.padding-left-25 {
    padding-left: 25px;
}

.active-question {
    background-color: #edd23b;
}
/*Custom checkbox css*/
.stellar-checkbox > input[type=checkbox] {
    width: 25px;
    height: 25px;
    -ms-transform: scale(1); /* IE */
    -moz-transform: scale(1); /* FF */
    -webkit-transform: scale(1); /* Safari and Chrome */
    -o-transform: scale(1); /* Opera */
}

.stellar-checkbox label {
    font-size: 16px;
    padding-top: 5px;
}

.story-banner-bg {
    background-color: #060307 !important;
    background-image: url(../../StellarApp/Images/Share_Your_Story_img.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 212px;
}

.view-stories-banner-bg {
    background-color: #060307 !important;
    background-image: url(../../StellarApp/Images/view-stories.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 212px;
}

.video-library-banner-bg {
    background-color: #060307 !important;
    background-image: url(../../StellarApp/Images/video-library.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 212px;
}

.learn-about-banner-bg {
    background-color: #060307 !important;
    background-image: url(../../StellarApp/Images/video-library.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 212px;
}



.story-forms {
    position: relative;
    margin: 40px auto 0 auto;
    margin-left: 20%;
    margin-right: 20%;
}

.story_buttons {
    margin-left: 30%;
    margin-right: 30%;
    width: 50%;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}
/************** SCROLLBAR RAIL **************/
.content-stellar-scroll-area > div {
    max-height: 1000px;
}

.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

    .scrollbar-rail > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

    .scrollbar-rail > .scroll-element .scroll-element_size {
        background-color: #ecefee;
    }

    .scrollbar-rail > .scroll-element.scroll-x {
        bottom: 0;
        height: 12px;
        left: 0;
        min-width: 100%;
        padding: 3px 0 2px;
        width: 100%;
    }

    .scrollbar-rail > .scroll-element.scroll-y {
        height: 100%;
        min-height: 100%;
        padding: 0 2px 0 3px;
        right: 0;
        top: 0;
        width: 25px;
    }

    .scrollbar-rail > .scroll-element .scroll-bar {
        background: url(../../StellarApp/Images/scrollbar-thumb.png) center 5px no-repeat;
        height: 35px !important;
    }

/* scrollbar height/width & offset from container borders */

.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
    left: 0;
    margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
    margin-top: 17px;
    top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
    left: 2px;
    min-height: 10px;
    width: 25px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
    height: 15px;
    left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
    height: 2px;
    left: -10px;
    top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
    width: 35px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
    left: 10px;
    width: 9px;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -25px;
}
/************** SCROLLBAR BASE CSS **************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

    .scroll-wrapper > .scroll-content {
        border: none !important;
        box-sizing: content-box !important;
        height: auto;
        left: 0;
        margin: 0;
        max-height: none;
        max-width: none !important;
        overflow: scroll !important;
        padding: 0;
        position: relative !important;
        top: 0;
        width: auto !important;
    }

        .scroll-wrapper > .scroll-content::-webkit-scrollbar {
            height: 0;
            width: 0;
        }

.scroll-element {
    display: none;
}

    .scroll-element, .scroll-element div {
        box-sizing: content-box;
    }

        .scroll-element.scroll-x.scroll-scrollx_visible,
        .scroll-element.scroll-y.scroll-scrolly_visible {
            display: block;
        }

        .scroll-element .scroll-bar,
        .scroll-element .scroll-arrow {
            cursor: default;
        }

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

    .scroll-textarea > .scroll-content {
        overflow: hidden !important;
    }

        .scroll-textarea > .scroll-content > textarea {
            border: none !important;
            box-sizing: border-box;
            height: 100% !important;
            margin: 0;
            max-height: none !important;
            max-width: none !important;
            overflow: scroll !important;
            outline: none;
            padding: 2px;
            position: relative !important;
            top: 0;
            width: 100% !important;
        }

            .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
                height: 0;
                width: 0;
            }

/*form heading classes*/
.stellar-form-heading {
    font-weight: bold;
    text-decoration: underline;
    color: #d94340;
    font-size: 24px;
}

.stellar-form-subheading {
    color: #000;
    padding-left: 10px;
    font-size: 20px;
}

.stellar-contactUs-subheading {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
}

.patientHome-forms .form-group {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
/*This class for Bootstrap button text wrapping*/
.btn {
    white-space: normal !important;
}

.survey-sub-question-format {
    color: black;
    font-weight: bold;
}


#thumbs {
    margin-top: 3px;
}

    #thumbs img {
        cursor: pointer;
        margin: 5px 5px 5px 0;
        box-shadow: 0 0 3px rgba(0, 0, 50, 0.8);
        width: 120px;
    }

#videoframe {
    margin: 0 auto;
    display: table;
}

.video-thumb {
    width: 120px;
    height: 80px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.signup-clear {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    font-size: 18px;
}

.flex-container {
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    display: flex;
    flex-flow: wrap;
}
/*this class for Vzaar video player Responsive*/
.main-video-container {
    max-width: 100%;
    margin-bottom: 15px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.reports-format {
    padding: 0 5px 15px 5px;
}

.no-indent + .no-indent {
    margin-right: -7px;
}

    .no-indent + .no-indent :last-child {
        margin-left: 16px;
    }

.radioinline-margin-left0:last-child {
    margin-left: 0px;
}
/*this class for removing top margin*/
.no-margin-top{
    margin-top: 0 !important;
}

/* Create Account CSS*/
.create-account .login-forms {
    min-width: 550px;
}
.create-account .login-forms input[type=text],
.create-account .login-forms input[type=email],
.create-account .login-forms input[type=number],
.create-account .login-forms input[type=password] {
    width: 100%;
	color: #393939;
	border: 1px solid #cccccc;
	padding: 15px;
	font-size: 18px;
	font-weight: normal;
	outline: none;
	letter-spacing: 1px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;	
}
.create-account select,
.create-account input[type=date] {
    width: 100%;
    color: #8e908f;
    border: 1px solid #cccccc;
    height: 60px;
    font-size: 18px;
}
.create-account .login-forms input[type=text]:focus,
.create-account .login-forms input[type=email]:focus,
.create-account .login-forms input[type=number]:focus,
.create-account .login-forms input[type=password]:focus {
	box-shadow: 0 0 5px rgba(168, 68, 66, 0.3);
	border: 1px solid rgba(168, 68, 66, 0.3);
}
.create-account .login-forms .btnFull{
    color: #1f2020;
    background-color: #edd23b;
    font-size: 18px;
    outline: 0;
    border: 0;
    padding: 15px;
    width: 100%;
}
.clrBtn{
    color: #ffffff !important;
    background-color: #ef3a36 !important;
}
.create-account .login-forms {
    position: relative;
    margin: 10px auto 0 auto;
    display: table;
}
/*Update Details CSS*/
.update-details {
    position: relative;
    max-width: 790px;
    margin: 0 auto;
}
.update-details input[type=text],
.update-details input[type=email],
.update-details input[type=number],
.update-details input[type=password] {
    width: 100%;
	color: #393939;
	border: 1px solid #cccccc;
	padding: 15px;
	font-size: 18px;
	font-weight: normal;
	outline: none;
	letter-spacing: 1px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;	
}
.heading-center {
    margin-bottom: 30px;
}
.update-details .control-label{
    font-size: 18px;
    line-height: 40px;
    text-align: left;
}
.update-details .btnFull {
    min-width: 790px;
}
.update-details .error {
    margin-bottom: 20px;
}

@media only screen and (min-width: 240px) and (max-width: 767px) {
    .margin-top-30 {
        margin-top: 30px;
    }
    .update-details {
        padding: 20px;
    }
    .update-details .btnFull {
        min-width: 100%;
    }
    .loader-container {
        margin: 350px auto 0 auto;
    }
}
/*this class for removing top margin*/
.no-margin-top{
    margin-top: 0 !important;
}
.confirmation-callback {
    position: relative;
}
/*Popover CSS*/
.popover-title{
    font-weight: 500 !important;
    padding: 20px 10px !important;
}
.popover-content {
    text-align: center;
}

/*Alert Popup design starts*/
 #popup_title {    
    color: #FFFFFF;
    background: #d04643 !important;
    border: solid 1px #d04643 !important;
    border-bottom: solid 1px #d04643 !important;    
}

    #popup_container {   
    border: solid 5px #d04643 !important;    
}
    #popup_container INPUT[type='button'] {
        border: outset 2px #d04643 !important;
    background: #d04643 !important; 
}
    #popup_container {
    border: solid 6px #d04643 !important;
}
/*Alert Popup design ends*/


.loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000b3;
    z-index: 1500;
}

.loader {
    left: 50%;
    margin-left: -4em;
    font-size: 10px;
    border: .8em solid #fff;
    border-left: .8em solid #debd02;
    animation: spin 1.1s infinite linear;
}

    .loader, .loader:after {
        border-radius: 50%;
        width: 8em;
        height: 8em;
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -4.05em;
    }

@keyframes spin {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/*For Reports*/
.reports-format {
    padding: 0 5px 0px 5px;
}