/* CSS Document */

@font-face {
  src: url(../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf);
}

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

body {
  font-family: "Source Sans Pro", sans-serif;
  background: fixed no-repeat;
  background-position: center;
  background-size: cover;
  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);
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
}

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 {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.9);
}

.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;
}

/* BUTTON */

.btn-danger,
.btn-default,
.btn-info,
.btn-primary,
.btn-success,
.btn-warning,
.btn-white {
  border: rgba(0, 0, 0, 0.5) 1px solid !important;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
  font-weight: 300 !important;
  letter-spacing: 0.07em !important;
  text-transform: uppercase !important;
}

.btn.btn-danger {
  background-color: transparent !important;
  border: 1px solid rgba(180, 50, 50, 1) !important;
  color: rgba(180, 50, 50, 1) !important;
}

.btn.btn-default {
  background-color: transparent !important;
  border: 1px solid rgba(50, 50, 50, 1) !important;
  color: rgba(50, 50, 50, 1) !important;
}

.btn.btn-info {
  background-color: transparent !important;
  border: 1px solid rgba(100, 50, 180, 1) !important;
  color: rgba(100, 50, 180, 1) !important;
}

.btn.btn-primary {
  background-color: transparent !important;
  border: 1px solid rgba(0, 117, 178, 1) !important;
  color: rgba(0, 117, 178, 1) !important;
}

.btn.btn-success {
  background-color: transparent !important;
  border: 1px solid rgba(0, 104, 56, 1) !important;
  color: rgba(0, 104, 56, 1) !important;
}

.btn.btn-warning {
  background-color: transparent !important;
  border: 1px solid rgba(180, 100, 50, 1) !important;
  color: rgba(180, 100, 50, 1) !important;
}

.btn.btn-white {
  background-color: transparent !important;
  border: 1px solid rgba(250, 250, 250, 1) !important;
  color: rgba(250, 250, 250, 1) !important;
}

.btn.btn-danger:hover {
  background-color: rgba(180, 50, 50, 1) !important;
  border: 1px solid rgba(180, 50, 50, 1) !important;
  color: rgba(255, 255, 255, 1) !important;
}

.btn.btn-default:hover {
  background-color: rgba(50, 50, 50, 1) !important;
  border: 1px solid rgba(50, 50, 50, 1) !important;
  color: rgba(255, 255, 255, 1) !important;
}

.btn.btn-info:hover {
  background-color: rgba(100, 50, 180, 1) !important;
  border: 1px solid rgba(100, 50, 180, 1) !important;
  color: rgba(255, 255, 255, 1) !important;
}

.btn.btn-primary:hover {
  background-color: rgba(0, 117, 178, 1) !important;
  border: 1px solid rgba(0, 117, 178, 1) !important;
  color: rgba(255, 255, 255, 1) !important;
}

.btn.btn-success:hover {
  background-color: rgba(0, 104, 56, 1) !important;
  border: 1px solid rgba(0, 104, 56, 1) !important;
  color: rgba(255, 255, 255, 1) !important;
}

.btn.btn-warning:hover {
  background-color: rgba(180, 100, 50, 1) !important;
  border: 1px solid rgba(180, 100, 50, 1) !important;
  color: rgba(255, 255, 255, 1) !important;
}

.btn.btn-white:hover {
  background-color: rgba(255, 255, 255, 1) !important;
  border: 1px solid rgba(0, 0, 0, 1) !important;
  color: rgba(0, 0, 0, 1) !important;
}

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

.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 {
  background-color: transparent;
  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: 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 {
  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 {
  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-bg-center,
.panel-bg-left,
.panel-bg-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-bg-center {
  padding: 25px;
}

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

.panel-bg-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: rgba(46, 108, 165, 1);
}

.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;
}

@media print {
  body {
    page: 8.5in 11in !important;
    line-height: 1.4 !important;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 10pt !important;
    color: #000 !important;
    background: transparent !important;
    width: 12in !important;
    height: 10in !important;
    margin-right: 0.75in !important;
    margin-left: 0 !important;
    margin-bottom: 1in !important;
  }
}
