/**
 * Skin - fialova
 */

.dark-color {
    color: #471b76 !important;
}

.normal-color {
    color: #95519e !important;
}

.light-color {
    color: #c78cda !important;
}

.dark-color-bg {
    background-color: #471b76;
}

.normal-color-bg {
    background-color: #95519e;
}

.light-color-bg {
    background-color: #c78cda;
}

#menu-bar li a:hover,
#menu-bar li.selected a {
    background-color: #471b76;
}

/* HP */

#info-bar div.info-block-two.hours div.data ul li.bullet:before {
    content: "• ";
    color: #95519e;
}

#info-bar div.info-block-two.contact div.data ul li.bullet:before {
    content: "• ";
    color: #471b76;
}

#content div.left-column div.main-bottom.light-color ul li:before {
    content: "• ";
    color: #c78cda;
}

#content div.left-column div.main-bottom.light-color ul li strong {
    color: #c78cda;
}

/* admin */

#admin .submit {
    display: block;
    width: 88px;
    height: 37px;
    line-height: 37px;
    background-image: url("../../img/skins/blue/admin-submit.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-color: transparent;
    border-width: 0;
    padding: 0;
    color: #ffffff;
    font-family: "LintelBold" !important;
    font-weight: normal;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

#admin .submit-wide {
    width: 113px;
    background-image: url("../../img/skins/blue/admin-submit-wide.png");
}

#admin .submit-wide2 {
    width: 129px;
    background-image: url("../../img/skins/blue/admin-submit-wide2.png");
}

.tinymce-editor ul li:before {
    content: "• ";
    color: #c78cda;
}

.tinymce-editor ul li strong {
    color: #c78cda;
}

.dataTables_paginate .paginate_active {
    color: #95519e;
}

.ui-tooltip {
    background-color: #471b76;
}