@import url('https://fonts.googleapis.com/css?family=Nunito+Sans');


.botonCuadrado{
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border: 0px solid #000000;    
    padding: 5%;
    padding-top: 5%;
}
.button-bar{
    padding: 2%;
}

/*En la forma blanca no existe esa regla css*/

/*En la forma blanca no existe esa regla css*/

/*  aumentar avatar */
.aumentarAvatar{
    -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s;
}
.aumentarAvatar:hover {
    width: 150px;
    height: 150px;
    margin-left: 15%;
}


p,h1,h2,h3,h4,h5,label,strong,a,button,span,ion-item{
    color: black;
    font-family: 'Nunito Sans', sans-serif;
}
.transp{
    background-color: rgba(7, 6, 6, 0.9);    
}
.headerColor{
    background-color:rgb(89,158,223);
}
/*boton icono y debajo texto*/
.btn-app {
    border-radius: 3px;
    position: relative;
    padding: 5px 5px;
    min-width: 80px;
    height: 70px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 12px;
}
.btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
}
.paddingp{
    padding-bottom: 10%;
    color: black;
    
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: gainsboro;
}
a {
    color: #3c8dbc;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a {
    background-color: transparent;
}

/*angular datepicker !! */
.seleccionfecha{
    background-color: gainsboro;    
    border-radius:5px;
    margin-bottom:2%;
    color:white;
}

/* Login !! */
.imgcircular{
    margin-top: 10%;
    margin-bottom: 6%;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 150px;
    height: 150px;
}
.fields {
	background-color: rgba(0, 0, 0, 0.17);
	border: 2px solid #A8A8A8;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
    border-radius: 5px;
    margin-bottom: 3%;
}
.bar-assertive{
    background-color: #599edf;
}
/*--------------------estilos de tablas -------------------------*/
 .sortablet{
    width: 98%;
    margin: 0 auto;
}

.sortablet tr{    
    /*text-align: justify;*/
}

.sortablet tr:last-child{    
    border-bottom: solid 1px gray;
}
.sortablet tr:nth-child(2n) {
 background: white;
}
 
.sortablet tr:nth-child(2n+1){
 background: #f7d3d3;
}
.sortablet thead th{
    background-color:#599edf !important;
}
table.sortablet thead {
    font-weight: bold;
    cursor: default;
}
.sortablet td{
    padding-left: 6px;    
}
.sortablet td:last-child{    
    text-align: center;
}
.sortablet tfoot tr{
    background-color:#599edf !important;
}
.columnastabla{
    max-width: 21%;
}

/* // estilos paradiv
.header .col {
  background-color:#599edf;
  display: inline-block;
}

.row:last-child .col {
  border-bottom: solid 1px grey;
}

.row:nth-child(2n) {
 background: white;
}
 
.row:nth-child(2n+1){
 background: #f7d3d3;
}
.row:hover{
    transition: 0.5s;
    background-color:#599edf;
}*/