body {
    font-family: 'Roboto', sans-serif;
    background-color: #f2f2f2;
    color: #1e1f48;
}

header {
    background: #eee;
    -webkit-box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}

header h1 {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 2rem;
    padding: 3px 0 3px;
    text-align: center;
    color: #448196;
    position: absolute;
    width: 100%;
}

header h1 a {
    color: #fff;
}

header ul {
    padding: 10px 10px 0 0;
    list-style-type: none;
    overflow: hidden;
}

header li {
    border-left: 1px solid #ccc;
    padding: 3px;
    float: left;
    background: #dcdcdc;
    color: #fff;
    font-size: 1rem;
    line-height: 2rem;
}

header li:hover {
    background: #448196;
    color: #fff;
}

header li:first-child {
    border: none;
}

header li a {
    display: block;
    padding: 0 10px;
    color: #448196;
    text-decoration: none;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

header li a:hover {
    text-decoration: none;
    color: #fff;
}

header li i {
    padding: 0 8px;
    color: #bbb;
}

input#control-nav {
    visibility: hidden;
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.logo {
    margin: 5px 5px 5px 5px;
    width: 200px;
    height: 59px;
    float: right;
}


/* inicio login */

.login-logo {
    text-align: center;
}

.description {
    color: #376f83;
    font-size: 18px;
    font-weight: bold;
}

.centered {
    display: flex;
    width: 98vw;
    height: 95vh;
    justify-content: center;
    align-items: center;
}

#loginbox {
    background: white;
    border-radius: 10px;
    position: relative;
    /* hide shadow behind image */
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}

#loginbox button {
    background: #448196;
    color: white;
    padding: 12px 8px 12px 8px;
    border: 0px;
    border-radius: 10px;
    width: 100%;
}

#loginbox button:hover {
    background: #9a32b1;
    color: white;
    width: 100%;
    /* hide shadow behind image */
    -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

#loginbox .text-center {
    text-align: center;
}

#loginbox .material-icons {
    float: left;
}

#loginbox button,
#loginbox input[type=text],
#loginbox input[type=password] {
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
    border-radius: 05px;
    border: 1px solid #376f83;
    padding: 8px;
}

#loginbox .description {
    color: #376f83;
    font-size: 18px;
    font-weight: bold;
}

#loginbox .error_message {
    color: crimson;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

#loginbox .input-group {
    margin-top: 12px;
    width: 100%;
}

#loginbox .main {
    margin: 15px;
}


/* fim login */

section.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ececec;
    border-top: 1px solid #ccc;
    font-size: 0.7rem;
    line-height: 0.8rem;
    color: #448196;
    text-align: center;
}

.highlights {
    position: relative;
}

.highlights input {
    visibility: hidden;
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.highlights-item {
    float: left;
    margin: 0 0 0 2%;
    width: 32%;
    text-align: center;
}

.highlights-item:first-of-type {
    margin-left: 0;
}

.highlights-item img {
    display: block;
    width: 100%;
    margin: 0 0 5px;
}

.highlights-item p {
    font-size: 14px;
}

.highlights-button {
    display: inline-block;
    padding: 10px 15px 8px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #ccc;
    background-color: #ececec;
    -webkit-transition: background-color 300ms ease-in-out, border-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out, border-color 300ms ease-in-out;
}

.highlights-button:hover {
    border: 1px solid #ececec;
    background-color: #ccc;
}

.highlights-buttons {
    display: none;
    clear: both;
    text-align: center;
}

.highlights-buttons label {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 10px;
    border-radius: 10px;
    background-color: #ccc;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
    -webkit-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
}

.highlights-buttons label:hover {
    background-color: #777;
}


/* init modal */

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s 0.5s ease-in-out;
    transition: all 0.5s 0.5s ease-in-out;
}

.modal-content {
    padding: 10px;
    max-width: 600px;
    min-width: 360px;
    max-height: 85%;
    overflow: auto;
    position: absolute;
    top: 5%;
    left: 50%;
    z-index: 2;
    opacity: 0;
    border-radius: 3px;
    background: #fff;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.modal-content img {
    display: block;
    width: 100%;
    margin: 10px 0 0;
}

.modal-content p {
    padding-top: 10px;
    text-align: justify;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-close:after {
    content: "X";
    float: right;
    margin: 5px 5px 0 0;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 3;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    box-shadow: 0 0 3px #000;
}

input[id*="modal_"] {
    position: fixed;
    left: -9999px;
    top: 50%;
    opacity: 0;
}

input[id*="modal_"]:checked+div.modal {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

input[id*="modal_"]:checked+div.modal .modal-content {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}


/* content */

.content {
    margin-top: 25px;
    padding: 8px;
}

.content h1 {
    color: #230e70;
    font-size: 1.5rem;
}

.content h2 {
    margin-top: 20px;
    color: #448196;
    font-size: 1.3rem;
}

.content h3 {
    margin-top: 20px;
    color: #ae03c5;
    font-size: 1.2rem;
}

.content h4 {
    margin-top: 20px;
    color: #241266;
    font-size: 1.1rem;
}

.content p {
    color: #414141;
}

.clearfix {
    overflow: auto;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

section {
    padding: 5px;
}

.info-aluno {
    background-color: #ececec;
    border-radius: 10px;
    padding: 20px;
}

.info-aluno ul {
    list-style-type: none;
    padding: 0;
    margin-left: 0;
}

.info-aluno li,
.whatisnew li {
    margin-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #bbb;
}

.info-aluno i,
.legendas i {
    color: #bbb;
}

.info-aluno li span {
    margin-left: 10px;
    color: #448196;
    font-weight: bolder;
}

.whatisnew ul {
    list-style-type: square;
    padding-left: 20px;
}

.attachments {
    margin-top: 40px;
    margin-bottom: 40px;
}

.pagination li {
    font-size: 14px;
    background: white;
    color: #448196;
    padding: 0px 9px 0px 9px;
    margin: 0px 4px 0px 4px;
    border-radius: 50px;
    position: relative;
    xz-index: -1;
    /* hide shadow behind image */
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.pagination li:hover {
    background: #9c27b0;
}

.pagination a {
    color: #555555;
}

.pagination .active,
.pagination .active a,
.pagination a:hover,
.pagination li:hover,
.pagination li:hover a {
    color: white;
}

.pagination .active {
    background: #448196;
}

div .popover-body h4 {
    color: #1e1f48;
    font-size: 1rem;
    font-weight: bolder;
}

div .popover-body ul {
    list-style-type: square;
    margin: 10px;
    /* To remove default bottom margin */
    padding: 0;
    /* To remove default left padding */
}

#tabela {
    padding: 20px;
    color: #1e1f48;
    overflow-x: auto;
    white-space: nowrap;
}

#tabela table:first-child {
    width: 100%;
    margin: 0px, 50px, 0px, 50px;
}

#tabela tbody td,
#tabela tbody th {
    border-bottom: 1px dotted #b0c9c5;
}

#tabela tr:first-child:hover {
    background: white;
}

#tabela thead th {
    text-align: center;
}

#tabela table:first-child tr:nth-child(even) {
    background-color: #f2f2f2
}

#tabela table:first-child tr:nth-child(even):hover,
#tabela table:first-child tr:nth-child(odd):hover {
    background-color: #e6ccff;
    color: #376f83;
    font-weight: bold;
}

#tabela table:first-child td,
#tabela table:first-child th {
    padding-left: 10px;
    padding-right: 10px;
    height: 36px;
    min-height: 36px;
}

#tabela td:nth-child(even) {
    background-color: #ccf2ff;
    text-align: center;
}

#tabela table:first-child td:nth-child(odd) {
    text-align: center;
}

#tabela .innertable,
#tabela .innertable td,
#tabela .innertable i {
    border: 0;
    padding: 0;
    margin: 0;
    background-color: inherit;
}

#tabela .innertable td {
    border: 0;
    padding: 0;
    margin: 0;
    background-color: #ccf2ff;
}

#tabela .innertable .celnota {
    min-width: 30px;
}

#tabela .innertable .celicon {
    min-width: 25px;
}

#tabela .icon-graph,
#tabela .icon-table {
    color: #c9c9c9;
}

#tabela .icon-graph:hover,
#tabela .icon-table:hover {
    color: #376f83;
}

@media screen and (max-width: 767px) {
    header nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 300px;
        border-left: 1px solid #ccc;
        background: #dcdcdc;
        overflow-x: auto;
        z-index: 2;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
    header ul.list-auto {
        padding: 0;
    }
    header ul.list-auto li {
        width: 100%;
        border: solid #ccc;
        border-width: 0 0 1px;
    }
    header li {
        font-size: 1.2rem;
        line-height: 2rem;
    }
    header li a {
        padding: 15px 10px;
    }
    header li a:hover {
        background-color: #448196;
    }
    .control-nav {
        /* label icon */
        position: absolute;
        right: 20px;
        top: 24px;
        display: block;
        width: 30px;
        padding: 5px 0;
        border: solid #448196;
        border-width: 3px 0;
        z-index: 2;
        cursor: pointer;
    }
    .control-nav:before {
        content: "";
        display: block;
        height: 3px;
        background: #448196;
    }
    .control-nav-close {
        position: fixed;
        /* label layer */
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        display: block;
        z-index: 1;
        background: rgba(62, 64, 149, 0.4);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
    /* checked nav */
    input#control-nav {
        visibility: visible;
    }
    input#control-nav:focus~.control-nav {
        border-color: #448196;
        box-shadow: 0px 0px 9px rgba(62, 64, 149, 0.3);
    }
    input#control-nav:focus~.control-nav:before {
        background: #448196;
    }
    input#control-nav:checked~nav,
    input#control-nav:checked~.control-nav-close {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .logo {
        margin: 5px;
        float: none;
    }
    .highlights-item {
        width: 100%;
        margin-left: 0;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    .highlights-item p {
        opacity: 0;
        -webkit-transition: opacity 500ms 500ms ease-in-out;
        transition: opacity 500ms 500ms ease-in-out;
    }
    .highlights-buttons {
        display: block;
        padding-top: 10px;
    }
    .highlights input {
        visibility: visible;
    }
    /*checked*/
    .highlights input:checked+div {
        position: relative;
        opacity: 1;
        visibility: visible;
        z-index: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .highlights input:checked+div p {
        opacity: 1;
    }
    .highlights input:nth-of-type(1):checked~.highlights-buttons label:nth-child(1),
    .highlights input:nth-of-type(2):checked~.highlights-buttons label:nth-child(2),
    .highlights input:nth-of-type(3):checked~.highlights-buttons label:nth-child(3) {
        background-color: #000
    }
    .modal-content {
        padding: 10px 5%;
        min-width: 88%;
    }
}

@media screen and (max-width: 480px) {
    header h1 {
        font-size: 1.3rem;
        line-height: 1.6rem;
    }
}

@media screen and (max-width: 1382px) {
    button,
    input {
        width: 100%;
        font-size: 20px;
    }
}

@media screen and (min-width: 768px) {
    #tabela {
        width: 100%;
    }
}