.treeview .list-group-item {
	padding: 5px;
}

.badge.level-1
{
    background-color: #FFA5A5;
}
.badge.level-2
{
    background-color: #65B0D5;
}  
.badge.level-3
{
    background-color: #76B976;
}
.list-group-item .badges {
	float: right;
    margin-top: -2px;
}
.badge {
    border-radius: 3px;
    padding: 5px 6px 4px;
    margin-left: 5px;
}
.badges {
    width: 160px;
}
span.file {
    color: #fff;
}
#success-message {
    margin-top: 20px;
}
#ruling-submit {
    padding: 10px;
    background-color: #65B0D5;
	width: 400px;
}
.hs-title {
    font-size: 16px;
}
.results-title {
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
}
.well.tax-box {
    margin-top:10px 
}
.well.tax-box h3 {
     margin-top: 10px;
	 border-bottom: 1px solid #d6d6d6;
     padding: 0px 0px 10px;
     margin-bottom: 10px;
}
.well.tax-box .leave-site {
    float: right;
}
#procedure-table {
    margin-left: 20px;
}
#procedure-table tbody tr:first-child td {
    border-top:none;
}
#procedure-table tbody tr td:nth-child(2) {
    width: 1%;
}
.logos img {
    margin: 0 40px;
}

.price {
    font-weight: 600;
}

.currency-selector {
    cursor: pointer;
}

.sim-value.form-control {
    /* border-radius: 3px !important; */
    border: 1px solid #ccc !important;
    padding: 4px 8px !important;
    min-height: auto;
}

.sim-calculated-value {
    border: 1px solid transparent;
    background: transparent;
    cursor: default;
	color: #428bca;
    font-weight: 400;
    font-size: 30px;
    padding: 0px;
    margin: -5px 0;
}

.sim-calculated-value:focus,
.sim-calculated-value:active,
.sim-calculated-value:hover {
    cursor: default;
    outline: none;
}
label.sim-label {
    margin-bottom: 10px;
}
.sim-label {
    font-weight: 400;
}

.commodity > span {
    display: inline-block;
    vertical-align: middle;
}

.commodity .name {
    padding: 5px 0 4px;
}

.commodity-breadcrumb {
    color: rgba(119, 119, 119,.75);
}

.treeview .list-group-item {
    display: flex;
	border-top: 1px solid #ebebeb;
}

.treeview .list-group-item > span {
    flex: 5;
}

.treeview .list-group-item > span.indent {
    flex: 0;
}

.treeview .list-group-item > span.icon {
    flex: 0;
}

.treeview .list-group-item > span.badges {
    flex: 1;
    max-width: 170px;
}

#tariff-search-result-content > .list-group {
    max-height: 360px;
    overflow: hidden;
    overflow-y: scroll;
}
.classification.row h3 {
	    font-size: 16px;
	}

ul.nav.nav-tabs li.active {
	font-weight:600;

}

select option.option-none {
    display: none;
}