* {
  outline: none !important;
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}
:root {
  --input-padding-x: 1.0rem;
  --input-padding-y: 0.5rem;
}
body {
  background: #EEE;
  font-size: 14px;
}
h1 {
  position: relative;
}
/*
h1::after {
    height: 2px;
    display: block;
    content: " ";
    background: #AAA;
    width: 50px;
    margin-top: 9px;
}

.text-center h1::after {
    margin: 9px auto 0px auto;
}*/
form {
  margin: 0px;
}
.ltcontent
{
min-height: 80vh;
}
.ltcontent > .container {
  max-width: calc(100% - 50px);
}
.btn.fa {
  font-size: 0.9rem;
}
.nav-logout {
  background: transparent;
  color: #DDD;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  border: 0px;
}
table {
  table-layout: fixed;
}
.table-col-1 {
  width: 8.3%;
}
.table-col-2 {
  width: 16.3%;
}
.table-col-3 {
  width: 25%;
}
.table-col-4 {
  width: 33%;
}
.table-col-6 {
  width: 50%;
}
.table-col-options a {
  padding: 3px;
  margin: 3px;
}
.table-col-uid {
  width: 40px;
}
.table-col-date {
  width: 140px;
}
.table-col-options-1 {
  width: 50px;
}
.table-col-options-2 {
  width: 110px;
}
.table-col-options-4 {
  width: 200px;
}
.table th {
  border-top: 0px;
}
#nav {
  background: #FFF;
}
.nav-item {
  padding: 0px 20px;
}
.navbar-nav .nav-link {
  text-transform: uppercase;
}
.view_outer {
  max-width: 1200px;
  margin: auto;
  padding-top: 50px;
}
@media (max-width: 1200px) {
  .view_outer {
    padding: 20px;
  }
}
.modal .view_outer {
  padding-top: 0px;
}
.view_navbar {
  margin-bottom: 20px;
}
.view_navbar > * {
  color: #555;
  font-size: 0.9rem;
  border: 1px solid #CCC;
  border-radius: 2px;
  padding: 3px 14px;
  background: #DEDEDE;
}
.navbar, .breadcrumb {
  background: #FFF;
  border-radius: 0px;
}
.titlebar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  padding: 0rem 1rem;
  background: #000;
  color: #FFF;
  min-height: 70px;
}
.titlebar .username {
  line-height: 36px;
}
span.navbar-toggler-icon.fa.fa-bars {
  font-size: 1.5rem;
  line-height: 2rem;
}
.navbar {
  border-bottom: 1px solid #EEE;
}
.breadcrumb {
  box-shadow: 0px 2px 2px #AAA;
}
.table_col_date {
  width: 150px;
}
.admin_login_background {
  background: url("/images/tsa_background.png");
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.login_outer {
  max-width: 500px;
  margin: auto;
  padding: 50px;
}
.admin_login {
  position: absolute;
  padding: 0px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.navbar .username {
  padding: 7px 20px 7px;
  font-size: 16px;
}
.fa-edit:before, .fa-pencil-square-o:before {
  transform: translateY(1px);
}
.navbar_title {
  font-size: 20px;
  position: absolute;
  left: 50%;
  text-align: center;
  transform: translate(-50%);
  font-weight: bold;
}
.navbar_title a {
  text-decoration: none;
  color: lightgray;
}
.form_add_contentarea_outer .input_coord {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.asyncupload.has-advanced-upload {
  display: block;
}
.has-advanced-upload .box__dragndrop {
  display: inline;
}
.asyncupload.has-advanced-upload {
  padding: 20px;
  background: #FFF;
  margin-bottom: 10px;
}
.asyncupload.has-advanced-upload::after {
  content: "Drop here to upload";
  display: block;
  text-align: center;
}
.is-dragover {
  background-color: grey;
}
.box__uploading, .box__success, .box__error {
  display: none;
}
.is-uploading .box__input {
  visibility: none;
}
.is-uploading .box__uploading {
  display: block;
}
.dropdown-menu {
  min-width: 20em;
  border-top: 2px solid #333;
  border-radius: 0px;
}
.navbar {
  padding: 0.2rem 1rem;
}
.navbar-nav .dropdown-menu .nav-link {
  font-size: 0.9rem;
  color: #333;
  padding: 0.2rem 0.4rem;
}
.panel, .crud_list_outer {
  background: #FFF;
  /*border-radius: 4px;*/
  border-right: 2px solid #CCC;
  border-bottom: 2px solid #CCC;
  padding: 28px 30px 20px 30px;
}
div#list-view-form-target .view_outer .crud_create_outer, div#list-view-form-target .view_outer .crud_edit_outer {
  background: #FFF;
  /*border-radius: 4px;*/
  border-right: 2px solid #CCC;
  border-bottom: 2px solid #CCC;
  padding: 28px 30px 20px 30px;
}
.ltcontent > .view_outer > .crud_edit_outer, .ltcontent > .view_outer > .crud_create_outer {
  background: #FFF;
  border-radius: 4px;
  padding: 28px 30px 20px 30px;
  box-shadow: 2px 2px 4px #CCC;
}
.crud_list_carditem {
  width: 33%;
  background: #FFF;
  padding: 20px;
  margin: 10px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px #AAA;
}
.crud_list_card_outer {
  display: flex;
  margin: 0px -10px;
}
.crud_list_carditem .table_options {
  margin-top: 20px;
  justify-content: flex-end;
  display: flex;
}
.crud_list_carditem .table_options > * {
  margin-left: 5px;
}
.crud_table > tbody > tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.crud_option {
  color: #333;
  background-color: #DDD;
  border-color: #DDD;
}
.btn-crud-edit, .btn-crud-save, .btn-crud-create {
  color: #fff;
  background-color: #95edb8;
  border-color: #95edb8;
}
.crud_option.btn-crud-delete, .crud_option.btn-crud-edit {
  background: transparent;
  border: none;
  color: #333;
}
.btn-crud-delete:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.crud_editting {
  display: none;
}
.listcol_idlist ul {
  list-style-type: none;
  padding: 0px;
}
.listcol_idlist li {
  list-style-type: none;
  border-bottom: 1px solid #DDD;
}
.currentvalue ul {
  padding: 0px 0px 0px 20px;
  /* list-style-type: none; */
  margin: 0px;
}
.currentvalue {
  background: #CCC;
  border-radius: 3px;
  padding: 3px;
}
.crud-editable-box {
  min-height: 1rem;
  border: 1px solid #DDD;
  cursor: pointer;
}
.crud-editable-box:hover {
  border: 1px solid #AAA;
}
ul.idlist {
  margin: 0px;
}
.formitem {
  padding-top: 10px;
}
.logincontent {
  background: url("/img/loginbackground.jpg");
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.dashboard_view_outer {
  width: 350px;
  margin: auto;
}
.dashboard_welcome {
  border: 2px solid #95edb8;
  padding: 8px 16px;
  margin-top: 25px;
  background-color: #95edb8;
}
.dashboard_list_item {
  color: black;
}
.dashboard_list_item:hover {
  border-color: #000;
  color: black;
  text-decoration: none;
}
nav .navbar-nav li a {
  color: black !important;
}
.materialname {
  font-size: 18px;
}
.material_list_item_inner {
  border: 2px solid transparent;
  margin-top: 15px;
  width: 370px;
  margin-left: 15px;
  background-color: #FFF;
  position: relative;
}
.panel-bottom-options {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.material_list_item_inner:hover {
  border-color: #000;
  color: black;
  text-decoration: none;
}
img.material_list_div {
  width: 365px;
  overflow: hidden;
  margin-bottom: 20px;
}
img.material_list_img {
  margin-bottom: 10px;
  max-width: 100%;
  width: 100%;
}
.fieldcontent {
  padding: 1px 3px 0px 8px;
  margin-right: 110px;
}
.titleheading {
  margin-top: 50px;
  text-align: center;
}
.titlename {
  text-align: center;
  margin-bottom: 30px;
  font-size: 25px;
}
#printTitle::after {
  float: right;
  margin-top: 10px;
}
#printTitle {
  font-size: 15px;
}
.sub-menu:hover .design-menu {
  top: 0;
  left: 100%;
  display: block;
}
.alert-secondary {
  color: #383d41;
  background-color: #FFF;
  border-color: #d6d8db;
  margin: 30px;
  font-size: 17px;
  max-width: 500px;
  margin: auto;
}
.certificates_alert_list > div {
  padding: 20px;
  color: #800;
  background: #FFF;
  margin: 2px;
  font-size: 20px;
}


a.new_material_placeholder {
    background: #666;
    display: block;
    color: #AAA;
    font-size: 30px;
    padding: 50px 20px;
    margin-bottom: 20px;
    text-align: center;
}

.staging-material-list .table-col-options-1 {
    width: 300px;
}
