﻿.card-href {
    text-decoration: none;
}

    .card-href:hover {
        text-decoration: none;
    }

.card-curso:hover {
    padding: 0;
    -webkit-box-shadow: 0 0 20px 1px #BDBDBD;
    box-shadow: 0 0 20px 1px #BDBDBD;
}

.card-curso .card-img-top {
    height: 200px !important;
}

.card-curso .card-title {
    font-weight: bold;
    font-size: 12pt;
    margin-bottom: 15px;
    min-height: 55px;
}

.card-curso .card-text {
    min-height: 90px;
    line-height: 1.5;
    text-align: justify
}

/*.card-curso .card-progress {
    min-height: 70px;
}*/

.card-curso p {
    color: #a0a0a0;
}

.card-curso .card-footer {
    background-color: transparent;
    border: none;
}

    .card-curso .card-footer p {
        font-weight: bold;
        color: #73bc45;
    }


.box-programa-curso {
    /*border-left: 5px solid #73bc45;*/
    /*background-color: #f1f1f1;*/
    /*padding: 30px 40px;*/
    color: #757575;
    margin-bottom: 30px;
    margin-top: 30px;
}

.table-conteudo th {
    background-color: #eaeaea;
}

.table-conteudo > thead > tr > th, 
.table-conteudo > tbody > tr > th, 
.table-conteudo > tfoot > tr > th, 
.table-conteudo > thead > tr > td, 
.table-conteudo > tbody > tr > td, 
.table-conteudo > tfoot > tr > td  {
    padding: 15px !important;
}


/*.table-conteudo > tbody > tr:hover {
    background-color: #A2A2A2;
    cursor: pointer
}*/

.table-conteudo tr {
    background-color: whitesmoke;
    border-bottom: 2px solid #fff;
}

.table-conteudo tr .icon-tipo {
    text-align: center;
    width: 20px
}

.table-conteudo tr .btn-comecar {
    text-align: center;
    width: 60px
}

.table-conteudo tr .progress-atividade {
    font-size: 14pt;
    width: 40px;
    border-right: 2px solid #FFF;
}


.matricula h1 {
    font-size: 30pt;
    padding: 30px
}


.matricula .acoes {
    padding-bottom: 70px
}
















a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.tab{ text-align: center; }
.tab .nav-tabs{
    display: inline-block;
    border-bottom: none;
    position: relative;
}
.tab .nav-tabs li{
    margin-bottom: 0;
}
.tab .nav-tabs li a{
    display: block;
    padding: 20px;
    border: none;
    border-radius: 0;
    font-size: 17px;
    font-weight: 700;
    color: #444;
    margin-right: 0;
    text-align: center;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a i{
    display: block;
    font-size: 40px;
    color: #00a6ff;
    margin-bottom: 15px;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover{
    border: none;
    background: transparent;
}
.tab .nav-tabs li a:before,
.tab .nav-tabs li a:after{
    content: "";
    width: 0;
    border-top: 3px solid #00a6ff;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:after{
    left: auto;
    right: 0;
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before,
.tab .nav-tabs li.active a:after,
.tab .nav-tabs li a:hover:after{
    width: 50%;
}
.tab .tab-content{
    padding: 20px;
    margin-top: -5px;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #d7d6d6;
    font-size: 15px;
    color: #757575;
    line-height: 30px;
}
.tab .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .tab .nav-tabs li a,
    .tab .nav-tabs li a:hover{ border-bottom: 1px solid #dfdfdf; }
    .tab .tab-content{ border-top: none; }
}


.loadingPanel {
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.loading_bg {
    background: no-repeat scroll center #000;
    filter: alpha(opacity=70);
    height: 100%;
    opacity: .5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.loading_image_content {
    height: 42px;
    left: 50%;
    margin-left: -77px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    width: 154px;
    z-index: 9999999;
}

.loading_img {
    -webkit-box-shadow: 0 0 5px 5px #7a7a7a;
    box-shadow: 0 0 5px 5px #7a7a7a;
}

.al-successo {
    background-color: #27ae60 !important;
    padding: 13px;
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.al-inconsistencia {
    background-color: #a52a2a !important;
    padding: 13px;
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}