/* Add here all your CSS customizations */

.dataTables_filter {
    float: none !important;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0 !important;
}

.nav-active {
    background-color: #369;
}

.userbox .role {
    min-width: 80px;
}

.pgridview-header {
    margin-bottom: 15px;
}

.pgridview .input-group .input-group-md {
    max-width: 100px !important;
}

.pgridview-filter {
    width: 50% !important;
}

.pgridview-filter input {
    width: 100% !important;
}

.pgridview-page-size {
    width: 75px !important;
    float: left;
    display: inline;
}

.pgridview-dealer-filter {
    width: 200px;
    float: left;
    display: inline;
    margin-left: 10px;
}

span.kv-hide-search .select2-search.select2-search--dropdown {
    display: none;
}

#contact-form .help-block.help-block-error {
    position: absolute;
    padding-right: 15px;
    right: 0;
}

.fa {
    transform: none !important;
}

.sortable-placeholder {
    min-height: 116px !important;
    min-width: 116px !important;
}

.sortable li:hover .sortable-delete-button {
    display: block;
}

.sortable-delete-button {
    position: absolute;
    background: #ffffff;
    top: 5px;
    right: 5px;
    display: none;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    cursor: pointer;
}

.panel-body {
    width: 100%;
    overflow: auto;
}

.grid-view {
    min-width: 900px;
}