﻿

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 0px;
    /*padding-bottom: 20px;*/
    /*background: url(../images/body-bg.png) no-repeat center fixed;*/
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/body-bg.png) !important;
	background-repeat: no-repeat;
	background-position: center top;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

.navGrad{
    background-color: #ad3232;
	background: -moz-linear-gradient(bottom, #4c0000 0%, #6b0000 25%, #890000 50%, #990000 75%, #ad3232 100%);
	background: -webkit-linear-gradient(bottom, #4c0000 0%, #6b0000 25%, #890000 50%, #990000 75%, #ad3232 100%);
	background: -o-linear-gradient(bottom, #4c0000 0%, #6b0000 25%, #890000 50%, #990000 75%, #ad3232 100%);
	background: linear-gradient(bottom, #4c0000 0%, #6b0000 25%, #890000 50%, #990000 75%, #ad3232 100%);
	background: linear-gradient(to top, #4c0000 0%, #6b0000 25%, #890000 50%, #990000 75%, #ad3232 100%);
    color:white;
        }

        .navGrad1:hover,
.navGrad1:focus {
  background-color: #ad3232;
	background: -moz-linear-gradient(bottom, #4c0000 0%, #6b0000 25%, #890000 50%, #990000 75%, #ad3232 100%);
	background: -webkit-linear-gradient(bottom, #4c0000 0%, #6b0000 25%, #890000 50%, #990000 75%, #ad3232 100%);
	background: -o-linear-gradient(bottom, #4c0000 0%, #6b0000 25%, #890000 50%, #990000 75%, #ad3232 100%);
	background: linear-gradient(bottom, #4c0000 0%, #6b0000 25%, #890000 50%, #990000 75%, #ad3232 100%);
	background: linear-gradient(to top, #4c0000 0%, #6b0000 25%, #890000 50%, #990000 75%, #ad3232 100%);
    color:white;
}

        #test{
    background-color: white !important;
    border-radius:10px;
    margin-top:20px;
    box-shadow: 5px 5px 3px #888888;

}
        .topmarg{
            margin-top:10px;
        }
        .fieldName{
            border-top-left-radius:7px;
            border-bottom-left-radius:7px;
        }
        .clear{
            border-bottom:1px dashed #890000;
            height:2px;
            margin-top:3%;
            margin-bottom:2%;
            padding:0;
        }
        .bord{
            border-top-left-radius:0 !important;
            border-bottom-left-radius:0 !important;
        }


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }

    .ClinicalTitle {
        
        margin-top:10px;

    }

}


#progressbar {
    padding-inline-start: 0px !important;
}

.ClinicalTitle {
    font-weight: bold !important;
    font-size: 14px !important;
}
