@media screen and (min-width: 1400px) {
    .container {
        max-width: 1370px;
    }
}

@media print {
    .sidemenu {
        display: none;
    }

    .panel {
        display: none;
    }

    .modal {
        display: block;
    }

    @page {
        size: landscape;
    }

    hr {
        display: none;
    }
}

.form-horizontal .control-label {
    text-align: left;
}

/******************************************************/
html {
    box-sizing: border-box;
    background: url("images/bg.png") no-repeat center center fixed;
    background-size: cover;
}

* {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    box-sizing: inherit;
}

body {
    padding-bottom: 0;
    min-height: 100%;
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
}

.container {
    max-width: 1370px;

}

h1, h2, h3, h4 {
    font-family: 'Montserrat', sans-serif;
}

a {
    color: #257;
}

/*******************************/

.panel-body {
    background: rgba(7, 122, 155, 0.1);
}

.scanbg {
    min-height: 500px;
    background-image: url(images/New_Casework_With_Cone.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top left;
    background-color: #dfdfdf !important;
}

.scanbg .panel-body {
    padding: 270px 30px 20px 30px;
}

.scanbg p {
    font-size: 16px;
}

.badge {
    background: #567;
}

.newOrder {
    display: inline-block;
}

.mainpanel {
    min-height: 650px;
}

.mainpanel > .panel {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
}

.partnerlogo {
    box-shadow: none !important;
    border: 1px solid #abc !important;
    border-radius: 5px !important;
}

.mainpanel > .panel .panel {
    box-shadow: none;
    border: 1px solid #abc;
}

.mainpanel > .panel .panel .panel-heading {
    box-shadow: none;
}

.mainpanel > .panel .panel-warning {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #cca;
}

/* Set padding to keep content from hitting the edges */

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.font-bold {
    font-weight: bold;
}

.highlightError {
    border: 2px #f2dede solid !important;
    color: #BC3F3F !important;
}

.childq {
    margin-left: 5em;
    margin-right: 1em;
}

.riskformYes {
    margin-left: 4em;
    padding-left: 0;
    text-align: center;
}

@media (max-width: 767px) {
    .riskformYes {
        margin-left: 0px;
        padding-left: 0;
        text-align: center;
    }

    .dl-horizontal dd {
        margin-left: 10px !important;
    }
}

/*side menu bar related settings*/

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        border-width: 0 0 1px;
        top: 0;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    .sidebar-nav .navbar .navbar-collapse {
        max-height: none;
        padding: 0;
    }

    .sidebar-nav .navbar ul {
        float: none;
    }

    .sidebar-nav .navbar ul:not {
        display: block;
    }

    .sidebar-nav .navbar li {
        display: block;
        float: none;
    }

    .sidebar-nav .navbar li a {
        padding-bottom: 12px;
        padding-top: 12px;
    }
}

@media (min-width: 768px) {
    /* uncomment if you would like the menu to be fixed */
    /* .navbar {
		  position: fixed;
		  width: 170px;
		  z-index: 2;
	  } */
}

.childq .riskformYes {
    margin-left: 3em;
    padding-left: 0;
    text-align: center;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a, .sidemenu.nav > li .sidemenu.navbar-nav > li {
    /*color: #00529B;*/
    width: 100% !important;
}

.navbar > li.active > a, .navbar > li.active > a:hover, .navbar > li.active > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: -webkit-linear-gradient(#087B9D, #208AAB); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#087B9D, #208AAB); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#087B9D, #208AAB); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#087B9D, #208AAB); /* Standard syntax */
    color: white;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 5px;
}

a.navbar-brand:hover, .navbar-default .navbar-brand {
    background: -webkit-linear-gradient(#3082cb, #00529B); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#3082cb, #00529B); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#3082cb, #00529B); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#3082cb, #00529B); /* Standard syntax */
    color: #00529B !important;
}

.navbar-header > .navbar-brand {
    color: white !important;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: #3082cb;
}

.navbar-header {
    padding-bottom: 0px;
}

.navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a .bigbutton {
    background-color: #eee !important;
}

.bigbutton {
    background: #00529B;
    border-radius: 10px;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
    color: white;
    cursor: pointer;
    display: block;
    font-size: 14pt !important;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 250px;
}

.bigbutton:hover {
    background: #00A0E2;
    color: white !important;
    text-decoration: none;
}

.riskform {
    background: #f8f8f8;
    box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.3);
    font-size: 16pt !important;
    min-height: 500px;
    padding: 50px;
    position: relative;
}

.riskform img.hand {
    position: absolute;
    right: 100px;
    top: -86px;
    width: 300px;
}

.riskform img.logo {
    bottom: 25px;
    height: 120px;
    position: absolute;
    right: 25px;
    width: auto;
}

.riskform img.logo_sm {
    height: 120px;
    width: auto;
}

.riskform img.row_logo {
    height: 150px;
}

.panel-text {
    color: white;
}

table.risktable {
    width: 800px;
}

table.risktable td:nth-child(1), table.risktable td:nth-child(2), table.risktable th:nth-child(1), table.risktable th:nth-child(2) {
    text-align: center;
    width: 60px;
}

table.risktable td:nth-child(3) {
    padding-left: 20px;
    width: 400px;
}

.riskouter {
    background: #00529B;
}

.riskouter h1 {
    color: white;
    font-family: 'Play', sans-serif !important;
    font-size: 40pt;
    padding-top: 20px;
    text-align: center;
}

.dataTables_wrapper .customertable .dataTables_filter label,
.dataTables_wrapper .partnertable .dataTables_filter label {
    margin-bottom: 12px;
    width: 100%;
}


table.clicktable tbody tr:hover {
    background: #f0f0f0;
    cursor: pointer;
}

.noLink {
    cursor: not-allowed;
}

.risk-form-header {
    max-width: 500px;
}

.risk-heading-text {
    font-weight: bold;
}

.risk-result-icon-text {
    border-radius: 10px;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
    color: black;
    float: left;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin: 10px 0px;
    text-align: center;
    width: 150px;
}

.risk-result-icon {
    display: inline-block;
    font-size: 20px;
    line-height: normal;
    vertical-align: middle;
}

.risk-result-text {
    font-size: 16pt;
}

.risk-result-elevated {
    background: #f03030;
}

.risk-result-medium {
    background: #ed0;
}

.risk-result-normal {
    background: yellowgreen;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.font-danger {
    color: #d9534f;
}

.panel-heading .bigicon {
    position: relative;
    display: inline-block;
    top: 4px;
    margin-top: -7px;
    font-size: 26px !important;
    color: #567;
}

.biggericon {
    font-size: 21px !important;
}

.internalfooter, .externalfooter {
    color: #abc;
    background: #064658;
    min-height: 80px;
    padding-top: 20px;
    font-style: italic;
    font-size: 18px;
    text-align: center;

    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

footer span, footer a {
    color: #abc;
    font-size: 18px;
}

.internalfooter a:hover {
    color: #00529B;
}

.margin5percentleft {
    margin-left: 5%;
}

.centerheaders th {
    text-align: center;
}

.partnertable .dataTables_wrapper .dataTables_paginate .paginate_button,
.customertable .dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-top: 0.75em;
}

#partners_filter,
#customers_filter {
    float: left;
    padding-bottom: 6px;
    text-align: left;
    width: 50%;
}

#customers_filter > label > input {
    width: 100%;
}

.customers_filter_none {
    display: none;
}

.customerSearchWrapper {
    max-width: 80%;
    flex: 3;
    order: 1;
}

.addNewCustomer {
    flex: 1;
    order: 2;
}

.searchFiltersAppliedWrapper {
    flex: 100%;
    order: 3;
}


#searchConsultation_filter {
    float: left;
    padding-bottom: 6px;
    text-align: left;
    width: 80%;
}

#searchConsultation_filter > label,
#searchConsultation_filter > label > input {
    width: 80%;
}

.partnertable .dataTables_filter input,
.customertable .dataTables_filter input {
    margin-left: 0.5em;
    width: 50%;
}

table.dataTable tbody tr.selected:hover {
    background-color: #b0bed9;
}

.dropdown-menu > li > ul {
    clear: both;
    color: #333333;
    display: block;
    font-weight: normal;
    line-height: 1.428571429;
    padding: 3px 20px;
    white-space: nowrap;
}

.dropdown-menu > li > ul > li {
    padding: 0px;
}

.dropdown-menu a {
    color: inherit;
}

.navbar-inverse {
    opacity: 0.9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 75px;
    background: linear-gradient(to bottom, #d0e8f0 0%, #90a8b0 100%);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 0;
    color: #456;
    font-size: 20px;
}

.navbar-inverse .navbar-header .navbar-header-logo {
    margin: 5px 100px !important;
    width: 122px;
    height: 65px;
    background-color: rgba(0, 0, 0, 0);
}

.navbar-text a {
    color: #321;
    font-size: 15px;
}

.navbar-text a:hover,
.navbar-text a:focus {
    color: #000000;
}

.nav .caret {
    color: #333;
    border-top: 4px solid #333;
}

/**************************************/

.sidemenu .navbar {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    z-index: 1;
}

.sidebar-nav .navbar-header {
    float: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: linear-gradient(to bottom, #e0e8f0 0%, #a0b8c0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.sidebar-nav .navbar-header .navbar-brand {
    display: block;
    width: 100%;
    text-align: center;
    background: none;
    color: #456 !important;
    font-size: 20px;
}

.sidebar-nav .nav {
    padding: 10px 0;
}

.sidebar-nav .nav li a {
    font-size: 1.7rem;
    color: #456;
}

.sidebar-nav .nav li a .fa {
    width: 30px;
    text-align: center;
    margin-right: 10px;
}

.sidebar-nav .nav li {
    display: block;
}

.panel-primary, .navbar {
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.2);
    border: 0;
    border-radius: 0;
}

.panel-primary > .panel-heading, .modal-header {
    background: linear-gradient(to bottom, #d0e8f0 0%, #90a8b0 100%);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 0;
    color: #456;
    font-size: 20px;
}

.modal-header .close {
    margin-top: 1px;
}

.modal-header .close > span {
    font-size: 25px;
}

.navbar-fixed-top .dropdown-toggle:hover {
    color: white;
    cursor: pointer;
}

.navbar-fixed-top .nav a:hover .caret {
    border-top-color: white;
    color: white !important;
}

.navbar-fixed-top .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: transparent;
}

.margin5percentleft label {
    margin-left: 5px;
}

.dl-horizontal dt {
    width: 170px;
    opacity: 0.7;
}

.dl-horizontal dd {
    margin-left: 180px;
}

hr {
    border-top: 1px solid #aaa;
}

table.fullwidthinputs input, table.fullwidthinputs select {
    width: 100%;
}

.required {
    color: Red;
    font-weight: bold;
}

.optionalRequired::after {
    color: Red;
    content: "(*)";
    font-stretch: condensed;
    font-style: italic;
    font-weight: normal;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f4f4f8;
}

#multiLingDialog .modal-body {
    overflow: auto;
}

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0;
}

.modal-content {
    top: 0;
    border: 0;
    border-radius: 0;
}

h4.modal-title {
    color: #012;
}

.childq .formseparator {
    border-top: 1px solid #ddd;
    margin-right: 3em;
    margin-top: 10px;
    padding-top: 15px;
}

.formseparator {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 15px;
}

.formseparatorbottom {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 15px;
}


.btn-file {
    overflow: hidden;
    position: relative;
}

.btn-file input[type=file] {
    background: white;
    cursor: inherit;
    display: block;
    filter: alpha(opacity=0);
    font-size: 100px;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    outline: none;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.logoimg {
    max-height: 120px;
}

.logouploadBtn {
    margin-top: 10px;
}

.btn {
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 3px;
}

.btn-default {
    background: #eee;
    border: 1px solid #ccc;
}

.btn-default:hover {
    background: #fff;
}

.btn-small {
    border: 1px solid #ccc;
    border-radius: 3px;
}

.btn-small:hover {
    background: #fff;
}

.btn-primary {
    background: linear-gradient(#087B9D, #208AAB);
    color: #fff;
}

.btn-primary:hover {
    background: linear-gradient(#087B9D, #208AAB) !important;
    color: #000;
}

.analysisSaveBtn {
    margin-top: -6px;
    position: absolute;
    right: 20px;
    padding: 6px 8px;
    margin-left: 3px;
}

div.buttonbar {
    padding-bottom: 15px;
}


.dataTable th, .table th, .table tr {
    background-color: #f8f8f8 !important;
}

.table tr:hover {
    background-color: #ddd !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #999 !important;
}

.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.fill {
    height: 100%;
    min-height: 100%;
}

.breadcrumb {
    background: transparent;
    border: 0px solid transparent;
    border-radius: 1px;
    display: block;
    margin-bottom: 0px;
    padding: 0px;
}

.breadcrumb li {
    font-size: 14px;
}

.breadcrumb a {
    color: #257;
}

.breadcrumb a:hover {
    font-size: 16px;
}

.breadcrumb > .active {
    color: rgba(153, 153, 153, 1);
}

.breadcrumb > li + li:before {
    color: rgba(204, 204, 204, 1);
    content: "\232A\00a0";
}

.green {
    color: #080;
}

.red {
    color: #800;
}

.grey {
    color: #cccccc;
}

.molepicsleftmenu {
    margin-bottom: 10px;
    margin-left: 5px;
    position: absolute;
    text-align: center;
    width: 130px;
}

.molepicsrightpanel {
    left: 140px;
    margin-bottom: 10px;
    margin-left: 5px;
    position: absolute;
    text-align: center;
    width: 540px;
}

/*********************************/
.molepicsrightpanel .tab-content {
    /*height: 450px;*/
    height: auto;
}

.newscanImgHolder.noScroll {
    overflow: hidden;
}

#picturePopup .modal-dialog {
    width: 1300px;
}

.picturePopupSize {
    padding-top: 2px !important;
    width: 82vw;
}

#picturePopup .analysispanels .tab-content .tab-pane {
    max-height: 340px;
}

#picPanelDermo,
#picPanelDermoCli,
#picPanelSpec {
    position: relative;
    width: 100%;
    height: 660px;
}

#picPanelDermo > .tab-pane,
#picPanelSpec .tab-pane {
    width: 100%;
    height: 100%;
}

#picPanelDermoCli > .tab-pane {
    width: 89%;
    /*height: 100%;*/
    height: 85%;
}

.clickTab {
    white-space: normal;
}

.dermotab {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.dermotab > .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a {
    padding: 5px;
}

.image-tabs > li.active > a:hover,
.image-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border-bottom: 0px solid #dddddd;
    border-bottom-color: transparent;
}

.dermoPanelHolder, .dermoCliPanelHolder {
/*  height: 660px;*/
    height: 660px;
    width: 730px;
}

.picPanelDermoCli {
    border: 1px solid #00529b;
    /*position: absolute;*/
    /*width: 39vw !important;*/
    text-align: center;
}

.spectroDownloadImage {
    bottom: 0;
    position: absolute !important;
}

.dermoStartStop, .dermoCliStartStop {
    float: right;
    height: 670px;
    /*margin-top: 35px;*/
    width: 200px;
    position: relative;
}

.dermoStartStop * i, .dermoCliStartStop * i {
    font-size: 20px;
}

.dermoStartStop * .btn, .dermoStartStop > .btn,
.dermoCliStartStop * btn, .dermoCliStartStop > .btn,
.startimageuploadDermoCliMultiple,
.stopUpload {
    width: 100%;
    white-space: normal;
    display: block;
}

.analysispopupFetures .dermoPanelHolder, .dermoCliPanelHolder {
    width: 820px;
}

.analysispopupFetures .molepicsrightpanel {
    left: 140px;
    width: 630px;
}

/************ Picture *******************/

.newscanImgHolder {
    float: left;
    /*height: inherit;*/
    height: 537px;
    position: absolute;
    left: 10px;
    width: 680px;
}

.molepicsrightpanel.newscanImgHolder {
    height: 640px !important;
}

.newscanImgHolder img {
    width: 100%;
    height: auto;
}

.picPanelDermoCli > img {
    max-height: 640px;
    max-width: 600px;
}

.classDisplayFlexCenter {
    display: flex;
    justify-content: center;
}

.molepics {
    border: 1px solid #ccc;
    float: left;
    overflow: scroll;
    height: 630px;
    width: 100%;
}

.molepics img {
    display: none;
    width: 600px;
}

.removeScan:focus, .removeScan:hover {
    color: red;
}

.analysispopupFetures .regWizardHeaderTabs > div {
    margin-left: auto;
}

.regWizardBody .zoombarDermo {
    display: none;
}

.regWizardBody .newscanImgHolder {
    width: 710px;
}

/*************** FrameForPicture ******************/

.regWizardBody #picPanelDermo > .tab-pane {
    width: auto;
    /*height: 450px;*/
    height: 85%;
}

.regWizardBody #picPanelSpec .tab-pane {
    width: 100%;
}

.analysispopupFetures .picPanelDermoCli {
    width: 50vw !important;
}

.zoombarDermo > button {
    height: 50% !important;
    padding: 0px;
    width: 2em !important;
}

.zoombarDermo > button > i {
    font-size: 1.5em;
}

.zoombarDermo,
.zoombarSpec {
    height: 626px;
    right: 10px;
    position: absolute;
    width: 30px;
    z-index: 2000;
    margin-top: 40px;
}

.zoombarDermoCli {
    right: 95px;
}

.zoombarSpec > button {
    height: 50% !important;
    padding: 0px;
    width: 2em !important;
}

.zoombarSpec > button > i {
    font-size: 1.5em;
}

.zoombar div {
    height: 5000px;
    width: 10px;
}

#zoomplus {
    margin-bottom: 5px;
}

.molepicright {
    float: left;
    width: 100%;
}

.picselect {
    margin-bottom: 5px;
    padding: 5px 0px 0px 0px;
    position: relative;
    width: 120px;
    height: 100px;
}

.picselect span {
    -ms-transform: rotate(-90deg); /* IE9+ */
    -moz-transform: rotate(-90deg); /* Firefox */
    -o-transform: rotate(-90deg); /* Opera */
    -webkit-transform: rotate(-90deg); /* Safari & Chrome */
    transform: rotate(-90deg);
    background: transparent;
    color: black;
    display: inline-block;
    position: absolute;
    right: -46px;
    top: 40px;
    width: 100%;
    font-size: 12px;
}

.picselect.btn-primary span {
    color: white;
}

.picselect img {
    height: 90px !important;
    left: 3px;
    position: absolute;
    top: 4px;
    width: 90px !important;
}


.actiontd a {
    margin-right: 5px;
}

.reportpage {
    border: 1px solid #888;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.2);
    font-size: 12pt;
    padding: 40px;
}

.reportpage .reportblock:hover {
    background: #ffd;
    cursor: pointer;
}

.reportpage .hiddenblock {
    /*display: normal !important;*/
    opacity: 0.3 !important;
}

.reportpage .deleteblock {
    background: #FFD699;
    /*display: normal !important;*/
    opacity: 0.3 !important;
    text-decoration: line-through;
}

#editblock {
    background: #ddd;
    border-radius: 5px;
    display: none;
    padding: 1px 5px;
    position: absolute;
}

#editblock i:hover {
    color: #00529B;
    cursor: pointer;
}

#editarea {
    background: #ffd;
    display: none;
    position: absolute;
}

.stopUpload:hover i {
    color: #800;
}

.dl-wider dt {
    width: 150px;
}

.dl-wider dd {
    margin-left: 180px;
}

/********************/

.answerstable {
    overflow: scroll;
    width: 100%;
    font-size: 13px;
}

.answerstable div {
    font-style: italic;
    font-weight: 700;
}

.answerstable i {
    font-size: 18px;
    width: 100%;
    text-align: center;
    opacity: 0.8;
}

.answerstable td {
    padding: 2px 2px;
}

.answerstable tr.sep td {
    border-top: 1px solid #ccc;
}

.analysispanels .answerstable {
    border: 0 !important;
}

.analysispanels .answerstable tr:first-child td {
    border-top: 0;
}

/**********************/

.analysispanels .nav-tabs {
    margin-left: 10px;
}

.analysispanels .tab-pane {
    border: 1px solid #ccc;
    padding: 5px;
    max-height: 270px;
    overflow-y: scroll;
    margin-bottom: 48px;
}

.add-analyzis-comment {
    overflow-wrap: break-word;
    inline-size: 200px;
    display: inline-block !important;
}

/* Tab Navigation */
.nav-tabs {
    border: 0;
    margin: 0;
    padding: 0;
}

.nav-tabs > li > a {
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid #ccc;
    border-bottom: 0;
    background: #eee;
    padding: 5px 10px;
    color: #333;
}

.nav-tabs > li > a:hover,
.nav-tabs > li.active > a:hover {
    background: white;
    /*border: 1px solid #bbb;*/
    padding: 5px 10px;
}

/*.nav-tabs > li.active > a:hover {
    border-bottom: 1px solid white;
}*/

.nav-tabs > li.active > a {
    color: #1a86a7 !important;
    background: white !important;
}

.dermoPanelHolder .nav-tabs > li > a, .dermoCliPanelHolder .nav-tabs > li > a {
    background: #eee;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 0;
    margin-right: 0px;
}


/* Tab Content */

.tab-pane {
    /*border-radius: 5px;*/
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tab-pane .alert,
.tab-pane table,
.tab-pane .tab-div {
    border: 1px solid #cccccc;
}

.tab-pane .tab-div .dataTables_wrapper {
    border: 0px solid #cccccc;
}

.tab-pane .dataTables_wrapper {
    border: 1px solid #cccccc;
    padding-bottom: 10px;
    padding-top: 10px;
}

.tab-pane .dataTables_wrapper table {
    border: 0px;
}

.testClassForAddPictureButton {
    color: mediumvioletred;
}

.tab-pane-with-border {
    border: 1px solid #cccccc;
    padding-bottom: 10px;
    padding-top: 10px;
    box-sizing: border-box;
}

.style-4::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.style-4::-webkit-scrollbar
{
    /*width: 10px;
    background-color: #F5F5F5;*/
    width: 5px;
    height: 10px;
    background-color: #ececec;
}

.style-4::-webkit-scrollbar-thumb
{
    background-color: #999;
    border: 1px solid #999;
}


.yellow {
    background: #ffa;
}

.col-md-0_5 {
    width: 4.2%;
}

.col-md-1_5 {
    width: 12%;
}

.col-md-2_5 {
    width: 18%;
}

.vertical_middel {
    vertical-align: middle;
}

.tablevalign td {
    vertical-align: middle !important;
}

.alert-success {
    border: 1px solid #080 !important;
}


.not-active {
    cursor: default;
    pointer-events: none;
}

.error {
    color: #b94a48;
    font-family: Play, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: inherit;
    padding-top: 5px;
}

.alert-required {
    background-color: #f2dede;
    border: 1px #ff5e5e solid;
    border-color: #eed3d7;
}

ul.ColVis_collection {
    width: inherit;
}

button.ColVis_Button, ul.ColVis_collection li {
    background: inherit;
    border-radius: 3px;
    color: initial;
    font-family: inherit;
    font-size: inherit;
    width: inherit;
}

.worklist-panel .dataTables_length {
    margin-top: 5px;
    padding-left: 15px;
}

.worklist-panel .ColVis {
    padding-right: 10px;
}

.worklist-panel .dataTables_info {
    padding-left: 15px;
}

.worklist-panel .dataTables_paginate {
    padding-right: 15px;
}

.worklist-panel .table {
    border-bottom: 1px solid #888 !important;
    margin-bottom: 5px;
}

#worklist-searchfilter-dropdown-menu,
#customer-searchfilter-dropdown-menu {
    padding-left: 10px;
    padding-top: 5px;
}

#worklist-searchfilter-dropdown-menu > li,
#customer-searchfilter-dropdown-menu > li {
    zoom: 1.1;
}

.customerFilterRow {
    display: flex;
    flex-flow: row wrap;
}

.ColVis_collection {
    background: white !important;
}

td.details-control span.plus {
    cursor: pointer;
    display: block;
}

tr.shown td.details-control span.plus {
    cursor: pointer;
    display: none;
}

td.details-control span.minus {
    cursor: pointer;
    display: none;
}

tr.shown td.details-control span.minus {
    cursor: pointer;
    display: block;
}

.flip {
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    direction: rtl;
    filter: FlipH; /* IE 6/7/8 */
    unicode-bidi: bidi-override;
}

#audit.dataTable {
    table-layout: fixed;
}


table.jsonTable tbody tr,
table.jsonTable tbody tr th,
table.jsonTable tbody tr td {
    padding: 2px;
}

table.jsonTable {
    border-left: 1px #dadada dotted;
}

td > table.jsonTable > tbody > tr:first-child > td {
    border-top: 0px;
}

.validation-summary-errors > ul {
    list-style: none;
}

.messagecount {
    background: #dd6;
    border-radius: 8px;
    font-size: 13px;
    height: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -2px;
    width: 16px;
}

.count-icon {
    display: inline-block;
    position: relative;
}

.circular-label {
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    font-size: 11px;
    overflow: hidden;
    vertical-align: middle;
    z-index: 100;
}

.numberCircle {
    border: 2px solid;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    line-height: 0px;
}

.numberCircle span {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    padding-bottom: 50%;
    padding-top: 50%;
}

#loader {
    background-color: white;
    height: 100%;
    margin: 0;
    width: 100%;
}

.icon-flip-horizontal:before {
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.deleteEventButton {
    color: red;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10000;
}

#workListMenu > .fa-exclamation-circle {
    color: red !important;
}

.active > #workListMenu > .fa-exclamation-circle {
    color: yellow !important;
}

.fc-scroller .fc-day-grid-container {
    height: 100% !important;
}

#showLandingPageDialog > .panel:first-child {
    width: 975px;
}

.fc-content {
    margin-right: 1em;
}

.fc-title {
    display: block;
}

.fc-event {
    background-color: #584AF3 !important;
}

.currentAppointment {
    /* IE10+ */
    background-image: -ms-linear-gradient(bottom, #99D47F 0%, #427819 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom, #99D47F 0%, #427819 100%);
    /* Opera */
    background-image: -o-linear-gradient(bottom, #99D47F 0%, #427819 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #99D47F), color-stop(100, #427819));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom, #99D47F 0%, #427819 100%);
    /* W3C Markup */
    background-image: linear-gradient(to top, #99D47F 0%, #427819 100%);
}

.blockedDays {
    background-color: red !important;
}

.occupieddays {
    /* IE10+ */
    background-image: -ms-linear-gradient(top, #8A8A8A 0%, #CCC5C4 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #8A8A8A 0%, #CCC5C4 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #8A8A8A 0%, #CCC5C4 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8A8A8A), color-stop(100, #CCC5C4));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #8A8A8A 0%, #CCC5C4 100%);
    /* W3C Markup */
    background-image: linear-gradient(to bottom, #8A8A8A 0%, #CCC5C4 100%);
}

.blockedDays > * {
    font-size: 0px;
}

.highlightAdd {
    background: green !important;
    /*color: white;*/
    font-weight: bold;
}

.highlightRemove {
    background: red;
    color: white;
}

#removeTable .risformname {
    display: none;
}

#removeTable .action {
    display: none;
}

/** The Magic **/

.btn-breadcrumb .btn:not(:last-child):after {
    border-bottom: 17px solid transparent;
    border-left: 10px solid white;
    border-top: 17px solid transparent;
    content: " ";
    display: block;
    height: 0;
    left: 100%;
    margin-top: -17px;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 3;
}

.btn-breadcrumb .btn:not(:last-child):before {
    border-bottom: 17px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    border-top: 17px solid transparent;
    content: " ";
    display: block;
    height: 0;
    left: 100%;
    margin-left: 1px;
    margin-top: -17px;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 3;
}

/** The Spacing **/

.btn-breadcrumb .btn {
    padding: 6px 12px 6px 24px;
}

.btn-breadcrumb .btn:first-child {
    padding: 6px 6px 6px 10px;
}

.btn-breadcrumb .btn:last-child {
    padding: 6px 18px 6px 24px;
}

/** Default button **/

.btn-breadcrumb .btn.btn-default:not(:last-child):after {
    border-left: 10px solid #ebebeb;
}

.btn-breadcrumb .btn.btn-default:not(:last-child):before {
    border-left: 10px solid #ccc;
}

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
    border-left: 10px solid #ebebeb;
}

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
    border-left: 10px solid #adadad;
}

/** Primary button **/

.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
    border-left: 10px solid #00529B;
}

.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
    border-left: 10px solid #357ebd;
}

.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
    border-left: 10px solid #00529B;
}

.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
    border-left: 10px solid #00529B;
}

/** Success button **/

.btn-breadcrumb .btn.btn-success:not(:last-child):after {
    border-left: 10px solid #5cb85c;
}

.btn-breadcrumb .btn.btn-success:not(:last-child):before {
    border-left: 10px solid #4cae4c;
}

.btn-breadcrumb .btn.btn-success:hover:not(:last-child):after {
    border-left: 10px solid #47a447;
}

.btn-breadcrumb .btn.btn-success:hover:not(:last-child):before {
    border-left: 10px solid #398439;
}

/** Danger button **/

.btn-breadcrumb .btn.btn-danger:not(:last-child):after {
    border-left: 10px solid #d9534f;
}

.btn-breadcrumb .btn.btn-danger:not(:last-child):before {
    border-left: 10px solid #d43f3a;
}

.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after {
    border-left: 10px solid #d2322d;
}

.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before {
    border-left: 10px solid #ac2925;
}

/** Warning button **/

.btn-breadcrumb .btn.btn-warning:not(:last-child):after {
    border-left: 10px solid #f0ad4e;
}

.btn-breadcrumb .btn.btn-warning:not(:last-child):before {
    border-left: 10px solid #eea236;
}

.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):after {
    border-left: 10px solid #ed9c28;
}

.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):before {
    border-left: 10px solid #d58512;
}

/** Info button **/

.btn-breadcrumb .btn.btn-info:not(:last-child):after {
    border-left: 10px solid #5bc0de;
}

.btn-breadcrumb .btn.btn-info:not(:last-child):before {
    border-left: 10px solid #46b8da;
}

.btn-breadcrumb .btn.btn-info:hover:not(:last-child):after {
    border-left: 10px solid #39b3d7;
}

.btn-breadcrumb .btn.btn-info:hover:not(:last-child):before {
    border-left: 10px solid #269abc;
}

#floatingCirclesG {
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    height: 125px;
    margin: auto;
    position: relative;
    transform: scale(0.6);
    width: 125px;
}

.f_circleG {
    -moz-animation-direction: normal;
    -moz-animation-duration: 1.2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: f_fadeG;
    -moz-border-radius: 12px;
    -ms-animation-direction: normal;
    -ms-animation-duration: 1.2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-name: f_fadeG;
    -ms-border-radius: 12px;
    -o-animation-direction: normal;
    -o-animation-duration: 1.2s;
    -o-animation-iteration-count: infinite;
    -o-animation-name: f_fadeG;
    -o-border-radius: 12px;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: f_fadeG;
    -webkit-border-radius: 12px;
    animation-direction: normal;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-name: f_fadeG;
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
    height: 22px;
    position: absolute;
    width: 22px;
}

#frotateG_01 {
    -moz-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
    left: 0;
    top: 51px;
}

#frotateG_02 {
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    left: 15px;
    top: 15px;
}

#frotateG_03 {
    -moz-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
    left: 51px;
    top: 0;
}

#frotateG_04 {
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    right: 15px;
    top: 15px;
}

#frotateG_05 {
    -moz-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s;
    right: 0;
    top: 51px;
}

#frotateG_06 {
    -moz-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    bottom: 15px;
    right: 15px;
}

#frotateG_07 {
    -moz-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    animation-delay: 1.35s;
    bottom: 0;
    left: 51px;
}

#frotateG_08 {
    -moz-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    bottom: 15px;
    left: 15px;
}


@keyframes f_fadeG {
    0% {
        background-color: rgb(0, 0, 0);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-o-keyframes f_fadeG {
    0% {
        background-color: rgb(0, 0, 0);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-ms-keyframes f_fadeG {
    0% {
        background-color: rgb(0, 0, 0);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-webkit-keyframes f_fadeG {
    0% {
        background-color: rgb(0, 0, 0);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-moz-keyframes f_fadeG {
    0% {
        background-color: rgb(0, 0, 0);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

.ProcessingSymbol {
    background: rgba(255, 255, 255, 0.6);
    bottom: 0;
    display: none;
    height: 100vh;
    left: 0;
    padding-top: 25%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 300;
}

.regWizardHeader {
    background: white;
    height: 4vh !important;
    padding: 0px;
    z-index: 1000;
}

.regwizardHeaderContent {
    background: linear-gradient(#3082cb, #00529B);
    height: 4vh;
    max-width: 100% !important;
    padding: 4px;
}

.regWizardHeaderTabs {
    height: 19vh !important;
    margin-bottom: 5px;
    margin-top: 2px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 100%;
}

.regWizardHeaderNextBackButton {
    height: 18vh !important;
    margin-bottom: 0.5em;
}

.regWizardHeaderTabs {
    border-bottom-color: #00529b;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    padding-bottom: 2px;
}

.regWizardHeaderTabs > div > .btn-success {
    background: linear-gradient(to left, #2A9C35 0%, #50BF19 100%) !important;
    border-radius: 5px !important;
    box-shadow: 2px 2px #185E0C !important;
    height: 18vh !important;
    margin: 2px !important;
    padding: 0px !important;
    position: relative;
    width: 18vh !important;
}

.regWizardHeaderTabs > div > .btn-primary {
    background: linear-gradient(to left, #4169A6 0%, #6991BF 100%) !important;
    border-radius: 5px !important;
    box-shadow: 2px 2px #546DA1 !important;
    height: 18vh !important;
    margin: 2px !important;
    padding: 0px !important;
    position: relative;
    width: 18vh !important;
}

.regWizardHeaderTabs > div > .btn-default {
    background: linear-gradient(to left, #F7F7F5 0%, #DFE8E4 100%);
    border-radius: 5px !important;
    box-shadow: 2px 2px #AEB5B2 !important;
    height: 18vh !important;
    margin: 2px !important;
    padding: 0px !important;
    position: relative;
    width: 18vh !important;
}

.btn-success > .featuredata {
    background: #CAEBBE;
    border-radius: 8px;
    bottom: 0px;
    color: black;
    font-size: x-small;
    font-style: italic;
    height: 10vh;
    left: 0px;
    overflow-y: hidden;
    position: absolute;
    width: 100%;
}

.btn-primary > .featuredata {
    background: #537296;
    border-radius: 8px;
    bottom: 0px;
    color: white;
    font-size: x-small;
    font-style: italic;
    height: 10vh;
    left: 0px;
    overflow-y: hidden;
    position: absolute;
    width: 100%;
}

.btn-default > .featuredata {
    background: #F6F6F6;
    border-radius: 8px;
    bottom: 0px;
    color: black;
    font-size: x-small;
    font-style: italic;
    height: 10vh;
    left: 0px;
    overflow-y: hidden;
    position: absolute;
    width: 100%;
}

.featuredata > span {
    white-space: normal;
    word-break: break-all;
}

.regWizardHeaderTabs > div {
    margin-left: 15vh;
    margin-right: auto;
}

.regWizardBackButton {
    border-radius: 15px;
    height: 18vh;
    margin-left: 0.5em;
    padding-left: 5px;
    position: absolute;
    white-space: normal;
    width: 6em !important;
}

.regWizardBackButton > i {
    font-size: 6vh;
}

.regWizardNextButton {
    border-radius: 15px;
    height: 18vh;
    margin-right: 0.5em;
    padding-left: 5px;
    position: absolute !important;
    right: 0;
    top: 0;
    white-space: normal !important;
    width: 6em !important;
    word-break: normal;
}

.regWizardNextButton > i {
    font-size: 6vh;
}

.regWizardBackButton > i {
    font-size: 6vh;
}

.analysispopupFetures {
    padding-right: 0;
}

.analysispopupFetures > * > .regWizardBackButton, .analysispopupFetures > * > .regWizardNextButton {
    display: none;
}

.analysispopupAnalysisPanel {
    border-color: #3082cb;
    border-style: solid;
    border-width: 2px !important;
}

.profileselect {
    margin: 5px;
    text-align: center;
    width: 130px;
}

.profileselect img {
    height: 180px;
}


.regWizard {
    width: 1000px;
    margin-top: 20px;
}

.regWizardBody {
    background: white;
    padding: 0px;
    padding-bottom: 0;
}

.regWizardPanel {
    min-height: 450px;
    margin: 6px;
    margin-top: 2px;
    overflow: hidden;
    padding: 10px;
}

.wizHeaderTabs {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    background: #f9f9f9;
    width: 100%;
}

.wizHeaderTabs .fa {
    font-size: 20px;
}

.wizHeaderTable {
    width: 100%;
}

.wizHeaderTable td {
    padding: 5px;
}

.wizHeaderTabs button,
.wizHeaderTabs a {
    font-size: 14px;
}

.wizBackButton,
.wizNextButton {
    width: 120px;
    white-space: normal;
}

.wizHeaderFeatures {
    width: 100%;
    padding: 0 5px;
}

.wizHeaderFeatures table {
    width: 100%;
}

.wizHeaderFeatures a {
    width: 100%;
    position: relative;
}

.wizHeaderFeatures a .fa-check {
    position: absolute;
    top: 3px;
    right: 3px;
    color: #080;
}

.wizHeaderFeatures a.btn-primary .fa-check {
    color: white;
}

.fa-check.hidden {
    display: none;
}

/**************** imageListHeader ************************/

.dermoPanelHolder > .nav, .dermoCliPanelHolder > .nav {
    /*margin-left: 5px;*/
    /*margin-top: 10px;*/
    /*margin-bottom: 10px;*/
    height: auto;
    /*height: 60px;*/

    width: auto;
    overflow-y: hidden;
    overflow-x: auto;
    display: flex;
    /*flex-direction: row;*/
    /*flex-wrap: nowrap;
    display: inline-block;*/
    /*overflow: hidden;*/
}


.dermoPanelHolder ul li{
    float: left;
    display: block;
}

.dermoPanelHolder ul li a{
    display: flex;
}

.dermoPanelHolder ul li a span{
    white-space: nowrap;
}

.vertical-resize {
    resize: vertical;
}


/* CSS for SC measuring */

.btnScMeasuring {
    background: #ccc;
    color: #333;
    font-size: 17px;
    width: 35px;
    display: inline-block;
    padding: 5px 0;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 5px;
}

.btnScMeasuring:visited {
    color: #000;
}

.btnScMeasuring:hover {
    background: #ddd;
    color: #000;
}

.btnScMeasuring.active {
    background: linear-gradient(#087B9D, #208AAB);
    color: #fff;
}

.zoombarDermo .btnScMeasuring {
    margin-bottom: 6px;
}

.picturewrapperScMeasuring {
    position: relative;
    float: left;
    width: 650px;
    height: 680px;
}

.scrollableScMeasuring {
    position: absolute;
    top: 0;
    left: 0;
    width: 645px;
    /*height: 640px;*/
    height: 680px;
    overflow: hidden;
    z-index: 1;
}

.pictureScMeasuring.moveactive {
    cursor: move;
}

.rulercanvasScMeasuring {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 630px;
    height: 650px;
    z-index: 2;
}

.rulercanvasScMeasuring.ruleractive {
    cursor: crosshair;
    display: block;
}


/* BALTER ANALYSE  */

#balter-analyse-wrapper span, #balter-analyse-wrapper label {
    font-size: 1.2em;
}

/* Marking area feature */

#ResetZoom {
    width: 120px;
    padding: 5px;
}

.showArea {
    zoom: 0.9;
}

.showAreaLabel {
    font-size: 0.8em;
    margin-bottom: 1px;
}

/* Algorithm analysis */

.retryAlgorithmButton{
    padding: 15px;
}

#algorithmAnalysisContainer {
    display: flex;
    flex-direction: column;
}

#algorithmAnalysisHeaderImage {
    align-self: center;
}

#algorithmAnalysisHeaderImage img {
    width: auto;
    height: 150px;
}

#algorithmAnalysisStatus {
    border-radius: 50px;
    align-self: center;
    height: 35px;
    padding: 0 15px;
    margin: 15px;
}

#algorithmAnalysisStatus img {
    width: 25px;
    position: relative;
    top: -5px;
    left: -5px;
}

#algorithmAnalysisStatus .statusStamp {
    height: 25px;
    width: 25px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    top: 4px
}

#algorithmAnalysisStatus .statusValue {
    font-size: 18pt;
    color: #111;
}

.algorithmAnalysisText {
    font-size: 12pt;
    text-align: start;
    line-height: 1.5;
    padding: 7px;
    padding-left: 35px;
    color: #111;
}

.benign-status {
    background-color: #a7f2b7;
}

.indeterminate-status {
    background-color: #fef4bf;
}

.suspicious-status {
    background-color: #ff8e8e;
}

.failed-status {
    background-color: #aaaaaa;
}

.white-text {
    color: #fff !important;
}

/* Compare consultations */
.compareImg {
    -o-transition: transform .2s;
    -webkit-transition: transform .2s;
    -ms-transition: transform .2s;
    transition: transform .2s; /* Animation */
    border-radius: 50%;
    margin: 0 auto;
}

.compareImg:hover {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.compareImgCheckbox {
    zoom: 1.8;
    justify-self: self-end;
    margin: 0;
    cursor: pointer;
}

.compareImgClinical {
    border: 2px solid #aaa;
    grid-row: 1 / 2;
    grid-column: 2 / 2;
    height: 10em;
    width: 10em;
}

.compareImgMarking {
    border: 2px solid #aaa;
    grid-row: 2 / 2;
    grid-column: 2 / 2;
    height: 10em;
    width: 10em;
}

.compareImgDermatologic {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    height: 20em;
    width: 20em;
}

.compareImgGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(100px, auto);
    grid-gap: 0;
}

.compareImgItem {
    border-bottom: 1px dashed #ccc;
    border-right: 1px dashed #ccc;
    padding: 10px;
    display: grid;
}

.compareImgListItemWrapper {
    margin: 15px 0;
    position: relative;
    overflow: hidden;
    height: 100px;
    cursor: pointer;
}

.compareImgListItemWrapper:hover {
    opacity: 0.85;
}

.compareImgListItemOverlay {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px;
    bottom: 0;
    color: #eee;
}

.compareImgListItem {
    width: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: -100%;
    margin: auto;
}

.compareImgLarge {
    width: 100%;
}

.compareImgActive {
    border: 4px solid #3a87ad;
}

.compareImgLargeWrapper {
    position: relative;
    height: 85%;
    overflow: hidden;
}

.compareImg-parent-wrapper {
    height: 58rem;
    margin-top: 30px;
    padding: 7px !important;
}

#compareImg-1-more-info, #compareImg-2-more-info {
    height: 85%;
}

.scrollableCompareImgLargeWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.compareImg-footer {
    margin-bottom: 0;
    margin-top: 23px;
    display: grid;
    grid-template-columns: 9em 1fr 8em;
    row-gap: 5px;
    align-items: center;
}

.compareImg-footer span, .compareImg-footer strong, .compareImg-footer button {
    font-size: 11px;
}

.compareScansPanel {
    display: grid;
    column-gap: 10px;
    grid-template-columns: .8fr 2.4fr 1fr 2.4fr .8fr;
}

.compareScansFooter {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.compareScansFooter a {
    width: max-content;
}

.correspondingMarking {
    color: #3a87ad;
    position: absolute;
}

.firstElementInCompareList {
    background-color: #94c1ef;
}

.otdImagesReportView {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}

.otdImagesView {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    height: 20em;
}