.btn-sm-table{
    padding:2px 5px;
}
.table-v-middle .align-middle{
    vertical-align: middle !important;
}

.login-box .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1;
    color: #555;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.login-box .input-group .form-line {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.login-box .input-group-addon{
	background:none;
	border:none;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.login-box .input-group .input-group-addon {
    border: none;
    background-color: transparent;
    padding-left: 0;
    font-weight: bold;
}
.login-box .input-group .form-control, .login-box .input-group-addon, .login-box .input-group-btn {
    display: table-cell;
}
.login-box .input-group .form-line.focused::after{
	transform:scaleX(1);
}
.login-box .input-group .form-line::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -2px;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    -webkit-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    border-bottom: 2px solid #1f91f3;
}
.login-box .form-line .form-control{
	border: none;
    box-shadow: none;
    padding-left: 0;
}

.row-category{
    cursor: pointer;
}
.header-buttons{
    float: right;
    margin-top: -8px;
}

.download-link{
    font-size: 13px;
    color: #78909c;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.card-inside-title .section-buttons{
    margin-top: -12px;
}

#version-table td{
    white-space: pre-line;
}

.selector-centro {
	display: flex; 
	justify-content: center;
    cursor: pointer;
    color: black !important;
    font-size: 15px !important;
    background-color: #EFEFEF;
}