:root {
  --color1:#0E2F44;
  --color2: #fff;
  --color3:#F86F6A;
  --color5:#000001;
  --color4:rgba(25, 30, 56, 0.1);
  
}
.login_welcome_header {
  margin-top: 10%;
  text-align: center;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-size: 65px;
  line-height: 90px;
  /* identical to box height */
  color: var(--color1);
}

.login-rightheader {
  margin-top: 10%;
  text-align: center;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 800;
  font-size: 65px;
  line-height: 96px;
  /* identical to box height */
  color: var(--color2);
}

.login-right-subheader {
  font-family: 'Lato';
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  /* identical to box height */
  color: var(--color2);
}

.login_header {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.15em;
  color: var(--color1);
}

.login_image {
  width: 70%;
  height: 62%;
  margin-left: 2%;
  margin-top: -3%;
  content: url();
}

.login_image {
  width: 50%;
  height: 65%;
  margin-left: 2%;
  margin-top: 6%;
  margin-bottom: 15.7%;
  content: url(/img/android-chrome-512x512.png);
  -webkit-animation:spin 5s linear infinite;
  -moz-animation:spin 5s linear infinite;
  animation:spin 5s linear infinite;
}
@-moz-keyframes spin { 
  100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
  100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
  100% { 
      -webkit-transform: rotate(360deg); 
      transform:rotate(360deg); 
  } 
}
.login_column_right {
  background: var(--color1);
  align-items: center;
}

.login-label {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  color: var(--color2);
}

.login_footer {
  margin-top: -5%;
  margin-bottom: 2%;
  margin-left: -3%;
  text-align: center;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: var(--color1);
}

#machine_style, #shed {
  margin-top: 5px;
}

#right-field {
  margin-left: 10px;
}

.metre {
  text-align: right;
}

.footer {
  margin-top: 20px;
  text-align: center;
  /* position: fixed; */
}

.footer1 {
  position: fixed;
  padding-left: 260px;
  padding-top: 20px;
  bottom: 0;
  left: 0;
  margin-left: 0;
  right: 0;
  width: 100%;
  height: 50px;
  background: var(--color2);
  z-index: 1032;
}

.contentwrapper1 {
  height: 100%;
  overflow: auto;
  /* margin-top: calc(3.5rem + 1px); */
  padding-bottom: calc(3.5rem + 1px);
  margin-left: 250px;
}

#settings-button {
  text-align: right;
}

.top {
  margin-bottom: 25px;
}

.right {
  margin-left: 20px;
}

.left {
  margin-left: 20px;
}

.alarm-table {
  margin-top: 20px;
}

#table-list2 {
  margin-top: 30px;
}

.nval {
  margin-left: 70px;
}

#repeat {
  float: right;
}

.notification {
  background-color: var(--color2);
}

.back {
  float: left;
}

.ncheck {
  float: left;
}

.input_type_text {
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  background: var(--color2);
  border: 2px solid var(--color1);
  border-radius: 5px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */
  color: rgba(25, 30, 56, 0.8);
}

.otpbox {
  background: var(--color1);
  border: 3px solid var(--color2);
  border-radius: 5px;
  color: var(--color2);
  /* margin-right:1.8rem;
margin-top:0.5rem;
margin-bottom:0.5rem;
margin-left:0.4rem; */
}

.font-style {
  font-family: 'Lato';
  font-style: normal;
}

.select {
  width: 100%;
  height: 40px;
  padding: 7px;
  box-sizing: border-box;
  border: 2px solid var(--color1);
  border-radius: 5px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  /* identical to box height */
  color: rgba(25, 30, 56, 0.8);
}

.div_anchortag {
  margin-top: 2rem;
  text-align: center;
  color: var(--color2);
}

.a {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  color: var(--color2);
}

.dropdown {
  width: 100%;
  background: var(--color2);
  border: 2px solid var(--color1);
  border-radius: 5px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
}

textarea {
  width: 100%;
  padding: 7px;
  box-sizing: border-box;
  border: 2px solid var(--color1);
  border-radius: 5px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  /* identical to box height */
  color: rgba(25, 30, 56, 0.8);
}

input[type=email] {
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  background: var(--color2);
  border: 2px solid var(--color1);
  border-radius: 5px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */
  color: rgba(25, 30, 56, 0.8);
}

.input-type-tel {
  width: 100%;
  padding: 12px;
  background: var(--color2);
  border: 2px solid var(--color1);
  border-radius: 5px;
  /* margin-top: 6px;
  margin-bottom: 16px; */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */
  color: rgba(25, 30, 56, 0.8);
}

/* Style the submit button */
input[type=submit], input[type=button], .button ,.button:disabled,.button:focus{
  width: 100%;
  background: var(--color1);
  border-radius: 5px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height */
  color: var(--color2);
}


.modalpopupbutton{
  background: var(--color1);
  border-radius: 5px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 800;
  font-size: 15px;

  /* identical to box height */
  color: var(--color2);
}
.smallbutton {
  width: 8%;
  height: 28px;
  text-align: center;
  background: var(--color1);
  border-radius: 5px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  color: var(--color2);
}
  .datatable_button {

    text-align: center;
    background: var(--color1);
    color:var(--color2);
    border-radius: 5px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    height:32px;

  }
  .datatable_button:focus {

    text-align: center;
    opacity:0.5;
    background: var(--color1);
    color:var(--color2);
    border-radius: 5px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 800;
    font-size: 15px;

  }

/* Style the container for inputs */
.container {
  background-color: var(--color2);
  padding: 20px;
}

/* The message box is shown when the user clicks on the password field */
#message {
  display: none;
  color: #000;
  position: relative;
  padding: 20px;
  background: var(--color1);
  border: 3px solid var(--color2);
  border-radius: 5px;
  color: var(--color2);
  /*  margin-top: 10px; */
}

#message p {
  /* padding: 10px 35px; */
  font-size: 14px;
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
}

#mmessage {
  display: none;
  background:var(--color2) ;
  color: #000;
  position: relative;
  padding: 18px;
  border-radius: 5px;
  /*  margin-top: 10px; */
}

#mmessage p {
  /* padding: 10px 35px; */
  font-size: 14px;
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -35px;
  content: "✔";
  color: green;
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -35px;
  content: "✖";
}

.selcls {
  padding: 9px;
  border: solid 1px #517B97;
  outline: 0;
  background: -webkit-gradient(linear, left top, left 25, from(var(--color2)), color-stop(4%, #CAD9E3), to(var(--color2)));
  background: -moz-linear-gradient(top, var(--color2), #CAD9E3 1px, var(--color2) 25px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}

/* th{
       text-align: center;
       vertical-align: middle;
     } */
.td {
  text-align: center;
  vertical-align: middle;
}

.scroll {
  /* background-color: #fed9ff; */
  /* width: 600px; */
  height: 400px;
  overflow: auto;
  text-align: justify;
  padding: 20px;
}

.uploadbuttondiv {
  padding-top: 25px;
}

.bodyclass {
  background: #ececec;
}

/*Hidden class for adding and removing*/
.lds-dual-ring.hidden {
  display: none;
}

/*Add an overlay to the entire page blocking any further presses to buttons or other elements.*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .8);
  z-index: 999;
  opacity: 1;
  transition: all 0.5s;
}

/*Spinner Styles*/
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 5% auto;
  border-radius: 50%;
  border: 6px solid var(--color2);
  border-color: var(--color2) transparent var(--color2) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

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

.popup-overlay {
  /*Hides pop-up when there is no "active" class*/
  visibility: hidden;
  position: absolute;
  background: var(--color2);
  border: 3px solid #666666;
  width: 50%;
  height: 50%;
  left: 25%;
}

.popup-overlay.active {
  /*displays pop-up when "active" class is present*/
  visibility: visible;
  text-align: center;
}

.popup-content {
  /*Hides pop-up content when there is no "active" class */
  visibility: hidden;
}

.popup-content.active {
  /*Shows pop-up content when "active" class is present */
  visibility: visible;
}

.login-footer {
  padding: 0.25em 0.5em 0.5em;
}

.hideShowPassword-toggle,
.my-toggle {
  z-index: 3;
}

/*for loading indicator */
.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.8) url('../img/Loading_icon.gif') center no-repeat;
}

/* Turn off scrollbar when body element has the loading class */
body.loading {
  overflow: hidden;
}

/* Make spinner image visible when body element has the loading class */
body.loading .overlay {
  display: block;
}

/* #overlay{
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.is-hide{
  display:none;
} */
#tabs {
  width: 100%;
  /* height: 30px;
  border-bottom: solid 1px #CCC;
  padding-right: 2px;

  padding-bottom: 35px; */
}

a {
  cursor: pointer;
}

/* #tabs li {
  float: left;
  list-style: none;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-right: 5px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  outline: none;
} */

#tabs li a {
  font-family: Arial, Helvetica, sans-serif;
  /* font-size: small; */
  font-weight: bold;
  color: #5685bc;
  padding-top: 5px;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 8px;
  display: block;

 
  text-decoration: none;
  outline: none;
}

#tabs li a.inactive {
  padding-top: 5px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  color: #666666;
  background: #EEE;
  outline: none;
  border-bottom: solid 1px #CCC;
}

#tabs li a:hover, #tabs li a.inactive:hover {
  color: #5685bc;
  outline: none;
}

.container {
  clear: both;
  width: 100%;
  border-left: solid 1px #CCC;
  border-right: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  border-top: solid 1px #CCC;
  text-align: left;
  /* padding-top: 10px; */
}

.container h2 {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
  color: #5685bc;
}

.container p {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: small;
}

.container ul {
  margin-left: 25px;
  font-size: small;
  line-height: 1.4;
  list-style-type: disc;
}
#tabs li a {
 
  padding-top: 7px;
}
.container li {
  padding-bottom: 5px;
  margin-left: 5px;
}

/* for userrights nested list menu */
.just-padding {
  padding: 15px;
}

.list-group.list-group-root {
  padding: 0;
  overflow: hidden;
}

.list-group.list-group-root .list-group {
  margin-bottom: 0;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
  padding-right: 10px;
}

.list-group.list-group-root .list-group-item {
  border-radius: 0;
  border-width: 1px 0 0 0;
}

.list-group.list-group-root>.list-group-item:first-child {
  border-top-width: 0;
}

.list-group.list-group-root>.list-group>.list-group-item {
  padding-left: 30px;
}

.list-group.list-group-root>.list-group>.list-group>.list-group-item {
  padding-left: 45px;
}

.list-group-item .glyphicon {
  margin-right: 5px;
}

.sublist {
  border-radius: 1;
  border-width: 1px 0 0 0;
  border-top-width: 0;
  padding-left: 45px;
}

.icon1 {
  text-align: left;
}

@media (max-width: 768px) {
  #txtdashboard {
    display: block TYR;
  }
}

.navbarbodycollapse {
  position: absolute;
  width: 10%;
  height: 670px;
  left: 16px;
  top: 10px;
  background: var(--color1);
  border-radius: 30px;
}

.navbarbody {
  position: absolute;
  width: 9%;
  height: 670px;
  left: 16px;
  top: 10px;
  background: var(--color1);
  border-radius: 30px;
}

.lms {
  font-size:27px;font-weight:700; padding: 20px 20px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  
  line-height: 36px;
  /* identical to box height */
  color: var(--color2);
  text-align: center;
  border-bottom: 2px solid var(--color2);
}

.lmsline {
  position: absolute;
  width: 100%;
  height: 0px;
  left: 0px;
  top: 50px;
  border: 1px solid var(--color2);
}

.loggedinusername {
  margin-top: 15px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  /* identical to box height */
  color: var(--color2);
}

.navbarmenu {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 520px;
  left: 0px;
  top: 150px;
  background: var(--color1);
  border: 2px solid var(--color2);
  border-radius: 0px 95px 30px 30px;
}

.navbar_dot {
  position: absolute;
  width: 10px;
  height: 10px;
  left: 90px;
}

.navitem_icon {
  position: static;
  width: 25px;
  height: 25px;
}

.navitem_icon_userrights {
  position: static;
  width: 25px;
  height: 25px;
  opacity: 0.5;
}

.navitem_icon_left {
  transition: all 0.5s ease;
  margin-left: 0.5rem;
}

.navitem_icon_left1 {
  transition: all 0.5s ease;
  margin-left: -5rem;
}

.navitem_text_block {
  transition: all 2s ease;
  display: block;
}

.navitem_text_none {
  display: none;
}

.navitem_dashboard {
  position: static;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  /* identical to box height */
  color: var(--color2);
}

.pagecontentbody {
  position: absolute;
  right: 1%;
  left: 12%;
  top: 15px;
  background: rgba(25, 30, 56, 0.1);
  border-radius: 40px;
}

#asidemenu {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#contentbody {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#navmenu {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pagecontentbody_collapse {
  position: absolute;
  left: 11%;
  right: 1%;
  top: 15px;
  background: rgba(25, 30, 56, 0.1);
  border-radius: 40px;
}

.footercontent {
  margin-left: 450px;
  margin-top: 2.8rem;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  /* color: #000000; */
}

.label_dashboard {
  position: absolute;
  width: 160px;
  height: 30px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 35px;
  /* identical to box height */
  color: var(--color1);
}

.main_searchbox {
  box-sizing: border-box;
  position: absolute;
  width: 600px;
  height: 30px;
  left: 450px;
  top: 56px;
  background: rgba(255, 255, 255, 0.65);
  /* border: 2px solid var(--color1);
border-radius: 50px; */
}

.userimg {
  content: url("/img/icon/User (Profile).png");
  width: 30px;
  height: 30px;
}

.main_searchimage {
  position: absolute;
  width: 30px;
  height: 30px;
  opacity: 0.8;
}

.manicon {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 20px;
  left: 125px;
}

.dashboard_headerdivs_outer {
  position: absolute;
  width: 100%;
  background: var(--color1);
  border-radius: 15px;
}

.dashboard_headerdivs_inner {
  position: absolute;
  width: 99%;
  height: 97%;
  left: 4px;
  top: 2.70px;
  background: var(--color2);
  border-radius: 15px;
}

.dashboard_header_itemname {
  /* width: 100px;
height: 24px; */
  text-align: center;
  width: 100%;
  height: 40%;
  border-bottom: 3px solid var(--color1);
  font-family: 'Lato';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  /* identical to box height */
  color: var(--color1);
}

.dashboard_header_itemvalue {
  position: absolute;
  width: 100%;
  height: 60%;
  text-align: center;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 800;
  font-size: 45px;
  line-height: 54px;
  /* identical to box height */
  color: var(--color1);
}

.logout_icon {
  content: url("/img/icon/Logout.png");
}

.div_content_header_dashboard {
  width: 100%;
  height: 40px;
  left: 371px;
  top: 299px;
  background: var(--color1);
  border-radius: 17px 17px 0px 0px;
}
.div_content_header {
  width: 100%;
  height: 40px;
  left: 371px;
  top: 299px;
  background: var(--color1);
  border-radius: 38px 38px 0px 0px;

}

.comp_technician_createbutton {
  margin: 6px;margin-right: 5vw;background: var(--color2);border-radius: 10px;
  /* position: absolute;
  width: 100px;
  height: 30px;
  margin-top: 5px;
  background: var(--color2);
  border-radius: 10px; */
}

.content_heading {
  width: 100%;
  height: 30px;
  margin-left: 20px;
  margin-top: 5px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  /* identical to box height */
  color: var(--color2);
}

.createicon {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  content: url("/img/icon/Create (Company).png");
}

.addtechnician_icon {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.seconddiv {
  margin-top: 10%;
  margin-left: 10%;
}

.companies-box {
  margin-left: 1%;
  margin-right: 1%;
  width: 176px;
  height: 100px;
  background: var(--color1);
  border-radius: 15px;
}

.companyname {
  width: 100%;
  height: 22px;
  text-align: center;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 800;
  font-size: 13px;
  line-height: 22px;
  /* identical to box height */
  color: var(--color2);
}

.editicon {
  width: 25px;
  height: 25px;
  content: url("/img/icon/Edit-green.png");
}

.moreinfolink {
  width: 74px;
  height: 20px;
  margin-left: 5px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: var(--color2);
}

.companypopup {
  width: 400px;
  height: 550px;
  left: 0px;
  top: 0px;
  background: var(--color2);
  border-top: 5px solid var(--color1);
  border-radius: 10px;
}

.company_innerpopup {
  width: 400px;
  height: 550px;
  left: 9px;
  top: 7.38px;
  background: var(--color2);
  border-bottom: 5px solid var(--color1);
  border-radius: 10px;
}

.modal-header {
  border-bottom: 0px;
}

.modal-title {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  /* identical to box height */
  color: var(--color1);
}

.modalpopup_closebutton {
  width: 35px;
  height: 35px;
  content: url("/img/icon/Close.png");
}

.scrollbody {
  height: 350px;
  overflow: auto;
}

.scrolltablebody {
  height: 200px;
  overflow: auto;
}

.invalidfield {
  border-color: red;
}

.validfield {
  border-color: var(--color1);
}

.complaingenerated_contentdiv {
  background: var(--color2);
  border-bottom: 2px solid var(--color1);
  border-radius: 0px 0px 20px 20px;
}

.complaingenerated_dropdown {
  width: 120px;
  height: 30px;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  background: #E8E8EB;
  border-radius: 5px;
  text-align: center;
  border: 0px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 17px;
  /* identical to box height */
  color: var(--color1);
}

.datatable_searchbox {
  width: 93%;
  height: 30px;
  margin-top: 5px;
  opacity: 0.75;
  border: 1px solid var(--color2);
  border-radius: 5px;
}

.excelpdf_buttons {
  width: 50px;
  height: 22px;
  background: var(--color2);
  border: 0px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  color: var(--color1);
}

.card {
  border-radius: 18px;
  left: 2px;
  top: 2px;
}

.fake-input {
  position: relative;
  width: 100%;
}

.fake-input input {
  border: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
}

.fake-input-img {
  position: absolute;
  top: 7px;
  left: 10px;
}

.fake-input-img1 {
  position: absolute;
  top: 7px;
  left: 10px;
}

.changepassword_header {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 800;
  color: var(--color1);
}

.companyname_header {
  font-weight: 800;
  font-size: 35px;
  line-height: 42px;
  margin-left: 10px;
  margin-right: 20px;
}

.machine_box {
  color: var(--color2) !important;
  width: 250px;
  height: 150px;
  background: var(--color1);
  border-radius: 5px;
  padding: 10px;
}

.bluedropdown,.bluedropdown:focus{
  background-color:var(--color1);
  color:var(--color2);
  width:70%;
  border-radius:5px;
  height:33px;
}

.small_label_ID{
font-weight: 500;font-size: 18px;line-height: 22px;
}
.small_label_description{
font-weight: 400;font-size: 14px;
}
/* customcolor of pagination*/
.margin{
  margin-top:10px;
}
.page-link {
    color: var(--color2);
    background-color: var(--color1);
    border: 1px solid var(--color2);
}
.page-item.disabled .page-link {
    color: var(--color2);
    background-color: var(--color1);
    border-color: var(--color2);
}
.page-item.active .page-link {
    color: var(--color2);
    background-color: var(--color1);
    border-color: var(--color2);
}
.page-link:hover {
    color: var(--color1);
    background-color: var(--color2);
    border-color: var(--color2);
}
.page-link:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}
.prev .page-link {
    background-color:var(--color1);
}
.first .page-link {
    background-color: var(--color1);
}
.next .page-link {
    background-color: var(--color1);
}
.last .page-link {
    background-color: var(--color1);
}

#tabs li{
border:none;

}

.tabs_a{
  background-color:var(--color1);
  color:var(--color2);

}


.disable-div {
    pointer-events: none;
  
}
.button_icon_size{
width:30px;
height:30px;
margin-right:5px;
}

.display_center{
  display: flex;
  justify-content: center;
  align-items: center;
}
body{
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background:#babbc3; 
  border-radius: 5px;
  
}
::-webkit-scrollbar {
  height: 10px;              /* height of horizontal scrollbar ← You're missing this */
  width: 10px;               /* width of vertical scrollbar */
  border: 1px solid #d5d5d5;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--color1);
  border-radius:5px;
}
input,input:focus{
  box-shadow: unset;
  
}
.inputHeight,.input,input:focus,.inputHeight:focus,.inputHeight:before,input[type="email"],#txtloggedinusername,#txtloggedinusername:focus{
  color:var(--color1);
  font-weight: 600;
  border: 2px solid var(--color1);
}
select>option:hover,select>option::before{
  color: var(--color2);
  background:var(--color1);
}
a,h1,h2,h3,h4,h6,p,span,div {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.userprofile_rowstyle{
  height: 32px;
}

input:focus::placeholder {
  color: transparent;
}

.forGuide{
  pointer-events: none;
  opacity: 0.8;
}
/* for tooltip  */
.tooltip-inner {
  background-color: var(--color2) !important;
  /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
  color: var(--color1);
  font-size: 15px;
  font-weight: bolder;
  border-radius: 15px;
  border: 2px solid var(--color1);
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: var(--color1) !important;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: var(--color1) !important;
}


.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: var(--color1) !important;
}


.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: var(--color1) !important;
}
.footerMain{
  margin-left:42vw;
  font-size: 15px;
}
.settingstab{
  font-size: 17.5px;font-weight:400;display: flex;justify-content: center;background: unset;width:29.5vw;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .footerMain{
    margin-left:68vw;
  }
  
}
@media only screen and (max-width: 767px) {
  .lms {
    font-size:10px;font-weight:700; 
    
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    padding: 10px;
    line-height: 36px;
    /* identical to box height */
    color: var(--color2);
    text-align: center;
    border-bottom: 2px solid var(--color2);
  }
  .loggedinusername {
    margin-top: 15px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 8px;
    /* identical to box height */
    color: var(--color2);
  }
}
@media only screen and (min-device-width: 700px) and (max-device-width: 800px) {
  .footerMain{
    margin-left:55vw;
  }
  
}
table.dataTable>thead .sorting:before, table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:before, table.dataTable>thead .sorting_desc_disabled:after {
  color: var(--color1);
  scale: 1.5;
  padding: 0.5rem;
  padding-top: 1.8rem;
}
 ul .page-item.active,.page-item.active{
  pointer-events: none;
  scale: 1;
}
ul .page-item.active a,.page-item.active a{
  pointer-events: none;
  scale: 1;
}
.btn-secondary:active,.subMainBoxSettingsButtonsView:active,.subMainBoxSettingsButtonsCreate:active,.subMainBoxSettingsButtonsUpdate:active ,#machineSettings:active{
  scale: 0.95;
}

.fileloader,
.fileloaderUpdate {
  border: 5px solid rgba(128, 128, 128, 0.24);

  border-top: 5px solid var(--color2);
  border-bottom: 5px solid var(--color2);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  left: 20%;


}
