﻿.text-selection-none {
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none;
}

.text-selection-text {
    user-select: text; /* supported by Chrome and Opera */
    -webkit-user-select: text; /* Safari */
    -khtml-user-select: text; /* Konqueror HTML */
    -moz-user-select: text; /* Firefox */
    -ms-user-select: text;
}

.text-selection-all {
    user-select: all; /* supported by Chrome and Opera */
    -webkit-user-select: all; /* Safari */
    -khtml-user-select: all; /* Konqueror HTML */
    -moz-user-select: all; /* Firefox */
    -ms-user-select: all;
}

.text-selection-auto {
    user-select: auto; /* supported by Chrome and Opera */
    -webkit-user-select: auto; /* Safari */
    -khtml-user-select: auto; /* Konqueror HTML */
    -moz-user-select: auto; /* Firefox */
    -ms-user-select: auto;
}

.text-selection-contain {
    user-select: contain; /* supported by Chrome and Opera */
    -webkit-user-select: contain; /* Safari */
    -khtml-user-select: contain; /* Konqueror HTML */
    -moz-user-select: contain; /* Firefox */
    -ms-user-select: element;
}

.max-height-40 {
    max-height: 40px;
}

.max-height-50 {
    max-height: 50px;
}

.chart-popup-title {
    font-size: 15px;
    font-weight: 500;
}

.form-control {
    appearance: auto !important;
}