.al-center {
text-align: center !important;
}
.al-right {
	text-align: right !important;
}
.al-left {
	text-align: left !important;
}
.bg-wht {
	background-color: #FFF !important;
}
.bg-gray {
	background-color: #ebebeb !important;
}
.rowii {
	margin-left:15px !important;
	margin-right:15px !important;
}
.radius-none {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
table {
		width: 100% !important;
	}

/*.link-default {
	color: #000;
	text-decoration: none;
}
.link-default:hover {
	color: #000;
	background:none !important;
	text-decoration: none !important;
	cursor:default;
}*/
.sml-margin-top-btm {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}
.sml-padding {
	padding:15px !important;
}




.tbl {}
.tbl thead tr th {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0aa7e2;
} 
.tbl tfoot tr th {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0aa7e2;
} 
.tbl {
  counter-reset: serial-number;  /* Set the serial number counter to 0 */
}

.tbl td:first-child:before {
  counter-increment: serial-number;  /* Increment the serial number counter */
  content: counter(serial-number);  /* Display the counter */
}


.verti-updated-list {
	float: left;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color: #fafafa;
}

.verti-updated-list ul {
	margin: 0px;
	float: left;
	width: 100%;
	/* height: 100px;
	max-height: 100px; */
	list-style-type: none;
	padding-right: 2%;
	padding-left: 1%;
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	padding-top: 5px;
	padding-bottom: 0px;
}

.verti-updated-list ul li {
	margin-right: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	width: 200px;
	float: left;
	padding: 0px;
}

.verti-updated-list ul li a {
	background-color: #f3f3f3;
	padding: 5px;
	width: 200px;
	margin-right: 10px;
	border: 1px solid #dadada;
	text-decoration: none;
	display: inline-block;
}

.verti-updated-list ul li a:hover {
	background-color: #FFF;
}

.verti-updated-list ul .vul_add {
	width: 75px;
}
.verti-updated-list ul .vul_add a {
	background-color: #f3f3f3;
	padding: 20px;
	width: 75px;
	height: 75px;
	margin-right: 10px;
	border: 1px solid #dadada;
	text-decoration: none;
	display: inline-block;
	
}

.verti-updated-list ul li a img {
	padding: 0px;
	float: left;
	height: 57px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.verti-updated-list ul li a .ver-up-spn {
	font-size: 13px;
	font-weight: bold;
	color: #3d3d3d;
	text-decoration: none;
	overflow: hidden;
	padding: 0px;
	height: 45px;
	margin: 0px;
	float: none;
	white-space: normal;
}

.verti-updated-list ul li a .ver-up-act {
	font-size: 12px;
	font-weight: bold;
	color: #888888;
	text-decoration: underline;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	float: left;
}

@media screen and (max-width : 1366px){
}
@media screen and (max-width : 1024px){
	.container {
		width:100% !important;
	}
}
@media screen and (min-width : 769px){
	
}
@media screen and (max-width : 780px){
	.right_col {
		min-height: auto !important;
	}
	.container {
		width:100% !important;
	}
	.al-center {
	text-align: center !important;
	}
	.al-right {
		text-align: center !important;
	}
	.al-left {
		text-align: center !important;
	}
	.pr-covr-avetr {
		display:none;
	}
	.pr-covr-box {
		padding-left:3% !important;
	}
	.cover-nav ul {
		padding-left:0px !important;
	}
}
@media screen and (max-width : 768px){	
}
@media screen and (max-width : 640px){
}
@media screen and (max-width : 480px){
}
@media screen and (max-width : 320px){
}
@media screen and (max-width : 240px){
}
@media all and (-ms-high-contrast:none){ 
}
@media all and (-ms-high-contrast:none){ 
}