﻿.noselect {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
}

.selectable {
    -webkit-touch-callout: text !important;
    -webkit-user-select: text !important;
    -khtml-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    -o-user-select: text !important;
    user-select: text !important;
}

.nomargin {
    margin: 0 !important;
}

.nopadding {
    padding: 0 !important;
}

.nopadding-bottom {
    padding-bottom: 0 !important;
}

.nopadding-left {
    padding-left: 0 !important;
}

.space-vertical {
    display: block;
    width: 100%;
    height: 15px;
}

.space-vertical-small {
    display: block;
    width: 100%;
    height: 10px;
}

.space-vertical-tiny {
    display: block;
    width: 100%;
    height: 5px;
}


.cursor-pointer {
    cursor: pointer !important;
}

.o-h {
    overflow: hidden !important;
}

.ox-h {
    overflow-x: hidden !important;
}

.oy-h {
    overflow-y: hidden !important;
}