/*!
 * Copyright © CTMS
*/

html {
  position: relative;
}

[class*=sidebar-dark-] .nav-header {
    background: #1a2226;
}

.logo-xl.brand-image-xl {
    left: 85px;
}

.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*=navbar]) {
    background-color: #ffffff;
}

p.export {
    margin-bottom: 0;
}

.dataTable {
    display: none;
}

.content-wrapper > .content {
    padding-bottom: 1px;
}

@media (max-width: 767px) {
    p.export {
        text-align: center;
    }   
}


a.icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 5px;
    text-indent: -9999px; /* hides the link text */
}

a.icon.sm {
    width: 22px;
    height: 22px;
    background-size: contain;
    margin: 2px;
    margin-bottom: 0;
}

a.edit {
    background: url(../img/edit.png) no-repeat top left;
}

a.delete {
    background: url(../img/delete.png) no-repeat top left;
}

a.details {
    background: url(../img/details.png) no-repeat top left;
}

a.suspend {
    background: url(../img/suspend.png) no-repeat top left;
}

a.restore {
    background: url(../img/restore.png) no-repeat top left;
}

a.mail {
    background: url(../img/mail.png) no-repeat top left;
}

a.preview {
    background: url(../img/preview.png) no-repeat top left;
}

a.editor {
    background: url(../img/editor.png) no-repeat top left;
}

a.copy {
    background: url(../img/copy.png) no-repeat top left;
}

a.fields {
    background: url(../img/fields.png) no-repeat top left;
}

a.create {
    background: url(../img/create.png) no-repeat top left;
}

a.submissions {
    background: url(../img/submissions.png) no-repeat top left;
}

a.lock {
    background: url(../img/lock.png) no-repeat top left;
}

a.unlock {
    background: url(../img/unlock.png) no-repeat top left;
}

.dtr-details {
    width: 100%;
}

.displayFor {
    font-weight: normal !important;
}

.profile.dropdown-item.active, .profile.dropdown-item:active {
    background: none;
    color: #212529;
}

.small-box.bg-gray-dark .icon {
    color: rgba(255,255,255,.15);
}

.small-box.bg-gray-dark > .small-box-footer {
    background: rgba(0,0,0,0.4);
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: auto;
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
    font-size: 0.9em;
}

#dt-tools {
    display: none;
}

.main-header .profile .dropdown-item-title {
    text-overflow: ellipsis;
    width: 180px;
    overflow: hidden;
}

.sidebar .user-panel .info a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.user-panel .image {
    padding: 0 10px;
}

.user-panel .info {
    padding: 5px 0;
    padding-right: 10px;
}

.sidebar-collapse .info {
    display: none;
}

.navbar-info {
    background-color: #91d8f7;
}

.img-logo {
    width: 100%;
    max-width: 215px;
}

.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*=navbar]) {
    background-color: #343a40;
}

.help-block {
    margin-top: 0.5rem;
}

.multiselect {
    text-align: left !important;
}

.multiselect-container {
    width: 100%;
}

fieldset.crfset {
    padding: 1rem;
    padding-top: 0.75rem;
    background-color: #f7f7f7;
}

    fieldset.crfset label, fieldset.crfset input, fieldset.crfset textarea, fieldset.crfset select {
        font-size: 80%;
    }

    fieldset.crfset *:last-child .form-group {
        margin-bottom: 0;
    }

#crfForm pre {
    margin: 0;
    padding: 0;
    color: inherit;
}

.order-control {
    width: 80px;
}

.disabled-div a {
    /* Make the disabled links grayish*/
    color: gray;
    /* And disable the pointer events */
    pointer-events: none;
}

th.searchable {
    background: url(../img/search.png) no-repeat 5px 5px/16px 16px;
    padding-left: 26px;
}

li.searchable span.dtr-title {
    background: url(../img/search.png) no-repeat 0 5px/16px 16px;
    padding-left: 20px !important;
}

label.required::after {
    content: " *";
    color:red;
}