/* To create a container */
.embed {
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.2;
    margin: 0 2% 2% 2%;
}

/* For the summary.php file */
.tooltips {
    position: relative;
}

.tooltips .tooltipstext {
    font-size: 0.9rem;
    visibility: hidden;
    width: 360px;
    background-color: black;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    left: 50%;
    margin-left: -180px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltips .tooltipstext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltips:hover .tooltipstext {
    visibility: visible;
    opacity: 1;
}


/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
.material-icons {
    color: #4682b4;
    font-size: 18px !important;
    display: inline-flex;
    vertical-align: middle;
    cursor: default;
}

a {
    text-decoration: none !important;
}

td.module {
    padding: 3px 10px 5px 2px;
    vertical-align: top;
}
td.description {
    padding: 3px 15px 5px 5px;
}
td.default {
    padding: 3px 0px 5px 0px;
    text-align: center;
}


/* Alert and infoboxes */
.msg-box {
    padding: 20px;
    color: white;
    margin-bottom: 15px;
    border-radius: 0px;
}

.alert {
    background-color: #f44336; /* Red */
}

.infos {
    background-color: #3652f4; /* Blue */
}

li {padding-bottom:0rem;}
