#header {

    background-color: #0170B9;

}

.img-front {
    width: 128px;
    height: 128px;
    max-width: 128px;
    max-height: 128px;
}



#logo {

    padding: 1em;

}



#img-login {

    max-width: 200px;

    width: 200px;

    margin: auto;

    padding: 1em;

}



.navbar {

    background-color: #0170B9;

}

.thumb-ads {
    width: 200px;
    height: 70px;
}

.navbar a {

    color: #fff;

    font-weight: 300;

    text-transform: uppercase;

}



.title {

    text-transform: uppercase;

}



.content {

    margin-top: 30px;

}



.btn-primary {

    background-color: #0170B9;

    text-transform: uppercase;

}

.input-group-text {
    background-color: rgb(0, 170, 254);
    color: white;
    cursor: pointer;
}

.school-picture {
    width: 128px;
    height: 128px;
    max-width: 128px;
    max-height: 128px;
    padding: 0.25em;
}

.form-search-deudor {
    margin: 0.35em;
}

.img-proveedor {
    width: 128px;
}

.imagenproveedor {
    width: 300px;
    max-width: 300px;
}

table.dataTable tbody th, table.dataTable tbody .tdmateria {
    width: 300px;
}


/*Estilos para comentarios y referencias*/

@import url(http://fonts.googleapis.com/css?family=Calibri:400,300,700);

.card-no-border .card {
    border: 0px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05)
}

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

.comment-widgets .comment-row:hover {
    background: rgba(0, 0, 0, 0.02);
    cursor: pointer;
}

.comment-widgets .comment-row {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    padding: 15px;
}
.comment-text:hover{
    visibility: hidden;
}
.comment-text:hover{
    visibility: visible;
}

.label {
    padding: 3px 10px;
    line-height: 13px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 4px;
    font-size: 75%;
}

.round img {
    border-radius: 100%;
}

.label-info {
    background-color: #1976d2;
}

.label-success {
    background-color: green;
}

.label-danger {
    background-color: #ef5350;
}

.label-warning {
    background-color: rgb(185, 185, 142);
}

.action-icons a {
    padding-left: 7px;
    vertical-align: middle;
    color: #99abb4;
}

.action-icons a:hover {
    color: #1976d2;
}

.mt-100 {
    margin-top: 100px
}

.mb-100 {
    margin-bottom: 100px
}