/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-nav [class*='owl-'] {
        color: #FFF;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #D6D6D6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px;
    }

        .owl-theme .owl-nav [class*='owl-']:hover {
            background: #869791;
            color: #FFF;
            text-decoration: none;
        }

    .owl-theme .owl-nav .disabled {
        opacity: 0.5;
        cursor: default;
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px;
        }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: #D6D6D6;
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity 200ms ease;
            border-radius: 30px;
        }

        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #869791;
        }

.MonthlyBulletin-main .owl-dot.active span {
    background: #1697d0 !important;
}

.View-ANCRReport {
    position: relative;
    border: 1px solid #e7e7e7;
}



.owl-nav.NoiseComplaints {
    position: absolute;
    z-index: 99;
    display: flex;
    width: 100%;
    top: 20px;
}

.owl-carousel.owl-theme.owltable.owl-loaded.owl-drag {
    /*padding: 0 22px;*/
    box-sizing: border-box;
}

table.View-Report-table {
    text-align: center;
    width: 100%;
}

.tablemonths {
    text-align: center;
    width: 100%;
}

table.View-Report-table tr th {
    padding: 20px 10px;
    background: #f9f9f9;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
    border-left: 0px solid #f9f9f9;
    border-right: 0px solid #f9f9f9;
    font-weight: 700;
    font-size: 16px;
}

table.View-Report-table tr td {
    padding: 20px 10px;
    width: 100%;
    text-align: center;
}


table.View-Report-table tr {
    width: 100%;
    text-align: center;
}

.customPrevBtn {
    margin-right: auto;
    padding-left: 15px;
    cursor: pointer;
    color: #118dc3;
}

.customNextBtn {
    padding-right: 15px;
    cursor: pointer;
    color: #118dc3;
}

table.View-Report-table tr td a {
    color: #118dc3;
}