﻿.bullet-one {
    list-style-image: url('images/1-circle.svg')
}

.bullet-two {
    list-style-image: url('images/2-circle.svg')
}

.bullet-three {
    list-style-image: url('images/3-circle.svg')
}

.bullet-four {
    list-style-image: url('images/4-circle.svg')
}

.bullet-five {
    list-style-image: url('images/5-circle.svg')
}

.bullet-six {
    list-style-image: url('images/6-circle.svg')
}

.bullet-seven {
    list-style-image: url('images/7-circle.svg')
}

.bullet-eight {
    list-style-image: url('images/8-circle.svg')
}

.bullet-nine {
    list-style-image: url('images/9-circle.svg')
}


.info-icon {
    list-style-image: url('images/info-square.svg');
}
/*page*/

.text-page {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 0.8rem;
    margin-top: 0.5%;
    margin-right : 10%;
    color: #333;
    text-align: justify;
}

h5 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
}

/*Tables*/
/*
thead {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background-color: black;
    padding: 0.5rem;
}
*/

.table-container {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: medium;
    text-align: left;
    overflow: scroll;
    width: 100%;
    /*margin: 0px auto; */  
    display: table;
    padding-left: 2px;
    border-collapse: separate;
    /*/border-spacing: 0.5em;*/
    empty-cells: hide;
}

.table-container th {
    height: 2em;
    padding-left: 4px;
    background-color: navy;
    color: white;
    border-color : dimgray;
    border-width:2px;
}

    .table-container tr {
        border-bottom: 2px solid;
        border-color: dimgray;
        padding: inherit;
    }



.table-container tr:hover {
    background-color: darkcyan;
    font-weight: bolder;
    color: navy;
}
    

.cell-standard {
    background-color: white;
    text-align: right;
    vertical-align: central;
    
}


/*
.table-container th h1 {
    padding: 1em;
    font-weight: bold;
    font-size: 0.5em;
    text-align: left;
    color: #185875;
}

*/

/*
.table-container td {
    font-weight: normal;
    font-size: 1em;
    -webkit-box-shadow: 0 2px 2px -2px #0E1119;
    -moz-box-shadow: 0 2px 2px -2px #0E1119;
    box-shadow: 0 2px 2px -2px #0E1119;
}

.table-container td, .container th {
    padding-bottom: 2%;
    padding-top: 2%;
    padding-left: 2%;
}

*/

/* Background-color of the odd rows */
.table-container tr:nth-child(odd) {
    background-color: white
}

.table-container tr:nth-child(even) {
    background-color: white;
}

.table-container tr.selected {
   /* background-color: cadetblue; 
    color: white; */
    font-weight: bold;
}

/* Lists */

li {
    text-align: justify;
    margin-bottom: 1.0rem;
}

/* Buttons */
/* CSS */

.button-29-invisible {
    visibility: hidden;
}

.button-29 {
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    visibility: visible;
}

.button-29:focus {
    box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.button-29:hover {
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
    transform: translateY(-2px);
}

.button-29:active {
    box-shadow: #3c4fe0 0 3px 7px inset;
    transform: translateY(2px);
}






/* CSS */
.button-15 {
    background-image: linear-gradient(#42A1EC, #0070C9);
    border: 1px solid #0077CC;
    border-radius: 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    direction: ltr;
    display: block;
    font-family: "SF Pro Text", "SF Pro Icons", "AOS Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -.022em;
    line-height: 1.47059;
    min-width: 30px;
    overflow: visible;
    padding: 4px 15px;
    text-align: center;
    vertical-align: baseline;
    user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
}




.button-15:disabled {
    cursor: default;
    opacity: .3;
}

.button-15:hover {
    background-image: linear-gradient(#51A9EE, #147BCD);
    border-color: #1482D0;
    text-decoration: none;
}

.button-15:active {
    background-image: linear-gradient(#3D94D9, #0067B9);
    border-color: #006DBC;
    outline: none;
}

.button-15:focus {
    box-shadow: rgba(131, 192, 253, 0.5) 0 0 0 3px;
    outline: none;
}

.button-15-invisible {
    display: none;
    
}


.button-cookies-consent {
    background-image: linear-gradient(black, #1a1d20);
    border: 1px solid;
    border-color: whitesmoke;
    border-radius: 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    direction: ltr;
    /*display: block;*/
    font-family: "SF Pro Text", "SF Pro Icons", "AOS Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: small;
    font-weight: bold;
    width: fit-content;
    height: fit-content ;
    
}
.button-cookies-consent:hover {
    background-image: linear-gradient(#51A9EE, #147BCD);
    border-color: #1482D0;
    text-decoration: none;
}


/* Filling */
.blueCell {
    height: max-content;
    border-radius: 6px;
    padding-left: 4px;
    display: inline-block;
    font-size: large;
    font-weight: bold;
    color: white;
    background-image: linear-gradient(to bottom, #3A558F,#041843);
    width: 100%;
    margin-bottom: 0.2rem;
    /*  margin-top: 0.5rem;
        vertical-align: central;
        padding-left: 10px;
    */
}



/* Loader */
.spinloader-on {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.spinloader-off 
{
    display: none;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.invisible {
    display: none;
}

/* CSS for courses list in mobile mode */
.courses-list-mobile {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    padding-left: 24px;

}

.courses-list-mobile:hover {
   /* width: 100%; */
    margin-bottom: 1rem;
    font-weight: bold;
    color:purple;
    padding: 1rem;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

