
/*Dashboard-Area*/

.dashboard-area {
    padding-top: 30px;
    padding-bottom: 60px;
}
.option-board {
    background: #fff;
    border: 1px solid #ddd;
    margin-top: 30px;
}
.option-board ul li {
    border-bottom: 1px solid #ddd;
}
.option-board ul li:last-child {
    border-bottom: 0px;
}
.option-board ul li.active {
    background: #d8203b;
}
.option-board ul li.active a {
    color: #fff;
}
.option-board ul li a {
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    font-size: 14px;
    color: #2a2a2a;
    padding: 7px 15px;
    transition: all 0.4s;
}
.option-board ul li a:hover {
    background: #d8203b;
    color: #fff;
}
.option-board ul li span {
    font-size: 18px;
    margin-right: 15px;
}
/*Detail-Dashboard*/

.detail-dashboard {
    margin-top: 30px;
}
.detail-dashboard h1 {
    margin-bottom: 30px;
}
.information-form {
    overflow: hidden;
    padding: 0;
}
.dataTables_wrapper .dataTables_filter input {
    height: 25px;
    text-indent: 10px;
    font-weight: 400;
    border: 1px solid #ddd;
}
/*Add Car*/
