.t-Header-logo-link img {
	max-width: initial!important;
	height: 2rem!important;
	max-height: 2rem!important;
}

.t-Header-logo-link{
	padding-left: 80px;
}

.btnCobranzas.t-Button:focus::before, .a-Button:focus::before, .t-Button.is-active:focus::before, .a-Button.is-active:focus::before {
	box-shadow: 0 0 0 1px #0500C4 inset !important;
	opacity: 1;
}

.btnCobranzas:focus::after, .btnCobranzas:focus::after {

box-shadow: 0 0 1px 1px #0700c440 !important;

}


.btnCobranzas:not(.t-Button--simple):hover, .btnCobranzas:not(.t-Button--simple):focus {
	background-color: #f0e9ff!important;
	box-shadow: 0 0 0 1px var(--CP-color-azul)inset !important;
}

.btnCobranzas {
    background-color:#ffffff!important; 
    color:#0500C4!important;
}

.t-Form-fieldContainer--xlarge .t-Form-label {
    color: var(--CP-color-negro)!important;
    font-size: 14px!important;
   /* font-family:FigtreeSemiBold,sans-serif !important;*/

} 

.t-Form-fieldContainer--stacked .t-Form-inputContainer{
    padding-top: 8px!important;
}

.t-Form-fieldContainer--stacked .t-Form-labelContainer{
    padding-bottom: 16px!important;
}

.t-Form-fieldContainer--stacked .t-Form-inputContainer {
    padding: 9px 9px 9px 9px!important;
}

.t-Form-fieldContainer--stacked .t-Form-labelContainer {
    padding-bottom: 0px!important;
}

.t-Form-inputContainer input[type="text"], .t-Form-inputContainer input.text_field , .t-Form-inputContainer select.selectlist {
  border: none!important;
}

.t-Form-itemWrapper {
  box-shadow: none!important;
  border-radius: 5px!important;
  padding: 6px!important;
  background-color: white!important;
  border: 1px solid #DFE1E5!important;
} 
.t-Form-fieldContainer--xlarge.cobInputFile .t-Form-inputContainer {
    background: transparent !important;
    border: none !important;
}

apex-item-file-upload {
	padding: 5px!important;
    max-width: -moz-available!important;
}

.t-Form-inputContainer .textarea {
    border: none !important; 
}

.APP_HMB #BACK{
    display: block!important;
}

.btnCobranzasHot.t-Button:focus::before {
    box-shadow: 0 0 0 1px #0500C4 inset !important;
}
/*
.APP_HMB .t-Button--navBar .t-Icon.fa.fa-sign-out {
	display: none!important;
}*/

@media only screen and (max-width: 750px) { 
	.t-Header-logo-link img {
   	    max-width: 200px !important;
	}
}


footer .content {
  display: inline-block!important;
}

#footerContainer {
    display: block!important;
}

#footerVisible {
    display: block!important;
}

.APP_HMB .t-Header-navBar {
	min-width: 15%;
}