/*------------------------------------------------------------- 
		     uninstall table
--------------------------------------------------------------- */

/*------------------------------------------------------------- 
		    Content Section
--------------------------------------------------------------- */
.bc_main_content {
	padding:40px 0 40px;
}
.bc_main_content p {
        display:inline-block;
        width:100%;
        font-weight: 300;
        font-family: Arial, sans-serif;
        font-size: 1.2em;
        color: #263034;
	margin-bottom: 0px;
}
.bc_main_content p strong {
	display:inline-block;
	color:#333;
	font-weight:700;
}
.cz-main-left-section h3 {
	font-size:21px;
}

.cz-main-left-section ul {
 margin-top: 10px;
 margin-bottom: 10px;
}

.cz-main-left-section li {
/* margin-left: 20px;*/
 font-size: 1.2em;
}

.cz-uninstall-table-wrapp {
	display:inline-block;
	width:100%;	
	padding:28px 0 14px 0;
}
.cz-uninstall-table-name {
	width:30%;
}
.cz-uninstall-table-status {
	width:20%;
}
.cz-uninstall-table-description {
	width:50%;
}
.cz-uninstall-table-wrapp table tr:first-child {
    background:#1d3652;
}
.cz-uninstall-table-wrapp table tr th:first-child {
    border-left: 1px solid #1d3652;
}
.cz-uninstall-table-wrapp table tr th {
    border-bottom: 1px solid #1d3652;
    border-left: 1px solid #344a63;
    border-top: 1px solid #1d3652;
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    padding: 18px;
}
.cz-uninstall-table-wrapp table tr td {
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    line-height: 18px;
    padding: 14px;
}
.cz-uninstall-table-wrapp table tr td:first-child {
    color: #5177b6;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.unwnted-tb-ent {
        color:#d70000;
	font-weight: bold;
}
.tbl_row_dis {
	background-color:#E3DFE7;
}

.cz-uninstall-table-wrapp table tr td:nth-child(2) {
	font-size:14px;
}
.cz-uninstall-table-wrapp table tr td:nth-child(3) {
	color:#666666;
	font-size:13px;
}

.cz-uninstall-table-wrapp table tr td:nth-child(3) a, 
.cz-uninstall-table-wrapp table tr td:nth-child(3) a:hover, 
.cz-uninstall-table-wrapp table tr td:nth-child(3) a:visited {
	font-weight:700;
	color:#5177b6;
	text-decoration:none;
	font-size:13px;	
}

.cz-uninstall-table-wrapp table tr td:last-child {
    border-right: 1px solid #dcdcdc;
}
/*------------------------------------------------------------- 
		   uninstall root
--------------------------------------------------------------- */
.cz-uninstall-root h3 {
	font-size:21px;	
}
.cz-entries-outer-wrapp {
	display:inline-block;
	width:100%;	
	margin:30px 0 50px 0;
}
.cz-entries-wrapper {
	width:48%;
	display:inline-block;
	float:left;
	margin:0 0 26px 0;
	border:1px solid #dcdcdc;	
}
.cz-entries-wrapper:nth-child(even) {
	float:right;
}
.cz-entries-wrapper ul {
	margin:0 0 0 0;	
}
.cz-entries-wrapper ul li {
	display:inline-block;
	width:100%;
	border-bottom:1px solid #dcdcdc;
	vertical-align:top;
}
.cz-entries-wrapper ul li:last-child {
	border-bottom:0;
}
.cz-entries-left-area {
	width:16%;
	text-align:center;
	float:left;
	padding:12px 0;
 }
.cz-entries-left-area span {
	background:#5177b6;
	width:22px;
	height:22px;
	border-radius:15px;
	text-align:center;
	color:#fff;
	font-weight:700;
	font-size:11px;
	font-family: 'Roboto', sans-serif;
	display:block;
	margin:0 auto;
	padding-top:3px;
}
.cz-entries-right-area {
	width:84%;
	border-left:1px solid #dcdcdc;
	line-height:22px;
	color:#5177b6;
	font-size:14px;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	float:left;
	padding:12px 10px;
}
.cz-entries-right-area a {
	line-height:22px;
	color:#5177b6;
	font-size:14px;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	display: block;
}
.cz-entries-wrapper ul li:first-child {
	background:#1d3652;
	padding:18px;
}
.cz-entries-title {
	background:#1d3652;
	padding:18px;
}
.cz-entries-title h6 {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	font-family: 'Roboto', sans-serif;
	margin:0 0 0 0;
	line-height:18px;
	display:inline-block;
	width:100%;
}
/*------------------------------------------------------------- 
		    uninstall single
--------------------------------------------------------------- */
.cz-uninstall-single-table {
	display:inline-block;
	width:100%;
	border:1px solid #dcdcdc;
	margin:0 0 60px 0;	
}
.cz-uninstall-single-table ul {
	margin:0 0 0 0;	
}
.cz-uninstall-single-table ul li {
	display:inline-block;
	width:100%;	
	border-bottom:1px solid #dcdcdc;
	vertical-align:top;	
/*        white-space: pre-wrap;*/
        word-break: break-all;
	word-break: break-word;
}
.cz-uninstall-single-table ul li:last-child {
	border-bottom:0;
}
.cz-table-left-area {
	display:inline-block;
	max-width:166px;
	width:100%;
	vertical-align:top;	
	float:left;
	color:#666666;
	font-weight:500;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	text-align:left;
	padding:14px 16px;
	line-height:20px;	
}
.cz-table-left-area img {
	display:block;
	text-align:center;
	margin:10px auto 0 auto;
}
.cz-table-right-area {
	display:inline-block;
	vertical-align:top;
	padding:14px 16px;
	width:75%;
	float:left;
	color:#333333;
	font-weight:400;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	line-height:20px;
	position:relative;
}
.cz-table-right-area:before {
	position:absolute;
	z-index:7;
	left:0;
	top:0;
	width:1px;
	height:100%;
	border-left:1px solid #dcdcdc;
	content:"";
}
.cz-table-right-area strong {
	font-weight:700;
}
.cz-table-right-area a, .cz-table-right-area a:hover, .cz-table-right-area a:visited {
	color:#5177b6;
	font-weight:700;	
}
.cz-table-right-area h2 {
	font-weight:700;
	color:#333333;
	font-size:26px;
	line-height:26px;
	margin:10px 0 20px 0;
	display:block;
	text-align:left;
	font-family: 'Roboto', sans-serif;
}
.cz-table-right-area h6 {
	font-weight:700;
	color:#666;
	font-size:16px;
	line-height:23px;
	margin:10px 0 0 0;
	display:block;
	text-align:left;
	font-family: 'Roboto', sans-serif;
}
.cz-table-right-area p a, .cz-table-right-area p a:hover, .cz-table-right-area p a:visited {
	color:#5177b6;
	font-weight:700;
	text-decoration:none;
}
.cz-request-times {
	font-size:16px;
	font-weight:700;
	font-style:italic;
	padding:24px 20px;
	color:#666666;
	font-family: 'Roboto', sans-serif;
	display:block;
}


/*------------------------------------------------------------- 
		    Right Sidebar
--------------------------------------------------------------- */
.bc_right_sidebar h3, .cz-main-left-section h3,
.cz-uninstall-root h3 {
	position:relative;
	color:#587cb9;
	line-height:30px;
}
.bc_right_sidebar h3:before, .cz-main-left-section h3:before,
.cz-uninstall-root h3:before {
	position:absolute;
	content:" ";
	z-index:5;
	background:#eaeaea;
	height:5px;
	width:80.5%;
	top:14px;
	left:auto;
	right:0;
}
.cz-main-left-section h3:before {
	width:72%;
}
.cz-uninstall-root h3:before {
	width: 69%;
}

.cz-main-nav {
	display:block;	
}
.cz-main-nav h3:before {
	top:12px;
	width:16%;	
}

.bc_latest_topic {
	margin:0 0 27px 0;
}
.bc_right_sidebar h3 {
	font-size:18px;
}
.bc_right_sidebar ul li {
	padding:17px 0;
	border-top:#e5e5e5 dotted 1px;
	list-style:none; 
}
.bc_right_sidebar ul li:first-child {
	border:none;
	padding-top:3px;
}
.bc_topic_img,
.bc_topic_text,
.bc_guide_img,
.bc_guide_text,
.bc_tutorials_img,
.bc_tutorials_text {
	display:inline-block;
	vertical-align:top;
}
.bc_topic_text,
.bc_guide_text,
.bc_tutorials_text {
	width:72%;
	padding-left:14px;
}
.bc_right_sidebar p {
	font-size:16px;
	font-weight:500;
	color:#333333;
	margin:-6px 0 3px;
	line-height:21px;
}
.bc_right_sidebar ul li:hover p {
	color:#587cb9;
}
.bc_topic_text span,
.bc_download_text span {
	text-transform:uppercase;
	font-size:12px;
	color:#666666;
}
.bc_topic_text span.bc_topic_cat {
	position:relative;
	color:#eb1d5d;
	padding-left:18px;
}
.bc_download_text span.bc_download_platform:before,
.bc_topic_text span.bc_topic_cat:before {
	position:absolute;
	content:" ";
	width:2px;
	height:2px;
	left:7px;
	top:8px;
	background:#656565;
	z-index:5;
}
.bc_latest_topic ul li:nth-child(2) .bc_topic_text span.bc_topic_cat {
	color:#8ec448;
}
.bc_latest_topic ul li:nth-child(3) .bc_topic_text span.bc_topic_cat {
	color:#716aba;
}
.bc_download_text span.bc_download_platform i {
	color:#333333;
	font-style:normal;
}
.bc_latest_topic h3:before {
	width:43%;
	top:13px;
}
.bc_topic_text {
	width:100%;
	padding-left:0;
}
/*------------------------------------------------------------- 
		   Downloads
--------------------------------------------------------------- */


.bc_downloads ul {
	border:#dcdcdc solid 1px;
	margin:-4px 0 48px 0;
}
.bc_downloads ul li {
	border-top:#dcdcdc solid 1px;
	padding:12px 0 10px;
}
.bc_downloads ul li:first-child {
	padding:12px 0 10px;
}
.bc_downloads ul li:hover {
	background:#f5f5f5;
}
.bc_download_img,
.bc_download_text,
.bc_download_count {
	display:inline-block;
	vertical-align:top;
	padding-left:10px;
}
.bc_download_text {
	width:59%;
}
.bc_download_text p {
	margin:1px 0 0 0;
	font-weight:bold;
	font-size:18px;
}
.bc_download_count {
	width:22%;
	text-align:right;
	padding:4px 5px 0 5px;
}
.bc_download_count strong {
	font-size:16px;
	font-weight:bold;
	color:#333333;
}
.bc_download_count i {
	display:block;
	text-transform:uppercase;
	font-size:9px;
	color:#666666;
	font-style:normal;
	margin:-2px 0 0 0;
}
.bc_download_text span {
	text-transform:capitalize;
}
.bc_download_text .bc_download_platform {
	position:relative;
	padding:0 0 0 15px;
}
.bc_downloads h3:before {
	width:47.5%;
	top:12px;
}

/*------------------------------------------------------------- 
		   Guide
--------------------------------------------------------------- */

.bc_guide {
	margin-bottom:36px;
}
.bc_guide h3:before {
	width:22.5%;
	top:13px;
}
.bc_guide_text ul li,
.bc_tutorials_text ul li {
	display:inline-block;
	vertical-align:top;
	font-size:11px;
	text-transform:uppercase;
	color:#999999;
	position:relative;
	padding:0 5px 0 20px;
	border:none;
	margin:4px 0 0 0;
}
.bc_guide_text ul li:before,
.bc_tutorials_text ul li:before {
	position:absolute;
	content:" ";
	width:2px;
	height:2px;
	left:0;
	top:11px;
	background:#656565;
	z-index:5;
}
.bc_guide_text ul li:first-child:before,
.bc_tutorials_text ul li:first-child:before {
	display:none;
	padding-left:0;
}
.bc_guide_text ul li.bc_guide_user,
.bc_tutorials_text ul li.bc_tutorials_user {
	background:url(https://www.bleepstatic.com/images/site/user.png) no-repeat 0 center;
	padding:0 0 0 22px;
	color:#333333;
}
.bc_guide_text ul li.bc_guide_read,
.bc_tutorials_text ul li.bc_tutorials_read {
	background:url(https://www.bleepstatic.com/images/site/eye.png) no-repeat 12px center;
	color:#333333;
	padding:0 0 0 31px;
}

/*------------------------------------------------------------- 
		   Tutorials
--------------------------------------------------------------- */
.bc_tutorials {
	margin:49px 0;
}
.bc_tutorials h3:before {
	width:52.3%;
	top:13px;
}
.mobile-view {
	display:none!important;	
}

/*------------------------------------------------------------- 
		        Media Query
--------------------------------------------------------------- */


@media screen and (min-width: 768px) and (max-width: 1300px) {
.bc_latest_topic h3::before {
	width:30%;
}
.bc_guide_text, 
.bc_tutorials_text {
	width:66%;
}
.bc_right_sidebar p {
	font-size:14px;
	line-height:19px;
}
.bc_topic_text span, 
.bc_download_text span {
	font-size:11px;
}
.bc_download_text {
	width:56%;
}
.bc_downloads h3::before {
	width:36%;
}
.bc_guide h3::before {
	width:5%;
}
.cz-main-nav h3::before {
    top: 12px;
    width: 11%;
}
.cz-hijack-wrapp h3::before {
    width: 8%;
}
.cz-hijack-wrapp ul li a {
	padding: 0 8px 0 10px !important;
}
.cz-main-left-section h3::before {
    width: 65%;
}
.cz-uninstall-root h3:before {
	width: 65%;
}
.cz-table-right-area {
	width:74%;	
}

}
@media screen and (max-width: 1200px) {
.cz-visitors-right-area {
    display: inline-block;
    vertical-align: top;
    width: 73%;
}
.cz-platforms-wrapp h3::before {
    top: 11px;
    width: 61%;
}

.cz-main-nav h3::before {
	display:none;
}
.cz-main-left-section h3::before {
    width: 66%;
}
.cz-uninstall-root h3:before {
	width: 63%;
}
.cz-entries-title h6 {
	font-size:13px;	
}
.cz-entries-right-area a {
	font-size:12px;	
}
.cz-table-right-area {
	width:73%;	
}



}
@media screen and (min-width: 768px) and (max-width: 1020px) {
.bc_latest_topic h3::before {
	width:70%;
}
.bc_downloads h3::before,
.bc_tutorials h3::before {
	width:73%;
}
.bc_guide_text, .bc_tutorials_text {
	width:85%;
}
.bc_download_text {
	width:66%;
}
.bc_guide h3::before {
	width:60%;
}
.bc_right_sidebar p {
	margin-top:5px;
}
.cz-platforms-wrapp h3::before {
    top: 11px;
    width: 83%;
}
.cz-main-nav h3::before {
    top: 12px;
    width: 55%;
	display:block;
}
.cz-main-left-section h3::before {
    width: 70%;
}
.cz-uninstall-root h3:before {
	width: 63%;
}

}

@media screen and (max-width: 767px) {
.bc_right_sidebar h3::before {
	width:60%;
}
.bc_guide_img,
.bc_tutorials_img {
	width:15%;
}
.bc_guide_img img,
.bc_tutorials_img img {
	width:100%;
	height:auto;
}
.bc_guide_text, 
.bc_tutorials_text {
	width:80%;
}
.bc_guide h3::before {
	width:45%;
}
.bc_right_sidebar p {
	margin:0 0 3px;
}
.bc_main_content {
	padding-bottom:0;
}
.bc_main_content h3 {
	font-size:22px;	
}
.cz-visitors-wrapper ul li:nth-child(2n+1) {
    margin-right: 0%;
}
.cz-visitors-wrapper ul li {
	width:100%;	
}
.cz-platforms-wrapp h3::before {
    top: 11px;
    width: 74%;
}
.cz-oa-wrapp {
	padding-top:0px;
}
.cz-main-left-section h3::before {
    width: 60%;
}
.cz-main-nav h3::before {
    top: 12px;
    width: 30%;
	display:block;
}
.cz-uninstall-root h3:before {
	width: 51%;
}
.cz-entries-wrapper {
    width: 100%;
}
.cz-entries-title h6 {
    font-size: 16px;
}
.cz-entries-right-area a {
    font-size: 14px;
}
.cz-table-right-area {
	width:64%;	
}
.cz-table-right-area h2 {
	font-size:23px;	
}

}

@media screen and (max-width: 500px) {
.bc_latest_news_text h4 {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 8px;
}
.bc_right_sidebar h3::before {
	width:50%;
}
.bc_guide h3::before {
	width:33%;
}
.bc_main_content h2 {
	font-size:30px;	
}
.cz-platforms-wrapp h3::before {
    top: 11px;
    width: 71%;
}
.cz-entries-wrapper {
	width:100%;	
}
.cz-main-left-section h3::before {
    width: 42%;
}
.cz-disclaimer-wrapp h3::before {
    width: 68%;
}
.cz-main-nav h3::before {
	width:15%;	
}
.cz-search-title {
	display:none;	
}
.cz-hijack-wrapp {
	display:none;	
}
.mobile-view {
	display:block!important;	
}
.normal-view {
	display:none!important;	
}
.cz-search-title {
	display:none;	
}
.cz-uninstall-root h3:before {
	display:none;
}
.cz-entries-wrapper {
	width:100%;	
}
.cz-table-left-area {
	max-width:130px;
}
.cz-table-right-area {
    width: 66%;
}


}
@media screen and (max-width: 450px) {
 
.bc_right_sidebar h3::before {
	display:none;
}
.bc_topic_text {
	width:100%;
	padding:15px 0 0 0;
}
.bc_guide_img,
.bc_tutorials_img {
    width: 18%;
}
.bc_guide_text,
.bc_tutorials_text {
	width:80%;
	padding-left:10px;
}
.bc_guide_text p,
.bc_tutorials_text p {
	font-size:12px;
	line-height:16px;
}
.bc_download_count i {
	font-size:7px;
}
.bc_download_count strong,
.bc_download_text p  {
	font-size:12px;
}
.bc_download_text {
	width:53%;	
}
h2 {
	font-size:21px;
	line-height:25px;
}
.bc_download_text .bc_download_platform {
	display:block;
	padding:0;
}
.bc_download_text span.bc_download_platform::before {
	display:none;
}
.bc_main_content h2 {
    font-size: 24px;
}
.cz-main-left-section h3::before {
	display:none;	
}
.cz-disclaimer-wrapp h3::before {
	display:none;	
}
.cz-entries-title h6 {
    font-size: 13px;
}
.cz-entries-right-area a {
    font-size: 11px;
}
.cz-uninstall-table-wrapp table tr td {
	padding:10px;
}
.cz-uninstall-table-wrapp table tr td:first-child {
	font-size:12px;	
}
.cz-uninstall-table-wrapp table tr td:nth-child(2) {
	font-size:12px;	
}
.cz-uninstall-table-wrapp table tr td:nth-child(3), .cz-uninstall-table-wrapp table tr td:nth-child(3) a {
	font-size:12px;	
}
.cz-uninstall-table-wrapp table tr th {
	padding:18px 14px;	
}
.cz-entries-title h6 {
    font-size: 13px;
}
.cz-entries-right-area a {
    font-size: 11px;
}
.cz-table-left-area {
    max-width: 120px;
}
.cz-table-right-area {
    width: 60%;
}
.cz-table-right-area h6 {
	font-size:15px;	
}


}

@media screen and (max-width: 321px) {
.cz-table-right-area {
    width: 55%;
}
.cz-table-left-area {
    max-width: 116px;
}
}
