html {
  height: 100%;
  background-color: #205081;
}

body {
  background-color: #205081;
  background-image: url('/images/bridge4.jpg');
  background-size: cover;
  min-height: 100%;
  min-width: 100%;
}

html,body { 
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.invalid {
  color: red;
}

/*************
 ** Utils   **
 *************/

.no-padding-left { padding-left: 0px;}
.no-padding-right { padding-right: 0px;}
.text-center { text-align: center;}
.width-100 { width: 100% !important;}
.no-wrap { white-space: nowrap;}

/*************
 ** badges **
 *************/

.badge-grey {
  background-color: rgb(152,154,152);
  font-size: 11px;
  color: #fff;
}
.badge-brown {
  background-color: rgb(159,71,71);
  font-size: 11px;
  color: #fff;
}
.badge-light-brown {
  background-color: rgb(241,104,101);
  font-size: 11px;
  color: #fff;
}
.badge-orange {
  background-color: rgb(248,172,90);
  font-size: 11px;
  color: #fff;
}
.badge-yellow {
  background-color: rgb(237,238,143);
  font-size: 11px;
  color: #000;
}
.badge-green {
  background-color: rgb(120, 195, 100);
  font-size: 11px;
  color: #fff;
}
.badge-dark-green {
  background-color: rgb(98,151,83);
  font-size: 11px;
  color: #fff;
}
.badge-black {
  background-color: #000000;
  font-size: 11px;
}


/*************
 ** spinner **
 *************/
.spinner {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0%;
  right: 0%;
  z-index: 10000;
}

.spinner-inner {
  color: #428bca;
  position: fixed;
  width: 70px;
  height: 70px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 10001;
}

/*************************
 ** messages and errors **
 *************************/
.alert {
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold;
}

/*************
 ** buttons **
 *************/
.tpbtn {
  background-color:transparent;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  border:1px solid #2c2c2c;
  display:inline-block;
  cursor:pointer;
  color:#2c2c2c;
  font-size:12px;
  text-decoration:none;
}

.tpbtn:hover{
  background-color:transparent;
  color: #2c2c2c;
}

.tpbtn:active {
  position:relative;
  top:1px;
}

.btn.login-btn {
  color: white;
  border: none;
  font-size:16px;
  margin-top: 15px;
}

#loginForm {
  padding: 20px;
  border-radius: 5px;
  color: white;
  background-color: rgba(0,0,0,0.5);
}

.btn.login-btn:hover {
  color: white;
  background-color: #2e6da4;
}

.add-btn {
  margin-top: 15px;
  font-size: 12px;
}

.export-btn {
  /*margin-top: 10px;*/
  font-size: 12px;
}

.export-shape-btn {
  margin-top: 5px;
  display: block;
}

.tpbtn-primary {
  border:1px solid #3071a9;
  color:#3071a9;
}

.tpbtn-primary:hover{
  background-color:transparent;
  color: #3071a9;
}

.tpbtn-danger {
  border:1px solid #d43f3a;
  color:#d43f3a;
}

.tpbtn-danger:hover{
  background-color:transparent;
  color: #d43f3a;
}

.tpbtn-success {
  border:1px solid #449d44;
  color:#449d44;
}

.tpbtn-success:hover{
  background-color:transparent;
  color: #449d44;
}

.tpbtn-info {
  border:1px solid #269abc;
  color:#269abc;
}

.tpbtn-info:hover{
  background-color:transparent;
  color: #269abc;
}

/**************
 * login page *
 **************/
.login-body {
  padding-top: 15%;
  background-color: transparent;
  color: #444444;
  min-height: 90%;
}

@media (max-width: 768px) {
  .login-body {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.login-logos {
  text-align: center;
}

.logo {
  width: 350px;
}

.wave {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 150px;
}

.login-form-title {
  font-size: 32px;
  margin-top: 23px;
}

.login-error, .validation-error-message {
  color: red;
}

ul.validation-summary {
    list-style-type: none;
}

.login-error {
  font-size: 12px;
}

.validation-error-message, .form-label {
  /*margin-top: 10px;*/
  /*width: 150px;*/
  line-height: 2.5;
}

.forgot-link,
.forgot-link:hover,
.forgot-link:visited {
  color: white;
}

.form-group-forgot {
  margin-bottom: 0px;
}

.forgot-form-email {
  margin: 10px 15px;
  padding-bottom: 10px;
}

.forgot-form-title,
.confirm-form-title,
.reset-form-title {
  color: #205081;
}

.forgot-form-footer {
  margin-right: 0px !important;
}

/************************
 * change password form *
 ************************/
.change-password-form {
  margin-top: 40px;
}

.change-password-form-input {
  max-width: 400px;
}

.result-message {
  font-size: 20px;
}

/***************
 ** main page **
 ***************/

/* nav bar and side bar section */
.navbar {
  max-height: 50px;
  background-color: #2c2c2c;
}

.logout-icon {
  color: #fff;
  margin-right: 15px;
}

.logout-icon:hover {
  color: #fff;
}

.logout-icon > i {
  margin-top: 10px;
}

.navbar-userinfo,
.navbar-brand-totalpave,
.navbar-brand-totalpave:hover {
  color: #ffffff;
}

.navbar-img {
  max-height: 40px;
  margin-top: 8px;
}

.sidebar {
  background-color: #f5f5f5;
}

@media (min-width: 768px) {
  .sidebar, .main {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: scroll; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #cccccc;
  }
}

.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
@media (max-width: 768px) {
  .nav-sidebar {
    margin-right: -15px; /* 20px padding + 1px border */
    margin-bottom: 0px;
    margin-left: -20px;
  }
}
.nav-border {
  border-bottom: 1px solid #ccc;
  margin-top: 49px;
}

.nav-border > li{
  display: inline-block;
}

.nav-sidebar > li > a {
  padding-right: 15px;
  padding-left: 15px;
}
.nav-sidebar > .active > a {
  color: #fff;
  background-color: #428bca;
}

.nav-sidebar > .active > a:hover {
  background-color: #428bef;
}

.title-side-nav {
  padding-left: 5px;
  font-weight: bold;
}

.sidebar-header {
  color: #707070;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
}

.sidebar-collection-header {
  color: #707070;
  text-align: center;
  overflow: hidden;
}

.sidebar-hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border-top: 1px solid #ccc;
}

.sidebar-iri > span, .sidebar-pci > span {
  position: absolute;
  top: 0px;
  left: 55px;
}

.sidebar-iri, .sidebar-pci {
  color: #000000;
  position: relative;
  font-size: 24px;
  text-align: left;
}

/* main section */
.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  color: #428bca;
}

.sub-title {
  font-size: 22px;
  color: #333333;
  margin-bottom: 10px;
}

.search-session,
.search-section {
  margin-top: 8px;
}

.delete-warning {
  color: #a94442;
}

.main {
  background-color: #f5f5f5;
  padding: 20px;
}

.main.full-width {
  right: 0;
}

.main .page-header {
  margin-top: 0;
}

.sidebar-key {
  font-size: 12px;
}

.collection-period {
  text-align: center;
}

.collection-period .fa {
  font-size: 32px;
}

.collection-nav {
  cursor: pointer;
}

.collection-year {
  font-size: 24px;
  margin-left: 10px;
  margin-right: 10px;
  color: #428bca;
}

/*************
 ** labels **
 *************/
 .label-count {
  margin-top: 14px;
}

.tab-maincontent {
  margin-top: 20px;
}

.label-sample-status,
.label-distress-status {
  font-size: 12px;
  min-width: 100px;
  display: inline-block;
}

.label-password {
  font-size: 11px;
  margin: 5px 0px 0px -20px;
}

.label-password-profile {
  margin-left: 175px;
}

.confidence-level-label {
  font-size: 11px;
  width: 350px;
}

/*************
 ** tables **
 *************/

.table-responsive {
  border: none !important;
  overflow: scroll;
}
.table-customers,
.table-users,
.table-sessions,
.table-accelerometers,
.table-locations,
.table-sections,
.table-samples,
.table-distress,
.table-years,
.table-iris
 {
  background-color: #ffffff;
  margin-top: 10px;
}

.table-customers tr th, .table-customers tr td,
.table-users tr th, .table-users tr td,
.table-sessions tr th, .table-sessions tr td,
.table-accelerometers tr th, .table-accelerometers tr td,
.table-locations tr th, .table-locations tr td,
.table-sections tr th, .table-sections tr td,
.table-samples tr th, .table-samples tr td,
.table-distress tr th, .table-distress tr td ,
.table-years tr th, .table-years tr td ,
.table-iris tr th, .table-iris tr td {
  vertical-align: middle !important;
}

.table-customers tr th,
.table-users tr th,
.table-sessions tr th,
.table-accelerometers tr th,
.table-locations tr th,
.table-sections tr th,
.table-samples tr th,
.table-distress tr th,
.table-years tr th,
.table-iris tr th {
  background-color: #2c2c2c !important;
  color: #ffffff;
  cursor: pointer;
  cursor: hand;
  white-space: nowrap;
}

/*************
 ** forms **
 *************/
.form-new-customer,
.form-import-customer,
.form-new-user {
  padding: 5px 0px 20px 0px;
}

.form-new-customer .form-group,
.form-import-customer .form-group,
.form-new-user .form-group{
  padding-right: 10px;
  padding-top: 5px;
}

form[name="editProfileForm"] .title {
  display: inline-block;
  font-weight: bold;
  min-width: 130px;
  margin-right: 15px;
  text-align: left;
}

form[name="editProfileForm"] .content {
  display: inline-block;
  font-weight: normal;
  text-align: left;
}

/* ngMap */

.map-wrapper {
  position: relative;
  min-height: 500px;
  margin-top: 10px;
}

.scale-overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.color-scale {
  list-style: none;
  padding-left: 10px;
}

.color-scale li {
  width: 45px;
  height: 22px;
  margin-bottom: 2px;
  text-align: center;
  padding-top: 3px;
  border: 1px solid #000;
}

map
{
  height: 500px;
  border-radius: 5px;
}

/* main page */

#home-title {
  margin-top: -5px;
}

/*.section-table {
  margin-top: 20px;
}*/

.section-table tr {
  cursor: pointer;
}

.section-table tr.active th, .section-table tr.active td {
  color: #fff !important;
  background-color: #428bca !important;
}

.section-sidebar {
  font-size: 10px;
}

.section-sidebar .sub-heading {
  color: #707070;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  clear: both;
}

.section-sidebar .distress-list {
  padding-left: 20px;
  list-style: none;
}

.section-sidebar .distress-list li {
  white-space: nowrap;
}

/*************************
 ** section import page **
 *************************/
table.import-status i {
    font-size: 20px;
    margin-right: 8px;
}

table.import-status i.fa-check {
  color: #449d44;
}

table.import-status i.fa-times {
  color: #c9302c;
}

table.import-status i.fa-spinner {
  color: #428bca;
}

table.sidebar-iri-logs td:first-child {
  padding-right: 10px;
  font-weight: bold;
}

div.iri-logs .show-more {
  cursor: pointer;
}

/* PCI utitily bar */
.table-utility-bar {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 5px;
  /*height: 40px;*/
  /*line-height: 40px;*/
  vertical-align: middle;
  margin-left: 0px;
  margin-right: 0px;
  min-width: 957px;
  white-space: nowrap;
}

.table-utility-bar form {
  display: inline-block;
}

.table-utility-bar .num-selected {
  padding: 0px 10px;
}

.table-utility-bar .label-count {
  margin-top: 0px;
  text-align: right;
  line-height: normal;
}

.table-utility-bar .label-count div span:last-child {
  display: inline-block;
  width: 100px;
  text-align: left;
  padding-left: 5px;
}

.table-utility-bar .search-container {
  vertical-align: top;
  width: 19%;
}

.table-utility-bar .search-container .search-section {
  margin-top: 0px;
}

.table-utility-bar .date-picker-container .form-control {
  width: 159px;
}

@media (max-width: 1130px) {
  .table-utility-bar.responsive .num-selected {
    display: block;
  }
}

table.table.table-sections {
  margin-top: 0px;
}

.tpbtn .fa:first-child {
  padding-right: 3px;
}

.tpbtn .fa:last-child {
  padding-left: 3px;
}

.num-selected,
.button-container,
.date-picker-container,
.search-container {
  display: inline-block;
}

.date-picker-container .form-control {
  display: inline-block;
  width: auto;
}

.date-picker-container .fa-calendar {
  position: relative;
  left: 20px;
}

.date-picker-container .form-control {
  padding-left: 26px;
}

.date-picker-container .separator-dash {
  position: relative;
  left: 7px;
}

.edit-sections .section {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.edit-sections .section:last-child {
  border-bottom: none;
}

.edit-sections table,
.edit-samples table {
  width: 100%;
  margin: auto;
  text-align: center;
}

.edit-sections table td,
.edit-samples table td {
  padding: 5px 0px;
  position: relative;
}

.edit-sections select,
.edit-samples select {
  height: 26px;
}

.edit-sections table td:first-child {
  text-align: right;
}

.edit-sections td input,
.edit-sections td select {
  min-width: 200px;
}

.edit-sections td .invalid {
  text-align: left;
}

.add-distress td {
  width: 50%;
  text-align: center;
}

.add-distress td select, .add-distress td input {
  width: 100%;
  margin: 5px;
}

.edit-distresses-table {
  width: 100%;
}

.edit-distresses-table td {
  padding: 5px 0px;
}

.edit-distresses-table input,
.edit-distresses-table select {
  height: 20px;
}

table.selectable tr td:first-child,
table.selectable tr th:first-child {
  width: 20px;
}

.pagination {
  display: block;
}

.pagination-display-more {
  margin-left: 5px;
}

.btn.submitbtn {
  background-color: transparent;;
}

.btn-group li .btn {
  display: block;
  width: 100%;
  text-align: left;
}

div[dropzone] {
    border: 2px dashed #bbb;
    border-radius: 5px;
    padding: 25px;
    text-align: center;
    font-size: 20pt;
    color: #bbb;
    margin-bottom: 20px;
}

div[dropzone].droppable {
  border-color: #428bca;
  color: #428bca;
}

.field-mapping table {
  width: 100%;
}

.field-mapping td {
  padding: 5px 0px;
}

.field-mapping td select {
  width: 110px;
}

.field-mapping a {
  cursor: pointer;
}

.required-field-label {
  font-size: 12px;
}

.toaster {
  position: absolute;
  top:0px;
  left: 0px;
  right: 0px;
  height: 0px;
  width: 100%;
  text-align: center;
  z-index: 99999999;
}

.toaster.active .content {
  top: 55px;
}

.toaster .content {
  display: inline-block;
  min-width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  top: -101px;
  -webkit-transition: 1s ease top;
  -moz-transition: 1s ease top;
  -ms-transition: 1s ease top;
  transition: 1s ease top;
  color: white;
  white-space: nowrap;
  margin: auto;
  padding: 0px 10px;
  border-radius: 10px;
  border: 1px solid #398439;
  background-color: #449d44;
}

.btn-group li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.export-reason-label {
  margin-bottom: 10px;
}

.export-table-container {
  max-height: 400px;
  overflow: auto;
}

.export-reason-table {
  width: 100%;
}

.export-user-prompt {
  margin: 10px 0px;
}

.help-icon {
  position: relative;
  padding-left: 10px;
}

.help-text {
  position: absolute;
  top: 0px;
  left: 100%;
  margin-left: 10px;
  padding: 5px;
  /*font-family: arial;*/
  font-size: 12px;
  color: black;
  background-color: white;
  border: 1px solid black;
  width: 800%;
  z-index: 9999;
  white-space: normal;
}

.help-text:before {
  content: 'Help:';
  font-weight: bold;
  display: block;
  padding-bottom: 5px;
}

select.disabled {
  pointer-events: none;
  opacity: 0.5;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.simpleSampleMethodLabel .help-text {
  width: 1200%;
}

.password-label .help-text {
  width: 1200%;
}

.acceptableErrorSamplingMethodLabel, .simpleSampleMethodLabel {
  width: 136px;
  margin-right: 15px;
  margin-left: 5px;
}

.acceptableErrorSamplingMethodLabel .help-icon, .simpleSampleMethodLabel .help-icon {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
}

.acceptableErrorSelectContainer {
  margin-top: 15px;
}

#confidenceLevelEdit > .row {
  white-space: nowrap;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.export-pci-modal-body ul,
.export-pci-modal-body li {
  list-style-type: none;
}

.modal-content .sample-container {
  border: 1px solid black;
  border-radius: 10px;
  position: relative;
  padding: 15px;
  margin: 20px 0px;
}

.modal-content .sample:first-child .sample-container,
.modal-content .sample:last-child .sample-container {
  margin: 0px;
}

.modal-content .sample:first-child:nth-last-child(2) .sample-container,
.modal-content .sample:first-child:nth-last-child(2) ~ .sample .sample-container {
  margin: 20px 0px;
}

.modal-content .sample-container .sample-title {
  position: absolute;
  left: 20px;
  top: -10px;
  padding: 0px 5px;
  display: inline-block;
  background-color: #FFFFFF;
}

.modal-content .sample-settings td > input,
.modal-content .sample-settings td > select {
  width: 175px;
}

.modal-content .edit-samples .error-message {
  color: red;
  padding-bottom: 20px;
}

.map-zoom-banner {
  visibility: hidden;
  padding: 5px;
  text-align: center;
  background-color: rgb(241,104,101);
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
}

.map-zoom-banner.visible {
  visibility: visible;
}

.prevent-scroll {
  overflow: hidden !important;
}

.main-table-utility-bar {
  margin-top: 20px;
}

iri-note {
  padding-left: 10px;
  overflow: visible;
  position: relative;
}

iri-note .textarea-container {
  position: absolute;
  width: 150px;
  height: 50px;
  top: 0px;
  right: 0px;
  display: none;
  z-index: 1;
}

iri-note.show-textarea .textarea-container {
  display: block;
}

iri-note textarea {
  resize: none;
  height: 100%;
  width: 100%;
}

iri-note .fa {
  opacity: 0.6;
}

iri-note .fa.has-note {
  opacity: 1;
  color: rgb(0, 162, 215);
}

#resetModal .modal-body {
  padding-left: 150px;
}

.browser-dep-warning {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: yellow;
  text-align: center;
  width: 100%;
  display: none;
}

.show-dep-warning .navbar-fixed-top {
  top: 20px;
}

.show-dep-warning .main {
  margin-top: 20px;
}

.show-dep-warning .browser-dep-warning {
  display: block;
}