@charset "UTF-8";

/* CSS Document */


/* kolorpicker palette styles */

div.kolorPicker-wrapper {
    position: relative !important;
}

input.kolorPicker {
    height: 16px;
    padding: 2px 0 2px 5px;
    border: 1px solid #ccc;
    width: 86px;
    font-size: 12px;
    line-height: 15px;
    background: #fff url(../image_site/color-wheel.png) no-repeat 70px 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-family: Verdana, Arial, sans-serif;
    z-index: 100;
    position: relative !important;
    float: left;
}

div.kolorpicker-palette {
    float: left;
    margin: 0 0 10px 78px;
    width: 180px;
    position: relative;
    display: inline;
}

div.kolorpicker-palette ul {
    margin: 0;
    padding-left: 20px;
}

div.kolorpicker-palette ul li {
    list-style: none;
    float: left;
    width: 42px;
    height: 12px;
    background: #D0DFE5;
    border: 0;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    margin: 0 3px 0 0;
    padding: 3px 3px 4px 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #353448;
    cursor: pointer;
}

#kolorPicker .kolorpicker-palette-select {
    background: #0e70b1;
    color: #D0DFE5;
}

#kolorPicker table#palette-table > tbody td, #kolorPicker table#palette-table > tfoot td {
    border: 1px solid #bde5ff!important;
}

div.x-close-box {
    float: right !important;
    width: 15px;
    height: 12px;
    font-size: 10px;
    line-height: 12px;
    background: #0e70b1;
    border: 0;
    text-align: center;
    padding: 3px 3px 4px 3px;
    margin: 0 2px 0 0;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #ffffff;
    cursor: pointer;

    position: absolute;
    right: 9px;
}

#kolorPicker {
    /* border: 1px solid #353448; */
    margin: 0;
    background: #bde5ff;
    border-radius: 4px;
    padding: 10px;
    color: #fff;
    width: 250px;
    height: auto;
    z-index: 99;
    position: absolute;
    top: -3px;
    right: -2px;
    cursor: pointer;
    font: 13px/18px Verdana, Arial, sans-serif;
}

div#kolorPicker table td.tile {
    line-height: 17px;
}