/*button[type=submit]:hover {*/
/*    background-color: lightgrey;*/
/*}*/

/*button[type=submit] {*/
/*    background-color: rgba(255, 255, 255, 0);*/
/*    border: 1px solid lightgrey;*/
/*    !*color: lightgrey;*!*/
/*}*/

.uc_style {
    border: 1px solid lightgrey;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.uc_style:hover {
    background-color: lightgrey;
    color: white;
}

/*form[id=form_user] button.btn-primary {*/
/*    color: #1abc9c;*/
/*    border-color: #1abc9c;*/
/*}*/

/*form[id=form_user] button.btn-primary:hover {*/
/*    color: white;*/
/*    background-color: #1abc9c;*/
/*}*/

form[id=form_user] button.btn-success {
    color: white;
    background-color: #2ecc71;
    border-color: #2ecc71;
}

form[id=form_user] button.btn-default {
    color: #C89613;
    border-color: #C89613;
}

form[id=form_user] button.btn-default:hover {
    color: white;
    background-color: #dbbc0a;
    border-color: #dbbc0a;
}

form[id=form_user] button.btn-warning {
    color: white;
    background-color: #f4d313;
    border-color: #f4d313;
}

.panel {
    border-radius: 10px !important;
    border: 1px solid lightgrey;
}

.panel .image-container {
    border-radius: 9px 9px 0px 0px;
}