body,.form-control,.btn {
    font-size: 16px;
}
.bg-login {
	background: url(../img/logo.png);
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    background-color: #f8f9fc !important;
}
#userDropdown .user-initials {
	width: 32px;
    height: 32px;
    background: #13396E;
    color: #fff;
    border-radius: 50%;
    line-height: 34px;
    text-align: center;
    font-weight: bold;
}
.sidebar.sidebar-dark.navbar-nav {
    background-color: #13396E;
    background-image: linear-gradient(180deg,#13396E 10%,#13396E 100%);
}
.sidebar.sidebar-dark:not(.toggled) .nav-item .collapse-inner .collapse-item {
    color: rgba(255,255,255,.8);
}
.sidebar.sidebar-dark:not(.toggled) .nav-item .collapse-inner .collapse-item:hover {
    background: none;
    color: #fff;
}
.sidebar.sidebar-dark .nav-item .collapse-inner .collapse-item.active {
    background: none;
    color: #fff;
    font-weight: 700;
}
.no-padding {
    padding: 0;
}
.hide {
    display: none !important;
}
.disabled-input-text {
    color: #eaecf4;
}
.form-check-label .priority {
    width: 10px;
    height: 10px;
    display: inline-block;
}
.priority-lg.priority {
    width: 20px;
    height: 20px;
    display: inline-block;
}
.chosen-drop .chosen-results .group-result {
    text-transform: capitalize;
}
footer.time {
    color: #aa9c84;
    font-size: 13px;
    line-height: 25px;
    font-weight: normal;
}
footer.time a, footer.time button {
    color: #aa9c84 !important;
    font-size: 13px;
}
.file-cell a {
    color: #858796;
}
.file-cell a:hover {
    text-decoration: none;
}
.file-cell a small:hover {
    text-decoration: underline;
}
.file-cell .card-text {
    font-size: 0.85rem;
    min-height: 40px;
}
.file-cell .img-thumbnail {
    width: 100%;
    height: auto;
    max-height: 100px;
    object-fit: contain;
    margin: 0 auto;
}
.topbar .navbar-search input {
    z-index: 2;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    background: url(../img/icon_search.png) no-repeat 10px center;
    padding: 8px 10px 8px 28px;
}
.topbar .navbar-search.waiting input {
    background: url(../img/dots.gif) no-repeat 5px center;
}
.navbar-search .search-results,.navbar-search .search-results dl dt {
    position: relative;
}
.navbar-search .search-results dl {
    background: #fff;
    text-align: left;
    width: 98%;
    margin: 0;
    position: absolute;
    left: 5px;
    z-index: 1;
    font-size: 15px;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
}
.navbar-search .search-results dl dt span {
    color: #888;
    position: absolute;
    top: 4px;
    left: 10px;
    width: 50px;
    font-size: 12px;
    text-align: right;
}
.navbar-search .search-results dl dd {
    padding: 6px 12px;
    margin: 0 0 0 72px;
    border-left: 1px solid #e5e5e5;
    cursor: pointer;
    line-height: 1.0em;
}
.navbar-search .search-results dl dd:hover,.navbar-search .search-results dl dt.show_all:hover {
    background-color: #e2e9f8;
}
.navbar-search .search-results dl dd:hover a {
    text-decoration: underline;
}
.navbar-search .search-results dl dd a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 2px 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0.25);   
}
.navbar-search .search-results dl dt.show_all {
    padding: 0;
    text-align: left;
    border-top: 1px solid #e5e5e5;
    background: #fff url(../img/icon_search.png) no-repeat 10px center;
}
.navbar-search .search-results dl dt.show_all a {
    display: block;
    padding: 6px 12px 6px 28px;
    color: #000;
    font-weight: normal;
}
.results-card .date_group h5.date {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    color: #333;
    font-weight: normal;
    white-space: nowrap;
}
.results-card .date_group h4.title {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}
.results-card .date_group .result-box h4.title a {
    color: #1c5c76;
    text-decoration: underline;
}
.results-card .date_group .result-box h5 {
    margin: 0;
    font-weight: normal;
    color: grey;
    font-size: 14px;
}
.results-card .date_group .result-box p {
    color: #333;
}
.results-card .date_group .result-box mark {
    background-color: #ffc;
    color: inherit;
    text-decoration: underline;
    padding: 0;
}
.results-card .no-match h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.results-card .no-match p {
    line-height: 21px;
    font-size: 15px;
}
.results-card .no-match p a {
    text-decoration: underline;
    color: inherit;
}
.results-card h3.filters {
    font-size: 15px;
}
.results-card h3.filters button {
    font-size: 20px;
}
.result-filter span.type {
    display: inline-block;
    padding: 3px 9px;
    font-size: 15px;
    margin: 3px auto;
    clear: both;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.result-filter span.type a {
    color: #333;
    padding: 2px 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0.25);
}
.result-filter span.type a:hover {
    text-decoration: underline;
}
.result-filter span.type em {
    color: #8bacde;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    padding-left: 3px;
}
.result-filter span.type.selected {
    background-color: #e2e9f8;
    color: #1c5c76;
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}
.result-filter span.type.selected em {
    color: #1c5c76
}
.result-filter span.type.disabled a,.result-filter span.type.disabled em {
    color: #ccc;
    text-decoration: none;
    cursor: inherit;
}
.results-card .badge-info {
    color: #1c5c76;
    background-color: #e2e9f8;
}
.results-card .date_group.hide + hr {
    display: none;
}
.custom-file-label {
    overflow: hidden;
}
.sidebar-toggled .sidebar-dark .nav-item .collapse .collapse-inner {
    background: #fff;
}
.sidebar-toggled .sidebar-dark .nav-item .collapse .collapse-inner hr.sidebar-divider {
    border-top: 1px solid rgba(0,0,0,.15);
}
@media (max-width: 768px) {
    .sidebar-dark .nav-item .collapse .collapse-inner {
        background: #fff;
    }
    .sidebar-dark .sidebar .nav-item .collapse .collapse-inner hr.sidebar-divider {
        border-top: 1px solid rgba(0,0,0,.15);
    }
    .sidebar-dark .nav-item .collapse .collapse-inner .collapse-item {
        color: #3a3b45 !important;
    }
    .attachments div.grid_view.in_3_columns div.cell {
        width: 100% !important;
        margin: 10px;
    }
    .files-card .files-header .actions {
        position: inherit !important;
        text-align: right;
    }
}
td img.icon-list {
    width: 24px;
}
img.card-box-icon {
    width: 44px;
}
.comment-body img.avatar,.comment-body .user-initials {
    position: absolute;
    left: -78px;
    top: 0;
    margin: -3px 0 0;
    width: 59px;
    height: 59px;
    border-radius: 100px;
    max-width: 100%;
    float: left;
}
.comment-body .user-initials {
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 34px;
}
.comment-body {
    margin-left: 78px;
    position: relative;
}
.text-black {
    color: #000;
}
.avatar-icon {
    width: 59px;
    height: 59px;
    border-radius: 100%;
    margin-top: 10px;
}
.avatar-icon-small {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
.add-comment-separator {
    font-size: 16px;
    font-weight: normal;
    padding: 10px 0 5px;
    margin: 10px 0;
    border-top: 1px solid #e5e5e5;
}
.btn-add-comment {
    color: #a9a9a9;
    background-color: #fff; 
    border: 1px solid #ccc;
    cursor: text;
}
.no-decoration {
    text-decoration: none !important;
}
.badge {
    font-size: 14px;
}
.message-content {
    width: 100%;
    overflow-x: hidden;
} 
.message-content img {
    max-width: 100%;
}
table.table td .user-initials {
    width: 30px;
    height: 30px;
    font-size: 20px;
    max-width: 100%;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.table-sm .priority-lg.priority {
    width: 16px;
    height: 16px;
}
.btn-xs {
    padding: 0 .3rem;
    border-radius: .2rem;
    font-size: 0.7em;
}
.comment-row img {
    max-width: 100%;
}
.recipients div.select_all_or_none {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 5px;
    color: #ccc;
}
.recipients div.select_all_or_none a {
    color: grey;
    text-decoration: underline;
}
.files-card .files-header {
    position: relative;
}
.files-card .files-header .actions {
    position: absolute;
    right: 0;
    top: 1px;
}
.files-card .files-header .actions .toggle-file-view {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    overflow: hidden;
    text-indent: -9999px;
    opacity: 0.25;
}
.files-card .files-header .actions .toggle-file-view.selected, .files-card .files-header .actions .toggle-file-view:hover {
    opacity: 0.7;
 }
.files-card .files-header .actions .toggle-file-view.grid {
    background: url(../img/attachments_sprite.png) no-repeat 0 -80px;
}
.files-card .files-header .actions .toggle-file-view.list {
    background: url(../img/attachments_sprite.png) no-repeat 0 -100px;
}
.attachments.infinite_page {
    -webkit-transition: padding 50ms 15ms ease-in;
    -moz-transition: padding 50ms 15ms ease-in;
    -ms-transition: padding 50ms 15ms ease-in;
    transition: padding 50ms 15ms ease-in;
}
.attachments div.list_view {
    width: 100%;
    text-align: center;
}
.attachments .grid_view {
    clear: both;
    display: flex;
    flex-wrap: wrap;
}
.attachments div.grid_view.in_3_columns div.cell {
    width: 33.3333%;
    min-height: 300px;
}
.attachments div.grid_view div.cell {
    display: inline-flex;
    margin: 0;
    border: 1px solid #e9e9e9;
    padding: 8px;
    align-items: center;
}
.attachments div.grid_view div.cell  article.attachment {
    width: 100%;
}
.attachments div.grid_view div.cell figure.proportional {
    display: inherit;
    table-layout: inherit;
    width: 100%;
    margin: 0;
}
.attachments div.list_view div.cell figure.proportional {
    display: table;
    width: 100%;
    font-size: 14px;
    color: inherit;
}
.attachments div.grid_view div.cell figure.proportional div.background {
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    position: relative;
    max-width: inherit;
}
.attachments div.list_view div.cell figure.proportional div.background {
    display: table-row;
    width: auto !important;
    height: auto !important;
}
.attachments figure.proportional a {
    display: inline-block;
    padding: 0;
    text-decoration: none;
    color: inherit;
}
.attachments div.grid_view div.cell figure.proportional div.background img.img-thumbnail {
    border: none;
    max-height: 175px;
    height: 175px;
}
.attachments div.grid_view div.background .meta,.attachments div.grid_view div.transcript > a {
    float: none;
    color: #999;
    font-size: 14px;
    line-height: 18px;
    word-wrap: normal;
}
.attachments div.grid_view div.background .meta {
    display: block;
}
.attachments div.grid_view div.background .meta.separator {
    display: none;
}
.attachments div.list_view div.background .meta.btn-delete {
    display: none;
}
.attachments div.grid_view div.background .meta:hover {
    text-decoration: none;
}
.attachments div.grid_view div.background .meta.filesize:hover {
    text-decoration: underline;
}
.attachments div.grid_view div.transcript {
    text-align: center;
    margin: 8px 0 0;
}
.attachments div.grid_view div.background div.list_column:not(.file_details) {
    display: none;
}
.attachments div.grid_view div.background .bucket {
    color: #999;
    font-size: 14px;
    line-height: 18px;
    margin: 4px 0 -3px;
}
.attachments div.list_view .list_column {
    width: 110px;
    display: table-cell;
    border-top: 1px solid #ececec;
    vertical-align: middle;
    padding: 6px;
    word-break: break-word;
}
.attachments div.list_view .list_column.creator {
    min-width: 150px;
}
.attachments div.list_view .file_details {
    text-align: left;
    width: 500px !important;
    padding-top: 16px !important;
    padding-left: 100px !important;
}
.attachments .thumbnail_wrap {
    display: inline-block;
    position: relative;
}
.attachments div.list_view .thumbnail_wrap {
    float: left;
    min-width: 100px;
    max-height: 85px;
    margin: -14px 10px 0 -110px;
    text-align: right;
    padding-top: 16px;
}
.attachments div.grid_view div.background .file-name {
    padding: 0 10px;
    font-size: 15px;
    line-height: 17px;
    color: black;
    font-weight: bold;
    display: block;
    word-wrap: break-word;
    max-width: 700px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    word-break: break-word;
    min-height: 34px;
}
.attachments div.list_view div.background .file-name {
    width: auto !important;
    max-width: 300px;
    margin-right: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #111;
}
.attachments div.list_view .list_column.actions a {
    display: inline-block;
    vertical-align: middle;
}
.attachments div.list_view .list_column.actions .download {
    border: 1px solid #ddd;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    padding: 1px 6px 0;
    color: #999;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-right: 5px;
    padding-left: 20px;
    background: url(../img/attachments_sprite.png) no-repeat 1px -40px;
    white-space: nowrap;
}
.attachments div.list_view .list_column.actions .delete-attachment {
    width: 17px;
    height: 17px;
    background: url(../img/attachments_sprite.png) no-repeat 0 0;
    text-indent: -9999px;
    overflow: hidden;
}
.attachments div.list_view .list_column.actions {
    min-width: 117px;
    text-align: left;
}
.attachments div.list_view .list_column.actions .download:hover {
    color: #00b351 !important;
    border-color: #00b351;
    text-decoration: none;
    background-position: 1px -60px;
}
.attachments div.list_view .list_column.actions .delete-attachment:hover {
    background-position: 0 -20px;
}
.attachments div.list_view div.cell img.img-thumbnail {
    max-width: 80px;
    max-height: 85px;
    width: auto !important;
    height: auto !important;
    vertical-align: middle;
    padding: 2px;
    border-color: #ddd;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.attachments div.list_view div.cell .thumbnail_wrap .file-icon {
    margin-right: -40px;
}
.attachments div.grid_view div.cell figure.proportional div.background img.img-thumbnail.psd-ico {
    max-height: 75px;
}
@media (max-width: 767px) {
    .buttons-strip .btn {
        display: block;
        width: 100%;
        margin-top: .5rem;
    }
}
img.w-150 {
    max-width: 150px;
}
.nowrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.file-cell i.fa:not(.fa-spinner) {
    min-height: 100px;
}
.drag-file {
    height: 85px;
}
.drag-file .custom-file-input {
    height: inherit;
}
.drag-file .custom-file-label {
    height: inherit;
    border-style: dashed;
    text-align: center;
}
.drag-file .custom-file-label::after {
    content: none;
}
.img-thumbnail.w-93 {
    width: 93%;
}
.pointer {
    cursor: pointer;
}
.ui-tooltip,.ui-tooltip-content {
    white-space: pre-line;
}
form fieldset legend {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid;
}
.strikethrough {
    text-decoration: line-through;
}
table#dataTable .task-status { width: 115px; }
.modal-iframe iframe {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    min-height: 500px;
}
.modal-iframe { padding-right: 0 !important; }
.modal-iframe .modal-dialog {
    padding: 0;
    width: 70%;
    max-width: 1200px;
    margin: 0 0 0 auto;
}
body.iframe #wrapper #content-wrapper {
    background: #fff;
}
.modal.fade.right:not(.show) .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
}
select.form-control optgroup {
    text-transform: capitalize;
}
.date-box {
    max-width: 115px;
    margin: 0 auto;
}
table.dataTable {
    border-collapse: collapse !important;
}
table.table-bordered.dataTable th, table.table-bordered.dataTable td { border-left-width: 1px;border-bottom-width: 1px !important; }
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child { border-right-width: 1px; }
.sidebar.accordion.navbar-nav .sidebar-brand-icon { width: 40%; }
.sidebar-toggled .sidebar.accordion.navbar-nav.toggled .sidebar-brand-icon { width: 75%; }
.was-validated .form-control:invalid~.chosen-container .chosen-single,.was-validated .form-control:invalid~.chosen-container .chosen-choices { border-color: #e74a3b; }
.view-form .form-group { margin-bottom: 0.5rem; }
.card .card-header.py-2[data-toggle=collapse]::after { line-height: 38px; }
.groups-select .chosen-container-multi .chosen-results li.group-result { cursor: pointer; }
.groups-select .chosen-container-multi .chosen-results li.group-result:hover {
    background-color: #007bff;
    background-image: none;
    color: #fff;
    font-weight: bold;
}
.chosen-container.chosen-container-multi { min-height: calc(1.5em + .75rem + 2px); height: auto; }
td.force-wrap { width: 200px;white-space: normal !important; }
@media (min-width: 768px) {
    .col-md-2.col-half {
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}
.sidebar-toggled .sidebar.sidebar-dark .nav-item .collapse-inner .collapse-item.active { color: #13396E; }
.w-50 { width: 50%; }
.w-75 { width: 75%; }
.badge-filter .filter-text {
    max-width: 250px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    line-height: 14px;
}
.meta-filter-form .input-group .chosen-choices .search-field { min-height: inherit; }
div.dataTables_wrapper div.dataTables_processing { z-index: 999; }
.ti-course-col { min-width: 400px;max-width: 500px;width: 400px; }
.import-col.col-header { position: relative;padding-left: 25px; }
.import-col.col-header input.form-check-input { position: absolute;top: 15px;left: 5px;margin-left: 0;cursor: pointer; }
.columns-sortable .badge { cursor: grab;cursor: move; }
.meta-table tr th,.meta-table tr td { max-width: 400px; }
.chosen-container .chosen-results li { white-space: normal; }
table.dataTable.table-sm>thead>tr>th.sorting_disabled { padding-right: .3rem; }
.selected-courses-table tr.sortable { cursor: move; }
body.iframe .card.shadow { box-shadow: none !important; }
.fullwidth-transfer.multiselect-transfer .transfer-double-content-right { display: none; }
.fullwidth-transfer.revamped.multiselect-transfer .transfer-double-content-left { display: none; }
.fullwidth-transfer:not(.revamped).multiselect-transfer .transfer-double-content-left { display: block;width: 100%; }
.fullwidth-transfer.multiselect-transfer .transfer-double-content-middle { display: block;width: 100%;margin: 5px auto; }
.fullwidth-transfer.multiselect-transfer .transfer-double { border: none; }
.fullwidth-transfer.multiselect-transfer .transfer-double .transfer-double-content { padding: 0; } 
.fullwidth-transfer.multiselect-transfer .transfer-double .transfer-double-content .iconfont { font-size: 32px; }
.fullwidth-transfer.multiselect-transfer .transfer-double .transfer-double-content .icon-forward:before { content: "\e9dc"; }
.fullwidth-transfer.multiselect-transfer .transfer-double .transfer-double-content .icon-back:before { content: "\e9df"; }
.fullwidth-transfer.multiselect-transfer .transfer-double .transfer-double-header,.fullwidth-transfer.multiselect-transfer .transfer-double .transfer-double-footer { padding: 0; }
.fullwidth-transfer.multiselect-transfer .transfer-double .btn-select-arrow + .btn-select-arrow { margin: 0; }
.fullwidth-transfer.multiselect-transfer .transfer-double { height: auto; }
.xml-generator-table th.vertical {
    width: 25px;
    height: 200px;
    padding-bottom: 15px;
    border-right-color: transparent;
}
.xml-generator-table div.vertical {
    width: 25px;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
}
.horizontal-scroll-except-first-column {
  width: 100%;
  overflow: auto;
}

.horizontal-scroll-except-first-column > table {
  margin-left: 14em;
}

.horizontal-scroll-except-first-column > table > * > tr > th:first-child,
.horizontal-scroll-except-first-column > table > * > tr > td:first-child {
  position: absolute;
  width: 14em;
  margin-left: -14em;
  z-index: 99; 
}

.horizontal-scroll-except-first-column > table > * > tr > th,
.horizontal-scroll-except-first-column > table > * > tr > td {
  /* Without this, if a cell wraps onto two lines, the first column
   * will look bad, and may need padding. */
  white-space: nowrap;
}
.popover { max-width: 750px; }
.popover-image { max-width: 300px; }
.popover-body .close[id] { font-size: 2rem;cursor: pointer; }
table.table { color: #222; }
.iti-courses-wrapper .dataTables_filter label { width: 100%; }
.iti-courses-wrapper .dataTables_filter label input[type="search"] { width: calc(100% - 55px); }
.text-link { color: #10b5ea!important; }
.no-hover { text-decoration: none !important;outline: none !important;box-shadow: none !important; }
.no-padding div.dataTables_info { padding-top: 0 !important; }