/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */


.required{
	font-size:12px;
}

.divider-text{
	font-weight:bold;
}

.badge.badge-up.badge-mini {
    position: absolute;
    top: -8px;
    right: -6px;
    min-width: 1.229rem;
    min-height: 1.229rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.786rem;
    line-height: 0.786;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.vertical_center{
    display: flex;
    align-items: center;
}

.min_table_height{
    min-height:40vh;
}

/* Icons used across portal to show in listing or in blocks */
.list-icon{
    width:18px;
    height:18px;
}

/* Toggle large text with view more / less options, required dependent javascript "toggleLargeText" function */
.large-text{
    display: block;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.large-text.open{
    white-space: normal;
}

.view-more{
    font-size: 12px;
    color: #007bff;
    cursor: pointer;
    text-decoration: underline;
}
