/*------------------------------------------------------------- 
		 Glossary category
--------------------------------------------------------------- */
ul {
	margin:0;
}
.bc_main_content h3 {
	position:relative;
	margin:10px 0 6px;
}

.bc_category table,
.bc_item_info table {
	border:#dcdcdc solid 1px;
	width:100%;
	margin:7px 0 0 0;
}
bc_item_info p {
 margin: 0px;
}
.bc_category table td {
	width:50%;
	border-left:#dcdcdc solid 1px;
	border-top:#dcdcdc solid 1px;
	cursor:pointer;		
}
.bc_category table td a {
	font-size:14px;
	font-weight:bold;
	color:#666666;
	padding:12px 10px 15px 18px;
	display:block;
}
.bc_category table td:hover {
	color:#ffffff;
	background:#5177b6
}
.bc_category table td:hover a {
	color:#ffffff;
}
.bc_category table td:first-child {
	border-left:none;
}
.bc_category table tr:first-child td {
	border-top:none;
}


.mobile-view {
        display:none!important;
}

/*------------------------------------------------------------- 
		 Glossary sigle
--------------------------------------------------------------- */
.bc_item_info table {
	margin:0;
}
.bc_item_info table th {
	font-size:26px;
	font-weight:bold;
	background:#1d3652;
	padding:12px 10px 20px 23px;
	color:#ffffff;
}
.bc_item_info {
	margin:17px 0 50px;
}
.bc_item_info table td {
	vertical-align:top;
}
.bc_item_info table tr:last-child td {
	padding:17px 10px 21px 18px;
}
.bc_category h4 {
	font-size:24px;
	margin:15px 0;
}
.bc_item_info table td {
	background:#ffffff;
	font-size:14px;
	font-weight:normal;
	color:#333333;
	border-bottom:#dcdcdc solid 1px;
	padding:9px 10px 10px 20px;
	width:72%;
}
.bc_item_info table td:first-child {
	background:#fdfdfd;
	font-weight:500;
	color:#666666;
	border-right:#dcdcdc solid 1px;
	width:28%
}
.bc_item_info table tr:last-child td  {
	background:#f8f8f8;
	font-size:16px;
	font-weight:bold;
	color:#666666;
	font-style:italic;
	padding:19px 20px 24px;
}
/*------------------------------------------------------------- 
		     glossary root
--------------------------------------------------------------- */

.bc_main_content {
	padding:40px 0 40px;
}
.bc_main_content p {
	display:inline-block;
	width:100%;
	margin: 5px;
        line-height: 1.4em;
        font-size: 16px;
	color: #263034;
}
.bc_item_info img {
	width: 100%;
	height: auto;
}
.bc_main_content p strong {
	display:inline-block;
	color:#333;
	font-weight:700;
}
.cz-main-left-section h3 {
	font-size:21px;
}
.glossary-alphabets {
	display:inline-block;
	width:100%;
	padding:15px 0;	
}
.glossary-alphabets ul {
	margin:0 0 0 0;	
}
.glossary-alphabets ul li {
	display:inline-block;
	margin-right:4px;
	margin-top:2px;
	margin-bottom:2px;
	float:left;	
}
.glossary-alphabets ul li:last-child {
	margin-right:0px;
}
.glossary-alphabets ul li a {
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    color: #717171;
    display: block;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-weight: 700;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 45px;
	text-transform:uppercase;
}
.glossary-alphabets li:hover a, 
.glossary-alphabets li.active a, 
.glossary-alphabets li:visited a {
    background:#5177b6;
    border-color: #5177b6;
    color: #fff;
}
.cz-instruction-table-wrapp {
	display:inline-block;
	width:100%;	
	padding:35px 0 0 0;
}
.cz-instruction-table-wrapp table {
	margin-bottom:26px;	
}
.cz-instruction-table-wrapp table tr th {
	background:#1d3652;
	padding:18px 16px;
	color:#fff;
	font-size:21px;
	line-height:21px;
	font-weight:700;
    font-family: "Roboto",sans-serif;
	text-align:left;
	border:1px solid #1d3652;
}
.cz-instruction-table-wrapp table tr td {
	padding:15px 20px;
	border-bottom:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
}
.cz-instruction-table-wrapp table tr td:first-child {
	border-left:1px solid #dcdcdc;
}
.instruction-left-area {
	width:25%;
	color:#666666;
	font-weight:500px;
    font-family: "Roboto",sans-serif;
	font-size:14px;
	line-height:20px;
}
.instruction-right-area {
	width:75%;
	color:#333333;
	font-weight:400px;
    font-family: "Roboto",sans-serif;
	font-size:14px;
	line-height:20px;
}
.cz-view-times {
	color:#666666;
	font-size:16px;
	font-weight:700;
	font-style:italic;
    font-family: "Roboto",sans-serif;
}
.cz-main-left-section h3 {
	font-size:21px;
}
.cz-main-left-section h3:before {
	position:absolute;
	content:" ";
	z-index:5;
	background:#eaeaea;
	height:5px;
	width:80.5%;
	top:12px;
	left:auto;
	right:0;
}
.cz-main-left-section h3:before {
	width:69%;
}


/*------------------------------------------------------------- 
		    Right Sidebar
--------------------------------------------------------------- */


.bc_right_sidebar h3 {
	font-size:18px;
}
.bc_right_sidebar h3:before {
	width:55%;
}
.cz-glossary-nav h3:before {
	top:12px;
	width:16%;	
}

.bc_search_btn {
	background:#63ba2a;
	border:none;
	box-shadow:none;
	border-radius:0;
	padding:6px 15px 10px 16px;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	margin-left:10px;
}
.bc_database_nav h3:before {
	width:33%;
}
.cz-main-left-section h3:before {
	width:69%;
}
.bc_category h3:before {
	position:absolute;
	content:" ";
	z-index:5;
	background:#eaeaea;
	height:5px;
	width:70%;
	top:14px;
	left:auto;
	right:0;
}
.bc_category h3:before {
	width:56%;
}

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


@media screen and (min-width: 768px) and (max-width: 1250px) {
.bc_right_sidebar h3::before {
    width: 43%;
}
.bc_database_nav h3::before {
    width: 17%;
}
.bc_category table td {
	font-size:13px;
}
.cz-glossary-nav h3::before {
    top: 12px;
    width: 11%;
}
.cz-main-left-section h3::before {
    width: 65%;
}
.bc_category h3::before {
	width: 46%;
}

}
@media screen and (max-width: 1200px) {
.cz-main-left-section h3::before {
    width:64%;
}
.cz-glossary-nav h3::before {
	display:none;
}
.bc_category h3::before {
	width: 46%;
}
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
.bc_right_sidebar h3::before {
    width: 33%;
}
.bc_database_nav h3::before {
    width: 63%;
}
.bc_search_btn {
	font-size:14px;
	margin-left:3px;
	padding:6px 8px 10px;
}
.bc_category h4 {
	font-size:22px;
}
.bc_main_content .bc_category {
	margin-bottom:20px;	
}
.cz-glossary-nav h3::before {
    top: 12px;
    width: 54%;
	display:block;
}
.bc_category h3::before {
	width:43%;
}

}

@media screen and (max-width: 767px) {
.bc_right_sidebar h3::before {
	width:65%;
}
.bc_database_nav h3::before {
	width:51%;
}
.bc_category table td {
	font-size:11px;
}
.bc_item_info table td {
	font-size:13px;
}
.bc_right_sidebar h3::before {
    width: 54%;
}
.bc_category h3::before {
    width: 35%;
}
.cz-glossary-nav h3::before {
    top: 12px;
    width: 30%;
	display:block;
}
.bc_main_content h3 {
	font-size:22px;	
}
.cz-main-left-section h3::before {
    width: 54%;
	top:12px;
}
.bc_main_content .bc_category {
	margin-bottom:20px;	
}
.bc_category h3::before {
	width:30%;
}

}

@media screen and (max-width: 550px) {
.bc_category h3::before,
.bc_right_sidebar h3::before {
	display:none;
}
.bc_category table td {
	padding:10px 5px 12px 10px;
}

}
@media screen and (max-width: 500px) {
.cz-glossary-nav h3::before {
	width:15%;	
}
.mobile-view {
	display:block!important;	
}
.normal-view {
	display:none!important;	
}
.cz-search-title {
	display:none;	
}
}
@media screen and (max-width: 450px) {
.bc_item_info table th {
	font-size:18px;
}
.bc_item_info table td {
	font-size:11px;
	padding:9px 5px 10px 10px;
}
.bc_main_content h2 {
    font-size: 24px;
}
.cz-main-left-section h3::before {
	display:none;	
}
}

