.year-select{
    margin: 0 0 0 10px;
    padding: 0 10px;
    display: inline-block;
    border: none;
    font-size: 16px;
}

.report-section{
    margin: 0 0 24px 0;
    padding: 0;
}

.report-section .form-group{
    margin: 0;
    padding: 10px 20px 10px 0px;
}

.report-section .form-group label{
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.report-table{
    margin: 0;
    padding: 0;
    width: 100%;
}

.report-table tr>td{
    padding: 6px !important;
}

.report-table tr>th{
    padding: 8px !important;
    font-weight: 400 !important;
    color: #6E6E69 !important;
    font-size: 14px !important;
    text-align: center !important;
}

.report-table td{
    text-align: center;
    font-size: 14px;
}

.report-table td:first-child{
    text-align: left;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
    /*.table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }*/

    .report-table thead tr:first-child{
        display: none;
    }

    .report-table tbody tr{
        background-color: transparent !important;
    }

    .st-head-row{
        background-color: #fff;
    }

    .report-table .st-key{
        color: #000000;
    }

    .report-table tr>th.st-head-row{
        border-top: 1px solid #282823;
        text-align: left !important;
    }

    .report-table tr:nth-child(2) th{
        border-top: none;
    }

    .select_report_year{
        padding-left: 0 !important;
    }
    
    .report-table.small-only tr:first-child{
        display: none;
    }

}


/* Dropdown */
.report-dropdown-container {
    position: relative;
    width: 100px;
    padding:0 0 0 10px;
    background: #fff;
    cursor: pointer;
    outline: none;
    font-size: 18px;
    z-index: 9;
}

.report-dropdown-container:after {
    content: "";
    width: 15px;
    height: 9px;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -3px;
    background-image: url('../images/arrow.png');
    background-repeat: no-repeat;
    background-size: 10px;
    z-index: 9;
}

.report-dropdown-container .report-dropdown {
    position: absolute;
    top: 0;
    left: -5px;
    right: 0px;
    background: white;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    list-style: none;
    opacity: 0;
    pointer-events: none;
    padding: 45px 15px 0 15px !important;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    height: 240px;
    overflow-y: scroll;
}

.report-dropdown-container .report-dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-top: .1rem solid #c5c5c5;
}

.report-dropdown-container .report-dropdown li i {
    color: inherit;
    vertical-align: middle;
}

.report-dropdown-container.active:after {
    z-index: 9;
    background-image: url('../images/arrow-up.png');
}

.report-dropdown-container.active .report-dropdown {
    opacity: 1;
    pointer-events: auto;
    z-index: 98;
}

/* No CSS3 support */

.no-opacity       .report-dropdown-container .report-dropdown,
.no-pointerevents .report-dropdown-container .report-dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .report-dropdown-container.active .report-dropdown,
.no-pointerevents .report-dropdown-container.active .report-dropdown {
    display: block;
}

.select_report_year{
    font-weight: 500;
    position:relative;
    z-index: 9;
    margin-left: -5px;
    padding: 8px;
    display: block;
    background: #fff;
    color: #0000FF;
}

.page-report{
    text-align: left !important;
}

.report_title{
    word-wrap: normal !important;
}

.archive_title{
    max-width: 480px;
}

.latest_report_dwn_btn{
    background: #0046FF;
    border-width: 0px !important;
    border-radius: 0px;
    letter-spacing: 0px;
    font-size: 1rem;
    font-weight: 700 !important;
    padding: 8px 16px;
    color: #fff;
	line-height: 36px;
}

.latest_report_dwn_btn:hover {
    color: #fff;
    text-decoration: none;
	background: #003BD9;
}

.latest_report_dwn_btn:first-letter {
   text-transform: uppercase;
}

/*** Report uploader(admin area) ***/

#report_uploader_form label.error{
    color: #ff0000;
    margin-left: 8px;
}

.enter_path{
    cursor: pointer;
}

.spanor{
    margin: 0 6px;
}