/*panel*/

.panel a:hover {
    text-decoration: none;
}




/*panel*/

.panel:hover {
    text-decoration: none;
    background-color: #ece5fd;
}

.panel {
    position: relative;
}

.panel p {
    font-size: 18px;
    margin: 0px;
    color: #EF6083;
}

.panel h4 {
    font-size: 20px;
    margin: 5px 0px;
}




/*state*/

.state {
    position: absolute;
    bottom: 72px;
    right: 15px;
    color: #fff;
    padding: 10px
}

.state-success {
    background-color: #5cb85c;
}

.state-danger {
    background-color: #d9534f;
}

.state-primary {
    background-color: #337ab7;
}

#search {
    background-color: #fbac91;
    padding-top: 10px;
    padding-bottom: 10px;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}


.modal-content {
    background-color: #e2edf1;
}


@media (max-width: 768px) {
    #search .col-md-3 {
        margin-top: 10px;
    }
}