.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-default {
    border-color: #c10f0f6b;
}

.panel-body-clp {
    padding: 0 15px 0 15px !important;
}

.cl-list-item {
    transition: all .5s;
}

.cl-list-item-price {
    border-left:1px solid #dcdcdc;;
}

.cl-list-item-row {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.cl-list-item-price h4 {
    margin: auto;
}

.col-clp-curso-title {
    margin-top: 15px;
    margin-bottom: 15px;
}

select.header-search-select-clp {
    width: 100%;
    display: inline-block;
    border: none;
    float: left;
    height: 40px;
    background-color: #fff;
}

.cl-list-item:hover {
    box-shadow: 0 .4rem 1rem rgba(0,0,0,.15)!important;
}

.cl-list-item-body {
	align-items: center!important;
	justify-content: space-between!important;
	display: flex!important;
}

.search-by-courses-container {
	margin-bottom: 4rem;
	margin-top: 2rem;
}

.search-by-courses {
	padding-right: 0px !important;
}
