.stats_top_search .form-control{
	width:1% !important;
}

.stwr_stats_wrapper {
	max-width: 1400px;
	margin-top: 20px;
	border: 1px solid #ddd;
	width: 100%;
	display: table;
}
.stwr_stats_inner {
    padding-right: 20px;
}


ul.left {
    float: left;
    display: block;
    margin-right: 0px;
    border-bottom:0;
    padding-right: 0px;
    width:220px;
    background: #eee;
    text-align:center
}
ul.left .active {
    background: #e8f8ff !important;
}
ul.left .nav-link {
    padding: 93px 10px;
    margin-bottom: 0;
    color: #565656;
    font-weight: 600;
    font-size: 16px;
    border-radius: 0px;  
    border: none;
    border-bottom: 3px solid #fff;
}
 
ul.left .nav-link:focus, ul.left .nav-link:hover {
    border-color: #fff;
}
ul.left li i {
    display: block;
    background: #fff;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    font-size: 20px;
    border-radius: 50%;
    color: #999;
    margin-bottom: 8px;
    box-shadow: 0px 0px 9px 4px #ddd;
}
.tab-content.outer_tab {
	margin-left:240px;
}



/*----- Heading CSS -----*/
.stats_headding {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 20px;
	background: #2A81BA;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.stats_headding h4{
	margin-bottom:0px;
	color:#fff;
	font-size: 24px;
	font-weight: 400;
}

#myModalChart .modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.modal-header {
    border-bottom: 1px solid #a4a4a5 !important;
}

.stwr_stats_wrapper .tab-pane b{
    text-align: center;
    border: 1px solid #7d7d7d;
    width: 100%;
    margin: 0 auto;
    float: left;
    padding: 10px;
    min-height: 400px;
}


.api_set_link{
    font-size: 24px;
    text-align: center;
    color: #333;
}
