@charset "ISO-8859-2";
/* CSS Document */

.btn-true-blue{background:#0079D7;color:#FFFFFF!important;}.btn-true-blue:hover{background:#0061ac;color:#FFFFFF!important;}
.btn-islamic-green{background:#00B000;color:#FFFFFF!important;}.btn-islamic-green:hover{background:#008d00;color:#FFFFFF!important;}

.vid-play {
    position: relative;
    display: inline-block;
}
.vid-play:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../video/icon-play.svg);
	background-color: transparent;
	background-size: 20%;
}

/* Even odd row table */
.table-striped>tbody>tr:nth-child(even)>td, 
.table-striped>tbody>tr:nth-child(even)>th {
	background-color: #FFFFFF;
	border-bottom: thin solid #C7C7C7;
}
.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #D6EAFF;
}