table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: initial !important;
}

.logo_login {
    width: 100%;
    padding-left: 44px;
}

.logo {
    width: 44px;
}

.logo_big {
    width: 180px;
}

.topbar .nav-item .nav-link {
    padding: 0 .75rem 0 0;
}

.role-circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 18px;
    margin-right: 10px;
}

.role-circle.tbl {
    margin: 0 auto;
}

.role-circle::before {
    content: attr(data-role);
}

.role-circle.superadmin {
    background-color: #f53a46;
}

.role-circle.brandadmin {
    background-color: #e01cdb;
}

.role-circle.admin {
    background-color: #f9b26b;
}

.role-circle.user {
    background-color: #56b9ff;
}

.sidebar .sidebar-brand {
    text-transform: none;
}

.nav-item a .nav-icon {
    display: inline-block !important;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: -5px 2px -5px 0;
}

.sidebar-dark .nav-item .nav-link {
    color: #ffffff;
}

.preload-icons {
    display: none;
    background-image: url('/img/icons/dashboard.svg'), url('/img/icons/dashboard_active.svg'),
    url('/img/icons/devices.svg'), url('/img/icons/devices_active.svg'),
    url('/img/icons/projects.svg'), url('/img/icons/projects_active.svg'),
    url('/img/icons/groups.svg'), url('/img/icons/groups_active.svg'),
    url('/img/icons/gsm.svg'), url('/img/icons/gsm_active.svg'),
    url('/img/icons/users.svg'), url('/img/icons/users_active.svg');
}

.h0_icon {
    height: 45px;
    margin-top: -4px;
    margin-right: 2px;
}

.h1_icon {
    height: 28px;
    margin-top: -7px;
    margin-right: 5px;
}

.h11_icon {
    height: 36px;
    margin-top: -7px;
    margin-right: 5px;
}

.h2_icon {
    height: 18px;
    margin-top: -7px;
    margin-right: 5px;
}

.h3_icon {
    height: 13px;
    margin-top: -4px;
    margin-right: 2px;
}

.btn_table_icon {
    height: 13px;
    margin-top: -4px;
    margin-right: 2px;
}

/* dashboard */
.nav-item .nav-dashboard .nav-icon {
    background-image: url('/img/icons/dashboard.svg');
}

.nav-item .nav-dashboard:hover .nav-icon,
.nav-item.active .nav-dashboard .nav-icon {
    background-image: url('/img/icons/dashboard_active.svg');
}

/* devices */
.nav-item .nav-devices .nav-icon {
    background-image: url('/img/icons/devices.svg');
}

.nav-item .nav-devices:hover .nav-icon,
.nav-item.active .nav-devices .nav-icon {
    background-image: url('/img/icons/devices_active.svg');
}

/* projects */
.nav-item .nav-projects .nav-icon {
    background-image: url('/img/icons/projects.svg');
}

.nav-item .nav-projects:hover .nav-icon,
.nav-item.active .nav-projects .nav-icon {
    background-image: url('/img/icons/projects_active.svg');
}

/* sets */
.nav-item .nav-sets .nav-icon {
    background-image: url('/img/icons/sets.svg');
}

.nav-item .nav-sets:hover .nav-icon,
.nav-item.active .nav-sets .nav-icon {
    background-image: url('/img/icons/sets_active.svg');
}

/* groups */
.nav-item .nav-groups .nav-icon {
    background-image: url('/img/icons/groups.svg');
}

.nav-item .nav-groups:hover .nav-icon,
.nav-item.active .nav-groups .nav-icon {
    background-image: url('/img/icons/groups_active.svg');
}

/* map */
.nav-item .nav-map .nav-icon {
    background-image: url('/img/icons/map.svg');
}

.nav-item .nav-map:hover .nav-icon,
.nav-item.active .nav-map .nav-icon {
    background-image: url('/img/icons/map_active.svg');
}

/* library */
.nav-item .nav-library .nav-icon {
    background-image: url('/img/icons/library.svg');
}

.nav-item .nav-library:hover .nav-icon,
.nav-item.active .nav-library .nav-icon {
    background-image: url('/img/icons/library_active.svg');
}

/* service */
.nav-item .nav-service .nav-icon {
    background-image: url('/img/icons/service.svg');
}

.nav-item .nav-service:hover .nav-icon,
.nav-item.active .nav-service .nav-icon {
    background-image: url('/img/icons/service_active.svg');
}

/* gsm */
.nav-item .nav-gsm .nav-icon {
    background-image: url('/img/icons/gsm.svg');
}

.nav-item .nav-gsm:hover .nav-icon,
.nav-item.active .nav-gsm .nav-icon {
    background-image: url('/img/icons/gsm_active.svg');
}

/* users */
.nav-item .nav-users .nav-icon {
    background-image: url('/img/icons/users.svg');
}

.nav-item .nav-users:hover .nav-icon,
.nav-item.active .nav-users .nav-icon {
    background-image: url('/img/icons/users_active.svg');
}

/* brands */
.nav-item .nav-brands .nav-icon {
    background-image: url('/img/icons/brands.svg');
}

.nav-item .nav-brands:hover .nav-icon,
.nav-item.active .nav-brands .nav-icon {
    background-image: url('/img/icons/brands_active.svg');
}

/* settings */
.nav-item .nav-settings .nav-icon {
    background-image: url('/img/icons/settings.svg');
}

.nav-item .nav-settings:hover .nav-icon,
.nav-item.active .nav-settings .nav-icon {
    background-image: url('/img/icons/settings_active.svg');
}

/* server */
.nav-item .nav-server .nav-icon {
    background-image: url('/img/icons/server.svg');
}

.nav-item .nav-server:hover .nav-icon,
.nav-item.active .nav-server .nav-icon {
    background-image: url('/img/icons/server_active.svg');
}


.btn_margin_top {
    margin-top: 1px;
}

.btn-noclick {
    pointer-events: none;
}

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

.btn_margin_bottom {
    margin-bottom: 10px;
}

.img_thumb {
    max-height: 90px;
    max-width: 300px;
}

.img_thumb2 {
    margin-bottom: 20px;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid red;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

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

#loader {
    margin-top: 10px;
    text-align: center;
    display: none;
}

.form-control-user2 {
    font-size: .8rem;
    border-radius: 10rem;
    height: 48px;
}

.modal-body-video {
    height: 500px;
    width: 500px;
    margin: 0 auto;
    /*overflow-y: scroll;*/
}

#modalVideo {
    /*max-height: 370px;*/
    height: 470px;
    width: 500px;
}

.video-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: white;
}

.video-container:hover {
    color: #d3d3d3;
}

.video-container img {
    display: block;
    width: 100%;
    height: auto;
}

.video-container i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 34px;
}

.td_txt_small {
    font-size: 11px;
    max-width: 100px;
}

.td_txt_small2 {
    font-size: 9px;
}

.btn-table {
    clear: both;
    float: left;
    margin-bottom: 2px;
}

.top_icon_service {
    font-size: 24px;
}

.btn_back {
    margin-left: 10px;
}

.btn_change {
    font-size: 12px;
    float: right;
}

.btn_filter {
    margin-bottom: 4px;
    height: 60px;
    width: 75px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: top;
    text-transform: uppercase;
    font-weight: bold;
}

.btn_filter_icon {
    height: 26px;
    margin-bottom: 4px;
}

.tbl_icon {
    height: 16px;
    width: 100%;
}

.th_txt {
    display: inline-block;
}

table.dataTable {
    font-size: 12px;
}

table.dataTable.table > tbody > tr.selected > * {
    box-shadow: inset 0 0 0 9999px rgb(134, 168, 197) !important;
}

table.dataTable > tbody > tr > th, table.dataTable > tbody > tr > td {
    padding: 2px 2px !important;
}

.btn-group-sm > .btn, .btn-sm {
    font-size: 11px !important;
}

div.dt-container .dt-paging .dt-paging-button {
    padding: 0 !important;
    margin-left: -2px !important;
}

#firstTh .dt-column-order {
    display: none;
}

#firstTh .dt-select-checkbox {
    margin-left: 11px;
}

div.dt-container div.dt-search input {
    margin-right: 3px;
    margin-bottom: 2px;
}

#btn_multiactions {
    margin-left: 15px;
    visibility: hidden;
}

.dt-length {
    font-size: 12px;
}

.txt-small {
    font-size: 12px;
}

.page-item.disabled .page-link {
    height: 38px;
    width: 23px;
    padding: 7px 10px 0 5px !important;
}

div.dt-container div.dt-paging ul.pagination {
    margin-top: 4px !important;
}

div.dt-container .dt-paging .dt-paging-button:hover {
    border: 1px solid transparent !important;
    background: initial !important;
}

.sel_opt_video {
    max-height: 30px;
    max-width: 200px;
    margin-right: 5px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #000000 !important;
}

.btn-sm2 {
    line-height: 1;
}

.btn_icon {
    cursor: pointer;
    font-size: 14px;
    margin-left: 4px;
}

#count_multiactions {
    font-weight: bold;
}

.td_center {
    text-align: center !important;
}

.card-body-sp {
    padding-right: 0.3rem
}

#time_srv {
    float: right;
    margin-top: 10px;
    font-size: 12px;
}

.hd-row {
    border-top: 2px solid #ababab;
}

.sp_sm {
    float: left;
    color: red;
    font-size: 11px;
    width: 100%;
    margin-bottom: -15px;
}

.btn_log {
    float: right;
    color: #898989;
    margin: 6px 2px 0 0;
    font-size: 10px;
}

.td_log {
    max-width: 800px;
    font-size: 6px;
}

.ul_cb {
    font-size: 10px;
    margin-bottom: -22px;
    margin-left: -15px;
    margin-top: 4px;
}

.ul_cb a {
    color: #5a5c69;
}

#map {
    width: 100%;
    height: 550px;
}

.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 280px;
}

.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}

.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}

.ol-popup-closer:after {
    content: "✖";
}

.ol-popup a {
    text-decoration: none;
}

#popup-content {

}

#popup_lastsee_pre {
    font-size: 11px;
    margin: 5px 0 0;
}

#popup_lastsee {
    font-size: 11px;

}

#popup_locationtxt {
    font-size: 11px;
}

.sp_info {
    font-weight: bold;
}

#company_select {
    margin-top: 20px;
}

.btn_back:hover .h3_icon {
    content: url('/img/icons/goback_active.svg');
}

.btn_icon_left {
    width: 19px;
}

.card-body2 {
    flex: 1 1 auto;
    padding: 0.8rem;
    min-height: 68px;
}

.h10 {
    font-size: 0.9rem;
}

.h11 {
    font-size: 0.7rem;
}

.custom-file-input {
    cursor: pointer;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 9px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
