﻿.u-f-l {
    float: left;
}

.u-f-r {
    float: right;
}

.u-clearfix, .clear {
    clear: both;
}

.u-hidden {
    display: none;
}

.u-d-ib {
    display: inline-block;
}

.u-d-b {
    display: block;
}

.u-hiddenbutvisible, .tile__rawdata {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 200px;
    height: 100px;
    overflow: hidden;
}

.u-o-hidden {
    overflow: hidden;
}

.u-t-left {
    text-align: left !important;
}

.u-t-center {
    text-align: center !important;
}

.u-t-right {
    text-align: right !important;
}

.u-p-r-10 {
    padding-right: 10px;
}

.u-p-l-10 {
    padding-left: 10px;
}

.u-r-0 {
    right: 0;
}

.ui-dialog.no-title div.ui-dialog-titlebar {
    display: none;
}

.fontdef {
    font-family: 'Source Sans Pro', sans-serif;
}

.fontbold {
    font-weight: bold;
}

    .fontbold span {
        font-weight: normal;
    }

.fontlight {
    font-weight: 300;
}

.underline {
    text-decoration: underline;
}

.u-warning {
    color: crimson;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-20p {
    margin-top: 20%;
}

.mt-30p {
    margin-top: 30%;
}

.ml-10 {
    margin-left: 10px;
}

.width100perc {
    width: 100% !important;
}

.width30perc {
    width: 30% !important;
}

.width70perc {
    width: 70% !important;
}

.width40perc {
    width: 40% !important;
}

.width60perc {
    width: 60% !important;
}

.max-width80perc {
    max-width: 80%;
}

.max-width90perc {
    max-width: 90%;
}

.height100perc {
    height: 100% !important;
}

.height15px {
    height: 15px;
}

.u-o-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.u-relative {
    position: relative;
}

i .shadow {
    text-shadow: 0px 0px 7px #000;
}

a.nolink {
    text-decoration: none;
    color: inherit;
}

.noscroll {
    overflow: hidden;
}

    .noscroll.fixed {
        position: fixed;
        overflow-y: scroll;
        width: 100%;
    }

ul.listclean {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sizechecker {
    line-height: 16px;
    position: absolute;
    top: -9999px;
    left: -9999px;
    opacity: 1;
}

.pop {
    animation: pop 0.3s linear 1;
}

@keyframes pop {
    50% {
        transform: scale(1.05);
    }
}
