html {
	height: 100%;
	overflow-y:hidden;
	}
body {
	height: 100%;
    }

/*--------------------Botones bt-------------------------------*/
.btn-modal{
	background: #143874;
	border: 0 none;	
}
.btn-modal:active,
.btn-modal:hover{
	background-color: #365EC2;
	border: 0 none;	
}

/*--------------------Botones grafica-------------------------------*/
.btn-modal:img{
	src: url(http://mef-finpsh/SiteAssets/Graficas/images/barras.png);
	width: 30;
	height: 30;
}
.btn-mef {
    background-color: #133773;
    background-image: -webkit-linear-gradient(top,#133773,#041b4d);
    background-image: -moz-linear-gradient(top,#133773,#041b4d);
    background-image: linear-gradient(top,#133773,#041b4d);
    border: 0px;
    border-radius: 0px;
    color: #dfdfdf !important;
    text-transform: uppercase;
    padding: 1em 0.6em;
    font-family: Arial,Helvetica;
    transition: box-shadow ease 0.2s;
    font-size: 11px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 14px;
}
.btn-mef:hover {
    background-color: #041b4d;
    background-image: -webkit-linear-gradient(top,#041b4d,#133773);
    background-image: -moz-linear-gradient(top,#041b4d,#133773);
    background-image: linear-gradient(top,#041b4d,#133773);
    color: #fff;
    box-shadow: 0px 6px 16px -2px black;
}
.control-mef {
    border-radius: 0px;
    border: 2px solid rgba(17, 51, 110, 0.26);
}
.mt15 {
    margin-top:15px;
}
.mt10- {
    margin-top:-10px;
}