﻿

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom:25px;
    
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color:white;
    z-index:13;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    z-index:15;
}

.navFixed {
    background-color: #a4d65e;
}

.active-link {
    color:#008ba7;
}

table {
    background-color: #cecece;
}

thead {
    background-color: white;
}

.btn-success, .btn-success:hover, .btn-success:active, .btn-success:visited {
    background-color: #a4d65e !important;
    color: white !important;
}

#bankstatementDataTable{
    z-index:5;
}
/* 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;
}

#bankstatementDataTable th, #bankstatementDataTable td {
    white-space: pre-wrap;
}

div.dataTables_wrapper {
    margin-left: 10px;
}

#bankstatementDataTable tr {
    height: 1px;
}

.editor-active {
    background-color: red;
}

.save {
    background-color: #4CAF50;
    border: solid;
    color: white;
}

#bankstatementDataTable td:nth-child(13) {
    display: none;
}

#bankstatementDataTable td:nth-child(14) {
    display: none;
}

#HideId {
    display: none;
}

#errorMsg {
    display: none;
}

#Duplicate {
    display: none;
}


#SuccessMsgId {
    display: none;
}

#FailureMsgId {
    display: none;
}

#SpinnerDiv {
    display: inline-block;
}

#loader {
    display: inline-block;
}

.form{
    top:100px;
}

.container {
    max-width: 95% !important;
}

a {
    outline: none;
}

.navbar-container {
    margin-top: 32px;
    width: 70%;
    position: fixed;
    background-color: white;
    z-index: 12;
}

.navbar-container ul {
    text-align: right;
    display: inline-block;
}

.navbar-container ul li {
display: inline-block;
font-size: 16px;
}

.navbar-container ul li a {
    text-decoration: none;
    display: inline-block;
}

.navbar-container ul li .underline {
    height: 3px;
    background-color: white;
    width: 0%;
    transition: width 0.2s, background-color 0.5s;
    margin: 0 auto;
}

    .navbar-container ul li.active-link .underline {
        width: 100%;
        background-color: #46abbf;
    }

    .navbar-container ul li:hover .underline {
        background-color: #46abbf;
        width: 100%;
    }

.navbar-container ul li:hover a {
   
}

.navbar-container ul li:active a {
    transition: none;
 
}

.navbar-container ul li:active .underline {
    transition: none;
    background-color: lightblue;
}

#dataFile {
    display: none;
}

#custom-button {
    margin: 0 0 15px 15px;
}

#custom-text {
    margin: 0 0 0 15px;
}

#SummaryTable {
    margin-left: 5px;
}

.modal-open .navbar-expand-lg {
    padding-right: 16px !important;
}

span.Zebra_DatePicker_Icon_Wrapper {
    display: block !important;
    width: 100% !important;
    position: relative !important;
}



i.fa-upload, .fa-download {
    margin: 10px;
    cursor: pointer;
    font-size: 20px;
}

i:hover {
    opacity: 0.6;
}

.fileLoad {
    /*display: none;*/
    opacity: 0;
    position: absolute;
    z-index: -1;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: -225px;
}


.fileSpan {
    margin-left: 10px;
}

.deleteDoc{
    width: 60.85px;
    height: 50px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 6px;
        top: .8em;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 30%;
        margin-left: .1rem;
        margin-right: .1rem;
    }

td.details-control {
    background: url('DataTables/images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('DataTables/images/details_close.png') no-repeat center center;
}

.initial_hide {
    display:none;
}