/** Add css rules here for your application. */

@font-face { font-family: droid; src: url('DroidKufi_Regular.ttf'); }

body {
    border: 0 none;
    color: black;
    direction: ltr;
    margin: 0 !important;
    padding: 0;
}
html, body 
{ 
	height: 100%; 
}

#wrapper
{
	width : 100%;
	height : 100%;
	background : white;
}
#header
{
	width : 100%;	
	height : 60px;
	background : white;	
}
#menu
{
	height : 1px;
	background : white;	
}
#container
{
		
}
.header_logo
{
	text-align:center;
	margin : auto;
	left : 50%;
	
}
.header_logo_img
{
	border-radius : 7%;
	float : middle;
}
.header_rt
{
	position : absolute;
	top : 0;
	right : 0;
}
.container-child
{
	height : 600px;
	min-height : 100%;	
}
input::-webkit-input-placeholder {
color: gray !important;
/*font-size : 15px;*/
}

input:-moz-placeholder { /* Firefox 18- */
color: gray !important;
/*font-size : 15px;*/
}

input::-moz-placeholder {  /* Firefox 19+ */
color: gray !important;
/*font-size : 15px;*/
}

input:-ms-input-placeholder {
color: gray !important;
/*font-size : 15px;*/
}
.loginPanel
{
	background: none repeat scroll 0 0 #1F1F1F;
    border: 2px solid #848080;
    border-radius: 5px 5px 5px 5px;
    height: 350px;
	right: 70px;    
	margin: auto;
    position: absolute;    
    top: 150px;
    width: 300px;	
}

.login
{
	border:1px solid gainsboro;
	height:35px;
	padding-left : 5px;
	padding-right : 5px;
}
.password
{
	border:1px solid gainsboro;
	height:35px;
	padding-left : 5px;
	padding-right : 5px;
}
.signIn
{
	background : #E29F10;
	height : 40px;
	border : 0px solid black;
	padding-left : 5px;
	padding-right : 5px;
	color : white ; 
	font-weight : bold;
	font-size : 15px;
	border-radius : 2px;
	cursor : pointer;
}
.signIn:hover
{
	background : #E29F10;
}
.signInTitle
{
	color: darkgray;
    font-size: 16px;
    text-shadow: 0 0 1px black;
}
.frame
{
	border : 1px solid gainsboro;
	margin : auto;
	left : 50%;
	box-shadow : 0 2px 4px 0 rgba(181,181,181,.7);
	box-sizing : border-box ;	
	background : white;
	padding-bottom : 15px;
}
.bigTitle
{
    color: #104B7D;
    font-family: Tahoma,Arial,Helvetica,Sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 8px !important;
}
.frameTopTitle
{
	background : white;
	height : 30px;
	border: 1px solid gainsboro;
	width : 100%;
}
.grid
{
	width : 100%;
	background : white;
}
.grid_headers
{
	background  : #2f72b3;
	height : 30px;
	font-size : 15px;
	font-weight : bold;
	color : white;
}
.grid_headers_gray
{
	background  : #CBCBCB;
	height : 30px;
	font-size : 15px;
	font-weight : bold;
	color : #615959;
}
.grid-Rows
{
	background  : #eee;
}
.grid-Rows:hover
{
	background  : #a0bad4;	
}
.myDataTable-RowFont
{
	/*background  : #ffffff;*/
	height : 30px;
	font-size : 15px;
	color : black;
}
.myDataTable-RowD
{
	background  : #ffffff;
	height : 30px;
	font-size : 15px;
	color : gray;
}
.myDataTable-RowL
{
	background  : gainsboro;
	height : 30px;
	font-size : 15px;
	color : gray;
}
.myDataTable-RowCounter
{
	text-align:center;
	width:18px;
	/*background : white;*/
}

.horiFrameRightWidget
{
	margin-right: 5px !important;
}

.gwt-PopupPanel
{
	/*height : 100% !important;*/
}
.listbox
{
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #999999 #CCCCCC #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-style: solid;
    border-width: 1px;
    font-family: Arial Unicode MS,Arial,sans-serif;
    font-size: small;
    padding: 5px 4px;
}
.textbox
{
	border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    font-family: Verdana,Sans-serif;
    font-size: 15px;
    padding: 7px;
    width: 100%;
}
.crdr
{
	margin-left: 10px;
    padding: 6px;
}
.container-child
{
	background : transparent url('images/back2.jpg');
	-webkit-background-size: cover;
  	-moz-background-size: cover;
 	 -o-background-size: cover;
  	background-size: cover;
}
.container-bottom
{
	width : 100%;
	position : absolute;
	margin-top : -100px;	
}
.container-bottom-box
{
	width : 23%;
	width : calc(25% - ( 0.75 * 30px ) );
	padding : 10px;
	padding-top:30px;
	float : left;
}
.service-image
{
	text-align : center;	
}
.service-image img
{
	border:5px solid #ffffff;
	border-radius:50%;
	padding:0px;
}
.service-header
{
	font-size : 25px;
	color : gray;
	font-family : droid ;
	text-align : center;
}
.service-item
{
	font-size : 17px;
	color : gray;
	font-family : droid ;
	text-align : center;
}
.container-footer
{
	width : 100%;
	min-height : 150px;
	background : black;	
	margin-top : 170px;	
}
.container-footer th
{
	color : gray;
	font-size : 13px;
}
.container-footer td
{
	color : gray;
	font-size : 12px;
}
.frameDashboard
{
 	margin : auto;
	left : 50%;
 	padding-bottom : 15px;
}
.bigTitleDashboard
{
    color: #104B7D;
    font-family: Tahoma,Arial,Helvetica,Sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 8px !important;
}
.langColor a
{
	color : white;
}  
hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}
.searchContainer
{
	background : #2F72B3;
} 
.searchContainer button
{
	float: right;
  	padding: 7px 10px;
  	margin-top: 0px;
  	margin-right: 8px;
  	background: #2F72B3;
  	font-size: 17px;
  	border : none;
  	cursor: pointer;
}
.searchbox
{
	 padding: 8px;
  	margin-top: 1px;
  	margin-left: 1px;
  	margin-bottom: 1px;
  	border-radius : 0px;
  	font-size: 14px;
  	border : medium none;
  	
}