/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */

.jqmWindow {
    display: none; 
    position: fixed;
    top: 5%;
    left: 50%;
    right: 50%;
    margin-left: -365px;
    width: 735px;
    z-index:5000;
}

.jqmOverlay { background-color: #000; }

.jqmWindow .box {
	float: left;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 0;
	border: none;
}

.jqmWindow .box-content {
	float: left;
	margin: 10px 20px 10px 20px;
}

.jqmWindow h1 {
	margin: 10px 0 0 0;
	position: relative;
	text-transform: none;
}

.jqmWindow h2 {
	color: #797c88;
	text-transform: none;
}

/* Logo */

.jqmWindow .group-software { margin: 5px 0 0 0; }

/* Colunas */

#modal-coluna-esquerda {
	width: 182px;
	float: left;
	margin: 0;
}

#modal-conteudo #modal-coluna-direita {
	width: 495px;
	margin: 0;
	float: left;
}

/* Clientes */

.overflow {
	overflow-x: hidden;
	overflow-y: auto;
	height: 390px;
	clear: both;
	margin: 20px 0 10px 0;
}

#principais-informacoes {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

#principais-informacoes #cliente-logo {  margin-right: 10px; width: 102px;}

#principais-informacoes dl#dados-cliente { width: 563px; }

#principais-informacoes dl#dados-cliente,
#principais-informacoes dl#dados-cliente dt,
#principais-informacoes dl#dados-cliente dd {
	margin: 0;
}

#principais-informacoes dl#dados-cliente dt { margin-right: 2px; }

#principais-informacoes dl#dados-cliente dd { clear: right; }
