body {
    padding-top: 50px;
    padding-bottom: 20px;
    background: #efefef;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    background: url("https://ak1.jogurucdn.com/assets/img/desktop/white-spacer.png") repeat;
    width: 500px;
    margin: 7% auto 0;
    padding: 30px 50px;
    border-radius: 5px;
    box-shadow: 0 0px 3px 2px #000;
    position: relative;
    border: 4px solid #5f5f5f;
}
.pull-left .fas.fa-dumbbell {
    position: absolute;
    left: 170px;
    font-size: 30px;
    color: #939e96;
    text-shadow: 0 1px 1px #333;
    top: 30px;
}
.pull-right .fas.fa-dumbbell {
    position: absolute;
    right: 170px;
    font-size: 30px;
    color: #939e96;
    text-shadow: 0 1px 1px #333;
    top: 30px;
}
.body-content h1 {
    margin: 0 0 0 0;
    font-size: 2em !important;
    text-shadow: 0 1px 1px #333;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */

select,
textarea {
    max-width: 280px;
}

.navbar-inverse {
    background-color: #2b3138;
    box-shadow: 0 0 3px 2px #000;
}
.navbar + .container h2 {
    width: calc(100% - 170px);
    float: left;
}
    .navbar + .container h2 + p {
        width: auto;
        display: inline-block;
        margin: 0px 0 0 0;
        border: 1px dashed #333;
        padding: 5px;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        background: #efefef;
        box-shadow: 0 0 3px 0px #999;
        margin: 15px 0 0 0;
    }
    .navbar + .container h2 + p {
        width: auto;
        display: inline-block;
        margin: 15px 0 0 0;
        border: 1px dashed #333;
        padding: 5px;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        background: #efefef;
        box-shadow: 0 0 3px 0px #999;
        width: 170px;
        text-align: center;
    }
.fas + a {
    color: #333;
    font-weight: bold;
    text-decoration:;
}
h2 + p .fas.fa-address-book {
    color: #fca601;
    text-shadow: 0 1px 1px #C3C3C3;
}
.navbar-brand {
    box-shadow: 0 0 2px 1px #000;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff !important;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #337fed !important;
    font-size: 15px;
    background-color: transparent;
}
.navbar-nav > li {
    float: left;
    width: 111px;
    text-align: center;
}
/*#### JOSHS CSS AFTER THIS #####*/
.float-label-control {
    position: relative;
    margin-bottom: 1.5em;
    padding-left: 115px;
}

    .float-label-control ::-webkit-input-placeholder {
        color: transparent;
    }

    .float-label-control :-moz-placeholder {
        color: transparent;
    }

    .float-label-control ::-moz-placeholder {
        color: transparent;
    }

    .float-label-control :-ms-input-placeholder {
        color: transparent;
    }

    .float-label-control input:-webkit-autofill,
    .float-label-control textarea:-webkit-autofill {
        background-color: transparent !important;
        -webkit-box-shadow: 0 0 0 1000px white inset !important;
        -moz-box-shadow: 0 0 0 1000px white inset !important;
        box-shadow: 0 0 0 1000px white inset !important;
    }

    .float-label-control input, .float-label-control textarea, .float-label-control label {
        font-size: 1.3em;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

        .float-label-control input:focus,
        .float-label-control textarea:focus {
            box-shadow: none;
            -webkit-box-shadow: none;
            border-bottom-width: 2px;
            padding-bottom: 0;
        }

        .float-label-control textarea:focus {
            padding-bottom: 4px;
        }

    .float-label-control input, .float-label-control textarea {
        padding: 0.1em 0em 1px 0em;
        border: none;
        border-radius: 0px;
        border-bottom: 1px solid #aaa;
        outline: none;
        margin: auto;
        background: none;
    }

    .float-label-control textarea {
        padding: 0.1em 0em 5px 0em;
    }

    .float-label-control label {
        position: relative;
        font-weight: normal;
        top: -1.0em;
        left: 0.08em;
        color: #454545;
        font-size: 1.3em;
        -moz-animation: float-labels 300ms none ease-out;
        -webkit-animation: float-labels 300ms none ease-out;
        -o-animation: float-labels 300ms none ease-out;
        -ms-animation: float-labels 300ms none ease-out;
        -khtml-animation: float-labels 300ms none ease-out;
        animation: float-labels 300ms none ease-out; /* There is a bug sometimes pausing the animation. This avoids that.*/
        animation-play-state: running !important;
        -webkit-animation-play-state: running !important;
    }
    .form-group p {
        font-family: lato;
        font-size: 18px;
        font-weight: bold;
        /* color: #00; */
    }
.form-wrapper input {
    color: #333;
    font-family: lato;
    border: 3px solid #fff;
    padding: 5px 15px;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px #333;
    background: #fff;
}
.btn.btn-dark {
    background: #000;
    font-family: lato;
    font-size: 16px;
    margin: 50px auto 0;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 1px 1px #333;
    padding: 10px 10px;
    width: 200px;
    display: block;
    cursor: pointer;
    transition: 0.3s ease-in-out all 0s;
}
    .btn.btn-dark:hover {
        background: #fff;
        color: #333;
        border: 3px solid #333;
        transition: 0.3s ease-in-out all 0s;
    }
    .float-label-control input.empty + label,
    .float-label-control textarea.empty + label {
        top: 0.1em;
        font-size: 1.5em;
        animation: none;
        -webkit-animation: none;
    }

    .float-label-control input:not(.empty) + label,
    .float-label-control textarea:not(.empty) + label {
        z-index: 1;
    }

    .float-label-control input:not(.empty):focus + label,
    .float-label-control textarea:not(.empty):focus + label {
        color: #aaaaaa;
    }

    .float-label-control.label-bottom label {
        -moz-animation: float-labels-bottom 300ms none ease-out;
        -webkit-animation: float-labels-bottom 300ms none ease-out;
        -o-animation: float-labels-bottom 300ms none ease-out;
        -ms-animation: float-labels-bottom 300ms none ease-out;
        -khtml-animation: float-labels-bottom 300ms none ease-out;
        animation: float-labels-bottom 300ms none ease-out;
    }

    .float-label-control.label-bottom input:not(.empty) + label,
    .float-label-control.label-bottom textarea:not(.empty) + label {
        top: 3em;
    }


@keyframes float-labels {
    0% {
        opacity: 1;
        color: #aaa;
        top: 0.1em;
        font-size: 1.5em;
    }

    20% {
        font-size: 1.5em;
        opacity: 0;
    }

    30% {
        top: 0.1em;
    }

    50% {
        opacity: 0;
        font-size: 0.85em;
    }

    100% {
        top: -1em;
        opacity: 1;
    }
}

@-webkit-keyframes float-labels {
    0% {
        opacity: 1;
        color: #aaa;
        top: 0.1em;
        font-size: 1.5em;
    }

    20% {
        font-size: 1.5em;
        opacity: 0;
    }

    30% {
        top: 0.1em;
    }

    50% {
        opacity: 0;
        font-size: 0.85em;
    }

    100% {
        top: -1em;
        opacity: 1;
    }
}

@keyframes float-labels-bottom {
    0% {
        opacity: 1;
        color: #aaa;
        top: 0.1em;
        font-size: 1.5em;
    }

    20% {
        font-size: 1.5em;
        opacity: 0;
    }

    30% {
        top: 0.1em;
    }

    50% {
        opacity: 0;
        font-size: 0.85em;
    }

    100% {
        top: 3em;
        opacity: 1;
    }
}

@-webkit-keyframes float-labels-bottom {
    0% {
        opacity: 1;
        color: #aaa;
        top: 0.1em;
        font-size: 1.5em;
    }

    20% {
        font-size: 1.5em;
        opacity: 0;
    }

    30% {
        top: 0.1em;
    }

    50% {
        opacity: 0;
        font-size: 0.85em;
    }

    100% {
        top: 3em;
        opacity: 1;
    }
}

.myButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #97c4fe;
    -webkit-box-shadow: inset 0px 1px 0px 0px #97c4fe;
    box-shadow: inset 0px 1px 0px 0px #97c4fe;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
    background: -moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background: -webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background: -o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background: -ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background: linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
    background-color: #3d94f6;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #337fed;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 19px;
    font-weight: bold;
    padding: 9px 33px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #1570cd;
}

    .myButton:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
        background: -moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
        background: -webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
        background: -o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
        background: -ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
        background: linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
        background-color: #1e62d0;
    }

    .myButton:active {
        position: relative;
        top: 1px;
    }

.myNameLabel {
    color: #ffffff;
    font-family: Arial;
    font-size: 16px;
    font-weight: lighter;
    text-transform: uppercase;
}
.nav.navbar-nav {
    position: relative;
}
footer {
    position: fixed;
    width: 100%;
    padding: 15px 15px 5px;
    background: #efefef;
    bottom: 0;
    left: 0;
    border-top: 1px solid #afafaf;
}
/*Author: Nagesh Bangalore Muralidhar*/
html {
    
    background-position: 100% auto;
}

.main-bdy {
    background: url("https://cdn-images-1.medium.com/max/1600/1*cXmtFPNKGIS-bzcDhP2-aw.png");
}

.app-login-wrapper input {
    margin: 0 0 30px 0;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px #D0D0D0;
    border: 2px solid #999;
}

    .app-login-wrapper input:hover {
        border: 1px solid green;
        box-shadow: 0 0 2px 2px #2b99b6;
        transition: 0.1s ease-in-out all;
    }

.app-login-wrapper .btn.btn-success {
    width: 200px;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto;
    display: block;
    border: 3px solid #fff;
    color: #fff;
    background: #5cb85c;
}

    .app-login-wrapper .btn.btn-success:hover {
        background: #333;
        color: #fff;
        box-shadow: 0 0 2px 0px #000;
        border: 3px solid #fff;
    }

.validation-summary-errors {
    width: 100%;
    color: #ff0000;
    text-align: center;
    border: 2px solid #ff0000;
    margin-bottom: 20px;
    border-radius: 5px;
}

.field-validation-error {
    text-align: center;
    display: block;
    color: #ff0000;
    font-style: italic;
}

.no-chill {
    background-image: none !important;
    background: #fff;
}

.footer-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px;
    border-top: 1px solid #efefef;
    width: 100%;
    background: #fff;
    z-index: 1;
    box-shadow: 0 0 2px 0 #333;
}

    .footer-wrapper p {
        margin: 0;
    }
/*Human body render engine CSS*/
.human-body {
    width: 207px;
    position: relative;
    padding-top: 240px;
    height: 260px;
    display: block;
    margin: 40px auto;
}

    .human-body svg:hover {
        cursor: pointer;
    }

        .human-body svg:hover path {
            fill: #ff7d16;
        }

    .human-body svg {
        position: absolute;
        left: 50%;
        fill: #57c9d5;
    }

        .human-body svg.head {
            margin-left: -28.5px;
            top: -6px;
        }

        .human-body svg.shoulder {
            margin-left: -53.5px;
            top: 69px;
        }

        .human-body svg.arm {
            margin-left: -78px;
            top: 112px;
        }

        .human-body svg.cheast {
            margin-left: -43.5px;
            top: 88px;
        }

        .human-body svg.stomach {
            margin-left: -37.5px;
            top: 130px;
        }

        .human-body svg.legs {
            margin-left: -46.5px;
            top: 205px;
            z-index: 3;
        }

        .human-body svg.hands {
            margin-left: -102.5px;
            top: 224px;
        }

#area {
    display: block;
    width: 100%;
    clear: both;
    padding: 10px;
    text-align: center;
    font-size: 25px;
    font-family: Courier New;
    color: #a5a5a5;
}

    #area #data {
        color: black;
    }
/*Human body render engine end*/
.table tr:nth-child(2n) {
    background: #333;
    color: #fff;
    box-shadow: 0 0 2px 1px #333;
}
.table tr:nth-child(2n-1) {
    background: #737373;
    color: #fff;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background: #fff;
    color: #2b99b6;
}
.col-lg-6 img {
    box-shadow: 0 0 2px 1px #999;
    border-radius: 4px;
    border: 2px solid #000;
}
.myNameLabel b {
    display: inline-block;
    width: auto;
    padding-top: 3px;
}
.custom-btn {
    margin-right: 10px;
}
.sec-head {
    display: inline-block;
    width: 100% !important;
}
.head-bl {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    display: block;
    border-bottom: 1px solid #dfdfdf;
}
.dl-horizontal p {
    margin: 0 0 20px;
}
.rhs-p1 {
    min-height: 500px;
}
.dl-horizontal {
    background: #fff;
    padding: 12px;
    border-radius: 5px;
    margin: 30px 0;
    box-shadow: 0 0 2px 0 #333;
}
.sec-head-bl {
    font-style: italic;
    color: #797979;
    font-size: 16px;
}
.rhs-p1 img {
    width: 100%;
    margin: 0;
    float: left;
    padding: 10px;
    background: #838383;
    margin: 0 0 50px 0;
}
.btn-group.bottom-btn {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-bottom: 40px;
    border-bottom: 1px solid #999
}
.custom-btn.btn {
    border-radius: 0 !important;
    margin: 0 0 10px 0 !important;
    width: 100%;
    box-shadow: 0 0 2px 0px #A3A3A3;
    border: 1px solid #333;
}
.col-md-10 input, .col-md-10 select {
    box-shadow: none;
    border: 1px solid #999;
    border-radius: 3px;
    height: 40px;
    padding: 0 10px;
}
.body-render-wrapper {
    position: relative;
}
.legend {
    position: absolute;
    background: #fff;
    border: 1px dashed #333;
    width: 200px;
    padding: 10px;
    box-shadow: 0 0 1px 1px #333;
    border-radius: 4px;
    right: -60px;
    bottom: -230px;
}
.w1 i {
    color: #ff1623;
}
.w2 i {
    color: #800000;
}
.w3 i {
    color: #fca601;
}
.legend span i {
    margin-right: 10px;
}