﻿label.is-invalid {
    display: none !important;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    /*    display: table;
    width: 100%;
    position: relative;*/
    display: table;
    width: 85%;
    position: relative;
    margin-left: 28px;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.p-viewer {
    z-index: 9999;
    position: absolute;
    top: 24%;
    right: 29px;
}
.textStyle {
    color: white !important;
    font-weight: bold !important;
}

.separatorCustom {
    height: 100% !important;
    /* width: 40px; */
    /* border-left: 5px solid black; */
    display: inline-block;
    border-left: 1px solid #ccc;
    margin: 0px 10px -12px 10px;
}

.separatorCustom1 {
    height: 100% !important;
    /* width: 40px; */
    /* border-left: 5px solid black; */
    display: inline-block;
    border-left: 1px solid #ccc;
    margin: 0px 10px 0px 10px;
}

.selected {
    background: transparent !important;
    color: black !important;
}

.format-pre pre {
    color: #545454;
    font-size: 1.125em;
    font-weight: 300;
    line-height: normal;
    word-wrap: break-word;
    font-family: inherit;
}
/*.sidebar-item.active > .sidebar-link {*/
/*    background: #23487d;*/

/*}*/
/*.sidebar-item.active > #Reportlink {
    background: #23487d;
}*/
.sidebar-dropdown .sidebar-item.active .sidebar-link {
    /*  background: #e9ecef;*/
    /*   color: black;*/
    color: white;
    background: #23487d;
    border-bottom-style: solid;
}
.sidebar-dropdown .sidebar-link {
    background: #e9ecef;
    color: black;
    /*    border-top-style: solid;*/
    border-bottom-style: solid;
    border-color: black;
    border-width:0.5px;
}

.sidebar-dropdown .sidebar-item:hover {
    background-color: #23487d;
}
