/*------------------------------------------------------------------------------------*/
/*------------------------------  YOUR CUSTOM CSS STYLE  -----------------------------*/

.no-p-left{
	padding-left: 0 !important;
}
.no-p-right{
	padding-right: 0 !important;
}
li.paginate_button a {
    background: #2b2e33;
    color: white;
}
li.paginate_button.active a, li.paginate_button a:hover {
    background: #159077;
    border: #159077;
    color: white;
}
ul.pagination {
    float: right;
}

tr:hover td {
    background: #dcdcdc !important;
    cursor: pointer;
}
.no-hover tr:hover td {
    background: none !important;
    cursor: default;
}

.color-jti{
    color: #18A689;
    font-weight: bold
}
.no-show{
    display: none;
}
.first-level span, .second-level span, .thirth-level span {
    float: left;
    display: inline-block;
    font-size: 16px;
}
.second-level {
    margin-left: 25px;
}
.thirth-level {
    margin-left: 50px;
}
.bg-jti {
    background: #18a689;
    color: white !important;
}
.md-content.md-content-white h3 {
    font-size: 22px;
    padding: 20px 0;
}
.label-marca {
    background: none;
    color: #555555;
    border: solid 1px;
}
.md-content span.filter-option.pull-left {
    font-size: 14px;
}
.progress {
    height: 12px;
    margin-bottom: 0;
    margin-top: 5px;
    width: 80%;
}
.percent {
    width: 20%;
}
.all-dates {
    display: inline-block;
    width: 100%;
}
p.mini {
    font-size: 12px;
    font-style: italic;
    margin: 0;
}
#list{
    height: 500px;
    overflow-y: scroll;
}
#list .row{
    padding: 4px;
    border-bottom: 1px solid #ccc;
}
#list .row p{
    margin-bottom: 0;
}
#list .btn.btn-xs{
    padding: 1px 4px;
}