@charset "UTF-8";
.btn {
  font-size: 13px;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  min-width: 130px;
  text-transform: uppercase;
  border-radius: 0;
  transition: all ease 0.3s;
}

.btn-primary {
  background: #00a5c1;
  border-color: #00a5c1;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: white;
  border-color: #00a5c1;
  color: #00a5c1;
  transition: all ease 0.3s;
}

.next-btn a {
  background: #00a5c1;
  border: solid 1px #00a5c1;
  transition: all ease 0.3s;
  font-size: 13px;
  font-weight: 700;
  padding: 1rem 3rem;
  min-width: 130px;
  text-transform: uppercase;
  border-radius: 0;
  color: white;
  white-space: nowrap;
}
.next-btn a:hover, .next-btn a:active {
  background-color: white;
  border-color: #00a5c1;
  color: #00a5c1;
  text-decoration: none;
  transition: all ease 0.3s;
}

@media screen and (max-width: 576px) {
  .next-btn a {
    padding: 1rem;
  }
}
.btn-hollow {
  padding: 0.5rem 0;
  min-width: auto;
}

.red {
  color: #cc302e;
  transition: color ease 0.3s;
}
.red:hover {
  color: red;
  transition: color ease 0.3s;
}

header {
  z-index: 1000;
  background: white;
  width: 100%;
}
header .navbar {
  padding: 25px 60px;
  background: white;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
header .navbar .navbar-brand {
  padding: 0;
}
header .navbar .navbar-brand img {
  height: 25px;
  display: none;
}
header .navbar .button-logout {
  color: black;
  text-transform: uppercase;
}

.front-page-heading h2 {
  color: black;
}

.jumbotron {
  margin-top: 40px;
  height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("./img/hero_surgical_solutions.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  color: white;
  margin-bottom: 0;
  border-radius: 0;
}
.jumbotron .page-slogan {
  display: none;
  position: absolute;
  left: 50px;
  top: 20px;
  color: white;
  font-size: 24px;
  font-weight: 700;
  padding: 0;
  text-decoration: none;
}
.jumbotron .page-subslogan {
  display: none;
  position: absolute;
  left: 208px;
  top: 50px;
  font-size: 18px;
  padding: 0;
  color: white;
  text-decoration: none;
}
.jumbotron h1 {
  z-index: 100;
  text-align: center;
  margin: 0;
}
.jumbotron .overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 41, 71, 0.53);
}

@media screen and (max-width: 576px) {
  .jumbotron {
    height: 400px;
  }
  .jumbotron h2.page-slogan {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .jumbotron h3.page-slogan {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .jumbotron h1.page-title {
    font-size: 24px;
  }
}
footer {
  background: #0c1322;
  text-align: center;
  color: #9297a3;
}
footer a {
  color: #9297a3;
}

.search-container {
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 35px;
  padding: 20px 40px;
}
.search-container #searchform {
  display: flex;
  align-items: center;
}
.search-container #searchform .search-input {
  flex: 1;
  margin-right: 1.5rem;
}
.search-container #searchform .search-input input {
  width: 100%;
  font-size: 15px;
  height: 52px;
  padding: 10px;
  border-top: none;
  border-bottom: 1px solid #c3cbdf;
  border-right: none;
  border-left: none;
  outline: none;
}
.search-container #searchform .search-input input:focus {
  border-color: #4675e3;
}
.search-container #searchform .search-submit input {
  padding: 1rem 1.5rem;
  min-width: 160px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .search-container {
    padding: 1rem;
  }
  .search-container #searchform .search-submit input {
    min-width: auto;
  }
}
.tile-list .tile {
  color: black;
  position: relative;
}
.tile-list .tile.uploading {
  cursor: auto;
  pointer-events: none;
}
.tile-list .tile.uploading .tile-content {
  background-color: #e0e0e0;
}
.tile-list .tile.uploading .tile-content .tile-image {
  opacity: 0.5;
}
.tile-list .tile.uploading .tile-content .tile-name {
  opacity: 0.5;
}
.tile-list .tile.uploading .tile-content .three-dots {
  display: none;
}
.tile-list .tile.uploading .tile-content .tile-progress {
  display: block;
}
.tile-list .tile.shared-folder .tile-content {
  border-bottom-color: #039f62 !important;
}
.tile-list .tile.shared-folder .tile-content .left-actions {
  visibility: visible;
}
.tile-list .tile.shared-folder .tile-content .left-actions .onedrive-icon {
  display: none;
}
.tile-list .tile.one-drive .open-in-onedrive {
  display: block !important;
}
.tile-list .tile.one-drive .tile-image {
  opacity: 0.5;
}
.tile-list .tile.one-drive .tile-content {
  border-bottom-width: 0px !important;
  height: 100%;
}
.tile-list .tile.one-drive .left-actions {
  visibility: visible !important;
}
.tile-list .tile.one-drive .three-dots {
  visibility: hidden !important;
}
.tile-list .tile .open-in-onedrive {
  display: none;
  position: absolute;
  background-color: #039f62;
  color: white;
  text-align: center;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1rem 0.5rem;
}
.tile-list .tile .open-in-onedrive:hover {
  text-decoration: underline;
}
.tile-list .tile .tile-content {
  position: relative;
  transition: box-shadow ease 0.3s, transform ease 0.3s;
  background-color: white;
  border: solid 1px #979797;
  border-bottom: solid 15px #00a5c1;
  box-shadow: none;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
  padding: 0 1rem;
}
.tile-list .tile .tile-content .tile-image {
  margin: 0 0 1rem 0;
  width: 100px;
  height: 100px;
}
.tile-list .tile .tile-content i.tile-image {
  display: block;
  font-size: 100px;
  margin-left: auto;
  margin-right: auto;
  color: #00a5c1;
}
.tile-list .tile .tile-content .tile-name {
  height: 55px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.tile-list .tile .tile-content .three-dots {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.tile-list .tile .tile-content .left-actions {
  visibility: hidden;
  position: absolute;
  left: 1rem;
  top: 1rem;
  display: flex;
  gap: 0.5rem;
}
.tile-list .tile .tile-content .onedrive-icon {
  height: 23px;
  width: auto;
}
.tile-list .tile .tile-content .shared-icon {
  position: relative;
  padding-right: 5px;
}
.tile-list .tile .tile-content .shared-icon img {
  height: 23px;
  width: auto;
}
.tile-list .tile .tile-content .shared-icon span {
  position: absolute;
  top: 1px;
  left: 16px;
  height: 18px;
  min-width: 18px;
  background-color: #50b948;
  color: #fff;
  font-size: 0.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: solid 2px #fff;
  padding: 2px;
}
.tile-list .tile .tile-content .tile-actions {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.tile-list .tile .tile-content .tile-actions .tile-action {
  background: #fff;
  border-bottom: solid 1px #d0d0d0;
  padding: 1rem;
  width: 100%;
  font-size: 0.85rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  transition: background-color ease 0.3s opacity ease 0.3s;
  cursor: pointer;
}
.tile-list .tile .tile-content .tile-actions .tile-action label {
  cursor: pointer;
  margin: 0 0 0 1rem;
}
.tile-list .tile .tile-content .tile-actions .tile-action .tile-action-image {
  width: 32px;
  text-align: center;
}
.tile-list .tile .tile-content .tile-actions .tile-action:hover {
  background-color: #f6f6f6;
  transition: background-color ease 0.3s;
}
.tile-list .tile .tile-content .tile-progress {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f0f0f0;
  padding: 0.5rem;
  height: 38px;
}
.tile-list .tile .tile-content .tile-progress .tile-progress-bar {
  width: 30%;
  background: #50b948;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.tile-list .tile .tile-content .tile-progress span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  font-size: 1rem;
}
.tile-list .tile:hover {
  text-decoration: none;
}
.tile-list .tile:hover .tile-content {
  box-shadow: #d8d8d8 8px 8px 0;
  transition: box-shadow ease 0.3s, transform ease 0.3s;
  transform: scale(1.05);
}
.tile-list .no-border .tile-content {
  border: none;
  box-shadow: none;
}
.tile-list .user-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.tile-list .user-list .search-users {
  margin-bottom: 1rem;
  display: flex;
}
.tile-list .user-list .search-users input {
  width: 100%;
  padding: 0.5rem;
  border: solid 1px #d0d0d0;
  box-shadow: 1px 1px 1px #aaa;
}
.tile-list .user-list .search-users button {
  margin-left: 1rem;
}
.tile-list .user-list .right-user-panel {
  flex: 1;
}
.tile-list .user-list .right-user-panel .user-item {
  width: 100%;
}
.tile-list .user-list .right-user-panel .user-item .tile-content {
  background-color: inherit;
  display: flex;
  align-items: center;
  border: solid 1px #f0f0f0;
  margin: 0.25rem 0;
  padding: 0.25rem;
  width: 100%;
}
.tile-list .user-list .right-user-panel .user-item .tile-content img {
  height: 32px;
}
.tile-list .user-list .right-user-panel .user-item .tile-content .tile-name {
  flex: 1;
}
.tile-list .user-list .right-user-panel .user-item.hidden {
  display: none;
}
.tile-list .user-list .right-user-panel .user-item:hover {
  text-decoration: none;
  background-color: #f6f6f6;
}

@media screen and (max-width: 1024px) {
  .tile-list .tile .tile-content .tile-name {
    -webkit-line-clamp: 3;
  }
}
.single-app .tile-list .tile .tile-content .tile-name {
  overflow-y: hidden;
}

nav .breadcrumb {
  background: none;
  padding-left: 0;
  padding-right: 0;
}
nav .breadcrumb .breadcrumb-item {
  font-size: 22px;
  font-weight: 700;
}
nav .breadcrumb .breadcrumb-item a {
  color: #00a5c1;
}

.domain-add-text {
  font-weight: 800;
}

.domains-form .form-group {
  align-items: center;
}
.domains-form .form-group input {
  width: 100%;
}

.add-new-domain {
  color: #00a5c1;
  text-transform: none;
}
.add-new-domain i {
  font-size: 30px;
  vertical-align: middle;
}
.add-new-domain:hover {
  color: #00a5c1;
}

.web-developer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.web-developer .form-group input {
  width: 100%;
}
.web-developer img {
  max-width: 90%;
}

.video-list .video-list-item {
  position: relative;
  display: flex;
  align-items: center;
  color: black;
  border-bottom: solid 5px transparent;
  background-color: white;
  transition: border-bottom ease 0.3s, background-color ease 0.3s;
  box-sizing: border-box;
}
.video-list .video-list-item .video-thumbnail {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.video-list .video-list-item .video-title {
  font-weight: 700;
  font-size: 20px;
}
.video-list .video-list-item:hover {
  transition: all ease 0.3s;
  text-decoration: none;
  background-color: #efefef;
  border-color: #00a5c1;
  transition: border-bottom ease 0.3s, background-color ease 0.3s;
}

.iframe-video iframe {
  width: 100%;
  height: 550px;
}

@media screen and (max-width: 992px) {
  .iframe-video iframe {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .iframe-video iframe {
    height: 350px;
  }
}
@media screen and (max-width: 576px) {
  .iframe-video iframe {
    height: 300px;
  }
}
.web-developer table tr td:first-of-type {
  padding-right: 3rem;
  width: 50%;
  border-right: solid 2px #dae0eb;
}
.web-developer table tr td:last-of-type {
  padding-left: 3rem;
  width: 50%;
}
.web-developer table tr:first-of-type td {
  font-size: 25px;
  font-weight: 800;
  color: #00a5c1;
  padding-bottom: 0.5rem;
}
.web-developer table tr:last-of-type td {
  padding-top: 3rem;
  padding-bottom: 15rem;
  text-align: center;
}
.web-developer table a {
  color: white;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  min-width: 130px;
  text-transform: uppercase;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  background: #00a5c1;
  border-color: #00a5c1;
  margin-left: auto;
  margin-right: auto;
}
.web-developer table a:hover, .web-developer table a:active {
  background-color: white;
  border-color: #00a5c1;
  color: #00a5c1;
  text-decoration: none;
}

.error {
  border-color: red;
}

.message.error,
.developer-message.error {
  color: red;
}

.files-list .tile-description {
  font-weight: normal;
  font-size: 14px;
}
.files-list .tile-content {
  border: solid 1px #979797 !important;
}

@media screen and (max-width: 768px) {
  iframe {
    width: 100%;
  }
}
.show-description, .making-custom-video {
  padding: 0.5rem 1.5rem;
  align-items: center;
}
.show-description label, .making-custom-video label {
  margin-bottom: 0;
  margin-right: 0.5rem;
}

/* Customize the label (the container) */
.show-description, .making-custom-video {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #00a5c1;
}

/* Hide the browser's default checkbox */
.show-description input, .making-custom-video input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: solid 2px #00a5c1;
}

/* On mouse-over, add a grey background color */
.show-description:hover input ~ .checkmark, .making-custom-video:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.show-description input:checked ~ .checkmark, .making-custom-video input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.show-description input:checked ~ .checkmark:after, .making-custom-video input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.show-description .checkmark:after, .making-custom-video .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #00a5c1;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.image-entire-widget {
  width: 100%;
  max-width: 735px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.image-entire-widget-small {
  width: 250px;
}

form .form-group {
  display: flex;
}
form .form-group input {
  width: 485px;
  border-radius: 0;
}
form .error {
  border: solid 1px red !important;
}
form .select2.error {
  border: none !important;
}
form .select2.error .select2-selection {
  border: solid 1px red !important;
}
form label.error {
  border: none !important;
}

/* Base for label styling */
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  position: relative;
  padding-left: 45px;
  cursor: pointer;
  margin-bottom: 4px;
  display: inline-block;
  font-size: 16px;
}

/* checkbox aspect */
[type=checkbox]:not(:checked) + label:before,
[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  border: 1px solid #cccccc;
  background: #ffffff;
  border-radius: 0px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* checked mark aspect */
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:checked + label:after {
  content: "✔";
  position: absolute;
  top: 0px;
  left: 5px;
  font-size: 26px;
  line-height: 1.2;
  color: #50b74a;
  transition: all 0.2s;
}

/* checked mark aspect changes */
[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
[type=checkbox]:disabled:not(:checked) + label:before,
[type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #999999;
  background-color: #dddddd;
}

[type=checkbox]:disabled:checked + label:after {
  color: #999999;
}

[type=checkbox]:disabled + label {
  color: #aaaaaa;
}

/* accessibility */
[type=checkbox]:checked:focus + label:before,
[type=checkbox]:not(:checked):focus + label:before {
  border: 2px dotted #0000ff;
}

/* hover style just for information */
label:hover:before {
  border: 2px solid #4778d9 !important;
  background: #ffffff;
}

input[type=text] {
  border: solid 1px #f0f0f0;
}

.upload-form {
  padding: 1rem;
  border: 2px dotted #aaa;
}
.upload-form form .form-group {
  flex-direction: column;
}
.upload-form form .form-group .button-bar {
  margin-top: 1rem;
  text-align: right;
}
.upload-form form .form-group .button-bar input {
  width: auto;
}

/* Pretty printing styles. Used with prettify.js. */
/* Vim sunburst theme by David Leibovic */
pre .str,
code .str {
  color: #65b042;
} /* string  - green */
pre .kwd,
code .kwd {
  color: #e28964;
} /* keyword - dark pink */
pre .com,
code .com {
  color: #aeaeae;
  font-style: italic;
} /* comment - gray */
pre .typ,
code .typ {
  color: #89bdff;
} /* type - light blue */
pre .lit,
code .lit {
  color: #3387cc;
} /* literal - blue */
pre .pun,
code .pun {
  color: #89af40;
} /* punctuation - white */
pre .pln,
code .pln {
  color: #89af40;
} /* plaintext - white */
pre .tag,
code .tag {
  color: #89bdff;
} /* html/xml tag    - light blue */
pre .atn,
code .atn {
  color: #bdb76b;
} /* html/xml attribute name  - khaki */
pre .atv,
code .atv {
  color: #65b042;
} /* html/xml attribute value - green */
pre .dec,
code .dec {
  color: #3387cc;
} /* decimal - blue */
pre.prettyprint,
code.prettyprint {
  background-color: #eeeeee;
  border: none !important;
}

pre.prettyprint {
  width: 100%;
  margin: 1em auto;
  padding: 1em;
  white-space: pre-wrap;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
  color: #a0a0a0;
} /* IE indents via margin-left */
ol.linenums li {
  list-style-type: decimal !important;
  border-left: solid 1px #808080;
}
ol.linenums li code {
  padding-left: 1rem;
}

/* Alternate shading for lines */
@media print {
  pre .str,
  code .str {
    color: #060;
  }
  pre .kwd,
  code .kwd {
    color: #006;
    font-weight: bold;
  }
  pre .com,
  code .com {
    color: #600;
    font-style: italic;
  }
  pre .typ,
  code .typ {
    color: #404;
    font-weight: bold;
  }
  pre .lit,
  code .lit {
    color: #044;
  }
  pre .pun,
  code .pun {
    color: #440;
  }
  pre .pln,
  code .pln {
    color: #000;
  }
  pre .tag,
  code .tag {
    color: #006;
    font-weight: bold;
  }
  pre .atn,
  code .atn {
    color: #404;
  }
  pre .atv,
  code .atv {
    color: #060;
  }
}
.search-results-list .search-result {
  background-color: white;
  transition: border-bottom ease 0.3s, background-color ease 0.3s;
  box-sizing: border-box;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #c3cbdf;
}
.search-results-list .search-result img {
  width: 75px;
  height: 75px;
  margin-right: 1rem;
}
.search-results-list .search-result:hover {
  transition: all ease 0.3s;
  text-decoration: none;
  background-color: #efefef;
  border-bottom: solid 1px #00a5c1;
  transition: border-bottom ease 0.3s, background-color ease 0.3s;
}
.search-results-list .search-result .search-result-text {
  word-break: break-word;
}

.pagination {
  margin: 2rem 0 1rem 0;
  text-align: center;
  display: block;
  width: 100%;
}
.pagination span, .pagination a {
  border: solid 1px #c3cbdf;
  display: inline-block;
  padding: 0.25rem;
  transition: border-bottom ease 0.3s, background-color ease 0.3s;
}
.pagination span:hover, .pagination a:hover {
  text-decoration: none;
  background-color: #efefef;
  transition: border-bottom ease 0.3s, background-color ease 0.3s;
}

.hidden {
  display: none;
}

.file-drop-box .form-control {
  height: auto;
  padding: 1rem;
}
.file-drop-box .form-control label {
  margin-bottom: 0;
}

.upload-progress-bar-container {
  border: solid 1px #00a5c1;
}
.upload-progress-bar-container .upload-progress-bar {
  background-color: #00a5c1;
  height: 10px;
}

.upload-progress-label .spinner-border {
  vertical-align: middle;
  margin-right: 0.5rem;
  color: #00a5c1;
}

.my-folder-container h5 {
  font-weight: 400;
}
.my-folder-container .info {
  position: relative;
  margin-top: 1rem;
  background: #fff;
  padding: 2rem;
  display: block;
}
.my-folder-container .info .coll {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
}
.my-folder-container .info .coll svg {
  width: 32px;
  height: 32px;
  margin: 0;
}
.my-folder-container .info.collapsed .coll {
  transform: rotate(180deg);
}
.my-folder-container .info.collapsed .get-started {
  display: none;
}
.my-folder-container .info svg {
  display: inline-block;
  height: 48px;
  width: 48px;
}
.my-folder-container .info h4 {
  display: inline-block;
  margin-left: 1rem;
  font-weight: 700;
}
.my-folder-container .info .get-started {
  margin-top: 1rem;
}

#create-shared-folder {
  float: right;
  margin-top: -60px;
}

.modal .modal-dialog {
  max-width: 900px;
}
.modal .modal-dialog .modal-body .message-text {
  height: 300px;
  border: solid 1px #ededed;
  padding: 1rem;
  overflow-y: auto;
}
.modal .modal-dialog .download {
  margin: 1.5rem 0;
}
.modal .modal-dialog .download label {
  font-weight: 800;
}
.modal .modal-dialog .download .pdf-icon {
  height: 32px;
}
.modal .modal-dialog .agreement {
  margin-bottom: 1.5rem;
}
.modal .modal-dialog .modal-footer {
  justify-content: center;
  flex-direction: column;
}
.modal .modal-dialog .modal-footer #agree-button {
  padding-left: 0;
}
.modal .modal-dialog .modal-footer .spinner {
  margin-left: -1.5rem;
  transition: all 0.3s ease;
}
.modal .modal-dialog .modal-footer .loading .spinner {
  visibility: visible !important;
  margin-left: 0;
  transition: all 0.3s ease;
}
.modal .modal-dialog .error {
  color: red;
}
.modal #delete-user-button {
  background: red;
  border-color: red;
}
.modal #delete-user-button:hover {
  background-color: #cc0000;
  border-color: #cc0000;
}

.modal#addUserModal .btn-close {
  height: 24px;
  width: 24px;
  background: #000;
  mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAtElEQVR4nO2WwQ6DMAxD/ROJtv//HHqCwz4HLp00EAMnNaq0YSknar02UBPg1r/KAZRa3uAfIn4DMAKYa70APAPQtL98mN41kTv3unbrH7JgBv4NSoNt06qZaNuZ58GAo3AZNAKXQ5n3Np08y1zDlY5OJT9pFi6FsvBLoCw4knDyVsvglvi4muHe4zoZEQ6ZeD1UJJFkcEvEoAReev0WS69BwHZGl0giNfm97jI0rAn9t35AC0Zz72ONUPbuAAAAAElFTkSuQmCC");
  mask-size: 24px 24px;
}
.modal#addUserModal .btn-close:hover {
  background-color: #666;
}
.modal#addUserModal .modal-footer {
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.modal#addUserModal .error-message {
  color: red;
  font-weight: 500;
}
.modal#addUserModal .error-message.hidden {
  visibility: hidden;
  display: block !important;
}

.modal#shares-modal .modal-dialog .modal-content .modal-header {
  border: none;
}
.modal#shares-modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  margin: auto 0;
  padding: 1.5rem 0;
  width: 100%;
}
.modal#shares-modal .modal-dialog .modal-content .modal-body {
  padding: 0 2rem;
}
.modal#shares-modal .modal-dialog .modal-content .modal-body > h4 {
  font-weight: 700;
}
.modal#shares-modal .modal-dialog .modal-content .modal-body ul.shared-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  max-height: 300px;
}
.modal#shares-modal .modal-dialog .modal-content .modal-body ul.shared-list li {
  padding: 0.5rem 0;
  border-bottom: solid 1px #d4d4d4;
}
.modal#shares-modal .modal-dialog .modal-content .modal-body ul.shared-list li .single-share {
  display: flex;
  align-items: center;
}
.modal#shares-modal .modal-dialog .modal-content .modal-body ul.shared-list li .single-share .share-left {
  flex: 1;
}
.modal#shares-modal .modal-dialog .modal-content .modal-body ul.shared-list li .single-share .share-left h4 {
  margin: 0;
  color: #08ac56;
  font-size: 1rem;
}
.modal#shares-modal .modal-dialog .modal-content .modal-body ul.shared-list li .single-share .share-right {
  padding-right: 1rem;
  font-size: 0.85rem;
  flex: 0;
  text-align: right;
  font-weight: 800;
  text-transform: capitalize;
}
.modal#shares-modal .modal-dialog .modal-content .modal-footer {
  margin-top: 2rem;
  border: none;
}
.modal#shares-modal .modal-dialog .modal-content .modal-footer .btn-end-collab {
  position: relative;
}
.modal#shares-modal .modal-dialog .modal-content .modal-footer .btn-end-collab .progress-text {
  display: none;
}
.modal#shares-modal .modal-dialog .modal-content .modal-footer .btn-end-collab .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #10cb69;
  height: 5px;
  visibility: hidden;
  width: 0%;
}
.modal#shares-modal .modal-dialog .modal-content .modal-footer .btn-end-collab.downloading {
  background-color: #cbc9c9;
  cursor: default;
  pointer-events: none;
}
.modal#shares-modal .modal-dialog .modal-content .modal-footer .btn-end-collab.downloading .progress-text {
  display: inline;
  margin-left: 1rem;
}
.modal#shares-modal .modal-dialog .modal-content .modal-footer .btn-end-collab.downloading .progress-bar {
  visibility: visible;
}
.modal#shares-modal .modal-dialog .modal-content .modal-footer .disclaimer {
  font-weight: 600;
  margin: 2rem 0;
}
.modal#shares-modal .btn-end-collab {
  color: #fff;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 600;
  background-color: #039f62;
  padding: 1rem 4rem;
  transition: background-color ease 0.3s;
}
.modal#shares-modal .btn-end-collab:hover {
  background-color: rgb(2.0555555556, 108.9444444444, 67.1481481481);
  transition: background-color ease 0.3s;
}

#share-folder-modal .modal-body {
  padding: 2rem;
}
#share-folder-modal .modal-body input[type=text] {
  border-color: #aaa;
}
#share-folder-modal .modal-body .select2 {
  margin-top: 0rem;
  width: 100% !important;
}
#share-folder-modal .modal-body .select2 .select2-selection {
  vertical-align: top;
  border: solid 1px #aaa;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 0;
}
#share-folder-modal .modal-body .select2 .select2-selection .select2-selection__rendered {
  height: 100%;
  margin: 0;
  vertical-align: top;
  display: inline-block;
}
#share-folder-modal .modal-body .select2 .select2-selection .select2-selection__rendered li {
  background-color: #f4f4f4;
  background-image: url(img/user-icon.svg);
  padding-left: 40px;
  padding-right: 50px;
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: 5px;
  border: none;
  line-height: 24px;
  padding-bottom: 0.25rem;
}
#share-folder-modal .modal-body .select2 .select2-selection .select2-selection__rendered li .select2-selection__choice__remove {
  left: auto;
  right: 0.5rem;
  border: none;
}
#share-folder-modal .modal-body .select2 .select2-selection .select2-selection__rendered li .select2-selection__choice__display {
  margin-top: 3px;
  height: 100%;
  display: block;
}
#share-folder-modal .modal-body .select2 .select2-selection .select2-search {
  display: inline-block;
}
#share-folder-modal .modal-body .select2 .select2-selection .select2-search .select2-search__field {
  margin: 12px;
}
#share-folder-modal .modal-body .folder-users {
  border-top: solid 1px #ddd;
  margin-top: 1rem;
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 1rem 2rem 2rem 2rem;
}
#share-folder-modal .modal-body .folder-users .add-to-your-group {
  font-weight: 600;
}
#share-folder-modal .btn-save-folder {
  color: #fff;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 600;
  background-color: #039f62;
  padding: 1rem 4rem;
  transition: background-color ease 0.3s;
}
#share-folder-modal .btn-save-folder .progress-text {
  display: none;
}
#share-folder-modal .btn-save-folder:hover {
  background-color: rgb(2.0555555556, 108.9444444444, 67.1481481481);
  transition: background-color ease 0.3s;
}
#share-folder-modal .btn-save-folder.downloading {
  background-color: #cbc9c9;
  cursor: default;
  pointer-events: none;
}
#share-folder-modal .btn-save-folder.downloading .progress-text {
  display: inline;
  margin-left: 1rem;
}
#share-folder-modal .btn-cancel {
  background: none;
  color: #039f62;
  text-decoration: underline;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin: 1.5rem 0;
}
#share-folder-modal .btn-cancel:hover {
  background-color: #f0f0f0;
}

.user-table {
  width: 100%;
}
.user-table tr td {
  border: solid 1px #f0f0f0;
  padding: 0.5rem;
}
.user-table tr td:last-of-type {
  white-space: nowrap;
  width: 1%;
  text-align: center;
  font-size: 0.75rem;
}
.user-table thead td {
  background: #00a5c1;
  color: #fff;
  font-weight: 600;
}
.user-table tbody tr td {
  cursor: pointer;
}

body.login #login h1 {
  background-image: url("img/logo_small.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}
body.login #login h1 a {
  background: none;
}
body.login #login .forgetmenot {
  float: none;
  margin-bottom: 2rem;
}
body.login #login .forgetmenot label {
  font-size: 14px;
  padding-left: 32px;
  line-height: 22px;
}
body.login #login .forgetmenot label:before {
  width: 24px;
  height: 24px;
}
body.login #login .submit {
  margin-top: 2rem;
  text-align: center;
}
body.login #login .submit input[type=submit] {
  float: none;
  font-size: 13px;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  min-width: 130px;
  text-transform: uppercase;
  border-radius: 0;
  transition: all ease 0.3s;
}

html.integralife body {
  background: #f5f5f5;
}
html.integralife body header nav .navbar-brand img {
  display: block;
  height: 100px;
}
html.integralife body .jumbotron {
  height: 340px;
  flex-wrap: wrap;
}
html.integralife body .jumbotron .page-subtitle {
  color: #fff;
}
html.integralife body .search-container {
  bottom: 15px;
  padding: 15px;
}
html.integralife body .search-container .search-submit input[type=submit] {
  background-color: #272927;
  border: none;
  font-size: 1rem;
}
html.integralife body .search-container .search-submit input[type=submit]:hover {
  background-color: #333;
  color: #00a5c1;
}
html.integralife body .tile-list .tile .tile-content {
  border-color: #d9d9d9;
  border-width: 2px;
  border-bottom-color: #272926;
  border-bottom-width: 15px;
}
html.integralife body .tile-list .tile .tile-content img {
  width: auto;
  object-fit: contain;
  max-width: 100%;
}
html.integralife body h2 {
  color: #00a5c1;
}
html.integralife body nav .breadcrumb .breadcrumb-item a {
  color: #00a5c1;
}
html.integralife .modal .modal-dialog a {
  color: #00a5c1;
}
html.integralife .modal .btn {
  min-width: 205px;
}
html.integralife .modal .btn-primary {
  background-color: #00a5c1;
  border-color: #00a5c1;
}
html.integralife .modal .btn-primary:hover {
  background-color: rgb(0, 121.3989637306, 142);
  color: #fff;
}
html.integralife .modal .btn-secondary {
  background-color: transparent;
  color: #00a5c1;
  border: solid 2px #00a5c1;
}
html.integralife .modal .btn-secondary:hover {
  color: rgb(0, 121.3989637306, 142);
}
html.integralife .users-tile .tile-content {
  background-color: #eff7ef;
  border-bottom-color: #00a5c1 !important;
}

body.login #login .submit input[type=submit] {
  background-color: #00a5c1;
  border: none;
}
body.login #login .submit input[type=submit]:hover {
  background-color: rgb(0, 121.3989637306, 142);
}

html,
body {
  font-family: "Muli", sans-serif;
  background: #e8e8e8;
}

h1.page-title {
  font-size: 45px;
  line-height: normal;
  font-weight: 600;
  display: block;
  flex-basis: 100%;
}

h2.page-subtitle {
  font-size: 32px;
  line-height: normal;
  font-weight: 600;
  display: block;
  flex-basis: 100%;
  text-align: center;
  padding: 0;
}

h2 {
  font-size: 25px;
  font-weight: 800;
  color: #00a5c1;
  padding: 2rem 0;
}

h5 {
  font-weight: 700;
  font-size: 20px;
}

h6 {
  font-weight: 700;
}

a {
  color: #00a5c1;
  transition: color ease 0.3s;
}
a:hover {
  color: #00a5c1;
  transition: color ease 0.3s;
}

main {
  margin-bottom: 1rem;
}

section {
  background: white;
}

.mb-6,
.my-6 {
  margin-bottom: 4rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4rem !important;
}

header .navbar {
  background: #021d26;
}

.delete-group {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

#share-folder-modal .btn-save-folder {
  background: #00a5c1;
}
#share-folder-modal .btn-save-folder:hover, #share-folder-modal .btn-save-folder:focus, #share-folder-modal .btn-save-folder:active {
  background: rgb(0, 121.3989637306, 142);
}

#share-folder-modal .btn-cancel {
  color: #00a5c1;
}

.tile-list .tile .tile-content .shared-icon span {
  background-color: #00a5c1;
}

.tile-list .tile.shared-folder .tile-content {
  border-bottom-color: #00a5c1 !important;
}

.tile-list .tile .tile-content .tile-progress .tile-progress-bar {
  background: #00a5c1;
}

.tile-list .tile .open-in-onedrive {
  background-color: #00a5c1;
}

.modal#shares-modal .btn-end-collab {
  background-color: #00a5c1;
}
.modal#shares-modal .btn-end-collab:hover, .modal#shares-modal .btn-end-collab:active, .modal#shares-modal .btn-end-collab:focus {
  background: rgb(0, 121.3989637306, 142);
}

.modal#shares-modal .modal-dialog .modal-content .modal-body ul.shared-list li .single-share .share-left h4 {
  color: #00a5c1;
}

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