
.account-pages .card{
    background-color: rgb(248, 248, 251, 0.8);
}

.operation-disabled{
    color:lightgrey;
    cursor: not-allowed;
}

.operation-disabled:hover{
    color: lightgrey;
}

.dtr-details li {
   float:left;
   border-bottom: none !important;
   padding: 15px !important;
   margin-right: 15px;
   border-right: 1px solid #efefef;
}

.dtr-details li .dtr-title{
    min-width: unset !important;
 }

.body-style{
    background-repeat: no-repeat;
    background-size: cover;
}

#login-form label{
    display: none;
}

#login-form p{
    text-align: center;
}

#login-form input{
    width: 100%;
    padding: 10px 15px;
    border-radius: 25px;
    border: 0;
    background-color: white;
}

input:focus-visible {
    outline: 0 !important;
}

#login-form button{
    width: 100%;
    padding: 10px 15px;
    border-radius: 25px;
}


#sidebar-menu ul li a i.None {
    display: none;
}

#sidebar-menu .above-menu {
    text-align: center
}

#sidebar-menu .above-menu button {
    display: block; 
    margin: 0 auto;
    min-width: 180px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

.mg-t-10 {
    margin-top: 10px;
}

.mg-b-10{
    margin-bottom: 10px;
}

.mg-b-20{
    margin-bottom: 20px;
}

.agency-form{
    padding: calc(32px / 2) 0;
}

.pricetable .tc {
    min-width: 30px;
    padding: 12px 3px;
    text-align: center;
    font-size: 0.6125rem;
}

.pricetable th {
    text-align: center;
}

.circle {
    width: 30px;
    height: 30px;
    background: #f10075;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    line-height: 30px;
}


.floatingsubmit {
    border: transparent;
    display: block;
    position: fixed;
    bottom: 70px;
    right: 40px;
    width: 60px;
    height: 60px;
    float: left;
    background-color: #3bb001;
    color: #FFF;
    text-align: center;
    line-height: 60px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 30px;
    -webkit-box-shadow: 2px 2px 7px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 7px 0px rgb(0 0 0 / 25%);
}

.bd-l {
    border-left: 1px solid #dee2e6;
}

.bd-primary {
    border-color: #007bff;
}

.table-bordered td.operation, .table-bordered th.operation {
    border: 0;
    
}

/*
.main-content .table-bordered td.operation, .table-bordered th.operation {
    border-bottom: 1px solid #32394e;
}*/

.tooltip-inner {
    max-width: 300px;
    width: 300px; 
}

.vertical-collpsed .above-menu-item-name{
    display: none;
}

.vertical-collpsed #sidebar-menu .above-menu button {
    
    min-width: unset;
}

.expense-form .select2-container
{
    display: block;
    width: 100% !important;
    padding: 0.47rem 0.75rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #32373b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.notification-item .d-flex {
    padding: .75rem 1rem;
}

table#noti-table{
    table-layout: fixed;
}

table#noti-table td{
    word-wrap:break-word;
    white-space: normal;
}

.close ::before{
    content: 'X';
    visibility: visible;
    color: "black";
    font-weight: bold;
}

.sr-only::before{
    visibility: hidden;
}

.close{
    /*background-color: red; */
    visibility: hidden;
    position: absolute;
    right: 32px;
    top: 10px;
    width: 20px;
    height: 20px;
    background-color: rgb(247, 12, 12, 0.5);
}

.switched-on{
    background-color: #6DD400;
    border-radius: 16px;
    padding: 2px;
}

.switched-off{
    background-color: #B6B6B6;
    border-radius: 16px;
    padding: 2px;

}

.on-device{
    background-color: #6DD400;
    color: white;
    font-size: 10px;
    border-radius: 5px;
    padding: 2px;
    width: 25px;
    display:inline-block
}

.off-device{
    background-color: #FA6400;
    color: white;
    font-size: 10px;
    border-radius: 5px;
    padding: 2px;
    width: 25px;
    display:inline-block

}

.restart-device{
    background-color: #F7B500;
    color: white;
    font-size: 10px;
    border-radius: 5px;
    padding: 2px;
    width: 25px;
    display:inline-block

}

.card-grouped{
    background-color: #FCFAFA;
    border-radius: 10px;
}

.card-device{
    background-color: #E9E9E9;
    border-radius: 10px;
    padding: 15px;
}

h5 .dev-id{
    font-size: 10px;
    font-weight: medium;
}

h5 .dev-name{
    font-size: 14px;
    color: white;
    font-weight: medium;
}

.pending{
    font-size: 12px;
}

.modal-backdrop.show {
    z-index: 100000;
    opacity: 0.5;
}

.modal {
    z-index: 100500 !important;
}