
.data-container{
    margin-top: 20px;
    margin-bottom: 20px;
}

.logout-menu{
    margin-left: 10px;
    text-align: center;
}
#gsc-data{
    font-size: 14px !important;
}

#dt-spinner{
    display: none;
}
.loader {
    /* Light grey */
    border: 16px solid blue;
    border-right-color: green;
    border-bottom-color: red;
    border-left-color: pink;

    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#gsc-data tbody tr td:first-child {
    width: 50%;
    word-break: break-all;
}

footer{
    margin-top: 50px;
}

.filter-panel{
    padding: 15px;
    border-bottom: 1px solid lavenderblush;
    margin-bottom: 20px;
}

.buttons-excel{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    margin-bottom: -49px;
}

div.dataTables_wrapper div.dataTables_filter label {
    margin-left: 65px;
}

#site-list{
    padding: 20px;
    border: 1px solid #eeeeee;
    margin-top: 10px;
}

.description{
    padding: 20px;
    margin-bottom: 20px;
}

th{
    text-align: center;
}

#site-list-table > td{
    text-align: center;
}

.site-url-tr{
    text-align: center;
}

#chart-container{
    height: 450px;
    width: 100%;
}
.chart-container-div{
    border: 1px solid #eeeeee;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
}

.fa-line-chart{
    cursor: pointer;
    color: #1e7e34;
    margin-left: 4px;
}

.fa-search-plus{
    cursor: pointer;
    margin-left: 4px;
}

.gsc-data-div{
    overflow: auto;
}

@media (max-width: 768px){
    .buttons-excel{
        width: 100%;
        margin-bottom: 0;
        margin-top: 10px;
    }
    div.dataTables_wrapper div.dataTables_filter label {
        margin-left: 0;
        margin-top: 10px;
        display: block !important;
    }
    div.dataTables_wrapper div.dataTables_filter input {
        display: block !important;
        margin-left: 0 !important;
        width: 100% !important;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
         justify-content: flex-start !important;
    }
    .table-responsive{
        display: block !important;
    }
    #site-list-table tbody tr td:first-child{
        width: 80%;
        word-break: break-all;
    }
    .dataTables_paginate{
        width: 100%;
        overflow-x: scroll;
        border-right: 1px solid #eeeff2;
    }
}
.table-responsive{
    display: table;
}
.chart-titles{
    padding: 5px;
}
#chart-subtitle1{
    color: red;
}
.gscimg{
	margin-top: 50px;
	margin-bottom: 50px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.exclude{
    margin-right: 15px;
}