﻿/* formerly #107A9A;*/
/*#e3e7ea;*/
/*Mixins*/
/*Modal(s) section*/
.modal {
  padding: 20px;
  /*@TODO can do this better with less probably*/
}
.modal h6 {
  text-align: center;
  font-size: 17px;
}
.modal h4,
.modal h5,
.modal h6 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.modal .form-check {
  display: inline-block;
}
.modal .form-check-label {
  color: #4a4a4a;
  font-size: 15px;
}
.modal .modal-header {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.6px;
  padding: 7px 15px;
  color: #000;
  align-items: center;
  background: #92BD4E;
}
.modal .modal-header .modal-title {
  font-size: 17px;
  font-weight: 700;
  float: left;
}
.modal .modal-header .close {
  float: right;
  opacity: 1;
}
.modal .modal-header .close .fa-kit {
  color: black;
  font-size: 14px;
  text-shadow: none;
}
.modal .modal-body,
.modal .modal-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center !important;
  background: #e3e3e3;
  border: none;
}
.modal .modal-body hr,
.modal .modal-footer hr {
  background: #bdbaba;
  margin: 0.3rem 0;
}
.modal .modal-body {
  padding: 1rem 1.8rem;
  padding-bottom: 0;
  border-radius: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal .modal-content {
  background: transparent;
  border-radius: 0.6rem;
  overflow: hidden;
}
.modal .modal-footer {
  padding: 10px 0 20px 0;
  margin: 0;
}
.modal .modal-footer .btn {
  margin: 0;
}
.modal .current-location-title {
  margin-bottom: 11px;
  font-size: 15px;
  font-weight: 600;
}
.modal #current-location-name {
  margin-left: 6px;
}
.modal .col-form-label {
  padding: 0;
  font-size: 16px;
}
.modal .modal-open[style] {
  overflow: hidden;
  padding-right: 0px !important;
}
.ah-warning-modal {
  position: absolute;
  top: 10px;
  right: 58px;
  width: 327px;
  display: grid;
  grid-template-rows: 44px auto 44px;
  background: #efe3ce;
  z-index: 20;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 6px;
  align-items: center;
}
.ah-warning-modal.--pink {
  background: #FFE0DF;
}
@media (max-width: 767px) {
  .ah-warning-modal {
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 430px) {
  .ah-warning-modal {
    width: 90%;
  }
}
.ah-warning-modal section.warning-header {
  color: black;
  font-weight: 700;
  padding: 11px 22px;
  background: #f5a623;
  font-size: 16px;
  border-radius: 4px 4px 0px 0px;
}
.ah-warning-modal section.error-header {
  color: white;
  font-weight: 700;
  padding: 11px 22px;
  background: #E12726;
  font-size: 16px;
  border-radius: 4px 4px 0px 0px;
}
.ah-warning-modal section.warning-body {
  font-size: 16px;
  padding: 11px 22px;
  border: 1px solid #979797;
  border-right: none;
  border-left: none;
  border-top: none;
}
.ah-warning-modal section.warning-body .fa-error {
  color: #E12726;
}
.ah-warning-modal section.warning-body .waring-text {
  padding-bottom: 5px;
}
.ah-warning-modal section.warning-body p {
  line-height: unset;
  font-size: unset;
  margin: unset;
}
.ah-warning-modal section.error-body {
  font-size: 16px;
  padding: 11px 22px;
  border: none;
  border-right: none;
  border-left: none;
  border-top: none;
}
.ah-warning-modal section.error-body .fa-error {
  color: #E12726;
}
.ah-warning-modal section.error-body .waring-text {
  padding-bottom: 5px;
}
.ah-warning-modal section.error-body p {
  line-height: unset;
  font-size: unset;
  margin: unset;
}
.ah-warning-modal section.warning-footer {
  display: flex;
  justify-content: space-evenly;
}
.ah-warning-modal section.warning-footer .btn {
  width: 148px;
  border-radius: 20px;
  font-weight: 600;
  color: white;
  padding: 3px;
  margin: inherit;
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 374px) {
  .ah-warning-modal section.warning-footer .btn {
    width: 125px;
  }
}
.ah-warning-modal section.warning-footer .btn-cancel {
  background: #870111;
}
.ah-warning-modal section.warning-footer .btn-submit {
  background: #072e48;
}
.ah-success-modal {
  position: absolute;
  top: 10px;
  right: 58px;
  width: 327px;
  display: grid;
  grid-template-rows: 44px 1fr;
  background: #efe3ce;
  z-index: 20;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 6px;
  align-items: center;
  display: none;
}
@media (max-width: 767px) {
  .ah-success-modal {
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 430px) {
  .ah-success-modal {
    width: 80%;
  }
}
.ah-success-modal section.success-header {
  color: black;
  font-weight: 700;
  padding: 11px 22px;
  background: #7cb12b;
  font-size: 16px;
  display: grid;
  border-radius: 4px 4px 0px 0px;
  align-content: space-between;
  width: 100%;
  grid-template-columns: 1fr 12px;
  align-items: center;
}
.ah-success-modal section.success-header i {
  font-size: 12px;
  -webkit-appearance: none;
}
.ah-success-modal section.success-body {
  font-size: 16px;
  padding: 11px 22px;
  border: none;
  background: #daf5bc;
  border-radius: 6px;
}
.ah-success-modal section.success-body #my-uploads-link {
  color: #19BEF0;
  font-weight: 600;
  cursor: pointer;
}
.ah-success-modal section.success-body #my-uploads-link :hover {
  color: inherit;
}
.ah-success-modal section.success-body a {
  color: #19BEF0;
}
.ah-success-modal section.success-body a:hover {
  background: #daf5bc;
}
div.thumbnail {
  width: 23%;
  float: left;
  margin-left: 2%;
  /*padding-top:25px;*/
  vertical-align: top;
  height: 260px;
  max-height: 260px;
}
div.thumbnail.selectedSlide {
  background-color: #E5F7FD;
  border-color: #1498C0;
}
div.thumbnail-inner {
  width: 100%;
  height: 100%;
  /*max-height:250px;*/
}
div.title-block {
  width: 80%;
  /*width:calc(100% - 30px);*/
  float: left;
  word-wrap: break-word;
  /*height:40px;*/
  /*text-overflow:ellipsis;white-space: nowrap;overflow: hidden;*/
}
img.thumbnail {
  margin: 0 auto;
  width: 100%;
  max-width: 250px;
  height: auto;
  max-height: 175px;
  min-height: 175px;
  display: block;
  margin-bottom: 5px;
  object-fit: contain;
}
textarea.doc-details {
  width: 95%;
  height: 120px;
  border: solid thin #888;
  background-color: #e7e8e8;
  text-align: left;
  resize: none;
}
@media (max-width: 991px) {
  div.thumbnail {
    width: 31%;
  }
}
@media (max-width: 667px) {
  div.thumbnail {
    width: 46%;
  }
}
a.downloadLink {
  margin-right: 15px;
}
a.downloadLink i {
  font-size: 16px;
}
.searchResultsDetails tr:last-child {
  border-bottom: 1px solid black;
}
.no-padding {
  padding: 0;
}
a.back-to-top {
  display: none;
  width: 54px;
  height: 54px;
  text-indent: -9999px;
  position: fixed;
  z-index: 999;
  right: 18%;
  bottom: 10%;
  background: #c8c6c6 url("../Images/UpArrowNew.png") no-repeat center 46%;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  border: 1px solid #fff;
  opacity: 0.3;
}
a:hover.back-to-top {
  background-color: #7a7772;
}
img.locked {
  height: 20px;
  float: right;
  margin-right: 4px;
  margin-left: 6px;
  margin-top: 5px;
  padding: 1px;
  background-color: #555;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
img.self_locked {
  height: 19px;
  margin-right: 6px;
  margin-top: 1px;
  padding: 2px 2px 2px 2px;
  background-color: #f7b12f;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
img.unlocked {
  height: 16px;
  margin-right: 8px;
  margin-top: 2px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.table-cell-hdg-firstcol {
  display: table-cell;
  width: 14px;
}
.table-cell-hdg-firstcol i.fa-kit {
  font-size: 10px;
}
.table-cell-hdg {
  display: table-cell;
  width: 110px;
  vertical-align: top;
  padding-bottom: 8px;
  padding-right: 5px;
  word-wrap: break-word;
}
.table-cell-dtl {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 8px;
  /*word-wrap: break-word;*/
  word-break: break-word;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-selected {
  background-color: lightgray;
}
.dropdown-submenu > .dropdown-menu {
  /*top: 0;*/
  left: 100%;
  margin-top: -45px;
  margin-left: -8px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
div.doc_details .doc_options {
  right: 10%;
}
.doc_options {
  display: none;
  position: absolute;
  right: 40%;
  /*margin-top: -390px;*/
  margin-top: -190px;
  padding: 20px 50px 20px 40px;
  width: 550px;
  height: auto;
  z-index: 99;
  background-color: #1ec4f4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 6px 6px 6px #888;
  -moz-box-shadow: 6px 6px 6px #888;
  box-shadow: 6px 6px 6px #888;
}
.doc_options div {
  display: table;
  width: 100%;
}
.doc_options div div {
  display: table-row;
  width: 100%;
}
.doc_options div div div {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  height: 90px;
}
.doc_options div div a {
  vertical-align: middle;
}
.doc_options div div a:hover {
  background-color: transparent;
}
.doc_options div div div img {
  margin-right: 25px;
  vertical-align: middle;
  height: 38px;
  width: 38px;
}
.doc_options div div h2 {
  color: white;
  text-align: left;
  font-size: 17px;
}
.doc_options div div p {
  font-size: 14px;
  line-height: 22px;
}
.unavailable {
  opacity: 0.5;
}
.feedback {
  z-index: 97;
  opacity: 0.99;
  filter: alpha(opacity=99);
  -moz-opacity: 0.99;
  -khtml-opacity: 0.99;
  /*margin-left: 25%;
    margin-top: 100px;*/
  right: 40%;
  margin-top: 100px;
  width: 600px;
  height: auto;
  position: absolute;
  background-color: #1ec4f4;
  display: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 6px 6px 6px #888;
  -moz-box-shadow: 6px 6px 6px #888;
  box-shadow: 6px 6px 6px #888;
}
.doc_details {
  display: none;
  position: absolute;
  padding: 20px 50px 20px 30px;
  width: 45%;
  min-width: 450px;
  height: auto;
  z-index: 99;
  background-color: #e6e7e7;
  opacity: 0.98;
}
.doc_details_left {
  float: left;
  width: 65%;
}
.doc_details_right {
  float: left;
  width: 35%;
}
.doc-count {
  background-color: #e6e7e7;
  /* silver */
  margin: 0 20px 0 20px;
  text-align: center;
  font-size: 13px;
}
.doc-count-area {
  background-color: silver;
  text-align: center;
  font-size: 13px;
}
.help_text {
  display: none;
  position: absolute;
  /*padding: 20px 50px 30px 40px;*/
  width: 350px;
  height: auto;
  z-index: 99;
  background-color: #fff;
  /*#EFF7F7;*/
  border: solid thick gainsboro /*#D7DEDF*/;
  opacity: 0.98;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 4px 4px 4px #888;
  -moz-box-shadow: 4px 4px 4px #888;
  box-shadow: 4px 4px 4px #888;
  margin-top: 10%;
  margin-left: -40%;
}
.help_text div {
  display: table;
  width: 100%;
}
.help_text div div {
  display: table-row;
  width: 100%;
}
.help_text div div div {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  height: 90px;
}
.help_text div div a {
  vertical-align: middle;
}
.help_text div div a:hover {
  background-color: transparent;
}
.help_text div div a img {
  margin-right: 25px;
  vertical-align: middle;
  height: 38px;
  width: 38px;
}
.help_text div div img {
  margin-right: 25px;
  vertical-align: middle;
  height: 38px;
  width: 38px;
}
.help_text div div h2 {
  text-align: left;
  font-size: 17px;
  margin-bottom: 10px;
}
.help_text div div h1 {
  font-size: 26px;
  font-weight: 600;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
}
.help_text div div p {
  font-size: 15px;
  line-height: 22px;
}
p {
  line-height: 25px;
  font-size: 11pt;
}
.search-form-dropdown-td label {
  padding-top: 6px;
}
.search-form-dropdown-label {
  text-align: right;
  /*padding-top: 6px;*/
  padding-right: 5px;
  height: 40px;
  width: 100px;
}
.search-form-dropdown-label > label {
  text-align: right;
  padding-right: 0px;
  font-weight: normal;
  margin: 0;
}
.search-form-label {
  text-align: right;
  padding-top: 6px;
  padding-right: 5px;
  height: 40px;
  width: 100px;
}
.search-form-label > label {
  text-align: right;
  padding-right: 0px;
  font-weight: normal;
}
.search-form-info-cell {
  width: 30px;
  padding: 0;
  padding-right: 0px;
  padding-left: 5px;
}
.search {
  font-size: 11pt;
  color: #888888;
  padding: 0;
  margin: 0;
  float: right;
}
#divSearchContainerScrolling .search-form-textbox,
#divSearchContainerScrolling .search-form-dropdown {
  max-width: 310px;
}
.search-form-textbox {
  height: 26px !important;
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.search-form-dropdown {
  width: 100%;
  max-width: 400px;
  min-width: 175px;
}
#edt {
  display: block;
  position: relative;
  z-index: 1;
  /*margin:0 10px;*/
}
#edt ul {
  padding: 0;
}
#edt li {
  position: relative;
  list-style-type: none;
}
#edt a span {
  display: block;
  float: right;
  margin-left: 5px;
}
#edt form table,
#edt table {
  width: 100%;
  font-size: 10pt;
}
#edt label,
#edt p {
  font-size: 10pt;
}
#edt input[type=text],
#edt input[type=email],
#edt input[type=password],
#edt input[type=message],
#edt textarea,
#edt button[submit] {
  /*
	width:350px;	
	float:left;
	*/
  border: medium solid #ddd;
  height: 20px;
  padding-left: 4px;
  color: #293036;
  background-color: #ffffff;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#edt select {
  height: 27px;
  padding-left: 4px;
  width: 235px;
  border: medium solid #ddd;
  color: #293036;
  background-color: #ffffff;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
/*#edt input[type=submit], #edt input[type=reset], #edt button {
	padding:0;
	margin:0;
	border:none;
	background-color: white;
	height:auto;
}*/
.edithover tr td a:hover,
#edt p a:hover {
  background-color: #f5f6f7 !important;
  /* stripe1 color */
  /*background-color:white !important; */
  /*background-color:silver !important; */
}
.lock_options {
  display: none;
  position: absolute;
  padding: 5px;
  width: 180px;
  height: auto;
  z-index: 99;
  background-color: #1ec4f4 !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 6px 6px 6px #888;
  -moz-box-shadow: 6px 6px 6px #888;
  box-shadow: 6px 6px 6px #888;
}
.lock_options div {
  display: table;
  width: 100%;
}
.lock_options div div {
  display: table-row;
  width: 100%;
}
.lock_options div div div {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  height: 90px;
}
.lock_options div div a {
  color: white;
  vertical-align: middle;
}
.lock_options div div a:hover {
  color: navy;
  background-color: transparent;
}
.lock_options div div a img {
  margin-right: 25px;
  vertical-align: middle;
  height: 38px;
  width: 38px;
}
.lock_options div div h2 {
  color: white;
  text-align: left;
  font-size: 17px;
}
.lock_options div div p {
  font-size: 14px;
  line-height: 22px;
}
.not_found {
  display: none;
  position: absolute;
  padding: 20px 50px 30px 40px;
  width: 450px;
  height: auto;
  z-index: 99;
  background-color: #fff;
  /*#EFF7F7;*/
  border: solid thick gainsboro /*#D7DEDF*/;
  opacity: 0.98;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 4px 4px 4px #888;
  -moz-box-shadow: 4px 4px 4px #888;
  box-shadow: 4px 4px 4px #888;
  margin-top: -150px;
  margin-left: 30%;
}
.not_found div {
  display: table;
  width: 100%;
}
.not_found div div {
  display: table-row;
  width: 100%;
}
.not_found div div div {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  height: 90px;
}
.not_found div div a {
  vertical-align: middle;
}
.not_found div div a:hover {
  background-color: transparent;
}
.not_found div div a img {
  margin-right: 25px;
  vertical-align: middle;
  height: 38px;
  width: 38px;
}
.not_found div div img {
  margin-right: 25px;
  vertical-align: middle;
  height: 38px;
  width: 38px;
}
.not_found div div h2 {
  text-align: left;
  font-size: 17px;
  margin-bottom: 10px;
}
.not_found div div h1 {
  font-size: 26px;
  font-weight: 600;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
}
.not_found div div p {
  font-size: 15px;
  line-height: 22px;
}
.edit_shares {
  display: none;
  margin-top: 10px;
}
.edit_shares_save {
  display: none;
  *position: absolute;
  /*margin-top:-220px;
		margin-left:-300px;*/
  margin-left: -25%;
  margin-top: -180px;
  padding: 20px 50px 20px 40px;
  width: 450px;
  height: auto;
  z-index: 99;
  background-color: #1ec4f4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 6px 6px 6px #888;
  -moz-box-shadow: 6px 6px 6px #888;
  box-shadow: 6px 6px 6px #888;
}
.edit_shares div {
  display: table;
  width: 100%;
}
.edit_shares div div {
  display: table-row;
  width: 100%;
}
.edit_shares div div div {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  height: 90px;
}
.edit_shares div div a {
  vertical-align: middle;
}
.edit_shares div div a:hover {
  background-color: transparent;
}
.edit_shares div div a img {
  margin-right: 25px;
  vertical-align: middle;
  height: 38px;
  width: 38px;
}
.edit_shares div div h2 {
  color: white;
  text-align: left;
  font-size: 17px;
}
.edit_shares div div p {
  font-size: 14px;
  line-height: 22px;
}
#searchResultsParentDiv {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
#searchFields {
  float: right;
  background-color: white;
  background-image: url(../Images/AerieLibVerticalLine.png);
  background-position: left;
  background-repeat: repeat-y;
  display: table;
  height: 100%;
}
@media (max-width: 991px) {
  #searchResultsParentDiv {
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    border-top: #e6e7e7 solid 20px;
    padding-top: 20px;
  }
  #searchFields {
    float: left;
    background-color: none;
    background-image: none;
    background-position: unset;
    background-repeat: unset;
  }
}
.sel_options {
  display: none;
  position: absolute;
  margin-left: -190px;
  margin-top: 5px;
  padding: 20px 50px 20px 40px;
  width: 500px;
  height: auto;
  z-index: 100;
  background-color: #1ec4f4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 6px 6px 6px #888;
  -moz-box-shadow: 6px 6px 6px #888;
  box-shadow: 6px 6px 6px #888;
}
.sel_options div {
  display: table;
  width: 100%;
}
.sel_options_count {
  padding: 0px 10px;
  background-color: white;
  border-radius: 10px;
}
.sel_options_count h2 {
  color: #444;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 8px;
}
.sel_options_count p {
  color: #e53935;
  /*font-style: italic;*/
  line-height: 16px;
  font-size: 12px;
}
.sel_options_count #someSelectedInaccessible a {
  /*font-weight:700;*/
}
.sel_options div div {
  display: table-row;
  width: 100%;
}
.sel_options div div div {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  height: 90px;
}
.sel_options div div a {
  vertical-align: middle;
}
.sel_options div div a:hover {
  background-color: transparent;
}
.sel_options div div a img {
  margin-right: 25px;
  vertical-align: middle;
  height: 32px;
  width: 32px;
}
.sel_options div div h2 {
  color: white;
  text-align: left;
  font-size: 17px;
}
.sel_options div div p {
  font-size: 14px;
  line-height: 22px;
}
.sel_options i.fa-kit,
.doc_options i.fa-kit {
  font-size: 16px;
  color: white;
  /*background: linear-gradient( 180deg, #686f72 0%, #3c4143 65%, #2d3031 100%);*/
  background: linear-gradient(180deg, #6e7274 0%, #3c4143 65%, #2d3031 100%);
  padding: 8px;
  border-radius: 3px;
  margin-right: 25px;
  width: 36px;
  text-align: center;
}
.sort_options {
  display: none;
  position: absolute;
  margin-left: 15%;
  padding: 10px 0px;
  width: 320px;
  height: auto;
  z-index: 99;
  background-color: #1ec4f4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 6px 6px 6px #888;
  -moz-box-shadow: 6px 6px 6px #888;
  box-shadow: 6px 6px 6px #888;
}
.sort_options div {
  display: table;
  width: 100%;
}
.sort_options div tr {
  display: table-row;
  width: 100%;
  font-size: 15px;
  color: white;
}
.sort_options div tr td {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: transparent;
}
.sort_options div tr td:first-child {
  font-weight: 700;
  padding-right: 0px;
}
.sort_options div tr td:last-child {
  padding-right: 20px;
}
.sort_options div tr:hover {
  background-color: #6ad7f7;
}
.sort_options tr td a {
  color: white;
  text-align: left;
  font-size: 15px;
}
.sort_options tr td a:hover {
  color: navy;
  background-color: transparent;
}
.sort_options div div a img {
  margin-right: 25px;
  vertical-align: middle;
  height: 32px;
  width: 32px;
}
.sort_options div div h2 {
  color: white;
  text-align: left;
  font-size: 17px;
}
.sort_options div div p {
  font-size: 15px;
  line-height: 22px;
}
.unavailable {
  opacity: 0.5;
}
.sort-selected {
  color: navy !important;
}
.sort_options td.sortArrows {
  min-width: 100px;
}
.thumbnail_date {
  font-size: 11px;
  position: relative;
  float: left;
  padding-top: 5px;
  bottom: 34px;
  margin-left: 5px;
}
.thumbnail_filename {
  font-size: 11px;
  position: relative;
  margin: 0 auto;
  /*float: right;*/
  /*padding-top: 5px;*/
  /*bottom: 22px;*/
  /*margin-right: 15px;*/
}
.thumbnail_details_expand {
  position: relative;
  bottom: 26px;
  float: right;
  margin-right: 4px;
  margin-top: -5px;
}
.thumbnail_details_expand > a {
  color: black !important;
}
.thumbnail_details_collapse {
  position: relative;
  bottom: 23px;
  float: right;
  margin-right: 4px;
  margin-top: -5px;
}
.thumbnail_details_collapse > a {
  color: black !important;
}
.thumbnail-chkbox {
  float: right;
  margin-left: 8px;
}
.thumbnail-chkbox-input {
  margin-top: 0 !important;
}
.thumb-wrapper {
  position: relative;
}
.confidential-span {
  /*border:solid thin blue;*/
  /* this is for debugging only*/
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 98;
  margin: 0 auto;
  width: 100%;
  max-width: 250px;
  height: inherit;
  max-height: 70%;
  object-fit: contain;
}
.confidential-img {
  filter: blur(1.5rem);
  margin-bottom: 0 !important;
  max-height: 100%;
}
.confidential-img-noblur {
  margin-bottom: 0 !important;
  max-height: 100%;
  opacity: 0.6;
}
.thumbnail.confidential-img,
.thumbnail.confidential-img-noblur {
  max-height: 90%;
}
.confidential-img-div {
  border: 1px solid lightgray;
  border-radius: 3px;
  margin-bottom: 5px;
  height: inherit;
  max-height: 70%;
}
i.conf-requested {
  color: #ea9832 !important;
  /*#0e90b5;*/
  font-size: 16px;
  padding: 0px 5px 0px 5px;
  vertical-align: middle;
}
i.conf-approved {
  color: #417505;
  font-size: 16px;
  padding: 0px 5px 0px 5px;
  vertical-align: middle;
}
i.conf-denied {
  color: #BB0201;
  font-size: 16px;
  padding: 0px 5px 0px 5px;
  vertical-align: middle;
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .confidential-img-div {
    height: auto;
  }
  .confidential-span {
    height: auto;
    max-height: 50%;
  }
}
@media (min-width: 1400px) and (max-width: 1549px) {
  .confidential-img-div {
    height: auto;
  }
  .confidential-span {
    height: auto;
    max-height: 55%;
  }
}
@media (min-width: 1550px) and (max-width: 1680px) {
  .confidential-img-div {
    height: auto;
  }
  .confidential-span {
    height: auto;
    max-height: 60%;
  }
}
.confidentialDisabled {
  /*filter: blur(0.25rem);*/
  opacity: 0.25;
  cursor: default !important;
}
#divHeaderSearchFormFields {
  display: none;
  position: absolute;
  right: 0;
  padding: 10px 0px 20px 40px;
  width: 530px;
  /*height: auto;*/
  z-index: 99;
  background-color: #f8f8f8;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: solid thin #333;
  height: 620px;
}
#headerSearchFormTitle {
  color: black;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
#divHeaderSearchFormFields label {
  color: black;
}
#divSearchContainer {
  width: 100%;
  height: 500px;
  position: relative;
}
#divSearchContainerScrolling {
  /*position: relative;*/
  width: 100%;
  height: 550px;
  overflow: auto;
}
#divSearchContainerFixed {
  width: 30px;
  height: 30px;
  right: 20px;
  position: absolute;
}
#divSearchContainerFixed img {
  width: 30px;
}
.help-block {
  display: none;
}
/*#divSearchContainerScrolling p {
    font-size: 14px;
    margin-bottom: 20px;
}*/
#divHeaderSearchMessage {
  display: none;
  position: absolute;
  right: 0;
  padding: 10px;
  width: auto;
  height: auto;
  z-index: 99;
  background-color: #f8f8f8;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: solid thin #333;
}
#divHeaderSearchMessage p {
  color: black;
  text-align: left;
  margin-bottom: 0;
}
.specificToAssetDesc {
  vertical-align: top;
  text-align: left;
  padding-left: 5px;
  display: inline-block;
  width: 190px;
  font-weight: normal;
  width: 88%;
}
.confidentialAccessStatus {
  color: #fff;
  background-color: #0e90b5;
  padding: 1px 7px 2px 7px;
  font-size: 12px;
  border-radius: 5px;
}
h2 .confidentialAccessStatus {
  color: #fff;
  background-color: #0e90b5;
  padding: 1px 7px 2px 7px;
  font-size: 14px;
  border-radius: 5px;
}
#docActionsHistory {
  max-height: 550px;
  overflow: scroll;
  position: relative;
}
#docActionsHistory .GridViewCenter td {
  vertical-align: top;
  padding-right: 8px;
}
#docActionsHistory #documentRevisions {
  width: 100%;
}
#docActionsHistory #documentRevisions td:nth-child(3) {
  min-width: 220px;
}
.divDate {
  float: left;
}
.divNotesAndVersions {
  width: 90px;
  display: inline-block;
  float: right;
}
@media (max-width: 1500px) {
  .divNotesAndVersions.isEditor {
    max-width: 45px;
  }
}
/*@media (min-width:1500px) {
    .divNotesAndVersions {
        clear: both;
        margin-top: 8px;
    }
}

@media (min-width:1800px) {
    .divNotesAndVersions {
        clear: both;
        margin-top: 8px;
    }
}

@media (min-width:2200px) {

    .divNotesAndVersions {
        clear: none;
        margin-top: 8px;
    }
}*/
a.emailDocButtonDark,
a.emailDocButtonBlue {
  position: relative;
  vertical-align: middle;
  padding-top: 3px;
  height: 38px;
  width: 38px;
  background-size: contain;
  text-decoration: none;
  color: #fff;
  /*margin-left: 5px;*/
  margin-right: 10px;
  border-radius: 2px;
  float: left;
}
a.emailDocButtonDark:before,
a.emailDocButtonBlue:before {
  font-family: 'AerieHub';
  font-size: 22px;
  padding-left: 8px;
  content: "\e04f";
  /*color: @white;*/
  width: 30px;
}
a.emailDocButtonBlue,
a.emailDocButtonBlue:hover {
  background-color: #1498c0 !important;
  color: #fff;
  text-decoration: none;
}
a.emailDocButtonDark,
a.emailDocButtonDark:hover {
  background-color: #3d444d !important;
  color: #fff;
  text-decoration: none;
}
#footer-security-badge {
  width: 140px;
  margin-top: 6px;
  /*5px;*/
  /*margin-bottom: 15px;*/
  height: 35px;
}
#footer-aeriesolutions-link {
  margin-top: 10px;
}
#footer-debug-info p {
  text-align: center;
  background-color: #f9ce80;
  color: black;
  font-weight: bold;
  margin-bottom: 20px;
}
#footer-debug-info table td:first-child {
  min-width: 220px;
}
#footer-debug-info #config-settings td:first-child {
  min-width: 290px;
}
/*footer*/
#footer div.universal-login {
  width: 100%;
  margin-top: 120px;
}
#footer div.universal-login td {
  word-break: break-all;
  padding-left: 10px;
  font-size: 10pt;
  color: white;
}
#footer div.universal-login span {
  font-size: 11pt;
  font-weight: 700;
}
.footer {
  background: #384049;
  padding: 8.5vh 0;
  padding-top: 50px;
  font-size: 1em;
  color: #fff;
  min-height: 600px;
  /*height: 28vh;*/
  margin: 0;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #ccc;
  background-color: transparent;
}
.footer .left {
  text-align: right;
}
.footer .right {
  text-align: left;
  border-right: 1px solid #ccc;
}
.separatorBefore {
  border-top: solid 1px #c0c0c0;
}
.separatorBeforeLight {
  border-top: dashed 1px #c0c0c0b0;
}
.separatorAfter {
  border-bottom: solid 1px #c0c0c0;
}
.separatorAfterLight {
  border-bottom: dashed 1px #c0c0c0b0;
}
.menuIndent {
  padding-left: 25px !important;
}
.menuIndent20 {
  padding-left: 25px !important;
}
.menuIndent30 {
  padding-left: 35px !important;
}
.menuIndent40 {
  padding-left: 45px !important;
}
.submenuLabel {
  line-height: 26px;
}
.submenuLabel span {
  /*background-color: #39414a;*/
  padding: 0px 13px;
  font-weight: bold;
  color: #92BD4E;
}
.italic {
  font-style: italic;
}
.menuLabelDisabled {
  color: #c0c0c0b0;
}
.nav > li > div {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.navbar-nav > li > div {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .navbar-nav > li > div {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* Pulse animation */
@-webkit-keyframes notification-pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    transform: scale(1.01);
    background-color: #1498c0c4;
    color: #fff;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes notification-pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    transform: scale(1.01);
    background-color: #1498c0c4;
    color: #fff;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes notification-pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    transform: scale(1.01);
    background-color: #1498c0c4;
    color: #fff;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes notification-pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    transform: scale(1.01);
    background-color: #1498c0c4;
    color: #fff;
  }
  100% {
    opacity: 1;
  }
}
@keyframes notification-pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    transform: scale(1.01);
    background-color: #1498c0c4;
    color: #fff;
  }
  100% {
    opacity: 1;
  }
}
/* Styles for notification in header */
.notification-pulse {
  display: inline-block;
  -moz-animation: notification-pulse 2s infinite linear;
  -o-animation: notification-pulse 2s infinite linear;
  -webkit-animation: notification-pulse 2s infinite linear;
  animation: notification-pulse 2s infinite linear;
  border-radius: 20px;
  padding: 5px;
}
li.notificationsIcon {
  padding-top: 2px !important;
  margin-right: 25px;
}
.notifications {
  font-size: 18pt !important;
  opacity: 0.5;
}
.new-notifications {
  opacity: 1 !important;
  color: #23C0F1;
}
.popup_notification {
  position: absolute;
  right: 1px;
  margin-top: -120px;
  padding: 20px;
  width: 350px;
  height: auto;
  z-index: 999;
  background-color: #fff;
  /*#EFF7F7;*/
  border: solid thick gainsboro /*#D7DEDF*/;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 4px 4px 4px #888;
  -moz-box-shadow: 4px 4px 4px #888;
  box-shadow: 4px 4px 4px #888;
}
.panel_notifications {
  position: absolute;
  /*margin-right: 44%;*/
  right: 1px;
  margin-top: -120px;
  padding: 20px;
  width: 650px;
  height: auto;
  z-index: 999;
  background-color: #fff;
  /*#EFF7F7;*/
  border: solid thick gainsboro /*#D7DEDF*/;
  /*opacity: .98;*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 4px 4px 4px #888;
  -moz-box-shadow: 4px 4px 4px #888;
  box-shadow: 4px 4px 4px #888;
}
.panel_notifications div {
  display: block;
  width: 100%;
}
.panel_notifications table {
  color: #666;
}
/* In Process for number, using icon instead of image (which is what the number of comments on the documents row does */
/*
.notification {
    position: relative;
    vertical-align: middle;
    height: 28px;
    width: 28px;
    background: url(../Images/AddCommentsBtnWithBubbleTransparent.png);
    background-size: contain;
    text-decoration: none;
}

.notification:before {
    position: absolute;
    top: 0;
    left: 10px;
    height: 28px;
    width: 28px;
    font-family: "FortAwesome";
    content: "\e09e";
}
*/
/* Styles for slider button */
.switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 20px;
  margin-bottom: 0;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #19BEF0;
  /*#8ed5de;*/
}
input:focus + .slider {
  box-shadow: 0 0 1px #78c8d2;
  /*#8ed5de;*/
}
input:checked + .slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 20px;
  min-height: 20px;
  height: 20px;
}
.slider.round:before {
  border-radius: 50%;
}
.slider-p {
  /*width: 80px;*/
  /*float:right;*/
  display: inline-block;
  font-size: 13px !important;
  line-height: 20px;
  margin-bottom: 8px;
  margin-left: 5px;
  padding: 0 !important;
  height: 25px;
  min-height: 20px !important;
  vertical-align: middle;
}
/*@import "_librarydropdown";*/
.bootstrap-datetimepicker-widget {
  background-color: white !important;
}
.aeriehub {
  font-family: 'AerieHub';
}
.aeriehub-30 {
  font-family: 'AerieHub 3.0';
}
.fontFamilyPins {
  font-family: SmartPinsFeature;
}
html {
  display: block;
}
/* This is done to undo what is done in prevent-fouc.css, to prevent flash of unstyled content */
:focus {
  outline: none;
}
@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
  * {
    -webkit-print-color-adjust: exact;
  }
  a:link:after,
  a:visited:after {
    content: "";
  }
  .print {
    display: block !important;
  }
  a:visited.print.button-blue,
  a:link.print.button-blue {
    color: black !important;
  }
  a:visited.print.button-dark,
  a:link.print.button-dark {
    color: black !important;
  }
  .printWidth60 {
    width: 60% !important;
    min-width: 0;
    background: none !important;
  }
  .printWidth50 {
    width: 50% !important;
    min-width: 0;
    background: none !important;
    clear: none !important;
  }
}
@media screen {
  .print-only,
  .print-only * {
    display: none !important;
  }
}
#godaddy-security-badge,
#godaddy-security-badge:hover,
#godaddy-security-badge:focus {
  z-index: 0 !important;
}
.upload-file-container {
  background: url(../Images/upload_button.png) no-repeat;
  padding: 0;
  /*height: 43px;*/
  /*width: 156px;*/
  /*padding-bottom: 5px;*/
  /*margin-left: 310px;*/
}
.upload-file-container input {
  filter: alpha(opacity=0);
  opacity: 0;
  /*width: 156px;*/
  /*height: 49px;*/
  height: 25px;
  cursor: pointer;
}
.alert {
  padding: 8px 15px;
}
#page-header-for-submenu {
  /*margin:20px 0;*/
  border-bottom: none;
  padding-bottom: 0px;
}
#page-header-for-submenu h1 .display-none {
  display: none;
}
#page-header-for-submenu h1 .text-align-left {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  text-align: left;
}
#sessionTimeoutDialog {
  display: none;
}
.compmenu #print-date {
  width: 300px;
  float: right;
  margin-top: 25px;
}
.compmenu #print-date p {
  text-align: right;
}
br.clear-both {
  clear: both;
}
#currentLibraryLogo {
  margin-top: 20px;
  width: 100%;
  border: solid thin #eee;
  padding: 10px;
}
#currentLibraryLogo.hover:hover {
  background-color: #23C0F1;
}
#currentSellerLogo {
  margin-top: 20px;
  width: 100%;
  border: solid thin #eee;
  padding: 10px;
}
#currentSellerLogo.hover:hover {
  background-color: #072E48;
}
.disabled-pink {
  background-color: #f9e6e6 !important;
  /*opacity: 0.7;*/
}
figcaption {
  opacity: 0.7;
}
.greyed-out,
.disabled {
  opacity: 0.3;
  cursor: auto !important;
}
.grideditor {
  font-size: 20px;
  margin-left: 12px;
  color: #666;
}
.btn-success {
  background-color: #11843B;
  border-color: #11843B;
}
img.deleteicon {
  height: 16px;
  padding: 3px 8px 1px 8px;
}
img.editpencil {
  height: 15px;
  padding: 0px 8px 0 8px;
}
#addToFavoritesUrl {
  font-style: italic;
  margin-bottom: 30px;
  margin-right: 20px;
  word-break: break-all;
}
map > area,
map > area.focus {
  outline: none;
  border: none;
  text-decoration: none;
}
label.font-normal {
  font-weight: normal;
}
.navbar-nav {
  margin: 0px -25px 0px 0px;
  /* override bootstrap version of navbar.less */
}
.field-validation-error {
  color: #b81212;
  font-weight: normal;
}
span.required-asterisk {
  color: #b81212;
  font-weight: normal;
}
.error-message {
  color: #b81212;
  font-size: 12px;
  line-height: 20px;
  padding-left: 15px;
}
.error-message span {
  color: #b81212;
  font-size: 12px;
  line-height: 20px;
  padding-left: 5px;
  background-color: #fbfbc5;
}
span.error-message-red {
  color: #b81212;
  padding-left: 5px;
  background-color: #fbfbc5;
}
.warning {
  background-color: #f5a623;
}
.center {
  text-align: center !important;
}
input.errorHighlight {
  background-color: #fde5c9 !important;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
.no-hover-color:hover {
  background-color: transparent !important;
}
/*header*/
#header {
  color: white;
  /*min-width:1080px;*/
}
#header a {
  color: #fff;
  font-weight: normal;
}
#header a:hover {
  color: #ccc;
  font-weight: normal;
}
#header a.no-hover-color {
  background-color: transparent !important;
}
#header ul {
  list-style: none;
}
#header .left {
  display: flex;
  justify-content: center;
}
#header .right {
  text-align: right;
  padding-top: 1vh;
  background-color: #384049;
}
#header .right .row {
  padding-bottom: 2vh;
}
#header .navbar-default {
  background-color: initial;
  border-color: initial;
}
#header .navbar-default .navbar-nav > .open > a,
#header .navbar-default .navbar-nav > .open > a:focus,
#header .navbar-default .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #4e5966;
}
#header .navbar-default .library-dropdown a {
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
  padding: 6px 13px;
}
#header .navbar {
  border: none;
}
#header .dropdown-menu {
  background-color: #202020;
  width: 255px;
  margin-right: -1px;
  padding-bottom: 0;
}
#header .dropdown-menu > li > a {
  color: #FFF;
  /*width: 190px;*/
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
}
#header .dropdown > a > .caret {
  margin: 8px 0 0 6px;
}
#header .dropdown-active {
  background: #202020;
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
  border-top-right-radius: 5px;
  /*border-bottom: 1px solid #2b2b2b;*/
}
#header #header-right-row1 {
  padding-bottom: 0;
}
#header #header-right-row2 {
  padding-top: 10px;
  padding-bottom: 10px;
}
#header #header-right-row3 {
  padding-bottom: 0;
  background-color: #384049;
}
.hdrLibSelect {
  padding: 0;
  margin: 0;
  display: inline-flex;
}
#body .list-of-libraries {
  height: 45vh;
  overflow-y: overlay;
  overflow-x: hidden;
  padding-bottom: 0;
  z-index: 1001;
  top: 20px !important;
  left: 192px;
  -webkit-overflow-scrolling: touch;
  background-clip: unset;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#body .list-of-libraries::-webkit-scrollbar {
  display: block;
  -webkit-appearance: scrollbarthumb-vertical;
  width: 7px;
}
#body .list-of-libraries::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
body {
  font-family: "Open Sans", Arial, AerieHub, Helvetica, sans-serif;
  font-size: 9pt;
  /* 11pt*/
  position: relative;
  border: 0;
  /* This removes the border around the viewport in old versions of IE */
  color: #222;
  width: 100%;
  margin: 0 auto;
  min-width: 1270px;
}
#container {
  background-image: url(../Images/AerieLibBkgd.jpg);
  background-repeat: repeat;
  background-position: center;
  top: 0;
}
.divider-space {
  width: 22px;
}
.divider-vertical {
  height: 19px;
  width: 1px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
  margin-top: 5px;
  margin-top: 7px;
  background-color: #DDD;
}
input[type=checkbox] {
  vertical-align: middle;
}
#logoutForm {
  display: none;
}
.form-control {
  height: 35px;
}
#mainContainer {
  min-height: 66vh;
  padding-bottom: 60px;
}
/*start combobox*/
@media (min-width: 768px) {
  .form-search .combobox-container,
  .form-inline .combobox-container {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
  }
  .form-search .combobox-container .input-group-addon,
  .form-inline .combobox-container .input-group-addon {
    width: auto;
  }
}
.combobox-selected .caret {
  display: none;
}
/* :not doesn't work in IE8 */
.combobox-container:not(.combobox-selected) .clear {
  display: none;
}
.typeahead-long {
  max-height: 300px;
  overflow-y: auto;
}
.control-group.error .combobox-container .add-on {
  color: #B94A48;
  border-color: #B94A48;
}
.control-group.error .combobox-container .caret {
  border-top-color: #B94A48;
}
.control-group.warning .combobox-container .add-on {
  color: #C09853;
  border-color: #C09853;
}
.control-group.warning .combobox-container .caret {
  border-top-color: #C09853;
}
.control-group.success .combobox-container .add-on {
  color: #468847;
  border-color: #468847;
}
.control-group.success .combobox-container .caret {
  border-top-color: #468847;
}
/*end combobox*/
#libraryLogo {
  margin: 0 auto;
  /*width:80%;*/
  max-width: 350px;
  display: block;
  margin-top: 0;
  margin-bottom: 0.75em;
}
.odd {
  background-color: #f9f9f9;
}
.clickable {
  cursor: pointer;
}
button.button-image {
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  height: auto;
  display: inline-block;
  cursor: pointer;
}
.button-top {
  margin: 5px 0px 10px 10px;
  /*margin:15px 0px 10px 10px;*/
}
.button-nav {
  height: 26px;
  cursor: pointer;
}
.button-disabled {
  opacity: 0.5;
  cursor: auto;
}
.cursorAuto {
  cursor: auto;
}
.button-see-all-docs {
  color: #053D60 !important;
}
.GridView,
.GridViewCenter {
  margin: 10px;
  border-spacing: 0;
  /* To achieve border collapse while still allowing for rounded corners */
  /*border: 2px ButtonShadow solid;*/
  background-color: #f6f7f8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*
	-webkit-box-shadow: 1px 1px 1px #888888;
	-moz-box-shadow: 1px 1px 1px #888;
	box-shadow: 1px 1px 1px #888;
	*/
}
.GridViewCenter {
  margin: auto;
}
.GridView tr > th:nth-child(1),
.GridViewCenter tr > th:nth-child(1) {
  /*padding:3px;*/
  padding: 5px 5px 5px 8px;
  /*7px*/
  font-size: 10pt;
  /*11pt*/
  background-color: #38414a;
  /* 38414a*/
  /*border-top: 1px solid #A9A9A9;*/
  /*border-bottom: 2px solid #6a6a6a;*/
  font-weight: normal;
  color: white;
  text-align: left;
}
.GridView tr > td:first-child,
.GridViewCenter tr > td:first-child {
  padding-left: 6px;
}
.GridView th,
.GridViewCenter th {
  background-color: #38414a;
  /* #6a6a6a */
  padding: 5px 0px 5px 2px;
  /*5px 5px 5px 6px; */
  /*7px*/
  font-size: 10pt;
  /*11pt*/
  font-weight: normal;
  color: white;
  text-align: left;
  vertical-align: bottom;
}
.GridView input[type=text],
.GridView input[type=email],
.GridView input[type=password],
.GridView input[type=message],
.GridView textarea,
.GridView select,
.GridViewCenter input[type=text],
.GridViewCenter input[type=email],
.GridViewCenter input[type=password],
.GridViewCenter input[type=message],
.GridViewCenter textarea,
.GridViewCenter select {
  margin: 0;
  float: none;
  height: 24px;
}
.GridView td,
.GridViewCenter td {
  /*padding:4px;*/
  padding: 5px 0px 5px 2px;
  /*2px 4px 2px 5px; */
  font-size: 13px;
  /* 10pt */
  border-bottom: 1px solid #B7B7B7;
  /*border-top: 1px solid #B7B7B7;*/
}
.GridView .search-row-field-before-title,
.GridViewCenter .search-row-field-before-title,
.GridView .search-row-field-after-title,
.GridViewCenter .search-row-field-after-title {
  width: 70px;
  padding-right: 5px;
  vertical-align: top;
  text-align: left;
}
.GridView td:last-child,
.GridViewCenter td:last-child {
  padding-right: 4px;
}
.GridView tr:last-child td,
.GridViewCenter tr:last-child td {
  border-bottom: none;
}
.GridView tr > td > a,
.GridViewCenter tr > td > a,
.GridView tr > td > a:link,
.GridViewCenter tr > td > a:link {
  color: #048b96;
  /* #05809B; */
  /*#08A7BB; */
  /* #0083AF;*/
  /* navy; */
  /*#0B4769;*/
  /*padding:0 3px;*/
  background-color: transparent;
}
.GridView tr > td > a:visited,
.GridViewCenter tr > td > a:visited {
  /*color:purple !important;*/
  /*padding:0 3px;*/
  background-color: #e7e8e8;
}
/*.GridView tr > td > a:hover, .GridViewCenter tr > td > a:hover, .admin-tables tr > td > a:hover, .GridView tr > td > div > a:hover, .GridViewCenter tr > td > div > a:hover,*/
.GridView a:hover,
.GridViewCenter a:hover,
.admin-tables a:hover {
  /*color:white;*/
  background-color: transparent;
  /* #888 */
  text-decoration: none;
}
.GridView td input[type=text] {
  float: none;
  font-size: 10pt;
  /*11pt*/
  /*width: 300px;*/
  width: auto;
  color: #222;
  /*color:black;  RAS 09.04.2013*/
  padding: 3px;
  height: 24px;
  font-style: normal;
  font-weight: normal;
  /*margin-top:-1px;*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*-webkit-box-shadow: 1px 1px 1px #888888;
	-moz-box-shadow: 1px 1px 1px #888;
	box-shadow: 1px 1px 1px #888;*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px #888 solid;
}
.GridViewAdmin th {
  vertical-align: bottom;
}
.GridViewAdmin td:last-child {
  min-width: 90px;
  padding-right: 4px;
}
.GridViewAdmin td {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
}
.GridViewAdmin td img.deleteicon {
  height: 16px;
  padding: 1px 8px 1px 8px;
}
.GridViewAdmin td img.editpencil {
  height: 15px;
  padding: 0px 8px 0 8px;
}
.GridViewAdmin td img.addicon {
  height: 16px;
  padding: 0px;
}
.GridViewAdmin td img.saveicon {
  height: 16px;
  padding: 1px 8px 1px 8px;
}
.GridViewAdmin td img.cancelicon {
  height: 16px;
  padding: 1px 8px 1px 8px;
}
.GridViewAdmin td i.moveicon {
  font-size: 20px;
  color: #58585a;
  padding: 0px 8px 0px 8px;
  vertical-align: middle;
}
.strong {
  font-weight: 700;
}
.doc-list {
  margin: 0 20px;
}
.GridView td.fixed-width-medium,
.GridViewCenter td.fixed-width-medium {
  width: 300px;
  min-width: 300px;
}
.GridView td.fixed-width-medium input[type=text],
.GridViewCenter td.fixed-width-medium input[type=text],
.GridView td.fixed-width-medium select,
.GridViewCenter td.fixed-width-medium select {
  width: 90%;
}
.GridView td.fixed-width-small,
.GridViewCenter td.fixed-width-small {
  width: 200px;
  min-width: 200px;
}
.GridView td.fixed-width-small input[type=text],
.GridViewCenter td.fixed-width-small input[type=text],
.GridView td.fixed-width-small select,
.GridViewCenter td.fixed-width-small select {
  width: 90%;
}
h1.admin {
  margin-top: 10px;
}
.GridView select {
  float: none;
  font-size: 10pt;
  /*11pt*/
  width: auto;
  color: #222;
  /*color:black;  RAS 09.04.2013*/
  height: 26px;
  font-style: normal;
  font-weight: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px #888 solid;
}
.GridViewUpperLeftCorner {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.GridViewUpperRightCorner {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.GridViewLowerLeftCorner {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.GridViewLowerRightCorner {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.showtable {
  display: table;
}
.stripe {
  /* no hover effect for this. use for tables with only one color */
  background-color: #e7e8e8;
}
.stripe1 {
  /* used by "striped" jquery class to add striping to tables */
  background-color: #f5f6f7;
}
.stripe2 {
  /* used by "striped" jquery class to add striping to tables */
  background-color: #e7e8e8;
}
.stripe1:hover,
.stripe2:hover {
  background-color: silver;
  /* #888 */
}
.stripe3 {
  background-color: #f5f6f7;
}
.stripe3 td {
  border-bottom: solid 2px #e3e3e3;
}
.stripe3disabled {
  background-color: #fbe6e6;
}
.stripe4 {
  background-color: #e7e8e8;
  /* silver */
}
.stripe4disabled {
  background-color: #fbd7d7;
}
.stripef6f7f8 {
  background-color: #f6f7f8;
}
.stripef6f7f8:hover {
  background-color: #e6e7e7;
}
.stripe3:hover,
.stripe4:hover {
  background-color: silver;
  /*#e7e8e8;*/
}
.stripe5 {
  /* no hover effect for this. use for tables with only one color */
  background-color: #f5f6f7;
}
.stripe6 {
  /* no hover effect for this. use for tables with only one color */
  background-color: silver;
}
.stripe7 {
  /* no hover effect for this. use for tables with only one color */
  background-color: #e7e8e8;
}
.stripe8 {
  background-color: #fff;
}
.stripe8:hover {
  background-color: #f5f6f7;
}
tr.viewed_row {
  background-color: #dbe2e9 !important;
}
td.expand-collapse {
  vertical-align: top !important;
  padding-top: 11px !important;
  width: 25px !important;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.float-none {
  float: none;
}
.plus {
  border-color: #58585a transparent transparent transparent;
  /* #404649 */
  border-style: solid;
  border-width: 8px;
  width: 0px;
  height: 0px;
  cursor: pointer;
}
.minus {
  border-color: transparent transparent #58585a transparent;
  /* #404649 */
  border-style: solid;
  border-width: 8px;
  width: 0;
  height: 0;
  margin-top: -10px;
  cursor: pointer;
}
/* Styles for chunky checkbox---they don't apply correctly when done in external CSS due to BaseURL, so do them internally if you are in a page that is buried in many subfolders! */
input[type=checkbox].checkbox {
  display: none;
}
input[type=checkbox].checkbox + label {
  line-height: 21px;
}
input[type=checkbox].checkbox + label span.checkbox {
  display: inline-block;
  width: 22px;
  height: 21px;
  background-image: url(../Images/Checkbox.png);
  background-repeat: no-repeat;
  cursor: pointer;
}
input[type=checkbox]:checked.checkbox + label span.checkbox {
  background-image: url(../Images/CheckboxOn.png);
}
.checkbox,
.radio {
  margin-top: 0;
  margin-bottom: 0;
}
#body {
  padding-bottom: 2em;
  margin: 0 auto;
  min-height: 600px;
  background-color: #fff;
  /* added per Rasheeda 8/3/2015 */
}
#bodypanel {
  background-color: white;
  padding: 0;
  margin: 0 auto;
  margin-top: -20px;
  /*margin-left: 90px;
    margin-right: 90px;*/
  padding-bottom: 10px;
  min-height: 600px;
  /*overflow: hidden;*/
  min-width: 980px;
  padding-left: 25px;
  padding-right: 25px;
}
#bodypanel.scroll-horizontal,
.scroll-horizontal {
  overflow-x: scroll;
}
#page-header-for-submenu {
  margin: 40px 0 0;
}
#page-header-for-submenu h1 {
  text-transform: uppercase;
}
#page-header-for-submenu h1 small {
  text-transform: none;
}
/*.admin-page-bodypanel {
    margin-top:-20px;
}*/
div.scroll-horizontal {
  clear: both;
  position: relative;
}
#bodypanel-left {
  /*background-color:teal; */
  padding: 0;
  /*padding-top: 45px;*/
  padding-left: 10px;
  margin-top: 0;
  right: inherit;
  min-height: 600px;
  float: left;
  /*min-width:442px;*/
  /*overflow:hidden;*/
  width: 65%;
  /* 68% */
  /*overflow: hidden;*/
  min-width: 370px;
}
#bodypanel-left img {
  /*max-width:725px;*/
  /*max-height:600px;*/
}
#bodypanel-right {
  background-color: white;
  background-image: url(../Images/AerieLibVerticalLine.png);
  background-position: left;
  background-repeat: repeat-y;
  padding: 0;
  /*padding-top: 45px;*/
  /*32px;*/
  padding-left: 18px;
  margin-top: 0;
  width: 34%;
  /* 30% */
  left: inherit;
  float: right;
  /*min-width:282px;*/
  min-height: 600px;
}
#bodypanel-left-v3 {
  padding: 0;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 7px;
  margin-top: 0;
  right: inherit;
  overflow: hidden;
}
#bodypanel-right-v3 {
  background-color: white;
  background-image: url(../images/AerieLibVerticalLine.png);
  /*border-left:solid medium #ddd;*/
  background-position: left;
  background-repeat: repeat-y;
  padding: 0;
  padding-top: 0px;
  padding-left: 25px;
  margin-top: 0;
  /*min-width:472px;*/
  min-height: 600px;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.float-none {
  float: none;
}
.row-centered {
  text-align: center;
}
.col-centered {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.button-dark:active {
  color: silver !important;
}
.button-dark:focus {
  color: silver !important;
}
.button-dark:hover {
  color: silver !important;
}
.button-dark {
  outline: none;
  cursor: pointer;
  width: auto;
  /*104px;*/
  height: auto;
  /*22px;*/
  border-radius: 2px;
  font-weight: 700;
  color: #fff !important;
  font-size: 12px;
  text-align: center;
  padding: 8px 20px;
  border: none;
  /* #475261 solid 1px;*/
  background: #384049;
  /* #59636e; */
  /*Old browsers */
  /*background: -moz-linear-gradient(top,  #59636e 0%, #464f58 50%, #303943 57%, #323b44 100%); */
  /* FF3.6+ */
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#59636e), color-stop(50%,#464f58), color-stop(57%,#303943), color-stop(100%,#323b44));*/
  /* Chrome,Safari4+ */
  /*background: -webkit-linear-gradient(top,  #59636e 0%,#464f58 50%,#303943 57%,#323b44 100%);*/
  /* Chrome10+,Safari5.1+ */
  /*background: -o-linear-gradient(top,  #59636e 0%,#464f58 50%,#303943 57%,#323b44 100%);*/
  /* Opera 11.10+ */
  /*background: -ms-linear-gradient(top,  #59636e 0%,#464f58 50%,#303943 57%,#323b44 100%);*/
  /* IE10+ */
  /*background: linear-gradient(to bottom,  #59636e 0%,#464f58 50%,#303943 57%,#323b44 100%);*/
  /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59636e', endColorstr='#323b44',GradientType=0 );*/
  /* IE6-9 */
  /*-moz-box-shadow: 1px 1px 2px 1px #ccc;
    -webkit-box-shadow: 1px 1px 2px 1px #ccc;
    box-shadow: 1px 1px 2px 1px #ccc;*/
}
.button-light-small {
  padding: 3px 7px !important;
}
.button-light:active,
.button-light-small:active,
button-light-square:active {
  color: silver !important;
}
.button-light:focus,
.button-light-square:focus {
  color: silver !important;
}
.button-light-square {
  padding: 8px !important;
}
.button-light,
.button-light-small,
.button-light-square {
  outline: none;
  cursor: pointer;
  width: auto;
  height: auto;
  border-radius: 2px;
  font-weight: 700;
  color: #293036 !important;
  /*#384049;*/
  font-size: 12px;
  text-align: center;
  padding: 8px 20px;
  border: none;
  /*#9CA7B3 solid 1px;*/
  background: #d9d9d9;
  /*#d5d7d8; */
  /* Old browsers */
  /*background: -moz-linear-gradient(top,  #f8fcfd 0%, #edefef 50%, #e3e7ea 53%, #d8dcdf 100%);*/
  /* FF3.6+ */
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8fcfd), color-stop(50%,#edefef), color-stop(53%,#e3e7ea), color-stop(100%,#d8dcdf)); */
  /* Chrome,Safari4+ */
  /*background: -webkit-linear-gradient(top,  #f8fcfd 0%,#edefef 50%,#e3e7ea 53%,#d8dcdf 100%); */
  /* Chrome10+,Safari5.1+ */
  /*background: -o-linear-gradient(top,  #f8fcfd 0%,#edefef 50%,#e3e7ea 53%,#d8dcdf 100%); */
  /* Opera 11.10+ */
  /*background: -ms-linear-gradient(top,  #f8fcfd 0%,#edefef 50%,#e3e7ea 53%,#d8dcdf 100%); */
  /* IE10+ */
  /*background: linear-gradient(to bottom,  #f8fcfd 0%,#edefef 50%,#e3e7ea 53%,#d8dcdf 100%); */
  /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fcfd', endColorstr='#d8dcdf',GradientType=0 ); */
  /* IE6-9 */
  /*-moz-box-shadow: 1px 1px 2px 1px #ccc;
    -webkit-box-shadow: 1px 1px 2px 1px #ccc;
    box-shadow: 1px 1px 2px 1px #ccc;*/
}
/*button, submit, input[type=submit] {margin:15px 0;}*/
.button-green:hover,
.button-green:focus,
.button-green:active,
.button-green a:hover,
.button-green a:focus,
.button-green a:active {
  color: silver !important;
  background-color: #11843B;
}
.button-green {
  outline: none;
  cursor: pointer;
  width: auto;
  /*104px;*/
  height: auto;
  /*22px;*/
  border-radius: 2px;
  font-weight: 700;
  color: #fff !important;
  font-size: 12px;
  text-align: center;
  padding: 8px 20px;
  border: none;
  /*#11843B  solid 1px;*/
  background: #11843B;
  /* Old browsers */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59636e', endColorstr='#323b44',GradientType=0 );*/
  /* IE6-9 */
  /*-moz-box-shadow: 1px 1px 2px 1px #ccc;
    -webkit-box-shadow: 1px 1px 2px 1px #ccc;
    box-shadow: 1px 1px 2px 1px #ccc;*/
  /*text-transform: uppercase;*/
}
.button-green a {
  color: #fff !important;
  letter-spacing: 0.5px;
}
.button-red {
  outline: none;
  cursor: pointer;
  width: auto;
  /*104px;*/
  height: auto;
  /*22px;*/
  border-radius: 2px;
  font-weight: 700;
  color: #fff !important;
  font-size: 12px;
  text-align: center;
  padding: 8px 20px;
  border: none;
  /*#11843B solid 1px;*/
  background: #9f2c2c;
  /*#BC2121;*/
  /*#CE2727;*/
  /*-moz-box-shadow: 1px 1px 2px 1px #ccc;
    -webkit-box-shadow: 1px 1px 2px 1px #ccc;
    box-shadow: 1px 1px 2px 1px #ccc;*/
  /*text-transform: uppercase;*/
}
.button-red:hover,
.button-red:focus,
.button-red:active,
.button-red a:hover,
.button-red a:focus,
.button-red a:active {
  color: silver !important;
  background-color: #9f2c2c;
}
.button-red a {
  color: #fff !important;
  letter-spacing: 0.5px;
}
.button-blue {
  outline: none;
  cursor: pointer;
  width: auto;
  /*104px;*/
  height: auto;
  /*22px;*/
  border-radius: 2px;
  font-weight: 700;
  color: #fff !important;
  font-size: 12px;
  text-align: center;
  padding: 8px 20px;
  border: none;
  background: #1498c0;
}
.button-blue:hover,
.button-blue:focus,
.button-blue:active,
.button-blue a:hover,
.button-blue a:focus,
.button-blue a:active {
  color: #f3f3f3 !important;
  background: #1498c0;
}
.button-blue a {
  color: #fff !important;
  letter-spacing: 0.5px;
}
.button-orange {
  outline: none;
  cursor: pointer;
  width: auto;
  /*104px;*/
  height: auto;
  /*22px;*/
  border-radius: 2px;
  font-weight: 700;
  color: #fff !important;
  font-size: 12px;
  text-align: center;
  padding: 8px 20px;
  border: none;
  /*#0288A5 solid 1px;*/
  background: #f5a623;
}
.button-orange :hover,
.button-orange :focus,
.button-orange :active,
.button-orange a:hover,
.button-orange a:focus,
.button-orange a:active {
  color: #f3f3f3 !important;
  background-color: #f5a623;
}
.button-orange a {
  color: #fff !important;
  letter-spacing: 0.5px;
}
#header {
  /*min-width: 1180px;*/
  margin: 0;
  width: 100%;
  border-bottom: thin #c6ccd3 solid;
  /*background-color: #384049;*/
  /*#293036;*/
  position: relative;
  z-index: 999;
}
#header_left {
  /*width: 250px;*/
  /*height: 160px;*/
  float: left;
  background-color: white;
  width: 100%;
}
#header_right {
  height: 160px;
}
.ellipsis-overflow {
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  max-width: 250px;
  /* override this on the element */
}
.ellipsis-overflow-short {
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  max-width: 120px;
  /* override this on the element */
}
.ellipsis-overflow-medium {
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  max-width: 300px;
  /* override this on the element */
}
.ellipsis-overflow-long {
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  /*max-width: 350px;*/
  /* override this on the element */
}
@media (min-width: 768px), print {
  #header_right {
    height: auto;
  }
  .ellipsis-overflow-long {
    max-width: 300px;
  }
  .ellipsis-overflow-long.isEditor {
    max-width: 175px;
    /*override this on the element */
  }
  .ellipsis-overflow-long.isEditor.hasCommentsOrVersions {
    max-width: 165px;
    /*override this on the element */
  }
}
@media (min-width: 1310px) {
  .ellipsis-overflow-long {
    max-width: 300px;
    /* override this on the element */
  }
  .ellipsis-overflow-long.isEditor {
    max-width: 200px;
    /*override this on the element */
  }
  .ellipsis-overflow-long.isEditor.hasCommentsOrVersions {
    max-width: 200px;
    /*override this on the element */
  }
}
@media (min-width: 1500px) {
  .ellipsis-overflow-long {
    max-width: 400px;
    /* override this on the element */
  }
  .ellipsis-overflow-long.isEditor {
    max-width: 300px;
    /*override this on the element */
  }
  .ellipsis-overflow-long.isEditor.hasCommentsOrVersions {
    max-width: 300px;
    /*override this on the element */
  }
}
@media (min-width: 1800px) {
  .ellipsis-overflow-long {
    max-width: 500px;
    /* override this on the element */
  }
  .ellipsis-overflow-long.isEditor {
    max-width: 450px;
    /*override this on the element */
  }
  .ellipsis-overflow-long.isEditor.hasCommentsOrVersions {
    max-width: 450px;
    /*override this on the element */
  }
}
@media (min-width: 2200px) {
  .ellipsis-overflow-long {
    max-width: 600px;
    /* override this on the element */
  }
}
#header_logo {
  margin: 30px auto 20px auto;
  display: block;
  width: 92%;
  /*object-fit: scale-down;*/
}
#header_middleline,
#header_bottomline {
  /*height:160px;*/
  float: right;
  /*padding-right: 90px;*/
  background-color: #384049;
  /*#293036;*/
  font-size: 14pt;
  /*18pt*/
  font-style: normal;
  line-height: 30px;
  /* RAS 8/19/2014 - changed from 24px to 30px to try to get words lined up better with home icon; in conjunction with changes to 431 and 1091 */
  /*font-weight: lighter;*/
  /* Removed per Rasheeda 8/21/2015 */
  color: #FFFFFF;
  width: 100%;
  /*background-color:green;*/
}
#header_topline-right {
  font-size: 10pt;
  /*12px*/
  padding: 0;
  padding-right: 20px;
  /*width:100%;*/
  /*width: 58%;*/
  float: right;
  margin-top: 0;
  /*background-color:teal;*/
}
#header_topline-left {
  font-size: 11pt;
  /*12px*/
  padding: 0;
  min-height: 40px;
  /* was 45px to match topline-right, but for some reason it shows up as 44px height in Chrome, though I can't find a -1 anywhere in the underlying styles */
  float: left;
  margin-top: 5px;
  /*margin-left:12px;/*font-size:11pt;min-height:40px;*/
  /*background-color:teal;*/
}
#header_middleline {
  font-size: 10pt;
  /*14pt*/
  /*padding:0;*/
  padding-bottom: 10px;
  /*padding-top:10px;*/
  width: 55%;
  float: right;
  clear: right;
  /*background-color:blue;*/
}
#header_bottomline {
  clear: right;
  font-size: 11pt;
  /*12pt*/
  padding: 0;
  /*padding-top: 10px;*/
  float: right;
  /*background-color:orange;*/
}
span.advanced {
  margin-right: -32px;
  font-size: 8pt;
}
#logo {
  margin-right: auto;
  margin-left: auto;
  /*margin-top:1.5em;*/
  padding-top: 1.5em;
  /*padding-left:2em;*/
  margin-bottom: 1em;
}
select.library {
  font-size: 10pt;
  /*14pt*/
  width: 240px;
  /*margin-top:10px;margin-left:4px;margin-right:25px;*/
  color: #222;
  /*color:black;  RAS 09.04.2013*/
  height: 24px;
  font-style: normal;
  font-weight: normal;
  float: left;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.horizontal_list li {
  text-align: left;
  float: left;
  list-style: none;
  padding-top: 5px;
  color: #FFFFFF;
}
ul.horizontal_list2 li {
  text-align: right;
  float: left;
  list-style: none;
  padding-top: 5px;
  color: #FFFFFF;
  margin-left: 5px;
}
ul.disc {
  list-style-type: disc !important;
}
ul.square {
  list-style-type: square !important;
}
ul.none {
  list-style-type: none !important;
}
li.disc {
  list-style-type: disc !important;
}
li.square {
  list-style-type: square !important;
}
li.none {
  list-style-type: none !important;
}
.light {
  color: #FFFFFF;
}
a:link.light {
  text-decoration: none;
  color: #FFFFFF;
}
a:visited.light {
  text-decoration: none;
  color: #FFFFFF;
}
a:hover.light {
  text-decoration: none;
  background-color: inherit;
  /* or #384049 */
  color: #fff;
}
a:active.light {
  text-decoration: none;
  color: #FFFFFF;
}
a {
  text-decoration: none !important;
  color: #048b96;
  cursor: pointer;
}
a:hover {
  background-color: #D5D3D3;
  color: #048b96;
  /* navy */
}
a:link,
.link {
  color: #048b96;
  /* #05809B; */
  /*#08A7BB; */
  /* #0083AF;*/
  /* #053D60;*/
  /* navy */
}
a:visited,
.link:visited {
  color: #048b96;
  /* #05809B; */
  /*#08A7BB; */
  /*#0083AF;*/
  /* #053D60;*/
  /* navy */
}
a:active,
.link:active {
  color: #048b96;
  /* #05809B; */
  /*#08A7BB; */
  /*#0083AF;*/
  /* #053D60;*/
  /* navy */
}
a.dark {
  text-decoration: none;
  color: #048b96;
  /* #05809B; */
  /*#08A7BB; */
  /*#0083AF;*/
}
a:hover.dark {
  background-color: #D5D3D3;
  color: #053D60;
  /* navy */
}
a:link.dark {
  color: #048b96;
  /* #05809B; */
  /*#08A7BB; */
  /* #0083AF;*/
}
a:visited.dark {
  color: #048b96;
  /* #05809B; */
  /*#08A7BB; */
  /* #0083AF;*/
}
a:active.dark {
  color: #048b96;
  /* #05809B; */
  /*#08A7BB; */
  /* #0083AF;*/
}
a.white {
  text-decoration: none !important;
  color: white !important;
}
a:hover.white {
  background-color: transparent !important;
  color: white !important;
  /* navy */
}
a:link.white {
  color: white !important;
}
a:visited.white {
  color: #ffffff !important;
}
a:active.white {
  color: #E1E1E1 !important;
}
a.gray {
  color: #BFBEBE;
}
a:hover.gray {
  color: #9C9A9A;
  background-color: #d5d3d3;
}
.font-weight-600 {
  font-weight: 600;
}
nav {
  display: block;
  margin: 0 auto;
  position: relative;
  background-color: #384049;
  /*#293036;*/
}
nav ul {
  padding: 0;
  margin: 0;
  float: right;
}
nav li {
  position: relative;
  float: left;
  list-style-type: none;
}
nav ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
nav li a {
  display: block;
  text-decoration: none;
  padding-right: 25px;
}
nav li span {
  display: block;
}
nav li a:focus {
  outline: none;
}
nav li:first-child a {
  border-left: none;
}
nav li.last a {
  border-right: none;
}
nav a span {
  display: block;
  float: right;
  /*margin-left:5px;*/
}
nav ul ul {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #202020;
  /*#384049;*/
  opacity: 0.95;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
nav ul ul li {
  float: none;
  /*border-bottom:thin solid #444D58;*/
}
nav ul ul a {
  padding: 5px 5px;
  /*border-left:none;*/
  border-right: none;
  font-size: 11pt;
  background-color: #202020;
  /*#384049*/
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
nav ul ul a:hover {
  background-color: #63676b /*#444D58*/ !important;
}
nav ul li span {
  padding-bottom: 5px;
  /* RAS 8/19/2014 changed from 18px to 5 so heading wouldn't be messed up*/
}
.hdrLibrary {
  /*margin-top:7px;*/
  margin-left: 5px;
  padding: 2px 0 2px 5px;
  height: 26px;
  width: 268px;
  /*padding-top:2px;padding-bottom:2px;*/
  z-index: 99;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px !important;
  background: white url('../Images/ALadvancedSearch.png') no-repeat right;
  /* #f5f6f7*/
}
button,
input,
img,
select,
textarea {
  outline: none !important;
}
input[type=text].searchbox {
  font-size: 11pt;
  /*12pt*/
  width: 225px;
  color: #222;
  height: 25px;
  margin: 0;
  padding-left: 7px;
  border-width: 0;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
}
input[type=image] {
  float: right;
}
input[type=image].basicsearchbutton {
  margin-left: -12px;
  margin-top: -1px;
  padding: 0;
  border-width: 0;
  position: relative;
  outline: none;
}
img.basicsearchbutton {
  float: right;
  margin-left: -12px;
  margin-top: -1px;
  padding: 0;
  border-width: 0;
  position: relative;
  outline: none;
}
#edt,
.edt {
  display: block;
  position: relative;
  z-index: 1;
  /*margin:0 10px;*/
  /* Styles for Frova editor to prevent override by edt styling*/
}
#edt .fr-popup,
.edt .fr-popup {
  padding: 10px !important;
}
#edt .fr-input-line input,
.edt .fr-input-line input {
  float: none !important;
  width: 100% !important;
  border: 0 !important;
  border-bottom: solid thin black !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
#edt ul,
.edt ul {
  padding: 0;
}
#edt li,
.edt li {
  position: relative;
  list-style-type: none;
}
#edt a span,
.edt a span {
  display: block;
  float: right;
  margin-left: 5px;
}
#edt form div,
.edt form div {
  font-size: 10pt;
}
#edt label,
.edt label,
#edt p,
.edt p {
  font-size: 10pt;
}
#edt input[type=date],
.edt input[type=date] {
  max-width: 200px;
}
#edt input[type=text],
.edt input[type=text],
#edt input[type=date],
.edt input[type=date],
#edt input[type=number],
.edt input[type=number],
#edt input[type=email],
.edt input[type=email],
#edt input[type=password],
.edt input[type=password],
#edt input[type=message],
.edt input[type=message],
#edt input[type=date],
.edt input[type=date],
#edt textarea,
.edt textarea,
#edt submit,
.edt submit {
  /*
	    width:350px;	
	    float:left;
	    */
  border: medium solid #ddd;
  height: 28px;
  width: 100%;
  padding-left: 4px;
  color: #293036;
  background-color: #ffffff;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#edt select,
.edt select {
  width: 100%;
  height: 27px;
  padding-left: 4px;
  border: medium solid #ddd;
  color: #293036;
  background-color: #ffffff;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#edt .row,
.edt .row {
  margin-bottom: 10px;
}
#edt .row span,
.edt .row span {
  font-weight: 600;
}
/* end #edt, .edt */
.edithover tr td a:hover,
#edt p a:hover {
  background-color: #f5f6f7 !important;
}
#panel-right {
  border-left: solid medium #ddd;
  padding-left: 10px;
  left: 10px;
}
#dim_loading {
  z-index: 97;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: white;
  display: none;
}
#loadingGIF {
  background-color: transparent;
  width: 150px;
  height: 150px;
}
#dim {
  z-index: 97;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #999;
  display: none;
}
a.nohover:hover {
  background-color: transparent;
  cursor: pointer;
}
.buttonlink {
  padding: 0 3px;
  border: solid thin #888 !important;
  background-color: ButtonFace !important;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-box-shadow: 1px 1px 1px #888888;
  -moz-box-shadow: 1px 1px 1px #888;
  box-shadow: 1px 1px 1px #888;
}
.buttonlink:hover {
  background-color: ButtonHighlight !important;
  border: solid thin #888 !important;
}
input[type=submit],
input[type=reset],
button {
  padding: 5px;
  margin: 15px 12px 10px 0;
  width: auto;
  font-weight: bold;
}
fieldset {
  display: block;
  -webkit-margin-start: 2px;
  -webkit-margin-end: 2px;
  -webkit-padding-before: 0.35em;
  -webkit-padding-start: 0.75em;
  -webkit-padding-end: 0.75em;
  -webkit-padding-after: 0.625em;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  min-width: -webkit-min-content;
  border-width: 2px;
  border-style: groove;
  border-color: threedface;
}
input[type=checkbox] {
  width: 18px;
  height: 18px;
}
.select2-search {
  color: #293036 !important;
}
input[type=text],
input[type=email],
input[type=password],
input[type=message],
input[type=date],
textarea,
select {
  float: left;
  font-size: 9pt;
  /* 11pt */
  width: auto;
  color: #222;
  /*color:black;  RAS 09.04.2013*/
  height: 23px;
  margin: 3px;
  /* keeps fields from being crunched together (like on search form, etc)! */
  /*padding: 3px;*/
  font-style: normal;
  font-weight: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input[type=date].hasDatepicker {
  font-family: inherit;
  font-size: 9pt;
  /* 11pt */
  height: 31px;
  width: auto;
  border: thin solid #222;
  color: #222;
  background-color: #ffffff;
  padding: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input[type=date].search-form-textbox {
  width: 120px;
  margin-left: 3px;
  float: left;
}
span.search-form-date-separator {
  float: left;
  margin-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.duplicated-docs-actions input[type=date].hasDatepicker {
  height: 31px !important;
}
select {
  height: 25px;
}
input[type=text],
input[type=email],
input[type=password],
input[type=message],
input[type=date],
textarea,
button[submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: thin solid #222;
  /* was black:  RAS 09.22.2014 */
  width: auto;
  font-family: inherit;
  /*padding: 3px;*/
  padding-left: 5px;
  color: #222;
  /*color:black;  RAS 09.04.2013*/
  /*line-height: 12px;*/
  float: left;
  /*margin-right:10px;*/
  /*margin-top:13px;*/
  background-color: #ffffff;
}
h1 {
  font-size: 16pt;
  /* was 18pt before 7/10/2013 */
  font-weight: normal;
  color: #222;
  /*color:black;  RAS 09.04.2013*/
  text-align: center;
  /* left */
  margin-top: 35px;
}
h2 {
  font-size: 12pt;
  /* was 14pt before 7/10/2013 */
  text-align: center;
  font-weight: bold;
}
h3 {
  font-size: 10pt;
}
.footnote {
  font-size: 13px;
  font-style: italic;
  line-height: 17px;
  color: #888;
}
.notes,
.notes p {
  font-size: 13px;
  line-height: 17px;
}
.indent,
.indent10 {
  margin-left: 10px;
}
.indent2,
.indent15 {
  margin-left: 15px;
}
.indent20 {
  margin-left: 20px;
}
.indent30 {
  margin-left: 30px;
}
.indent40 {
  margin-left: 40px;
}
.indent50 {
  margin-left: 50px;
}
.indent60 {
  margin-left: 60px;
}
.indent70 {
  margin-left: 70px;
}
.indent80 {
  margin-left: 80px;
}
.indent90 {
  margin-left: 90px;
}
.dgRowControlLink {
  cursor: pointer;
}
@media (max-width: 1199px), print {
  #bodypanel {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 990px), print {
  #bodypanel-right-v3 {
    background-image: none;
    margin: 0 auto;
    margin-top: 50px;
  }
  #navbar-bottom-row-collapse {
    overflow: visible;
  }
}
.anchor {
  color: #048b96;
}
.lined {
  border-top: solid 1px #999fa3;
  border-bottom: solid 1px #999fa3;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 1px;
  overflow: auto;
}
.makeClickable {
  cursor: pointer;
}
.clickableIcon:hover,
.clickableIcon:active {
  opacity: 0.7;
}
.clickableIcon a:hover,
.clickableIcon a:active {
  background-color: transparent !important;
}
#libAreasImage {
  float: left;
}
#libAreasMenu {
  float: right;
  background-color: white;
  background-image: url(../Images/AerieLibVerticalLine.png);
  background-position: left;
  background-repeat: repeat-y;
  min-height: 500px;
}
@media (max-width: 767px), print {
  #libAreasImage {
    float: none;
  }
  #libAreasMenu {
    margin-left: 0;
    width: 100%;
    background-color: none;
    background-image: none;
    background-position: unset;
    background-repeat: unset;
    z-index: 1;
    min-height: 0;
  }
}
.show-button {
  color: #808284;
  padding-left: 10px;
  padding-right: 10px;
  border: #999fa3 solid 1px;
  border-radius: 3px;
  height: 33px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 4px;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 10px;
}
.show-button img {
  padding-left: 5px;
}
.show-button-slim {
  color: #808284;
  border: #999fa3 solid 1px;
  border-radius: 3px;
  height: 28px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 3px;
  cursor: pointer;
  margin: 20px -3px 20px 3px;
}
.show-button-slim img {
  height: 9px;
}
.show-button-v2 {
  color: #808284;
  border: none;
  height: 23px;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  padding-bottom: 4px;
  cursor: pointer;
}
.show-button-v2 img {
  padding-left: 5px;
  padding-top: 5px;
  height: 12px;
}
.show-button-v2-small {
  color: #808284;
  border: none;
  font-size: 11pt;
  font-weight: 700;
  text-align: left;
  padding-bottom: 4px;
  cursor: pointer;
  margin-left: 20px;
}
.show-button-v2-small img {
  padding-left: 5px;
  padding-top: 8px;
  height: 9px;
}
.hide-at-start {
  display: none;
}
.container-fluid {
  margin-left: 2.66%;
  margin-right: 2.66%;
}
.padding-bottom-5 {
  padding-bottom: 5px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-bottom-15 {
  padding-bottom: 15px;
}
.padding-top-5 {
  padding-top: 5px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-top-15 {
  padding-top: 15px;
}
.padding-left-5 {
  padding-left: 5px;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-left-15 {
  padding-left: 15px;
}
.padding-right-5 {
  padding-right: 5px;
}
.padding-right-10 {
  padding-right: 10px;
}
.padding-right-15 {
  padding-right: 15px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-left-15 {
  margin-bottom: 15px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-right-15 {
  margin-right: 15px;
}
#header_right {
  padding-right: 2.66%;
}
.scrollable_edit_panel {
  overflow: auto;
  max-height: 100vh;
  width: 100%;
}
@media (max-width: 1700px) {
  .container-fluid {
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
  #header_logo {
    width: 95%;
    margin: 40px auto 00px auto;
  }
}
@media (max-width: 1100px) {
  .container-fluid {
    margin-left: 1%;
    margin-right: 1%;
  }
  .scrollable_edit_panel {
    overflow: unset;
    max-height: unset;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    margin-left: 1%;
    margin-right: 1%;
  }
  #bodypanel {
    margin-top: 20px;
  }
  #header_logo {
    /* This doesn't really apply at all due to display:none in #header_left below */
    margin-top: 10px;
    max-width: 200px;
  }
  #header_left {
    height: auto;
    margin-bottom: 10px;
    display: none;
  }
  .hdrLibrary {
    margin-left: 0;
  }
  /*.page-header {
        display: none;
    }*/
  #edt.search-form {
    margin: 0 auto;
  }
  .scrollable_edit_panel {
    overflow: unset;
    max-height: unset;
    width: 100%;
  }
}
.duplicated-docs-actions {
  display: none;
  padding: 20px 50px 20px 40px;
  background-color: #fff;
  opacity: 0.99;
}
.duplicated-docs-actions .container {
  width: 100%;
}
.duplicated-docs-actions .row {
  display: block;
  width: 100%;
}
.duplicated-docs-actions div div a {
  vertical-align: middle;
}
.duplicated-docs-actions div div a:hover {
  /*background-color: transparent;*/
}
.duplicated-docs-actions div div h2 {
  text-align: left;
  font-size: 17px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.duplicated-docs-actions button {
  /*width: 420px;*/
  margin: 0;
  margin-top: 10px;
}
.duplicated-docs-actions button:focus {
  color: black;
  font-weight: bold;
}
.duplicated-docs-actions button:hover {
  color: silver;
}
.panel_message {
  position: absolute;
  margin-left: 35%;
  margin-top: 100px;
  padding: 20px 50px 20px 40px;
  width: 450px;
  height: auto;
  z-index: 99;
  background-color: #fff;
  /*#EFF7F7;*/
  border: solid thick gainsboro /*#D7DEDF*/;
  opacity: 0.98;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 4px 4px 4px #888;
  -moz-box-shadow: 4px 4px 4px #888;
  box-shadow: 4px 4px 4px #888;
}
.panel_message div {
  display: table;
  width: 100%;
}
.panel_message div div {
  display: table-row;
  width: 100%;
}
.panel_message div div div {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  height: auto;
}
.panel_message div div a {
  vertical-align: top;
}
.panel_message div div a:hover {
  background-color: transparent;
}
.panel_message div div a img {
  margin-right: 25px;
  vertical-align: middle;
  height: 38px;
  width: 38px;
}
.panel_message div div img {
  margin-right: 25px;
  vertical-align: middle;
  height: 38px;
  width: 38px;
}
.panel_message div div h2 {
  text-align: left;
  font-size: 17px;
  margin-bottom: 10px;
}
.panel_message div div h1 {
  font-size: 26px;
  font-weight: 600;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
}
.panel_message div div p {
  font-size: 15px;
  line-height: 22px;
  word-break: break-word;
}
.edit_panel {
  position: absolute;
  /*margin-left: 35%;*/
  /*margin-top: 100px;*/
  margin-left: -115px;
  margin-top: -2px;
  padding: 20px 50px 20px 40px;
  width: 450px;
  height: auto;
  z-index: 99;
  background-color: #fff;
  /*#EFF7F7;*/
  border: solid thick gainsboro /*#D7DEDF*/;
  opacity: 0.98;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 4px 4px 4px #888;
  -moz-box-shadow: 4px 4px 4px #888;
  box-shadow: 4px 4px 4px #888;
}
.edit_panel div {
  display: table;
  width: 100%;
}
.edit_panel div div {
  display: table-row;
  width: 100%;
}
.edit_panel div div div {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  height: auto;
}
.edit_panel div div a {
  vertical-align: middle;
}
.edit_panel div div a:hover {
  background-color: transparent;
}
.edit_panel div div a img {
  margin-right: 25px;
  vertical-align: middle;
  height: 38px;
  width: 38px;
}
.edit_panel div div img {
  margin-right: 25px;
  vertical-align: middle;
  height: 38px;
  width: 38px;
}
.edit_panel div div h2 {
  text-align: left;
  font-size: 17px;
  margin-bottom: 10px;
}
.edit_panel div div h1 {
  font-size: 26px;
  font-weight: 600;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
}
.edit_panel div div p {
  font-size: 13px;
  line-height: 22px;
  word-break: break-word;
}
.edit_panel div div label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
}
.edit_panel div div input[type=text],
.edit_panel div div select {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
  height: 35px;
  padding: 5px;
}
.unavailable {
  opacity: 0.5;
}
.modal-body {
  overflow-y: auto;
}
.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';
  /* essential for enabling glyphicon */
  content: "\e114";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: grey;
  /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  font-family: 'Glyphicons Halflings';
  content: "\e080";
  /* adjust as needed, taken from bootstrap.css */
}
#bodypanel-left-v3 #viewer {
  /*height:100vh;*/
}
#bodypanel-left-v3 #viewer iframe {
  overflow: hidden;
  width: 100vw;
  height: 75vh;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0 none;
  box-sizing: border-box;
}
.highlightYellow {
  background-color: #fdfdb8 !important;
}
.highlightGreen {
  background-color: #d3f2ea !important;
}
.highlightGray {
  background-color: #d8d5d5 !important;
}
.word-break {
  word-break: break-all;
}
.additionalOptions {
  padding-top: 20px;
}
.additionalOptions div:last-child {
  background: #e6e7e7;
  border-radius: 12px;
  color: #555;
  font-size: 9px;
  /*font-weight: bold;*/
  height: 25px;
  line-height: 27px;
  text-align: center;
  /*text-transform: uppercase;*/
  width: 200px;
  margin: 0 auto;
  margin: -13px auto 15px;
}
.additionalOptions div:first-child {
  border-bottom: 1px solid #e6e7e7;
}
/*Froala text classes*/
.fr-float-left {
  float: left !important;
}
.fr-float-right {
  float: right !important;
}
.unseenNotificationsCount {
  font-size: 10px;
  position: absolute;
  top: -3px;
  right: -6px;
  border-radius: 16px;
  text-align: center;
  color: #fff;
  background-color: red;
  height: 16px;
  width: 16px;
}
.keep-white-space {
  white-space: pre-wrap;
  max-width: 300px;
  /*word-break:break-all;*/
}
#DocumentSearchClearButton {
  position: absolute;
  z-index: 10000;
  cursor: pointer;
  font-size: 23px;
  color: gray;
  right: 10px;
  top: 0;
  border: none;
  min-width: 0px;
  display: none;
}
/*.sticky-column {*/
/* for sticky first column */
/*th.sticky, td.sticky {
        position: sticky;
        left: 0;
        z-index: 3;
        width:10%;
    }

    th, td {
        position: sticky;
        left: 0;
        z-index: 1;
    }
}*/
.sticky-headers {
  width: 100%;
  overflow-y: auto;
}
.sticky-headers th {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 2;
}
.sticky-headers tr.first th {
  position: sticky;
  top: 0;
}
.sticky-headers tr.second th {
  position: sticky;
  top: 30px;
}
@media (min-height: 1px) and (max-height: 650px) {
  .sticky-headers {
    height: 400px;
  }
}
@media (min-height: 651px) and (max-height: 800px) {
  .sticky-headers {
    height: 600px;
  }
}
@media (min-height: 801px) and (max-height: 1200px) {
  .sticky-headers {
    height: 700px;
  }
}
@media (min-height: 1201px) and (max-height: 1400px) {
  .sticky-headers {
    height: 800px;
  }
}
@media (min-height: 1401px) and (max-height: 1600px) {
  .sticky-headers {
    height: 900px;
  }
}
@media (min-height: 1601px) {
  .sticky-headers {
    height: 1100px;
  }
}
sup.open-in-new-tab {
  font-size: x-small;
  margin-left: 0.5em;
  color: #939393;
}
.fa-kit {
  width: auto;
}