/* 
    Document   : xupload_buttons.css
    Created on : 13-nov-2013, 17.51.58
    Author     : francesco.diatto@sophiainformatica.it
    Description:
        Stile piulsanti utilizzati in xupload.
*/

.btn {
display: inline-block;
padding: 3px 6px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
border: 1px solid transparent;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}

.btn-primary {
color: #fff;
background-color: #428bca;
border-color: #357ebd;
}

.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}

.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
