a, .spanclick { color: #004fa7; cursor: pointer; text-decoration: none; }
a:hover, a:focus, .spanclick:hover, .spanclick:focus { color: #cf2121; text-decoration: underline; }


/* BUTTONS */
.btn, .btn, .btn2, .btn3 { background-color: #cf2121; border-bottom-color: #b20505; border-bottom-style: solid; color: #fff !important; font-weight: 600; cursor: pointer; }
.btn:hover, .btn2:hover, .btn3:hover, .btn:focus, .btn2:focus, .btn3:focus { background-color: #e53131; border-bottom-color: #cf2121; text-decoration: none; }
.btn:active,.btn2:active, .btn3:active { background-color: #b31010; border-bottom: medium none !important; border-top-color: #950404; border-top-style: solid; }

.btn-small { border-bottom-width: 2px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size: 13px; height: 19px; line-height: 18px; padding: 7px 10px; }
.btn-small:active, .open > .btn-medium { border-top-width: 2px; padding: 6px 10px 8px; }

.btn-medium { border-bottom-width: 3px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; font-size: 16px; height: 24px; line-height: 23px; padding: 9px 15px 8px; }
.btn-medium:active, .open > .btn-medium { border-top-width: 3px; padding: 7px 15px 10px; }

.btn-large { border-bottom-width: 4px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; font-size: 20px; height: 30px; line-height: 28px; padding: 10px 20px; }
.btn-large:active, .open > .btn-large { border-top-width: 4px; padding: 7px 20px 13px; }

.btn-full-width { display: block !important; text-align: center; }

.btn.btn-disabled, .btn.btn-disabled, .btn.btn-disabled:hover, .btn.btn-disabled:active {cursor:not-allowed!important; background-color:#fbfbfb; border:1px solid #e0e0e0; padding:8px 15px!important; color:#ababab!important;}

/* INSURANCES */
#insurances .insurance-tag { background-color: #53a01b; }

/* PERSONAL INFO */
#login-container { background-color: #fff; border: 1px solid #dadada; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; margin-bottom: 30px; padding: 12px; }
.btn-group .btn-default.active { background-color: #53a01b; border-color: #1c672d; }