/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@font-face { src: url(../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf) !important }

html,
body {
  height: 100% !important;
  width: 100% !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

body {
  font-family: "SourceSansPro-Regular", sans-serif !important;
  background-attachment: fixed;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(250, 250, 250, 0.3)),
      to(rgba(0, 0, 0, 0.6))
    ),
    url("../images/backgrounds/map-world-faint.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

input,
input[type="email"],
input[type="password"],
input[type="text"] {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(50, 50, 50, 0.4);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 8px;
  padding: 10px;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
th {
  text-transform: capitalize;
}

h5 {
  font-weight: 500;
}

hr {
  margin-top: 0;
  margin-bottom: 10px;
}

label {
  font-weight: bolder;
}

a:hover, :hover {
  cursor: pointer;
}

.bg-light-blue {
  background-color: rgba(25, 75, 200, 0.1) !important;
}

.bg-light-green {
  background-color: rgba(39, 90, 57, 0.1) !important;
}

.border {
  border: 1px solid rgba(20, 20, 20, 0.3) !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.col-sm-12 {
  padding-top: 6px;
}

.element {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hanging {
  padding: 10px 30px;
  text-indent: -15px;
}

.icon {
  padding: 4px 0 0;
  background: rgba(39, 90, 57, 1);
  color: white;
  min-width: 45px;
  max-height: 42px;
  text-align: center;
}

.icon-primary {
  padding: 4px 0 0;
  background: rgba(39, 39, 90, 1);
  color: white;
  min-width: 45px;
  max-height: 42px;
  text-align: center;
}

.img-circle {
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin-right: 10px;
}

.indent,
.text-indent {
  padding: 5px 20px;
}

.inputfile,
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  border: 2px solid rgba(50, 50, 50, 0.4);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 8px;
  padding: 20px 10px;
}

.input-container {
  /* IE10 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.list {
  padding: 5px 20px;
}

.login-form {
  width: 320px;
}

.mb-6 {
  margin-bottom: 60px !important;
}

.mb-7 {
  margin-bottom: 70px !important;
}

.mb-8 {
  margin-bottom: 80px !important;
}

.mb-9 {
  margin-bottom: 90px !important;
}

.mb-10 {
  margin-bottom: 100px !important;
}

.mt-6 {
  margin-top: 60px !important;
}

.mt-7 {
  margin-top: 70px !important;
}

.mt-8 {
  margin-top: 80px !important;
}

.mt-9 {
  margin-top: 90px !important;
}

.mt-10 {
  margin-top: 100px !important;
}

.my-6 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my-7 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.my-8 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.my-9 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.my-10 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.menu-btn {
  margin-bottom: 10px;
}

.bg-primary, .btn-primary {
  background-color: rgba(46, 108, 165, 1) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.25) !important;
  -webkit-box-shadow: 4px 0 15px rgba(50, 50, 50, 0.25) !important;
  box-shadow: 4px 0 15px rgba(50, 50, 50, 0.25) !important;
}

.bg-success, .btn-success {
  background-color: rgba(39, 80, 57, 1) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25) !important;
  -webkit-box-shadow: 0 4px 15px rgba(50, 50, 50, 0.25) !important;
  box-shadow: 0 4px 15px rgba(50, 50, 50, 0.25) !important;
}

.top-bg {
  background: url(../images/backgrounds/gm_bg_green_top.jpg);
  background-size: cover;
}

.center-bg {
  max-width: 800px;
  min-width: 320px;
}

.bottom-bg {
  background: url(../images/backgrounds/gm_bg_blue_bottom.jpg);
  background-size: cover;
}

.vcenter {
  min-height: 12em;
  display: table-cell;
  vertical-align: middle;
}

.pad-top-12 {
  padding-top: 12px;
}

.panel-btn-center,
.panel-btn-left,
.panel-btn-right {
  background-color: rgba(255, 255, 255, 0.85);
  border: 2px solid rgba(0, 0, 200, 0.2);
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
  color: rgba(27, 25, 25, 1);
  padding-bottom: 20px;
}

.panel-btn-center {
  padding: 25px;
}

.panel-btn-left {
  max-height: 75vh;
  overflow: scroll;
}

.panel-btn-right {
  max-height: 75vh;
  overflow: scroll;
}

.panel > .panel-heading {
  background-color: rgba(50, 50, 50, 0.8);
  border: 2px solid rgba(50, 50, 50, 0.2);
  color: rgba(255, 255, 255, 0.9);
}

.py-6 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-7 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-8 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-9 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.py-10 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.shadow {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.shadow-white {
  text-shadow: 1px 1px 1px rgba(200, 200, 200, 0.8);
}

.text-black {
  color: rgba(27, 25, 25, 1);
}

.text-bold {
  font-weight: bold;
}

.text-large {
  font-size: 1.75em;
}

.text-primary {
  color: #013c7d !important;
}

.text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.text-success {
  color: rgba(39, 90, 57, 1);
}

.text-white {
  color: rgba(255, 255, 255, 1);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.text-uppercase {
  text-transform: uppercase;
}

.underline {
  border-bottom: 1px solid #333;
}

.world-map {
  background-image: url(../images/map-world-faint.jpg) topcenter;
  background-size: cover;
}

table {
    table-layout: auto;
    border: none;
    font-size: 12px;
    width: 100%;
  }
  th {
    border-bottom: 10px;
  }
  td {
    border-bottom: 10px;
    font-size: 12px;
  }
  th,
  td {
    padding: 2px 10px;
  }

@media print {
  @page {
    size: 8.5in x 11.0in;
    margin: 0in; /* 0 margin for all sides */
    font-size: .7em; /* .7em font-size */
    line-height: 1.4;
    word-spacing: 1.1pt;
    letter-spacing: 0.2pt;
    font-family: Helvetica, Arial, sans-serif;
  }

  @body {
    padding: 0; /* Reset default body padding */
    margin-top: -50px;
    margin-left: 0.25in;
    margin-right: 0.25in;
    margin-bottom: 0.25in;
  }

  .pagebreak {
    page-break-before: always;
  }

  .no-print,
  .no-print * {
    display: none !important;
  }
}

@media print {
  body {
    line-height: 1.4;
    word-spacing: 1.1pt;
    letter-spacing: 0.2pt;
    font-family: Helvetica, Arial, sans-serif;
    color: #000;
    background: transparent;
    font-size: 10pt !important;
  }
  .container {
    width: 87% !important;
    margin-top: -70px;
    margin-left: 0in !important;
    padding: auto !important;
  }
}