html, html * {
    font-family: 'Roboto', 'Helvetica Neue', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.btn-nl {
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 5px;
    min-width:200px;
    margin-right: 10px;
    margin-bottom: 10px !important;
}

@media only screen and (min-width: 768px)
{
  .componentex {margin-top:52px;}
}

@media all and (max-width: 768px)
{
  .componentex {margin-top:375px;}
}


.header{
     min-height: 80px;
 }

 .header{
     background: #FFFFFF;
 }

 .footer{
     background: #FFFFFF;
 }

 body {
     background-color: #FFFFFF;
 }

 .table tr.active td {
  background-color:#198076 !important;
  color: white;
}

table {
    border-collapse: collapse;
    font-size: 12px;
    background-color: #FFFFFF;
    text-align:center;
}

table, td, th {
    border: 1px solid #ddd!important;
}


.pagination>li.active>a {
  background: #198076 !important;
  color: #fff;
}

.pagination a {
    border: 1px solid #ddd!important; /* Gray */
}


.pagination>li>a,.pagination>li>span {
    color: #333333;
}


.modal-overlay-mensaje {
    background-color:  rgba(0, 0, 0, .4);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 1000;
}

.modal-mensaje{
  @include shadow-float();
     background-color:  rgba(0, 0, 0, .14);
     left: 0;
     right: 0;
     bottom: 0;
     top:0;
     min-height: 1em;
     overflow-y: auto;
     position: fixed;
     z-index: 1100;
}

.submodal-mensaje{
    @include shadow-float();
    background-color: white;
    left: calc(50% - 200px);
    max-height: calc(100% - 10em);
    min-height: 10em;
    overflow-y: auto;
    position: fixed;
    top: 5em;
    width: 400px;
    z-index: 1100;
    border-radius: 15px;
    border: 2px solid #198076;
    padding: 15px;
}

.title-mensaje {
    background-color: #D9EDF7;
    color: #31708F;
    cursor: pointer;
    text-align: center;
}

.body-mensaje {
    padding: .75em;
}

.buttons-mensaje {
    margin: 1em;
    margin-right: 0;
    background-color: #FFFFFF;
    color: color-text;
    line-height: 1.1em;
    text-align: center;
}

.button-mensaje {
     background-color: #198076;
     border: none;
     color: #FFFFFF;
     padding: 10px 22px;
     text-align: center;
     text-decoration: none;
     display: inline-block;
     font-size: 13px;
     margin: 4px 2px;
     cursor: pointer;
     border-radius: 8px;
}
