.left_col {
    font-size: small;
}
.nav-md .hero-logo {
    margin-left:5px;
    margin-top:5px;
    padding: 1%;
    border-radius:15%;
}
.nav-sm .hero-logo {
    margin-left:5px;
    margin-top:5px;
    padding: 10%;
    border-radius:15%;
    width: 70%;
    height: 100%;
}

body .container.body .right_col {
    /*background: white;*/
}
table.pretty thead tr th.highlightcol {
    border-color: #2E6E9E #2E6E9E gainsboro;
    border-style: solid;
    border-width: 2px 2px 1px;
}
table.pretty thead tr th.lefthighlightcolheader, table.pretty tbody tr td.lefthighlightcolheader, table.pretty tfoot tr th.lefthighlightcolheader {
    border-left: 2px solid #2E6E9E;
    text-align: center;
}
table.pretty thead tr th.righthighlightcolheader, table.pretty tbody tr td.righthighlightcolheader, table.pretty tfoot tr th.righthighlightcolheader {
    border-right: 2px solid #2E6E9E;
    text-align: center;
}
.insideBody {
    margin-top:15px;margin-bottom:18px;border:2px solid #f1f1f1;border-radius:2px;padding:25px;
}
.primaryColor, a.link {
    color: #0ca5ff;
}
.white-nav li.active label {
    color: #FFFFFF;
}
.highlightcol {
    text-align: center;
}
.page-title .title_left {
    width: 80%;
}
.page-title .title_right {
     width: 20%;
 }
textarea {
    resize: none;
}
b {
    color: #333;
}

.login {
    width: 50%;
    margin: 0 auto;
    padding: 5%;
}

.login form {
    background: #f1f1f1;
    padding: 5%;
}

@media only screen and (max-width: 600px) {
    .login {
        width: 100%;
        margin: 0 auto;
        padding: 5%;
    }

    .login form {
        background: #fff;
        padding: 5%;
    }
}

.card-primary .nav-link,
body a.bold-link,
.breadcrumb li a {
    font-weight: 550;
    color: #0ca5ff !important;
}
.breadcrumb {
    background: transparent !important;
    font-size: 18px;
}

.card-primary .nav-link.active {
    color: #333 !important;
}

body {
    font-size: 15px;
}

body h2, body h3 {
    color: #0ca5ff;
}

body table th {
    color: #333333;
}

.required:after {
    content: " *";
    color: red;
}

.nav.child_menu > li > a {
    font-size: 13px;
}

.top_nav .navbar-right {
    width: auto;
}

.branch-heading {
    font-size: 16px;
    text-align: center;
    line-height: 4;
}

.page-title .title_left,
.x_title h2 {
    text-transform: uppercase;
    color: #0ca5ff !important;
}

.non-bold {
    font-weight: lighter !important;
}

.login {
    background: lightgrey;
}

.login_form {
    background: #ffffff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 2px !important;
    background: transparent !important;
}

.dataTables_wrapper .btn {
    margin: 5px;
}

#myTab li a.active {
    color: #65afbb;
}

#myTab li {
    color: #65afbb;
    background: #fff;
    padding: 3px;
}

#hidden-tabs{
    height: 0px;
    list-style-type: none;
    padding:0;
    margin:0;
}

#hidden-tabs{
    height: 0px;
    list-style-type: none;
    padding:0;
    margin:0;
}
#hidden-tabs li{
    height: 0px;
    padding:0;
    margin:0;
}

#hidden-tabs li a{
    height: 0px;
    padding:0;
    margin:0;
}


/*BEGIN TREE CSS*/

.tree,
.tree ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.tree ul {
    margin-left: 1em;
    position: relative
}
.tree ul ul {
    margin-left: .5em
}
.tree ul:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px solid
}
.tree li {
    margin: 0;
    padding: 0 1em;
    line-height: 2em;
    color: #369;
    font-weight: 700;
    position: relative
}
.tree ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 0;
    border-top: 1px solid;
    margin-top: -1px;
    position: absolute;
    top: 1em;
    left: 0
}
.tree ul li:last-child:before {
    background: #fff;
    height: auto;
    top: 1em;
    bottom: 0
}
.indicator {
    margin-right: 5px;
}
.tree li a {
    text-decoration: none;
    color: #369;
}
.tree li button,
.tree li button:active,
.tree li button:focus {
    text-decoration: none;
    color: #369;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
}

/* Print of the tree view report.*/
@media print {
    .section-not-to-print , .navbar-right, #menu_toggle{
        display: none;
    }
    a[href]:after {
        content: none !important;
    }
    table.dataTable td {
        font-size: 10px;
    }
}

.main_menu_side .nav>li>a {
    padding: 10px !important;
}

.report-home ul li {
    margin: 20px 0;
}