@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
.nav-ongkir {
    max-width: 100% !important;
    font-family: Arial, sans-serif;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.nav-tabs .nav-item {
    border-right:0px solid #fff;
    display: inline-block;
    width: calc(33.33%);
    background: #e74c3c;
    text-align: center;
    border-bottom: 1px solid #fff;
    margin:0! important;
}

.nav-tabs .nav-link {
    border: none;
    border-radius: 0 !important;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 600;
    color: #f8f9fa;
}

.nav-tabs .nav-link {
    outline: none;
}

.nav-tabs .nav-link.active {
    border-bottom: 1px solid #f1f1f1 !important;
    color: #e74c3c !important;
}

#tabContent input[type="text"] {
    font-family: 'Hind', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    display: block;
    width: 100%;
    height: auto;
    padding: 0.3rem 0.5rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#tabContent input[type="text"]:focus {
    box-shadow: none;
    border: 1px solid #e74c3c !important;
    outline: none;
}

.ui-autocomplete {
    z-index: 100;
}

.ui-autocomplete {
    float: left;
    box-shadow: 1px 2px 3px #888888;
    background-color: #f1f1f1;
    padding: 0;
}

.ui-menu-item {
    font-family: 'Hind', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    list-style-type: none;
    font-size: 15px;
    padding: 6px 10px;
    cursor: pointer;
}

.ui-menu-item:nth-child(odd) {
    background: rgba(255, 255, 255, .5);
}

.ui-menu-item:nth-child(even) {
    background-color: #f1f1f1;
}

.card-result ul {
    font-size: 0.75rem;
}

.card-result ul li {
    padding: 6px 10px;
}
.list-group-item{
    font-size:1rem !important;
    border-top: none !important;
}
.list-group-flush:first-child .list-group-item:first-child {
    font-size: 18px;
    font-weight: bold;
    color: #e74c3c;
    text-align: center;
}

.list-group-flush:nth-child(2) {
    border-top: 0;
}

.card-result small {
    font-size: 14px;
    margin: 10px 10px 0px;
}


/* Almaguna Volumetrik */

/*.wrap-table {*/
/*    margin: 10px 0;*/
/*    padding: 0 25px 20px;*/
/*}*/

/*.panel-group {*/
/*    border: 1px solid #e0e0e0;*/
/*    padding: 0.5rem;*/
/*}*/

/*.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;*/
/*}*/

/*.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;*/
/*}*/