﻿.modal {
    margin-top: 0;
}

#EmbedCodeIframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.search-label {
    border-bottom: thin solid black;
    margin-bottom: 10px;
}

    .search-label h6 {
        font-size: 22px;
        font-family: arial, sans-serif;
        font-weight: normal;
    }

.search-form {
    margin-top: 43px;
}

.assembly-selector {
    height: 5%;
    padding: 13px;
    cursor: pointer;
    background-color: #ebeef0;
    margin-top: 5px;
}



.assembly-selector input[type="checkbox"], .committee-choice input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin-top: 3px;
}

.committee-choice {
    height: 42px;
    background: #ebeef0;
    padding: 10px;
    padding-left: 23px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 5px;
}


.search-result-info {
    margin-top: 15px;
}


.input-xs {
    height: 20px;
    padding: 5px 10px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 0px;
}

.buttonPadding {
    padding-top: 10px;
    padding-bottom: 4px;
}

.playerControlButtons {
    padding-top: 10px;
    padding-bottom: 0px;
}

    .playerControlButtons .btn {
        margin-bottom: 5px;
    }


.search-popover div.popover h3, .input-group div.popover h3 {
    font-size: 12px;
    text-align: center;
}

.search-popover div.popover div.popover-content, .input-group div.popover div.popover-content {
    font-size: 12px;
}

.search-popover div.popover {
    width: 50%;
}

.input-group div.tooltip {
    width: 200%;
    color: red;
}

.help-icon {
    margin-left: -25px;
    padding-top: 5px;
}

#resourceContentModal {
    height: 420px;
}

#ResourceModal {
    margin-top: 7%;
}

.image-container {
    width: 100%;
    text-align: center;
}

.resource-image {
    max-width: 480px;
    max-height: 270px;
    vertical-align: middle;
}

.player-tabs li.centre-tab {
    float: none;
}

.player-tabs li.centre-tab a {
    line-height: 50px;
}

.btn-fade {
    opacity: 0.4;
}

.nav > li > a.no-focus-nav:focus {
    background-color: transparent;
    text-decoration: none;
}

.nav > li > a.no-focus-nav:hover {
    background-color: #070d10;
    color:white!important
}

@media (max-width: 480px)
{
    .bx-wrapper .bx-viewport .slide span
    {
        top: 8%;
        left: 30%;
    }
}

.main-carousel-content {
    padding-right:10px;
}

.layout-squares .extra h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


