/* summery box gradients - start  */

.bg-blue:after,
.bg-blue:before {
    content: '';
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    height: 100%;
    width: 50%;
    left: 50%;
    top: 0;
}

.bg-green:after,
.bg-green:before {
    content: '';
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    height: 100%;
    width: 50%;
    left: 50%;
    top: 0;
}

.bg-red:after,
.bg-red:before {
    content: '';
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    height: 100%;
    width: 50%;
    left: 50%;
    top: 0;
}

.bg-orange:after,
.bg-orange:before {
    content: '';
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    height: 100%;
    width: 50%;
    left: 50%;
    top: 0;
}

.bg-green-dark:after,
.bg-green-dark:before {
    content: '';
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    height: 100%;
    width: 50%;
    left: 50%;
    top: 0;
}

.bg-black:after,
.bg-black:before {
    content: '';
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    height: 100%;
    width: 50%;
    left: 50%;
    top: 0;
}

/* summery box gradients - end  */
/*before effect*/
.bg-maroon:before {
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
}

.bg-blue:before {
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
}

.bg-green:before {
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
}

.bg-red:before {
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
}

.bg-orange:before {
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
}

.bg-green-dark:before {
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
}

.bg-black:after,
.bg-black:before {
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
}

.bg-maroon:after,
.bg-maroon:before {
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
}

/*before effect - end*/

.bg-blue {
    color: #fff;
    background: rgb(28, 88, 209);
    background: radial-gradient(circle, rgba(28, 88, 209, 1) 0%, rgba(48, 138, 242, 1) 100%);
}

.bg-green {
    color: #FFF;
    background: rgb(0, 159, 9);
    background: radial-gradient(circle, rgba(0, 159, 9, 1) 0%, rgba(27, 195, 37, 1) 42%, rgba(76, 231, 85, 1) 100%);
}

.bg-red {
    color: #FFF;
    background: #ff8582;
    background: rgb(245, 1, 1);
    background: radial-gradient(circle, rgba(245, 1, 1, 1) 0%, rgba(254, 76, 76, 1) 100%);
}

.bg-orange {
    color: #FFF;
    background: rgb(255, 171, 19);
    background: radial-gradient(circle, rgba(255, 171, 19, 1) 34%, rgba(255, 191, 19, 1) 100%);
}

.bg-green-dark {
    color: #FFF;
    background: rgb(0, 159, 9);
    background: radial-gradient(circle, rgba(0, 159, 9, 1) 0%, rgba(6, 165, 15, 1) 23%, rgba(10, 169, 19, 1) 56%, rgba(55, 204, 64, 1) 100%);
}

.bg-black {
    color: #FFF;
    background: rgb(0, 0, 0);
    background: radial-gradient(circle, rgba(0, 0, 0, 1) 0%, rgba(31, 31, 31, 1) 49%, rgba(136, 136, 136, 1) 100%);
}

.bg-maroon {
    color: #fff;
    background: rgb(142, 2, 31);
    background: radial-gradient(circle, rgba(142, 2, 31, 1) 35%, rgba(193, 18, 54, 1) 100%);
}

/* START - GIS CSS */
.map-container {
    position: relative;
}

#info-box {
    padding: 10px;
}

/* END - GIS CSS */

/*START - HIGHCHART CSS */
.highcharts-menu div:nth-child(6),
.highcharts-menu div:nth-child(8),
.highcharts-menu div:nth-child(10),
.highcharts-menu div:nth-child(11) {
    display: none;
}

.highcharts-data-table {
    max-width: 100%;
    overflow-x: scroll;
    ;
}

.highcharts-menu {
    margin-top: 2em;
    min-width: 300px;
}

.highcharts-data-table table {
    border-collapse: collapse;
    border-spacing: 0;
    background: white;
    min-width: 100%;
    margin-top: 10px;
    font-family: sans-serif;
    font-size: 0.9em;
}

.highcharts-data-table td,
.highcharts-data-table th {
    border: 1px solid silver;
    padding: 0.9em;
}

.highcharts-data-table tr:nth-child(even),
.highcharts-data-table thead tr {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #6f7b8a40;
}

.highcharts-data-table caption {
    display: none;
    /*    caption-side: top;
    color: #000;
    border-bottom: none;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;*/
}

/*END - HIGHCHART CSS */
#tabular_report {
    width: 100%;
    height: 100%;
}

.card-body {
    padding: 2rem 2.23rem;
}

.w-88 {
    width: 88% !important;
}

a {
    color: #e51a77;
    text-decoration: none;
    background-color: transparent;
}

.box {
    height: 150px;
    width: 150px;
    background: #EEE;
    border-radius: 10px;
    margin: 10px;
    flex: 0 0 40%;
    max-width: 40%;
    position: relative;
    overflow: hidden;
}

.boxes {
    display: flex;
    flex-wrap: wrap
}

.yellow {
    background: #ff0
}

.blue {
    background: #8888ff
}

.red {
    background: #ff7070
}

.green {
    background: #1aff1a
}

.shadow {
    position: absolute;
    width: 100%;
    height: 75px;
    bottom: 0px;
    text-align: center;
    color: #FFF;
    padding: 20px;
    left: 0px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) -100%, rgba(0, 0, 0, 0.1) 100%);
    border-radius: 0 0 1.25rem 1.25rem;
}

.summary-box {
    position: relative;
    height: 184px;
    overflow: hidden;
}

.sm-box-text {
    font-size: 2.5rem;
    margin-top: 8px;
}

.help-block {
    color: red;
}

.control-label {
    font-weight: bold !important;
}

.required label::after {
    content: " *";
    color: red;
    margin-right: 5px;
}