body{
     
}

.errormsg {
    display: flex;
}

.methodName {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    width: 240px;
}

.copybtncls {
     position: absolute;
    right: 35px;
    top: 16px;
}

.feedback-options{
    margin-top:20px;
}

.copybtncls:hover .dropdowndiv{
display: flex;
}

.btncpy.noborder{
    border-top:none !important;
}

.copybtncls .fa.fa-clipboard{
    border: 1px solid;
    padding: 7px 8px;
    background: #005da3;
    color: #fff;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}

.dropdowndiv {
    position: absolute;
    right:0px;
    top: 0px;
    margin-top: 26px;
    width: 160px;
    display: none;
    flex-direction: column;
    z-index: 99;
    border:1px solid #ccc;
    border-radius: 2px;
}

 
.btncpy {
      border-top: 1px solid #005da3 !important;
     padding: 10px 5px !important;
    color: #005da3;
    background: #fff;
    border: none;
        text-align: left;
}

.btncpy:hover {   
    color:#fff;
    background:#005da3;    
}

.btncpy{

}



input#harFile{
  border: 1px solid #ccc !important;
    background: #fff !important;
    border-radius: 5px !important;
    color: #000 !important;
    width: 510px;
    height: 35px;
    padding: 4px;
    margin-top: 0px;
    font-size: 13px !important;
    text-align:left;
}

.headerbodychart{
    margin: 30px 5px 20px;
}

#timingsDiv, #headerBodySizeDiv{
    position:relative;
    padding-bottom: 30px;
}

#timingsDiv:after {
      border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
}

.intro{

}

.intro p{
    
}

.intro ul{
    
}


.intro ul li{
    
}

#headerBodySizeDiv:after {
     border-right: 1px solid #ccc;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
}

.nodatacls {
    text-align: center;
    font-size: 18px;
    margin:0px !important;
}


 
 

.custom-table{
    width: 100%;
  border:1px solid #ccc;
  border-collapse: collapse;
  font-size: 12px;

}

.feedbacktop-block{
    display: flex;
    align-items: center;
    width: 100%;
}


 
.custom-table th{
    background:#ececec;
  border:1px solid #ccc;
  padding:2px 5px;
  text-align:center;
  font-size: 12px;
}

.custom-table th:first-child{
    border-left:0px;
}

.custom-table th:last-child{
    border-right:0px;
}

#timeline{
    font-size: 12px;
   /*  font-weight: bold; */
    padding: 3px 12px 4px 10px;
    display: block;
    text-align: center;
}

div.mb-2 {
    margin-bottom: 0px !important;
}

.custom-table tr:hover{
    position:relative;
}

.custom-table tr:hover{
    background:#f2f2f2;
}
 

.subTabAccordion:hover{
    background:none !important;
} 



.custom-table td{
   font-size: 12px;
   padding: 2px 5px;
   border:1px solid #ccc;
    
}

.custom-table td:first-child{
    border-left:0px;
}

.custom-table tdt:last-child{
    border-right:0px;
}


.requests.collapsed .fa.fa-minus-square-o{
    display:none;
}



.requests.collapsed .fa.fa-plus-square-o{
    display:block !important;
}


 

.requests .fa.fa-plus-square-o{
    display:none !important;
}

.requests .fa.fa-minus-square-o{
    display:block;
}

.toggleiocns{
    display:flex;
    align-items: center;
}

.font-style-cls{
    font-weight: normal;
}

.toggleiocns .fa{
    margin-right:5px;
}

.nav-tabs li{
    margin-right:2px;
}

.custom-table .nav-tabs{
    width: 95%;
  margin:20px auto 0px;
  border-bottom:0px;
}

 .nav-tabs a{
    padding:3px 10px;
  display: block;
  border:1px solid #ccc;
  background:#eeecec;
   border-bottom:0px;
  color:#005da3;
  border-radius: 5px 5px 0 0;
  font-size: 14px;
}

#contentTypeDiv .chartbox{
   
    padding:0 10px;
}

 .nav-tabs a:hover{
      background:#005da3;
      color:#fff;
      text-decoration:none;

 }

 .nav-tabs li:first-child a{
    border-left:1px solid #ccc;
}

.nav-tabs li a.active{     
  border-bottom:none;
  background:#005da3;
  font-weight: bold;
  color:#fff;
}
    .btn-primary{
        background:#005da3 !important;
        border-color:#005da3 !important;
    }
    
    .toggleiocns:hover{
        color:#005da3;
    }

    .tab-content {
  padding:10px;
  border:1px solid #ccc; 
     width: 95%;
  margin:0px auto 20px;
  }

  .textright{
      text-align: right;
          white-space: pre-wrap;
    word-break: auto-phrase;
}
  
.tab-content.parenttab-content {
  width: 100%;
  padding:0px;
  border-top:0px;
}

.parent-tab-nav{
    border-bottom:1px solid #ccc !important;
}

.intro{
    text-align: left;
  color: #333;
  border:1px solid #005da336;
  background:#005da31c;
  border-radius:5px;
  width: 60%;
  margin:40px auto 0;
  padding:25px;
}

.intro h1{
    text-align: center;
    color: #005da3;
    font-size: 25px;
}

.custombtn{
    padding: 4px 10px !important;
}

.intro p{
    color: #333333c4;
}

.bigtitlecls{
    font-size:16px;
    padding:10px;
 }



.donutchart{
    height:400px !important;
    width:400px !important;
}

.main-container{
    padding-top:5px;
}





@media screen and (min-width: 1920px) {
    
      
    .copybtncls {
        position: absolute;
        right: 51px;
    }
  
}

@media screen and (max-width: 992px) { 
     input#harFile{
        width: 100% !important;
        margin:10px 0px; 
        
    }

    .topband .float-right{         
               float: left !important;
               width:100%;
        
    }
}

// Miniiiiiii

#content[previewCols~=url] TD.netHrefCol,
#content[previewCols~=status] TD.netStatusCol,
#content[previewCols~=domain] TD.netDomainCol,
#content[previewCols~=size] TD.netSizeCol,
#content[previewCols~=timeline] TD.netTimeCol,
#content[previewCols~=type] TD.netTypeCol {
	display: table-cell;
}


.netStatusCol,
.netTypeCol,
.netDomainCol,
.netSizeCol,
.netTimeCol {
	padding-left: 8px;
}

.netTimeCol {
	overflow: visible;
}

.netCol {
	 padding: 0;
	vertical-align: top;
	border-bottom: 1px solid #EFEFEF;
	white-space: nowrap;
	text-overflow: clip;
	overflow: hidden;
}

.netRow[breakLayout="true"] .netCol {
	border-top: 1px solid rgb(207, 207, 207);
}

.netTimelineBar {
	position: relative;
	border-right: 50px solid transparent;
}

.netStatusLabel,
.netTypeLabel,
.netDomainLabel,
.netSizeLabel,
.netTimelineBar {
	padding: 1px 0 2px 0 !important;
}

.netBlockingBar {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #FFFFFF url(/cf/files/b1fb3609-3fa6-4182-b1dc-4d0550f5de1c) repeat-x;
	min-width: 0px;
	z-index: 70;
	height: 16px;
}

.netResolvingBar {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: url(/cf/files/b1fb3609-3fa6-4182-b1dc-4d0550f5de1c) repeat-x scroll 0 -16px #FFFFFF;
	min-width: 0px;
	z-index: 60;
	height: 16px;
}

.netConnectingBar {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: url(/cf/files/b1fb3609-3fa6-4182-b1dc-4d0550f5de1c) repeat-x scroll 0 -32px #FFFFFF;
	min-width: 0px;
	z-index: 50;
	height: 16px;
}

.netSendingBar {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: url(/cf/files/b1fb3609-3fa6-4182-b1dc-4d0550f5de1c) repeat-x scroll 0 -48px #FFFFFF;
	min-width: 0px;
	z-index: 40;
	height: 16px;
}

.netWaitingBar {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #005da352;
	min-width: 1px;
	z-index: 30;
	height: 16px;
}

.netReceivingBar {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: url(/cf/files/b1fb3609-3fa6-4182-b1dc-4d0550f5de1c) repeat-x scroll 0 -80px #B6B6B6;
	min-width: 0px;
	z-index: 20;
	height: 16px;
}

.fromCache .netReceivingBar,
.fromCache.netReceivingBar {
	background: url(/cf/files/b1fb3609-3fa6-4182-b1dc-4d0550f5de1c) repeat-x scroll 0 -96px #D6D6D6;
	border-color: #D6D6D6;
	height: 16px;
}

.expandalliconsls{
	 background-color:#005DA3;
  	mask: url(/cf/files/92886046-b93e-4370-827b-ec7611c2d00d) no-repeat center / contain;
  -webkit-mask: url(/cf/files/92886046-b93e-4370-827b-ec7611c2d00d) no-repeat center / contain;
  display: flex;
    height: 23px;
    width: 52px;
}

#expand{
    position: absolute;
    top: 3px;
    right:0px;
}

#content{
    position:relative;
}


 .expandalliconsls{
       width: 20px;
    cursor: pointer;
    margin-top: -1px;
 }

 .expandalliconsls:hover{
     opacity: 0.8;
 }

.netPageTimingBar {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	z-index: 90;
	opacity: 0.5;
	display: none;
	background-color: green;
	margin-bottom: -1px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.netWindowLoadBar {
	background-color: red;
}

.netContentLoadBar {
	background-color: blue;
}

.netTimeStampBar {
	background-color: olive;
}

.netTimeLabel {
	-moz-box-sizing: padding-box;
	position: absolute;
	top: 1px;
	left: 100%;
	padding-left: 6px;
	color: #444444;
	min-width: 16px;
}

.netWindowLoadBar.timeInfoTipBar,
.netContentLoadBar.timeInfoTipBar {
	width: 1px;
}

.errorclass{
   background: #f2f2f2;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.methodName:hover .fullURL{
    display:block;
}

.fullURL{
    display:none;
    background: #f5f5f5;
    padding: 4px;
    border-radius: 3px;
    font-weight: bold;
    position: absolute;
    border: 1px solid #ccc;
    left: 119px;
    z-index:999;
    top: 0px;
}

.bodysize{
    font-weight: bold;
    display: block;
    text-align: left;
    margin: 5px 0;
}

.infoTip {
    position: absolute;
    background: #fff;
    z-index: 99;
    width: 420px;
    top: 197px;
    left: 640px;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.4);
    padding:5px;
    display:none;
}

.netTimeCol.netCol:hover .infoTip{
    display:block;
}

.timeInfoTip td{
    border:none !important;
    padding:1px;
}

.timeInfoTip tr:nth-child(even) {
    background-color: none !important;
}

.sizeInfoTip {
	font-size: 11px;
}

.timeInfoTip {
    width:100%;
	font-size: 11px;
}

.timeInfoTipBar,
.timeInfoTipEventBar {
	position: relative;
	display: block;
	margin: 0;
	opacity: 1;
	height: 15px;
	width: 4px;
}

.timeInfoTipStartLabel {
	color: gray;
}

.timeInfoTipSeparator {
	padding-top: 10px;
	color: gray;
}

.timeInfoTipSeparator SPAN {
	white-space: pre-wrap;
}

.timeInfoTipEventBar {
	width: 1px !important;
}

.timeInfoTipCell.startTime {
	padding-right: 25px;
}

.timeInfoTipCell.elapsedTime {
	text-align: right;
	padding-right: 8px;
}