﻿html {
    box-sizing: border-box;
}

*, *::after, *::before {
    box-sizing: inherit;
}

body {
    background-color: #fff;
    color: #444;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: 10px 0 20px;
    /*text-transform: capitalize;*/
}

a {
    background-color: transparent;
    color: #006aac;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #23527c;
        outline: 0 none;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline-offset: -2px;
    }

img {
    vertical-align: middle;
}

.btn {
    border-color: #858789;
    background: #858789;
    border: 1px solid;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    /*display: inline-block;*/
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857;
    /*margin-bottom: 0;*/
    min-width: 150px;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.no-btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    min-width: 150px;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn:hover {
   background: #211f20;
   color: #fff;
   text-decoration: none;
}

.btns {
    display: table;
    margin: 40px auto;
}

.btns .btn {
    margin: 5px 15px;
}

label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 2px;
    max-width: 100%;
}

labelbmi {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 2px;
    max-width: 100%;
    font-size:x-small;
}
.textMr{
    padding: 0;
    margin-right: 12px;
}

.form-group {
    margin-bottom: 15px;
}

    .form-group::after {
        clear: both;
        content: " ";
        display: table;
    }

    .form-group .form-control.alert {
        border: 1px solid red;
    }

    .form-group .red {
        color: red;
        font-size: 12px;
    }

    .form-group .big-part {
        float: left;
        width: 60%;
    }

    .form-group .small-part {
        float: left;
        padding-left: 15px;
        width: 40%;
    }

    .form-group .height-weight {
        float: left;
        padding-right: 15px;
        width: 25%;
    }

    .form-group.radio label input {
        margin-left: 15px;
        margin-right: 5px;
    }

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: none;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    -webkit-appearance: none;
    border-color: #525252;
}

    .form-control:focus {
        border-color: #66AFE9;
    }

textarea.form-control {
    min-height: 120px;
}

.wrapper {
    margin: 0 auto;
    max-width: 1240px;
    position: relative;
}

@media (max-width: 1260px) {
    .wrapper {
        padding: 15px;
    }

    .progress .wrapper {
        padding: 0;
    }
}

.row {
    margin: 0 -15px;
}

    .row::after {
        clear: both;
        content: " ";
        display: table;
    }

.halves .one-half {
    float: left;
    padding: 0 15px;
    width: 50%;
}

.halves.row {
    margin: 0;
}

@media (max-width: 720px) {
    .halves .one-half {
        float: none;
        width: 100%;
    }
}

.halves .one-half img {
    padding: 10px;
    width: 100%;
}

.thirds .one-third {
    float: left;
    padding: 5px 15px;
    width: 33.3333%;
}

    .thirds .one-third:first-child {
        padding-left: 0;
    }

@media (max-width: 720px) {
    .thirds .one-third {
        float: none;
        width: 100%;
    }
}

.header {
    padding: 15px;
}

.required {
    /*color: #F00;*/
    display: block;
    margin-bottom: 15px;
}

.avatar {
    height: 210px;
    width: 150px;
    margin: 0 auto;
}

    .avatar img {
        width: 100%;
        overflow: hidden;
    }

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.star {
    color: #006aac;
}

.logo {
    padding-bottom: 30px;
    text-align: center;
}

    .logo img {
        border-radius: 100%;
        display: table;
        margin: 0 auto;
    }

.sign-in {
    background: #333 none repeat scroll 0 0;
    padding: 20px;
}

    .sign-in label {
        color: #fff;
    }

    .sign-in .form-control {
        border: 1px solid #333;
    }

    .sign-in .btn {
        background: #fff none repeat scroll 0 0;
        border: 0 none;
        color: #333;
        padding: 6px 40px;
    }

    .sign-in .forgot-password {
        color: #fff;
        display: inline-block;
        float: right;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857;
        margin-bottom: 0;
        padding: 6px 12px;
    }

.registration .form-group .bmi {
    float: left;
    width: 20%;
}

.registration .btn {
    display: table;
    margin: 40px auto;
}

.progress {
    min-height: 30px;
    height: inherit;
    background: #fff none repeat scroll 0 0;
    display: block;
    border-radius: 0;
}

    .progress::after {
        clear: both;
        content: " ";
        display: table;
    }

    .progress .step {
        color: #fff;
        float: left;
        margin-top: 1px;
        overflow: hidden;
        padding: 8px;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 25%;
        font-weight: bold;
    }

@media (max-width: 768px) {
    .progress .step {
        width: 100%;
    }
}

@media (max-width: 720px) {
    .progress .step {
        font-size: 11px;
    }
}

@media (max-width: 540px) {
    .progress .step {
        border-bottom: 1px solid #ddd;
        border-left: 0 none;
        width: 100%;
    }
}

.progress .step:last-child {
    border-right: 1px solid #ddd;
}

.progress .step:hover {
    text-decoration: none;
}

.progress .step.active {
    background: #5f6062 none repeat scroll 0 0;
    color: #fff;
}

.history .section .section-header {
    background: #5f6062 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 8px 12px;
}

    .history .section .section-header .icon {
        float: right;
        font-size: 18px;
        font-weight: 400;
        margin-top: -2px;
    }

.history .section .section-content {
    margin-top: 15px;
}

.history .section .section-body {
    border: 1px solid #ccc;
    border-radius: 2px;
    display: none;
    margin-bottom: 5px;
    padding: 20px 30px;
}

.history.personal .section .section-body {
    padding: 20px 15px;
}

.history .section .section-body p {
    margin-left: 15px;
}

.history .section .section-body .one-half p {
    margin-left: 0;
}

.history .section .section-body .checkbox input {
    margin-right: 5px;
}

.history .section .section-body .checkbox label {
    font-weight: 400;
    margin-right: 15px;
}

.history .section .section-body label {
    margin-right: 5px;
}

.history .section .section-body textarea {
    height: 170px;
    margin-bottom: 15px;
}

.history .section .section-body .indent {
    margin-bottom: 20px;
    margin-left: 20px;
}

    .history .section .section-body .indent input {
        float: right;
        margin-top: -8px;
        width: 80px;
    }

.sleep .scale {
    color: #006aac;
    margin-bottom: 40px;
}

.thank-you {
    margin-top: 20px;
    text-align: center;
}

.sleep .thank-you h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

.thanks, .welcome {
    margin-top: 30px;
}

.list-alert {
    background: #f2dede none repeat scroll 0 0;
    border-radius: 6px;
    padding: 5px;
}

    .list-alert h3 {
        margin: 15px 0 0 25px;
    }

.notification {
    border-radius: 6px;
    padding: 10px 40px 10px 20px;
    position: absolute;
    z-index: 1041;
    top: 15px;
    left: 15px;
}

    .notification.warning {
        background: #f2dede none repeat scroll 0 0;
    }

    .notification.success {
        background: #dff0d7 none repeat scroll 0 0;
    }

    .notification .x {
        color: rgba(0, 0, 0, 0.25);
        cursor: pointer;
        font-weight: 700;
        position: absolute;
        right: 15px;
        top: 10px;
    }


footer {
    text-align: center;
}

    footer p {
        margin-top: 10px;
        font-size: 10px;
    }

.spinner-backdrop.in {
    background: rgba(255, 255, 255, .8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
