.filter_info {
    display: none;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.filter_info_li {
    display: none;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.heading {
    margin-left: 15px;
}

.flex-color-container {
    display: flex;
    flex-flow: row wrap;
    background: #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.flex-color-container>div {
    flex: 1;
    margin-left: 1px;
}

.close_chart {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 999;
}

.input-date {
    margin: 10px;
}

.sub-filter {
    margin-left: 25px;
}

.sub-filter-text {
    font-size: 14px;
}

.sub-filter-text-small {
    font-size: 12px;
}

.sub-filter li {
    margin-bottom: 10px;
}

.sub-filter-detail {
    color: #8d9292;
    font-size: 12px;
}

.dot {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
}

.dot_small {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
}

.rectangle {
    height: 20px;
    width: 40px;
    border: 1px solid #ccc;
    border-radius: 10%;	
    display: inline-block;
}

.round {
    position: relative;
}

.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 16px;
    left: 0px;
    position: absolute;
    top: 0;
    width: 16px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 5px;
    left: 2px;
    opacity: 0;
    position: absolute;
    top: 2px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked+label {
    /* background-color: #42ACA8;
    border-color: #42ACA8; */

    background-color: #5B9BD5;
    border-color: #5B9BD5;

}

.round input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

.datepicker table tr td.day {
    font-weight: 800;
}

.datepicker table tr td.disabled {
    font-weight: 400;
}

.datepicker table tr td.old {
    font-weight: 400;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
    background-image: linear-gradient(to bottom, #42ACA8, #42ACA8);
}

.datepicker td {
    border-radius: 0px !important;
}

.added-satellite-date {
    display: inline !important;
    padding: 0px !important;
    padding-left: 5px !important;
}

.section-icon {
    color: #f05f40;
}

.label_heading {
    color: #32AA95;
    font-size: 14px;
    font-weight: 800;
    padding-left: 15px;
}

.event_icon {
    width: 12px;
}

#popup-info {
    height: auto;
}

#popup-content-info {
    width: 100%;
    height: 120px;
}

.ui-accordion-content {
    height: 80px;
}

.ui-accordion-header.ui-state-active {
    background-color: #32AA95;
    border: 0px solid #6f6a68;
}

.ui-accordion .ui-accordion-header {
    font-size: 18px;
}