@import "../fonts/Poppins/style.css";

* {
    font-family: "Poppins Regular", serif;
}

html, body {
    height: 100%;
}

.topbar-language-flag {
    width: 20px;
}

.dataTables_paginate .paginate_button{
	display: inline-block;
	font-size: 8pt !important;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    float: right;
    font-size: 1.40625rem;
    font-weight: 600;
    line-height: 1;
    color: #000;
    text-shadow: none;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    font-family: 'Font Awesome 5 Free', sans-serif;
    content: '\f054';
    background-color: unset;
    font-weight: 900;
    border: 0 solid #000;
    margin-top: -6px;
    color: unset;
    box-shadow: unset;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
    font-family: 'Font Awesome 5 Free', sans-serif;
    content: '\f078';
    background-color: unset;
    font-weight: 900;
    border: 0 solid #000;
    margin-top: -6px;
    color: unset;
    box-shadow: unset;
}

table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
}

table.dataTable > tbody > tr.child ul.dtr-details .dtr-data {
    float: right;
}

table.dataTable > tbody > tr.child ul.dtr-details li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.module-iframe {
    width: 100%;
    overflow: auto;
    visibility: hidden;
}

.module-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.module-image img {
    width: 100%;
}

.stat {
    color: #3f80ea;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4em;
}

.vertical-cards {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


.loading-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100000;
}

.dashboard-component {
    overflow: auto;
}

.delete-module-btn {
    z-index: 50;
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
}

.mh-100 {
    max-height: 100%;
}

#total_delta_line, #returning_delta_line, #failed_delta_line {
    white-space: nowrap;
}

.delete-overlay{
    display: none;
    z-index: 40;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.1);
    cursor: move;
}

.component-preview-img{
    max-width: 100%;
}

.toggle-handle{
    background-color: #ffffff !important;
    border: 1px solid #d8d8d8;
}

.toggle-on, .toggle-off{
    border: 1px solid #d8d8d8;
}

.fb-thumb{
    background-image: url("/img/blank-profile.png");
}

.dashboard-component{
    overflow: hidden;
}

#linux_time .info,
#linux_time_start .info{
	font-size: 14px;
    color: #bfbfbf;
	margin-left: 10px;
}
.linux_time-icon{
	font-size: 36px;
}
.controls-wrapp .btn.active{
	background-color: #DDDDDD;
    border-color: #DDDDDD;
    color: #000 !important;
}

.title-wrapp.left-title{
	position: absolute;
    left: -30px;
    transform: rotate(-90deg);
    color: #ddd;
}
.title-wrapp.left-title h3{
	color: #ddd;
}
.title-wifi{
	font-size: 18px;
    margin-bottom: 5px;
}
.info-block p{
    margin-bottom: 5px;
}
.pie-info{
	position: absolute;
	margin-top: 10px;
}
.pie-info h3{
	font-weight: bold;
}
.pie-info .title{
	margin-left: 10px;
    font-size: 12px;
}
.pie-info .title.title2_4ghz{
	color: #41BB6D;
}
.pie-info .title.title5ghz{
	color: #3A9FDF;
}



.switch {
  position: relative;
  display: inline-block;
}
.switch-input {
  display: none;
}
.switch-label {
  display: block;
  width: 44px;
  height: 20px;
  text-indent: -150%;
  clip: rect(0 0 0 0);
  color: transparent;
  user-select: none;
}
.switch-label::before,
.switch-label::after {
  content: "";
  display: block;
  position: absolute;
  cursor: pointer;
}
.switch-label::before {
  width: 100%;
  height: 100%;
  background-color: #dedede;
  border-radius: 9999em;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.switch-label::after {
  top: 0;
  left: 0;
  width: 20px;
    height: 20px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
  -webkit-transition: left 0.25s ease;
  transition: left 0.25s ease;
}
.switch-input:checked + .switch-label::before {
  background-color: #48A0E3;
}
.switch-input:checked + .switch-label::after {
  left: 24px;
}

.pie-info .title.title2_4ghz {
	color:#3A82EC;
}

.pie-info .title.title5ghz {
	color:#4BBF73;
}


.small-text{
	font-size: 12px;
}
h5.title{
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 5px
}
.internet-wrapp i{
	font-size: 58px;
}
.internet-wrapp span{
	font-size: 14px;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 600;
}
.internet-connection .connection-status{
	font-size: 16px;
    font-weight: 700;
}
.internet-connection .connection-time span:first-child{
	font-size: 28px;
    font-weight: 600;
}
            .editable{
                border: 1px solid #FFFFFF;
                border-bottom: 1px solid #888888;
                min-width: 5px;
                max-width: 100px;
                padding: 1px;
            }
            .editable:disabled{
                border: 1px solid #FFFFFF;
                background: rgba(255, 255, 255, 0);
            }
            .off-icon{
                display: none;
            }
            .on-icon{
                display: inline-block;
            }


@media (max-width: 480px) {
	.linux_time-icon{
		font-size: 24px;
	}
	#linux_time .info,
	#linux_time_start .info{
		font-size: 13px;
		line-height: 18px;
		margin-left: 5px;
	}
	.controls-wrapp{
		width: 100%;
		text-align: center;
	}
	#get_top_active_guests .left-title,
	.title-wrapp.left-title {
		left: 15px;
		transform: rotate(0);
		top: 15px;
	}
	.title-wrapp.left-title h3 {
		font-size: 14px !important;
	}
	.info-block p {
		margin-bottom: 0;
	}
	.title-wifi {
		font-size: 16px;
	}
	.internet-wrapp i {
		font-size: 38px;
	}
	.top_active_guests-controls{
		position: absolute;
		top: 15px;
		right: 15px;
	}
}
.content {
    padding: 0.8rem 0.8rem 0.5rem
}

@media (max-width: 640px) {

.card-header: {  
	padding: 0.5rem 0.65rem;
}

.card-body: {  
	padding: 0.6;
}
}