/** LOADER **/
.lds-ellipsis {
    display: block;
    position: relative;
    width: 200px;
    height: 64px;
    margin: 0 auto;
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #45aaf2;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}

/** LOADER **/

.btn-add {
    margin-left: 20px;
}

.dataTables_filter input {
    display: inline-block;
    margin: 0 0.5em;
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 40, 100, 0.12);
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.card-header {
    margin-bottom: 10px;
}

#table {
    display: none;
}

.table-responsive {
    padding: 5px;
}

.dataTables_length {
    margin-top: 5px;
}

.dataTables_length select {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    height: 32px;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 40, 100, 0.12);
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.img_country {
    width: 50px;
    height: 50px;
}

.no-sort::after {
    display: none !important;
}

.no-sort {
    pointer-events: none !important;
    cursor: default !important;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 10px;
}

.table th, .text-wrap table th {
    font-size: 0.7rem;
}

.btn-static {
    cursor: default !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 1px 0;
    font-size: 11px;
    text-align: center;
}

.td_color {
    margin: 0 auto;
    width: 35px;
    height: 35px;
}

.custom-size_colorpicker {
    width: 310px;
    height: 230px;
}

.colorpicker {
    color: black;
}

.hr {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
}

.center-block {
    margin: 0 auto;
}

.nav-pills {
    margin-right: 15px;
}

.btn_tabs_color {
    padding: 5px 25px !important;
}

.btn_tabs_color:hover {
    background-color: #d5e7ff;
}

.form-label-device {
    display: inline-block;
    width: 120px;
    float: left;
    margin-top: 5px;
}

.form-control-device {
    width: 197px;
    display: inline-block;
}

#btn_copy_all_colors {
    margin-top: 15px;
}

#btn_copy_default_colors {
    margin-top: 15px;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #bfbfbf;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #bfbfbf;
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 400;
}

div.dataTables_wrapper div.dataTables_filter {
    display: inline-block;
    float: right;
}

.btn_configure_all {
    display: none;
}

.tab-pane {
    margin-bottom: 10px;
}

.form-group2 {
    margin-bottom: 5px;
}

.page-header {
    margin: 0;
}

.card-body {
    padding-bottom: 0;
}

.div_color_rgb {
    display: inline-block;
}

.jQWCP-wWidget.jQWCP-block {
    outline: 0;
}

.div_preview_color {
    position: absolute;
    top: 60px;
    font-size: 10px;
}

.color_preview {
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid black;
}

.inp_nb {
    width: 48px;
    border: 1px solid #e2e6ed;
}

@media (max-width: 528px) {
    .form-label-device-rgb {
        width: auto;
    }

    .card-body-device {
        padding: 6px 0;
    }

    .nav-pills {
        margin-left: 15px;
    }

    #btn_copy_all_colors {
        margin-left: 15px;
    }
}

td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}

.table {
    width: 100% !important;
}

.dt-buttons {
    float: left;
    margin: 7px 0 0 30px;
    width: 50%;
}

.dt-button-collection {
    margin-top: 0 !important;
}

.dt-checkboxes {
    float: left;
}

.change_ver {
    min-width: 100px;
    font-size: 11px;
    height: 26px;
}

.pos_rel {
    position: relative;
}

.img_loader {
    position: absolute;
    right: 5px;
    top: 6px;
    display: none;
}

.table-responsive {
    position: relative;
}

#firmware_all {
    position: absolute;
    left: 230px;
    top: 8px;
    z-index: 999;
    display: none;
}

#firmware_all_loader {
    display: none;
}

.div_btn_right {
    float: right;
}

.txt_cron {
    margin-left: 50px;
    font-size: 12px;
}

.card_settings {
    padding: 15px;
}

.div_btn_settings {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 15px;
}

.btn_settings {
    float: left;
    min-width: 220px;
}

.txt_btn_settings {
    font-size: 12px;
    float: left;
    padding-top: 8px;
    margin-left: 10px;
}

.btn_edit_service {
    width: 140px;
    margin-top: 30px;
}

.btn_list_options {
    width: 100%;
    margin-bottom: 2px;
}

.li_service {
    margin-bottom: 1px;
}

.table_column_color {
    font-size: 8px !important;
}

.wifi {
    display: inline-block;
    padding-left: 28px;
    padding-top: 3px;
}

.wifi_5 {
    background: url("../images/wifi/wifi_5.png") no-repeat left;
    background-size: contain;
    height: 24px;
}

.wifi_4 {
    background: url("../images/wifi/wifi_4.png") no-repeat left;
    background-size: contain;
    height: 24px;
}

.wifi_3 {
    background: url("../images/wifi/wifi_3.png") no-repeat left;
    background-size: contain;
    height: 24px;
}

.wifi_2 {
    background: url("../images/wifi/wifi_2.png") no-repeat left;
    background-size: contain;
    height: 24px;
}

.wifi_1 {
    background: url("../images/wifi/wifi_1.png") no-repeat left;
    background-size: contain;
    height: 24px;
}

.wifi_0 {
    background: url("../images/wifi/wifi_0.png") no-repeat left;
    background-size: contain;
    height: 24px;
}

.btn_service_mode {
    margin-top: 2px;
}

.btn_service_mode2 {
    margin-top: 2px;
}

.popup_status {
    font-size: 12px;
    text-align: right;
    color: #715252;
}

.btn-success-static, .btn-danger-static {
    cursor: default !important;
}

.btn-success-static:hover, .btn-success-static:active, .btn-success-static:focus {
    color: #fff !important;
    background-color: #5eba00 !important;
    border-color: #5eba00 !important;
    box-shadow: none !important;
}

.btn-danger-static:hover, .btn-danger-static:active, .btn-danger-static:focus {
    color: #fff !important;
    background-color: #cd201f !important;
    border-color: #cd201f !important;
    box-shadow: none !important;
}