/*pre-loader*/
.lineby{
  border-bottom: solid 1px #ccc;
}
.table td img{
  margin-left: 25%;
  cursor: pointer;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffffED;
  z-index: 1030;
}

#status {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url('../images/loader.gif');
  background-repeat: no-repeat;
  background-position: center;
}

/*pre-loader*/
#preloader1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffffED;
  z-index: 1030;
}

#status1 {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url('../images/loader.gif');
  background-repeat: no-repeat;
  background-position: center;
}

#select-options-error {
  font-size: .8rem !important;
  color: #f44336 !important;
}

.parameters_table .fileinput .thumbnail,
.viewImg {
  max-width: 25px;
  max-height: 25px;
}

.parameters_table .error {
  font-size: .8rem !important;
  color: #f44336 !important;
}

#clientListSelect,
#IoTTypeMasterList {
  list-style: none;
}

.ClientName,
.IotTypeMasterList {
  outline: none;
  border: none;
}

#datatables thead tr th {
  font-size: 16px;
  font-weight: bold;
  padding: 12px !important;
    background: linear-gradient(to bottom, #ebf1f6 0%,#d6e0e7 0%,#dce9ef 50%,#d5ebfb 100%);
    color: steelblue;
}

.tblData {
  font-size: .75rem;
}

.dataCard [class*="card-header-"]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
  border-radius: 3px;
  margin-top: -20px;
  padding: 15px;
}

.dataCard .card-header-primary:not(.card-header-icon):not(.card-header-text) {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(156, 39, 176, .4);
}

.dataCard .card-header-primary:not(.card-header-icon):not(.card-header-text) {
  background: linear-gradient(60deg, #ab47bc, #8e24aa);
}

.dataCard [class*="card-header-"] {
  margin: 0 15px;
  position: relative;
}

.dataCard .card-header {
  z-index: 3 !important;
}

.dataCard [class*="card-header-"] {
  color: #fff;
}

table.dataTable {
  font-size: 15px;
  font-weight: 400;
  border: solid 1px #ccc;
}

.dataTable>thead>tr>th {
  padding: 3px !important;
}

.fileinput .thumbnail>img {
  max-height: 75px !important;
}

#params_section {
  margin: 10% 5% 0% 5%;
  width: 90%;
  color: #222;
  font-size: 0.75rem;
  font-weight: 400;
}

.cardRight-main {
  max-height: 250px;
  height: 250px;
  overflow: auto;
  margin-bottom: 5px
}

.cardRight-main .sub-section {
  overflow: auto;
  height: 190px;
}

#IoTTypeMasterList,
#clientListSelect {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  height: 215px;
  padding: 5px;
}

.viewIoTDev td {
  vertical-align: middle;
  padding: 0.05rem;
}

.viewIoTDev .td-actions .btn {
  margin: 5px;
}

/*---------------Toggle Button------------------*/
.togglebutton label input[type="checkbox"]:checked+.toggle {
  background-color: rgb(33, 136, 56, .7);
}

.togglebutton label input[type="checkbox"]:checked+.toggle::after {
  border-color: rgb(33, 136, 56);
}

.tblBody {
  margin-bottom: 0rem;
}

.clickableSec {
  cursor: pointer;
}

.client-table td,
.iot-type-table td {
  vertical-align: middle;
  padding: .25rem;
}

.client-table .td-actions .btn,
.iot-type-table .td-actions .btn {
  margin: 0px auto;
}

.form-group input[type="file"] {
  z-index: 1;
}

.sidebar .logo a.logo-mini {
  width: 35px;
}

.canvasjs-chart-credit {
  display: none !important;
}

.canvasjs-chart-canvas {
  width: 100%;
}

.leadReport {
  padding: 0;
}

#downloadPdf {
  float: right;
}
.activeUser{
  background:  #4caf50;
  padding: 2px 4px;
  color:  #fff;
  border-radius: 5px;
  font-weight: 400;
}
.inactiveUser{
  background:  #e11b0c;
  padding: 2px 4px;
  color:  #fff;
  border-radius: 5px;
  font-weight: 400;
}
.card-header-white{
  background: linear-gradient(60deg, #fff, #fff) !important;
}
.login-page .card-login .card-header{
  margin: 0px !important;
  
}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-left {
  content:"\e079";
}
.glyphicon-chevron-left {
  content:"\e080";
}
.showPwd>label{
	font-size: .75rem;
	margin: 0 !important;
}
/* .initial{
	padding-left: 30px !important;
	padding-right:30px !important;	
} */
/* .reportGraph {
  width: 100%;
} */
 /* .imagerpt {
  background-image: url('../images/ecg123.png');
} */