@font-face {
  font-family: "NunitoSans-Bold";
  src: url('../../assets/css/NunitoSans-Bold/NunitoSans-Bold.eot') format('embedded-opentype');
  src: url("../../assets/css/NunitoSans-Bold/NunitoSans-Bold.woff") format("woff"), url("../../assets/css/NunitoSans-Bold/NunitoSans-Bold.ttf") format("opentype"), url("../../assets/css/NunitoSans-Bold/NunitoSans-Bold.svg") format("svg");
}

@font-face {
  font-family: "NunitoSans-Regular";
  src: url("../../assets/css/NunitoSans-Regular.ttf");
}

body {
  font-family: 'NunitoSans-Regular' !important;
  background-color: #222222 !important;
}

/* media queries */

@media (max-width:1024px) {
  body {
    display: none;
  }
  html:before {
    position: absolute;
    content: "Application does not support for mobile and Tab";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ccc;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-align: center;
    line-height: 20px;
  }
  html {
    background: #343232;
    position: relative;
    height: 100%;
  }
}

/* Custom CSS for displaying Login page */

select:focus, input:focus, .actions_btns:focus {
  outline: none;
}

#signin-form {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 0 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #333333;
  padding: 0px 47px;
}

#signin-form #signin-form-heading, #signin-form .checkbox {
  margin-bottom: 10px;
}

#signin-form .checkbox {
  font-weight: normal;
}

.no-pad {
  padding: 0 !important;
}

.no-pad-right {
  padding-right: 0 !important;
}

.no-pad-left {
  padding-left: 0 !important;
}

#signin-form .form-control {
  position: relative;
  height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* padding: 10px;
font-size: 16px; */
  border-radius: 2px;
  border: solid 1px #999999;
  background-color: #444444 !important;
  color: #fff;
  box-shadow: none;
  margin-bottom: 5px;
}

#signin-form .form-control::placeholder {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #999999;
}

.form-signin .form-group {
  margin-bottom: 15px;
}

.form-signin .form-group:nth-child(2) {
  margin-bottom: 15px;
}

:-webkit-autofill, :-webkit-autofill:focus, :-webkit-autofill, :-webkit-autofill:focus {
  box-shadow: 0 0 0 1000px #3a3a3a inset!important;
  -webkit-box-shadow: 0 0 0 1000px #3a3a3a inset!important;
  background-color: transparent;
  -webkit-text-fill-color: #fff!important;
  caret-color: #fff!important;
}

#signin-form .form-control:focus {
  z-index: 2;
}

#signin-form input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#signin-form input[type="password"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Generic CSS to be used in all pages */

body {
  padding: 60px 0;
}

/*.required label:after {
color: #e32;
content: ' *';
display:inline;
}*/

.highlight {
  background-color: #FFFF88;
}

.card-table {
  color: #ffffff;
}

.table {
  word-wrap: break-word;
}

.no-border {
  border: none;
}

table td, th {
  color: #fff !important;
}

#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #f5f5f5;
  /*padding-top: 1em;*/
}

#process {
  width: 180px;
}

.workitem-details ul {
  display: inline-block;
  width: 100%;
  background: #eee;
  padding: 5px;
}

p.at1-text {
  text-indent: 50px;
  padding: 5px;
}

#copy-alert {
  height: 24px;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #e9e9e9;
}

#custom-table-1>thead>tr>th, #custom-table-1>tbody>tr>th, #custom-table-1>tfoot>tr>th, #custom-table-1>thead>tr>td, #custom-table-1>tbody>tr>td, #custom-table-1>tfoot>tr>td {
  padding: 3px;
}

#custom-modal-1 {
  width: 90%;
}

#custom-modal-body {
  padding: 5px
}

#custom-table-1>thead>tr>th {
  white-space: inherit;
  width: 10px;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.footer span, #footer span {
  text-align: center;
  float: right;
  margin: 5px 10px 10px;
  text-shadow: 0.5px 0.5px 0.5px #000000;
  font-size: 15px;
}

/*new ui css*/

.login-heading-section h1 {
  font-size: 96px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: right;
  color: #00e0e0;
}

.login-heading-section p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #cccccc;
  width: 100%;
  margin-bottom: 0;
  margin-top: 10px;
  margin-right: 15%;
}

#wrap {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 999999;
  left: 50%;
  top: 50%;
  z-index: 99;
  width: 100%;
}

.login-heading-section, .form-signin {
  height: 100vh;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#signin-form h2 {
  font-size: 48px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #dddddd;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 35px;
  margin-left: 5px;
}

.form-horizontal {
  width: 100%;
}

.form-horizontal label {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #dddddd;
  margin-bottom: 8px;
}

.signin-btn {
  border-radius: 3px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 0 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #00e0e0;
  border: none;
  width: 100%;
  padding: 8px;
  font-size: 14px;
  height: 36px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
  font-family: "NunitoSans-Bold";
}

.reset-btn {
  border-radius: 3px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 0 4px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px #00e0e0;
  background-color: #555555;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #00e0e0;
  width: 100%;
  display: block;
  padding: 7px;
  font-family: "NunitoSans-Bold";
  height: 36px;
}

.reset-btn:focus {
  color: #00e0e0;
  text-decoration: none;
  outline: none;
}

.reset-btn:hover {
  color: #fff;
  text-decoration: none;
}

.trance-error-msgdanger {
  color: #ed3c56;
  font-size: 16px;
}

.has-error .form-control-feedback {
  color: #ed3c56 !important;
}

.login-heading-section img {
  width: 100%;
  margin-right: 15%;
  margin-top: 40px;
}

.signin-form-cls p {
  color: #ed3c56;
  font-size: 16px;
  margin-bottom: 0;
}