@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');

/* html {
  position: relative;
  min-height: 100%;
  font-family: 'Roboto', sans-serif;
} */
html,
body {
  height: 100%;
}

i,
img,
.listViewMenu label {
  cursor: pointer;
}

body {
  /*padding-top: 49px;*/
  /* margin-bottom: 4.5rem; */
}

/* .footer {
position: absolute;
bottom: 0;
width: 100%;
height: 3.5rem;
line-height: 3.5rem;
background-color: #ccc;
} */

.loginScreen.content-wrapper {
  margin-left: 0;
}

.loginScreen .form-inline {
  display: none;
}

.nav-link:hover {
  transition: all 0.4s;
}

.nav-link-collapse:after {
  float: right;
  content: '\f067';
  font-family: 'FontAwesome';
}

.nav-link-show:after {
  float: right;
  content: '\f068';
  font-family: 'FontAwesome';
}

.nav-item ul.nav-second-level {
  padding-left: 0;
}

.nav-item ul.nav-second-level>.nav-item {
  padding-left: 20px;
}

@media (min-width: 992px) {
  .sidenav {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 100vh;
    margin-top: 49px;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    box-sizing: border-box;

    text-align: center;
  }

  .navbar-expand-lg .sidenav {
    flex-direction: column;
  }

  .content-wrapper {
    margin-left: 48px;
  }


}

/* Jp */
.bg-Header {
  background-color: #FF6600;
  padding: 6px;
  padding-left: 10px;
  max-height: 49px;
}

.bg-Header a.navbar-brand {
  font-size: 21px;
}

.navbar-list .dropdown-menu.show {
  left: -117px;
  margin-top: 14px;
  width: 265px;
  box-shadow: 0px 0px 4px 1px #e9e9e9;
  border: 0;
}

.navbar-list li {
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-list li.nav-link img {
  width: 24px;
}

li.nav-item.dropdown.listUsers .dropdown-toggle {
  display: flex;
  font-size: 13px;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.userNameDesgination p {
  font-size: 13px;
  display: block;
  line-height: 0;
  position: relative;
  top: 7px;
}

.userNameDesgination p:last-child {
  opacity: .6;
}

.listUsers {
  padding-right: 40px;
}

.listUsers .dropdown-toggle::after {
  display: none;
}

.listUsers i.fa.fa-angle-down {
  position: absolute;
  right: 10px;
  top: 10px;
}

.hambugerIcon i {
  color: #fff;
  margin-right: 8px;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  top: 2px;
}

.logoText span {
  font-size: 10px;
  position: relative;
  bottom: -3px;
}

.logoText b {
  font-weight: 600;
}


.flex-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: middle;
  align-self: center;
  align-content: center;
  height: calc(100vh - 49px);
}


.name-content .logo {

  color: #ff6600;
  font-size: 3.75rem;
}

.name-content p {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 5rem;
  color: #fff;
  text-transform: capitalize;
}

.loginForm form {
  display: flex;
  flex-direction: column;

  padding: 2rem;
  width: 396px;



  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 16px #33333329;
  border-radius: 8px;
  opacity: 1;
}

.loginForm form input {
  outline: none;
  padding: 0.8rem 1rem;
  margin-bottom: 0.8rem;
  font-size: 1.1rem;
}

.loginForm form input:focus {
  /* border: 1.8px solid #1877f2; */
}

.loginForm form .login {
  outline: none;
  border: none;
  background: #1877f2;
  padding: 0.8rem 1rem;
  border-radius: 0.4rem;
  font-size: 1.1rem;
  color: #fff;
}

.loginForm form .login:hover {
  background: #0f71f1;
  cursor: pointer;
}

/*.loginForm form a {
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
  padding-top: 0.8rem;
  color: #1877f2;
}*/

.loginForm form hr {
  background: #f7f7f7;
  margin: 1rem;
}

.loginForm form .create-account {
  outline: none;
  border: none;
  background: #06b909;
  padding: 0.8rem 1rem;
  border-radius: 0.4rem;
  font-size: 1.1rem;
  color: #fff;
  width: 75%;
  margin: 0 auto;
}

.loginForm form .create-account:hover {
  background: #03ad06;
  cursor: pointer;
}

.contentLogin {
  background-image: url(../Content/images/loginBg.png);
  background-repeat: no-repeat;
  background-size: cover;

}

.loginForm img {
  width: 112px;
  margin: 0 auto;
  object-fit: fill;
  margin-bottom: 10px;
}

.loginForm h2 {
  text-align: center;
  font-size: 30px;
  color: #000000;
  padding: 10px 0;
  margin-bottom: 0;
}

.loginForm h5 {
  font-size: 15px;
  text-align: center;
  opacity: .48;
}

.loginForm .form-group label {
  font-size: 14px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.48;
  font-weight: 600;
}

.loginForm .form-group input {
  color: #000;
  background: #0000000A 0% 0% no-repeat padding-box;
  border-radius: 2px;
  opacity: 1;
  border: 0;
  box-shadow: none !important;
  outline: snow;
  font-size: 15px;
  font-weight: 500;
}

.loginForm button {
  background: #FF6600 0% 0% no-repeat padding-box;
  opacity: 1;
  border: 0;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  display: block;
  width: calc(100% - 80px);
  margin: 20px auto;
}
.loginForm a {
    background: #FF6600 0% 0% no-repeat padding-box;
    opacity: 1;
    border: 0;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
    width: calc(100% - 80px);
    margin: 20px auto;
    text-align:center;
    text-decoration:none
}
.passwordInput {
  position: relative;
}

.passwordInput i.fa {
  position: absolute;
  top: 45px;
  right: 10px;
  font-size: 12px;
  color: #00000091;
  cursor: pointer;
}

#navAccordion a.nav-link i {
  color: #c4c4c4;
}

.profilePage {
  display: flex;
  height: calc(100vh - 90px);
  align-items: center;
  justify-content: center;
}

.innerProfile img {
  width: 240px;
}

.innerProfile {
  text-align: center;
  color: #333333;
}

.innerProfile h3 {
  font-size: 23px;
  padding: 10px 0 0;
}

.innerProfile h5 {
  opacity: .6;
  font-size: 16px;
}

.innerProfile p {
  font-size: 15px;
}

.headertxt {
  font-size: 17px;
  padding-left: 20px;
  padding-top: 10px;
  font-weight: 700;
}

.settingsPage li.nav-item a.nav-link.active {
  border: 0;
  border-bottom: 2px solid #ff6600;
  font-weight: 600;
}

.settingsPage li.nav-item a.nav-link {
  border-bottom: 2px solid transparent;
  padding: 10px 30px;
  font-weight: 400;
  color: #333;
}

.tabPanalBox {
  padding: 20px 30px 0 0;
}

.settingsPage li.nav-item a.nav-link:hover {
  border-color: transparent;
}

.py-un {
  padding: 100px 0 !important;
}

.listViewMenu img {
  margin-right: 10px;
}

.headerNotifications.active:after {
  content: '';
  background-color: #FF0000;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 60px;
  right: 8px;
  top: 7px;
  border: 1px solid #fff;
}

.headerNotifications {
  position: relative;
}

/* .headerNotifications img {
  width: 17px !important;
 
  object-fit: fill;
} */

.headerNotifications i {
  animation: bellshake .5s cubic-bezier(.36, .07, .19, .97) both;
  backface-visibility: hidden;
  transform-origin: top right;
  color: #fff;
  position: relative;
  top: 8px;
}

.sidenav a.nav-link svg {
  width: 20px;
  margin-right: 6px;
  height: 20px;
  cursor: pointer;
}

.fails {
  color: #C20000;
  font-weight: 600;
}

.inprogress {
  color: #0078D4;
  font-weight: 600;
}

.navbar-expand-lg .navbar-nav .nav-item.active a.nav-link i {
  color: #ff6600 !important;
}

.navbar-expand-lg .navbar-nav .nav-item.active a.nav-link,
.sidenav.navbar-nav .nav-item a.nav-link:hover {
  background-color: #e8e8e8;
}

.splitTimer svg {
  position: relative;
  top: -1px;
}

.alignAction {
  display: flex;
  place-content: space-evenly;
}

@keyframes bellshake {
  0% {
    transform: rotate(0);
  }

  15% {
    transform: rotate(5deg);
  }

  30% {
    transform: rotate(-5deg);
  }

  45% {
    transform: rotate(4deg);
  }

  60% {
    transform: rotate(-4deg);
  }

  75% {
    transform: rotate(2deg);
  }

  85% {
    transform: rotate(-2deg);
  }

  92% {
    transform: rotate(1deg);
  }

  100% {
    transform: rotate(0);
  }
}


.backAct span {
  font-weight: 700;
  padding-left: 6px;
}

.paginationModHeader {
  padding-left: 10px;
  padding-right: 10px;
}

.paginationModHeader .nameList p {
  margin-bottom: 0;
  font-size: 12px;
}

.paginationModHeader li {
  align-items: center;
}

.paginationModHeader .nameList p:first-child {
  font-size: 18px;
  font-weight: 500;
}

.paginationModHeader div img {
  width: 70px;
}

.paginationModHeader li:first-child {
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 0 10px 0;
}

.paginationModHeader li.listViewMenu {
  padding: 15px 0 10px;
  font-size: 14px;
  cursor: pointer;
}

.rightTitles {
  justify-content: end;
  display: flex;
  vertical-align: unset;
  align-items: baseline;
  padding-right: 15px;
  padding-top: 15px;
}

.form-group.has-search {
  position: relative;
}

.form-group.has-search span.fa.fa-search.form-control-feedback {
  position: absolute;
  left: 10px;
  color: #c7c7c7;
  top: 11px;
  font-size: 13px;
}

.form-group.has-search input {
  text-indent: 20px;
  font-size: 13px;
}

.rightTitles .form-group {
  width: 300px;
}

.rightTitles .records {
  font-size: 14px;
  margin-right: 10px;
  font-weight: 500;
}

.timeSelect select {
  border: 1px solid #f60;
  font-size: 15px;
  color: #f60;
  padding: 5px;
  border-radius: 3px;
}

.timeSelect {
  margin-right: 10px;
}

.headtitles h4 {
  font-size: 20px;
  display: inline-block;
  padding-top: 25px;
  font-weight: 700;
  padding-left: 15px;
}

.compontentsBlock h5 {
  font-size: 12px;
  font-weight: 500;
  color: #6c6c6c;
}

.compontentsBlock h5 strong {
  color: #333;
}

.compontentsBlock h4 {
  color: #333333;
  font-size: 17px;
}

.compontentsBlock .labelExtr li {
  display: inline;
  color: #7c7c7c;
  font-size: 13px;
  padding-right: 13px;
  position: relative;
  padding-left: 11px;
}

.compontentsBlock .labelExtr {
  padding-left: 0;
}

.compontentsBlock .labelExtr li strong {
  color: #333;
}

.compontentsBlock .labelExtr li:not(:last-child) {
  border-right: 1.5px dotted #666;
}

.compontentsBlock .labelExtr li:first-child {
  padding-left: 1px;
}

.steps {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  overflow-x: auto
}

.steps .step:first-child {
  margin-left: auto
}

.steps .step:last-child {
  margin-right: auto
}

.step:first-of-type .step-circle::before {
  display: none
}

.step:last-of-type .step-content {
  padding-right: 0
}

.step-content {
  box-sizing: content-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  /* width: 3rem;
  min-width: 3rem;
  max-width: 3rem; */
  padding-top: 6px;
  text-align: center;
  padding-right: 7px;
}

.step-circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  color: #efefef;
  border-radius: 100%;
  background-color: #efefef;
  border: 2px solid #fff;
  font-size: 10px;
}

.step-circle::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -2px;
  width: calc(47px + 1rem - 1.5rem);
  height: 2px;
  transform: translate(-100%, -50%);
  color: #adb5bd;
  border-top: 1.7px dashed #adb5bd;
  z-index: -1;
}

.step-text {
  color: #adb5bd;
  word-break: inherit;
  margin-top: .25em;
  font-size: 11px;
}

.step-active .step-circle {
  color: #0078d4;
  background-color: #0078d4;
  border: 2px solid #fff;

}

.step-active .step-circle::before {
  color: #0078d4
}

.step-active .step-text {
  color: #0078d4
}

.step-error .step-circle {
  color: #fff;
  background-color: #da6464;
  border: 2px solid #fff;
}

.step-error .step-circle::before {
  color: #da6464
}

.step-error .step-text {
  color: #da6464
}

.step-success .step-circle {
  color: #31b928;
  background-color: #31b928;
  border: 2px solid #fff;
}

.step-success .step-circle::before {
  color: #31b928
}

.step-success .step-text {
  color: #31b928
}

.parentStep {
  border-radius: 50px;
  padding: 2px;
  background-color: #efefef;
  position: relative;
  z-index: 9;
}

.step-success .parentStep {
  background-color: #31b928;
}

.step-error .parentStep {
  background-color: #da6464;

}

.step-active .parentStep {
  background-color: #0078d4;

}

.steps .step {
  width: 14%;
  max-width: 14%;
  min-width: 14%;
  /* z-index: 1; */
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/*# sourceMappingURL=bootstrap-steps.min.css.map */
.compontentsBlock {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 1px #333333a8;
  border-radius: 4px;
  cursor: pointer;
  padding: 8px;
  margin-bottom: 30px;
}

.compontentsBlock:hover {
  box-shadow: 0px 3px 6px #3333333d;
}

.splitTimer {
  display: flex;
  justify-content: space-between;
  margin-top: 9px;
}

.splitTimer h3,
.splitTimer h6 {
  font-size: 12px;
  color: #919191;
  font-weight: 500;
}

.splitTimer strong {
  color: #333;
}

.menuTable thead th {
  border-color: #e4e4e4e0;
  padding: 7px 10px;
  font-size: 14px;
  background-color: #00000014;
  border-bottom: 0;
  width: 100px;
}

.menuTable tbody td,
.menuTable tbody th {
  background-color: #0000000A;
  border: #ffffff4f;
  font-weight: 400;
  padding: 7px;
  font-size: 14px;
  vertical-align: baseline;
}

.menuTable tbody td svg {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.menuTable tbody td {
  color: #333;
}

.newMessage .modal-dialog {
  max-width: calc(100% - 160px);
  min-width: calc(100% - 160px);
}

.menuTable thead th:last-child {

  width: 110px;
}

.menuTable table {
  border-spacing: 1.6px;
  border-collapse: separate;
  border: 0;
}

.addMenu button.close {
  position: absolute;
  top: 0;
  right: 15px;
  opacity: 1;
}

.addMenu .modal-title {
  font-size: 17px;
}

.addMenu .modal-body .form-group label {
  font-size: 14px;
  opacity: .7;
  font-weight: 600;
}

.menuTable thead th:first-child {
  width: 10px !important;
}

.newMessage .modal-footer button:last-child {
  background: #01A450 0% 0% no-repeat padding-box;
  border-radius: 4px;
  color: #fff;
  border: 0;
  font-size: 13px;
  padding: 5px 14px;
  border: 1px solid #01a450;
}

.newMessage .modal-footer button:first-child {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 4px;
  color: #333333;
  border: 0;
  font-size: 13px;
  padding: 5px 14px;
  border: 1px solid #848484;
}

.footers {
  background: #F5F5F5 0% 0% no-repeat padding-box;
  text-align: center;
  padding: 8px;
  font-size: 13px;
  font-weight: 600;
  opacity: .7;
}

.loginScreen .footers {
  position: absolute;
  width: 100%;
  bottom: 0;
  opacity: 1;
}

@media screen and (min-width: 1660px) and (max-width: 1980px) {
  .step-circle::before {
    width: calc(77px + 1rem - 1.5rem);

  }
}

@media screen and (min-width: 1200px) and (max-width: 1280px) {
  .step-text {
    font-size: 10px;
  }
}


/*# sourceMappingURL=bootstrap-steps.min.css.map */