﻿
body {

}

div.RadComboBoxDropDown_Telerik
{
	border-right: #c6c7d2 1px solid;
	border-top: #83868d 1px solid;
	font-weight: bold;
	font-size: 13px;
	background: #fff;
	border-left: #c6c7d2 1px solid;
	cursor: default;
	color: #000099;
	border-bottom: #c6c7d2 1px solid;
	font-family: 'Arabic Transparent';
	position: absolute;
}

.title
{
    padding: 10px 0px 20px 0px;
    font-weight: bold;
    color: Maroon;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    text-align: center;
    text-decoration: underline;
}
.hr-title
{
    color: Maroon;
    width:60%;
     text-align: center;
}
.table-info
{
	padding-right: 2px;
	vertical-align: top;
	padding-top: 5px;
	text-align: right;
	padding-left: 0px;
	border-spacing: 25px;
}
.table-info-wide
{
    padding: 10px 2px 10px 0px;
    vertical-align: top;
    text-align: right;
    border-spacing: 25px;
    background-color: #0000FF;
    font-size: medium;
    font-weight: bold;
    color: #FFFFFF;
}
.right-padding
{
	padding-right: 15px;
}
.regular-text
{
	font-family: MO_Nawel;
	font-size: 17px;
	font-weight: bold;
	color: #000080;
}
.label-background
{
	background-color: #CADFFF;
	font-family:Simplified Arabic  ;
	font-size: 14px;
	font-weight: bold;
	color: #000080;
}
.label-background-altr
{
    background-color: #E1EBFF;
    font-family: Simplified Arabic;
    font-size: 14px;
    font-weight: bold;
    color: #000080;
}
.detail-text
{
	font-family: MO_Nawel;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
}
.list-items
{
	background-color: #0000FF;
	color: #FFFFFF;
	font-weight: bold;
	font-size: medium;
	font-family: 'Arabic Transparent';
}
.tst
{
	font-size: large;
	font-weight: bold;
	color: #000080;
	font-family: "Arabic Transparent";
}
.wer
{
	background-color: #FFCCFF;
}

.unitNode
{
	background-color:Yellow;
}
.subNode
{
	background-color:Lime;
}
.TopPage
{
    font-family: MO_Nawel;
    font-size: medium;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #0000FF;
}
.DropDown
{
    font-size: large;
    font-weight: bold;
    color: #0000FF;
    background-color: #FFFF99;
}
.Header
{
    background-color: #000099;
    border: medium solid #FFFF00;
    position: static;
    height: 30px;
    font-size: medium;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}
.HeaderGray2
{
    background-color: #DFDFDF;
    border: medium solid #FFFF00;
    position: static;
    height: 30px;
    font-size: medium;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}
.Data-Header
{
    background-color: #0000FF;
    border: medium solid #000099;
    position: static;
    height: 30px;
    font-size: medium;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    }
.regular-text
{
	font-family: MO_Nawel;
	font-size: 17px;
	font-weight: bold;
	color: #000080;
}
.regular-white-text
{
	font-family: MO_Nawel;
	font-size: 17px;
	font-weight: bold;
	color: #000080;
}



.imageWrapper {
    font: 13px "Segoe UI", Arial,Helvetica, sans-serif;
    color: #666;
    float: left;
    /*width: 194px;
    height: 150px;*/
	width: 300px;
    height: 170px;
    padding: 22px;
    cursor: pointer;
}
 
.playIcon
{
	background: url('../../Images/play.png') no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
 
.imageWrapper:hover {
    background: white;
    color: #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
 
    .thumbnailHolder img,
    .imageWrapper:hover .playIcon {
        display: block;
    }
 
.thumbnailHolder {
    display: block;
    position: relative;
    margin-bottom: 5px;
}
 
.timeLabel {
    background-color: rgba(0,0,0,0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3000000', endColorstr='#B3000000',GradientType=0 );
    font: bold 10px/14px "Segoe UI", Arial,Helvetica, sans-serif;
    color: white;
    bottom: 2px;
    right: 1px;
    width: 30px;
    text-align: center;
    position: absolute;
}
 
.RadMediaPlayer,
div.rltbDescriptionBox {
    margin-left: 50px;
    width: 600px;
}
 
.rltbItemTemplate {
    height: 336px;
}
 
.rmpFullscreen {
    margin-left: 0px;
}
 
div.RadLightBox .rltbWrapper {
    z-index: auto;
}
 
.RadLightBox .rltbToolbar {
    display: none;
}
 
.rltbOverlay {
    z-index: 350000 !important;
}
.RadLightBox {
    z-index: 360000 !important;
}
.size-custom {
    /*max-width: 642px;*/
	max-width: 780px;
}

.demo-container {
    width: 1250px;
    margin: 0 auto;
}
 
.left-image-gallery {
    display: inline-block;
    float: left;
    padding-right: 50px;
}
 
.right-image-gallery {
    display: inline-block;
    float: left;
}
 
@media (max-width: 1680px) {
    .demo-container {
        width: 600px;
    }
 
    .right-image-gallery {
        margin-top: 30px;
    }
}

.center {
    margin: auto;
    width: 50%;
    padding: 10px;
}






