html {
    min-height: 100%;
}

body {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    background: url("/Content/images/jetty-landing-stage-sea-sky.jpeg") fixed;
    -ms-background-size: cover;
    background-size: cover;
}

label,
input,
select,
textarea {
    padding: 0 6px;
}

textarea {
    resize: none;
}

label {
    font-weight: inherit;
}

input[type=checkbox] {
    margin-left: 0 !important;
    margin-top: -3px;
}

.bggreen {
    background-color: #66C7C9;
    color: #FFFFFF;
}

.bgdark input[type=text],
.bgdark input[type=password],
.bgdark textarea,
.bgdark select {
    -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;
    outline: none;
    padding: 3px 0 3px 3px;
    border: 1px solid #98D9DB;
    color: #E04316;
    padding-left: 7px;
    padding-right: 7px;
}

.doctor-home-search input[type=text],
.doctor-home-search textarea {
    -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;
    outline: none;
    padding: 3px 0 3px 3px;
    border-right: 1px solid #E56945;
    color: #E04316;
    padding-left: 7px;
    padding-right: 7px;
}

.doctor-home-new-patient-input:focus {
    outline: none;
}

.bgdark input[type=text]:focus,
.bgdark input[type=password]:focus,
.bgdark textarea:focus,
.bgdark select:focus.timeline-exam div {
    -webkit-box-shadow: 0 0 5px #E56945;
    -ms-box-shadow: 0 0 5px #E56945;
    box-shadow: 0 0 5px #E56945;
    padding: 3px 0 3px 3px;
    border: 1px solid #E56945;
    padding-left: 7px;
    padding-right: 7px;
}

.btn-info {
    background-color: #66C7CE;
    border-color: #66C7CE;
    color: #FFFFFF;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info.active,
    .open .dropdown-toggle.btn-info {
        background-color: #98D9DB;
        border-color: #98D9DB;
        color: #FFFFFF;
    }

    .btn-info:active,
    .btn-info.active,
    .open .dropdown-toggle.btn-info {
        background-image: none;
    }

        .btn-info.disabled,
        .btn-info.disabled:hover,
        .btn-info.disabled:focus,
        .btn-info.disabled:active,
        .btn-info.disabled.active,
        .btn-info[disabled],
        .btn-info[disabled]:hover,
        .btn-info[disabled]:focus,
        .btn-info[disabled]:active,
        .btn-info.active[disabled],
        fieldset[disabled] .btn-info,
        fieldset[disabled] .btn-info:hover,
        fieldset[disabled] .btn-info:focus,
        fieldset[disabled] .btn-info:active,
        fieldset[disabled] .btn-info.active {
            background-color: #26d7d9;
            border-color: #26d7d9;
        }

#doctor-home-search-button {
    background: #66C7CE;
}

    #doctor-home-search-button:hover {
        background: #98D9DB;
    }

#doctor-home-create-button {
    background: #E56945;
    float: right;
}

    #doctor-home-create-button:hover {
        background: #EB8E6E;
    }

.doctor-home-search-or-create {
    line-height: 30px;
    font-size: 1em;
    font-weight: bold;
    color: #E56945;
    background: #FFFFFF;
    position: absolute;
    z-index: 1;
    top: 50%;
    text-align: center;
    margin-left: -15px;
    margin-top: -15px;
    border-radius: 15px;
    height: 30px;
    width: 30px;
}

#doctor-home-search-button,
#doctor-home-create-button,
#doctor-home-new-patient-create-button,
#doctor-patient-create-exam-button,
#doctor-patient-create-new-exam-button {
    height: 40px;
    padding: 5px;
    color: #fff;
    border-color: #fff;
    font-size: 1em;
    border: 2px solid #fff;
    overflow: hidden;
}

#doctor-home-new-patient-create-button {
    background-color: #66C7CE;
    border-color: #66C7CE;
}

    #doctor-home-new-patient-create-button:hover {
        background-color: #98D9DB;
        border-color: #98D9DB;
    }

    #doctor-home-search-button:disabled,
    #doctor-home-create-button:disabled,
    #doctor-home-new-patient-create-button:disabled,
    #doctor-patient-create-exam-button:disabled {
        background: #C0C0C0;
        border-color: #C0C0C0;
    }

.checkbox label {
    height: inherit;
}

select {
    padding: 4px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.homeLogo {
    padding: 0;
    width: 492px;
    margin: auto;
}

.whealthee-form input,
.whealthee-form textarea,
.whealthee-form select {
    width: 100%;
    max-width: 100%;
}

    .whealthee-form input[type=checkbox] {
        width: initial;
    }

input, select, option, textarea {
    color: #666;
}

button,
input {
    border-radius: 0 !important;
}

.slidepanel {
    height: 100%;
}

.container {
    margin-right: auto;
    margin-left: auto;
    top: 0px;
    *zoom: 1;
}

    .container:before,
    .container:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .container:after {
        clear: both;
    }

.navbar {
    *position: relative;
    *z-index: 2;
    margin-bottom: 20px;
    overflow: visible;
    height: 65px;
    padding-top: 14px;
    padding-right: 30px;
}

.navbar-home {
    padding-top: 30px;
}

.navbar button {
    width: 150px;
}

.content {
    padding-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
    color: #fff;
}

    .content input {
        height: 32px;
    }

        .content input[type=checkbox] {
            height: initial;
            width: initial;
        }

.home-adds {
    height: 600px;
    border-radius: 5px;
}

.home-content {
    padding-top: 90px;
}

.home-content-right {
    width: 320px;
    display: inline-block;
    margin-left: 40px;
    vertical-align: top;
    margin-bottom: 40px;
}

.home-login,
.home-register,
.home-manage,
.home-confirmation,
.home-confirm-email,
.home-reset-password,
.home-forgot {
    width: 320px;
    padding: 30px 0 10px;
    border-radius: 5px;
    text-align: center;
    margin-left: -160px;
    left: 50%;
    position: absolute;
    padding: 30px;
}

    .home-login .field-validation-error,
    .home-register .field-validation-error,
    .home-manage .field-validation-error,
    .home-confirmation .field-validation-error,
    .home-confirm-email .field-validation-error,
    .home-reset-password .field-validation-error,
    .home-forgot .field-validation-error {
        color: #E56945;
        display: block;
    }

.home-login {
    top: 50%;
    margin-top: -155px;
    min-height: 310px;
}

.home-register {
    top: 50%;
    margin-top: -200px;
    min-height: 400px;
}

.home-manage {
    top: 40%;
    margin-top: -308px;
    min-height: 574px;
}

.home-confirmation {
    top: 50%;
    margin-top: -70px;
    min-height: 140px;
}

.home-confirm-email {
    top: 50%;
    margin-top: -115px;
    min-height: 230px;
}

.home-reset-password {
    top: 50%;
    margin-top: -140px;
    min-height: 280px;
}

.home-forgot {
    top: 50%;
    margin-top: -112px;
    min-height: 186px;
}

.remember-me-checkbox {
    margin-top: 6px !important;
}

.bgdark {
    box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.7);
    color: #E04316;
}

.search-item {
    width: 335px;
    display: inline-block;
}

.search-button {
    width: 40px !important;
    display: inline-block;
}

.input-item {
    width: 100%;
    display: inline-block;
}

select.input-item {
    height: 28px;
    -webkit-appearance: menulist-button;
}

.input-checkbox {
    margin-top: 15px;
}

.home-checkbox {
    width: 20px;
    margin-top: 0px;
}

.home-link {
    text-align: center;
}

    .home-link a {
        color: #fff;
        text-decoration: none;
    }

.doc-home-container {
    display: inline-block;
}

.content-with-margin {
    margin-bottom: 40px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-left: 20px;
    vertical-align: top;
}

.doc-home-right {
    padding-left: 0;
    padding-right: 0;
    border-radius: 5px;
    margin-bottom: 40px;
    display: inline-block;
    vertical-align: top;
    display: inline-block;
}

footer {
    padding: 10px;
    bottom: 0;
    width: 100%;
    min-height: 50px;
    height: 65px;
    padding-top: 14px;
    padding-right: 30px;
    background-color: #222222;
    border-color: #080808;
    position: fixed;
}

    footer ul li {
        margin: 0;
        padding: 10px;
        list-style: none;
    }

        footer ul li a, footer ul li a:hover {
            text-decoration: none;
            background: none;
            color: #666;
        }

.home-accordion {
    margin: 0;
    padding: 0;
    border: none;
}

.accordion-header-selected {
    color: white;
    background-color: #3975ce;
    padding: 0;
    margin: 0;
    font: bold 20px/40px Arial, Sans-Serif;
    text-align: left;
}

    .accordion-header-selected a {
        color: #FFFFFF;
        background: none;
        text-decoration: none;
    }

.accordion-header {
    color: white;
    background-color: #2E4d7B;
    font-family: Arial, Sans-Serif;
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: 40px;
    text-align: left;
}

    .accordion-header a {
        color: #FFFFFF;
        background: none;
        text-decoration: none;
    }

.accordion-content {
    padding: 0 10px;
    color: #fff;
    text-align: left;
}

    .accordion-content ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        line-height: 40px;
        font-size: 20px;
    }

        .accordion-content ul li {
            font-size: 0.8em;
            line-height: 2em;
        }

.accordion-search {
    padding: 15px 10px;
}

    .accordion-search a {
        color: #fff;
        font-size: 18px;
    }

.ddlLanguage {
    padding-bottom: 15px;
    padding-top: 15px;
}

.home-contact-name {
    width: 190px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 0;
}

.home-contact-status {
    margin-top: 5px;
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
}

.home-contact-status-single {
    padding-left: 10px;
}

.text-error {
    color: #b94a48;
}

a.text-error:hover {
    color: #953b39;
}

.widget-content {
    color: #fff;
}

.wizard > .content {
    padding-top: inherit;
    padding-left: inherit;
    padding-right: inherit;
    color: #333;
}

.patient-name {
    padding-top: 5px;
}

.new-consultation-large {
    width: 530px !important;
    max-width: 530px !important;
}

.new-consultation-description {
    height: 165px;
    width: 100%;
    max-width: 100%;
    padding: 2px 7px;
    border: 1px solid #E56945;
    color: #E56945;
}

    .new-consultation-description::-webkit-input-placeholder,
    .new-consultation-notes::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: #666;
    }

    .new-consultation-description:-moz-placeholder,
    .new-consultation-notes:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #666;
        opacity: 1;
    }

    .new-consultation-description::-moz-placeholder,
    .new-consultation-notes::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #666;
        opacity: 1;
    }

    .new-consultation-description:-ms-input-placeholder,
    .new-consultation-notes:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #666;
    }

.new-consultation-notes {
    height: 165px;
    width: 100%;
    max-width: 100%;
    padding: 2px 7px;
    border: 1px solid #E56945;
    color: #E56945;
}

    .new-consultation-notes:focus,
    .new-consultation-description:focus {
        -webkit-box-shadow: 0 0 5px #E56945;
        -ms-box-shadow: 0 0 5px #E56945;
        box-shadow: 0 0 5px #E56945;
        padding: 2px 7px;
        border: 1px solid #E56945;
        outline: none;
    }

#ConsultationDate:focus,
#ConsultationTime:focus {
    outline: none;
}

.link-return {
    margin: 0 !important;
    border: none;
    height: 32px;
    padding-top: 8px;
}

.btn-boxed-panel.medium .btn-boxed li {
    width: 100px;
    height: 104px;
}

.label-important, .badge-important {
    background-color: #b94a48;
}

.btn-boxed {
    margin-top: 29px;
}

.add-user {
    cursor: pointer;
}

.toggle-box {
    display: none;
}

    .toggle-box + label {
        cursor: pointer;
        display: block;
        font-weight: bold;
        line-height: 21px;
        margin-bottom: 5px;
    }

        .toggle-box + label + div {
            display: none;
            margin-bottom: 10px;
        }

    .toggle-box:checked + label + div {
        display: block;
    }

    .toggle-box + label:before {
        background-color: #4F5150;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        color: #FFFFFF;
        content: "+";
        display: block;
        float: left;
        font-weight: bold;
        height: 20px;
        line-height: 20px;
        margin-right: 5px;
        text-align: center;
        width: 20px;
    }

    .toggle-box:checked + label:before {
        content: "\2212";
    }

label.tooltips {
    position: relative;
    display: inline;
}

    label.tooltips span {
        position: absolute;
        width: 360px;
        color: #333;
        background: #fff;
        height: 30px;
        line-height: 30px;
        text-align: center;
        visibility: hidden;
        border-radius: 6px;
    }

        label.tooltips span:after {
            content: '';
            position: absolute;
            top: 50%;
            right: 100%;
            margin-top: -8px;
            width: 0;
            height: 0;
            border-right: 8px solid #fff;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
        }

    label.tooltips span {
        visibility: visible;
        opacity: 0.7;
        left: 100%;
        top: 50%;
        margin-top: -15px;
        margin-left: 15px;
    }

.input-item.error {
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.bday-date:hover {
    text-decoration: none;
}

.wizard > .content > .body textarea.error {
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.widget-items {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #f3f3f4;
    font-size: 13px;
    color: #676a6c;
    overflow-x: hidden;
}

.wrapper {
    padding: 0 20px;
}

.wrapper-content {
    padding: 10px 10px 40px;
}

.font-bold {
    font-weight: 600;
}

.font-noraml {
    font-weight: 400;
}

.text-uppercase {
    text-transform: uppercase;
}

.no-padding {
    padding: 0 !important;
}

.no-borders {
    border: none !important;
}

.no-margins {
    margin: 0 !important;
}

.no-top-border {
    border-top: 0 !important;
}


/* BACKGROUNDS */
.gray-bg {
    background-color: #f3f3f4;
}

.white-bg {
    background-color: #ffffff;
}

.navy-bg {
    background-color: #1ab394;
    color: #ffffff;
}

.blue-bg {
    background-color: #1c84c6;
    color: #ffffff;
}

.lazur-bg {
    background-color: #23c6c8;
    color: #ffffff;
}

.yellow-bg {
    background-color: #f8ac59;
    color: #ffffff;
}

.red-bg {
    background-color: #ed5565;
    color: #ffffff;
}

.black-bg {
    background-color: #262626;
}

img.circle-border {
    border: 6px solid #FFFFFF;
    border-radius: 50%;
}

/* WIDGETS */
.widget {
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

    .widget.style1 h2 {
        font-size: 30px;
    }

    .widget h2,
    .widget h3 {
        margin-top: 5px;
        margin-bottom: 0;
    }

.widget-text-box {
    padding: 20px;
    border: 1px solid #e7eaec;
    background: #ffffff;
}

.widget-head-color-box {
    border-radius: 5px 5px 0px 0px;
    margin-top: 10px;
}

.widget .widget-header {
    margin: -21px -21px 10px -21px;
}

.widget .flot-chart {
    height: 100px;
}

a.orange-patient-title,
a.orange-patient-title:hover {
    color: #E04316;
    cursor: pointer;
    font-weight: bold;
}

    a.orange-patient-title:hover label {
        text-decoration: underline;
    }

    a.orange-patient-title label {
        cursor: pointer;
    }

.white-link-close {
    position: absolute;
    top: 0;
    right: 7px;
}

.widget .consultation-title {
    font-size: 14px;
    font-weight: 600;
}

.lbl-middle-align {
    vertical-align: middle;
    margin-bottom: 0;
}

.label-ellispsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* MARGINS & PADDINGS */
.p-xxs {
    padding: 5px;
}

.p-xs {
    padding: 10px;
}

.p-sm {
    padding: 15px;
}

.p-m {
    padding: 20px;
}

.p-md {
    padding: 25px;
}

.p-lg {
    padding: 30px;
}

.p-xl {
    padding: 40px;
}

.p-b-md {
    padding-bottom: 20px;
}

.m-xxs {
    margin: 2px 4px;
}

.m-xs {
    margin: 5px;
}

.m-sm {
    margin: 10px;
}

.m {
    margin: 15px;
}

.m-md {
    margin: 20px;
}

.m-lg {
    margin: 30px;
}

.m-xl {
    margin: 50px;
}

.m-n {
    margin: 0 !important;
}

.m-l-none {
    margin-left: 0;
}

.m-l-xs {
    margin-left: 5px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-l {
    margin-left: 15px;
}

.m-l-md {
    margin-left: 20px;
}

.m-l-lg {
    margin-left: 30px;
}

.m-l-xl {
    margin-left: 40px;
}

.m-l-n-xxs {
    margin-left: -1px;
}

.m-l-n-xs {
    margin-left: -5px;
}

.m-l-n-sm {
    margin-left: -10px;
}

.m-l-n {
    margin-left: -15px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-l-n-lg {
    margin-left: -30px;
}

.m-l-n-xl {
    margin-left: -40px;
}

.m-t-none {
    margin-top: 0;
}

.m-t-xxs {
    margin-top: 1px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t {
    margin-top: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t-xl {
    margin-top: 40px;
}

.m-t-n-xxs {
    margin-top: -1px;
}

.m-t-n-xs {
    margin-top: -5px;
}

.m-t-n-sm {
    margin-top: -10px;
}

.m-t-n {
    margin-top: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-t-n-lg {
    margin-top: -30px;
}

.m-t-n-xl {
    margin-top: -40px;
}

.m-r-none {
    margin-right: 0;
}

.m-r-xxs {
    margin-right: 1px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r {
    margin-right: 15px;
}

.m-r-md {
    margin-right: 20px;
}

.m-r-lg {
    margin-right: 30px;
}

.m-r-xl {
    margin-right: 40px;
}

.m-r-n-xxs {
    margin-right: -1px;
}

.m-r-n-xs {
    margin-right: -5px;
}

.m-r-n-sm {
    margin-right: -10px;
}

.m-r-n {
    margin-right: -15px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-r-n-lg {
    margin-right: -30px;
}

.m-r-n-xl {
    margin-right: -40px;
}

.m-b-none {
    margin-bottom: 0;
}

.m-b-xxs {
    margin-bottom: 1px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-b-xl {
    margin-bottom: 40px;
}

.m-b-n-xxs {
    margin-bottom: -1px;
}

.m-b-n-xs {
    margin-bottom: -5px;
}

.m-b-n-sm {
    margin-bottom: -10px;
}

.m-b-n {
    margin-bottom: -15px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-b-n-lg {
    margin-bottom: -30px;
}

.m-b-n-xl {
    margin-bottom: -40px;
}

.space-15 {
    margin: 15px 0;
}

.space-20 {
    margin: 20px 0;
}

.space-25 {
    margin: 25px 0;
}

.space-30 {
    margin: 30px 0;
}

.vertical-align div {
    display: inline-block;
    vertical-align: middle;
}

.vertical-align h2,
.vertical-align h3 {
    margin: 0;
}

.btn-primary.btn-outline {
    color: #1ab394;
}

.btn-success.btn-outline {
    color: #1c84c6;
}

.btn-info.btn-outline {
    color: #23c6c8;
}

.btn-warning.btn-outline {
    color: #f8ac59;
}

.btn-danger.btn-outline {
    color: #ed5565;
}

    .btn-primary.btn-outline:hover,
    .btn-success.btn-outline:hover,
    .btn-info.btn-outline:hover,
    .btn-warning.btn-outline:hover,
    .btn-danger.btn-outline:hover {
        color: #fff;
    }

.btn-primary {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-color: #18a689;
        border-color: #18a689;
        color: #FFFFFF;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

        .btn-primary.disabled,
        .btn-primary.disabled:hover,
        .btn-primary.disabled:focus,
        .btn-primary.disabled:active,
        .btn-primary.disabled.active,
        .btn-primary[disabled],
        .btn-primary[disabled]:hover,
        .btn-primary[disabled]:focus,
        .btn-primary[disabled]:active,
        .btn-primary.active[disabled],
        fieldset[disabled] .btn-primary,
        fieldset[disabled] .btn-primary:hover,
        fieldset[disabled] .btn-primary:focus,
        fieldset[disabled] .btn-primary:active,
        fieldset[disabled] .btn-primary.active {
            background-color: #1dc5a3;
            border-color: #1dc5a3;
        }

.btn-success {
    background-color: #1c84c6;
    border-color: #1c84c6;
    color: #FFFFFF;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        background-color: #1a7bb9;
        border-color: #1a7bb9;
        color: #FFFFFF;
    }

    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        background-image: none;
    }

        .btn-success.disabled,
        .btn-success.disabled:hover,
        .btn-success.disabled:focus,
        .btn-success.disabled:active,
        .btn-success.disabled.active,
        .btn-success[disabled],
        .btn-success[disabled]:hover,
        .btn-success[disabled]:focus,
        .btn-success[disabled]:active,
        .btn-success.active[disabled],
        fieldset[disabled] .btn-success,
        fieldset[disabled] .btn-success:hover,
        fieldset[disabled] .btn-success:focus,
        fieldset[disabled] .btn-success:active,
        fieldset[disabled] .btn-success.active {
            background-color: #1f90d8;
            border-color: #1f90d8;
        }

.btn-default {
    background-color: #c2c2c2;
    border-color: #c2c2c2;
    color: #FFFFFF;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        background-color: #bababa;
        border-color: #bababa;
        color: #FFFFFF;
    }

    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        background-image: none;
    }

        .btn-default.disabled,
        .btn-default.disabled:hover,
        .btn-default.disabled:focus,
        .btn-default.disabled:active,
        .btn-default.disabled.active,
        .btn-default[disabled],
        .btn-default[disabled]:hover,
        .btn-default[disabled]:focus,
        .btn-default[disabled]:active,
        .btn-default.active[disabled],
        fieldset[disabled] .btn-default,
        fieldset[disabled] .btn-default:hover,
        fieldset[disabled] .btn-default:focus,
        fieldset[disabled] .btn-default:active,
        fieldset[disabled] .btn-default.active {
            background-color: #cccccc;
            border-color: #cccccc;
        }

.btn-warning {
    background-color: #f8ac59;
    border-color: #f8ac59;
    color: #FFFFFF;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        background-color: #f7a54a;
        border-color: #f7a54a;
        color: #FFFFFF;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        background-image: none;
    }

        .btn-warning.disabled,
        .btn-warning.disabled:hover,
        .btn-warning.disabled:focus,
        .btn-warning.disabled:active,
        .btn-warning.disabled.active,
        .btn-warning[disabled],
        .btn-warning[disabled]:hover,
        .btn-warning[disabled]:focus,
        .btn-warning[disabled]:active,
        .btn-warning.active[disabled],
        fieldset[disabled] .btn-warning,
        fieldset[disabled] .btn-warning:hover,
        fieldset[disabled] .btn-warning:focus,
        fieldset[disabled] .btn-warning:active,
        fieldset[disabled] .btn-warning.active {
            background-color: #f9b66d;
            border-color: #f9b66d;
        }

.btn-danger {
    background-color: #ed5565;
    border-color: #ed5565;
    color: #FFFFFF;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        background-color: #ec4758;
        border-color: #ec4758;
        color: #FFFFFF;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        background-image: none;
    }

        .btn-danger.disabled,
        .btn-danger.disabled:hover,
        .btn-danger.disabled:focus,
        .btn-danger.disabled:active,
        .btn-danger.disabled.active,
        .btn-danger[disabled],
        .btn-danger[disabled]:hover,
        .btn-danger[disabled]:focus,
        .btn-danger[disabled]:active,
        .btn-danger.active[disabled],
        fieldset[disabled] .btn-danger,
        fieldset[disabled] .btn-danger:hover,
        fieldset[disabled] .btn-danger:focus,
        fieldset[disabled] .btn-danger:active,
        fieldset[disabled] .btn-danger.active {
            background-color: #ef6776;
            border-color: #ef6776;
        }

.btn-link {
    color: inherit;
}

    .btn-link:hover,
    .btn-link:focus,
    .btn-link:active,
    .btn-link.active,
    .open .dropdown-toggle.btn-link {
        color: #1c84c6;
    }

    .btn-link:active,
    .btn-link.active,
    .open .dropdown-toggle.btn-link {
        background-image: none;
    }

        .btn-link.disabled,
        .btn-link.disabled:hover,
        .btn-link.disabled:focus,
        .btn-link.disabled:active,
        .btn-link.disabled.active,
        .btn-link[disabled],
        .btn-link[disabled]:hover,
        .btn-link[disabled]:focus,
        .btn-link[disabled]:active,
        .btn-link.active[disabled],
        fieldset[disabled] .btn-link,
        fieldset[disabled] .btn-link:hover,
        fieldset[disabled] .btn-link:focus,
        fieldset[disabled] .btn-link:active,
        fieldset[disabled] .btn-link.active {
            color: #cacaca;
        }

.btn-white {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}

    .btn-white:hover,
    .btn-white:focus,
    .btn-white:active,
    .btn-white.active,
    .open .dropdown-toggle.btn-white {
        color: inherit;
        border: 1px solid #d2d2d2;
    }

    .btn-white:active,
    .btn-white.active {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
    }

    .btn-white:active,
    .btn-white.active,
    .open .dropdown-toggle.btn-white {
        background-image: none;
    }

        .btn-white.disabled,
        .btn-white.disabled:hover,
        .btn-white.disabled:focus,
        .btn-white.disabled:active,
        .btn-white.disabled.active,
        .btn-white[disabled],
        .btn-white[disabled]:hover,
        .btn-white[disabled]:focus,
        .btn-white[disabled]:active,
        .btn-white.active[disabled],
        fieldset[disabled] .btn-white,
        fieldset[disabled] .btn-white:hover,
        fieldset[disabled] .btn-white:focus,
        fieldset[disabled] .btn-white:active,
        fieldset[disabled] .btn-white.active {
            color: #cacaca;
        }

.form-control,
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.navbar-collapse,
.navbar-form,
.navbar-form-custom .form-control:focus,
.navbar-form-custom .form-control:hover,
.open .btn.dropdown-toggle,
.panel,
.popover,
.progress,
.progress-bar {
    box-shadow: none;
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-rounded {
    border-radius: 50px;
}

.btn-large-dim {
    width: 90px;
    height: 90px;
    font-size: 42px;
}

button.dim {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding-top: 6px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 600;
    margin-bottom: 20px !important;
}

    button.dim:active {
        top: 3px;
    }

button.btn-primary.dim {
    box-shadow: inset 0px 0px 0px #16987e, 0px 5px 0px 0px #16987e, 0px 10px 5px #999999;
}

    button.btn-primary.dim:active {
        box-shadow: inset 0px 0px 0px #16987e, 0px 2px 0px 0px #16987e, 0px 5px 3px #999999;
    }

button.btn-default.dim {
    box-shadow: inset 0px 0px 0px #b3b3b3, 0px 5px 0px 0px #b3b3b3, 0px 10px 5px #999999;
}

    button.btn-default.dim:active {
        box-shadow: inset 0px 0px 0px #b3b3b3, 0px 2px 0px 0px #b3b3b3, 0px 5px 3px #999999;
    }

button.btn-warning.dim {
    box-shadow: inset 0px 0px 0px #f79d3c, 0px 5px 0px 0px #f79d3c, 0px 10px 5px #999999;
}

    button.btn-warning.dim:active {
        box-shadow: inset 0px 0px 0px #f79d3c, 0px 2px 0px 0px #f79d3c, 0px 5px 3px #999999;
    }

button.btn-info.dim {
    box-shadow: inset 0px 0px 0px #1eacae, 0px 5px 0px 0px #1eacae, 0px 10px 5px #999999;
}

    button.btn-info.dim:active {
        box-shadow: inset 0px 0px 0px #1eacae, 0px 2px 0px 0px #1eacae, 0px 5px 3px #999999;
    }

button.btn-success.dim {
    box-shadow: inset 0px 0px 0px #1872ab, 0px 5px 0px 0px #1872ab, 0px 10px 5px #999999;
}

    button.btn-success.dim:active {
        box-shadow: inset 0px 0px 0px #1872ab, 0px 2px 0px 0px #1872ab, 0px 5px 3px #999999;
    }

button.btn-danger.dim {
    box-shadow: inset 0px 0px 0px #ea394c, 0px 5px 0px 0px #ea394c, 0px 10px 5px #999999;
}

    button.btn-danger.dim:active {
        box-shadow: inset 0px 0px 0px #ea394c, 0px 2px 0px 0px #ea394c, 0px 5px 3px #999999;
    }

button.dim:before {
    font-size: 50px;
    line-height: 1em;
    font-weight: normal;
    color: #fff;
    display: block;
    padding-top: 10px;
}

button.dim:active:before {
    top: 7px;
    font-size: 50px;
}

.label {
    background-color: #d1dade;
    color: #5e5e5e;
    font-family: 'Open Sans';
    font-size: 10px;
    font-weight: inherit;
    padding: 3px 8px;
    text-shadow: none;
}

.label-primary,
.badge-primary {
    background-color: #1ab394;
    color: #FFFFFF;
}

.label-success,
.badge-success {
    background-color: #1c84c6;
    color: #FFFFFF;
}

.label-warning,
.badge-warning {
    background-color: #f8ac59;
    color: #FFFFFF;
}

.label-warning-light,
.badge-warning-light {
    background-color: #f8ac59;
    color: #ffffff;
}

.label-danger,
.badge-danger {
    background-color: #ed5565;
    color: #FFFFFF;
}

.label-info,
.badge-info {
    background-color: #23c6c8;
    color: #FFFFFF;
}

.label-inverse,
.badge-inverse {
    background-color: #262626;
    color: #FFFFFF;
}

.label-white,
.badge-white {
    background-color: #FFFFFF;
    color: #5E5E5E;
}

.label-white,
.badge-disable {
    background-color: #2A2E36;
    color: #8B91A0;
}
/* TOOGLE SWICH */
.onoffswitch {
    position: relative;
    width: 64px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #1ab394;
    border-radius: 2px;
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before,
    .onoffswitch-inner:after {
        float: left;
        width: 50%;
        height: 20px;
        padding: 0;
        line-height: 20px;
        font-size: 12px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "ON";
        padding-left: 10px;
        background-color: #1ab394;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 10px;
        background-color: #FFFFFF;
        color: #999999;
        text-align: right;
    }

.onoffswitch-switch {
    width: 20px;
    margin: 0px;
    background: #FFFFFF;
    border: 2px solid #1ab394;
    border-radius: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 44px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

    .ibox:after,
    .ibox:before {
        display: table;
    }

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 4px 0px 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    height: 48px;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px;
}

.ibox-content {
    clear: both;
}

.ibox-heading {
    background-color: #f3f6fb;
    border-bottom: none;
}

    .ibox-heading h3 {
        font-weight: 200;
        font-size: 24px;
    }

.ibox-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
}

.ibox-title .label {
    float: left;
    margin-left: 4px;
}

.ibox-tools {
    display: inline-block;
    float: right;
    margin-top: 0;
    position: relative;
    padding: 0;
}

    .ibox-tools a {
        cursor: pointer;
        margin-left: 5px;
        color: #c4c4c4;
    }

        .ibox-tools a.btn-primary {
            color: #fff;
        }

    .ibox-tools .dropdown-menu > li > a {
        padding: 4px 10px;
        font-size: 12px;
    }

/* Chat */
.chat-activity-list .chat-element {
    border-bottom: 1px solid #e7eaec;
}

.chat-element:first-child {
    margin-top: 0;
}

.chat-element {
    padding-bottom: 15px;
}

    .chat-element,
    .chat-element .media {
        margin-top: 15px;
    }

.chat-element,
.media-body {
    overflow: hidden;
}

    .chat-element > .pull-left {
        margin-right: 10px;
    }

    .chat-element .well {
        border: 1px solid #e7eaec;
        box-shadow: none;
        margin-top: 10px;
        margin-bottom: 5px;
        padding: 10px 20px;
        font-size: 11px;
        line-height: 16px;
    }

    .chat-element .actions {
        margin-top: 10px;
    }

    .chat-element .photos {
        margin: 10px 0;
    }

.right.chat-element > .pull-right {
    margin-left: 10px;
}

.chat-photo {
    max-height: 180px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .chat li {
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #B3A9A9;
    }

        .chat li.left .chat-body {
            margin-left: 60px;
        }

        .chat li.right .chat-body {
            margin-right: 60px;
        }

        .chat li .chat-body p {
            margin: 0;
            color: #777777;
        }

    .panel .slidedown .glyphicon,
    .chat .glyphicon {
        margin-right: 5px;
    }

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.float-e-margins .btn {
    margin-bottom: 5px;
}

.progress-bar {
    background-color: #E56945;
}

.progress-small,
.progress-small .progress-bar {
    height: 10px;
}

.progress-small,
.progress-mini {
    margin-top: 5px;
}

    .progress-mini,
    .progress-mini .progress-bar {
        height: 5px;
        margin-bottom: 0px;
    }

.progress-bar-navy-light {
    background-color: #3dc7ab;
}

.progress-bar-success {
    background-color: #1c84c6;
}

.progress-bar-info {
    background-color: #23c6c8;
}

.progress-bar-warning {
    background-color: #f8ac59;
}

.progress-bar-danger {
    background-color: #ed5565;
}

.todo-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

    .todo-list.small-list {
        font-size: 12px;
    }

        .todo-list.small-list > li {
            background: #f3f3f4;
            border-left: none;
            border-right: none;
            border-radius: 4px;
            color: inherit;
            margin-bottom: 2px;
            padding: 6px 6px 6px 12px;
        }

        .todo-list.small-list .btn-xs,
        .todo-list.small-list .btn-group-xs > .btn {
            border-radius: 5px;
            font-size: 10px;
            line-height: 1.5;
            padding: 1px 2px 1px 5px;
        }

    .todo-list > li {
        background: #f3f3f4;
        border-left: 6px solid #e7eaec;
        border-right: 6px solid #e7eaec;
        border-radius: 4px;
        color: inherit;
        margin-bottom: 2px;
        padding: 10px;
    }

    .todo-list .handle {
        cursor: move;
        display: inline-block;
        font-size: 16px;
        margin: 0 5px;
    }

    .todo-list > li .label {
        font-size: 9px;
        margin-left: 10px;
    }

.check-link {
    font-size: 16px;
}

.todo-completed {
    text-decoration: line-through;
}

.dropdown-menu {
    border: none;
    -webkit-box-shadow: 0 2px 5px -1px rgba(0,0,0,.2);
    box-shadow: 0 2px 5px -1px rgba(0,0,0,.2);
    font-size: 12px;
    min-width: 250px;
}

    .dropdown-menu > li > a {
        padding: 5px 15px;
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            background: #edf0f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        background: #348fe2;
    }

    .dropdown-menu .divider {
        border-color: #eee;
    }

    .dropdown-menu.media-list {
        max-width: 280px;
        padding: 0;
        margin-top: 9px !important;
    }

        .dropdown-menu.media-list p {
            text-overflow: ellipsis;
            overflow: hidden;
            margin-bottom: 4px;
            max-width: 200px;
        }

        .dropdown-menu.media-list .dropdown-header {
            padding: 10px 20px !important;
            background: #fafafa;
        }

        .dropdown-menu.media-list > .media {
            margin-top: 0;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
            margin-bottom: -1px;
        }

            .dropdown-menu.media-list > .media > a {
                display: block;
                padding: 10px 20px !important;
            }

            .dropdown-menu.media-list > .media .media-left {
                padding-right: 10px;
            }

            .dropdown-menu.media-list > .media .media-right {
                padding-left: 10px;
            }

            .dropdown-menu.media-list > .media .media-object {
                height: 36px;
                width: 36px;
                line-height: 36px;
                font-size: 14px;
                color: #fff;
                text-align: center;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
            }

.dropdown-footer {
    padding: 10px 20px;
}

.dropdown-menu > li.dropdown-footer > a {
    padding: 0 !important;
    display: inline !important;
}

    .dropdown-menu > li.dropdown-footer > a:focus, .dropdown-menu > li.dropdown-footer > a:hover {
        background: none !important;
        text-decoration: underline !important;
    }

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.friendRequestNotifationAnswer {
    position: relative;
    bottom: 30px;
    left: 17px;
    font-size: 20px;
    height: 0px;
}

.f-s-11 {
    font-size: 11px !important;
}

.animated {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.home-link-thumbnail-container {
    padding: 10px;
    height: 186px;
}

.home-link-thumbnail {
    display: inline-block;
    overflow: hidden;
    margin: 10px 7px 0;
    padding: 0;
    width: 67px;
    height: 67px;
}

.navbar-right > li > a > .media-left {
    padding-right: 10px;
}

    .navbar-right > li > a > .media-left .media-object {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

.home-link-thumbnail-user-type {
    position: relative;
    bottom: 28px;
    left: 42px;
}

.navbar-right > li > a,
.navbar-right > li > a:focus,
.navbar-right > li > a:visited,
.navbar-right > li > a:hover {
    text-decoration: none;
}

.dz-error-message {
    display: none !important;
}

.read-only-dropzone > .dz-error,
.read-only-dropzone > .dz-message {
    display: none !important;
}

.search-link-thumbnail-user-type {
    position: absolute;
    bottom: 14px;
    left: 22px;
}

#user-menu {
    position: fixed;
    top: 90px;
}

    #user-menu ul {
        list-style: none;
        padding: 0;
    }

    #user-menu li.title {
        background-color: #572880;
        padding: 5px;
    }

        #user-menu li.title label {
            color: #fff;
        }

    #user-menu li label {
        cursor: pointer;
    }

    #user-menu li a {
        color: #676a6c;
    }

        #user-menu li a.current {
            color: #572880;
        }

            #user-menu li a.current .ibox-content {
                border-left: #572880 solid 5px;
                border-right: #572880 solid 5px;
            }

#administration,
#pregnancy,
#exam,
#timeline,
#consultation {
    padding-top: 15px;
    background-color: rgba(255, 255, 255, 0.8);
}

#consultation {
    padding: 15px;
}

#timeline {
    border-top: 2px solid #66C7CE;
    margin-bottom: 30px;
}

    #timeline .timeline {
        background-color: transparent;
    }

        #timeline .timeline:before,
        #timeline .timeline:after {
            background-color: transparent;
            display: block;
            position: relative;
        }

.navbar-fixed-top {
    padding-bottom: 10px;
    padding-top: 10px;
}

#CreateConsultation {
    width: 100%;
    margin: 10px 0;
}

.user-info {
    font-size: 12px;
}

.btn-white-border {
    border: 1px solid #ffffff;
}

.section-with-title,
.section-no-border-no-title,
.section-with-bottom {
    margin-top: 15px;
    margin-bottom: 15px;
}

.section-with-title,
.section-with-bottom {
    border: 2px solid #ED8E6E;
}

    .section-with-title .section-title {
        background-color: #66C7CE;
        padding: 4px 4px 0;
        border-bottom: 1px solid #66C7CE;
    }

    .section-with-bottom .section-title {
        background-color: #FFFFFF;
        padding: 4px 4px 0;
        border-bottom: 1px solid #D7D9DA;
    }

        .section-with-title .section-title label,
        .section-with-bottom .section-title label {
            font-size: 16px;
            font-weight: bold;
        }

    .section-with-title .section-body,
    .section-with-bottom .section-body {
        background-color: #ffffff;
        color: #E56945;
        padding-top: 10px;
        padding-bottom: 10px;
    }

.tag-line {
    display: none;
}

    .tag-line.section-with-title .section-title {
        background-color: #ED8E6E;
        border-bottom: 1px solid #ED8E6E;
        padding: 4px 4px 0;
    }

.section-with-bottom .section-bottom {
    padding: 15px;
    background-color: #F3ECED;
    border-top: 1px solid #D7D9DA;
}

    .section-with-bottom .section-bottom a {
        padding: 7px 10px;
        background-color: #572880;
        font-weight: bold;
        font-size: 12px;
        float: right;
    }

.section-with-title ul,
.section-with-bottom ul {
    list-style: none;
    padding-left: 15px;
}

.select-doctor,
.select-pregnancy {
    margin: 5px 0 15px;
}

    .select-doctor select,
    select.select-pregnancy {
        padding: 10px 48px 10px 10px;
        color: #E56945;
        border: 1px solid #E56945;
        max-width: 100%;
        width: 100%;
        -webkit-appearance: none;
        background: url(images/select-arrow.png) no-repeat right #FBF8FB;
    }

.pregnancy-button {
    margin: 5px 0;
    border: 1px solid #4a90e2;
    background: #fff;
    color: #4a90e2;
}

    .pregnancy-button:hover,
    .pregnancy-button:focus {
        margin: 5px 0;
        border: 1px solid #4a90e2;
        background: #4a90e2;
        color: #fff;
    }

.title-bar.container {
    width: 100%;
    background-color: #B481AD;
    margin-top: 15px;
    padding-left: 50px;
    padding-right: 50px;
}

.title-bar .content {
    color: #ffffff;
    padding-top: 10px;
}

    .title-bar .content label {
        font-size: 16px;
    }

    .title-bar .content input {
        font-size: 16px;
        width: 100%;
        max-width: 95%;
        margin-bottom: 10px;
        color: #E56945;
        border: 1px solid #E56945;
    }

::-webkit-input-placeholder { /* WebKit browsers */
    color: #ED8E6E;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ED8E6E;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ED8E6E;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ED8E6E;
}

.coming-soon {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 34px;
    text-align: center;
    color: #E56945;
}

    .coming-soon .background {
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        opacity: .8;
    }

    .coming-soon label {
        position: absolute;
        top: 50%;
        font-weight: bold;
        font-size: 30px;
        width: 100%;
        left: 0;
        -ms-transform: rotate(-25deg); /* IE 9 */
        -webkit-transform: rotate(-25deg); /* Chrome, Safari, Opera */
        transform: rotate(-25deg);
    }

.forum-links {
    padding: 0 10px 10px;
}

.forum-link {
    padding: 4px 0;
    margin: 0;
}

    .forum-link img {
        border-radius: 50%;
        float: left;
        margin: 4px 11px 5px 0;
    }

    .forum-link .title {
        float: left;
        width: 130px;
    }

        .forum-link .title .posts {
            font-size: 10px;
            color: #777;
        }

.purple {
    color: #E56945;
}

.consultations > ul > li {
    color: #676a6c;
}

.consultations .consultation-date {
    font-size: 11px;
    text-align: right;
    width: 35%;
    display: inline-block;
    color: #676a6c;
}

.consultations .consultation-details,
.consultations .consultation-update-link {
    display: inline-block;
}

    .consultations .consultation-update-link a {
        color: #E56945;
        font-size: 12px;
        font-weight: bold;
    }

.navbar-inverse {
    background: rgba(250, 250, 250, 0.7);
}

.doctor-home-search,
.patient-home {
    margin-top: 300px;
}

.site-home {
    margin: 300px auto 0;
    width: 100%;
}

.doctor-home-search-input,
.doctor-home-new-patient-input {
    max-width: 100%;
    height: 40px;
    max-width: 100%;
    border: solid 1px #FFFFFF;
    border-right: solid 1px #C0C0C0;
}

#doctor-patient-create-exam-button,
#doctor-patient-create-new-exam-button {
    height: 40px;
    padding: 5px;
    color: #fff;
    font-size: 1em;
}

#doctor-patient-create-exam-button,
#doctor-patient-create-new-exam-button {
    background: #66C7CE;
    border: #66C7CE solid 1px;
}

    #doctor-patient-create-exam-button:hover,
    #doctor-patient-create-new-exam-button:hover {
        background: #98D9DB;
        border: #66C7CE solid 1px;
    }

#CreateConsultation,
#CreateConsultation,
#CreateConsultation {
    background-color: #E56945;
    border-color: #E56945;
    color: #FFFFFF;
}

    #CreateConsultation:hover,
    #CreateConsultation:focus,
    #CreateConsultation:active {
        background-color: #EB8E6E;
        border-color: #E56945;
        color: #FFFFFF;
    }

.doctor-home-sync-button {
    height: 40px;
    background: #4a90e2;
    padding: 10px;
    color: #fff;
    border-color: #fff;
    font-size: 1.4em;
    border: 2px solid #fff;
}

.patient-home-button {
    padding: 30px 0;
    border: 1px solid #fff;
    background: #222;
    background: rgba(34, 34, 34, 0.4);
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    -ms-border-radius: 5px !important;
    border-radius: 5px !important;
}

    .patient-home-button span i {
        margin-bottom: 10px;
    }

.consultation-main-info {
    padding: 0 20px 10px;
}

    .consultation-main-info input,
    label.label-underlined {
        border: none;
        border-bottom: 1px solid #E56945;
        padding-top: 7px;
    }

.consultaiton-tag-line {
    height: 365px;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
}

.ui-menu {
    background: #fff;
}

    .ui-menu .ui-menu-item {
        padding: 0;
    }
    
    .ui-menu .ui-menu-item-wrapper {
        padding: 15px;
    }

.ui-menu-item-wrapper.ui-state-hover,
.ui-menu-item-wrapper.ui-state-active,
.ui-menu-item-wrapper.ui-state-focus {
    color: #fff;
    text-decoration: none;
    background-color: #E56945;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #E56945;
    background-image: none;
    padding: 15px;
}

a.tooltips {
    position: relative;
    display: inline;
    color: #E56945;
    margin: 15px 0;
    margin-left: 10px;
}

    a.tooltips span.tooltip {
        position: absolute;
        width: 200px;
        color: #FFFFFF;
        background: #E56945;
        line-height: 20px;
        text-align: center;
        visibility: hidden;
        border-radius: 6px;
        padding-top: 10px;
        opacity: 1 !important;
    }

        a.tooltips span.tooltip:after {
            content: '';
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -8px;
            width: 0;
            height: 0;
            border-bottom: 8px solid #E56945;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
        }

a:hover.tooltips span.tooltip {
    visibility: visible;
    opacity: 0.8;
    top: 30px;
    left: 0%;
    margin-left: -85px;
    z-index: 999;
}

.widgets {
    position: absolute;
    margin-left: -3px;
    margin-top: -15px;
    margin-right: -3px;
    right: 0px;
    left: 0px;
    z-index: 1;
    display: none;
}

    .widgets h4 {
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .widgets h4.title {
            margin-bottom: 20px;
            color: #E56945;
        }

    .widgets .wz-steps {
        padding: 10px 0;
    }

    .widgets .widgets-content {
        position: absolute;
        top: 0;
        display: none;
        background-color: #FFFFFF;
        height: 600px;
        width: 100%;
        padding: 10px 0;
    }

    .widgets .widgets-button {
        position: absolute;
        background: url("images/widget-icon.png");
        background-size: 100%;
        height: 70px;
        width: 70px;
        display: inline-block;
        border-radius: 35px;
        margin: 10px;
        -moz-box-shadow: 3px 3px 5px 0px #656565;
        -webkit-box-shadow: 3px 3px 5px 0px #656565;
        -o-box-shadow: 3px 3px 5px 0px #656565;
        box-shadow: 3px 3px 5px 0px #656565;
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=135, Strength=5);
    }

    .widgets .widgets-content .full-height {
        height: 100%;
    }

    .widgets .widgets-content .widget-content-col-left {
        border-right: solid 2px #E56945;
        padding: 100px 10px 10px;
    }

    .widgets .widgets-content .wz-form {
        height: 456px;
    }

        .widgets .widgets-content .wz-form .panel-body {
            padding: 5px;
            overflow-y: auto;
            overflow-x: hidden;
        }

    .widgets .widgets-content .bootstrap-select {
        width: 100% !important;
    }

    .widgets .widgets-content .dropdown-menu > li > a:hover {
        color: #333333;
    }

    .widgets .widgets-content input {
        max-width: 100%;
    }

    .widgets .widgets-content textarea {
        height: 108px;
        width: 100%;
        max-width: 100%;
        font-size: 12px;
        padding: 2px 10px;
        border: 1px solid #e9e9e9;
    }

        .widgets .widgets-content textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
            color: #9a9a9a;
        }

        .widgets .widgets-content textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
            color: #9a9a9a;
        }

        .widgets .widgets-content textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
            color: #9a9a9a;
            opacity: 1;
        }

        .widgets .widgets-content textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
            color: #9a9a9a;
            opacity: 1;
        }

        .widgets .widgets-content textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #9a9a9a;
        }

#pregnanthee-wz .form-group {
    margin-bottom: 0;
}

#doctor-widgets {
    height: 580px;
    overflow: hidden;
}

#doctor-internal-widget-container,
#doctor-external-widget-container {
    display: none;
    height: 100%;
    width: 100%;
}

    #doctor-external-widget-container > iframe {
        width: 100%;
        height: 100%;
        border: none;
        background: #fff;
    }

.doctor-widgets-item-container {
    padding: 10px;
}

.doctor-widgets-item {
    border: 2px solid #66C7CE;
    height: 100px;
    border-radius: 20px;
    padding: 18px 5px;
    text-align: center;
}

.doctor-widgets-item-logo-image {
    border: 2px solid #66C7CE;
    height: 100px;
    border-radius: 20px;
    padding: 14px 10px;
    text-align: center;
    line-height: 65px;
}

    .doctor-widgets-item-logo-image img {
        width: 70px;
        max-width: 100%;
    }

.doctor-widgets-item-link,
.doctor-widgets-item-link:link,
.doctor-widgets-item-link:hover,
.doctor-widgets-item-link:visited {
    color: #E56945;
    text-decoration: none;
}

#doctor-widgets-home-link,
#doctor-widgets-home-link:link,
#doctor-widgets-home-link:hover,
#doctor-widgets-home-link:visited {
    margin: 10px 20px;
    color: #E56945;
    font-size: 14px;
}

#pregnanthee-wz,
#pregnanthee-new-pregnancy {
    color: #66C7C9;
}

    #pregnanthee-wz hr {
        margin-top: 5px;
    }

    #pregnanthee-wz input,
    #pregnanthee-wz textarea,
    #pregnanthee-wz select,
    #pregnanthee-wz .bootstrap-select button,
    #pregnanthee-new-pregnancy input,
    #pregnanthee-new-pregnancy textarea,
    #pregnanthee-new-pregnancy select,
    #pregnanthee-new-pregnancy .bootstrap-select button {
        border: 1px solid #66C7C9;
        color: #E56945;
    }

        #pregnanthee-wz input:focus,
        #pregnanthee-wz textarea:focus,
        #pregnanthee-wz button:focus,
        #pregnanthee-wz select:focus,
        #pregnanthee-new-pregnancy input:focus,
        #pregnanthee-new-pregnancy textarea:focus,
        #pregnanthee-new-pregnancy button:focus,
        #pregnanthee-new-pregnancy select:focus {
            -webkit-box-shadow: 0 0 5px #E56945;
            -ms-box-shadow: 0 0 5px #E56945;
            box-shadow: 0 0 5px #E56945;
            border: 1px solid #E56945;
            outline: none;
        }

    #pregnanthee-wz input,
    #pregnanthee-wz textarea,
    #pregnanthee-wz select,
    #pregnanthee-wz .bootstrap-select {
        margin-bottom: 15px;
    }

    #pregnanthee-wz .dropdown-menu,
    #pregnanthee-new-pregnancy .dropdown-menu {
        margin: 0;
        padding: 0;
    }

    #pregnanthee-wz .bootstrap-select.btn-group .dropdown-menu li a,
    #pregnanthee-new-pregnancy .bootstrap-select.btn-group .dropdown-menu li a {
        padding: 10px;
        border: solid 1px #66C7C9;
        border-top: 0;
        color: #E56945;
    }

    #pregnanthee-wz .form-checkbox.form-normal.form-primary.active:before,
    #pregnanthee-wz .form-radio.form-normal.form-primary.active:after,
    #pregnanthee-new-pregnancy .form-checkbox.form-normal.form-primary.active:before,
    #pregnanthee-new-pregnancy .form-radio.form-normal.form-primary.active:after {
        background-color: #66C7C9;
        border-color: #66C7C9;
    }

    #pregnanthee-wz .form-checkbox.form-normal.form-primary:hover:before,
    #pregnanthee-wz .form-radio.form-normal.form-primary.active:before,
    #pregnanthee-wz .form-checkbox.form-normal.form-primary:not(.active):hover:after,
    #pregnanthee-new-pregnancy .form-checkbox.form-normal.form-primary:hover:before,
    #pregnanthee-new-pregnancy .form-radio.form-normal.form-primary.active:before,
    #pregnanthee-new-pregnancy .form-checkbox.form-normal.form-primary:not(.active):hover:after {
        border-color: #66C7C9;
    }

    #pregnanthee-new-pregnancy .bootstrap-select {
        width: 100% !important;
    }

.selectpicker.btn-default {
    background-color: #fafafa;
    border-color: #cdd6e1;
    color: #a9a9a9;
}

    .selectpicker.btn-default:hover,
    .selectpicker.btn-default:focus,
    .selectpicker.btn-default:active,
    .selectpicker.btn-default.active,
    .open .selectpicker.dropdown-toggle.btn-default {
        background-color: #fafafa;
        border-color: #cdd6e1;
        color: #a9a9a9;
    }

.new-consultation-patient-info {
    margin: 25px 0 30px;
    padding-right: 0;
}

.timeline {
    margin: 0;
    padding: 0 15px 10px;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAOVpRf///yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==");
    background-repeat: repeat-y;
    background-position: 67.3%;
    color: #E56945;
}

.timeline-consultation {
    margin: 15px 10px 0;
}

.timeline-consultation-details {
    padding: 15px;
    background-color: #EFA491;
    text-align: right;
    font-size: 12px;
    border: none;
    height: 95px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

    .timeline-consultation-details:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -8px;
        width: 0;
        height: 0;
        border-left: 8px solid #ED8E6E;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
    }

    .timeline-consultation-details .timeline-consultation-header,
    .timeline-consultation-details .timeline-consultation-description {
        display: block;
        color: #FFFFFF;
    }

.timeline-consultation-comment {
    border-top: 1px solid #E56945;
    margin-top: 15px;
    margin-left: 20px;
    padding: 5px;
    font-size: 12px;
}

.timeline-consultation-details-date,
.timeline-consultation-details-time {
    display: block;
    font-size: 1em;
    margin-left: 10px;
}

.timeline-consultation-details-date {
    margin-top: 35px;
}

.timeline-title {
    height: 45px;
    background-color: #F3ECED;
    border-top: 1px solid #D7D9DA;
    border-bottom: 1px solid #E56945;
    color: #E56945;
    padding: 10px 100px;
    font-weight: bold;
    font-size: 15px;
}

a.timeline-arrow,
a.timeline-arrow:hover {
    position: absolute;
    left: 50%;
    color: #E56945;
}

#timeline-ancor {
    margin-top: -65px;
    margin-bottom: 65px;
}

.timeline-exam {
    height: 100px;
}

    .timeline-exam div {
        position: absolute;
        padding: 10px 30px;
        color: #FFFFFF;
        background: #66C7CE;
        border-radius: 6px;
        margin-left: 15px;
    }

        .timeline-exam div:after {
            content: '';
            position: absolute;
            top: 50%;
            right: 100%;
            margin-top: -8px;
            width: 0;
            height: 0;
            border-right: 8px solid #66C7CE;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
        }

        .timeline-exam div .timeline-exam-details-title,
        .timeline-exam div .timeline-exam-details-files {
            display: block;
        }

            .timeline-exam div .timeline-exam-details-files a {
                margin-right: 10px;
            }

.timeline-exam-details-date,
.timeline-exam-details-time {
    display: block;
    font-size: 1em;
    margin-right: -20px;
    text-align: right;
}

.timeline-exam-details-date {
    margin-top: 25px;
}

.timeline-exam-details a,
.timeline-exam-details a:hover,
.timeline-exam-details a:visited,
.timeline-exam-details a:focus {
    text-decoration: none;
    color: #FFFFFF;
}

.editable-info {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #E56945;
}

.new-consultation-title {
    background: none;
    border: none;
    margin-bottom: 5px;
    padding-left: 5px;
    max-width: 100%;
}

    .new-consultation-title:focus {
        border-color: #E56945;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        outline: none;
    }

.new-consultation-title,
.section-title .editable-info {
    color: #FFFFFF;
}

.btn-not-rounded {
    margin: 10px 0;
    border-radius: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
input::-webkit-clear-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.doctor-home-autocomplete-result {
    margin-top: -2px;
}

    .doctor-home-autocomplete-result ul.ui-menu {
        width: 100% !important;
    }

.pop-in {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 2;
}

    .pop-in .pop-in-content {
        position: absolute;
        top: 50%;
        left: 50%;
        background: #FFFFFF;
        border: 1px solid #E56945;
        padding: 15px 30px;
        margin-top: -290px;
    }

#doctor-home-new-patient .pop-in-content {
    width: 350px;
    margin-left: -175px;
}

#doctor-patient-create-exam .pop-in-content {
    width: 900px;
    margin-left: -450px;
}

.pop-in .close {
    position: absolute;
    top: 5px;
    right: 8px;
    color: #EB8E6E;
    opacity: 1;
}

    .pop-in .close:hover {
        color: #E56945;
    }

.doctor-home-new-patient-input,
#doctor-home-new-patient-create-button {
    display: block;
    margin: 15px 0;
    max-width: 100%;
    width: 100%;
}

.doctor-patient-create-exam-input,
#doctor-patient-create-exam-button {
    margin: 15px 0;
    max-width: 100%;
    width: 100%;
}

.doctor-home-new-patient-input {
    border: none;
    background: none;
    border-bottom: 1px solid #66C7CE;
}

.doctor-patient-create-exam-input {
    border: none;
    background: none;
    color: #66C7CE;
    border-bottom: 1px solid #E56945;
}

    .doctor-patient-create-exam-input:focus {
        outline: none;
    }

    .doctor-patient-create-exam-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: #9a9a9a;
    }

    .doctor-patient-create-exam-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: #9a9a9a;
    }

    .doctor-patient-create-exam-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #9a9a9a;
        opacity: 1;
    }

    .doctor-patient-create-exam-input::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #9a9a9a;
        opacity: 1;
    }

    .doctor-patient-create-exam-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #9a9a9a;
    }

.home-manage select {
    height: 32px;
    -webkit-appearance: menulist-button;
    border: 1px solid #66C7CE;
    color: #E56945;
}

    .home-manage select option {
        color: #E56945;
    }

select.doctor-home-new-patient-input {
    height: 40px;
    -webkit-appearance: menulist-button;
    border: 1px solid #66C7CE;
    color: #E56945;
}

    select.doctor-home-new-patient-input option {
        color: #E56945;
    }

#doctor-home-new-patient label.editable-info,
#doctor-patient-create-exam label.editable-info {
    margin-right: 20px;
}

#ExamDate,
#ExamTime {
    display: inline-block;
    line-height: 34px;
    height: 35px;
}

#doctor-home-new-patient input.error,
#doctor-patient-create-exam input.error {
    background: #fbc2c4;
}

#doctor-patient-create-exam .dropzone {
    border: 1px solid #E56945;
    color: #E56945;
    min-height: 300px;
}

#doctor-patient-create-new-exam-button {
    position: absolute;
    margin-top: -20px;
    left: 50%;
    width: 250px;
    margin-left: -120px;
    display: block;
}

.exam-editable-info {
    margin-top: 20px;
}

.readonly .editable-info {
    display: none;
}

#doctor-home-new-patient .editable-info {
    top: auto;
    margin-top: -20px;
}

.label-purple-inverse {
    color: #E56945;
    background: #FFFFFF;
    border: 1px solid #E56945;
    position: absolute;
    bottom: 10px;
    margin-left: -10px;
    font-weight: bold;
}

.dropzone .dz-preview .dz-remove {
    color: #E56945;
}

.dz-size,
.read-only-dropzone .dz-progress {
    display: none !important;
}

.gritter-bottom,
.gritter-top,
.gritter-item {
    background: #E56945;
}

.gritter-close {
    top: 5px;
    right: 7px;
    left: auto;
    background: #E56945;
    border: 2px solid #FFFFFF;
    border-radius: 15px;
    color: #FFFFFF;
}

.btn-wizard-primary {
    background-color: #E56945;
    border-color: #E56945;
    color: #FFFFFF;
}

    .btn-wizard-primary:hover,
    .btn-wizard-primary:focus,
    .btn-wizard-primary:active,
    .btn-wizard-primary.active {
        background-color: #ED8E6E;
        border-color: #ED8E6E;
        color: #FFFFFF;
    }

    .btn-wizard-primary:active,
    .btn-wizard-primary.active {
        background-image: none;
    }

.btn-wizard.disabled,
.btn-wizard.disabled:hover,
.btn-wizard.disabled:focus,
.btn-wizard.disabled:active,
.btn-wizard.disabled.active,
.btn-wizard[disabled],
.btn-wizard[disabled]:hover,
.btn-wizard[disabled]:focus,
.btn-wizard[disabled]:active,
.btn-wizard.active[disabled] {
    background-color: #1dc5a3;
    border-color: #1dc5a3;
}

.no-access {
    background-color: rgba(0,0,0,.9);
    padding: 20px 20px 40px;
    color: #fff;
}

    .no-access img {
        width: 100%;
    }

    .no-access button,
    .no-access input {
        max-width: 100%;
        height: 32px;
        margin: 4px;
    }

        .no-access button.access-validation {
            background: #66C7CE;
            color: #fff;
            border: none;
        }

        .no-access button.request-code {
            background: #E04315;
            color: #fff;
            border: none;
        }

    .no-access .no-access-info {
        text-align: justify;
    }

        .no-access .no-access-info .no-access-highlight {
            text-align: center;
            color: #E04315;
            font-size: 20px;
            font-weight: bold;
        }

@media (min-width: 1200px) {
    .tag-line {
        display: block;
    }
}

@media (min-width: 992px) {
    .widgets {
        display: block;
    }
}


.control {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
}

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    background: #e6e6e6;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}

.control input:checked ~ .control__indicator {
    background: #2aa1c0;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #66C7C9;
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.pregnant .section-with-title .section-title {
    background-color: #D5B5D5;
}

.pregnant .section-with-title .section-title {
    border-bottom: 1px solid #D5B5D5;
}

.pregnant .tag-line.section-with-title .section-title {
    background-color: #FD9EA6;
}

.pregnant .btn-new-consultation {
    background-color: #FD9EA6 !important;
    border-color: #FD9EA6 !important;
}

    .pregnant .btn-new-consultation:hover,
    .pregnant .btn-new-consultation:focus,
    .pregnant .btn-new-consultation:active {
        background-color: #FFBBC1 !important;
        border-color: #FFBBC1 !important;
    }

.pregnant .new-consultation-notes,
.pregnant .new-consultation-description,
.pregnant .section-with-title, .section-with-bottom {
    border: 1px solid #FD9EA6;
}

    .pregnant .new-consultation-notes:focus,
    .pregnant .new-consultation-description:focus {
        -webkit-box-shadow: 0 0 5px #FD9EA6;
        -ms-box-shadow: 0 0 5px #FD9EA6;
        box-shadow: 0 0 5px #FD9EA6;
        padding: 2px 7px;
        border: 1px solid #FD9EA6;
        outline: none;
    }

.pregnant a.tooltips {
    color: #FD9EA6;
}

    .pregnant a.tooltips span.tooltip {
        background: #D5B5D5;
    }

        .pregnant a.tooltips span.tooltip:after {
            border-bottom: 8px solid #D5B5D5;
        }

.pregnant .section-with-title .section-body,
.pregnant .section-with-bottom .section-body {
    color: #FD9EA6;
}

.pregnant .widgets .widgets-button {
    background: url("images/widget-icon-prengnant.png");
}

.timeline-consultation-details.was-pregnant {
    border-left: 10px solid #9C27B0;
}

.timeline-exam-details.was-pregnant {
    border-right: 10px solid #9C27B0;
}

.modal-body .close, .modal-header .close {
    top: 10px;
}

.intl-tel-input {
    display: block;
}

a.pregnanthee-issue-normal,
a.pregnanthee-issue-abortion,
a.pregnanthee-issue-therapeutical-abortion,
a.pregnanthee-issue-diu,
a.pregnanthee-issue-miscarriage {
    text-align: center;
    padding: 10px;
}

a.pregnanthee-issue-normal {
    background: #66C7CE;
    color: #fff;
}

a.pregnanthee-issue-abortion {
    background: #CCDEE0;
    color: #E56947;
}

a.pregnanthee-issue-miscarriage {
    background: #ED8E6E;
    color: #fff;
}

a.pregnanthee-issue-diu {
    background: #E56947;
    color: #fff;
}

a.pregnanthee-issue-therapeutical-abortion {
    background: #E04316;
    color: #fff;
}

.pregnanthee-principal-doctor {
    margin-top: 5px;
    margin-bottom: 0;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    background-color: rgba(0,0,0,0.5);
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #52B9E9;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #1171A3;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #C8D52A;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
