/* Buttons
*  Standard  :   .btn
*  Alt 1     :   .btn-orange
*  Alt 2     :   .btn-blue
*/

.btn {
	border-radius: 0;
	min-height: 30px;
	padding: 0 15px;
    text-transform: uppercase;
    font-weight:900;
	outline: none !important;

}

a.btn {
    line-height:30px;
    height: 30px;
    display: inline-block;
    text-decoration:none;
}

.input-group-btn {
    cursor:pointer;
}

.btn-orange {
    background-color: #f77a00;
    border-color: #f77a00;
    color: #fff !important;
}

.btn-orange:hover,.btn-orange:active,.btn-orange:focus {
    background-color: #e37102;
    border-color: #e37102;
}

.btn-blue {
    background-color: #006ea8;
    border-color: #006ea8;
}

.btn-blue:hover,.btn-blue:active,.btn-blue:focus {
    background-color: #005a89;
    border-color: #005a89;
    color: #fff !important;
}

.btn-gray {
    background-color: #ddd;
    border-color: #ddd;
}

.btn-gray:hover,.btn-gray:active,.btn-gray:focus {
    border-color: #f77a00;
}

h1, h2, h3, h4, h5, h6, p, span, li {
    color:#006ea8;
}

p.blue,h1.blue,h2.blue,h3.blue,h4.blue,h5.blue,h6.blue, span.blue, b.blue, a.blue {
    color:#006ea8;
}

.orange p, .orange h1, .orange h2, .orange h3, .orange h4, .orange h5, .orange h6, .orange b, .orange a,
p.orange,h1.orange,h2.orange,h3.orange,h4.orange,h5.orange,h6.orange, span.orange, b.orange, a.orange {
    color:#f77a00;
}

h2 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 900;
}

h3 {
    font-size: 16px;
    margin: 10px 0;
    font-weight: bold;
}

table.tableblue,table.tableblue td {
       border-color: #006ea8 !important;
       border-style: solid;
}
th, td {
    padding: 3px;
}
.tableblue * {
    color: #006ea8;
}
