/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: SPOT - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */

/* FONTS */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(https://fonts.googleapis.com/css?family=PT+Sans);

@font-face {
  font-family: distpro;
  src: url("DistProTh.otf") format("opentype");
}

@font-face {
  font-family: gaspar;
  src: url("Gaspar_Regular.otf") format("opentype");
}

@font-face {
  font-family: league;
  src: url("League_Gothic.otf") format("opentype");
}

/* OVERALL ASPECT */

body {
  font-family: "PT Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #555;

  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;

  /* padding-top: 84px; */
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

.navbar-fixed-top {
  position: relative;
}
@media (min-width: 768px) {
  .navbar-fixed-top {
    position: fixed;
  }
}

@media (min-width: 768px) {
  .layout-admin {
    padding-top: 164px;
  }

  .layout-frontend {
    padding-top: 80px;
  }
}

.nav-container {
  height: 79px;
}

@media (max-width: 768px) {
  .nav-container {
    height: 50px;
  }
}

.sub-nav {
  background-color: #25313f;
}

#navdrawer.panel {
  position: fixed;
  right: -15.625em; /*left or right and the width of your navigation panel*/
  width: 15.625em; /*should match the above value*/
}
.navdrawer-link {
  font-size: 25px !important;
}

#navdrawer {
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10000000;
  border-radius: 0px;
  background-color: #eee;
  border-top: none;
  border-left: none;
}

#navdrawer ul {
  padding: 0px;
}

#navdrawer ul li {
  list-style-type: none;
  border-bottom: 1px solid #fff;
  text-indent: 15px;
}

#navdrawer ul li a {
  font-size: 15px;
  display: block;
  padding: 10px 0px 10px 0px;
}

#navdrawer .close {
  position: absolute;
  font-size: 20px;
  color: #f6c14f;
  text-shadow: none;
  opacity: 0.8;
  z-index: 60;
  padding: 2px 4px 1px 4px;
  border-radius: 11px;
  top: 2px;
  left: 2px;
}

#navdrawer .profile {
  position: relative;
}

#navdrawer .profile .user-photo {
  width: 95px;
  border-left: none;
  border-top: none;
  border-right: 1px solid black;
  border-bottom: none;
  height: 122px;
  /* accommodate a variety of ratios using cover */
  background-size: cover !important;
}

#navdrawer .profile table {
  font-size: 12px;
  position: absolute;
  /* Must match width of image */
  left: 96px;
  top: 0px;
  width: 187px;
}

#navdrawer ul li.profile {
  text-indent: 0px;
}

#navdrawer .profile table td {
  padding: 0px;
  text-indent: 10px;
  color: #f6c14f;
  border-bottom: 1px solid #f6c14f;
  height: 32px;
}

#navdrawer .profile table td a {
  font-size: 13px;
  display: block;
  padding: 5px 0px 0px 0px;
  color: #f6c14f;
  font-variant: none;
  line-height: inherit;
}

#navdrawer .profile table td.name {
  font-size: 18px;
  height: 54px;
  padding-top: 5px;
}

#navdrawer .profile {
  font-family: "PT Sans", sans-serif;
  text-shadow: 0px 2px 0px rgba(9, 19, 31, 1);
  text-transform: uppercase;
  font-size: 12px;
}

#navdrawer .profile table tr.bottomrow td {
  border-bottom: none;
}

.bgd-dark {
  background-color: #25313f;
}

.row-info {
  padding: 18px 0;
}

/* Titles */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lato;
  font-weight: 300;
  color: #333;
}

/* Paragraph & Typographic */
p {
  line-height: 28px;
  margin-bottom: 25px;
}

.centered {
  text-align: center;
}

.footer_text {
  font-size: 12px;
  color: #707070;
}
.print_footer_text {
  font-size: 10px;
  color: #707070;
}

/* Links */
a {
  color: #f85c37;
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
  color: #7b7b7b;
  text-decoration: none;
  outline: 0;
}

a:before,
a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a.remove-default-link-color {
  color: inherit;
}

/* general use 'red' for warning type things. separate from default link color in case this changes.  */
.warning-color {
  color: #f85c37;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.navbar {
  font-weight: 800;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-inverse {
  background: #2d2d2d;
  border-color: #2d2d2d;
}

.navbar-inverse .navbar-nav > .active > a {
  background: #f6c14f;
}

a.export-download {
  font-size: 13px;
  font-weight: bold;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #999999 !important;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus .navbar-inverse .navbar-brand {
  background: #f6c14f !important;
  letter-spacing: 1px;
}

.navbar-inverse .navbar-brand i {
  color: #ff7878;
  font-size: 22px;
  letter-spacing: 1px;
}

.nav-tabs > li > a:link,
.nav-tabs > li > a:visited,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:active {
  color: black;
}

.nav-tab-button-form-group {
  padding: 8px;
  float: left;
  margin-left: 20px;
  margin-top: 5px;
}

.equipment-lookup {
  height: 35px;
  width: 225px;
  margin: 21px 8px 8px 9px;
  padding-left: 4%;
}

@media (max-width: 768px) {
  .nav-tab-button-form-group {
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px;
    margin-bottom: 20px;
  }

  .equipment-lookup {
    height: 30px;
    width: 100px;
    margin: 13px 8px 8px 9px;
    font-size: 85%;
    padding-left: 4%;
  }
}

/*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tilt:hover {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
  background: url(../images/img2.jpg) no-repeat center top;
  margin-top: -10px;
  padding-top: 20px;
  text-align: center;
  min-height: 500px;
  width: 100%;

  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#headerwrap h1 {
  margin-top: 100px;
  margin-left: -20px;
  color: white;
  font-size: 70px;
  font-weight: 300;
  letter-spacing: 3px;
  text-shadow: 0px 1px 1px rgba(9, 19, 31, 1);
}

#headerwrap h2 {
  color: white;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* change color of "danger" - this needs a better location */
#admin-content tr.danger > td {
  background-color: #f85c37;
  color: white;
}

/* Dark Grey Wrap */
#dg {
  background: #e0e0e0;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

#dg h4 {
  font-weight: 700;
}

/* Light Grey */
#lg {
  background: #ebebeb;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

#lg h4 {
  font-weight: 700;
}

/* Red Wrap */
#r {
  background: white;
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 3px solid #f6c14f;
}

#r h4 {
  color: white;
  font-weight: 700;
}

/* Blue Wrap */

#blue {
  background: #3498db;
  padding-top: 35px;
  padding-bottom: 35px;
}

#blue h4 {
  color: white;
  font-weight: 700;
}

#blue p {
  color: white;
}

/* Footer Wrap */
#f {
  background: white;
  color: #494949;
  padding: 8px 0;
}

#f a {
  color: #494949;
}
#f i {
  color: #bdbdbd;
  font-size: 30px;
  padding: 20px;
}

#f i:hover {
  color: #ff7878;
}

/****** SECTIONS *****/

.w {
  padding-top: 35px;
}

.w h4 {
  font-weight: 700;
}

.w i {
  color: #ff7878;
  font-size: 30px;
}

.wb {
  padding-top: 35px;
  margin-bottom: 0px;
}

.wb h4 {
  font-weight: 700;
}

.desc {
  padding-top: 35px;
}

.desc h4 {
  font-weight: 700;
}

.desc i {
  color: #ff7878;
  font-size: 12px;
  padding: 5px;
}

/***** MODAL CONTACT *****/
.modal-content {
  border-radius: 0px;
}

.modal-header {
  background: #bdbdbd;
  color: white;
}

.modal-header h4 {
  font-weight: 700;
}

.modal-body {
  background: #f2f2f2;
  font-family: "Lato";
  font-weight: 300;
  font-size: 16px;
  color: #555;
}

.modal-footer {
  background: #f2f2f2;
  margin-top: 0px;
}

/* ==========================================================================
   Pricing Tables
   ========================================================================== */

.pricing-option {
  padding-bottom: 40px;
}

.pricing-option .pricing-top {
  position: relative;
  background: #222;
  color: white;
  text-align: center;
  font-weight: bold;

  padding: 40px 20px 30px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pricing-option .pricing-top .special-label {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #1abc9c;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  padding: 3px 0;
}

.special .pricing-top {
  background: black;
}

.pricing-option .pricing-edition {
  text-transform: uppercase;
  display: block;
  font-size: 25px;
  letter-spacing: 8px;
}

.pricing-option .price {
  display: inline-block;
  position: relative;
}

.pricing-option .price sup {
  position: absolute;
  top: 50px;
  left: -10px;
  font-size: 24px;
}

.pricing-option .price .price-amount {
  font-size: 108px;
  letter-spacing: -4px;
}

.pricing-option .price small {
  position: relative;
  left: -10px;
  font-size: 18px;
}

.pricing-option ul {
  list-style: none;
  margin: 0;
  background: #eee;
  text-align: center;
  padding-left: 0px;
}

.pricing-option ul li {
  border-bottom: solid 1px #e1e1e1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pricing-option .pricing-signup {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 10px;
  color: white;
  background: #1abc9c;
}

.pricing-option .pricing-signup:hover {
  background: #ff7878;
}

.navbar {
  background-color: white !important;

  padding: 0px !important;

  /* height:84px !important; */
}

.navbar-brand {
  padding: 0px;
  height: auto;
}

.navbar-right {
}

.navbar-collapse {
  max-height: none;
}
.navbar-jf-admin li a {
  position: relative;

  font-size: 25px;

  font-variant: small-caps;
  text-rendering: auto;
  color: #25313f;
}

.navbar-jf-admin {
  margin: 22px 0 0 0;
}
@media (min-width: 768px) {
  .navbar-jf-admin {
    margin: 20px 0 0 0;
  }
}

.navbar-toggle {
  background: #f6c14f !important;
}

.headerlogo {
  max-width: 277px;
  max-height: 50px;
}

@media (min-width: 769px) {
  .headerlogo {
    max-width: 439px;
    max-height: 79px;
    display: block;
  }
}

@media (max-width: 414px) {
  .headerlogo {
    position: absolute;
    left: 0px;
  }
}

@media (max-width: 535px) {
  .headerlogo {
    max-width: 200px;
    position: absolute;
    left: 12px;
  }
  .login-screen .headerlogo {
    max-width: inherit;
    max-height: 49px;
    left: 0px;
  }

  .equipment-lookup {
    height: 25px;
    width: 90px;
    margin: 13px 8px 8px 9px;
    font-size: 75%;
    padding-left: 3%;
  }
}

/* Adjust logo width for very small devices like iphone5 */
@media (max-width: 320px) {
  .headerlogo {
    height: 39px;
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .login-screen .headerlogo {
    height: inherit;
  }

  .nav-container {
    height: 39px;
  }

  .equipment-lookup {
    height: 25px;
    width: 90px;
    margin: 8px 5px 8px 10px;
    font-size: 75%;
    padding-left: 3%;
  }
}

.bannertext {
  margin-top: 110px !important;
}

.bannertext h1 {
  font-size: 70px;
}

.bannertext h3 {
  font-family: gaspar;
  font-size: 22px;
  color: white;
  text-align: left;
  margin-left: 20px;
  text-shadow: 0px 1px 1px rgba(9, 19, 31, 1);
  font-variant: small-caps;
}
.ffcol {
  color: #f6c14f;
  font-size: 25px;
  text-align: left;
  text-shadow: 0px 2px 0px rgba(9, 19, 31, 1);
  -moz-text-shadow: 0px 2px 0px rgba(9, 19, 31, 1);
  -o-text-shadow: 0px 2px 0px rgba(9, 19, 31, 1);
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .navbar-jf-admin {
    position: relative;
    right: -5px;
  }
}

@media (max-width: 415px) {
  .navbar-jf-admin li a {
    font-size: 17px;
    line-height: 35px;
  }
}

@media (max-width: 320px) {
  .navbar-jf-admin li a {
    font-size: 10px;
  }
}

@media (max-width: 1200px) {
  .ffcol {
    /* make ffcol text a bit smaller on medium devices */
    font-size: 20px;
  }
}

.sscol {
  color: white;
  text-align: left;
  font-family: distpro;
}

.ss2 {
  font-size: 14px;
}

.downcontent img {
  float: left;
  max-width: 100%;
  border: 3px solid #f6c14f;
  margin-right: 30px;
}

.downcontent p {
  font-family: gaspar;
  font-size: 16px;
  margin-right: 10px;
}

.downcontent .col-lg-3 {
  padding: 0px !important;
}

.white {
  background-color: white;
  border-bottom: 2px solid #f6c14f;
  padding-left: 40px;
}

.nopadding {
  padding-top: 0px !important;
}
.second {
  background-color: white !important;
}

#plane {
  float: left;
  max-width: 100%;
}
.regupper {
  background: #25313f;
  text-align: center;
  max-height: 110px;
  float: left;
}

.regupper h2 {
  color: #f6c14f;
  text-transform: uppercase;
}

.reglower {
}
.reglower p {
  color: #25313f;
  margin-bottom: 0px !important;

  font-size: 20px;
}
.reglower form {
  margin-left: 20px;
}

.reglower input {
  border: 2px solid #f6c14f;
  width: 230px;
  height: 35px;
  padding-left: 10px;
}

.formleft {
  float: left;
  margin-right: 40px;
}

.formright {
  float: left;
}

.formright button {
  margin-top: 30px;
  border: none;
  background: #f6c14f;
  color: white;

  text-transform: uppercase;
  font-size: 30px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 65px;
}

.regsubmit {
  margin-top: 30px;
  border: none;
  background: #f6c14f;
  color: white;

  text-transform: uppercase;
  font-size: 30px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 200px;
}

.passrecovery {
  text-decoration: underline;
  cursor: pointer;

  margin-top: 30px;
  font-size: 25px;
  color: #25313f;

  display: inline-block;
}

.dailyi,
.leaderb {
  border: none;
  background: #f6c14f;
  color: white;
  padding: 20px 20px 20px 20px;

  font-size: 20px;

  text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
  width: 200px;
  margin-left: 20px;
}

.date {
  font-size: 25px;
  text-transform: uppercase;
  display: block !important;
  margin: 0 auto;
  width: 50%;
  position: relative;
  right: 30px;
}

.equps {
  width: 40%;
}

.greens button,
.reds button {
  width: 100%;
  border: none;
  height: 30px;
  margin-left: 20px;
  margin-bottom: 2px;
  color: white;

  font-size: 20px;
}

.greenbutton {
  background: #56c071;
}

.redbutton {
  background: #fe0000;
}

.eqp {
  margin-left: 30px;
}

.c {
  height: 25px;
  width: 25px;
  display: inline-block;
  padding-left: 7px;
  border-radius: 30px;
  background: #de554d;
  margin-right: 20px;
  line-height: 23px;
}

.fa-spin {
  /* slightly adjust origin of gear spinning icon so it doesn't wobble */
  transform-origin: 49% 47%;
  -o-transform-origin: 49% 47%;
  -ms-transform-origin: 49% 47%;
  -moz-transform-origin: 49% 47%;
  -webkit-transform-origin: 49% 47%;
}

.u1 p,
.u2 p {
  margin: 0 !important;
  font-family: "distpro";
}

.inspectiontext {
  margin-top: 40px !important;
}

@media (max-width: 1200px) {
  .slika {
    display: none;
  }
}
@media (min-width: 1200px) {
  .show_img {
    display: none;
  }
}

#show {
  color: black;
}
.inspectionline {
  width: 100%;
  text-align: left;
}

.inspectionline p {
  display: inline-block;
  font-size: 12px;
  margin: 0 !important;
}
.blue {
  border: 1px solid green !important;
}
.blue:hover {
  background: green !important;
  color: white !important;
}
.black {
  border: 1px solid black !important;
}
.black:hover {
  background: none !important;
  color: red !important;
}
.orange:hover {
  background: orange !important;
  color: white;
}
.orange {
  border: 1px solid orange !important;
}
.zelen:hover {
  background: green !important;
  color: white;
}
.zelen {
  border: 1px solid green !important;
}
.zut:hover {
  background: yellow !important;
  color: black !important;
}
.zut {
  border: 1px solid yellow !important;
}
.boxes:hover {
  color: white;
  background-color: #de554d;
}
.inspectionline .boxes {
  cursor: pointer;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #de554d;
  font-size: 12px;
  text-align: center !important;
}

.inspcont {
  display: inline-block;
  width: 50%;
}

.notworking {
  color: white !important;
  background: #de554d;
}

.noborder {
  border: none !important;
}

.inspection-page label {
  padding: 22px;
  position: relative;
  margin-bottom: 12px;
}

.list-inspection {
  width: 20px;
  float: left;
  height: 650px;
  padding: 0;
}
.list-labels {
  width: 80px;
}
.list-labels small {
  font-size: 70%;
}
.list-labels li {
  line-height: 0.9em;
}
.list-inspection li {
  height: 50px;
}
.table-check-dictionary .important {
  background-color: #b94a48;
  color: white;
}
.table-check-dictionary .important a {
  color: white;
}
.btn-inspection,
.btn-not-used {
  font-size: 15px;
  width: 100%;
  text-transform: uppercase;
  line-height: 1.4em;
  padding: 4px 12px 2px 12px;
  margin-bottom: 1px;
  /* max-width: 280px; */
}

.maintenance-list .btn-inspection {
  width: 100%;
}

.btn-not-used {
  width: 15%;
  text-align: center;
  padding-left: 1px;
  padding-right: 1px;
}

.step-wrap {
  display: table;
  width: 86px;
  height: 86px;
  float: left;
}
.btn-check-page {
  white-space: normal;
  height: 100%;
  width: 100%;
  display: table-cell;
}
.btn-check-finish {
  height: 86px;
}
.background-bbb {
  background: #bbb;
}
.background-orange {
  background: orange;
  border: orange;
}

.ng-cloak {
  display: none !important;
}

.img-jf-border {
  border: 3px solid #f6c14f;
}
.img-jf-user-thumb {
  width: 100px;
}
.not-found {
  padding: 230px 0;
}
.raport-daily-signature-wrap {
  height: 215px;
}
.report-daily-signature {
  height: 48px;
  width: 135px;
  position: absolute;
  line-height: 48px;
  margin-top: 135px;
  text-align: right;
  padding-right: 8px;
}

.report-daily-signature .rotate.m90 {
  display: block;
  -webkit-transform: rotate(-90deg);
  -webkit-transform-origin: left top 0;
  -moz-transform: rotate(-90deg);
  -moz-transform-origin: left top 0;
  -ms-transform: rotate(-90deg);
  -ms-transform-origin: left top 0;
  transform: rotate(-90deg);
  transform-origin: left top 0;
}

.report-daily-signature img {
  max-height: 100%;
  max-width: 160px;
}

.hydrant-report {
  width: 100%;
  font-size: 12px;
}

.hydrant-report th,
.hydrant-report td {
  border: 1px solid black;
}

.hydrant-report th {
  height: 16pt;
  text-align: left;
  font-weight: normal;
  padding-left: 5px;
}

.hydrant-report td {
  height: 0.39cm;
}

.hydrant-report .left {
  padding-left: 5px;
  text-align: left;
}

.hydrant-report .right {
  padding-right: 5px;
  text-align: right;
}

.hydrant-report .underline {
  text-decoration: underline;
}

.hydrant-report .standard {
  width: 90px;
}

.hydrant-report .no-left-border {
  border-left: none;
}

.hydrant-report .no-right-border {
  border-right: none;
}

.report-hydrant-signature img {
  width: 89px;
}
/* Prevent previous style from breaking layout of tooltips */
.report-hydrant-signature .tooltip-inner img {
  width: inherit;
}

.hydrant-report .equipmentid {
  padding-top: 5px;
  font-weight: bold;
}

.center-all td {
  text-align: center;
}

.report-hydrant-signature .timestamp {
  padding-top: 10px;
  float: left;
}

.signature img {
  max-height: 100%;
  max-width: 160px;
}

.vessel-graph-signatures {
  margin-left: 50px;
}

.vessel-graph-signatures td {
  width: 30px;
  height: 160px;
  position: relative;
  overflow: hidden;
}

.vessel-report-signature {
  height: 32px;
  -webkit-transform: rotate(-90deg);
  -webkit-transform-origin: left top 0;
  -moz-transform: rotate(-90deg);
  -moz-transform-origin: left top 0;
  -ms-transform: rotate(-90deg);
  -ms-transform-origin: left top 0;
  transform: rotate(-90deg);
  transform-origin: left top 0;
  max-width: 160px;
  position: absolute;
  line-height: 1em;
  margin-top: 76px;
  text-align: right;
}

.vessel-report-signature img {
  max-height: 100%;
  max-width: 160px;
}

.vertical {
  max-height: 1em;
  max-width: 1em;
  white-space: nowrap;
  display: block;
}

.small-inputs input[type="number"] {
  width: 75px;
}
.small-inputs input[name="value"] {
}

.map-marker-tooltip {
}

.map-marker-tooltip .with-secondary-line {
  line-height: 14px;
  /* add a little more spacing to keep from sub-text making it look too crowded */
  margin-top: 6px;
  margin-bottom: 6px;
}

.map-marker-tooltip .with-secondary-line span {
  font-size: 11px;
}

.map-marker-tooltip p {
  margin: 0 4px;
}
.map-info-box {
  padding-top: 16px;
  min-height: 120px;
  color: #f6c14f;
}
.text-yellow {
  color: #f6c14f;
}

.vendor-fmc-list-wrap {
  overflow: auto;
  max-height: 420px;
}
.list-map-vendors {
  margin-top: 34px;
  padding: 0;
  list-style-position: inside;
}

.map-wrapper {
  height: 100%;
  padding: 0 9px;
}
.map-canvas {
  height: 100%;
}

.airline-icon {
  max-width: 150px;
  max-height: 120px;
  margin-bottom: 20px;
  border: 1px solid white;
  display: inline-block;
}
.airline-icon-wrap {
  text-align: center;
}

.airline-map-wrap {
  overflow: auto;
  padding: 25px 10px;
}
.airline-map-filter {
  padding: 23px 0 0 0;
}

.map-wrapper .legend span {
  line-height: 15px;
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
}

.map-wrapper .legend {
  color: white;
  height: 15px;
  line-height: 15px;
  width: 350px;
  margin: 0 auto;
  margin-top: 10px;
}

.map-wrapper .critical-legend {
  background-color: #cd2929;
}

.map-wrapper .normal-legend {
  background-color: #045baa;
}

.map-wrapper .legend-swatch {
  height: 15px;
  width: 15px;
  display: inline-block;

  vertical-align: middle;
}

#map-canvas {
  height: 400px;
}

.fmc-rate {
  line-height: 3em;
  font-size: 1.7em;
}
.admin-content {
  padding: 12px;
}
.home-commands {
  max-width: 600px;
  margin: 70px auto;
}

.container-small {
  max-width: 280px;
  margin: auto;
}
.form-button {
  display: inline-block;
}

img.inline {
  display: inline-block;
  height: 1em;
}

.annual-signature {
  margin-left: 1%;
  max-height: 2em;
  max-width: 100px;
}
.table-unstyled {
  border: none;
  width: 100%;
}

.table-title {
  margin: 60px 0 50px 0;
  text-align: center;
}
.sampling-point {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid gray;
  vertical-align: middle;
  line-height: 1em;
  text-align: center;
  border-radius: 3px;
  font-family: Arial;
}

.vessel-chart-image {
  max-width: 100%;
}
.dropdown-menu-head {
  width: 260px;
  padding: 15px 0;
}

.col-list ul > li {
  position: relative;
}

/* Vendor statistics section */

.spin-loader {
  position: relative;
  border: 1px solid transparent;
}

/* the following heights are dependent upon font size of text within element. However, I need them to keep page from jumping prior to fonts loading */
.stats h3 {
  margin-top: 30px;
}

.stats h2 {
  margin: 10px;
  margin-bottom: 0px;
}

.pointer {
  cursor: pointer;
}

/* reduce padding on xs devices to avoid buttons getting clipped. */
@media (max-width: 480px) {
  .col-completed,
  .col-uncompleted,
  .col-offline-completed {
    padding: 0px !important;
  }
  /* wee bit of padding to the right of completed column, to separate from red column */
  /* .col-completed li {
    padding-right: 5px;
  } */

  .padded-buttons div a {
    margin: 10px;
  }
}

/* Not sure if we have a better place for hose-certs uploads */

.hose-certs-upload .thumbnail {
  height: 230px;
  min-width: 152px;
  position: relative;
}

.hose-certs-upload i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
}

.hose-certs-upload .thumbnail .remove {
  text-align: center;
  display: block;
}

.hose-certs-upload .thumbnail .thumblabel.serial {
  margin-top: 31px;
}

.hose-certs-upload .thumbnail .thumblabel {
  text-align: center;
  font-size: 12px;
}

.hose-certs-upload .thumbnail .thumblabel.date_of_mfg {
  bottom: 31px;
}

.hose-certs-upload .thumbnail .thumblabel.serial {
  bottom: 44px;
}

.thumb-upload {
  border: 1px dotted grey;
  vertical-align: middle;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
}

/* mobile styling for LIST_TYPE (multi free-form text) fields */

.multi-check-list-form {
  position: relative;
}

.multi-check-list-form input,
.multi-check-list-form button {
  display: inline;
}

/* Align spinner on top of button */
.multi-check-list-form .spin-loader {
  position: absolute;
  top: 21px;
  left: 50%;
}

@media (max-width: 480px) {
  .multi-check-list-form input,
  .multi-check-list-form button {
    display: block;
    width: 100%;
    margin: 10px 0px;
  }
  .multi-check-list-form .spin-loader {
    top: 50%;
    margin: -10px;
  }
}

.daily-report-map-icon-container {
  position: relative;
  z-index: 10;
}

/* Filter compact vs full */

@media (max-width: 767px) {
  /* hide the normal filter form - takes too much room for every screen.*/
  .navbar .expanded-filter {
    display: none;
  }

  .navbar .compact-filter {
    display: block;
  }

  .compact-filter {
    text-align: left;
    float: right;
  }

  .compact-filter .anchor.change {
    color: #f6c14f;
  }

  .compact-filter .anchor.change {
    display: block;
  }

  .compact-filter .anchor.change span {
    text-decoration: underline;
  }

  .compact-filter a:link,
  .compact-filter a {
    color: #f6c14f;
  }

  .compact-filter a.change {
    display: block;
  }

  .compact-filter a.change span {
    text-decoration: underline;
  }

  .navbar .force-display {
    display: block !important;
  }
  .navbar .force-hide {
    display: none !important;
  }

  .home-date,
  .home-name,
  .compact-filter {
    font-size: 12px;
    text-shadow: none;
  }
  .home-date,
  .home-name {
    float: left;
  }
  .home-name {
    margin-right: 25px;
  }
  .row-info {
    padding: 5px 0px;
  }
}

@media (max-width: 991px) {
  /* reduce text font size just a bit */
  .navbar .ffcol {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .navbar .compact-filter {
    display: none;
  }
}

.border-right {
  border-right: 1px solid #ddd;
}
.border-left {
  border-left: 1px solid #ddd;
}

/* Wrapper for DL, and wide, table-based reports. Make "responsive". Easier
 * than changing layout. */

.mobile-content-wrap {
  /* background-color: rgba(1,1,1,.1); */
}

@media (max-width: 768px) {
  /* Remove margins by nudging to the left and making full viewport width */
  .mobile-content-wrap {
    overflow: auto;
    width: 100vw;
    margin-left: -12px;
  }
  /* tighten up nav bar as well for smaller devices */
  .navbar {
    margin-bottom: 0px;
  }
}

.user-profile img {
  max-height: 200px;
}

/* this swipe is a bit dangerous in that it doesn't allow clicks through. e.g.
 * it blocks pointer events. And because it doesn't know until touch end
 * whether this was a click or not, it throws out events until determining. */

#swipezone {
  height: 100%;
  width: 20px;
  position: fixed;
  right: 0px;
  top: 0px;
}

tr.danger a {
  color: white;
}
