@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;
}

body {
    background-color: #D7E9F7;
    background-image: url(images/bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    font-family: 'Play', sans-serif !important;
    padding-bottom: 20px;
    padding-top: 50px;
    font-size: 13px;
}

/* 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;
	  } */
}

.sidebar-nav .navbar-header {
    float: none;
}

.childq .riskformYes {
    margin-left: 3em;
    padding-left: 0;
    text-align: center;
}

.navbar-inverse {
    background-color: #00529B !important;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
    color: white !important;
}

a.navbar-brand {
    color: white !important;
    text-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
}

.navbar {
    background: white;
    border-color: #00529B;
    border-radius: 5px;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.2);
    color: #00529B;
}

.sidemenu.nav > li .sidemenu.navbar-nav > li {
    width: 100% !important;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a {
    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(#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 */
    border-radius: 5px;
    color: white;
    margin-bottom: 5px;
    margin-top: 5px;
}

a.navbar-brand:hover, .navbar-default .navbar-brand, .navbar-header {
    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;
    }

footer {
    color: white;
    text-align: center;
}

    footer a:hover {
        color: white;
        text-align: center;
    }

.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;
}

.nav .caret {
    border-top: 4px solid white;
    color: white;
}

.navbar-text a {
    color: white;
}

    .navbar-text a:hover,
    .navbar-text a:focus {
        color: #000000;
    }

.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;
}

.bigicon {
    font-size: 18px !important;
}

i.bigicon {
    font-size: 18px;
}

.biggericon {
    font-size: 21px !important;
}

.internalfooter {
    color: black;
}

.internalfooter {
    color: black;
}

    .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;
}

.customers_filter_businessusers {
    display: block;
}

.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;
}

.panel-primary, .navbar {
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.2);
}

    .panel-primary > .panel-heading, .modal-header, .navbar-inverse {
        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 */
    }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    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 */
}

.panel-default > .panel-heading {
    background: -webkit-linear-gradient(#f5f5f5, #e0e0e0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f5f5f5, #e0e0e0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f5f5f5, #e0e0e0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f5f5f5, #e0e0e0); /* Standard syntax */
}

.modal-header {
    color: white;
    padding: 10px 15px;
}

    .modal-header .close {
        margin-top: 1px;
    }

.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: 145px;
}

.dl-horizontal dd {
    margin-left: 150px;
}

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 { /*overflow-y: auto;*/
}

.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-default {
    background: #eee;
}

    .btn-default:hover {
        background: #fff;
    }

.btn-primary:hover {
    background: #00529B;
}

div.buttonbar {
    padding-bottom: 15px;
}

.dataTable th, .table th {
    background-color: #f8f8f8 !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: #bbb !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: white;
    }

        .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;
}

.pink {
    color: #f0f;
}

.grey {
    color: #cccccc;
}

.molepicsleftmenu {
    margin-bottom: 10px;
    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: auto;
}

.newscanImgHolder.noScroll {
    overflow: hidden;
}

#picturePopup .modal-dialog {
    width: 1300px;
}

.picturePopupSize {
    padding-top: 2px !important;
    width: 82vw;
}

#picPanelDermo,
#picPanelDermoCli,
#picPanelSpec {
    position: relative;
    width: 100%;
    height: 650px;
}

#picPanelDermo > .tab-pane {
    width: 100%;
    height: 700px;
}

    #picPanelSpec .tab-pane {
        width: 100%;
        height: 685px;
    }

#picPanelDermoCli > .tab-pane {
    width: 100%;
    height: 85%;
}

.clickTab {
    white-space: normal;
}

.btn-small {
    border: 1px solid #ccc;
    border-radius: 3px;
}

.btn-small:hover {
    background: #fff;
}

/*
.dermotab {
    height: 71vh;
    padding-top: 0px;
    width: 40vw !important;
}
*/

.dermotab > .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a {
    padding: 5px;
}

.dermoPanelHolder, .dermoCliPanelHolder {
    height: 710px;
    width: 730px;
}

.picPanelDermoCli {
    border: 1px solid #00529b;
    position: absolute;
    width: 730px !important;
    text-align: center;
}

.spectroDownloadImage {
    width: 215px;
    bottom: 10px;
    right: 10px;
    position: absolute !important;
}

.dermoStartStop, .dermoCliStartStop, .specStartStop {
    float: right;
    height: 670px;
    /*margin-top: 35px;*/
    width: 200px;
    position: relative;
}

.dermoStartStop * i, .dermoCliStartStop * i, .specStartStop * i {
    font-size: 20px;
}

.dermoStartStop * .btn, .dermoStartStop > .btn, .specStartStop * .btn,
.dermoCliStartStop * .btn, .dermoCliStartStop > .btn,
.startimageuploadDermoCliMultiple,
.stopUpload {
    width: 100%;
    white-space: normal;
    display: block;
}

.analysispopupFetures .dermoPanelHolder {
    width: 820px;
}

.analysispopupFetures .molepicsrightpanel {
    left: 125px;
    width: 645px;
    height: 680px;
    border: none;
}

.newscanImgHolder {
    border: 1px solid #ccc;
    float: left;
    height: 537px;
    position: absolute;
    left: 10px;
    width: 680px;
}

    .newscanImgHolder img {
        width: 100%;
        height: auto;
    }

.newscanImgHolder > .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;*/
}


.newscanImgHolder ul li{
    float: left;
    display: block;
}

.newscanImgHolder ul li a{
    display: flex;
}

.newscanImgHolder ul li a span{
    white-space: nowrap;
    
}    
    
.picPanelDermoCli > img {
    max-height: 680px;
    max-width: 600px;
}

.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;
}

.regWizardBody #picPanelDermo > .tab-pane {
    width: auto;
    /*height: 450px;*/
    height: 85%;
}

.regWizardBody #picPanelSpec .tab-pane {
    width: 100%;
    margin-right: 0px;
}

.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: 630px;
    right: 3px;
    position: absolute;
    width: 38px;
    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%;
    }

    .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 {
    width: 100%;
}

    .answerstable td {
        padding: 3px;
    }

    .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 {
    overflow-y: scroll;
    border: 1px solid #ccc;
    padding: 5px;
    max-height: 350px;
}


/* 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 #cccccc;
        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 #cccccc;
            border-bottom: 0px;
            padding: 5px 10px;
        }

    .nav-tabs > li.active > a:hover {
        border-bottom: 1px solid white;
    }

    .nav-tabs > li.active > a {
        color: #00529B !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;
}


/* Tab Content */

.markingImageWrapper, .clinicalImageWrapper, .multipleClinicalImageWrapper, .dermaImageWrapper {
    overflow: scroll;
    height: 650px;
}

#clinicalImage {
    height: 680px;
    max-width: 680px;
}

.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;
        }

.tab-pane-with-border {
    border: 1px solid #cccccc;
    padding-bottom: 10px;
    padding-top: 10px;
    box-sizing: border-box;
}

.testClassForAddPictureButton {
    color: mediumvioletred;
}

.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;
}

#customerSearchFilterBtn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.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: 0px;
    padding-left: 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: yellow;
    border-radius: 8px;
    font-size: 12px;
    height: 16px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    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;
}

.BacknumberOne {
    background-image: inherit;
}

.Backnumber2, .Backnumber2:focus {
    background-image: url(images/2.svg) !important;
}

.Backnumber3, .Backnumber3:focus {
    background-image: url(images/3.svg) !important;
}

.Backnumber4, .Backnumber4:focus {
    background-image: url(images/4.svg) !important;
}

.Backnumber5, .Backnumber5:focus {
    background-image: url(images/5.svg) !important;
}

.Backnumber6, .Backnumber6:focus {
    background-image: url(images/6.svg) !important;
}

.Backnumber7, .Backnumber7:focus {
    background-image: url(images/7.svg) !important;
}

.Backnumber8, .Backnumber8:focus {
    background-image: url(images/8.svg) !important;
}

.Backnumber9, .Backnumber9:focus {
    background-image: url(images/9.svg) !important;
}

.Backnumber10, .Backnumber10:focus {
    background-image: url(images/10.svg) !important;
}

.Backnumber11, .Backnumber11:focus {
    background-image: url(images/11.svg) !important;
}

.Backnumber12, .Backnumber12:focus {
    background-image: url(images/12.svg) !important;
}

.highlightAdd {
    ackground: 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;
        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;
}

.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;
}

.dermoCliPanelHolder ul li{
    float: left;
    display: block;
}

.dermoCliPanelHolder ul li a{
    display: flex;
}

.dermoCliPanelHolder ul li a span{
    white-space: nowrap;
}

.vertical-resize {
    resize: vertical;
}


/* CSS for SC measuring */

.btnScMeasuring {
    background: #ccc;
    color: #333;
    font-size: 20px;
    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:hover {
        background: #ddd;
    }

    .btnScMeasuring.active {
        background: #beb;
    }

    .zoombarDermo .btnScMeasuring {
        margin-bottom: 6px;
    }

.picturewrapperScMeasuring {
    position: relative;
    float: left;
    width: 650px;
    height: 680px;
}

.scrollableScMeasuring {
    position: absolute;
    top: 0;
    left: 0;
    width: 645px;
    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;
    }

.newOrder {
    margin-top: 5px;
    margin-right: 7px;
}

/* Algorithm analysis */

#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;
}

.btn[hidden] {
    display: none;
}
