@charset "utf-8";

/* CSS Document */

/* ----------------------------------------------------------- */

/* Created by - Abhaya
   Modify by-
/* ----------------------------------------------------------- */

/* Table of Content
==================================================
	01. Login page
    02. Header
	    - Logo
		- Setting-Message
	03. Dashboard
		-Dashboard column
	04. Dashboad Inner
		-Main Menu
		-Mainheading-breadcrumb
		-Mainheading
		-Breadcrumb
		-Article container

	23. Footer

*/

/* Import Section
====================================================================== */

/*@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700");
*/

/*@import url('https://fonts.googleapis.com/css?family=Montserrat');*/

/*@import url('https://fonts.googleapis.com/css?family=Arimo|Montserrat');*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');*/

/*====================================================================*/

*,
html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
/* ----------------------------------------------------------- */

/* Reset and Clearfix */

/* ----------------------------------------------------------- */

.clear {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after,
.container:after {
  clear: both;
}
/* ----------------------------------------------------------- */

/*The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
/* ----------------------------------------------------------- */

.clearfix,
.container {
  zoom: 1;
}
/* ----------------------------------------------------------- */

/*--------------------common css----------------------*/

/* Basic Element
/* ----------------------------------------------------------- */

a,
a > {
}
a:hover,
a > :hover {
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background-color: #30303d;
  color: white;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a,
input,
button,
img,
li {
  /* transition: all 0.2s ease-in-out 0s; */
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #30303d;
  border: 0px none #ffffff;
  border-radius: 50px;
}

.dynamicclass1 ::-webkit-scrollbar-thumb {
  background: #ccc9ce;
  border: 0px none #30303d;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background: #30303d;
}

.dynamicclass1 ::-webkit-scrollbar-thumb:hover {
  background: #c0bdbd;
}
::-webkit-scrollbar-thumb:active {
  background: #03763d;
}
.dynamicclass1 ::-webkit-scrollbar-thumb:active {
  background: #03763d;
}
::-webkit-scrollbar-track {
  background: #23232e;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.dynamicclass1 ::-webkit-scrollbar-track {
  background: #fff;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #23232e;
}
::-webkit-scrollbar-track:active {
  background: #23232e;
}

.dynamicclass1 ::-webkit-scrollbar-track:hover {
  background: #fff;
}
.dynamicclass1 ::-webkit-scrollbar-track:active {
  background: #fff;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

/*------------------text color-------------------*/
.text-darker {
  color: #001a3e !important;
}
.font-17 {
  font-size: 16px;
}
/*------------------text color-------------------*/

#wrapper {
  margin: 0;
  padding: 0;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
.logo-black .navbar-header {
  background-color: #23232e;
}
.blackbg {
  /* background-color: #23232e; */
  background-color: #e3e3e3;
  width: 260px;
  text-align: center;
}
.navbar-header {
  padding: 8px 7px;

  width: 260px;
  /* -webkit-transition: .5s;
	transition: all .5s; */
  float: left;
  text-align: center;
}
.container-fluid > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
header nav {
  padding: 0;
}
header .navbar {
  padding: 0;
}
header nav li a {
  color: #fff;
}
header nav ul {
  align-items: center;
}
header .navbar.sticky {
  background: #23232e;
}
.sticky {
  background: #23232e;
}
/* ----------------------------css for side bar------------------------------*/
.menu_dark .sidebar {
  background: #23232e;
  font-weight: 400;
}
.sidebar {
  /* -webkit-transition: .5s;
	transition: all .5s; */
  font-family: Poppins;

  width: 260px;
  overflow: hidden;
  display: inline-block;
  height: calc(100vh - 50px);
  position: fixed;
  top: 72px;
  left: 0;
  z-index: 1030 !important;
}
.sidebar ul li a {
  color: #e6e6e6;
  padding: 9px 9px 9px 18px;
  margin: 2px 13px 0;
  border-radius: 3rem;
  font-size: 13px !important;
  text-decoration: none;
  display: block;
  position: relative;
  vertical-align: middle;
  line-height: 2rem;
}
.sidebar ul li a:hover,
.sidebar ul li.active a {
  background-color: rgba(0, 0, 0, 0.2);
  color: #03763d;
}
.sidebar ul li a span {
  margin: 7px 0 7px 12px;
}
/*----------------------------breadcrumb section start here--------------------------*/
.content .breadcrumb {
  background: none;
  align-items: center;
  padding: 0;
}
.breadcrumb-section h4 {
  color: #a5abb1;
  padding-right: 10px;
  font-size: 23px;
  font-weight: 400;
}

/*--------------------------------------content section start here------------------*/
.content {
  margin: 80px 15px 0 276px;
  /* -webkit-transition: .5s;
    transition: .5s; */
}
.dark .counter-box,
.dark .box-part {
  background: #23232e !important;
  color: #d4d4d4;
  padding: 10px 5px;
  margin: 8px 0 4px;
  border-radius: 10px;
  min-height: 140px;
}
.box-part {
  border-radius: 10px;
  padding: 30px 15px;
  margin: 5px 0 23px;
}
.counter-box h3 {
  font-weight: 600;
}
.counter-box h3 span {
  display: block;
  text-align: left;
}
.box-part h3 {
  font-size: 20px;
  font-weight: 400;
}
.box-part p {
  font-size: 13px;
  line-height: 24px;
}
.dark .card {
  background: #23232e;
  -webkit-box-shadow: 6px 6px 20px -20px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 6px 6px 20px -20px rgba(0, 0, 0, 0.75);
  box-shadow: 6px 6px 20px -20px rgba(0, 0, 0, 0.75);
}
.card {
  min-height: 50px;
  box-shadow: none;
  border: 0;
  position: relative;
  margin-bottom: 15px;
  border-radius: 10px;
}
.dark .card .header h2 {
  color: #fff !important;
}
.dynamicclass1 .card .header h2 {
  color: #fff !important;
}
.card .header {
  color: #555;
  padding: 15px 15px 0 20px;
  position: relative;
}
.card-body img {
  max-width: 100%;
  margin: 0 auto;
}
.dark .table tbody tr td,
.dark .table tbody tr th {
  border-top: 1px solid rgba(120, 130, 140, 0.5);
  border-bottom: 1px solid rgba(120, 130, 140, 0.5);
  font-size: 13px;
}
.dark .table tbody tr th {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
}
.action-table a {
  display: inline-block;
}
.edit {
  padding: 3px 6px;
  border-radius: 4px;
  border: 1px solid #03763d;
  color: #03763d;
  text-decoration: none;
  margin-right: 10px;
}
.edit:hover {
  background: #03763d;
  color: #fff;
}

.dynamicclass1 .dynamic-text-color {
  color: rgba(0, 0, 0, 0.8) !important;
}
.deleter {
  padding: 3px 6px;
  border-radius: 4px;
  border: 1px solid #fb483a;
  color: #fb483a;
  text-decoration: none;
}
.deleter:hover {
  background-color: #fb483a;
  color: #fff;
}
.header {
  position: relative;
}
.add-btn {
  /* background: #4caf50; */
  background: #11a508b3;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  border-radius: 4px;
  padding: 4px 23px;
  align-self: auto;
}
.header .add-btn {
  color: #fff !important;
  right: 32px;
  top: 15px;
}

.add-btn:hover {
  background-color: #2e7d32;
  color: #fff;
  text-decoration: none;
}
.breadcrumb-section li a {
  color: #03763d;
  font-size: 13px;
}
.breadcrumb-section li {
  font-size: 13px;
}
nav ul li a:hover {
  color: #fff;
}
.user a {
  /*border-radius:50%;*/
  /*border:1px solid rgba(255,255,255,0.5);*/
  /*padding:3px 10px;*/
}
header .dropdown-menu {
  right: 0;
  left: auto;
}
header nav li a {
  position: relative;
}
#menu-toggle {
  margin-left: 20px;
}
.noti {
  position: absolute;
  width: 7px;
  height: 7px;
  background: #fb483a;
  border-radius: 50%;
  top: 5px;
  right: 6px;
}
.form-section .form-control {
  background: #23232e;
  border: 1px solid rgba(120, 130, 140, 0.5);
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}
.form-section label {
  font-size: 13px;
  padding-bottom: 7px;
}
.form-section .form-control:focus {
  box-shadow: none;
}
.cancel-btn {
  color: #ffffff !important;
  background-color: #d50000;
  border-color: #d50000;
  margin-left: 10px;
}
/* .btn-default {
  background: #03763d;
  color: white;
} */
.submit-btn {
  background: #03763d;
  color: white;
}
.arrowup-down img {
  position: absolute;
  right: 15px;
  top: 0;
  cursor: pointer;
}
.arrowup-down {
  position: relative;
}
.topbox .counter-box {
  min-height: 130px;
}
.icon-box-part {
  height: 45px;
}
.icon-box-part img {
  max-width: 100%;
  max-height: 100%;
}
.description {
  min-height: 70px;
}
.icon-box-part .fa-user {
  color: #ffd600;
}
.icon-box-part .fa-bell {
  color: #11cdef;
  font-size: 35px;
}
.icon-box-part i {
  font-size: 35px;
}
.icon-box-part .fa-question-circle {
  color: #08d26f;
  font-size: 35px;
}
.sidebar ul li a span.img-small {
  margin: 0px 0 0px 0px;
  width: 35px;
  display: inline-block;
}

/*css for login page */
.outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}

.middle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table-cell;
  /* vertical-align: middle;
  background: url(../images/login-bg.jpg) center top no-repeat;
  background-size: cover;
  filter: brightness(70%); */
  /*background:url(../images/shadow-bg.png) center top repeat-y;*/
  /*z-index:-1;*/
}
.middle {
  display: table-cell;
  vertical-align: middle;

  /*background:url(../images/shadow-bg.png) center top repeat-y;*/
  /*z-index:-1;*/
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  z-index: 9999;
}
#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}
.login-container {
  padding: 20px 32px; /* 
  height: 100vh; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0;
  margin: 0 auto;
  width: 25rem;
}
.login-logo {
  text-align: center;
  text-transform: uppercase;
  color: #01c0c8;
  font-size: 18px;
  padding-bottom: 15px;
}
.login-logo img {
  height: 4rem;
}
.iot {
  text-align: center;
  padding-bottom: 15px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
}
.login-container p {
  text-transform: uppercase;
  color: #1b1919;
  font-weight: bold;
  font-size: 14px;
}
.login-form .form-control {
  border-radius: 4px;
  box-shadow: none;
  height: 38px;
  padding-left: 50px;
}
.btn-login a {
  padding: 8px 35px;
  font-size: 13px;
  width: 45%;
  text-align: center;
  text-decoration: none;
}
.btn-login input {
  padding: 8px 35px;
  display: block;
  font-size: 13px;
  /*width: 45%;*/
  width: 100%;
  margin-top: 15px;
}
.input-icon i {
  position: absolute;
  left: 10px;
  top: 9px;
  color: #c5c5c5;
  font-size: 19px;
  z-index: 999999;
}
.input-icon {
  position: relative;
}
.back-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);
}
.login-container {
  position: relative;
  z-index: 99999;
}
.form-control {
  font-size: 13px;
}
.yellow,
.btn-login a:hover {
  background: #03763d;
  color: #fff;
}
.yellow:hover {
  background: #dc5132;
  color: #fff;
}
.btn-login {
  display: flex;
}
.signup {
  border-radius: 4px;
  float: right;
  margin-left: 10px;
  background: #dc5132;
}
.sidebar ul li a i {
  font-size: 18px;
}
.sidebar ul li a.application-img-left:hover:before,
.sidebar ul li.active a.application-img-left:before {
  content: "";
  position: absolute;
  background: url(../images/applications-icon-small-hover.png) center top
    no-repeat;
  width: 17px;
  height: 22px;
  top: 14px;
  left: 19px;
}
.sidebar ul li a.application-img-left:hover img,
.sidebar ul li.active a.application-img-left img {
  /*display: none;*/
}

.sidebar ul li a.router-img-left:hover:before,
.sidebar ul li.active a.router-img-left:before {
  content: "";
  position: absolute;
  background: url(../images/router-small-hover.png) center top no-repeat;
  width: 20px;
  height: 15px;
  top: 18px;
}
.sidebar ul li a.router-img-left:hover img,
.sidebar ul li.active a.router-img-left img {
  /*display:none;*/
}
.sidebar ul li a.node-img-left:hover:before,
.sidebar ul li.active a.node-img-left:before {
  content: "";
  position: absolute;
  background: url(../images/nnote-icon-small-hover.png) center top no-repeat;
  width: 20px;
  height: 19px;
  top: 16px;
  left: 17px;
}
.sidebar ul li a.node-img-left:hover img,
.sidebar ul li.active a.node-img-left img {
  /*display: none;*/
}
.iot-name {
  text-align: center;

  justify-content: center;
}
.graphupdown .card {
  /*min-height: 400px;*/
}
.small-logo {
  display: none;
}
.toggled .small-logo {
  background-color: white;
  /* margin: 5px; */
  border-radius: 7px;
  display: block;
  width: 40px;
  height: 40px;
}

.small-logo img {
  width: 30px;
}
.toggled .logo-big {
  display: none;
}
.toggled .sidebar {
  width: 50px;
}
.logo-big {
  height: 72px;
}
.logo-big img {
  height: 3rem;
  padding: 0px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-top: 0.7rem;
  padding-bottom: 0rem;
}

.footer-logo {
  height: 52px;
}
.footer-logo img {
  height: 2.7rem;
}
.toggled .footer-logo {
  display: none;
}
.toggled .blackbg {
  width: 50px;
}
.navbar-nav img {
  /* max-width: 9rem; */
}
.toggled .menu span {
  display: none;
}
.toggled .menu span.img-small {
  display: block;
}
.toggled .sidebar ul li a {
  margin: 0;
}
.toggled .sidebar ul li.active a,
.toggled .sidebar ul li:hover a {
  border-radius: 0;
}
.toggled .content {
  margin: 70px 15px 0 66px;
}
.toggled .sidebar {
  top: 48px;
}
/*css for new login page*/
.page-body-wrapper {
  min-height: calc(100vh - 70px);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  padding-right: 0;
  padding-top: 70px;
}
.page-body-wrapper.full-page-wrapper {
  width: 100%;
  min-height: 100vh;
  padding-top: 0;
}
.content-wrapper {
  background: #000b28;
  padding: 2.5rem 2.5rem;
  width: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.auth.auth-img-bg {
  padding: 0;
}
.auth-form-transparent {
  width: 55%;
  margin: auto;
}
.flex-grow {
  flex-grow: 1;
}
.container-scroller {
  overflow: hidden;
}
.auth .login-half-bg {
  background: url(../images/login-bg-n.jpg);
  background-size: cover;
}
.auth .regbg {
  background: url(../images/login-bg2.jpg);
  background-size: cover;
}
.login-container-new .login-form .form-control {
  background: none;
  border: 1px solid rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 0.8);
}

.login-form .input-icon i {
  color: #03763d;
}
.forgot-password a {
  display: block;
  width: 100%;
  border: 0px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  padding: 8px 0;
  text-align: center;
}
.form-section .form-control[readonly] {
  opacity: 0.7;
}
textarea.siteaddress {
  height: 111px;
}
.dynamicclass1 textarea.siteaddress {
  color: rgba(0, 0, 0, 0.8);
}
.pagination-content {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.page-link {
  background: none;
  border: 1px solid rgba(120, 130, 140, 0.5);
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 13px;
  font-weight: normal;
  margin-right: 5px;
}
.page-link:hover {
  background: #c3252c;
  color: #fff;
  border: 1px solid #c3252c;
}
.pagination-content .page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0;
}
.sorting-table table th span {
  position: absolute;
  right: 6px;
  cursor: pointer;
}
.sorting-table table th,
.sorting-table table td {
  position: relative;

  border-top: 1px solid rgba(120, 130, 140, 0.5) !important;
  border-bottom: 1px solid rgba(120, 130, 140, 0.5) !important;
  font-size: 13px !important;
}
.sorting-table table th span.upcaret {
  top: 4px;
}
.sorting-table table th span.downcaret {
  bottom: 4px;
}
.sorting-table table th span i {
  font-size: 12px;
}
.filterlist .form-control {
  background: #23232e;
  border: 1px solid rgba(120, 130, 140, 0.5);
  color: rgba(255, 255, 255, 0.6);
  margin-right: 1rem;
  width: 4rem;
  height: 31px !important;
}
.filterlist .col-md-3 {
  display: flex;
  justify-content: flex-end;
}
.container-ra {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-ra input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.container-ra .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #23232e;
  border-radius: 50%;
  border: 1px solid #1072ba;
}

/* On mouse-over, add a grey background color */
.container-ra:hover input ~ .checkmark {
  background-color: #23232e;
}

/* When the radio button is checked, add a blue background */
.container-ra input:checked ~ .checkmark {
  background-color: #23232e;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container-ra .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-ra input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-ra .checkmark:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1072ba;
}
.radio-opt {
}
.form-group {
  position: relative;
}
.devicefor {
  display: none;
}
.iot-name li {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
}
.color-sidebar {
  position: fixed;
  /*width: 200px;*/
  /*padding: 15px;*/
  /*background:rgba(29,34,42,1);*/
  z-index: 9999;
  right: 0;
  top: 150px;
}
.color-sidebar-content ul {
  display: flex;
  flex-wrap: wrap;
}
.color-sidebar-content ul li a {
  display: flex;
  cursor: pointer;
}
.color-sidebar-content ul li a span.colorspan {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  font-size: 0;
  cursor: pointer;
  margin-right: 10px;
}
.color-sidebar-content ul li:first-child a span.color-light {
  background: #fff;
}
.color-sidebar-content ul li:nth-child(2) a span.color-dark {
  background: #23232e;
}
.color-sidebar-content ul li:nth-child(3) a span.color-green {
  background: #429e5a;
}
.color-sidebar-content ul li:nth-child(4) a {
  background: #863798;
}
.color-sidebar-content ul li:nth-child(5) a {
  background: #429e5a;
}
.color-sidebar-content ul li {
  margin-right: 8px;
}
.color-sidebar-content h4 {
  padding-bottom: 10px;
}
header .dropdown-menu {
  background: #23232e !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
header .dropdown-menu .dropdown-item {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}
header .dropdown-menu .dropdown-item:hover {
  background: none;
  color: #03763d;
}
header .dropdown-menu .dropdown-item img,
header .dropdown-menu .dropdown-item i {
  margin-right: 10px;
}

/* sidebar theme color changes*/
/*.dynamicclass1 .sidebar, .dynamicclass1 .blackbg {*/
/*background: #fff;*/
/*font-weight: 400;*/
/*}*/
/*body.dynamicclass1 {*/
/*background: #f1f2f7;*/
/*}*/
/*.dynamicclass2 .sidebar, .dynamicclass2 .blackbg {*/
/*background: #247cf7;*/
/*font-weight: 400;*/
/*}*/
.dynamicclass3 .sidebar,
.dynamicclass3 .blackbg {
  background: #429e5a;
  font-weight: 400;
}
/*.dynamicclass3 header .navbar.sticky {*/
/*background: #247cf7;*/
/*}*/
.dynamicclass3 header .navbar.sticky {
  background: #429e5a;
}
.dynamicclass1 .sticky {
  background: #fff;
}
.dynamicclass3 .sidebar li.active a,
.dynamicclass4 .sidebar li.active a,
.dynamicclass5 .sidebar li.active a {
  color: #fff !important;
}
.dynamicclass4 .sidebar,
.dynamicclass4 .blackbg {
  background: #863798;
  font-weight: 400;
}

.dynamicclass5 .sidebar,
.dynamicclass5 .blackbg {
  background: #429e5a;
  font-weight: 400;
}
.drag-drop-area {
  background: #23232e;
  border: 1px solid rgba(120, 130, 140, 0.5);
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  flex-wrap: wrap;
}
.stop {
  background: #fb483a;
  padding: 2px 5px;
  color: #fff;
}
.action-table .active {
  background: #00c689;
  padding: 2px 5px;
  color: #fff;
  width: 68px;
  display: inline-block;
  text-align: center;
}
.run {
  background: #4caf50;
  color: #fff;
  padding: 0px 5px;
}
.deactive {
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  padding: 0px 5px;
  width: 68px;
  display: inline-block;
  text-align: center;
}

.unresolved {
  background: #ff5722;
  color: #fff;
  padding: 0px 5px;
  width: 85px;
  display: inline-block;
  text-align: center;
}

.resolved {
  background: #11a508b3;
  color: #fff;
  padding: 0px 5px;
  width: 85px;
  display: inline-block;
  text-align: center;
}

.devicefor h3 {
  padding-bottom: 15px;
  font-size: 15px;
  color: #fff;
  font-family: "Poppins", sans-serif !important;
}
.row-separete-sec {
  padding: 10px;
  background: #30303d;
  margin-bottom: 15px;
  border-radius: 4px;
}
.form-section .row-separete-sec textarea.form-control {
  background: #30303d;
  height: 120px;
}
.form-section .row-separete-sec .form-control {
  background: #30303d;
}
.devicefor select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem - 2px);
}
.devicefor .nav li a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  border-left: 0;
  border-right: 0;
}
.devicefor .nav-tabs {
  border-bottom: 1px solid rgba(120, 130, 140, 0.5);
}
.devicefor .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #23232e;
  border: 0px solid #007bff;
  border-bottom: 2px solid #007bff !important;
}
.devicefor .nav-tabs .nav-link:hover {
  border: 0px solid #23232e;
  border-bottom: 2px solid #007bff;
  color: #fff;
}
.devicefor .nav-tabs .nav-link:focus {
  border: 0px solid #23232e;
}
.btn {
  font-size: 13px;
}
.preview-area {
  border: 1px solid rgba(120, 130, 140, 0.5);
  min-height: 100px;
}
.row-separete-sec .post-pos {
  position: absolute;
  background: #03763d;
  display: flex;
  padding: 0px 10px;
  color: #fff;
  font-size: 13px;
  align-items: center;
  height: 33px;
}
.row-separete-sec .form-group {
  position: relative;
}
.form-group p {
  font-size: 12px;
}

/*-------------------------------------------toggle switch -----------------------------*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

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

.lorasec .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  /* -webkit-transition: .4s;
	transition: .4s; */
}

.lorasec input:checked + .slider {
  background: #03763d;
}

.lorasec input:focus + .slider {
  background: #03763d;
}

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

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

.lorasec .slider.round:before {
  border-radius: 50%;
}
.lora-note {
  background: #30303d;
  padding: 10px;
  margin-bottom: 15px;
}
.lora-note p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.5);
}
.lora-note li {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 8px;
  padding-left: 15px;
  position: relative;
}
.bold {
  font-weight: bold !important;
}
.lora-note li:before {
  content: "\f0da";
  position: absolute;
  left: 0;
  color: #fff;
  font-family: "FontAwesome";
}
.new-log p {
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 16px;
}
.new-log .form-control {
  background: #23232e;
  border: 1px solid #565f6a;
  color: #fff;
}
.setting-content {
  width: 300px;
}
.color-sidebar {
  width: 300px;
  overflow: hidden;
  right: -260px;
  /* transition: all 0.2s ease-in-out 0s; */
}
.setting-icon {
  width: 40px;
  text-align: center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  float: left;
  background: rgba(29, 34, 42, 1);
}
.setting-icon a {
  display: block;
  padding: 5px 0;
  color: #fff;
}
.color-sidebar-content {
  background: rgba(29, 34, 42, 1);
  float: left;
  padding: 15px;
  width: 200px;
  /* transition: all 0.2s ease-in-out 0s; */
}
.colorpattle .color-sidebar-content {
  display: block;
}
.colorpattle .color-sidebar {
  right: -60px;
  /* transition: all 0.2s ease-in-out 0s; */
}
.color-sidebar-content span {
  font-size: 12px;
}
.solution-design .container {
  padding: 0 !important;
}

.pie-image {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

/*==============================toggle========================*/
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

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

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

input:checked + .slider {
  background-color: #28c689;
}

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

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

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

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

/*=========================== toggle end==================*/

/*============================ add application page browse section ===========*/

.browse-btn {
  float: right;
  margin-top: 5px;
  margin-bottom: 15px;
}
.modal-content {
  border-radius: 0;
  background: #23232e;
}
.modal-content .form-control {
  background: #23232e;
  border: 1px solid rgba(120, 130, 140, 0.5);
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}
.solution-opt .close {
  position: absolute;
  right: 15px;
  color: rgba(255, 255, 255, 0.6);
  z-index: 999;
  top: 5px;
}
.solution-opt .close:focus {
  outline: none;
}
a:hover {
  text-decoration: none;
}
.iot-name {
  position: absolute;
  left: 305px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  padding-top: 15px;
  right: 142px;
}
header.sticky {
  width: 100%;
  background: #23232e;
  /* -webkit-transition: .2s;
	transition: all .2s; */
}
.toggled .iot-name {
  padding-top: 8px;
  /* -webkit-transition: .5s;
	transition: all .5s; */
  left: 92px;
}
header {
  /* -webkit-transition: .2s;
	transition: all .2s; */
}
.pie-image img {
  margin: 0 auto;
  display: block;
}
.cancel-btn:hover {
  background: #c3252c;
  color: #fff !important;
  text-decoration: none;
  border-color: #c3252c;
}
.remember-me-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
}
.input-check {
  margin-right: 10px;
  margin-top: 5px;
}

.form-section .params-table .form-control {
  width: 60%;
}

.footer-box-boxpart .box-part {
  border-left: 10px solid #30303d;
  border-right: 10px solid #30303d;
  border-radius: 10px;
}

/*************************************************Switch********************************************/
.outerDivFull {
  margin: 50px;
}

.switchToggle input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}
.switchToggle label {
  cursor: pointer;
  text-indent: -9999px;
  width: 90px;
  max-width: 90px;
  height: 21px;
  background: #d50000;
  display: block;
  border-radius: 100px;
  position: relative;
}
.switchToggle label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 19px;
  height: 19px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}
.switchToggle input:checked + label,
.switchToggle input:checked + input + label {
  background: #4caf50;
}
.switchToggle input + label:before,
.switchToggle input + input + label:before {
  content: "Disabled";
  position: absolute;
  top: 2px;
  left: 35px;
  width: 66px;
  height: 22px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}
.switchToggle input:checked + label:before,
.switchToggle input:checked + input + label:before {
  content: "Enabled";
  position: absolute;
  top: 2px;
  left: 10px;
  width: 66px;
  height: 22px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}
.switchToggle input:checked + label:after,
.switchToggle input:checked + input + label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}
.switchToggle label:active:after {
  width: 60px;
}
.toggle-switchArea {
  margin: 8px 0 8px 0;
}

.run,
.stop {
  display: inline-block;
  text-align: center;
  width: 68px;
}
.form-control.unassignedselect {
  border: 1px solid rgba(120, 130, 140, 0.5);
  background: #23232e;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  height: 32px !important;
}
.white-theme {
  display: none;
}

.icon-counter-box img {
  width: 45px;
}
.icon-counter-box.ap-img img {
  width: 35px;
}
.blackarrow {
  display: none;
}
.custuomedit button {
  background: none;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: normal;
}
.custuomedit button.active {
  background: #c3252c;
  border: 1px solid #c3252c;
}
.pie-image.textfill text {
  fill: rgba(255, 255, 255, 0.7);
  font-size: 11px !important;
}
.apexcharts-legend {
  bottom: 0px !important;
}
.apexcharts-legend span {
  color: #fff !important;
}
.form-section textarea.form-control.otta {
  height: 113px;
}
.key-sec h4 {
  padding-bottom: 10px;
}
.params-table .table td,
.params-table .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid rgba(120, 130, 140, 0.5);
}
.abp0 {
  height: 33px;
}
.circle-round-no {
  /*width: 60px;*/
  /*height: 60px;*/
  /*background: #272d37;*/
  /*border-radius: 50%;*/
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  align-self: center;
  font-size: 32px !important;
}
.counter-box h3 {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
.otaa11x {
  height: 111px;
}
.device-table table th,
.device-table table td {
  white-space: nowrap;
}
.device-table .multiselect-select button {
  min-width: 135px;
  text-align: left;
  background: #23232e;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(120, 130, 140, 0.5);
}
.device-table .multiselect-select ul li a {
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
}
.device-table .multiselect-container > li > a > label {
  padding-left: 5px;
  outline: none;
}
.device-table .multiselect-select ul li a:focus {
  outline: none;
}
.multiselect-dropdown .dropdown-down {
  border-top: 4px solid #adadad !important;
  border-left: 4px solid transparent !important;
  border-right: 4px solid transparent !important;
}
.multiselect-dropdown .dropdown-up {
  border-bottom: 4px solid #adadad !important;
  border-left: 4px solid transparent !important;
  border-right: 4px solid transparent !important;
}
.multiselect-dropdown > div .dropdown-btn {
  padding-right: 15px !important;
  padding-left: 10px !important;
}
.multiselect-dropdown > div .dropdown-btn span:nth-child(2) {
  position: absolute;
  right: 0 !important;
}
.multiselect-dropdown > div .dropdown-btn span:nth-child(2) {
  position: absolute;
  right: 0 !important;
}
.device-multiselect {
  /* width: 150px; */
}
.device-table td {
  vertical-align: middle;
}
/*---------------------------------------- css for green theme--------------------------------------------*/
body.dynamicclass3 {
  background: #4dba69;
}
.dynamicclass3 header.sticky {
  background: #429e5a;
}
.dynamicclass3 .counter-box,
.dynamicclass3 .box-part {
  background: #348a4a !important;
}
.dynamicclass3 .card {
  background: #2e7f43 !important;
}
.dynamicclass3 .breadcrumb-section h4 {
  color: #fff;
}
.dynamicclass3 .iot-name {
  color: #fff;
}
.dynamicclass3 .box-part h3 {
  color: #fff;
}
.dynamicclass3 .box-part p {
  color: rgba(255, 255, 255, 0.7);
}
.dark.dynamicclass3 .card .header h2 {
  color: rgba(255, 255, 255, 0.9) !important;
}
.dynamicclass3 .counter-box {
  color: rgba(255, 255, 255, 0.9) !important;
}
.dynamicclass3 .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.7) !important;
}
.dynamicclass3 .breadcrumb-section li a {
  color: rgba(255, 255, 255, 1) !important;
  font-size: 13px;
}
.dynamicclass3 header .dropdown-menu {
  background: #348a4a !important;
  border: 1px solid rgba(52, 138, 74, 0.1);
}
.dynamicclass3 header .dropdown-menu .dropdown-item:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.dynamicclass3.dark .article-content .sorting-table table th,
.dynamicclass3.dark .article-content .sorting-table table td {
  position: relative;

  border-top: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.8);
}
.dynamicclass3 .page-link {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: normal;
  margin-right: 5px;
}
.dynamicclass3 .page-link:hover {
  border: 1px solid #c3252c;
}
.dynamicclass3 .form-section .form-control {
  background: #2e7f43;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}
.dynamicclass3 .form-section label {
  font-size: 13px;
  padding-bottom: 7px;
  color: rgba(255, 255, 255, 0.7);
}

.dynamicclass3 .filterlist .form-control {
  background-color: #2e7f43;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
  margin-right: 1rem;
  width: 4rem;
  height: 31px !important;
}
.dynamicclass3.toggled .blackbg {
  background-color: #429e5a;
  width: 50px;
  text-align: center;
}

.dynamicclass3 .sidebar ul li a.application-img-left:hover:before,
.dynamicclass3 .sidebar ul li.active a.application-img-left:before,
.dynamicclass3 .sidebar ul li a.router-img-left:hover:before,
.dynamicclass3 .sidebar ul li.active a.router-img-left:before,
.dynamicclass3 .sidebar ul li a.node-img-left:hover:before,
.dynamicclass3 .sidebar ul li.active a.node-img-left:before {
  display: none;
}

.dynamicclass3 .sidebar ul li a:hover,
.dynamicclass3 .sidebar ul li.active a {
  color: #fff;
}
.dynamicclass3 .color-sidebar-content,
.dynamicclass3 .setting-icon {
  background: rgba(0, 0, 0, 0.4);
}
.dynamicclass3 .color-sidebar-content ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.dynamicclass3 .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.dynamicclass3 .form-control.unassignedselect {
  background: #2e7f43;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.7);
}
.dynamicclass3 .drag-drop-area {
  background: #2e7f43;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
}
.dynamicclass3 .container-ra .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #2e7f43;
  border-radius: 50%;
  border: 1px solid #fff;
}
.dynamicclass3 .container-ra input:checked ~ .checkmark {
  background-color: #2e7f43;
}
.dynamicclass3 .container-ra .checkmark:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
.dynamicclass3 .container-ra:hover input ~ .checkmark {
  background-color: #2e7f43;
}
.dynamicclass3 .row-separete-sec {
  background: #399150;
}
.dynamicclass3 .form-section .row-separete-sec textarea.form-control {
  background: #399150;
  height: 120px;
  border: 1px solid #ced4da;
}
.dynamicclass3 .form-section .row-separete-sec .form-control {
  border: 1px solid #ced4da;
}
.dynamicclass3 .devicefor .nav li a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  border-left: 0;
  border-right: 0;
}
.dynamicclass3 .devicefor .nav li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.dynamicclass3 .devicefor h3 {
  color: rgba(255, 255, 255, 0.8);
}
.dynamicclass3 .preview-area {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.dynamicclass3 .tab-content .table th,
.dynamicclass3 .tab-content .table td {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.dynamicclass3 .devicefor .nav-tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.dynamicclass3 .form-section .row-separete-sec .form-control {
  background: #399150;
}
.dynamicclass3 .lora-note {
  background: #429e5a;
  padding: 10px;
  margin-bottom: 15px;
}
/*--------------------------------- css for light background------------------------------------------------*/
body.dynamicclass1 {
  background: #fff;
}
.dynamicclass1 header.sticky {
  background: #e3e3e3 !important;
}
.dynamicclass1 .counter-box,
.dynamicclass1 .box-part {
  background: #e3e3e3 !important;
}
.dynamicclass1 .card {
  background: #e3e3e3 !important;
  /* -webkit-box-shadow: 6px 6px 20px -20px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 6px 6px 20px -20px rgba(0, 0, 0, 0.75);
  box-shadow: 6px 6px 20px -20px rgba(0, 0, 0, 0.75); */
}
.dynamicclass1 .breadcrumb-section h4 {
  color: rgba(0, 0, 0, 0.8);
}
.dynamicclass1 .iot-name {
  color: rgba(0, 0, 0, 0.9);
}
.dynamicclass1 .box-part h3 {
  color: rgba(0, 0, 0, 0.9);
}
.dynamicclass1 .box-part p {
  color: rgba(0, 0, 0, 0.8);
}
.dark.dynamicclass1 .card .header h2 {
  color: rgba(0, 0, 0, 0.9) !important;
}
.dynamicclass1 .counter-box {
  color: rgba(0, 0, 0, 0.9) !important;
}
.dynamicclass1 .breadcrumb-item.active {
  color: rgba(0, 0, 0, 0.8) !important;
}
.dynamicclass1 .breadcrumb-section li a {
  color: rgba(0, 0, 0, 0.8) !important;
  font-size: 13px;
}
.dynamicclass1 header .dropdown-menu {
  background: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.dynamicclass1 header .dropdown-menu .dropdown-item:hover {
  color: rgba(0, 0, 0, 1) !important;
}

.menu_dark.dynamicclass1 .sidebar {
  background: #e3e3e3;
  font-weight: 400;
}
.dynamicclass1 .blackbg {
  background-color: #e3e3e3;
  width: 260px;
  text-align: center;
}
.dynamicclass1 .sidebar ul li a {
  color: rgba(0, 0, 0, 0.7);
}
.dynamicclass1 .counter-box h3 {
  color: rgba(0, 0, 0, 0.7);
}
.dynamicclass1 header nav li a {
  color: rgba(0, 0, 0, 0.7);
}
.dynamicclass1 header nav .nav-item {
  color: rgba(0, 0, 0, 0.7);
}
.dynamicclass1 header .dropdown-menu .dropdown-item {
  color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
}
.dynamicclass1 header .dropdown-menu .dropdown-item:hover {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
}

.dynamicclass1 .page-link {
  background: none;
  border: 1px solid rgba(120, 130, 140, 0.7);
  color: rgba(0, 0, 0, 0.9) !important;
  font-size: 13px;
  font-weight: normal;
  margin-right: 5px;
}
.dynamicclass1 .page-link:hover {
  background: #c3252c;
  color: #fff;
  border: 1px solid #c3252c;
}
.dynamicclass1 .form-section .form-control {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid #ced4da;
}
.dynamicclass1 .form-control.unassignedselect {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid #ced4da;
}
.dynamicclass1 .filterlist .form-control {
  background-color: #fff;
  border: 1px solid #ced4da;
  color: rgba(0, 0, 0, 0.6);
  margin-right: 1rem;
  width: 4rem;
  height: 31px !important;
}
.dynamicclass1 .form-section label {
  font-size: 13px;
  padding-bottom: 7px;
  color: rgba(0, 0, 0, 0.9);
}

.dynamicclass1.dark .article-content .sorting-table table th,
.dynamicclass1.dark .article-content .sorting-table table td {
  position: relative;

  border-top: 1px solid rgba(120, 130, 140, 0.3) !important;
  border-bottom: 1px solid rgba(120, 130, 140, 0.3) !important;
  font-size: 13px !important;
  color: rgba(0, 0, 0, 0.9);
}
.dark.dynamicclass1 .table tbody tr th {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
}
.dynamicclass1.toggled .blackbg {
  background-color: #fff;
  width: 50px;
  text-align: center;
}
.dynamicclass1 .white-theme {
  display: block;
}
.dynamicclass1 .global-theme {
  display: none;
}
.dynamicclass1 .sidebar ul li a.application-img-left:hover:before,
.dynamicclass1 .sidebar ul li.active a.application-img-left:before,
.dynamicclass1 .sidebar ul li a.router-img-left:hover:before,
.dynamicclass1 .sidebar ul li.active a.router-img-left:before,
.dynamicclass1 .sidebar ul li a.node-img-left:hover:before,
.dynamicclass1 .sidebar ul li.active a.node-img-left:before {
  display: none;
}
.dynamicclass1 .color-sidebar-content,
.dynamicclass1 .setting-icon {
  background: rgba(0, 0, 0, 0.6);
}
.dynamicclass1 .color-sidebar-content ul li a {
  color: #fff;
}
.dynamicclass1 .drag-drop-area {
  background: #fff;
  border: 1px solid rgba(120, 130, 140, 0.5);
  color: rgba(0, 0, 0, 1);
  border: 1px solid #ced4da;
  border-radius: 4px;
}
.dynamicclass1 .deactive {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 2px 5px;
  width: 68px;
  display: inline-block;
  text-align: center;
}
.dynamicclass1 .container-ra .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #1072ba;
}
.dynamicclass1 .container-ra input:checked ~ .checkmark {
  background-color: #fff;
}
.dynamicclass1 .container-ra:hover input ~ .checkmark {
  background-color: #fff;
}
.dynamicclass1 .row-separete-sec {
  background: #f2f2f2;
}
.dynamicclass1 .form-section .row-separete-sec textarea.form-control {
  background: #f2f2f2;
  height: 120px;
  border: 1px solid #ced4da;
}
.dynamicclass1 .form-section .row-separete-sec .form-control {
  border: 1px solid #ced4da;
}
.dynamicclass1 .devicefor .nav li a {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
  border-left: 0;
  border-right: 0;
}
.dynamicclass1 .devicefor .nav li a:hover {
  color: rgba(0, 0, 0, 0.7);
}
.dynamicclass1 .devicefor h3 {
  color: rgba(0, 0, 0, 0.8);
}
.dynamicclass1 .lora-note {
  background: #f2f2f2;
  padding: 10px;
  margin-bottom: 15px;
}
.dynamicclass1 .lora-note li,
.dynamicclass1 .lora-note p {
  color: rgba(0, 0, 0, 0.8);
}
.dynamicclass1 .lora-note li:before {
  color: rgba(0, 0, 0, 0.8);
}

.dynamicclass1 .blackarrow {
  display: block;
}
.dynamicclass1 .whitearrow {
  display: none;
}
.dynamicclass1 .custuomedit button {
  background: none;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.4);
  font-weight: normal;
}
.dynamicclass1 .custuomedit button.active {
  background: #c3252c;
  border: 1px solid #c3252c;
  color: rgba(255, 255, 255, 1);
}
.apexcharts-yaxis-texts-g {
}
.dynamicclass1 .pie-image.textfill text {
  fill: rgba(0, 0, 0, 0.8);
  font-size: 11px !important;
}

.dynamicclass1 .apexcharts-legend span {
  color: #000 !important;
}
.dynamicclass1 .key-sec h4 {
  padding-bottom: 10px;
  color: #fff;
}
/*---------------------css for tabele-----------------*/
.header .add-inc {
  top: 0;
}
table tbody tr td,
table tbody tr th {
  border-top: 1px solid rgba(120, 130, 140, 0.5) !important;
  border-bottom: 1px solid rgba(120, 130, 140, 0.5) !important;
  font-size: 13px !important;
}

.action-table .table tbody tr td,
.action-table table tbody tr th {
  border-top: 1px solid rgba(120, 130, 140, 0.5) !important;
  border-bottom: 1px solid rgba(120, 130, 140, 0.5) !important;
  font-size: 13px !important;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}

.mob-logo {
  display: none;
}
.navbar-brand,
.navbar-toggler {
  display: none;
}
nav .collapse {
  display: block;
}
header nav .collapse {
  display: flex;
}

.form-section select.form-control {
  height: 33px !important;
}
/*-------------------------css for ipad section ---------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  header .navbar-nav {
    flex-direction: row;
  }
  header .navbar-nav.tabnav li {
    margin-right: 10px;
  }
  header .navbar-nav .dropdown-menu {
    position: absolute;
  }
}
/*-------------------------css for mobile section ---------------------------------------------*/
@media only screen and (max-width: 767px) {
  nav .collapse {
    display: none;
  }
  .navbar-brand,
  .navbar-toggler {
    display: inline-block;
  }
  .sidebar {
  }
  .content {
    margin: 0;
  }
  .iot-name {
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
  }
  .sorting-table table th,
  .sorting-table table td {
    white-space: nowrap;
  }
  .iot-name {
    position: relative;
    padding-top: 0;
    font-size: 15px;
  }
  header {
    background: #23232e;
    text-align: center;
    position: relative;
  }
  header img {
    max-width: 100%;
  }
  header.sticky {
    position: relative;
    background: #23232e;
  }
  .color-sidebar {
  }
  .mob-logo {
    display: block;
    background: #ffffff;
  }
  .mob-logo img {
    height: 42px;
  }
  .sidebar {
    position: relative;
    width: 100%;
    top: 0;
    height: auto;
  }
  #slide-navbar-collapse {
    position: fixed;
    top: 0;
    left: 15px;
    z-index: 99;
    width: 280px;
    height: 100%;

    overflow: auto;
  }
  .menu-overlay {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE7 & 8 */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 49;
  }
  .navbar-toggler-icon {
    color: #fff;
  }
  .navbar-brand {
    color: #fff;
    margin-left: 10px;
    font-size: 14px;
  }
  .navbar-toggler {
    position: absolute;
    right: 5px;
  }
  .navbar-toggler:focus {
    outline: none;
  }
  .dynamicclass1 .sidebar nav {
  }
  .dynamicclass1 .navbar-brand {
    color: #000;
    margin-left: 10px;
    font-size: 14px;
  }
  .dynamicclass1 .navbar-toggler-icon {
    color: #000;
  }
  .dynamicclass1 header {
    background: #fff;
  }

  .moblefttop {
    display: none;
  }
  nav .headflag {
    display: block;
  }
  .headflag ul.navbar-nav {
    flex-direction: row;
    justify-content: center;
  }
  .headflag ul.navbar-nav li {
    padding-left: 5px;
    padding-right: 15px;
  }
  .mob-logo {
    text-align: left;
  }
  .mobflagtopright {
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 9999;
  }
  .headflag .navbar-nav .dropdown-menu {
    position: absolute;
  }
}

/* Refresh icon inside textbox */
.auto-refresh-icon {
  position: absolute;
  cursor: pointer;
  right: 6px;
  top: calc(50% - 0.5em);
}

.auto-refresh-input {
  position: relative;
}

.input-text-warn {
  color: #f44336;
  font-size: 11px;
  position: absolute;
  margin-top: 2px;
}

.status-icon {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.status-icon.on {
  border-radius: 50%;
  border: 4px solid green;
}

.status-icon.off {
  border-radius: 50%;
  border: 4px solid #d50000;
}

/* Search group styles */
.search-card-body {
  padding: 0.5rem 1.25rem 10px 1.25rem;
}
.search-group {
  padding-top: 1.75rem;
  display: flex;
  justify-content: center;
}

.search-group button {
  flex: 1;
}

/* Bootstrap Overrides */

.container-fluid {
  padding: 0 !important;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1b1e27;
  background-image: url("../images/login-bg-map.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.dynamicclass1 .site-breadcrumb-text {
  color: #000 !important;
}

.dynamicclass1 .mat-tab-label {
  color: rgba(0, 0, 0, 1) !important;
}

.mat-dialog-container {
  border: 1px solid #61666f !important;
  /* background: linear-gradient(to right, #d41313, purple) !important; */
}
.mat-dialog-actions {
  margin-bottom: -10px;
  float: right;
}
.dynamicclass1 .mat-dialog-container {
  background: #d7d7e0;
  color: #2d2a2a;
}
.mat-dialog-actions .mat-button + .mat-button {
  background: #03763d;
}
