.ccListTitle {

	padding-top: 10px;
	padding-bottom: 10px;
	
	color: #0A0A08;
	
	font-family: var(--owsFontFamily);
	font-size: 20px;
	
	line-height: 30px;
}

.ccListFilterButton {

	height: var(--owsTextInputHeight);
	
	box-sizing: border-box;
	
	font-family: var(--owsFontFamily);
	font-size: 15px;
	font-weight: bold;
	
	line-height: 14px;
	
	text-align: center;
	
	padding: 10px 10px;
	
	border-radius: 5px;
	
	cursor: pointer;
	
	border: solid 1px #1A73E8;
	
	background-color: #1A73E8;
	
	color: #FFFFFF;
	
	background-image: url('https://files.cloudcomp.com.br/v130/Images/FilterWhite01.svg');
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	
	padding-left: 25px;
}

.ccListFilterButton:hover {
	
	box-shadow: 0px 0px 8px rgba(218, 220, 224, 1);
}

.ccListHeader {
	
	display: grid;
	
	grid-gap: 0px 5px;
	
	border-bottom: solid 1px #000000;
	
	font-size: 14px;
	font-weight: bold;
	font-family: var(--ccFontFamilyBold);
	
	line-height: 14px;
	
	overflow: hidden;
	
	white-space: nowrap;
	
	color: #333333;
	
	padding-bottom: 3px;
	
	align-items: center;
}

.ccListHeaderSelectedArrowUp {
	
	background-image: url('https://files.cloudcomp.com.br/Images/CCListHeaderArrowUp01.svg');
	
	background-size: 10px 10px;
	background-position: calc(100% - 2px) center;
	background-repeat: no-repeat;
	
	box-sizing: border-box;
	
	cursor: pointer;
}

.ccListHeaderSelectedArrowDown {
	
	background-image: url('https://files.cloudcomp.com.br/Images/CCListHeaderArrowDown01.svg');
	
	background-size: 10px 10px;
	background-position: calc(100% - 5px) center;
	background-repeat: no-repeat;
	
	box-sizing: border-box;
	
	cursor: pointer;
}

.ccListButton {
	
	padding: 5px;
	
	border-radius: 100%;
	
	opacity: 0.8;
	
	transition: all 0.3s ease-in-out;
	
	cursor: pointer;
}

.ccListBodyRow {
	
	padding-top: 3px;
	padding-bottom: 3px;
	
	display: grid;
	
	grid-gap: 5px 5px;
	
	line-height: 14px;
	
	font-size: 14px;
	font-family: var(--ccFontFamily);
	
	color: #333333;
		
	background-color: transparent;
	
	transition: all 0.5s;
	
	align-items: center;
}

/* .ccResponsibleListBodyRow { */
	
/* } */

.ccListBodyRow:hover {
	
	background-color: #E9EDF2;
	
	box-shadow: 0px 0px 5px rgba(233, 237, 242, 1);
}

.ccListBodyRowSelected {

	background-color: #E9EDF2;
	
	box-shadow: 0px 0px 5px rgba(233, 237, 242, 1);
}

.ccListActionButtonsContainer {

	display: grid;
	
	grid-gap: 5px 5px;
}

.ccListActionButtonsContainer>div {
	
	width: 14px;
	height: 14px;
	
	padding: 5px;
	
	border-radius: 100%;
	
	opacity: 0.8;
	
	transition: all 0.1s linear;
	
	cursor: pointer;
	
	line-height: 0px;	
}

.ccListActionButtonsContainer>div:hover {
	
	opacity: 1;
}

.ccListPaginationMainDiv {
	
	color: #0A0A08;
	
	font-family: var(--owsFontFamily);
	font-size: 16px;
	
	line-height: 22px;
	
	padding-top: 10px;
}

.ccListPaginationButton {
	
	background-color: #386FCB;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 24px;
	
	font-family: var(--owsFontFamily);
	font-size: 24px;
	
	line-height: 24px;
	
	color: #FFFFFF;
	
	padding: 10px;
	
	cursor: pointer;
}

.ccListSearchToolsDiv {
	
	padding-top: 5px;
	padding-bottom: 5px;
}

.ccListCheckBox {

	width: 12px;
	height: 12px;
	
	cursor: pointer;
	
	user-select: none;
}

.ccListSearchButton {

	height: var(--owsTextInputHeight);
	
	line-height: 22px;
	
	font-size: 14px;
	font-family: var(--owsFontFamily);
	font-weight: bold;
	
	text-align: center;
	
	padding: 5px 44px 5px 12px;
	
	box-sizing: border-box;
	
	border-radius: 5px;
	
	cursor: pointer;
	
	background-position: calc(100% - 12px) center;
	background-color: #1A73E8;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	
	color: #FFFFFF;
}

.ccListSearchButton:hover {
	
	box-shadow: 0px 0px 8px rgba(218, 220, 224, 1);
}

/* .ccListBodyContainer { */
	
/* 	display: none; */
/* } */

.ccListActionButtonsGrid {
	
	display: inline-grid;
	
	grid-gap: 5px 5px;
}

.ccListActionButton {
	
	line-height: 0px;
	
	cursor: pointer;
	
	border-radius: 50%;
	
	border: solid 6px transparent;
	
	width: 16px;
	height: 16px;
}

.ccListActionButton>img {
	
	width: 100%;
	
	height: auto;
}

.ccListActionButtonBlueBackground {
	
	background-color: #386FCB !important;
}

.ccListActionButtonBlueBackground:hover {
	
	background-color: #2D63BE;
}

.ccListActionButtonGrayBackground {
	
	background-color: #545454;
}

.ccListActionButtonGrayBackground:hover {
	
	background-color: #3E3E3E;
}

.ccListActionButtonDarkGrayBackground {
	
	background-color: #333333;
}

.ccListActionButtonDarkGrayBackground:hover {
	
	background-color: #36444F;
}

.ccListActionButtonLightGrayBackground {
	
	background-color: #7E8C8D;
}

.ccListActionButtonLightGrayBackground:hover {
	
	background-color: #707575;
}

.ccListActionButtonGreenButtonBackground {
	
	background-color: #3EB770;
}

.ccListActionButtonGreenButtonBackground:hover {
	
	background-color: #229552;
}

.ccListActionButtonLightGreenButtonBackground {
	
	background-color: #80E980;
}

.ccListActionButtonLightGreenButtonBackground:hover {
	
	background-color: #6CDE6C;
}

.ccListActionButtonDarkGreenButtonBackground {
	
	background-color: #218F52;
}

.ccListActionButtonDarkGreenButtonBackground:hover {
	
	background-color: #197A45;
}

.ccListActionButtonRedButtonBackground {
	
	background-color: #BE3A2D;
}

.ccListActionButtonRedButtonBackground:hover {
	
	background-color: #A6271A;
}

.ccListActionButtonYellowButtonBackground {
	
	background-color: #F7CE27;
}

.ccListActionButtonYellowButtonBackground:hover {
	
	background-color: #EBC116;
}

.ccListActionButtonVioletButtonBackground {
	
	background-color: #463D80;
}

.ccListActionButtonVioletButtonBackground:hover {
	
	background-color: #433695;
}

.ccListActionButtonDisabledBackground {
	
	background-color: #DFDFDF;
}

.ccListFooterBoxGrid {
	
	display: inline-grid;
	
	grid-gap: 10px 10px;
	
	margin-top: 10px;
}

.ccListFooterBox {
	
	font-family: var(--owsFontFamily);
	font-size: 16px;
	
	line-height: 22px;
	
	color: #FFFFFF;
	
	padding: 5px 10px;
}

.ccAdvancedSearchTitle {
	
	margin-top: 2px;
	margin-bottom: 2px;	
	
	font-family: var(--owsFontFamily);
	font-size: 12px;
	font-weight: bold;
	
	color: #000000;
	
	line-height: 20px;
}

.ccAdvancedSearchItems {
	
	display: flex;
	
/* 	flex-wrap: nowrap; */
	
	flex-wrap: wrap;
	
	font-family: var(--owsFontFamily);
	font-size: 12px;
	
	color: #000000;
	
	line-height: 20px;
}

.ccAdvancedSearchItems>div {
	
	background-color: #E6E6E6;
	
	padding: 5px 8px;
	
	margin: 5px;
}

.ccListColumnVisibleButton {
	
	cursor: pointer;
	
	background-image: url('https://files.cloudcomp.com.br/Images/SwitchOn.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 36px 36px;
	
	width: 36px;
	height: 36px;
}

.ccListColumnHiddenButton {

	cursor: pointer;
	
	background-image: url('https://files.cloudcomp.com.br/Images/SwitchOff.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 36px 36px;
	
	width: 36px;
	height: 36px;
}

/* Phone and tablet layout */
@media only screen and (max-width: 768px) {
	
	.ccResponsibleListBodyRow {
	
		grid-template-columns: 1fr !important;
		
		line-height: 18px;
		
		border-top: solid 1px #333333;
	}
	
	.ccListFooterBoxGrid {
	
		grid-template-columns: 1fr !important;
	}
}


/* Start new list css. */
.ccNewListTitle {
	
	font-family: var(--ccFontFamily);
	font-size: 18px;
	
	color: #000000;
	
	line-height: 18px;	
	
	padding-bottom: 20px;
}

.ccNewListContainerWithMinimumWidth {
	
	min-width: calc(100vw - 80px);
}

.ccNewListDataContainerGrid {
	
	display: grid;
	
	gap: 10px 10px;
	
	grid-template-columns: repeat(5, 1fr);
}

@media only screen and (max-width: 768px) {

	.ccNewListDataContainerGrid {
		grid-template-columns: repeat(2, 1fr);
	}	
}

.ccNewListHeader {

	font-family: var(--ccFontFamily);
	font-size: 14px;
	font-weight: bold;
	
	line-height: 14px;
	
	color: #333333;
	
	border-left: solid 1px transparent;
	border-right: solid 1px transparent;
	border-bottom: solid 1px #000000;
	
	margin-bottom: 5px;
	
	width: 100%;
	
	padding: 5px;
	
	box-sizing: border-box;
}

.ccNewListRow {
	
	padding: 5px;
	
	border: solid 1px #D8E0EA;
	
	border-radius: 5px;
	
	margin-bottom: 5px;
	
	font-size: 14px;
	
	line-height: 22px;
	
	box-sizing: border-box;
}

.ccNewListBodyCell {
	
	font-family: var(--ccFontFamily);
	font-size: 14px;
	font-weight: normal;
	
	line-height: 14px;
	
	padding-left: 10px;
	padding-right: 10px;
}

.ccNewListButton {
	
	line-height: 0px;
	
	cursor: pointer;
	
	border-radius: 50%;
	
/* 	border: solid 10px transparent; */
	padding: 5px;
	
	width: 20px;
	height: 20px;
	
	transition: background-color 100ms linear;
	
	position: relative;
}

/* .ccNewListButton:hover { */
	
/* 	background-color: #EEEEEE; */
	
/* 	box-shadow: 0px 0px 3px #000000; */
/* } */

.ccNewListButton:active {
	
/* 	background-color: #EEEEEE; */
	
	background-color: #E4E4E4;
	
	box-shadow: none;
}

.ccNewListButton>img {
	
	width: 20px;
	height: 20px;
}

.ccNewListButtonDisabled {
	
	background-color: #DFDFDF;
}

.ccNewListPopupMenu {
	
	background-color: #FFFFFF;
	
	border-radius: 10px;
	
	box-shadow: 0px 0px 10px #A4A4A4;
	
	position: fixed;
/* 	position: absolute; */
	
	margin-top: 10px;
	
/* 	top: 20px; */
/* 	left: -20%; */
	
	display: none;
	
	padding-top: 10px;
	padding-bottom: 10px;
	
	z-index: 100;
}

.ccNewListPopupMenuButton {
	
	cursor: pointer;
	
	font-family: var(--ccFontFamily);
	font-size: 18px;
	font-weight: normal;
	
	line-height: 18px;
	
	padding: 12px 15px;
	
	color: #000000;
	
	text-align: left;
	
	white-space: nowrap;
}

.ccNewListMenuButton:hover {
	
	background-color: #F2F2F2;
}

div.ccListSearchContainerDiv {
	
	font-family: var(--owsFontFamily);
	
    min-width: 250px;
    
    height: calc(var(--owsTextInputHeight - 4px));
    
	color: #272727;
	
	border: var(--owsTextInputBorder);
/* 	border-radius: var(--ccFormElementBorderRadius); */
	
	border-radius: 20px;
	
/* 	background-color: #EFEFF1; */
	
	transition: all 0.7s;
	
	padding: 8px 15px;
	
	box-sizing: border-box;
}

div.ccListSearchContainerDiv:hover, div.ccListSearchContainerDiv:active, div.ccListSearchContainerDiv:focus {
	
	border: solid 1px #2196F3;
}

div.ccListSearchContainerDiv:focus-within {
	
	border: solid 1px #2196F3;
}

input.ccListSearchInput {
	
	font-family: var(--ccFontFamily);
	font-size: 15px;
	font-weight: normal;
	
	line-height: 18px;
	
	text-align: left;
	
	padding: 0px;
	
	cursor: pointer;
	
	border: none;
	
	box-sizing: border-box;
}

.ccListDataColoredBox {
	
	padding: 3px 10px; 
	
	margin-top: 1px; 
	margin-bottom: 1px; 
	
	color: #FFFFFF;
	
	border-radius: 7px;
	
	display: inline-block;
	
	font-family: var(--ccFontFamily);
}

.ccListDataWarningBox {
	
	padding-left: 32px;
	
	background-image: url('https://files.cloudcomp.com.br/Images/Warning01.svg');
	background-repeat: no-repeat;
	background-position: 10px center;
	
	background-size: 16px 16px;
}

.ccListContainer {
	
	min-width: 400px;
}

/* End new list css. */

/* Mobile layout */
@media only screen and (max-width: 768px) {
	
	.ccListContainer {
	
		min-width: initial;
	}
}