body {
    height: 100%;
}

#body {
    z-index: 100;
    position: fixed;
    margin-top: 10px;
}

/*
 Navigation 
 */
.navbar {
    position: absolute;
    top: 10px;
    width: 100%;
    overflow: visible;
    margin-top: 10px;
}

.logo {
    height: 30px;
}

.dropdown {
    padding: 0px !important;
    position: relative;
}

.dropdown-link {
    width: auto;
    padding: 8px 16px !important;
}

.dropdown-container {
    display: none;
    width: 200px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    position: absolute;
}

.dropdown:hover .dropdown-container {
    display: block !important;
    z-index: 100000;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
    /* 				 background: linear-gradient(to bottom, #009933 0%, #333333 100%); */
    /* 				border-radius: 20px; */
}

::-webkit-scrollbar-thumb:hover {
    /* 					background: linear-gradient(to bottom, #22BB55 0%, #666666 100%); */
    background: #555;
}

p a {
    text-decoration: none;
}

.a_menu {
    display: block;
}

.green, .green * {
    background-color: #80cc2c !important;
    color: white !important;
}

.green-hover:hover, .green-hover:hover * {
    background-color: #75bd28 !important;
    color: white !important;
}

.green-text {
    color: #80cc2c !important;
}

.blue, .blue * {
    background-color: #54aee5 !important;
    color: white !important;
}

.blue-text {
    color: #54aee5 !important;
}

.blue-hover:hover, .blue-hover:hover * {
    background-color: #54aee5 !important;
    color: white !important;
}


.black-text, .black-text * {
    color: #1c2b4d;
}

.nav-title * {
    color: #1c2b4d;
}

.nav-size * {
    font-size: 10px;
}

.button-size {
    font-size: 12px;
}

.text-bold {
    font-family: monsterat-bold !important;
}

.text-semibold {
    font-family: monsterat-semibold !important;
}

.text-normal {
    font-family: monsterat-normal !important;
}

@font-face {
    font-family: monsterat-bold;
    src: url(montserrat/Montserrat-Bold.ttf);
}

@font-face {
    font-family: monsterat-semibold;
    src: url(montserrat/Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: monsterat-normal;
    src: url(montserrat/Montserrat-Regular.ttf);
}

.tab-list li {
    list-item: none;
}

.button {
    cursor: pointer;
    padding: 8px 16px;
}

.button-hover:hover {
    transition: 0.3s background;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
}

.link-decor {
    cursor: pointer;
    text-decoration-color: #80cc2c;
    text-decoration: none;
}

.link-decor:hover {
    text-decoration: underline;
    text-decoration-color: #80cc2c;
}

.modal {
    width: 90%;
    max-width: 600px;
    background-color: rgba(255, 255, 255, 0.99);
    border-radius: 30px;
    min-height: 400px;
}

input, select {
    transition: 0.3s;
    outline: none;
}

.input-green:focus {
    border-color: #80cc2c !important;
}

.input-blue:focus {
    border-color: #54aee5 !important;
}

#sidebar {
    width: 50%;
    display: none;
    right: 0px;
    z-index: 5;
}

#sidebar-bottom {
    width: 50%;
    position: fixed;
    bottom: 0;
}

.nav-container {
    max-width: 455px;
    padding-left: 4% !important;
    padding-top: 20px;
    height: 100vh !important;
    min-height: 600px;
    overflow-y: auto;
}

#content-container {
    background-color: white;
    height: 100% !important;
    min-height: 600px;
    overflow-y: auto;
}


@media (max-width: 660px) {
    #sidebar {
        width: 100%;
    }

    #sidebar-bottom {
        width: 100%;
    }

    .nav-container {
        display: none !important;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}

/** EHR block **/
.ehrs .img {
    height: 70px;
    display: block;
    margin-inline: auto;
}

.ehrs .descr {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*margin-top: 1px solid #ccc;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}

/** EHR end **/

.copy {
    position: relative;
}

.copyborder {
    position: relative;
}

.copyclick {
    width: 25px;
    transition: transform .5s ease;
}

.copyclick:hover {
    transform: scale(1.5);
}

.tooltip {
    position: absolute;
    z-index: 2;
    width: 100px;
    color: white;
    font-size: 12px;
    background-color: #192733;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
    top: -8px;
    left: calc(100% + 30px) !important;
}

.tooltip::before {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    background-color: #192733;
    padding: 5px;
    z-index: 1;
    top: 35%;
    left: -2%;
}

.left-navigation {
    padding-left: 80px;
    padding-top: 20px;
    height: 700px;
    overflow-y: auto;
}

.information_security_page {
    background-color: white;
    height: 700px;
    overflow-y: auto;
}

.information_security_page > .w3-container {
    min-height: 150px;
    padding: 24px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.information_security_page h3 {
    text-align: left;
}

.information_security_page p {
    text-align: justify;
}

.information_security_page .cert_images {
    width: 80%;
}

@media (max-width: 1000px) {
    .information_security_page .cert_images {
        width: 50% !important;
    }
}