﻿html, body {
	height: 100%;
}

hr {
	margin-top: 2px;
	margin-bottom: 2px;
}

/* Set padding to keep content from hitting the edges */
/* -----------------------------------------------------*/
.body-content {
	padding-left: 15px;
	padding-right: 15px;
	min-height: 100%;
	height: 100%;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/* -----------------------------------------------------*/
.dl-horizontal {
	margin-bottom: 0px;
}

	.dl-horizontal dt {
		white-space: normal;
		width: 80px;
		float: left;
		overflow: hidden;
		clear: left;
		text-align: right;
		text-overflow: ellipsis;
	}

	.dl-horizontal dd {
		margin-left: 90px;
	}

/* Nav Dropdown Width */
/* -----------------------------------------------------*/
.dropdown-menu {
	width: 200px;
}

/* Center content on screen */
/* -----------------------------------------------------*/
.container-fullscreen {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin-top: 10px;
	display: table;
	text-align: center;
}

	.container-fullscreen .centralized {
		display: table-cell;
		vertical-align: middle;
	}

/* Ajuste do padding do menu para diferentes breakpoints do bootstrap */
/* ------------------------------------------------------------------------*/
.nav > li > a {
	padding: 5px 5px;
}

@media (min-width: 768px) {
	.nav > li > a {
		padding: 15px 5px;
	}
}

/* Ajuste para tirar o background do link de login */
/* ------------------------------------------------------------------------*/
.navbar-nav.navbar-right:last-child {
	margin-right: 0px;
	margin-top: 0px;
	background-color: transparent;
}

.navbar-nav.navbar-right a:hover {
	background-color: transparent !important;
}

.nav.navbar-nav {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

/* Posicionamento do menu na esquerda (mobile) */
/* ------------------------------------------------------------------------*/
@media (max-width: 767px) {
	.menu-left {
		width: 226px;
		position: absolute;
		top: 51px;
		float: left;
		overflow-y: auto;
	}
}

/* Posicionamento do menu em cima (desktop) */
/* ------------------------------------------------------------------------*/
@media (min-width: 768px) {
	.menu-left {
		position: initial;
		width: 100%;
		height: 50px;
		overflow: initial;
		padding-bottom: initial;
		top: 0px;
	}

	.offcanvas {
		display: inline;
	}
}

/* Breadcrumb (migalha de pão) */
/* ------------------------------------------------------------------------*/
.breadcrumb {
	margin-bottom: 10px;
	margin-top: 10px;
}

/* Espaçamento vertical */
/* ------------------------------------------------------------------------*/
.voffset {
	margin-top: 2px !important;
}

.voffset1 {
	margin-top: 5px !important;
}

.voffset2 {
	margin-top: 10px !important;
}

.voffset3 {
	margin-top: 15px !important;
}

.voffset4 {
	margin-top: 30px !important;
}

.voffset5 {
	margin-top: 40px !important;
}

.voffset6 {
	margin-top: 60px !important;
}

.voffset7 {
	margin-top: 80px !important;
}

.voffset8 {
	margin-top: 100px !important;
}

.voffset9 {
	margin-top: 150px !important;
}

.page-header {
	margin: 0 0 0 0;
}

/* Ajuste dos botões primeiro, último, próximo e anterior da paginação */
/* ------------------------------------------------------------------------*/
/*div.dataTables_paginate ul.pagination li.paginate_button.first a,
div.dataTables_paginate ul.pagination li.paginate_button.previous a,
div.dataTables_paginate ul.pagination li.paginate_button.next a,
div.dataTables_paginate ul.pagination li.paginate_button.last a {
	padding-top: 3px;
	height: 29px;
}*/

.direita { text-align: right!important; }
.padding5 { padding: 5px!important; }

.leiaMais{
    max-height:100px;
    overflow:hidden;
}

.searchPersonTable {
	color: #000;
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

	.searchPersonTable th {
		color: #fff;
		font-weight: bold;
		background-color: rgba(0, 0, 0, 0.4);
		padding: 5px;
		text-align: left;
	}

	.searchPersonTable span {
		color: #989898;
		margin-right: 5px;
		display: inline-block;
		width: 120px;
		text-align: right;
	}

	.searchPersonTable td {
		vertical-align: middle;
		height: 25px;
		padding: 0px 10px;
	}

	.searchPersonTable tr td:nth-child(1) {
		text-align: left;
		max-width: 200px;
	}

	.searchPersonTable tr:nth-child(even) td {
		background-color: #f2f2f2;
	}

	.searchPersonTable ul {
		text-align: left;
		list-style: none;
	}

	.searchPersonTable li {
		padding: 3px;
	}

	.searchPersonTable td:last-of-type {
		width: 25px;
	}

.selectPerson {
	background-image: url(imagens/selectPerson.png);
	width: 27px;
	height: 27px;
	background-size: 25px;
	background-repeat: no-repeat;
	display: block;
	background-position: center;
	border-radius: 6px;
	background-color: #d8d8d8;
	cursor: pointer;
}

	.selectPerson:hover {
		background-color: #999999;
	}

.searchPersonList {
	max-height: 400px;
	overflow: auto;
}

.alteracaoProtocolo 
{
    display:none;
}

.btnGerarPDF {
    background: url(../Content/images/icoPDF.png) no-repeat;
    background-size: contain;
    background-position: center center;
    border: 0px;
    /*position: absolute;*/
    width: 30px;
    top: 29px;
    right: 95px;
    height: 28px;
    cursor: pointer;
}

.popUpPDF {
    display: none;
    position: fixed;
    height: 52px;
    width: 100px;
    float: left;
    min-width: 99px;
    padding: 5px 0 5px 10px;
    font-size: 14px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    z-index:1;
}

.opcoesPDF:hover {
    background-color: #ddd;
    cursor: pointer;
}

.videoRetrievalPortal {
    width: 100%;
    height: 100%;
    background-color: black;
}

.videoRetrievalButtonArea {
    text-align: center;
}

.videoRetrievalButton {
    border-radius: 4px;
    background: #efefef;
    border: 1px solid #d6d6d6;
    padding: 4px;
    margin: 4px;
    display: inline-block;
    width: 70px;
}


.iBulletAdminSubject {
    width: 15px;
    height: 15px;
    /*border: 1px solid #efefef;*/
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -3px;
    margin-left: 12px;
    border-radius: 50px;
}

.labelCheckboxTodos {
    margin: 0px 9px;
    font-weight: normal;
}

.InputCheckboxTodos {
    margin-right: 21px !important;
}

.companySiteUserEventList {
	max-height: 40px;
	overflow-y: auto;
}

.chkBroadcastFilterControlPanel {
	height: 62px;
	overflow: hidden;
}

.iti ::placeholder {
	color: transparent !important;
}

@media screen and (min-width: 768px) {
	
	#popupManageTicket .modal-dialog  {width:900px;}

}



::-webkit-scrollbar, .OctagoraChatAtendimentoBody::-webkit-scrollbar {
	background: rgba(128, 128, 128, 0);
	width: 8px;
	height: 5px;
}

::-webkit-scrollbar-track, .OctagoraChatAtendimentoBody::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.16);
}

*:hover::-webkit-scrollbar, .OctagoraChatAtendimentoBody::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}
::-webkit-scrollbar-thumb, .OctagoraChatAtendimentoBody::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: rgba(156, 156, 156, 0.5);
}

*:hover::-webkit-scrollbar-thumb, .OctagoraChatAtendimentoBody::-webkit-scrollbar-thumb {
	border-radius: 100px;
	background: #f78d1e;
}

.copyTokenLink {
	cursor: pointer;
	color: #f78d1e;
	margin: 0px 5px;
}