.swal2-shown {
  padding-right: 0 !important;
}

.your-documents-wrapper,
.options-wrapper {
  width: 1200px;
  margin: 40px auto 0 auto;
  /* font-family: 'Roboto', sans-serif; */
  /* font-size: 16px; */
  opacity: 0;
}

.your-documents-wrapper table tr:first-child td,
.options-wrapper table tr:first-child td {
  background: inherit;
}

.your-documents-wrapper td,
.options-wrapper td {
  color: initial;
}

.your-documents-wrapper table td table td,
.options-wrapper table td table td {
  border-style: none;
}

.your-documents-wrapper thead th,
.options-wrapper thead th {
  border-bottom: none !important;
}

.records-popup-title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
}

.options {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.your-documents-wrapper *:focus,
.options-wrapper *:focus {
  outline: none;
}

.your-documents-wrapper tr:hover td a,
.options-wrapper tr:hover td a {
  color: inherit !important;
}

.your-documents-wrapper table tr:hover td,
.options-wrapper table tr:hover td {
  color: initial !important;
}

.your-documents-wrapper .bottom,
.options-wrapper .bottom {
  margin-top: 10px;
}

.your-documents-wrapper .bottom .dataTables_length,
.options-wrapper .bottom .dataTables_length {
  margin-left: 10px;
}

table tr:hover td {
  background: inherit;
  color: initial;
}

.col-title {
  font-size: 18px;
}

.folder-wrapper,
.record-wrapper {
  display: flex;
  align-items: center;
}

.folder-wrapper {
  justify-content: center;
  align-items: center;
}

.record-wrapper {
  flex-direction: column;
  margin: 5px 0;
}

#options-table .folder-wrapper span,
#options-table .record-matter-wrapper span {
  padding-left: 6px;
}

.record-wrapper span {
  padding-top: 6px;
}

.record-wrapper span.date,
.record-matter-wrapper span.date {
  padding-top: 4px;
  font-size: 13px;
}

#options-table .record-wrapper,
#options-table .record-matter-wrapper {
  cursor: pointer; 
}

.folder-wrapper {
  cursor: pointer;
}

.record-date-wrapper {
  display: grid;
  align-items: center;
  justify-content: center;
}

.record-date-wrapper span {
  text-align: center;
}

.record-matter-wrapper table {
  margin-bottom: 0;
}

.record-matter-wrapper tr td {
  justify-content: center;
  align-items: center;
}

#pdf-icon,
#word-icon {
  cursor: pointer;
}

input.search-bar {
  display: inline;
}

.control-bar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}

.control-bar-wrapper h3 {
  margin: 0 10px 0 0 !important;
  font-weight: inherit !important;
}

.search-bar-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}

#return-btn,
#new-document-btn {
  min-width: 70px;
  margin: 0;
	box-shadow: inset 0px 1px 0px 0px #9fb4f2;
	background: linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	background-color: #7892c2;
  border: 1px solid #4e6096;
  border-radius: 5px;
	color: #ffffff;
	font-family: Arial;
	padding: 7px 12px;
	text-decoration: none;
  font-weight: 100;
}

#return-btn.disabled {
  opacity: 50%;
  cursor: auto;
}

#return-btn:hover:not(.disabled),
#new-document-btn:hover:not(.disabled) {
  background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
  background-color:#476e9e;
  cursor: pointer;
}

#new-document-btn {
  font-size: 26px;
}

#mySearchText {
  display: inline-block;
  margin: 0;
  font-family: inherit;
}

/* #your-documents_length, */
#your-documents_filter {
  display: none;
}