.bg-login-image{
	background:url(../img/san-pablo-cursillos.jpg) ;
	background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}
.img-profile-list{
	height: 35px;
}
.bg-gradient-primary{
	background-color: #012b81 !important;
	background-image: linear-gradient(180deg,#012b81 10%,#224abe 100%);
}
.logo_cursillos{
	width: 140px;
}
.sidebar-brand
{
	flex-direction: column;
	margin-top: 60px !important;
    margin-bottom: 60px !important;
}


@media screen and (max-width: 600px) {
  table.mobile-optimised {
    word-wrap: break-word;
    font-size: 1rem;
    border: none;
  }
  table.mobile-optimised thead {
    display: none;
  }
  table.mobile-optimised tfoot {
    display: none;
  }
  table.mobile-optimised td {
    display: block;
    float: left; /* ie9 and under hack */
    width: 100%;
    clear: both;
    background: #f2f2f2;
    border: none;
    box-sizing: border-box;
    font-size: 1rem;
  }
  table.mobile-optimised tbody,
  table.mobile-optimised tr {
    display: block;
  }
  .mobile-optimised td:before {
    content: attr(data-th);
    display: block;
    font-weight: bold;
    margin: 0 0 2px;
    background: #012b81	;
    color: #fff;
    padding: 5px;
  }
  .mobile-optimised tbody tr {
    border-bottom: 1px solid #000;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .item-options,
  .table-heading {
    font-size: 1rem;
  }
  .mobile-optimised .numbers {
    text-align: left;
  }
  .main-table tbody tr:nth-child(odd) td {
    background: #ccc;
  }
  table.mobile-optimised td {display:none !important; }
  table.mobile-optimised td[data-th^="No "] {	display:block !important; }
  .card-body{ padding: 0;}
}
span[id^="iPersonReal1_"]{
	width: 30px;
}
.clsLoginLogo{
  width: 200px;
}
body{
  font-family: 'Roboto Flex' !important;
  font-weight: 100 !important;
  font-size: 14px !important;
  letter-spacing: 0.5px !important
}
.btnAccion{
  font-size: 7px;
}
.table  tr th {
  font-family: 'Roboto Condensed' !important;
  font-size: 13px;
  text-transform: uppercase;
}
.table  tr td{
  font-family: 'Roboto Condensed' !important;
  font-size: 13px;
  font-weight: 300;

}
.divPercent{
  display: inline;
}
.custom-select
{
  font-size: 0.8rem !important;
}
.cls_mobile_item{
    font-size:18px !important;
}
.cls_mobile_item_title{
    color: #5a5c69 ;
}
#lstParticipant{
  width: 100%;
}
.tr_i0{
  background-color: white;
}
.tr_i1{
  background-color:lightblue;
}
.modal-footer{
  display: flex;
  justify-content: space-between;
}



