﻿#budgetWell { width: 250px; }

.padMeNav {
    padding-top: 2%;
    padding-bottom: 2%;
}

.sendTextNacl {
    position: relative;
    z-index: -1;
}

/*#loading {
    background: rgba(255, 255, 255, 0.8);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: -100px;
    width: 100%;
    z-index: 1000;
}

#loadingcontent {
    display: table;
    height: 100%;
    left: 0;
    position: fixed;
    top: -100px;
    width: 100%;
}*/

/*#loadingspinner {
    display: table-cell;
    font-size: larger;
    padding-top: 80px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}*/

.padTopBottom1 {
    padding-top: 1%;
    padding-bottom: 1%;
}

.marginTop1 { margin-top: 1%; }

.marginTopBottom1 {
    margin-top: 1%;
    margin-bottom: 1%;
}

.padTopBottom2 {
    padding-top: 2%;
    padding-bottom: 2%;
}

.padTop1 { padding-top: 1%; }

.padTop2 { padding-top: 2%; }

.padBottom2 { margin-top: 2%; }

.padLeft {
    padding-left: 3%;
}

.tableHeader {
    background-color: #215D69;
    color: #FFFFFF;
}

.debtTable {
    background-color: #215D69;
    color: #FFFFFF;
}

.headerFormat {
    background-color: #215D69;
    color: #FFFFFF;
    font-weight: bold;
}

.foot {
    text-align: center;
    font-weight: bold;
}

/*#return-to-top {
    -moz-border-radius: 35px;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-border-radius: 35px;
    -webkit-transition: all 0.3s linear;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    border-radius: 35px;
    bottom: 20px;
    display: block;
    display: none;
    height: 50px;
    position: fixed;
    right: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 50px;
}

#return-to-top i {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    color: #fff;
    font-size: 19px;
    left: 1%;
    margin: 0;
    position: relative;
    top: 13px;
    transition: all 0.3s ease;
}

#return-to-top:hover { background: rgba(0, 0, 0, 0.9); }

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
*/
#rttArrow {
    color: #f1f3f4;
    padding-left: 20%;
    padding-top: 18%;
}
.rightSideStickyContainer {
    position: -webkit-sticky;
    overflow: auto;
    top: 0; /* required */
    position: sticky;
    width: 210px;
    margin-left: 2%;
}

.nav-side-menu {
    background-color: #343a40;
    color: #f1f3f4;
    font-family: verdana;
    font-size: 12px;
    font-weight: 200;
    height: auto;
    overflow: auto;
    position: absolute;
    width: 275px;
}

.nav-side-menu .brand {
    background-color: #343a40;
    display: block;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    text-decoration: underline;
}

.nav-side-menu .toggle-btn { display: none; }

.nav-side-menu ul, .nav-side-menu li {
    cursor: pointer;
    line-height: 35px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.nav-side-menu ul :not(collapsed) .arrow:before, .nav-side-menu li :not(collapsed) .arrow:before {
    content: "\f078";
    display: inline-block;
    /*float: right;*/
    font-family: FontAwesome;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

.grpHead {
    background-color: #343a40;
    border-left: 3px solid white;
    color: white;
}

 

 
/*deleted*/
/*.sub-menu li { background-color: #f9f7fa; }*/
/*.nav-side-menu .sub-menu li.active, .nav-side-menu li .sub-menu li.active {
    background-color: #020203;
    color: #ffffff;
}*/

/*.nav-side-menu .sub-menu li.active a, .nav-side-menu li .sub-menu li.active a {
    background-color: yellow;
    color: #ffffff;
}*/


/* .nav-side-menu .sub-menu li:hover a, .nav-side-menu li .sub-menu li:hover a  {
            background-color: #020203;
            color: #ffffff;
        }*/

/*.nav-side-menu .sub-menu .nav-link {
    background-color: black;
    color: red;
    font-weight: bold;
    text-decoration: underline;
}*/
/*.nav-pills .nav-link.active {
    background-color: #343a40;
    color: #FFFFFF;
}*/
 

/*hover grphead color- white*/
.menu-content li:hover a {
    color: #ffffff;
}
/*needed for font*/
.nav-side-menu ul .sub-menu li{
    background-color: #f1f3f4;
    border: none;
    border-bottom: 1px solid #23282e;
    line-height: 28px;
    margin-left: 0px;
}

/*needd for hover*/
.nav-side-menu .sub-menu li:hover {
    background-color: #020203;
    color: #ffffff;
}


/*need for list tab*/
.nav-side-menu .sub-menu li:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}

/*need for border*/
.nav-side-menu li {
    border-bottom: 1px solid #23282e;
    border-left: 3px solid #2e353d;
    padding-left: 0px;
}


/
.marginLeft {
    margin-left: 5%;
}

.sub-menu li a {
    color: #034D96; text-decoration: none;
}

.grpHead a {
    color: #e1ffff;
    text-decoration: none;
}

.nav-side-menu li a i {
    padding-left: 10px;
    padding-right: 20px;
    width: 20px;
}

.mainDebt {
    margin-left: 20%;
    overflow: visible;
}

.stickyParent { overflow: visible; }

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 3px;    
}

.sticky:before, .sticky:after {
    content: '';
    display: table;
}

.boldText { font-weight: bold; }

.center { text-align: center; }

.stickyTableHeader {
    display: block;
    height: 500px;
    overflow: auto;
}

thead, tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

/*.width5 { width: 5%; }

.width6 { width: 6%; }

.width8 { width: 8%; }

.width10 { width: 10%; }

.width12 { width: 12%; }

.width30 { width: 30%; }

.width30-5 { width: 30.5%; }*/

/*#edsiTable {
    font-size: .85rem;
    word-wrap: break-word;
}

.pagination > .disabled > span, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: black;
}*/

@media (max-width: 1454px) {
    .nav-side-menu {
        margin-bottom: 10px;
        position: relative;
        width: 100%;
    }

    .nav-side-menu .toggle-btn {
        background-color: #ffffff;
        color: #000;
        cursor: pointer;
        display: block;
        padding: 3px;
        position: absolute;
        right: 10px;
        text-align: center;
        top: 10px;
        width: 40px;
        z-index: 10 !important;
    }

    .brand {
        font-size: 22px;
        line-height: 50px !important;
        padding-left: 20px;
        text-align: left !important;
    }

    .mainDebt {
        margin-left: 2px;
        width: 100%;
    }
}

@media (max-width: 1820px) {
    .rightSideStickyContainer {
        position: relative;
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 1819px) {
    .rightSideStickyContainer { position: relative; }
}

@media (min-width: 1455px) {
    .nav-side-menu .menu-list .menu-content { display: block; }        
}

/**Key Financial Statistics Styles*/

 
h2 {
    padding-top: 3%;
    padding-bottom: 1%;
}
.breadcrumb {
    margin-top: 1%;
    padding-top: 1%;
}
 

div.relative {
    position: relative;
    top: 0px;
    height: 800px;
}

div.absolute {
    position: absolute;
    top: 510px;
}
 
.nav-side-menu .sub-menu li.active, .nav-side-menu li .sub-menu li.active {
    background-color: #034D96;
    color: #ffffff;
}
.nav-side-menu .sub-menu li.active a, .nav-side-menu li .sub-menu li.active a {
        background-color: #034D96;
        color: #ffffff;
}

