/* -----------------------------------------
   Custom.css - put your own changes here 
----------------------------------------- */

/* Estilos para formularios*/
.errorClass {
    border: 1px solid #df6a78;
}

/*+++++++++ topbar *******/
#content #topbar {
    background-color: #fcfcfc;
    /*height: 70px;*/
    height:auto;
    margin-top: -23px;
    margin-bottom: 1px;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}
#content #topbar .breadcrumb {
    margin-bottom: 0;
    background: transparent;
    padding-right: 0;
}
#content #topbar h1 {
    margin-top: 7px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 24px;
    color: #fff;
    padding-left: 10px;
}
/*++++++++++++++++ colores fondo ++++++++++++*/
.blue-bg {
    color: #ffffff !important;
    background-color: #2073E3 !important;
}
.blue-light-bg {
    color: #ffffff !important;
    background-color: #649DEC !important;
}
.blue-dark-bg {
    color: #ffffff !important;
    background-color: #124994 !important;
}

.blue-dark-ico {
    color: #124994 !important;

    /*background-color: #124994 !important;*/
}

.red-ico{
    color: #cc0000 !important;
}

.gray-bg {
    color: #333333 !important;
    background-color: #555555 !important;
}
.gray-light-bg {
    color: #333333 !important;
    background-color: #777777 !important;
}
.gray-lighter-bg {
    color: #333333 !important;
    background-color: #eeeeee !important;
}
.gray-dark-bg {
    color: #333333 !important;
    background-color: #333333 !important;
}
.gray-darker-bg {
    color: #333333 !important;
    background-color: #222222 !important;
}

/*+++++++++++++ tablas +++++++++++*/

.table .checkbox,
.table .radio,
.table .checkbox-custom,
.table .radio-custom {
    margin-bottom: 0;
    margin-top: 0;
}
.table .progress {
    margin-bottom: 0;
    margin-top: 0;
}
.table thead tr th {
    border-bottom: 1px solid #D7D7D7;
}
.table tfoot tr th,
.table tfoot tr td {
    border-bottom: 1px solid #D7D7D7;
}
.table.table-bordered thead tr {
    background: #99BFF2;
    color: #333333;
}
.table .fixed {
    top: 0;
    position: fixed;
    width: auto;
    display: none;
    border: none;
}
.table.table-fixed-layout {
    table-layout: fixed;
}
.table.table-fixed-layout td {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* -----------------------------------------
   Headings
----------------------------------------- */
.heading h3 {
    color: #333333;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: 0;
}
.heading h3:after {
    content: '';
    margin-top: 10px;
    width: 50px;
    border-top: 1px solid #333333;
    display: block;
}
.heading.text-center h3:after {
    margin-left: auto;
    margin-right: auto;
}

/* -----------------------------------------
   Frontend Footer styles
----------------------------------------- */
#footer {
    background: #262d37;
    color: #eeeeee;
    bottom: 0;
    left: 0;
    right: 0;
}
#footer .footer-column {
    margin-top: 20px;
    margin-bottom: 20px;
}
#footer .footer-column .footer-column-title {
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}
#footer .footer-column .footer-map {
    background: url(../img/globus.png) no-repeat left center;
    background-size: 40%;
}
#footer .footer-column .footer-link {
    line-height: 18px;
    color: #eeeeee;
    text-decoration: none;
    transition: color;
    transition-duration: 0.4s;
}
#footer .footer-column .footer-link:hover {
    color: #777777;
}
#footer .footer-copyright {
    background: #124994;
    padding: 15px 0;
}
#footer .footer-copyright p {
    margin-top: 10px;
}

.fecha-examen{
    padding-left:10px;
}


.eval_bien{
    padding:5px;
    font-size:15px;
    color:#092650;
}


.eval_mal{
    padding:5px;
    font-size:15px;
    color:#D90000;
}

/*******************+*/
.resultados{
    font-size:15px;
}
.pad10{
    padding:10px;
}
.pad10 i{

    border-radius: 50%;
    border: 1px solid #124994;

    padding:3px;
    margin-right:3px;
    font-size:47px;
}

.pad10 .txt{
    padding-right:12px;
}

/****************** BOTON RESULTADO **********/
.btn-nota,
.btn-nota:hover {
    border-color: #db5565;
    background-color: #db5565;
    color: #ffffff;
    cursor:default;
}

.btn-finalizado,
.btn-finalizado:hover {
    color: #333333;
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    cursor:default;
    width: 115px;
}
.btn-sin-resultado,
.btn-sin-resultado:hover {
    color: #333333;
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    cursor:default;
    width: 105px;
}

.btn-anulado,
.btn-anulado:hover {
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    cursor:default;
    font-weight: bold;

}
.fa-rotate-315 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}
/****** ***************************** NESTABLE ***********************************/
.dd { position: relative; display: block; margin: 0; padding: 0; max-width: 100%; list-style: none; font-size: 13px; line-height: 20px; }

.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
.dd-list .dd-list { padding-left: 30px; }
.dd-collapsed .dd-list { display: none; }

.dd-item,
.dd-empty,
.dd-placeholder { display: block; position: relative; margin: 0; padding: 0; min-height: 20px; font-size: 13px; line-height: 20px; }

.dd-handle { display: block; height: auto; margin: 5px 0; padding: 5px 10px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;
             cursor: pointer;             
             /*    background: #fafafa;
                 background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
                 background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
                 background:         linear-gradient(top, #fafafa 0%, #eee 100%);
                 -webkit-border-radius: 3px;
                         border-radius: 3px;
                 box-sizing: border-box; -moz-box-sizing: border-box;*/
}
.dd-handle:hover { color: #2ea8e5; background: #fff; }

.dd-item > button { display: block; position: relative; cursor: pointer; float: left; width: 25px; height: 20px; margin: 5px 0; padding: 0; text-indent: 100%; white-space: nowrap; overflow: hidden; border: 0; background: transparent; font-size: 12px; line-height: 1; text-align: center; font-weight: bold; }
.dd-item > button:before { content: '+'; display: block; position: absolute; width: 100%; text-align: center; text-indent: 0; }
.dd-item > button[data-action="collapse"]:before { content: '-'; }

.dd-placeholder,
.dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #f2fbff; border: 1px dashed #b6bcbf; box-sizing: border-box; -moz-box-sizing: border-box; }
.dd-empty { border: 1px dashed #bbb; min-height: 100px; background-color: #e5e5e5;
            background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
            background-image:    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
            background-image:         linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
            background-size: 60px 60px;
            background-position: 0 0, 30px 30px;
}

.dd-dragel { position: absolute; pointer-events: none; z-index: 9999; }
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
    box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}