body {
    background: #fafafa;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
}

.bodydev {
    background: #EEE8AA; /*PaleGoldenRod*/
}

.bodyacc {
    background: #98FB98; /*PaleGreen*/
}

.bodyprod {

}

.hero-unit {
    margin: 50px auto 0 auto;
    width: 300px;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    background-color: #eee;
    border-radius: 6px;
    padding: 60px;
}

.hero-unit h1 {
    font-size: 60px;
    line-height: 1;
    letter-spacing: -1px;
}

.error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    padding: 5px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
}

.safety {
    display: inline-block;
    width: 463px;
    height: 492px;
    background-image: url("../images/safety.jpg");
    background-position: center center;
    background-repeat: no-repeat;
}

.hand {
    cursor: pointer;
}

#threadDump .popover, #healthCheck .popover {
    top: inherit;
    display: block;
    font-size: 10px;
    max-width: 1024px;
}

#healthCheck .popover {
    margin-left: -50px;
}

.alert .popover pre {
    font-size: 10px;
}

.voffset {
    margin-top: 2px;
}

.voffset1 {
    margin-top: 5px;
}

.voffset2 {
    margin-top: 10px;
}

.voffset3 {
    margin-top: 15px;
}

.voffset4 {
    margin-top: 30px;
}

.voffset5 {
    margin-top: 40px;
}

.voffset6 {
    margin-top: 60px;
}

.voffset7 {
    margin-top: 80px;
}

.voffset8 {
    margin-top: 100px;
}

.voffset9 {
    margin-top: 150px;
}

/* start Password strength bar style */
ul#strength {
    display: inline;
    list-style: none;
    margin: 0;
    margin-left: 15px;
    padding: 0;
    vertical-align: 2px;
}

.point:last {
    margin: 0 !important;
}

.point {
    background: #DDD;
    border-radius: 2px;
    display: inline-block;
    height: 5px;
    margin-right: 1px;
    width: 20px;
}

/* end Password strength bar style */
.message {
    letter-spacing: normal;
    word-spacing: normal !important;
}

.gridStyle {
    border: 1px solid rgb(212, 212, 212);
    min-height: 300px;
    height: 500px;
}

.ngCell {
    padding: 10px;
}

.ngVerticalBar {
    position: absolute;
    right: 0;
    height: 60px !important;
    top: -10px;
}

.green {
    background-color: green;
    color: white;
}

/* Absolute Center CSS Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.5) -1.5em 0 0 0, rgba(255, 255, 255, 0.5) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(360deg) scale(2);
        -moz-transform: rotate(360deg) scale(2);
        -ms-transform: rotate(360deg) scale(2);
        -o-transform: rotate(360deg) scale(2);
        transform: rotate(360deg) scale(2);
    }
    100% {
        -webkit-transform: rotate(0deg) ;
        -moz-transform: rotate(0deg) ;
        -ms-transform: rotate(0deg) ;
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(360deg) scale(2);
        -moz-transform: rotate(360deg) scale(2);
        -ms-transform: rotate(360deg) scale(2);
        -o-transform: rotate(360deg) scale(2);
        transform: rotate(360deg) scale(2);
    }
    100% {
        -webkit-transform: rotate(0deg) ;
        -moz-transform: rotate(0deg) ;
        -ms-transform: rotate(0deg) ;
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(360deg)scale(2);
        -moz-transform: rotate(360deg) scale(2);
        -ms-transform: rotate(360deg) scale(2);
        -o-transform: rotate(360deg) scale(2);
        transform: rotate(360deg) scale(2);
    }
    100% {
        -webkit-transform: rotate(0deg) ;
        -moz-transform: rotate(0deg) ;
        -ms-transform: rotate(0deg) ;
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(360deg) scale(2);
        -moz-transform: rotate(360deg) scale(2);
        -ms-transform: rotate(360deg) scale(2);
        -o-transform: rotate(360deg) scale(2);
        transform: rotate(360deg) scale(2);
    }
    100% {
        -webkit-transform: rotate(0deg) ;
        -moz-transform: rotate(0deg) ;
        -ms-transform: rotate(0deg) ;
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.actions-cell {
    min-width: 150px;
    white-space: nowrap;
}

/** Space between a bullet/checkbox and the text*/
span.bullet-space:before {
    margin-left: 0.5em;
    content: " ";
}

/** For testing purpose only */
.debug-red {
    background-color: #A00000;
    color: lightgrey;
    font-weight: bold;
    padding: 0 1em 0 1em;
    line-height: 1.8em;
}

/** For testing purpose only */
.debug-green {
    background-color: #00A000;
    color: lightgrey;
    font-weight: bold;
    padding: 0 1em 0 1em;
    line-height: 1.8em;
}

/** For stripped lines */
.even {
    background-color: whitesmoke;
}

.odd {
    background-color: #EAEAE8;
}

/**
 * Fixing UI ease of use on tablets.
 * Easier to select text on tablets or when mouse usage conditions are bad
 */
input[type="search"].form-control, input[type="text"].form-control,
textarea.form-control {
    font-family: "Lucida Console", Monaco, monospace;
}

/**
 * Automatic vertical scrolling for table body
 * Usage: <table class=autoscroll><thead>...</thead><tbody>...</tbody></table>
 */
table.autoscroll {
    height: 30em;
    max-height: 50em;
    display: block;
    overflow-y: auto;
}

table.autoscroll tbody tr {
    display: table-row;
    width: auto;
}

.required-label:after {
    content: " (*)";
    color: red;
}

/** Center vertically a col-xxx-yyy in a row */
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/** Tab colors **/
.tab-default > .ng-binding {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
    opacity: .65;
}

.tab-primary > .ng-binding {
    color: #fff !important;
    background-color: #428bca !important;
    border-color: #357ebd !important;
    opacity: .65;
}

.tab-success > .ng-binding {
    color: #fff !important;
    background-color: #449d44 !important;
    border-color: #398439 !important;
    opacity: .65;
}

.tab-info > .ng-binding {
    color: #fff !important;
    background-color: #31b0d5 !important;
    border-color: #269abc !important;
    opacity: .65;
}

.tab-warning > .ng-binding {
    color: #fff !important;
    background-color: #ec971f !important;
    border-color: #d58512 !important;
    opacity: .65;
}

.tab-danger > .ng-binding {
    color: #fff !important;
    background-color: #c9302c !important;
    border-color: #ac2925 !important;
    opacity: .65;
}

.tab.active > .ng-binding {
    opacity: 1;
}

.location-item {

    padding: 15px;

    -webkit-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 1px 0px;
    background-color: rgb(255, 255, 255);

    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;

    border-radius: 4px;

    border: 1px rgb(221, 221, 221) solid;

    box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 1px 0px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    margin-bottom: 5px;

}

.location-title {
    text-decoration: underline;
    font-weight: bold;
}

.location-street {
    font-style: italic;
}

.location-city {
    font-style: italic;
}

.select-user-md-4{
    max-width: 33.333%;
    width: 33.333%;
}

.phase-title-description{
    padding:10px;
}
.phase-title-critical{
    padding:10px;
}
.phase-title-date{
    padding:10px;
}

.well {
	padding:5px;
}

h2 {
	margin-top: 5px;
}

h2, .h2 {
	font-size:20px; font-weight: bold;
}

h3, .h3 {
    font-size: 15px;
    background-color: #7aacc2;
    color: white;
    font-weight: bolder;
    padding: 3px 0px 3px 10px;
    border-radius: 3px;
}
.form-group {
	margin-bottom:10px;
}

@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
.documentsTable2.table, thead, tbody, th, td, tr {
		display: block;
 }
.documentsTable2.thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
 }
.documentsTable2.tr { border: 1px solid #ccc; }
.documentsTable2.td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
 }
.documentsTable2.td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
 }
}
.panel-footer{
    background-color: white;
}

.acs-tab-heading{
    cursor: pointer;
}

.dropdown-menu-item{;
    cursor: pointer;
}

.fix-zindex {
    z-index: auto !important;
}

.my-drop-zone { border: dotted 3px lightgray; }
.nv-file-over { border: dotted 5px green; } /* Default class applied to drop zones on over */

.newstreetwarning {
    font-size: 13px;
	color: red
}

span.form-control {
    font-family: "Lucida Console", Monaco, monospace;/* used for lastModifiedDate etc*/
}

