body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
  padding:0;
  margin:0;}

fieldset, img {border:0}

ol, ul, li {list-style:none}

:focus {outline:none}

body,
input,
textarea,
select {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #4c4c4c;
  
}
body { 
 /*background: url("../img/bkg.jpg") repeat-x left top #fff;*/



}

p {
  font-size: 12px;
  width: 150px;
  display: inline-block;
  margin-left: 18px;
}
h1 {
  font-size: 18px;
  font-weight: 300;
  color: #4c4c4c;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 10px;
}
.small{font-size: 14px;}

.header-title{font-size: 20px;
  font-weight: 400;
  color: #6D2C90;
  padding-top: 30px;
  margin-bottom: 10px;
  margin-left: 40px;
  float: left;
}
.clear{clear: both;}

html{
  /*background: url("../images/bkg.jpg") repeat-x left top #259dec;*/
}
a{color: #026291; font-weight: bold; font-size: 12px;}
a:hover{text-decoration: underline;}
.clear{clear: both;}
table {border: none; margin: 0px; padding: 0px;}

.left-window{float: left; width: 70%; height: 100%; position: fixed;}
.right-window{float: right; width: 30%; height: 100%;}
.img-left{position: absolute; right: 0px; width: 761px;}
/*background: url("../images/img-bkg.jpg") no-repeat right top;*/
.content{ width: 580px; height: 100%; margin: 0px; padding: 0px; position: absolute; right:0px; min-width: 540px; min-height: 770px;}

#principal{ border:none; background:none #ffffff; float: left; width: 570px; height: 100%;}
#cualtipo{position:absolute;padding:10px;text-align:center;width:400px;}
#finalizar{position:absolute; z-index:1000; background:url(modal.png); visibility:hidden; text-align:center; top:0px; left:0px; width:100%; height:100%;}
.fondo_azul{background-color:#D8E5F8;padding:15px;border:1px solid #000000;color:#000000; border-radius: 8px / 7px;}
.fondo_blanco{background-color:#FFFFFF;padding:15px;border:1px solid #000000;color:#000000; border-radius: 8px / 7px;}

#top{width: 100%; height: 150px; position: relative; background:url("../img/pleca-top.jpg") repeat-x left bottom; }
.logo{position: absolute; top:20px; left: 30px;}
.buttons{left: 360px; position: absolute; top: 38px;}
.buttons a{text-decoration: none; font-size: 14px;}
.titulo {position: absolute; top:62px; left: 170px;}
.titulo h1 {color: #3163AC; font-size: 19px; font-weight: 600;}

.testbox {
  margin: 20px auto;
  width: 343px; 
  height: 464px; 
  -webkit-border-radius: 8px/7px; 
  -moz-border-radius: 8px/7px; 
  border-radius: 8px/7px; 
  background-color: #ebebeb; 
  /*-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.31); */
  border: solid 1px #cbc9c9;
  text-align: center;
}

input[type=radio] {
  visibility: hidden;
}

form{
  margin: 0 30px;
  /*padding-top: 25px;*/
}

label.radio {
    cursor: pointer;
  text-indent: 35px;
  overflow: visible;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

label.radio:before {
  background: #3a57af;
  content:'';
  position: absolute;
  top:2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

label.radio:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 0.5em;
    height: 0.25em;
    background: transparent;
    top: 7.5px;
    left: 4.5px;
    border: 3px solid #ffffff;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input[type=radio]:checked + label:after {
    opacity: 1;
}

hr{
  color: #a9a9a9;
  opacity: 0.3;
  border: 1px solid;
}

input[type=text],input[type=password]{
  /*width: 200px; */
  height: 39px; 
  -webkit-border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
  -moz-border-radius: 0px 4px 4px 0px/0px 0px 4px 4px; 
  border-radius: 0px 4px 4px 0px/5px 5px 4px 4px; 
  background-color: #fff; 
  /*-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); */
  border: solid 1px #cbc9c9;
  /*margin-left: -5px;*/
  margin-top: 13px; 
  padding-left: 10px;
}

input[type=password]{
  margin-bottom: 25px;
}

#icon {
  display: inline-block;
  width: 40px;
  background-color: #026291;
  padding: 9px 5px 9px 10px;
  margin-left: 15px;
  -webkit-border-radius: 4px 0px 0px 4px; 
  -moz-border-radius: 4px 0px 0px 4px; 
  border-radius: 4px 0px 0px 4px;
  color: white;
  -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
  -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  box-shadow: 1px 2px 5px rgba(0,0,0,.09); 
  border: solid 0px #cbc9c9;
}

.gender {
  margin-left: 30px;
  margin-bottom: 30px;
}

.accounttype{
  margin-left: 8px;
  margin-top: 20px;
}


.btn-log {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  padding: 0px;
  margin: 10px 0px 20px 19px;
  display: inline-block;
  float: left;
  text-decoration: none;
  width: 90%;
  height: 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #026291;
  transition: all 0.1s linear 0s;
  top: 0px;
  position: relative;
  cursor: pointer;
}

.btn-log:hover {
  background-color:#857691;
  
}
.btn-primary-log,.btn-default{cursor: pointer;}
.btn-primary-log {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary-log:hover,
.btn-primary-log:focus,
.btn-primary-log.focus,
.btn-primary-log:active,
.btn-primary-log.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary-log:active,
.btn-primary-log.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary-log.disabled,
.btn-primary-log[disabled],
fieldset[disabled] .btn-primary-log,
.btn-primary-log.disabled:hover,
.btn-primary-log[disabled]:hover,
fieldset[disabled] .btn-primary-log:hover,
.btn-primary-log.disabled:focus,
.btn-primary-log[disabled]:focus,
fieldset[disabled] .btn-primary-log:focus,
.btn-primary-log.disabled.focus,
.btn-primary-log[disabled].focus,
fieldset[disabled] .btn-primary-log.focus,
.btn-primary-log.disabled:active,
.btn-primary-log[disabled]:active,
fieldset[disabled] .btn-primary-log:active,
.btn-primary-log.disabled.active,
.btn-primary-log[disabled].active,
fieldset[disabled] .btn-primary-log.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary-log .badge {
  color: #428bca;
  background-color: #fff;
}

.logos-footer{width: 84px; height: 42px; margin: 18px auto 0px auto; padding-top: 0px; font-size: 10px;}
.shadow {background-color: #666666; width: 10px; position: relative; height: 100%; float: left; background: url(../img/shadow.png) repeat-y left top;}
.label-text{margin: 15px 0px -10px 0px; font-size: 14px;}

.forminicio  input#submit.btn{
    border: medium none;
    cursor: pointer;
    display: block;
    float: left;
    height: 31px;
    margin: 3px 0 0 19px;
    width: 90%;
}

.forminicio a.olvide-reg {
    border-bottom: 1px solid #0362a9;
    color: #0362a9;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
    height: 26px;
    line-height: 43px;
    margin: 20px 0 0 78px;
    padding-bottom: 3px;
}

#fact input#submit.btn{
    border: medium none;
    cursor: pointer;
    display: block;
    float: left;
    height: 31px;
    margin: 3px 0 0 100px;
    width: 88px;
}

@media (max-width: 1440px) { 
  .left-window{width: 61%;}
}

@media (max-width: 1024px) { 
  .left-window{width: 60%;}
  .content { min-width: 420px; width: 430px; min-height: 696px; }
  #principal {width: 420px;}
  .testbox{height: 420px;}
  .buttons { left: 220px;}
  .titulo {left: 82px;}
  .img-left{width: 580px; margin-right: 24px;}
  .img-left img{width: 100%;}
 }

@media (min-width: 1366px) { 
  #top{height: 145px;}
  form{padding-top: 0px;}
  .content{min-height: 652px;}
  .testbox{height: 395px;}
}

.modal-open .modal .dropdown-menu {
    z-index:2050
}
.modal-open .modal .dropdown.open {
    *z-index:2050
}
.modal-open .modal .popover {
    z-index:2060
}
.modal-open .modal .tooltip {
    z-index:2080
}
.modal-backdrop {
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1040;
    background-color:#000
}
.modal-backdrop.fade {
    opacity:0
}
.modal-backdrop, .modal-backdrop.fade.in {
    opacity:.8;
    filter:alpha(opacity=80)
}
.modal {
    position:fixed;
    top:50%;
    left:50%;
    z-index:1050;
    width:560px;
    margin:-320px 0 0 -280px;
    overflow:auto;
    background-color:#fff;
    border:1px solid #999;
    border:1px solid rgba(0, 0, 0, 0.3);
    *border:1px solid #999;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    -webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip:padding-box;
    -moz-background-clip:padding-box;
    background-clip:padding-box
}
.modal.fade {
    top:-25%;
    -webkit-transition:opacity .3s linear, top .3s ease-out;
    -moz-transition:opacity .3s linear, top .3s ease-out;
    -o-transition:opacity .3s linear, top .3s ease-out;
    transition:opacity .3s linear, top .3s ease-out
}
.modal.fade.in {
    top:50%
}
.modal-header {
    padding-top:8px;
    padding-bottom:8px;
    background-color:#ececec;
    border-bottom:1px solid #ddd;
    -webkit-border-radius:0 0 6px 6px;
    -moz-border-radius:0 0 6px 6px;
    border-radius:0 0 6px 6px;
    -webkit-box-shadow:0 1px 0 #fff inset;
    -moz-box-shadow:0 1px 0 #fff inset;
    box-shadow:0 1px 0 #fff inset
}
.modal-header h3 {
    margin:0 auto;
    font-size:14px;
    font-weight:bold;
    line-height:18px;
    text-align:center;
    text-shadow:0 1px 0 #fff
}
.modal-header .close {
    /*margin-top:-2px;*/
    margin-right:10px
}
.modal-body {
    max-height:600px;
    padding:15px;
    overflow-y:auto
}
.modal-form {
    margin-bottom:0
}
.modal-footer {
    padding:14px 15px 15px;
    margin-bottom:0;
    text-align:right;
    background-color:#f5f5f5;
    border-top:1px solid #ddd;
    -webkit-border-radius:0 0 6px 6px;
    -moz-border-radius:0 0 6px 6px;
    border-radius:0 0 6px 6px;
    *zoom:1;
    -webkit-box-shadow:inset 0 1px 0 #fff;
    -moz-box-shadow:inset 0 1px 0 #fff;
    box-shadow:inset 0 1px 0 #fff
}
.modal-footer:before, .modal-footer:after {
    display:table;
    line-height:0;
    content:""
}
.modal-footer:after {
    clear:both
}
.modal-footer .btn+.btn {
    margin-bottom:0;
    margin-left:5px
}
.modal-footer .btn-group .btn+.btn {
    margin-left:-1px
}

.outer-center {
    position:absolute;
    right:50%;
    z-index:5600;
    float:right;
    height:2px
}
.inner-center {
    position:relative;
    right:-50%;
    float:right;
    margin-top:57px
}

.hide {
    display:none
}

.fade {
    opacity:0;
    -webkit-transition:opacity .15s linear;
    -moz-transition:opacity .15s linear;
    -o-transition:opacity .15s linear;
    transition:opacity .15s linear
}
.fade.in {
    opacity:1
}

.close {
    float:right;
    font-size:20px;
    font-weight:bold;
    line-height:20px;
    color:#000;
    text-shadow:0 1px 0 #fff;
    opacity:.2;
    filter:alpha(opacity=20)
}
.close:hover {
    color:#000;
    text-decoration:none;
    cursor:pointer;
    opacity:.4;
    filter:alpha(opacity=40)
}

.alert .close {
    position:relative;
    top:-2px;
    right:-21px;
    line-height:20px
}

.alert {
    z-index:4000;
    padding:3px 35px 3px 14px;
    color:#c09853;
    text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
    background-color:#fcf8e3;
    border:1px solid #fbeed5;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px
}
.alert h4 {
    margin:0
}
.alert .close {
    position:relative;
    top:-2px;
    right:-21px;
    line-height:20px
}
.alert-success {
    color:#468847;
    background-color:#dff0d8;
    border-color:#d6e9c6
}
.alert-danger, .alert-error {
    color:#b94a48;
    background-color:#f2dede;
    border-color:#eed3d7
}
.alert-info {
    color:#3a87ad;
    background-color:#d9edf7;
    border-color:#bce8f1
}
.alert-block {
    padding-top:14px;
    padding-bottom:14px
}
.alert-block>p, .alert-block>ul {
    margin-bottom:0
}
.alert-block p+p {
    margin-top:5px
}

.btn-primary {
    border:1px solid #005ab7
}
.btn {
    display:inline-block;
    *display:inline;
    padding:4px 14px;
    margin-bottom:0;
    *margin-left:.3em;
    font-size:12px;
    line-height:20px;
    *line-height:20px;
    color:#333;
    text-align:center;
    text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align:middle;
    cursor:pointer;
    background-color:#f5f5f5;
    *background-color:#e6e6e6;
    background-image:-moz-linear-gradient(top, #fff, #e6e6e6);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image:-webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image:-o-linear-gradient(top, #fff, #e6e6e6);
    background-image:linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat:repeat-x;
    border:1px solid #bbb;
    *border:0;
    border-color:#e6e6e6 #e6e6e6 #bfbfbf;
    border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color:#a2a2a2;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom:1;
    -webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color:#333;
    background-color:#e6e6e6;
    *background-color:#d9d9d9
}
.btn:active, .btn.active {
    background-color:#ccc \9
}
.btn:first-child {
    *margin-left:0
}
.btn:hover {
    color:#333;
    text-decoration:none;
    background-color:#e6e6e6;
    *background-color:#d9d9d9;
    background-position:0 -15px;
    -webkit-transition:background-position .1s linear;
    -moz-transition:background-position .1s linear;
    -o-transition:background-position .1s linear;
    transition:background-position .1s linear
}
.btn:focus {
    outline:thin dotted #333;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}
.btn.active, .btn:active {
    background-color:#e6e6e6;
    background-color:#d9d9d9 \9;
    background-image:none;
    outline:0;
    -webkit-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
}
.btn.disabled, .btn[disabled] {
    cursor:default;
    background-color:#e6e6e6;
    background-image:none;
    opacity:.65;
    filter:alpha(opacity=65);
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none
}
.btn-large {
    padding:9px 14px;
    font-size:14px;
    line-height:normal;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px
}
.btn-large[class^="icon-"] {
    margin-top:2px
}
.btn-small {
    padding:3px 9px;
    font-size:11px;
    line-height:19px
}
.btn-small[class^="icon-"] {
    margin-top:0
}
.btn-mini {
    padding:2px 6px;
    font-size:11px;
    line-height:19px
}

.btn-block {
    display:block;
    width:100%;
    padding-right:0;
    padding-left:0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.btn-block+.btn-block {
    margin-top:5px
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width:100%
}
.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
    color:rgba(255, 255, 255, 0.75)
}
.btn {
    border-color:#c5c5c5;
    border-color:rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25)
}
.btn-primary {
    color:#fff;
    text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color:#006dcc;
    *background-color:#04c;
    background-image:-moz-linear-gradient(top, #08c, #04c);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image:-webkit-linear-gradient(top, #08c, #04c);
    background-image:-o-linear-gradient(top, #08c, #04c);
    background-image:linear-gradient(to bottom, #08c, #04c);
    background-repeat:repeat-x;
    border-color:#04c #04c #002a80;
    border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color:#fff;
    background-color:#04c;
    *background-color:#003bb3
}
.btn-primary:active, .btn-primary.active {
    background-color:#039 \9
}
.btn-warning {
    color:#fff;
    text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color:#faa732;
    *background-color:#f89406;
    background-image:-moz-linear-gradient(top, #fbb450, #f89406);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image:-webkit-linear-gradient(top, #fbb450, #f89406);
    background-image:-o-linear-gradient(top, #fbb450, #f89406);
    background-image:linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat:repeat-x;
    border-color:#f89406 #f89406 #ad6704;
    border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    color:#fff;
    background-color:#f89406;
    *background-color:#df8505
}
.btn-warning:active, .btn-warning.active {
    background-color:#c67605 \9
}
.btn-danger {
    color:#fff;
    text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color:#da4f49;
    *background-color:#bd362f;
    background-image:-moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image:-webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image:-o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image:linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat:repeat-x;
    border-color:#bd362f #bd362f #802420;
    border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    color:#fff;
    background-color:#bd362f;
    *background-color:#a9302a
}
.btn-danger:active, .btn-danger.active {
    background-color:#942a25 \9
}
.btn-success {
    color:#fff;
    text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color:#5bb75b;
    *background-color:#51a351;
    background-image:-moz-linear-gradient(top, #62c462, #51a351);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image:-webkit-linear-gradient(top, #62c462, #51a351);
    background-image:-o-linear-gradient(top, #62c462, #51a351);
    background-image:linear-gradient(to bottom, #62c462, #51a351);
    background-repeat:repeat-x;
    border-color:#51a351 #51a351 #387038;
    border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color:#fff;
    background-color:#51a351;
    *background-color:#499249
}
.btn-success:active, .btn-success.active {
    background-color:#408140 \9
}
.btn-info {
    color:#fff;
    text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color:#49afcd;
    *background-color:#2f96b4;
    background-image:-moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image:-webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image:-o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image:linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat:repeat-x;
    border-color:#2f96b4 #2f96b4 #1f6377;
    border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    color:#fff;
    background-color:#2f96b4;
    *background-color:#2a85a0
}
.btn-info:active, .btn-info.active {
    background-color:#24748c \9
}
.btn-inverse {
    color:#fff;
    text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color:#363636;
    *background-color:#222;
    background-image:-moz-linear-gradient(top, #444, #222);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
    background-image:-webkit-linear-gradient(top, #444, #222);
    background-image:-o-linear-gradient(top, #444, #222);
    background-image:linear-gradient(to bottom, #444, #222);
    background-repeat:repeat-x;
    border-color:#222 #222 #000;
    border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    color:#fff;
    background-color:#222;
    *background-color:#151515
}
.btn-inverse:active, .btn-inverse.active {
    background-color:#080808 \9
}
button.btn, input[type="submit"].btn {
    *padding-top:3px;
    *padding-bottom:3px
}
button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
    padding:0;
    border:0
}
button.btn.btn-large, input[type="submit"].btn.btn-large {
    *padding-top:7px;
    *padding-bottom:7px
}
button.btn.btn-small, input[type="submit"].btn.btn-small {
    *padding-top:3px;
    *padding-bottom:3px
}
button.btn.btn-mini, input[type="submit"].btn.btn-mini {
    *padding-top:1px;
    *padding-bottom:1px
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color:transparent;
    background-image:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none
}
.btn-link {
    color:#08c;
    cursor:pointer;
    border-color:transparent;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0
}
.btn-link:hover {
    color:#005580;
    text-decoration:underline;
    background-color:transparent
}
.btn-link[disabled]:hover {
    color:#333;
    text-decoration:none
}
.btn-group {
    position:relative;
    *margin-left:.3em;
    font-size:0;
    white-space:nowrap;
    vertical-align:middle
}
.btn-group:first-child {
    *margin-left:0
}
.btn-group+.btn-group {
    margin-left:5px
}
.btn-toolbar {
    margin-top:10px;
    margin-bottom:10px;
    font-size:0
}
.btn-toolbar .btn-group {
    display:inline-block;
    *display:inline;
    *zoom:1
}
.btn-toolbar .btn+.btn, .btn-toolbar .btn-group+.btn, .btn-toolbar .btn+.btn-group {
    margin-left:5px
}
.btn-group>.btn {
    position:relative;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0
}
.btn-group>.btn+.btn {
    margin-left:-1px
}
.btn-group>.btn, .btn-group>.dropdown-menu {
    font-size:12px
}
.btn-group>.btn-mini {
    font-size:11px
}
.btn-group>.btn-small {
    font-size:12px
}
.btn-group>.btn-large {
    font-size:16px
}
.btn-group>.btn:first-child {
    margin-left:0;
    -webkit-border-bottom-left-radius:4px;
    border-bottom-left-radius:4px;
    -webkit-border-top-left-radius:4px;
    border-top-left-radius:4px;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-topleft:4px
}
.btn-group>.btn:last-child, .btn-group>.dropdown-toggle {
    -webkit-border-top-right-radius:4px;
    border-top-right-radius:4px;
    -webkit-border-bottom-right-radius:4px;
    border-bottom-right-radius:4px;
    -moz-border-radius-topright:4px;
    -moz-border-radius-bottomright:4px
}
.btn-group>.btn.large:first-child {
    margin-left:0;
    -webkit-border-bottom-left-radius:6px;
    border-bottom-left-radius:6px;
    -webkit-border-top-left-radius:6px;
    border-top-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    -moz-border-radius-topleft:6px
}
.btn-group>.btn.large:last-child, .btn-group>.large.dropdown-toggle {
    -webkit-border-top-right-radius:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    border-bottom-right-radius:6px;
    -moz-border-radius-topright:6px;
    -moz-border-radius-bottomright:6px
}
.btn-group>.btn:hover, .btn-group>.btn:focus, .btn-group>.btn:active, .btn-group>.btn.active {
    z-index:2
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline:0
}
.btn-group>.btn+.dropdown-toggle {
    *padding-top:5px;
    padding-right:8px;
    *padding-bottom:5px;
    padding-left:8px;
    -webkit-box-shadow:inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow:inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
}
.btn-group>.btn-mini+.dropdown-toggle {
    *padding-top:2px;
    padding-right:5px;
    *padding-bottom:2px;
    padding-left:5px
}
.btn-group>.btn-small+.dropdown-toggle {
    *padding-top:5px;
    *padding-bottom:4px
}
.btn-group>.btn-large+.dropdown-toggle {
    *padding-top:7px;
    padding-right:12px;
    *padding-bottom:7px;
    padding-left:12px
}
.btn-group.open .dropdown-toggle {
    background-image:none;
    -webkit-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
}
.btn-group.open .btn.dropdown-toggle {
    background-color:#e6e6e6
}
.btn-group.open .btn-primary.dropdown-toggle {
    background-color:#04c
}
.btn-group.open .btn-warning.dropdown-toggle {
    background-color:#f89406
}
.btn-group.open .btn-danger.dropdown-toggle {
    background-color:#bd362f
}
.btn-group.open .btn-success.dropdown-toggle {
    background-color:#51a351
}
.btn-group.open .btn-info.dropdown-toggle {
    background-color:#2f96b4
}
.btn-group.open .btn-inverse.dropdown-toggle {
    background-color:#222
}
.btn .caret {
    margin-top:8px;
    margin-left:0
}
.btn-mini .caret, .btn-small .caret, .btn-large .caret {
    margin-top:6px
}
.btn-large .caret {
    border-top-width:5px;
    border-right-width:5px;
    border-left-width:5px
}
.dropup .btn-large .caret {
    border-top:0;
    border-bottom:5px solid #000
}
.btn-primary .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret {
    border-top-color:#fff;
    border-bottom-color:#fff
}
.btn-group-vertical {
    display:inline-block;
    *display:inline;
    *zoom:1
}
.btn-group-vertical .btn {
    display:block;
    float:none;
    width:100%;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0
}
.btn-group-vertical .btn+.btn {
    margin-top:-1px;
    margin-left:0
}
.btn-group-vertical .btn:first-child {
    -webkit-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
    border-radius:4px 4px 0 0
}
.btn-group-vertical .btn:last-child {
    -webkit-border-radius:0 0 4px 4px;
    -moz-border-radius:0 0 4px 4px;
    border-radius:0 0 4px 4px
}
.btn-group-vertical .btn-large:first-child {
    -webkit-border-radius:6px 6px 0 0;
    -moz-border-radius:6px 6px 0 0;
    border-radius:6px 6px 0 0
}
.btn-group-vertical .btn-large:last-child {
    -webkit-border-radius:0 0 6px 6px;
    -moz-border-radius:0 0 6px 6px;
    border-radius:0 0 6px 6px
}