﻿/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    font-family: 'Roboto' !important;
}*/

body:not(.layout-fixed) .main-sidebar {
    height: inherit;
    min-height: 100vh;
    height: -webkit-calc(100% - 24px);
    height: -moz-calc(100% - 24px);
    height: calc(100% - 24px);
    position: absolute;
    top: 24px;
}

span.form-checkform-check label {
    /* font-size: 10px; */
    font-weight: normal !important;
    padding-left: 3px;
    padding-right: 10px;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    font-weight: normal !important;
    padding-left: 3px;
    padding-right: 10px;
}

input[type=checkbox], input[type=radio] {
    margin-right: 10px;
    font-weight: normal !important;
}

.btn.aspNetDisabled {
    opacity: .65;
    box-shadow: none;
    cursor: default !important;
}

.btn > i {
    min-width: 30px;
    /*min-height: 30px;*/
    /*vertical-align: text-bottom;*/
    font-size: medium;
}

.banner-evento {
    width: 50%;
    margin: 0 auto;
}

/*.cut-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}*/


@media (max-width: 768px) {
    .banner-evento {
        width: 100%;
    }
}


.btn-outline-primary {
    border: solid 1px;
}

.callout a {
    color: #212529;
}

    .callout a:hover {
        color: #495057;
    }

.content-wrapper {
    background-attachment: fixed;
    background: url('../img/gray-geometric-background-light.x58309.jpg') repeat;
}

a.tox-promotion-link, .tox-statusbar__branding {
    display: none !important;
}



.terminal {
    background-color: black;
    background-image: radial-gradient( rgba(0, 150, 0, 0.75), black 120% );
    height: 100vh;
    margin: 0;
    overflow: hidden;
    padding: 2rem;
    color: white !important;
    font: 14px Inconsolata, monospace;
    text-shadow: 0 0 4px #C8C8C8;
}

    .terminal::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: repeating-linear-gradient( 0deg, rgba(black, 0.15), rgba(black, 0.15) 1px, transparent 1px, transparent 2px );
        pointer-events: none;
    }

    .terminal::selection {
        background: #0080FF;
        text-shadow: none;
    }

    .terminal .pre {
        margin: 0;
    }


.select2-container .select2-selection--single {
    height: 37px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px !important;
}

.cursor-auto {
    cursor: auto;
}

.cursor-pointer {
    cursor: pointer;
}

.version {
    position: absolute;
    right: 2px;
    bottom: 2px;
    background-color: gray;
    color: #ffffff;
    padding: 3px;
    font-size: 12px;
    font-family: Courier New, Courier, monospace;
    opacity: 0.5;
}


.sticky {
    /*background: rgba(255, 255, 255, .8);*/
    position: sticky;
    top: 0px;
    z-index: 999;
}



/* Tabelle div */

.table_component {
    overflow: auto;
    width: 100%;
}

    .table_component table {
        border: 1px solid #dededf;
        height: 100%;
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
        border-spacing: 1px;
        text-align: left;
    }

    .table_component caption {
        caption-side: top;
        text-align: left;
    }

    .table_component th {
        border: 1px solid #dededf;
        background-color: #eceff1;
        color: #000000;
        padding: 5px;
        text-align: center;
    }

    .table_component td {
        border: 1px solid #dededf;
        background-color: #ffffff;
        color: #000000;
        padding: 5px;
    }

        .table_component td:not(:first-child) {
            text-align: center;
        }


/* NEW BUTTON */
.btn-back {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: none;
}

    .btn-back:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
    }

    .btn-back:focus, .btn-back.focus {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
        box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
    }

    .btn-back.disabled, .btn-back:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-back:not(:disabled):not(.disabled):active, .btn-back:not(:disabled):not(.disabled).active,
    .show > .btn-back.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430;
    }

        .btn-back:not(:disabled):not(.disabled):active:focus, .btn-back:not(:disabled):not(.disabled).active:focus,
        .show > .btn-back.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
        }


#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 1033; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

    #myBtn:hover {
        background-color: #555; /* Add a dark-grey background on hover */
    }

.max-width {
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    width: fit-content;
    white-space: nowrap;
}

.container-max-width {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}