﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
.sub-menu {
    list-style-type: none;
}
#Table_dp_setup td {
    padding: 0.30rem;
}
#Table_dp_setup th {
    padding: 0.25rem;  
}
.table-bordered-black td, .table-bordered-black th {
    border: 1px solid #000;
}
/* Provide sufficient contrast against white background */
a {
    color: #003399;
}
.tutorial-body #DialogLiteral > h3{
    font-size:1.15rem;
}
.activesub {
    background-color: blue;
}

#Debt_Tablebody{
    line-height:0px!important;
}
.card-body1 {
    margin: 0;
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
.btn-primary {
    color: #fff;
    background-color: #003399;
    border-color: #003399;
}
.btn-outline-primary {
    color: #003399;
    border-color: #003399;
}
    .btn-outline-primary:hover {
        color: #fff;
        background-color: #003399;
        border-color: #003399;
    }
.page-item.active .page-link {
    background-color: #003399;
    border-color: #003399;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    background-color: #003399;
    border-color: #003399;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #003399;
    border-color: #003399;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #003399;
    color: #fff;
}
 /*   .sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active ul.sub-menu a.nav-link {
        background-color: #003399;
        color: #fff;
    }*/
/*-------------------------------------------------- */
    html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.main-sidebar .brand-link {
    font-size: 17px;
    width:283px;
}

.brand-link .brand-image {
    max-height: 45px;
    margin-top: 2px;
}
.progress-indicator {
    margin: 0px;
    padding: 0 !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
nav{
    overflow-x:hidden;
}
.progress-indicator > li {
    list-style: none;
    text-align: center;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 11px;
    width: 100%;
}

        .progress-indicator > li:hover {
            color: #6f6f6f
        }

        .progress-indicator > li.completed, .progress-indicator > li.completed .bubble {
            color: #cd2122
        }

    .progress-indicator > li.active-step .bubble {
        background: #039;
        color: #fff !important;
    }
    .progress-indicator > li .bubble {
        border-radius: 1000px;
        width: 20px;
        height: 20px;
        background-color: #8AC5FF;
        display: block;
        margin: 0 auto 4px;
        border-bottom: 1px solid #888;
        color: #333 !important;
        line-height: 19px;
        font-size: 13px;
    }


        .progress-indicator > li .bubble:after {
            display: inline-block;
            position: absolute;
            top: 8px;
            height: 5px;
            content: '';
            background-color: #8AC5FF;
            z-index: 0;
            left: 66px;
            width: 168px
        }
        .progress-indicator > li .bubble:before {
            display: inline-block;
            position: absolute;
            top: 8px;
            width: 400%;
            height: 5px;
            content: '';
            background-color: #8AC5FF;
            z-index: 0;
            left: 66px;
        }

.progress-indicator > li.active-step .bubble, .progress-indicator > li.active-step .bubble:after, .progress-indicator > li.active-step .bubble:before {
    background-color: #039;
    border-color: #039
}

        .progress-indicator > li .bubble:before {
            left: 0px
        }

        .progress-indicator > li .bubble:after {
            right: 0
           
        }

.progress-indicator > li:first-child .bubble:after, .progress-indicator > li:first-child .bubble:before {
    width: 400%
}

    /*.progress-indicator > li:last-child .bubble:after, .progress-indicator > li:last-child .bubble:before {
        width:0px
    }*/

        .progress-indicator > li.active, .progress-indicator > li.active .bubble {
            color: #337ab7
        }

        .progress-indicator > li a:hover .bubble {
            color: #5671d0
        }

        .progress-indicator > li.danger .bubble, .progress-indicator > li.danger .bubble:after, .progress-indicator > li.danger .bubble:before {
            background-color: #d3140f;
            border-color: #440605
        }

        .progress-indicator > li.danger .bubble {
            color: #d3140f
        }
}

        .progress-indicator > li.warning .bubble {
            color: #edb10a
        }
        .progress-indicator > li.info .bubble {
            color: #5b32d6
        }

    .progress-indicator.stacked > li {
        text-indent: -10px;
        text-align: center;
        display: block
    }

   .progress-indicator.stacked > li .bubble:after, .progress-indicator.stacked > li .bubble:before {
            left: 50%;
            margin-left: -1.5px;
            width: 3px;
            height: 100%
        }

    .progress-indicator.stacked .stacked-text {
        position: relative;
        z-index: 10;
        top: 0;
        margin-left: 60% !important;
        width: 45% !important;
        display: inline-block;
        text-align: left;
        line-height: 1.2em
    }

    .progress-indicator.stacked > li a {
        border: none
    }

    .progress-indicator.stacked.nocenter > li .bubble {
        margin-left: 0;
        margin-right: 0
    }

        .progress-indicator.stacked.nocenter > li .bubble:after, .progress-indicator.stacked.nocenter > li .bubble:before {
            left: 10px
        }

    .progress-indicator.stacked.nocenter .stacked-text {
        width: auto !important;
        display: block;
        margin-left: 40px !important
    }



.progress-indicator > li.active-step {
    color: #039;
    font-weight: bold;
}
.line {
    width: 120px;
    height: 6px;
    background: #63d19e;
    left: 0;
    right: 50%;
    margin-right: 20px;
}


.aaa_border {
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: normal;
    background-color: #FFFFFF;
    list-style-type: lower-roman;
    color: #0033CC;
    line-height: 15px;
}
.aaa {
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: normal;
    background-color: #ffffff;
    list-style-type: lower-roman;
    color: #0033CC;
    line-height: 15px;
}
.subtitle {
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    line-height: 23px;
    color: #000000;
    border: thin none #FFFFCC;
    background-color: #E6F2FF;
    font-variant: normal;
    font-style: normal;
}
.titleinitial {
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 14px;
    color: #000000!important;
    background-color: #8AC5FF!important;
    text-align: center;
}
.titlebar {
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 14px;
    color: #000000;
    background-color: #8AC5FF;
    text-align: center;
}
#DialogLiteral {
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: normal;
    background-color: #ffffff;
}
.card-title {
    font-weight: bold;
}
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 600;
}
.col-form-label span {
    margin-left: 2px;
}
.field-validation-error {
    color: #dc3545;
    font-size: 14px;
}
.clearfix {
    clear: both;
    display: block;
    width: 100%;
}
.form-group {
    margin-bottom: 12px;
}
.nav-sidebar > .nav-item {
    width: 100%;
}
.sub-menu {
    padding-left: 15px;
    display: none;
}
    .sub-menu li, .sub-menu li i {
        font-size: 14px !important;
    }
/*.nav-link.active + .sub-menu {
    display: block;
}*/
.sub-menu .nav-link.active{
    background: none !important;
}
.card-body ol, .card-body ul {
    padding-left: 17px;
}
.tutorial-body{
    display: none;
}
.tutorial-link{
    cursor: pointer;
}
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}
.card {
    border-bottom: none;
}
.bubble span {
    position: relative;
    z-index: 9;
}
.col-form-label {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.fa-lightbulb {
    color: #039;
}
a.nav-link.active ~ .sub-menu {
    display: block;
}
.nav-pills .nav-link.widget-selected {
    color: #007bff;
}
.btn-primary.width-95 {
    width: 95px;
    margin: 0 6px;
}
span#Newpass_Error {
    max-width: 365px;
    margin: 0 auto;
    display: table;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 12px;
}
#Certificate .form-check-input {
    margin-top: 6px;
    left: 24px;
}
.section-sidebar ul li a {
    font-size: 15px;
    padding: 5px 10px;
    color: #c2c7d0;
}
aside.section-sidebar .nav-sidebar .nav-item > .nav-link i {
    font-size: 14px;
    color: #c2c7d0;
}
aside.section-sidebar .nav-sidebar .nav-item > .nav-link.active i {
    color: #fff;
}
aside.section-sidebar .nav-pills .nav-link {
    color: #c2c7d0;
}
.tox-statusbar__branding {
    display:none !important;
}
@media screen and (max-width: 768px) {
    .progress-indicator > li {
        font-size: 0;
    }
    textarea {
        width: 100%;
    }
    #IncomeAnalysis_form .form-control, #ExpenseAnalysis_form .form-control {
        width: 180px;
    }
}

