.btn-labeled.btn-sm > b {
    padding: 9px;
}

.btn-labeled.btn-xs > b {
    padding: 8px;
}

footer {
    bottom: 0;
    position: fixed;
    z-index: 1000;
}

.pt0 {
	padding-top: 0;
}

.pt25 {
		padding-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

/* Para que salga scroll en las modales */
.modal-dialog{
    overflow-y: initial !important
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-body {
	max-height: calc(100vh - 150px);
	overflow-y: auto;
}
.aplicacion {
	line-height: 2.5
}

.text-strike {
    text-align: center;
}

.text-strike .line {
    height: 1px;
    background-color: #F1EEEA;
    width: 100%;
}

.text-strike .text {
	display: inline-block;
    background-color: #FFFFFF;
    padding: 5px 10px;
    font-size: 14px;
    top: -16px;
    position: relative;
    color: #282828;
}

.spanmsgoffice {
	color: #547EA6;
	font-weight: bold;
}
.logo_desktop_propio{
	height: 40px !important;
    margin-top: -6px !important;
}

.spanmsglogin {
	color: #6E6E6E;
	font-weight: bold;
}

#btnADFS {
	display: none;
}

#formLoginAnt{
	border: 0.5px solid black;
	margin-top: 15px;
}

#imgOff365{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
