﻿html {
    padding-bottom: 0;
    margin-bottom: 0;
}

body {
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.well {
    padding: 9px;
}

.navbar {
    border-radius: 0;
}

@media (min-width: 768px) {
    .deposit-list-box {
        height: 223px;
    }
}

.navbar {
    height: 80px;
}

.navbar-nav {
    margin-top: 15px;
}

.login-container {
    margin-top: 30px;
}

.ulmp {
    margin: 5px 0 5px 0;
    padding: 0;
}

.limp {
    list-style-type: none;
    margin: 5px 0 5px 0;
    padding: 0;
    margin-bottom: 5px;
}

.w100 {
    width: 100%;
}

.w80 {
    width: 80%;
}

.success {
    color: #5cb85c;
}

.danger {
    color: #d2322d;
}

.normal-weight {
    font-weight: normal;
}

.danger-border {
    border: solid 1px #d2322d;
}

.p0 {
    padding: 0;
}

.p10 {
    padding: 10px;
}
.p15 {
    padding: 15px;
}
.pr20 {
    padding-right: 20px;
}

.pl5 {
    padding-left: 5px;
}

.pr5 {
    padding-right: 5px;
}

.m10 {
    margin: 10px;
}

.mb0 {
    margin-bottom: 0;
}

.mb1 {
    margin-bottom: 10px;
}

.mb2 {
    margin-bottom: 20px;
}

.mb3 {
    margin-bottom: 30px;
}

.mt0 {
    margin-top: 0;
}

.mt1 {
    margin-top: 10px;
}

.mt2 {
    margin-top: 20px;
}

.ml0 {
    margin-left: 0;
}

.ml1 {
    margin-left: 10px;
}

.ml2 {
    margin-left: 20px;
}

.mt7 {
    margin-top: 7px;
}

.mtm1 {
    margin-top: -15px;
}

.mrm1 {
    margin-right: -15px;
}

.mlm1 {
    margin-left: -15px;
}

.dropdown-menu li {
    cursor: pointer;
}

ul.pagination {
    margin-top: 0px;
}

.check-list-image {
    height: 200px;
}

.pointer {
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

.btn-sb {
    width: 90px;
}

.btn-wd {
    width: 148px;
}

.btn-slim {
    padding: 1px 6px;
}

.w50 {
    width: 50%;
}

.w25 {
    width: 25%;
}

.darkgraybg {
    background-color: #4E4B4A;
}

.mediumgraybg {
    background-color: #d6d6d6;
}

.white {
    color: #fff;
}

.whitebg {
    background-color: #fff;
}

.user-menu li a {
    color: #fff;
}

    .user-menu li a:hover {
        color: #333;
    }

footer {
    height: 41px;
}

.hr-body {
    border-top-color: #939393;
    border-top-width:1pt;
    -webkit-margin-before: 0px;
    margin-top: 0px;
    -webkit-margin-after: 0px;
    margin-bottom: 0px;
}

#hr-top {
    margin-bottom: 20px;
}

.footer-text {
    padding-top: 10px;
}


.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 30px;    
}
.right-inner-addon span {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    cursor:pointer;
}

.ellipsesContainer {
    width: 100%; 
    white-space: nowrap; 
    table-layout: fixed;
}

.ellipsesContainer th {
    white-space:normal;
}

.ellipsesContent{
    overflow:hidden;
    text-overflow:ellipsis;
}

.block-ellipsis {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 43px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

 .table tbody>tr>td.vert-align{
    vertical-align: middle;
}
 
 .theStackableBackground{
    background-color:rgba(128, 127, 127, 0.1);
    
 }

 .accrodionIcons {
     padding-right: 4px; 
     color:#3071a9;
     background-color: transparent;
 }

 .tooltip.in{
    opacity: 1;
    filter: alpha(opacity=100);
}

 .tooltip-inner {
     background-color: #000000;
     color: #fff;
 }

 .ellipsesContainer  div {
     
 }

 @font-face {
    font-family: 'micr';
    src: url('fonts/gnumicr-webfont.eot');
    src: url('gnumicr-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gnumicr-webfont.woff2') format('woff2'),
         url('fonts/gnumicr-webfont.woff') format('woff'),
         url('fonts/gnumicr-webfont.ttf') format('truetype'),
         url('fonts/gnumicr-webfont.svg#micr') format('svg');
    font-weight: normal;
    font-style: normal;

}

.micr {
    font-family: 'micr', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.micr-row {
}

.micr-row .aux {
    padding-right: 10px;
    float: left;
}

.micr-row .aba {
    padding-right: 10px;
    float: left;
}

.micr-row .epc {
    padding-right: 10px;
    float: left;
}

.micr-row .account {
    padding-right: 10px;
    float: left;
}

.micr-row .tran {
    padding-right: 10px;
    float: left;
}

.micr-row .amount {
    padding-right: 10px;
    float: left;
}
.notes {
    width: 80%;
    margin: 0 auto;
}

.micr-row .before {
    display: block;
    float: left;
    height: 20px;
    width: 10px;
    margin-bottom: -20px;
    position: relative;
    top: 29px;
    left: -17px;
    font-size: 1.5em;
}

.micr-row .after {
    display: block;
    float: right;
    height: 20px;
    margin-bottom: -20px;
    position: relative;
    top: 29px;
    left: 15px;
    font-size: 1.5em;
}

@media(min-width: 992px) {
    .modal-lg {
        width: 1000px;
    }
}

input.form-control::-ms-clear {
    display: none;
}

.loadMore {
    color: #2a6496;
}

.image-border {
    border: solid 2px transparent;
    margin: 2px;
}

.image-border:hover {
    background-color: transparent;
    border: solid 2px #5cb85c;
}

.table-striped tbody tr.highlight-row td { background-color: lightblue; }

.pagingAdditionalContentTopHide {
    display: none;
}

.pagingAdditionalContentBottomHide {
    display: none;
}

.editable-input {
  width: 140px !important;
}

.editable-buttons {
  margin-top:7px;
}

.break-word-span {
    display: inline-block;
    word-wrap: break-word;
}

.logo {
    margin-top: 10px;
    max-width: 100%;
    max-height: 100%;
}

.logo-mobile {
    max-width: 90%;
    max-height: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.navbar {
    border: 0px !important;
}
.navbar-brand {
    height:75px;
    padding: 5px;
}
.table-stripe {
    background-color: #f0f0f0;
    background-clip: content-box;
}

.doubleHeaderTable > thead > .bottomDoubleHeader > th {
    border-top: none;
}

.doubleHeaderTable > thead > .topDoubleHeader > th {
    border-bottom: none;
}

@media (max-width: 767px) {
    .desktopOnly {
        display: none !important;
    }
    th.desktopOnly,
    td.desktopOnly {
         display: none !important
    }
    .mobileOnly{
      display: block !important;
    }
    table.mobileOnly {
        display: table;
    }
    tr.mobileOnly {
        display: table-row !important;
    }
    th.mobileOnly,
    td.mobileOnly {
        display: table-cell !important;
    }
    .dropdown-menu li a {
    color: #ffffff;
    }
}

@media (min-width: 768px) {
    .mobileOnly {
        display: none !important;
    }    
    th.mobileOnly,
    td.mobileOnly {
         display: none !important
    }
    .desktopOnly {
      display: block !important;
    }
    table.desktopOnly {
        display: table;
    }
    tr.desktopOnly {
        display: table-row !important;
    }
    th.desktopOnly,
    td.desktopOnly {
        display: table-cell !important;
    }
    .dropdown-menu li a {
    color: #333;
    }
}

.editableNote {
    font-style: normal !important;
    color: #2a6496 !important;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
.uploadFile-loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 5000;
    font-size: 100px;
}
.uploadFile-loading-wheel {
    font-size: 100px;
    color: white;
    margin-top: -40px;
    margin-left: -40px;
    position: absolute;
    top: 50%;
    left: 50%;
} 
.depositlist-submitAllButton {
    margin-top: -53px;
    margin-right: 33px;
    position: relative;
}

#brandedNavigationBar {
    margin-bottom: 0px;
    height: 97px
}

/* enhance bootstrap */
.navbar-nav > li > span {
    position: relative;
    display: block;
    padding-top: 15px;
}

.login-watermark {
    
    left:0;
    right:0;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.image-watermark {
    width: 100%;
}

#maincontent > div > .container {
    margin-bottom: 60px;
}

@media (min-width: 1200px) {
    .container {
        width: 1240px;
    }
}

#watermark-image {
    z-index: -1;
    width: 100%;
    position: fixed;
    left:0;
    right: 0;
    margin-left: 0px;
    margin-right: 0px;
}

.watermark-container {
    background-color: white;
    padding: 0 2em 2em 2em;
    border: 1px solid black;
}

#watermark-box1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5%;
}

.agency-imgs img {
    max-height:100px;
}

/* navbar break */
.text-align-center {
    text-align: center;
}

.nav-below-logo {
    display: none !important;
}

.nav-below-logo > .navbar-nav {
    margin: 0px;
}

.nav-by-logo {
    display: block;
}

@media (max-width: 1200px) {
    .nav-by-logo {
        display: none !important;
    }

    .nav-below-logo {
        display: inline-block !important;
        min-height: 0px;
        height: auto !important;
    }
}

/* Footer break */
.copyright-position {
    float: right !important;
}

.footer-break {
    height: 1px;
    display: none;
}

@media (max-width: 1000px){
    .container {
        margin-bottom: 66px;
    }
    footer {
        height: 56px;
    }

    #brandedFooter {
        text-align: center;
    }

    .footer-break {
        display: block;
    }

    .copyright-position {
        float:inherit !important;
    }
}