.input-group-addon {
    padding: 3px !important;
}

#macaddress_filter_button {
    border-radius: 0px 2px 2px 0px !important;
}

.ui-datepicker-calendar {
    display: none;
}

/* switch css */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked+.slider {
    background-color: #2196f3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 17px;
}

.slider.round:before {
    border-radius: 50%;
}

/* owl css */
.uk-section {
    background-color: #ffffff;
}

.owl-carousel {
    position: relative;
    margin-top: 30px;
}

.owl-nav {
    position: absolute;
    top: -87px;
    right: 0px;
}

.uk-card-primary {
    border-radius: 8px;
}

h3 {
    margin-top: 10px;
}

.uk-card> :last-child {
    margin-top: 0;
    margin-bottom: 10px;
}

p {
    margin-top: 30px;
    margin-bottom: 0;
}

.owl-next {
    background: #3286f0;
}

.owl-theme .owl-nav [class*="owl-"] {
    background: #383838;
}

.owl-dots {
    margin-top: 30px;
}

.uk-card-title {
    padding-bottom: 20px;
}

.dataTables_processing {
    height: 12% !important;
    border: 1px solid transparent;
    background-color: transparent;
}

.dataTables_length {
    font-size: 1.1em;
}

table.dataTable td {
    font-size: 1em;
}

/******** Loader *********************/
.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(91, 98, 100, 0.5);
    z-index: 99999999999;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: #ff0000;
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.dataTables_filter {
    margin-bottom: 20px;
}

.dataTables_paginate {
    margin-top: 20px !important;
}

thead {
    font-size: 15px;
}

td {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

#add_button {
    font-size: 13px;
}

.panel-primary>.panel-heading {
    text-transform: none !important;
}

.help-block {
    font-size: 13px;
    color: red !important;
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 5% !important;
    color: red;
}

.trix-button-group.trix-button-group--file-tools {
    display: none;
}

trix-editor {
    height: 100px !important;
    max-height: 100px !important;
    overflow-y: auto !important;
}

.apk_img {
    background-color: #f0eded;
    padding: 5px;
    text-align: center;
}

/************ loader ends *******************/
