@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow:700italic);

#pi-destaques {
    background-color: rgba(238, 238, 238, 0.9);
    color:#000;
    font-size: 11pt;
    padding-top: 1%;
    text-align: justify;
    border-radius: 8px; 
    border: 2px solid grey;
}

.escAluno:hover { 
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    opacity: 0.6;
}

.logins {
    background-color: #eee;
    line-height: 5.1;
    font-size: small;
    text-align: right;
    border-radius: 0px 0px 0px 100px;
    color: #00A9E1;
    font-style: normal;
    font-family: 'Archivo Narrow', sans-serif;
    height: 70px;
    position: static;
    float: right;
    top: 1px;
    right: 1px;
    width: 130px;
    z-index: 5000;
}

@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: 0px;
    }
}

.imagemlogin {
    width: 72px;
    height: 70px;
    border-radius: 8px;
    border: 2px solid grey;
    border-radius: 8px;
    border: 2px solid grey;
}

.imagemlogin:hover { 
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    opacity: 1;
}

#login-dp {
    padding: 0px 14px 0;
    overflow: hidden;
    background-color: #eee;
    text-align: right;
    right: 0;
    float: right;
    width: 200px;   
}

@media only screen and (max-width: 767px) {
    #login-dp{
        overflow: hidden;
        top: 71px;
        left: -166px;
    }
}

@media only screen and (max-width: 1024px) {
    #login-dp{
        width: 250px;
        right: 0;
        margin-right: 13px
    }
}

.second-navbar {
    /*top:-20px;*/
}

.fotoPerfil{
    height: 32px;
    width: 32px;
    border-radius: 50%;
}

.titulos{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    color: inherit;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    padding-left: 0px;
    border-bottom: 1px solid black;
    font-weight: bold;
}

div.img {
    border: 1px solid #ccc;
}

div.img:hover {
    border: 1px solid #777;
}

div.img img {
    width: 100%;
    height: auto;
}

div.desc {
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}

@media only screen and (max-width: 700px){
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px){
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

footer {
    bottom: 0;
    position: fixed;
    z-index: 5000;
    background-color: #2B292E;
    width: 100%;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 1vmax;
}

.form-inline {
    position: absolute !important;
    right: 0;
}

@media only screen and (max-width: 768px) {
    .form-inline {
        position: relative;
    }
}

#barrabts{
    position: fixed;
    width: 100%;
    bottom: 21px;
    z-index: 4;
    text-align: center;
    margin-bottom:1%;
    background-color: white;
}

.btn-circle {
    border-radius: 50%;
}

.container {
    -webkit-animation: testes 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: testes 2s; /* Firefox < 16 */
    -ms-animation: testes 2s; /* Internet Explorer */
    -o-animation: testes 2s; /* Opera < 12.1 */
    animation: testes 2s;
}

@keyframes testes {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes testes {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes testes {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes testes {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes testes {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.fotoAluno {
    width:20px;
    height:20px;
    z-index:98;
    position: relative;
    margin-top: -100px;
    top: 50px;
    left: 50px;
    margin-left: -50px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.fotoAluno:hover {
    top: 19px;
    width: 78px;
    height: 90px;
    z-index: 99;
    position: relative;
}

#conteudo-ementas{
    -webkit-animation: bounceIn 0.5s; /* Safari and Chrome */
    -moz-animation: bounceIn 0.5s; /* Firefox */
    -ms-animation: bounceIn 0.5s; /* Internet Explorer */
    -o-animation: bounceIn 0.5s; /* Opera */
    animation: bounceIn 0.5s; 
    transform-orgin: top left;
}

@keyframes bounceIn {
    0%{
        transform:scale(0.1);
        opacity: 0;
    }
    60%{
        transform:scale(1);
        opacity: 1;
    }
    100%{
        transform:scale(1);
    }
}
@-moz-keyframes bounceIn {
    0%{
        transform:scale(0.1);
        opacity: 0;
    }
    60%{
        transform:scale(1.1);
        opacity: 1;
    }
    100%{
        transform:scale(1);
    }
}
@-webkit-keyframes bounceIn {
    0%{
        transform:scale(0.1);
        opacity: 0;
    }
    60%{
        transform:scale(1.1);
        opacity: 1;
    }
    100%{
        transform:scale(1);

    }
}
@-ms-keyframes bounceIn {
    0%{
        transform:scale(0.1);
        opacity: 0;
    }
    60%{
        transform:scale(1.1);
        opacity: 1;
    }
    100%{
        transform:scale(1);

    }
}

li:hover > ul {

    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -moz-animation: fadein 1s; /* Firefox */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera */
    animation: fadein 1s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px;
}

.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: grey;

}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background-color: grey;

}

.navbar-toggle{
    background-color: #eee;
}


.modal{
    z-index: 9999;
}


.fc-day{
    cursor: pointer;
}


#calendarioementas .checkar{
    margin: 1px 2px 0;
    padding: 0 1px;
    width: 13px;

    margin-top: -22px;
}


.carousel-control {
    position: absolute;

    font-size: 20px;

    text-align: center;



    position: absolute;
    top: 50%;
    bottom: 0;

    color: #eee;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    /* background-color: black; */

    height: 0;
    margin-top: 14px;
    width: 46px;
}


.huge{
    font-size: 40px;
}

.xxx:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 500ms ease-in-out;
}
.xxx{
    opacity: 0.7;
}
.box.box-warning {
    border-top-color: #f39c12;
}
.box.box-sucess {
    border-top-color: #00a65a;
}
.box.box-primary {
    border-top-color: #3c8dbc;
}
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.desativo{
    color: grey;
}
#loginModal {
    margin-top: 16%;
}
#saldo{
    background-color: #eee;
    width: 150px;
    padding-right: 8px;
    border: 2px solid #4A4A4A;
    border-radius: 10px;
    text-align: center;
}
.imgNoticias{
    max-width: 50%;
}
.imgNoticias:hover{
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    opacity: 1;
    transition:2s;
    -moz-transition:2s;
    -webkit-transition:2s;

}

.imgNoticias2:hover{
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    opacity: 1;
}

#anoletivomatricula{
    /* display: block; */
    width: 100px; 
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    text-align: right;
}

.obrigatorio{
    border: 2px solid #ffb2b2;
}

.foco{
    border: 4px solid red;
}

.descriptionBox {
    height: auto;
    text-align: left;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    padding: 6px 12px;
    border: solid;
    border-width: 1px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.descriptionBox-Item{
    margin-bottom: 2px;
}
a.product-name, a.product-name:hover {
    text-decoration: none;
    color: #333;
}

div.content_price {
    font-weight: bold;
    text-align: center;
    position: relative;
}

ul.pagination {
    margin-top: 0px;
    margin-bottom: 0px;
}






ul.step {
    margin-bottom: 30px;
    overflow: hidden;
    list-style: none;
}

@media (min-width:768px) {
    ul.step {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }
}

ul.step li {
    float: left;
    width: 33.333%;
    text-align: left;
    border: 1px solid;
    border-top-color: #cacaca;
    border-bottom-color: #9a9a9a;
    border-right-color: #b7b7b7;
    border-left-width: 0;
}

@media (max-width:767px) {
    ul.step li {
        width: 100%;
        border-left-width: 1px;
    }
}

ul.step li a, 
ul.step li span, 
ul.step li.step_done span, /**/
ul.step li.step_current span, 
ul.step li.step_current_end span {
    display: block;
    padding: 13px 10px 14px 13px;
    color: #333;
    font-size: 17px;
    line-height: 21px;
    font-weight: bold;
    text-shadow: 1px 1px white;
    position: relative;
}

@media (max-width:992px) {
    ul.step li a, ul.step li span, ul.step li.step_done span /**/, ul.step li.step_current span, ul.step li.step_current_end span {
        font-size: 15px;
    }
}

@media (min-width:992px) {
    ul.step li a:after, ul.step li span:after, ul.step li.step_current span:after, ul.step li.step_current_end span:after {
        content: ".";
        position: absolute;
        top: 0;
        right: -31px;
        z-index: 0;
        text-indent: -5000px;
        display: block;
        width: 31px;
        height: 52px;
        margin-top: -2px;
    }
}

ul.step li a:focus, ul.step li span:focus, ul.step li.step_current span:focus, ul.step li.step_current_end span:focus {
    text-decoration: none;
    outline: none;
}

ul.step li.first {
    border-left-width: 1px;
    border-left-color: #b7b7b7;
}

@media (min-width:768px) {
    ul.step li.first {
        -moz-border-radius-topleft: 4px;
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
}

ul.step li.first span, ul.step li.first a {
    z-index: 5;
    padding-left: 13px !important;
}

@media (min-width:768px) {
    ul.step li.first span, ul.step li.first a {
        -moz-border-radius-topleft: 4px;
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
}

ul.step li.second span, ul.step li.second a {
    z-index: 4;
}

ul.step li.third span, ul.step li.third a {
    z-index: 3;
}

ul.step li.four span, ul.step li.four a {
    z-index: 2;
}

ul.step li.last span {
    z-index: 1;
}

@media (min-width:768px) {
    ul.step li.last {
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    ul.step li.last span {
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
}

ul.step li.step_current {
    font-weight: bold;
    background: #42b856;
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#42b856),to(#43ab54));
    background-image: -webkit-linear-gradient(top,#42b856,0%,#43ab54,100%);
    background-image: -moz-linear-gradient(top,#42b856 0,#43ab54 100%);
    background-image: linear-gradient(to bottom,#42b856 0,#43ab54 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF42B856',endColorstr='#FF43AB54',GradientType=0);
    border-color: #399b49 #51ae5c #208931 #369946;
}

ul.step li.step_current span {
    color: #fff;
    text-shadow: 1px 1px #208931;
    border: 1px solid;
    border-color: #73ca77 #74c776 #74c175 #74c776;
    position: relative;
}

@media (min-width:992px) {
    ul.step li.step_current span {
        padding-left: 38px;
    }

    ul.step li.step_current span:after {
        background: url('../../Imagens/order-step-a.png') right 0 no-repeat;
    }
    
}

ul.step li.step_current_end {
    font-weight: bold;
}

ul.step li.step_todo {
    background: #f7f7f7;
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#f7f7f7),to(#ededed));
    background-image: -webkit-linear-gradient(top,#f7f7f7,0%,#ededed,100%);
    background-image: -moz-linear-gradient(top,#f7f7f7 0,#ededed 100%);
    background-image: linear-gradient(to bottom,#f7f7f7 0,#ededed 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF7F7F7',endColorstr='#FFEDEDED',GradientType=0);
}

ul.step li.step_todo span {
    display: block;
    border: 1px solid;
    border-color: #fff;
    color: #333;
    position: relative;
}

@media (min-width:992px) {
    ul.step li.step_todo span {
        padding-left: 38px;
    }

    ul.step li.step_todo span:after {
        background: url('../../Imagens/order-step-current.png') right 0 no-repeat;
    }
}

ul.step li.step_done {
    border-color: #666666 #5f5f5f #292929 #5f5f5f;
    background: #727171;
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#727171),to(#666666));
    background-image: -webkit-linear-gradient(top,#727171,0%,#666666,100%);
    background-image: -moz-linear-gradient(top,#727171 0,#666666 100%);
    background-image: linear-gradient(to bottom,#727171 0,#666666 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF727171',endColorstr='#FF666666',GradientType=0);
}

ul.step li.step_done a, ul.step li.step_done span {
    color: #fff;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
    border: 1px solid;
    border-color: #8b8a8a;
}

@media (min-width:992px) {
    ul.step li.step_done a, ul.step li.step_done span {
        padding-left: 38px;
    }

    ul.step li.step_done a:after, ul.step li.step_done span:after {
        background: url('../../Imagens/order-step-done.png') right 0 no-repeat;
    }
}

@media (min-width:992px) {
    ul.step li.step_done.step_done_last a:after, ul.step li.step_done.step_done_last span:after {
        background: url('../../Imagens/order-step-done-last.png') right 0 no-repeat;
    }
}

@media (min-width:992px) {
    ul.step li#step_end span:after {
        display: none;
    }
}

ul.step li em {
    font-style: normal;
}

@media (min-width:768px) and (max-width:991px) {
    ul.step li em {
        display: none;
    }
}

.nav-pills>li>a.btn-info {
    color: #fff;
}

.nav-pills>li>a.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

th.shopcard_product { width: 137px; }
th.shopcard_name  { }
th.shopcard_price  { width: 120px; }
th.shopcard_quantity  { width: 120px; }
th.shopcard_actions  { width: 1%; }
th.shopcard_total { width: 120px; }

.table > tbody > tr > td.item {
    vertical-align: middle;
}

.shopcard_quantity  { width: 120px; text-align: center; }



