textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
}

body {
  font-family: "Helvetica Neue", sans-serif;
  background: #F4F4F8;
  font-size: 14px;
}
body .btn-primary {
  background: transparent linear-gradient(180deg, #528BEE 0%, #3A6DC2 100%) 0% 0% no-repeat padding-box;
}
body header {
  background: #fff;
}
body header .logo {
  font-weight: bold;
  background: #6BD4FB;
  color: #000;
  padding: 0px 5px;
  margin-right: 5px;
  font-size: 17px;
}
body header .fs-4 {
  font-weight: bold;
  font-size: 20px !important;
}
body header .nav li {
  padding: 10px;
}
body header .nav li a {
  display: flex;
  align-items: center;
  align-content: center;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid #fff;
  height: 25px;
}
body header .nav li a i {
  font-size: 24px;
  margin-right: 5px;
}
body header .nav li a:hover, body header .nav li a.active {
  border-bottom: 1px solid #000;
}
body .contentArea {
  border: 1px solid #D8D8D8;
  background: #fff;
}
body .contentArea .table tr {
  vertical-align: middle;
}
body .contentArea .table .cancel {
  border: none;
  background: none;
  color: #0D6EFD;
  font-size: 13px;
}
body .contentArea .table .imgcol {
  position: relative;
}
body .contentArea .table .imgcol .shadow {
  opacity: 0;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.51);
  width: 100%;
  height: 100%;
  font-size: 24px;
}
body .contentArea .table .imgcol .shadow a {
  color: #fff;
}
body .contentArea .table .imgcol:hover .shadow {
  opacity: 1;
}
body .contentArea.processing .blockheader {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.28);
}
body .contentArea.processing .blockheader h2 {
  height: 100%;
  font-size: 17px;
  font-weight: bold;
}
body .contentArea.processing .blockheader .buttons a {
  margin-right: 10px;
}
body .contentArea.processing .blockheader .cancel {
  border: none;
  background: none;
  color: #0D6EFD;
  font-size: 13px;
}
body .contentArea.processing .blockheader .nav {
  margin-top: 15px;
}
body .contentArea.processing .blockheader .nav li a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  padding: 20px;
  border-bottom: 2px solid transparent;
}
body .contentArea.processing .blockheader .nav li a.active, body .contentArea.processing .blockheader .nav li a:hover {
  border-bottom: 2px solid rgba(112, 112, 112, 0.28);
}
body .contentArea.processing .table {
  width: calc(100% - 60px);
  margin: 30px;
}
body .contentArea.processing .tab-content {
  padding: 30px;
}

.loginForm {
  padding: 20% 30%;
}
.loginForm h2 {
  width: 100%;
  font-weight: bold;
  font-size: 18px;
}
.loginForm button {
  width: 100%;
  margin-top: 10px;
}

/*# sourceMappingURL=aitag.css.map */
