.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #ff1744;
    font-size: 13px;
}

.btn-icon-primary i {
    font-size: 2.5rem;
    box-sizing: content-box;
    vertical-align: middle;
    color: #5e72e4;
}

.btn-icon-danger i {
    font-size: 2.5rem;
    box-sizing: content-box;
    vertical-align: middle;
    color:red;
}

#lb_email {
    font-size: .890rem;
    font-weight: 600;
    color: #525f7f;
}
#txt_email2 {
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    padding: .100rem .75rem;
     color: #8898aa;
}

.btn-success {
    color: #fff;
    border-color: #2dce89;
    background-color: #2dce89;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.list-unstyled li{
    border-bottom: 2px dashed;
    border-color:#ffffff6b;
    margin-top: 4px;
}

.parrafo p{
    line-height: 0.5;
}
iframe {
    overflow-y:hidden !important;
    overflow-x:hidden !important;
    overflow:hidden;
    height:280px; /* optional */
  
    border:none; /* optional */
}

.fr-20{
    margin-left: -20px;
}

.well1 {
    max-height: 140px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well {
    max-height: 400px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well3 {
    max-height: 353px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.container-factura-det {
    max-height: 145px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.the-legend {
    border-style: none;
    border-width: 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    width: auto;
    padding: 0 10px;
    border: 1px solid #e0e0e0;
}

.the-fieldset {
    border: 1px solid #e0e0e0;
    padding: 10px;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	font-family: 'Open sans';
	background: #E8E8E8;
}

.cabecera-menu-w0{
    position: fixed;
	width: 50px;
	top: 0;
	left: 0;
	padding: 10px;
	background: #34495E;
}

.cabecera-menu-w0 #button-menu{
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}

.cabecera-menu-w260{
    position: fixed;
	width: 270px;
	top: 0;
	left: 0;
	padding: 10px;
	background: #34495E;
}

.cabecera-menu-w260 #button-menu{
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}

.navegacion{
	position: absolute;
	top: 100%;
	left: 0;
	width: 0%;
	height: 100vh;
	background: rgba(0,0,0,.0);
    ;
}

.navegacion ul{
	width: 260px;
	height: 100%;
	background: #fff;
	list-style: none;
    overflow: auto;
	position: absolute;
	top: 0;
	left: -320px;

	transition: left .3s;
}

.pintar-menu{
    background: #798DA3;
	color: #fff;
}

.navegacion .menu li.title-menu{
	padding: 20px;
	background: #5F6F81;
	color: #fff;
	text-align: center;
	font-size: 22px;
}

.navegacion .menu a{
	display: block;
	padding: 11px;
	border-bottom: 1px solid #C6D0DA;

	font-size: 16px;
	font-weight: 200;
	text-decoration: none;
	color: #575D69;
}

.navegacion .menu a:hover{
	background: #798DA3;
	color: #fff;
}



.navegacion .menu li span.icon-menu{
	margin-right: 12px;
}

.navegacion .menu .item-submenu > a::after{
	font: normal normal normal 14px/1 FontAwesome;
  	font-size: inherit;
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	content: '\f105';

	float: right;
	color: #C5C5C5;
}

/* Submenu ============*/

.navegacion .submenu li.title-menu{
	background: #fff;
	color: #575D69;
}

.navegacion .submenu li.go-back{
	padding: 10px 20px;
	background: #5F6F81;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}

.navegacion .submenu li.go-back::before{
	font: normal normal normal 14px/1 FontAwesome;
  	font-size: inherit;
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	content: '\f0d9';
	margin-right: 10px;
}

@media screen and (max-width: 320px){
	.navegacion ul{
		width: 100%;
	}
}
