@import url(css/bootstrap.min.css);
/* @import url(css/bootstrap-theme.min.css); */
@import url(css/font-awesome.min.css);
@import url(less/master.css);

.form-horizontal .control-label{
    text-align: left;
}


.circulo {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin:0px auto;
    padding:3%
}

.box-puntajes {
    text-align: center;
    margin: 10px 0 30px 0;
}

.c-azul {
    background-color: #4e6484;
}
.cifra-pts {
    color: #fff;
    font-weight: 900;
    font-size: 50px;
    padding-top: 20px;
}

.titulo-prueba {
    font-weight: bold;
    margin-top: 15px;
    margin-left: 40px;
}
.c-verde {
    background-color: #78af48;
}

.c-turquesa {
    background-color: #48af9f;
}

.c-morado {
    background-color: #6948af;
}

.c-rojo {
    background-color: #cc0033;
}

.circulo > h2 {
    font-family: sans-serif;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.ver-graficos a {
    padding: 10px 40px;
    border: 3px solid #f00;
    border-radius: 100px;
    color: #f00;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px auto 30px auto;
}
table#t1 thead tr th.t1 {
    border-bottom: 1px solid #f88609;
    border-left: 1px solid #f88609;
    background: none repeat scroll 0 0 #e7e7e7;
}
table#t1 tbody tr td {
    border-bottom: 1px solid #f88609;
    border-left: 1px solid #f88609;
}
table#t1 {
    border-top: 1px solid #f88609;
    border-bottom: 1px solid #f88609;
    border-right: 1px solid #f88609;
}
.table {
    margin: 50px 0;
}
.table thead th, .table td {
    border:none;
    text-align: center;
    padding: 12px;
}
.table th {
    background: #999;
    color: #fff;
    border: none;
}
.first-child {
    background: #999;
    border-radius: 100px 0 0 100px
}
.table th:last-child {
    background: #999;
    border-radius: 0 100px 100px 0;
}

.ensayos-btn, .ensayos-btn:hover {
    padding: 12px 40px;
    background: #0066cc;
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 15px 30px 15px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.share-btn, .share-btn:hover {
    padding: 12px 40px;
    background: #e6b905;
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 15px 30px 15px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.logout-btn, .logout-btn:hover {
    padding: 12px 40px;
    background: #cc0033;
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 15px 30px 15px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.btns-foot {
    text-align: center;
}