/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
   background-image: url("../../../images/blue/background.svg"), radial-gradient(ellipse at center center , #59a7e4 0%, #266ec2 100%);

/* Tooltips */
.tool-tip {
    float: left;
    background: #ffc;
    border: 1px solid #9b9b9b;
    padding: 5px;
    max-width: 200px;
    text-align:left;
}

.tool-title {
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-weight: bold;
    margin-top: -15px;
    padding-top: 15px;
    padding-bottom: 5px;
    background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
    font-size: 100%;
    margin: 0;
}