@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body, .chaise-body {
  font-family: 'Montserrat', sans-serif !important;
  line-height: 1.6;
}
/* adjust the spacing to work the new font: */
/* the hamburger menu beside "Refine search" */
.chaise-body .side-panel-container .side-panel-heading-menu {
  left: 140px;
}
/* ensure "None on page" button has the proper width */
.chaise-body .chaise-table.table .table-heading .actions-header.multi-select-header button, 
.chaise-body .chaise-table-sticky-header > table .table-heading .actions-header.multi-select-header button {
  width: 130px;
}
/* ensure the "Date" text shows properly on date inputs */
.chaise-body .chaise-input-group-text {
  height: 30px;
}
/* ensure the "Clone" button shows properly on recordedit */
.chaise-body .chaise-input-group-text-sm {
  height: 24px;
}

/* Changes introduced to change copy button on DAR page */
/* misa:data_access_request record page: ake sure there are enough space for the new label */
.r_s_isa.r_t_data_access_request .title-buttons {
    width: 450px !important;
}
/* isa:data_access_request record page:  hide the chaise's default label for copy button */
.r_s_isa.r_t_data_access_request .title-buttons .copy-record-btn span:last-child {
    font-size: 0;
}
/* isa:data_access_request record page: Display the customized label for copy button */
.r_s_isa.r_t_data_access_request .title-buttons .copy-record-btn span:last-child::after {
    content: "Create Renewal/Revision";
    font-size: 1rem;
}
/* isa:data_access_request table: remove the create button */
.r_s_isa.r_t_data_access_request .title-buttons .create-record-btn {
    display: none;
}

/* isa:file compact view: set the width of the RID column */
.s_isa.t_file th.c_EMoAB_mhbAS1xY_2joLByA {
    width: 100px;
}
/* isa:file compact view: set the width of the thumbnail column */
.s_isa.t_file th.c_-Thumbnail-s- {
  width: 300px;
}
/* isa:file compact view: ensure card is displayed properly */
.s_isa.t_file table.file-card-view-details thead {
  display: none;
}
.s_isa.t_file table.file-card-view-details td:nth-child(2) {
  width: 100%;
}
.s_isa.t_file table.file-card-view-details tbody > tr,
.s_isa.t_file table.file-card-view-details tbody > tr:hover,
.s_isa.t_file table.file-card-view-details tbody > tr:nth-child(2n+1):hover {
 border: none !important;
 background-color: transparent !important;
}
.s_isa.t_file table.file-card-view-details td {
  padding: 5px !important;
}
.s_isa.t_file table.file-card-view-details td:nth-child(1) {
  vertical-align: top;
}
.s_isa.t_file table.file-card-view-details td {
  border: none !important;
}
.s_isa.t_file table.file-card-view-details td .card-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 10px;
  /* font-size: 12px; */
  /* line-height: 18px; */
  border: 1px solid rgba(0,0,0,0.15);
}


/* Customizations to navbar app for consistency with static site */

.navbar {
    min-height: 70px;
    background-color: #414141;
    margin: 0 auto;
    width: 100%
}

.navbar-collapse.collapse {
    display: none !important;
}

.navbar-collapse.collapse.show {
    display: block !important;
}

.navbar-inverse {
    background-color: #414141 !important;
    border-top: 0px;
    border-right: 0;
    border-left: 0px;
}

#navheader .chaise-navbar-banner-container {
  background-color: #FFF3CD;
  color: #664d03;
  font-weight: normal;
  font-size: 14px;
}


/*.navbar-nav {margin: 15px 0;}*/

.navbar-brand:not(#chaise-app-root #mainnav.navbar-inverse .navbar-brand) {
    padding: 5px 0 0 0;
}

#chaise-app-root #mainnav.navbar-inverse .navbar-brand {
    padding: none;
}

.navbar-inverse .navbar-nav>li {
    padding-bottom: 0;
    cursor: pointer;
}

.navbar-inverse .navbar-nav>li>a {
    color: #CCC;
    font-size: 16px;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #FFF;
}


/*.navbar-inverse .navbar-nav>li>a:visited {color:#CCC;}*/

.navbar-form {
    padding: 15px;
}

.navbar-text {
    margin-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#chaise-app-root .navbar a.navbar-nav.nav-link {
    font-size: 16px;
    color: #59C4FF;
}

#chaise-app-root .navbar a.navbar-nav.nav-link:hover {
    color: #CCC;
    text-decoration: none;
}

a.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    width: 180px;
}

span#brand-text {
    display: block;
    width: 180px;
    height: 50px;
    background: url(/assets/img/logo_facebase_white.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#chaise-app-root span#brand-text {
    margin-top: -10px;
    margin-left: -15px;
}

ul#navbar-menu {
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.nav.navbar-nav.navbar-right {
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

a.dropdown-toggle.nav-link span {
    font-size: 16px;
}

.login-menu-options.nav.navbar-nav.navbar-right.navbar-nav a.nav-link {
    color: #5cbbea;
    font-size: 1.15em;
}


/* Go to RID box */

.rid-search {
    padding-top: 10px;
}

.rid-search {
    padding-top: 10px;
}

.chaise-btn.chaise-btn-primary {
    color: #fff;
    background-color: #4674A7;
    border-color: #333;
}

.chaise-btn.chaise-btn-sm {
    height: 25px;
    min-width: 24px;
    font-size: 1rem;
    padding: 2px 5px;
}

a#login-link {
    margin-right: 15px;
}

a#login-link {
    margin-right: 15px;
}


/*
@media (min-width: 768px) {
  #mainnav .container-fluid {
    width: 750px;
  }
}
*/

.navbar-inverse .navbar-toggle {
    border-color: #fff;
    color: #fff;
}

.search-collections .filter-item-field,
.search-collections .collections-toggle {
    display: none;
}

@media (min-width: 992px) {
    #mainnav .container-fluid {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    #mainnav .container-fluid {
        width: 1170px;
    }
}

@media (min-width: 1600px) {
    #mainnav .container-fluid {
        width: 1570px;
    }
}


/* custom styles for record2 - delete once record2 is updated */

.ng-scope #mainnav .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.markdown-container .vocab {
    color: #333;
    letter-spacing: 1px;
}


/* custom styles for footer */

.chaise-body footer .footer-container {
    height: 50px;
    padding: 15px;
    margin-left: 30px;
    font-size: 14px;
}


/* breakpoints for navbar app

@media (min-width: 963px) and (max-width: 1266px) {
	#content {
		padding-top: 60px;
	}
}

@media (min-width: 769px) and (max-width: 962px) {
	#content {
		padding-top: 100px;
	}
}
*/


/* styles for wide screens */

@media (min-width: 1200px) and (max-width: 1599px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl {
    display: none !important;
}

@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        float: left;
    }
    .col-xl-12 {
        width: 100%;
    }
    .col-xl-11 {
        width: 91.66666667%;
    }
    .col-xl-10 {
        width: 83.33333333%;
    }
    .col-xl-9 {
        width: 75%;
    }
    .col-xl-8 {
        width: 66.66666667%;
    }
    .col-xl-7 {
        width: 58.33333333%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-5 {
        width: 41.66666667%;
    }
    .col-xl-4 {
        width: 33.33333333%;
    }
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-2 {
        width: 16.66666667%;
    }
    .col-xl-1 {
        width: 8.33333333%;
    }
    .col-xl-pull-12 {
        right: 100%;
    }
    .col-xl-pull-11 {
        right: 91.66666667%;
    }
    .col-xl-pull-10 {
        right: 83.33333333%;
    }
    .col-xl-pull-9 {
        right: 75%;
    }
    .col-xl-pull-8 {
        right: 66.66666667%;
    }
    .col-xl-pull-7 {
        right: 58.33333333%;
    }
    .col-xl-pull-6 {
        right: 50%;
    }
    .col-xl-pull-5 {
        right: 41.66666667%;
    }
    .col-xl-pull-4 {
        right: 33.33333333%;
    }
    .col-xl-pull-3 {
        right: 25%;
    }
    .col-xl-pull-2 {
        right: 16.66666667%;
    }
    .col-xl-pull-1 {
        right: 8.33333333%;
    }
    .col-xl-pull-0 {
        right: auto;
    }
    .col-xl-push-12 {
        left: 100%;
    }
    .col-xl-push-11 {
        left: 91.66666667%;
    }
    .col-xl-push-10 {
        left: 83.33333333%;
    }
    .col-xl-push-9 {
        left: 75%;
    }
    .col-xl-push-8 {
        left: 66.66666667%;
    }
    .col-xl-push-7 {
        left: 58.33333333%;
    }
    .col-xl-push-6 {
        left: 50%;
    }
    .col-xl-push-5 {
        left: 41.66666667%;
    }
    .col-xl-push-4 {
        left: 33.33333333%;
    }
    .col-xl-push-3 {
        left: 25%;
    }
    .col-xl-push-2 {
        left: 16.66666667%;
    }
    .col-xl-push-1 {
        left: 8.33333333%;
    }
    .col-xl-push-0 {
        left: auto;
    }
    .col-xl-offset-12 {
        margin-left: 100%;
    }
    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-xl-offset-9 {
        margin-left: 75%;
    }
    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-xl-offset-6 {
        margin-left: 50%;
    }
    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-xl-offset-3 {
        margin-left: 25%;
    }
    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-xl-offset-0 {
        margin-left: 0;
    }
    .visible-xl {
        display: block !important;
    }
    table.visible-xl {
        display: table;
    }
    tr.visible-xl {
        display: table-row !important;
    }
    th.visible-xl,
    td.visible-xl {
        display: table-cell !important;
    }
    .visible-xl-block {
        display: block !important;
    }
    .visible-xl-inline {
        display: inline !important;
    }
    .visible-xl-inline-block {
        display: inline-block !important;
    }
    .hidden-xl {
        display: none !important;
    }
}
