﻿/*Boton de Reporte de Problemas*/
#btn-report-problem {
    right: 8px;
    bottom: 8px;
    border-radius: 100%;
    width: 40px;
}
/*form de reporte de errores*/
.box.reporting {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 300px;
    border-radius: 0px;
    margin-bottom: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.box.reporting .box-header{
    display: block;
    text-align: center;
    padding: 4px;
    position: relative;
    color: white;
    background-color: #dd4b39;
}
.box.reporting .box-header h3{
    cursor:pointer;
}
.box.reporting .box-header .box-title{
    font-size: 15px;
}
.box.reporting .box-body p{
    font-size: 12px;
    text-align: center;
}
.box.reporting .box-header .btn-box-tool{
    color: white;
    padding: 0px 6px 6px 3px;
}
.box.reporting .box-header > .box-tools{
    right: 4px;
    top: 4px;
}
.box.reporting .box-body .form-control {
    font-size: 12px;
}
.box.reporting .box-footer .btn-danger {
    width: 100%;
}