/* @import url('https://fonts.cdnfonts.com/css/helvetica-neue-55'); */
body {
  /* Used important to override the styles will remove once clean up done */
  font-family: "Helvetica Neue", sans-serif !important;
  background-color: #fcfdfd !important;
  font-size: .775rem !important;
  color: #5a5a5a !important;
  height: 100%;
}

/* color: #172b4d !important; */

html {
  position: relative;
  min-height: 100%;
}

a:focus {
  outline: none;
}

/* Login Styles Begins Here */

.login-panel .card {
  border: 0;
  border-radius: 0;
}

.info-panel .card-body,
.login-panel .card-body {
  padding: 1.5rem 4rem;
}

.login-panel .card-body{
  max-width: 620px;
  margin: auto;
  width: 100%;
}

/* Login Styles Ends Here */

.primary-logo {
  /* background: url("../images/logo.png") no-repeat; */
  width: 180px;
  height: 80px;
  position: relative;
  /* display: inline-flex; */
}

.login-panel .primary-logo{
  width: 166px;
  height: 55px;
}

.primary-logo img {
  max-width: 100%;
}

.version-txt {
  color: #797d85;
  font-size: 0.65rem;
  position: absolute;
  right: 3px;
  bottom: 24px;
}

.login-panel .version-txt{
  bottom: 0;
}

.login-primary-header {
  color: #263858;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 1rem;
}

.login-secondary-header {
  color: #0e5bca;
}

.login-content-header {
  color: #263858;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-help-txt {
  /* font-size: 0.775rem; */
  /* font-weight: 600; */
  color: #797d85;
  margin-bottom: 1.5rem;
}

.vh-100-min {
  min-height: 100vh !important;
}

.login-footer {
  display: flex;
  padding: 0 3rem 0.5rem;
  align-items: center;
  /* justify-content: end; */
  text-align: center;
}

.login-footer p {
  margin-bottom: 0;
  color: #505f79;
  font-size: .7rem !important;
}

.btm-foot-txt {
  margin: 0;
  padding: 0;
  /* padding-top: .1rem; */
  display: flex;
  justify-content: center;
  list-style: none;
}

.btm-foot-txt a {
  font-size: .7rem !important;
  color: #0e5bca;
  padding: 0 .5rem;

}

.btm-foot-txt li {
  position: relative;
}

.btm-foot-txt li:not(:last-child):after {
  position: absolute;
  right: -2px;
  top: 4px;
  bottom: 0;
  width: 1.5px;
  height: 11px;
  background-color: #505f79;
  content: "";

}

span.primary-logo.bottom {
  margin-right: 1rem;
  width: 140px;
  height: auto;
}

.info-panel .card {
  background-color: #e2edff;
  border: 0;
  border-radius: 0;
  /* padding: 5rem 7rem; */
}

.info-panel .page-header {
  color: #263858;
  /* font-size: 1.75rem; */
  font-weight: 600;
  margin-bottom: 2rem;
}

.info-panel .media-heading {
  color: #263858;
  /* font-size: 0.95rem; */
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.info-panel .media-body {
  color: #797d85;
  /* font-size: 0.775rem; */
  /* font-weight: 600; */
}

.btn.btn-user {
  font-size: 0.775rem;
  border-radius: 2rem;
  padding: 0.375rem 1.4rem;
  text-transform: uppercase;
  /* font-weight: bold; */
}

.btn-user+.btn-user {
  margin-left: 0.5rem;
}

.btn-user i {
  margin-right: 0.3rem;
}

.btn-cancel {
  color: #797d85;
}

.k-widget.k-dropdown-button button.k-button.k-primary.k-outline,
.react-confirm-alert-button-group>button:first-child,
.react-confirm-alert-button-group>button,
.btn.btn-primary-blue {
  background-color: #1970eb !important;
  color: #fff !important;
  font-size: 0.775rem !important;
  padding: 0.4rem .8rem;
  border: none;
  outline: none !important;
  border-radius: 2rem;
  line-height: 1.1;
  font-weight: 600;
  text-decoration: none !important;
  cursor: pointer;
  text-transform: none;
}

.k-toolbar .k-button.btn.btn-primary-blue {
  padding: 0.4rem .8rem !important;
  line-height: 1.1 !important;
}

.k-widget.k-dropdown-button {
  margin-left: 1rem;
}

.k-widget.k-dropdown-button button.k-button.k-primary.k-outline .k-icon {
  color: #fff !important;
}

.k-widget.k-dropdown-button button.k-button.k-primary.k-outline:hover,
.btn.btn-primary-blue:hover,
.btn.btn-primary-blue.active {
  background: #1967E3;
  color: rgba(255, 255, 255, .7);
  box-shadow: 0px 3px 5px 1px rgb(14 91 202 / 40%);
}

/* .login-form .form-group {
  margin-bottom: 20px;
} */
.login-form .form-group>.form-label,
.login-panel .form-group .form-label,
.sheets-wrapper .form-group>.form-label,
.sheets-wrapper .form-inline .form-label {
  font-size: 1rem;
  color: #172b4d;
  display: block;
  font-weight: 600 !important;
  font-family: "Helvetica Neue", sans-serif;
  text-transform: capitalize;
}

.login-form .form-group>.form-control,
.login-panel .form-group .form-control,
.sheets-wrapper .form-group>.form-control,
.sheets-wrapper .form-inline .form-control {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: #212529;
  font-weight: 600;
  box-shadow: none;
  padding: 0.25rem 0;
  height: calc(1em + .75rem + 2px);
}

select.form-control{
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
}

select.form-control:focus{
  background-color: transparent;
}

.select-arrow{
  position: relative;
  margin-right: 11px;
  display: flex;
  /* display: inline-block;
  width: 100%; */
}

#projectmasterAdd .select-arrow, .login-form .select-arrow{
  position: relative;
  display: inline-block;
  width: 100%;
}

.select-arrow::after{
  content: " ";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 0px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgb(124, 124, 124);
    z-index: 0;
}

.login-panel .form-group .form-control{
  border: 1px solid #1970eb;
  border-radius: 20px;
  padding: 0px 15px;
    height: 38px;
}

.login-panel .form-group .form-control.invalid{
  border: 1px solid #e00e0e;
}

.input-group .form-control:disabled,
.sheets-wrapper .form-control:disabled {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  font-weight: 600;
  font-size: 0.875rem;
  color: #797d85;
  background-color: transparent;
}

.login-form .form-control:focus,
.sheets-wrapper .form-control:focus {
  box-shadow: none;
}

.login-form .form-control,
.sheets-wrapper .form-control {
  background-color: transparent;
}

.login-form select.form-control{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.info-bottom-card {
  position: relative;
  background-color: #e2edff;
}

.info-bottom-card:after {
  content: ' ';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  width: 405px;
  height: 225px;
  background-color: #e2edff;
  background-image: url(../images/login-illusturation.svg);
}

.info-bottom-card .card {
  z-index: 1;
  background-color: transparent;
}

.user-profile-lg {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}

.profile-header {
  line-height: 1.5;
  font-size: 0.95rem;
  font-weight: 500;
  display: flex;
  margin-bottom: 15px;
}

.user-profile-wrap {
  padding: 0px;
  text-align: center;
}

.file-upload-wrap {
  margin-bottom: 5px;
}

.fp-well {
  padding: 15px;
}

.uploaded-file {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.file-upload-btn {
  display: block;
  white-space: nowrap;
}

.btn-file {
  position: relative;
  overflow: hidden;
  color: #212529;
  background-color: tranparent;
  border-color: transparent;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  cursor: inherit;
  display: block;
}

/* Hack for modal backdrop */
.modal-backdrop.in {
  opacity: 0.5;
}

.rc-tabs-dropdown {
  z-index: 10 !important;
  border-color: #eff1f4 !important;
}

.h-seperator {
  margin: 0 20px;
}

.register-link a {
  font-weight: bold;
  color: #0e5bca;
  font-size: 10px;
}

.login-success-msg .fa-check-circle {
  color: #2fb47d;
}

.eln-secondary-nav .navbar {
  background-color: #FFF;
  box-shadow: 0 2px 42px 0 rgb(199 208 224 / 29%);
}

.register-wrap .register-content {
  margin: 92px 0;
}

.form-static-label {
  font-weight: bold;
}

.editable-txt:focus {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 0.69rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px;
}

.editable-txt:focus {
  outline: none;
  border-color: #0e5bca;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .login-primary-header {
    font-size: 24px;
  }

  .login-panel .card-body,
  .info-panel .card-body {
    padding: 2rem;
  }

  .clsSheets>.os-host,
  .custom-vertical-h-90,
  .cls-SheetTreeContainer>.os-host {
    height: 200px !important;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .login-panel .card-body {
    padding: 1.5rem 2.5rem;
  }

  .k-grid-header col:nth-of-type(1) {
    width: 40%
  }

  .k-grid-table col:nth-of-type(1) {
    width: 40%
  }

  .k-grid-header col:nth-of-type(2) {
    width: 40%
  }

  .k-grid-table col:nth-of-type(2) {
    width: 40%
  }

  .custom-vertical-h-90 {
    height: auto;
  }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .login-panel .card-body {
    padding: 1.5rem 2.5rem;
  }

  .clsScreen20 {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .clsScreen80 {
    flex: 0 0 70%;
    max-width: 70%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* .login-panel .card-body {
        padding: 1.5rem 2.5rem;
    } */
    .login-panel .primary-logo {
      width: 110px;
        height: 30px;
    }
    .login-panel .version-txt {
      bottom: -8px;
        font-size: 0.55rem;
    }
    .login-primary-header{
      font-size: 21px !important;
    }
    .header-help-txt{
      margin-bottom: 10px;
    }
    .login-panel .form-group .form-control{
      height: 35px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}