html,
body {
    height: 100%;
}

.mb5 {
    margin-bottom: 5px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap>.container {
    padding: 70px 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;*/

    font: normal normal normal 12px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 5px;
    position: relative;
}

a.asc:after {
    /*content: /!*"\e113"*!/ "\e151";*/
    content: "\f0de";
    top: 3px;
}

a.desc:after {
    /*content: /!*"\e114"*!/ "\e152";*/
    content: "\f0dd";
    top: -2px;
}

.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 th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.text-underline {
    text-decoration: underline;
}

.fake-link {
    text-decoration: underline;
    cursor: pointer;
}

.fake-link:hover {
    text-decoration: none;
}

/* align the logout "link" (button in form) of the navbar */
.nav li>form>button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.horizontal-layout .navbar-fixed {
    z-index: 1030 !important;
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
}

.nav>li>form>button.logout:focus {
    outline: none;
}

.header-navbar .navbar-container ul.nav li.nav-fx-icon a.nav-link-label {
    padding: 0.9rem 0.3rem 0.9rem 0.8rem;
}

.header-navbar .navbar-container ul.nav li.new-case-link>a.nav-link {
    padding: 0.9rem 0.6rem;
}

.new-case-link .btn-group {
    height: 100%;
    align-items: center;
}

.new-case-link .btn {
    font-size: 1.5rem;
    padding: 0.3rem 0.5rem;
}

.new-case-link .btn i {
    vertical-align: top;
}

.new-case-link .dropdown-toggle::after {
    font-size: 1rem;
    top: -7px;
}

.nav-fx-icon img {
    width: 30px;
}

.table:last-child,
.form-group:last-child {
    margin-bottom: 0;
}

.table-middle thead th,
.table-middle td {
    vertical-align: middle;
}

.cell-actions {
    width: 1px;
}

.btn.btn-icon [class^='ft-'],
.btn.btn-icon [class*=' ft-'] {
    font-size: 18px;
}

/*.btn-group .fa-warning{*/
/*color: #fd3f3f;*/
/*}*/
/*.btn-group .fa-exclamation-circle{*/
/*color: #ffc500;*/
/*}*/
/*.btn-group .fa-check-circle{*/
/*color: #449D9B;*/
/*}*/
.summary {
    padding: 5px 15px;
}

.na-icon {
    border-radius: 50%;
    background: #aaa;
    color: #fff;
    font: bold 10px/1 arial, helvetica, sans-serif;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-style: normal;
    width: 20px;
    padding: 5px 0;
    margin: 2px;
}

.table .ft-alert-circle,
.table .ft-check,
.table .ft-alert-triangle {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    margin: 2px;
}

.table .pointer .ft-alert-circle:hover,
.table .pointer .ft-alert-triangle:hover,
.table .pointer .ft-check:hover {
    cursor: pointer;
}

#conflict-center-table td:first-child:hover {
    cursor: pointer;
    text-decoration: underline;
}

#wrapper .new-case-link>a {
    padding: 0.9rem 0.6rem;
}

#wrapper .new-case-link>.dropdown-toggle:after {
    vertical-align: top;
    top: 11px;
}

.new-case-link>a i {
    color: #009c9f;
    font-size: 30px;
}

.navbar-brand img {
    vertical-align: middle !important;
}

.brand-logo-text {
    margin: 0 0 0 10px;
    transition: all 0.3s ease;
}

.grid-view .pagination {
    margin: 20px 15px;
}

.pagination span,
.pagination a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #009c9f;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination a:focus,
.pagination a:hover {
    color: #008385;
    text-decoration: none;
    background-color: #f5f7fa;
    border-color: #ddd;
}

.pagination .active a {
    z-index: 2;
    color: #fff;
    background-color: #00b5b8;
    border-color: #00b5b8;
}

.pagination .disabled span,
.pagination .disabled a {
    color: #404e67;
    pointer-events: none;
    background-color: #fff;
    border-color: #ddd;
}

.case-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: -1.8rem;
}

.case-wrap:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    background: #bbb;
    width: 1px;
}

.case-box {
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 20px 15px 0;
    border-top: 1px solid #bbb;
}

.case-box:nth-of-type(1),
.case-box:nth-of-type(2) {
    border: none;
}

.case-box:nth-of-type(2n) {
    padding: 15px 0 15px 20px;
}

.case-id {
    position: relative;
}

.case-box-id {
    position: absolute;
    top: -10px;
    right: 12%;
}

.case-box .form-group {
    margin-bottom: 12px;
}

.case-box .form-group:last-child {
    margin-bottom: 0;
}

.case-box .row {
    margin-left: -5px;
    margin-right: -5px;
}

.case-box [class^='col-lg'],
.case-box [class*=' col-lg'],
.case-box [class^='col-md'],
.case-box [class*=' col-md'],
.case-box [class^='col-sm'],
.case-box [class*=' col-sm'] {
    padding: 0 5px;
}

.case-box label.control-label {
    margin: 0;
    line-height: 20px;
}

.case-box .split-radio>* {
    display: inline-block;
    vertical-align: top;
}

.case-box .form-control {
    padding: 0.5rem;
}

.case-box select.form-control {
    padding: 0.5rem 0.5rem 0.5rem 0.2rem;
}

.case-box textarea.form-control {
    height: 55px;
}

.case-box .input-group .select2-container--krajee {
    display: block;
    float: none;
}

.case-box .input-group .select2-container--krajee:not(:last-child) .select2-selection {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.case-box .input-group .btn-icon {
    cursor: pointer;
    height: 34px;
    width: 34px;
    padding: 0.55rem;
}

.case-box .input-group-append .btn-icon {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.case-box .help-block {
    margin-bottom: 0;
    color: #ff7588;
    font-size: 12px;
    line-height: 15px;
}

.case-box .has-error.select2-container--krajee .select2-dropdown,
.case-box .has-error .select2-container--krajee .select2-selection,
.case-box .has-error .select2-container--open .select2-selection,
.case-box .has-error .select2-container--krajee.select2-container--focus .select2-selection {
    border-color: #ff7588;
}

.case-box select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

.case-box .input-holder {
    position: relative;
    padding-right: 40px;
}

.case-box .btn-file {
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    margin: 2px 0 0;
    color: #404E67;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
}

.case-box .btn-file:before {
    content: "\e958";
    font-family: feather !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.case-summary textarea.form-control {
    height: 70px;
}

.case-box>.text-right {
    padding-top: 15px;
}

.case-box .select2-container--krajee .select2-selection {
    border-color: #ccd6e6;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.app-content .select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0 0.5rem;
}

.app-content .select2-container--krajee .select2-selection--multiple .select2-selection__choice {
    margin: 3px 3px 2px;
}

.app-content .select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
    margin: 4px 0 0 3px;
}

.case-box ::-moz-placeholder {
    color: #bdcade;
    opacity: 1;
}

.case-box :-ms-input-placeholder {
    color: #bdcade;
}

.case-box ::-webkit-input-placeholder {
    color: #bdcade;
}

.case-box .form-group.required label {
    position: relative;
}

.case-box .form-group.required label:before {
    content: '*';
    position: absolute;
    top: 0;
    left: -10px;
    color: #f44336;
}

@media(max-width: 767px) {
    .case-wrap {
        margin-bottom: -1rem;
    }

    .case-box {
        padding: 15px 10px 20px 0;
    }

    .case-box:nth-of-type(2n) {
        padding: 15px 0 20px 15px;
    }

    .case-box .row {
        margin-left: 0;
        margin-right: 0;
    }

    .case-box [class^='col-lg'],
    .case-box [class*=' col-lg'],
    .case-box [class^='col-md'],
    .case-box [class*=' col-md'],
    .case-box [class^='col-sm'],
    .case-box [class*=' col-sm'] {
        padding: 0;
        position: static;
    }

    .case-box .form-group {
        position: relative;
    }

    .case-box .input-holder {
        padding-right: 30px;
    }

    .case-box .btn-file {
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media(max-width: 479px) {
    .case-wrap {
        display: block;
    }

    .case-wrap:after {
        content: none;
    }

    .case-box,
    .case-box:nth-of-type(2n) {
        width: 100%;
        padding: 15px 0;
    }

    .case-box:nth-of-type(2n) {
        border-top: 1px solid #bbb;
    }

    .case-box-id {
        right: 0;
        top: -5px;
    }
}

.title-icon {
    margin-left: 10px;
}


.case-holder {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
}

.case-holder label {
    margin: 0 5px 0 0;
}

.case-holder .form-control {
    padding-right: 30px;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.case-frame {
    position: relative;
    max-width: 200px;
}

.btn-cancel-case {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 26px;
    border: none;
    background: none;
    font-size: 18px;
    line-height: 1;
    padding: 0;
    color: #777;
    transition: all 0.2s ease;
}

.btn-cancel-case:hover {
    color: #333;
}

.tt-menu {
    width: 100%;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 0 0 3px 3px;
    color: #2a2e30;
    font-size: 12px;
    line-height: 18px;
    overflow-y: auto;
    max-height: 200px;
    /*display: block !important;*/
}

.tt-suggestion {
    padding: 5px 10px;
    cursor: pointer;
}

.tt-suggestion:hover {
    background: #eee;
}


.card-title .dropdown-menu {
    text-transform: none;
    font-size: 12px;
    line-height: 15px;
}

.current-case {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    position: relative;
}


/*.header-navbar .navbar-container ul.nav > li.current-case a{*/
/*padding: 1rem 15px;*/
/*position: relative;*/
/*}*/
/*.header-navbar .navbar-container ul.nav > li.current-case a:after{*/
/*position: absolute;*/
/*top: 1rem;*/
/*right: 0;*/
/*}*/
.current-case .title {
    padding-left: 5px;
}

.current-case .status {
    display: block;
    text-transform: none;
    padding: 2px 0 0;
}

.current-case .cancel-log {
    padding: 0;
    margin: 1px 0 0;
    background: none;
    border: none;
    color: #404e67;
}

.current-case .cancel-log:hover {
    color: #323c4e;
}

.init-loader {
    position: relative;
}

.init-loader:after {
    content: "\f110";
    font: normal normal normal 22px/1 FontAwesome;
    text-rendering: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

.init-loader>* {
    opacity: 0.5;
}

#homepage-caselog-list.init-loader:after {
    position: fixed;
}

#smartsheet-form.init-loader:after {
    position: fixed;
}

#smartsheet-form.init-loader>* {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.td-icon {
    text-align: center;
}

.td-all {
    text-align: center;
    border-left: 1px solid #e3ebf3;
    border-right: 1px solid #e3ebf3;
}

.btn.btn-load {
    position: relative;
}

.btn.btn-load:before {
    content: "\f110";
    color: #fff;
    font: normal normal normal 20px/1 FontAwesome;
    position: absolute;
    top: 50%;
    margin: -10px 0 0;
    width: 100%;
    left: 0;
    transition: all 0.4s ease;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

.btn.btn-load {
    color: transparent !important;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.case-box .custom-radio {
    display: inline-block;
    vertical-align: top;
    position: relative;
    transition: all 0.5s ease 0s;
    white-space: nowrap;
    font-size: 0;
    width: auto;
}

.case-box .custom-radio label input {
    opacity: 0;
    position: absolute;
}

.case-box .custom-radio label {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.case-box .custom-radio label span {
    position: relative;
    padding: 0.7rem 0.5rem;
    font-size: 1.2rem;
    line-height: 1;
    border-radius: 0.21rem;
    display: inline-block;
    vertical-align: top;
    color: rgb(64, 78, 103);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
}

.case-box .custom-radio-sm label span {
    padding: 0.25rem 0.5rem;
    font-size: 0.85rem;
}

.case-box .custom-radio label+label {
    margin-left: -1px;
}

.case-box .custom-radio label input[type='radio']:checked+span {
    color: #fff;
    border-radius: 0.25rem;
    background-color: #ff425c;
    border-color: #ff3551;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 2;
}

.case-box .custom-radio label+label input[type='radio']:checked+span {
    background-color: #11a578;
    border-color: #109970;
}

.case-box .quantum-block {
    margin: 0 0 15px;
}

.case-box .quantum-block:last-child {
    margin: 0;
}

.case-box .quantum-row {
    margin-bottom: 0;
}

.quantum-row .input-holder [class^='col-lg'],
.quantum-row .input-holder [class*=' col-lg'] {
    margin-bottom: 12px;
}

@media(max-width: 1299px) {
    .quantum-row {
        display: block;
    }

    .quantum-row>div {
        max-width: none;
    }
}

.ratio-block .top {
    padding: 40px 0 20px;
    position: relative;
    text-align: center;
}

.ratio-refresh {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 20px;
}

.ratio-block .custom-radio label span {
    width: 120px;
}

.spinner {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 800ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 800ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 800ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 800ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.position-relative.has-icon-left .form-group~.form-control-position {
    top: 9px;
}

/* toggle-sidebar */
.toggle-links {
    position: relative;
}

.toggle-links>div {
    position: absolute;
    top: 100px;
}

.toggle-links .left {
    left: -15px;
}

.toggle-links .right {
    right: 15px;
}

.toggle-links>div span {
    cursor: pointer;
}

.sidebar-toggle {
    position: fixed;
    z-index: 3;
    display: block;
    border: 1px solid #e3ebf3;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #e3ebf3;
    font-size: 18px;
    text-align: center;
    padding: 2px 0 0;
}

.sidebar-toggle:hover {
    color: #b0bec5;
}

body .hide-sidebar-right .content-detached.content-left .content-body {
    margin-right: 0;
}

.hide-sidebar-right .sidebar-right {
    margin-right: -330px;
}

body .hide-sidebar-left .content-detached.content-right .content-body {
    margin-left: 0;
}

.hide-sidebar-left .sidebar-left {
    margin-left: -330px;
}

.smartsheet-content .sidebar-left {
    bottom: 25px;
    max-height: 100%;
}

.smartsheet-content .sidebar-left .sidebar {
    height: 100%;
}

.smartsheet-content .sidebar-left .card {
    height: 100%;
    overflow-y: auto;
}

@media(max-width: 991px) {
    .sidebar-right {
        /*position: absolute;*/
        /*width: 300px;*/
    }
}


/* comments plugin */
.annotations-wrapper {
    margin-bottom: 20px;
}

.annotations-wrapper>div {
    overflow-y: auto;
    padding: 5px;
    height: 100%;
    border: 1px solid #e3ebf3;
    background: #f9f9f9;
}

.annotations-wrapper>div:empty {
    background: none;
    border: none;
}

.annotations-wrapper:last-child {
    margin-bottom: 0;
}

.annotation-ui {
    background: #fff;
    border: 1px solid #e3ebf3;
    padding: 10px;
    margin: 0 0 15px;
}

.annotation-ui:last-child {
    margin: 0;
}

.comment-ui+.comment-ui {
    border-top: 1px solid #e3ebf3;
    padding: 10px 0 0;
    margin: 10px 0 0;
}

.comment-top {
    margin: 0 0 5px;
}

.comment-avatar {
    float: left;
    margin: 3px 7px 0 0;
    width: 28px;
    height: 28px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    display: none;
}

.comment-user-details {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.comment-user-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.comment-time-stamp {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    font-size: 12px;
    line-height: 15px;
    opacity: 0.7;
    padding-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.comment-body {}

.comment-text {
    border: none;
    resize: none;
    width: 100%;
    padding: 0;
    font-size: 13px;
    line-height: 18px;
    color: #78909c;
}

.comment-edit-links,
.comment-edit-controls,
.comment-controls {
    padding: 5px 0 0;
    display: none;
}

.comment-reply-text {
    display: none;
    margin-top: 10px;
}

.annotation-ui[data-selected='true'] .comment-ui[data-comment-last="true"] .comment-reply-text {
    display: block;
}

.annotation-ui[data-selected='true'] .comment-ui[data-comment-owner='true'] .comment-edit-links,
.annotation-ui[data-selected='true'] .comment-ui[data-comment-edit='true'] .comment-edit-controls,
.comment-ui[data-comment-insert='true'][data-selected='true'] .comment-controls {
    display: block;
}

.annotation-ui[data-selected='true'] .comment-ui[data-comment-edit='true'] .comment-edit-links,
.annotation-ui[data-selected='true'] .comment-ui[data-comment-owner='true'] .comment-text+.comment-edit-links {
    display: none;
}

/* smartsheet */
#editor-top-sticky-wrapper {
    margin: -1.8rem 0 20px;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.smartsheet-top {
    position: relative;
    padding-right: 320px;
}

.smartsheet-top .links-block {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border: solid #d1d1d1;
    border-width: 1px 1px 2px;
    background: #f8f8f8;
    padding: 2px 8px;
    width: 300px;
    min-height: 44px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.smartsheet-top .links-block>div {}

.smartsheet-header {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-top: -1.5rem;
}

.smartsheet-logo {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 20px;
}

.smartsheet-header h1 {
    font-weight: bold;
    text-decoration: underline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.smartsheet-header .info-block {
    max-width: 300px;
    text-align: right;
}

.smartsheet-header .info-block .text {
    text-transform: uppercase;
    display: block;
}

.smartsheet-content .content-detached .card {
    position: relative;
    z-index: 1;
}

.smartsheet-section {
    min-height: 250px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 16px;
}

.smartsheet-section h3.title {
    margin-bottom: 0.7rem;
    font-size: 1.3rem;
}

.smartsheet-section .title-info {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1;
    color: #404e67;
}

.smartsheet-section .cke_textarea_inline.cke_editable {
    -moz-outline-color: transparent;
    outline-color: transparent;
    padding: 5px;
    min-height: 30px;
}

.smartsheet-section .cke_textarea_inline.cke_editable.placeholder {
    color: #d2d2d2;
    font-size: 12px;
    line-height: 20px;
}

.smartsheet-section .cke_textarea_inline.cke_editable>*:last-child {
    margin-bottom: 0;
}

.cke_editable li,
.smartsheet-view ul li,
.smartsheet-view ol li {
    list-style: inherit;
}

.smartsheet-view .view-list li {
    list-style: none;
}

.smartsheet-part {
    margin: 0 0 10px;
}

.smartsheet-part:last-child {
    margin: 0 0 5px;
}

.delete-part {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 1;
    color: #404e67;
}

/**/
.smartsheet-section .form-control {
    padding: 6px;
    font-size: 13px;
    line-height: 16px;
}

.smartsheet-section textarea.form-control {
    height: 30px;
}

.smartsheet-section select.form-control {
    height: 30px !important;
    padding-right: 20px;
}

.smartsheet-section .select2-container {
    font-size: 13px;
}

.smartsheet-section .select2-container .select2-selection--multiple .select2-selection__choice {
    font-size: 13px;
    line-height: 20px;
    white-space: normal;
}

.smartsheet-section .select2-container .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 16px;
}

.smartsheet-section .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    height: 28px;
    font-size: 13px;
    line-height: 16px;
}

.smartsheet-section .select2-container .select2-selection--multiple {
    min-height: 30px;
}

.select2-horizontal .select2-container {
    width: auto !important;
    display: inline-block;
}

.select2-horizontal .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    width: auto !important;
}

/**/
.smartsheet-row {
    max-width: 640px;
    margin-bottom: 10px;
    align-items: center;
}

.smartsheet-row:last-child {
    margin-bottom: 0;
}

/**/
.table-smartsheet {
    display: inline-block;
    vertical-align: top;
    overflow-x: auto;
    max-width: calc(100% - 30px);
}

.table-smartsheet .table {
    width: auto;
    margin: 0;
    table-layout: fixed;
}

.table-smartsheet td {
    padding: 0;
    border-top-color: #e3ebf3;
    vertical-align: middle;
    width: 100px;
    min-width: 100px;
    height: 30px;
}

.table-smartsheet tr.no-bd td {
    border-top-color: transparent;
}

.table-smartsheet .td-title {
    white-space: nowrap;
    width: auto;
    padding-right: 10px;
}

.table-smartsheet .td-gray {
    background: #f6f6f6;
}

.table-smartsheet .form-control {
    font-size: 0.9rem;
    /*width: 100px;*/
    padding: 6px;
    border-color: transparent;
    background: transparent;
    border-radius: 0;
}

.table-smartsheet .form-control:disabled {
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    background-image: none;
}

.table-smartsheet select.form-control {
    height: 30px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 100% center;
    background-repeat: no-repeat;
}

.add-section {
    display: inline-block;
    vertical-align: top;
    font-size: 35px;
    line-height: 1;
    color: #404e67;
}

.smartsheet-section .select2-container .select2-selection--single {
    height: 30px;
    font-size: 13px;
    line-height: 16px;
}

.smartsheet-section .select2-container .select2-selection--single .select2-selection__arrow {
    height: 28px;
}

.smartsheet-section .select2-container .select2-selection--single .select2-selection__clear {
    font-size: 16px;
    margin: 4px 0 0 4px;
}

/* smartsheet-block */
.smartsheet-block {
    max-width: 100%;
    overflow-x: auto;
    margin-bottom: 5px;
}

.smartsheet-block:last-child {
    margin-bottom: 0;
}

.smartsheet-block .holder {
    display: inline-block;
    vertical-align: top;
    /*border-top: 1px solid #e3ebf3;*/
}

.smartsheet-block .holder.with-bd {
    border-top: 1px solid #e3ebf3;
}

.block-part {
    position: relative;
    padding-right: 30px;
    border-bottom: 1px solid #e3ebf3;
}

.block-part.no-pr {
    padding-right: 0;
}

.smartsheet-block .no-bd {
    border: none;
}

.block-part .delete-cell {
    position: absolute;
    top: 5px;
    right: 0;
}

.block-part .label {
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 10px 7px 6px;
}

.block-part label {
    margin: 0;
}

.block-part .block-row {
    display: -ms-flexbox;
    display: flex;
}

.block-part .cell {
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    max-width: 170px;
    min-width: 170px;
}

.block-part .cell:last-child {
    padding-right: 0;
}

.block-part .cell-sm-width {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    min-width: 100px;
}

.block-part .cell-bg-width {
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    max-width: 340px;
    min-width: 340px;
}

.block-part .cell-full-width {
    -ms-flex: 1;
    flex: 1;
    max-width: none;
}

.block-part .cell-select2 {
    -ms-flex: 1;
    flex: 1;
    min-width: 300px;
    max-width: none;
}

.block-part .cell-date,
.block-part .cell-status,
.block-part .cell-tag {
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    max-width: 130px;
    min-width: 130px;
}

.block-part .cell-number {
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    min-width: 40px;
}

.block-part .input-group.date {
    /*width: 170px;*/
}

.block-part .input-group.date .form-control {
    border-radius: 0;
    border-color: transparent;
}

.block-part .input-group.date .input-group-addon {
    border-radius: 0;
    border-color: transparent;
    background-color: #f6f6f6;
}

.block-part .select2-container .select2-selection {
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: transparent;
}

.block-part .cell .form-group,
.block-part .select2-container,
.block-part .select2-container .select2-selection {
    height: 100%;
}

.block-part .cell .form-group.help-text {
    height: auto;
}

.block-part .cell .form-group.help-text .help-block {
    font-size: 12px;
    line-height: 14px;
    padding: 4px;
}

.block-part .select2-container .select2-selection--multiple .select2-selection__rendered {
    max-height: 400px;
    overflow-y: auto;
}

.block-part .select2-container .select2-selection--single {
    padding-left: 6px;
}

.block-part .select2-container .select2-selection--single .select2-selection__arrow {
    border-color: transparent;
}

.block-part .form-control {
    border: none;
    border-radius: 0;
    height: 30px;
}

.block-part .form-control:disabled,
.block-part .form-control[readonly] {
    background-color: #f6f6f6;
}

/**/
.merit-block {
    font-size: 0;
    white-space: nowrap;
    overflow-x: auto;
}

.merit-block .delete-part {
    position: static;
    display: inline-block;
    vertical-align: top;
}

.merit-block>div {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
}

.merit-select {
    width: 100px;
}

.merit-block>.merit-blc-holder {
    font-size: 0;
}

.merit-blc {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    width: 100px;
}

.merit-add {
    width: 50px;
    padding: 0 10px;
}

.merit-label>div,
.merit-select>div,
.merit-blc>div {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-bottom: 1px solid #e3ebf3;
    height: 30px;
}

.merit-label>div {
    padding-right: 5px;
}

.merit-blc>div.center {
    justify-content: center;
}

.merit-blc>div.gray {
    background: #f6f6f6;
}

.merit-blc>div.delete {
    justify-content: center;
}

.merit-block .form-control {
    border-color: transparent;
    background-color: transparent;
    padding: 6px;
}

.number-holder {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
}

.number-holder .form-group {
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
}

.number-holder .form-control {
    border-radius: 0.25rem 0 0 0.25rem;
}

.number-holder .input-group-addon {
    border-left: none;
}

.number-holder input[type='number'] {
    padding-right: 0;
}

.number-holder .input-group-addon {
    border-color: transparent;
    border-radius: 0;
    background-color: #f6f6f6;
}

.smartsheet-section .comments-md .cke_textarea_inline {
    min-height: 60px;
}

div.hide-sidebar-right img.cke_annotation {
    display: none;
}

.smartsheet-content .nav {
    /*max-height: calc(100vh);*/
    /*overflow-y: auto;*/
}

.smartsheet-content .nav .nav-item .nav-link {
    font-size: 11px;
    line-height: 14px;
    /*line-height: 17px;*/
    padding: 3px 10px;
}

/* smartsheet-view */
#view-top-sticky-wrapper {
    margin: -1.8rem 0 20px;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

#view-top.smartsheet-top {
    min-height: 44px;
}

.smartsheet-view .smartsheet-section {
    min-height: 0;
    margin-bottom: 30px;
}

.smartsheet-view .table-smartsheet {
    max-width: 100%;
}

.smartsheet-view .block-part {
    padding-right: 0;
}

.smartsheet-view .form-control {
    min-height: 30px;
    height: auto;
}

.select-list {
    padding: 6px;
}

.view-list {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px;
    padding: 0;
}

.view-list:last-child {
    margin: 0;
}

.view-list li:first-child {
    border-top: 1px solid #e3ebf3;
}

.view-list li {
    min-width: 170px;
    padding: 3px 6px;
    border-bottom: 1px solid #e3ebf3;
}

.view-list li:empty,
.view-list li:first-child:empty {
    padding: 0;
    border: none;
}

.view-list li p {
    margin: 0;
}

.view-list li.label {
    font-size: 13px;
    font-weight: 600;
}

.view-list li.label:first-child {
    border-top: none;
}

.view-list label {
    margin: 0;
}

/*.no-active .cke_textarea_inline,*/
/*.no-active .add-section,*/
/*.no-active .delete-part,*/
/*.no-active .table-smartsheet,*/
/*.no-active .smartsheet-block,*/
/*.no-active .merit-block,*/
/*.no-active .annotation-ui,*/
.no-active.smartsheet-section {
    opacity: 0.5;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* scoreboard-form */
#scoreboard-form .smartsheet-section {
    min-height: 0;
    margin-bottom: 30px;
}

#scoreboard-form .smartsheet-section:last-child {
    margin-bottom: 0;
}

#scoreboard-form .smartsheet-section h3.title a {
    color: #000;
}

#scoreboard-form .table-smartsheet {
    max-width: 850px;
    overflow: visible;
    table-layout: auto;
    padding-right: 145px;
}

#scoreboard-form .table-smartsheet .table {
    width: 100%;
}

#scoreboard-form .table-smartsheet td {
    width: auto;
    min-width: 0;
}

#scoreboard-form .table-smartsheet .td-title {
    width: 500px;
    text-overflow: ellipsis;
    overflow: hidden;
}

#scoreboard-form .table-smartsheet .td-data {
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
}

#scoreboard-form .table-smartsheet .td-comment {
    height: 60px;
}

#scoreboard-form .table-smartsheet .textarea-comment {
    border: 1px solid #e3ebf3;
    height: 55px;
    vertical-align: middle;
}

#scoreboard-form .table-smartsheet .td-file-icon {
    font-size: 20px;
    width: 40px;
    text-align: center;
    position: relative;
}

#scoreboard-form .table-smartsheet .icon-note {
    cursor: pointer;
}

#scoreboard-form .table-smartsheet .note {
    font-size: 12px;
    line-height: 13px;
    display: block;
    position: absolute;
    top: 1px;
    left: 100%;
    text-align: left;
    width: 140px;
    margin-left: 3px;
    padding: 0 3px;
    background: #fff;
}

#scoreboard-form .table-smartsheet .note:empty {
    display: none;
}

#scoreboard-form .custom-control {
    cursor: pointer;
}

.new-comment #form-inputs {
    margin-bottom: 1rem;
}

.new-comment textarea.form-control {
    height: 100px;
    resize: none;
    /*border: none;*/
    /*border-top: 1px dashed #98a4b8;*/
}

.new-comment .has-bd {
    border-top: 1px dashed #98a4b8;
    padding-top: 10px;
}

.new-comment label {
    margin: 0;
}

.select-full-width .select2-container {
    display: block;
    width: 100% !important;
}

#modal-change-users .select2-container--default .select2-selection--multiple .select2-selection__choice,
#modal-prompt .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 3px !important;
}

.form-comments table.dataTable {
    /*table-layout: fixed;*/
}

.form-comments table.dataTable th {
    padding-left: 10px;
    width: auto !important;
}

.form-comments table.dataTable .td-user {
    width: 85px !important;
}

.form-comments table.dataTable .td-from,
.form-comments table.dataTable .td-to,
.form-comments table.dataTable .td-date {
    width: 75px !important;
}

/**/
.content-header-title:empty {
    margin: 0;
}

.home-page .content-header {
    display: none;
}

.home-heading {
    margin-bottom: 2rem;
    align-items: center;
    background: #f5f7fa;
    position: relative;
}

.home-heading .content-header-title {
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.sort-block {
    display: inline-block;
    vertical-align: top;
    margin: 3px 0 0 10px;
}

.sort-block .dropdown-menu {
    padding: 0;
    border-radius: 0;
    margin-top: 5px;
}

.sort-block .dropdown-item {
    padding: 5px;
}

.sort-block .dropdown-item.select {
    font-weight: bold;
}

.sort-block .dropdown-toggle:after {
    content: '\f0d7' !important;
}

.sort-block.show .dropdown-toggle:after {
    content: none !important;
}

.filter-block {
    text-align: center;
    font-size: 0;
}

.filter-block label {
    margin: 0;
    padding: 0;
}

.filter-block label+label {
    margin-left: -1px;
}

.filter-block label .btn {
    border-radius: 0;
}

.filter-block label:first-child .btn {
    border-radius: 0.25rem 0 0 0.25rem;
}

.filter-block label:last-child .btn {
    border-radius: 0 0.25rem 0.25rem 0;
}

.filter-block label:first-child:last-child .btn {
    border-radius: 0.25rem;
}

.filter-block span {
    cursor: pointer;
    border-color: #00b5b8;
    background-color: transparent;
    color: #00b5b8;
}

.filter-block span:hover {
    background-color: #00aeb1;
    color: #fff;
}

.filter-block input[type='radio']:checked+span {
    border-color: #00b5b8;
    background-color: #00b5b8;
    color: #fff;
}

.filter-block input[type='radio']:checked+span:hover {
    border-color: #009c9f;
    background-color: #009c9f;
}

#search-form .form-group {
    margin: 0;
}

.caselog-item .heading-elements {
    top: 10px;
    right: 10px;
}

.caselog-item .card-header ul.list-inline li {
    vertical-align: middle;
    line-height: 21px;
}

.heading-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    left: 21px;
    top: 10px;
    right: 21px;
}

.heading-list li {
    line-height: 1;
}

.heading-list li+li {
    padding: 0 0 0 8px;
}

.heading-list .link-item {
    flex: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-width: 0;
}

.heading-list .link-item a {
    color: #00b5b8;
    font-style: italic;
}

@media(max-width: 1370px) {
    .heading-list {
        left: 10px;
        right: 10px;
    }
}

@media(max-width: 991px) {
    .heading-list {
        display: none;
    }
}

.card-radio {
    display: block;
    border-radius: 50%;
    border: 1px solid #404e67;
    padding: 0 !important;
    width: 14px;
    height: 14px;
    position: relative;
}

.card-radio:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #404e67;
    opacity: 0;
    visibility: hidden;
}

.caselog-item.active .card-radio:after {
    opacity: 1;
    visibility: visible;
}

.card.caselog-item {
    height: calc(100% - 1.875rem);
    cursor: pointer;
}

.caselog-item .card-header {
    border-radius: 0;
    padding: 3rem 1.5rem 1rem;
}

.caselog-item.active .card-header {
    -webkit-box-shadow: 0 2px 0 #00b5b8 inset;
    -moz-box-shadow: 0 2px 0 #00b5b8 inset;
    box-shadow: 0 2px 0 #00b5b8 inset;
}

.caselog-item .badge {
    vertical-align: middle;
}

.caselog-item .card-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*max-width: calc(100% - 65px);*/
}

.caselog-item .card-content {
    height: calc(100% - 74px);
}

.caselog-item .card-body {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-top: 0;
}

.caselog-item .help-text {
    margin: 0;
    color: #000;
    font-size: 15px;
}

.card-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.card-links {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    font-style: italic;
    padding-top: 0.5rem;
}

.card-links a {
    color: #00b5b8;
}

.card-links a:hover {
    color: #009c9f;
}

/* status */
.status-block {
    width: 600px;
    border-top: 1px solid #e3ebf3;
    font-size: 13px;
    line-height: 16px;
}

.table-block-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-row {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px solid #e3ebf3;
}

.table-row .cell {
    display: table-cell;
    vertical-align: top;
    height: 30px;
    padding: 6px 0;
}

.table-row.table-head .cell {
    font-weight: 600;
    font-size: 13px;
    vertical-align: middle;
}

.table-row .cell-input {
    padding: 0;
    width: 270px;
}

.table-row .cell-checkbox {
    vertical-align: middle;
    padding: 0 6px;
}

.table-row .cell-help-text {
    font-size: 12px;
    font-style: italic;
}

.table-block label {
    margin: 0;
}

.table-block .form-control {
    border: none;
    padding: 6px;
    font-size: 13px;
    line-height: 16px;
    height: 30px;
}

.table-block select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-overflow: ellipsis;
    background: url('../images/arrow-down.svg') no-repeat right 6px top 50%;
    height: 30px !important;
    padding: 6px 18px 6px 6px;
}

.table-block .number-holder .form-control {
    border-radius: 0;
    background: none;
}

.table-block .select2-container {
    width: 100% !important;
}

.table-block .select2-container .select2-selection {
    border-radius: 0;
    padding: 1px 2px !important;
    min-height: 30px !important;
}

.table-block .select2-container:not(.select2-container--open) .select2-selection {
    border: none !important;
}

.table-block .select2-container .select2-selection--multiple .select2-selection__rendered {
    max-height: 400px;
    overflow-y: auto;
}

.table-block .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #42587d transparent transparent transparent;
    border-width: 6px 3px 0 3px;
}

.table-block .select2-container .select2-selection--single {
    padding-left: 6px;
    height: 30px !important;
}

.table-block .select2-container .select2-selection--single .select2-selection__arrow {
    border-color: transparent;
    top: 2px !important;
    right: -2px !important;
}

.table-block .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: 26px;
}

.table-block .select2-container .select2-selection--multiple .select2-selection__choice {
    margin: 3px !important;
}

#select2-status-retire_detail_ids-results {
    font-size: 13px;
}

.table-block .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #3f587e;
}

.status-block .field-status-commitment_currency_id {
    margin: 0;
    float: left;
    width: 80px;
}

.status-block .field-status-commitment_amount {
    overflow: hidden;
}

/* pipeline */
.pipeline-list {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px;
    overflow-x: auto;
}

.pipeline-list:last-child {
    margin: 0;
}

.pipeline-item {
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    background: #f2f2f2;
    border-radius: 5px 5px 0 0;
    min-height: 650px;
    /*1200px;*/
}

.pipeline-item+.pipeline-item {
    margin-left: 5px;
}

.pipeline-item .heading {
    background: #454e67;
    color: #fff;
    position: relative;
    border-radius: 5px;
    padding: 5px 10px 25px;
    font-size: 12px;
    line-height: 17px;
    min-height: 64px;
}

.pipeline-item .heading-light {
    background: #42a5f5;
}

.pipeline-item .title {
    display: block;
    font-size: 13px;
    text-align: center;
}

.pipeline-item .count {
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #eee;
}

.pipeline-item .pound {
    position: absolute;
    bottom: 5px;
    left: 10px;
    color: #eee;
}

.pipeline-item .item-list {
    text-align: center;
    margin: 0;
    padding: 10px 3px 0;
    border-bottom: 3px solid #f2f2f2;
    max-height: 590px;
    /*1980px;*/
    overflow-y: auto;
}

.pipeline-item .item-list:empty {
    padding: 0;
    border: none;
}

.pipeline-item .item-list li {
    background: #fff;
    margin: 0 0 3px;
    padding: 5px 3px;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
}

.pipeline-item .item-list li:last-child {
    margin: 0;
}

.pipeline-item .item-list h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pipeline-item .item-list li:hover h4 {
    white-space: normal;
}

.btn-cases {
    padding: 8px;
    border: 1px solid #009c9f;
    border-radius: 3px;
}

.btn-cases-active {
    color: #fff;
    background-color: #009c9f;
}

.btn-term-clear {
    padding: 8px;
    color: grey;
    border: 1px solid #ccd6e6;
    border-radius: 3px;
    margin-right: 3px;
}

.nav-li {
    margin: 10px;
}

.nav-li a {
    padding: 8px;
}

.nav-li a.active {
    border: 1px solid #009c9f;
    border-radius: 3px;
}

.pipeline-radio {
    width: 12px;
    height: 12px;
}

.pipeline-radio:after {
    content: '';
    position: absolute;
    top: 1.5px;
    left: 1.5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #404e67;
    opacity: 0;
    visibility: hidden;
}

ul.item-list li.active .pipeline-radio:after {
    opacity: 1;
    visibility: visible;
}

.pipeline-filter {
    float: right;
    width: 160px;
    margin-top: 17px;
    z-index: 20;
    text-align: right;
}

.pipeline-filter-term {
    float: right;
    width: 240px;
    margin-top: 7px;
    z-index: 20;
    text-align: right;
}

.report-filter-term {
    float: left;
    display: inline;
    margin-right: 5px;
}

/* notes */
.note-block {
    width: 850px;
}

.note-block .table-row .cell {
    padding: 0;
}

.note-block .table-row.table-head .cell {
    padding: 0 6px;
}

.note-block .table-row .cell-checkbox {
    text-align: center;
}

.note-block .table-row:not(.table-head) .cell-checkbox {
    vertical-align: middle;
    padding: 3px 6px 0;
}

.note-block select.form-control:not([size]):not([multiple]) {
    height: 30px;
}

.note-block .select2-container .select2-selection--single {
    height: 30px !important;
    padding-top: 0;
    padding-bottom: 0;
    border-color: transparent !important;
}

.note-block .select2-container .select2-selection--single .select2-selection__arrow {
    top: 2px !important;
}

#note-list ul li,
#note-list ol li {
    list-style: inherit;
}

.note-log .has-bd {
    border-top: 1px dashed #98a4b8;
    padding-top: 10px;
}

/* task */
.task-block {
    width: 1020px;
}

.task-block .table-row .cell-comments {
    width: 250px;
}

.task-block #task-deadline-kvdate .input-group-addon {
    border-color: transparent;
    border-radius: 0;
}

/* scoring */
.scoring-filter {
    margin: 0 0 1rem;
}

.scoring-filter+.btn {}

.scoring-filter .form-group {
    margin-bottom: 0;
}

.scoring-filter form>* {
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*margin: 0 10px;*/
}

.scoring-filter .select2-container {
    min-width: 250px;
}

.scoring-wrap {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    position: relative;
    border: 1px solid #e3ebf3;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 78px 0 0 165px;
    margin: 0 0 30px;
}

.scoring-wrap:last-child {
    margin: 0;
}

.scoring-heading {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 0 165px;
    overflow: hidden;
    font-size: 0;
    white-space: nowrap;
    z-index: 5;
}

.corner,
.user-col,
.scoring-heading {
    -ms-transition: all 0.2s ease;
}

.heading-row {
    border-bottom: 1px solid #e3ebf3;
}

.heading-col {
    display: inline-block;
    vertical-align: top;
    width: 110px;
    height: 25px;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    background: #f5f5f5;
    border-right: 1px solid #e3ebf3;
    padding: 4px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.heading-col:last-child {
    border-right: none;
}

.heading-col-2 {
    width: calc(110px * 2);
}

.heading-col-3 {
    width: calc(110px * 3);
}

.heading-col-4 {
    width: calc(110px * 4);
}

.heading-col-5 {
    width: calc(110px * 5);
}

.heading-col-6 {
    width: calc(110px * 6);
}

.heading-col-7 {
    width: calc(110px * 7);
}

.heading-col-8 {
    width: calc(110px * 8);
}

.heading-col-full {
    width: 100%;
}

.user-col {
    position: absolute;
    left: 0;
    top: 78px;
    border-right: 1px solid #e3ebf3;
    z-index: 5;
}

.corner {
    position: absolute;
    top: 0;
    left: 0;
    width: 165px;
    height: 78px;
    border: solid #e3ebf3;
    border-width: 0 1px 1px 0;
    background: #f5f5f5;
    z-index: 6;
}

.corner>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.corner-col {
    width: 100%;
    height: 26px;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    border-top: 1px solid #e3ebf3;
    padding: 4px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.user-col .user {
    width: 164px;
    border-bottom: 1px solid #e3ebf3;
    height: 25px;
    background: #f5f5f5;
    font-size: 12px;
    line-height: 15px;
    padding: 4px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.scoring-holder {
    display: inline-block;
    vertical-align: top;
}

.scoring-col {
    font-size: 0;
    white-space: nowrap;
}

.scoring-col:nth-child(2n) {
    background: rgba(245, 247, 250, 0.5);
}

.scoring-item {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 15px;
    width: 110px;
    height: 25px;
    border: solid #e3ebf3;
    border-width: 0 1px 1px 0;
    padding: 4px 5px;
    text-align: center;
}

.scoring-item:last-child {
    border-right: 0;
}

.scoring-item-empty {
    background: #f6f6f6;
}

#overall.scoring-wrap {
    padding-top: 52px;
}

#overall .corner {
    height: 52px;
}

#overall .corner-col:first-child {
    border-top: none;
}

#overall .user-col {
    top: 52px;
}

/**/
#transposed.scoring-wrap {
    padding-top: 26px;
}

#transposed .corner {
    height: 26px;
}

#transposed .user-col {
    top: 26px;
}

#transposed .scoring-item:first-child {
    font-weight: bold;
}

html.ovh {
    overflow: hidden;
}

/**/
.commercials-card div.dataTables_wrapper div.dataTables_filter label {
    margin-top: 0;
}

table.dataTable.commercial-table thead th {
    padding: 5px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.dataTable.commercial-table thead th.sorting,
table.dataTable.commercial-table thead th.sorting_desc,
table.dataTable.commercial-table thead th.sorting_asc {
    padding: 5px 18px 5px 10px;
}

table.dataTable.commercial-table tbody td {
    padding: 5px 10px;
    font-size: 13px;
}

.td-funding-requested>span,
#live_href,
#retired_href {
    cursor: pointer;
    text-decoration: underline;
}

.td-funding-requested>span:hover,
#live_href:hover,
#retired_href:hover {
    text-decoration: none;
}

table.dataTable.outcomes {
    table-layout: fixed;
}

table.dataTable.outcomes th {
    padding: 5px 10px;
    width: auto !important;
}

table.dataTable.outcomes td {
    padding: 5px 10px;
    font-size: 13px;
    height: 18px;
}

table.dataTable.outcomes th.td-title {
    width: 35% !important;
}

table.dataTable.outcomes .td-all-outcomes {
    text-align: center;
}

table.dataTable.outcomes .tooltip-holder {
    white-space: nowrap;
}

.commercials-body table.dataTable th {
    padding-left: 10px;
}

.commercials-body .new-cases-table {
    table-layout: fixed;
}

.commercials-body .new-cases-table th {
    width: auto !important;
}

.commercials-body .new-cases-table .td-number {
    width: 20px !important;
}

#scoreboard-changes table.dataTable {
    table-layout: fixed;
    font-size: 13px;
}

#scoreboard-changes table.dataTable th {
    /*width: auto !important;*/
    padding-left: 10px;
}

#scoreboard-changes table.dataTable .td-date {
    width: 80px !important;
}

#scoreboard-changes table.dataTable .td-user {
    width: 100px !important;
}

#scoreboard-changes table.dataTable .td-factor {
    width: 150px !important;
}

#scoreboard-changes table.dataTable .td-type {
    width: 50px !important;
}

#scoreboard-changes table.dataTable .td-detail {
    width: auto !important;
    min-width: 230px;
}

#scoreboard-changes table.dataTable .td-score {
    width: 150px !important;
}

#scoreboard-changes table.dataTable td {
    vertical-align: top;
}

#scoreboard-changes table.dataTable select {
    width: 100%;
}

.url-block {
    -ms-display: flex;
    display: flex;
    justify-content: space-between;
}

.url-text {
    margin: 0 6px 0 0;
    display: inline-block;
    vertical-align: middle;
}

@media(max-width: 1199px) {
    .header-navbar .navbar-container ul.nav li>a.nav-link {
        padding: 1.4rem 0.4rem;
    }

    .header-navbar .navbar-container ul.nav li.current-case>a.nav-link {
        padding: 1.1rem 0.4rem;
    }

    /**/
    table.dataTable thead th {
        font-size: 12px;
        line-height: 15px;
    }

    table.dataTable thead th.sorting_disabled {
        white-space: normal;
    }

    table.dataTable.outcomes th.td-title {
        width: 30% !important;
    }
}

@media(max-width: 991px) {
    .header-navbar .navbar-header {
        width: 180px;
    }

    .smartsheet-content {
        position: relative;
    }

    .smartsheet-content .sidebar-right,
    .smartsheet-content .sidebar-left {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 250px;
        background: #f5f7fa;
        box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
        transition: all 0.3s ease;
        z-index: 2;
    }

    .smartsheet-content .sidebar-left {
        /*position: fixed;*/
        right: auto;
        left: 0;
        bottom: auto;
        background: #fff;
    }

    .smartsheet-content .sidebar-left .card {
        background: none;
        box-shadow: none;
    }

    /* smartsheet */
    .smartsheet-top {
        padding-right: 270px;
    }

    .smartsheet-top .links-block {
        width: 250px;
    }

    /* #scoreboard-form */
    #scoreboard-form .table-smartsheet .td-title {
        width: 60%;
        white-space: normal;
    }

    .home-heading>div:first-child {
        margin-bottom: 15px;
    }

    .caselog-item .card-header {
        padding: 1.5rem;
        position: relative;
    }

    .caselog-item .card-header .heading-elements-toggle {
        top: 21px;
    }

    .caselog-item .heading-elements {
        top: 100%;
    }

    .caselog-item .card-title {
        margin-right: 10px;
        max-width: 100%;
    }

    .caselog-item .card-content {
        height: calc(100% - 60px);
    }

    #scoreboard-changes table.dataTable .td-detail {
        /*width: 45%;*/
        width: 230px !important;
    }
}

@media(max-width: 767px) {
    .main-menu.menu-light .navigation>li.active {
        border-left-color: whitesmoke;
    }

    #navbar-mobile .navbar-nav.float-left {
        float: none !important;
    }

    .case-holder {
        width: 100%;
    }

    .case-frame {
        max-width: none;
        flex: 1;
    }

    .twitter-typeahead {
        width: 100%;
    }

    /* content-header */
    .content-header {
        flex-direction: column-reverse;
    }

    /* smartsheet */
    .smartsheet-top {
        padding-right: 150px;
    }

    .smartsheet-top .links-block {
        width: 140px;
    }

    .smartsheet-header {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .smartsheet-header h1 {
        white-space: normal;
    }

    .smartsheet-header .info-block {
        -ms-flex: 1;
        flex: 1;
        max-width: none;
        margin: 0 0 10px;
    }

    .smartsheet-content .sidebar-right,
    .smartsheet-content .sidebar-left {
        display: none;
    }

    .smartsheet-section h3.title {
        margin-bottom: 1rem;
    }

    .table-smartsheet .td-title {
        font-size: 0.9rem;
    }

    /* #scoreboard-form */
    #scoreboard-form .table-smartsheet {
        padding-right: 0;
    }

    #scoreboard-form .table-smartsheet .table,
    #scoreboard-form .table-smartsheet tbody,
    #scoreboard-form .table-smartsheet tr,
    #scoreboard-form .table-smartsheet td {
        display: block;
        border: none;
        height: auto;
    }

    #scoreboard-form .table-smartsheet .table {
        border-top: 1px solid #e3ebf3;
    }

    #scoreboard-form .table-smartsheet tr {
        padding: 3px 0;
        border-bottom: 1px solid #e3ebf3;
    }

    #scoreboard-form .table-smartsheet td:nth-child(2) {
        display: inline-block;
        vertical-align: top;
        width: 65%;
    }

    #scoreboard-form .table-smartsheet .td-title {
        width: auto;
    }

    #scoreboard-form .table-smartsheet .td-file-icon {
        display: inline-block;
        vertical-align: top;
        width: 35%;
        text-align: right;
        margin: 0 0 0 -5px;
    }

    #scoreboard-form .table-smartsheet .note {
        position: static;
        display: block;
        margin: 3px 0 0;
        width: 100%;
        font-size: 11px;
    }

    /* status */
    .status-block {
        width: 100%;
        min-width: 550px;
    }

    /* scoring */
    .scoring-filter {
        margin-bottom: 1rem;
    }

    .scoring-row .text-right {
        text-align: left !important;
    }

    /**/
    table.dataTable.commercial-table thead th {
        padding: 5px 18px 5px 5px;
    }

    table.dataTable.outcomes th {
        padding: 5px;
    }

    table.dataTable.commercial-table tbody td,
    table.dataTable.outcomes td {
        padding: 5px;
        line-height: 15px;
    }

    .commercials-card .dataTables_wrapper .dataTables_info,
    .commercials-body .dataTables_wrapper .dataTables_info {
        font-size: 12px;
        line-height: 15px;
    }

    .commercials-card .dataTables_wrapper .dataTables_paginate,
    .commercials-body .dataTables_wrapper .dataTables_paginate {
        padding-right: 15px;
    }

    .commercials-card .dataTables_wrapper .dataTables_paginate .paginate_button,
    .commercials-body .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 0.3em 0.85em;
        margin-bottom: 4px;
    }

    .commercials-card .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
    .commercials-card .dataTables_wrapper .dataTables_paginate .paginate_button.next,
    .commercials-body .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
    .commercials-body .dataTables_wrapper .dataTables_paginate .paginate_button.next {
        padding: 0.3em 0.5em;
        font-size: 13px;
    }

    .url-block {
        display: block;
    }

    .url-text {
        margin: 0 0 10px;
    }
}

@media(max-width: 575px) {
    .home-heading {
        margin-bottom: 1rem;
    }

    /*status*/
    .filter-block {
        margin-bottom: 1rem;
    }

    /* pipeline */
    .pipeline-item {
        min-height: 300px;
    }

    .pipeline-item .item-list {
        max-height: 295px;
    }

    /* scoring */
    .scoring-filter+.btn {
        margin: 0 0 1rem;
    }

    .scoring-filter form>* {
        display: block;
        width: 100%;
        margin: 0 0 1rem;
    }

    .scoring-filter .select2-container {
        width: 100% !important;
    }
}

@media(max-width: 479px) {

    /* smartsheet */
    .smartsheet-top {
        padding-right: 0;
    }

    .smartsheet-top .links-block {
        position: relative;
        width: 100%;
        border-width: 1px;
    }

    /**/
    .scoring-chart {
        margin: -1.5rem -1rem -1rem;
    }
}


#editor-top-sticky-wrapper:not(.is-sticky) #editor-top {
    margin-top: 0 !important;
    position: fixed;
}

#view-top-sticky-wrapper:not(.is-sticky) #view-top {
    margin-top: 0 !important;
}

#sticky-wrapper:not(.is-sticky) .sidebar-sticky {
    padding-top: 0 !important;
}

.sidebar-sticky {
    transition: all 0.2s ease;
}

.palette1--10,
.palette1--9,
.palette1--8 {
    background-color: #EF5350;
}

.palette1--7,
.palette1--6,
.palette1--5 {
    background-color: #EF5350;
}

.palette1--4 {
    background-color: #E57373;
}

.palette1--3 {
    background-color: #EF9A9A;
}

.palette1--2,
.palette1--1 {
    background-color: #FFCDD2;
}

.palette1-1,
.palette1-2 {
    background-color: #B9F2E1;
}

.palette1-3,
.palette1-4 {
    background-color: #8BE9CD;
}

.palette1-5,
.palette1-6 {
    background-color: #5CE0B8;
}

.palette1-7,
.palette1-8 {
    background-color: #39DAAA;
}

.palette1-9,
.palette1-10 {
    background-color: #13CE92;
}

.palette2-1,
.palette2-2,
.palette2-3,
.palette2-4 {
    background-color: #EF5350;
}

.palette2-5 {
    background-color: #EF9A9A;
}

.palette2-6 {
    background-color: #B9F2E1;
}

.palette2-7 {
    background-color: #8BE9CD;
}

.palette2-8 {
    background-color: #5CE0B8;
}

.palette2-9 {
    background-color: #39DAAA;
}

.palette2-10 {
    background-color: #13CE92;
}

.master-list {
    width: 100%;
    height: calc(100vh - 300px);
}


table.scoreboard-changes td span {
    display: none;
}

.div-hr {
    border-top: 1px solid #98A4B8;
    margin-left: -15px;
    width: 498px;
    margin-top: 20px;
}

.mp-15 {
    margin-top: 15px;
}

.sign-block {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}

.sign-block .card {
    box-shadow: none;
    margin: 0;
}

.sign-block>.alert {
    margin: 20px 20px 0;
}

.qr-block {
    text-align: center;
    margin: 0 0 25px;
}

.qr-block .text {
    display: block;
    font-weight: bold;
    padding: 5px 0 0;
    font-size: 16px;
}

.has-error .help-block {
    color: #dc3545;
    font-size: 13px;
    margin: 2px 0 0;
}

/* Scoreboard Questions */
.rowui {
    padding: 5px;
    border: 1px solid #BABFC7;
    background-color: #F5F7FA;
}

.rowborder {
    text-align: center;
    border: 1px solid #BABFC7;
}

.check {
    text-align: center;
    border: 1px solid #BABFC7
}