﻿.mb-1rem {
    margin-bottom: 1rem !important;
}

.mb-2rem {
    margin-bottom: 2rem !important;
}

.mb-3rem {
    margin-bottom: 3rem !important;
}

.ml-3px{
    margin-left: 3px;
}
.mr-3px{
    margin-right: 3px;
}

.m-d15rem {
    margin: 0.15rem !important;
}
.my-2px {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.p-2px {
    padding: 2px !important;
}
.p-3px {
    padding: 3px !important;
}
.p-5px {
    padding: 5px !important;
}
.py-5px {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.p-d15rem {
    padding: 0.15rem !important;
}

.w-50px {
    width: 50px !important;
}
.w-75px {
    width: 75px;
}
.w-86px {
    width: 86px;
}
.w-94px {
    width: 94px;
}
.w-115px {
    width: 115px;
}
.w-145px {
    width: 145px;
}
.w-160px {
    width: 160px;
}
.w-400px {
    width: 400px;
}

.w-max-105px {
    max-width: 105px !important;
}

.br-4px {
    border-radius: 4px;
}

.csr-hover {
    cursor: pointer;
}
.csr-ptr {
    cursor: pointer;
}

.td-ul {
    text-decoration: underline !important;
}

.tt-none {
    text-transform: none !important;
}

.z-10000 {
    z-index: 10000 !important;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.select {
    user-select: text !important;
}