* {
  box-sizing: border-box;
  font-size: 16px;
  color: #000;
  font-family: 'Roboto', sans-serif;
}



body {
  margin: 0px;
  padding: 0px;
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
}

a {
  text-decoration: none !important;
}

.wrapper {
  max-width: 2300px;
  margin: 0 auto;
  background-color: #E8EFEB;
}

.header-bg {
  background-image: url(../image/bg.png);
  background-size: 100%;
  min-height: 850px;
  background-position: 100%;
}

.custom-nav {
  justify-content: center;
}

.custom-nav a {
  font-size: 20px !important;
  color: #000 !important;
}

.custom-nav .navbar-nav ul.navbar-nav li a {
  padding: 0px 20px;
}

.button-right {
  display: flex;
  justify-content: end;
}

.button-right a {
  margin-left: 10px !important;
  font-size: 22px;
  color: #000;
  text-decoration: none;
  padding: 10px 30px;
}

.button-right a.login {
  border: 1px solid #000;
  border-radius: 100px;
}

.button-right a:hover {
  border: 1px solid #000;
  border-radius: 100px;
}

.nav-bar {
  border-bottom: 1px solid #dedede;
}

.nav-bar nav {
  padding: 10px 0px;
}

.banner-text-section {
  padding: 100px 0px;
  text-align: center;
}


/*Banner-section */

.banner-text h2 {
  font-size: 75px;
  font-family: 'Sitka';
  font-weight: bold;
}

.banner-text h2 span {
  color: #139b89;
}

.banner-text p {
  margin-top: 45px;
  font-size: 22px;
  line-height: 40px;
}

.banner-text a {
  font-size: 22px;
  padding: 19px 33px;
  border: 1px solid #000;
  border-radius: 100px;
  margin-top: 44px;
  display: inline-block;
  max-width: 227px;
  width: 100%;
  color: #000;
  text-decoration: none;
}



/* Footer */

#main-footer {
  padding: 100px 0px 0px;
  background: #D8E8DF;
}

ul.unstyled li {
  list-style: none;
  display: inline-flex;
  margin-bottom: 50px;
}

ul.unstyled {
  padding: 0;
}

ul.unstyled li .icons-time {
  margin-right: 30px;
}

.Listing-time {
  margin-top: 45px;
}

.icons-tme-content {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
}

.icons-tme-content h5 {
  color: #000;
  font-weight: bold;
  font-size: 24px;
}

.footer-logo {
  margin-bottom: 50px;
}

.contant h5 {
  color: #000;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}

.contant ul {
  padding: 0;
  list-style: none;
}

.contant ul li a {
  font-size: 22px;
  color: #000;
  font-weight: 400;
}

.contant ul li {
  margin-bottom: 15px;
}

ul.unstyled li:last-child {
  margin: 0;
}

.border-flex {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-top: 1px solid #bed3c7;
  padding: 20px 0px;
}

.border-flex a {
  margin: 0px 10px;
}

.copyright {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2AB9A6;
  color: #fff;
  font-size: 22px;
}


/* dropdown */

.custom-nav .dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 0;
  top: 77px;
  padding: 0;
}

.custom-nav .navbar-nav ul.navbar-nav li .dropdown-menu a {
  padding: 10px !important;
  border-bottom: 1px solid #dedede;
}


body {
  box-sizing: border-box;
  font-size: 16px;
  color: #000;
  font-family: 'Poppins', sans-serif;
}

.my-form {
  max-width: 80%;
  margin: auto;
  width: 79%;
}

.logotop {
  width: 25%;
  padding: 0 0 0 15px;
}
/*
.container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  background: white;
  border-radius: 10px;
} */

.container h1 {
  text-align: center;
  padding: 0 0 20px 0;
  border-bottom: 1px solid silver;
}

.container form {
  padding: 0 40px;
  box-sizing: border-box;
}

form .txt_field {
  position: relative;

}

.txt_field input {
  width: 100%;
  padding: 0px 5px 0px 20px;
  height: 58px;
  font-size: 16px;
  border: 1px solid #f1f1f1;
  background: none;
  outline: none;
  border-radius: 58px;
  background-color: white;
}

.txt_field input:focus~label,
.txt_field input:valid~label {
  top: 16px;
  color: #000000;
}

.txt_field input:focus~span::before,
.txt_field input:valid~span::after {
  width: 100%;
}

.pass:hover {
  text-decoration: underline;
}

/*input[type="submit"] {
  width: 100%;
  height: 50px;
  border: 1px solid black;
  background: linear-gradient(120deg, #f00233, #00ff00);
  border-radius: 25px;
  font-size: 16px;
  color: antiquewhite;
  font-weight: 700;
  cursor: pointer;
  outline: none;
}*/

input[type="submit"]:hover {
  border-color: #f00233;
  transition: 1s;
  transform: translateY(-3px);
}

.signup_link {
  margin: 30px 0;
  text-align: center;
  font-size: 16px;
  color: #666666;
}

.signup_link a {
  color: rgb(78, 136, 20);
  text-decoration: none;
}

.signup_link a:hover {
  text-decoration: underline;
}


.txt_field input:focus {
  border: 1px solid #1E9EFF;
  box-shadow: none;
}


.txt_field input:focus.txt_field {
  background-color: #fff;
}

.txt_field .relative {
  position: absolute;
  top: 60%;
  right: 24px;
  transform: translateY(-50%);
}

.txt_field .relative2 {
  position: absolute;
  top: 73px;
  right: 24px;
  transform: translateY(-50%);
}

.txt_field .relative i {
  font-size: 24px;
  color: #7d7d7d;
}

.txt_field .relative2 i {

  font-size: 26px;
  color: #7d7d7d;
}



.txt_field .eye i {
  font-size: 20px;
}

.btn-my {
  font-size: 1.5rem;
  width: 100%;
  background-color: #F89E04;
  color: #fff;
  padding: 8px 0px;
  border-radius: 12px;
  font-family: 'Roboto';
  font-weight: 400;
  border: #F89E04;
}

.btn-my-new {
    font-size: 1.5rem;
    width: 20%;
    background-color: #F89E04;
    color: #fff;
    padding: 8px 0px;
    border-radius: 12px;
    font-family: 'Roboto';
    font-weight: 400;
    border: #F89E04;
}

.pass {
  margin: -5px 0 9px 0;
  color: #000000;
  cursor: pointer;
  text-align: right;
  padding-top: 15px;
  font-size: .9rem;
  /* letter-spacing: 0.5px; */
  font-weight: 500;
}

.padd-hori {
  min-height: 77vh;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 2px !important;

}

.padd-hori2 {

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  padding: 50px 2px !important;

}

.padd-hori3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 2px !important;
  position: relative;
}

.loginheading {
  font-weight: 100;
}

.leftbgimage {
  background: url(../images/leftbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  justify-content: center;
  min-height: 77vh;
  border-radius: 30px 0 0 30px;
  position: relative;
}

.leftcontent {
  width: 61%;
  margin-left: 15px;
  bottom: 40px;
  position: absolute;
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.45);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.leftcontent h2,
.leftcontent span,
.leftcontent p {
  color: #fff;
}

.leftcontent p {
  color: #fff;
  font-size: .9rem;
}

.leftcontent span {
  color: #fff;
  font-size: 2rem;
  font-weight: 100;
}

.form-login .form-group.input-group span {
  width: 100%;
  position: relative;
}

.form-login .form-group.input-group span label {
  position: absolute;
  top: 18px;
  left: 25px;
  transition: 0.5s;
  padding: 0 5px;
}

.form-login .form-group.input-group span label.floating-active {
  top: -10px;
  background-color: #fff;
  padding: 0 5px;
}

span.has-float-label.floating-active label {
  top: 0px !important;
}

.background-main {

  background: url(../images/loginbg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.main-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.wrapper {
  width: 100%;
  max-width: 70%;
  background-color: #ffffff;
  border-radius: 30px;
  position: relative;
  box-shadow: 1px 2px 17px 4px #0000000f;

}

.txt_field label {
  font-size: .9rem;
  color: #7d7d7d;
  font-weight: 500;
}

.bottom-text p {
  font-size: 15px;
  font-weight: 400;
  color: #787878;
}

.bottom-text a {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: #00003d;
}

.round {
  position: relative;
}

.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  height: 22px;
  left: 0;
  position: absolute;
  top: 0;
  width: 22px;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 6px;
  transform: rotate(-45deg);
  width: 12px;
}

.round input[type="checkbox"] {
  visibility: hidden;
  width: 24px;
}

.round input[type="checkbox"]:checked+label {
  background-color: #7E7E7E;
  border-color: #7E7E7E;
}

.round input[type="checkbox"]:checked+label:after {
  opacity: 1;
}

.round span {
  color: #000000;
  font-size: .9rem;
  font-weight: 400;
}

.padd-hori3 img {

  width: 100%;
  max-width: 450px;
}

.eyeicon {
  position: absolute;
  right: 18px;
  top: 18px;
  cursor: pointer;
}

.eyeicon svg {
  height: 22px;
}

.bg-left {
    background-image: url(../images/bg-image1.png);
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}
.logo {
    width: 30%;
    text-align: center;
}
.logo img {
    width: 100%;
    max-width: 230px;
    text-align: center;
}
.relative-sec {
    position: absolute;
    max-width: 500px;
    padding: 15px 15px;
    margin: 0px 40px 0px 20px;
    top: 27%;
    transform: translateY(37%);
    width: 100%;
}
.bg-text h3 {
    font-weight: 700;
    font-size: 52px;
    color: #fff;
}
.btn-read button {
    background-color: #fff0;
    color: #fff;
    border: 0px;
    font-size: 1.3rem;
    font-weight: 500;
}
.left-button svg {
    width: 100%;
}
.left-button {
    max-width: 120px;
}
.my-form h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #484848;
    padding-bottom: 5px;
    margin: 0px;
}
.my-form p {
    font-size: 16px;
    font-weight: 300;
    color: #4e4e4e;
    font-weight: 400;
}
.my-form {
    max-width: 90%;
    margin: 21px auto;
    width: 100%;
    padding: 0px 20px;
}
.input-login {
    margin-bottom: 22px;
    position: relative;
}
.form-login input[type=text], .form-login input[type=password], .form-login input[type=email], .form-login select.select-custom, textarea.custom-textarea {
    width: 100%;
    height: 60px;
    padding: 10px 50px 10px 15px;
    color: #919191;
    border: 1px solid #ddd;
    border-radius: 12px;
    background-color: #fff;
}
span.absolute-icon {
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-left: 1px solid #ddd;
    width: 60px;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
textarea.custom-textarea {
    height: 150px;
}
.round input[type="checkbox"]:checked + label {
    background-color: #fff;
    border-color: #c3c3c3;
}
.round label {
    border: 1px solid #c9c9c9;
    border-radius: 0%;
    cursor: pointer;
    height: 22px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 22px;
    margin-bottom: -8px;
}
.round label {
    border: 1px solid #c9c9c9;
    border-radius: 0%;
    cursor: pointer;
    height: 22px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 22px;
    margin-bottom: -8px;
}
.round label:after {
    border: 2px solid #424242;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 4px;
    opacity: 0;
    position: absolute;
    top: 5px;
    transform: rotate(-45deg);
    width: 12px;
}
.round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
.round span {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}
button.btn-create-account {
    width: 100%;
    background-color: #00003D;
    color: #fff;
    height: 56px;
    border-radius: 12px;
    font-size: 20px;
}
.sign-in-now p {
    margin-bottom: 0px;
    color: #999999;
    font-size: 19px;
}
.sign-in-now p a {
    color: #00003D;
    font-size: 20px;
    font-weight: 600;
}
.custom-registor-btn {
    margin-top: 20px;
}
.sign-in-now {
    margin-top: 20px;
    text-align: center;
}
.relative-sec-modal{
  position: relative;
}
span.shape-top-left {
    position: absolute;
    /* left: 0px; */
    /* top: 0px; */
}
.modal-content.relative-sec-modal {
    border-radius: 40px;
}
.modal-custom-width {
    max-width: 600px;
}
.noborder{
  border:0;
}
.inner-wrapper-modal {
    width: 100%;
    max-width: 90%;
    margin: auto;
    margin-top: 45px;
}
.heading-modal h3{
font-size: 22px;
font-weight: 600;
margin-bottom: 2px;
}
span.image-envelop {
    position: absolute;
    right: 60px;
    top: 0px;
}
span.image-envelop img {
  width: 100%;
}
.heading-modal {
    padding-top: 10px;
    display: block;
}
form.inner-form input[type="text"] {
    border: 0;
    border-bottom: 2px solid #bbb;
    width: 100%;
    height: 44px;
}
form.inner-form input:focus{
  outline: 0;
}
.sign-up {
    text-align: center;
    margin-top: 20px;
}
button.btn-custom-cancel {
    width: 100%;
    max-width: 140px;
    background: #fff;
    border: 1px solid #000;
    height: 44px;
    border-radius: 10px;
}
button.btn-custom-submit {
    width: 100%;
    max-width: 140px;
    background: #00003d;
    border: 1px solid #000;
    height: 44px;
    border-radius: 10px;
    color: #fff;
}
.modal-custom-width button.close {
    border: 0;
    padding: 10px!important;
    margin-right: -6px;
}
.modal-custom-width button.close:focus {
    outline: 0;
}
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 15px; */
    border-bottom: 1px solid #e7e7e7;
    position: fixed;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 1001;
    background-color: #fff;
    top: 0px;
	box-shadow: 0px 7px 21px #4e4e4e29;
}
.menutoogle-row {
    display: flex;
    align-items: center;
    width: 10%;
    justify-content: center;
    margin-left: 15px;
}
.menutoogle-row img.logo {
    max-width: 100%;
    width: 100%;
}
.menutooglicon {    
    width: 25%;
}
    .menutooglicon svg {
        cursor: pointer;
    }


    .searchbar {
        width: 43%;
        display: flex;
        justify-content: end;
        padding-right: 25px;
    }
.userdropdown {
    display: flex;
    align-items: center;
    padding-right: 18px;
}
.main-wrap {
    background-color: #fff;
    height: 100%;
    padding-top: 60px;
}
.side-menu {
    width: 270px;
    position: fixed;
    height: 100%;
    top: 0;
    /* box-shadow: 2px 0px 7px #00000012; */
    z-index: 1;
    transition: 0.3s ease-in-out;
    /* background: url(images/sidebar.png); */
}
.left-main-content {
    margin-left: 270px;
    padding: 15px;
    width: calc(100% - 270px);
    transition: 0.3s ease-in-out;
    background-color: #F3F4F6;
    padding-top: 0px;
}
.profile-imgg {
    padding-right: 15px;
    display: flex;
    align-items: center;
    margin-top: 125px;
    justify-content: center;
}
.side-menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-left: 8px;
    margin-right: 8px;
}
.side-menu ul li {
    margin-bottom: 1.1rem;
}
.side-menu ul li.active a {
    background-color: #ffffff;
    color: #cd0327;
    /* border-radius: 5px; */
    box-shadow: 1px 1px 6px #48251461;
    border-radius: 5px;
    font-weight: 700;
    font-size: 1.2rem;
}
.left-main-content {
    margin-left: 270px;
    padding: 15px;
    width: calc(100% - 270px);
    transition: 0.3s ease-in-out;
    background-color: #F3F4F6;
    padding-top: 0px;
}

.side-menu {
    width: 270px;
    position: fixed;
    height: 100%;
    top: 110px;
    /* box-shadow: 2px 0px 7px #00000012; */
    z-index: 1;
    transition: 0.3s ease-in-out;
    /* background: url(images/sidebar.png); */
    border-top-right-radius: 25px;
    background-color: #f9fbff;
}
.left-main-content {
       margin-left: 270px;
       padding: 15px;
       width: calc(100% - 270px);
       transition: 0.3s ease-in-out;
       background-color: #ffffff;
       padding-top: 28px;
}
.menutoogle-row {
    display: flex;
    align-items: center;
    width: 10%;
    justify-content: center;
}
.searchinput {
    position: relative;
        width: 22.5vw;
}
.searchinput span {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
}
.searchinput span img {
        width: 20px;
}
.menutooglicon {
        margin-right: 28px;
}
.searchinput input{
        border: 0px;
    
    width: 450px;
    height: 56px;
    padding-left: 30px;
    border-radius: 40px;
    background-color: #F9F8FD;

    padding-left: 30px;
}
.userdropdown {
        display: flex;
        align-items: center;
        padding-right: 18px;
        width: 25%;
        justify-content: end;
        height: 100%;
}
.userdropdown  ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    margin-right: 20px;
    height: 100%;
    align-items: center;
}
.userdropdown ul li{
        /* margin-right: 20px; */
}
.userdrop-name {
    display: flex;
    align-items: center;
	padding-right: 35px;
}
.shortname {
        background-color: #CDE6FF;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: 15px;
    text-align: center;
    padding: 9px;
    margin-right: 8px;
}
.dropdown .dropdown-toggle::after {
    display: none;
}
.ur-fullname p {
  margin: 0;
  font-size: 18px;
  line-height: 0;
  font-weight: 400;
  margin-bottom: 3px;
  color: #000000;
  margin: 0px 10px;
}
.ur-fullname span {
      font-size: 14px;
    color: #a7a7a7;
    padding-top: 4px;
    display: block;
}
.dropdown .dropdown-toggle {
    cursor: pointer;
}
.side-menu ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        margin-left: 8px;
        margin-right: 8px;
        margin-top: 30px;
}

.profile-imgg {
    padding-right: 15px;
    display: flex;
    align-items: center;
    margin-top: 0px;
    justify-content: center;
}
.side-menu ul li {
        margin-bottom: 1.1rem;
}
.side-menu ul li a {
    color: #ffffff;
    text-decoration: none;
    padding: 13px 15px;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 200;
}
.side-menu ul li.active a {
      background-color: #f89e04;
      color: #ffffff;
      /* border-radius: 5px; */
      box-shadow: 1px 1px 6px #48251461;
      border-radius: 25px;
      font-weight: 700;
      font-size: 1.2rem;
}
.side-menu ul li.active a svg path {
    fill: #ffffff;
}
.side-menu ul li a:hover {
    background-color: #f89e04;
    color: #ffffff;
    /* border-radius: 5px; */
    box-shadow: 1px 1px 6px #48251461;
    border-radius: 25px;
    font-weight: 700;
    font-size: 1.2rem;
}
.side-menu ul li a:hover svg path {
    fill: #000000;
}
.side-menu ul li  svg {
    width: 20px;
}
.main-title h2 {
            font-size: 35px;
        margin: 0px;
        font-weight: 600;
}

.main-title span{

    font-weight: 400;
    color: #242424;
}
.main-title h2 svg {
        margin-right: 10px;
    position: relative;
    top: -1px;
}
.card-box {
      background-color: #ffffff;
    border-radius: 5px;
}

.Maintenancedue table.dataTable.no-footer{
  border-bottom: 0;
}
.card-box-conent.Maintenancedue{
  padding: 0;
}
.card-box-title h3 {
    font-size: 18px;
    margin: 0px;
    font-weight: 700;
}
.custombtn {
        background-color: #2d8ae8;
    color: #ffffff;
    border-radius: 35px;
    font-size: 16px;
    padding: 6px 20px;
    box-shadow: 0px 3px 5px #2d8ae83b;
}
.card-box-title {
        border-bottom: 1px solid #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: space-between;
        padding: 13px 20px;
}
.main-title {
         margin-bottom: 20px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top: 25px;
}
.pagination-list li a {
        color: #8A8A8A;
    font-size: 16px;
    margin-right: 5px;
}
.pagination-list .activepage a {
    color: #2D8AE8
}
.card-box-conent {
        padding: 20px;
}
.pagination-list ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
}
.table-action {
    display: flex;
}
.table-action a {
    margin-right: 10px;
    background-color: #0C8FF3;
    color: #000000;
    border-radius: 35px;
    font-size: 16px;
    padding: 7px 23px;
    font-weight: 600;
    color: #fff;
}
.custom-table thead tr th {
   background-color: #4825141c;
    border-bottom: 0;
}
.dataTables_wrapper .dataTables_filter input {
        margin-left: 0.5em;
    /* display: block; */
    /* width: 100%; */
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.dataTables_length select {
      margin-left: 0.5em;
    /* display: block; */
    /* width: 100%; */
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem; 
}
.dataTables_wrapper .dataTables_filter input:focus {
    outline: none;
}
.fullwidth .side-menu{
  width: 60px;  
}
.fullwidth .side-menu ul li a span {
    display: none;
        transition: 0.5s ease-in-out;
}

.side-menu ul li a span {
 
    transition: 0.3s ease-in-out;
    padding-left: 25px;
}
.fullwidth header {
       /* width: calc(100% - 60px);
    margin-left: 60px;*/
}
.fullwidth .left-main-content {
        width: calc(100% - 60px);
    margin-left: 60px;
}
.menutooglicon {   
    width: 25%;
}

.searchbar{
    width: 25%;
    display: flex;
    justify-content: end;
    padding-right: 25px;
}
.ur-fullname {
        padding-top: 5px;
}
.userdropdown .dropdown-menu a:hover {
    background-color: #482514;
    color: #ffffff;
}
.btn-secondary {
        background-color: #545b62;

    color: #ffffff;
    border-radius: 35px;
    font-size: 16px;
    padding: 5px 20px;
 
}
.btn-primary {
    background-color: #2d8ae8;
    color: #ffffff;
    border-radius: 35px;
    font-size: 16px;
    padding: 5px 20px;
  
}



.pagination-list p{

    font-size: 18px;
    font-weight: 500;
    margin-right: 15px;
}

li.relativeli.blue-light {
    background-color: #07A9F1;
}
li.relativeli.green-light {
    background-color: #79BB50;
}
li.relativeli.orange-light {
    background-color: #F3954E;
}
li.relativeli.purple-light {
    background-color: #5F7AE5;
}
li.relativeli.green-light .absolute {
    padding: 7px;
    background-color: #3EA100;
    border-radius: 7px;
}
li.relativeli.orange-light .absolute {
    padding: 7px;
    background-color: #C95D0B;
    border-radius: 7px;
}
li.relativeli.purple-light .absolute {
    padding: 7px;
    background-color: #2249E1;
    border-radius: 7px;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 15px 10px;
}

ul.total-list.d-flex.justify-content-between {
    padding-left: 0px;
    margin: auto;
}

li.relativeli.blue-light .absolute {
    padding: 7px;
    background-color: #0198DB;
    border-radius: 7px;
}

ul.ul-dropprofile li {
    position: relative;
}
ul.ul-dropprofile li span {
    position: absolute;
    right: 9px;
    background-color: #e95757;
    color: #fff;
    font-weight: 700;
    border-radius: 72px;
    top: 5px;
    font-size: 0.7rem;
    width: 17px;
    height: 17px;
    text-align: center;
}
.profile-img img{
width: 50px;
}
.table-action .fa {
    font-size: 18px;
    border: 1px solid #2d8ae8;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px;
    border-radius: 50px;
    color: #2d8ae8;
    background-color: #ffffff;
    
}

 #large{
         width: 21px;
         }
         .main-wrap .logo {
         width: 100%;
         padding: 10px 10px;
         display: inline-block;
         max-width: 225px;
         display: none;
         }
         .total-list{
         list-style: none;
         }
         .inner-list h3 {
         display: inline-block;
         margin: 0px;
         font-size: 40px;
         color: #ffffff;
         }
         .inner-list{
         padding-left: 43px;
         position: relative;
         width: 50%;
         }
         .absolute {
         position: absolute;
         left: 0px;
         top: 5px;
         }
         .absolute img{
         width: 22px;
         }
         .divtext{
         font-size: 17px;
         color: #fff;
         text-align: right;
         }
         .absolute1{
         position: absolute;
         top: 5%;
         left: 50%;
         transform: translateY(-50%);
         }
         .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
    background: #004388;
    border-radius: 6px;
    border: #0c8ff3;
    font-size: 1rem;
    font-weight: 600;
}
         .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
         cursor: default;
         color: #000 !important;
         border: 1px solid transparent;
         background: transparent;
         box-shadow: none;
         }
         .relativeli{
         position: relative;
         width: 100%;
         margin-right:15px;
         padding: 1.5rem 1.5rem;
         border-radius: 10px;
         }
         .upper-arrow{
         width: 50%;
         }
         .custombtn {
          background-color: #FF8988;
          color: #000000;
          border-radius: 7px;
          font-size: 15px;
          padding: 5px 23px;
          font-weight: 500;
          color: #fff;
      }
      .Maintenancedue select.select-custom {
        padding: 6px;
        border-radius: 8px;
        border: 1px solid #e7e7e7;
        font-size: 15px;
    }

         .list-total li:nth-child(4){
         border:none;
         }
         .custom-table thead tr th {
         background-color: #ffffff1c;
         border-bottom: 1px solid #d5d5d5;
         }
        
         .menutooglicon img {
         max-width: 40px;
         }
/**** Dashbaord End****/

@media screen and (max-width: 1600px){
    html {
        font-size: 85%;
    }
    div#loginPage {
        background-size: 120%;
    }
}
@media screen and (max-width: 1300px){
    html {
        font-size: 70%;
    }
    div#loginPage {
        background-size: 130%;
    }
    .loginWraper .form-group input.form-control {
        padding: 0.5rem 0.5rem 0.5rem 6rem;
    }
    
}
@media screen and (max-width: 1024px){
    div#loginPage {
        background-size: 250%;
    }
    .loginWraper p:nth-child(2) {
        width: 100%;
     }
     .loginWraper {
        padding: 0;
    }
}
@media screen and (max-width: 768px){
    
    .loginWraper .form-group input.form-control {
        height: 70px;
    }

    .menutoogle-row {
    display: flex;
    align-items: center;
    width: 44%;
    margin-right: 16px;
}
.total-list {
    list-style: none;
    flex-direction: column;
}
.relativeli {
    position: relative;
    width: 100%;
    margin-right: 15px;
    padding: 1.5rem 1.5rem;
    border-radius: 10px;
    margin-bottom: 7px;
}
}
@media screen and (max-width: 480px){
    div#loginPage {
        padding: 0 2rem;
        background-size: 400%;
    }
    span.errorMsg {
        bottom: -20px;
    }
    .loginWraper {
        margin-top: 10rem;
    }
    .topWrapper {
        padding: 1rem 0;
    }
    .topWrapper .logo {
        width: 70px;
    }
    .welcomeText {
        border-right: none;
        border-bottom: 7px solid #ffffff40;
        margin-bottom: 3rem;
    }
    .loginWraper .form-group input.form-control {
        height: 60px;
        background: #484848b5;
    }
    .welcomeText {
        display: none;
    }
    .loginWraper .form-group svg {
        width: 20px;
    }
    .welcomeText p:last-child {
        margin-bottom: 3rem;
    }
    .signInPrimary {
        font-size: 2rem;
        padding: 0.5rem 2rem;
        border-radius: 10px;
        width: 100%;
        height: 60px;
    }
}


.ul-approved ul{
    display: flex;
    padding:0px;
    text-decoration: none;
    list-style: none;


}
.ul-approved ul li{

    padding-left: 30px;
    position: relative;
}

.ul-approved ul li.first div::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #49A80C;
    position: absolute;
    left: 10px;
    border-radius: 10px;
    top: 5px;
}
.ul-approved ul li.second div::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #FF8427;
    position: absolute;
    left: 10px;
    border-radius: 10px;
    top: 5px;
}


.dropdown {
  display: inline-block;
  position: relative;
}




.bg-main {
    background-color: #fff;
    padding: 10px;
    border-radius: 11px;
}

.profile-imgg p {
    color: #fff;
    margin-top: 5px;
    font-weight: 600;
}

.fullwidth .side-menu .profile-imgg {
    display: none;
}
.fullwidth .side-menu ul {
    margin-top: 30px;
}


.card-box-title a.btn.custombtn {
    background-color: #D8EEF4;
    box-shadow: none;
    color: #004C61;
    border-radius: 6px;
    font-size: 18px;
    padding: 8px 38px;
}

.input-btn{
    
        display: flex;
    align-items: center;
}

.input-btn .input-search input[type="search"] {
    background-color: #fff;
    border: none;
    box-shadow: 1px 1px 5px #ededed;
    height: 41px;
    border-radius: 4px;
    margin-right: 14px;
    padding-left: 15px;
}

.custom-table thead tr th {
    background-color: #ffffff1c;
    border-bottom: 1px solid #d5d5d5;
    padding: 15px 10px;
}

.bg-delete {
    background-color: #FFDDE3;
    width: 35px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    border-radius: 7px;
}

.bg-edit {
    background-color: #004388;
    width: 35px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    border-radius: 7px;
}

.switch {
      display: inline-block;
    height: 28px;
    position: relative;
    width: 55px;
    margin-bottom: 0px;
}

.switch input {
  display:none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider:before {
  background-color: #fff;
    bottom: 4px;
    content: "";
    height: 21px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 21px;
}

input:checked + .slider {
  background-color:#00950E;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.form-modal label {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #000;
}
.form-modal input {
    height: 52px;
    border-radius: 4px;
    border: 1px solid #CFCFCF;
    width: 100%;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 1.9rem;
    border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
}

.save-btns a.save-btn {
    color: #fff;
    background: linear-gradient(
45deg,#CB0000,#D2007E);
    width: 120px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 500;
    margin-right: 10px;
}

.save-btns a.cancel-btn {
    color: #000;
    background-color: #E9E9E9;
    width: 120px;
    display: inline-block;
    height: 50px;
    line-height:50px;
    text-align: center;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 500;
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
    display: flex;
    align-items: center;
    height: 100vh;
    margin-bottom: 0px;
    margin-top: 0px;
}

.modal-header h5#exampleModalLabel {
    font-weight: 600;
}
.userdropdown ul li {   
    padding-right: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 20px;
}
a.ring-bg {
    position: relative;
}
.side-menu ul li.active a span {
    color: #fff;
}
.side-menu ul li a:hover span {
    color: #fff;
}
ul.ul-dropprofile li a {
    display: inline-block;
}
ul.ul-dropprofile li a svg {
    width: 24px;
}

p.dashboard-p {
    font-size: 18px;
    letter-spacing: .5px;
    font-weight: 500;
}
.image-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FF8988;
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.image-logo .card-title {
    margin: 0px;
}
.image-logo .card-title h2 {
    margin: 0px;
    font-size: 3.5rem;
    color: #fff;
}
.lower-cardsec {
    background-color: #D44A49;
    padding: 5px 14px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.lower-cardsec p {
    margin-bottom: 0px;
    text-align: right;
    color: #fff;
}
.image {
    width: 100%;
    max-width: 55px;
}
.image svg {
    width: 100%;
}
.bg-soil{

  background-color: #FFD095;
}
.soil-text{

    background-color: #F2B86F;
}
.green-light{

    background-color: #94F6CB;
}
.green-dark{

   background-color: #07B466;
}
.blue-light{

  background-color: #C1F0FF;
}
.dark-blue{

  background-color: #5CC9EB;
}
.inner-table-body tr td {
    padding: 10px 15px;
    border: 0;
    width: 25%;
    border-bottom: 1px solid #efefef;
}
table.table.inner-table td {
    padding: 20px 16px;
    border: 0;
}
h2.heading-text-table {
    font-size: 25px;
    font-weight: 400;
    margin: 0;
}
p.table-para-heading {
    font-size: 17px;
    text-align: right;
    margin: 0;
}
table.table.inner-table {
    background-color: #F8F8F8;
    border-radius: 13px;
}

.side-menu ul li a:hover svg.strokandfill path{
  fill:#fff;
  stroke:#fff;
}
.side-menu ul li a:hover svg.stroke path{
  stroke: #fff;
  fill: transparent;
}
.side-menu ul li a:hover svg.fill path, .side-menu ul li a:hover svg.fill rect{
  fill: #fff;
}
.inner-table-body table.table td {
    padding: 0px;
    border: 0;
    width: 25%;
}
.tbody-main span.blue-text {
    color: #00949F;
    font-size: 19px;
}
.tbody-main p {
    margin: 0;
    font-size: 16px;
}
.tbody-main {
    padding: 10px 0px;
}
.pagination-list h2 {
    font-size: 25px;
    font-weight: bold;
    display:flex;
}
    .pagination-list h2 a {
        padding: 6px 0 0 6px;
        font-size: 20px;
        font-weight: bold;
    }

.Maintenanceduehead{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ECECEC;
  padding:15px 0;
  margin: 15px 0;
}
.Maintenanceright {
  font-size: 15px;
}
.Maintenanceright input{
  width: 40px;
  border: 1px solid #ECECEC;
}
.maintenanceselect select.select-custom{
  width: 100%;
  border: 1px solid #848484;
  padding: 12px;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 35px;
}
.custom-table thead {
  background: #15477d;
}
.custom-table thead tr th {
  color: #fff;
}
.bgaction {
  background-color: #F8F8F8;
  padding: 16px;
  border-radius: 13px;
  margin-top: 20px;
}
ul{
  list-style: none;
  margin: 0;
  padding:0;
}
.actionbuttons {
  display: flex;
  flex-wrap: wrap;
}
ul.actionbuttons li {
  background-color: #005F9F;
  margin: 15px;
  padding: 12px;
  border-radius: 14px;
  width: 195px;
  cursor: pointer;
  transition: .5s;
}
ul.actionbuttons li:hover{
  background-color: #1D1A4C;
  transition: .5s;
}
ul.actionbuttons li span{
  color: #fff;
  padding-left: 15px;
}

ul.actionbuttons li a {
  display: flex;
  line-height: 19px;
  align-items: center;
}
ul.ul-dropprofile li a {
    background: #f4f7fe;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    padding: 9px 0 0 0;
}
.userdropdown ul li a.ring-bg {
    padding: 0 0 0 7px;
}
span.square {
    width: 5px;
    height: 5px;
    background: #000;
    display: block;
    position: absolute;
    right: 10px;
    top: 25px;
}
span.square:before {
    width: 5px;
    height: 5px;
    background: #000;
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    content: "";
}
span.square:after {
    width: 5px;
    height: 5px;
    background: #000;
    display: block;
    position: absolute;
    right: 0;
    top: -10px;
    content: "";
}
.dash-list ul {
    margin: 0;
}
.dash-list ul li {
    display: inline;
}
.dash-list ul li svg {
    width: 17px;
    margin-right: 2px;
}
.dash-list ul {
    margin: 0;
    text-align: right;
}
.copy-btn button.btn {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #EBEBEB 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #F2F1F1;
    border-radius: 6px;
    opacity: 1;
    margin: 0 5px;
}
.copy-btn {
    margin-top: 15px;
}
.search-bar {
    position: relative;
}
.search-bar input.search.form-control {
    padding: 0 0 0 30px;
}
.search-bar span {
    position: absolute;
    top: 7px;
    left: 13px;   
}
.search-bar span i {
    color: #9f9f9f;
}
.search-bar {
    max-width: 30%;
    position: relative;
    margin-left: auto;
    margin-right: 12px;
    margin-top: 15px;
}
.upload-btn {
    text-align: right;
    margin-right: 4px;
}
.upload-btn button.btn.new {
    background: #F89E04 0% 0% no-repeat padding-box;
    border-radius: 6px;
    color: #fff;
    padding: 8px 20px;
}
.upload-btn button.btn.new i {    
    color: #fff;   
}

.upload-btn button.btn.upload {
background: transparent linear-gradient(180deg, #FFFFFF 0%, #EBEBEB 100%) 0% 0% no-repeat padding-box;
border: 1px solid #D0D0D1;
border-radius: 6px;
opacity: 1;
 padding: 7px 20px;
}


/* login css start here */

.email-form input {
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    height: 50px;
}
.email-form .form-group {
    position: relative;
}
.email-form .form-group span {
    position: absolute;
    top: 41px;
    right: 25px;
}
.email-form .form-group span:after {
    content: "";
    position: absolute;
    right: 40px;
    background: #eee;
    width: 1px;
    height: 47px;
    top: -7px;
}
section.login-bg {
    background: url(../images/women-bg.png);
    background-size: cover;
	height:100vh;
}
.welcome-text h2 {
    text-align: left;
    letter-spacing: 0px;
    color: #15477D;
    font-size: 40px;
}
.login-logo img {
    width: 227px;
    height: 52px;
}

/* toggle switch button css start here */ 

.toggle-switch .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 26px;
}

.toggle-switch .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggle-switch .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 9px;
    bottom: 2px;
    background-color: #07D923;
    -webkit-transition: .4s;
    transition: .4s;
}

.toggle-switch input:checked + .slider {
  background-color: #fff;
  border:1px solid #eee;
}

.toggle-switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.toggle-switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.toggle-switch .slider.round {
  border-radius: 34px;
}

.toggle-switch .slider.round:before {
  border-radius: 50%;
}
span.remme {
    width: 210px;
    right: 0;
    position: absolute;
    left: 65px;
}
/* toggle switch button css end here */ 
.forgot a {
    color: #000;
}
.register-text p {
    color: #D2D2D2;
}
.register-text p a {
    color: #000;
}
.welcome-text {
    margin-bottom: 40px;
}
.login-wrapper {
    max-width: 80%;
    margin-left: auto;
    height: 80vh;
    display: flex;
    align-items: center;
}
.pagination-list h2 span {
    color: #F05B26;
    font-size: 25px;
    font-weight: bold;
}
.pagination-list p {
    margin: 0;
    color: #797979;
    font-weight: normal;
}
.dash-list ul li a span {
    font-weight: bold;
}
.under-image {
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
}
/* login css end here */

div#Companydatatable_filter label {
    text-align: left;
    display: flex;
    align-items: center;
}

div#tbllog_filter label {
    text-align: left;
    display: flex;
    align-items: center;
}
div#tblEmp_filter label {
    text-align: left;
    display: flex;
    align-items: center;
}

div#Userlistdatatable_filter label {
    text-align: left;
    display: flex;
    align-items: center;
}


div#Salesforcedatatable_filter label {
    text-align: left;
    display: flex;
    align-items: center;
}

div#Employeedatatable_filter label {
    text-align: left;
    display: flex;
    align-items: center;
}

div#EmployeedatatableTrail_filter label {
    text-align: left;
    display: flex;
    align-items: center;
}

div#Columnslistdatatable_filter label {
    text-align: left;
    display: flex;
    align-items: center;
}

.dt-buttons {
    margin-bottom: 15px;
}


table#Columnslistdatatable thead tr th, table#Columnslistdatatable tbody tr td {
    white-space: nowrap;
    font-size: 15px;
}

table#Userlistdatatable thead tr th, table#Userlistdatatable tbody tr td {
    white-space: nowrap;
    font-size: 15px;
}

table#Companydatatable thead tr th, table#Companydatatable tbody tr td {
    white-space: nowrap;
    font-size: 15px;
}

table#tbllog thead tr th, table#tbllog tbody tr td {
    white-space: nowrap;
    font-size: 15px;
}

table#tblEmp thead tr th, table#tblEmp tbody tr td {
    white-space: nowrap;
    font-size: 15px;
}

/* width */
.card-box-conent.Maintenancedue ::-webkit-scrollbar {
    width: 10px;
    height:10px;
}

/* Track */
.card-box-conent.Maintenancedue ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
}

/* Handle */
.card-box-conent.Maintenancedue ::-webkit-scrollbar-thumb {
    background: #2f5b89;
    border-radius: 10px;
}

table#Employeedatatable tr th, table#Employeedatatable tr td {
    white-space: nowrap;
    font-size: 15px;
}

table#EmployeedatatableTrail tr th, table#EmployeedatatableTrail tr td {
    white-space: nowrap;
    font-size: 15px;
}

.custom-table.table-responsive thead tr th, .custom-table.table-responsive tbody tr td {
    white-space: nowrap;
    font-size: 15px;
}
form.crt-company .form-group {
    margin-bottom: 15px;
    padding: 0 15px;
}

form.crt-Userlist .form-group {
    margin-bottom: 15px;
    padding: 0 15px;
}

.dt-buttons button {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #EBEBEB 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #F2F1F1;
    border-radius: 6px;
    opacity: 1;
    margin: 0 5px;
    font-size: 10px;
}