.backdashOption{
	margin-bottom: 10px;
}
.list-inline>li{margin-bottom: 10px;}
#loading-bar-spinner .spinner-icon{
    top: 50%;
    left: 50%;
    position: relative;	
}
#loading-bar-spinner{
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}

.loading-flowc{
    background: gray;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    -ms-filter: 'alpha(opacity=50)';
}

table.matrizLegalEdit tr td div.minhight {min-height: 89px;}
.margin10{margin: 10px;}
.categoryTitle{
    font-size: 21px;
    text-decoration: underline;
}
.selectTools label{margin-right: 10px;
  color: #2196F3;}
.selectTools label:hover{
    text-decoration: underline;
    cursor: pointer;
}
#filter .btn-group{
    margin-top: 20px;
}

.breadcrumb {
    background: none;
    font-size: 20px;
}
.categoryBox {
    padding: 10px;
    border: 1px solid lightgrey;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.regular-select .select2-container--default .select2-selection--multiple{
    border: 0px;
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-box-shadow: inset 0 -1px 0 #ddd;
    box-shadow: inset 0 -1px 0 #ddd;
    border-radius: 0px;
}