@charset "utf-8";
/* CSS Document */
	  .channel-list {
		  font-size: 0.8em;
		  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";  
	  }
	  .card-body {
		  font-size: 1.0em;
		  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	  }
	  .TitleColor {
		  color:#FFFFFF;
	  }
	  .empty-box {
            width: 240px;
            height: 240px;
            border: 1px solid #000;
            background-color: #fff;
		    opacity: 0;
		    filter:Alpha(Opacity=0, Style=0);
        }
.categories-wrapper {
    position: relative;
    width: 260px;
    height: 260px;
}
.chk_img_box{
  width: 260px;
  height: 260px;
}
.category-input {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 55;
    display: none;
}
.bs-canvas-overlay {
   		opacity: 0;
		z-index: -1;
	}
	
	.bs-canvas-overlay.show {
   		opacity: 0.85;
		z-index: 1100;
	}
	
	.bs-canvas-overlay, .bs-canvas {
		transition: all .4s ease-out;
		-webkit-transition: all .4s ease-out;
		-moz-transition: all .4s ease-out;
		-ms-transition: all .4s ease-out;
	}
	
	.bs-canvas {
		top: 0;
		z-index: 1110;
		overflow-x: hidden;
		overflow-y: auto;
		width: 330px;		
	}
	
	.bs-canvas-left {
		left: 0;
		margin-left: -330px;
	}
	
	.bs-canvas-right {
		right: 0;
		margin-right: -330px;
	}
	
	/* Only for demo */
	body {
    	min-height: 100vh;
	}	
