﻿.html {
    height: 100%;
    background-color: white;
}
.content-wrapper {
    max-height: calc(100vh - 55px);
    background-color: white;
}
.page-wrapper {
    height: 100%;
    min-height: calc(100vh - 55px);
    margin: 0px;
}

.body {
    height: 100%;
    padding-bottom: 70px;
    max-width: 100%;
    overflow-x: hidden;
    font-size: 16px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-striped {
    background-color: white;
}

.auto-overflow {
    overflow-x: hidden;
    overflow-y: auto;
}

.transparent {
    background: transparent;
    background-color: transparent;
    fill: transparent;
}

.home-title {
    padding-bottom: 25px;
    
}
.spa .main-menu .navigation > li > a {
    padding: 18px;
}
.menu-icon {
    margin-bottom: 5px;
}
.header-info {
    background-position: 50% 0%;
     background-size: cover;
}

.small-nav-size {
    font-size: 12px !important;
}

.go-back-button {
    color: white;
    background-color: transparent;
}

.editor-buttons-block {
    display: inline-block;
    margin-right: 5px;
    margin-top: 0;
}

.editor-small-modal {
    width: 200px;
    height: 200px;
}

.editor-large-modal {
    width: 500px;
    height: 500px;
}
.special-container {
    padding-top: 150px;
}

.header-info .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.row {
    padding-top: 5px;
    padding-bottom: 5px;
}

.fixed {
    position: fixed;
}

.alert-fixed {
    position: fixed;
    top: 110px;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.profilePicture {
    background-image: url('../images/profile.png');
    background-size: 50px;
    width: 50px;
    height: 50px;
    max-height: 50px;
    max-width: 50px;
}

.loadingImage {
    background-image: url('../images/theme/fancybox/fancybox_loading@2x.gif');
    background-size: 50px;
    width: 50px;
    height: 50px;
    max-height: 50px;
    max-width: 50px;
    margin: 5px;
}

.v-align {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

#overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255,255, 0.4);
    z-index: 999999;
}

.item-overlay {
    background: rgba(0,0,0,.01);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    min-height: calc(100vh - 83px);

}

.panel {
    margin-bottom: 0;
}

.slim > p{
    margin: 0;
}
/*.table > tbody > tr > td {
    vertical-align: middle;
    horiz-align: center;
}
.table > thead > tr > td {
    vertical-align: middle;
    horiz-align: center;
}

.table td {
    text-align: center;   
}*/

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.flexrow, .flexrow > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 auto;
}

    /* Set widths on the form inputs since otherwise they're 100% wide */
    /*input,
select,
textarea {
    max-width: 280px;
}*/
    /* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.select2 > .select2-choice.ui-select-match {
    /* Because of the inclusion of Bootstrap */
    height: 29px;
}

.custom-input {
    height: auto;
}
.custom-input .form-control {
        height: auto;
}

.selectize-control > .selectize-dropdown {
    top: 36px;
}
/* Some additional styling to demonstrate that append-to-body helps achieve the proper z-index layering. */
.select-box {
    background: #fff;
    position: relative;
    z-index: 1;
}
.alert-info.positioned {
    margin-top: 1em;
    position: relative;
    z-index: 10000; /* The select2 dropdown has a z-index of 9999 */
}

.disabled{
    pointer-events: none;
}



.image-panel {
    padding: 12px;
}
.image-checkbox {
    position: absolute;
    top: 7px;
    right: 7px;
}


.image-unchecked {
    color: #777;
    font-size: 30px;
}

.image-checked {
    color: #33ef33;
    font-size: 30px;

}
.plus-icon {
    float: right;
}

.plus-container {
    overflow: hidden;
}
.image-container {
    height: 300px; 
    width: 100%;
    position: relative;

}

/* Calorimetry */
.no-margin-no-padding {
    padding: 0;
    margin: 0;
    height: 50%;
}

.no-horizontal-spacing {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-width: 0 !important;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.model-template {
    padding: 0;
    margin: 0;
    position: absolute;
}

.body-quarter {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 50%;
    z-index: 61;
    position: relative;
    background-color: rgba(255, 255, 255, 0.6);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.5);
}

.body-quarter-content {
    padding: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.35);
    display: table-cell;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    color: white;
    height: 100%;
    vertical-align: middle;
    line-height: 50%;
    z-index: 60;


    position: absolute;
    left: 0px;
    top: 0px;

}

.button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-center {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.body-quarter-image {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 2;
    left: 0px;
    top: 0px;
}

.body-quarter-button {
    z-index: 70;
}

.displayElement{ 
    display: none;
}
.hover-block:hover .displayElement {
    display: block;
}

.body-backgorund {

    background-image: url('https://mirian.blob.core.windows.net/public/website/exams/calorimetry/body.png');

    display: block;
    margin: auto;
    width: 500px;
    height: 500px;
    background-repeat: no-repeat;
    background-size: 100%;
}


.custom-followUp-image {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 0;
    left: 0px;
    top: 0px;
}

/* CSS for Editor*/

.editor-data-panel {
    max-height: 200px !important;
    overflow: auto;
}

.editor-container {
    height: 500px;
    width: 500px;
    overflow: auto;
}

.editor-model-img {
    max-height: 200px;
}

.editor-background {
    background-color: rgba(0, 0, 0, .2);
}
.limited-number-picker {
    max-width: 100px;
}
.editor-model-background {
    display: block;
    margin: auto;

    background-repeat: no-repeat;
    background-size: 100%;
}

/* Model CSS*/
.ng-modal-overlay {
    /* A dark translucent div that covers the whole screen */
    position:absolute;
    z-index:800;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000000;
    opacity: 0.8;
}
.ng-modal-dialog {
    /* A centered div above the overlay with a box shadow. */
    z-index:801;
    position: absolute;
    width: 50%; /* Default */

    /* Center the dialog */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);

    background-color: #fff;
    box-shadow: 4px 4px 80px #000;
}
.ng-modal-dialog-content {
    padding:10px;
    text-align: left;
}
.ng-modal-close {
    position: absolute;
    top: 3px;
    right: 5px;
    padding: 5px;
    cursor: pointer;
    font-size: 120%;
    display: inline-block;
    font-weight: bold;
    font-family: 'arial', 'sans-serif';
}


.animate-switch-container {
    position:relative;
    background:white;
    border:1px solid black;
    height:40px;
    overflow:hidden;
}

.animate-switch {
    padding:10px;
}

.animate-switch.ng-animate {
    transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;

    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.animate-switch.ng-leave.ng-leave-active,
.animate-switch.ng-enter {
    top:-50px;
}
.animate-switch.ng-leave,
.animate-switch.ng-enter.ng-enter-active {
    top:0;
}

/* Search Input*/

.custom-search-input{
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

.custom-search-input input{
    border: 0;
    box-shadow: none;
}

.custom-search-input button{
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    border-left: solid 1px #ccc;
}

.custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}


md-dialog.fullscreen-dialog {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 999;
    max-width: 100%;
    max-height: calc(100vh);
    width: 100%;
    height: calc(100vh);
    border-radius: 0;
    background: transparent;
}

md-dialog.fullscreen-dialog md-dialog-content {
    background: white;
    height: 100%;
    width: 100%;
    margin: auto !important;
}

/*Patients Dialog*/
.dialog-profile-img {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin: 15px;   
}

.even-row-background {
    background-color: #f5f5f5;
}

.green-progress {
    background: black;
    background-color: black;
}

    .green-progress > div {
        background: lightgray !important;
    }

.green-progress > div > div {
    background: green !important;
}

.red-progress {
    background: black;
    background-color: black;
}

.red-progress > div {
    background: lightgray !important;
}

.red-progress > div > div {
    background: red !important;
}

.small-toolbar {
    min-height: 45px;
}

.small-toolbar-box {
    min-height: 30px;
    margin: auto 10px;
    width: 100%;
}

.medium-toolbar {
    min-height: 55px;
}

.medium-toolbar-box {
    min-height: 40px;
    margin: auto 10px;
    width: 100%;
}

md-toast.md-top {
    left: 50%;
    margin-left: -150px;
    margin-top: 110px;
}

md-toast.md-bottom {
    
    margin-bottom: 25px;
}

.noUi-connect{
    background: rgb(33,150,243)
}


.dashboard-background {
    background-image: url('https://mirian.blob.core.windows.net/public/website/exams/dashboard/background-fundo.png'); /* The image used */
    background-color: #030313; /* Used if the image is unavailable */
    height: 100%; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    position: relative;
}

.dashboard-number {
    width: 100%;
    height: 100%;
}

.dashboard-text-box {
    width: 100%;
    margin: 5px;
    padding-left: 5px;
    background-color: white;
    color: #353535;
    border-radius: 6px;
    max-width: 600px;
}



.green-label {
    color: green;
}

.yellow-label {
    color: #d2d206;
}

.orange-label {
    color: #ff8040;
}

.red-label {
    color: red;
}


.home-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    min-height: calc(100vh - 260px);
}

.home-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-section {
    width: 100%;
   
    padding: 80px;
}

@media (max-width: 767px) {
    .home-section {
        padding: 15px;
    }
}

.ad-home-title {
    font-family: "Montserrat", Helvetica, Arial, Sans-Serif;
    color: #2E2D33;
    font-size: 5rem;
    line-height: 5rem;
    font-weight: 800;
    transition: 0.2s cubic-bezier(0.55, 0, 0.1, 1);
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0;

}

.home-subtitle {
    max-width: 80%;
    font-family: "Source Sans Pro", Helvetica, Arial, Sans-Serif;
    color: #2E2D33;
    font-size: 2rem;
    line-height: 4rem;
    letter-spacing: 0;
    font-weight: 400;
    transition: 0.2s cubic-bezier(0.55, 0, 0.1, 1);
    margin-top: 0;
    margin-bottom: 0;
}

.home-accent {
    color: #EE2E5D !important;
}

.home-call-to-action {
    color: white !important;
    background-color: #EE2E5D;
    font-size: 1.4em;
    font-weight: 600;
    border-radius: 10px;
    font-family: inherit;
}

.home-call-to-action:hover {
    color: white;
    background-color: #f0466f;
    transform: scale(1.05);
}

.home-section-even {
    background-color: #EBECF3;
}

.home-head {
    margin-top: 0;
    margin-bottom: auto;
    font-family: "Source Sans Pro", Helvetica, Arial, Sans-Serif;
    color: #2E2D33;
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: 0;
    font-weight: 700;
    transition: 0.2s cubic-bezier(0.55, 0, 0.1, 1);
    margin-top: 0;
    margin-bottom: 0;
}

.divider-bottom {
    border-bottom: 1px solid #EBECF3 !important;
}

.clock_bg {
    display: inline-block;
    width: 65px;
    margin: 5px;
    padding: 5px;
    height: 65px;
    border-radius: 10px;
    background-color: #EE2E5D;
    color: white;
}

.clock_bg .clock_counter {
    font-weight: 600;
    font-size: 28px;
    line-height: 0.8;
    letter-spacing: -1px;   
}

.clock_bg .clock_label {
    font-size: 12px;
    font-weight: 600;
}

.call-to-action-btn {
    background-color: #EE2E5D !important;
    color: white !important;

}

@media (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}


ul {
    list-style-type: disc;
    padding-left: 1em !important;
    margin-left: 1em;
}
.md-nav-item {
    list-style-type: none !important;
}


.tutorial-image {
    max-width: 100%;
    height: auto;
}

.short-md-icon-button {
    margin: 0 3px;
    padding: 3px;
}

.panorama-holder {
    width: 200px;
    height: 200px;
    background: #f3f3f3;
    align-items: center;
    border-style: solid;
    border-color: gray;
    border-width: 1px;
    margin: 3px;
    cursor: pointer;
    position: relative;
}

.panorama-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;

}

.noUi-tooltip {
    display: none;
}

.noUi-active .noUi-tooltip {
    display: block;
}


.tooltip-inner {
    max-width: 350px !important;
}


.editor-btn {
    font-size: 18px !important;
    color: #333333;
}

.editor-menu {
    margin: 0 4px;
    color: #444;
}

    /*.editor-menu > md-icon {*/
    /*    color: #444;*/
    /*}*/

    .editor-menu > div > md-icon {
        color: #444;
    }

.spine-heat-max-canvas {
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
}

.table-light-head > tr >  th{
    font-weight: 400
}

.white-input-color > md-select-value {
    color: white !important;
}

.md-select-menu-container {
    z-index: 101 !important;
}
.demo-inline-form-container {
    padding: 11px; 
}
.demo-inline-form-container .demo-radio-button-label {
    margin: 18px 16px 5px 0px;
    padding-top: 2px; 
}

.chipsdemoContactChips md-content.autocomplete {
    min-height: 250px; 
}
.chipsdemoContactChips md-content.autocomplete input {
    min-width: 400px; 
}
  
.chipsdemoContactChips .md-item-text.compact {
    padding-top: 8px;
    padding-bottom: 8px; 
}
  
.chipsdemoContactChips .contact-item {
    box-sizing: border-box; 
}
.chipsdemoContactChips .contact-item.selected {
    background-color: #E3ECF5; 
}
.chipsdemoContactChips .contact-item.selected p {
    color: rgba(0, 0, 0, 0.87);
    font-weight: 400; 
}
.chipsdemoContactChips .contact-item .md-list-item-text {
    padding: 14px 0;
    max-width: 190px; 
}
.chipsdemoContactChips .contact-item .md-list-item-text h3 {
    margin: 0 !important;
    padding: 0;
    line-height: 1.2em !important; 
}
.chipsdemoContactChips .contact-item .md-list-item-text h3, .chipsdemoContactChips .contact-item .md-list-item-text p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; 
}
@media (min-width: 960px) {
    .chipsdemoContactChips .contact-item {
        float: left;
        width: 33%; 
    } 
}
  
.chipsdemoContactChips md-contact-chips {
    margin-bottom: 10px; 
}
  
.chipsdemoContactChips .md-chips {
    padding: 5px 0 8px; 
}
  
.chipsdemoContactChips .fixedRows {
    height: 250px;
    overflow: hidden; 
}

.md-chips .md-chip-input-container md-autocomplete input {
    width: calc(50vw);
}

.translated-paragraph{
    white-space: pre-wrap;
}


.draw2d_ResizeHandle {
    filter: none;
}

.draw2d_shape_basic_GhostVertexResizeHandle{
    filter: none;
}
.draw2d_shape_basic_VertexResizeHandle {
    filter: none;
}

.followup-evaluation-header{
    font-size: 14px; 
    line-height:16px; 
    color: #777;
}

.followup-evaluation-subheader{
    font-size: 9px; 
    color: gray;
    line-height:14px;
}