/* bootstrap modal */
.modal
{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  position: absolute;
	top: 50%;
}

	.modal.span12
	{
		width: 96%;
		margin-left: -48%;
	}

	.modal.span11	{	  margin-left: -45.7446808510638%;  }
	.modal.span10	{	  margin-left: -41.4893617021277%;  }
	.modal.span9	{		margin-left: -37.2340425531915%;	}
	.modal.span8	{		margin-left: -32.9787234042553%;	}
	.modal.span7	{		margin-left: -28.7234042553191%;	}
	.modal.span6	{		margin-left: -24.468085106383%;	  }
	.modal.span5	{		margin-left: -20.2127659574468%;	}
	.modal.span4	{		margin-left: -15.9574468085106%;	}
	.modal.span3	{		margin-left: -11.7021276595744%;	}
	.modal.span2	{		margin-left: -7.44680851063825%;	}
	.modal.span1	{		margin-left: -3.19148936170212%;	}

	.modal.fade,
	.modal.fade.in
	{
		top: 50%;
	}

.modal-body
{
	max-height: none;
}

.modal-backdrop,
.modal-backdrop.fade.in
{
	opacity: 0.7;
	filter: alpha(opacity=70);
}


.modal-header
{
	background-color: #CCE2D0;
	padding: 5px 15px;

  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

	.modal-header h3
	{
		font-size: 15px;
		font-weight: bold;
		color: #003A75;
	}

.modal-header .close
{
	background-color: #fff;
	color: #e79a08;
	opacity: 1;
	border: 2px solid #e1eee3;
	border-radius: 6px;
	width: 21px;
	line-height: 19px;
}

.modal-footer
{
	box-shadow: none;
	background-color: transparent;
	padding: 12px 0 15px;
	margin: 0 15px;
	border-top: 1px solid #CCE2D0;
}




/* jQuery Modal - Deprecado */
/*
.ui-dialog
{
	padding: 0;
}

	.ui-dialog .ui-dialog-title
	{
		background-color: #CCE2D0;
		color: #003A75;
		font-size: 18px;
		font-weight: normal;
	}

.ui-draggable .ui-dialog-titlebar
{
	background-color: #CCE2D0;
}

.ui-dialog .form-actions
{
	background-color: transparent;
	border-top: none;
	margin: 0;
	position: relative;
	height: 10px;
	padding: 10px 0px 20px;
	margin-bottom: 10px;
}

.ui-dialog .form-actions .btn-primary
{
	position: absolute;
	right: 0;
}

.ui-dialog hr
{
	margin: 1px 0;
}

.ui-dialog .control-group .controls .btn
{
	margin-top: 24px;
}

.ui-dialog fieldset
{
	margin: 0;
}

.ui-dialog legend
{
	margin-bottom: 8px;
	padding: 0 0 2px;
	color: #003a75;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 2em;
}

/*
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-default .ui-icon
{
	background-image: url(../img/bt-modal-close.png);
}

.ui-icon-closethick
{
	background-position: center;
}

.ui-dialog .ui-dialog-titlebar-close
{
	opacity: 1;
	width: 20px;
	height: 18px;
}
*/

.ui-widget-overlay
{
	opacity: 0.5;
}


*/
