/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24-dic-2016, 9:49:02
    Author     : fjhdez
*/

.btn-sigwee { 
  color: #FFFFFF; 
  background-color: #E30613; 
  border-color: #99000A; 
  width: 120px !important;
} 
 
.btn-sigwee:hover, 
.btn-sigwee:focus, 
.btn-sigwee:active, 
.btn-sigwee.active, 
.open .dropdown-toggle.btn-sigwee { 
  color: #FFFFFF; 
  background-color: #820009; 
  border-color: #99000A; 
} 
 
.btn-sigwee:active, 
.btn-sigwee.active, 
.open .dropdown-toggle.btn-sigwee { 
  background-image: none; 
} 
 
.btn-sigwee.disabled, 
.btn-sigwee[disabled], 
fieldset[disabled] .btn-sigwee, 
.btn-sigwee.disabled:hover, 
.btn-sigwee[disabled]:hover, 
fieldset[disabled] .btn-sigwee:hover, 
.btn-sigwee.disabled:focus, 
.btn-sigwee[disabled]:focus, 
fieldset[disabled] .btn-sigwee:focus, 
.btn-sigwee.disabled:active, 
.btn-sigwee[disabled]:active, 
fieldset[disabled] .btn-sigwee:active, 
.btn-sigwee.disabled.active, 
.btn-sigwee[disabled].active, 
fieldset[disabled] .btn-sigwee.active { 
  background-color: #E30613; 
  border-color: #99000A; 
} 
 
.btn-sigwee .badge { 
  color: #E30613; 
  background-color: #FFFFFF; 
}