
.navbar{
    border-radius:0px;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover{
    color: #9d9d9d;
}
a.navbar-brand {
    font-weight: 600;
}
thead {
    background-color: #f5f5f5;
}
.panel-heading {
    font-weight: 600;
}
.panel-heading i{
    top: 15px;
    position: absolute;
    right: 30px;
    color: #ccc;
}
.panel-heading i:hover{
    cursor:pointer;
}
.panel-footer{
    background-color: #fff;
    border: none;
    padding-top: 0px;
}
/* #user_table{ */
/*     display: none; */
/* } */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.error,
.error:focus,
.error:hover{
    box-shadow: 0px 0px 0px 1px #f3312b inset;
}
.bg-white{
    background-color: white;
}