/* Fix for tabs *******************************************************************************************************/
.card.card-outline-tabs {
    border-top: none;
}

.card.card-outline:not(.card-outline-tabs) > .card-header a:hover {
    border-top-color: transparent;
}

/* Fix for select2 multiple *******************************************************************************************/
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 .375rem .3rem;
    margin-bottom: -.375rem;
}

/* Sizing *************************************************************************************************************/
.mw-30px {
    min-width: 30px;
}

/* Navbar *************************************************************************************************************/
.main-header .breadcrumb {
    margin: 0;
    padding: 0 1rem;
    background-color: transparent;
    border-radius: 0;
    max-width: calc(100% - 228px);
    flex-wrap: nowrap;
}

.main-header .breadcrumb .breadcrumb-item.nav-item {
    white-space: nowrap;
}

.main-header .breadcrumb .breadcrumb-item.nav-item.active {
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-header .navbar-nav.user-block {
    max-width: 182px;
}

.main-header .navbar-nav.user-block .nav-link .user-block__username {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 150px;
}

.dropdown-toggle.caret-ml-0::after {
    margin-left: 0;
}

/*.content-wrapper {
    &>.content {
      padding-top: 1rem;
    }
  }*/
/* Fixed Content Header */
.content-wrapper.fixed-header .content-header {
    position: fixed;
    top: 57px;
    left: 250px;
    right: 0;
    background-color: #f4f6f9;
    z-index: 100;
    -webkit-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out;
}

.content-wrapper.fixed-header .content {
    padding-top: 72px;
}

@media screen and (max-width: 575px) {
    .content-wrapper.fixed-header .content {
        padding-top: 100px;
    }
}

.sidebar-collapse .content-wrapper.fixed-header .content-header {
    left: 4.6rem;
}

@media screen and (max-width: 992px) {
    .sidebar-collapse .content-wrapper.fixed-header .content-header {
        left: 0;
    }
}

/* FORMS **************************************************************************************************************/
.help-txt,
.help-block {
    display: block;
    visibility: hidden;
    min-height: 1.5rem;
    font-size: 0.8rem;
    line-height: 1rem;
    color: #dc3545;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group.required {
    /* margin-bottom: 0;*/
}

.form-group.required > label::after {
    content: "*";
    color: #dc3545;
    margin-left: 2px;
}

.form-group.has-error .help-txt {
    visibility: visible;
}

.form-group.has-error .form-control,
.form-group.has-error .select2-container--default .select2-selection--single,
.form-group.has-error .select2-container--default .select2-selection--multiple,
.form-group.has-error .input-group-text {
    border-color: #dc3545;
    box-shadow: none;
}

.works-group__details {
    display: none;
}

.bg-danger_light {
    background-color: #ffc3c9 !important;
}

.text-secondary-light {
    color: #6c757d !important;
    opacity: .55;
}

.collection-list {
    padding-left: 40px;
}

.collection-list > li {
    /*margin: 1rem 0;*/
    background-color: #fff;
    margin-top: -1px !important;
}

.collection-list > li:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.sortable-group > li:hover {
    cursor: move;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* iCheck *************************************************************************************************************/
[class*=icheck-] {
    position: relative;
}

[class*=icheck-].icheck-single {
    margin: 0 !important;
}

[class*=icheck-].icheck-single label::before {
    margin-left: -26px !important;
}

[class*=icheck-].icheck-single label::after {
    left: 3px !important;
}

.languages [class*=icheck-green]>input:first-child+label::before,
.subtitles [class*=icheck-green]>input:first-child+label::before,
.languages [class*=icheck-greensea]>input:first-child+label::before,
.subtitles [class*=icheck-greensea]>input:first-child+label::before {
    border: 1px solid #16a085;
}

.languages [class*=icheck-red]>input:first-child+label::before,
.subtitles [class*=icheck-red]>input:first-child+label::before {
    border: 1px solid #dc3545;
}

/*Borders *************************************************************************************************************/
.border-status {
    border-left-width: 4px !important;
    border-left-style: solid !important;
}

.border-status-old, .border-status-rejected {
    border-left-color: #dc3545 !important;
}

.border-status-new, .border-status-approved, .border-status-success {
    border-left-color: #28a745 !important;
}

.border-status-lnew {
    border-left-color: #39cccc !important;
}

.border-status-rnew {
    border-left-color: #adff5e !important;
}

.border-status-no-license, .border-status-orange {
    border-left-color: #ff851b !important;
}

.border-status-waiting {
    border-left-color: #007bff !important;
}

.border-status-warning {
    border-left-color: #ffc107 !important;
}

.border-status-info {
    border-left-color: #17a2b8 !important;
}

.border-status-indigo {
    border-left-color: #6610f2 !important;
}

/* Fix for select2 ****************************************************************************************************/
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    margin-bottom: 0;
    padding-bottom: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    font-size: .95rem;
}

.select2-results__option[aria-selected=true] {
    display: none;
}

/* Tabs ***************************************************************************************************************/
/*.nav-pills .nav-link:not(.disabled),
  .nav-pills .nav-link:not(.active) {
     color: #007bff;
  }*/
/* Tables *************************************************************************************************************/
.td-hover:hover {
    cursor: pointer;
}

.subcontent-table .form-group input, .subcontent-table .form-group textarea {
    min-width: 500px;
}

.subcontent-table .form-group textarea {
    height: 100px;
}

/* Hide * *******************************************************************************************************/
@media screen and (max-width: 991px) {
    .border-right-hide-sm {
        border-right: none !important;
    }
}

/* Modal **************************************************************************************************************/
.modal-fixed-header.modal-fixed-bottom {
    overflow: hidden;
}

.modal-fixed-header.modal-fixed-bottom .modal-body {
    max-height: calc(100vh - 140px - 3.5rem);
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-extra {
    max-width: 96%;
}

.second-modal {
    z-index: 1070;
}

.third-modal {
    z-index: 1090;
}

.fourth-modal {
    z-index: 1110;
}

div.modal-backdrop + div.modal-backdrop {
    z-index: 1060;
}

div.modal-backdrop + div.modal-backdrop + div.modal-backdrop {
    z-index: 1080;
}

div.modal-backdrop + div.modal-backdrop + div.modal-backdrop + div.modal-backdrop {
    z-index: 1100;
}

/* Card widget ********************************************************************************************************/
@media screen and (max-width: 575px) {
    .card.card-widget .row .border-right {
        border-right: 0 !important;
    }
}

/* Error page *********************************************************************************************************/
.error-page {
    display: -webkit-box;
    display: flex;
    min-height: calc(100vh - 57px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 24px;
    width: auto;
    max-width: 500px;
    margin: auto;
    text-align: center;
}

.error-page .headline {
    font-weight: 700;
    font-size: 10rem;
}

.error-page .error-content {
    margin-left: 0;
}

.error-page .error-content h3 {
    text-transform: uppercase;
}
/*# sourceMappingURL=style.css.map */
.table-fix-header {
    width: 100%;
}

.table-fix-header thead,
.table-fix-header tbody,
.table-fix-header tr,
.table-fix-header td,
.table-fix-header th {
    display: block;
}

.table-fix-header tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.table-fix-header thead th {
    height: 51px;

    /*text-align: left;*/
}

.table-fix-header tbody {
    overflow-y: auto;
}

.table-fix-header thead {
    /* fallback */
}

.table-fix-header tbody td,
.table-fix-header thead th {
    float: left;
}
.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}
.modal-open {
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 0 !important;
}

.changed {
    background-color: #f0f7a3;
}

/* Sortable tables */
table.sortable thead .sorting,
table.sortable thead .sorting_asc,
table.sortable thead .sorting_desc,
table.sortable thead .sorting_asc_disabled,
table.sortable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

table.table-bordered.sortable th,
table.table-bordered.sortable td {
    border-left-width: 0;
}

table.sortable thead > tr > th.sorting_asc,
table.sortable thead > tr > th.sorting_desc,
table.sortable thead > tr > th.sorting,
table.sortable thead > tr > td.sorting_asc,
table.sortable thead > tr > td.sorting_desc,
table.sortable thead > tr > td.sorting {
    padding-right: 30px;
}

table.sortable thead .sorting:before,
table.sortable thead .sorting:after,
table.sortable thead .sorting_asc:before,
table.sortable thead .sorting_asc:after,
table.sortable thead .sorting_desc:before,
table.sortable thead .sorting_desc:after,
table.sortable thead .sorting_asc_disabled:before,
table.sortable thead .sorting_asc_disabled:after,
table.sortable thead .sorting_desc_disabled:before,
table.sortable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 0.3;
}

table.sortable thead .sorting:after,
table.sortable thead .sorting_asc:after,
table.sortable thead .sorting_desc:after,
table.sortable thead .sorting_asc_disabled:after,
table.sortable thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "\2193";
}

table.sortable thead .sorting:before,
table.sortable thead .sorting_asc:before,
table.sortable thead .sorting_desc:before,
table.sortable thead .sorting_asc_disabled:before,
table.sortable thead .sorting_desc_disabled:before {
    right: 1em;
    content: "\2191";
}

table.sortable thead .sorting_asc:before,
table.sortable thead .sorting_desc:after {
    opacity: 1;
}

#contentList .approved td:nth-child(4),
#contentList .approved td:nth-child(5),
#contentList .approved td:nth-child(6),
#contentList .approved td:nth-child(7) {
    background-color: lightgreen;
}

#contentList .declined td:nth-child(4),
#contentList .declined td:nth-child(5),
#contentList .declined td:nth-child(6),
#contentList .declined td:nth-child(7) {
    background-color: indianred;
}
