.color-gray {
    color: #626262;
}

.breadcrumbs-top {
    margin-top: 8px;
}

.content-header-right {
    margin-top: 8px;
}

.breadcrumb {
    font-family: 'Prompt', Helvetica, Arial, serif;
    font-weight: 300;
    font-size: 1rem;
    background-color: transparent;
    border-left: 1px solid rgb(214, 220, 225);
    border-radius: 0px;
    padding: 0.5rem 0px 0.5rem 1rem !important;
}

.form-left-title {
    padding-top: 8px;
    vertical-align: middle;
    display: block;
    padding-left: 10px;
    padding-right: 0px !important;
}

.form {
    margin-bottom: 5px
}

.hidden-bg {
    background: transparent !important;
    box-shadow: none;
}

body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation>li>a>span {
    padding-left: 15px;
    font-size: 14px;
}

.name-site {
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #006338;
    padding: 4px;
    display: block;
}

.no-bg {
    background: transparent !important;
    box-shadow: none !important;
}

.actions-top {
    padding: 1rem 1.2rem 0.8rem 1rem;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 10px;
    border-radius: 8px 8px 0 0;
    display: block;
}

.img-center img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.text-modal {
    font-size: 1.2rem;
}

.btn-yellow {
    background: #FDECA6;
    width: 28px;
    height: 28px;
    border: 1px solid;
}

.text-link {
    text-decoration: underline !important;
}

td a {
    text-decoration: underline;
    color: inherit
}

td a:not([href]):not([tabindex]) {
    text-decoration: underline;
    color: inherit
}

td a:not([href]):not([tabindex]):hover {
    text-decoration: underline;
    color: #45A20F;
}

.header-NPA-buy {
    background: #F8C9E1;
    padding: 1rem 1.2rem 0.8rem 1rem;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 10px;
    border-radius: 8px 8px 0 0;
    display: block;
}

.header-NPA-sale {
    background: #F8C9E1;
    padding: 1rem 1.2rem 0.8rem 1rem;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 10px;
    border-radius: 8px 8px 0 0;
    display: block;
}

.header-NPL {
    background: #9CBEDC;
    padding: 1rem 1.2rem 0.8rem 1rem;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 10px;
    border-radius: 8px 8px 0 0;
    display: block;
}

.bg-npa-buy {
    background: #fdeaea;
    border: 5px solid #fbd6d8;
}

.bg-npa-sale {
    background: #dbe8f1;
    border: 5px solid #bad3e4;
}

.bg-npl {
    background: #dae6cc;
    border: 5px solid #bccea0;
}

.bg-npa-buy td {
    background: #FDEFF6;
}

.bg-npa-sale td {
    background: #D0F3FC;
}

.bg-npl td {
    background: #E8F2E2;
}

.doc-number-npa {
    padding: 8px 20px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #cccccc;
}

.bs-wizard {
    margin-top: 40px;
}

.bg-main {
    background: url(../../app-assets/images/backgrounds/menu-bg.png)bottom left no-repeat;
}

.bg-main-2 {
    background: #f8f8f8 url(../../app-assets/images/backgrounds/menu-bg-2.png)bottom right no-repeat;
}

.nav-item img {
    width: 20px;
    height: auto;
}
.main-menu.menu-light .navigation li a { padding: 5px;}


/*-------step--------*/



.progress_tab {
    padding: 0;
    list-style-type: none;
    font-size: 12px;
    clear: both;
    line-height: 1em;
    margin: 0 -1px;
    text-align: center;
}

.progress_tab li {
    float: left;
    padding: 20px 5px 20px 20px;
    background: #e1a6ad;
    color: #fff;
    position: relative;
    /*border-top: 1px solid #e1a6ad;
    border-bottom: 1px solid #e1a6ad;*/
    width: 15.5%;
	height: 75px;
    margin: 0 1px;
	font-size: 15px;
}

.progress_tab li:before {
    content: '';
    border-left: 16px solid #fff;
    border-top: 37px solid transparent;
    border-bottom: 37px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    
}
.progress_tab li:after {
    content: '';
    border-left: 16px solid #e1a6ad;
    border-top: 37px solid transparent;
    border-bottom: 37px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
}
.progress_tab li:nth-child(1):before {
	border:none;
}

.progress_tab li span { line-height: 30px; font-size: 12px; color: #B36973;}

.progress_tab li.active {
    background: #006338;
}

.progress_tab li.active span {
     color: #30B97D;
}

.progress_tab li.active:after {
    border-left-color: #006338;
}
