@import url(https://fonts.googleapis.com/css?family=Reenie+Beanie);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600&subset=latin,latin-ext);

/* BOOTSTRAP STYLES */

/* Cookies */

.cc-cookies {
    font-weight: 400 !important;
    line-height: 18px !important;
    font-size: 12px !important;
}

.cc-cookies a {
    text-decoration: none !important;
    cursor: pointer !important;
}

.cc-cookies a:hover {
    text-decoration: underline !important;
}
/* Sticky footer styles */

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 99.8%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -34px;
    /* Pad bottom by footer height */
    padding: 0 0 34px;
}

/* Set the fixed height of the footer here */
#footer {
    height: 34px;
}

/* GENERAL STYLES */

body {
    font: 400 1.6em "Source Sans Pro", sans-serif;
    line-height: 28px;
    color: #333333;
}

hr {
    height: 1px;
   /* border: none;
    background-color: #E7E7E7; */
}

/* Typography */

h1, h2, h3, h4, h5, h6 {
    font-family: "Source Sans Pro", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Lucida Grande", sans-serif;
    font-weight: 400;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1.250em;
}

h6 {
    font-size: 1.125em;
}

a {
    color: #3a87ad;
}

.link-lg {
    vertical-align: middle;
    font-size: 19px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
}

.link-md {
    line-height: 25px;
    padding-top: 15px;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
}

.link-underlined {
    text-decoration: underline;
}

p {
    font-weight: 400;
    font-size: 1.1em;
    opacity: 0.9;
}

p, span {
    opacity: 0.9;
}

.font-sm {
    font-size: 0.875em;
    margin: 0;
}

.font-smd {
    font-size: 14px;
}

.font-md {
    font-size: 18px;
    line-height: 20px;
}

.font-lg {
    font-size: 20px;
    line-height: 20px;
}

.font-note {
    font-size: 12px;
    line-height: 12px;
    color: gray;
    text-transform: lowercase;
}

.link-sm {
    font-size: 14px;
}

.justify {
    text-align: justify;
}

/* Forms */

fieldset {
    margin-bottom: 20px;
    background-color: #F9F9F7;
    padding: 12px 15px 10px 15px;
}

legend {
    font-size: 1.250em;
    border-bottom: none;
    margin-bottom: 5px;
}

label {
    line-height: 25px;
    font-weight: normal;
    font-size: 18px;
}

.payment-choices-label{
    line-height: 16px;
    font-weight: normal;
    font-size: 16px;
}

.form-control {
    font-size: 18px;
}

form ul {
    list-style: none;
}

.form-group {
    margin-bottom: 5px;
}

/* Buttons */

.btn-default {
    color: #3a87ad;
}

.btn-default:hover {
    color: black;
}

.btn-green {
    text-shadow: 0 1px 0 #666;
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#8DB36E), to(#709847));
    background-image: -webkit-linear-gradient(top, #8DB36E, 0%, #709847, 100%);
    background-image: -moz-linear-gradient(top, #8DB36E 0, #709847 100%);
    background-image: linear-gradient(to bottom, #8DB36E 0, #709847 100%);
    background-repeat: repeat-x;
    border-color: #709847;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8DB36E', endColorstr='#709847', GradientType=0);
    color: white;
}

.btn-default.btn-green:hover,
.btn-default.btn-green:focus,
.btn-default.btn-green:active,
.btn-default.active.btn-green,
.open .dropdown-toggle.btn-default.btn-green {
    background-color: #8DB36E;
    color: #30411f;
}

.btn-yellow {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#fdf3b8), to(#fbeb87));
    background-image: -webkit-linear-gradient(top, #fdf3b8, 0%, #fbeb87, 100%);
    background-image: -moz-linear-gradient(top, #fdf3b8 0, #fbeb87 100%);
    background-image: linear-gradient(to bottom, #fdf3b8 0, #fbeb87 100%);
    background-repeat: repeat-x;
    border-color: #c5c5c5;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fdf3b8', endColorstr='#fbeb87', GradientType=0);
    color: #666;
}

.btn-justified {
    min-width: 100px;
}

.btn-md {
    font-size: 16px;
    padding: 6px 11px;
}

.btn-lg {
    padding: 12px 18px;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    border-radius: 6px;
}

.btn-xl {
    padding: 12px 18px;
    font-size: 20px;
    line-height: 23px;
    border-radius: 4px;
    width: 100%;
    display: block;
}

.btn-sidebar {
    padding: 6px 18px;
    font-size: 18px;
    line-height: 20px;
    border-radius: 4px;
    width: 100%;
    display: block;
}

.btn-default .caret{
    border-top-color: white;
}
/* Tables */

.table-responsive {
    border: none;
}

.table-head-color {
    background-color: #eef5f9;
}

table thead.table-head-color tr th {
    border-radius: 4px 4px 0 0;
    padding: 2px 5px;
}

.table thead>tr>th, .table tbody>tr>td {
    border-top: none !important;
}
/* Tooltips */

.tooltip-inner {
    background-color: #69accd;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #69accd;
}

/* Alerts */

.alert {
    line-height: 24px;
    margin-bottom: 10px;
    padding: 3px 15px;
    background-image: none;
}

.alert-dismissable .close {
    position: relative;
    top: 0;
    right: 0;
}

.alert-success {
    background-color: #e3eecb;
    border-color: #9bc244;
    color: #70a13e;
}

/* Spacing */

.vertical-center {
    vertical-align: middle;
}

.clear-bottom {
    margin-bottom: 0px;
}

.space-bottom {
    margin-bottom: 20px;
}

.space-bottom-sm {
    margin-bottom: 10px;
}

.space-bottom-5 {
    margin-bottom: 5px;
}

.space-top {
    margin-top: 20px;
}

.space-top-sm {
    margin-top: 5px;
}

.space-top-10 {
    margin-top: 10px;
}

.space-right {
    margin-right: 15px;
}

.space-right-sm {
    margin-right: 5px;
}

.space-right-lg {
    margin-right: 30px;
}

.space-left {
    margin-left: 15px;
}

.space-left-sm {
    margin-left: 5px;
}

.space-left-lg {
    margin-left: 30px;
}

.padding-md {
    padding: 15px;
}

.padding-sm {
    padding: 5px !important;
}

.padding-content {
    padding: 25px 0;
}

.padding-right-none {
    padding-right: 0;
}

.padding-left-none {
    padding-left: 0;
}

.padding-top-none {
    padding-top: 0;
}

.padding-top-3 {
    padding-top: 3px;
}

.padding-top-body {
    padding-top: 30px;
}

@media (min-width: 1200px)
{
    .padding-top-body {
        padding-top: 70px;
    }
}

.margin-top-none {
    margin-top: 0;
}

.margin-bottom-none {
    margin-bottom: 0;
}

/* Color accents */

.background-gray {
    background-color: #f6f6f6 !important;
}

.text-orange {
    color: #ef5b30;
}

.text-violet{
    color: purple;
}

.text-green {
    color: #70a13e !important;
}

.text-gray {
    color: darkgray !important;
}

.text-blue {
    color: #3a87ad !important;
}

.text-red {
    color: #f00000 !important;
}
.text-black{
    color: black !important;
}
.text-lab-bold{
    color: #B70000 !important;
}

.text-light-gray {
    color: #C0C0C0 !important;
}

.text-strong-blue {
    color: #00A2E8 !important;
}

/* HEADER STYLES -------------------------------- */

/* Main */

.navbar .nav-divider {
    height: 40px;
    margin: 5px 0;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #f2f2f2;
}

.navbar-login {
    margin-left: 15px;
    margin-top: 8px;
}

span.icon-bar {
    background-color: white !important;
}

button.navbar-toggle {
    text-shadow: 0 1px 0 #666;
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#8DB36E), to(#709847));
    background-image: -webkit-linear-gradient(top, #8DB36E, 0%, #709847, 100%);
    background-image: -moz-linear-gradient(top, #8DB36E 0, #709847 100%);
    background-image: linear-gradient(to bottom, #8DB36E 0, #709847 100%);
    background-repeat: repeat-x;
    border-color: #709847 !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8DB36E', endColorstr='#709847', GradientType=0);
    color: white;
}

.header-background-yellow {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 32%, rgba(253,237,130,1) 56%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(32%,rgba(255,255,255,1)), color-stop(56%,rgba(253,237,130,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 32%,rgba(253,237,130,1) 56%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,1) 32%,rgba(253,237,130,1) 56%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,1) 32%,rgba(253,237,130,1) 56%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,1) 32%,rgba(253,237,130,1) 56%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fded82',GradientType=1 ); /* IE6-9 */
}

.header-height {
    height: 105px;
}

.header-logo {
    height: 119px;
    position: absolute;
    top: 15px
}

@media (max-width: 768px){
    .header-logo {
        width: 260px;
        height: auto;
        top: 30px;
    }
}

.header-quote {
    width: 330px;
    height: 153px;
    position: absolute;
    left: -10px;
    top: 15px
}

@media (min-width: 1200px) {
    .header-quote {
        left: 120px;
    }
}

#btn_login {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/* Top navigation */

.navigation-background-yellow {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left,  #ffffff 0%, #fbeb87 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#fbeb87)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #ffffff 0%,#fbeb87 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #ffffff 0%,#fbeb87 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #ffffff 0%,#fbeb87 100%); /* IE10+ */
    background: linear-gradient(to right,  #ffffff 0%,#fbeb87 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbeb87',GradientType=1 ); /* IE6-9 */
}

.header-logo-horizontal {
    width: 170px;
    height: 35px;
    margin-top: 9px;
}

.header-logo-icon {
    height: 30px;
    margin-top: 10px;
    margin-left: 15px;
}

.navbar .nav {
    margin: 0;
}

.navbar {
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .navbar .nav .btn-justified {
        min-width: inherit;
    }
}

@media (max-width: 992px) {
    .navbar {
        margin-bottom: 0;
    }
}

@media (max-width: 1200px)
{
    .navbar-fixed-top
    {
        position: relative;
        top: auto;
    }
}

/* FOOTER STYLES --------------------------------- */

#footer {
    padding: 2px 0;
}

.font-footer {
    color: gray;
    font-size: 14px;
    font-stretch: expanded;
}

.link-footer {
    color: gray;
    font-size: 14px;
    cursor: pointer;
    margin: 0 8px;
}

.link-footer:hover {
    color: black;
}

.footer-background-yellow {
    background: rgb(251,235,135); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(251,235,135,1) 44%, rgba(255,255,255,1) 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(44%,rgba(251,235,135,1)), color-stop(60%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(251,235,135,1) 44%,rgba(255,255,255,1) 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(251,235,135,1) 44%,rgba(255,255,255,1) 60%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(251,235,135,1) 44%,rgba(255,255,255,1) 60%); /* IE10+ */
    background: linear-gradient(to right,  rgba(251,235,135,1) 44%,rgba(255,255,255,1) 60%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbeb87', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

/* PAGES STYLES ---------------------------------- */

/* Index site styles ----------------------------- */

.resources_text
{
    font-size: 0.875em;
    font-style: italic;
}

.text_under_picture
{
    font-size: 0.875em;
    margin: 0;
    font-style: italic;
}

#id_public_menu_right {
    position: relative; !important;
}
#id_public_menu_right_button {
    position: absolute;!important;
    right: 5px;!important;
    top: 0px;!important;
}

caption {
    caption-side: bottom;
}

.banner-side-padding {
    padding-left: 5px;
    padding-right: 5px;
}

.bordered-div {
    border: 2px #e4e4e4 solid;
    border-radius: 10px
}

.side_style_strong
{
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
}

.side_style
{
    font-size: 15px;
    line-height: 18px;
}

.well-survey
{
    background-color: rgb(22, 105, 173);
    border-radius: 10px;
    margin-bottom: 5px;
}

.articles_header {
    line-height: 18px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.articles_sumary {
    font-size: 14px;
    line-height: 15px;
    color: #333333;
}

.article_line
{
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#content_3 {
    background-image: url("../img/index_background_lord.e3a68ef762a8.png");
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 768px) {
    .index-fact {
        text-align: left;
    }
}

#index .container {
    position: relative;
}

#index p {
    text-align: justify;
}

.icon-index {
    padding-top: 20px;
}

.icon-ok {
    vertical-align: baseline;
    width: 28px;
}

.background-yellow {
    background-color: #fdf19b;
}

.background-green {
    background-color: rgb(196, 220, 145);
}

.background-lightgreen {
    background-color: #d9e8b8;
}

.btn-index-xl {
    height: 100px;
    color: #666;
    display: block;
    white-space: normal;
    padding: 15px;
    background: #fcf1ac; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcf1ac 6%, #fcf1ac 21%, #fefbe6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(6%,#fcf1ac), color-stop(21%,#fcf1ac), color-stop(100%,#fefbe6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcf1ac 6%,#fcf1ac 21%,#fefbe6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcf1ac 6%,#fcf1ac 21%,#fefbe6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcf1ac 6%,#fcf1ac 21%,#fefbe6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcf1ac 6%,#fcf1ac 21%,#fefbe6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf1ac', endColorstr='#fefbe6',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075);
    box-shadow: inset 0 0.5px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.15);
}

@media (max-width: 992px) {
    .btn-index-xl {
        padding-top: 10px;
        height: 100px;
        margin-bottom: 10px;
    }

    .btn-index-xl h3 {
        font-size: 18px;
    }

    .btn-index-xl h3:last-of-type {
        margin-left: 0;
    }

    #content_3 .font-lg {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .btn-index-xl {
        padding: 5px 5px;
        height: 68px;
        margin-bottom: 10px;
    }

    .btn-index-xl h3 {
        text-align: left;
        margin-top: 10px;
    }

    .icon-index {
        padding-top: 10px;
    }

}

.btn-index {
    position: relative;
    z-index: 10;
    font-weight: 300;
    text-shadow: 0 1px 0 #666;
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#88a969), to(#70915a));
    background-image: -webkit-linear-gradient(top, #88a969, 0%, #70915a, 100%);
    background-image: -moz-linear-gradient(top, #88a969 0, #70915a 100%);
    background-image: linear-gradient(to bottom, #88a969 0, #70915a 100%);
    background-repeat: repeat-x;
    border-color: #70915a;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#88a969', endColorstr='#70915a', GradientType=0);
    color: white;
}

.img-index-content {
    width: 100%;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075);
    box-shadow: inset 0 0.5px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.15);
}

#img-icon-mail {
    width: 80px;
    margin-top: 20px;
    margin-right: -20px;
}

#img-icon-lock {
    width: 60px;
    margin-top: -40px;
    margin-left: 15px;
}

#img-computer {
    position: absolute;
}

#img-pulse {
    position: absolute;
    left: -145px;
}

#img-apple {
    position: absolute;
    left: -140px;
    width: 160px;
    top: -160px;
}

.icon-inline {
    width: 25px;
    vertical-align: baseline;
}

@media (min-width: 768px) {
    #img-computer {
        top: 165px;
    }
    #img-pulse {
        top: 275px;
        width: 560px;
    }
}

@media (min-width: 992px) {
    #img-computer {
        top: 30px;
    }
    #img-pulse {
        top: 192px;
        width: 570px
    }
}

@media (min-width: 1200px) {
    #img-computer{
        top: -43px;
    }
    #img-pulse {
        top: 130px;
        width: 870px
    }
}

@media (min-width: 992px) {
    .content-indent {
        padding-top: 50px;
    }
    .content-indent2 {
        padding-top: 40px;
    }
    #content_block {
        position: absolute;
        margin-top: -25px;
    }
}

/* Doctor home page ----------------------------- */

#doctor_main .column {
    padding: 3px;
}

#doctor_main .column:first-of-type {
    padding-left: 15px;
}

#doctor_main .column:last-of-type {
    padding-right: 15px;
}

#doctor_main .panel {
    height: 700px;
    overflow: auto;
    margin-bottom: 0;
}

#doctor_main .panel-md {
    height: 440px;
    overflow: visible;
}

#doctor_main .panel-sm {
    height: 250px;
    margin-bottom: 10px;
}

#doctor_main .panel-resize {
    position: relative;
    bottom: 0;
}

#doctor_main .panel-body {
    padding: 1px;
}

#doctor_main .panel table h5,
#patient_doctors .panel table h5 {
    margin: 0;
}

#doctor_main .panel .table th {
    background-color: #f6f6f6;
    border-width: 1px;
}

#doctor_main .panel .table tbody,
#doctor_main .panel .table td {
    border: none;
}

#doctor_main .panel .table td.search-input-row {
    padding-bottom: 0;
}

.search-input {
    width: 100%;
}

#patients_list {
    overflow: auto;
    max-height: 100%;
}

#new_patients,
.panel-sm#waiting_room,
.panel-sm#new_patients {
    overflow: auto;
    max-height: 215px;
}

.panel-md#doctors_list_doctor {
    overflow: auto;
    max-height: 455px;
}

#doctors_list_doctor {
    overflow: auto;
    max-height: 350px;
}

/* Doctor news page */

.panel-doctor-main .panel-body {
    min-height: 550px;
}

/* Doctor, patient left navigation */
#one_time_access_left_nav,
#patient_left_nav_drop,
#doctor_left_nav_drop {
    width: 100%;
}
#one_time_access_left_nav .dropdown-menu,
#patient_left_nav_drop .dropdown-menu,
#doctor_left_nav_drop .dropdown-menu {
    width: 90%;
    margin-left: 5%;
}
#one_time_access_left_nav .dropdown-menu,
#patient_left_nav_drop .dropdown-menu,
#doctor__left_nav_drop .dropdown-menu {
    font-size: 16px;
}
#one_time_access_left_nav .dropdown-menu li,
#patient_left_nav_drop .dropdown-menu li,
#doctor_left_nav_drop .dropdown-menu li {
    padding: 5px;
}
#one_time_access_left_nav li,
.doctor_left_nav_phr li,
#patient_left_nav li,
#patient_entries_nav li {
    background-color: #fded82;
    border: none;
}

.doctor_left_nav_ehr li{
    color:#70a13e;
    background-color: #fcfbef;
    border: none;
}
.doctor_left_nav_ehr li a{
    color:#70a13e;
}


#one_time_access_left_nav li,
#one_time_access_left_nav li a,
.doctor_left_nav_phr li,
.doctor_left_nav_phr li a,
#patient_left_nav li a,
#patient_entries_nav li a {
    color: #777;
    position: relative;
}

#patient_left_nav li:last-child {
    padding: 0;
    height: 55px;
    overflow: visible;
    text-align: center;
}

#doctor_left_nav li:first-child {
    line-height: 18px;
    border-bottom: 2px solid #dddddd;
}
#one_time_access_left_nav li:last-child,
#doctor_left_nav li:last-child {
    padding: 0;
    height: 55px;
    overflow: visible;
    text-align: center;
}

.img-nav {
    display: inline-block;
    width: 130px;
}

.pulz {
    width: 100%;
    position: absolute;
    left: 16%;
    top: 30%;
}

.column-navigation {
    padding-right: 4%;
}
#one_time_access_left_nav .active,
#doctor_left_nav .active {
    font-weight: 600;
    /*border-bottom: 2px solid #777;*/
}

/* Doctor patient main page */
.preg-info {
    line-height: 24px;
    margin-bottom: 10px;
    padding: 3px 15px;
}

.panel-heading-new {
    padding: 3px 5px !important;
    background-color: #f6f6f6 !important;
    background-image: none !important;
}

#patient_relation_overview .panel .panel-heading,
#patient_data_overview .panel .panel-heading,
#patient_main .panel .panel-heading,
#payments_main .panel .panel-heading,
.services_main .panel .panel-heading{
    padding: 8px 10px;
    background-color: #f6f6f6;
    background-image: none;
}

#patient_data_overview .panel .panel-body {
    padding: 5px 10px;
}

#patient_data_overview .panel .panel-title,
#patient_main .panel .panel-title {
    color: #70a13e;
}

#patient_data_overview .panel-label {
    float: left;
    text-align: right;
    width: 100px;
    margin-right: 10px;
}

#patient_data_overview .panel-body p, .panel-body fieldset {
    margin: 0;
}

#patient_data_overview .panel-body label, .form-control {
    line-height: 20px;
    font-weight: normal;
    font-size: 16px;
}

#patient_data_overview .panel-body hr {
    margin: 5px;
}

#patient_data_overview .panel-body .table {
    margin-bottom: 0;
    /*    width: auto;*/
}

#patient_data_overview .panel-body .table td {
    border: none;
    padding: 2px 5px;
}

#now_datetime {
    line-height: 35px;
}

.btn-date {
    border: none !important;
    background: none;
    padding: 0;
}

#form_datetime .btn {
    padding: 3px 5px 5px 7px;
}

.select2-container {
    width: 100% !important;
    height: 34px;
}

.select2-container .select2-choice  {
    height: 34px !important;
    line-height: 34px !important;
    padding-left: 12px !important;
}

.select2-container .select2-choice .select2-arrow b {
    margin-top: 3px;
}

/* Registration sites styles
-------------------------------------------------- */

.patient legend {
    color: #70a13e;
}

.doctor legend {
    color: #3a87ad;
}

#doctor_proposal legend {
}

#id_field_errors ul {
    padding-left: 0;
}

.errorlist {
    padding: 0;
}

/* Login site styles */

#login .form-group {
    margin-bottom: 5px;
    margin-top: 10px;
}

#login fieldset {
    min-height: 265px;
}

.rectangle-outer {
    padding: 6px;
    background-color: #F9F9F7;
}

.rectangle-inner {
    padding: 15px;
    background-color: white;
}

/* Email pages */

#email_panel .panel-heading,
#new_email_panel .panel-heading {
    padding: 6px 0px 0px 1px !important;
    background-color: rgb(246, 246, 246) !important;
    background-image: none;
}

#email_panel .panel-heading h6 {
    position: absolute;
    margin-left: 40%;
    white-space: nowrap;
}

#new_email_panel .panel-heading h6 {
    margin-left: 45%;
}

#email_panel .nav-pills {
    padding-right: 15px;
}

#email_panel .panel-body {
    padding: 0 !important;
}

#email_panel .nav-tabs li, #new_email_panel .nav-tabs li {
    border: 1px solid #dddddd;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: none;
    margin-right: 1px;
    background-color: rgb(255, 255, 255);
}

#email_panel .nav-tabs, #new_email_panel .nav-tabs {
    border-bottom: none;
}

#email_panel .nav-tabs li a, #new_email_panel .nav-tabs li a {
    margin: 0;
}

#email_panel .nav-pills li a {
    padding: 3px 10px;
    border: 1px solid #dddddd;
    margin-bottom: 5px;
}

#email_panel .nav-tabs li a.active {
    font-weight: bolder;
    text-decoration: underline;
}

#email_content hr, #new_email_panel hr {
    margin: 5px;
}

#email_content {
    height: 700px;
}

@media (max-width: 992px) {
    #email_content {
        height: auto;
        padding-left: 15px;
    }
}

.email-mobile-tag {
    background-color: #fbeb87;
    margin-bottom: 0;
}

#email_content_inner {
    max-height: 700px;
    overflow: auto;
}

#email_content > div {
    background-color: #F9F9F7;
    padding: 15px;
}

.email_content_head {
    margin: 0;
    line-height: 27px;
}

#email_header {
    height: 700px;
}

#email_header .list-group {
    border: none;
    padding: 1px;
    box-shadow: none;
}

#email_header_list {
    height: 700px;
    overflow: auto;
}

@media (max-width: 992px) {
    #email_header {
        height: auto;
        max-height: 280px;
        padding-right: 15px;
    }
    #email_header_list {
        height: auto;
        max-height: 280px;
    }
}

@media (max-width: 768px) {
    .padding-left-none {
        padding-left: 15px;
    }
}


#email_header_list hr {
    margin: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#email_header ul {
    list-style: none;
    padding: 0;
}

#email_header .list-group-item {
    padding: 2px 10px 0 10px;
    border: none;
    line-height: 1.2;
    border-radius: 0 !important;
}

#email_header .list-group-item.active, #email_header .list-group-item.active:hover, #email_header .list-group-item.active:focus {
    text-shadow: none;
    background-image: none;
    background-color: #8DB36E;
    border-color: #70a13e;
    color: white;
}

#email_header .completed-thread {
    color: #999999;
    font-style: italic;
}

.email_form {
    padding: 15px 15px 0px 15px;
}

.user-content {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.nav-pills > li > a {
    border-radius: 4px;
}

.pill-gray {
    background-color: #F9F9F7;
    font-size: 15px;
}

.badge {
    background-color: #9acfea !important;
}

.disabled {
    background-image: none !important;
    text-shadow: none;
}

.img-attachment {
    width: 35px;
    padding-bottom: 12px;
}

#email_content #file-tag {
    padding-left: 15px;
    padding-right: 15px;
}

.well-email {
    background-image: none;
    box-shadow: none;
    margin-bottom: 10px;
}

.well-reservation{
    padding: 4px 15px 4px 15px;
    background-color: #f5f5f5;
    border: 0;
    border-radius: 4px;
    background-image: none;
    box-shadow: none;
    margin-bottom: 3px;
}

.file-tag{
    font-weight: bold;
}

/* Doctor patient subpages */

@media (max-width: 1200px) {
    .jqplot-target {
        width: 600px !important;
        height: 350px !important;
    }

    .jqplot-axis, .jqplot-yaxis-label  {
        font-size: 0.75em !important;
    }
}

@media (max-width: 992px) {
    .jqplot-target {
        width: 500px !important;
        height: 292px !important;
    }

    .jqplot-axis, .jqplot-yaxis-label  {
        font-size: 0.7em !important;
    }
}


@media (max-width: 768px) {
    .jqplot-target {
        width: 330px !important;
        height: 200px !important;
    }

    .jqplot-axis, .jqplot-yaxis-label  {
        font-size: 0.5em !important;
    }
}

@media (max-width: 992px) {
    .medical-legend {
        font-size: 11px;
        line-height: 30px;
        margin: 0;
    }
}



.HealthDataTypeGroup3, .HealthDataTypeGroup15{
    color: #e64212;
}

.HealthDataTypeGroup12 {
    color: #ffc52c;
}

.HealthDataTypeGroup2 {
    color: black;
}

.HealthDataTypeGroup4, .HealthDataTypeGroup6 {
    color: #3f92bc;
}

.HealthDataTypeGroup5 {
    color: #79a456;
}

.img-attachment-sm {
    width: 20px;
}

.attachment-text {
    vertical-align: middle;
    font-style: italic;
    font-size: 12px;
}

.panel-heading h6 {
    line-height: 13px;
}

.panel-body-condensed {
    padding: 5px 15px;
}

.panel-table tbody tr td {
    border: none;
    padding: 5px;
    vertical-align: top;
}

.panel-table tbody tr td p {
    margin-bottom: 0;
}

.panel-table {
    margin-top: 5px;
    margin-bottom: 5px;
}

.legend {
    width: 200px;
    margin-top: 10px;
    border: 1px solid lightgray;
    padding: 10px;
    font-size: 13px;
}

.legend-item {
    line-height: 12px
}

.legend-item-color {
    padding: 6px;
    width:12px;
    border: 1px solid lightgray;
}

.legend-green {
    background-color: rgba(148, 206, 88, 0.5);
}

.legend-yellow {
    background-color: rgba(253, 191, 45, 0.5);}

.legend-red {
    background-color: rgba(252, 13, 27, 0.5);
}

.legend-gray {
    background-color: rgba(214, 211, 211, 0.5);
}

.legend-blue {
    background-color: #4bb2c5;
}

.legend-gray2 {
    background-color: gray;
}

/* Patient entries page */

.btn-journal {
    width: auto;
    text-transform: uppercase;
    text-align: left;
    padding: 0 20px;
    font-size: 18px;
    line-height: 57px;
    height: 60px;
    border: 1px solid #dddddd;
    margin-bottom: 10px;
}

.btn-entry-other {
    background-color: #bdd2aa;
}

.entry {
    padding: 0px 3px 10px 3px;
}

.panel-entries {
    min-height: 352px;
}

/* Patient main page */

.panel-main {
    padding-left: 0;
}

#patient_main .jumbotron {
    padding: 10px 20px;
    background-color: #f6f6f6 !important;
}

#patient_main .jumbotron p {
    font-size: 18px;
}

/*#panel-news h6 {
    padding: 0;
    margin-bottom: 5px;
}

#panel-news hr {
    margin-top: 7px;
    margin-bottom: 7px;
}*/

.article-body {
    text-align: justify;
}

/* Patient profile page */
#patient_profile label {
    padding-top: 1px;
}

/* Patient doctors page */
#patient_doctors hr {
    margin: 10px 0px;
}

#patient_doctors .panel .panel-body {
    padding: 5px 10px;
}

#patient_doctors .table {
    margin-bottom: 10px;
}

#patient_doctors .well {
    background-color: #f6f6f6 !important;
    background-image: none;
    border: none;
}

#patient_doctors h5 {
    margin: 0;
    width: auto;
}

#doctor_list_patient {
    overflow: auto;
    max-height: 900px;
}

/*todo find a solution where selects will open in available space */
ul.select2-results {
    max-height: 400px;
}

.modal-dialog-document-preview {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}

.modal-content-document-preview {
}

.alert-warning a {
    text-decoration: underline !important;
}

.accordion-toggle
{
    cursor: pointer;
    font-size: 20px;
}

.accordion-content
{
    display: none;
    margin-left: 20px;
}

.accordion-content.default
{
    display: block;
}

.source-doctor {
    font-size: 0.875em;
    margin: 0;
    font-weight: 700;
    color: #999999;
}

.source-doctor-on-header {
    font-size: 0.875em;
    margin: 0;
    font-weight: 800;
    color: #999999;
}


.nav-tabs-custom > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs-custom > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px;
}

.nav-tabs-custom > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs-custom > li.active > a,
.nav-tabs-custom > li.active > a:hover,
.nav-tabs-custom > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}


.medicine-form-bottom-margin {
    margin-bottom: 5px !important;
}
.period_input{
    width: 44% !important;
    display: inline !important;
}

div.has-error a.select2-choice {
  border-color: rgb(185, 74, 72) !important;
}

.scroll-to-anchor{
    display: block;
    height: 59px;
    margin-top: -59px;
    visibility: hidden;
}

#puz_advices_container,
#advices_container{
    background-color: #e3e3e3;
    margin: 5px
}

#puz_advices_container ul,
#puz_location_container ul,
#puz_initiative_container ul,
#puz_reasons_container ul,
#advices_container ul,
#location_container ul,
#initiative_container ul,
#reasons_container ul{
    padding-top: 7px;
    margin-left: -40px;
}

#puz_advices_container ul li,
#puz_location_container ul li,
#puz_initiative_container ul li,
#puz_reasons_container ul li,
#advices_container ul li,
#location_container ul li,
#initiative_container ul li,
#reasons_container ul li{
    display: inline;
    padding-left: 20px;
}

.yes_no_question ul{
    margin-left: -10px;
}
.yes_no_question ul li{
    display:inline;
    padding-left: 10px;
}

#medicine-problems-wrapper .select2-container-multi .select2-choices {
 height: 100px !important;
 overflow: auto;
}

.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.sideways {
  margin-top:50px;
  border: none;
  position: relative;
}
.sideways>li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.sideways>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.sideways>li.active>a,
.sideways>li.active>a:hover,
.sideways>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.sideways.tabs-left {
  left: -50px;
}
.sideways.tabs-right {
  right: -50px;
}
.sideways.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sideways.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.list-checkbox
{
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
  margin-right:5px !important;
}

.patient-tinymce-well p{
    padding-bottom: 0;
    margin-bottom: 0;
}
.strikeout div {
    text-decoration: line-through;
}

.table-medicine-details tbody>tr>td, .table-medicine-details thead>tr>th{
    padding: 2px;
    line-height: 1.1;
}
.bordered{
    border: 1px !important;
    border-style: solid !important;
    border-color: #dcdcdc !important;
}

.diagnosis-pre{
    padding-top: 0px;
    background-color: transparent;
    border: 0;
    font: 400 1em 'Source Sans Pro', sans-serif
}

.header-bg{
    background-color: #D8D8D8;
}

.terms-well{
    height: 65vh;
    overflow-y: scroll;
}

#service_provider_admin_sidebar li{
    border:0 !important;
}

.import-p{
    line-height: 1;
    font-size:15px
}

.margin-top-bottom-5-20{
    margin-top: 5px;
    margin-bottom: 20px
}

.padding-right-10{
    padding-right: 10px;
}

.slot-list-navigation{
    text-align: center;
    margin-top:5px;
    margin-bottom: 15px
}


/* context-menu */

.context-menu {
  display: none;
  position: absolute;
  z-index: 10;
  padding: 0;
  width: 200px;
  background-color: #fff;
  border: solid 1px #dfdfdf;
  box-shadow: 1px 1px 2px #cfcfcf;
}

.context-menu--active {
  display: block;
}

.context-menu__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.context-menu__item {
  display: block;
  margin-bottom: 4px;
}

.context-menu__item:last-child {
  margin-bottom: 0;
}

.context-menu__link {
  display: block;
  padding: 4px 12px;
  color: #0066aa;
  text-decoration: none;
}

.context-menu__link:hover {
  color: #fff;
  background-color: #0066aa;
  text-decoration: none;
}

.font-lg-space{
    line-height: 40px;
    font-size:20px;
}

.font-size-20{
    font-size: 20px;
}

.font-16-20{
    line-height: 20px;
    font-size:16px;
}

.padding-left-20{
    padding-left: 20px;
}

.link-button {
    background:none!important;
    border:none;
    padding:0!important;
    color:#069;
    }
.link-button:hover{
    text-decoration:underline;
}

.notification-badge{
    background-color: #ff5658 !important;
    position: absolute !important;
    bottom: -8px !important;
    right:-8px !important;
    top:auto !important;
}

.wh-table td{
    vertical-align: top;
}

.guide-dropbtn {
    background:none!important;
    border: none;
    mso-border-shadow: no;
    cursor: pointer;
}

.guide-dropdown-menu>li>a{
    font-size:20px !important;
    color:#3a87ad !important;
}

.guide-dropdown-menu>li>a:hover{
    color:#fff !important;
    background-color:#3a87ad !important;

}
.div-hover{
    margin: 0px;
}
.div-hover:hover{
    border-radius: 3px;
    background-color: #fafafa;
}

.text-yellow{
    color: #F8D437;
}
.text-green-miz{
    color: #679937;
}
.vertical-align-center{
    display: flex;
    align-items: center;
}
.vertical-align-bottom{
    display: flex;
    align-items: flex-end;
}
@media (max-width: 767px) {
    .vertical-align-center {
        display: block;
    }
}

@media (max-width: 767px) {
    .vertical-align-bottom {
        display: block;
    }
}

.uploaded-file-div{
    display: block;
    width: 260px;
    height: 33px;
    background-color: #f0f0f0;
    border: 1px solid #afafaf;
    margin-top: 5px;
}

.uploaded-file-div progress{
    position: relative;
    width: 90px;
    height: 20px;
    margin: 5px;
}

.uploaded-file-div .filename-span{
    display: inline-block;
    max-width: 130px;
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 5px;
}

.uploaded-file-div .close-span{
    cursor: pointer;
    float: right;
    margin-right: 10px;
    font-size: 21px;
    font-weight: bold;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.uploaded-file-div .close-span:hover,
.uploaded-file-div .close-span:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.service-actions-div{
    background-color: #f9f9f9;
    border-radius:5px;
    margin:5px 0;
}

.inline li{
    display: inline;
    padding-right: 10px;
}

.order-fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 5px 1.4em;
    margin: 0 0 1.5em 0;
    background-color: #FFFFFF;
}

.order-fieldset legend {
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
    font-size: 0.95em;
    color: #888;
}

.margin-bottom-8{
    margin-bottom: 8px;
}

.dot{
    height: 14px;
    width: 14px;
    border-radius: 50%;
    display: inline-block;
    background-color: #FFFFFF;
}

.company-dropdown-btn{
    margin:0 5px;
    display: inline-block;
    height: 24px;
    width: 24px;
    background-color: #f0f0f0;
    border-radius: 3px;
}

.company-dropdown-btn-inner{
    font-size:12px;
    position:relative;
    left: 6px;
}

.service-order-admin-div{
    border: 1px solid #f2f2f2;
    padding: 0 5px;
    border-radius: 5px;
    margin: 2px 0;
}

#close-attachment-btn{
    display:inline;
    width: 32px;
    height: 32px;
    position: absolute;
    right: -16px;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer; color: #ffffff;
    text-align: center;
    line-height: 32px;
    font-size: 25px
}

#close-modal-attachment-btn{
    display:inline;
    width: 32px;
    height: 32px;
    position: absolute;
    right: -16px;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer; color: #ffffff;
    text-align: center;
    line-height: 32px;
    font-size: 25px
}

.video-call-event:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 10px;
    top: 0px;
    right: 0px;
    background-image: radial-gradient(circle at center, blue 3px, transparent 3px);
    background-size: 10px 10px;
    background-position: bottom center;
    background-repeat: no-repeat;
}

@media (min-width:992px) {
    .modal-lg {
        width: 800px
    }
}

.select2-container .select2-selection--single{
    height: 34px !important;
    line-height: 34px;
    padding-left: 12px !important;
    margin-top: 4px !important;
    padding-top: 3px !important;
}

.select2-container .select2-selection__arrow b {
    margin-top: 5px !important;
}

.select2-dropdown {
    opacity: 1;
}

.delete-date-input {
    padding: 6px;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    border-left-width: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.delete-date-input-focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.separate-date-input {
    border-right: 0;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin: 0;
}

#password-toggle {
    cursor: pointer;
}

.radio-inline {
    margin-left: 0 !important;
    margin-right: 10px;
}

#help_text_container .show-more {
    display: none;
}

@media screen and (max-width: 767px) {
    #help_text_container {
        position: relative;
    }

    #help_text_container .help-text-content {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }

    #help_text_container .show-more {
        display: block;
        color: blue;
        cursor: pointer;
        position: absolute;
        bottom: 0;
        left: 0;
        background: white;
        padding-left: 15px;
    }

    #help_text_container.expanded .help-text-content {
        -webkit-line-clamp: unset;
    }

    #help_text_container.expanded .show-more {
        display: none;
    }
}