/* 
    Document   : buttoncolor
    Created on : Apr 20, 2016, 10:36:23 AM
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


/*blue button css*/
/*h3{
    font-family: Calibri,sans-serif !important;
}
b {
    font-family: Calibri,sans-serif !important;

}
hr {
    clear: both;
    visibility: hidden;
}*/
/*button{
    font-size:10.0pt !important;
    font-weight: bold !important;
    background-color: #428bca;
    color: whitesmoke !important;
    border: none;
    padding: 3px 9px 5px 9px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
button:hover{
    background-color: #3276b1 !important;
}

input[type=button]{
    font-size:10.0pt !important;
    font-weight: bold !important;
    background-color: #428bca;
    color: whitesmoke !important;
    border: none;
    padding: 3px 9px 5px 9px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
input[type=button]:hover{
    background-color: #3276b1 !important;
}
input[type=button]:disabled {
    background: grey !important;
}
input[type=submit]{
    font-size:10.0pt !important;
    font-weight: bold !important;
    background-color: #428bca;
    color: whitesmoke !important;
    border: none;
    padding: 3px 9px 5px 9px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
input[type=submit]:hover{
    background-color: #3276b1 !important;
}
input[type=reset]{
    font-size:10.0pt !important;
    font-weight: bold !important;
    background-color: #428bca;
    color: whitesmoke !important;
    border: none;
    padding: 3px 9px 5px 9px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
input[type=reset]:hover{
    background-color: #3276b1 !important;
}*/