/*
  Mea Universal WebClient Page Layout
*/
html, body {
  height: 100%;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
/*#region Styled Scroll Bar */
/* Let's get this party started */
::-webkit-scrollbar {
  width: 12px;
}
a {
  cursor: pointer;
}
/* Track */
::-webkit-scrollbar-track {
  -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgb(128, 128, 128);
  -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
  ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0,0,0,0.3);
  }
/*#endregion*/

/*#region Global Container */
body {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #E9E9E9;  
}
/* 
  -- Override the default bootstrap behavior where horizontal description lists 
     will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
  white-space: normal;
}
.container {
  min-width: 325px;
}
.container-fluid>.navbar-collapse, 
.container-fluid>.navbar-header, 
.container>.navbar-collapse, 
.container>.navbar-header {    
    margin-left: 0;
}
/*#endregion*/
/*#region Top Navigation Bar */
.navbar {
  margin-bottom: 0;
}
.navbar-fixed-top {
  border-bottom: none;
}
.navbar-default {     
  background-color: white; 
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;  
}
.navbar-collapse > ul {
  margin-top: 15px;
}
.navbar-brand.brand-nav a {
  outline: none;
}
.navbar-brand {
  float: left;
  padding: 0 0 0 0;
  font-size: 18px;
  height: 75px;
  line-height: 20px;
}
.navbar-toggle {
  margin-top: 21px;
}
#mea_navbar_brand_img {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  position: absolute;
  z-index: 300000;
}
/* Navbar Menu Drop Down */
.dropdown-menu .mea-navbar-divider-header {
  padding-top: 5px;
  padding-left: 3px;
  font-size: 12px;
  font-weight: bold;
}
/*#endregion*/
/*#region Navigation Menu Bar */
.mea-nav {
  background-color: #2e476f;    
  margin: 0;
  width: 100%;
}
.mea-nav-spacer {
  height: 5px;
}
.mea-nav-header {
  background-color: white;
  padding-top: 5px;
  color: #000;
  height: 50px;
}
#mea_nav_card_img {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  position: absolute;
  z-index: 300000;
}
.mea-nav-header-raw {
   display: inline-block;
   margin-left: 110px;
   padding-top: 10px;
}
@media screen and (max-width: 767px) {
    .mea-nav-header-raw {
        margin-left: 0;
        padding-top: 10px;
    }
}
.mea-nav-header-img-container {
  float: right;
}
.mea-nav-header-img-container > div {  
  background-repeat: no-repeat;
  background-size: 100% 100%;  
  overflow: hidden;
  position: relative; 
  display: inline-block;
  margin-top: -5px;
  width: 500px;
  height: 50px;
  z-index: 10;
}
#mea_nav_header_img {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;  
  z-index: 300000;
}

.mea-nav-menu {
  color: #fff;  
}
.mea-nav-menu button {
    outline: none;
    border: none;
    height: 22px;
}
.mea-nav-menu .navbar-toggle {
    margin-top: 0;
}
.mea-nav-menu .navbar-toggle:hover,
.mea-nav-menu .navbar-toggle:focus {
    background: none;
}
.mea-nav-menu-container {
  min-height: 30px;
}
.mea-nav-menu-container > ul {
    margin-top: 0;
    padding-left: 100px;
    white-space: nowrap;
}
@media screen and (max-width: 767px) {
    .mea-nav-menu-container > ul {
        margin-left: 0;
        padding-left: 5px;
        padding-right: 5px;
    }
}
.mea-nav-menu-container.in > ul > li {
    display: block;
}
.mea-nav-menu-container > ul > li {
    display: inline-block;
    float: none;
}
.mea-nav-menu-container > ul a {
    height: 30px;
    padding-top: 5px;
    padding-bottom: 0;
}
/*#endregion*/
/*#region Body Content */
.body-content {
  padding-top: 87px;  
  height: 94%;
}
.mea-content {
  overflow-y: auto;
  overflow-x: hidden;

  background-color: #fff;
  border-radius: 4px 4px;
  padding-top: 40px;
  color: black;
  width: 100%;
  height: 100%;
}
.mea-header {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.mea-header hr {
  border: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
.mea-header-imgs {  
  width: 100%;
  overflow: no-display;
  white-space: nowrap;
}
.mea-header-img {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    width: 100%;
    height: 75px;
    z-index: 10;
}
.mea-header-title {
  font-size: 24px;
}
.mea-header-raw {
  font-size: 16px;
  font-weight: bold;
}
/*#endregion*/
/*#region Footer */
footer {
  padding-top: 5px;
}
footer hr {
  color: #E9E9E9;
  margin: 0;  
  border: 0;
}
footer > div {
  padding-top: 5px;
  font-size: 11px;
  height: 45px;
}
.footer-left {
    float: left;
    margin-top: 5px;    
}
.footer_right {
    float: right;
}
.footer_right ul {
    padding: 0;
}
.footer_right > ul {
    text-align: center;
    margin: 0;
}
.footer_right ul {
    list-style-type: none;
    height: 100%;
    line-height: 1.6;
}
.footer_right > ul > li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    line-height: 100%;
}
.footer_right > ul > li:nth-of-type(1) a {
    background-color: #46639e;
}
.footer_right > ul > li:nth-of-type(2) a {
    background-color: #005491;
}
.footer_right > ul > li:nth-of-type(3) a {
    background-color: #29a9e0;
}
  .footer_right ul li a {
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
  }
.footer_right > ul > li > a:not(.not-img) {
    text-shadow: 1px 1px #333;
    display: block;
    width: 25px;
    line-height: 100%;
    padding: 5px 0;
    box-shadow: 4px 4px 0 #bebebe;
    color: white;
}
.footer_right a {
    color: #008cba;
    text-decoration: none;
    line-height: inherit;
}
/*#endregion*/

/* errors */
.mea-error {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  width: 65%;
}
/* iframe */
.mea-iframe .body-content {
  padding-top: 0;
}
.mea-iframe .mea-iframe-hide {
  display: none;
}
.mea-iframe .navbar {
  min-height: 30px;
}
.mea-iframe .navbar-default .navbar-collapse {
  padding-top: 0;
}
.mea-iframe .mea-nav-menu-container ul {
  padding-left: 0;
  margin-left: 0;
}
/* Default LogOn 
  -------------------------------------------------------------------- */
#loginForm, #loginForm {
  padding-top: 20px;
  padding-left: 10px;
  border: none;
}
#loginForm .form-group {
  max-width: 280px;
} 

/* MEA Standard Overrides
 -------------------------------------------------------------------- */
.modal-dialog {
  min-width: 200px;
  max-width: 600px;
}
.selectize-input {
  min-width: 250px;
  max-width: 350px;
}
.modal-dialog .selectize-input {
    max-width: 100%;
}
 .mea-btn {
   color: #ffffff;
   background: #2e476f;
}
.mea-btn:focus, 
.mea-btn:hover {
    color: #ffffff;
    background: #2e476f;
}
.mea-table-value input {
  width: 150px;
}
.mea-dt-cont table.dataTable {
  margin-top: 0;
}
.mea-dt-cont table.dataTable thead .sorting:after,
.mea-dt-cont table.dataTable thead .sorting_asc:after,
.mea-dt-cont table.dataTable thead .sorting_desc:after,
.mea-dt-cont table.dataTable thead .sorting_asc_disabled:after,
.mea-dt-cont table.dataTable thead .sorting_desc_disabled:after {    
  bottom: 0;
}
.mea-dt-cont tr th {
  padding-left: 8px;
}
.mea-dt-cont tr td {
  padding: 6px 8px;
  white-space: nowrap;
}
.mea-dt-cont .header > td {
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
}
.mea-dt-cont td a {
  padding-right: 10px;
}
.mea-dt-cont .mea-dt-pg {
  padding: 15px 5px 0px 5px;
}
tbody tr td a,
.mea-dt-pg .mea-dt-pg-acts a,
table.dataTable tbody tr.selected a,
table.dataTable tbody th.selected a,
table.dataTable tbody td.selected a {
  color: #245580;
}
table.dataTable tbody>tr.selected, 
table.dataTable tbody>tr>.selected {
    background-color: #e8e8e8;
    color: #262626;
}
.mea-dt-ext-detail {
    padding-left: 30px;
}