@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjARc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu52xP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ABc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBhc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
html,
body {
  height: 100%;
  color: #4F4F4F;
  background-color: #F8F8F8;
  font-family: Roboto, sans-serif;
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
.wrap > .container,
.wrap > .container-fluid {
  padding: 20px 15px 20px;
}
.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.not-set {
  color: #c55;
  font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {
  content: "\e151";
}
a.desc:after {
  content: "\e152";
}
.sort-numerical a.asc:after {
  content: "\e153";
}
.sort-numerical a.desc:after {
  content: "\e154";
}
.sort-ordinal a.asc:after {
  content: "\e155";
}
.sort-ordinal a.desc:after {
  content: "\e156";
}
/*.grid-view td {*/
/*  white-space: nowrap;*/
/*}*/
.grid-view .filters input,
.grid-view .filters select {
  min-width: 50px;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
a,
.page-item .page-link {
  color: #35647D;
}
.page-item.active .page-link {
  background-color: #35647D;
}
.summary {
  color: #35647D;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
/* align the logout "link" (button in form) of the navbar */
@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
}
.nav > li > form > button.logout:focus {
  outline: none;
}
.media-view .krajee-default.file-preview-frame {
  display: inline-block;
  float: none;
}
.has-error {
  color: #F42434;
}
#main-nav-collapse {
  display: flex;
  justify-content: flex-end;
}
#main-nav {
  background-color: #ffffff;
}
#main-nav .navbar-nav {
  align-items: center;
}
#searchbar {
  display: flex;
  justify-content: flex-end;
}
#searchbar form {
  width: 45%;
}
#searchbar input {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 32px;
  width: 100%;
  background: #ffffff url("../img/icon_search.png") no-repeat right center;
}
.dark-bg {
  background-color: #35647D;
}
.line-t {
  border-top: 1px solid #E0E0E0;
}
.action-row .actions {
  display: flex;
  justify-content: flex-end;
}
.action-row .action-btn {
  padding: 20px;
  background-color: #4F4F4F;
  margin-right: 10px;
}
.action-row .save-btn {
  margin-right: 0;
  background-color: #57c9e8;
}
.file-data .row {
  border-top: 1px solid #E0E0E0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.file-data .row .view-label {
  font-size: 0.8rem;
}
.file-data .row .view-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.file-data .row .view-content .file-title {
  flex-grow: 1;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.file-data .row .file-item {
  display: flex;
  align-items: center;
}
.file-data .row .file-item .view-label {
  white-space: nowrap;
}
.file-data .row .file-item .view-content {
  flex-grow: 1;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: bold;
}
.file-data .action-row {
  margin-top: 80px;
  border-top: 0 none;
}
.file-data .action-row .save-btn {
  margin-left: auto;
}
.file-data .action-row .delete-btn {
  background-color: #F42434;
}
.media-index thead th {
  border: 0 none;
}
.media-index .table-hover tbody tr:hover {
  background-color: rgba(87, 201, 232, 0.5);
}
.media-index tr {
  position: relative;
  height: 65px;
}
.media-index tr hr {
  margin-bottom: 0;
  margin-top: 0;
}
.media-index .grid-action-col {
  padding: 0;
}
.grid-actions {
  display: none;
  position: absolute;
  right: 0px;
  z-index: 100;
}
.grid-actions .action-row {
  height: 100%;
}
.grid-actions .action-row .actions {
  height: 100%;
}
.grid-actions .action-row .actions .action-btn {
  margin: 0;
  display: flex;
  align-items: center;
}
.grid-actions .action-row .actions .update-btn {
  background-color: #57c9e8;
}
#media-upload-wrap {
  background: #DADFE1;
}
#media-upload-wrap #media-index-upload {
  display: none;
  margin-bottom: 20px;
}
#media-upload-wrap #media-index-upload .file-preview {
  border: 0 none;
}
#toggle-upload-btn {
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
  background: transparent url("../img/btn_hide_upload.png") no-repeat center center;
  margin: -52px auto -9px;
  z-index: 200;
  text-decoration: none;
}
#toggle-upload-btn.off {
  background-image: url("../img/btn_show_upload.png");
  margin: -22px auto -23px;
}
/*# sourceMappingURL=site.css.map */