﻿div.yourhealth2015 {
    background: #FFF;
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 14px;
    color: #444;
    line-height: 1.43;
}

.yourhealth2015 .block {
    display: block;
}

.yourhealth2015 .blurred {
    filter: blur(4px);
}

.yourhealth2015 .radioButtonControl, 
.yourhealth2015 .checkButtonContainer {
    display: inline-block; 
    padding-left: 5px;   
    height: 37px; 
    padding: 7px;
}

.yourhealth2015 h1 {
    font-size: 2.14em;
    color: #0061ab;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 1.43;
}

.yourhealth2015 h2 {
    font-size: 1.7em;
    color: #444;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 1.43;
}

.yourhealth2015 h3 {
    font-family: Arial;
    font-size: 1.7em;
    color: #444;
    font-weight: normal;
    margin: 0;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #FCB320;
    padding-bottom: 4px;
    width: 100%;
    line-height: 1.43;
}


.yourhealth2015 a, .yourhealth2015 a:active, .yourhealth2015 a:visited {
    color: #0061ab;
    text-decoration: none;
    font-size: 1em;
    line-height: 1.43;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .yourhealth2015 a:hover {
        color: #0061ab;
        text-decoration: underline;
        font-size: 1em;
        outline: none;
    }

.yourhealth2015 ul, .yourhealth2015 ul li {
    list-style: square;
    font-size: 1em;
    line-height: 1.43;
}

.yourhealth2015 ul.dropdown-menu , 
.yourhealth2015 ul.dropdown-menu li {
    list-style: none;
}

.yourhealth2015 ol, .yourhealth2015 ol li {
    list-style: decimal;
    font-size: 1em;
    line-height: 1.43;
}

.yourhealth2015 p {
    font-size: 1em;
    line-height: 1.43;
}

.yourhealth2015 label {
    font-size: 1em;
}

.yourhealth2015 span {
    font-weight: normal;
    font-size: 1em;
}
    /*
.yourhealth2015 span.requiredText   { 
    color: red;
    font-weight: normal;
	font-size: 1em;
}
*/
    .yourhealth2015 span.errorText {
        color: red;
        font-weight: normal;
        font-size: 1em;
    }

.yourhealth2015 select[disabled],
.yourhealth2015 textarea[disabled],
.yourhealth2015 input[type="text"][disabled],
.yourhealth2015 input[type="number"][disabled] {
    background: none;
    background-color: rgb(235, 235, 228);
}

    .yourhealth2015 input[type="text"][disabled] + .ui-datepicker-trigger {
        display: none;
    }

.yourhealth2015 input.requiredEmpty[type=text][required],
.yourhealth2015 input.requiredEmpty[type=date][required],
.yourhealth2015 input.requiredEmpty[type=password][required],
.yourhealth2015 input.requiredEmpty[type=number][required],
.yourhealth2015 textarea.requiredEmpty[required],
.yourhealth2015 div.htmlNoteEditorContainer.requiredEmpty[required],
.yourhealth2015 div.requiredEmpty[required],
.yourhealth2015 select.requiredEmpty[required],
.yourhealth2015 label.requiredEmpty[required] {
    border-left: 3px #F00 solid;
}

.yourhealth2015 input.requiredComplete[type=text][required],
.yourhealth2015 input.requiredComplete[type=date][required],
.yourhealth2015 input.requiredComplete[type=number][required],
.yourhealth2015 textarea.requiredComplete[required],
.yourhealth2015 div.htmlNoteEditorContainer.requiredComplete[required],
.yourhealth2015 div.requiredComplete[required],
.yourhealth2015 select.requiredComplete[required],
.yourhealth2015 label.requiredComplete[required] {
    border-left: 3px green solid;
}

.yourhealth2015 input.requiredComplete[type=radio][required]:not(old) + label {
    border-left: 3px green solid;
}

.yourhealth2015 input.requiredEmpty[type=radio][required]:not(old) + label {
    border-left: 3px #F00 solid;
}

.yourhealth2015 .requiredControls > div.requiredHorizontalRadioControls {
    border-left: 3px #F00 solid;
    padding-left: 7px;
    margin-bottom: 0px;
}

    .yourhealth2015 .requiredControls > div.requiredHorizontalRadioControls label {
        margin-bottom: 0px;
    }

/* CSS For TinyMCE Edito */
.yourhealth2015 .htmlEditorContainer button,
.yourhealth2015 .htmlNoteEditorContainer button {
    padding: 0px;
    margin: 3px;
}

yourhealth2015 button,
.yourhealth2015 input[type=submit],
.yourhealth2015 a.primaryButton,
.yourhealth2015 a.secondaryButton,
.yourhealth2015 a.secondaryYellowButton {
    cursor: pointer;
}

    yourhealth2015 button[disabled],
    .yourhealth2015 input[type=submit][disabled],
    .yourhealth2015 a[disabled].primaryButton,
    .yourhealth2015 a[disabled].secondaryButton,
    .yourhealth2015 a[disabled].secondaryYellowButton {
        cursor: not-allowed;
    }

.yourhealth2015 button,
.yourhealth2015 input[type=submit],
.yourhealth2015 a.primaryButton,
.yourhealth2015 a.secondaryButton,
.yourhealth2015 a.secondaryYellowButton {
    cursor: pointer;
    display: inline-block;
    color: #FFFFFF;
    margin: 6px;
    font-size: 1em;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    text-shadow: none;
    white-space: nowrap;
    outline: none;
    border: none;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    zoom: 1;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}

    .yourhealth2015 button.primaryButton,
    .yourhealth2015 input.primaryButton[type=submit],
    .yourhealth2015 a.primaryButton {
        background-color: #004882;
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#004882), to(#015497));
        background: -moz-linear-gradient(#004882, #015497);
        background: -o-linear-gradient(#004882, #015497);
        background: -ms-linear-gradient(top, #004882 1%,#015497 100%);
        color: #FFFFFF;
        margin: 6px;
    }

        .yourhealth2015 button.primaryButton:hover,
        .yourhealth2015 input.primaryButton[type=submit]:hover,
        .yourhealth2015 a.primaryButton:hover {
            background-color: #0062ad;
            background: -webkit-gradient(linear, 0 0, 0 100%, from(#0062ad), to(#036cbc));
            background: -moz-linear-gradient(#0062ad, #036cbc);
            background: -o-linear-gradient(#0062ad, #036cbc);
            background: -ms-linear-gradient(top, #0062ad 1%,#0062ad 100%);
        }

    .yourhealth2015 button.secondaryYellowButton,
    .yourhealth2015 input.secondaryYellowButton[type=submit],
    .yourhealth2015 a.secondaryYellowButton {
        background-color: #b5b5b5;
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#fcb422), to(#ffbd39));
        background: -moz-linear-gradient(#fcb422, #ffbd39);
        background: -o-linear-gradient(#fcb422, #ffbd39);
        background: -ms-linear-gradient(top, #fcb422 1%,#ffbd39 100%);
        color: #444444;
        text-shadow: 0 0px 0px #545454;
        margin: 6px;
    }

        .yourhealth2015 button.secondaryYellowButton:hover,
        .yourhealth2015 input.secondaryYellowButton[type=submit]:hover,
        .yourhealth2015 a.secondaryYellowButton:hover {
            background-color: #cbcbcb;
            background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffd202), to(#ffd71e));
            background: -moz-linear-gradient(#ffd202, #ffd71e);
            background: -o-linear-gradient(#ffd202, #ffd71e);
            background: -ms-linear-gradient(top, #ffd202 1%,#ffd71e 100%);
        }

    .yourhealth2015 button.secondaryButton,
    .yourhealth2015 input.secondaryButton[type=submit],
    .yourhealth2015 a.secondaryButton {
        background-color: #b5b5b5;
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#b5b5b5), to(#bfbfbf));
        background: -moz-linear-gradient(#b5b5b5, #bfbfbf);
        background: -o-linear-gradient(#b5b5b5, #bfbfbf);
        background: -ms-linear-gradient(top, #b5b5b5 1%,#bfbfbf 100%);
        color: #444444;
        text-shadow: 0 0px 0px #545454;
        margin: 6px;
    }

        .yourhealth2015 button.secondaryButton:hover,
        .yourhealth2015 input.secondaryButton[type=submit]:hover,
        .yourhealth2015 a.secondaryButton:hover {
            background-color: #cbcbcb;
            background: -webkit-gradient(linear, 0 0, 0 100%, from(#cbcbcb), to(#d8d8d8));
            background: -moz-linear-gradient(#cbcbcb, #d8d8d8);
            background: -o-linear-gradient(#cbcbcb, #d8d8d8);
            background: -ms-linear-gradient(top, #cbcbcb 1%,#cbcbcb 100%);
        }

    .yourhealth2015 button.imageButton,
    .yourhealth2015 input.imageButton[type=submit],
    .yourhealth2015 a.imageButton {
        text-decoration: none;
        font-size: inherit;
        text-align: center;
        outline: none;
        cursor: pointer;
        display: inline-block;
        margin: 0;
        border: none;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 12px;
        padding-top: 10px;
    }

    .yourhealth2015 button.linkButton,
    .yourhealth2015 button.linkButton:active,
    .yourhealth2015 button.linkButton:visited,
    .yourhealth2015 input.linkButton[type=submit],
    .yourhealth2015 input.linkButton[type=submit]:active,
    .yourhealth2015 input.linkButton[type=submit]:visited,
    .yourhealth2015 a.linkButton,
    .yourhealth2015 a.linkButton:active,
    .yourhealth2015 a.linkButton:visited {
        color: #0061ab;
        text-decoration: none;
        font-size: 1em;
        line-height: 1.43;
        border-color: transparent;
        text-align: left;
        padding: 0;
        background-color: transparent;
        margin: 6px;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .yourhealth2015 button.linkButton:hover,
        .yourhealth2015 button.linkButton:focus,
        .yourhealth2015 input.linkButton[type=submit]:hover,
        .yourhealth2015 input.linkButton[type=submit]:focus,
        .yourhealth2015 a.linkButton:hover,
        .yourhealth2015 a.linkButton:focus {
            color: #0061ab;
            text-decoration: underline;
            font-size: 1em;
            background-color: transparent;
            padding: 0;
            outline: none;
        }


.absolute-top{
    display: contents;
    top: 0;
    z-index: 1;
}

/* Form Layout classes */
/* 		inline Form    */
.yourhealth2015 .inlineForm label, .yourhealth2015 .inlineForm input, .yourhealth2015 .inlineForm textarea, .yourhealth2015 .inlineForm select {
    display: inline-block;
}

.yourhealth2015 .inlineForm label {
    margin-right: 6px;
}

.yourhealth2015 .inlineForm .controlGroup {
    margin: 10px;
    display: inline-block;
}

    .yourhealth2015 .inlineForm .controlGroup.block {
        display: block;
    }  
    .yourhealth2015 .inlineForm .controlGroup.inlineBlock {
        display: inline-block;
    }
/* Form Layout classes */
/* 		block Form    */
.yourhealth2015 .blockForm label {
    display: block;
    margin-bottom: 6px;
}

.yourhealth2015 .blockForm .controlGroup {
    margin: 10px;
    display: block;
}

.yourhealth2015 .blockForm input, .yourhealth2015 .blockForm textarea, .yourhealth2015 .blockForm select, .yourhealth2015 .blockForm .errorText {
    display: inline-block;
}

.yourhealth2015 .blockForm .errorText {
    margin-left: 10px;
}

.yourhealth2015 .errorText.block {
    display: block;
    margin-left: 0px;
    margin-top: 6px;
}
/* end Form Layout classes */

.yourhealth2015 input[type=text],
.yourhealth2015 input[type=number],
.yourhealth2015 input[type=password],
.yourhealth2015 input[type=email],
.yourhealth2015 textarea {
    font-size: 1em;
    font-family: Arial;
    color: #444;
    padding: 5px;
    border: solid 1px #d8d8d8;
}
.yourhealth2015 input[type=text],
.yourhealth2015 input[type=number],
.yourhealth2015 input[type=password],
.yourhealth2015 input[type=email]{
    height: 32px;
}


.yourhealth2015 textarea:focus,
.yourhealth2015 input:focus:not([type=submit]) {
    outline: solid 3px #8bbde3;
}
     

.yourhealth2015 select {
    font-family: Arial;
    font-size: 1em;
    height: 32px;
    color: #444;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 1px 30px 1px 5px;
    background: url("images/dropdown_two_arrows.png") no-repeat right center;
    background-color: white;
    border: solid 1px #c9c9c9;
}

    .yourhealth2015 select::-ms-expand {
        display: none;
    }

/* Start cute radio and checkbox */
.yourhealth2015 input[type=checkbox]:not(old),
.yourhealth2015 input[type=radio]:not(old) {
    margin: 0;
    padding: 0;
    opacity: 0;
}

.yourhealth2015 input[type=checkbox]:not(old) {
    width: 34px;
}

.yourhealth2015 input[type=radio]:not(old) {
    width: 28px;
}

.yourhealth2015 input[type=checkbox]:not(old) + label {
    background: url('images/checkbox_false.png') no-repeat 0 0;
    margin-left: -35px;
    padding-left: 39px;
    display: inline-block;
    line-height: 34px;
}

.yourhealth2015 input[type=radio].smallSize:not(old):disabled + label,
.yourhealth2015 input[type=radio].smallSize:not(old):checked:disabled + label,
.yourhealth2015 input[type=radio].smallSize:not(old) + label,
.yourhealth2015 input[type=radio].smallSize:not(old):checked + label ,
.yourhealth2015 input[type=checkbox].smallSize:not(old):disabled + label,
.yourhealth2015 input[type=checkbox].smallSize:not(old):checked:disabled + label,
.yourhealth2015 input[type=checkbox].smallSize:not(old) + label,
.yourhealth2015 input[type=checkbox].smallSize:not(old):checked + label {
    line-height: 19px;
    background-size: 19px;
    height: 19px;
    margin-left: -20px;
    padding-left: 24px;
}

.yourhealth2015 input[type=radio].mediumSize:not(old):disabled + label,
.yourhealth2015 input[type=radio].mediumSize:not(old):checked:disabled + label,
.yourhealth2015 input[type=radio].mediumSize:not(old) + label,
.yourhealth2015 input[type=radio].mediumSize:not(old):checked + label,
.yourhealth2015 input[type=checkbox].mediumSize:not(old):disabled + label,
.yourhealth2015 input[type=checkbox].mediumSize:not(old):checked:disabled + label,
.yourhealth2015 input[type=checkbox].mediumSize:not(old) + label,
.yourhealth2015 input[type=checkbox].mediumSize:not(old):checked + label {
    line-height: 24px;
    background-size: 24px;
    height: 24px;
    margin-left: -25px;
    padding-left: 29px;
}

.yourhealth2015 input[type=radio].smallSize:not(old),
.yourhealth2015 input[type=checkbox].smallSize:not(old) {
    width: 19px;
}
.yourhealth2015 input[type=radio].mediumSize:not(old),
.yourhealth2015 input[type=checkbox].mediumSize:not(old) {
    width: 21px;
}

.yourhealth2015 input[type=checkbox]:not(old):checked + label {
    background: url('images/checkbox_true.png') no-repeat 0 0;
}

.yourhealth2015 input[type=radio]:not(old) + label {
    background: url('images/sprite_radio.png') no-repeat 0 0px;
    line-height: 30px;
    margin-left: -34px;
    padding-left: 34px;
    display: inline-block;
}

.yourhealth2015 input[type=radio ][disabled]:not(old) + label {
    background: url('images/sprite_radio_disabled.png') no-repeat 0 0px;
    line-height: 30px;
    margin-left: -34px;
    padding-left: 34px;
    display: inline-block;
}

.yourhealth2015 input[type=checkbox][disabled]:not(old) + label {
    background: url('images/checkbox_disabled_false.png') no-repeat 0 0;
    margin-left: -35px;
    padding-left: 39px;
    display: inline-block;
    line-height: 34px;
}

.yourhealth2015 input[type=checkbox][disabled]:checked:not(old) + label {
    background: url('images/checkbox_disabled_true.png') no-repeat 0 0;
}


.yourhealth2015 input[type=radio]:not(old):checked + label {
    background-position: 0 -29px;
}
.yourhealth2015 input[type=radio].mediumSize:not(old):checked + label {
    background-position: 0 -25px;
}
.yourhealth2015 input[type=radio].smallSize:not(old):checked + label {
    background-position: 0 -21px;
}

/* left text */
input[type=checkbox].leftText:not(old):checked + label,
input[type=checkbox][disabled].leftText:not(old):checked + label {
    background-position: right 0px;
}

input[type=checkbox].leftText:not(old) + label,
input[type=checkbox][disabled].leftText:not(old) + label {
    background-position: right 0;
    padding-right: 39px;
    margin-left: -34px;
    padding-left: 0;
}

input[type=radio ].leftText:not(old) + label {
    background-position: right 0px;
    line-height: 30px;
    margin-left: -28px;
    padding-left: 0;
    padding-right: 34px;
}
/* finish left text */
/* finish cure radio and checkbox*/

/* Start Modal */
.yourhealth2015 .modal-footer {
    background: #e6e7e9;
    padding: 1px;
    border: none;
}

    .yourhealth2015 .modal-footer .btn {
        font-size: 0.9em;
        padding: 8px 18px;
    }

        .yourhealth2015 .modal-footer .btn + .btn {
            margin-bottom: 6px;
            margin-left: 5px;
        }

.yourhealth2015 .modal-header {
    background: #014681;
    color: #Fff;
    font-size: 1em;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}

    .yourhealth2015 .modal-header h4 {
        font-size: 1em;
        line-height: 20px;
    }

.yourhealth2015 .modal-content {
    box-shadow: none;
    border: solid 3px #feffff;
}

.yourhealth2015 .modal-header .close {
    background: url("images/icon-close-modal.png") no-repeat right 1.5px;
    padding: 0px 22px 0px 0px;
    margin: 0;
    float: right;
    color: #fff;
    text-transform: none;
    text-shadow: none;
    opacity: 1;
    font-size: 1em;
    line-height: 20px;
}

    .yourhealth2015 .modal-header .close:hover {
        color: #fff;
        text-transform: none;
        text-shadow: none;
        opacity: 1;
        padding: 0px 22px 0px 0px;
        margin: 0;
    }

.yourhealth2015 .modal .dragger {
    background-color: transparent;
    top: 0px;
    right: 0px;
    left: 0px;
    position: absolute;
    height: 40px;
    cursor: move;
    width: 80%;
}
/* Finish Modal*/
/* Http Notification */

.loaderNotification {
    margin: 1em;
    padding: 0px;
    color: #333333;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    display: none;
}

    .loaderNotification .modal-content,
    .loaderNotification .modal-dialog {
        width: 350px;
    }

    .loaderNotification h3 {
        margin: 0px;
        padding: 0px;
        font-size: 14px;
        font-weight: bold;
    }

    .loaderNotification p {
        margin: 10px 0px;
        padding: 0px;
        background-repeat: no-repeat;
        background-position: left top;
    }

    .loaderNotification .loaderImg {
        line-height: 24px;
        margin: 1em 0em;
        padding: 0px;
        text-align: center;
    }

        .loaderNotification .loaderImg img {
            line-height: 24px;
            margin: 0px;
            padding: 0px;
            vertical-align: middle;
        }


/* finish Http Notification */

/* ContextReportViewer */
.yourhealth2015 .contextReportModal div.modal-body {
    /* height: calc( 100% - 88px );*/
    height: 100%;
    margin: 0;
    padding: 0;
}

/* Digital Signature modal */
.yourhealth2015 .digitalSignatureModal div.modal-body {
    /* height: calc( 100% - 88px );*/
    height: 100%;
    margin: 0;
    padding: 0;
}


/* Starting Report button Style*/
.yourhealth2015 .dropdown ul.dropdown-menu li {
    list-style: none;
}

.yourhealth2015 button.report-dropdown {
    background: url("images/report-icon.png") no-repeat right center;
    color: black;
    margin: 0;
    padding-top: 1px;
    padding-right: 12px;
    padding-bottom: 1px;
    padding-left: 12px;
    border: none;
    background-repeat: no-repeat;
    background-position: 0 0px;
    width: 45px;
    height: 33px;
    font-size: 0.9em;
    padding: 0 !important;
}

.yourhealth2015 .dropdown .report-dropdown .caret {
    margin-left: 29px;
}

.yourhealth2015 .modal-footer .dropdown {
    float: left;
    margin: 6px;
    background-color: white;
}
/* Finishing Report button Style*/
/* navbar CSS */
.yourhealth2015 .navbar input[type=submit],
.yourhealth2015 .navbar input.primaryButton[type=submit],
.yourhealth2015 .navbar input.secondaryButton[type=submit],
.yourhealth2015 .navbar input.secondaryYellowButton[type=submit] .yourhealth2015 .navbar button,
.yourhealth2015 .navbar button.primaryButton,
.yourhealth2015 .navbar button.secondaryButton,
.yourhealth2015 .navbar button.secondaryYellowButton, 
.yourhealth2015 .navbar button.linkButton {
    height: 32px;
    margin-top: 9px;
    margin-bottom: 9px;
    padding-bottom: 6px;
    padding-top: 6px;
}

.yourhealth2015 .navbar input {
    border-width: 1px;
    height: 32px;
    margin-top: 9px;
    margin-bottom: 9px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.yourhealth2015 .navbar.navbar-default {
    background-image: linear-gradient(to bottom,#fff 0,rgba(211, 211, 211, 0.25) 100%);
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
/* finish - navbar CSS */

/* Start - nab-tabs */
.yourhealth2015 .nav-tabs {
    border-bottom: 2px solid #c5d8e4;
    margin-left: 0px;
}

    .yourhealth2015 .nav-tabs ul {
        margin-left: 0px;
        padding-left: 18px;
    }

    .yourhealth2015 .nav-tabs > li:first-child {
        margin-left: 20px;
    }

    .yourhealth2015 .nav-tabs > li > a,
    .yourhealth2015 .nav-tabs > li > a:focus,
    .yourhealth2015 .nav-tabs > li > a:hover,
    .yourhealth2015 .nav-tabs > li.active > a,
    .yourhealth2015 .nav-tabs > li.active > a:focus,
    .yourhealth2015 .nav-tabs > li.active > a:hover {
        border: solid 2px #c5d8e4;
        margin: -1px;
        background: #fff;
        border-radius: 0;
        line-height: 50px;
        color: #909193;
        font-size: 1.1em;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: -1px;
    }


        .yourhealth2015 .nav-tabs > li.active > a,
        .yourhealth2015 .nav-tabs > li.active > a:focus,
        .yourhealth2015 .nav-tabs > li.active > a:hover {
            border-bottom-color: transparent;
            color: #087bf8;
            font-weight: bold;
        }

.yourhealth2015 .tab-content > .tab-pane {
    padding: 20px;
    background: #fff;
}


.yourhealth2015 .nav-tabs-container {
    padding-top: 7px;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    background-color: rgb(215, 236, 255);
    border-bottom-color: rgb(197, 216, 228);
    border-left-color: rgb(197, 216, 228);
    border-right-color: rgb(197, 216, 228);
    border-top-color: rgb(197, 216, 228);
}

.yourhealth2015 .navbar .navbar-brand {
    font-size: 1.3em;
    font-weight: 700;
}
.yourhealth2015 .navbar .navbar-header {
    border-right: 1px solid #e7e7e7;
        margin-right: 15px;
}

.yourhealth2015 .navbar input[type=checkbox]:not(old) + label,
.yourhealth2015 .navbar label{
    margin-top: 15px;
    margin-bottom: 15px;
    height: 20px;
    vertical-align: bottom;
}

.yourhealth2015 .navbar input[type=checkbox]:not(old) + label{
    margin-bottom: 15px !important;
}
.yourhealth2015 .navbar select{
    margin-top: 9px;
    margin-bottom: 9px;
    height: 32px;
    vertical-align: bottom;
}

.yourhealth2015 .navbar input[type=checkbox]:not(old) + label {
    font-weight: 500;
}

.yourhealth2015 .navbar li.divider,
.yourhealth2015 .navbar div.divider {
    height: 50px;
    border-right: 1px solid #e7e7e7;
    margin: 0px 10px;
}

/* finish - nab-tabs */

/* context menu */
.yourhealth2015 .contextMenu {
    z-index: 300;
    position: absolute;
    left: 5px;
    border: 1px solid #444;
    background-color: #F5F5F5;
    display: none;
    box-shadow: 0 0 10px rgba( 0, 0, 0, .4 );
    font-size: 12px;
    font-family: sans-serif;
    font-weight: bold;
}

    .yourhealth2015 .contextMenu ul {
        list-style: none;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
    }

        .yourhealth2015 .contextMenu ul li {
            list-style-type: none;
        }

    .yourhealth2015 .contextMenu li a {
        position: relative;
        min-width: 60px;
        color: #444;
        display: inline-block;
        padding: 6px;
        text-decoration: none;
        cursor: pointer;
        font-weight: bold;
    }
    .yourhealth2015 .contextMenu li span {
        font-weight: bold;
    }

    .yourhealth2015 .contextMenu li:hover {
        background: #CEDFF2;
        color: #EEE;
    }
    .yourhealth2015 .contextMenu li hr {
        margin: 0px 4px 0px 4px;
        padding: 0;
        width: initial;
        border: solid lightgray 1px;
    }
/* Finish - context menu */

  /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}