﻿.listPicker {
    clear: both;
    display: inline-block;
}

    .listPicker p {
        padding: 3px 0px 6px 0px;
        margin: 0px;
    }

.listPickerListContainer {
    float: left;
    width: 246px;
}

    .listPickerListContainer select {
        width: 246px;
    }

.listPickerButtonContainer {
    float: left;
    text-align: center;
    width: 50px;
}

.listPickerButton {
    margin: 5px 0px;
}

.handle {
    display: inline-block;
    background-color: #333333;
    color: white;
    padding: 2px 4px;
    border-radius: 3px;
    cursor: pointer;
}

.menuActions {
    position: relative;
    padding: 0px !important;
    margin: 0px !important;
    border: none !important;
    background: none !important;
    width: auto !important;
    font-size: 12px !important;
    z-index: 1000 !important;
}

    .menuActions ul {
        position: absolute !important;
        left: 0 !important;
        top: 100% !important;
        width: 150px !important;
        border: 1px #333333 solid !important;
        background-color: white !important;
        padding: 0px !important;
        margin: 0px !important;
        list-style: none !important;
        display: none !important;
        z-index: 500 !important;
        border-radius: 0px !important;
    }

    .menuActions.right ul {
        left: auto !important;
        right: 0 !important;
    }

    .menuActions.bottom ul {
        top: auto !important;
        bottom: 100% !important;
    }

    .menuActions:hover ul {
        display: block !important;
    }

    .menuActions ul li {
        padding: 3px 5px !important;
        line-height: normal !important;
        display: block !important;
        width: 100% !important;
        font-size: 12px !important;
        font-weight: normal !important;
        text-transform: none !important;
    }

        .menuActions ul li a {
            color: #333333 !important;
            padding: 0px !important;
            font-weight: normal !important;
        }

.actions, .itemActions, .pageActions {
    clear: both;
    margin: 10px 0px;
}

.pageActions {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #fff;
    padding: 15px;
    margin: 0;
    text-align: center;
    border-top: 1px solid #000;
}

#toolbar {
    z-index: 5000;
}

.ratio {
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
}

.ratio43 {
    padding: 75% 0 0 0;
}

.ratio169 {
    padding: 56.25% 0 0 0;
}

.ratioS {
    padding: 100% 0 0 0;
}

.ratioL {
    padding: 48% 0 0 0;
}

.ratio img, .ratio div {
    position: absolute;
    display: block;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


.animatedRatio {
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
}

.animatedRatioS {
    padding: 100% 0 0 0;
}

.animatedRatio img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.control-label {
    text-align: left !important;
}

.jumbotron.mini {
    padding: 20px 30px;
}

.fas {
    padding: 0px 5px 0px 0px;
}

    .fas.np {
        padding: 0px;
    }

.placeholder, .table-striped > tbody > tr:nth-child(2n+1).placeholder > td {
    background-color: #428bca !important;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
}

.cookieLaw {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 500;
    color: White !important;
    font-size: 12px !important;
    background-color: #333333;
    padding: 5px;
    text-align: center;
    border-top: 3px white solid;
    display: none;
}

    .cookieLaw p {
        margin: 0;
        padding: 5px 0;
    }

        .cookieLaw p a {
            color: #fff;
            font-weight: bold;
        }

#cookieDialog {
    display: none;
}