.wsmPushRight{
    float:right;
}

.wsmPushLeft{
    float:left;
}
.wsmHide{
    display:none;
}
.wsmWidth100p{
     width:100%;
}
.wsmErrorBox{
    padding:5px;
    background:#c80000;
    color:#fff;
    margin:10px 0;
}
.wsmInlineBlock{
    display: inline-block;
    white-space: nowrap;
}
.wsmTooltip {
    position: relative;
    display: inline-block;
}
.wsmTooltip .wsmTooltipText {
    display: none;
    width: 200px;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    text-align: left;
    padding: 5px;
    border-radius: 4px;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 125%;
}
.wsmTooltipText::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
}
.wsmTooltipText font{
    display:block;
}
.wsmTooltip:hover .wsmTooltipText {
    display: block;
}
.wsmArrowUp {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;  
  border-bottom: 5px solid green;
  display:inline-block;
}

.wsmArrowDown {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;  
  border-top: 5px solid #f00;
  display:inline-block;
}
h1.wsmHead{
    margin-bottom:10px;
    font-weight:bold;
}
.wmsHorizontalTab{
    width: 100%;
    float: left;
}
.wmsHorizontalTab ul.wmsTabList{
    margin:5px 0 ;
    padding:0;
   /* border-bottom:1px solid  ; */
    border-bottom:1px solid #d9d9d9;
    float:left;
    width: 100%;
}
ul.wsmUL {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
ul.wsmUL.wsmTodaysStats{
    width:100%;
    display:flex;
}
ul.wsmUL li{    
    padding:12px 20px;
    margin:0;
    border-right:1px solid #cccccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
} 
ul.wsmUL.wsmTodaysStats li{
    width:calc(100% / 6);    
    flex:1;
    align-items:stretch;
    float: left;
}

ul.wsmUL.wsmTodaysStats #wsm_onlineVisitors.highlight{
   background:#339933;
   color:#fff; 
}
ul.wsmUL.wsmLast2months li{
    width:calc(100% / 4);    
    flex:1;
    align-items:stretch;
    float: left;
}
.wsmForeCast ul.wsmUL li{
    width:calc(100% / 2);    
    flex:1;
    align-items:stretch;
    float: left;
}
ul.wsmUL.wsmTodaysStats li:last-child,ul.wsmUL.wsmLast2months li:last-child,.wsmForeCast ul.wsmUL li:last-child{
    border-right:none;
}
ul.wsmUL.wsmTodaysStats li .wsmH2Number,ul.wsmUL.wsmLast2months li .wsmH2Number,.wsmForeCast ul.wsmUL li .wsmH2Number{
    font-weight:bold;
    font-size:18px;
}
ul.wsmUL.wsmGenStats li{
    padding:5px 20px;
    border-bottom:1px solid #cccccc;
}

ul.wsmUL.wsmGenStats li .wsmH2Number{   
    font-weight:bold;
    color: #0073aa;
}
.wsmForeCast ul.wsmUL .wsmLeftBlock{
    float:left;
}
.wsmForeCast ul.wsmUL .wsmRightBlock{
    float:right;
    margin-right:50px;
}
.wsmForeCast ul.wsmUL .wsmLeftBlock .wsmH2Number{
    padding:5px 0;
}
.wsmForeCast ul.wsmUL .wsmRightBlock div{
    padding:6px 0;
}
.wsmForeCast ul.wsmUL .wsmRightBlock div.wsmTop{
    border-bottom:1px solid #ccc;
}

.wsmForeCast ul.wsmUL .wsmRightBlock .wsmH2Number{
    color:#0073aa;
    padding-right:5px;
}
.wsmForeCast ul.wsmUL .wsmRightBlock span.wsmLabel{
    font-size:14px;
}
.wmsHorizontalTab .wsmTopTitle {
    background:#0073aa;
    margin: 5px 0;
    padding: 8px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}
.wmsHorizontalTab .wsmTopTitle span.wsmBrowsing{
    float:right;
}
.wmsHorizontalTab ul.wmsTabList li{
    float:left;   
    margin:0 8px;
    border-top:1px solid #d9d9d9;
    border-right:1px solid #d9d9d9;
    border-left:1px solid #d9d9d9;    
   
}
.wmsHorizontalTab ul.wmsTabList.wsmSubTabList li{
    margin:0 2px;
}

.wmsHorizontalTab ul.wmsTabList li a{
    /*color:;*/
    color:#444;
    text-decoration:none;
    padding:10px;
    /* background:; */
    background:#e4e4e4;
    font-weight:bold;
    display:block;
    position: relative;
}
.wmsHorizontalTab ul.wmsTabList.wsmSubTabList li a {
    padding: 2px 10px;
    font-size: 12px;
    font-weight: normal;
    background:#0073aa;
    color:#fff;
}
.wmsHorizontalTab ul.wmsTabList li a:hover,.wmsHorizontalTab ul.wmsTabList li a.active{
    /* color:#fff;
    background: ; */
    background: #f1f1f1; 
    bottom: -1px;
}
.wmsHorizontalTab ul.wmsTabList.wsmSubTabList li a:hover,.wmsHorizontalTab ul.wmsTabList.wsmSubTabList li a.active{
    color:#fff;
    background: #333;
}
.wmsHorizontalTab ul.wmsSubList{
    margin:5px 0;
    padding:0;
    float:left;
    width: 100%;
}
.wmsHorizontalTab ul.wmsSubList li {
    float:left;    
    margin:0;   
}
.wmsHorizontalTab ul.wmsSubList li a {
    padding:0 5px;
    border-right:1px solid #333;
    text-decoration:none;
    display:block;
    color:#333}
.geo_stats_submenu a:hover,.geo_stats_submenu a.active, 
.stats_submenu a:hover,.stats_submenu a.active, 
.wmsHorizontalTab ul.wmsSubList li a:hover,.wmsHorizontalTab ul.wmsSubList li a.active{
    color:#0073aa;
	outline:none;
	box-shadow:none;
}
.wmsHorizontalTab ul.wmsSubList li:last-child a{
    border-right:none;
}
.wsmMetaboxContainer h2{
    background:#0073aa;
    color:#fff;
}
.wsmMetaboxContainer .handlediv, .wsmMetaboxContainer .item-edit, .wsmMetaboxContainer .sidebar-name-arrow, .wsmMetaboxContainer .accordion-section-title:after{
    color:#fff;
}
.wsmMetaboxContainer #dashboard-widgets .hndle a{
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    margin-right:10px;
}
#wpbody-content .wsmMetaboxContainer #dashboard-widgets  #wsm-postbox-container-1, #wpbody-content .wsmMetaboxContainer #dashboard-widgets  #wsm-postbox-container-4{
    width:100%;
}
#wpbody-content .wsmMetaboxContainer #dashboard-widgets  #wsm-postbox-container-2{
    float:left;
    width:49.5%;
}
#wpbody-content .wsmMetaboxContainer #dashboard-widgets  #wsm-postbox-container-3{
    float:right;
    width:49.5%;
}
#wpbody-content .wsmMetaboxContainer #dashboard-widgets .postbox .inside{
    border:1px solid #ccc;
    margin:0;
    padding:0;
    border-top:none;
}
#barStacked_rgraph_domtext_wrapper,#LastBarStacked_rgraph_domtext_wrapper{
    transform:skewY(0) !important;
}

.wsmMetaboxContainer .jqplot-target{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    
}
.wsmMetaboxContainer table.jqplot-table-legend, .wsmMetaboxContainer table.jqplot-cursor-legend{
    font-size: 12px;
    color:#444;
    line-height:normal;
	min-width:200px !important;
}
.referral_url_history .jqplot-highlighter-tooltip, .referral_url_history .jqplot-canvasOverlay-tooltip,
.wsmMetaboxContainer .jqplot-highlighter-tooltip, .wsmMetaboxContainer .jqplot-canvasOverlay-tooltip{
    background: rgba(0,0,0,0.6);
    z-index:11000;
    font-size: 13px;
    color:#fff !important;
    padding: 2px 5px;
}
.wsmMetaboxContainer .jqplot-highlighter-tooltip span{
    margin-right:5px;
    float:left;
    width:10px;
    height:15px;
    border:1px solid #000;
}
 .wsmMetaboxContainer #LastBarStacked .jqplot-table-legend{
    left: 27px !important;
    top: -5px !important;
}
.wsmMetaboxContainer .postbox .hndle, .wsmMetaboxContainer .stuffbox .hndle{
    border-bottom:1px solid #0073aa;
}

.wsmMetaboxContainer .chartContainer .wsmTopChartBar,.wsmMetaboxContainer .wsmForecastHeader{
    padding:0;
    margin:0;
    background:#ecedef;
    border-bottom:1px solid #d2d9e1; 
    border-top: 1px solid #d2d9e1;
    display: flex;
}
.wsmMetaboxContainer .wsmForecastHeader{
    padding: 6px 12px;
    font-size:13px;
    font-weight:bold;
}
.wsmMetaboxContainer .wsmTopChartBar .wsmChartLegend .jqplot-table-legend {
    position:relative;
    margin:6px 12px;
}
.wsmMetaboxContainer .chartContainer .wsmTopChartBar .wsmBarCompare,.wsmMetaboxContainer .chartContainer .wsmTopChartBar .wsmChartLegend{
    flex:auto;
    text-align:left;
}
.wsmMetaboxContainer .chartContainer .wsmTopChartBar .wsmBarCompare{
    text-align:right;
}
.wsmMetaboxContainer .chartContainer .wsmTopChartBar .wsmBarCompare .wsmButton:last-child{
    border-right: none;   
}

.wsmMetaboxContainer .wsmButton {
    display: inline-block;
    white-space: nowrap;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #bfcad5;    
    padding: 3px 10px;
    margin: 0.5em 0;    
    text-decoration: none;
    color: #333;
    text-shadow:0 1px 0 #fff;
    font-weight:bold;
    
}
.wsmMetaboxContainer .wsmButton img {
    margin: auto 2px;
    vertical-align: bottom;
    display: inline-block;
}
.wsmMetaboxContainer .wsmButton:hover,.wsmMetaboxContainer .wsmButton:focus,.wsmMetaboxContainer .wsmButton.active{
    color:#0073aa;
    box-shadow:none;
}
.wsmMetaboxContainer #pieGeolocation .jqplot-table-legend.jqplot-table-legend-swatch,.wsmMetaboxContainer #pieGeolocation .jqplot-table-legend.jqplot-table-legend-label{
    padding-top:0 !important;
}

.wsmMetaboxContainer .wsmBoxUPDdataTIP {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 1px 2px;
    font-family: Arial;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    background-color: #393;
    position: relative;
    /*z-index: 100;*/
    left: 0;
    top: 0; 
    display: none;
    -moz-box-shadow: 1px 1px 4px #333;
    -webkit-box-shadow: 1px 1px 4px #333;
    box-shadow: 1px 1px 4px #333;
    margin-left: 2px;
    line-height:normal;
}
.wsmMetaboxContainer #wsm_genStats .wsmCounters .wsmBoxUPDdataTIP{
    margin-right:4px;
}
.wsmMetaboxContainer .wsmCounters .wsmBoxUPDdataTIP.wmcRedBack{
     background-color: #9c0000;
}
.wsmColorRed{
    color:#c00 !important;
}
.wsmColorYellow{
    color:#ff9400 !important;
}
.wsmColorGreen{
    color:#393 !important;
}
.wsmMetaboxContainer .wsmTableContainer{
    min-height: .01%;
    max-height: 350px;
    overflow-x: auto;
    overflow-y: auto;
}
.wsmMetaboxContainer #wsm_recentVisPagesDetails .wsmTableContainer, .wsmMetaboxContainer #wsm_mostActiveVisitorsDetails .wsmTableContainer,.wsmMetaboxContainer #wsm_popularPagesDetails .wsmTableContainer,.wsmMetaboxContainer #wsm_popularReferrerDetails .wsmTableContainer,.wsmMetaboxContainer #wsm_activeVisitorsCountByCity .wsmTableContainer,.wsmMetaboxContainer #wsm_activeVisitorsCountByCountry .wsmTableContainer{
    max-height: none;
}
.wsmMetaboxContainer #wsm_mostActiveVisitorsDetailsList .wsmTableContainer,.wsmMetaboxContainer #wsm_recentVisitedPagesdetailsList .wsmTableContainer{    
    max-height: 500px;
}
.wsmMetaboxContainer .wsmTableContainer table,.wsmMetaboxContainer #wsm_dayStatBox table{
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.wsmMetaboxContainer #wsm_dayStatBox table tr td{
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding:5px;
}
.wsmMetaboxContainer #wsm_dayStatBox table tr td:last-child{
    border-right: none;
}
.wsmMetaboxContainer #wsm_dayStatBox table tr:last-child td{
     border-bottom: none;
}
.wsmMetaboxContainer #wsm_dayStatBox table tr td span{
    font-size:16px;
    font-weight:bold;
    color: #0073aa;
}
.wsmMetaboxContainer #wsm_dayStatBox table tr td span.wsmColorGray{
    color:#808080;
}
.wsmMetaboxContainer .wsmTableContainer .wsmTableStriped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.wsmMetaboxContainer .wsmTableContainer .wsmTableStriped > tbody > tr:nth-of-type(even) {
    background-color: #fff;
}
.wsmMetaboxContainer .wsmTableContainer table  tr{
    margin-left:12px;
}
.wsmMetaboxContainer .wsmTableContainer table  tr  td,.wsmMetaboxContainer .wsmTableContainer table  tr  th{
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    padding:5px;
}
.wsmMetaboxContainer .wsmTableContainer table  tr  th{
    text-align:left;
}
.wsmMetaboxContainer .wsmTableContainer table  tr  td.wsmTimeDiff{
    padding-left:12px;
    font-weight:bold;
    color:#0073aa;
    width:50px;
    text-align:right;
}
.wsmMetaboxContainer #wsm_refferStatsBox.wsmTableContainer table th{
    text-align:right;
    font-weight:bold;
} 

.wsmMetaboxContainer #wsm_refferStatsBox.wsmTableContainer table td{
    text-align:right;
}
.wsmMetaboxContainer #wsm_refferStatsBox.wsmTableContainer table td div{
    color:#808080;
}
.wsmMetaboxContainer #wsm_refferStatsBox.wsmTableContainer table td:first-child{
    text-align:left;
    font-weight:normal;
}
.wsmMetaboxContainer #wsm_refferStatsBox.wsmTableContainer table th:first-child{
    text-align:left;
}
.wsmMetaboxContainer .wsmFilterWrapper .ui-datepicker{
    width:14em;
    border: 1px solid #f0f0f0;
    background:none;
    background-color: #fff;
}
.wsmMetaboxContainer .wsmFilterWrapper .ui-datepicker .ui-datepicker-title select{
    font-size:12px;
    line-height: 24px;
    height: 24px;
}
.wsmMetaboxContainer .wsmFilterWrapper .ui-datepicker .ui-datepicker-prev, .wsmMetaboxContainer .wsmFilterWrapper .ui-datepicker .ui-datepicker-next{
   line-height: 24px;
    height: 24px; 
    top:4px;
}
.wsmMetaboxContainer .wsmFilterWrapper .ui-datepicker .ui-state-hover.ui-datepicker-prev-hover, .wsmMetaboxContainer .wsmFilterWrapper .ui-datepicker .ui-state-hover.ui-datepicker-next-hover{
    background:none;
    top:4px;    
}
.wsmMetaboxContainer .wsmFilterWrapper .ui-datepicker .ui-datepicker-header{
    background:none;
    border:none;
}
.wsmMetaboxContainer .wsmFilterWrapper .ui-datepicker .ui-datepicker-calendar th{
    padding: .2em .3em;
}
.wsmMetaboxContainer .wsmFilterWrapper table.wsmOuterTable, .wsmMetaboxContainer .wsmFilterWrapper table.wsmOuterTable table{
    width:100%;
}
.wsmMetaboxContainer .wsmFilterWrapper table.wsmOuterTable tr td:nth-child(2) table{
    border-right:1px solid #ddd;
}
.wsmMetaboxContainer .wsmFilterWrapper .wsmMiddleWrapper span:first-child{
    margin-right:20px;
}
.wsmMetaboxContainer .wsmFilterWrapper .ui-datepicker .ui-datepicker-calendar span{
    margin-right:0px;
}
.wsmMetaboxContainer .wsmFilterWrapper .wsmMiddleWrapper .wsmDaily .wsmNormal table tr td:first-child{
    padding-right:20px;
}
#left-sortables .wsmTableContainer table  tr  td.wsmTimeDiff,#right-sortables .wsmTableContainer table  tr  td.wsmTimeDiff{
    width:20px;
}


#left-sortables .wsmTableContainer table  tr  td.wsmPageTitle{
     padding-left:15px; 
}
#right-sortables #wsm_mostActiveVisitorsList table  tr  td:nth-child(2){
    width: 330px;
    padding-left:15px; 
}
#right-sortables #wsm_mostActiveVisitorsList table  tr td.wsmIconSet .flag{
    margin-bottom:2px;
}
.wsmMetaboxContainer .wsmTableContainer table  tr  td.wsmPageTitle{
    padding-left:30px;    
}
.wsmMetaboxContainer .wsmTableContainer table  tr  td .wsmPageTitle a{
    word-break: break-all;
    word-wrap:break-word;
}
.wsmMetaboxContainer .wsmTableContainer table  tr  td.wsmIconSet{
    width:80px;
}
.wsmMetaboxContainer #wsm_activeVisitorsCountByCity table  tr  td.wsmIconSet{
    width:auto;
}
.wsmMetaboxContainer #wsm_activeVisitorsCountByCountry table  tr  td.wsmIconSet{
    width:auto;
}
#top-sortables .wsmTableContainer table  tr  td.wsmCityCountry{
    width:150px;
}
.wsmMetaboxContainer .wsmTableContainer table  tr  td.wsmCityCountry{
    width:80px;
}
.wsmMetaboxContainer .wsmTableContainer table  tr  td.wsmBrowerOS{
    width:50px;
}
.wsmMetaboxContainer #wsm_mostActiveVisitors .wsmTableContainer table  tr  td.wsmBrowerOS{
    width:70px;
}
.wsmMetaboxContainer .wsmTableContainer table  tr  td.wsmIconSet img{
    margin-right:6px;
}
.wsmMetaboxContainer .wsmTableContainer table  tr  td.wsmIconSet img:last-chid{
    margin-right:0;
}
.wsmMetaboxContainer .wsmTableContainer table.wsmSpanTable tr td{
    border-top:0px;
}
.wsmMetaboxContainer .wsmTableContainer table.wsmSpanTable [rowspan],
.wsmMetaboxContainer .wsmTableContainer table.wsmSpanTable [rowspan] ~ th,
.wsmMetaboxContainer .wsmTableContainer table.wsmSpanTable [rowspan] ~ td,
.wsmMetaboxContainer .wsmTableContainer table.wsmSpanTable tfoot {
    border-top: 1px solid #ddd;    
}
.wsmMetaboxContainer .wsmTableContainer table.wsmSpanTable tr td.wsmTimeDiff {
    vertical-align:middle;
    padding-right:20px;
}
.wsmMetaboxContainer .wsmTableContainer table.wsmSpanTable tr td.wsmPageTitle{
    padding-left:5px;
}
.wsmMetaboxContainer .wsmTableContainer table tr td.wsmResolution{
    width:60px;
}
.wsmMetaboxContainer .wsmTableContainer table tr td.wsmHits{
    width: 110px;
    background: #e8e6e6;
    text-align: center;    
}

.wsmMetaboxContainer #wsm_TableTrafficStats.wsmTableContainer{
    max-height:none;
}
.wsmMetaboxContainer #wsm_TableTrafficStats .wsmTableStriped tr th,
.wsmMetaboxContainer #wsm_TableTrafficStats .wsmTableStriped tr td{
    text-align:center;
}

.wsmMetaboxContainer #wsm_TableTrafficStats .wsmTableStriped tr td.wsmTimeColumn,.wsmMetaboxContainer #wsm_TableTrafficStats .wsmTableStriped tr th.wsmTimeColumn{
    
}
.wsmMetaboxContainer #wsm_TableTrafficStats .wsmTableStriped tr td.wsmInlineGraph,
.wsmMetaboxContainer #wsm_TableTrafficStats .wsmTableStriped tr th.wsmInlineGraph{
    text-align:left;
    vertical-align:middle;
}
.wsmMetaboxContainer #wsm_TableTrafficStats .wsmTableStriped tr td.wsmInlineGraph table{
    padding:0;
    margin:0;
    height:20px;
}
.wsmMetaboxContainer #wsm_TableTrafficStats .wsmTableStriped tr td.wsmInlineGraph table td{
    padding:0;
    margin:0;
    border:none;
    height:14px;
}
.wsmMetaboxContainer #wsm_TableTrafficStats .wsmTableStriped tr td.wsmInlineGraph table td:first-child{
    text-align:right;
    border-right: 1px solid;
}
.wsmMetaboxContainer #wsm_TableTrafficStats .wsmTableStriped tr td.wsmInlineGraph table td:last-child{
    text-align:left;
}
.wsmMetaboxContainer #wsm_TableTrafficStats .wsmTableStriped tr td div{
    color:#808080;
}
.wsmMetaboxContainer #wsm_TableTrafficStats .wsmTableStriped tr td.wsmInlineGraph div,
.wsmMetaboxContainer #wsm_TableTrafficStats .wsmTableStriped tr td.wsmInlineGraph font{
    vertical-align:middle;
}
.wsmMetaboxContainer #wsm_TableTrafficStats .wsmTableStriped tr td.wsmInlineGraph .wsmProgressBar {
    background: #93b665;
    border: 0 solid #82a554;    
    border-radius: 2px;
    box-shadow: 0 1px 1px #fff;
    display: inline-block;
    height: 19px;
}
.wsmMetaboxContainer #wsm_TableTrafficStats .wsmTableStriped tr td.wsmInlineGraph .wsmProgressBar.wsmGreenBack{
    background: #93b665;
    border: 0 solid #82a554;  
    height: 14px; 
}
.wsmMetaboxContainer #wsm_TableTrafficStats .wsmTableStriped tr td.wsmInlineGraph .wsmProgressBar.wsmRedBack{
    background: #C00;
    border: 0 solid #900;
    height: 14px;
}
.wsmMetaboxContainer #wsm_TableTrafficStats .wsmTableStriped tr th{

}
.wsmMetaboxContainer #wsm_TableTrafficStats .wsmTableStriped tr th.wsmBounceColumn{

}
.wsmMetaboxContainer #wsm_TableTrafficStats .wsmTableStriped tr td.wsmTimeColumn,
.wsmMetaboxContainer #wsm_TableTrafficStats .wsmTableStriped tr th.wsmTimeColumn,
.wsmMetaboxContainer #wsm_TableTrafficStats .wsmTableStriped tr td.wsmCommonColumn{
    text-align:left;
}
.wsmMetaboxContainer .wsmFilterWrapper .wsmRadioTabWrapper{
    border-bottom: 1px solid #ddd;
    position: relative;
    clear: both;
    padding: 10px 0 0px 10px;
}
 .wsmbottomWrapper{
    border-top: 1px solid #ddd;   
    padding:5px;    
} 
.wsmMetaboxContainer .wsmFilterWrapper .wsmMiddleWrapper {
    padding: 10px 10px 10px 15px;
}
.wsmMetaboxContainer .wsmFilterWrapper .wsmRadioWrapper{
    display: inline-block;
    padding: 3px 30px 0px 10px;
       
} 
.wsmMetaboxContainer .wsmFilterWrapper .wsmRadioWrapper input.wsmRadioTab{
    margin-top:1px;
}
.wsmMetaboxContainer .wsmFilterWrapper .wsmRadioWrapper input.wsmRadioTab +label{
    margin-right:10px;
}
.wsmMetaboxContainer .wsmFilterWrapper .wsmRadioTabWrapper input.wsmRadioTab{
   display:none;
}
.wsmMetaboxContainer .wsmFilterWrapper .wsmRadioTabWrapper label{
    cursor: pointer;
    border: 1px solid #aaa;
    border-bottom: 0;
    background-color: #fff;
    margin-right:5px;
    padding: .5em 1em;
    position: relative;
    display:inline-block;
}

.wsmMetaboxContainer .wsmFilterWrapper .wsmRadioTabWrapper  label:hover{
    background-color: #eee;
}
.wsmMetaboxContainer .wsmFilterWrapper .wsmRadioTabWrapper input.wsmRadioTab:checked + label {
    box-shadow: 0 3px 0 -1px #fff,
    inset 0 5px 0 -1px #0073aa;
    background-color: #fff;
    border-color: #428bca;
    z-index: 1;
}
.wsmMetaboxContainer .wsmFilterWrapper .wsmRadioTabWrapper input.wsmRadioTab:checked:before{
    display:none;
}
.wsmMetaboxContainer .vistor_panel_data .wsmAccordian ,
.wsmMetaboxContainer #wsm_topRefferStatsList .wsmAccordian {
    transition: 0.4s;
    text-align: left;
    border-bottom:1px solid #ddd;
    padding:10px;
    font-size:14px;
    cursor:pointer;
}
.wsmMetaboxContainer .vistor_panel_data .wsmAccordian:last-child,
.wsmMetaboxContainer #wsm_topRefferStatsList .wsmAccordian:last-child{
    border-bottom:none;
}
.wsmMetaboxContainer .vistor_panel_data .wsmAccordian:hover,
.wsmMetaboxContainer #wsm_topRefferStatsList .wsmAccordian:hover{
    background-color:#f9f9f9;
}
.wsmMetaboxContainer .vistor_panel_data .wsmAccordian span:first-child,
.wsmMetaboxContainer #wsm_topRefferStatsList .wsmAccordian span:first-child{
    margin-right: 20px;
    text-align: right;
    width: 30px;
    display: inline-block;
}
.wsmMetaboxContainer .vistor_panel_data .wsmPanel.
.wsmMetaboxContainer #wsm_topRefferStatsList .wsmPanel{       
    border: 5px #ddd solid;    
    margin-top: 10px;
    font-size: 12px;
    display:none;
    transition: all 0.6s ease-in-out;
}
.wsmMetaboxContainer .vistor_panel_data .wsmPanel table  tr  td.wsmIconSet,
.wsmMetaboxContainer #wsm_topRefferStatsList .wsmPanel table  tr  td.wsmIconSet{ 
    width:100px;
}
.wsmMetaboxContainer .vistor_panel_data.wsmTableContainer,
.wsmMetaboxContainer #wsm_topRefferStatsList.wsmTableContainer{
    max-height: none;
}
.wsmMetaboxContainer .vistor_panel_data table th:first-child,  
.wsmMetaboxContainer #wsm_topRefferStatsList table th:first-child,
.wsmMetaboxContainer #wsm_topRefferStatsList table td:first-child{
    text-align:right;
    padding-right:20px;
    width:60px;
}
.wsmMetaboxContainer .vistor_panel_data  table th:last-child,
.wsmMetaboxContainer #wsm_topRefferStatsList table th:last-child,
.wsmMetaboxContainer #wsm_topRefferStatsList table td:last-child{
    text-align:center;
    width:60px;
}
.wsmMetaboxContainer .vistor_panel_data table td:last-child div,
.wsmMetaboxContainer #wsm_topRefferStatsList table td:last-child div,
.compare_second_result{
    color:#808080;
}
.wsmMetaboxContainer .wsmPageContainer{
    text-align:center;
    padding:0 10px;
}
.wsmPagination{ 
    list-style:none; 
    font-size:12px; 
}
.wsmPagination li{ 
    display:inline-grid; 
    margin-right:7px;
    margin-bottom: 0px;
}
.wsmPagination li:last-child{
    margin-right:0px;
}
.wsmPagination li a{    
    padding:4px 9px;  
    border:1px solid #efefef; 
}
.wsmPagination li:hover{
    background-color:#0073aa;
    color:#fff; 
}
.wsmPagination li:hover a{
    color:#fff; 
}
.wsmPagination li span.wsmCurrent {  
    padding:4px 9px;  
    border:1px solid #efefef; 
    background-color:#0073aa;
    color:#fff;  
}    
.wsmTableContainer .wsmIcon,
.wsmMetaboxContainer .wsmIcon{
    display:inline-block;
    width:16px;
    height:16px;
    background:url('../images/icons.png') no-repeat;
}
.wsmIcon.mozillafirefox{
    background-position:-112px 0;
}
.wsmIcon.googlechrome{
    background-position:-80px 0;
}
.wsmIcon.opera{
    background-position:-224px 0;
}
.wsmIcon.internetexplorer,.wsmIcon.microsoftinternetexplorer{
    background-position:-144px 0;
}
.wsmIcon.safari{
    background-position:-256px 0;
}
.wsmIcon.desktop{
    background-position:-192px 0;
}
.wsmIcon.mobile{
    background-position:-336px 0;
}
.wsmIcon.windows, .wsmIcon.windows98{
    background-position:-320px 0;
}
.wsmIcon.linux{
    background-position:-176px 0;
}
.wsmIcon.android{
    background-position:0 0;
}
.wsmIcon.google{
    background-position:-128px 0;
}
.wsmIcon.bing{
    background-position:-64px 0;
}
.wsmIcon.yahoo{
    background-position:-304px 0;
}
.wsmIcon.aol{
    background-position:-16px 0;
}
.wsmIcon.askcom{
    background-position:-48px 0;
}
.wsmIcon.microsoftedge{
    background-position:-368px 0;
}
.wsmIcon.ios, .wsmIcon.mac{
    background-position:-32px 0;
}
/* SPINNER START */
.wsmSpinner {
  margin: 0 auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.wsmSpinner > div {
  background-color: #0073aa;
  height: 100%;
  width: 6px;
  display: inline-block;
  margin-right: 4px;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.wsmSpinner .wsmRect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.wsmSpinner .wsmRect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.wsmSpinner .wsmRect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.wsmSpinner .wsmRect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  margin-right:0px;
}
.wsmExpandCollapse{
    width:15px;
    height:15px;
    display:none;
}
.wsmExpandCollapse.wsmExpand, .wsmReferralRow:hover .wsmExpandCollapse{
    display:block;
    background: url('../images/ui-icons_454545_256x240.png') -130px -192px no-repeat;
}
.wsmExpandCollapse.wsmCollapse,.wsmReferralRow:hover .wsmExpandCollapse.wsmCollapse{
    display:block;
    background: url('../images/ui-icons_454545_256x240.png') -162px -192px no-repeat;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
/* SPINNER END */
@media screen and (max-width: 1000px) {
    #wpbody-content .wsmMetaboxContainer #dashboard-widgets  #wsm-postbox-container-2,#wpbody-content .wsmMetaboxContainer #dashboard-widgets  #wsm-postbox-container-3{        
        width:100%;
    }
}
body > #ui-datepicker-div{
    display:none;
}

.vistor_panel_data tr[id^="wsmRowChild_"] .wsmTableStriped,
#wsm_topRefferStatsList tr[id^="wsmRowChild_"] .wsmTableStriped {
    border-left: 1px solid #ccc;
    float: right;
    width: 90%;
}
.vistor_panel_data tr[id^="wsmRowChild_"] .wsmTableStriped td:first-child ,
#wsm_topRefferStatsList tr[id^="wsmRowChild_"] .wsmTableStriped td:first-child {
    text-align: center;
    width: 5%;
}
.vistor_panel_data tr[id^="wsmRowChild_"] .wsmTableStriped td ,
#wsm_topRefferStatsList tr[id^="wsmRowChild_"] .wsmTableStriped td {
    text-align: left;
    width: 95%;
}
.vistor_panel_data tr[id^="wsmRowChild_"] div,
#wsm_topRefferStatsList tr[id^="wsmRowChild_"] div {
    text-align: right;
}
.vistor_panel_data  tr[id^="wsmRowChild_"] > td ,
#wsm_topRefferStatsList tr[id^="wsmRowChild_"] > td {
    padding: 0 !important;
}
.vistor_panel_data tr[id^="wsmRowChild_"] .wsmTableStriped tr:first-child td ,
#wsm_topRefferStatsList tr[id^="wsmRowChild_"] .wsmTableStriped tr:first-child td {
    border-top: medium none;
}

.referral_url_history{
    padding-left: 10%;
}
.referral_info_panel,
.chart_panel,
.referral_url_history_records {
    border-left: 1px solid #ccc;
    float: right;
    width: 100%;
	position:relative;
}
.referral_url_history_records {
    margin-bottom: 20px;
}
.referral_url_history_records > div{
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    border-bottom: 1px solid #ccc;
}
.referral_url_history_records tr td:first-child {
    text-align: left !important;
}
.referral_url_history_records th, 
.referral_url_history_records td {
    text-align: center !important;
    width: 21%;
}
.referral_url_history_records th:first-child {
    text-align: left !important;
}
.wsmMetaboxContainer .wsmTableContainer table tr th {
}
.referral_url_history_records th {
    text-align: center !important;
}
.referral_url_history_records > table {
    border-left: 1px solid #ccc;
}


.jqplot-target .jqplot-table-legend {
  width: auto !important;
}

.chart_panel .jqplot-table-legend {
  width: auto !important;
}
.chart_panel .jqplot-table-legend td {
  vertical-align: middle !important;
  padding: 5px !important;
}

.referral_info_panel td {
  width: 100px !important;
  text-align: center !important;
  vertical-align: middle !important;
}
.referral_info_panel tr:first-child td {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  background: #0073aa;
  color: #fff;
}
.referral_info_panel td:first-child {
  font-weight: bold;
  letter-spacing: 1px;
}
#dashboard-widgets a, #dashboard-widgets a:active{
    outline: none;
}
.linkRemoveData,
.linkRemoveData:hover{
position: absolute;
color: #fff;
right: 4px;
top: 6px;
}

.single_location_chart .bar_graph, 
.panelSearchEngineReview .bar_graph {
  background: green;
  display: block;
  float: left;
  height: 20px;
  border-radius: 4px;
  margin-right: 5px;
}
.single_location_chart .bar_graph{
	height:10px
}
.wsmLocationList .wsmReferralRow > td {
  padding-bottom: 20px !important;
}
.wsmLocationList .wsmReferralRow {
  position: relative;
}
.single_location_chart {
  position: absolute;
  width: 375px;
  right: 10px;
  font-size:10px;
  margin-top:5px;
  line-height:100%;
}
.single_location_chart span {
  float:left
}
.panelSearchEngineReview td {
  padding: 5px;
}
.panelSearchEngineReview td:last-child {
  text-align: center;
}

.urlVisitInfo span {
  text-align: left;
  padding-right: 30px;
  float: right;
}
.urlVisitInfo {
  text-align: left !important;
  padding-left: 30px;
}
.urlVisitInfo span:first-child {
  float: left;
}
.wsmMetaboxContainer .vistor_panel_data{
	display:none;
	max-height:none;
}
.geo_stats_submenu,
.stats_submenu {
	padding:10px;
}
.geo_stats_submenu a.wsmColorGreen,
.geo_stats_submenu a,
.stats_submenu a.wsmColorGreen,
.stats_submenu a{
	outline:none;
	color:#000 !important;
	box-shadow:none;
}
.geo_stats_submenu a.active,
.stats_submenu a.active{
	color:#0073aa !important;
}
.vistor_panel_data th:last-child{
	width:100px;
}
.vistor_panel_data td:last-child{
	text-align:center;
}
.vistor_panel_data th:first-child,
.vistor_panel_data td:first-child{
	text-align:center !important;
	width:70px;
}
.wsmMetaboxContainer .wsmSearchKeywords{
	max-height:none;
}

.wsmSearchKeywords .pull-right {
  font-size: 11px;
  float: right;
}

.wsmSearchKeywords .pull-right span{
  color:#0073aa
}
.wsmReferenceList.vistor_panel_data{
	display:block;
}
.postbox-container div.jqplot-table-legend-swatch-outline,
.postbox-container table.jqplot-table-legend, 
.postbox-container table.jqplot-cursor-legend{
	border:none;
}

.wsmLocationList .width_100 {
  width: 100px;
}
.wsmLocationList .align_center {
  text-align: center !important;
}

.wsmContentURLStats th:nth-child(2) {
  width: 60%;
}
.wsmContentURLStats .align_center, .wsmContentURLStats table tr th.align_center{
	text-align:center;
}
.wsmMetaboxContainer .wsmTableContainer.wsmContentURLStats{
	max-height:none;
}

.referral_url_history_records th, .referral_url_history_records td {
  width: 21% !important;
}

.traffic_by_url_list_panel .hits_panel {
  display: inline-block;
}
.traffic_by_url_list_panel .hits_panel span {
  color: #0073aa;
  padding: 0 2px;
}
.traffic_by_url_list_panel {
  list-style: inside;
  padding-left: 10px;
}

.wsmContentURLStats table th:first-child, .wsmContentURLStats table td:first-child {
  padding-left: 10px !important;
}

.wsmContentURLStats .link_url .dashicons {
font-size: 10px;
font-weight: unset;
width: 10px;
height: 10px;
transform: rotate(45deg);
line-height: 10px;
}
.wsmContentURLStats .dashicons:before {
  transform: rotate(90deg);
  color: #ccc;
}
.wsmContentURLStats .link_url {
  border: 1px solid #ccc;
  margin-left: 10px;
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
}

.title_colud_panel li {
  display: inline-block;
  padding: 0 5px;
}

.title_colud_panel {
  margin: 10px;
  text-align: center;
}
.title_colud_panel .wsmTooltipText::after {
	top:100%;
	right:50%;
	margin-top:0;
	border-color:#555 transparent transparent;
	display:none;
}

.title_search_panel {
  position: absolute;
  left: 15%;
  top: 2px;
}


.title_search_panel .dashicons {
  position: absolute;
  right: 4px;
  top: 4px;
}


.exclusion_id_form_panel {
  float: right;
  margin-right: 50px;
  margin-top: 70px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 20px;
}

#tblIPList {
  width: 50%;
  border-right: 1px solid #ccc;
}

#tblIPList td {
  vertical-align: middle;
}

#tblIPList tr td:first-child, #tblIPList tr th:first-child{
	text-align:center;
}

.exclusion_id_form_panel input[type="text"] {
  padding: 5px;
  margin-right: 10px;
  width: 150px;
}

/*
* toggle switch
*/
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.update_message {
  width: calc( 50% - 40px );
  position: absolute;
  right: 10px;
  border: 1px solid #ccc;
  z-index: 9999;
  top: 10px;
  padding: 10px;
  font-weight: 700;
  line-height: 30px;
  display:none;
}

.update_message.updated,
.update_message.error {
	display:block;
}

.report_list_table td {
    padding: 5px;
}
.report_list_table {
    border: 1px solid #ccc;
    padding: 10px;
}


.site_dashboard_widget_panel {
    border: 1px solid #ccc;
    padding: 5px;
	display:none;
}
.site_dashboard_widget_panel div {
    background: #ddd none repeat scroll 0 0;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 5px;
}
.site_dashboard_widget_panel + table {
    width: 100%;
	border:1px solid #ccc;
}
.site_dashboard_widget_panel + table th {
    text-align: center;
}
.site_dashboard_widget_panel + table .site_dashboard_widget_handler,
.site_dashboard_widget_panel + table .site_plugin_widget_handler {
    border: 1px solid #ccc;
    margin: 0;
    min-height: 300px;
}
.site_dashboard_widget_panel + table td {
    padding: 0;
	vertical-align:top;
	width:50%;
	padding:0 24px 24px 12px;
}
.site_dashboard_widget_panel + table td:first-child {
    padding: 0 12px 24px 24px;
}
.site_plugin_widget_handler li, 
.site_dashboard_widget_handler li {
    padding: 10px;
    margin: 0;
    background: #ddd;
    border-top: 1px solid #fff;
}

.site_plugin_widget_handler li:first-child
.site_dashboard_widget_handler li:first-child {
    border: 0;
}
.site_plugin_widget_handler i.handle.ui-sortable-handle,
.site_dashboard_widget_handler i.handle.ui-sortable-handle {
    width: 16px;
    height: 16px;
    display: block;
    background-image: url("../images/ui-icons_454545_256x240.png");
    background-position: 0px 186px;
    float: left;
    margin-top: 4px;
    margin-right: 5px;
    background-size: 300px auto;
    cursor: pointer;
}

#screen_wise_visitor_stats .inside h2,
#country_wise_visitor_stats .inside h2,
#os_wise_visitor_stats .inside h2,
#city_wise_visitor_stats .inside h2,
#browser_wise_visitor_stats .inside h2,
#traffic_by_title_stats .inside h2,
#referral_website_stats .inside h2,
#search_engine_stats .inside h2,
#top_search_engine_stats .inside h2,
#daily_stats .inside h2{
	display:none;
}
.row_table tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.row_table td.integer {
    text-align: right;
}

.row_table td.integer.first_column {
    width: 30px;
    text-align: center;
}

.row_table td:last-child {
    width: 30px;
}

table#city_stats_panel th {
    text-align: right;
}

table#city_stats_panel th:nth-child(2) {
    text-align: left;
}
.li-section-table table.form-table:not(#generalsettings) {
	display: none;
}
.li-section li{
	display: inline-block;
}
.li-section li:before, .li-section li:first-child::before {
	content: '|';
	padding: 0 7px;
}
.li-section li:first-child::before {
	content: '';
}
.li-section li a{ 
	text-decoration: none;
}
.li-section li a.active {
    color: red;
}

#traffic_by_title_stats .title_search_panel, #traffic_by_title_stats table tr:last-child, #traffic_by_title_stats .link_url {
    display: none;
}


#dashboard-widgets .wsm_widget_link {
    padding-top: 8px;
    position: absolute;
    right: 36px;
    text-align: center;
	color:#fff;
}

#dashboard-widgets #traffic_by_title_stats td:nth-child(2) {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
}

#dashboard-widgets #traffic_by_title_stats th:nth-child(4), #dashboard-widgets #traffic_by_title_stats th:nth-child(5), #dashboard-widgets #traffic_by_title_stats td:nth-child(4), #dashboard-widgets #traffic_by_title_stats td:nth-child(5) {
    display: none;
}

#dashboard-widgets div[id^=recent_visit_pages_] table.wsmTableStriped td.wsmCityCountry {
    font-size: 0px;
    width: 20px;
}
.form-table .shortcode_panel table tr td {
    vertical-align: top;
    padding: 15px 10px !important;
}
.form-table .shortcode_panel table tr td:nth-child(1) {
    width: 5%;
}
.form-table .shortcode_panel table tr td:nth-child(2) {
    width: 14%;
}
.form-table .shortcode_panel table tr td:nth-child(3) {
    width: 34%;
}
.form-table .shortcode_panel table tr td:nth-child(4) {
    width: 47%;
}
.form-table .shortcode_panel table tr th {
    background: #0073aa;
    color: white !important;
    text-align: center !important;
}

table.myshortcodelist tr td {
    padding: 0 !important;
}
.form-table .shortcode_panel table
{
    border-spacing: 0;
    border-collapse: collapse;
    background: white;
}
form-table.myshortcodelist:active{
	
}
.wsmReferralRow a {
	word-break: break-all;
}

.greenTxt, ul.wsmUL.wsmGenStats li.greenTxt .wsmH2Number, ul.wsmUL.wsmGenStats li.greenTxt .wsmH2Number a{
	color:#017b01;	
}

ul.wmsSubList.sublisthover {
    background:#f1f1f1;
    width: auto !important;
    padding: 8px;
    display: none;
    position: absolute;
    margin-top: 1px;
    z-index: 999;
    border: 1px solid #d9d9d9;
    border-top: none;
}
ul.wmsSubList.sublisthover li{
	border:none !important;	
	display:block;
	float:none;
}
ul.wmsSubList.sublisthover li a{
	background:transparent !important;
	border: none !important;
    padding: 5px !important;
    bottom: 0 !important;
}

.wmsTabList li:hover ul.sublisthover{
	display:block;	
	position:absolute;
}
.wmsTabList li:hover ul.sublisthover a:hover, .wmsTabList li ul.sublisthover a:hover{
    bottom: 0 !important;
}
#general_stats_new .inside{
	padding:0 !important;	
}
#general_stats_new li{
	border-right:none  !important;	
}
.panel_data {
    display: inline-block;
    text-align: left;
    margin: 10px;
    padding: 10px;
    color: #fff;
}
.greenClr {
    background: #65b19f;
}
.redClr{
	background: #e65757;	
}
.blueClr{
	background: #4aa2e0;
}
.violetClr{
	background:#7f5ea2;
}
.wsmCnt {
    text-align: right;
    font-size: 18px;
}
.wsmCnt label {
    font-size: 14px;
}
.wsmMetaboxContainer {
    direction: ltr;
}
.wsmCenter{
    text-align: center;
    padding: 10px;
    margin: 0;
}

.wsmSubRow td a {
    word-break: break-all;
    width: 100%;
    display: inline-block;
}
span.currenttime {
    vertical-align: baseline;
}


.wsm-head-title {
    font-size: 25px;
    padding: 0px 20px 20px 20px;
    color: #0087be;
}

.wsm-head-left span.wsm-version-info {
    background-color: #D8ECF9;
    padding: 8px 20px;
    font-weight: 500;
    font-size: 15px;
}


.wsm_subscribe_btn{height:35px; font-widget:bold; width:100px; border:none; padding:5px; background-color:#00A0D2; color:white; font-size:16px;}


