﻿.playTocTable {
    width: 100%;
    /*min-width: 100%;
    margin-top: 15px;*/
}

.tocContainer {
    width: auto;
    display: inline-block;
    min-width: 675px;
    height: 65px;
    max-height: 65px !important;
    overflow: hidden;
    padding: 0 3%;
    position: relative;
}

.tocMainContainer {
    width: auto;
    max-width: 675px;
    overflow: hidden !important;
}

.arrowTd {
    width: 25px !important;
    max-width: 25px !important;
    vertical-align: middle;
    height: 100%;
}

.actContainer {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 15px;
    width: auto;
    height: 45px;
    vertical-align: middle;
}

    .actContainer a {
        text-decoration: none;
        color: black;
    }

.actLink {
    width: 100%;
}

    .actLink:hover {
        color: white !important;
        background-color: dimgray;
    }

.actTitle {
    border-bottom: solid 1px gray;
    font-weight: 500;
    text-align: center;
}

.sceneContainer {
    float: left;
    display: inline-block;
}

.actContainer .actSelected {
    color: #aa0000;
    font-weight: bold;
}

    .actContainer .actSelected .actTitle {
        font-weight: 700;
    }

.sceneContainer a {
    color: #aa0000;
    padding: 0 5px;
}

.sceneContainer span {
    color: dimgray;
}

.sceneContainer .selected {
    font-weight: bold;
    color: white;
    background-color: #aa0000;
}

.sceneContainer a:hover {
    color: white;
    background-color: dimgray;
}

.arrowSymb {
    cursor: pointer;
}

    .arrowSymb.disable {
        cursor: no-drop;
    }

/*TOC PAGER */
.pagerTable {
    width: 400px;
    min-width: 400px;
    max-width: 400px;
    margin: 0 auto;
    font-size: 16px;
}

    .pagerTable a {
        text-decoration: none;
        position: relative;
        top: -4px;
        color: #aa0000;
        font-weight: 600;
    }

        .pagerTable a:hover {
            background-color: transparent;
        }

.pagerRow a.aspNetDisabled {
    color: lightgray;
    cursor: not-allowed;
}

.pagerTable img {
    position: relative;
    top: 5px;
}

.pagerTable span {
    color: #aa0000;
    font-weight: 600;
    cursor: pointer;
}

.pagerRow td {
    vertical-align: middle !important;
    width: 33%;
}

    .pagerRow td:nth-child(2) {
        text-align: center;
        position: relative;
        top: 2px;
    }

    .pagerRow td:last-child {
        text-align: right;
    }

.listBoxCont {
    position: relative;
    text-align: center;
}

.listCont {
    position: absolute;
    width: 250px;
    height: 450px;
    position: absolute;
    left: 75px;
    bottom: 0;
    z-index: 1200;
    display: none;
    background-image: url(_images/pagerListBack.png);
    text-align: center;
}

.pagerList {
    width: 210px;
    height: 400px;
    background-color: transparent;
    border: none;
    position: relative;
    top: 20px;
    font-size: 16px;
    cursor: pointer;
    background: none;
}

    .pagerList option {
        padding: 5px;
        color: white;
        height: 20px;
        background-color: #252523;
    }

        .pagerList option:hover, .pagerList .selectedLi, .pagerList option:checked {
            background-color: white;
            color: black;
        }
        .allTextBtn {
            text-align:center;
        }
/*responzivita*/
@media (max-width: 800px) {
    .playTocTable, .pagerTable {
        display: none;
        visibility: hidden;
    }
}
