﻿/* 
================================
 Container Styles for DotNetNuke
================================
*/

.containermaster_blue {
    width: 100%;
}

.containerrow1_blue {
    background: url(images/background.png) bottom left repeat-x;
}

.containerrow2_blue {
    background-color: #ffffff;
}

.ModuleTitle_MenuItem {
    border: white 0px solid; /*override borders*/
}

    .ModuleTitle_MenuItem TD { /*TD if menu is using tables*/
        cursor: pointer;
        cursor: hand;
        color: black;
        font-family: Tahoma, Arial, Helvetica;
        font-size: 1em;
        font-weight: bold;
        font-style: normal;
        height: 21px;
        white-space: nowrap; /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;
    }


.ModuleTitle_MenuIcon {
    cursor: pointer;
    cursor: hand;
    background-color: #EEEEEE;
    width: 15px;
    height: 100%; /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu {
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    background-color: #FFFFFF;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
    padding: 1px 1px 1px 1px; /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak {
    background-color: #EEEEEE;
    font-size: 0.08em; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {
    cursor: pointer;
    cursor: hand;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    background-color: #C1D2EE;
}

/*******vertical menu******/
.leftMenuCell {
    padding-right: 15px;
    margin: auto;
}

.NewVerticalMenu {
    list-style-type: none;
    background: #fff;
    padding: 15px 0;
    border-radius: 2px;
    text-align: center;
    position: relative;
    z-index: 500;
    width: 48%;
    display: inline-block;
    border: solid 1px #dadeeb;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: bold;
}

    .NewVerticalMenu a:hover {
        text-decoration: underline;
    }

    .NewVerticalMenu span {
        /* zabezpeci aby bolo cele tlacidlo klikatelne */
        width: 100%;
        height: 100%;
        display: block;
    }

    .NewVerticalMenu.prihlasenie-obchodnici {
        float: left;
    }

    .NewVerticalMenu.prihlasenie-organy {
        float: right;
    }

    .NewVerticalMenu.prihlasenie-obchodnici a {
        color: #d73249;
    }

    .NewVerticalMenu.prihlasenie-organy a {
        color: #20816f;
    }

    .NewVerticalMenu li ul {
        list-style-type: none !important;
        list-style: none;
        margin: 0px;
        padding: 0px;
        /*width: 190px; WIDTH OF MAIN MENU ITEMS*/
        border: 0px solid black;
    }

    .NewVerticalMenu li {
        position: relative;
        display: block;
        z-index: 500;
    }

        .NewVerticalMenu li a {
            /*background: white url(../../Content/images/GradientA1.png) repeat-x bottom left;
background:#606067;*/
            background: #DD4A48;
            font: bold 1em Verdana, Geneva, sans-serif;
            color: White;
            display: block;
            width: 190px;
            padding: 8px 0px;
            padding-left: 20px;
            text-decoration: none;
            margin-top: 0px; /*-1 ak chceme bez medzery hlavne menu*/
            border-bottom: 1px solid white;
            text-align: left;
            /*border: 2px solid White outset;*/
        }

        .NewVerticalMenu li:last-child a {
            border: none;
        }

        .NewVerticalMenu li ul { /*SUB MENU STYLE* toto je pod submenu*/
            position: absolute;
            width: 170px; /*WIDTH OF SUB MENU ITEMS*/
            left: 0px;
            top: 0px;
            display: none;
        }

            .NewVerticalMenu li ul li {
                left: -12px;
                /*float: left;*/
            }

            .NewVerticalMenu li ul a {
                width: 190px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
                margin-top: 0px;
                border-bottom: 2px solid white;
                /*background: #E9E9E9;*/
                background: #DD4A48;
                color: White;
                /*color: #005A5A;*/
                /*border-top: 2px solid White outset;
border-left: 2px solid White outset;
border-right: 2px solid White outset;*/
            }

    .NewVerticalMenu .arrowdiv {
        position: absolute;
        float: left;
        right: 15px;
        background: transparent url(images/arrow.gif) no-repeat center right;
    }


    .NewVerticalMenu li a:hover {
        /*background:#00aaaa;*/
        background: #F3D5D6;
        color: #DD4A48;
    }


    /* Holly Hack for IE \*/
    * html .NewVerticalMenu li {
        float: left;
        height: 1%;
    }

        * html .NewVerticalMenu li a {
            height: 1%;
        }
/* End */

.TreeView table, .TreeView td, .TreeView th {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
}

.TreeNode table, .TreeNode td, .TreeNode th {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
}

.TreeNodeLeaf a {
    font-weight: bold;
}


#CEPHEKTile {
    border-top-color: #d73249;
    height: 100px;
}

    #CEPHEKTile a, #CEPHEKTile span {
        color: #d73249;
    }

#CEPUdalostiTile {
    border-top-color: #d73249;
    height: 100px;
}

    #CEPUdalostiTile ul {
        margin: 0 !important;
    }

    #CEPUdalostiTile a, #CEPUdalostiTile span {
        color: #d73249;
    }

    #CEPUdalostiTile li a {
        color: #d73249;
    }

#CEPPodavanieTile {
    border-top-color: #d73249;
    height: 100px;
}

    #CEPPodavanieTile a, #CEPPodavanieTile span {
        color: #d73249;
    }

#CEPSpravyTile {
    border-top-color: #d73249;
    height: 100px;
}

    #CEPSpravyTile a, #CEPSpravyTile span {
        color: #d73249;
    }

#CEPLicencieTile {
    border-top-color: #d73249;
    height: 100px;
}

    #CEPLicencieTile a, #CEPSpravyTile span {
        color: #d73249;
    }

#CEPZostavyTile {
    border-top-color: #d73249;
    height: 100px;
}

    #CEPZostavyTile a, #CEPZostavyTile span {
        color: #d73249;
    }

#CEPZOTTile {
    border-top-color: #d73249;
    height: 80px !important;
}

    #CEPZOTTile a, #CEPZOTTile span {
        color: #d73249;
    }

#CEPHelpTile {
    border-top-color: #d73249;
    height: 100px;
}

    #CEPHelpTile a, #CEPHelpTile span {
        color: #d73249;
    }

/*ak boli prilis dlhe nazvy typu 'asaasfas_gsdg_SDgfdsgs_SDGsdgsdg_gsdgdsg', tak bolo treba zalomit text*/
.break {
    word-break: break-all;
}

.noborder {
    border: none;
    margin: 0;
}

    .noborder tr {
        border: none;
    }

        .noborder tr td {
            border: none;
        }

            .noborder tr td span {
                color: inherit !important;
            }


/*prieskum spokojnosti*/
#tblPrieskum input[type="radio"], input[type="checkbox"] {
    margin-right: 2px;
    margin-left: 20px;
}

/* strankovanie - neaktivne tlacidla */
.listPager ul a:not([href]):hover {
    background-color: #EEEEEE !important;
    color: #2C52A9 !important;
}

/* WCAG */
.tile-span {
	color: black !important;
}