﻿body, html {
    width: 100%;
    height: 100%;
    background-color: white;
    margin: 0;
    font-family: Calibri, Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: normal;
    scroll-behavior: smooth;
}
.whitespace{
    white-space:nowrap;
}
.screen-center {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.full-screen {
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
}
.TabsContainer > div {
    height: 25px;
}
.opacity-50 {
    opacity: 0.5;
}
.opacity-100 {
    opacity: 1;
}
.buttonLink, .buttonLink:visited {
    border:0;
}
.buttonLink:disabled {
    border: 0;
    background-color:#808080;
    cursor:default;
}
.tabTerapie .ChildControlli {
    background-color: #ffffff;
}
.wrapword {
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap; /*Chrome & Safari */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* CSS3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-word;
    white-space: normal;
}
.navLink, .navLink:visited {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    padding: 0.2rem 0.5rem;
    display: inline-block;
}
.navLink:hover {
    color: rgba(0, 0, 0, 0.9);
    text-decoration: none;
}
.text-secondary {
    color: #46ad32 !important;
}
.text-primary {
    color: #4f81bd !important;
}
