﻿tr:hover {
    background-color: #7ACAFC;
}

tr:hover td {
    background-color: transparent; /* or #000 */
}

.delete-icon{
    background: url("../images/delete-24.png") no-repeat center center;
}

.highlight-row { background-color: #F39363; }

@font-face {
	font-family: 'Droid Arabic Kufi';
	src: url('../fonts/DroidArabicKufi.eot');
	src: url('../fonts/DroidArabicKufi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DroidArabicKufi.woff2') format('woff2'),
		url('../fonts/DroidArabicKufi.woff') format('woff'),
		url('../fonts/DroidArabicKufi.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Concon Arabic';
	src: url('../fonts/cocon-next-arabic.eot');
	src: url('../fonts/cocon-next-arabic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/cocon-next-arabic.woff2') format('woff2'),
		url('../fonts/cocon-next-arabic.woff') format('woff'),
		url('../fonts/cocon-next-arabic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.kufi{
    font-family:'Droid Arabic Kufi';
}

.naskh{
    font-family:'Droid Arabic Naskh';
}

.concon{
    font-family:'Concon Arabic';
}


.opacity-hover {
    opacity: 0.5;
    filter: alpha(opacity=40);
}

.opacity-hover:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.font-15px-bold{
    font-size:15px !important;
    font-weight:500;
}

.font-16px{
    font-size:16px !important;
}

.font-17px{
    font-size:17px !important;
}

.font-18px{
    font-size:18px !important;
}

.font-19px{
    font-size:19px !important;
}