.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 46px;
    width: 100%;
    background-color: rgba(245, 245, 245, 0.8);
    border-top: 1px solid #ddd;
    padding-top: 5px;
    font-size: 90%;
    color: gray;
    position:fixed;
    bottom:0;
    left:0;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
    color: #fff;
}
.jumbotron a {
    margin-top: 30px;
}

.jumbotron > h1 {
    /*text-shadow: #ccc 0 1px 0, #c9c9c9 0 2px 0, #bbb 0 3px 0, #b9b9b9 0 4px 0, #aaa 0 5px 0,rgba(0,0,0,.1) 0 6px 1px, rgba(0,0,0,.1) 0 0 5px, rgba(0,0,0,.3) 0 1px 3px, rgba(0,0,0,.15) 0 3px 5px, rgba(0,0,0,.2) 0 5px 10px, rgba(0,0,0,.2) 0 10px 10px, rgba(0,0,0,.1) 0 20px 20px;*/
}
.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.navbar-topo {
    background-color: #000;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.65);
-moz-box-shadow:    0px 4px 10px 0px rgba(0, 0, 0, 0.65);
box-shadow:         0px 4px 10px 0px rgba(0, 0, 0, 0.65);
}

.dropdown-language {
    margin-top: 6px;
}

.header-universidade {
    max-height: 30px;
    margin-right: 10px;
}

.navbar-brand > img {
    display: inline-block;
    margin-right: 10px;
}

.login-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
    box-shadow: 5px 5px 5px rgba(0,0,0, 0.20);
}

.login-box {
    width: 360px;
    margin: 7% auto;
}

.login-box-msg{
    margin: 0;
    text-align: center;
    padding: 10px 20px 20px 20px;
}
.panel-avaliacao {
    -webkit-box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 0.65);
    -moz-box-shadow:    3px 3px 10px 0px rgba(50, 50, 50, 0.65);
    box-shadow:         3px 3px 10px 0px rgba(50, 50, 50, 0.65);
}

.sign-out-icon {
    font-size: 11pt;
    font-weight: 200;
}

/* BEGIN Styles for Test Only */
.linha {
    border-bottom: 1px dashed #eee;
    margin: 0 0 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.avaliacao-cabecalho small {
    color: darkgray;
}

.save-on {
    color: gray;
}
.save-off {
    color: darkblue;
}
.save-error {
    color: darkred;
}

.orientacoes, .questao-subtitulo {
    font-size: 80%;
    color: #c0c0c0;
    border-bottom: 1px dashed #eee;
    padding-bottom: 5px;
}

.cabecalho-questao > small {
    color: gray;
    margin-left: 10px;
}

.file-name {
    overflow: hidden;
    height: 35px;
    font-size: 90%;
    text-align: center;
}

.media-thumbnail {
    max-width: 80px  !important;
}

.viewMedia,.viewMedia2 {
    cursor: pointer;
}

.head-right p {
    margin: 0 0 30px !important;
}
.test-view-check {
    color: #3399CC;
    font-size: 13pt;
    font-weight: 200;
}
.test-view-check.verde {
    color: green !important;
}
.test-view-check.vermelho {
    color: red !important;
}
.test-view-check-disabled {
    color: darkgray;
    font-size: 13pt;
    font-weight: 200;
}
.clock {
    font-size: 14pt;
    font-weight: 200;
}

.test-actions .btn:last-child {
    margin-left: 40px;
}
.test-actions .btn {
    font-size: 12pt;
    font-weight: bold;
    margin-top: 20px;
}
.zoom-controls a:last-child {
    margin-left: 20px;
}
.zoom-controls a {
    font-size: 10pt;
    color: lightgray;
    text-decoration: none;
}
.zoom-controls a:hover {
    color: black;
}
.magnify-icon {
    font-size: 12pt;
}
.not-answered {
    color: red;
    font-style: italic;
}
.resolucao {
    margin-top: 20px;
}

/* END Test Styles */

.datePicker.form-control[readonly] {
    background-color: #fff;
    cursor: pointer;
}

.grade-info {
    font-size: 30pt;
    color: #3399CC;
    font-weight: bold;
    line-height: 30px;
}
.grade-info-aprendizado {
    font-size: 12pt;
    color: #3399CC;
    line-height: 30px;
}
.remaining {
    color: #999;
    font-size: 80%;
    text-align: right;
}

.opcoes-resposta:not(:first-child) {
    margin-top: 10px;
}

.col-xs-1 {
    max-width: 4.33% !important;
}

.student {
    display: flex;
    justify-content: center;
    color: #ffffff;
    font-size: 21px;
    font-weight: 200;
}