/**
 * Copyright (c) 2012, Sergey Kambalin
 * All rights reserved.

 * ATTENTION: This commercial software is intended for use with Oxwall Free Community Software http://www.oxwall.org/
 * and is licensed under Oxwall Store Commercial License.
 * Full text of this license can be found at http://www.oxwall.org/store/oscl
 */

/**
 *
 * @author Sergey Kambalin <greyexpert@gmail.com>
 * @package hint.static
 */

#hint-prototype {
    display: none;
}

a.hint-target {

}

a.hint-target-ib {
    display: inline-block;
}

.hint-container {
    position: absolute;
    z-index: 100;
}

.hint-content {
    position: relative;
    border-width: 1px;

    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.hint-body-wrap {
    background: inherit;
    border-radius: 3px;

    position: relative;
    overflow: hidden;
}

.hint-corner-wrap {
    border: inherit;
    background: inherit;

    height: 10px;
    width: 10px;

    overflow: hidden;
    position: absolute;

    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);

    display: none;
}

.hint-corner {
    width: 15px;
    height: 10px;

    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);

    position: relative;
}

/* Hint positions */

.hint-top-corner-wrap .hint-corner {
    transform-origin: 0 10px 0;
    -o-transform-origin: 0 10px 0;
    -ms-transform-origin: 0 10px 0;
    -webkit-transform-origin: 0 10px 0;
}

.hint-bottom-corner-wrap .hint-corner {
    transform-origin: 10px 5px 0;
    -o-transform-origin: 10px 5px 0;
    -ms-transform-origin: 10px 5px 0;
    -webkit-transform-origin: 10px 5px 0;
}


.hint-right-corner-wrap .hint-corner {
    transform-origin: 5px 9px 0;
    -o-transform-origin: 5px 9px 0;
    -ms-transform-origin: 5px 9px 0;
    -webkit-transform-origin: 5px 9px 0;
}


div.hint-top-corner-wrap {
    border-width: 1px 0px 0px 1px;
    top: -6px;
}

div.hint-bottom-corner-wrap {
    border-width: 0px 1px 1px 0px;
    bottom: -6px;
}

div.hint-right-corner-wrap {
    border-width: 1px 1px 0px 0px;
    right: -5px;
}


div.hint-console-hint .hint-right-corner-wrap {
    display: block;
    top: 10px;
}

div.hint-console-hint .hint-corner {
    height: 15px;
}

div.uhint-right-corner-cover {
    transform: translate(-341px, -9px);
    -o-transform: translate(-341px, -9px);
    -ms-transform: translate(-341px, -9px);
    -webkit-transform: translate(-341px, -9px);
}


div.hint-bottom-right .hint-top-corner-wrap, .hint-top-right .hint-bottom-corner-wrap {
    display: block;
    left: 16px;
}

div.hint-bottom-left .hint-top-corner-wrap, .hint-bottom-left .hint-bottom-corner-wrap {
    display: block;
    right: 16px;
}

.hint-bottom-right, .hint-bottom-left {
    padding-top: 7px;
}

.hint-top-right, .hint-top-left {
    padding-bottom: 7px;
}


html div.hint-console-hint
{
    position: fixed;
}

.hint-body {

}

.hint-preloader {
    width: 280px;
    padding: 10px;

    font-size: 11px;
}

/* User Hint */

.uhint-wrap, .uhint-corner-cover {
    width: 350px;
}

.uhint-wrap {

    min-height: 100px;
}

.uhint-foot {
    bottom: 0px;
    padding: 6px 6px 2px;
    border-top-width: 1px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQjU0RDA2OTI1N0IxMUUxODZCMkI1QzRDODAzNUQyMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQjU0RDA2QTI1N0IxMUUxODZCMkI1QzRDODAzNUQyMCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkVBNEIwN0YyMjU3NzExRTE4NkIyQjVDNEM4MDM1RDIwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkNCNTREMDY4MjU3QjExRTE4NkIyQjVDNEM4MDM1RDIwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+6prF3wAAABhJREFUeNpi3L17txQDGmBiwAIoFAQIMADubwJVV8STtgAAAABJRU5ErkJggg==");
}

html .uhint-foot ul.ow_bl li {
    /*margin-bottom: 0px;*/
}

.uhb-info
{
    height: 70px;
}

.uhb-head
{
    border-bottom-width: 1px;
    height: 60px;
    position: relative;
    overflow: hidden;

    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQjU0RDA2OTI1N0IxMUUxODZCMkI1QzRDODAzNUQyMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQjU0RDA2QTI1N0IxMUUxODZCMkI1QzRDODAzNUQyMCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkVBNEIwN0YyMjU3NzExRTE4NkIyQjVDNEM4MDM1RDIwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkNCNTREMDY4MjU3QjExRTE4NkIyQjVDNEM4MDM1RDIwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+6prF3wAAABhJREFUeNpi3L17txQDGmBiwAIoFAQIMADubwJVV8STtgAAAABJRU5ErkJggg==");
}

.uhb-head .uhint-cover-img {
    position: absolute;
}

.uhb-head-text-wrap {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 25px 0 8px;
}

.uhint-has-cover .uhb-head-text-wrap {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.2)) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.2)) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2)) repeat scroll 0 0 transparent;
    background: -ms-linear-gradient(transparent, rgba(0, 0, 0, 0.2)) repeat scroll 0 0 transparent;
}

.uhb-head-text
{
    margin-left: 125px;
}


.uhint-avatar
{
    float: left;
    margin-left: 7px;
    margin-top: -47px;
    margin-right: -120px;
}

.uhint-avatar-image
{
    background-size: 100px;
    height: 100px;
    width: 100px;
}

.hb-info-content {
    margin-left: 120px;
    padding: 5px;
    overflow: hidden;
    height: 60px;
}


.uhbht-title {
    font-size: 16px;
}

.uhint-has-cover .uhbht-title {
    color: #fff;
    font-weight: bold;
    text-rendering: optimizelegibility;

    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    -moz-text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    -webkit-text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}

.uhint-cover-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
}

.uhint-has-cover .uhint-cover-gradient {
    display: block;
}

.uhint-bottom-corner, .uhint-top-corner, .uhint-right-corner {
    width: 20px;
    height: 20px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQjU0RDA2OTI1N0IxMUUxODZCMkI1QzRDODAzNUQyMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQjU0RDA2QTI1N0IxMUUxODZCMkI1QzRDODAzNUQyMCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkVBNEIwN0YyMjU3NzExRTE4NkIyQjVDNEM4MDM1RDIwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkNCNTREMDY4MjU3QjExRTE4NkIyQjVDNEM4MDM1RDIwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+6prF3wAAABhJREFUeNpi3L17txQDGmBiwAIoFAQIMADubwJVV8STtgAAAABJRU5ErkJggg==");
}

.hint-invisible {
    visibility: hidden;
}

.uhint-corner-cover {
    position: relative;

    transform: translate(0px, 10px);
    -o-transform: translate(0px, 10px);
    -ms-transform: translate(0px, 10px);
    -webkit-transform: translate(0px, 10px);
}

.uhint-corner-cover-img {
    position: absolute;
}


.hint-preview .uhint-corner-cover {
    margin-left: -14.45px;
}

.hint-body .ow_miniic_live {
    display: inline-block;
}

.uhint-avatar .ow_miniic_live {
    position: absolute;
    bottom: 5px;
}

.uhint-avatar .ow_miniic_live .ow_lbutton {
    line-height: 11px;
    height: 10px;
    font-size: 8px;
}

.hint-from-floatbox {
    z-index: 103;
}

.hint-user-list {
    margin-top: 4px;
}

.hint-user-list img {
    width: 30px;
}

