@font-face {
	
    font-family: ProximaNovaLight;
    
    src: url('https://files.cloudcomp.com.br/Fonts/ProximaNovaLight.woff');
}

@font-face {
	
    font-family: ProximaNovaBold;
    
    src: url('https://files.cloudcomp.com.br/Fonts/ProximaNovaBold.woff');
}

:root {

	--owsFont: Arial, Helvetica, Sans-serif;
	
	--owsFontFamily: Arial, Helvetica, Sans-serif;
	--ccFontFamily: Arial, Helvetica, Sans-serif;
	--ccFontFamilyBold: Arial, Helvetica, Sans-serif;
	
	--owsTextInputLineHeight: 18px;
	--owsTextInputHeight: 30px;
	
	--owsTextInputFontSize: 15px;
	
	--owsTextInputBorder: solid 1px #B7C1C7;
	
	--owsTextInputPadding: 0px 5px 0px 5px;
	
	--owsDataBoxLineHeight: 32px;
	
	--owsTextAreaLineHeight: 18px;	
	
	--owsTextAreaPadding: 7px;
	
	--ccFormElementColor: #272727;
	
	--ccFormElementBorderRadius: 4px;
	
	--ccInputIconWidth: 20px;
	
	--ccInputLabelFontSize: 14px;
	--ccInputLabelLineHeight: 14px;
	
	--ccInputBlockedBackground: #EFEFF1;
	--ccInputBlockedBorder: solid 1px #EFEFF1;
	
	--ccBigInputHeight: 40px;
	
	/* Customer user interface */
	--ccUIFontFamily: ProximaNovaLight, Arial, Helvetica, Sans-serif;
	--ccUIFontBoldFamily: ProximaNovaBold, Arial, Helvetica, Sans-serif;
	
	--ccMainColor01: #1E5BC6;	
	
	--ccAdministrationAreaTopMenuBarHeight: 60px;
}

/* Administration area */
body.owsAdmin {
	
	margin: 0px; 
	padding: 0px;
	
	font-family: var(--owsFontFamily);
	
/* 	overflow: auto; */
	
	background-color: #F3F3F4;
	
	overflow: hidden;
}

body.ccUIBody {
	
	font-family: var(--ccUIFontFamily);
	
	padding: 0px;
	 
	margin: 0px; 
	
	background-color: #FFFFFF;
}

td {
	
	padding: 0px;
}

#owsAdministrationAreaTopMenu {
	
	width: 100%; 
	
	position: fixed;
	
	top: 0px; 
	left: 0px; 
	
	z-index: 2000; 
	
	line-height: 0px;
	
	background-color: #039BE5;
	background-image: linear-gradient(0deg, #0078D4, #006DC0); 
	
	box-sizing: border-box;
	
/* 	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12); */
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	
	height: 56px;
}

.ccAdministrationAreaTopBarMenuButton {
	
	background-color: transparent;
	
	font-family: var(--owsFontFamily);
	font-size: 22px;
	
	color: #FFFFFF;
	
	padding: 12px;
	
	text-decoration: none;
	
	cursor: pointer;
	
	display: inline-block;
	
	white-space: nowrap;
	
	transition: all 0.3s ease-in-out;
	
	width: 32px;
	height: 32px;
}

.ccAdministrationAreaTopBarMenuButton:hover {
	
	background-color: #005A9E;
}

#owsAdministrationAreaLeftMenu {
	
	position: fixed;
	
	top: 0px;
	left: 0px;
	bottom: 0px;
	
	height: 100vh;
	
	transition: width 0.3s ease-in-out;
	
	overflow: hidden;
	
	z-index: 2100;
	
	box-shadow: 0px 0px 10px rgba(56, 56, 56, 0.7);
	
	background-color: #3D424E;
}

.owsAdministrationAreaLeftMenuShrinked {

	width: 58px;
}

.owsAdministrationAreaLeftMenuExpanded {

	width: 300px;
}

#owsFileMenuButtonContainer {

/* 	width: 100px; */
	
	padding-left: 65px;
	
	box-sizing: border-box;
}
	
#owsFileMenuButton {
	
    color: #FFFFFF;
    
	font-family: var(--owsFontFamily);
    font-size: 20px;
    font-weight: normal;
    
    line-height: 20px;
    
    padding: 8px 10px 8px 10px;

    margin: 0px;

    cursor: pointer;
    
    white-space: nowrap;
    
    display: inline-block;
    
    text-decoration: none;
    
    box-sizing: border-box;
    
    border-radius: 5px;
    
    background-image: url('https://files.cloudcomp.com.br/Images/MenuWhite01.svg');
    background-position: 8px center;
    background-repeat: no-repeat;
    background-size: 22px auto;
    
    padding-left: 36px;
    
    min-height: 36px;
}

#owsFileMenuButton.owsButton:hover, #owsFileMenuButton.owsButton:focus, #owsFileMenuButton.owsButton:active {
	
	outline: 0px;
}

#owsFileMenuButton>img {
	
	width: 18px;
	height: 18px;
	
	vertical-align: middle;
	
	display: inline-block;
	
	border-right: solid 10px transparent;
	border-bottom: solid 3px transparent;
}

#ccAdministrationAreaIFrameTabButtonsContainer {
	
	height: 43px;
	
	padding-top: 5px;
	
	overflow: hidden;
	
	white-space: nowrap;
}

.ccAdministrationAreaIFrameTabButton {
	
	display: inline-block;
	
	color: #555555;
	
	font-family: var(--owsFontFamily);
	font-size: 12px;

	line-height: 24px;
	
/* 	padding: 9px 28px 9px 8px; */
	
	padding: 9px 30px 9px 5px;
	
	cursor: pointer;
	
	height: 45px;
	
	box-sizing: border-box;

	transition: all 0.1s ease-in;
	
	border-style: solid;
	border-width: 1px 1px 3px 1px;
	border-color: #E5E5E5 #E5E5E5 transparent #E5E5E5;
	
	white-space: nowrap;
	
	overflow: hidden;
	
	min-width: 50px;
	max-width: 150px;
	
	background-image: url('https://files.cloudcomp.com.br/Images/DeleteBlack01.svg');
	background-position: calc(100% - 10px) center;
	background-size: 14px 14px;
	background-repeat: no-repeat;
}

.ccAdministrationAreaIFrameTabButton:focus, .ccAdministrationAreaIFrameTabButton:active {
	
	outline: 0px;
}

.ccAdministrationAreaIFrameTabButton:hover {
	
	color: #000000;
}

.ccAdministrationAreaIFrameTabButtonSelected {
	
	padding-top: 7px;
	
	border-width: 3px 1px 3px 1px;
	
	border-color: #386FCB #E5E5E5 transparent #E5E5E5;
	
	background-color: #F3F3F4;
	
	color: #000000;
}

.ccAdministrationAreaIFrame {
	
	border-style: none;
	border-left: solid 58px transparent;
	
	width: 100%;
	
	box-sizing: border-box;
	
	transition: all 0.3s ease-in;
	
	display: none;
	
	transform: translateX(-110%);
}

.administrationAreaTitleDiv {
	
	padding-top: 20px;
	padding-bottom: 20px;
	
	color: #0A0A08;
	
	font-family: var(--owsFontFamily);
	font-size: 24px; 
	
	line-height: 24px;
}

.ccEditor {
	
	padding: 20px;
	
	background-color: #FFFFFF;
	
	border: solid 1px #DDDDDD;
	
	box-sizing: border-box;
	
	width: 100%;
	
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.owsAdministrationAreaView {
	
	padding: 20px;
	
	background-color: #FFFFFF;
	
	border: solid 1px #DDDDDD;
	
	box-sizing: border-box;
	
	width: 100%;
	
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.owsAdministrationAreaCenteredTableContainer {

	margin: 20px auto 100px auto;
}

.owsAdministrationAreaCenteredTable {
	
	margin-left: auto;
	margin-right: auto;
	
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
}

.ccAdministrationAreaLeftShowOrHideLeftMenuButton {
	
	display: block;
	
	font-family: var(--owsFontFamily);
	font-size: 22px;
	
	line-height: 22px;
	
	cursor: pointer;
	
	color: rgba(255, 255, 255, 0.7);
	
	text-decoration: none;
	
	display: block;
	
	height: 56px;
	
	white-space: nowrap;
	
	box-sizing: border-box;
	
	background-color: #323640;
	
	border-left: solid 5px transparent;
	
	padding: 20px 12px 20px 52px;
	
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 28px 28px;
}

.owsAdministrationAreaLeftMenuButton {
	
	display: block;
	
	font-family: var(--owsFontFamily);
	font-size: 14px;
	
	line-height: 18px;
	
	cursor: pointer;
	
	color: #FFFFFF;
	
	text-decoration: none;
	
	display: block;
	
	white-space: nowrap;
	
	box-sizing: border-box;
	
	border-left: solid 5px transparent;
	
	position: relative;
	
	background-color: #3D424E;

	padding: 12px 12px 12px 58px;
	
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 28px 28px;
}

.owsAdministrationAreaLeftMenuButton:hover {
	
	background-color: #323640;
	
	border-left: solid 5px #0279B8;
}

.owsAdministrationAreaLeftMenuButtonArrow {
	
	width: 12px;
	height: 12px;
	
	transition: all 0.1s ease-in;
}

.owsAdministrationAreaLeftMenuButtonSelected {
}

.ccAdministrationAreaLeftMenuSubmenuButton {
	
	display: block;
	
	font-family: var(--owsFontFamily);
	font-size: 14px;
	
	line-height: 30px;
	
	cursor: pointer;
	
	color: #FFFFFF;
	
	text-decoration: none;
	
	display: block;
	
	white-space: nowrap;
	
	box-sizing: border-box;
	
	background-color: #393D48;
	
	padding: 10px 10px 10px 55px;
	
	border-left: solid 5px transparent;
	
	background-color: #424855;
}

.ccAdministrationAreaLeftMenuSubmenuButton:hover {
	
	background-color: #323640;
	
	border-left: solid 5px #0279B8;
}

#owsAdministrationAreaLeftMenuSearchInput {
	
	display: none;
	
	background-color: #FFFFFF;
	
	border: solid 1px transparent;
	
	height: 35px;
	
	line-height: 35px;
	
	font-family: var(--owsFontFamily);
    font-size: 14px;
    
    box-sizing: border-box;
    
	padding: 5px 10px 5px 10px;
    
    color: rgba(0, 0, 0, 0.9);
    
    border-radius: 100px;
    
    width: 100%;
}

#owsAdministrationAreaLeftMenuSearchInput::placeholder {
	
	color: #787878;
}

.owsAdministrationAreaFileMenuButton {
	
	font-family: var(--owsFontFamily);
    font-size: 14px;
    
    color: #FFFFFF; 
    
    cursor: pointer; 
    
    font-family: sans-serif; 
    font-size: 18px; 
    
    line-height: 52px;
    
    display: inline-block; 
    
    box-sizing: border-box; 
    
    padding: 0px 10px; 
    
/*     height: 56px; */
    
    background-color: blue;
}

.owsAdministrationAreaFileMenuButton:focus {
	
	outline: 0px;
}

.owsAdministrationAreaFileMenuButton:hover {
	
	outline: 0px;
	
	background-color: #005A9E;
}

.owsAdministrationAreaFileMenuButton:active {
	
	outline: 0px;
	
	background-color: #005A9E;
}

#owsAdministrationAreaFileMenuContainer {
	
	z-index: 2400; 
	
	position: fixed;
	
	overflow: auto;
	
	left: 0px;
	top: 0px;
	
	display: none;
	
	background-color: #FFFFFF;
	
	border-right: solid 1px #C9C9C9; 
	border-bottom: solid 1px #C9C9C9;
	
	transform: translate(-110%, 0px);
	
	transition: all 0.1s ease-in;
	
/* 	margin-top: 0px; */
	
/* 	min-height: 200px; */
/* 	min-width: 400px; */
	
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.owsAdministrationAreaFileSubmenuButton {
	
	font-family: var(--owsFontFamily);
	
	text-decoration: none;
	text-align: left;
	
	color: #000000;
	
	font-size: 16px;
	
	line-height: 16px;
	
	display: block;
	
	cursor: pointer;
	
	box-sizing: border-box;
	
	padding: 12px 8px;
	
	min-width: 150px;
}

.owsAdministrationAreaFileSubmenuButton:hover {
	
	background-color: #EEEEEE;
	
/* 	color: #386FCB; */
}

.ccUserAccountProfileImageButton {
	
	border-radius: 100%;
	
/*	padding: 0px !important;*/
	
/*	width: 32px;*/
/*	height: auto;*/
}

#ccUserAccountSubmenu {
	
	z-index: 2400;
	
	display: none;
	position: fixed;
	
	overflow: auto;
	
	top: var(--ccAdministrationAreaTopMenuBarHeight);
	right: 0px;
	
	
	background-color: #FFFFFF;
	
	border-right: solid 1px #C9C9C9; 
	border-bottom: solid 1px #C9C9C9;
	
	transform: translate(100%, 0px);
	
	transition: all 0.1s ease-in;
	
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.ccUserAccountSubmenuButton {
	
	font-family: var(--ccFontFamily);
	
	text-decoration: none;
	text-align: left;
	
	color: #000000;
	
	font-size: 16px;
	
	line-height: 16px;
	
	display: block;
	
	cursor: pointer;
	
	box-sizing: border-box;
	
	padding: 12px 8px;
	
	min-width: 150px;
}

.ccUserAccountSubmenuButton:hover {
	
	background-color: #EEEEEE;
	
/* 	color: #386FCB; */
}

.ccUserAccountSubmenuUserAccountInformation {
	
	font-family: var(--ccFontFamily);
	font-size: 14px;
	
	line-height: 24px;
	
	text-align: left;
	
	color: #000000;
	
	padding: 10px 12px;
	
	border-bottom: solid 1px #464646;
}

.ccAdministrationAreaBox {
	
	padding: 10px;
	
	background-color: #FFFFFF;
	
	border: solid 1px #DDDDDD;
	
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	
	margin: 5px;
}

/* End of administration area */

*:focus {
    outline: 0;
}

div, a, tr, td, p, ul, li {
	
    font: inherit;
    
    line-height: inherit;
    
    color: inherit;	
}

table {
    
    border-collapse: collapse;
    
    font: inherit;
    
    line-height: inherit;
    
    color: inherit;
}

a:active {

	outline: 0;
}

img {
    border: none;
}

button {

    font: inherit;
    
    line-height: inherit;
    
    color: inherit;

    cursor: pointer;
}

a.owsLink {
	
    text-decoration: none;
    
    cursor: pointer;
}

a.owsLink:hover {

    text-decoration: underline;
}

a.owsBlueAnchor {
	
    text-decoration: none;
    
    cursor: pointer;
    
    color: #386FCB;
}

a.owsBlueAnchor:hover {

    text-decoration: underline;
}

a.ccAnchor {
	
    text-decoration: none;
    
    cursor: pointer;
    
    color: inhreit;
    
    font: inhreit;
    font-size: inhreit;
}

a.ccAnchor:hover {

    text-decoration: underline;
}

a.ccBlueAnchor {
	
    text-decoration: none;
    
    cursor: pointer;
    
    color: #386FCB;
    
    font: inhreit;
    font-size: inhreit;    
}

a.ccBlueAnchor:hover {

    text-decoration: underline;
}

a.ccRedAnchor {
	
    text-decoration: none;
    
    cursor: pointer;
    
    color: #C8102E;
    
    font: inhreit;
    font-size: inhreit;    
}

a.ccRedAnchor:hover {

    text-decoration: underline;
}

.ccFontBold {
	
	font-family: var(--ccFontFamilyBold);
	
	font-weight: bold;
}

.title01 {

    display: block;

    font-size: 14pt;
    font-weight: bold;
    
    text-align: center;

	padding-top: 5px;
    padding-bottom: 5px;
}

option.owsForm {
	
    font: inherit;
	font-size: 12pt;

    color: #4E4E4E;
    
    padding-top: 2px;
    padding-bottom: 2px;
}

.errorMessage01 {
    
    position: absolute;
    
    padding: 7px 15px 7px 32px;
    
    margin-top: 40px;
    margin-left: 10px;
    
    background-color: #FFFFFF;
    background-image: url('https://files.cloudcomp.com.br/Images/ErrorMessageIcon01.png');
    background-repeat: no-repeat;
    background-position: center left;
    
	font: inherit;
    font-size: 14px;
    
    line-height: 22px;
    
    color: #000000;
    
    box-shadow: 2px 2px 5px #000000;
    
    z-index: 50;
    
    white-space: nowrap;
}

.errorMessage01:before {
	
	content: "";
	
	top: -16px;
	left: 10px;
	
	width: 59px;
	height: 26px;
	
    position: absolute;
    
	background-image: url('https://files.cloudcomp.com.br/Images/ErrorMessageArrow01.png');
	background-repeat: no-repeat;
	
	z-index: 50;
}

.pageBreak {
    page-break-before: always;
}

.owsTabButton {
	
	font-size: 18px;
	font-family: var(--ccFontFamily);
	
	text-decoration: none;
	
	display: block;
	
	padding-bottom: 5px;
	
	color: rgb(134, 132, 140);
	
	border-bottom: solid 2px transparent;
	
	cursor: pointer;
	
	/* TODO */
}

.owsTabButton:hover, .owsTabButton:active {
	
	color: rgb(52, 49, 63);
}

.owsTabButtonSelected {
	
	color: rgb(52, 49, 63);
	
	border-bottom: solid 2px #4B71FC;
}

a.tabButtonSelected01:hover {
	
	background-color: transparent;
}

.separator01 {
    
	color: #444444;
	
    font-family: var(--owsFontFamily);
    font-size: 18px;
    
	padding: 5px;
	padding-left: 0px;

    margin-top: 10px;
    margin-bottom: 10px;
    
    border-bottom: solid 1px #444444;
     
    box-sizing: border-box;
}

.owsFileManagerFolderButton {
	
	display: block; 
	
	width: 100%; 
	
	cursor: pointer; 
	
	font-size: 16px; 
	
	padding: 5px; 
	
	color: #000000; 
	
	text-decoration: none;
	
/* 	border-style: solid;  */
	
/* 	border-width: 1px;  */
	
	background-image: none; 
	
	box-shadow: none; 
	
	border-radius: 0px;
	
	box-sizing: border-box;
}

.owsFileManagerFolderButtonSelected {
	
	background-color: #D8EBF8;
}

/* style += " border-color: #66a7e8; background-color: #d1e8ff;"; */

.owsFileManagerFolderPath {
	
	font-size: 16px;
	
	text-decoration: none;
	
	color: #000000;
	
	cursor: pointer; 
}

.owsFileManagerFolderPath:hover {
	
	text-decoration: underline;
}

.owsFileManagerIFrame {
	
	border-style: none; 
	
	box-sizing: border-box;
	
	overflow: hidden;
	
	width: 100%;
}

.owsPagination {
	
	font-family: var(--owsFontFamily);
	
    font-size: 15px;
    font-weight: bold;
    
    color: #000000;
    
	background-color: #E6EBEE;
	
    line-height: 0px;
}

.owsPaginationButton01 {
	
	font-family: var(--owsFontFamily);
	font-size: 16px;
	
	display: inline-block;
	
    color: #000000;
    
    padding: 10px 18px;
    
    text-decoration: none;
    
    transition: background-color .3s;
    
    border: 1px solid #9C9C9C;
    
    margin: 0 4px;
}

.owsPaginationActiveButton01 {
	
	background-color: #386FCB;
	
    color: #FFFFFF;
    
    border: 1px solid #386FCB;
}

.owsPaginationButton01:hover:not(.owsPaginationActiveButton01) {
	
	background-color: #D2D2D2;
}

a.owsButton {

    color: #FFFFFF;
    
	font-family: var(--owsFontFamily);
    font-size: 15px;
    font-weight: normal;
    
    padding: 8px 10px 8px 10px;

    margin: 0px;

    cursor: pointer;
    
    white-space: nowrap;
    
    display: inline-block;
    
    text-decoration: none;
    
    height: 40px;
    
    line-height: 24px;
    
    box-sizing: border-box;
    
    border-radius: 5px;
}

a.owsButton:hover, a.owsButton:focus, a.owsButton:active {
	
	outline: 0px;
}

.listMenuButton01 {

	font-family: var(--owsFontFamily);
	font-size: 17px;
	font-weight: normal;
	
	height: 25px;
	
	display: block;
	
	text-decoration: none;
	
	color: #000000;
	 
	background-color: #FFFFFF;
	 
	border-style: none; 
	
	cursor: pointer; 
	
	padding: 5px;
}

.listMenuButton01:hover {
	
	background-color: #E9EAEB;
}

.editorViewListHeader01 {
	
	overflow: hidden; 
	
	white-space: nowrap; 
	
	text-overflow: ellipsis;
	text-align: left;
	
	font-size: 13px;
	
	color: #FFFFFF;
	
	padding: 5px;
	
	cursor: pointer;
	
	background-color: #4a525f;
}

/* This style must be used for links and buttons that must be underlined on hover action. */
.underlineOnHover01 {
	text-decoration: none;
}

.underlineOnHover01:hover {
	text-decoration: underline;
}

/* Start of File Manager stuff. */
.ccFileManagerFilesListItem {
	
	display: grid;
	
	grid-gap: 10px 10px;
	
	align-items: center;
	
	grid-template-columns: 24px 1fr 24px 24px 24px;	
	
	cursor: pointer;
	
	padding: 2px 2px;
	
	box-sizing: border-box;
	
	font-family: var(--ccFontFamily);
	font-size: 12px;
}

.ccFileManagerFilesListItem:hover {
	
	background-color: #D8EAF9;
}

.ccFileManagerItemIcon {
	
	width: 24px;
	height: auto;
}

/* End of File Manager stuff. */

.owsPaymentMethodButton {
	
	color: #000000;
	
/* 	border: solid 2px #D0D0D0; */
/* 	border: solid 2px #000000; */
/* 	border: solid 2px #386FCB; */

	border-radius: 5px;
	
	cursor: pointer;
	
	display: block;
	
	padding: 10px 20px 10px 20px; 
	
/* 	border-radius: 7px; */
	
	text-decoration: none;
	
	font-size: 20px;
	
/* 	background-color: #F5F5F5; */
	background-color: #EAEAEA;
}

.owsPaymentMethodButton:hover {
	
	background-color: #BDBEC0;
}

.paymentMethodsButton01:active {
	
	box-shadow: none;
}

td.owsFormTableColumn {

	padding-left: 10px;
	
	box-sizing: border-box;
	
	vertical-align: top;
	
/* 	padding-top: 5px; */
/* 	padding-top: 3px; */
}

td.owsFormTableColumn:first-child {
	
	padding-left: 0px !important;
}

/*
td.owsFormTableColumn:last-child { 
	padding-right: 0px !important; 
}
*/

td.owsNonResponsibleFormTableColumn {

	padding-left: 10px;
	
	box-sizing: border-box;
	
	vertical-align: top;
}

td.owsNonResponsibleFormTableColumn:first-child {
	
	padding-left: 0px !important;
}

.owsListTableHead {
	
	border-bottom: solid 1px #000000;
}

.owsListHeader {
	
	overflow: hidden; 
	
	white-space: nowrap;
	
	text-align: left;
	
	font-size: 14px;
	font-weight: bold;

	padding: 0px 5px 5px 5px;
	
	cursor: pointer;
	
	box-sizing: border-box;
	
	background-color: #FFFFFF;

	font-family: var(--owsFontFamily);
		
	color: #333333;
	
	page-break-inside: avoid;
}

.owsListItemRow {
	
	background-color: transparent;
	
	transition: all 0.5s;
}

.owsListItemRow:hover {
	
	background-color: #E9EDF2;
	
	box-shadow: 0px 0px 5px rgba(233, 237, 242, 0.7);
}

.owsListItem {
	
	padding: 7px 5px 7px 5px;
	
	text-align: left;
	
	font-size: 13px;
	
	font-weight: normal;
	
	color: #333333;
	
	box-sizing: border-box;
	
	font-family: var(--owsFontFamily);
	
/* 	white-space: nowrap; */
	
/* 	text-overflow: ellipsis; */
}

.owsListItem:hover {
	
/* 	white-space: normal; */
	
/* 	text-overflow: clip; */
}

.owsListItemCheckBox {
	
	padding: 7px 5px 7px 5px;
	
	line-height: 0px;

	text-align: center;
	
/* 	border-bottom: solid 1px #e6ecf1; */
}

.owsListMenuItem {
	
	border-radius: 100%;
	
	padding: 5px;
	
	cursor: pointer;
	
	display: inline-block;
	
	line-height: 0px;
}

.owsListMenuItem:hover {
	
/* 	background-image: url('https://files.cloudcomp.com.br/Images/ListMenuItemBackground.png');  */
}

.owsListMenuItemButton {
	
	padding-left: 5px;
}

.owsListMenuItemButton:first-child {
	
	padding-left: 0px !important;
}

.owsFieldSet {
	
	font: inherit;
	font-family: var(--ccFontFamily);
	
	color: #000000;
	
	padding: 10px;
	
	border: 1px solid #000000;
	
	display: block;
	
	margin-bottom: 10px;
}

.owsFieldSetLegend {
	
	font: inherit;
	font-weight: bold;
	font-family: var(--ccFontFamily);
	
	line-height: var(--owsTextInputLineHeight); 
	
	color: #000000;	
}

.owsSearchFieldSearchButton {
	
	padding: 9px;
	
	cursor: pointer;
	
/* 	position: absolute; */
	
	display: block;
	
	width: 22px;
	height: 22px;
}

.owsExpandableTabbedMainPanel {
	
	height: initial;
	
	position: relative;
	
/* 	padding: 10px 20px; */
	
	background-color: #FFFFFF;
	
	box-sizing: border-box;	
	
	margin-bottom: 20px;
	
	border: solid 1px #E7EAEC;
	
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	
/* 	box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12); */
}

.owsExpandableTabTitle {
	
	width: 100%;
	
	color: #000000;
	color: #005191;
	
	font-family: var(--owsFontFamily);
	font-size: 20px;
	font-weight: normal;
	
	cursor: pointer;
	
	box-sizing: border-box;
	
	color: #212529;
	
	padding: 10px 20px;
	
	box-sizing: border-box;
	
/* 	border-top: solid 3px #E7EAEC; */
	border-bottom: solid 1px #E7EAEC;
}

.owsExpandableTabContentPanel {
	
	padding: 10px 20px;
}

.owsButtonBlueBackground {
	
	background-color: #386FCB !important;
}

.owsButtonBlueBackground:hover {
	
	background-color: #2D63BE;
}

.owsButtonGrayBackground {
	
	background-color: #545454;
}

.owsButtonGrayBackground:hover {
	
	background-color: #3E3E3E;
}

.owsButtonDarkGrayBackground {
	
	background-color: #333333;
}

.owsButtonDarkGrayBackground:hover {
	
	background-color: #36444F;
}

.owsButtonLightGrayBackground {
	
	background-color: #7E8C8D;
}

.owsButtonLightGrayBackground:hover {
	
	background-color: #707575;
}

.owsButtonGreenButtonBackground {
	
	background-color: #3EB770;
}

.owsButtonGreenButtonBackground:hover {
	
	background-color: #229552;
}

.owsButtonLightGreenButtonBackground {
	
	background-color: #80E980;
}

.owsButtonLightGreenButtonBackground:hover {
	
	background-color: #6CDE6C;
}

.owsButtonDarkGreenButtonBackground {
	
	background-color: #218F52;
}

.owsButtonDarkGreenButtonBackground:hover {
	
	background-color: #197A45;
}

.owsButtonRedButtonBackground {
	
	background-color: #BE3A2D;
}

.owsButtonRedButtonBackground:hover {
	
	background-color: #A6271A;
}

.owsOrderEditorListHeader {
	
	overflow: hidden; 
	
	white-space: nowrap;
	
	text-align: left;
	
	font-family: var(--owsFontFamily);
	font-size: 12px;
	font-weight: bold;
	
	color: #FFFFFF;
	
	padding: 5px 0px 5px 5px;
	
	cursor: pointer;
	
/* 	box-sizing: border-box; */
}

.owsOrderEditorListItem {
	
	padding: 5px 0px 5px 5px;
	
	cursor: pointer;
	
	color: #000000; 
	
	text-align: left;
	
	font: inherit;
	font-family: var(--owsFontFamily);
	font-size: 13px;
	font-weight: bold;
}

.owsLogPanel {
	
	font-size: 13px;
	
	font-weight: normal;
	
	line-height: 18px;
	
	font-family: Monospace;
	
	padding-top: 10px;
	padding-bottom: 10px;
	
	word-wrap: break-word;
}

.owsWidgetBlackCanvas {
	
	position: fixed; 
	
	top: 0; 
	left: 0; 
	
	width: 100%;
	height: 100%; 
	
	background-color: rgba(0, 0, 0, 0.8);
	
	opacity: 0;
	
	transition: opacity 0.1s ease-in-out;
	
	display: none;
}

@keyframes ccWidgetBlackCanvasAnimationKeyFrame {
	
    from { display: block; opacity: 0; }
    to { opacity: 1; }
}

.ccWidgetBlackCanvasAnimation {
	
	animation: ccWidgetBlackCanvasAnimationKeyFrame 0.3s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	
	opacity: 1;
	
	display: block;
}

.owsWidget {
	
	background-color: #FFFFFF;
	
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
	
	z-index: 3100;
	
	position: fixed;
	
	top: 50%;
	left: 50%;
	
	max-width: 95%;
	max-height: 95%;
	
	padding: 20px 10px 20px 10px;
	
	font-family: var(--owsFontFamily);
	font-size: 20px;
	
	line-height: 26px;
	
/* 	overflow-y: auto; */
	
	opacity: 0;
	
	display: none;
}

@keyframes ccWidgetAnimationKeyFrame {
	
/* 	transform: scale(0.5); */
/* transform: scale(1); */
    from { display: block; opacity: 0; }
    to { opacity: 1; }
}

.ccWidgetAnimation {
	
	animation: ccWidgetAnimationKeyFrame 0.3s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	
	opacity: 1;
	
	display: block;
}

.ccWidetButtonsGrid {
	
	display: inline-grid;
	
	grid-gap: 10px 10px;
	
	padding-top: 20px;
	
/* 	padding-bottom: 5px; */
/* 	border-bottom: solid 5px transparent;  */
/* 	border-top: solid 10px transparent; */
}

.owsResponsiveTable {
	
}

#owsThreadOutputPanel {
	
	color: #000000;
		
	background-color: #FFFFFF;
	
	border: solid 1px #CACACA;
	
	font-size: 16px; 
	font-family: Monospace;
	
	line-height: 20px;
	
	padding: 20px;
}

.owsProgressBar {
	
	width: 100%; 
	
	max-width: 300px; 
	
	height: 30px;
	
	padding: 5px;
	
	box-sizing: border-box; 
	
	background-color: #DDDDDD; 
	
	position: relative; 
	
	text-align: center; 
	
	font-family: var(--owsFontFamily); 
	font-size: 18px;

	color: #000000;
}

#owsDashboardLeftMenu {
	
	background-color: #3D464D; 
/* 	background-color: #222222; */
	
	position: fixed; 
	
	top: 0px;
	left: 0px;
	bottom: 0px;
	
	height: 100vh;
	
	transition: width 0.3s ease-in-out;
	
	overflow: hidden;
	
	z-index: 999;	
}

.owsDashboardLeftBarShrinked {

	width: 44px;
}

.owsDashboardLeftBarExpanded {

	width: 250px;
}

#owsShowDsahboardLeftBarButtonContainer {

	width: 44px;
	
	transition: width 0.3s ease-in-out;
}

.owsDashboardTopMenuMainMenuButton {
	
	color: #FFFFFF;
	
	font-family: sans-serif;
	font-size: 20px;
	font-weight: normal;
	
	padding: 10px 10px 10px 0px;
	
	text-decoration: none;
	
	cursor: pointer;
	
	display: block;
	
	white-space: nowrap;
}

.owsLinkableTab {
	
	font-size: 18px;
/* 	font-weight: bold; */
	
	text-decoration: none;
	
	display: block;
	
	padding-bottom: 5px;
	
	color: rgb(134, 132, 140);
	
	border-bottom: solid 4px transparent;
}

.owsLinkableTab:hover {
	
	color: rgb(52, 49, 63);
}

.owsLinkableTabSelected {
	
	color: rgb(52, 49, 63);
	
	border-bottom: solid 4px #4B71FC;
}

.owsSlideShowContainer {
	
	top: 50%;
	left: 50%;
	
	transform: translate(-50%, -50%); 
	-webkit-transform: translate(-50%, -50%);
	
	max-width: 95%;
	max-height: 95%;
	
	position: fixed;
	
	background-color: #FFFFFF;
	
	z-index: 3100;
	
	display: none;
}

.owsSlideShowThumbnail {
	
	cursor: pointer; 
	
	height: 64px; 
	width: 64px;
	
	display: inline-block; 
	
	margin: 0px 5px 0px 5px;
	
	border: solid 2px #E5E5E5;
	
	object-fit: contain;
	
	transition: all 0.3s ease-in;
}

.owsSlideShowThumbnail:hover {
	
	opacity: 0.7;
}

.owsSlideShowActiveThumbnail {
	
	border: solid 2px #666666;
}

.owsCalendarButton01 {
	
	cursor: pointer; 
	
	padding: 5px;
	
	background-color: transparent;
	
	transition: background-color 0.3s ease;
	
	color: #000000;
}

.owsCalendarButton01:hover {
	
	background-color: #EDEDED;
}

.owsCalendarButton02 {
	
	cursor: pointer; 
	
	padding: 5px;
	
	background-color: #E0E0E0;
	
	color: #000000;
}

.owsCalendarButton03 {
	
	cursor: pointer; 
	
	padding: 5px;
	
	background-color: #386FCB; 
	
	color: #FFFFFF;	
}

td.owsResponsiveTableColumn {
	
}

td.cashFlowColumn {
	
	padding: 7px 5px 7px 5px;
	
	text-align: left;
	
	font-size: 14px;
	
	font-weight: normal;
	
	color: #333333;
	
	box-sizing: border-box;
	
	border: solid 1px #000000;
}

#owsMobileMenu {
	
	transition: all 0.5s ease-in;
	
	position: fixed;
	
	left: 0px;
	top: 0px;
	
	transform: translate(-120%, 0px);
	
	background-color: #FFFFFF;
	
	z-index: 100;
	
	box-shadow: 0px 0px 10px #7B7B7B;
	
	padding-bottom: 10px;
}

.owsMobileMenuButton {
	
	display: block;
	
	padding: 15px 20px;
	
	cursor: pointer;
	
	text-decoration: none;
	
	font-family: var(--owsFontFamily);
	font-size: 16px;
	
	color: #000000;
	
	font-weight: normal;
}

.owsImageZoomContainer {
	
/* 	box-shadow: 0px 0px 10px #4D4D4D; */
	
	z-index: 3100;
	
	position: fixed;
	
	top: 50%; 
	left: 50%;
	
	transform: translate(-50%, -50%);
	
	max-width: 95%;
	max-height: 95%;
	
	box-sizing: border-box;
}

.owsVisibleOnDesktop {
}

.owsVisibleOnMobile {
	
	display: none;
}

.owsNotVisibleOnMobile {
}

.owsGINFESDanfeCell {
	
	border: solid 1px #000000;
	border-bottom-style: none;
	
	line-height: 20px;
	
	padding: 5px 10px;
}

.owsGINFESDanfeLabelCell {
	
	background-color: #CCCCCC; 
	
	text-align: center;
}

.sigepDANFE {
	
	width: 1000px; 
	
	margin-left: auto; 
	margin-right: auto; 
	
	font-size: 18px;
	
	line-height: 28px;
	
	font-family: Arial, Helvetica, Sans-serif;
}

.owsProgressBar02 {
	
    height: 25px;
    
    text-align: center;
    
    color: #FFFFFF;
    
    line-height: 25px;
    
    border-radius: 20px;
    
    font-size: 14px;
    font-family: var(--owsFontFamily);
    font-weight: bold;
    
    background-color: #555555;
    
    transition: background-color 0.5s ease;
}

.owsStickNote01 {
	
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	
	margin: 10px auto 15px auto;
	
	padding: 10px;
	
	cursor: pointer;
}

.owsStickNoteContent01 {
	
	font-size: 16px;
	font-weight: normal;
	font-family: var(--owsFontFamily);
	
	line-height: 20px;
	
	padding: 5px;
}

.owsTableFilesListContainer {

	display: grid;
	
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	
	grid-gap: 10px 10px;
}

.owsTableFilesListFileContainer {
	
/* 	display: inline-grid;  */
	
	cursor: pointer;
	
	border-radius: 5px;
	
/* 	max-width: 100px; */
	
	padding: 10px;
	
	box-sizing: border-box;
}

.owsTableFilesListFileContainer:hover {
	
	background-color: #F4F4F4;
}

.owsTableFilesListFileContainer:active {
	
	background-color: #DADADA;
}

.owsTableFilesListFileNameContainer {
	
	font-family: var(--owsFontFamily);
	font-size: 12px;
	
	word-break: break-all;
	
	width: 100%;
	
	overflow-y: hidden;
	
	height: 44px;
	
	text-align: center;
}

/* Used in CCProductsList. */
.owsProductsGrid {
	
	display: grid;
	
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.ccTerminalOutput {
	
	font-size: 13px; 
	font-family: Monospace, Monaco;
	
	line-height: 17px;
	
	padding: 10px;
	
	color: #FFFFFF;
	
	background-color: #000000;
	
	color: #E4E5E0;
	
/* 	min-width: 600px; */
/* 	max-width: 900px; */
	
	min-height: 200px;
	min-width: 300px;
	
	box-sizing: border-box;
	
	word-wrap: break-word;
	
	white-space: pre-wrap;
}

.ccTerminalErrorOutput {
	
	font: inherit;
	
	line-height: inherit;
	
	color: #D0050B;
}

.owsResponsibleFormGrid {

	display: grid;
	
	grid-gap: 5px 10px;
}

.owsNotResponsibleFormGrid {

	display: grid;
	
	grid-gap: 10px 10px;
}

/* Start of message stuff. */
.ccPageUnderConstructionBody {
	
	margin: 0px; 
	
	padding: 0px;
	
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

.ccFullscreenMessageWidget {
	
/* 	margin-left: auto; */
/* 	margin-right: auto; */

    position: absolute;
	
	top: 50%;
	left: 50%;
	
	transform: translate(-50%, -50%);
	
	width: 100%;
	max-width: 400px;
	
	z-index: 1000;
	
	background-color: #FFFFFF;
	
/* 	border-radius: 10px; */
	
	padding: 30px 50px;
	
/* 	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6); */
	
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

/* End of message stuff. */

#ccLoadingDiv  {
	
	display: none;
	
	position: fixed;
	
	z-index: 5000;
	
	top: 50%;
	left: 50%;
	
	transform: translate(-50%, -50%);
	
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
	
	width: 130px;
/* 	height: 125px; */
	
	padding: 30px;
	
	background-color: #FFFFFF;
}

@keyframes ccLoadingKeyFrame {
	
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.ccLoadingDivAnimation  {

	border: 20px;
	
	border: 16px solid #F3F3F3;
	border-radius: 50%;
	
	border-top: 16px solid #3498db;	
	
	animation: ccLoadingKeyFrame 1.5s linear infinite;
	
	width: 80px;
	height: 80px;
	
	margin-left: auto;
	margin-right: auto;
}

.ccLoadingDivText {
	
	font-family: var(--owsFontFamily);
	
	font-size: 16px;
	
	text-align: center;
	
	padding-top: 10px;	
}

.ccMessageIconDiv {
	
	padding-top: 10px;
	padding-bottom: 10px;
	
	text-align: center;
}

.ccMessageIconDiv>img {
	
	width: 64px;
	height: auto;
	
	max-height: 100px;
}

.ccMessageDiv {
	
	padding-top: 10px; 
	
	font-family: var(--owsFontFamily); 
	font-size: 22px;
	
	line-height: 32px;
	
	text-align: center;
}

.ccMessageButtonsContainerTable {
	
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	
	font-family: var(--owsFontFamily); 
	font-size: 22px;
	
	line-height: 32px;
}

.ccMessageErrorDiv {
	
	color: #BE3A2D;	
}

.ccClickableOption {
	
	border: solid 1px #D8D8D8;
	
	padding: 10px 15px 10px 45px;
	
	font-family: var(--ccUIFontFamily);
	font-size: 16px;
	
	line-height: 22px;
	
	background-size: 24px 24px;
	
	cursor: pointer;
	
	border-radius: 5px;
	
/* 	CheckBox01.svg */
/* CheckBoxUncheck01.svg */
}

.ccClickableOptionChecked {
	
	margin-top: 5px;
	margin-bottom: 5px;
	
	background-image: url('https://files.cloudcomp.com.br/Images/CheckBox01.svg');
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: transparent;
}

.ccClickableOptionCheckekUnchecked {
	
	background-image: url('https://files.cloudcomp.com.br/Images/CheckBoxUncheck01.svg');
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: transparent;
}

.ccOnlineOrderStatusTextDiv {
	
	text-align: center;
	
	font-family: var(--ccUIFontFamily);
	font-size: 13px;
	
	line-height: 14px;
	
	padding-top: 5px;
}

.ccCenteredInScreenDiv {
	
	position: absolute;
	
	left: 50%;
	top: 50%;
	
	transform: translate(-50%, -50%);
	
	/* optional size in px or %: */
	width: 400px;
}

.ccCheckbox {
	
	background-image: url('https://files.cloudcomp.com.br/Images/CheckBox02.svg');
	background-repeat: no-repeat;
	background-size: cover;
	
	width: 18px;
	height: 18px;
	
	cursor: pointer;
}

.ccCheckboxChecked {
	
	background-position: 100%;
}

.ccDataBox {
	
	padding: 10px;
	
	background-color: #FFFFFF;
	
/* 	border: solid 1px #DDDDDD; */
	
	margin: 5px;
}

.ccDataBoxTitle {
	
	font-family: var(--ccFontFamily);
	font-weight: normal;
	font-size: 18px;
	
	line-height: 24px;
	
	color: #000000;
	
	padding-bottom: 10px;
}

.ccDataBoxDataContainer {
	
	font-family: var(--ccFontFamily);
	font-weight: normal;
	font-size: 14px;
	
	line-height: 22px;
	
	color: #000000;
	
	margin-top: 5px;
}

/* Start of pager builder stuff */
.ccPageBuidlerItemSettings {
	
	border: solid 1px #F2F2F2;
	
	border-radius: 10px;
}

.ccPageBuidlerItemSettingsHeader {
	
	display: grid;
	grid-template-columns: 1fr 24px 24px 24px;	
	
	grid-gap: 10px 10px;
	
	align-items: center;
	
	cursor: pointer;
	
	padding: 2px 2px;
	
	box-sizing: border-box;
	
	font-family: var(--ccFontFamily);
	font-size: 12px;
}

.ccPageEditorToolsPanel {
	
	padding: 5px;
	
	border: solid 1px #EAEAEA;
/* 	border-radius: 5px; */
	
	background-color: #FFFFFF;
	
/* 	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7); */
	
/* 	z-index: 50; */
	
/* 	position: absolute; */
	
/* 	top: 50px; */
/* 	left: 0px; */
	
	height: calc(100vh - 50px);
}

.ccPageEditorToolsPanel {
	
	padding: 5px;
	
	border: solid 1px #EAEAEA;
/* 	border-radius: 5px; */
	
	background-color: #FFFFFF;
	
/* 	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7); */
	
/* 	z-index: 50; */
	
/* 	position: absolute; */
	
/* 	top: 50px; */
/* 	left: 0px; */
	
	height: calc(100vh - 50px);
}

.ccPageEditorPageElementNewItem {
	
	padding: 5px;
	
/* 	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7); */
	
	z-index: 3000;
	
	position: absolute;
	
/* 	top: min() */
	top: calc(100% - 38px);
	right: 0px;
	
/* 	top: 50px; */
/* 	left: 0px; */
	
	height: calc(100vh - 50px);
}

/* End of builder stuff */

/* Project start stuff */
.taskListGroupDiv {
	
	font-size: 14px;
	font-family: var(--ccFontFamily);
	font-weight: bold;
	
	line-height: 24px;
	
	margin-top: 10px;
	margin-bottom: 10px;
	
	padding: 5px 5px;
	
	background-color: #595959;
	
	color: #FFFFFF;
	
	border-radius: 5px;
}

.scrumBoardColumn {

	vertical-align: top;
	
	padding: 0px 5px 100px 5px;
	
	box-sizing: border-box;
}

/* .scrumBoardColumn:hover { */

/* 	background-color: #9E9E9E; */
/* } */

.ccProjectTaskScrumCard {
	
	padding: 10px 5px; 
	
	margin-top: 10px; 
	
	background-color: #FFFFFF; 
	
	color: #000000; 
	
	border-radius: 5px;
	
	font-size: 14px;
	font-family: var(--ccFontFamily);
	
	line-height: 24px;
	
	border-top: solid 1px #C9C8CE;
	border-right: solid 1px #C9C8CE;
	border-bottom: solid 1px #C9C8CE;
	
	border-left-style: solid;
	border-left-width: 5px;
	
	box-sizing: border-box;
}

.ccProjectTaskScrumCard:hover {
	
	cursor: pointer;
}

.ccProjectTaskScrumCardDetached {
	
	background-color: #FFFFFF;
	
	border-bottom: solid 1px #E5E5E5;
	
	opacity: 0.8;
	
	cursor: context-menu;
	
	position: absolute;
	
	z-index: 1000;
	
	visibility: hidden;
}


/* Project end stuff */

.ccUICenteredTableSpace {
	
	width: 50px;
}

.ccUICenteredDiv {
	
	max-width: 1400px;
	
	margin-left: auto;
	margin-right: auto;
	
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
}

.owsUIWelcomeDiv {
	
	font: inherit;
	font-size: 16px;
	
	color: #666666;
	
	padding-top: 10px;
	padding-bottom: 10px;
	
	border-bottom: solid 1px #CCCCCC;
}

.owsUILogoContainer {
	
}

.owsUILogo {
	
	width: 100%;
	height: auto;
	
	cursor: pointer;
}

.ccUIProductsListSortByComboBoxLabel {

	font: inherit;
	font-size: 16px;
	font-weight: bold;
	
	color: #484848;
}

.ccUISearchFieldContainer {
	
	border-radius: 20px;
	
	background-color: #FFFFFF;
	
	padding: 5px 10px 5px 20px;
	
	width: 350px;
	
	box-sizing: border-box;
}

.ccUISearchFieldInput {
	
	font-family: var(--ccUIFontFamily);
    font-size: 16px;
    
    line-height: 16px;
	
    width: 100%;
    height: 20px;
    
	color: #000000;
	
	border: none;
}

.ccUISearchFieldInput::placeholder {
	
	color: #838383;
}

.ccUISearchFieldInput:hover, .ccUISearchFieldInput:active, .ccUISearchFieldInput:focus {
	
	outline: 0px;
}

/* .owsUISearchFieldImageContainer { */

/* 	width: 24px; */
/* } */

.owsUISearchFieldImage {
	
	width: 20px;
	height: 20px;
	
	cursor: pointer;
}

/* Start of pagination stuff. */
.ccUIPaginationMessage {
	
	font-family: var(--ccUIFontFamily);
	font-size: 16px;
	font-weight: normal;
	
	margin-bottom: 10px;
	
	color: #666666;
	
	white-space: nowrap;
}

.ccUIPaginationButton {
	
	font-family: var(--ccUIFontBoldFamily);
	font-size: 16px;
	font-weight: inherit;
	
	text-align: center;
	
	line-height: 40px;
	
	display: inline-block;
	
    color: #000000;
    
/*     padding: 10px 15px; */
    
    width: 40px;
    height: 40px;
    
    box-sizing: border-box;
    
    text-decoration: none;
    
    transition: background-color 0.3s;
    
    margin: 0 5px;
    
    border-radius: 100%;
}

.ccUIPaginationButtonSelected {
	
	background-color: var(--ccMainColor01);
	
    color: #FFFFFF;
}

.ccUIPaginationButtonNotSelected {
	
}

.ccUIPaginationButtonNotSelected:hover {
	
/*    	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6); */
   	
	background-color: #EBEBEB;
}

.ccUIPaginationButtonDisabled {
	
    color: #ABABAB;
}

.ccPaginationNoItemsFoundDiv {
	
	color: 000000;
	
	font-size: 24px;
	font-family: var(--ccUIFontFamily);
	
	text-align: center;
	
	padding-top: 100px;
}

/* End of pagination stuff. */

.ccUIFooterMenuButton {
	
    color: inherit;
    
	font-family: inherit;
    font-size: 15px;
    font-weight: normal;
    
    line-height: 15px;
    
    margin: 0px 0px 5px 0px;

    cursor: pointer;
    
    white-space: nowrap;
    
    display: inline-block;
    
    text-decoration: none;
}

.ccUIFooterMenuButton:hover {

	text-decoration: underline;
}

.ccWhatsAppFloatingButton {

	cursor: pointer;
	
	z-index: 1000;
	
	position: fixed;
	
	bottom: 20px; 
	right: 20px;
}

.ccWhatsAppFloatingButtonWithText {
	
	color: #FFFFFF;
	
	font-family: var(--ccFontFamily);	
	font-size: 14px;
	
	line-height: 20px;
	
	padding: 5px 10px;
	
	border-color: transparent;
	border-style: solid;
/* 	border-width: 20px 20px; */
	border-radius: 10px;
	
	background-color: #00AE5D;
	
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	
	text-align: center;
}

.ccWhatsAppFloatingButtonOnlyImage {
	
	background-color: #00AE5D;
	
	text-align: center;
	
	border-color: transparent;
	border-style: solid;
	border-width: 10px 10px;
	
	border-radius: 100%;
	
	line-height: 0px;
	
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.ccWhatsAppFloatingButtonOnlyImage>img {
	
	width: 32px;
	height: 32px;
}

.ccResponsibleGrid {

	display: grid;
	
	grid-gap: 20px 50px;
}

.ccNotResponsibleGrid {

	display: grid;
	
	grid-gap: 10px 10px;
}

.ccBodyUnderConstruction {
	
	padding: 0px;
	
	margin: 0px;
	
	width: 100vw;
	min-height: 100vh;
	
	background-image: url('https://files.cloudcomp.com.br/Images/UnderConstructionImage.jpg');
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.ccMessageWidgetContent {

	min-width: 300px; 
	
	max-width: 450px;
	
	margin-left: auto; 
	margin-right: auto;
	
	word-wrap: break-word; 
	
	font-family: var(--ccFontFamily); 
	
	font-size: 22px; 
	
	line-height: 32px; 
	
	color: #000000;	
}

.ccUnderConstructionMessage {

	text-align: center;
	
	font-size: 24px;
	font-family: arial, sans-serif-light, sans-serif;
	
	color: #000000;
	
	background-color: rgba(255, 255, 255, 0.95);
	
	z-index: 100;
	
	position: fixed;
	
	top: 50%;
	left: 50%;
	
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	
	max-width: 97%;
	max-height: 97%;
	
	box-sizing: border-box;
	
	padding: 20px 20px 20px 20px;
	
	border-radius: 10px;
	
	box-shadow: 0px 0px 10px #000000;
}

.ccExecutionErrorMessage {

	text-align: center;
	
	font-size: 24px;
	font-family: arial, sans-serif-light, sans-serif;
	
	color: #000000;
	
	background-color: rgba(255, 255, 255, 0.95);
	
	z-index: 100;
	
	position: fixed;
	
	top: 50%;
	left: 50%;
	
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	
	max-width: 97%;
	max-height: 97%;
	
	box-sizing: border-box;
	
	padding: 20px 20px 20px 20px;
	
	border-radius: 10px;
	
	box-shadow: 0px 0px 10px #000000;
}

.ccWebsiteContentsListTitle {
	
	font-size: 20px;
	font-family: var(--ccFontFamily);
	
	color: #777777;
	
	background-color: #199BD7;
	
	padding: 10px 20px;
	
	margin-bottom: 10px;
	
	text-align: left;	
}

.ccBreadCrumbsContainer {
	
	background-color: #EAEAEA;
	
	padding-top: 15px;
	padding-bottom: 15px;
	
/* 	width: 100%; */
	
/* 	overflow-x: auto; */
	
/* 	white-space: nowrap; */
}

.ccBreadCrumbsButton {
	
	color: #343434;
	
	font-family: var(--ccUIFontFamily);
	font-size: 18px;
	font-weight: bold;
	
	line-height: 22px;
	
	text-decoration: none;
	
	white-space: nowrap;
}

.ccBreadCrumbsButtonActive {
	
	color: #666666;
	
	font-family: var(--ccUIFontFamily);
	font-size: 18px;
	
	line-height: 22px;
	
	text-decoration: none;
	
	white-space: normal;
}

.ccBreadCrumbsSeparator {
	
	color: #666666;
	
	font-family: var(--ccUIFontFamily);
	font-size: 16px;
	
	padding-left: 10px;
	padding-right: 10px;
}

.ccPageTitle {
	
	color: #000000;
	
	font-family: var(--ccUIFontFamily);
	font-size: 28px;
	
	line-height: 36px;
	
	padding-top: 20px;
	padding-bottom: 30px;
}

.ccPageContentContainer {
	
	min-height: 700px;

	padding-bottom: 100px;
	
	font-family: var(--ccUIFontFamily);
	
	font-size: 19px;
	
	line-height: 26px;
	
	color: #777777;
}

.ccUISlideShow {
	
	width: 600px; 
	
	height: 450px;
	
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

@keyframes ccScrollIntoAnimationKeyFrame {
	
    from { opacity: 0; }
    to { opacity: 1; transform: translate(0px, 0px); }
}

.ccScrollIntoBeforeAnimation {
	
	visibility: hidden;
}

.ccScrollIntoAfterAnimation {

	animation-name: ccScrollIntoAnimationKeyFrame;
	animation-duration: 1.0s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	
	visibility: visible;
	
	transform: translate(0px, 0px);
}

.ccEventsListNameDiv {

	color: #666666;
	
	font-family: var(--nppFontFamilyBold);
	font-size: 22px;
}

.ccEventsDateAndTimeTable {

	color: #000000;
	
	font-family: var(--nppFontFamilyBold);
	font-size: 16px;
	
	line-height: 16px;
	
	display: grid;
	
	grid-template-columns: 16px 1fr 16px 1fr; 
	grid-gap: 0px 5px;
	
	white-space: nowrap;
	
	margin-top: 5px;
}

.ccEventsListStartTimeDiv {

	color: #666666;
	
	font-family: var(--nppFontFamilyBold);
	font-size: 22px;
}

.ccProductPhotosSlideShow {
	
/* 	width: 600px;  */
	
	height: 450px;
}

/* Start of User Interface Carousel */
@keyframes ccCarouselFadeInAnimationKeyFrame {
	
    from {
     
		visibility: hidden;
    	 
    	opacity: 0; 
    }
    
    to {
     
    	visibility: visible;
    	 
    	opacity: 1;
    	
    	translate: 0px 0px;
    }
}

.ccCarouselFadeInAnimation {
	
	animation-name: ccCarouselFadeInAnimationKeyFrame;
	animation-duration: 1.2s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
}

@keyframes ccCarouselFadeOutAnimationKeyFrame {
	
    from { 
    	
    	visibility: visible; 
    	
    	opacity: 1;
    }
    
    to { 
    
    	visibility: hidden;
    	
    	opacity: 0;
    }
}

.ccCarouselFadeOutAnimation {
	
	animation: ccCarouselFadeOutAnimationKeyFrame 1.2s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
}

.ccCarouselItem {

	opacity: 0;
	
	visibility: hidden;
	
	position: relative;
	
	line-height: 0px;
}

.ccUICarouselText01  {
	
	color: #FFFFFF;
	
	font-family: var(--ccUIFontFamily);
	font-size: 75px;
	
	line-height: 75px;
	
	text-align: center;
	
	translate: 0px -800px;
	
	opacity: 0;

	visibility: hidden;
	
	white-space: normal;
	
}

.ccUICarouselText02 {
	
	color: #FFFFFF;
	
	font-family: var(--ccUIFontFamily);
	font-size: 30px;
	
	line-height: 40px;
	
	text-align: center;
	
	padding-top: 30px;
	
	translate: -800px 0px;
	
	opacity: 0;

	visibility: hidden;
	
	white-space: normal;
}

.ccUICarouselText03 {
	
	color: #FFFFFF;
	
	font-family: var(--ccUIFontFamily);
	font-size: 30px;
	
	line-height: 40px;
		
	padding-top: 30px;
	
	text-align: center;
	
	translate: 800px 0px;
	
	opacity: 0;

	visibility: hidden;
	
	white-space: normal;
}

.carouselSelectorsContainer {
	
	border-bottom: solid 40px transparent;
}

.ccCarouselItemSelector {
	
	width: 14px;
	height: 14px;
	
	border: 4px solid transparent;
	border-radius: 100%;
	
	font-size: 0px;
	line-height: 0px;
	
	background-color: #FFFFFF;
	background-clip: padding-box;
	
	transition: all .5s ease-in-out;
	
	cursor: pointer;	
}

.ccCarouselItemSelector:hover {
	
	border-color: rgba(127, 138, 146, 0.4);
}

.ccCarouselItemSelectorSelected {
	
	width: 14px;
	height: 14px;
	
	border-width: 4px;
	border-style: solid;
	border-color: rgba(127, 138, 146, 0.4);
	
	border-radius: 100%;
	
	font-size: 0px;
	line-height: 0px;
	
	background-clip: padding-box;
	background-color: #8594A0;
	
	cursor: pointer;
}

/* End of User Interface Carousel */

.ccUIPageSection {
	
	padding-top: 50px;
	padding-bottom: 50px;
	
	position: relative;
	
	overflow: hidden;
	
	font-family: var(--ccUIFontFamily);
	
	font-size: 19px;
	
	line-height: 26px;
	
	color: #777777;	
}

.ccUIPageSectionTitle {
	
	text-align: center; 
	
	color: #0D0D0D; 
	
	font-family: var(--ccUIFontFamily); 
	font-size: 35px;
	
	line-height: 45px;
	
	font-weight: bold; 
	
	margin-bottom: 50px;
}

.ccUIPageSectionImage {
	
	text-align: center;
	
	line-height: 0px;
}

.ccUIPageSectionContent {
	
	text-align: center;
	
	color: #000000;
	
	font-family: var(--ccUIFontFamily);
	font-size: 20px;
	
	line-height: 30px;
}

.ccUIBoxSectionTitle {
	
    font-family: var(--ccUIFontFamily);
    font-size: 24px;
    
    font-weight: bold;
    
    line-height: 34px;
    
    padding-bottom: 5px;
    
    margin-bottom: 10px;
    
    border-bottom: solid 1px #EAE9E9;
    
    color: #000000;
}

/* The start of footer stuff */
.ccUIFooter {
	
	background-color: #141414;
	
	padding-top: 50px;
	padding-bottom: 50px;
}

.ccUIFooterFont {

	color: #FFFFFF; 
	
	font-family: var(--ccUIFontFamily); 
	font-size: 16px;
	
	line-height: 26px;
	
	text-decoration: none;
}

.ccUIFooterTitle {
	
/* 	font-weight: bold; */
	font-size: 22px;
	
	margin-bottom: 10px;
}

.ccUIFooterSubtitle {
	
	color: #FFFFFF;
	
	font-size: 20px;
/* 	font-weight: bold; */
	
	margin-top: 5px;
	margin-bottom: 10px;
}

.ccUIFooterLogo {
	
	max-width: 250px;
	
	height: auto;
}

.ccUIFooterItemWithImage {
	
	background-size: 18px 18px;
	background-position: left center;
	background-repeat: no-repeat;
	
	line-height: 24px;
	
	padding-left: 26px;
	
	margin-bottom: 10px;
	
	display: inline-block;
	
	cursor: pointer;
}

.ccUIFooterLocationItem {
	
	background-image: url('https://files.cloudcomp.com.br/Images/LocationWhite01.svg');
	
	line-height: 26px;
}

.ccFooterPhoneItem {
	
	background-image: url('https://files.cloudcomp.com.br/Images/PhoneWhite01.svg');
}

.ccFooterWhatsAppItem {
	
	background-image: url('https://files.cloudcomp.com.br/Images/WhatsAppWhite01.svg');
}

.ccFooterEmailItem {
	
	background-image: url('https://files.cloudcomp.com.br/Images/EmailWhite01.svg');
}

/* The end of footer stuff */

/* Website content stuff */
.ccUIWebsiteContentName {
	
	text-align: left;
	
	color: #000000; 
	
	font-family: var(--ccUIFontFamily); 
	font-size: 35px;
	
	line-height: 45px;
	
	font-weight: bold; 
	
	margin-top: 50px;
}

.ccUIWebsiteContentContent {
	
	text-align: left;
	
	color: #000000; 
	
	font-family: var(--ccUIFontFamily); 
	font-size: 18px;
	
	line-height: 24px;
	
	margin-top: 30px;
}

.ccGalleryGrid {
	
	display: grid;
	
	grid-gap: 20px 20px;
	
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.ccGalleryPhotoThumbnailContainerDiv {
	
	overflow: hidden;
	
	border: solid 5px #FFFFFF;
}

.ccGalleryPhotoThumbnailImage {
	
	display: block;
	
	transition: all 0.5s ease-out;
	  
	width: 100%; 
	height: auto;
	
	height: 250px;
		
	object-fit: cover;
}

.ccGalleryPhotoThumbnailImage:hover  {
	
	transform: scale(1.3);
	
	transform-origin: 50% 50%;
}

.ccPhotoThumbnailsTitleDiv {
	
	font-size: 18px;
	font-family: var(--ccUIFontFamily);
	
	line-height: 24px;
	
	color: #000000;
	
	text-align: left;
	
	padding: 5px 5px;
	
	box-sizing: border-box;
	
	height: 60px;
	
	background-color: #FFFFFF;
	
	overflow: hidden;
}

.ccGalleryItemSlideShowContainer {
	
	width: 100%; 
	max-width: 600px;
	height: 500px;
	
	margin-left: auto;
	margin-right: auto;
	
	padding-bottom: 30px;
}

.ccGalleryItemSlideShow {
	
	width: 100%; 
	height: 500px;
}

.ccMorePhotosButton {
	
	font-family: var(--ccUIFontFamily);
	font-size: 20px;
	
	line-height: 30px;
	
	color: inherit;
	
	text-decoration: none;	
}

.ccMorePhotosButton:hover {
	
	text-decoration: underline;
}

.ccTitleNameAndSummaryGrid {
	
	grid-gap: 20px;
}

.ccTitleNameAndSummaryGridItem {
	
	border: solid 1px #E7EFF6;
	
	padding: 20px;
	
	text-align: center;
	
	transition: all 0.5s ease-in;
}

.ccTitleNameAndSummaryGridItem:hover {
	
	background-color: #F5F5F5;
}

.ccTitleNameAndSummaryGridItemImage {
	
	padding: 10px;
	
	width: auto;
	height: 65px;
}

.ccTitleNameAndSummaryGridItemTitle {
	
	padding-top: 20px;
	
	color: #000000;
	
	font-size: 28px;
	
	line-height: 38px;
	
	text-align: center;
}

.ccTitleNameAndSummaryGridItemSummary {
	
	padding: 10px;
	
	color: #151515;
	
	font-size: 18px;
	
	line-height: 28px;
	
	text-align: center;
}

.ccUIParallaxScrolling {
	
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Social networks */
.ccSocialNetworkFooterButton {
	
	border: solid 2px #FFFFFF;
	
	border-radius: 100%;
	
	padding: 10px;
	
	width: 20px;
	height: 20px;
	
	transition: all 0.3s ease-in-out;
	
	display: inline-block;
	
	text-align: center;
	
	cursor: pointer;
	
	line-height: 0px;
}

.ccSocialNetworkFooterButton>img {
	
	width: 20px;
	height: 20px;
}

.ccSocialNetworkFooterButton:hover {
	
	border: solid 2px var(--ccMainColor01);
	
	background-color: var(--ccMainColor01);
}

/* Start of content grid */
.ccUIContentGridItem {
	
}

.ccUIContentGridImage {
	
	width: 100%;
	
	height: auto;
	
	object-fit: cover;
}

.ccUIContentGridTitle {
	
	font-size: 22px;
	font-family: var(--ccUIFontFamily);
	
	color: #0D0D0D;
	
	line-height: 28px;
	
	padding-top: 10px;
	
	text-align: center;
}

.ccUIContentGridSummary {
	
	font-size: 17px;
	font-family: var(--ccUIFontFamily);
	
	color: #0D0D0D;
	
	line-height: 23px;
	
	padding-top: 10px;
}
/* End of content grid */

/* Website image grid */
.ccUIWebsiteContentImagesGrid {
	
}

.ccUIWebsiteContentImagesGridImage {
	
	width: 100%;
	
	height: auto;
	
	object-fit: cover;
}

.ccUIWebsiteContentImagesGridImageCaption {
	
	font-size: 22px;
	font-family: var(--ccUIFontFamily);
	
	color: #0D0D0D;
	
	line-height: 28px;
	
	padding-top: 10px;
	
	text-align: center;
}
/* Website image grid */

.ccUIGoogleMapsIFrame {

	height: 500px;
	
	border: none;
	 
	margin: 0px;
	 
	padding: 0px; 
	
	width: 100%;
}

.ccUIInputLabel {
	
	font-family: var(--ccUIFontFamily);
	font-weight: normal;
    font-size: 18px;
    
    color: #000000;
    
    padding-bottom: 5px;
}

.ccUIInput {
	
	font-family: var(--ccUIFontFamily);
	font-weight: normal;
    font-size: 20px;
	
	line-height: 20px;
	
    box-sizing: border-box;

	padding: 10px 10px;

    width: 100%;
    
    height: 45px;
    
	color: #000000;
	
	border: solid 1px #BFBFBF;;
	
	transition: all 0.7s;
}

.ccUIInput:hover, .ccUIInput:active, .ccUIInput:focus {
	
	outline: 0px;
	
	border: solid 1px #2196F3;
}

.ccUIFormButton {
	
	font: inherit;
	font-size: 20px;

	line-height: 20px;
	
	cursor: pointer;
	
	text-decoration: none;
	
	color: #FFFFFF;
	
	background-color: #1A73E8;
	
	padding: 14px 20px;
	
	display: inline-block;
}

.ccUIFormButton:hover {
	
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

.ccUIButton {
	
	font: inherit;
	font-size: 20px;
	font-weight: normal;

	line-height: 20px;
	
	cursor: pointer;
	
	text-decoration: none;
	
	color: #FFFFFF;
	
	background-color: #1A73E8;
	
	padding: 13px 15px 12px 15px;
	
	display: inline-block;
}

.ccUIButton:hover {
	
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

.ccUIButtonDeactivated {
	
	background-color: #E6E6E6;
	
	color: #BABABA;
}

.ccUIButtonDeactivated:hover {
	
	box-shadow: none;
}

.ccUIMessageTitle {
	
	font-family: var(--ccUIFontFamily);
	font-weight: bold;
    font-size: 28px;
    
    line-height: 36px;
    
    padding-top: 50px;
    padding-bottom: 20px;
    
    color: #1A73E8;
    
    text-align: center;
}

.ccUIMessage {
	
	font-family: var(--ccUIFontFamily);
	font-weight: normal;
    font-size: 20px;
    
    line-height: 28px;
    
    text-align: center;
    
    padding-bottom: 20px;
}

.ccAnchor {
	
	font-family: var(--ccUIFontFamily);
	font-weight: normal;
    font-size: 18px;
    
    color: #1A73E8;
    
    text-decoration: none;
}

.ccHoverableAnchor {
	
    font: inhreit; 
    
    color: inhreit;
    
    text-decoration: none;
}

.ccHoverableAnchor:hover {

    text-decoration: underline;
}

.ccWebsiteContentPresentationImage {

	width: 600px; 
	
	margin: 0px auto 20px auto;
	
	text-align: center;
}

.ccScrollTopButton {

	cursor: pointer;
	
/* 	bottom: 20px; */
/* 	right: 20px; */
	
/* 	position: fixed; */
	
	z-index: 1000;
	
	background-color: var(--ccMainColor01);
	
	text-align: center;
	
	border-color: transparent;
	border-style: solid;
	border-width: 10px 10px;
	
	border-radius: 100%;
	
	line-height: 0px;
	
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);	
}

.ccScrollTopButton>img {
	
	width: 32px;
	height: 32px;
}

.ccCustomerDashboardLeftButton {
	
	color: #414146;
	
	font-size: 18px;
	font-family: var(--ccUIFontFamily);

	line-height: 18px;
		
	display: block;
	
	padding: 15px 12px 15px 50px;
	
	text-decoration: none;
	
	background-size: 24px 24px;
	background-position: 12px center;
	background-repeat: no-repeat;
	
	background-color: #FFFFFF;
	
	border-left: solid 2px transparent;
}

.ccCustomerDashboardLeftButton:hover {
	
	background-color: #F2F2F2;
	
	border-left: solid 2px #1E5BC6;
}

.ccCustomerDashboardLeftButtonSelected {
	
	background-color: #F2F2F2;
	
	border-left: solid 2px #1E5BC6;	
}

.ccCustomerDashboardSectionTitle {
	
	color: #3F3F40;
	
	font-size: 18px;
	font-family: var(--ccUIFontBoldFamily);

	line-height: 20px;
		
	display: block;
	
	padding-bottom: 20px;
}

.ccPoweredByDiv {
	
	color: #FFFFFF;
	
	background-color: #000000;
	
	text-align: center;
	
	font-size: 18px;
	font-family: var(--ccUIFontFamily);
	
	padding-top: 10px;
	padding-bottom: 10px;
}

.ccPoweredByAnchor {
	
	color: #2280C9;
	
	font-size: 18px;
	font-family: var(--ccUIFontFamily);
	
	text-decoration: none;
	
	font-weight: bold;
}

.ccPoweredByAnchor:hover {
	
	text-decoration: underline;
}

.ccLoginUIMessageContainer {
	
	width: 600px;
	
	text-align: center; 
	
	padding-left: 20px; 
	padding-right: 20px; 
	
	margin-left: auto;
	margin-right: auto;	
}

.ccLoginUITitle {
	
	padding-top: 50px;
	padding-bottom: 20px;
	
	color: #263238;
	
	font-family: var(--ccUIFontBoldFamily);
	font-size: 22px;
	
	line-height: 32px;
}

.ccPrivacyPolicyDiv {

	font-size: 16px;
	font-family: var(--ccUIFontFamily);
	
	line-height: 22px;
	
	z-index: 1000;
	
	position: fixed;
	
/* 	margin-top: auto; */
/* 	margin-bottom: 10px; */
	bottom: 0px;
	
	background-color: #FFFFFF;
	
	color: #000000;
	
	width: 100%;
	
	border-top: solid 1px #000000;
	
	padding: 10px 5px;
}

.ccContentWithImageBackground {
	
/* 	background-size: 100% auto; */
	
	background-size: cover;
	
	background-repeat: no-repeat;
}

.ccContentWithImageBackgroundContent {
	
	color: #FFFFFF;
	
	font-size: 50px;
	font-family: var(--ccUIFontBoldFamily);
	
	text-align: center;
	
	padding-top: 50px;
	padding-bottom: 50px;
}

/* Start of form stuff */ 
.owsSmallFormPanel {
	
	width: calc(100vw - 60px);
	
	max-width: 370px;
}

.owsMediumFormPanel {
	
	width: calc(100vw - 60px);
	
	max-width: 740px;	
}

.owsLargeFormPanel {
	
	width: calc(100vw - 60px);
	
	max-width: 1020px;	
}

.owsExtraLargeFormPanel {
	
	width: calc(100vw - 60px);
	
	max-width: 1400px;
	
/* 	min-width: 1100px; */
/* 	max-width: 1400px; */
}
/* End of form stuff */

/* Start of the file uploader */
.ccDragAndDropDiv {
	
	border: dashed 2px #C8C8C8; 
	
	color: #4F4F4F; 
	
	padding: 5px; 
	
	font-size: 16px; 
}
/* End of the file uploader */

/* Start of buttons stuff. */
.ccFormBottomButtonsTable {

	margin-top: 30px;

	margin-left: auto;
	margin-right: 0px;
}

.ccFormBottomButtonsGrid {
	
	display: grid;
	
	grid-gap: 10px 10px;
}

.ccButton {

	font-family: var(--ccFontFamily);
	font-size: 15px;
	font-weight: normal;
	
	line-height: 18px;
	
	text-align: center;
	
	padding: 8px 12px;
	
	border-radius: 5px;
	
	cursor: pointer;
}

.ccBlueButton {
	
	border: solid 1px #1A73E8;
	
	background-color: #1A73E8;
	
	color: #FFFFFF;
}

.ccBlueButton:hover {
	
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.ccBlueButton:active {
	
	background-color: #1D539C;
}

.ccWhiteButton {
	
	border: solid 1px #DADCE0;
	
	background-color: #FFFFFF;
	
	color: #495057;
}

.ccGreenButton {
	
	border: solid 1px #1E8E53;
	
	background-color: #1E8E53;
	
	color: #FFFFFF;
}

.ccGreenButton:hover {
	
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.ccDarkGrayButton {
	
	border: solid 1px #545454;
	
	background-color: #545454;
	
	color: #FFFFFF;
}

.ccDarkGrayButton:hover {
	
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.ccButtonSquareBorders {
	
	border-radius: 0px;
}

.ccRedButton {
	
	border: solid 1px #BE3A2D;
	
	background-color: #BE3A2D;
	
	color: #FFFFFF;
}

.ccRedButton:hover {
	
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.ccFormRowButton {
	
	box-sizing: border-box;
	
	padding: 5px 5px 0px 5px;

	height: var(--owsTextInputHeight);
	 
	line-height: var(--owsTextInputLineHeight);
    
    font-size: var(--owsTextInputFontSize);
    
	border: var(--owsTextInputBorder);
	
	border-color: #1A73E8;
	
	background-color: #1A73E8;
	
	color: #FFFFFF;
}

div.ccUIBigButton {
	
	display: block; 
	
	text-align: center; 
	
	font-family: var(--ccFontFamily);
	font-size: 20px; 
	font-weight: normal;
	
	line-height: 20px;
	
	padding-top: 15px;
	padding-bottom: 15px;
	
    color: #FFFFFF;
    
    cursor: pointer;
    
    white-space: nowrap;
    
    box-sizing: content-box;
}

.ccIconWithGrayBorder {
	
	border: solid 1px #484848;
}

.ccCicleWithIconBlueButton {
	
	cursor: pointer;
	
	background-color: #1A73E8;
	
	color: #FFFFFF;
	
	border-radius: 100%;
	
	line-height: 0px;
	
	border-radius: 100%;
	
	padding: 10px;
}

.ccCicleWithIconBlueButton:active {
	
	background-color: #1D539C;
}

.ccCicleWithIconGreenButton {
	
	cursor: pointer;
	
	background-color: #388E3C;
	
	color: #FFFFFF;
	
	border-radius: 100%;
	
	line-height: 0px;
	
	border-radius: 100%;
	
	padding: 10px;
}

.ccCicleWithIconGreenButton:active {
	
	background-color: #2E7D32;
}

div.ccInputButton {
	
	display: block;
	
	cursor: pointer;
	
	line-height: 0px;
	
	font-size: 0px;
	
	box-sizing: border-box;
}

div.ccInputButton>img {
	
	width: 100%;
	height: auto;
	
	vertical-align: middle;
	
	font-size: 0px;
}

/* End of buttons stuff. */

/* Start of font colors patterns */
.ccFontColorSuccess {
	
	color: #3F51B5 !important;
}

.ccFontColorError {
	
	color: #C8102E !important;
}

.ccFontColorWhite {
	
	color: #FFFFFF !important;
}

.ccFontColorBlack {
	
	color: #000000 !important;
}

.ccFontColorGray {
	
	color: #616161 !important;
}

.ccFontColorDarkGray {
	
	color: #424242 !important;
}

.ccFontColorRed {
	
	color: #C8102E !important;
}

.ccFontColorGreen {
	
	color: #2E7D32 !important;
}

.ccFontColorBlue {
	
	color: #1565C0 !important;
}
/* End of font colors patterns */

/* Start of colors patterns */
.ccBackgroundColorGreen {
	
	background-color: #43A047 !important;
}

.ccBackgroundColorBlue {
	
	background-color: #1565C0 !important;
}

.ccBackgroundColorYellow {
	
	background-color: #FFEB3B !important;
}

.ccBackgroundColorRed {
	
	background-color: #C8102E !important;
}

.ccBackgroundColorGray {
	
	background-color: #616161 !important;
}

.ccBackgroundColorDarkGray {
	
	background-color: #424242 !important;
}
/* End of colors patterns */

/* Start of the progress bar */
.ccProgressBar {
	
/*   background: rgba(255, 255, 255, 0.1); */
	background-color: #EFEFEF;
  
	justify-content: flex-start;
	
	border-radius: 50px;
	
	align-items: center;
	
	position: relative;
	
	padding: 0 3px;
	
/* 	display: flex; */
	display: none;
	
	height: 20px;
	width: 100%;
	
	box-sizing: border-box;
	
	display: flex;
}

.ccProgressBarProgressDiv {
	
	transition: width 0.5s;

	/*   animation: load 3s normal forwards; */
	box-shadow: 0 10px 40px -10px #FFFFFF;
	
	border-radius: 50px;
	
	background: #0076D1;
	
	height: 15px;
	width: 0px;
	
	box-sizing: border-box;
}
/* End of the progress bar */

.ccNoWrapText {
	
	white-space: nowrap;
}


/* Start of form elements. */
div.ccFormLabel {

	font-family: var(--ccFontFamilyBold);
	font-size: var(--ccInputLabelFontSize);
	font-weight: bold;
	
	line-height: var(--ccInputLabelLineHeight);
	
	text-align: left;
	
	padding-bottom: 3px;

	color: #000000;
}

.ccFormFieldContainer {
	
	position: relative;
	
/* 	margin: 0px 0px 0px 0px; */
	padding-bottom: 5px;
}

input.owsForm {

	font-family: var(--owsFontFamily);
	
    box-sizing: border-box;

	padding: var(--owsTextInputPadding);

    width: 100%;
    
	height: var(--owsTextInputHeight);
	 
	line-height: var(--owsTextInputLineHeight);
    
    font-size: var(--owsTextInputFontSize);
    
	color: var(--ccFormElementColor);
	
	border: var(--owsTextInputBorder);
	border-radius: var(--ccFormElementBorderRadius);
	
	transition: all 0.7s;
}

input.owsForm:hover, input.owsForm:active, input.owsForm:focus {
	
	outline: 0px;
	
	border: solid 1px #2196F3;
}

textarea.owsForm {
	
	font-family: var(--owsFontFamily);
	
    line-height: var(--owsTextAreaLineHeight);
	
	padding: var(--owsTextAreaPadding);
	
    width: 100%;
    
    box-sizing: border-box;
    
	color: var(--ccFormElementColor);
	
	border: var(--owsTextInputBorder);
	border-radius: var(--ccFormElementBorderRadius);
	
	transition: all 0.7s;
}

textarea.owsForm:hover, textarea.owsForm:active, textarea.owsForm:focus {
	
	outline: 0px;
	
	border: solid 1px #2196F3;
}

select.ccForm {

	font-family: var(--owsFontFamily);
	
    box-sizing: border-box;

	padding: var(--owsTextInputPadding);

    width: 100%;
    
	height: var(--owsTextInputHeight);
	 
	line-height: var(--owsTextInputLineHeight);
    
    font-size: var(--owsTextInputFontSize);
    
	color: var(--ccFormElementColor);
	
	border: var(--owsTextInputBorder);
	border-radius: var(--ccFormElementBorderRadius);
}

div.owsFormInputWithButtons {
	
	font-family: var(--owsFontFamily);
	
    box-sizing: border-box;

    width: 100%;
    
    padding: 0px 5px 0px 5px;
    
    height: calc(var(--owsTextInputHeight - 4px));
    
	color: #272727;
	
	border: var(--owsTextInputBorder);
	border-radius: var(--ccFormElementBorderRadius);
	
/* 	background-color: #EFEFF1; */
	
	transition: all 0.7s;
	
	display: grid;
	
	grid-gap: 5px;
	
	align-items: center;
}

div.owsFormInputWithButtons:hover, div.owsFormInputWithButtons:active, div.owsFormInputWithButtons:focus {
	
	border: solid 1px #2196F3;
}

div.owsFormInputWithButtons:focus-within {
	
	border: solid 1px #2196F3;
}

input.owsFormInputWithButtons {
	
	font-family: var(--owsFontFamily);
	
    box-sizing: border-box;

    width: 100%;
    
    padding-left: 0px;
    padding-right: 0px;
    
/*     	--owsTextInputLineHeight: 35px; */
/* 	--owsTextInputHeight: 35px; */    
    
    height: calc(var(--owsTextInputHeight) - 2px);
    
    line-height: calc(var(--owsTextInputHeight) - 2px);
    
    font-size: var(--owsTextInputFontSize);
    
	color: var(--ccFormElementColor);
	
	border: solid 0px transparent;
/* 	border-style: none; */
	border-radius: var(--ccFormElementBorderRadius);
	
	outline: none;
	
	transition: none;
}

input.owsFormInputWithButtons:hover {
	
	outline: solid 0px transparent;
	
	border: solid 0px transparent;
}

input.owsFormInputWithButtons:focus {
	
	outline: solid 0px transparent;
	
	border: solid 0px transparent;
}

input.owsFormInputWithButtons:active {
	
	outline: solid 1px transparent;
	
	border: solid 1px transparent;
}

a.owsFormInputButton {
	
	display: block;
	
	cursor: pointer;
	
	line-height: 0px;
	
	font-size: 0px;
	
	box-sizing: border-box;
}

a.owsFormInputButton>img {
	
	display: block;
	
	width: 100%;
	height: auto;
	
	vertical-align: middle;
	
	font-size: 0px;
}

.owsComboBoxList {
	
	display: none;
	 
	position: absolute;
	
	z-index: 1000;
	
	font-family: var(--owsFontFamily);
	font-size: 15px;
	
	line-height: 20px;
	
	height: 150px;
	max-height: 150px;
	
	width: 100%;
	
	overflow-x: hidden;
	overflow-y: scroll;
	
	border: solid 1px #C5C5C5;
	border-top-style: none;
	
	box-sizing: border-box;
	
	background-color: #FFFFFF;
	
	list-style: none; 
	
	padding: 0px; 
	margin: 0px;
}

.owsComboBoxListItem {
	
	font: inherit;
	
	line-height: inherit;
	
	font-size: 15px;
	
	line-height: 18px;
	
	color: #000000;
	
/* 	background-color: #FFFFFF; */
	
	padding: 3px 5px 3px 5px;
	
	box-sizing: border-box;
	
	cursor: pointer;
}

.owsComboBoxListItem:hover, .owsComboBoxListItem:focus {
	
	background-color: #026AB1;
	
	color: #FFFFFF;
	
	outline: 0px;
}

.owsComboBoxListItemSelected {
	
	background-color: #026AB1;
	
	color: #FFFFFF;
	
	outline: 0px;	
}

input.widgetForm {
	
	font-family: var(--owsFontFamily);
	
    box-sizing: border-box;

	padding: 0px 0px 0px 0px;

    width: 100%;
    
    height: 35px;
    
    line-height: 35px;
    
    font-size: 15px;
    
    color: #000000;
    
    border-style: none;
    
	background-color: #E6EBEE;	
}
/* End of form elements */


/* Data presentation */
.ccDataBoxElement {
	
	color: #272727;
	
	background-color: #EFEFF1;
	
	border: solid 1px #EFEFF1;
	
	padding: var(--owsTextInputPadding);
	
    box-sizing: border-box;
    
	font-family: var(--owsFontFamily);

	line-height: var(--owsTextInputLineHeight);
    font-size: var(--owsTextInputFontSize);
}

input.ccVerticalDataBoxInput {
	
	color: #272727;
	
	background-color: #EFEFF1;
	
	border: solid 1px #EFEFF1;
}

input.ccVerticalDataBoxInput:hover, input.ccVerticalDataBoxInput:active, input.ccVerticalDataBoxInput:focus {
	
	outline: 0px;
	
	border: solid 1px #EFEFF1;
}

.ccHorizontalDataBox {
	
	font-family: var(--ccFontFamily);
	font-weight: normal;
	font-size: var(--owsTextInputFontSize);
	
/*	height: var(--owsTextInputHeight);*/
	
/*	line-height: var(--owsTextInputLineHeight);*/
	line-height: 22px;
	
	text-align: left;
	
	color: #000000;
	
	box-sizing: border-box;
	
/* 	padding: var(--owsTextInputPadding); */
	
	border: var(--owsTextInputBorder);
	border-color: transparent;
}

.ccHorizontalDataBoxLabel {
	
	font-family: var(--ccFontFamilyBold);
	
	font-weight: bold;
}

.ccHorizontalDataBoxDataContainer {
	
	padding-left: 5px;
}

.ccVerticalTextAreaDataBox {
	
	color: #272727;
	
	background-color: #EFEFF1;
	
	font-family: var(--owsFontFamily);
	
    line-height: var(--owsTextAreaLineHeight);
	
	padding: var(--owsTextAreaPadding);
	
    width: 100%;
    
    box-sizing: border-box;
    
	border: var(--owsTextInputBorder);
	border: solid 1px #EFEFF1 !important;
}

.ccVerticalTextAreaDataBox:hover, .ccVerticalTextAreaDataBox:active, .ccVerticalTextAreaDataBox:focus {
	
	outline: 0px;
	
	border: solid 1px #EFEFF1 !important;
}

input.ccHorizontalDataBoxInput {
	
	color: #272727;
	
	background-color: transparent;
	
	border: solid 1px transparent;
}

input.ccHorizontalDataBoxInput:hover, input.ccHorizontalDataBoxInput:active, input.ccHorizontalDataBoxInput:focus {
	
	outline: 0px;
	
	border: solid 1px #EFEFF1;
}

textarea.ccVerticalDataBoxTextArea {
	
	color: #272727;
	
	background-color: #EFEFF1;
	
	border: solid 1px #EFEFF1;	
}

textarea.ccVerticalDataBoxTextArea:hover, textarea.ccVerticalDataBoxTextArea:active, textarea.ccVerticalDataBoxTextArea:focus {
	
	outline: 0px;
	
	border: solid 1px #EFEFF1;	
}

.owsDataBoxBlue01 {

	background-color: #1488C4;
	
	font-family: var(--ccFontFamily);
	font-weight: normal;
	
	padding: 10px 20px;
	
	color: #FFFFFF;
	
	display: inline-block;
}

.owsDataBoxRed01 {

	background-color: #EE4A38;
	
	font-family: var(--ccFontFamily);
	font-weight: normal;
	
	padding: 10px 20px;
	
	color: #FFFFFF;
	
	display: inline-block;
}

.owsDataGreenBox01 {
	
	background-color: #2DB76A;
	
	font-family: var(--ccFontFamily);
	font-weight: normal;
	
	padding: 10px 20px;
	
	color: #FFFFFF;
	
	display: inline-block;
}
/* End of data presentation */

/* Start of colored boxes */
.ccColoredBox {
	
	font-family: var(--ccFontFamily);
/* 	font-weight: bold; */
	font-size: 16px;
	
	line-height: 22px;
	
	color: #FFFFFF;
	
	padding: 5px 10px;
}
/* End of colored boxes */

.ccFormSectionTitle {
	
	font-family: var(--ccFontFamily);
	font-weight: bold;
	font-size: var(--ccInputLabelFontSize);
	
	line-height: 22px;
	
	color: #000000;
	
	padding: 5px 0px;
	
	margin-bottom: 10px;
	
	border-bottom: solid 1px #000000;
	
	box-sizing: border-box;
}

/* Start of login stuff */
body.ccLoginBackground {
	
	margin: 0px; 
	
	padding: 0px;
	
	overflow: auto; 
	
	background-image: url('https://files.cloudcomp.com.br/Images/Background02.jpg');
/* 	background-color: #F2F2F2; */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.loginWidgetContainer {
	
	position: fixed;
	
  	top: 50%;
  	left: 50%;
  	
  	transform: translate(-50%, -50%);
  	
	width: min(90vw, 400px);
  	
  	box-sizing: border-box;
  	
  	padding: 20px;
  	
  	background-color: #FFFFFF;
  	
  	box-shadow: 0px 0px 20px #343434;
}

.loginWelcomeMessage {
	
	font-size: 28px;
	font-family: var(--ccFontFamilyBold);
	
	text-align: center;
/* 	font-weight: bold; */
	
	line-height: 32px;
	
	color: #000000;
	
/* 	padding-bottom: 10px; */
/* 	color: #2A7BFF; */
}

.ccLoginInputLabel {
	
	color: #3A76C8;
	
	font-family: var(--ccFontFamily);
	
	font-size: 20px;
	
	padding-top: 5px;
}

input.ccLoginInput {
	
	font-family: var(--ccFontFamily);
	
    box-sizing: border-box;

	padding: 0px 0px 0px 0px;

    width: 100%;
    
    height: 40px;
    
    line-height: 40px;
    
    font-size: 22px;
    
    color: #000000;
    
	background-color: transparent;
	
    border-style: none;
	border-bottom: solid 1px #DADCE0;
}

input.ccLoginInput::placeholder {
	
	color: #BABABA;
}

input.ccLoginInput:active {
	
	outline: 0px;
	
	background-color: #FFFFFF;
	
	border-bottom: solid 1px #0088CC;
}

input.ccLoginInput:focus {
	
	outline: 0px;
	
	background-color: #FFFFFF;
	
	border-bottom: solid 1px #0088CC;
}

div.ccLoginButton {
	
	display: block; 
	
	text-align: center; 
	
	font-family: var(--ccFontFamily);
	font-size: 20px; 
	font-weight: normal;
	
	line-height: 20px;
	
	padding-top: 15px;
	padding-bottom: 15px;
	
/* 	padding: 12px; */

/* 	height: 50px; */
	
    color: #FFFFFF;
    
    cursor: pointer;
    
    white-space: nowrap;
    
    box-sizing: content-box;
}

div.ccForgotYourPasswordMessage {
	
	color: #1A73E8;
	color: #000000;
	
	font-size: 18px;
	
	line-height: 22px;
	
	text-align: center;
}

a.ccRecoverPasswordAnchor {
	
	color: #1A73E8;
	
	font-size: inherit;
	line-height: inherit;
	
	text-decoration: none;
}

/* End of login stuff */

/* Start of barcode stuff. */
image.barcodeImage {
	
	border-style: none;
}

td.barcodeNarrowBarTableColumn {
	
	width: 1px;
	
	padding: 0px;
}

td.barcodeWideBarTableColumn {
	
	width: 3px;
	
	padding: 0px;
}
/* End of barcode stuff. */

/* Start of privacy policy stuff */
div.ccPrivacyPolicySectionTitle {
	
	font-size: 20px;
	
	line-height: 30px;
	
	color: #000000;
	
	border-bottom: solid 1px #000000;
	
/* 	font-family: var(--ccUIFontFamily); */
	font-family: var(--ccUIFontBoldFamily);
}

div.ccPrivacyPolicySectionContent {

	padding-top: 20px;
	padding-bottom: 20px;
	
	font-size: 16px;
	
	line-height: 22px;
	
	color: #000000;
	
	font-family: var(--ccUIFontFamily);
/* 	font-family: var(--ccUIFontBoldFamily); */
}
/* End of privacy policy stuff */

/* Start of visit card */
.ccUIVisitCardButton {
	
	display: block;
		
	border: solid 1px #858585;
	border-radius: 15px;
	
	padding: 10px 20px 10px 60px;
	
	color: #000000; 
	
	font-family: var(--ccUIFontFamily); 
	font-size: 22px;
	
	line-height: 28px;
	
	text-decoration: none;
	
	background-size: 24px 24px;
	background-position: 20px center;
	background-repeat: no-repeat;
	
	margin-bottom: 15px;
	
	cursor: pointer;
}
/* End of visit card */

.ccUICustomerAreaText {
	
	color: rgba(39, 39, 39);
	
	font-size: 20px;
	line-height: 30px;
}

/* Start of calendar */
.calendarWeekDayButton {
	
	color: #000000;
	
	font-family: var(--ccUIFontFamily); 
	font-size: 16px;
	font-weight: bold;
	
	line-height: 16px;
}

.calendarDayButton {
	
	color: #000000;
	
	font-family: var(--ccUIFontFamily); 
	font-size: 16px;
	
	line-height: 16px;
	
	padding-top: 5px;
	padding-bottom: 5px;
}

.calendarCurrentDayButton {
	
	background-color: gray; 
	
	color: #FFFFFF;
}
/* End of calendar */

.mutipleLogMessagesTitle {

	color: #000000;
	
	font-family: var(--ccUIFontFamily); 
	font-size: 20px;
	
	line-height: 28px;
	
	padding-bottom: 10px;
	
	text-align: center;	
}

.mutipleLogMessagesTable {
	
	color: #000000;
	
	font-family: var(--ccUIFontFamily); 
	font-size: 20px;
	
	line-height: 28px;
}

@media only screen and (min-width: 769px) {
	
	.ccVisibleOnlyOnMobile {
		
		display: none;
	}
	
	/* Responsible table */
	.ccResponsibleTableDesktopFirstRowColumn {
		
		padding-top: 0px !important;
	}
	
	table.alignedRightOnDesktop {
		
		margin-left: auto; 
		margin-right: 0px;
	}
}