*{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body{
	font-family: Calibri, sans-serif;
	font-size: 16px;
	color: #000;
}

ul,
ol,
p,
h1,
h2,
h3{
	margin: 0;
}

.hidden{
	display: none;
}

h2{
	font-size: 22px;
	line-height: 140%;
}
h3{
	font-size: 18px;
	line-height: 120%;
}

ul, ol{
	list-style-position: inside;
}

.clear{
	clear: left;
}
.relative{
	position: relative;
}

a,
a:hover{
	text-decoration: none;
	color: #000;
}

.btn{
	font-family: Arial, Helvetica, sans-serif;
}

form,
input[type=text],
input[type=email],
input[type=password],
select,
.input-append,
textarea{
	margin: 0;
}

input[type=text],
input[type=email],
input[type=password]{
	height: auto;
}

.row-fluid{
	margin-bottom: 5px;
}
.row-fluid label{
	line-height: 20px;
	margin: 0;
	cursor: default;
}
.row-fluid.divider{
	margin-top: 10px;
	padding-top: 10px;
	border-top: solid 1px #CCC;
}

label.error{
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	color: #F00;
}

.caret-inverse{
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-bottom: 4px solid #000000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}

.form-horizontal label{
	margin: 0;
}

.dropdown-menu .divider{
	border-color: #CCC;
}

[class^="icon-"], [class*=" icon-"]{
	margin-top: 3px;
}

.navbar{
	line-height: 20px;
}
.label{
	font-weight: 100;
}

.alert{
	width: 100%;
	float: left;
}

h1, h2, h3, h4, h5, h6, strong, b{
	font-weight: bold;
}
h2{
	font-size: 20px;
}
h3{
	font-size: 16px;
}
h4{
	font-size: 14px;
}

#geral{
	width: 100%;
	min-width: 500px;
	min-height: 400px;
	overflow: hidden;
}

.central{
	width: 500px;
	margin: 0 auto;
}

#corpo{
	width: 100%;
	float: left;
	padding: 10px;
	border: solid 1px #CCC;
	margin: 10px 0;
	border-radius: 10px;
	position: relative;
}

#logo{
	width: 100%;
	height: 250px;
	line-height: 246px;
	float: left;
	margin-bottom: 15px;
	text-align: center;
}

#mini-logo{
	width: 100%;
	height: 60px;
	float: left;
	text-align: center;
	background-color: #EEE;
	margin-bottom: 10px;
}

#response{
	width: 100%;
	text-align: center;
	color: #333;
	padding: 10px 0;
	line-height: 25px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FC0;
	opacity: .8;
	display: none;
	z-index: 999;
}

/*CHAT*/
#topo{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

#chat{
	width: 100%;
	float: left;
	height: 350px;
	overflow: auto;
	border-top: solid 3px #CCC;
	border-bottom: solid 3px #CCC;
	margin: 10px 0;
	padding: 5px 0
}
#chat ul{
	list-style: none;
}
#chat li{
	width: 100%;
	float: left;
	margin: 2px 0;
}
#chat li span{
	padding: 5px 10px;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #CCC;
	margin: 0 2px;
	max-width: 80%;
	word-wrap: break-word;
}
#chat li.tipo_1 span{
	background-color: #EEE;
	float: left;
}
#chat li.tipo_2 span{
	background-color: #CEEFF2;
	float: right;
}
#chat li a{
	color: #06F;
}
#chat li a:hover{
	text-decoration: underline;
}

#footer{
	width: 100%;
	float: left;
}
#footer textarea{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	width: 388px;
	height: 70px;
}
#footer button[type="submit"]{
	height: 70px;
}

#atendimentos{
	width: 250px;
	position: absolute;
	left: 101%;
	top: 0;
	padding: 10px;
	border: solid 1px #CCC;
	border-radius: 5px;
}
#atendimentos .t{
	border-bottom: solid 1px #CCC;
	margin-bottom: 10px;
}
#atendimentos .cont{
	width: 100%;
	height: 503px;
	overflow: auto;
}
#atendimentos ul{
	list-style: none;
}
#atendimentos li{
	width: 100%;
	float: left;
	cursor: pointer;
	line-height: 25px;
	padding: 0 5px;
}
#atendimentos li i{
	display: none;
}
#atendimentos li:hover{
	background-color: #EEE;
}
#atendimentos li.active{
	background-color: #000;
	color: #FFF;
}
#atendimentos li.active i{
	display: inline-block;
}

