html { scroll-behavior: smooth; } 


.badge-download {
    display: inline-block;
    min-width: 10px;
    padding: 4px 9px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #4CAF50;
    border-radius: 30px;
}

.wrapper, .main-sidebar, .left-side{
    background-color: #c1e7f4 !important;
}

.sidebar-menu>li>a{
    color: #000 !important;
    border-left:none !important;
}

.user-panel>.info, .user-panel>.info>a{
    color: #000 !important;
}
.user-panel>.info{
    padding: 5px 5px 5px 15px;
    line-height: 1;
    position: relative;
    left: 0;
}
.sidebar-menu>li.header, .sidebar-menu>li>a:hover, .sidebar-menu>li.active>a{
    color: #fff !important;
}
.main-header .navbar,.sidebar-menu>li.header{
    background-color: #6b4f2e !important;
}
.main-header .logo{
    background-color: #6b4f2e !important;
}
.sidebar-menu>li:hover>a, .sidebar-menu>li.active>a{
    background: #6b4f2e !important;
}
.treeview-menu>li>a{
    color:#fff !important;
}
.sidebar-menu>li>.treeview-menu{
    background: #6b4f2e !important;
}

.md-stepper-horizontal {
    display:table;
    width:100%;
    margin:0 auto;
    background-color:#FFFFFF;
    box-shadow: 0 3px 8px -6px rgba(0,0,0,.50);
}
.md-stepper-horizontal .md-step {
    display:table-cell;
    position:relative;
    padding:24px;
}
.md-stepper-horizontal .md-step:hover,
.md-stepper-horizontal .md-step:active {
    background-color:rgba(0,0,0,0.04);
}
.md-stepper-horizontal .md-step:active {
    border-radius: 15% / 75%;
}
.md-stepper-horizontal .md-step:first-child:active {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.md-stepper-horizontal .md-step:last-child:active {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.md-stepper-horizontal .md-step:hover .md-step-circle {
    background-color:#757575;
}
.md-stepper-horizontal .md-step:first-child .md-step-bar-left,
.md-stepper-horizontal .md-step:last-child .md-step-bar-right {
    display:none;
}
.md-stepper-horizontal .md-step .md-step-circle {
    width:30px;
    height:30px;
    margin:0 auto;
    background-color:#999999;
    border-radius: 50%;
    text-align: center;
    line-height:30px;
    font-size: 16px;
    font-weight: 600;
    color:#FFFFFF;
}
.md-stepper-horizontal.green .md-step.active .md-step-circle {
    background-color:#00AE4D;
}
.md-stepper-horizontal.orange .md-step.active .md-step-circle {
    background-color:#F96302;
}
.md-stepper-horizontal .md-step.active .md-step-circle {
    background-color: #00a65a;
}
.md-stepper-horizontal .md-step.done .md-step-circle:before {
    font-family:'FontAwesome';
    font-weight:100;
    content: "\f00c";
}
.md-stepper-horizontal .md-step.done .md-step-circle *,
.md-stepper-horizontal .md-step.editable .md-step-circle * {
    display:none;
}
.md-stepper-horizontal .md-step.editable .md-step-circle {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.md-stepper-horizontal .md-step.editable .md-step-circle:before {
    font-family:'FontAwesome';
    font-weight:100;
    content: "\f040";
}
.md-stepper-horizontal .md-step .md-step-title {
    margin-top:16px;
    font-size:16px;
    font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-title,
.md-stepper-horizontal .md-step .md-step-optional {
    text-align: center;
    color:rgba(0,0,0,.26);
}
.md-stepper-horizontal .md-step.active .md-step-title {
    font-weight: 600;
    color:rgba(0,0,0,.87);
}
.md-stepper-horizontal .md-step.active.done .md-step-title,
.md-stepper-horizontal .md-step.active.editable .md-step-title {
    font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-optional {
    font-size:12px;
}
.md-stepper-horizontal .md-step.active .md-step-optional {
    color:rgba(0,0,0,.54);
}
.md-stepper-horizontal .md-step .md-step-bar-left,
.md-stepper-horizontal .md-step .md-step-bar-right {
    position:absolute;
    top:36px;
    height:1px;
    border-top:1px solid #DDDDDD;
}
.md-stepper-horizontal .md-step .md-step-bar-right {
    right:0;
    left:50%;
    margin-left:20px;
}
.md-stepper-horizontal .md-step .md-step-bar-left {
    left:0;
    right:50%;
    margin-right:20px;
}

p{
    font-weight: normal;
}
@media (min-width: 992px){
    .modal-xlg{
        width: 90%;
    }
}
.btn-primary {
    background-color: #a0b70d !important;
    border-color: #6b4f2e;
}
.wrapper, .main-sidebar, .left-side {
    background-color: #6b4f2e !important;
    color: #6b4f2e !important;
}
.sidebar-menu>li>a {
    color: #fff !important;
    border-left: none !important;
}
.btn-success {
    background-color: #a0b70d;
    border-color: #a0b70d;
}
.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
    background-color: #a0b70d !important;
}
a {
    color: #a0b70d;
}