.button-radio, .not-all-completed h1, .saving-now h1 {
    display: inline-block
}

.clickable {
    cursor: pointer !important
}

.button-radio, .sitd .item {
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none
}

.popover {
    min-width: 500px
}

.button-radio {
    font-weight: 400;
    white-space: nowrap;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    margin-bottom: 0;
    text-align: center;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    font-family: inherit
}

.button-radio:hover {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
    text-decoration: none
}

.saving-now {
    background-color: #fff;
    border: 3px dashed #9e9e9e;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: .9;
    text-align: center;
    padding-top: 25px
}

.error-messages, .not-all-completed {
    background-color: #faeee0;
    border: 3px dashed #fae7d4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    min-height: 175px;
    padding: 40px;
    text-align: center;
    width: 100%;
    height: 100%
}

.not-all-completed {
    opacity: .8
}

.highlight-text-white {
    text-shadow: #fff 0 0 .4em
}

.highlight-text-red {
    text-shadow: red 0 0 .3em
}

.signature-image {
    max-width: 400px
}

@media all and (min-width: 1024px) and (max-width: 1280px) {
    .signature-image {
        max-width: 325px
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .signature-image {
        max-width: 225px
    }
}

@media all and (min-width: 480px) and (max-width: 768px) {
    .signature-image {
        max-width: 275px
    }
}

@media all and (max-width: 480px) {
    .signature-image {
        max-width: 225px
    }
}

.normal-field {
    padding: 0 10px;
    border-radius: 4px
}

.crf-field {
    background: #fffcec
}

.question-group-box {
    padding: 10px
}

@media print {
    .no-print, .no-print * {
        display: none !important
    }
}

.wizard .header {
    font-size: 28px;
    font-weight: bolder;
    color: #323232;
    text-align: center
}

table {
    font-size: 11px !important
}

.sitd .item {
    padding: 10px 5px 0;
    text-align: center;
    min-height: 65px;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px
}

.read-only {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 0;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    min-height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fafafa;
    background-image: none;
    border: 1px solid #ccc
}

.wrap {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    word-break: break-all
}

.strike, .strike:hover {
    /*color: red !important;*/
    text-decoration: line-through !important;
    text-shadow: 0 0 3px #fff
}

.folder-anchor {
    display: block;
    position: relative;
    bottom: 3px;
    right: 3px
}

.pad5 {
    padding: 5px
}

.pad3 {
    padding: 3px
}

.align-vertical {
    height: 100%;
    vertical-align: middle !important
}

.btn-white {
    color: #333;
    background-color: #fff;
    border: #e0e0e0 1px solid !important;
}

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
    color: #333;
    background-color: #f6f6f6;
    border-color: #adadad;
}

.btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
    background-image: none
}

.btn-white.disabled, .btn-white[disabled], fieldset[disabled] .btn-white, .btn-white.disabled:hover, .btn-white[disabled]:hover, fieldset[disabled] .btn-white:hover, .btn-white.disabled:focus, .btn-white[disabled]:focus, fieldset[disabled] .btn-white:focus, .btn-white.disabled:active, .btn-white[disabled]:active, fieldset[disabled] .btn-white:active, .btn-white.disabled.active, .btn-white[disabled].active, fieldset[disabled] .btn-white.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-white .badge {
    color: #fff;
    background-color: #333
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-bottom: 7px;
}

.header-block {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    /*white-space: nowrap;*/
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bordered-block {
    border: 1px solid #f0f0f0 !important;
    padding: 5px;
}

.bordered-block:hover {
    border: 1px solid #cccccc !important;
}

.btn-xxs, .btn-group-xxs > .btn {
    padding: 1px 3px;
    font-size: 9px;
    line-height: 1.3;
    border-radius: 2px
}

.box {
    margin: 0 0 15px 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 1px solid #e0eded;
    border-top: 3px solid #32c8de;
    padding: 5px;
    border-radius: 4px;
    /*height: 99%;*/
    /*cursor: crosshair;*/
}

.box .box-title {
    display: block;
    width: 100%;
    padding-bottom: 5px;
}

.box .box-title span {
    font-size: 1.1em;
    font-weight: bolder;
}

.box .box-content {
    padding: 5px;
    min-height: 230px;
    /*height: 100%;*/
}

.box .box-footer {
    padding-top: 5px;
    /*border-top: 1px solid #e0eded;*/
    z-index: 1;
}

.box .add-footer {
    padding-top: 5px;
    /*border-top: 1px solid #e0eded;*/
    z-index: 1;
}

.side-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.side-menu li {
    border-radius: 3px;
    color: #fff;
    width: 230px;
    margin: 20px auto;
    padding: 15px;
    position: relative;
    overflow: hidden;
    display: block;
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.4), 4px 4px 0px 1px rgba(0, 0, 0, 0.06);
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}

.side-menu span {
    font-size: 60%;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #ffffff;
}

.left-options {
    overflow-y: auto;
}

.left-options .left-options-item {
    padding: 10px;
    overflow: hidden;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.left-options .left-options-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #ff0000;
}

.clock-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    border: 4px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 8px rgba(34, 34, 34, 0.3), inset 0 1px 4px rgba(34, 34, 34, 0.3);
    box-shadow: 0 1px 4px rgba(34, 34, 34, 0.3), inset 0 1px 4px rgba(34, 34, 34, 0.3);
    background: #444444;
}

.clock-face {
    width: 100%;
    height: 100%;
}

.clock-hour {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 -4px -25%;
    padding: 4px 0 4px 25%;
    background: #fff;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    border-radius: 4px 0 0 4px;
}

.clock-minute {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40% -3px 0;
    padding: 40% 3px 0;
    background: #fff;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    border-radius: 3px 3px 0 0;
}

.clock-second {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40% -1px 0 0;
    padding: 40% 1px 0;
    background: #fff;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.clock-face:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
    background: #fff;
    border-radius: 3px;
    content: "";
    display: block;
}

/*#PanelTools, .fa-trash {*/
/*display: none;*/
/*}*/

#PanelTools {
    display: none;
}

.fa-trash:hover {
    color: #f75353;
    cursor: pointer;
}

.add-box-container {
    display: flex;
    align-items: center;
    justify-content: center
}

.add-box-container i {
    margin: 0;
    cursor: pointer;
}

.dropdown-menu li {
    cursor: pointer;
}

html, body {
    height: 100%;
}

.full-screen-box {
    display: block;
    position: absolute;
    text-outline: 0;
    width: 100%;
    height: 800px;
    z-index: 10001;
    background-color: #ffffff;

    /*position:absolute;*/
    /*top:0;*/
    /*left:0;*/
    /*width:100%;*/
    /*height:100%;*/


    z-index: 1000;
}

textarea {
    min-height: 250px;
}

.card-block .tab-content {
    margin-top: 0;
    /*border: 0;*/
}


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #e1e6ef;
}

.card-block {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

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

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f9f9fa;
    border-bottom: 1px solid #e1e6ef;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f9f9fa;
    border-top: 1px solid #e1e6ef;
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-primary {
    background-color: #20a8d8;
    border-color: #20a8d8;
}

.card-primary .card-header,
.card-primary .card-footer {
    background-color: transparent;
}

.card-success {
    background-color: #79c447;
    border-color: #79c447;
}

.card-success .card-header,
.card-success .card-footer {
    background-color: transparent;
}

.card-info {
    background-color: #67c2ef;
    border-color: #67c2ef;
}

.card-info .card-header,
.card-info .card-footer {
    background-color: transparent;
}

.card-warning {
    background-color: #fabb3d;
    border-color: #fabb3d;
}

.card-warning .card-header,
.card-warning .card-footer {
    background-color: transparent;
}

.card-danger {
    background-color: #ff5454;
    border-color: #ff5454;
}

.card-danger .card-header,
.card-danger .card-footer {
    background-color: transparent;
}

.card-outline-primary {
    background-color: transparent;
    border-color: #20a8d8;
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc;
}

.card-outline-info {
    background-color: transparent;
    border-color: #67c2ef;
}

.card-outline-success {
    background-color: transparent;
    border-color: #79c447;
}

.card-outline-warning {
    background-color: transparent;
    border-color: #fabb3d;
}

.card-outline-danger {
    background-color: transparent;
    border-color: #ff5454;
}

.card-inverse {
    color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-header,
.card-inverse .card-footer {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
    color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
    color: #fff;
}

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
    }

    .card-deck .card {
        display: flex;
        flex: 1 0 0;
        flex-direction: column;
    }

    .card-deck .card:not(:first-child) {
        margin-left: 15px;
    }

    .card-deck .card:not(:last-child) {
        margin-right: 15px;
    }
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }

    .card-group .card {
        flex: 1 0 0;
    }

    .card-group .card + .card {
        margin-left: 0;
        border-left: 0;
    }
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
        margin-bottom: 0.75rem;
    }
}

.card {
    margin-bottom: 1.5rem;
}

.card-header i.icon-bg {
    display: inline-block;
    padding: 0.75rem 1.25rem !important;
    margin-top: -0.75rem;
    margin-right: 1.25rem;
    margin-bottom: -0.75rem;
    margin-left: -1.25rem;
    line-height: inherit;
    color: #374767;
    vertical-align: bottom;
    background: transparent;
    border-right: 1px solid #e1e6ef;
}

.card-header ul.nav.nav-tabs {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
    border-bottom: 0;
}

.card-header ul.nav.nav-tabs li.nav-item {
    border-top: 0;
}

.card-header ul.nav.nav-tabs li.nav-item a.nav-link, .card-header ul.nav.nav-tabs li.nav-item .navbar a.dropdown-toggle, .navbar .card-header ul.nav.nav-tabs li.nav-item a.dropdown-toggle {
    padding: 0.75rem 0.625rem;
    color: #c0cadd;
    border-top: 0;
}

.card-header ul.nav.nav-tabs li.nav-item a.nav-link.active, .card-header ul.nav.nav-tabs li.nav-item .navbar a.active.dropdown-toggle, .navbar .card-header ul.nav.nav-tabs li.nav-item a.active.dropdown-toggle {
    color: #374767;
    background: #fff;
}

.card-header.card-header-inverse {
    color: #fff;
}

.card-header.card-header-primary {
    margin: -1px -1px 0;
    background: #20a8d8;
    border-bottom: 1px solid #20a8d8;
}

.card-header.card-header-secondary {
    margin: -1px -1px 0;
    background: #e1e6ef;
    border-bottom: 1px solid #e1e6ef;
}

.card-header.card-header-success {
    margin: -1px -1px 0;
    background: #79c447;
    border-bottom: 1px solid #79c447;
}

.card-header.card-header-info {
    margin: -1px -1px 0;
    background: #67c2ef;
    border-bottom: 1px solid #67c2ef;
}

.card-header.card-header-warning {
    margin: -1px -1px 0;
    background: #fabb3d;
    border-bottom: 1px solid #fabb3d;
}

.card-header.card-header-danger {
    margin: -1px -1px 0;
    background: #ff5454;
    border-bottom: 1px solid #ff5454;
}

.card-header .btn, .card-header .fc button, .fc .card-header button {
    margin-top: -0.5rem;
}

.card-header .btn-sm, .card-header .btn-group-sm > .btn, .card-header .fc .btn-group-sm > button, .fc .card-header .btn-group-sm > button {
    margin-top: -0.25rem;
}

.card-header .btn-lg, .card-header .btn-group-lg > .btn, .card-header .fc .btn-group-lg > button, .fc .card-header .btn-group-lg > button {
    margin-top: -0.75rem;
}

.card-footer ul {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    table-layout: fixed;
}

.card-footer ul li {
    display: table-cell;
    padding: 0 1.25rem;
    text-align: center;
}

.card-footer ul li progress {
    margin-top: 0.75rem;
    margin-bottom: 0;
}

.card-primary {
    background-color: #20a8d8;
    color: white;
}

.card-primary .card-header {
    border-color: #1d97c2;
}

.card-primary .card-header, .card-primary .card-footer {
    background-color: #1d97c2;
}

.card-secondary {
    background-color: #e1e6ef;
}

.card-secondary .card-header {
    border-color: #d0d8e6;
}

.card-secondary .card-header, .card-secondary .card-footer {
    background-color: #d0d8e6;
}

.card-success {
    background-color: #79c447;
}

.card-success .card-header {
    border-color: #6cb73b;
}

.card-success .card-header, .card-success .card-footer {
    background-color: #6cb73b;
}

.card-info {
    background-color: #67c2ef;
}

.card-info .card-header {
    border-color: #50b9ed;
}

.card-info .card-header, .card-info .card-footer {
    background-color: #50b9ed;
}

.card-warning {
    background-color: #fabb3d;
}

.card-warning .card-header {
    border-color: #f9b224;
}

.card-warning .card-header, .card-warning .card-footer {
    background-color: #f9b224;
}


.card-danger {
    background-color: #ff5454;
}

.card-danger .card-header {
    border-color: #ff3b3b;
}

.card-danger .card-header, .card-danger .card-footer {
    background-color: #ff3b3b;
}

.card-inverse {
    color: #fff;
}

.card-inverse .text-muted {
    color: rgba(255, 255, 255, 0.6) !important;
}

[class*="card-outline-"] .card-block {
    background: #fff !important;
}

[class*="card-outline-"].card-outline-top {
    border-top-width: 2px;
    border-right-color: #e1e6ef;
    border-bottom-color: #e1e6ef;
    border-left-color: #e1e6ef;
}

.card-accent-primary {
    border-top-width: 2px;
    border-top-color: #20a8d8;
}

.card-accent-secondary {
    border-top-width: 2px;
    border-top-color: #ccc;
}

.card-accent-info {
    border-top-width: 4px;
    border-top-color: #67c2ef;
}

.card-accent-success {
    border-top-width: 2px;
    border-top-color: #79c447;
}

.card-accent-warning {
    border-top-width: 3px;
    border-top-color: #fabb3d;


    border-left-width: 1px;
    border-left-color: #fabb3d;
    border-bottom-width: 1px;
    border-bottom-color: #fabb3d;
    border-right-width: 1px;
    border-right-color: #fabb3d;
}

.card-accent-danger {
    border-top-width: 2px;
    border-top-color: #ff5454;
}

.card-header > i {
    margin-right: 0.5rem;
}

.card-header .card-actions {
    position: absolute;
    top: 0;
    right: 0;
}

.card-header .card-actions a, .card-header .card-actions button {
    display: block;
    float: left;
    width: 50px;
    padding: 0.75rem 0;
    margin: 0 !important;
    color: #374767;
    text-align: center;
    background: transparent;
    border: 0;
    border-left: 1px solid #e1e6ef;
    box-shadow: 0;
}

.card-header .card-actions a:hover, .card-header .card-actions button:hover {
    text-decoration: none;
}

.card-header .card-actions a [class^="icon-"], .card-header .card-actions a [class*=" icon-"], .card-header .card-actions button [class^="icon-"], .card-header .card-actions button [class*=" icon-"] {
    display: inline-block;
    vertical-align: middle;
}

.card-header .card-actions a i, .card-header .card-actions button i {
    display: inline-block;
    transition: .4s;
}

.card-header .card-actions a i.r180, .card-header .card-actions button i.r180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.card-header .card-actions .input-group {
    width: 230px;
    margin: 6px;
}

.card-header .card-actions .input-group .input-group-addon {
    background: #fff;
}

.card-header .card-actions .input-group input {
    border-left: 0;
}

.card-full {
    margin-top: -1rem;
    margin-right: -15px;
    margin-left: -15px;
    border: 0;
    border-bottom: 1px solid #e1e6ef;
}

@media (min-width: 576px) {
    .card-columns.cols-2 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

.card.drag, .card .drag {
    cursor: move;
}

.card-placeholder {
    background: rgba(0, 0, 0, 0.025);
    border: 1px dashed #c0cadd;
}

.report-bg-default {
    background-color: #CCCCCC;
}

.report-bg-danger {
    background-color: #C33E33;
}

.report-bg-warning {
    background-color: #E8A34C;
}

.report-bg-success {
    background-color: #2F8627;
}

.folder-selection:hover, .form-level-view:hover {
    cursor: pointer;
}


.card-crf {
    background-color: #faefc4;
    border-color: #facb66;
    margin-bottom: 2px;
}

.card-crf .card-header,
.card-crf .card-footer {
    background-color: transparent;
}

.card-crf {
    background-color: #faefc4;
}

.card-crf .card-header {
    border-color: #facb66;
}

.card-crf .card-body {
    padding: 5px;
}

.card-crf .card-header, .card-crf .card-footer {
    background-color: #faefc4;
}


.content-form {
    padding: 10px;
    border-left: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
}

.year {
    min-width: 250px;
}

.slider-selection {
    background: #ba252c !important;
}

.slider-horizontal {
    background: transparent;
}

.wp-theme-4 ul.list-listings .listing-body {
    width: 100% !important;
    height: auto;
    padding: 15px;
    float: left;
    background: #fcfcfc;
    border-right: 1px solid #fcfcfc
}

.case-menu {
    width: 100%;
    -webkit-transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
    transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
}


.ui-327 .ui-item {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1), inset 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.ui-327 .ui-item .ui-heading {
    width: 120px;
    float: left;
    height: 100%;
    padding: 10px 8px;
    position: relative;
}

.ui-327 .ui-item .ui-heading h3 {
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0px;
    text-align: right;
    font-weight: 600;
}

.ui-327 .ui-item .ui-heading h3 > a {
    color: #fff;
}

@media (max-width: 500px) {
    .ui-327 .ui-item .ui-heading {
        width: 100%;
        float: none;
        padding: 15px 20px;
    }

    .ui-327 .ui-item .ui-heading h3 {
        text-align: left;
    }
}

.ui-327 .ui-item .ui-content {
    margin-left: 122px;
    border: 1px solid #ddd;
    border-left: 0;
    background: #fff;
    padding: 10px 20px;
}

@media (max-width: 500px) {
    .ui-327 .ui-item .ui-content {
        width: 100%;
        margin-left: 0;
        border-top: 0;
        border-left: 1px solid #ddd;
    }
}

.ui-327 .ui-item .ui-content p {
    font-size: 10px;
}

.bordered {
    margin-bottom: 15px;
    margin: 0 0 15px 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    /*position: relative;*/
    overflow: hidden;
    border: 1px solid #e0eded
}

.patient {
    padding: 5px;
}

.patient span {
    font-size: 2.5em;
    color: #6e6e6e;
    font-weight: 900;
}

.patient comment {
    color: #6e6e6e;
}

.patient small {
    color: #6e6e6e;
}

.height-image {
    width: 219px;
    height: 239px;
}

.height-image span {
    font-size: 2.5em;
    color: #6e6e6e;
    font-weight: 900;
    position: absolute;
    z-index: 20;
    left: 110px;
    top: 100px;
}

.height-image comment {
    font-size: 1.5em;
    color: #b8b8b8;
    font-weight: 900;
    position: absolute;
    z-index: 20;
    left: 140px;
    top: 150px;
}

.height-image img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.patient-average {
    padding: 5px;
}

.patient-average span {
    font-size: 1.5em;
    color: #b8b8b8;
    font-weight: 900;
}

.patient-average comment {
    color: #b8b8b8;
}

.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    list-style: none
}

#CaseTable tr td {
    border-bottom: 1px solid #dee8fc;
}


.bg-submitted {
    background-color: #fcd4f9 !important;
    border-left: 5px solid #f7aafc;
}

.update-order-by {
    width: 50px !important;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.intercare-search-result-item {
    padding: 10px 5px 10px 5px;
   border: 1px solid #b8b8b8;
}

.intercare-search-result-item:hover {
    cursor: pointer;
    color: #ffffff;
    background-color: #b8b8b8;
}

/*Bounce*/
@keyframes kreep {
    0% {-webkit-transform: scale(1.1,.9);
        transform: scale(1.1,.9);}
   50% { -webkit-transform: scale(.9,1.1) translateY(-.5rem)}
   70% { -webkit-transform: scale(1);
         transform: scale(1);}
}

button.kreep {
  display: inline-block;
  /*name-duration-function(ease,eas-in,linear)-delay-count-direction */
  animation: kreep 1.7s ease 4s infinite alternate;
}

button.kreep:hover {
  animation: none;
}
/*END BOUNCER*/

/* Custom Range Slider */
.custom-slider-container {
    position: relative;
    padding-top: 10px;
    padding-bottom: 20px;
}

.custom-slider {
    --progress: 50%;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    margin: 0;
    background: linear-gradient(to right, #0d6efd var(--progress), #dee2e6 var(--progress));
    height: 6px;
    border-radius: 3px;
    outline: none;
    position: relative;
    z-index: 1;
}

.custom-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0d6efd;
    border: 2px solid #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    cursor: pointer;
    margin-top: -7px;
    position: relative;
    z-index: 2;
}

.custom-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0d6efd;
    border: 2px solid #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    cursor: pointer;
    border: none;
    z-index: 2;
}

.custom-slider-ticks {
    display: flex;
    justify-content: space-between;
    padding: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 20px;
    pointer-events: none;
}

.custom-slider-ticks span {
    width: 1px;
    height: 8px;
    background: #999;
    position: relative;
}

.custom-slider-ticks span:first-child::after {
    left: 0;
    transform: translateX(0);
}

.custom-slider-ticks span:last-child::after {
    left: 100%;
    transform: translateX(-100%);
}

.custom-slider-ticks span::after {
    content: attr(data-value);
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #6c757d;
}
