
html
{
	height:100%;
}

body 
{ 
	height: 100%;
	margin:0px;
	padding:0px;
	background:url(../images/base.jpg) repeat #f3f3f3;
	text-align:right;
	direction:rtl;
}

textarea {
    resize: none;
}

th
{
	text-align:center;
}
/* base */
.base
{		
	min-height:100%;		
	margin: 0;	
	padding: 0;		 
	/*color: #616161;*/
	color:black;
	margin-bottom:100px;
}

.main
{
	/*overflow:auto;*/
  	padding-bottom:250px; /* padding-bottom:300px;*/
}

/* logo */

.logo
{
	margin-top:20px;	
}

.logo img
{
	margin-right:auto;
	margin-left:auto;
	position:relative;
	display:block;
}

#logo_under_text
{
	text-align:center;
	font-size:22px;
	width:200px;	
}

/* image */

.main_image
{	
	margin-bottom:20px;	
}


/* contact bar */
.sticky_top
{
	height:30px;	
	/*border-top:5px solid #428bca;*/
	/*border-color:rgb(66, 139, 202);
	border-color:rgba(66, 139, 202, .6);*/
	background: rgb(0, 0, 0); /* Fall-back for browsers that don't support rgba */
    background: rgba(66, 139, 202, .7); /*rgba(0, 0, 0, .6);*/
	/*opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	font-size:15px;
	color:white;	
}

.sticky_top:hover
{	
	background: rgba(66, 139, 202, 1)
    /*background: rgba(0, 0, 0, .8);	*/
}

/* contact form */
.contact_box
{	
	color:white;
	padding:10px;
	/*width:500px;*/
	background: rgb(66, 139, 202); /* Fall-back for browsers that don't support rgba */
    background: rgba(66, 139, 202, .9);/* rgba(0, 0, 0, .6)*/
	display:none;	
}

.contact_box .error{
    color: #ffffff;
    background-color: rgba(236, 94, 90,0.6);
    border-color: rgba(238, 77, 99,1);
    padding: 4px;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 2px;
}

.contact_box .has-error .control-label,
.contact_box .has-success .control-label
{
	color:white;
}

.btn-outline-myverse{color:white;background-color:transparent;border-color:white}
.btn-outline-myverse:hover,.btn-outline-inverse:focus,.btn-outline-inverse:active{color:#428bca;text-shadow:none;background-color:white;border-color:white}

#contact_form_status_text
{
	height:343px;
	padding-top:140px;
}

#contact_form_sent_text,#contact_form_error_text
{
	height:343px;
	padding-top:130px;
}

/* fixed bar buttons  */

#phone_bar
{
	float:left;					
	padding:5px 7px;
	width:130px;
}

#phone_bar a
{
	width:85px;
	color:white;
	float:left;
}

#contact_button
{
	float:left;
	margin-left:1px;			
	padding:4px 7px;
	cursor:pointer;
	-webkit-transition: opacity .1s ease-in-out;
  	-moz-transition: opacity .1s ease-in-out;
  	-ms-transition: opacity .1s ease-in-out;
  	-o-transition: opacity .1s ease-in-out;
  	transition: opacity .1s ease-in-out;	
}


#contact_button a
{	
	color:white;
	text-decoration: none;
	margin-left:4px;	
}

/* side navbar*/
.bs-docs-sidebar
{
	direction:ltr;
}

.bs-docs-sidebar .nav > .active > a
{
	font-size:25px;
}

.bs-docs-sidebar .nav .nav> li
{
	padding-right:15px;
}

.bs-docs-sidebar .nav > li > a
{
	font-size:18px;
}

#sidebar
{
	max-width:230px;
}


/* google search */

.search .gsc-input-box
{
	height:30px;
}

.search .gsc-search-box-tools .gsc-search-box .gsc-input
{
	padding-left:0px;
	padding-right:0px;
}

.search .gsc-search-button
{
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	padding: 6px 10px;
}

.gsc-control-cse
{
	background-color : transparent !important;
	border-color : transparent !important;
}

/* panels */


.panel-row,#fields
{
	padding-top:25px;
}

.panel-row
{
	
	padding-left:15px;
	padding-right:15px;'
}

.panel-body
{
	padding:20px;
}

/* panel well */

.width_55
{
	width:55%;
}

/*.panel .well
{
	width:55%;
}*/

.panel hr
{
	border-style:dotted;
}


/* panel expend */
.read_less
{
	display:none;
}

/* thumbnail */


#fields .thumbnail
{
	cursor:pointer;
}

#fields .thumbnail:hover
{
	box-shadow: inset 0 0 5px #428bca;	
}

.thumbnail .caption  h3
{
	margin-top:10px;
}

.thumb-row
{
	padding-top:25px;
}

/* labor law thumb*/

#laborlaw_thumb .thumbnail  /* if small let them auto adjust */
{	
	height:none;
}

@media (min-width:992px)
{
	#laborlaw_thumb .thumbnail
	{
		height:210px;
	}
}

@media (min-width:1200px)
{
	#laborlaw_thumb .thumbnail
	{
		height:170px;
	}
}



/* footer */

#footer
{
	position: relative;
	margin-top: -300px; /* negative value of footer height */
  	min-height: 300px;
  	clear:both;
  	padding-top:20px;
    	
	color:#fff;
	background:url(../images/footer.jpg) repeat #333;
	border-top:solid 3px #428bca;			
}

#footer a
{
	text-decoration: none;
	color: #fff;
}

#footer .list-unstyled a:hover {
	color: #428bca;
}

#footer hr
{
	border-color:#428bca;
	border-style:dotted;
}