.app-auth-wrapper .app-logo .logo-icon {
    width: 100%;
    height: auto;
}

.app-branding .logo-icon {
    width: 80%;
    height:auto;
}

.nav-link .nav-icon {
    font-size: 1.3em;
}

select.form-control {
    height:50px;
}

.dataTables_filter {
    margin-bottom: 30px;
}

.select2 {
    width: 100%!important;
}


.cutText {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

ol.list {
    list-style-type: decimal;
}


.form-group label {
    font-weight: 600;
}

.form-group .select2,
.select2-selection{
    outline: none!important;
}
