﻿body {
	padding-top: 50px;
	padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
}

/* 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;
}

html > /**/ body .loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('images/rolling.gif') 50% 50% no-repeat rgb(249,249,249);
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
	max-width: 280px;
}

.navbar-inverse {
	background-color: gray;
}

.progress-bar {
background-color: gray;
	
}

.navbar-inverse .navbar-text {
  color: white;
}

.navbar-inverse .navbar-nav > li > a {
  color: white;
}

.navbar-inverse .navbar-brand {
  color: white;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: white;
  border-color: #EB0029;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	z-index: 2000 !important;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}

 .ui-autocomplete-category {

	font-weight: bold;

	padding: .2em .4em;

	margin: .8em 0 .2em;

	line-height: 1.5;

  }

table tr{
	cursor: pointer;
}

#servicesTable td{
    text-align: center;
}

.termSpan {
	color: black;
	background-color: yellow;
}

.userInvites li {
	list-style: none;
}

.errorRed{
    background-color: red;
}

.errorRed a{
    background-color: red !important;
}

.upload-instructions li{
    color: black;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid blue;
    border-radius: 4px;
}



/*.loader {
	position: absolute;
	right: 45%;
	top: 50%;
	display: none;
	z-index: 1000;
}*/

.headingOnDeatails {
	background: rgba(235, 0, 41, 1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(235, 0, 41, 1); 0%, #333333 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(235, 0, 41, 1); 0%, #333333 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(235, 0, 41, 1);), color-stop(100%, #333333));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(235, 0, 41, 1); 0%, #333333 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(235, 0, 41, 1); 0%, #333333 100%);
	padding: 5px 5px;
}

.welcome {
	background-repeat: no-repeat;
	
	background-size: cover;
	background-position-y: -133px;
	height: 143px;
}

.welcome-copy{
	opacity: 1.0;
	font-weight: bolder;
	text-align: center;
}

.alert-info {
	
}

#logoform{
	position: relative;
	bottom: 85%;
	left: 0%;
}

@media screen and (max-width: 1200px) {
    #logoform{
        left:77%;
    }

}
@media screen and (max-width:991px)
{
    #logoform{
        left: 85%;
        bottom: 100%;
    }
    .welcome{
        background-position-y:-40px;
    }
}

@media screen and (max-width:700px)
{
    #logoform{
        left:89%;
        width:10%;
        height:17%;
        bottom:76%;

    }
    body{
        font-size:13px;
    }
    .welcome{
        height:195px;
    }
}

    .welcome img {
        width: 400px;
        float: left;
    }

    .accidents .form-group {
        color: black;
        margin-left: 5px;
        font-size: 1em;
    }


    .accidents input {
        width: 80px;
    }




    #Notes {
        max-width: 300px;
    }

    .accidents-foot strong {
        color: red;
    }

    .accidents sup {
        color: red;
    }

