

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

/*PANEL*/

.panel{
    border: 1px solid #cccccc;
}

.panel-heading{
    background: #49688e;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

/*card*/

/**/
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card {
    word-wrap: break-word;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}
.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}

.card {
    height: 100%;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

img {
    vertical-align: middle;
    border-style: none;
}


.card-title{
    margin-bottom:.75rem
}

.card-title a{
    color: black;
}

.card-subtitle{
    margin-top:-.375rem;margin-bottom:0
}


.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}



/**/

/* The containerx */
.containerx {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.containerx input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid gray;
    border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.containerx:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerx input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerx input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerx .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*PANEL BUTTON*/

.panel-body a{
    color: black;
}

.panel-title{
    text-transform: capitalize;
}

.panel-body .btn-default:hover{
    background: #f4a024;
    color: white;
}

.panel-body .btn-default:focus{
    background: #f5ab3d;
    color: white;
}



.panel-info > .panel-heading {
    color: #333;
    background-color: #f2f2f2;
    border-color: #bfbfbf;
}

/*MODAL-BODY*/

.modal-body input{
    
    padding: 7px 5px;
    margin: 0;
    font-size: 16px;
    font-weight: lighter;
}

.modal-body label{
    font-weight: normal;
    font-size: 16px;
}

/*MIS DATOS*/

div.box-title.headerMisDatos{
    color: #162643;
    font-size: 16px;
}

.fcg{

    color: #90949c;
    font-size: 15px;

}

td.fcg.nombre{
    text-transform: capitalize;
}

td.pls{
    color: #333;
    font-size: 15px;
    font-weight: 600;
}

.user-row {
    margin-bottom: 14px;
}

.user-row:last-child {
    margin-bottom: 0;
}

.dropdown-user {
    margin: 13px 0;
    padding: 5px;
    height: 100%;
}

.dropdown-user:hover {
    cursor: pointer;
}

.table-user-information > tbody > tr {
    border-top: 1px solid rgb(221, 221, 221);
}

.table-user-information > tbody > tr:first-child {
    border-top: 0;
}


.table-user-information > tbody > tr > td {
    border-top: 0;
}
.toppad
{margin-top:20px;
}

.sidebar-menu span{
    font-size: 12px;
}

/*checkbox*/

.checkbox label{
    padding-left: 15px;
}

.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    /*border-radius: .25em;*/
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
    color: green;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}



/*DATATABLE*/

/*.table-bordered{
    border:1px solid #f2f2f2;
}

.table-bordered tr{
    border:1px solid #f2f2f2;
}

.table-bordered > tbody > tr > td{
    border:1px solid #f2f2f2;
}*/

/*sidebar*/
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right), .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
 
    }

    .elegir-los-dato{
        color: tomato;
    }

/*========================================
    ESCRITORIO GRANDE (LG revisamos en 1366px en adelante)
========================================*/
@media (min-width: 1200px){

.img-perfil{
        width: 99px;
        height: 99px;
    }
}

/*========================================
    ESCRITORIO MEDIANO O TABLET HORIZONTAL (MD revisamos en 1024px)
========================================*/
@media (max-width: 1199px) and (min-width: 992px){


    .img-perfil{
        width: 99px;
        height: 99px;
    }

}

/*========================================
    ESCRITORIO PEQUEÑO O TABLET VERTICAL (SM revisamos en 768px)
========================================*/
@media (max-width: 991px) and (min-width: 768px){

    .img-perfil{
        width: 99px;
        height: 99px;
    }

}

/*========================================
    MOVIL (XS revisamos en 320px)
========================================*/
@media (max-width: 767px) {

    .img-perfil{
        width: 99px;
        height: 99px;
        margin-bottom: 15px;
    }

    .panel-title{
        font-size: 14px;
    }

    .skin-purple .main-header .navbar {
    
        border-top: 1px solid #F5F5F5;
    }

    .content-header h1{
        font-size: 12px;
        font-weight: bold;
    }
    .breadcrumb.registrar-la-asistencia{
        font-size: 11px;
    }

    .pagina-de-inicio ul{
        padding: 5px;
        margin-left: 5px;
        text-align: justify;
    }

    .table > tbody > tr > td{
        padding: 2px;
        font-size: 12px;
        word-wrap: break-word;
    }
    
}