﻿
.ui-grid-viewport .ui-grid-cell-contents {
  word-wrap: break-word;
  white-space: normal !important;
}

.ui-grid-row, .ui-grid-cell {
  height: auto !important;
}

.ui-grid-row div[role=row] {
  display: flex ;
  align-content: stretch;
}


li {cursor: pointer}

/*GridCellCenter*/
.gridcenter {
  text-align: center;
}

/*FADE IN/OUT*/

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    opacity: 1\9;
    /* IE9 only */
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
    opacity: 1\9;
    /* IE9 only */
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    opacity: 1\9;
    /* IE9 only */
  }
  to {
    opacity: 1;
  }
}

.fadein {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  animation-duration: 3s;
}

.fadeout {
  transition:2.75s linear all;
  opacity:0;
}

/*END FADE IN/OUT*/

/*NO ROWS*/
.no-rows {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.no-rows .msg {
  opacity: 1;
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 50%;
  line-height: 200%;
  background-color: #eee;
  border-radius: 4px;
  border: 1px solid #555;
  text-align: center;
  font-size: 24px;
  display: table;
}

.no-rows .msg span {
  display: table-cell;
  vertical-align: middle;
}

.smallerText {
    font-size:smaller;
}

.popupTable{
    width:90%;
    margin-left:20px;
}

a:link {
color: #00008B;
}
a:visited {
color: #00008B;
}
a:hover {
color: #10092a;
}


.menu-large {
  position: static !important;
  position:initial;
}
.megamenu{
  padding: 20px 0px;
  width:300px;
}
.megamenu> li > ul {
  padding: 0;
  margin: 0;
}
.megamenu> li > ul > li {
  list-style: none;
}
.megamenu> li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #909090;
  white-space: normal;
}
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}
@media (max-width: 768px) {
  .megamenu{
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .megamenu> li {
    margin-bottom: 30px;
  }
  .megamenu> li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;

  }
  .navbar-nav .open .dropdown-menu .dropdown-header{
	color:#fff;
  }
}

/* TODO - fix so it doesn't remove the filename, so you can tell something got picked.*/
/*input[type='file'] {
  width: 200px;
 }*/

.ui-grid-header-cell .ui-grid-cell-contents {
     height: 48px;
     white-space: normal;
     -ms-text-overflow: clip;
     -o-text-overflow: clip;
     text-overflow: clip;
     overflow: visible;
}

.LBNCreditCardEntry {
    float: left;
    max-width: 610px; /* old 470px; new Authorize.Net 610px */
}
@media all and (max-width: 750px) {
    .LBNCreditCardEntry {
        float:none;
    }
}
.LBNCreditCardConfirmation {
    margin-top: 10px;
    margin-left: 620px; /* old 480px; new Authorize.Net 620px */
    margin-bottom: 0px;
    margin-right: 10px;
}
@media all and (max-width: 750px) {
    .LBNCreditCardConfirmation {
        margin-top: 10px;
        margin-left: 10px;
        margin-bottom: 0px;
        margin-right: 10px;
    }
}
.clearfix:after { /* http://learnlayout.com/float-layout.html */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* bootstrap overrides */

.navbar {
    background-color: #10092a;
    height: 40px;
    min-height: 0;
}

.navbar span:hover,
.navbar li > a.dropdown-toggle:hover {
    color: #c8eefc;
}

.navbar-logo {
    height: 40px; 
}

.navbar-brand {
    padding: 0;
    height: auto;
    float: none;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-left: 0;
    }
}

.navbar-toggle {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.nav > li > a {
    padding: 0;
}

/* relocated inline styles */
span.default-Logo {
    display: inline-block;
}

span.account-Name {
    height:inherit; 
    padding-top:5px; 
    display:inline-block;
}

li > a.dropdown-header-override,
span.dropdown-header-override {
    line-height: 40px; 
    padding: 0 10px; 
    display:inline-block;
}