﻿body {
	padding-top: 10px;
	padding-bottom: 25px;
	font-family: 'Times New Roman', Times, serif;
	font-size:17px;
    direction:rtl;
    background-color:#F5F5F5;
	
}

/* Set padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
	white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select 
{
    max-width: 280px;
}


textarea {
	max-width: 730px;
}


input {
	font-family:Tahoma;
}

hr.style8 {
   height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #14881d inset;
}
.navbar {

	background-color:seagreen;
}

.navbar-inverse .navbar-nav > li > a {
	color:beige;
    font-weight:bold;
}
.navbar-inverse .navbar-brand {
	color:beige;
     font-family:Scheherazade,'Times New Roman';
     font-size:25px;
}
.ErrorValidColor{
	color:red;

}
.form-control {
	font-size:17px;
    height:45px;
   
}
form-group {
	margin-bottom: 18px;
}
th {
    text-align: right;
    background-color:#AA6039;
    color:antiquewhite;
}
.btn{
    font-size:17px;
    font-weight:700;
    margin-bottom:15px;
    font-family:'Times New Roman', Times, serif;

}
.btn-file {
    margin-bottom:5px;
    margin-top:5px;
    
}

label.form-check-label
{
    color:crimson;
    font-size:20px;
    margin-top:20px;

}
hr.style-four {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px #1a1f1c;
}
input#receiptNo.form-control
{
    width:100px;
    margin-left:15px;
    

}

input#receiptDate.form-control
{
    width:170px;
    margin-left:15px;   

}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse 
.navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus
{
background-color:#AA6039;

}

.dropdown-menu > li > a
{
   font-size:16px;
   margin-bottom:10px;
}
ul.dropdown-menu.pull-right
{
    min-width:80px;
}
.email
{
    text-align:left;
    direction:ltr;
}
.myDate
{
     direction: ltr;
    text-align: right;
}

.top-header
{
     margin-right: 0px; 
     margin-left: 0px;
	 color:#00AF35;
}
h1,h2,h3,h4,h5,h6
{
	font-family: 'Cairo', "Times New Roman";
	font-weight:bold;
}

.entop
{
	font-family:'Athiti';
	font-weight:bold;
    text-align:left;
}

.iqph-header {
    height: 110px;
    /*background: url('../img/bannerid.jpg') center center no-repeat scroll;*/
    background-color: #173e43;
    margin-bottom: 15px;
}



.tagline 
{
    text-shadow: 0 0 10px #000;
    color: #fff;
	text-align:right;
	
}

.img-center
{
    margin: 0 auto;
}
.center-block
{
    margin-bottom:3px;
}
.tooltipStyle
{
    width:300px;
    padding:5px;
    
}
#tabs
{
font-size:14px;
font-family:Tahoma;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover
{
background-color:#bf6724 !important;
border:1px solid antiquewhite !important;
}

label.checkBoxTemplate
{
	direction:ltr;
}

.wideText
{
    max-width:500px;
}



     .imageThumb {
        height: 100px;
        width: 100px;
        border: 1px;
        padding: 1px;
        cursor: pointer;
    }

    .img-wrap {
        position: relative;
        display: inline-block;
        border: 1px black solid;
        height: 100px;
        width: 100px;
    }


    .img-wrap .remove {
        position: absolute;
        top: 2px;
        right: 2px;
        z-index: 100;
        background-color: black;
        padding: 2px 2px 2px;
        color: snow;
    }

    .img-wrap:hover {
        opacity: 0.7;
    }


    .boxDiv
    {
        max-height:1000px;
       
    }

