@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot');
    src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix')
            format('embedded-opentype'),
        url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff2')
            format('woff2'),
        url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff')
            format('woff'),
        url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.ttf')
            format('truetype'),
        url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular')
            format('svg');
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font: normal normal 16px/1 'Glyphicons Halflings';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-right: 4px;
}
/* Add icons you will be using below */
.glyphicon-fire:before {
    content: '\e104';
}
.glyphicon-eye-open:before {
    content: '\e105';
}

#datatable_wrapper .row:first-child {
    width: 100%;
}
#datatable_wrapper .row:first-child .col-sm-6:last-child {
    float: right;
}
#datatable_filter label {
    display: inline-block;
}
#datatable_wrapper .table thead th {
    border-bottom: none;
}
.add_car_link,
.add_destination_link {
    margin-top: 30px;
}

#datatable_wrapper .row:first-child .col-sm-6:first-child {
    display: none;
}

#datatable_wrapper .row:first-child .col-sm-6:last-child {
    max-width: 100%;
    flex-basis: 100%;
}

div.dataTables_wrapper div.dataTables_info {
    display: inline-block;
    margin-right: 20px;
}

.alert.alert-success {
    top: 80px !important;
}

.modal .form-control {
    margin-bottom: 20px;
}

.chosen-choices, .chosen-container-multi {
    height: 40px !important;
}

.remove-tag {
    max-width: 8%;
}

.froala-clear-css table td
{
    border: 0 !important;
}