.btn {
    display: inline-block;
    padding: 5px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    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;
    text-align: left !important;
    color: white !important;
    border-radius: 5px;
    font-family:'Roboto Condensed', Sans-serif !important;
}
.btn-default {
    -moz-box-shadow:inset 0px 1px 0px 0px #f7f7f7;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f7f7f7;
    box-shadow:inset 0px 1px 0px 0px #f7f7f7;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f3f3f3), color-stop(1, #cecece));
    background:-moz-linear-gradient(top, #f3f3f3 5%, #cecece 100%);
    background:-webkit-linear-gradient(top, #f3f3f3 5%, #cecece 100%);
    background:-o-linear-gradient(top, #f3f3f3 5%, #cecece 100%);
    background:-ms-linear-gradient(top, #f3f3f3 5%, #cecece 100%);
    background:linear-gradient(to bottom, #f3f3f3 5%, #cecece 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#cecece',GradientType=0);
    background-color:#f3f3f3;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border:1px solid #a2a2a2;
    color:#151515;
    text-shadow:0px 1px 0px #fff;
}
.btn-default:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #cecece), color-stop(1, #f3f3f3));
    background:-moz-linear-gradient(top, #cecece 5%, #f3f3f3 100%);
    background:-webkit-linear-gradient(top, #cecece 5%, #f3f3f3 100%);
    background:-o-linear-gradient(top, #cecece 5%, #f3f3f3 100%);
    background:-ms-linear-gradient(top, #cecece 5%, #f3f3f3 100%);
    background:linear-gradient(to bottom, #cecece 5%, #f3f3f3 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cecece', endColorstr='#f3f3f3',GradientType=0);
    background-color:#cecece;
}
.btn-default:active {
    position:relative;
    top:1px;
}
.btn-primary {
    -moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
    -webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
    box-shadow:inset 0px 1px 0px 0px #97c4fe;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
    background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
    background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
    background-color:#3d94f6;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border:1px solid #337fed;
    color:#ffffff;
    text-shadow:0px 1px 0px #1570cd;
}
.btn-primary:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
    background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
    background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
    background-color:#1e62d0;
}
.btn-primary:active {
    position:relative;
    top:1px;
}
.btn-success {
    -moz-box-shadow:inset 0px 1px 0px 0px #37ff00;
    -webkit-box-shadow:inset 0px 1px 0px 0px #37ff00;
    box-shadow:inset 0px 1px 0px 0px #37ff00;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #19d604), color-stop(1, #129903));
    background:-moz-linear-gradient(top, #19d604 5%, #129903 100%);
    background:-webkit-linear-gradient(top, #19d604 5%, #129903 100%);
    background:-o-linear-gradient(top, #19d604 5%, #129903 100%);
    background:-ms-linear-gradient(top, #19d604 5%, #129903 100%);
    background:linear-gradient(to bottom, #19d604 5%, #129903 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#19d604', endColorstr='#129903',GradientType=0);
    background-color:#19d604;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border:1px solid #009c10;
    color:#ffffff;
    text-shadow:0px 1px 0px #2f6627;
}
.btn-success:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #129903), color-stop(1, #19d604));
    background:-moz-linear-gradient(top, #129903 5%, #19d604 100%);
    background:-webkit-linear-gradient(top, #129903 5%, #19d604 100%);
    background:-o-linear-gradient(top, #129903 5%, #19d604 100%);
    background:-ms-linear-gradient(top, #129903 5%, #19d604 100%);
    background:linear-gradient(to bottom, #129903 5%, #19d604 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#129903', endColorstr='#19d604',GradientType=0);
    background-color:#129903;
}
.btn-success:active {
    position:relative;
    top:1px;
}
.btn-info {
    -moz-box-shadow:inset 0px 1px 0px 0px #78caf0;
    -webkit-box-shadow:inset 0px 1px 0px 0px #78caf0;
    box-shadow:inset 0px 1px 0px 0px #78caf0;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #07b9d1), color-stop(1, #008ec2));
    background:-moz-linear-gradient(top, #07b9d1 5%, #008ec2 100%);
    background:-webkit-linear-gradient(top, #07b9d1 5%, #008ec2 100%);
    background:-o-linear-gradient(top, #07b9d1 5%, #008ec2 100%);
    background:-ms-linear-gradient(top, #07b9d1 5%, #008ec2 100%);
    background:linear-gradient(to bottom, #07b9d1 5%, #008ec2 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#07b9d1', endColorstr='#008ec2',GradientType=0);
    background-color:#07b9d1;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border:1px solid #008fa8;
    color:#ffffff;
    text-shadow:0px 1px 0px #0f64bf;
}
.btn-info:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #008ec2), color-stop(1, #07b9d1));
    background:-moz-linear-gradient(top, #008ec2 5%, #07b9d1 100%);
    background:-webkit-linear-gradient(top, #008ec2 5%, #07b9d1 100%);
    background:-o-linear-gradient(top, #008ec2 5%, #07b9d1 100%);
    background:-ms-linear-gradient(top, #008ec2 5%, #07b9d1 100%);
    background:linear-gradient(to bottom, #008ec2 5%, #07b9d1 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#008ec2', endColorstr='#07b9d1',GradientType=0);
    background-color:#008ec2;
}
.btn-info:active {
    position:relative;
    top:1px;
}
.btn-warning {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffed94;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffed94;
    box-shadow:inset 0px 1px 0px 0px #ffed94;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f0cd1f), color-stop(1, #dea700));
    background:-moz-linear-gradient(top, #f0cd1f 5%, #dea700 100%);
    background:-webkit-linear-gradient(top, #f0cd1f 5%, #dea700 100%);
    background:-o-linear-gradient(top, #f0cd1f 5%, #dea700 100%);
    background:-ms-linear-gradient(top, #f0cd1f 5%, #dea700 100%);
    background:linear-gradient(to bottom, #f0cd1f 5%, #dea700 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0cd1f', endColorstr='#dea700',GradientType=0);
    background-color:#f0cd1f;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border:1px solid #bd8e00;
    color:#ffffff;
    text-shadow:0px 1px 0px #a65b00;
}
.btn-warning:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dea700), color-stop(1, #f0cd1f));
    background:-moz-linear-gradient(top, #dea700 5%, #f0cd1f 100%);
    background:-webkit-linear-gradient(top, #dea700 5%, #f0cd1f 100%);
    background:-o-linear-gradient(top, #dea700 5%, #f0cd1f 100%);
    background:-ms-linear-gradient(top, #dea700 5%, #f0cd1f 100%);
    background:linear-gradient(to bottom, #dea700 5%, #f0cd1f 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dea700', endColorstr='#f0cd1f',GradientType=0);
    background-color:#dea700;
}
.btn-warning:active {
    position:relative;
    top:1px;
}
.btn-danger {
    -moz-box-shadow:inset 0px 1px 0px 0px #ff9696;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ff9696;
    box-shadow:inset 0px 1px 0px 0px #ff9696;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f01f1f), color-stop(1, #de0000));
    background:-moz-linear-gradient(top, #f01f1f 5%, #de0000 100%);
    background:-webkit-linear-gradient(top, #f01f1f 5%, #de0000 100%);
    background:-o-linear-gradient(top, #f01f1f 5%, #de0000 100%);
    background:-ms-linear-gradient(top, #f01f1f 5%, #de0000 100%);
    background:linear-gradient(to bottom, #f01f1f 5%, #de0000 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f01f1f', endColorstr='#de0000',GradientType=0);
    background-color:#f01f1f;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border:1px solid #bd0000;
    color:#ffffff;
    text-shadow:0px 1px 0px #a60000;
}
.btn-danger:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #de0000), color-stop(1, #f01f1f));
    background:-moz-linear-gradient(top, #de0000 5%, #f01f1f 100%);
    background:-webkit-linear-gradient(top, #de0000 5%, #f01f1f 100%);
    background:-o-linear-gradient(top, #de0000 5%, #f01f1f 100%);
    background:-ms-linear-gradient(top, #de0000 5%, #f01f1f 100%);
    background:linear-gradient(to bottom, #de0000 5%, #f01f1f 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#de0000', endColorstr='#f01f1f',GradientType=0);
    background-color:#de0000;
}
.btn-danger:active {
    position:relative;
    top:1px;
}
.btn-inverse {
    -moz-box-shadow:inset 0px 1px 0px 0px #bfbfbf;
    -webkit-box-shadow:inset 0px 1px 0px 0px #bfbfbf;
    box-shadow:inset 0px 1px 0px 0px #bfbfbf;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #757575), color-stop(1, #000000));
    background:-moz-linear-gradient(top, #757575 5%, #000000 100%);
    background:-webkit-linear-gradient(top, #757575 5%, #000000 100%);
    background:-o-linear-gradient(top, #757575 5%, #000000 100%);
    background:-ms-linear-gradient(top, #757575 5%, #000000 100%);
    background:linear-gradient(to bottom, #757575 5%, #000000 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#000000',GradientType=0);
    background-color:#757575;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border:1px solid #141414;
    color:#ffffff;
    text-shadow:0px 1px 0px #6b6b6b;
}
.btn-inverse:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #757575));
    background:-moz-linear-gradient(top, #000000 5%, #757575 100%);
    background:-webkit-linear-gradient(top, #000000 5%, #757575 100%);
    background:-o-linear-gradient(top, #000000 5%, #757575 100%);
    background:-ms-linear-gradient(top, #000000 5%, #757575 100%);
    background:linear-gradient(to bottom, #000000 5%, #757575 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#757575',GradientType=0);
    background-color:#000000;
}
.btn-inverse:active {
    position:relative;
    top:1px;
}