@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
.wrap-table {
    margin: 10px 0;
    padding: 0 !important;
}

.panel-group {
    border: 1px solid #e0e0e0;
    background-color: white;
    padding: 0.5rem;
    background-color: #fff;
}

.panel-title {
    position: relative;
}

.panel-title>a {
    font-family: 'Roboto Condensed', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    text-decoration: none !important;
    color: #111;
    text-transform: uppercase;
    font-size: 16px;
    padding: 18px 20px 18px 25px;
    font-weight: 700;
}

.panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
    position: relative;
    top: 8px;
    right: 0;
}

.panel-title>a.collapsed:before {
    float: right !important;
    content: "\f067";
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none;
    outline: none;
    color: #e74c3c;
}

.tabel-panel td {
    border: 1px solid #fff;
    font-size: 14px;
}

.tabel-panel tr td input {
    font-family: 'Hind', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    border: 1px solid #e0e0e0;
    padding:0.36rem 0.66rem;
}

.tabel-panel tr td input:focus {
    outline: 0;
    border-color: #e74c3c;
}

.wrap-table .tabel-panel button {
    font-size: 16px;
    border-radius: 0;
    padding: 0 25px;
    line-height: 42px;
}

.wrap-table .tabel-panel .btn-primary:focus {
    background-color: #0060c5;
    box-shadow: none !important;
}

.wrap-table .tabel-panel .btn-secondary:focus {
    background-color: #5a6268;
    box-shadow: none !important;
}

.wrap-table .tabel-panel button {
    outline: none;
}