body {
  /* Add padding for fixed navbar */
  padding-top: 44px;
}
img {
  max-width: none;
}
.normalize-font {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
}
.hidden-element {
  display: none;
}
.centered-element {
  margin-left: auto;
  margin-right: auto;
}
.tablet-element {
  border: inset 1px #d4d4d4;
  border-radius: 6px;
  -moz-border-radius: 6px;
}
/*  */

.home-button {
  background-image: url("/PMPWeb/Content/images/logo_.png");
  background-repeat: no-repeat;
  height: 20px;
}
.home-button:hover {
  background-image: url("/PMPWeb/Content/images/logo_-hover.png");
}
.home-button span {
  display: none;
}
.heading-text {
  font-weight: bold;
  color: #465ea1;
}
.main-content {
  padding: 10px;
}
.content-table > tbody > tr > td {
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
}
.table-label {
  width: 162px;
  text-align: right;
  vertical-align: top;
}
.top-5-table {
  margin-top: 16px;
  width: 100%;
  font-size: smaller;
}
.no-js #frmMain {
  display: none;
}
.modal.wide {
  width: 740px;
  margin-left: -370px;
}
.popover {
  max-width: 600px;
}
#fileDropTarget {
  border: 2px dashed #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 9px;
  text-align: center;
  color: #999999;
  font-size: 85%;
  margin-left: 0px;
}
#fileDropTarget.dragging {
  border: 2px dashed #666666;
  color: #666666;
}
#fileDropTarget .progress {
  margin-bottom: 0px;
}
#fileDropTarget .text {
  margin: 5px 0px;
}
#mdlPrint .form-horizontal .control-label {
  width: 120px;
}
#mdlPrint .form-horizontal .controls {
  margin-left: 140px;
}
.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none;
}
#printPreview {
  max-width: 450px;
  border: 1px solid #cccccc;
  margin-bottom: 5px;
}
.select2-no-results {
  font-size: 85%;
  color: #666666;
  padding-left: 4px;
}
/* Fix styling on DevX controls */

input.dxeEditArea,
input.dxeEditAreaSys,
.dxpComboBox input {
  padding: 0px;
  margin: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  font-size: 11px;
  line-height: normal;
  background-color: white;
}
input.dxeEditArea:focus,
input.dxeEditAreaSys:focus,
.dxpComboBox input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.dxpComboBox input {
  cursor: auto;
  background-color: transparent;
  padding: 0px;
}
.slide {
  max-height: 0px;
  -webkit-transition: max-height 0.25s linear;
  -moz-transition: max-height 0.25s linear;
  -o-transition: max-height 0.25s linear;
  transition: max-height 0.25s linear;
}
.slide.in {
  max-height: 50px;
}
.indent {
  padding-left: 20px;
}
.text-error {
  color: #b94a48 !important;
}
input.control-error,
select.control-error,
textarea.control-error {
  color: #b94a48;
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
input.control-error:focus,
select.control-error:focus,
textarea.control-error:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.form-horizontal.condensed .control-group {
  margin-bottom: 10px;
}
.form-horizontal.wide .control-label {
  width: 200px;
}
.form-horizontal.wide .controls {
  margin-left: 220px;
}
.form-horizontal.wide .controls:first-child {
  *padding-left: 220px;
}
a[ng-click],
a[data-ng-click] {
  cursor: pointer;
}
table.table tbody td {
  vertical-align: middle;
}
th.sortable {
  position: relative;
}
th.sortable a {
  padding-right: 10px;
}
th.sortable a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 7px;
  height: 9px;
  margin-top: -4px;
  background-color: transparent;
  background-image: url("/PMPWeb/cassette.axd/file/images/sort-bb6de947049db05adc5bf649516c208ff5d88bf3.png");
  background-position: 0 0;
}
th.sortable.sorting a:before {
  background-position: -8px 0;
}
th.sortable.sorting.desc a:before {
  background-position: -16px 0;
}
.table td.text-right,
.table th.text-right {
  text-align: right;
}
.table td.text-center,
.table th.text-center {
  text-align: center;
}
.table td.text-left,
.table th.text-left {
  text-align: left;
}
.popover-content .table {
  margin-bottom: 0;
  margin: -9px -14px;
}
.report-section + .report-section {
  margin-top: 40px;
}
.report-section h2 {
  margin-top: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}
#reports-nav {
  width: 260px;
  margin-top: 10px;
}
.footer-total {
  font-weight: bold;
}
table.table-supported-files th {
  vertical-align: top;
}
.clear-both {
  clear: both;
}
#web-print h3 {
  margin-top: 0px;
}
#web-print .install-button {
  float: right;
  margin: 4px 0px;
}
.center-wrapper {
  position: relative;
  left: 50%;
  float: left;
  clear: left;
}
.center-inner {
  position: relative;
  left: -50%;
}
.clear-both {
  clear: both;
}
.activity-feed .activity-item {
  margin: 7px 0px;
  border-top: 1px solid #dddddd;
  padding-top: 7px;
}
.list-environmental .used {
  color: #c0504d;
}
.list-environmental .saved {
  color: #00b050;
}
.list-environmental .media > .pull-left {
  margin-right: 40px;
}
.selectbox {
  background: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  color: #333333;
  padding: 8px;
  line-height: 18px;
  cursor: pointer;
  border-top: 1px solid #dddddd;
  height: 1.3em;
  display: inline-block;
  font-size: 13px;
}
.selectbox + .selectbox {
  margin-left: 10px;
}
.selectbox span {
  padding-left: 3px;
}
.selectbox .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.daterangepicker {
  position: absolute;
  background: white;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.daterangepicker .calendars {
  min-width: 500px;
  margin: 0 auto;
}
.daterangepicker .calendar {
  max-width: 250px;
}
.calendar.left {
  float: left;
}
.calendar.right {
  float: right;
}
.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3000;
}
ul.dropdown-menu > li > label {
  margin-left: 10px;
}
.btn-toolbar > .btn.pull-right + .btn.pull-right,
.btn-toolbar > .btn-group.pull-right + .btn.pull-right,
.btn-toolbar > .btn.pull-right + .btn-group.pull-right {
  margin-right: 5px;
  margin-left: 0px;
}
.loading-overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.loading-overlay .loading-overlay-backdrop {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: black;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  z-index: 800;
}
.loading-overlay .loading-overlay-content {
  position: absolute;
  width: 50%;
  top: 25%;
  left: 25%;
  margin: 0 auto;
  background-color: white;
  padding: 5px;
  z-index: 801;
}
.icon-animate-spin {
  -animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear;
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
.add-on input[type="radio"],
input[type="checkbox"] {
  margin: 0;
}
.pmpReportingBody {
  margin: 0px;
  padding: 0px;
}
.label .delete {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  text-shadow: 0 1px 0 black;
  color: white;
  text-decoration: none;
  padding: 0 2px;
}
.label .delete:hover {
  text-decoration: none;
}
.select2-results > li:nth-child(odd) {
  background-color: #f9f9f9;
}
.select2-results .select2-result-label {
  vertical-align: center;
}
.select2-results > .select2-result {
  border-top: 1px solid #dddddd;
}
.select2-results > .select2-result.select2-highlighted {
  background-color: #0081c2;
}
.select2-results > .select2-result-header > .select2-result-label {
  font-weight: bold;
  cursor: default;
}
.select2-results .select2-highlighted [class^="icon-"] {
  background-image: url(/PMPWeb/cassette.axd/file/Content/images/glyphicons-halflings-white-a25c4705320fd63c33790e666872910e702b9bf6.png);
}
.filter-section {
  margin-bottom: 10px;
}
.filter-section + .filter-section {
  margin-top: 20px;
}
.select2-container.input-xxlarge,
.input-xxlarge {
  width: 600px;
}
.filter-section .label {
  margin-left: 5px;
}
.checkbox > input[type=checkbox] {
  margin-top: 3px;
}
