﻿/* Specifické nastavení stylů pro výchozí téma */

.textBox, .dropDown {
    border-color: #a0a0a0 !important;
}

.inverseImage, .smallDot {
    background-color: #f15d23;
}

.inverseImageButton {
    background-color: #262626;
    cursor: pointer;
}

.imageButton {
    color: #26405e;
    cursor: pointer;
}

.disabledInverseImage {
    background-color:#a0a0a0;
}

.label, .labelBigger, .hyperLink[disabled], .hyperLink[disabled]:hover
{
    color: #111111;
}

.labelGray
{
    color: #999999;
}

.labelOrange, .active, .selectedLeaf
{
    color: #f15d23 !important;
}

.hyperLink, .hyperLinkLarger, .hyperLinkBig, .hyperLink:visited, .hyperLinkLarger:visited, .hyperLinkBig:visited {
    color: #f15d23;
    font-family: 'OpenSansSemiBold', Sans-Serif !important;
}

.activeBorder {
    border-color: #4A6E98;
}

.activeLabel {
    color: #4A6E98;
}

.button, .smallButton, .smallButtonMoreHorizontalPadding {
    background-color: #262626;
}

.activeBackground
{
    background-color: #f15d23;
}

.activeBackgroundLight {
    background-color: #ffe5d4;
}


td.focused
{
    background-color: #fff79d;
}

.focusedDark, .focusedDark .x-grid-cell
{
    background-color: #f15d23 !important;
}

.coloredLeftBorder {
    border-left: 1px solid #869091;
}

.coloredRightBorder {
    border-right: 1px solid #869091;
}

.coloredTopBorder {
    border-top: 1px solid #869091;
}

.coloredBottomBorder {
    border-bottom: 1px solid #869091;
}

.gridHeaderBorder1 {
    border: 1px solid #262626;
}

.gridHeaderBorder2, .gridPagerBorder, .gridCell, .gridCellTwin, .gridCellAbsolute, .gridCellCourier,
.gridCellNoWrap, div.mapSurrounding, .imageSurrounding {
    border: 1px solid #a0a0a0;
}

.gridCellBottomBorder {
    border-bottom: 1px solid #a0a0a0;
}

.gridHeader {
    background-color: #262626;
    border-bottom: 2px solid #262626; /* Pro odstraneni obcasneho nezadouciho efektu, kdy ramecek hlavicky preteka do tabulky */
}

.tabMenu li a {
    background-color: #262626;
    color: #ffffff;
    border: 1px solid #262626;
    border-bottom: 1px solid #262626;
    font-family: 'OpenSansSemiBold', Sans-Serif !important;
}

.tabMenu li.active a {
    border: 1px solid #f15d23;
    border-bottom: 1px solid #474747;
    background: #f15d23;
}

.tabContent {
    border: 1px solid #474747;
}

/* Spotplan view */
.spotplan_table {
}

.spotplan_thr {
    color: #262626;
}

.spotplan_tr {
}

.spotplan_thc {
    color: #262626;
}

.spotplan_tc {
}

/* Notifikace */
.unreadNotificationIndicator {
    border-color: #4A6E98;
}

.unreadNotificationIndicator:hover {
    background-color: #4A6E98;
}

div.whiteShadow, div.whiteShadowLeftDown, div.whiteNoShadow {
    border: 1px solid #474747 !important;
}
