.sidebar-nav > ul > li.active > a, .sidebar-nav > ul > li.active:hover > a {
    color: #ffffff;
    background: #1d9360 !important;
}

.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
    color: #1d9360;
}

.sidebar-nav > ul > li > a.active {
    font-weight: 400;
    background: #1d9360;
    color: #ffffff;
}

.sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
    color: #1d9360;
}

.sidebar-nav > ul > li.active > a i {
    color: white;
}

.topbar {
    background: #1d9360;
}

.img-thumbnail-header {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 50%;
    height: auto;
}

.breadcrumb-item.active a {
    color: #1d9360;
}

a:hover {
    color: #1d9360;
    text-decoration: underline;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

[type="checkbox"] + label {
    padding-left: 30px;
    height: 25px;
    line-height: 28px;
    font-weight: normal;
}

[type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 28px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    margin-right: 3px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

[type="checkbox"]:checked + label:before {
    top: 0px;
    left: 0px;
    width: 8px;
    height: 17px;
    margin: 5px;
}

.btn-info, .btn-info.disabled {
    background: #1d9360;
    border: 1px solid #1d9360;
    -webkit-box-shadow: 0 2px 2px 0 rgba(29, 147, 96, 0.14), 0 3px 1px -2px rgba(29, 147, 96, 0.2), 0 1px 5px 0 rgba(29, 147, 96, 0.12);
    box-shadow: 0 2px 2px 0 rgba(29, 147, 96, 0.14), 0 3px 1px -2px rgba(29, 147, 96, 0.0.2), 0 1px 5px 0 rgba(29, 147, 96, 0.12);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.btn-info:hover, .btn-info.disabled:hover {
    background: #1d9360;
    border: 1px solid #1d9360;
    -webkit-box-shadow: 0 14px 26px -12px rgba(29,147,96, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(29,147,96, 0.2);
    box-shadow: 0 14px 26px -12px rgba(29,147,96, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(29,147,96, 0.2);
}

.btn-success:hover, .btn-success.disabled:hover {
    background: #1d9360;
    -webkit-box-shadow: 0 14px 26px -12px rgba(29,147,96, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(29,147,96, 0.2);
    box-shadow: 0 14px 26px -12px rgba(29,147,96, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(29,147,96, 0.2);
    border: 1px solid #1d9360;
}

a {
    color: black;
}

.btn-primary {
    color: black;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary, .btn-primary.disabled {
    background: #f8cf27;
    border: 1px solid #f8cf27;
    -webkit-box-shadow: 0 2px 2px 0 rgba(248,207,39, 0.14), 0 3px 1px -2px rgba(248,207,39, 0.2), 0 1px 5px 0 rgba(248,207,39, 0.12);
    box-shadow: 0 2px 2px 0 rgba(248,207,39, 0.14), 0 3px 1px -2px rgba(248,207,39, 0.2), 0 1px 5px 0 rgba(248,207,39, 0.12);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    color: black;
}

.btn-primary:hover, .btn-primary.disabled:hover {
    background: #f8cf27;
    -webkit-box-shadow: 0 14px 26px -12px rgba(248,207,39, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248,207,39, 0.2);
    box-shadow: 0 14px 26px -12px rgba(248,207,39, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248,207,39, 0.2);
    border: 1px solid #f8cf27;
    color: black;
}

.page-card-title {
    margin-bottom: .75rem;
    color: #1d9360;
    border-bottom: dotted 2px #1d9360;
    padding-bottom: 10px;
}

.form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1d9360), to(#1d9360)), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
    background-image: -webkit-linear-gradient(#1d9360, #1d9360), -webkit-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: -o-linear-gradient(#1d9360, #1d9360), -o-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: linear-gradient(#1d9360, #1d9360), linear-gradient(#d9d9d9, #d9d9d9);
    border: 0 none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover, .btn-info.focus, .btn-info:focus {
    background-color: #1d9360;
    border: 1px solid #1d9360;
}

.btn-info.active, .btn-info:focus, .btn-info.disabled.active, .btn-info.disabled:focus {
    background: #1d9360;
    -webkit-box-shadow: 0 14px 26px -12px rgba(29,147,96, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(29,147,96, 0.2);
    box-shadow: 0 14px 26px -12px rgba(29,147,96, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(29,147,96, 0.2);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #000;
    background-color: #f8cf27;
    border-color: #f8cf27;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248,207,39,.5);
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
    background-color: #f8cf27;
    border: 1px solid #f8cf27;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1d9360;
}

.full-width {
    width: 100% !important;
}

.input-generate-code {
    font-weight: 800!important;
    font-size: 16px!important;
}

.app-search .select2-container--default .select2-selection--single {
    border: 0px solid #aaa;
}

.select2-container--default .select2-selection--single {
    border-color: #d9d9d9;
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
}

.form-control {
    color: #67757c;
    min-height: 38px;
    display: initial;
}

.search-box .app-search {
    position: absolute;
    margin: 0px;
    display: block;
    z-index: 500!important;
    width: 100%;
    top: 0px;
    -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0px;
}

.app-search {
    background-color: white;
    padding: 12px 0px;
}

.text-white {
    color: white!important;
}

.border-primary {
    background: #f8cf27;
    border: 1px solid #f8cf27;
}

.product-top-info{
    background: #ECECEC 0% 0% no-repeat padding-box;
    border: 0.5px solid #CBCBCB;
    border-radius: 10px;
    opacity: 1;
    padding: 15px;
    margin-bottom: 30px;
    
}


.product-info-box{
	margin-right: 20px;
    display: inline-block;
    
}

.little-detail-name{
    color: #000000;
    font-size: 10px;
    font-weight: 900;

}

 .green-title{
	color: #15BE34;
	font-size: 14px;
	font-weight: bold;
}

.label-type {
    font-weight: 500;
}

.label-type.green {
    color: #37AB4C!important;
}

.label-type.red {
    color: red!important;
}

.is_stuck {
    width: 100% !important;
}

.custom-document-types-row {
    margin-top: -15px!important;
    margin-bottom: 10px!important;
}

.has-success .form-control {
    border-color: #1d9360;
}

.btn-outline-success {
    color: #37AB4C;
    border-color: #1d9360;
}

.btn-outline-success.active {
    color: white;
    background-color: #1d9360;
    border-color: #1d9360;
}

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success.focus {
    background: #1d9360;
    border-color: #1d9360;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0rem rgba(40,167,69,.5);
}

.no-border-radius {
    border-radius: 0px!important;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #1d9360;
    border-color: #1d9360;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
    outline: dotted thin;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 0px;
    outline: -webkit-focus-ring-color auto 5px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 0px;
    outline-offset: -2px;
}



