/*
    Document   :  jqt.ac.css for webkit-capable browser (safari,chrome...)
    Created on : 02.03.2012, 16:44:42
    Author     : igor.e
    Description:
        Purpose of the stylesheet follows.
*/

@media only screen
and (min-width: 768px)
and (max-width: 1024px) {
    #jqt .toolbar a.back {
        max-width: 18vw;
        width: 18vw;
    }

    #jqt .toolbar h1 {
        margin: 1px 0px 0px auto;
        left: calc(50% - (25vw / 2));
    }
}

@media only screen
and (min-width: 1025px) {
    #jqt .toolbar a.back {
        max-width: 25vw;
        width: 25vw;
    }

    #jqt .toolbar h1 {
        max-width: 50vw;
        width: 50vw;
        margin: 1px 0px 0px auto;
        left: calc(50% - 25vw);
    }
}

.gm-style-iw div.map-infobox, .gm-style-iw div.map-infobox-simple {
    display: table-cell;
    position: relative;
    border: 1px solid #000;
    margin-top: 8px;
    background: #333;
    color: #FFF;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 6px 30px 6px 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0.8;
    width: 100%;
    min-width: 80px;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gm-style-iw div.map-infobox-simple {
    padding: 6px;
}

.business-card {
    background-image: url(../img/bc.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 5%;
}

div.map-infobox:after {
    content: "";
    position: absolute;
    right: -6px;
    background: url(../img/chevron_circle_small.png) no-repeat right center;
    height: 100%;
    width: 100%;
    top: 0;
}

.btn-disabled {
    opacity: 0.4;
    pointer-events: none;
}

.divXright {
    height: 16px;
    border-bottom: 1px solid #888;
    background: #b4b4b4 url(../img/glyphish/symbols/11-x.png) no-repeat center right;
    background-size: contain;
    padding-right: 4px;
    cursor: pointer;
    opacity: 0.7;
}

.btnXright {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 16px;
    height: 16px;
    background: url('../img/glyphish/symbols/11-x.png') no-repeat center center;
    background-size: cover;
    cursor: pointer;
}

#app-overlay {
    background-color: rgb(0, 0, 0);
    opacity: 0.8;
    min-width: 100%;
    min-height: 100%;
    z-index: 2001;
    position: fixed;
    top: 0;
    left: 0;
    cursor: no-drop;
    -webkit-transform: translateZ(10px);
}

.ac-modbox-btnClose {
    position: absolute;
    right: -16px;
    top: -16px;
    width: 33px;
    height: 33px;
    background: url(../../css/images/close_32.png) no-repeat center center;
    background-size: cover;
    cursor: pointer;
}

#app-modbox {
    /*display: none;*/
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 2002;
    text-align: center;
    margin: auto;
    -webkit-transform: translateZ(12px);
}

#app-modbox-content {
    position: relative;
    background-color: #fff;
    border: 3px solid rgba(127, 127, 127, .7);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    border-radius: 10px;
    min-height: 120px;
    min-width: 240px;
    max-height: 400px;
    max-width: 90%;
    margin: auto;
    text-align: center;
    padding: 5px 5px 10px;
    font-family: Helvetica Neue Ultra Light, Helvetica Neue Interface M3, Helvetica;
}

#app-modbox-content > .title {
    color: #555;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px #aaa solid;
    padding-bottom: 5px;
}

#app-modbox-content button {
    color: #fff;
    font-size: 100%;
    padding: 5px 10px;
    margin-top: 15px;
    border: 1px solid #007aff;
    border-radius: 9px;
    min-width: 70px;
    background-color: #007aff;
}

#app-modbox-content button:disabled {
    border-color: #bbb;
    color: #bbb;
}

#app-modbox-content input {
    font-size: 100%;
    padding: 4px;
    width: 90%;
}

#app-modbox-content input:invalid {
    border: 1px solid red;
}

#app-modbox-foot {
    clear: both;
    bottom: 5px;
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    padding: 10px 10px 0;
}

#loading-overlay {
    background-color: rgb(0, 0, 0);
    opacity: 0.5;
    min-width: 100vw;
    height: 100vh;
    z-index: 1999;
    position: fixed;
    top: 0;
    left: 0;
    cursor: no-drop;
    -webkit-transform: translateZ(8px);
}

#app-loading {
    display: none;
    border-radius: 4px;
    color: #fff;
    margin: auto;
    text-align: center;
    z-index: 2000;
    width: 128px;
    height: 128px;
    position: relative;
    -webkit-transform: translateZ(9px);
}

.apploading {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    border-radius: 4px;
    background-image: url(../img/load_tr_bg_48.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px 30px;
    opacity: 0.6;
}

#pvbody {
    margin: auto;
    padding: 0;
    font-size: 100%;
    line-height: inherit;
}

#jqt {
    background-color: #fff;
    margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom);
    overflow: hidden;
}

#jqt.portrait.ios {
    top: 20px;
    top: constant(safe-area-inset-top);
    top: env(safe-area-inset-top);

}

#jqt.landscape {
    top: 0px;
    top: constant(safe-area-inset-top);
    top: env(safe-area-inset-top);
}

#jqt .s-scrollwrapper {
    overflow-y: auto;
    overflow-x: hidden;

}

#jqt .s-scrollwrapper > div {
    min-height: 100%;
}

#jqt .ac-page .s-scrollwrapper > div > .ctrl {
    position: absolute;
}

#jqt .toolbar a.disabled {
    color: #aaa;
}

/*#######################################################################################################################*/
#jqt ul li {
    min-height: 25px;
}

#jqt ul.edgetoedge li.sep {
    height: 25px;
    line-height: 15px;
}

#jqt ul li.viewed, #jqt ul li.viewed * {
    color: rgb(200, 200, 200);
}

#jqt ul.fileList li, #jqt ul.applist li, #jqt ul.sharelist li {
    clear: left;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#jqt ul.fileList li a.bg36-left, #jqt ul.applist li a.bg36-left, #jqt ul.sharelist li a.bg36-left {
    width: 75%;
    cursor: pointer;
    padding-left: 44px;
    margin: -8px;
    background-position:0 50%;
}
#jqt ul.fileList li.cloud-folder a.bg36-left{
    margin: -8px -6px;
}

#jqt ul li.arrow a {
    padding-right: 35px;
}

#jqt ul.edgetoedge > li.arrow:after, #jqt ul.edgetoedge > li.messenger-arrow:after {
    border-style: solid;
    border-width: 0 0 2px 2px;
    position: absolute;
    display: inline-block;
    content: '';
    height: 8px;
    width: 8px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 44%;
    margin-right: 16px;
    border-color: #aaaaaa;
}

#jqt ul > li.arrow.arrow-down:after {
    transform: rotate(-45deg);
    top: 38%;
}

#jqt ul li.arrow.no-chevron a {
    padding-right: 0px;
}

#jqt ul li.arrow.no-chevron:after {
    content: '';
    border: none;
}

#jqt ul.edit-mode li a {
    position: relative;
    display: block;
    height: 100%;
    padding: 2px;
}

jqt ul.edit-mode li a:first-of-type {
    max-width: 60%;
}

#jqt ul li > span.circle-checkbox {
    display: none;
    margin-right: 16px;
    /*margin-top: 10px;*/
    border: 1px solid #777;
    border-radius: 30px;
    text-align: center;
    width: 22px;
    height: 22px;
    color: #fff;
    background-color: #fff;
}

#jqt ul li > span.circle-checkbox {
    display: block;
}

#jqt ul li > span.circle-checkbox.right {
    margin-right: 2px;
}

#jqt ul li > span.circle-checkbox.checked {
    background-color: #007aff;
}

#jqt ul li > span.circle-checkbox:before {
    content: '';
}

#jqt ul li > span.circle-checkbox.checked:before {
    content: '✓';
}

#jqt ul li > span.circle-chevron-down {
    float: right;
    margin-top: 0px;
    display: block;
    border: 1px solid #888;
    border-radius: 30px;
    text-align: center;
    width: 24px;
    height: 24px;
    color: #888;
    background-color: #fff;
    font-size: 9px;
    line-height: 28px;
    visibility: visible;
    opacity: 0;
}

#jqt ul.edit-mode li > span.circle-chevron-down {
    visibility: hidden;
}

#jqt ul li > span.circle-chevron-down.checked {
    background-color: #007aff;
    color: #fff;
}

#jqt ul li > span.circle-chevron-down:before {
    content: "\25BC";
}

#jqt ul a > div:not(:first-of-type) {
    font: 12px "Helvetica Neue", Helvetica;
    white-space: normal;
}

#jqt ul a > div:not(:first-of-type).mycloud-cloudlist {
    color: #acacac;
    font-size: 12px;
    margin-top: 4px;
}
#jqt ul.fileList a > div:first-of-type{
    font-size: 15px;
}

#jqt ul a > div:first-of-type, #jqt ul a > div.singleline {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#jqt .toolbar, #tabbar {
    text-overflow: ellipsis;
}

#jqt .toolbar .button {
    line-height: 1.3;
    bottom: 0;
    right: 0;
    height: 32px;
    min-width: 30px;
    text-align: center;
}

#jqt .toolbar .button.options:before {
    font-family: "Ionicons";
    content: "\f20e";
    font-size: 110%;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

#jqt .toolbar .button.plus {
    background-image: url("../img/ios-plus.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    right: 0;
    bottom: 10px;
}

#jqt div.img {
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -ms-interpolation-mode: bicubic;

}

#jqt table {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0px;
    font-size: 12px;
}

#jqt div.img.left {
    float: left;
    background-position: left center;
    min-width: 2em;
    min-height: 1.25em;
}

.mce-content {
    padding-bottom: 10px;
}

#jqt .ac-btn {
    display: table-cell;
    text-decoration: none;
    margin: 0;
    font-size: 17px;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    background-color: #f5f5f5;
    border: 1px solid #b4b4b4;
    border-radius: 8px;
}

#jqt a.ac-btn.active {
    border: #007aff groove 3px;

}

#jqt .toolbar a.info-circle {
    background-image: url(../img/glyphish/icons/information.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}

#jqt .bg-blue {
    background: #0066ff;
    color: #fff;
    opacity: 0.8;
    text-shadow: none;
}

div.ac-txt {
    -webkit-overflow-scrolling: touch;
}

.bg-contain {
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;

}

.bg-cover {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;

}

#jqt ul li select:focus {
    background-color: #f7f5d1;
}

#jqt ul li a select {
    width: 45%;
    float: right;
}

#jqt ul li a.bg24-left {
    background-repeat: no-repeat;
    background-position: 8px 10px;
    background-size: 24px 24px;
    padding-left: 40px;
}

#jqt ul li a.bg32-left {
    background-repeat: no-repeat;
    background-position: 8px 10px;
    background-size: 32px 32px;
    padding-left: 46px;
}

#jqt ul li a.bg36-left {
    background-repeat: no-repeat;
    background-position: 8px 10px;
    background-size: 36px 36px;
    padding-left: 54px;
}

#jqt ul li a.bg36-left.circle {
    -webkit-clip-path: circle(14px at 18px 18px);
}

#jqt ul li a.bg36-left div.icon {
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    float: left;
    background-size: contain;
    margin-left: -40px;
    margin-right: 14px;
}

#jqt ul li a.bg36-left div.icon.round {
    border-radius: 100%;
}

#jqt ul li a.bg64-left {
    background-repeat: no-repeat;
    background-position: 9px 7px;
    background-size: 64px 64px;
    padding-left: 80px;
}

#jqt div.mySelectionScroller {
    overflow: auto;
    background: #FFF;
    -webkit-overflow-scrolling: touch;
}

#jqt div.mySelectionScroller ul {
    border: none;
    min-width: 100%;
    min-height: 72px;
    margin: 0;
    border-bottom: #a09a9a solid 2px;
    display: inline-block;
    white-space: nowrap;
}

#jqt div.mySelectionScroller ul > li {
    border: none;
    display: inline-flex;
    height: 72px;
    align-items: center;
    text-overflow: ellipsis;
    font-size: 10px;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 4px;
}

#jqt ul li a.profileIcon {
    background-repeat: no-repeat;
    background-position: 8px 10px;
    background-size: 36px 36px;
}

#jqt ul li div.profileIcon {
    background-repeat: no-repeat;
    border-radius: 30px;
    width: 44px;
    height: 44px;
    float: left;
    background-size: contain;
    margin-right: 10px;
    margin-left: 8px;
}

#jqt ul li div.profileIcon.close:after, #jqt ul li div.profileIconMessenger.close:after {
    content: "\2715";
    left: 28px;
    position: relative;
    border: 2px solid;
    border-radius: 100%;
    background: darkgray;
    color: white;
    padding: 2px 4px;
}

div#jqt.actionsheetShown {
    z-index: 1000;
}

#tabbar a {
    background-position: center 20%;
    background-repeat: no-repeat no-repeat;
}

#tabbar.bottomTextHidden a > strong {
    display: none;
}

#tabbar.bottomTextHidden a {
    height: 3.78em;
}

/**
 *
 * Pull down styles
 *
 */
#pullDown, #pullUp {
    background: rgb(231, 235, 242);
    height: 40px;
    line-height: 40px;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 14px;
    color: #888;
    position: absolute;
    min-width: 100%;
}

#pullDown .pullDownIcon, #pullUp .pullUpIcon {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    background: url('../img/pull-icon@2x.png') 0 0 no-repeat;
    -webkit-background-size: 40px 80px;
    background-size: 40px 80px;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 250ms;
}

#pullDown .pullDownIcon {
    -webkit-transform: rotate(0deg) translateZ(0);
}

#pullUp .pullUpIcon {
    -webkit-transform: rotate(-180deg) translateZ(0);
}

#pullDown.flip .pullDownIcon {
    -webkit-transform: rotate(-180deg) translateZ(0);
}

#pullUp.flip .pullUpIcon {
    -webkit-transform: rotate(0deg) translateZ(0);
}

#pullDown.loading .pullDownIcon, #pullUp.loading .pullUpIcon {
    background-position: 0 100%;
    -webkit-transform: rotate(0deg) translateZ(0);
    -webkit-transition-duration: 0ms;

    -webkit-animation-name: loading;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg) translateZ(0);
    }
    to {
        -webkit-transform: rotate(360deg) translateZ(0);
    }
}

.ctrlChartErrorMessage {
    font-weight: bolder;
}

.shopping-cart-white {
    background-image: url(../img/glyphish/icons/80-shopping-cart@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.shopping-cart-white:before {
    background-color: #fff;
}

module[mid="37"][rid="31"] div#xmpp_message {
    word-wrap: break-word;
    max-width: 70%;
    font-size: 16px;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.39);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.39);
}

module[mid="37"][rid="31"] #xmpp_message.out {
    position: relative;
    padding: 10px 10px 10px 10px;
    color: white;
    background: #0B93F6;
    float: right;
    margin-right: 67px;
    margin-left: auto;
    width: auto;
}

module[mid="37"][rid="31"] #xmpp_message.out.image {
    position: relative;
    padding: 5px 5px 5px 5px;
    color: white;
    background: #0B93F6;
    float: right;
    margin-right: 67px;
    margin-left: auto;
    width: auto;
}

module[mid="37"][rid="31"] #xmpp_message.out.image div:first-child {
    width: 130px;
    height: 210px;
}

module[mid="37"][rid="31"] #xmpp_message.out.image div:first-child > img {
    width: 100%;
    height: 100%;
}

module[mid="37"][rid="31"] #xmpp_message.in.image div:first-child {
    width: 130px;
    height: 210px;
}

module[mid="37"][rid="31"] #xmpp_message.in.image div:first-child > img {
    width: 100%;
    height: 100%;
}

module[mid="37"][rid="31"] #xmpp_message.out:after {
    left: 100%;
    top: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(11, 147, 246, 0);
    border-left-color: #0B93F6;
    border-width: 10px;
    margin-top: 10px;
}

module[mid="37"][rid="31"] #xmpp_message.in {
    position: relative;
    padding: 10px 10px 10px 10px;
    background: #E5E5EA;
    color: black;
    float: left;
    margin-left: 6px;
    margin-right: auto;
    width: auto;
}

module[mid="37"][rid="31"] #xmpp_message.in.image {
    position: relative;
    padding: 5px 5px 5px 5px;
    background: #E5E5EA;
    color: black;
    float: left;
    margin-left: 6px;
    margin-right: auto;
    width: auto;
}

module[mid="37"][rid="31"] #xmpp_message.in:after {
    right: 100%;
    top: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(229, 229, 234, 0);
    border-right-color: #E5E5EA;
    border-width: 10px;
    margin-top: 10px;
    left: inherit;
}

module[mid="37"][rid="31"] li div#xmpp_avatar {
    height: 40px;
    width: 40px;
    margin-right: 14px;
    margin-left: auto;
    border-radius: 10px;
    background-color: #888;
    content: "";
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.39);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.39);
}

module[mid="37"][rid="31"] li div#xmpp_avatar.in  {
    margin-right: 5px;
    margin-top: 20px;
    float: left;
}

module[mid="37"][rid="31"] li div#xmpp_avatar.out  {
    margin-right: 0px;
    margin-left: auto;
}

module[mid="37"][rid="31"] li div#xmpp_avatar.out:after {
    clear: both;
}

module[mid="37"][rid="31"] #xmpp_input_message {
    min-width: 60%;
    min-height: 28px;
    height: 28px;
    border: 1px solid #c2c2c2;
    font-size: 100%;
    float: left;
}

module[mid="37"][rid="31"] .input-bar-bottom {
    background-color: #efeff4;
    border-top: 1px solid #888;
    position: absolute;
    height: auto;
    z-index: 100;
    bottom: 0px;
    padding: 6px;
    width: 100%;
}

module[mid="37"][rid="31"] .input-bar-bottom .sendFileButton {
    float: left;
    width: 29px;
    height: 29px;
    margin-right: 14px;
    background-image: url('../img/glyphish/line-icons/167-upload-photo@2x.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

module[mid="37"][rid="31"] .input-bar-bottom .sendPhotoButton {
    float: left;
    width: 32px;
    height: 29px;
    margin-left: 14px;
    background-image: url('../img/glyphish/line-icons/86-camera@2x.png');
    background-size: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}

#jqt ul li div.ac-swipe-btn-box {
    width: auto;
    height: 100%;
    max-height: 60px;
    clear: both;
    float: right;
    z-index: 100;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: auto;
}

#jqt ul li div.ac-swipe-btn-box a {
    width: auto;
    padding-right: 6px;
    display: table-cell;
    height: 100%;
    padding-bottom: 0px;
    padding-top: 0px;
}

.edit-tabbar {
    background-color: #fff;
    border-top: 1px solid #CDCDD0;
    bottom: 0;
    display: none;
    height: 3.0625em;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 100;

}

.edit-tabbar ul {
    display: flex;
    margin-top: .1875em;
    background: none;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    font-family: inherit;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    top: auto;
    width: auto;
    justify-content: space-evenly;
}

.edit-tabbar li {
    background: none;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    font-family: inherit;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    top: auto;
    /*min-width: 60px;*/
    height: auto;
    width: auto;
    visibility: visible;
}

.edit-tabbar li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    color: #007aff;
    overflow: hidden;
    font-family: 'Helvetica Neue Ultra Light', 'Helvetica Neue Interface M3', Helvetica;
    line-height: 44px;

}

.edit-tabbar li a.disabled {
    color: #aaa;
    pointer-events: none;
}

/* @group Blink */

.blink {
    -webkit-animation: blink 1.5s linear infinite;
    -moz-animation: blink 1.5s linear infinite;
    -ms-animation: blink 1.5s linear infinite;
    -o-animation: blink 1.5s linear infinite;
    animation: blink 1.5s linear infinite;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    50.01% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    50.01% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    50.01% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    50.01% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    50.01% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

/* @end */

/* AlertifyJS */

.alertify .ajs-dialog {
    top: 40vh;
    transform: translateY(-40%);
    margin: auto;
    color: #666666;
    max-width: 80vw;
    padding: 10px 10px 0;
    border-radius: 8px;
    min-height: 90px;
}

.alertify.ajs-maximized .ajs-dialog {
    top: 40vh;
}

.alertify .ajs-body {
    color: #666666;
}

.alertify .ajs-modal input.ajs-input, .alertify .ajs-modal .ajs-content input {
    font-size: 15px;
    height: 34px;
    padding-left: 3px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #666666;
    background-color: transparent;
    width: 90%;
    max-width: 420px;
}

.alertify .ajs-modal .ajs-content select {
    font-size: 16px;
    padding-left: 8px;
    height: 38px;
    -webkit-appearance: none;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    border: none;
    background-color: transparent;
    width: 90%;
    max-width: 420px;
}

.alertify .ajs-modal .ajs-header {
    background-color: white;
    min-height: 23px;
    text-align: center;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 20px;
    color: #333333;
}

.alertify .ajs-modal .ajs-primary.ajs-buttons {
    display: flex;
    width: 100%;
    justify-content: center;
}

.alertify .ajs-modal button.ajs-button {
    border: none;
    background: transparent;
    margin: 0;
    min-height: 43px;
    font-size: 14px;
    color: #6d6d62;
    font-weight: 300;
    /*text-transform: uppercase;*/
}

.alertify .ajs-modal button.ajs-button.ajs-ok {
    /*background-color: #399ABA;*/
    /*border-radius: 8px;*/
    /*color: #ffffff;*/
}

.alertify .ajs-modal button.ajs-button.ajs-cancel {
    padding: 0 10px;
    color: #f5504e;
}

.ajs-primary.ajs-buttons button:last-child {
    border: none;
}

.alertify .ajs-body .ajs-content {
    min-height: 30px;
    text-align: center;
    padding: 10px 0;
}

.alertify .ajs-modal .ajs-footer {
    border: none;
    text-align: center;
    display: flex;
    justify-content: center;
    min-height: auto;
    padding: 0;
    align-items: center;
    border-top: 1px solid #707070;
    margin-left: -10px;
    margin-right: -10px;
}

.alertify .ajs-reset, .alertify .ajs-modal .ajs-commands {
    margin-top: -12px;
    right: -15px;
    top: 16px;
}

.alertify .ajs-body .ajs-ac-success {
    background-image: url(../../img/circle_check_blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 80px;
    top: -27px;
}

.alertify .ajs-body .ajs-ac-warn {
    background-image: url(../../img/circle_warn.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 80px;
    top: -27px;
}

.alertify .ajs-body .ajs-ac-error {
    background-image: url(../../img/circle_kreuz_red.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 80px;
    top: -27px;
}

.alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button, .alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
    width: 50%;
    min-height: 38px;
    /*color: #f5504e;*/
    color: #333333;
    text-transform: none;
    background-color: transparent;
    border: none;
    border-radius: unset;
    margin: unset;
    padding: unset;
    font-weight: normal;
    font-size: 16px;
}

.ajs-primary.ajs-buttons button:nth-child(1n+2) {
    border-left: 1px solid #707070;
}

/* @end AlertifyJS */

select.arrow-down {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 0;
    background-repeat: no-repeat;
}

.my-app-color {
    color: #00BFFF;
}

input::-webkit-input-placeholder { /* WebKit browsers */
    color: #888;
}

p.current-cloud-path {
    background-color: #A8A8AB;
    display: flex;
}

p.current-cloud-path i {
    position: absolute;
    left: 5px;
    color: #999;
    top: 56px;
}

p.current-cloud-path input {
    pointer-events: none;

}

p.current-cloud-path input.has-text::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}

p.current-cloud-path i.my-app-color {
    color: #00BFFF;
}

/* start cloud suche */

p.cloud-search-wrapper, p.community.search {
    background-color: #ffffff;
    height: 36px;
    position: initial;
    padding: 3px 8px;
}

p.cloud-search-wrapper input.searchValue, p.community.search input.searchValue {
    -webkit-appearance: none;
    background: rgba(142, 142, 147, .2);
    border: none;
    padding-left: 0px;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    font-size: 1.1em;
    height: 36px;
}

p.cloud-search-wrapper input.has-text, p.community.search input.has-text {
    text-align: left;
}

p.cloud-search-wrapper input:focus, p.community.search input:focus {
    text-align: left;
    padding-left: 26px;
}

p.cloud-search-wrapper i, p.community.search i {
    color: #999;
    font-size: 20px;
    position: absolute;
    top: 54px;
    left: 14px;
}

p.cloud-search-wrapper input.has-text::-webkit-input-placeholder, p.community.search input.has-text::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}

p.cloud-search-wrapper i.my-app-color, p.community.search i.my-app-color {
    color: #00BFFF;
}

li.shared-cloud a {
    background-color: transparent;
    background-image: url('../img/share.svg');
    font-weight: bold;
    font-style: italic;
}

/* Ende Cloud Search */

.pending-friend {
    opacity: 0.5;
    pointer-events: none;
}

/*Rotating animation*/
@-webkit-keyframes rotating /* Safari and Chrome */
{
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

input {
    font-size: 1em;
    padding-left: 10px;
}

div.profile_description {
    display: inline-block;
    width: 100px;
    overflow: auto;
}

div.profile_value {
    display: inline-block;
    overflow: auto;
}

#jqt div.files-sortby {
    padding-top: 10px;
    background: white;
    margin: 0;
}

#jqt div.files-sortby li {
    color: #929292;
    background-color: white;
    border-top: 1px solid #DCDCD0;
}

#jqt div.files-sortby li.activeSortMode {
    color: white;
    background-color: #0069B4;
    border-top: 1px solid #0069B4;
}

input.edit_profile_data_blocked {
    pointer-events: none;
}

input.edit_profile_data_allowed {
    pointer-events: auto;
}

/* remove after every app is migrated to social-ng2 */
module[mid="64"][rid="94"] .chatBubbleInputContainer {
    display: flex;
    z-index: 100;
    border-radius: 7px;
    border: 1px solid #aaa;
    background-color: white;
    width: auto;
}

module[mid="64"][rid="94"] .chatBubbleInputContainer:after, .chatBubbleInputContainer:before {
    left: 89.8%;
    border: transparent solid;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

module[mid="64"][rid="94"] .chatBubbleInputContainer .camera, .chatBubbleInputContainer .attach {
    border: none;
    background-color: transparent;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
    min-width: 32px;
    flex-grow: 1;
}

module[mid="64"][rid="94"] .chatBubbleInputContainer .chatButtonsContainer {
    max-width: 80px;
}

module[mid="64"][rid="94"] .chatBubbleInput {
    resize: none;
    position: relative;
    font-family: verdana;
    padding: 10px;
    border: none;
    outline: none;
    justify-content: space-between;
    flex-grow: 7;
}

module[mid="64"][rid="94"] .out .chatBubble {
    background-color: #c5ea95;
    position: relative;
    font-family: verdana;
    padding: 3px;
    -webkit-border-radius: 8px 0px 8px 8px;
    -moz-border-radius: 8px 0px 8px 8px;
    border-radius: 8px 0px 8px 8px;
}

module[mid="64"][rid="94"] .out .chatBubble:after, .out .chatBubble:before {
    left: 100%;
    top: 10%;
    border: transparent solid;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

module[mid="64"][rid="94"] .out .chatBubble:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #c5ea95;
    border-width: 0px 0px 10px 8px;
    top: 0;
}

module[mid="64"][rid="94"] .in .chatBubble {
    background-color: white;
    position: relative;
    font-family: verdana;
    padding: 3px;
    -webkit-border-radius: 0px 8px 8px 8px;
    -moz-border-radius: 0px 8px 8px 8px;
    border-radius: 0px 8px 8px 8px;
}

module[mid="64"][rid="94"] .in .chatBubble:after, .in .chatBubble:before {
    left: 100%;
    border: transparent solid;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

module[mid="64"][rid="94"] .in .chatBubble:before {
    right: 100%;
    top: 0;
    border-width: 0px 6px 6px 8px;
    border-right-color: #fff;
    left: inherit;
}

module[mid="64"][rid="94"] div#xmpp_message {
    word-wrap: break-word;
    max-width: 70%;
    font-size: 16px;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.39);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.39);
}

module[mid="64"][rid="94"] #xmpp_message.out {
    float: right;
    margin-right: 10px;
    margin-left: auto;
    width: auto;
}

module[mid="64"][rid="94"] #xmpp_message.out.image {
    float: right;
    margin-right: 67px;
    margin-left: auto;
    width: auto;
}

module[mid="64"][rid="94"] #xmpp_message.out.image div:first-child {
    width: 130px;
    height: 210px;
}

module[mid="64"][rid="94"] #xmpp_message.out.image div:first-child > img {
    width: 100%;
    height: 100%;
}

module[mid="64"][rid="94"] #xmpp_message.in.image div:first-child {
    width: 130px;
    height: 210px;
}

module[mid="64"][rid="94"] #xmpp_message.in.image div:first-child > img {
    width: 100%;
    height: 100%;
}

module[mid="64"][rid="94"] #xmpp_message.out:after {
    left: 100%;
    top: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 8px;
}

module[mid="64"][rid="94"] #xmpp_message.in {
    float: left;
    margin-left: 2px;
    margin-right: auto;
    width: auto;
}

module[mid="64"][rid="94"] #xmpp_message.in.image {
    color: black;
    float: left;
    margin-left: 6px;
    margin-right: auto;
    width: auto;
}

module[mid="64"][rid="94"] #xmpp_message.in:after {
    right: 100%;
    top: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(229, 229, 234, 0);
    border-right-color: #E5E5EA;
    border-width: 10px;
    margin-top: 10px;
    left: inherit;
}

module[mid="64"][rid="94"] li div#xmpp_avatar {
    height: 40px;
    width: 40px;
    margin-right: 14px;
    margin-left: auto;
    border-radius: 10px;
    background-color: #888;
    content: "";
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.39);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.39);
}

module[mid="64"][rid="94"] li div#xmpp_avatar.in  {
    margin-right: 5px;
    margin-top: 20px;
    float: left;
}

module[mid="64"][rid="94"] li div#xmpp_avatar.out  {
    margin-right: 0px;
    margin-left: auto;
}

module[mid="64"][rid="94"] li div#xmpp_avatar.out:after {
    clear: both;
}

module[mid="64"][rid="94"] #xmpp_input_message {
    font-size: 100%;
}

module[mid="64"][rid="94"] .input-bar-bottom {
    background-color: #efeff4;
    border-top: 1px solid #888;
    position: absolute;
    height: auto;
    z-index: 100;
    bottom: 0px;
    padding: 6px;
    width: 100%;
}

module[mid="64"][rid="94"] .input-bar-bottom .sendFileButton {
    float: left;
    width: 29px;
    height: 29px;
    margin-right: 14px;
    background-image: url('../img/glyphish/line-icons/167-upload-photo@2x.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

module[mid="64"][rid="94"] .input-bar-bottom .sendPhotoButton {
    float: left;
    width: 32px;
    height: 29px;
    margin-left: 14px;
    background-image: url('../img/glyphish/line-icons/86-camera@2x.png');
    background-size: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}

module[mid="64"][rid="94"] .message-body {
    color: #222;
}

module[mid="64"][rid="94"] .message-body a {
    pointer-events: initial;
    display: inline;
    color: #07C;
    text-decoration: underline;
}

module[mid="64"][rid="94"] .message-body a.urlify {
    pointer-events: initial;
    display: inline;
    color: #07C;
    text-decoration: underline;
    white-space: pre-wrap;
}

.disabled {
    opacity: 0.7;
    pointer-events: none;
}

#tabbar {
    bottom: constant(safe-area-inset-bottom);
    bottom: env(safe-area-inset-bottom);
}

.without-border-bottom {
    border-bottom: none;
}
.terms-content {
    padding: 10px 10px 0 10px;
    max-height: 67vh;
    overflow: auto;
    text-align: left;
    list-style-position: inside;
    margin: 10px 20px 0 20px;
    background-color: rgba(240, 240, 240, 0.48);
    border: 1px solid #F0F0F0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.terms-content a { color: #E3000B; }

.alertify .ajs-dialog.confirmDialog {
    width: auto;
    border-radius: 3px;
}

.alertify .confirmDialog .dialogTitle {
    font-weight: 300;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.alertify .confirmDialog .dialogTitle img{
    margin-right: 10px;
}

.alertify .confirmDialog .parentAppTitle {
    font-weight: 600;
}

.alertify .confirmDialog .ajs-footer .ajs-buttons {
    display: block;
}
.alertify .confirmDialog .ajs-footer .ajs-button {
    float: left;
    color: #E3000B;
}

.alertify .confirmDialog .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
    display: inline-block;
    width: auto;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    margin: 10px 30px;
    color: #E3000B;
}

.alertify .confirmDialog .ajs-footer .ajs-buttons.ajs-primary .ajs-button.ajs-ok {
    background: #E3000B;
    color: #fff;
    float: right;
}

.alertify .ajs-modal .confirmDialog .ajs-footer {
    border-top: 1px solid #fff;
}

.alertify.ajs-closable .confirmDialog .ajs-commands button.ajs-close {
    display: none;
}

/*input[type="date"]::-webkit-clear-button {*/
/*-webkit-appearance: none;*/
/*display: none;*/
/*}*/
/*input[type="time"]::-webkit-clear-button {*/
/*-webkit-appearance: none;*/
/*display: none;*/
/*}*/
/* remove end */