/* ============================================================================
	Bootstrap theme
============================================================================ */
.btn-default:focus,
.btn-primary:focus,
.btn-success:focus,
.btn-info:focus,
.btn-warning:focus,
.btn-danger:focus {
	outline:none !important;
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
	padding:5px 20px;
	border-radius:0;
	font-size:16px;
	text-transform:uppercase;
	font-weight:700;
}
.btn-primary {
	background:#66570E;
	border-color:transparent !important;
}
.btn-primary:hover,
.btn-primary:focus {
	color:#000;
	background:#F5DF25;
}
.btn-primary:active,
.btn-primary.active {
	background: #000;
	color:#fff;
}
.btn-success {
	background:#2e8133;
	border-color:transparent  !important;
}
.btn-success:hover,
.btn-success:focus {
	background:#348e3b;
}
.btn-success:active,
.btn-success.active {
	background:#000;
}
.btn-info {
	background:#5bc0de;
	border-color:transparent  !important;
}
.btn-info:hover,
.btn-info:focus {
	background:#2aabd2;
}
.btn-info:active,
.btn-info.active {
	background:#000;
}
.btn-warning {
	background:#f0ad4e;
	border-color:transparent  !important;
}
.btn-warning:hover,
.btn-warning:focus {
	background:#eb9316;
}
.btn-warning:active,
.btn-warning.active {
	background:#000;
}
.btn-danger {
	background:#d9534f;
	border-color:transparent  !important;
}
.btn-danger:hover,
.btn-danger:focus {
	background:#c12e2a;
}
.btn-danger:active,
.btn-danger.active {
	background:#000;
}
.thumbnail,
.img-thumbnail {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
	background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
	background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
	background-color: #357ebd;
}
.alert {
	margin: 10px 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
	background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
	background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
	border-color: #b2dba1;
}
.alert-info {
	background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
	background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
	border-color: #9acfea;
}
.alert-warning {
	background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
	background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
	border-color: #f5e79e;
}
.alert-danger {
	background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
	background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
	border-color: #dca7a7;
}
.progress {
	background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
	background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
	background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
	background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
}
.progress-bar-success {
	background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
	background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
	background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
	background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
	background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
	background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
	background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
	background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.list-group {
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	text-shadow: 0 -1px 0 #3071a9;
	background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
	background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
	border-color: #3278b3;
}
.panel {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
	background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
	background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}
.panel-success > .panel-heading {
	background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
	background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
	background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
	background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
	background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
	background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
	background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
	background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
	background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
	background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
	border-color: #dcdcdc;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Formulario */
.form-control {
	border-color:#857D1A;
}
.form-control:focus {
	border-color:#FFE858;
}
.form-group { margin-bottom:5px; }
.help-block { margin-bottom:5px; color:#000; }
.help-block ul { padding:0 0 0 10px; margin:0; list-style:none; }
.help-block ul li { font-size:13px; color:#950505; }
form span.required { color:#D32727; }
.control-label { font-size:14px; }

/* ============================================================================
	Geral
============================================================================ */
/* Fonts */
@font-face {
	font-family: 'open_sans';
	font-style: normal;
	font-weight: 300;
	src:url('./fonts/opensans/OpenSans-Light-webfont.eot');
	src:url('./fonts/opensans/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
		url('./fonts/opensans/OpenSans-Light-webfont.woff') format('woff'),
		url('./fonts/opensans/OpenSans-Light-webfont.ttf') format('truetype');
}
@font-face {
	font-family: 'open_sans';
	font-style: italic;
	font-weight: 300;
	src:url('./fonts/opensans/OpenSans-LightItalic-webfont.eot');
	src:url('./fonts/opensans/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('./fonts/opensans/OpenSans-LightItalic-webfont.woff') format('woff'),
		url('./fonts/opensans/OpenSans-LightItalic-webfont.ttf') format('truetype');
}
@font-face {
	font-family: 'open_sans';
	font-style: normal;
	font-weight: 400;
	src:url('./fonts/opensans/OpenSans-Regular-webfont.eot');
	src:url('./fonts/opensans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('./fonts/opensans/OpenSans-Regular-webfont.woff') format('woff'),
		url('./fonts/opensans/OpenSans-Regular-webfont.ttf') format('truetype');
}
@font-face {
	font-family: 'open_sans';
	font-style: normal;
	font-weight: 700;
	src:url('./fonts/opensans/OpenSans-Semibold-webfont.eot');
	src:url('./fonts/opensans/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
		url('./fonts/opensans/OpenSans-Semibold-webfont.woff') format('woff'),
		url('./fonts/opensans/OpenSans-Semibold-webfont.ttf') format('truetype');
}
@font-face {
	font-family: 'open_sans';
	font-style: normal;
	font-weight: 900;
	src:url('./fonts/opensans/OpenSans-Bold-webfont.eot');
	src:url('./fonts/opensans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('./fonts/opensans/OpenSans-Bold-webfont.woff') format('woff'),
		url('./fonts/opensans/OpenSans-Bold-webfont.ttf') format('truetype');
}

/* Body */
body { color:#000; font-size:15px; font-weight:300; font-family: open_sans, Arial, sans-serif; background:#fff; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: open_sans, Arial, sans-serif; color:#000; }
button, input, select, textarea { font-family: open_sans, Arial, sans-serif; }

/* Carregamento */
#CarregandoPagina { position:fixed; left:0; top:0; width:100%; height:100%; z-index:100; }
#CarregandoPagina .fundo { position:absolute; left:0; top:0; width:100%; height:100%; background:#000; filter:alpha(opacity=80); opacity:0.8; z-index:101; }
#CarregandoPagina .texto {
	position:absolute;
	left:0;
	top:40%;
	width:100%;
	font-weight:300;
	font-size:20px;
	color:#fff;
	text-align:center;
	z-index:102;
}

/*** Topo ============================================= */
#siteTopo {
	position:relative;
	height:83px;
	background:#000 url(../img/atendimento-topo.jpg) no-repeat 0 0;
}

/*** Rodape =========================================== */
#siteRodape { }

/*** Corpo ============================================ */
#siteCorpo { position:relative; }

/*** Erro ============================================ */
body.BodyAtendimentoErro #siteCorpo { }
body.BodyAtendimentoErro #siteCorpo .item-texto { padding-top:100px; font-size:20px; text-align:center; }

/*** Atendimento ============================================= */
body.BodyAtendimento #siteCorpo {
	height:353px;
	overflow-y:scroll;
}
body.BodyAtendimento #barraSair { background:#EAEAEA; }
body.BodyAtendimento #barraSair .btn-sair {
	float:right;
	margin:4px;
	padding:2px 10px;
	background:#EF9898;
	-webkit-border-radius: 0;
	border-radius: 0;
}

/* Atendimento lista de mensagens */
body.BodyAtendimento .lista-mensagens { padding:0; margin:0; list-style:none; }
body.BodyAtendimento .lista-mensagens li {
	padding: 5px 0;
	margin: 10px auto;
	font-size: 12px;
}
body.BodyAtendimento .lista-mensagens li .avatar {
	border-radius: 50% !important;
	height: 50px;
	width: 45px;
}
body.BodyAtendimento .lista-mensagens li .mensagem {
	display: block;
	padding: 5px;
	position: relative;
}
body.BodyAtendimento .lista-mensagens li .nome {
	color: #3590C1;
	font-size: 13px;
	font-weight: 400;
}
body.BodyAtendimento .lista-mensagens li .hora {
	color: #333333;
	font-size: 13px;
	font-weight: 400;
}
body.BodyAtendimento .lista-mensagens li .texto {
	display: block;
	font-weight:400;
}
body.BodyAtendimento .lista-mensagens li.atendente .seta {
	border-bottom: 8px solid rgba(0, 0, 0, 0);
	border-right: 8px solid #1BBC9B;
	border-top: 8px solid rgba(0, 0, 0, 0);
	display: block;
	height: 0;
	left: -8px;
	position: absolute;
	top: 5px;
	width: 0;
}
body.BodyAtendimento .lista-mensagens li.cliente .seta {
	border-bottom: 8px solid rgba(0, 0, 0, 0);
	border-left: 8px solid #F3565D;
	border-top: 8px solid rgba(0, 0, 0, 0);
	display: block;
	position: absolute;
	right: -8px;
	top: 5px;
}
body.BodyAtendimento .lista-mensagens li.atendente .avatar {
	float: left;
	margin-right: 10px;
}
body.BodyAtendimento .lista-mensagens li.cliente .avatar {
	float: right;
	margin-left: 10px;
}

body.BodyAtendimento .lista-mensagens li.atendente .mensagem {
	background: none repeat scroll 0 0 #FAFAFA;
	border-left: 2px solid #1BBC9B;
	margin-left: 65px;
	text-align: left;
}
body.BodyAtendimento .lista-mensagens li.cliente .mensagem {
	background: none repeat scroll 0 0 #FAFAFA;
	border-right: 2px solid #F3565D;
	margin-right: 65px;
	text-align: right;
}

body.BodyAtendimento .lista-mensagens li.mensagem-sistema {
	padding:5px;
	background:#F8E7E7;
}

/* Atendimento acao usuario remoto */
body.BodyAtendimento .usuario_remoto_acao { height:20px; line-height:20px; font-size:13px; color:#333; }
body.BodyAtendimento .usuario_remoto_acao .digitando { display:none; }
body.BodyAtendimento .usuario_remoto_acao .apagando { display:none; }
body.BodyAtendimentoAtendente .usuario_remoto_acao { text-align:right; }

/* Atendimento Rodape */
body.BodyAtendimento #siteRodape {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:90px;
	background:#E9EFF3;
}
/* Atendimento tempo */
body.BodyAtendimento #siteRodape .linha-cliente-tempo {
	padding:5px 0;
	text-align:center;
	font-size:15px;
	background:#EAEAEA;
}
body.BodyAtendimento #siteRodape .linha-cliente-tempo .cliente-tempo-min { font-weight:700; }
body.BodyAtendimento #siteRodape .linha-cliente-tempo .cliente-tempo-seg { font-weight:700; }

/* Atendimento form enviar mensagem */
body.BodyAtendimento #siteRodape .linha-enviar-mensagem {
	position:relative;
	background:#fff;
	border:1px solid #ddd;
}
body.BodyAtendimento #siteRodape .linha-enviar-mensagem .coluna-textarea {
	position:relative;
	width:80%;
}
body.BodyAtendimento #siteRodape .linha-enviar-mensagem .coluna-textarea textarea {
	width:100%;
	height:40px;
	border:none;
	background:none;
	font-size:13px;
}
body.BodyAtendimento #siteRodape .linha-enviar-mensagem button {
	position:absolute;
	top:0;
	right:0;
	padding:0;
	width:20%;
	height:100%;
	color:#fff;
	background:#51BBFC;
	border:0;
}
body.BodyAtendimento #siteRodape .linha-enviar-mensagem button:hover {
	background:#3a75a4;
}
body.BodyAtendimento #siteRodape .linha-enviar-mensagem button:active {
	background:#2a4a6c;
}
