.top-buffer {
    margin-top: 45px !important;
}
.btn {
    padding: 6px 25px !important;
}

hr.blue
{
	margin:10px 0 50px !important;
	border-top-color:#DCE0E0 !important;
	position: initial !important;
}
hr.blue:before
{
	width:35px !important;
	height:5px !important;
	background-color:#0a1e3c !important;
	position:absolute !important;
}
.box.inverted:before, hr.blue:before {
    content: " ";
}
.input-group .btn{
	box-shadow: none !important;
}
h3{
	display: inline !important;
}
#divIdrep .form-control-feedback{
	top: 30px !important;
    right: 16px !important;
}
#divIdrep .label-info{
	padding: 14px;
    display: inline-block;
    width: 100%;
}
.checkbox label{
	font-weight: bold;
}
.checkbox input{
	width: 17px;
	height: 17px;
}
.detail-inf .form-group{
	border-left: 2px solid #54549c;
    padding-left: 14px;
    background: #f9f9f9;
    padding-bottom: 2px;
    padding-top: 12px;
}
.well-sm {
    padding: 9px !important;
}
.nDetalle .well{
	background-color: #fff !important;
}
.hidden-label {
    display: block;
    height: 29px;
}
.customText .text-muted{
    position: absolute !important;
	margin-top: -8px !important;
    margin-left: -10px !important;
}
.customText .text-primary{
    position: absolute !important;
    margin-top: 8px !important;
    margin-left: 10px !important;
}
.warning-nav {
    position: relative;
    border-top-width: initial;
    border-right-width: initial;
    border-left-width: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    margin-bottom: 0px;
    font-size: 1em;
    text-align: center;
    color: rgb(138, 109, 59);
    top: 46px;
    z-index: 999;
    background-color: rgb(252, 248, 227) !important;
    border-style: none none solid;
    border-image: initial;
    padding: 10px;
    border-bottom: 1px solid rgb(138, 109, 59);
}
#solicitudAutorCA .table {
  width: 100% !important;
}
#detalleAutorCA .badgeCustom {
  display: block;
  text-align: left;
  padding: 10px;
  background: #f9f9f9;
  color: #000;
}