/*use for 'Markazi Text*/
@import url('https://fonts.googleapis.com/css2?family=Markazi+Text&display=swap');



/*Outer wrapper */
div#master-wrapper {
    position: relative;
    /*width: 1275px;*/
    width: 1400px;
    height: auto;
    background: white;
    margin-left: auto;
    margin-right: auto;
}

/* Header */
div#master-header
{
    width: 1400px;
    height: 125px;/* height: 95px; */
    /*background-color: transparent;*/
    position: relative;
   /* background-image: url('images/headerback.jpg');*/
    /*background-repeat: repeat;
    border-top: 0.5px solid #122239;
    border-left: 0.5px solid #122239;
    border-right: 1px solid #122239;
    border-bottom: 1px solid #122239;*/
}

div#banner-left{ float: left;  height:120px; width: 15%; }
div#banner-center{ float:left; height:120px;  width: 65%; }
div#banner-right{ float: right; height:120px;  width: 20%;}




div#master-left-header
{
    float: left;
    width: 928px;
    
    text-align: left;
}


#master-right-header
{
    float: right;
    width: 455px;
    position: relative;
    height: 95px;
    text-align: right;
}

div#master-menu
{
    height: 40px;
    width: 1400px;
    position: relative;
    background-image: url('images/navback.jpg');
    background-repeat: repeat;
    text-align:center;
    font:12pt Trebuchet MS, Lucida Grande,Lucida Sans Unicode;
	color: Black;
	font-weight:bold;
  

	/*vertical-align:baseline;*/
	/* border-left: 1px solid #122239;
    border-right: 1px solid #122239;*/
}

div#master-menu-error-page
{
    height: 37px;
    width: 930px;
    position: relative;
    background-image: url('images/navback.jpg');
    background-repeat: repeat;
    text-align:right;
    font:12pt Trebuchet MS, Lucida Grande,Lucida Sans Unicode;
	color: Black;
	font-weight:bold;
	vertical-align:baseline;
	/* border-left: 1px solid #122239;
    border-right: 1px solid #122239;*/
}

/* Main section */
div#master-main-section, .master-main-section
{
    
    padding: 2.5%;
    /*border-left: 1px solid #122239;
    border-right: 1px solid #122239;*/
    position: relative;
    height: auto;
    Zoom:1;
    direction:rtl;    
}

#master-footer
{
    width: 1400px;
    clear: both;
    background-image: url('images/footerback.jpg');
    background-repeat: repeat;
    height: 65px;
    text-align: right;
    /* border-left: 1px solid #122239;
    border-right: 1px solid #122239;
    border-bottom:1px solid #122239;*/
}

#master-menu a, #master-footer a
{
    /*color: #FFF8ED;*/
    color:Black;
}
.table-backgroundColor
{
    /*color: #FFF8ED;*/
    background-color:#EFEDED;
}

.hidden
{
    visibility: hidden;
    display: none;
}

.read-only
{
    background: #FFF8ED;
    color: #B1A0B1;
}

.selected
{
    background: #FFD767;
}


body, form * {
    font-family: 'Markazi Text';
    font-size: 12pt;
}


.right_align {
    margin-right : 6px;
    text-align: right;
}

.left_align {
    margin-left:6px;
    text-align: left;
}



