/*----------------------------------
    Componentes padroes para o site
----------------------------------*/
div.logo { margin: 10px; background: url('../images/logo.png') no-repeat; width: 200px; height: 100px; }
#imgMainLogo.logoPrincipal.login { margin: 10px; max-width: 200px; max-height: 100px; float: none; max-height: auto; }
* { margin: 0; color: #46537B; }
p { color: inherit; }
html, body, pre { font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; }
img { border: 0; }
div,
input,
textarea,
iframe,
a { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
iframe{	border:none }

/* CSS comuns
------------------------------------*/
.link { cursor: pointer; }
label.subTitle { font-size: 12px; }
.hidden { display: none; }
h2.title { margin-top: 20px; }
div.container { margin-right: 10px; margin-left: 10px; }
div.buttonBar { margin-top: 10px; margin-bottom: 10px; }
.buttonBarType { height: 30px; width: 110px; text-align: center; background: #f5f5f5; margin: 0 0 0 0; display: inline-block; border: 1px solid #cccccc; cursor: pointer; border-radius: 6px 6px 6px 6px; }
	.buttonBarType:hover { font-weight: bold; border: 1px solid #aaaaaa; }
	.buttonBarType a { height: 30px; width: 110px; line-height: 30px; text-align: center; display: inline-block; text-decoration: none; }
	.buttonBarType:disabled { display: none; }
div.horizontalBar { background-color: #cccccc; height: 2px; }
.searchButton { background-image: url('../images/searchIcon.png'); background-size: 16px; height: 16px; width: 16px; border: 0; background-color: transparent; cursor: pointer; }
.noMarginTop { display: block; margin-top: -10px; margin-bottom: 10px; }
div.information { padding: 10px; }
input.time { width: 80px !important; }

/*----------------------------------
   Estrutura principal do site
----------------------------------*/
#divMain { min-width: 980px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
#divBody { min-width: 980px; position: absolute; top: 62px; bottom: 0; left: 0; right: 0; overflow: auto; }
div.Content { min-width: 980px; position: absolute; top: 150px; bottom: 5px; left: 0; right: 0; }

/*----------------------------------
   Menu area logada
----------------------------------*/
#divHeaderMenu { background: url("../images/degradeMenu.jpg"); }
#divHeaderTopMenu li.disabled a { color: #999999; }
#imgMainLogo { margin: 5px 10px 0 10px; max-height: 50px; max-width: 200px; float: left; box-shadow: 5px 5px 5px #aaaaaa; background-color: white; }
/*----------------------------------
    Informaçoes do usuário no menu
    ----------------------------------*/
#upperMenuUser { vertical-align: top; color: #444444; font-size: 13px; text-align: right; margin-right: 10px; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; /* Firefox */ -webkit-box-sizing: border-box; /* Safari */ padding: 3px 10px; }
	#upperMenuUser td { padding: 0 5px; }
	#upperMenuUser #userLogin { font-weight: bolder; margin-right: 10px; }
#mainMenu { text-align: right; padding: 3px 50px 0 0; min-height: 36px; }
	#mainMenu li { display: inline-block; font-weight: bolder; margin-left: 1px; margin-right: 1px; border-radius: 5px 5px 0 0; }
		#mainMenu li a { padding: 10px; display: block; text-decoration: none; }
		#mainMenu li.selected { background-color: #ffffff; border-color: #aaaaaa; border-style: solid solid none solid; border-width: 1px; }



/*----------------------------------
   Area do agente do Chat
----------------------------------*/
#agentChat { height: 100%; width: 100%; padding-top: 10px; }
	#agentChat #chatSelection { float: left; width: 150px; height: 100%; min-height: 100%; background-color: #e0e0e0; }
	#agentChat #agentChatBody { position: absolute; top: 10px; bottom: 10px; left: 150px; right: 0; padding: 0 10px; }
	#agentChat #divChat { height: 100%; width: 100%; }
	#agentChat div.chatTab { margin: 10px 0 10px 10px; background-color: #aaaaaa; }
		#agentChat div.chatTab a { min-height: 20px; display: block; cursor: pointer; padding: 5px; color: white; }
			#agentChat div.chatTab a.currentChat { background-color: white; color: inherit; box-shadow: -4px 0px 10px -2px #888888; }
				#agentChat div.chatTab a.currentChat span.userNameChat { color: inherit !important; }
		#agentChat div.chatTab span.messageCount { padding: 4px; border-radius: 20px 20px; float: left; min-width: 17px; text-align: center; color: rgb(0, 0, 0); position: relative; top: -10px; left: -10px; background-color: #FF8330; }
		#agentChat div.chatTab span.userNameChat { color: white; }
	#agentChat #divChatMessage { position: absolute; bottom: 0; left: 0; right: 110px; height: 60px; }
		#agentChat #divChatMessage textarea { resize: none; width: 100%; height: 100%; box-sizing: border-box; -moz-box-sizing: border-box; /* Firefox */ -webkit-box-sizing: border-box; /* Safari */ }
	#agentChat #messageChat { position: absolute; bottom: 10px; left: 10px; right: 10px; height: 60px; }
		#agentChat #messageChat #sendMessage { position: absolute; right: 0; }
	#agentChat #centerChat { height: 100%; width: 100%; padding-top: 10px; }
	#agentChat #divListFrasesProntas { position: absolute; bottom: 0; right: 10px; left: 10px; top: 0; }
	#agentChat #chatLog { position: absolute; bottom: 75px; left: 10px; right: 10px; top: 0; overflow-y: auto; border: 1px solid #aaa; padding: 10px; overflow-wrap: break-word; }
		#agentChat #chatLog div.msg { margin-top: 10px; }
		#agentChat #chatLog div.from { display: inline; font-weight: bold; }
		#agentChat #chatLog div.time { display: inline; margin-left: 5px; }
		#agentChat #chatLog div.message { border-radius: 10px 10px 10px 10px; margin-top: 3px; }
		#agentChat #chatLog div.formField { display: inline; font-weight: bold; margin-right: 5px; }
		#agentChat #chatLog div.formValue { display: inline; vertical-align: top; }
			#agentChat #chatLog div.formValue ul { display: inline-block; padding-left: 15px; }
	#agentChat #chatForm { border: 1px solid #ddd; padding: 10px; background-color: #f0f0f0; }
	#agentChat .innertube { margin: 0; }
	#agentChat #divChatSplitter { height: auto !important; }

/*----------------------------------
   Identificação de cliente
----------------------------------*/
#identifyCustomer { padding: 2px 10px; margin: 0 10px; background-color: #e9e9e9; border-radius: 5px; min-height: 30px; max-height: 80px; overflow-x: hidden; overflow-y: auto; }
	#identifyCustomer span.customerFields { display: inline; border-left: 2px solid #AAAAAA; padding: 0 5px; }
		#identifyCustomer span.customerFields span.customerFieldName { font-weight: bold; }
		#identifyCustomer span.customerFields:first-child { border-left: 0; padding-left: 0; }
	#identifyCustomer #customers label { padding: 0 5px; display: block; }
/*----------------------------------
   Submenu Admin
----------------------------------*/

#leftcolumn .menuBox { width: 170px; margin: 10px 0 0 10px; border: 0 dotted #cccccc; background-color: #eeeeee; padding-bottom: 10px; }
	#leftcolumn .menuBox a { display: block; padding: 3px 10px; text-decoration: none; margin: 0 10px; }
	#leftcolumn .menuBox label { display: block; padding: 8px 10px; text-decoration: none; background-color: #46537B; color: #ffffff; margin: 10px 0; border-radius: 5px 5px 0 0; }
	#leftcolumn .menuBox a.selected { background: #46537B url("../images/greyBullet.png") no-repeat scroll -2px 3px; color: #ffffff; }



#contentwrapper { float: left; width: 100%; }
#contentcolumn { margin-left: 200px; /*Set left margin to LeftColumnWidth*/ }
.innertube { margin: 10px; }
#leftcolumn { float: left; width: 200px; /*Width of left column*/ margin-left: -100%; vertical-align: top; }
#browserAuth { width: 250px; margin: 0 auto -95px; padding: 10px; border: 1px solid #aaaaaa; border-radius: 10px 10px 10px 10px; }
.divOk { border-color: #235E2B; border-width: 1px; border-style: solid; width: 100%; margin-top: 5px; margin-bottom: 5px; padding-top: 5px; padding-bottom: 5px; background-color: #BADFC7; text-align: center; color: #235E2B; border-radius: 5px 5px 5px 5px; }
.divAlert { border-color: #940909; border-width: 1px; border-style: solid; width: 100%; margin-top: 5px; margin-bottom: 5px; padding-top: 5px; padding-bottom: 5px; background-color: #EBC5C5 !important; text-align: center; color: #940909; border-radius: 5px; vertical-align: middle; padding: 1px; }
	.divAlert * { background-color: #EBC5C5 !important; border-width: 0 !important; }
.divOk * { background-color: #BADFC7 !important; border-width: 0 !important; }
.divWarning * { background-color: #fdfacc !important; border-width: 0 !important; }
.divWarning { border-color: #675c43; border-width: 1px; border-style: solid; width: 100%; margin-top: 5px; margin-bottom: 5px; padding-top: 5px; padding-bottom: 5px; background-color: #fdfacc; text-align: center; color: #675c43; border-radius: 5px; }
	.divWarning b { color: #675c43; }
	.divWarning ul li { color: #675c43; }
div.innertube div.divFormulario { margin-top: 20px; }
div.divSimpleBorder { /*width:620px;*/ margin: 10px; border: 2px solid #cccccc; padding: 20px; overflow: auto; min-height: 300px; }
div.divSaveBar { text-align: right; margin: 10px 0; }
.divSaveBar .buttonBarType, .divSaveBar .buttonBarType a { width: 100px !important; }
.tdAttachments { text-align: left; }
	.tdAttachments span { margin-left: 10px; }
		.tdAttachments span input[type="checkbox"] { margin-right: 5px; vertical-align: middle; }
.tableFields td { min-width: 70px; }
.tableFields input { width: 620px; margin-top: 3px; }
.inputError { border-top-color: #FFCCCC; border-right-color: #FFCCCC; border-bottom-color: #FFCCCC; border-left-color: #FFCCCC; color: black; background-color: #FFEBDA; }
.uploadifyQueueItem .cancel { float: right; }
/* distancia para label
    */
div.classificationlabel { padding-bottom: 15px; }
div.classificationemail { padding-top: 10px; }

span.checkBox { display: block; }
.divFieldCustomers { border: 1px solid #CCCCCC; max-height: 180px; overflow: auto; padding: 15px; }
div.divFormulario div#divFieldCustomers input.longInput { width: 100%; margin-bottom: 10px; }
input.readOnlyText { color: #888888; }
.redColor { color: Red !important; }
.leftEmailMenu { display: inline-block; vertical-align: top; }
.searchTreeInput { background: white url('../images/search.png') no-repeat; padding: 2px 2px 2px 22px; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
#classificationMenu div.classificationBorder { border-width: 1px; border-color: #cccccc; border-style: solid; display: block; overflow: auto; width: 215px; overflow: auto; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; background-color: White; }
#classificationMenu div.buttonBarType { width: 113px; margin-right: 0; }
	#classificationMenu div.buttonBarType:first-child { margin-right: 14px; }
#divClassificationTree { height: 250px; border-style: none solid solid solid !important; margin: 0 0 10px 0; }
#divSelectedClassification { height: 200px; padding: 5px; }
.removeClassification { background: url("../images/remove.png") no-repeat; width: 16px !important; height: 16px !important; margin-right: 5px; vertical-align: top; display: inline-block; }
.spanClassification { cursor: default; -moz-user-select: none; /*mozilla browsers*/ -khtml-user-select: none; /*webkit browsers*/ }
.tdTableClassification { width: 10px !important; }
table.tablesorter { width: 100%; margin-top: 10px; border-collapse: collapse; }
	table.tablesorter td { text-align: left; height: 20px; line-height: 20px; font-weight: bold; white-space: nowrap; }
	table.tablesorter .even { background-color: #6E6E6E; }
	table.tablesorter .odd { background-color: #3D3D3D; }
	table.tablesorter .header { background-image: url('../images/bg.png'); background-repeat: no-repeat; border-left: 1px solid #FFF; border-right: 1px solid #000; border-top: 1px solid #FFF; padding-left: 30px; padding-top: 8px; height: auto; }
	table.tablesorter .headerSortUp { background-image: url('../images/asc.png'); background-repeat: no-repeat; }
	table.tablesorter .headerSortDown { background-image: url('../images/desc.png'); background-repeat: no-repeat; }
table.tableClassification td:first-child { padding-left: 19px; }
select#selectContactType { float: right; margin-top: 10px; }
div.divFormulario table td.last .buttonBarType { margin: 0; }
#divItemStructure #fieldItemName { width: 530px; }

div#classificationMenu { border: 2px solid #CCCCCC; margin-right: 10px; padding: 10px; min-width: 215px; }
div.centerContainer { display: inline-block; vertical-align: top; z-index: 0; }
div#classificationMenu button.buttonTreeType { width: 50%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; background: #f5f5f5; border: none; border: 1px solid #cccccc; cursor: pointer; }
	div#classificationMenu button.buttonTreeType:hover { font-weight: bold; border: 1px solid #aaaaaa; }

.holidayInput { width: 132px; }
div.popUp { display: none; }
input.datepicker { margin-bottom: 10px; width: 80px; }


/* Componente de árvore
------------------------------------*/
tbody#tableTreeBody tr span { padding-left: 18px; background-image: url('../images/tag.png'); background-repeat: no-repeat; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; word-wrap: break-word; }
tbody#tableTreeBody tr.parent span { background-image: url('../images/folder.png') !important; }
tbody#tableTreeBody tr.inactive span { color: #aaaaaa !important; }
tbody#tableTreeBody tr td.icon { width: 17px; text-align: center; }
table.tableClassification { padding-left: 15px; border-collapse: collapse; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; word-wrap: break-word; }
div#divListClassification { border: 2px solid #cccccc; min-height: 200px; overflow: hidden; }

/* Layout dos filtros de relatórios
----------------------------------*/
div.divFilter { width: 700px; padding: 10px; border: 2px solid #cccccc; margin: 0 auto 30px auto; border-radius: 10px 10px 10px 10px; }
	div.divFilter table { width: 100%; }
	div.divFilter input[type="text"] { width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
	div.divFilter input[type="checkbox"] { vertical-align: middle; }
	div.divFilter input.date { width: 80px; width: -webkit-calc(50% - 10px); width: -moz-calc(50% - 10px); width: calc(50% - 10px); background: url('../images/calendar.png') no-repeat; padding-left: 20px; margin: 0; }
	div.divFilter input.time { width: 80px; width: -webkit-calc(50% - 15px); width: -moz-calc(50% - 15px); width: calc(50% - 15px); }
	div.divFilter select { width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
	div.divFilter td div.group { width: 100%; border: 1px solid #cccccc; padding: 5px; max-height: 80px; overflow: auto; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
		div.divFilter td div.group span { display: block; }
			div.divFilter td div.group span * { vertical-align: middle; }
	div.divFilter table td.label { padding: 5px 10px 5px 5px; }
	div.divFilter table td.buttonBar { text-align: right; }
		div.divFilter table td.buttonBar .buttonBarType { margin: 0; margin-top: 10px; }
	div.divFilter table td.TableGroupTitle { padding-top: 10px; padding-bottom: 10px; }

/*----------------------------------------------------------
Configuraçao da tabela padrao do sistema
----------------------------------------------------------*/

table.tableDefault { width: 100%; margin-top: 10px; border-collapse: collapse; word-wrap: break-word; }
	table.tableDefault thead { text-align: left; background: url("../images/degradeMenu.jpg"); height: 20px; line-height: 20px; font-weight: bold; white-space: nowrap; }
		table.tableDefault thead th { padding: 5px; border: none !important; text-align: left; }
	table.tableDefault td.group { background: #DDDDDD url("../images/ArrowDownWhite.png") no-repeat scroll 8px 13px; color: white; font-weight: bold; padding: 7px 10px 7px 25px; }
	table.tableDefault td.checkbox { text-align: center; width: 20px; }
	table.tableDefault td.status { text-align: center; width: 50px; }
	table.tableDefault td span { display: block; }
	table.tableDefault td.date { width: 80px; }
	table.tableDefault td.dateTime { width: 140px; }
	table.tableDefault td { padding: 5px; text-align: left; }
	table.tableDefault a { text-decoration: none; display: block; width: 100%; height: 100%; }
	table.tableTree tr.even,
	table.tableDefault tr.even { background-color: #eeeeee; }
	table.tableDefault tbody tr:hover { background-color: #BBBBBB; }
	table.tableDefault tr.groupClass { background-color: #C9C9C9; }
	table.tableDefault thead tr.filter { border: #aaaaaa solid 1px; display: none; background: none; }
		table.tableDefault thead tr.filter input { margin: 10px 0; width: 100%; background: url('../../Content/images/search.png') no-repeat; padding-left: 20px; box-sizing: border-box; -moz-box-sizing: border-box; /* Firefox */ -webkit-box-sizing: border-box; /* Safari */ }


/*----------------------------------------------------------
Exclusivo para o  Datatable
----------------------------------------------------------*/
div.dataTables_info,
div.dataTables_length,
div.dataTables_paginate,
div.dataTables_filter { margin: 0 0 10px 5px; text-align: left; position: relative; float: left; z-index: 5; }
	div.dataTables_filter input { background: url('../images/search.png') no-repeat; padding-left: 20px; }
table.dataTableDefault a { text-decoration: none; }
a.DTTT_button_xls span { background: url('../images/export.png') no-repeat bottom right; height: 20px; width: 20px; display: block; cursor: pointer; }
a.DTTT_button_text span { background: url('../images/export.png') no-repeat bottom right; height: 26px; width: 26px; display: block; cursor: pointer; }
div.DTTT_container { margin-bottom: 1em; width: 100%; }
	div.DTTT_container .DTTT_button_xls { float: left; }
	div.DTTT_container .DTTT_nonbutton { float: right; }
		div.DTTT_container .DTTT_nonbutton img { width: 20px; height: 20px; }
	div.DTTT_container embed { width: 26px; height: 26px; }

/* Configuraçao Padrao para todos os formulários do sistema
----------------------------------*/
div.divFormulario { width: 660px; padding: 20px; border: 2px solid #cccccc; }
	div.divFormulario table { width: 100%; border-collapse: collapse; }
		div.divFormulario table.title td { vertical-align: bottom; }
			div.divFormulario table.title td.last { text-align: right; }
		div.divFormulario table input[type="checkbox"] { margin-bottom: 0; }
	div.divFormulario h2, h2.title { display: block; text-align: center; margin-bottom: 20px; }
	div.divFormulario input { width: 100%; margin-bottom: 10px; padding: 3px; }
		div.divFormulario input[type="checkbox"] { width: 13px; margin-bottom: 10px; }
	div.divFormulario span.readonlyField { display: block; width: 100%; margin-bottom: 10px; box-sizing: border-box; -moz-box-sizing: border-box; /* Firefox */ -webkit-box-sizing: border-box; /* Safari */ }
	div.divFormulario textarea { width: 100%; height: 100px; margin-bottom: 10px; resize: vertical; padding: 3px; }
	div.divFormulario span.counter { margin: -10px 0 10px 0; font-size: 10px; display: block; }
	div.divFormulario select { width: 100%; margin-bottom: 10px; padding: 3px; }
	div.divFormulario .cke { margin-bottom: 10px; }
	div.divFormulario div.leftColumn { width: 48%; width: calc(50% - 8px); display: inline-block; padding-right: 5px; box-sizing: border-box; -moz-box-sizing: border-box; /* Firefox */ -webkit-box-sizing: border-box; /* Safari */ }
	div.divFormulario div.rightColumn { width: 48%; width: calc(50% - 8px); display: inline-block; padding-left: 5px; box-sizing: border-box; -moz-box-sizing: border-box; /* Firefox */ -webkit-box-sizing: border-box; /* Safari */ }
	div.divFormulario td input { margin-bottom: 0; }
	div.divFormulario td select { margin-bottom: 0; }
	div.divFormulario .longSearchInput { background: url('../images/search.png') no-repeat; width: 100%; margin-bottom: 10px; padding: 2px 2px 2px 22px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
	div.divFormulario .buttonBarType,
	div.divFormulario .buttonBarType a { width: 200px; }
	div.divFormulario .shortButtonBarType { width: 100px; margin: 0; }
	div.divFormulario .buttonBar .buttonBarType { width: 100px; }
	div.divFormulario label { font-weight: bold; }
		div.divFormulario label.value { font-weight: normal; display: block; margin-bottom: 10px; }
	div.divFormulario div.divValuesContainer { border: 1px solid #cccccc; padding: 10px; margin-bottom: 10px; max-height: 180px; overflow-y: auto; overflow-x: hidden; }
		div.divFormulario div.divValuesContainer div * { vertical-align: middle; }
		div.divFormulario div.divValuesContainer div { margin-bottom: 5px; }
		div.divFormulario div.divValuesContainer input { margin-bottom: 0; width: auto; }
			div.divFormulario div.divValuesContainer input[type="checkbox"] { margin: 0 10px 0 0; }
		div.divFormulario div.divValuesContainer select { margin-bottom: 0; width: auto; }
	div.divFormulario div.divTableContainer { border: 1px solid #cccccc; height: 180px; overflow: auto; margin-bottom: 10px; background-color: white; }
	div.divFormulario div.NoHeight { height: auto; }
	div.divFormulario div.divTableContainer table { margin: 0; }
	div.divFormulario div.fieldsBox { margin-bottom: 10px; background-color: #E0E0E0; border-radius: 10px; padding: 20px 20px 10px 20px; }
		div.divFormulario div.fieldsBox div.buttonBar { margin-top: 0; }
	div.divFormulario div.formScript { border-radius: 10px; background-color: #F5F5F5; min-height: 50px; padding: 10px; margin-bottom: 10px; word-break: break-word; word-wrap: break-word; }
	div.divFormulario div.add div.dataAdd { width: 400px; width: calc(100% - 110px); display: inline-block; }
	div.divFormulario div.add input.buttonBarType,
	div.divFormulario div.add button.buttonBarType { width: 100px; margin: 0; vertical-align: middle; }
	div.divFormulario iframe.formFieldFrame { border: 0; }


	/* Layout padrão de combobox jquery-ui para divFormulário */
	div.divFormulario .ui-combobox { position: relative; display: inline-block; width: 100%; margin-bottom: 10px; }
	div.divFormulario .ui-combobox-input { width: 620px; padding: 2px; }
	div.divFormulario .ui-combobox-toggle { position: absolute; top: 0; bottom: 0; margin-left: -1px; padding: 0; }
	div.divFormulario span.ui-combobox .ui-state-default,
	div.divFormulario span.ui-combobox .ui-widget-content .ui-state-default,
	div.divFormulario span.ui-combobox .ui-widget-header .ui-state-default { background: none; border-color: #aaaaaa; }
	div.divFormulario span.ui-combobox .ui-corner-all,
	div.divFormulario span.ui-combobox .ui-corner-bottom,
	div.divFormulario span.ui-combobox .ui-corner-left, .ui-corner-bl { border-bottom-left-radius: 0 !important; }
	div.divFormulario span.ui-combobox .ui-corner-all,
	div.divFormulario span.ui-combobox .ui-corner-top,
	div.divFormulario span.ui-combobox .ui-corner-left, .ui-corner-tl { border-top-left-radius: 0 !important; }
	div.divFormulario span.ui-combobox .ui-corner-all,
	div.divFormulario span.ui-combobox .ui-corner-bottom,
	div.divFormulario span.ui-combobox .ui-corner-right, .ui-corner-br { border-bottom-right-radius: 0 !important; }
	div.divFormulario span.ui-combobox .ui-corner-all,
	div.divFormulario span.ui-combobox .ui-corner-top,
	div.divFormulario span.ui-combobox .ui-corner-right, .ui-corner-tr { border-top-right-radius: 0 !important; }

/* Formulário fluido 
----------------------------------*/
div.FluidForm { width: 100%; margin-top: 10px; }
	div.FluidForm input { width: 100%; margin-bottom: 10px; }
	div.FluidForm select { width: 100%; margin-bottom: 10px; }
	div.FluidForm textarea { width: 100%; height: 100px; margin-bottom: 10px; resize: vertical; }
	div.FluidForm label { font-weight: bold; }


/* Mini Formulário 
----------------------------------*/
div.miniForm { width: 300px; margin: 100px auto 0; padding: 10px; border: 1px solid #ccc; border-radius: 10px 10px 10px 10px; box-shadow: 0px 5px 10px #aaaaaa; background-color: #fff; }
	div.miniForm input { padding: 10px; border: solid 1px #ccc; }
	div.miniForm label {font-weight:normal}
	div.miniForm button.highlight {width:100%;border: solid 1px #ccc; padding:10px }
/* Layout dos formulários no agent
----------------------------------*/
#divMenuForm { width: auto; padding: 0; margin-top: 0; border: none; height: 100%; }
	#divMenuForm .ui-tabs-panel { padding: 10px; float: right; position: absolute; top: 0; right: 0; left: 200px; max-width: 700px; border: 2px solid #CCCCCC; max-height: 100%; overflow: auto; }
ul.ui-tabs-nav { min-height: 37px; }
.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 190px; position: relative; left: 6px; }
	.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
		.ui-tabs-vertical .ui-tabs-nav li a { display: block; width: 100%; white-space: normal; }
		.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; z-index: 1; }
#divClassification div.ui-layout-center { position: absolute; top: 10px; left: 250px; right: 10px; bottom: 10px; }
	#divClassification div.ui-layout-center > div { width: 100%; height: 100%; }

/*----------------------------------
    Controle de corpo de e-mail
----------------------------------*/
div.emailControl { background-color: white; position: relative; top: 8px; margin: 0 10px -30px 10px; border-bottom: solid 1px #ccc; padding-bottom: 5px; }
	div.emailControl img { max-width: 20px; max-height: 20px; margin-right: 10px; }
	div.emailControl a { display: inline; }
/*----------------------------------
    Histórico
----------------------------------*/
div.divFrameHistoric { height: 100%; }
#frameHistory { border: none; width: 100%; height: 98%; height: calc(100% - 4px); }
table.tableHistory tr td.control { cursor: pointer; }
table.tableHistory td.details { background-color: #e3e3e3; cursor: auto !important; }
table.tableHistory td.control { text-align: center; }
table.tableHistory ul { padding-left: 15px; }
table.tableHistory span.btnOpenDetails { background: url("/Scripts/DataTables/images/details_open.png") no-repeat; display: block; width: 20px; height: 20px; }
table.tableHistory span.btnCloseDetails { background: url("/Scripts/DataTables/images/details_close.png") no-repeat; display: block; width: 20px; height: 20px; }
table.tableHistory tr.loadingTr { background: url("../images/historyLoader.gif") center no-repeat; height: 36px; }
table.tableHistory td.details div.data { padding: 10px 10px 10px 20px; margin: 10px 0; border-radius: 10px 10px 10px 10px; background-color: #F5F5F5; }
	table.tableHistory td.details div.data span.title { display: block; margin: 0 0 5px -10px; font-weight: bold; font-size: 16px; }
	table.tableHistory td.details div.data div.subData { padding-left: 10px; margin: 10px 0; }
		table.tableHistory td.details div.data div.subData span.title { display: block; margin: 5px 0 5px -10px; font-weight: bold; font-size: 15px; }
		table.tableHistory td.details div.data div.subData td { vertical-align: top; }
table.tableHistory td.details iframe { background-color: White; height: 400px; border: 1px solid #cccccc; border-radius: 10px; padding-top: 40px; }
table.tableHistory td.details { padding: 10px; }
table.tableFlows thead tr { display: none; }
table.tableFlows td.button { width: 20px; }
td span.classification { display: block; }
table.tableFlows tbody tr td.details table { width: 100%; }
	table.tableFlows tbody tr td.details table thead tr { display: block; }
	table.tableFlows tbody tr td.details table tbody tr td.answer { width: 10px; padding-right: 10px; }
table.tableFlows tr.thead { text-align: left; background: url("../images/degradeMenu.jpg"); height: 20px; line-height: 20px; font-weight: bold; white-space: nowrap; }
div.tasks table tr.HistorySelectedTask td { font-weight: bold; }
table.tableHistory span.FormFieldValueOption { display: block; }

/*----------------------------------
    Histórico na aba dinamica
----------------------------------*/
#frameHistory.custom { height: 10000px; }

/*----------------------------------------------------------
Histórico sem atendimento
----------------------------------------------------------*/
#divHistoryAdmin { height: 100%; }

/* Agent do fone */
#stopWatch { float: right; border: 1px dotted #cccccc; padding: 6px; }


/* Relatórios */
span.titleReport { font-size: 20px; margin-top: 10px; display: block; }

/*Tela de login*/
#divLoginBox #logo { text-align: center; }
#divLoginBox #form { margin-top: 10px; }


/*----------------------------------
    Informaçoes do usuário no menu
----------------------------------*/
div.divWaiting { padding: 20px; overflow: auto; height: 21px; }
	div.divWaiting div { display: inline-block; margin-top: 2px; }
	div.divWaiting span { vertical-align: top; display: inline-block; max-width: 150px; }


/*----------------------------------
    edit do anexo padrao
----------------------------------*/
div.defaultAttachment div.divValuesContainer tr td:first-child { width: 60px; }

/*----------------------------------
    feriados
----------------------------------*/
span.month { display: block; text-align: center; }
.dateTable { width: 1px !important; }
.dayInput { width: 20px !important; }
.monthInput { width: 20px !important; }
.yearInput { width: 40px !important; }


/*----------------------------------
   Admmin - Configuraçao de horas uteis
----------------------------------*/
table#tableWorkTimeConfig { width: 550px; }
	table#tableWorkTimeConfig td:first-child { text-align: left; white-space: nowrap; padding-right: 10px; }

/*----------------------------------
    Frases pronta cliente
----------------------------------*/
table.fancytree-container:focus { border: none; outline: none !important; }
table.fancytree-container tbody td { border: none !important; }
table.fancytree-container tbody tr.leaf td span { cursor: pointer; }
#divListFrasesProntas .longSearchInput { background: url('../images/search.png') no-repeat; width: 100%; margin-bottom: 10px; padding: 2px 2px 2px 22px; }
#divListFrasesProntas #tableListFrasesProntas:focus { outline: none !important; }
#divListFrasesProntas #treeFrasesProntas { overflow: auto; position: absolute; top: 30px; bottom: 0px; width: 100%; }

/*tooltip*/
.ui-tooltip { padding: 10px; max-width: 50%; }
	.ui-tooltip .ui-tooltip-content { width: 100%; }
	.ui-tooltip .fraseTooltip { background-color: white !important; }
	.ui-tooltip div.anexos span { margin: 0 0 10px 5px; background: url('../images/attachment.png') no-repeat; padding-left: 12px; display: block; }
		.ui-tooltip div.anexos span:first-child { margin-top: 10px; }
	.ui-tooltip iframe { border: #aaaaaa solid 1px; width: 500px; height: 300px; }
	.ui-tooltip pre { white-space: pre-wrap; }

/*----------------------------------
    Admin regras
----------------------------------*/
#ruleEmailAdmin #ruleEmailConditionsTable input { width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
#ruleEmailAdmin #ruleEmailConditionsTable select { width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
#ruleEmailAdmin #ruleEmailConditionsTable td.checkbox select { width: auto; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
#ruleEmailAdmin #sendEmails { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }

/*----------------------------------
    Cliente listagem de e-mail
----------------------------------*/
#listEmail #divAdvancedDownloadEmail { width: 15%; margin-left: -1px; display: inline-block; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
	#listEmail #divAdvancedDownloadEmail a img { margin-top: 10px; }
.emailLinesBox { margin-top: 5px; }
	.emailLinesBox ul { background: none repeat scroll 0 0 #F5F5F5; border: 1px solid #CCCCCC; padding: 5px; }
		.emailLinesBox ul li { margin: 5px 0 0 10px; display: block; }
	.emailLinesBox .title { background-color: #46537B; color: #ffffff; padding: 8px 10px; border-radius: 5px 5px 0 0; text-align: center; }
	.emailLinesBox span.lineCount { font-weight: bold; }
	.emailLinesBox a { text-decoration: none; }


/*----------------------------------
    Cliente Leitura e exclusão e-mail 
----------------------------------*/
#deleteEmailClient { height: 100%; }
#readEmailBody { position: absolute; top: 55px; bottom: 0px; right: 0; left: 0; padding: 10px; }
	#readEmailBody #emailBody,
	#deleteEmailClient #emailBody { position: absolute; top: 100px; bottom: 0px; right: 0; left: 0; padding: 0 10px 10px 10px; min-height: 250px; }
		#readEmailBody #emailBody iframe,
		#deleteEmailClient #emailBody iframe { height: 100%; width: 100%; padding-top:35px}
#readEmail { height: auto; }
/*----------------------------------
    Cliente escrita e-mail 
----------------------------------*/
#divEmail { height: 100%; padding: 0 10px; overflow: auto; }
	#divEmail div.divEmail { height: 100%; overflow: hidden; padding-right: 10px; }
	#divEmail #emailHeader { margin: 5px 0; }
		#divEmail #emailHeader table { width: 100%; text-align: right; }
			#divEmail #emailHeader table .label { width: 80px; text-align: left; }
			#divEmail #emailHeader table .value { text-align: left; }
			#divEmail #emailHeader table input[type="text"],
            #divEmail #emailHeader table select { width: 100%; text-align: left; }
	#divEmail textarea { height: 100%; }
	#divEmail #frasesProntasEmail { padding: 10px; overflow-y: auto; }
	#divEmail a.cke_button__image { display: none; }
div.divSingleAttach { display: inline-block; margin: 0 15px 5px 0; vertical-align: top; }
	div.divSingleAttach a img { vertical-align: middle; margin: 0 0 0 5px; }
/*----------------------------------
    Spliter
----------------------------------*/
div.ui-layout-resizer { margin: 0 5px; border-color: #cacaca; background-color: #e4e5e5; border-radius: 10px; }
	div.ui-layout-resizer:hover { border-color: #222; background-color: #888; }
div.ui-layout-toggler-east-open { background: url(../images/toggle-lt.gif) no-repeat center right; }
.ui-layout-toggler-east-closed { background-color: #EEE; border-top: 1px solid #FFF; border-left: 1px solid #FFF; border-bottom: 1px solid #677; }
	.ui-layout-toggler-east-closed .content { color: #033; font-size: 12px !important; font-weight: bold; text-transform: uppercase; text-align: center; padding-right: 1px; }

/*----------------------------------
    Cliente Menu esquerdo da home
----------------------------------*/
.buttonLeftMenuType { height: 30px; line-height: 30px; text-align: center; background: #f5f5f5; margin: 5px 0 0 0; border: 1px solid #e5e5e5; cursor: pointer; }
.buttonLeftMenuTypeDisabled { height: 30px; line-height: 30px; text-align: center; background: #f5f5f5; margin: 5px 0 0 0; border: 1px solid #cccccc; cursor: default; }
.buttonLeftMenuType:hover { font-weight: bold; border: 1px solid #aaaaaa; }
.buttonLeftMenuTypeDisabled a { height: 30px; line-height: 30px; text-align: center; display: inline-block; text-decoration: none; margin-right: 5px; cursor: default; }
.buttonLeftMenuType a { height: 30px; width: 100%; line-height: 30px; text-align: center; display: inline-block; text-decoration: none; }

/*----------------------------------
    Mensagem padrão de loading
----------------------------------*/
#loadingDiv { background-color: white; border-color: #CCCCCC; border-radius: 0 0 15px 15px; border-style: none solid solid; border-width: 3px; padding: 15px 20px; position: absolute; top: 0; }
	#loadingDiv * { vertical-align: top; }
	#loadingDiv img#loading { margin-right: 10px; }


/*----------------------------------------------------------
defaultFluidView
----------------------------------------------------------*/
div.defaultFluidView { padding-top: 10px; }
	div.defaultFluidView label { display: block; font-weight: bold; }
	div.defaultFluidView span.value { background: #eeeeee; display: block; padding: 3px; box-sizing: border-box; min-height: 22px; word-wrap: break-word; margin-bottom: 10px; }
	div.defaultFluidView span.textArea { min-height: 80px; background: #eeeeee; display: block; padding: 3px; box-sizing: border-box; word-wrap: break-word; }
	div.defaultFluidView table { border-collapse: collapse; width: 100%; }
		div.defaultFluidView table tbody td.label { padding-right: 10px; width: 1px; white-space: nowrap; font-weight: bold; }
	div.defaultFluidView span.title { display: block; margin: 10px 0 5px 0; font-weight: bold; font-size: 16px; }
	div.defaultFluidView div.data { margin-bottom: 10px; background-color: #E0E0E0; border-radius: 10px; padding: 10px 10px 1px 10px; }




/*----------------------------------------------------------
Tela de atendimento do cliente
----------------------------------------------------------*/
.InContactPage #HeaderContainer div.Buttons { margin: 10px 0; width: 100%; vertical-align: top; }
	.InContactPage #HeaderContainer div.Buttons #identifyCustomer { display: inline-block; vertical-align: top; max-width: 90%; }
	.InContactPage #HeaderContainer div.Buttons #button { display: inline-block; vertical-align: top; }
.InContactPage #HeaderContainer div.Client #tableCustomers { display: inline-block; vertical-align: top; max-width: 90%; }
.InContactPage #HeaderContainer div.Buttons #divProtocol { border: 1px solid rgb(169, 169, 169); padding: 0 5px; min-width: 115px; display: inline-block; height: 29px; vertical-align: top; }
.InContactPage #HeaderContainer div.Buttons #protocolLabel { font-size: 10px; display: block; margin-top: -7px; background-color: white; padding: 0 3px; width: 49px; -webkit-user-select: none; /* Chrome all / Safari all */ -moz-user-select: none; /* Firefox all */ -ms-user-select: none; /* IE 10+ */ -o-user-select: none; user-select: none; }
.InContactPage div.Tabs li.disabled a { color: #999999; }
.InContactPage #formSubmit {position: absolute; top: 0; bottom: 0; right: 0; left: 0; }
.InContactPage #mainSplitter { height: 100%; }
.InContactPage #divButtonBar { padding: 0 10px; }
#pauseButtonsPanel { display: inline-block; }
	#pauseButtonsPanel .cancelPauseButton { width: auto; background: yellow; }
#divAlertPopUpMaster { width: 400px; }

/*----------------------------------------------------------
    Aviso para compra de canais
----------------------------------------------------------*/
#divContactType { padding: 10px; }
	#divContactType * { vertical-align: middle; }
	#divContactType #logoEnkiCurto { height: 70px; }
	#divContactType #contactInformation { display: inline-block; vertical-align: top; padding-top: 5px; padding-left: 20px; }
	#divContactType #iconEmail { max-height: 15px; max-width: 15px; margin-right: 3px; }
	#divContactType #iconPhone { max-height: 15px; max-width: 15px; margin-right: 3px; }
	#divContactType p { margin-bottom: 2px; }
		#divContactType p:first-child { margin-bottom: 10px; }

/*----------------------------------------------------------
    Aviso para compra de canais
----------------------------------------------------------*/
#formEditDataSource #btnAddDataSource { vertical-align: top; }

/*----------------------------------------------------------
    Tela de Pausa com timer
----------------------------------------------------------*/
#pauseTimer #pauseTimerContainer { border: 1px solid grey; padding: 10px; border-radius: 10px; margin-right: auto; margin-left: auto; width: 500px; }
	#pauseTimer #pauseTimerContainer #disconnectReason { vertical-align: top; font-size: 50px; margin-top: 30px; }
	#pauseTimer #pauseTimerContainer #timer { font-size: 60px; }
#pauseTimer #pauseTimerDescription { display: inline-block; vertical-align: top; margin-top: 50px; }
	#pauseTimer #pauseTimerDescription span { display: block; }
#pauseTimer #pauseTimerLogin #password { width: 370px; }

/*----------------------------------------------------------
    Componente de arvores
----------------------------------------------------------*/
table.fancytree-ext-table td.checkbox { text-align: center; width: 20px; }
table.fancytree-ext-table .even { background-color: #eeeeee; }
table.fancytree-ext-table .odd { }
table.fancytree-ext-table td { padding: 3px; }
table.fancytree-ext-table .fancytree-icon { background-image: url('../images/tag.png'); background-position: 0 1px !important; }
table.fancytree-ext-table .fancytree-folder .fancytree-icon { background-image: url('../images/folder.png'); background-position: 0 1px !important; }
table.fancytree-ext-table .fancytree-title { display: inline; }
table.fancytree-ext-table span { color: inherit; }

/*----------------------------------------------------------
    Dashboard
----------------------------------------------------------*/
.gridster ul { list-style: none; }
.gridster .widget { height: 100%; border: 1px solid #cccccc; background-color: white; }
.gridster .widgetTopBar { padding: 10px 23px 10px 10px; background: url("../images/degradeMenu.jpg"); border-bottom: 1px solid #cccccc; cursor: pointer; }
	.gridster .widgetTopBar .widgetTitle { font-weight: bold; }
	.gridster .widgetTopBar div { height: 15px; overflow: hidden; }
	.gridster .widgetTopBar .closeWidget { position: absolute; top: 5px; right: 7px; text-decoration: none; font-weight: bold; }
.gridster .widgetBody { overflow: auto; height: calc(100% - 36px); }
.gridster .preview-holder { border: none !important; border-radius: 0 !important; background: #cccccc !important; }



.notFilled { border: 1px solid red !important; }

/*---------------------------------------------------------
    Abas dinâmicas
---------------------------------------------------------*/
.divDynamicTabs { top: 0; position: absolute; bottom: 0; right: 0; left: 0;}
.DynamicMenuFrame { width: 100%; height: 100%; }

/*----------------------------------------------------------
	popup jquery
----------------------------------------------------------*/
.ui-dialog { z-index: 99; }
	.ui-dialog .ui-dialog-content { width: auto !important; }
	.ui-dialog div.divFormulario { border: none; padding: 0; }

/*---------------------------------------------------------
    Admin - perfis de acesso
---------------------------------------------------------*/
div#contentwrapper div#contentcolumn div.innertube form#accessProfile h3 { text-align: center; margin-bottom: 10px; font-weight: normal; }
.spanPermissionTitle { font-weight: bold; }
#formEditProfile .tableWithBorder td { border: 1px solid #ccc; padding: 10px; }
#formEditProfile .tableWithBorder tr.GroupItem { background-color: #f2f2f2; }

/*---------------------------------------------------------
    Admin - regras de e-mail
---------------------------------------------------------*/
#editEmailRule #actionsEditEmailRule td { margin: 10px 0 10px 0; }
#editEmailRule #actionsEditEmailRule tr.verticalAlignTop { vertical-align: top; }
#editEmailRule .divGroupActionsEmailRule { background-color: #f5f5f5; margin-bottom: 20px; }
#editEmailRule #groupActionsEditEmailRule { background-color: #e3e3e3; padding: 20px; border-radius: 10px; }
#editEmailRule div#automaticAnswerEmailGroup { margin: 10px 15px 0 15px; }
#editEmailRule #actionsEditEmailRule div#moveEmailToLineSelected { margin: 0 15px 0 18px; }
#editEmailRule div#fowardEmailToSelected { margin: 0 15px 0 18px; }
#editEmailRule div#automaticAnswerEmailGroup { margin: 10px 15px 0 18px; }
	#editEmailRule div#automaticAnswerEmailGroup #divSmtpSelected { margin-bottom: 10px; margin-top: 20px; }
	#editEmailRule div#automaticAnswerEmailGroup #divIncludeOriginalEmail { margin-bottom: 10px; }
	#editEmailRule div#automaticAnswerEmailGroup #divTitleAutomaticAnswer { margin-bottom: 10px; }
	#editEmailRule div#automaticAnswerEmailGroup #divBodyEmail { }



/*---------------------------------------------------------
    Canal de e-mail - Cor nas filas 
---------------------------------------------------------*/
#listEmail #colorEmailLine { width: 25px; height: 25px; border-radius: 3px; border: 1px solid #fff; }

/*---------------------------------------------------------
    Admin edição de e-mail - Cor nas filas 
---------------------------------------------------------*/
#editMailQueue div#colorEmailLine { width: 100%; border: 1px solid #aaa; border-radius: 3px; padding: 3px; margin-bottom: 10px; }
#editMailQueue #selectColorQueue { display: block; height: 20px; border-radius: 3px; border: 1px solid #ccc; }

/*---------------------------------------------------------
    Admin - Layout assistente 
---------------------------------------------------------*/
#layoutAssistant #minimizedAssistantView { position: relative; }
#layoutAssistant #maximizedAssistantView { position: relative; }

/*---------------------------------------------------------
    Assistente virtual 
---------------------------------------------------------*/
#tableKnowledgeBase td { max-width: 600px; }
#DivEditKnowledgeBaseItem #category_chosen { margin-bottom: 10px; }
#DivEditKnowledgeBaseItem #tags_chosen { margin-bottom: 10px; }

#progress_bar { margin: 10px 0; padding: 3px; border: 1px solid #000; font-size: 14px; clear: both; opacity: 0; -moz-transition: opacity 1s linear; -o-transition: opacity 1s linear; -webkit-transition: opacity 1s linear; }
	#progress_bar.loading { opacity: 1.0; }
	#progress_bar .percent { background-color: #99ccff; height: auto; width: 0; }
