@charset "UTF-8";

/*********** NOTE: The main content style is named new_main_content.cat in Libraero.css */
.cat_nav_col{
	position: absolute;
	top: 15px;
	left: 5px;
	bottom: 5px;
	width: 325px; 
	border: solid 1px gray; 
	border-radius: 5px; 
	background-color: #4f535e;
	color: #ebeceb;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color:  #cacfd2 #aab7b8;
}

.ct_nav{
	position: relative;
	top: 30px;
}

.cat_sec_hdr{
	
	position: absolute;
	top: 10px;
	border-radius: 2px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	font-size: 1.2em;
	font-weight: bold;
	color: #ebeceb;
	background-color: #111319;
	z-index: 10;
	border: 2px solid #3d3f45;
	padding: 5px 10px 5px 10px;
}

.cat_sec_hdr.mnu{
	left: 10px;
	width: 272px; /*290*/	
}

.cat_sec_hdr.cntnt{
	display: flex;
	left: 345px;
	width: 1050px; /*1065*/
}

.cat_sec_hdr.ads{
	display: flex;
	left: 1465px;
	width: 280px;
	background-color: #62646a;
	border: 2px solid #838793;
}

.cat_styp_ico{
	background-color: gray;
}

.cat_sub_ct{
	position: absolute;
	right: 5px;
	color: #f9de82;
}

.ct_Sec{
  	position: relative;
  	left: 5px;
  	width: 285px; /*305px*/
  	background-color: rgba(103, 108, 123, 0.6);
  	border-radius: 5px;
  	padding: 4px 4px 4px 4px;
  	box-shadow: 0.4rem 0.4rem 0.45rem rgba(0, 0, 30, 0.3);
 }
 
 .ct_Sec.Sel{
 	background-color: rgba(128, 188, 189, 0.3);
 }
 
 .ct_secLbl{
 	position: relative;
	display: flex;
	width: 283px; /*303*/
 	height: 25px;
 	line-height: 25px;
 	vertical-align: middle;
	background-color: #4f535e;
 	border: solid 1px #2b3040;
 	border-radius: 3px;
}

.ct_secIco{
	position: relative;
	top: 1px;
	left: 1px;
	height: 20px;
	width:20px;
}

.ct_secTxt{
	position: relative;
	left: 5px;
	color: #ebeceb;
	font-size: 1em;	
	cursor:pointer;
}

.ct_secTxt:hover{
	color: yellow;
	font-weight: bold;
}

.ct_secTxt.Sel{
	color: #80bcbd;
	font-weight: bold;
}

.cat_sbj_typ{
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	border-bottom: solid 1px gray;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-size: .9em;
	cursor: pointer;
	padding-left: 7px;
}

.cat_sbj_typ:hover{
	font-weight: bold;
	color: yellow;
}

.cat_sbj_typ.sel{
	font-weight: bold;
	color: yellow;
	border: solid 1px yellow;
	background-color: #578585;
}

.ct_exp_btn{
 	position: absolute;
 	top: 1px;
 	right: 2px;
 	width: 20px;
	height: 20px;
	border: solid 1px gray;
	border-radius: 3px;
	background-color: rgba(103, 108, 123, 0.4); 
	text-align: center;
	cursor:pointer;
}

/***************************** Styling used for subject type display *************************************/
.mstr_sbj_lst{
	position: relative;
	top: 10px;
	width: 80%;
	display: flex;
	background-color: #dcdcdc;
	margin: 0 auto;
	padding: 10px;
	border-radius: 5px;
}

.mstr_sbj_lst_cola{
	
	width:50%;
}

.mstr_sbj_lst_colb{
	
	width:50%;
}

.mstr_sbj_ltr{
	color: navy;
	font-size: 1em;
}

.mstr_sbj_ltr.sec{
	color: #85754e;
	font-size: 1.2em;
	font-weight:bold;
}

.ct_lst{
	
	position: absolute;
	/*display: flex;*/
	top: 15px;
	left: 340px;
	width: 1105px;
	bottom: 5px;
	border-radius: 5px; 
	background: url('../Img/Cat/FWA_BG.jpg'); 
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); 
	color: ivory; 
	white-space: nowrap;
	font-size: 1em;
	overflow-y: auto;
	overflow-x: none;
	scrollbar-width: thin;
	scrollbar-color:  #cacfd2 #aab7b8;
}

.ct_sbj_lst_col{
	position: relative;
	float: left;
	padding: 5px; 
	height: 100%;
	width: 330px;
}

.ct_strow
{
	position: relative;
	top: 35px;
	left: 5px;
	width: 1100px;
	display: flex;
	height: 180px;
}

.ct_stel
{
	position: relative;
	margin-right: 10px;
	width: 260px;
	background-repeat: no-repeat;
	background-size: 260px;
	
}

.ct_steltxt{
	position: relative;
	color: ivory;
	padding: 8px 2px 2px 2px;
	text-align: center;
	text-shadow: 2px 2px dimgray;
	font-size: 1.2em;
	font-weight: bold;
	width: 255px; /*346px */
	text-wrap: wrap;
	background: rgba(0,0,0,0.2);
	height: 52px;
	cursor: pointer;
}

/***************************** Styling used for subject list display *************************************/

.cat_sbj_lst_cntr{
	position: absolute;
	top: 35px;
	left: 5px;
	right: 25px;
	bottom: 5px;
	background-color: rgba(255,255,240,0.6);
	border-radius: 5px; 
}

.ct_SU{
	
	position: relative;
	color: black;
	line-height: 30px;
	vertical-align: middle;
	height: 30px;
	text-wrap: wrap;
	cursor:pointer;
}

.ct_SU:hover{
	color: Navy;
}

.ct_SU:hover .tooltiptext {
  visibility: visible;
}

/***************************** Styling used for ad spaces *************************************/

.cat_ad{
	position: absolute;
	top: 15px;
	left: 1455px;
	width: 342px;
	right: 5px;
	bottom: 5px;
	border: 1px solid gray;
	border-radius: 5px;
	color: ivory; 
	white-space: nowrap;
	overflow-y: auto;
}

.cat_aditem{
	position: relative;
	top: 35px;
	left: 15px;
	height: 250px;
	width: 300px;
	border-radius: 5px;
	background-color: rgba(176, 209, 206,0.4);	
	margin-bottom: 5px;
	margin-right: 10px;
	padding: 5px;
}

.cat_aditem.sm{
	position: relative;
	top: 35px;
	left: 15px;
	height: 150px;
	width: 180px;
	border-radius: 5px;
	background-color: rgba(176, 209, 206,0.4);	
	margin-bottom: 5px;
	margin-right: 10px;
	padding: 5px;
}

