﻿.fr {
    float: right;
}

.fl {
    float: left;
}

.msg {
    background-color: #f0f0f5;
    border: grey solid 1px;
    margin-top: -1px;
    padding: 2px;
    margin-right: 3px;
    margin-left: 3px;
}

.nobreak {
    display: inline;
    white-space: nowrap;
    word-break: keep-all;
}

.tbox {
    overflow: scroll;
    border: lightgrey solid 1px;
    padding: 0;
    max-height: 26px;
    min-height: 26px;
    height: 26px;
    font-weight: bold;
    overflow: hidden;
    resize: none;
}

.emoii {
    width: 22px;
    max-width: 22px;
    height: 22px;
    margin: 0;
    padding: 5px;
}

.hid {
    display: none;
}

.noflow {
    overflow: hidden;
}

div {
    line-height: 20px;
}

img {
    vertical-align: middle;
}

.break {
    overflow: auto;
    overflow-wrap: break-word;
    overflow-x: hidden;
    overflow-wrap: break-word;
}

.ui-icon-adjust:after {
    background-image: url("");
    background-repeat: no-repeat;
    background-position: 4px 3px;
    float: left;
}

[data-role="icon"]:after {
    background-image: url("");
    background-repeat: no-repeat;
    background-position: 4px 3px;
    float: left;
}

* {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold !important;
    text-shadow: none !important;
    font-size: 13.8px !important;
}

.u-ico {
    padding-right: 2px;
    margin-top: 2px;
    max-height: 16px;
}

html, body {
    height: 100%;
}

.ui-tabs-nav {
    padding: 0;
}

.ui-tabs-panel {
    padding: 0;
}

.darker {
    background-color: #33333a;
}

.emoi {
    width: 18px;
    max-width: 18px;
    height: auto;
    max-height: 18px;
}

.unread {
    background-color: #FFC89D !important;
}

div {
    line-height: 20px;
}

.b {
    border: grey solid 1px;
}

.bb {
    border: grey solid 2px;
}

table, th, td {
    border: 0;
}

th, td {
    padding: 0;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.ui-popup-container {
    margin: 0;
    padding: 0;
}

.animating {
    animation: animate 1s cubic-bezier(0,1,1,0);
}

.mini {
    font-size: 90% !important;
}

.corner {
    border-radius: 5px;
}

.minix {
    font-size: 80% !important;
}

@keyframes animate {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.5);
    }
}

.nosel, .u-ico, .u-pic, .tago {
    user-select: none;
    cursor: default;
}

.ui-dialog-contain {
    width: 92.5%;
    max-width: 500px;
    margin: 0% auto 15px auto;
    padding: 0;
    position: relative;
    top: 2px;
}

.center {
    margin: 0 auto;
}

.dots {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    max-width: 100%;
}

.ui-tabs .ui-tabs-panel {
    padding: 0;
    margin: 0;
}

.ui-widget-overlay {
    background-color: black;
    background-image: none;
    opacity: 0.119999997317790985107421875;
    z-index: 1040;
}

.ui-dialog .ui-dialog-content {
    padding: 0;
}

.ui-tabs-anchor {
    padding: 0;
}

.hgreen {
    background-color: darkseagreen;
}

.hred {
    background-color: indianred;
}

.borderg {
    border: lavender solid 1px;
}

.border {
    border: black solid 1px !important;
}

nopadding {
    padding: 0;
    margin: 0;
}

.fitimg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 5px;
}

.bord {
    border: dodgerblue solid 1px !important;
}

.uzr {
    margin-left: 2px !important;
    border-radius: 5px;
}

html {
    height: 100vh;
    width: 100vw;
}

.ui-state-default .ui-tabs-anchor {
    padding: 5px !important;
}

.mw {
    width: 380px;
    max-width: 380px;
    min-width: 380px;
}

.mww {
    width: 260px;
    max-width: 260px;
    min-width: 260px;
}

.pn2 {
    width: 99%;
    max-width: 320px;
    height: 80%;
    left: 5px;
    float: right;
    z-index: 2;
    margin: 0;
    position: absolute;
}

.panel-heading {
    padding: 6px;
}

.fa {
    text-align: left;
}

.modal-header {
    padding: 5px;
}

.badge {
    padding: 0 3px;
}

.bx {
    margin-top: -8px;
}

.panel-body {
    padding: 2px;
    height: auto;
}

button.btn {
    padding: 5px 5px;
}

.tab-pane {
    padding: 0;
}

.d2 {
    padding-bottom: 2px;
}

.popover-content {
    padding: 1px;
}

.bubbles {
    width: 99%;
    padding-left: 20px;
    position: absolute;
    margin-bottom: 30px;
    bottom: 0;
    display: inline-block;
    text-align: center;
}

.bubble {
    -webkit-animation: short-bubble 1500ms linear;
    animation: short-bubble 1500ms linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    height: 20px;
    width: 20px;
    border: 1px solid rgba(240,240,240,0.5);
    border-radius: 50%;
}

.b2 {
    -webkit-animation: medium-bubble 5000ms linear;
    animation: medium-bubble 5000ms linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /*    margin-left:-7px;*/
    margin-top: 25px;
    height: 20px;
    width: 20px;
}

.b3 {
    -webkit-animation-duration: 3500ms;
    animation-duration: 3500ms;
    /*    margin-left:-5px;*/
    margin-bottom: 10px;
}

.b4 {
    -webkit-animation-duration: 2000ms;
    animation-duration: 2000ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    margin: 0 0 40px -9px;
    height: 20px;
    width: 20px;
}

.b5 {
    -webkit-animation: medium-bubble 3000ms linear;
    animation: medium-bubble 3000ms linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    margin-left: -1px;
    margin-top: 100px;
    height: 20px;
    width: 20px;
}

.b6 {
    -webkit-animation-duration: 3000ms;
    animation-duration: 3000ms;
    /*    margin-left:-8px;*/
    margin-bottom: 50px;
}

.b7 {
    -webkit-animation-duration: 6000ms;
    animation-duration: 6000ms;
    /*    margin-left:-3px;*/
    margin-bottom: 50px;
    height: 20px;
    width: 20px;
}

.b8 {
    -webkit-animation: medium-bubble 2000ms linear;
    -webkit-animation-fill-mode: forwards;
    animation: medium-bubble 2000ms linear;
    animation-fill-mode: forwards;
    /*    margin-left:-13px;*/
    margin-bottom: 30px;
}

@-webkit-keyframes short-bubble {
    0% {
        -webkit-transform: translate3d(5px, 0, 0);
        opacity: 0;
    }

    13% {
        -webkit-transform: translate3d(2px, -20px, 0);
        opacity: 1;
    }

    20% {
        -webkit-transform: translate3d(5px, -40px, 0) scale(1.2);
    }

    30% {
        -webkit-transform: translate3d(0, -60px, 0);
    }

    40% {
        -webkit-transform: translate3d(8px, -80px, 0);
    }

    50% {
        -webkit-transform: translate3d(3px, -100px, 0);
    }

    60% {
        -webkit-transform: translate3d(8px, -120px, 0);
    }

    70% {
        opacity: 0.4;
    }

    80%, 100% {
        -webkit-transform: translate3d(0,-200px, 0);
        opacity: 0;
    }
}

@keyframes short-bubble {
    0% {
        transform: translate3d(5px, 0, 0);
        opacity: 0;
    }

    13% {
        transform: translate3d(2px, -20px, 0);
        opacity: 1;
    }

    20% {
        transform: translate3d(5px, -40px, 0) scale(1.2);
    }

    30% {
        transform: translate3d(0px, -60px, 0);
    }

    40% {
        transform: translate3d(8px, -80px, 0);
    }

    50% {
        transform: translate3d(3px, -100px, 0);
    }

    60% {
        transform: translate3d(8px, -120px, 0);
    }

    70% {
        opacity: 0.4;
    }

    80%, 100% {
        transform: translate3d(0,-200px, 0);
        opacity: 0;
    }
}

@-webkit-keyframes medium-bubble {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    5% {
        -webkit-transform: translate3d(4px, -20px, 0);
        opacity: 1;
    }

    10% {
        -webkit-transform: translate3d(2px, -40px, 0) rotate(10deg);
    }

    20% {
        -webkit-transform: translate3d(7px, -80px, 0) rotate(14deg) scale(0.7);
    }

    30% {
        -webkit-transform: translate3d(5px, -120px, 0) rotate(15deg);
    }

    40% {
        -webkit-transform: translate3d(1px, -160px, 0) rotate(20deg);
    }

    50% {
        -webkit-transform: translate3d(2px, -200px, 0) rotate(18deg) scale(1.1);
    }

    60% {
        -webkit-transform: translate3d(-3px, -240px, 0) rotate(22deg);
        opacity: 0.4;
    }

    100% {
        -webkit-transform: translate3d(0, -400px, 0);
        opacity: 0;
    }
}

@keyframes medium-bubble {
    0% {
        transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    5% {
        transform: translate3d(4px, -20px, 0);
        opacity: 1;
    }

    10% {
        transform: translate3d(2px, -40px, 0) rotate(10deg);
    }

    20% {
        transform: translate3d(7px, -80px, 0) rotate(14deg) scale(0.7);
    }

    30% {
        transform: translate3d(5px, -120px, 0) rotate(15deg);
    }

    40% {
        transform: translate3d(1px, -160px, 0) rotate(20deg);
    }

    50% {
        transform: translate3d(2px, -200px, 0) rotate(18deg) scale(1.1);
    }

    60% {
        transform: translate3d(-3px, -240px, 0) rotate(22deg);
        opacity: 0.4;
    }

    100% {
        transform: translate3d(0, -400px, 0);
        opacity: 0;
    }
}

.bubbles img {
    height: 20px;
    width: 20px;
    opacity: 0;
}

.btn-primary {
    background-color: #292929 !important;
    padding: 3px 5px;
    font-size: 12px !important;
}

.ae {
    padding-top: 6px;
    padding-bottom: 3px;
    padding-left: 2px;
    border: 1px solid black;
    border-radius: 2px;
    margin: 1px;
    float: left;
    padding: 6px 8px;
}

.pmsgc {
    background-color: rgba(0, 77, 255, 0.08) !important;
}

.hmsg {
    background-color: linen !important;
}

.label-primary,
.btn-primary,
.bg-primary,
.label-primary:hover,
.btn-primary:hover,
.btn-primary:focus {
    background-color: #438ac7;
    background-image: none;
}

.bg {
    background-color: #FFFFFF;
}

.bgg {
    background-color: lightslategray;
}

.pophead {
    background-color: slategrey;
}

.light {
    background-color: #FFFFFF;
}

.label-primary, .btn-primary {
    background-color: #292929 !important;
}

.hid {
    display: none;
}







.primaryborder {
    border-color: #292929 !important;
    color : white !important;
}



.rating-box {
    color: #a2a2a2;
    text-shadow: 0px 1px 10px black;
    margin: -19px auto 2px auto;
    height: 20px;
}

.rating-star {
    font-size: 20px !important;
    width: 15px;
    height: 20px;
    padding: 0 2px;
    position: relative;
    display: block;
    float: left;
}

.full-star:before {
    color: #f2b01e;
    content: "\2605";
    position: absolute;
    left: 0;
    overflow: hidden;
}

.empty-star:before {
    content: "\2605";
    position: absolute;
    left: 0;
    overflow: hidden;
}

.half-star:before {
    color: #f2b01e;
    content: "\2605";
    width: 60%;
    position: absolute;
    left: 0;
    overflow: hidden;
}

.half-star:after {
    content: '\2605';
    position: absolute;
    left: 9px;
    width: 75%;
    text-indent: -0.7rem;
    overflow: hidden;
}

.sco .form {
    width: 100%;
    position: relative;
    height: 40px;
    background: blue;
    overflow: hidden;
    margin: 5px 0;
}

    .sco .form input {
        width: 100%;
        height: 100%;
        color: #595f6e;
        padding-top: 10px;
        border: none;
        outline: none;
    }

    .sco .form label {
        position: absolute;
        bottom: 0px;
        right: 0%;
        width: 100%;
        /*		height: 100%;*/
        color: #616161;
        pointer-events: none;
        border-bottom: 2px solid #eee;
    }

        .sco .form label::after {
            content: "";
            position: absolute;
            bottom: -1px;
            right: 0px;
            width: 100%;
            /*		height: 100%;*/
            pointer-events: none;
            border-bottom: 2px solid #616161;
            transform: translateX(100%);
            transition: transform 0.5s ease;
        }

.sco .content-name {
    position: absolute;
    bottom: 5px;
    right: 0px;
    transition: all 0.5s ease;
}

.sco .form input:focus + .label-name .content-name,
.sco .form input:valid + .label-name .content-name {
    transform: translateY(-140%);
    font-size: 12px;
    color: #5fa8d3
}

.sco .form input:focus + .label-name::after,
.sco .form input:valid + .label-name::after {
    transform: translateY(0%);
}
