@import url(https://fonts.googleapis.com/css?family=Poiret+One);
/* body
{
  background-color:#f1f1f2;
} */
.sidenav {
  height: 100%;
  width: 200px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  /* background-color: rgba(43, 150, 182, 0.33); */
  background-color: #757a96;
  overflow-x: hidden;
  padding-top: 20px;
}
.navMenus {
  margin-left: -40px;
}

.sidenav ul li {
  list-style: none;
}

.sidenav ul li.active a {
  color: black;
}

#home {
  font-size: 32px;
  color: #fff;
}
.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: block;
  font-family: "Helvetica";
  font-weight: bold;
  padding-top: 30px;
}

.sidenav a:hover {
  /* color: blue; */
  color: #eef2f6;
}

.main {
  margin-left: 200px;
}

.active {
  color: black;
}

.select2-container .select2-selection--single {
  height: 40px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 35px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 7px !important;
}

.Btn {
  width: 26%;
  height: 50px;
  border-radius: 12px;
}

.Btnop {
  width: 29%;
  height: 50px;
  border-radius: 12px;
}

.Btnapp {
  width: 31%;
  height: 50px;
  border-radius: 12px;
}
.Btnper {
  width: 31%;
  height: 50px;
  border-radius: 12px;
}

.btn-primary {
  background-color: #757a96 !important;
  border-color: #757a96 !important;
}

label {
  font-weight: bold;
}

.application-list select:focus {
  border-color: #757a96 !important;
}

.lds-spinner {
  color: official;
  display: none;
  /* position: relative;
  width: 80px;
  height: 80px; */
  margin: 2px 0px 0px -50px;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #757a96 !important;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    width: 125%;
  }
  #tile-1 .nav-tabs li a {
    position: relative;
    margin-right: 0px !important;
    font-size: 16px;
    border: none !important;
    color: #333;
    padding: 20px 0px !important;
  }
  .main {
    margin-left: 0px;
  }
}

.del-icon {
  color: red;
  font-size: 28px;
}
.edit-icon {
  color: blue;
  font-size: 28px;
}
.save-icon {
  color: green;
  font-size: 28px;
}

/* application css */
.head {
  text-transform: uppercase;
  color: gray;
  font-size: 24px;
  font-weight: bold;
}
.table-view {
  width: 90%;
  margin: 0 auto;
}
.fa-sign-out {
  font-size: 50px;
  color: #757a96 !important;
}

/* create application */

.create-view {
  padding-top: 7%;
}

.toolbar {
  float: left;
}

#modal-header {
  background-color: #757a96 !important;
}

.application-list select:focus {
  border-color: #757a96 !important;
}
.dataTables_filter {
  margin-bottom: 5px !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #757a96 !important;
}

.required-field {
  color: #ff0000;
  font-weight: bold;
}

.total-style {
  background-color: #757a96 !important;
  height: 45px;
  border-radius: 5px;
  margin: 20px 0px;
  box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
  font-weight: bold;
  color: white;
  display: flex;
  justify-content: space-around;
}

.total-style > div {
  font-size: 16px;
  margin: 10px;
  text-align: center;
}

#umodal-header {
  background-color: #757a96 !important;
}

.line-sty {
  display: flex;
  flex-direction: row;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
}

.line-sty:before {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid #000;
  margin: auto;
  margin-right: 1%;
}

.line-sty:after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid #000;
  margin: auto;
  margin-left: 1%;
}

.fa-check, .fa-scanner{
  color: #f5f5f5;
}


.fa-times{
  color: red;
  margin-top: 4px;
  margin-left: 4px;
  font-weight: bold;
}

.div-scan-list{display: flex;}

.scan-serial{font-weight: bold;}

.navMenus li a{
  text-transform:uppercase;
}

#modal-title{
  color: #f5f5f5;
}

.icon-div {
  height: 32px;
  width: 33px;
  padding: 5px;
  border-radius: 6px;
  padding-left: 6px;
	background-color:#757a96;
}

.moreinforicon{
  cursor:pointer;
}