/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 3, 2018, 3:54:54 PM
    Author     : jdenver
*/
.rotate_image_90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate_image_270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.jd-align-top {
  vertical-align: top !important;
  text-align: center;
}

.main_table {
  width: 80%;
  /*margin: 20px auto;
  border-collapse: collapse;
  table-layout: fixed;*/
}

.jd-font-white {
  color: #FFFFFF;
}

.jd-display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.jd-display-6 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.jd-display-7 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.jd-bg-lvc {
  background-color: #003057 !important;
}

.jd-align-top {
  line-height: 1.5;
  display: inline-block;
  vertical-align: top;
}

.jd-thead-blue {
  color: #fff;
  background-color: #000070;
  border-color: #003F74;
}

.jd-table-md th,
.jd-table-md td {
  padding: 0.2rem;
}

.jd-hr {
  border: 2px dotted #003057;
}

.jd-underline {
  text-decoration: underline;
}

@media (min-width: 820px) {
  .jd_modal-sm,
  .jd_modal-lg,
  .jd_modal-xl {
    max-width: 560px;
  }
}

@media (min-width: 992px) {
  .jd_modal-lg,
  .jd_modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .jd_modal-xl {
    max-width: 1140px;
  }
}
