html {
  overflow-x: hidden;
}

.header {
  background: #000000;
}

.menu-button {
  min-width: 70px;
  color: #ffffff;
}

.logo {
  min-width: 206px;
}

.detailType {
  color: #a6acaf;
  font-size: 0.99em;
}

.logo-container {
  background: #000428;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #004e92, #000428);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #004e92, #000428);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  height: 65px;
  margin: 0;
  padding: 0;
  min-width: 360px;
}

.clickable {
  cursor: pointer;
  outline: none;
}

.container {
  min-width: 320px;
  max-width: 100%;
  padding: 0;
  min-height: 100%;
  height: 100%;
}

p {
  margin-top: 20px;
}

.material-icons.md-48 {
  font-size: 48px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
  min-height: 100%;
  height: 100%;
}

.md-content {
  display: flex;
  max-width: 100%;
  flex: 1;
  padding: 10px;
  height: 100%;
  margin-left: 10px;
}

.md-tooltip {
  height: auto;
}

.dashboard {
  display: flex;
}

.searchParameters {
  max-width: 200px;
}

.dashboard-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other

@media screen and (max-width: 600px) {
    .row {
        flex-direction: column;
    }
} */

.md-select {
  min-height: 30px;
}

/*
.md-select-placeholder {
    margin-top: -5px;
}
*/

.md-sidenav-left {
  min-width: 320px;
  height: 100%;
  min-height: 100%;
}

.md-select-menu {
  max-width: 200px;
  min-width: 100px;
}

.md-toolbar {
  background: #0d47a1;
  padding: 5px;
  max-height: 45px;
  min-height: 45px;
}

.md-card-header {
  background: #0d47a1;
  color: #ffffff;
  text-align: center;
}

.title {
  background: #0d47a1;
  color: #ffffff;
  padding: 10px;
  font-size: 1.2em;
  min-height: 60px;
  max-height: 60px;
  text-align: center;
}

.details {
  /*border: 15px solid #ffea00;
    border-radius: 4px;*/
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  background: #000428;
  background: -webkit-linear-gradient(to left, #004e92, #000428);
  background: linear-gradient(to left, #004e92, #000428);
  color: #ffffff;
  width: 100%;
}

.foldertitle {
  background: #000428;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #004e92, #000428);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #004e92, #000428);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  min-height: 50px;
  color: #ffffff;
  padding-top: 10px;
  font-size: 1.2em;
  width: 100%;
}

.foldertitle span:nth-of-type(2) {
  float: right;
  padding-right: 20px;
}

.foldertitle span:nth-of-type(1) {
  float: left;
}

.openfolder {
  background-color: #262727;
  color: #ffffff;
  max-width: 100%;
  left: 0;
  white-space: wrap;
  font-size: 0.95em;
  padding: 5px;
}

i.material-icons {
  vertical-align: middle !important;
}

.md-button.md-cornered {
  border-radius: 1;
}

.copyright {
  text-align: center;
}

.btn-primary {
  color: #ffffff;
  text-transform: capitalize;
  text-emphasis: bold;
  font-size: 0.95em;
  max-height: 60px;
}

.md-button {
  color: currentColor;
  text-transform: capitalize;
  /*text-emphasis: bold;*/
  font-size: 0.95em;
  max-height: 30px;
}

.tableButtons {
  display: flex;
  flex-direction: row;
}

.md-button:not([disabled]):hover {
  background-color: rgba(158, 158, 158, 0.2);
}

.md-button[disabled] {
  color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}

md-card {
  box-sizing: border-box;
  margin: 5px !important;
}

.parent {
  display: flex;
  align-items: center;
}

.left {
  margin-right: auto;
  color: #ffffff;
}

.middle {
  margin-right: auto;
  color: #ffffff;
}

.right {
  margin-left: auto;
  color: #ffffff;
}

/*
md-toast.md-bottom {
    left: 50%;
    margin-left: -150px;
    min-width: 100%;
    text-align: center;
    opacity: 0.9;
    min-height: 50px;
}*/

md-toast.md-error-toast-theme div.md-toast-content {
  color: white !important;
  background-color: red !important;
}

md-toast.md-warning-toast-theme div.md-toast-content {
  color: white !important;
  background-color: orangered !important;
}

md-toast.md-info-toast-theme div.md-toast-content {
  color: Black !important;
  background-color: #ffff45 !important;
  font-size: 1em;
  font-weight: 500;
}

md-toast.md-success-toast-theme div.md-toast-content {
  color: white !important;
  background-color: #0ea913 !important;
}

md-toast.md-center {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

.md-toast-text {
  white-space: pre-line;
}

.multi_line .md-toast-content {
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 350px;
}

.multi_line .md-toast-content .md-toast-text {
  max-height: 150px;
  overflow-y: hidden;
  display: block;
}

md-datepicker {
  min-width: 200px;
  width: auto;
  margin-left: 0px;
}

md-select {
  min-width: 200px;
  width: auto;
}

input {
  min-width: 200px;
  width: auto;
}

.searchForm {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 10px;
}

.createForm {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 10px;
}

.modifyDocumentPropertiesForm {
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 10px;
}

md-input-container {
  display: inline-block;
  position: relative;
  padding: 10px;
  margin: 18px 0;
  vertical-align: middle;
  text-align: left;
}

#loginView {
  margin-top: 10px;
  display: flex;
  flex: 1 100%;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
}

#folderView,
#documentView {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.scrollup {
  background: rgba(0, 0, 0, 0) url("../img/icon_top.png") no-repeat scroll 0 0;
  bottom: 50px;
  height: 65px;
  position: fixed;
  right: 15px;
  text-indent: -9999px;
  width: 65px;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  -ms-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}

.visible {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  -ms-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}

.select-page {
  width: 50px;
  text-align: center;
}

.pagination li a input {
  padding: 0;
  margin: -5px 0;
}

.st-sort-ascent:before {
  content: "\25B2";
}

.st-sort-descent:before {
  content: "\25BC";
}

.table-responsive {
  width: 98%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3px;
  font-size: 0.9em;
  vertical-align: middle;
  margin: 20px;
  margin-top: 5px;
}

.table td,
.table th {
  padding: 0.1rem;
  vertical-align: center;
  /*padding-top: 5px;*/
}

.table-responsive-sm {
  width: 98%;
  font-size: 0.95em;
  vertical-align: middle;
  padding: 3px;
  margin: 20px;
  margin-top: 5px;
}

.md-dialog-title {
  background: #000428;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #004e92, #000428);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #004e92, #000428);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.md-dialog-content-body p {
  white-space: pre;
  border-radius: 2em;
}

.dropzone {
  border: dotted 3px lightgray;
}

/* Default class applied to drop zones on over */

.invalid-drag {
  border: dotted 3px red;
}

.valid-drag {
  border: dotted 3px green;
}

html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

html,
body {
  height: 100%;
  line-height: 1.2;
  background-color: #ffffff !important;
}

body {
  opacity: 0;
}

body.loaded {
  opacity: 1;
}
.previewIcon {
  width: 400px;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
}

.inline-block {
  display: inline-block;
  margin: 0.2em;
}

md-toast {
  z-index: 10000;
}

.md-fixed-top {
  position: fixed;
  top: 66px;
}

.md-fixed-right {
  position: fixed;
  right: 16px;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(../iconfont/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"),
    url(../iconfont/MaterialIcons-Regular.woff2) format("woff2"),
    url(../iconfont/MaterialIcons-Regular.woff) format("woff"),
    url(../iconfont/MaterialIcons-Regular.ttf) format("truetype");
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.md-checkbox {
  top: 25%;
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */

@media screen and (max-width: 768px) {
  .material-icons {
    font-size: 36px;
  }
  .icon {
    height: 42px;
    width: 42px;
  }
  md-checkbox {
    margin-bottom: 0;
    cursor: pointer;
    padding-left: 4px;
    padding-right: 0;
    line-height: 26px;
    min-width: 8px;
    min-height: 12px;
    transform: scale(1);
  }
}

@media screen and (min-width: 769px) {
  .material-icons {
    font-size: 24px;
  }
  .icon {
    height: 36px;
    width: 36px;
  }
  md-checkbox {
    cursor: pointer;
    padding-left: 4px;
    padding-right: 0;
    line-height: 26px;
    min-width: 8px;
    min-height: 12px;
    transform: scale(0.9);
  }
}

.form-field__label {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  left: 0;
  margin: 0;
  padding: 18px 12px 0;
  position: absolute;
  top: 0;
  transition: 0.4s;
  width: 100%;
}

/*
md-checkbox {
    margin: 4px;
    cursor: pointer;
    padding-left: 4px;
    padding-right: 0;
    line-height: 26px;
    min-width: 8px;
    min-height: 12px;
    transform: scale(1);
}
*/

md-checkbox.md-checked.green .md-icon {
  background-color: rgba(7, 160, 27, 0.5);
}

.md-button.md-small {
  min-width: 60px;
  max-width: 60px;
  font-size: 1em;
  vertical-align: top;
  padding: 0 0;
  margin: 1;
}

/* Added section to fix problem with sub-menus showing behind */

.md-select-menu-container {
  z-index: 100;
}

.md-select-menu-container.md-active {
  z-index: 100;
}

/* added override for the year portion of the date range control */

#select_18 {
  min-width: 75px;
  max-width: 100px;
}

.th {
  cursor: pointer;
}

/* Spinner CSS */

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;

  z-index: 10000;
}

.overlay {
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.286);
  z-index: 500;
  top: 0;
  left: 0;
  position: fixed;
}

/* End Spinner CSS */

/* Cover-Spin */

#cover-spin {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: none;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#cover-spin::after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: black;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

/* end of Cover-Spin */

/* theme for the move results dialog to make the dialog wider than the data */
.ngdialog.ngdialog-theme-plain.custom-size .ngdialog-content {
  width: 80%;
  height: 80%;
}

.doNotDisplay {
  display: none !important;
}

#unsupportedBrowserTitle {
  font-size: 2em;
  text-align: center;
}

#unsupportedBrowserMessage {
  font-size: 1em;
  text-align: center;
}

#unsupportedBrowser {
  /*height: 100%;*/

  width: 100%;
  background: #336699;
  color: #ffffff;
  height: 100%;
  display: block;
}
#unsupportedBrowserLogo {
  padding-top: 50px;
  text-align: center;
}

#tableSupportedBrowserLinks.center {
  margin-left: auto;
  margin-right: auto;
}

#unsupportedBrowserChrome {
  margin: 20px;
}

#unsupportedBrowserFirefox {
  margin: 20px;
}

#unsupportedBrowserSafari {
  margin: 20px;
}
#unsupportedBrowserBackground {
  height: 100%;
  width: 100%;
}

#unsupportedBrowserIETitle {
  font-size: 2em;
  text-align: center;
}

#unsupportedBrowserIEMessage {
  font-size: 1em;
  text-align: center;
}

#unsupportedBrowserIE {
  /*height: 100%;*/

  width: 100%;
  background: #336699;
  color: #ffffff;
  height: 100%;
}
#unsupportedBrowserIELogo {
  margin-top: 50px;
  text-align: center;
}

#tableSupportedBrowserIELinks.center {
  margin-left: auto;
  margin-right: auto;
}

#unsupportedBrowserIEChrome {
  margin: 20px;
}

#unsupportedBrowserIEFirefox {
  margin: 20px;
}

#unsupportedBrowserIESafari {
  margin: 20px;
}
#unsupportedBrowserIEBackground {
  height: 100%;
  width: 100%;
}

#unableToAccessAuthServerTitle {
  font-size: 2em;
  text-align: center;
}

#unableToAccessAuthServerMessage {
  font-size: 1em;
  text-align: center;
}

#unableToAccessAuthServerBrowser {
  /*height: 100%;*/

  width: 100%;
  background: #336699;
  color: #ffffff;
  height: 100%;
}
#unableToAccessAuthServerLogo {
  margin-top: 50px;
  text-align: center;
}

.userAdmintitle {
  background: #000428;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #004e92, #000428);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #004e92, #000428);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  height: 60px;
  color: #ffffff;
  padding-top: 10px;
  font-size: 1.2em;
  width: 100%;
}

.userAdmintitle span:nth-of-type(2) {
  float: right;
  padding-right: 20px;
}

.userAdmintitle span:nth-of-type(1) {
  float: left;
}

#userAdmin {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.userAdminRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.userAdminFormRight {
  margin-left: 30px;
  margin-top: -10px;
}

.userActionslegend {
  color: #3f51b5;
}

.userActionsfieldset {
  height: 100%;
}

.userActions-select-all-checkboxes {
  padding-left: 30px;
}

.personalityAdmintitle span:nth-of-type(2) {
  float: right;
  padding-right: 20px;
}

.personalityAdmintitle span:nth-of-type(1) {
  float: left;
}

.personalityAdmintitle {
  background: #000428;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #004e92, #000428);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #004e92, #000428);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  height: 60px;
  color: #ffffff;
  padding-top: 10px;
  font-size: 1.2em;
  width: 100%;
}

.drawerAdminRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.drawerAdminFormRight {
  margin-right: 80px;
  margin-top: 0px;
}

.dialog-button-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.round-background {
  /* background: #082A87;
    padding:4px;
    border-radius: 50%; */
  color: #ffffff;
}

.userList {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.userAdminDialog {
  padding: 0px 24px 24px 24px !important;
}

.dateRangeLabel {
  color: #757575;
  /* color: #1d5cb9; */
  font-size: 0.75em;
  margin-bottom: 8px;
}

.dateRangeControl {
  margin: 3px 8px 0px 8px;
}

.md-select-value {
  border-bottom-color: #d3d3d3;
}

.pagination {
  justify-content: flex-end;
  align-content: center;
  font-weight: 500;
  line-height: 1.5;
  font-size: 1rem;
  height: 100%;
}

.pagination a:not(.active) {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination .active a {
  background-color: #014686;
  color: white !important;
  border-radius: 4px;
}

.pagination a:hover:not(.active) {
  background-color: rgba(221, 221, 221, 0.753);
  border-radius: 4px;
}

.paginationContainer {
  padding-right: 80px !important;
  padding-top: 20px !important;
  width: 100%;
  height: 100%;
}

.disabled {
  color: #b6b6b6 !important;
}

.hidden {
  display: none;
}

.pageCount {
  margin-bottom: 20px;
  margin-left: 10px;
  font-weight: 500;
  font-size: 1rem;
}

.tableHeader {
  vertical-align: center;
}

.menuRow {
  display: flex;
  flex-direction: row;
}

.clickableButton {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 20px 0px 20px 0px;
}

.clickableButton:hover {
  background: #ececec;
  cursor: pointer;
}

.menuButton {
  color: #2046a0;
  margin-left: 20px;
  font-weight: 500;
  font-size: 1em;
}

.userMenu {
  min-height: 100%;
  overflow-y: hidden;
}

.paginationBlock {
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  width: 100%;
  justify-content: center;
}