/*
Theme Name:   twentytwenty child theme
Description:  Write here a brief description about your child-theme
Author:       mahmud
Author URL:   fastwpservices.com
Template:     twentytwenty
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  twentytwenty-child
*/

/* Write here your own personal stylesheet */

.monitor_info{
	padding-bottom: 50px;
}
.page-template-template-monitor .entry-header{
	padding:15px !important;
	display: none;
}

.chart{
	max-width: 500px;
	position: relative;
}

.listtopie-item {
    display: none;
}

.listtopie-initialized
{
	display: inline-block;
	position: relative;
	width: 100%;
	height:100%;
	vertical-align: middle;  
	text-align:center;
}

.listtopie-item
{
	display:none;
}

.listtopie-svg
{
	float:left;
	width:100%;
	height:100%;
}

.listtopie-list
{
	list-style:none;
	padding:0px;
	margin:0px;
}

.listtopie-list > li
{
	overflow:auto;
}

.listtopie-link
{
	font-family:'Arial',sans-serif;
	display:block;
	padding:0px 0px;
	text-decoration:none;
	cursor:pointer;
}

.listtopie-link-color-out
{
    width: 20px;
    height: 20px;
    position: relative;
    float: left;
    text-align: center;
}

.listtopie-link-color
{
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    float: left;
    position: absolute;
    top: 50%;
    left: 30%;
}

.listtopie-info-block
{
	position:absolute;
	width:auto;
	height:auto;
	border:0px green solid;
	padding:10px;
	margin:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#222222;
	color:#fff;
	font-size:14px;
	font-family:'Arial',sans-serif;
	min-width:100px;
	-moz-opacity: 0;
  	-khtml-opacity: 0;
	opacity:0;
	
}
path{fill-opacity :1 !important;}


.result_data{
	display:block;
	clear:both;
	width: 100%;
	overflow: hidden;
}

.api_info{
	width: 50%; float: left;
}

.chart{width: 25%; float: left; margin-top: 35px;}

.availablity .color{background: green; height:30px; width: 30px; display: inline-block; margin-right: 10px;}
.unavailablity .color{background: red; height:30px; width: 30px; display: inline-block; margin-right: 10px;}
.chart_info > span{
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}