.x-panel-tbar{
	width: auto !important;
}

.x-toolbar{
	width: auto !important;
}

/* .x-box-inner{ */
/* 	height: 21px !important; */
/* } */

.ext-strict .x-form-text{
	height: 21px !important;
}

label{
	margin-bottom: 0 !important;
}

legend{
	display: block;
    width: initial;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 0 solid #e5e5e5;
}

.mdr {
    height: 16px;
    width: 16px;
    background-position: -10px -5px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    background-image: url(sprite.png);
}

.btn-mdr-azul {
    background-color: #32ccfa;
    background-image: -webkit-linear-gradient(top,#50BAFB,#0693F8);
    background-repeat: repeat-x;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}

.btn-mdr-azul:hover {
   background-color: #0693f8;
   color: #fff;
}