html {
	font-size: 62.5%;
}

body {
	text-rendering: optimizelegibility;
	font-size: 1.4rem;
	line-height: 1.467;
}

.cc-tsk-table {
    width: 100%;
}

.cc-tsk-th {
    text-align: center;
    padding: 10px;
    background-color: #f9fafc;
}

.cc-tsk-td {
    text-align: center;
    padding: 10px;
    font-size: 1.4em;
}

.cc-tsk-td-sm {
    text-align: center;
    padding: 5px;
}

.cc-tskadm-nav {
    padding: 10px;
    font-size: 1.2em;
    border-radius: 8px;
    min-width: 10em;
}

.cc-tskadm-nav-current {
    background-color: #f5f5f5;
    font-weight: bold;
}

.cc-tsk-cont-chunk {
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    padding: 5px;
}

.cc-validation-error {
	font-size: 0.84em;
	color: #e74c3c;
}

.cc-invisible {
	color: #e09037;
}

.cc-label-invisible {
	background-color: #e09037;
}

.cc-label-invisible[href]:hover,
.cc-label-invisible[href]:focus {
	background-color: #e06a37;
}

.cc-datepicker {
	display: flex;
	flex-direction: row;
	gap: 5px;
	align-items: center;
}

.cc-datesel {
}

.cc-datesel-item {
	padding: 5px;
	border-bottom: 1px solid #ececec;
	line-height: 2em;
}

.cc-datesel-item :hover .text-primary{
	color: white;
}

.cc-bab-select-title {
	width: 100%;
	border-bottom: 2px dotted #cacaca;
}

.cc-bab-select-icon {
	color: #cacaca;
}

.cc-flexed {
	display: flex;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
}

.cc-flexed-right {
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.cc-flexed-col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	flex-wrap: wrap;
}

.cc-upload-hint {
	display: inline-block;
	padding: 10px;
}

.stepper-wrapper {
	margin-top: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.stepper-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
}

.stepper-item::before {
	position: absolute;
	content: "";
	border-bottom: 2px solid #ccc;
	width: 100%;
	top: 20px;
	left: -50%;
	z-index: 2;
}

.stepper-item::after {
	position: absolute;
	content: "";
	border-bottom: 2px solid #ccc;
	width: 100%;
	top: 20px;
	left: 50%;
	z-index: 2;
}

.stepper-item .step-counter {
	position: relative;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-bottom: 6px;
}

.step-counter-completed {
	color: white;
}

.step-counter-inactive {
	background: #ccc;
	color: white;
}

.step-counter-current {
	font-weight: bold;
	background-color: white;
	z-index: 4;
	border-width: 4px;
	border-style: solid;
}

.stepper-item.completed::after {
	position: absolute;
	content: "";
	border-bottom: 2px;
	border-style: solid;
	border-color: inherit;
	width: 100%;
	top: 20px;
	left: 50%;
	z-index: 3;
}

.stepper-item:first-child::before {
	content: none;
}
.stepper-item:last-child::after {
	content: none;
}

.cc-hid-elem {
	display: none;
}

.cc-hid-trigger:hover .cc-hid-elem {
	display: inline-block;
}

.cc-context__menu {
	display: none;
	position: absolute;
	z-index: 999;
	border-radius: 3px;
	border: 1px solid #eee;
	list-style: none;
	padding: 0;
	font-size: 10pt;
	color: black;
	background: #fff;
	margin: 0;
	left: 0;
	top: 0;
}

.cc-context__item {
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 4px 0;
}

.cc-context__item:hover {
	background: rgba(0, 0, 0, 0.05);
	cursor: pointer;
}

.cc-context__divider {
	border-top: 1px solid #cbd5e0;
}

[hidden] {
	display: none;
}

.ccdrop-icon {
	font-size: 8em;
}

.ccdrop-noperm {
	font-size: 8em;
	color: #e74c3c;
}

.ccdrop-noperm-message {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	color: #e74c3c;
	padding-top: 10px;
}

.ccdrop-details {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ccdrop-cancel {
	text-align: center;
	padding-top: 10px;
}

.ccdrop-progress-container {
	display: flex;
	width: 400px;
	height: 2rem;
	border-radius: 2rem;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
	will-change: transform;
	box-shadow: 0 0 5px #9a9a9a;
	background: #ffffff;
}

.ccdrop-progress-bar {
	width: 0;
	font-size: 0.8em;
	background-color: #3498db;
	border-radius: inherit;
	display: flex;
	justify-content: center;
	align-items:center;
	color: white;
	font-family: sans-serif;
}

.ccdrop-message {
	font-size: 2em;
}

.ccdrop-current {
	padding-top: 10px;
	text-align: center;
}

.ccdrop-success {
	display: none;
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	color: #27ae60;
	padding-top: 10px;
}

.ccdrop-success-add {
	font-weight: bold;
	color: #27ae60;
}

.ccdrop-add {
	padding-top: 5px;
	font-size: 0.6em;
	font-weight: normal;
}

.ccdrop-failed {
	display: none;
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	color: #e74c3c;
	padding-top: 10px;
}

.ccdrop-existing {
	display: none;
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	color: #e67e22;
	padding-top: 10px;
}

.ccdrop-bg {
	display: none;
	position: absolute;
	opacity: 0.9;
	z-index: 10;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: radial-gradient(
			circle at center,
			#f5f5f5 0,
			#f5f5f5 20%,
			#ffffff 20%,
			#ffffff 40%,
			#f5f5f5 40%,
			#f5f5f5 60%,
			#ffffff 60%,
			#ffffff 80%,
			#f5f5f5 80%,
			#f5f5f5 100%
	);
	border: 2px dashed #9a9a9a;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

ul.cc-notes, .cc-notes li {
  	list-style: none;
}

ul.cc-notes {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.cc-notes li {
	list-style: none;
	margin: 1em;
}

.cc-notes li a {
  	text-decoration: none;
  	color: #000000;
  	display: block;
  	width: 20em;
	padding: 1em;
	box-shadow: 3px 3px 5px rgba(33,33,33,.4);
	transform: rotate(-2deg);
	transition: transform .15s linear;
	border: 1px solid;
	border-radius: 5px;
}

.cc-notes li:nth-child(even) a {
  transform: rotate(2deg);
  position: relative;
  top: 5px;
}


.cc-notes li a:hover,.cc-notes li a:focus{
	box-shadow:10px 10px 7px rgba(0,0,0,.2);
	transform: scale(1.25);
	position:relative;
	z-index:5;
}

.cc-notes h2 {
	font-weight: bold;
	font-size: 2rem;
	margin-top: 0;
}

.cc-notes p {
	font-size: 1rem;
	font-weight: normal;
}

.cc-notes-cont {
	font-family: monospace;
	font-size: 1.2em;
	color: #000000;
}

.cc-notes-cont-disp {
	width: 100%;
	border: 0;
}

.cc-notes-control {
	cursor: pointer;
	cursor: hand;
}

.cc-clc-wrapper .progress {
	height: 32px;
}

.cc-clc-wrapper .progress-bar {
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cc-clc-wrapper #total-size {
	font-size: 1.4em;
}

.cc-clc-wrapper .block{
	padding: 0 20px 0 20px;
	margin-bottom: 40px;
	background-color: #ffffff;
	border: none;
}

.cc-clc-block {
	padding: 0 20px 0 20px;
	margin-bottom: 40px;
	background-color: #ffffff;
}

.cc-clc-filter {
	background-color: #f9fafc;
	padding: 5px;
	margin-bottom: 5px;
}

.cc-clc-block-title {
	display: flex;
	align-items: center;
	gap: 15px;
	background-color: #f9fafc;
	border-bottom: 4px solid;
	padding: 10px;
}

.cc-clc-title {
	font-weight: 600;
	font-size: 24px;
}

.cc-upload-title {
	display: flex;
	align-items: center;
	gap: 10px;
}

.cc-cap-merge-head
{
	background-color: #f9f9f9;
	border-radius: 10px;
	padding: 10px;
	border: 1px solid #cccccc;
}

.cc-cap-resgroup {
	border-bottom: 1px dotted #cccccc;
	margin: 5px;
}

.cc-cap-resgroup-split {
	height: 5px;
	border-top: 1px dotted #cccccc;
	margin: 5px;
}

.cc-g-sum-res-group {
	padding-left: 4px;
}

.cc-portal-top {
	display: flex;
	align-items: center;
	gap: 10px;
}

.cc-portal-title {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 1.6em;
}

.cc-html-edit {
	border-style: solid;
	border-width: 1px;
	border-color: #d1d1d1;
	border-radius: 3px;
}

.cc-html-edit-content {
	padding: 10px;
	font-family: sans-serif, Arial, Verdana, 'Trebuchet MS';
	font-size: 14px;
	color: #333;
	background-color: #fff;
	line-height: 1.467;
}

.cc-html-edit-content a {
	color: blue;
}

.cc-html-edit-content hr {
	border: 0;
	border-top: 1px solid #ccc;
	margin-top: 7px;
	margin-bottom: 7px;
}


.cc-html-edit-button {
	background-color: #f8f8f8;
	padding: 5px;
	text-align: center;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.cc-force-muted .text-success {
	color: #777;
}

.cc-corro-frame {
	background-color: #f9f9f9;
	border-radius: 5px;
	margin: 10px 0 10px 0;
	padding: 10px;
	border: 1px solid #e7e3d4;
}

.cc-filter-elements {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}

.cc-filter-elem-warning {
	border: 2px solid #eea236;
	border-radius: 3px;
	padding: 4px;
	font-weight: 600;
	text-align: center;
}

.cc-filter-elem-danger {
	border: 2px solid #e74c3c;
	border-radius: 3px;
	padding: 4px;
	font-weight: 600;
	text-align: center;
}

.cc-filter-elem-success {
	border: 2px solid #7db831;
	border-radius: 3px;
	padding: 4px;
	font-weight: 600;
	text-align: center;
}

.cc-filter-elem-info {
	border: 2px solid #46b8da;
	border-radius: 3px;
	padding: 4px;
	font-weight: 600;
	text-align: center;
}

.cc-refdoc-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 2px;
}

.cc-docpop-header {
	border-bottom: 1px solid #e7e3d4;
	margin: 10px 0 10px 0;
}

.cc-calc-totals {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 10px;
	flex-direction: row;
}

.cc-calc-totals-1 {
	display: flex;
	align-items: center;
	flex-grow: 3.5;
	flex-basis: 0;
	text-align: left;
	flex-wrap: nowrap;
}

.cc-calc-totals-2 {
	display: flex;
	align-items: center;
	flex-grow: 1;
	flex-basis: 0;
	text-align: right;
	justify-content: flex-end;
	flex-wrap: nowrap;
}

.cc-calc-totals-3 {
	display: flex;
	align-items: center;
	flex-grow: 2;
	justify-content: flex-end;
	flex-basis: 0;
	text-align: right;
	flex-wrap: nowrap;
}

.cc-calc-totals-4 {
	display: flex;
	align-items: center;
	flex-grow: 2;
	justify-content: flex-end;
	flex-basis: 0;
	text-align: right;
	flex-wrap: nowrap;
}

.cc-calc-ass {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 10px;
	flex-direction: row;
	margin-bottom: 10px;
}

.cc-calc-ass-1 {
	display: flex;
	align-items: center;
	width: 40px;
	min-width: 40px;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 0;
	text-align: left;
	flex-wrap: nowrap;
}

.cc-calc-ass-2 {
	display: flex;
	align-items: center;
	flex-grow: 3;
	justify-content: flex-start;
	flex-basis: 0;
	text-align: left;
	flex-wrap: nowrap;
}

.cc-calc-ass-3 {
	display: flex;
	align-items: center;
	flex-grow: 1;
	flex-basis: 0;
	justify-content: flex-end;
	text-align: right;
	flex-wrap: nowrap;
}

.cc-calc-ass-4 {
	display: flex;
	align-items: center;
	flex-grow: 2;
	justify-content: flex-end;
	flex-basis: 0;
	text-align: right;
	flex-wrap: nowrap;
}

.cc-calc-ass-5 {
	display: flex;
	align-items: center;
	flex-grow: 2;
	justify-content: flex-end;
	flex-basis: 0;
	text-align: right;
	flex-wrap: nowrap;
}

.cc-sel-tag-val {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	justify-content: flex-start;
	border-bottom: 1px dotted #cdcdcd;
	padding: 10px 0 10px 0;
}

.cc-sel-tag-label {
	flex-grow: 0;
	flex-shrink: 0;
	width: 120px;
}

.cc-sel-tag-val-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	flex-grow: 2;
	gap: 5px;
}

.cc-sel-tag-val-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	justify-content: flex-start;
	width: 100%;
}

.cc-sel-tag-input-sm {
	width: 120px;
	flex-grow: 1;
}

.cc-sel-tag-input-md {
	width: 50%;
}

.cc-sel-tag-input {
	flex-grow: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 5px;
}

.cc-sel-tag-val-elem {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	width: 100%;
}

.cc-dlopt-label {
	font-weight: 600;
}

.cc-dlopt-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

.cc-dlopt-col {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

.cc-idalt {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 2px 4px;
	font-size: 90%;
	border: 1px solid;
	border-radius: .25em;
	gap: 4px;
	font-weight: bold;
	margin: 0 2px;
}

.cc-pt-info {
	display: inline-flex;
	flex-flow: row nowrap;
	align-items: center;
	padding: 0 5px;
}

.cc-modal-title {
	font-weight: 500;
	font-size: 24px;
}

.cc-details-highlight {
	font-size: 1.5em;
}

.cc-tag-val {
	display: flex;
	align-items: center;
	gap: 10px;
}

.cc-tag-val-input {
	flex-grow: 2;
}

.cc-tag-val-warn {
	font-weight: bold;
	color: #e74c3c;
}

.cc-label-purple {
	background-color: #96557e;
}

.cc-label-turquoise {
	background-color: #339194;
}

.cc-label-yellow {
	background-color: #c6a111;
}

.cc-label-blue {
	background-color: #6c71c4;
}

.cc-browser-java {
	color: #c6a111;
}

.cc-browser-firefox {
	color: #27ae60;
}

.cc-browser-chrome {
	color: #31708f;
}

.cc-browser-edge {
	color: #911eb4;
}

.cc-browser-safari {
	color: #00487d;
}

.cc-effect6
{
	position:relative;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.cc-effect6:before, .cc-effect6:after
{
	content:"";
	position:absolute;
	z-index:-1;
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
	box-shadow:0 0 20px rgba(0,0,0,0.8);
	top:50%;
	bottom:0;
	left:10px;
	right:10px;
	-moz-border-radius:100px / 10px;
	border-radius:100px / 10px;
}
.cc-effect6:after
{
	right:10px;
	left:auto;
	-webkit-transform:skew(8deg) rotate(3deg);
	-moz-transform:skew(8deg) rotate(3deg);
	-ms-transform:skew(8deg) rotate(3deg);
	-o-transform:skew(8deg) rotate(3deg);
	transform:skew(8deg) rotate(3deg);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 500;
}

#nprogress .spinner-icon {
	margin-top: 50px;
}

.preloader .inner {
	top: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cc-gallery-item .btn-group {
	display: flex;
	flex-wrap: nowrap;
}

.cc-menu-item-right .dropdown-menu {
	right: 0;
	left: auto;
}

.cc-dropdown-left .dropdown-menu {
	right: 0;
	left: auto;
}

.cc-sums-value {
	font-size: 3.4em;
	font-weight: 600;
	text-align: center;
}

.cc-sums-text {
	font-size: 1.6em;
	text-align: center;
}

.cc-sums-value-small {
	font-size: 2.8em;
	font-weight: 600;
	text-align: center;
}

.cc-sums-text-small {
	font-size: 1.2em;
	text-align: center;
}

.cc-sums-hint {
	font-size: 0.7em;
}

.cc-pdb-totals {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	border-style: solid;
	border-width: 0 0 4px 0;
}

.cc-pdb-totals-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}

.cc-pdb-totals-value {
	width: 180px;
	text-align: right;
	padding-right: 20px;
}

.cc-pdb-totals-co-frame {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 2px 0 2px 0;
}

.cc-pdb-totals-co-items {
	text-align: right;
	min-width: 5em;
}

.cc-pdb-totals-co-weight {
	text-align: right;
	min-width: 5em;
}

.cc-pdb-totals-name {
	padding-top: 3px;
}

/* cap module flex table */
.cc-fcap {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
}

.cc-fcap-header {
	display: none;
}

.cc-fcap-row {
	width: 100%;
	border-top: 1px solid #e9e9e9;
}

.cc-fcap-row-item {
	display: flex;
	flex-flow: row nowrap;
	flex-grow: 1;
	flex-basis: 0;
	padding: 0.5em;
	overflow-x: hidden;
	min-width: 70px;
	align-items: center;
	word-break: normal;
	overflow-wrap: normal;
}

.cc-fcap-row-item:before {
	content: attr(data-header);
	width: 30%;
	font-weight: 600;
	text-align: right;
	padding-right: 0.8em;
	font-size: 1rem;
}

.cc-fcap .btn-group {
	display: flex;
	flex-wrap: nowrap;
}

.cc-fcap .cc-fcap-select {
	flex-grow: 0;
	min-width: 50px;
}

.cc-fcap .cc-fcap-ident {
	flex-grow: 1.2;
}

.cc-fcap .cc-fcap-user {
	flex-grow: 0.5;
}

.cc-fcap .cc-fcap-changes {
	flex-grow: 0.5;
	align-items: center;
}

.cc-fcap .cc-fcap-last-changed {
	flex-grow: 0.5;
}
/* end flex table */

.cc-cap-merge-title {
	border-style: solid;
	border-width: 0 0 4px 0;
	padding-bottom: 5px;
}

.cc-cap-merge-container {
	padding: 5px 20px 5px 20px;
}

.cc-undoredo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.cc-undoredo-text {
	margin: 0 10px 0 10px;
}

.cc-cap-history {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cc-cap-history .timeline-list:after {
	left: 114px;
}

.cc-cap-history .timeline-list .timeline-icon {
	left: 100px;
}

.cc-cap-history .timeline-list .timeline-time {
	width: 90px;
}

.cc-cap-history .timeline-list .timeline-content {
	margin-left: 145px;
}

.cc-cap-bg-danger {
	background-color: #e74c3c;
	border-color: #e74c3c;
	color: #ffffff;
}

.cc-cap-bg-warning {
	background-color: #f39c12;
	border-color: #f39c12;
	color: #ffffff;
}

.cc-cap-bg-success {
	background-color: #7db831;
	border-color: #7db831;
	color: #ffffff;
}

.cc-cap-bg-activated {
	background-color: #829e18;
	border-color: #829e18;
	color: #ffffff;
}

.cc-cap-bg-deactivated {
	background-color: #d44380;
	border-color: #d44380;
	color: #ffffff;
}

.cc-cap-bg-default {
	background-color: #2980b9;
	border-color: #2980b9;
	color: #ffffff;
}

.cc-cap-bg-moved {
	background-color: #01a5ba;
	border-color: #01a5ba;
	color: #ffffff;
}

.cc-cap-bg-extended {
	background-color: #6c71c4;
	border-color: #6c71c4;
	color: #ffffff;
}

.cc-cap-bg-calc {
	background-color: #80c9ff;
	border-color: #80c9ff;
	color: #ffffff;
}

.cc-cap-bg-danger-v {
	background-color: #e74c3c !important;
	border-color: #e74c3c !important;
	color: #ffffff !important;
}

.cc-cap-bg-warning-v {
	background-color: #f39c12 !important;
	border-color: #f39c12 !important;
	color: #ffffff !important;
}

.cc-cap-bg-success-v {
	background-color: #7db831 !important;
	border-color: #7db831 !important;
	color: #ffffff !important;
}

.cc-cap-bg-activated-v {
	background-color: #829e18 !important;
	border-color: #829e18 !important;
	color: #ffffff;
}

.cc-cap-bg-deactivated-v {
	background-color: #d44380 !important;
	border-color: #d44380 !important;
	color: #ffffff !important;
}

.cc-cap-bg-default-v {
	background-color: #2980b9 !important;
	border-color: #2980b9 !important;
	color: #ffffff !important;
}

.cc-cap-bg-moved-v {
	background-color: #01a5ba !important;
	border-color: #01a5ba !important;
	color: #ffffff !important;
}

.cc-cap-bg-extended-v {
	background-color: #6c71c4 !important;
	border-color: #6c71c4 !important;
	color: #ffffff !important;
}

.cc-cap-bg-calc-v {
	background-color: #80c9ff !important;
	border-color: #80c9ff !important;
	color: #ffffff !important;
}

.cc-cap-bg-ghost {
	background-color: #f1f3f6 !important;
	border-color: #d4d4d4 !important;
	color: #999999 !important;
}

.cc-cap-bg-0 {
	border-width: 2px !important;
	border-style: solid !important;
}

.cc-cap-bg-1 {
	background-color: inherit !important;
	border-width: 2px !important;
	border-style: solid !important;
	color: inherit !important;
}

.cc-cap-bg-2 {
	background-color: inherit !important;
	border-width: 2px !important;
	border-style: solid !important;
	color: inherit !important;
	border-color: #666666 !important;
}

.cc-cap-bg-3 {
	background-color: inherit !important;
	border-width: 2px !important;
	border-style: solid !important;
	color: inherit !important;
	border-color: #666666 !important;
}

.cc-cap-bg-4 {
	background-color: inherit !important;
	border-width: 2px !important;
	border-style: solid !important;
	color: inherit !important;
	border-color: #666666 !important;
}

.cc-cap-bg-5 {
	background-color: inherit !important;
	border-width: 2px !important;
	border-style: solid !important;
	color: inherit !important;
	border-color: #666666 !important;
}

.cc-cap-bg-6 {
	background-color: inherit !important;
	border-width: 2px !important;
	border-style: solid !important;
	color: inherit !important;
	border-color: #666666 !important;
}

.cc-timeline-version-0 {
	width: 40px !important;
	left: 96px !important;
	font-size: 0.9em !important;
	font-weight: bold !important;
}

.cc-timeline-version-1 {
	width: 44px !important;
	left: 94px !important;
	font-size: 0.8em !important;
	font-weight: bold !important;
	border-width: 2px !important;
	border-style: solid !important;
	background-color: #ffffff !important;
	color: inherit !important;
	background-color: #ffffff !important;
}

.cc-timeline-version-2 {
	width: 48px !important;
	left: 93px !important;
	font-size: 0.6em !important;
	font-weight: bold !important;
	border-width: 2px !important;
	border-style: solid !important;
	background-color: #ffffff !important;
	color: inherit !important;
	border-color: #666666 !important;
}

.cc-timeline-version-3 {
	width: 48px !important;
	left: 93px !important;
	font-size: 0.6em !important;
	font-weight: bold !important;
	border-width: 2px !important;
	border-style: solid !important;
	background-color: #ffffff !important;
	color: inherit !important;
	border-color: #666666 !important;
}

.cc-timeline-version-4 {
	width: 48px !important;
	left: 93px !important;
	font-size: 0.6em !important;
	font-weight: bold !important;
	border-width: 2px !important;
	border-style: solid !important;
	background-color: #ffffff !important;
	color: inherit !important;
	border-color: #666666 !important;
}

.cc-timeline-version-5 {
	width: 48px !important;
	left: 93px !important;
	font-size: 0.6em !important;
	font-weight: bold !important;
	border-width: 2px !important;
	border-style: solid !important;
	background-color: #ffffff !important;
	color: inherit !important;
	border-color: #666666 !important;
}

.cc-timeline-version-6 {
	width: 48px !important;
	left: 93px !important;
	font-size: 0.6em !important;
	font-weight: bold !important;
	border-width: 2px !important;
	border-style: solid !important;
	background-color: #ffffff !important;
	color: inherit !important;
	border-color: #666666 !important;
}

.cc-timeline-muted {
	color: #999999 !important;
}

.cc-page-footer {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.cc-page-footer .btn-group {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.cc-page-footer-menu {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cc-foot-menu-item {
	margin: 0 2px 0 2px;
	display: flex;
	align-items: center;
	gap: 5px;
}

.cc-foot-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cc-foot-menu-left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.cc-foot-menu-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.cc-cap-foot-menu {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cc-cap-foot-menu .form-control {
	width: 100px !important;
}

.cc-g-rowobj-info-add {
	color: #eba160;
	font-weight: bold;
}
.cc-g-hl {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
}

.cc-g-hl a:hover {
	text-decoration: none !important;
}

.cc-g-hl div {
	padding: 5px;
	border-bottom: 1px solid #e5e5e5;
}

.cc-g-hl div:hover {
	background-color: #e5e5e5;
}

.cc-g-hl div:last-child {
	border-bottom: 0 !important;
}

.cc-g {
	display: grid;
	background-color: #ffffff;
	page-break-inside: auto;
}

.cc-g-wrapper {

}

.cc-g-wrapper-head {
	overflow: hidden;
	z-index: 100;
}

.cc-g-row-data {
	z-index: 50;
}

.cc-g-row-project {
	border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.cc-g-row-section {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.cc-g-row-resource {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cc-g-row-resource-group {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.cc-g-lines {
	background-color: transparent;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.cc-g-lines-period-first {
	background-color: transparent;
	border-left: 2px solid #e5e5e5;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.cc-g-lines-period-last {
	background-color: transparent;
	border-right: 2px solid #e5e5e5;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.cc-g-period {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1em;
	border-right: 4px solid #e5e5e5;
	background-color: #ffffff;
	border-right: 2px solid #e5e5e5;
	border-left: 2px solid #e5e5e5;
}

.cc-g-period-last {
	border-right: 0;
}

.cc-g-period-first {
	border-left: 1px solid #e5e5e5;
}

.cc-g-header-lines {
	border-right: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
}

.cc-g-header-lines-period-last {
	border-left: 1px solid #e5e5e5;
	border-right: 2px solid #e5e5e5;
}

.cc-g-header-lines-period-first {
	border-left: 2px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.cc-g-current {
	background-color: rgba(10, 52, 68, 0.13);
}

.cc-g-holiday {
	z-index: 30;
	background-color: rgba(39, 174, 96, 0.13);
}

.cc-g-locked {
	z-index: 30;
	background-color: rgba(231, 76, 60, 0.13);
}

.cc-g-header {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #f5f5f5;
	padding-left: 15px;
	padding-right: 15px;
	white-space: nowrap;
}

.cc-g-header-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.cc-g-header-current {

}

.cc-g-header-t-main {
	font-size: 1.2em;
	font-weight: bold;
}

.cc-g-header-t-sec {
	font-size: 0.9em;
	font-weight: normal;
}

.cc-g-holiday-marker {
	position: absolute;
	height: 24px;
	width: 24px;
	display: flex;
	align-items: center;
}

.cc-g-holidays {
	display: flex;
	flex-direction: column;
}

.cc-g-bar {
	color: #f5f5f5;
	display: flex;
	align-items: center;
	border-radius: 1.5em;
	justify-content: center;
	margin: 4px;
}

.cc-g-bar-first {
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 1.5em;
	border-bottom-left-radius: 1.5em;
	margin: 4px 0 4px 4px;
}

.cc-g-bar-last {
	color: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-right-radius: 1.5em;
	border-bottom-right-radius: 1.5em;
	margin: 4px 4px 4px 0;
}

.cc-g-bar-mid {
	color: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 4px 0 4px 0;
}

/* border-color light: rgba(255, 255, 255, 0.4); */
/* border-color dark : rgba(0, 0, 0, 0.1); */

.cc-g-bar-sum {
	border-width: 3px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.4);
}

.cc-g-bar-sum-f {
	border-width: 3px 0 3px 3px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.4);
}

.cc-g-bar-sum-m {
	border-width: 3px 0 3px 0;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.4);
}

.cc-g-bar-sum-l {
	border-width: 3px 3px 3px 0;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.4);
}

.cc-g-bar-selected {
	background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.2),
		rgba(255, 255, 255, 0.2), transparent) !important;
	background-size: 100% 6px !important;
}

.cc-g-bar-as-project {
/*
	border-width: 3px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
*/
}

.cc-g-bar-as-project-f {
/*
	border-width: 3px 0 3px 3px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
*/
}


.cc-g-bar-as-project-m{
/*
	border-width: 3px 0 3px 0;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
*/
}

.cc-g-bar-as-project-l {
/*
	border-width: 3px 3px 3px 0;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
*/
}

.cc-g-bar-as-section {
/*
	border-width: 3px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
*/
}

.cc-g-bar-as-section-f {
/*
	border-width: 3px 0 3px 3px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
*/
}

.cc-g-bar-as-section-m{
/*
	border-width: 3px 0 3px 0;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
*/
}

.cc-g-bar-as-section-l {
/*
	border-width: 3px 3px 3px 0;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
*/
}

.cc-g-bar-selected {
	background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.2),
	rgba(255, 255, 255, 0.2), transparent) !important;
	background-size: 100% 6px !important;
}

.cc-g-bar-as-resource {
}

.cc-g-bar-av-resource {
}

.cc-g-bar-resource-child {
	background-image: linear-gradient(rgba(255, 255, 255, 0.4),
		rgba(255, 255, 255, 0.4));
}

.cc-g-sum-control {
	margin-left: -3px;
	cursor: pointer;
	cursor: hand;
}

.cc-g-sum-control-popup {
	margin-left: -3px;
}

.cc-g-sum-details {
	display:none;
	padding-top: 5px;
}

.cc-g-sum-details-popup {
	padding-top: 5px;
}

.cc-g-bar-control {
	z-index: 10;
	cursor: pointer;
	cursor: hand;
	background-image: none !important;
	background-size: auto !important;
}

.cc-g-bar-control-l {
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #ffffff;
	padding-left: 4px;
}

.cc-g-bar-control-r {
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #ffffff;
	padding-right: 4px;
}

.cc-g-striped {
	background-color: #f5f5f5 !important;
}

.cc-g-empty-head {
	border-right: 2px solid #e5e5e5;
	background-color: #ffffff;
	position: sticky;
	left: 0;
	z-index: 10;
}

.cc-g-empty {
	border-right: 2px solid #e5e5e5;
	position: sticky;
	left: 0;
	background-color: #ffffff;
}

.cc-g-proj-add {
	z-index: 105;
	display: flex;
	align-items: center;
	padding: 10px 5px 10px 5px;
	border-right: 2px solid #e5e5e5;
	position: sticky;
	left: 0;
	background-color: #ffffff;
}

.cc-g-sum-first {
	z-index: 105;
	display: flex;
	align-items: center;
	padding: 10px 5px 10px 5px;
	border-right: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	position: sticky;
	left: 0;
	background-color: #ffffff;
}

.cc-g-sum-hide {
	height: 0 !important;
}

.cc-g-rowobj-empty {
	display: flex;
	border-right: 2px solid #e5e5e5;
	position: sticky;
	left: 0;
	background-color: #ffffff;
	z-index: 120;
}

.cc-g-rowobj {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 5px;
	white-space: nowrap;
	position: sticky;
	left: 0;
	background-color: #ffffff;
	border-right: 2px solid #e5e5e5;
	z-index: 120;
}

.cc-g-rowobj-sum {
	font-weight: bold;
}

.cc-g-rowobj-weight {
	font-size: 0.8em;
}

.cc-g-rowobj-menu {
	z-index: 130;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 2px 0 0;
	position: sticky;
	left: 0;
}

.cc-g-rowobj-menu .dropdown-menu {
	margin-left: 44px;
	z-index: 130;
	left: auto;
}

.cc-g-cal-menu .dropdown-menu {
	right: 0;
	left: auto;
	z-index: 1000;
}

.cc-g-proj-image {
	width: 36px;
	height: 36px;
	padding: 2px;
	border-radius: 18px;
	background: rgba(0, 0, 0, 0.15);
	display: inline-block;
	vertical-align: middle;
	line-height: 28px;
	margin-right: 10px;
	flex-shrink: 0;
}

.cc-g-proj-image img {
	width: 32px;
	height: 32px;
	border-radius: 16px;
}

.cc-g-opener {
	margin-right: 5px;
	cursor: pointer;
	cursor: hand;
}

.cc-g-sum-numbers {
	display: flex;
	gap: 5px;
	align-items: center;
	white-space: nowrap;
}

.cc-g-sum-numbers-small {
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: space-between;
	white-space: nowrap;
	width: 100%;
}

.cc-g-sum-value {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	background-color: #ffffff;
	border-bottom: 2px solid #e5e5e5;
}

.cc-g-sum-circle {
	text-align: center;
	position: relative;
	border-radius: 50%;
	margin: 5px;
	color: #ffffff;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.14em;
	font-weight: bold;
}

.cc-g-sum-zero {
	color: #cacaca;
}

.cc-g-sum-frame {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	padding: 10px;
}

.cc-g-sum-frame-direct {
	font-size: 0.8em;
	font-weight: normal;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	width: 100%;
	margin-top: 5px;
}

.cc-g-sum-res {
	margin-bottom: 5px;
}

.cc-g-sum-res-val {
	display: inline-block;
}

.cc-g-sum-res-title {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
}

.cc-g-sum-res-title-small {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.cc-g-sum-bar-av {
	display:flex;
	height: 5px;
}

.cc-g-sum-bar-av-norm {
	height: 5px;
	border-right: 2px solid #27ae60;
}

.cc-g-sum-bar-av-add {
	height: 5px;
	border-right: 2px solid #e67e22;
}

.cc-g-sum-bar-as {
	display: grid;
	background-color: #e9e9e9;
}

.cc-g-sum-bar-as-perc {
	height: 3px;
}

.cc-g-bar-inactive {
	background-color: #b5b5b5 !important;
}

.cc-g-bar-merge-unchanged {
	background-color: #999999 !important;
}

.cc-g-merge-unchanged-sum {
	background-color: #999999 !important;
	color: #dddddd !important;
}

.cc-g-inactive {
	color: #666666 !important;
	text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.5) !important;
	-webkit-background-clip: text !important;
	-moz-background-clip: text !important;
	background-clip: text !important;
}

.cc-g-inactive-obj {
	color: #c5c5c5;
}

.cc-g-value {
	display: flex;
	align-items: center;
	justify-content: center;
	text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.4),
	1px 1px 0 rgba(0, 0, 0, 0.4),
	1px -1px 0 rgba(0, 0, 0, 0.4),
	-1px -1px 0 rgba(0, 0, 0, 0.4);
	white-space: nowrap;
}

.cc-g-value-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cc-g-vcontrol-left {
	z-index: 20;
	width: 16px;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 5px;
	height: 100%;
}

.cc-g-vcontrol-right {
	z-index: 20;
	width: 16px;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: 5px;
	height: 100%;
}

.cc-g-vcontrol-but-del {
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 3px;
	font-weight: bold;
	font-size: 11px;
	text-shadow: none;
	flex-grow: 0;
	flex-shrink: 0;
	flex-grow: 0;
	flex-shrink: 0;
	margin-top: 1px;
}

.cc-g-vcontrol-but-calc {
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 3px;
	font-weight: bold;
	font-size: 11px;
	text-shadow: none;
	flex-grow: 0;
	flex-shrink: 0;
	margin-bottom: 1px;
}

.cc-g-value-text-inv {
	color: #f5f5f5;
}

.cc-g-value-text {
	color: inherit;
}

.cc-g-input {
	width: 60px;
	max-width: 50px;
	text-align: center;
	padding: 2px;
	height: 27px;
	font-weight: bold;
}

.cc-g-input-av {

}

.cc-g-input-av-add {
	border: 1px solid #e67e22;
	color: #e67e22;
}

.cc-g-input-av-fac {
	max-width: 30px;
	height: 24px;
	font-size: 0.8em;
}

.cc-g-val-fac {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cc-g-val-factor {
	background-color: #ffffff;
	border-radius: 1em;
	padding: 1px 8px 1px 8px !important;
	margin-left: 10px;
	text-shadow: none;
	font-size: 0.64em;
	border-width: 1px;
	border-style: solid;
}

.cc-g-val-add {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cc-g-val {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cc-g-val-pref {
	font-size: 0.8em;
	margin: 0 5px 0 5px;
	color: #ffffff;
}

.cc-g-val-splitter {
	margin: 0 5px 0 5px;
}

.cc-g-input-error {
	border-color: #e74c3c !important;
	border-width: 2px !important;
}

.cc-g-input-move {
	display: inline-block;
	width: 40px;
	max-width: 40px;
	text-align: center;
	font-weight: bold;
}

.cc-g-input-calc {
	display: inline-block;
	width: 40px;
	max-width: 40px;
	text-align: center;
	font-weight: bold;
}

.cc-g-resource {
}

.cc-g-resource-ingroup {
	padding-left: 10px;
}

.cc-g-resource-group {
	font-style: italic;
}

.cc-g-mv-left {
	cursor: pointer;
	cursor: hand;
	border-style: solid;
	border-width: 2px;
	display: inline-block;
	border-top-left-radius: 1.5em;
	border-bottom-left-radius: 1.5em;
	padding: 4px;
	padding-bottom: 6px;
}

.cc-g-mv-right {
	cursor: pointer;
	cursor: hand;
	border-style: solid;
	border-width: 2px;
	display: inline-block;
	border-top-right-radius: 1.5em;
	border-bottom-right-radius: 1.5em;
	padding: 4px;
	padding-bottom: 6px;
}

.cc-g-mv-active {
	color: #ffffff !important;
}

.cc-g-mv-opt {
	display: none;
}

.cc-g-mv-opt-vis {
	display: flex !important;
	align-items: center !important;
	gap: 5px;
}

.cc-g-mv-locked-l {
	color: #d5d5d5 !important;
	cursor: auto !important;
	border-color: #d5d5d5 !important;
	border-right: none !important;
}

.cc-g-mv-locked-r {
	color: #d5d5d5 !important;
	cursor: auto !important;
	border-color: #d5d5d5 !important;
	border-left: none !important;
}

.cc-g-change {
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border-radius: 50%;
	margin: 0 5px 0 5px;
	text-shadow: none;
	border: 1px solid #e5e5e5;
}

.cc-g-change-fac {
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border-radius: 50%;
	margin: 0 5px 0 5px;
	text-shadow: none;
	font-size: 0.64em;
}

.cc-gal-t {
	margin-top: 5px;
	display: flex;
	justify-content: center;
}

.cc-gal-i {
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	word-wrap: anywhere;
	word-break: break-all;
	text-align: left;
}

.cc-lowmargin {
	margin-top: 2px;
	margin-bottom: 2px;
}

.pieLabelBackground {
	border-radius: 0.2em;
}

.ugd-flex-row {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

.tsk-cont-flex-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.ugd-flex-column {
	flex-basis: 0;
	max-width: 100%;
	flex-grow: 1;
	display: flex;
	align-items: center;
}

.tsk-cont-flex-column {
    flex-basis: 0;
    max-width: 100%;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.ugd-flex-item {
	align-self: stretch;
	display: flex;
	align-items: center;
}

.tsk-cont-flex-item {
    align-self: stretch;
    display: flex;
    align-items: center;
}

.ugd-flex-column-1 {
	flex: 0 0 40px;
	max-width: 40px;
}

.cc-legend-custom {
	padding-top: 5px;
}

.dl-horizontal dt {
	width: auto !important;
	margin-right: 10px !important;
}

.dl-horizontal dd {
	margin-left: 40%;
}

.cc-fci-mult {
	border: 0 !important;
}

.cc-fci-mult-first {
	padding-bottom: 0 !important;
}

.cc-fci-mult-middle {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.cc-fci-mult-last {
	padding-top: 0 !important;
}

.cc-box-round {
	position: relative;
	margin: 0 0 30px 0;
	padding: 5px 5px 5px 5px;
	width: 100%;
	height: auto;
	border: 1px solid #d1d1d1;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	background: #ededed;
	color: #595959;
	text-shadow: 0 1px 0 #fff;
}

.cc-chart-pie-label {
	font-size: 10px;
	text-align: center;
	padding: 4px 6px;
	color: #ffffff;
}

#listobjects .sub-header {
	background-color: rgba(239, 239, 239, 0.5);
	border-radius: 2px;
}

#target_menu-bottom .btn {
	font-weight: bold !important;
}

#dialog-footer .btn {
	font-weight: bold !important;
}

.cc-dropdown-download {
	min-width: 210px;
	left: -167px;
}

.cc-dropdown-download-left {
	min-width: 210px;
}

.cc-dropdown-download-left {
	min-width: 210px;
}

.cc-dl-item {
	padding: 5px;
	border-bottom: 1px solid #ececec;
	line-height: 2em;
}

.cc-dl-item :hover .text-primary{
	color: white;
}

.cc-dl-left dt {
	text-align: left;
}

.cc-lock-user {
	background-color: #ffffff;
	margin: 0;
	padding: 6px;
}

.xmas-head {
	margin: 0;
	padding: 0;
	background: url(/c2/global/christmas/xmas_deco.png);
	background-size: 100%;
	width: 64px;
	height: 64px;
}

.cc-block-widget {
	padding: 10px;
	margin: 4px;
}

.block-options > div {
	display: inline-block;
	vertical-align: middle;
}

.block-options .btn {
	border-radius: 3px;
	padding-right: 8px;
	padding-left: 8px;
	min-width: 30px;
	text-align: center;
	font-weight: bold;
}

.cc-th-small {
	padding-top: 4px !important;
	padding-bottom: 0 !important;
}

.cc-th-smallfont {
	font-size: 12px !important;
	font-weight: normal !important;
}

.cc-bg-danger {
	background-color: #ef8a80 !important;
	border-color: #e74c3c !important;
	color: #ffffff;
}

.cc-bg-warning {
	background-color: #f7be64 !important;
	border-color: #f39c12 !important;
	color: #ffffff;
}

.cc-bg-success {
	background-color: #aad178 !important;
	border-color: #7db831 !important;
	color: #ffffff;
}

.cc-bg-info {
	background-color: #7abce7 !important;
	border-color: #3498db !important;
	color: #ffffff;
}

.cc-bg-default {
	background-color: #f1f3f6 !important;
	border-color: #d4d4d4 !important;
	color: #394263;
}

.cc-tp-left button {
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.cc-tp-left input {
	margin-left: -1px !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}

.cc-tp-right {
	margin-left: -1px !important;
}

.cc-dr-input-right {
	margin-left: -1px !important;
}

.cc-ts-btn {
	float: none !important;
}

.cc-ts-split {
	margin-top: 6px;
}

.cc-ts-btn-row {
	margin-top: 5px;
	margin-bottom: 5px;
	display: flex;
	flex-wrap: nowrap;
	overflow: scroll;
}

.cc-pi {
	color: #999999;
	font-size: 10px;
	margin-right: 4px;
	margin-top: 4px;
	height: 100%;
	float: right;
	vertical-align: middle;
	text-align: right;
}

.cc-ci-frame {
	margin-bottom: 15px;
}

.cc-co-tags {
	display: inline-block;
	margin-right: 15px;
}

.cc-vs-frame {
	display: none;
	border-width: 1px;
	border-style: solid;
	position: fixed;
	bottom: 51px;
	right: 0;
	padding: 15px;
	background-color: white;
	z-index: 100;
	white-space: nowrap;
}

.cc-vs-row {
	border-bottom: 1px dotted #ddd;
	padding-bottom: 5px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.cc-vs-item {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 5px;
}

.cc-vs-title {
	font-weight: bold;
	width: 140px;
}

.cc-amd-data {
	padding: 5px;
}

.cc-amd-data-child {
	padding: 5px;
	border-bottom: 1px solid #ddd;
}

#to-top {
	right: 5px;
	left: auto;
}

.dropdown-menu {
	border-width: 1px;
}

.dropdown-menu i {
	opacity: 0.8;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	background: #efefef;
}

.cc-comp-1 {
	border: 3px dashed #00ff00;
}

.cc-comp-2 {
	border: 3px dashed #ff00ff;
}

.cc-co-nomargin {
	margin-top: 0;
	margin-bottom: 0;
}

.cc-last-viewed {
	background-color: #e9e9e9 !important;
}

.cc-inner-block {
	border: 0;
}

.cc-ugd-invalid {
	background: #999999;
	padding: 0 4px 0 4px;
	border-radius: 2px;
}

.cc-tsk-cont-invalid {
    background: #999999;
    padding: 0 4px 0 4px;
    border-radius: 2px;
}

.cc-ugd-frame {
	display: flex;
	align-items: center;
	margin: 2px 4px;
}

.cc-tsk-cont-frame {
    display: flex;
    flex-direction: column;
    margin: 2px 4px;
    justify-content: flex-start;
    line-height: normal !important;
}

.cc-ugd-item {
	display: flex;
	align-items: center;
	margin-right: 10px;
	padding: 6px;
	border-radius: 4px;
	font-size: 0.9em;
	float: left;
	flex-wrap: nowrap;
	font-weight: 600;
	color: #ffffff;
}

.cc-loc-frame {
	display: flex;
	align-items: center;
	gap: 3px;
}

.cc-favproj-act:hover .cc-fp-star, .cc-favproj-act .cc-fp-star-empty {
	display: none;
}

.cc-favproj-act:hover .cc-fp-star-empty {
	display: inline;
}

.cc-favproj-inact:hover .cc-fp-star-empty, .cc-favproj-inact .cc-fp-star
	{
	display: none;
}

.cc-favproj-inact:hover .cc-fp-star {
	display: inline;
}

.cc-favproj-act:hover, .cc-favproj-inact:hover {
	text-decoration: none;
}

.cc-fp-star {
	color: #fff30c;
}

.cc-img-frame {
	white-space: nowrap;
	width: 100%;
	background-color: #f8f8f8;
	margin: 4px;
	padding: 16px;
	min-height: 170px;
}

td .btn-group {
	display: flex;
	float: right;
}

td .btn {
	float: right;
}

.cc-pdb-label {
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}

.cc-pdb-main-row {
	background-color: #f5f5f5;
}

.cc-pdb-type-attached {
	background-color: #27ae60;
}

.cc-pdb-type-composite {
	background-color: #3498db;
}

.cc-pdb-type-bolt {
	background-color: #e67e22;
}

.cc-pdb-preview-main {
	margin-top: 15px;
	text-align: center;
}

.cc-pdb-item-main {
	font-weight: 600 !important;
}

.cc-pdb-struct-item-attached {
	background-color: #ffffff !important;
	border-bottom: 2px solid #f9f9f9 !important;
}

.cc-pdb-result {
	background-color: #e8f4e3 !important;
}

.cc-pdb-warning {
	background-color: #fcf8e3 !important;
}

.cc-pdb-danger {
	background-color: #f2dede !important;
}

.cc-pdb-filler {
	flex-grow: 2;
	border-bottom: 0 !important;
}

.cc-pdb-row {
	margin-bottom: 4px !important;
}

.cc-pdb-fw {
	width: 4em;
}

.cc-pdb-fw-sm {
	width: 4em;
	float: right;
	padding: 2px 4px;
}

.cc-stat-task_taken {
    background-color: #6fc000;
}

.cc-stat-created {
	background-color: #33a02c;
}

.cc-stat-deleted {
	background-color: #db3133;
}

.cc-stat-activated {
	background-color: #829e18;
}

.cc-stat-resubmitted {
	background-color: #6fc000;
}

.cc-stat-downloaded {
	background-color: #73a4d9;
}

.cc-stat-viewed {
	background-color: #73a4d9;
}

.cc-stat-recreated {
	background-color: #6fc000;
}

.cc-stat-deactivated {
	background-color: #d44380;
}

.cc-stat-changed {
	background-color: #d6a25e;
}

.cc-stat-changed_signature {
	background-color: #d6a25e;
}

.cc-stat-changed_content {
	background-color: #ecb200;
}

.cc-stat-upload {
	background-color: #33a02c;
}

.cc-stat-login {
	background-color: #01a5ba;
}

.cc-stat-logout {
	background-color: #593556;
}

.cc-stat-project_enter {
	background-color: #7e8fc4;
}

.cc-stat-login_con {
	background-color: #01baaf;
}

.cc-stat-tag_status_added {
	background-color: #51a5ba;
}

.cc-stat-tag_status_removed {
	background-color: #db2a63;
}

.cc-stat-tag_added {
	background-color: #01a5ba;
}

.cc-stat-tag_removed {
	background-color: #db3133;
}

.cc-stat-document_added {
	background-color: #01a5ba;
}

.cc-stat-document_removed {
	background-color: #db3133;
}

.cc-stat-tags_cleared {
	background-color: #db3133;
}

.cc-stat-tag_changed {
	background-color: #d6a25e;
}

.cc-stat-logout_con {
	background-color: #593556;
}

.cc-stat-changed_password {
	background-color: #d6a25e;
}

.cc-stat-invalidated {
	background-color: #d75d7f;
}

.cc-stat-revalidated {
	background-color: #adc800;
}

.cc-stat-prefs_changed {
	background-color: #d6a25e;
}

.cc-stat-commented {
	background-color: #01baaf;
}

.cc-stat-comment_deleted {
	background-color: #db3133;
}

.cc-stat-sent_by_email {
	background-color: #73a4d9;
}

.cc-stat-unsubscribed {
	background-color: #d75d7f;
}

.cc-stat-read {
	background-color: #90c2ee;
}

.cc-stat-attachment_deleted {
	background-color: #db3133;
}

.cc-stat-execute_start {
	background-color: #6fc000;
}

.cc-stat-execute_end {
	background-color: #33a02c;
}

.cc-stat-execute_preview_start {
	background-color: #6fc000;
}

.cc-stat-execute_preview_end {
	background-color: #33a02c;
}

.cc-stat-released {
	background-color: #33a02c;
}

.cc-stat-unreleased {
	background-color: #d44380;
}

.cc-stat-released_edit {
	background-color: #33a02c;
}

.cc-stat-unreleased_edit {
	background-color: #d44380;
}

.cc-stat-requested {
	background-color: #6fc000;
}

.cc-stat-closed {

}

.cc-stat-delivered {
	background-color: #73a4d9;
}

.cc-stat-delivered_by_attachement {
	background-color: #73a4d9;
}

.cc-stat-processing {
	background-color: #ecb200;
}

.cc-stat-ready {
	background-color: #33a02c;
}

.cc-stat-failed {
	background-color: #db3133;
}

.cc-stat-new {
	background-color: #6fc000;
}

.cc-stat-done {
	background-color: #33a02c;
}

.cc-stat-error {
	background-color: #db3133;
}

.cc-stat-unpacking {
	background-color: #c7aa8e;
}

.cc-stat-parsed {
	background-color: #33a02c;
}

.cc-stat-removed_from_group {
	background-color: #d75d7f;
}

.cc-stat-downloaded_client {
	background-color: #73a4d9;
}

.cc-stat-vacuumed {
	background-color: #f95923;
}

.cc-stat-ready {
	background-color: #33a02c;
}

.cc-stat-error {
	background-color: #db3133;
}

.cc-stat-process_failure {
	background-color: #db3133;
}

.cc-stat-process_success {
	background-color: #33a02c;
}

.cc-stat-recipient_added {
	background-color: #d6a25e;
}

.cc-stat-num_extended {
	background-color: #01a5ba;
}

.cc-stat-num_closed {

}

.cc-stat-num_unused {
	background-color: #db3133;
}

.cc-stat-num_notified {
	background-color: #7e8fc4;
}

.cc-stat-numgroup_added {
	background-color: #829e18;
}

.cc-stat-updated {
	background-color: #73a4d9;
}

.cc-stat-needs_parsing {
	background-color: #d75d7f;
}

.cc-stat-needs_parsing_structure {
	background-color: #d75d7f;
}

.cc-stat-assigned_to_generator {
	background-color: #90c2ee;
}

.cc-stat-pps_sync_success {
	background-color: #33a02c;
}

.cc-stat-pps_sync_failure {
	background-color: #db3133;
}

.cc-stat-policy_saved {
	background-color: #d6a25e;
}

.cc-stat-policy_accepted {
	background-color: #33a02c;
}

.cc-stat-policy_denied {
	background-color: #db3133;
}

.cc-stat-merged {
	background-color: #01a5ba;
}

.cc-stat-inv_pos_added {
	background-color: #7db831;
}

.cc-stat-inv_pos_deleted {
	background-color: #db3133;
}

.cc-stat-inv_pos_changed {
	background-color: #d6a25e;
}

.cc-stat-synced_cs {
	background-color: #d6a25e;
}

.cc-stat-call_ref_added {
	background-color: #7db831;
}

.cc-stat-call_ref_removed {
	background-color: #d75d7f;
}

.cc-stat-task_closed {

}
.cc-stat-for_billing {
    background-color: #6fc000;
}

.cc-stat-task_reactivated {
	background-color: #33a02c;
}

.cc-stat-effort_removed {
	background-color: #d6a25e;
}

.cc-stat-effort_added {
	background-color: #7db831;
}

.cc-tree-icons {
	display: inline-block;
	float: left;
}

.cc-tree-text-group {
	display: block;
	margin-left: 36px;
}

.cc-drop-icon {
	display: inline-block;
	margin-bottom: 2px;
}

.cc-drop-text {
	margin-left: 6px;
}

.cc-drop-cont {
	display: flex;
	align-items: center;
}

.cc-infoproj-fav {
	display: inline-block;
	float: left;
}

.cc-infoproj-name {
	display: block;
	margin-left: 18px;
}

.cc-th {
	white-space: nowrap;
}

.floatThead-table th {
	background: rgba(255, 255, 255, 0.94);
}

.cc-select-paging-size {
	display: inline-block;
	float: right;
}

.cc-totals-top {
	margin: -20px -20px 20px;
	padding: 7px 20px;
	border-top: 1px solid #eaedf1;
	border-bottom: 1px solid #dbe1e8;
	font-size: 12px;
	background-color: #ffffff;
	margin-top: -21px;
}

.cc-container-ident {
	font-weight: 600;
	display: inline-block;
	margin-left: 6px;
}

.cc-container-desc {
	font-weight: 400;
	display: inline-block;
	margin-left: 6px;
	font-size: 20px;
}

.cc-ci-ident {
	font-weight: 600;
	display: inline-block;
	margin-left: 6px;
}

.cc-ci-formats {
	display: inline-block;
	margin-left: 6px;
}

.cc-ci-desc {
	display: inline-block;
	margin-left: 6px;
}

.cc-nowrap {
	white-space: nowrap;
}

.cc-circle-value {
	border-radius: 12px;
	color: #ffffff;
	padding: 2px 8px 2px 8px;
}

.cc-circle-value .text-muted {
	color: #ffffff;
}

.cc-pdb-cs {
	border-radius: 0.9em;
	color: #ffffff;
	padding: 2px 8px 2px 8px;
	margin: 0 4px 0 0;
	font-size: 0.8em;
	font-weight: bold;
}

.cc-pagination-small>li>a, .cc-pagination-small>li>span {
	margin-left: 2px;
	margin-right: 2px;
	border-radius: 16px !important;
	font-size: 10px;
	padding: 4px 8px;
}

.cc-text-black {
	color: #000000;
}

.cc-wa-events {
	line-height: 24px;
}

.gallery {
	padding-left: 15px;
	padding-right: 15px;
}

.gallery img {
	vertical-align: middle;
	display: inline-block;
}

.cc-gallery-img-bordered {
	border: 1px solid #efefef;
}

.cc-treeview-outer {
	display: flex;
	flex-wrap: nowrap;
}

.cc-treeview {
	margin-left: 0;
}

.cc-tree-hidden {
	display: none;
}

.cc-tree-visible {
	min-width: 140px;
}

.cc-treeview a:hover {
	text-decoration: none;
}

.cc-treeview a:visited {
	text-decoration: none;
}

.cc-treeview a:active {
	text-decoration: none;
}

.cc-treeview a:link {
	text-decoration: none;
}

.cc-treeview li {
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 4px;
	line-height: 1.5;
}

.cc-treeview-parent {
	margin: 0 !important;
	padding: 0 !important;
}

.cc-treeview-parent>.fa-ul {
	margin-left: 8px;
}

.cc-treeview-selected {
	color: white;
	border-radius: 2px;
}

.cc-treeview-selected .text-primary {
	color: inherit;
}

.cc-search-active {
	background-color: #f5f097;
}

.cc-widget-file {
	width: 68px;
	height: 68px;
	border-radius: 34px;
	display: inline-block;
	vertical-align: middle;
	line-height: 78px;
	text-align: center;
}

.cc-widget-file i {
	font-size: 32px;
}

.cc-widget {
	margin-top: 20px;
	margin-bottom: 20px;
}

.cc-widget small {
	font-size: 13px;
	font-weight: 400;
	display: block;
}

.cc-widget-text {
	font-size: 18px;
	vertical-align: middle;
	display: inline-block;
}

.cc-widget-text-small {
	font-size: 14px;
	vertical-align: middle;
	display: inline-block;
}

.cc-dispchunk-text-r {
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}

.cc-dispchunk-text {
	vertical-align: middle;
	display: inline-block;
	margin-left: 5px;
}

.cc-widget-icon {
	vertical-align: middle;
	display: inline-block;
	line-height: 64px;
	text-align: center;
	width: 68px;
}

.cc-widget-icon i {
	font-size: 64px;
}

.cc-search-info {
	padding: 8px;
}

.cc-breadcrumb {
	margin-bottom: 0;
	font-size: 18px;
	padding-left: 0;
}

.cc-breadcrumb i {
	font-size: inherit;
}

.cc-breadcrumb-current {
	font-size: 24px;
}

.cc-label-sm {
	padding-top: 5px !important;
	padding-left: 2px !important;
	font-size: 85%;
}

.switch {
	display: inline-flex;
	align-items: center;
}

.cc-switch-sm span {
	position: relative;
	display: inline-block;
	width: 34px;
	height: 20px;
	border-radius: 11px;
	vertical-align: middle;
}

.cc-switch-sm span:after {
	left: 4px;
	top: 2px;
	bottom: 2px;
	width: 14px;
	border-radius: 12px;
}

.cc-switch-sm input:checked+span:after {
	left: 15px;
	width: 14px;
	top: 2px;
	bottom: 2px;
}

.cc-switch-xs span {
	position: relative;
	display: inline-block;
	width: 22px;
	height: 12px;
	border-radius: 6px;
	vertical-align: middle;
}

.cc-switch-xs span:after {
	left: 2px;
	top: 1px;
	bottom: 1px;
	width: 8px;
	border-radius: 8px;
}

.cc-switch-xs input:checked+span:after {
	left: 10px;
	width: 8px;
	top: 1px;
	bottom: 1px;
}

.cc-search-info-bubble {
	width: 32px;
	height: 32px;
	border-radius: 16px;
	font-size: 18px;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	line-height: 32px;
	color: white;
}

.cc-search-info-main {
	padding-left: 15px;
	display: inline-block;
	font-size: 1.3em;
}

.cc-search-info-flags {
	display: inline-block;
	line-height: 32px;
}

.cc-search-info-flags {
	padding-left: 36px;
}

/* fix lightbox images now above dialogs */
.mfp-wrap {
	z-index: 1051 !important;
}

.dz-success>.cc-dz-error-mark {
	display: none;
}

.dz-error>.cc-dz-success-mark {
	display: none;
}

.cc-details-validity-icon {
	font-size: 74px;
}

.cc-dropzone-progress {
	height: 4px;
	background-color: #ff0000;
}

.cc-dropzone-preview {
	background: rgba(0, 0, 0, 0.15);
}

.cc-dropzone-thumbnail {
	display: table-cell;
	vertical-align: center;
	text-align: center;
}

.cc-dropzone-thumbnail img {
	width: 64px;
	height: 64px;
}

.cc-popover-refresh {

}

.cc-popover-html {
	cursor: pointer;
	cursor: hand;
}

.cc-popover-html-left {
	cursor: pointer;
	cursor: hand;
}

.cc-popover-html-top {
	cursor: pointer;
	cursor: hand;
}

.cc-popover-html-right {
	cursor: pointer;
	cursor: hand;
}

.cc-popover-html-tags {
	cursor: pointer;
	cursor: hand;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 2px;
}

.cc-popover-html-status {
	cursor: pointer;
	cursor: hand;
}

.cc-gallery-item .cc-popover-html-tags {
	justify-content: center;
}

.cc-news-tags .cc-popover-html-tags {
	justify-content: flex-start;
}

.cc-forum-tags .cc-popover-html-tags {
	gap: 8px;
}

.popover {
	max-width: 60%;
	width: auto;
}

.cc-disabled-tooltip.disabled {
	pointer-events: auto;
}

.cc-color-yellow {
	color: #fce205;
}

.cc-color-yellow-back {
	background-color: #fce205;
}

/* tooltip */
.tooltip {
	z-index: 1051;
}

.tooltip.in {
	opacity: 1;
}

.tooltip-inner {
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	max-width: none !important;
	white-space: nowrap;
	text-decoration: none;
	line-height: 1;
	padding: 6px;
	font-size: 12px;
	background-color: rgba(0, 0, 0, 0.9);
	color: #fff;
	border-radius: 2px;
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.4);
}

.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow
	{
	border-top-color: #282828;
}

.tooltip.right .tooltip-arrow {
	border-right-color: #282828;
}

.tooltip.left .tooltip-arrow {
	border-left-color: #282828;
}

.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow,
	.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #282828;
}


.popover .sub-header {
	margin-bottom: 6px;
}


.cc-tag-header {
	background-color: #f1f3f6;
	color: #394263;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 4px;
	font-style: italic;
}

.cc-tags-popup {
	width: 240px;
}

.cc-tag-image {
	display: inline-block;
	padding: 0 2px 0 2px;
}

.cc-tag-placeholder {
	width: 24px;
}

.cc-tag-icon {
	display: inline-block;
}

.cc-tag-label {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px;
}

.cc-tag-frame {
	border: 1px solid #e7e3d4;
	border-radius: 5px;
}

.cc-tag-range {
	cursor: pointer;
	cursor: hand;
	margin-bottom: 4px;
}

.cc-tag-date-details {
	display: none;
}

.cc-tag {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	flex-wrap: nowrap;
}

.cc-tag-first
{
	margin-bottom: 2px;
}

.cc-tag-secondary {
}

.cc-tag-relevant {
	background-color: #efefef;
	border-radius: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.cc-tag-value {
	margin-right: 4px;
}
.cc-tag-col {
	padding: 6px;
}

.cc-tag-col-inner {
	padding: 6px;
}

.table thead>tr>th {
	font-size: 14px;
	font-weight: 600;
}

.table thead>tr>th>small {
	font-weight: 400;
	font-size: 75%;
}

.cc-hidden {
	visibility: hidden;
}

.cc-paging-size-input {
	width: 80px;
}

.cc-link-nocolor {
	color: inherit;
}

.cc-link-nocolor:link {
	color: inherit;
}

.cc-link-nocolor:hover {
	color: inherit;
}

.cc-link-nocolor:active {
	color: inherit;
}

.cc-link-nocolor:visited {
	color: inherit;
}

.color-selected {
	background: #eae8e6;
	border-radius: 6px;
}

.cc-slimscroll-modal {
	padding-right: 8px;
}

.cc-button-back {
	width: 160px;
}

.carousel {
	top: 0;
	left: 0;
	min-width: 100%;
}

.carousel-inner {
	width: inherit;
}

.carousel-inner>.item>img {
	min-width: 100%;
}

.carousel-control {
	top: 0;
	bottom: 130px;
}

.cc-carousel-buttons .dropdown-menu {
	bottom: inherit;
}

.cc-carousel-name {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}
.cc-gallery-item {
	margin-bottom: 15px;
}

.cc-gallery-image-options {
	bottom: auto;
}

.cc-gallery-caption {
	padding: 4px;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
	color: #ffffff;
	text-align: left;
	min-height: 40px;
}

.cc-center-img-horiz {
	margin: 0 auto;
}

.cc-widget-icon {
	font-size: 22px;
}

.cc-avatar-32 {
	width: 36px;
	height: 36px;
	padding: 2px;
	border-radius: 18px;
	background: rgba(0, 0, 0, 0.15);
	min-width: 36px;
	min-height: 36px;
}

.cc-avatar-32 img {
	width: 32px;
	height: 32px;
	border-radius: 16px;
	min-width: 36px;
	min-height: 36px;
}

.cc-avatar-32-inline {
	width: 36px;
	height: 36px;
	padding: 2px;
	border-radius: 18px;
	background: rgba(0, 0, 0, 0.15);
	display: inline-block;
	vertical-align: middle;
	line-height: 28px;
	min-width: 36px;
	min-height: 36px;
}

.cc-avatar-32-inline img {
	width: 32px;
	height: 32px;
	border-radius: 16px;
}

.cc-avatar-32-inline-bright {
	width: 36px;
	height: 36px;
	padding: 2px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.2);
	display: inline-block;
	vertical-align: middle;
	margin: 2px;
	min-width: 36px;
	min-height: 36px;
}

.cc-avatar-32-inline-bright img {
	width: 32px;
	height: 32px;
	border-radius: 16px;
}

.cc-avatar-32-inline-white {
	width: 36px;
	height: 36px;
	padding: 1px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.75);
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #cccccc;
	min-width: 36px;
	min-height: 36px;
}

.cc-avatar-32-inline-white img {
	width: 32px;
	height: 32px;
	border-radius: 16px;
}

.cc-avatar-64 {
	width: 68px;
	height: 68px;
	padding: 2px;
	border-radius: 34px;
	background: rgba(0, 0, 0, 0.15);
	min-width: 68px;
	min-height: 68px;
}

.cc-avatar-64 img {
	width: 64px;
	height: 64px;
	border-radius: 32px;
}

.cc-avatar-64-inline {
	width: 68px;
	height: 68px;
	padding: 2px;
	border-radius: 34px;
	background: rgba(0, 0, 0, 0.15);
	display: inline-block;
	vertical-align: middle;
	min-width: 68px;
	min-height: 68px;
}

.cc-avatar-64-inline img {
	width: 64px;
	height: 64px;
	border-radius: 32px;
}

.cc-avatar-128 {
	width: 128px;
	height: 128px;
	padding: 4px;
	border-radius: 64px;
	background: rgba(0, 0, 0, 0.15);
	min-width: 128px;
	min-height: 128px;
}

.cc-avatar-128 img {
	width: 120px;
	height: 120px;
	border-radius: 60px;
}

.cc-avatar-128-white {
	width: 128px;
	height: 128px;
	padding: 4px;
	border-radius: 64px;
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid gray;
	min-width: 128px;
	min-height: 128px;
}

.cc-avatar-128-white img {
	width: 120px;
	height: 120px;
	border-radius: 60px;
}

.cc-dialog-icon {
	padding: 6px;
}

.cc-dialog-custom-message {
	padding-left: 16px;
	padding-right: 16px;
	text-align: center;
}

.cc-dialog-custom-dialog {
	padding-left: 20px;
	padding-right: 20px;
}

.cc-dialog-options {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 32px;
}

.cc-col-no-gutter {
	padding-right: 10px;
	padding-left: 10px;
}

.cc-main-checkbox {

}

.cc-sublevel {
	margin-left: 14px;
}

.cc-collapsing-block-title {
	margin-bottom: 0;
}

.cc-dropdown-autowidth {
	min-width: 0 !important;
}

.cc-dropdown-vdb-edit {
	min-width: 210px;
	left: -167px;
}

.cc-dropdown-vdb-edit-left {
	min-width: 210px;
}

.cc-dropdown-savset {
	min-width: 190px;
}

.cc-footer-logo {
	height: 24px;
}

.cc-footer-logo-small {
	margin-top: 4px;
	height: 24px;
}

.cc-brand-logo {
	height: 32px;
	margin-top: -7px;
}

.cc-navbar-nav-custom {
	float: left;
	margin: 0;
}

.nav.cc-navbar-nav-custom>li {
	min-height: 50px;
	float: left;
}

.nav.cc-navbar-nav-custom>li>a {
	min-width: 50px;
	padding: 5px 7px;
	line-height: 40px;
	text-align: center;
	color: #394263;
	position: relative;
}

.cc-ug-select {
	width: 100%;
	min-height: 48px;
}

.cc-cont-tsk-select {
    width: 100%;
    min-height: 48px;
}

.cc-tag-select {
	width: 100%;
}

.cc-tag-edit-group {
	border-bottom: 1px dotted #dddddd;
	padding-bottom: 4px;
}

.cc-edit-missing {
	background-color: #ffaaaa;
}

.cc-select2-display-none {
	display: none !important;
}

.has-error .select2-selection {
	border-color: #e74c3c;
	background-color: #ffffff;
}

.select2-highlighted i {
	color: #FFF !important;
}

.select2-results__option--highlighted .text-muted {
	color: #ffffff !important;
}

.select2-results__option--highlighted .text-primary {
	color: #ffffff !important;
}

.select2-results__option--highlighted .cont {
	color: #ffffff !important;
}

.select2-results__option--highlighted .cc-idalt{
	color: #ffffff !important;
	border-color: #ffffff !important;
}
.select2-selection--single .cc-idalt
{
	line-height: 1.467 !important;
}

.select2-results__group {
	background-color: #f5f5f5 !important;
	font-style: italic;
}

.select2-container .select2-selection__rendered>*:first-child.select2-search--inline
{
	width: 100% !important;
}

.select2-container .select2-selection__rendered>*:first-child.select2-search--inline .select2-search__field
{
	margin-top: 5px !important;
	width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-top: 6px !important;
}

.select2-search__field {
	padding-top: 2px;
}

.cc-select-cont-32 .select2-container .select2-selection {
	height: auto !important;
	padding-top: 2px;
}

.cc-select-cont-ugd-multi .select2-container .select2-selection {
	height: auto !important;
	min-height: 50px;
}

.cc-select-cont-tsk-multi .select2-container .select2-selection {
    height: auto !important;
    min-height: 50px;
}

.cc-select-cont-ugd-multi .select2-selection__choice {
	height: auto !important;
	line-height: inherit !important;
	display: flex;
	align-items: center;
}

.cc-select-cont-tsk-multi .select2-selection__choice {
    height: auto !important;
    line-height: inherit !important;
    display: flex;
    align-items: flex-start;
}

.cc-select-cont-ugd-multi .select2-selection__choice__remove {
	margin-right: 0 !important;
}

.cc-select-cont-tsk-multi .select2-selection__choice__remove {
    margin-right: 0 !important;
}

.cc-select-cont-ugd .select2-container .select2-selection {
	height: auto !important;
}

.cc-select-cont-tsk .select2-container .select2-selection {
    height: auto !important;
}

.cc-select-cont-ugd .select2-selection__choice {
	height: auto !important;
	line-height: inherit !important;
}

.cc-select-cont-tsk .select2-selection__choice {
    height: auto !important;
    line-height: inherit !important;
}

.cc-select-cont-ugd .select2-selection__choice__remove {
	float: right;
}

.cc-select-cont-tsk .select2-selection__choice__remove {
    float: right;
}

.cc-select-cont-ugd .cc-avatar-32-inline {
	margin: 2px;
}

.cc-select-cont-ugd-multi .cc-avatar-32-inline {
	margin: 2px;
}

/* sidebar */
.cc-side-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.cc-sidebar_left_bottom {
	justify-self: flex-end;
	margin-bottom: 4px;
}

/* project Info */
.cc-sidebar-brand {
	background: rgba(255, 255, 255, 0.1);
	font-size: 12px;
	font-weight: 600;
	height: 50px;
}

.cc-sidebar-brand-logo-mini {
	width: 34px;
	margin-top: 8px;
	margin-left: 2px;
}

.cc-sidebar-brand-logo {
	height: 42px;
	margin-left: 8px;
	margin-top: 4px;
}

.cc-sidebar-project {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(0, 0, 0, 0.15);
	padding-left: 4px;
	padding-right: 2px;
}

.cc-sidebar-project-vert {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-flow: column;
}

.cc-sidebar-project-select {

}

.cc-sidebar-project-shortname {
	background: rgba(0, 0, 0, 0.15);
	padding-top: 0;
}

.cc-sidebar-project-links a {
	color: #ffffff;
	opacity: 0.4;
	filter: alpha(opacity = 40);
	padding-left: 0;
}

.cc-sidebar-project-links {
	text-align: center;
	font-size: 20px !important;
	line-height: 34px;
	width: 34px !important;
}

.cc-sidebar-project-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
}

.sidebar-nav .select2-container {
	width: 24px !important;
}

.cc-sidebar-project .select2-container .select2-selection {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	border: 0;
	font-size: 24px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.cc-selproj .select2-container .select2-selection {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	border: 0;
	font-size: 24px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

#cc-sidebar-project-dropdown .select2-dropdown--below {
	border-top-left-radius: 3px !important;
	border-top-right-radius: 3px !important;
	border-color-top: inherit !important;
	border-top-width: 1px !important;
	border-top-style: solid !important;
}

#cc-sidebar-project-dropdown .select2-results__options {
	min-height: 400px !important;
}

#select2-psel-container .select2-selection__placeholder {
	color: white !important;
}

#select2-psel_single-container {
	padding: 0 !important;
}

#select2-psel_single-container .select2-selection__placeholder {
	color: white !important;
}

#select2-psel_single-container .select2-selection__placeholder {
	color: white !important;
}

#cc-modal-project-dropdown .select2-results__options {
	min-height: 400px !important;
}

.cc-sidebar-project .select2-selection__arrow {
	display: none;
}

.cc-selproj {
	display: none;
}
.cc-selproj .select2-selection__rendered
{
	width: 24px;
	overflow: hidden;
}

.cc-sidebar-project .select2-selection__rendered
{
	width: 32px;
	overflow: hidden;
}

.sidebar-mini.sidebar-visible-lg-mini #sidebar .sidebar-nav .cc-selproj {
	display: block;
}

.cc-selproj .select2-selection__arrow {
	display: none;
}

.cc-sidebar-project-name {
	font-size: 18px;
	font-weight: 600;
	line-height: 32px;
}

.cc-sidebar-project-name-small {
	font-size: 12px;
	font-weight: 600;
	line-height: 22px;
}

.cc-sidebar-project-avatar {
	width: 68px;
	height: 68px;
	padding: 2px;
	border-radius: 34px;
	background: rgba(255, 255, 255, 0.75);
	flex-shrink: 0;
}

.cc-sidebar-project-avatar img {
	width: 64px;
	height: 64px;
	border-radius: 32px;
}

.cc-company-name {
	font-size: 13px;
	font-weight: 600;
}

.cc-company-name-small {
	font-size: 11px;
	font-weight: 600;
}

.cc-theme-icon {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	border-width: 4px;
	border-style: solid;
}

.cc-select2-nosearch {

}

.cc-select2 {

}

/* color picker */
.cp-hsvpanel-a {
	display: none !important;
}

.cp-container {
	width: 170px !important;
}

.cc-login-logo-company {
	height: 120px;
}

.text-left-not-xs, .text-left-not-sm, .text-left-not-md,
	.text-left-not-lg {
	text-align: left;
}

.text-center-not-xs, .text-center-not-sm, .text-center-not-md,
	.text-center-not-lg {
	text-align: center;
}

.text-right-not-xs, .text-right-not-sm, .text-right-not-md,
	.text-right-not-lg {
	text-align: right;
}

.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md,
	.text-justify-not-lg {
	text-align: justify;
}

.cc-module-nav {
	font-size: 1.2em;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
}

.label {
	font-weight: 600 !important;
}

.cc-disp-wrapper {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	word-break: normal;
}

.cc-hidden-buttons {
	visibility: hidden;
	display: inline-block;
	cursor: pointer;
	cursor: hand;
}

/* flexbox tables rework */
.cc-hover-buttons:hover .cc-hidden-buttons {
	visibility: visible;
}

.cc-hover-buttons:hover .cc-hidden-buttons-left {
	visibility: visible;
}

.cc-l-check
{
	display: flex !important;
	align-items: center;
}

.cc-l-padright {
	margin-right: 0.5em;
	display: inline-block;
}

.cc-l-padleft {
	margin-left: 0.5em;
	display: inline-block;
}

.cc-l-info {
	flex-grow: 0.5 !important;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 5px;
	min-width: 8em;
}

.cc-l-info-pdb {
	flex-grow: 0 !important;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 5px;
	min-width: 10em;
}

.cc-l-tags {
	font-size: 1.4rem;
	flex-grow: 2 !important;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 5px;
}

.cc-l-addinfo {
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 5px;
	flex-grow: 1 !important;
}

.cc-l-indexinfo {
	font-size: 0.8em;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 5px;
	flex-grow: 1 !important;
}

.cc-l-main {
	flex-grow: 3 !important;
}


.cc-fai {
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	padding: 0 0.5em 0 0.5em;
	gap: 10px;
}

.cc-fai-item {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	min-width: 60px;
	font-weight: 600;
	white-space: nowrap;
	flex-grow: 0;
}

.cc-fai-item-icon {
	margin-right: 0.25em;
}

.cc-fai .btn-group {
	display: flex;
	flex-wrap: nowrap;
}

.cc-ft {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
}

.cc-ft-header {
	display: none;
	z-index: 2;
	line-height: 2.1;
}

.cc-f-pad-defunc {
	padding-top: 0.75em !important
}

.cc-common-row {
	display: flex;
	width: 100%;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 5px;
}

.cc-common-row-item {
	display: flex;
	flex-flow: row nowrap;
	flex-basis: 0;
	flex-grow: 1;
	padding: 0.5em;
	overflow-x: hidden;
	min-width: 60px;
	align-items: center;
	word-break: normal;
	overflow-wrap: normal;
}

.cc-ft-row {
	width: 100%;
	border-bottom: 2px solid #e9e9e9;
}

.cc-ft-row-call {
	background-color: #ffffff !important;
	border-bottom: 2px solid #f9f9f9 !important;
}

.cc-ft-row:nth-of-type(even) {
	background-color: #f9f9f9;
}

.cc-ft-row:nth-of-type(odd) {
	background-color: #ffffff;
}

.cc-ft-row-item {
	display: flex;
	flex-flow: row nowrap;
	flex-grow: 1.5;
	flex-basis: 0;
	padding: 0.5em 0.25em;
	overflow-x: hidden;
	min-width: 60px;
	align-items: center;
	word-break: normal;
	overflow-wrap: normal;
}

.cc-ft-row-item:before {
	content: attr(data-header);
	width: 30%;
	font-weight: 600;
	text-align: right;
	padding-right: 0.8em;
	font-size: 1rem;
}

.cc-ft .btn-group {
	display: flex;
	flex-wrap: nowrap;
}

.cc-ft .cc-head {
	word-break: normal;
}

.cc-ft .cc-hb-frame {
	position: relative;
}

.cc-ft .cc-l-field-buttons {
	min-width: 0;
	overflow: visible;
	flex-grow: 0;
	align-self: normal;
}

.cc-ft .cc-hidden-buttons {
	visibility: visible;
}

.cc-ft .cc-hidden-buttons-left {
	visibility: visible;
}

.cc-ft .cc-l-in-folder {
	background-color: #dff0d8 !important;
	border-bottom: 2px solid white;
}

.cc-ft .cc-l-not-printable {
	background-color: #f2dede;
}

.cc-ft .cc-l-field-validity {
	min-width: 70px;
	flex-grow: 0;
	align-items: center;
}

.cc-ft .cc-l-field-comments {
	min-width: 70px;
	flex-grow: 0;
}

.cc-ft .cc-l-field-search_ref {
	min-width: 70px;
	flex-grow: 0;
}

.cc-ft .cc-l-field-dimensions {
	min-width: 100px;
	flex-grow: 0;
}

.cc-ft .cc-l-field-format {
	min-width: 70px;
	flex-grow: 0;
}

.cc-ft .cc-l-field-leftbut {
	min-width: 80px;
	flex-grow: 0;
}

.cc-ft .cc-l-field-leftbut-portal {
	min-width: 42px;
	flex-grow: 0;
}

.cc-fci {
	line-height: 1.6em;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	font-size: 20px;
	font-weight: 500;
	border-bottom: 1px solid #e9e9e9;
}

.cc-fci-row {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.cc-fci-row-item {
	display: flex;
	flex-flow: row wrap;
	flex-grow: 1;
	flex-basis: 0;
	padding: 0.5em;
	align-items: center;
}

.cc-fci-ident {
	font-weight: 600;
}

.cc-fci-small {
	font-size: 14px;
	color: #777777;
	font-weight: normal;
}

.cc-fci .btn-group {
	display: flex;
	flex-wrap: nowrap;
}

.cc-fci .cc-hb-frame {
	position: relative;
}

.cc-fci .cc-l-field-buttons {
	min-width: 100%;
	overflow: visible;
	flex-grow: 0;
}

.cc-fci .cc-hidden-buttons {
	visibility: visible;
}

.cc-fci .cc-hidden-buttons-left {
	visibility: visible;
}

.cc-fco {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	font-size: 24px;
	font-weight: 500;
	border-bottom: 2px solid #e9e9e9;
}

.cc-fco-row {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.cc-fco-row-item {
	display: flex;
	flex-flow: row wrap;
	flex-grow: 1;
	flex-basis: 0;
	padding: 0.5em;
	align-items: center;
}

.cc-fco-ident {
	font-weight: 600;
}

.cc-fco .btn-group {
	display: flex;
	flex-wrap: nowrap;
}

.cc-fco .cc-hb-frame {
	position: relative;
}

.cc-fco .cc-l-field-buttons {
	min-width: 100%;
	overflow: visible;
	flex-grow: 0;
	display: flex;
}

.cc-fco .cc-hidden-buttons {
	visibility: visible;
}

.cc-fco .cc-hidden-buttons-left {
	visibility: visible;
}

.cc-fbc {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	font-size: 20px;
	border-bottom: 2px solid #e9e9e9;
	margin-bottom: 20px;
}

.cc-fbc-row {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.cc-fbc-row-item {
	display: flex;
	flex-flow: row wrap;
	flex-grow: 1;
	flex-basis: 0;
	align-items: center;
}

.cc-fbc .btn-group {
	display: flex;
	flex-wrap: nowrap;
}

.cc-flo {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
}

.cc-flo-header {
	display: none;
	z-index: 2;
	line-height: 2.1;
}

.cc-flo-row {
	width: 100%;
	border-bottom: 2px solid #e9e9e9;
}

.cc-flo-row-wrapper:nth-of-type(even) {
	background-color: #f9f9f9;
}

.cc-flo-row-wrapper:nth-of-type(odd) {
	background-color: #ffffff;
}

.cc-flo-row-item {
	display: flex;
	flex-flow: row nowrap;
	flex-grow: 1.5;
	flex-basis: 0;
	padding: 0.5em 0.25em;
	overflow-x: hidden;
	min-width: 70px;
	align-items: center;
	word-break: normal;
	overflow-wrap: normal;
}

.cc-flo-row-item:before {
	content: attr(data-header);
	width: 30%;
	font-weight: 600;
	text-align: right;
	padding-right: 0.8em;
	font-size: 1rem;
}

.cc-flo .btn-group {
	display: flex;
	flex-wrap: nowrap;
}

.cc-flo .cc-head {
	word-break: normal;
}

.cc-flo .cc-head-icon {
	padding-top: 0.7em;
}

.cc-flo .cc-hb-frame {
	position: relative;
}

.cc-flo .cc-hidden-buttons {
	visibility: visible;
}

.cc-flo .cc-hidden-buttons-left {
	visibility: visible;
}

.cc-flo .cc-lo-field-buttons {
	min-width: 0px;
	overflow: visible;
	align-self: normal;
	flex-grow: 0;
}

.cc-flo .cc-lo-current {
	background-color: #dff0d8;
}

.cc-flo .cc-lo-warning {
	background-color: #fcf8e3;
}

.cc-flo .cc-lo-field-extras {
	flex-grow: 0;
	min-width: 60px;
}

.cc-flo .cc-lo-field-size {
	flex-grow: 0.3;
	min-width: 80px;
}

.cc-flo .cc-lo-field-info {
	flex-grow: 0.5;
	min-width: 100px;
}

.cc-flo .cc-lo-field-sections {
	flex-grow: 0.3;
	min-width: 95px;
}

.cc-flo .cc-lo-field-managers {
	flex-grow: 0.3;
	min-width: 100px;
}

.cc-flo .cc-lo-field-editors {
	flex-grow: 0.3;
	min-width: 95px;
}

.cc-flo .cc-lo-field-recipients {
	flex-grow: 0.3;
	min-width: 95px;
}

.cc-flo .cc-lo-field-image {
	min-width: 60px;
	flex-grow: 0;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

.cc-flo .cc-lo-field-comments {
	flex-grow: 0;
	min-width: 60px;
}

.cc-flo .cc-lo-field-policy_accepted {
	flex-grow: 0;
	min-width: 60px;
}

.cc-flo .cc-lo-field-release_edit {
	min-width: 70px;
	flex-grow: 0;
}

.cc-flo .cc-lo-field-release {
	min-width: 70px;
	flex-grow: 0;
}

.cc-flo .cc-lo-field-activity {
	flex-grow: 0;
	min-width: 70px;
}

.cc-flo .cc-lo-field-last_login {
	min-width: 55px;
	flex-grow: 0;
}


.cc-flo .cc-lo-field-signature {
	min-width: 110px;
	flex-grow: 0;
}

.cc-flo .cc-lo-field-button_main {
	flex-grow: 0;
	overflow: visible;
	min-width: 90px;
}

.cc-flo .cc-lo-field-details {
	min-width: 40px;
	flex-grow: 0;
}

.cc-lo-field-progress {
	min-width: 120px;
	flex-grow: 0;
}

.cc-lo-field-portal_messages {
	min-width: 50px;
	flex-grow: 0;
}

.cc-lo-field-portal_documents {
	min-width: 50px;
	flex-grow: 0;
}

.cc-lo-field-portal_upload_area {
	min-width: 50px;
	flex-grow: 0;
}

.cc-lo-field-portal_leave {
	min-width: 50px;
	flex-grow: 0;
}

.cc-lo-field-portal_documents_upload {
	min-width: 50px;
	flex-grow: 0;
}

.cc-lo-field-projects_read {
	min-width: 50px;
	flex-grow: 0;
}

.cc-lo-field-portal_all_folders {
	min-width: 50px;
	flex-grow: 0;
}

.cc-lo-field-welcome_mail_sent {
	min-width: 50px;
	flex-grow: 0;
}

.cc-lo-field-portal_user_admin {
	min-width: 50px;
	flex-grow: 0;
}

.cc-lo-field-portal_folders {
	min-width: 50px;
	flex-grow: 0;
}

.cc-lo-field-username {
	min-width: 80px;
	flex-grow: 0;
}

.cc-lo-field-weight {
	min-width: 80px;
	flex-grow: 1;
}

.cc-lo-field-pw_strength {
	min-width: 60px;
	flex-grow: 0;
}

.cc-lo-field-type {
	min-width: 80px;
	flex-grow: 1;
}

#target_UserBean-null-null .cc-lo-field-type {
	min-width: 60px;
	flex-grow: 0;
}

.cc-flo .cc-f-flags {
	padding-left: 0 !important;
	padding-right: 0 !important;
	flex-grow: 0 !important;
	/* invisible by default, min-width set by C2ListObjectsTag */
	min-width: 0;
}

.cc-flo .cc-lo-field-selector {
	min-width: 50px;
	flex-grow: 0;
}

.cc-flo .cc-lo-field-items {
	min-width: 70px;
	flex-grow: 0;
}

.cc-flo .cc-lo-field-documents {
	min-width: 110px;
	flex-grow: 0;
}

.cc-flo .cc-lo-field-bolts {
	min-width: 70px;
	flex-grow: 0;
}

.cc-flo .cc-lo-field-holes {
	min-width: 70px;
	flex-grow: 0;
}

.cc-flo .cc-lo-field-welds {
	min-width: 70px;
	flex-grow: 0;
}

.cc-flo .cc-lo-field-reinforcements {
	min-width: 70px;
	flex-grow: 0;
}

.cc-flo .cc-lo-field-status {
	min-width: 70px;
	flex-grow: 0;
}

.cc-flo .cc-lo-field-status-long {
	min-width: 120px;
	flex-grow: 0.5;
}

.cc-flo .cc-lo-field-claim {
	min-width: 80px;
	flex-grow: 1;
	overflow: visible;
	word-break: normal;
	overflow-wrap: normal;
	white-space: nowrap;
}

.cc-flo .cc-lo-field-control {
	min-width: 40px;
	flex-grow: 0.5;
	overflow: visible;
	word-break: normal;
	overflow-wrap: normal;
	white-space: nowrap;
}

.cc-flo .cc-lo-field-check {
	min-width: 40px;
	flex-grow: 0.5;
	overflow: visible;
	word-break: normal;
	overflow-wrap: normal;
	white-space: nowrap;
}

.cc-flo .cc-lo-field-sum {
	min-width: 80px;
	flex-grow: 0.5;
	word-break: normal;
	overflow-wrap: normal;
	white-space: nowrap;
}

.cc-flo .cc-lo-field-invoice_documents {
	min-width: 30px;
	flex-grow: 0;
}

.cc-flo .cc-lo-field-date {
	min-width: 120px;
	flex-grow: 0.5;
}

.cc-flo .cc-lo-field-from {
	min-width: 180px;
	flex-grow: 1;
}

.cc-flo .cc-lo-field-to {
	min-width: 180px;
	flex-grow: 1;
}

.cc-flo .cc-lo-field-mail_direction {
	min-width: 40px;
	flex-grow: 0;
}

.cc-flo .cc-lo-field-mail_info {
	min-width: 64px;
	flex-grow: 0;
}

.cc-flo .cc-lo-field-mail_completed {
	min-width: 60px;
	flex-grow: 0;
}

.cc-flo .cc-lo-field-mail_completed {
	min-width: 60px;
	flex-grow: 0;
}

.cc-flo .cc-lo-field-deleted {
	min-width: 100px;
	flex-grow: 0;
}

.cc-flo .cc-lo-field-user {
	min-width: 140px;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

.cc-flo .cc-lo-field-project {
	min-width: 140px;
	flex-grow: 0.5;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

.cc-flo .cc-lo-field-customer {
	min-width: 140px;
	flex-grow: 2;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

.cc-flo-cat {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	font-size: 20px;
	font-weight: 500;
	border-bottom: 2px solid #e9e9e9;
}

.cc-flo-cat-row {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.cc-flo-cat-row-item {
	display: flex;
	flex-flow: row wrap;
	flex-grow: 1;
	flex-basis: 0;
	padding: 0.5em 0.75em;
	align-items: flex-start;
}

.cc-flo-cat-ident {
	font-weight: 600;
}

.cc-flo-cat-small {
	font-size: 14px;
	color: #777777;
	font-weight: normal;
}

.cc-flo-cat-stat {
	flex-flow: row nowrap;
	justify-content: flex-end;
	min-width: 80px;
	flex-grow: 0;
	font-size: 1.4rem;
}

.cc-flo-cat .btn-group {
	display: flex;
	flex-wrap: nowrap;
}

.cc-flo-cat .cc-flo-cat-buttons {
	min-width: 100%;
	overflow: visible;
	flex-grow: 0;
}

.cc-flo-cat .cc-hb-frame {
	position: relative;
}

.cc-flo-cat .cc-hidden-buttons {
	visibility: visible;
}

.cc-flo-cat .cc-hidden-buttons-left {
	visibility: visible;
}

.cc-fcom {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
}

.cc-fcom-header {
	display: none;
	z-index: 2;
}

.cc-fcom-row {
	width: 100%;
	border-bottom: 2px solid #e9e9e9;
}

.cc-fcom-row:nth-of-type(even) {
	background-color: #f9f9f9;
}

.cc-fcom-row:nth-of-type(odd) {
	background-color: #ffffff;
}

.cc-fcom-row-item {
	display: flex;
	flex-flow: row nowrap;
	flex-grow: 1;
	flex-basis: 0;
	padding: 0.5em;
	overflow-x: hidden;
	min-width: 70px;
	align-items: center;
	word-break: normal;
	overflow-wrap: normal;
}

.cc-fcom-row-item:before {
	content: attr(data-header);
	width: 30%;
	font-weight: 600;
	text-align: right;
	padding-right: 0.8em;
	font-size: 1rem;
}

.cc-fcom .btn-group {
	display: flex;
	flex-wrap: nowrap;
}

.cc-fcom .cc-fcom-sm {
	flex-grow: 1.8;
}

.cc-fcom .cc-fcom-md {
	flex-grow: 3;
}

.cc-fcom .cc-fcom-lg {
	flex-grow: 5;
}

.cc-fcom .cc-fcom-btn {
	overflow: visible;
}

.text-center {
	justify-content: flex-start;
}

.text-right {
	justify-content: flex-start;
}

.text-left {
	justify-content: flex-start;
}

/* caret on container icon menu */
.btn-group.open .dropdown-toggle {
	box-shadow: none;
}

/* jquery scrollbar */
.scroll-wrapper {
	overflow: hidden !important;
	padding: 0 !important;
	position: relative;
}

.scroll-wrapper>.scroll-content {
	border: none !important;
	box-sizing: content-box !important;
	height: auto;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none !important;
	overflow: scroll !important;
	padding: 0;
	position: relative !important;
	top: 0;
	width: auto !important;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
	height: 0;
	width: 0;
}

.scroll-element {
	display: none;
}

.scroll-element, .scroll-element div {
	box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible
	{
	display: block;
}

.scroll-element .scroll-bar, .scroll-element .scroll-arrow {
	cursor: default;
}

.scroll-textarea {
	border: 1px solid #cccccc;
	border-top-color: #999999;
}

.scroll-textarea>.scroll-content {
	overflow: hidden !important;
}

.scroll-textarea>.scroll-content>textarea {
	border: none !important;
	box-sizing: border-box;
	height: 100% !important;
	margin: 0;
	max-height: none !important;
	max-width: none !important;
	overflow: scroll !important;
	outline: none;
	padding: 2px;
	position: relative !important;
	top: 0;
	width: 100% !important;
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
	height: 0;
	width: 0;
}

.scrollbar-external_wrapper {
	position: relative;
}

.scrollbar-external {
	overflow: auto;
}

.sidebar-mini.sidebar-visible-lg-mini #main-container #page-content #ext-scroller
	{
	left: 60px;
}

.sidebar-partial #sidebar:hover+#main-container #page-content #ext-scroller,
	.sidebar-visible-lg.footer-fixed #main-container #page-content #ext-scroller
	{
	left: 220px;
}

.external-scroll_y {
	display: none !important;
}

.external-scroll_x {
	z-index: 999;
	cursor: pointer;
	display: none;
	position: fixed;
	bottom: 55px;
}

.external-scroll_x.scroll-scrollx_visible {
	display: block;
	height: 25px;
	position: fixed;
	bottom: 55px;
	left: 20px;
	right: 20px
}

.external-scroll_x div {
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
}

.external-scroll_x .scroll-bar {
	width: 20%;
}

/* media settings */

@media print {
	body {
		-webkit-print-color-adjust: exact !important; /* Chrome, Safari */
		color-adjust: exact !important; /* Firefox */
	}

	body, #page-content {
		background-color: #ffffff !important;
	}

	a[href]:after {
		content: none;
	}

	.cc-g-empty-head {
		position: relative !important;
	}

	.cc-g-empty {
		position: relative !important;
	}

	.cc-g-proj-add {
		position: relative !important;
	}

	.cc-g-rowobj-empty {
		position: relative !important;
	}

	.cc-g-rowobj {
		position: relative !important;
	}

	.cc-g-rowobj-menu {
		position: relative !important;
	}

	#page-container.header-fixed-top {
		padding: 0 !important;
	}

	.navbar {
		display: none !important;
	}

	.cc-totals-top {
		margin: 0 !important;
		padding: 7px 15px !important;
	}

	#print-head {
		display: table-header-group;
	}

	.cc-sticky {
		position: relative !important;
		top: unset !important;
	}
}

@media (min-width: 1200px) {
	.modal-lg {
		width: 1050px !important;
	}

	.text-left-not-lg, .text-center-not-lg, .text-right-not-lg,
	.text-justify-not-lg {
		text-align: inherit;
	}

	.text-left-lg {
		text-align: left;
	}

	.text-center-lg {
		text-align: center;
	}

	.text-right-lg {
		text-align: right;
	}

	.text-justify-lg {
		text-align: justify;
	}

	.text-center-md {
		text-align: center;
	}

	.text-right-md {
		text-align: right;
	}

	#login-container, #login-alt-container {
		width: 480px;
		top: 148px !important;
		margin-left: -240px;
	}

	.cc-flexhide-sm-down {
		display: flex !important;
	}

	.cc-flexhide-md-down {
		display: flex !important;
	}

	.cc-flexhide-lg-down {
		display: none !important;
	}
}

@media ( max-width : 1540px) {
	.cc-module-nav {
		font-size: 1em;
	}
}

@media ( max-width : 1410px) {
	.cc-module-nav {
		font-size: 0.8em;
	}
}

@media ( min-width : 1400px) {
	.cc-flexhide-sm-down {
		display: flex !important;
	}
	.cc-flexhide-md-down {
		display: flex !important;
	}
	.cc-flexhide-lg-down {
		display: flex !important;
	}
}

@media ( max-width : 1300px) {
	.cc-module-nav {
		font-size: 0.7em;
	}
}

@media ( max-width : 1240px) {
	.cc-module-nav {
		font-size: 0.62em;
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.text-left-not-md, .text-center-not-md, .text-right-not-md,
	.text-justify-not-md {
		text-align: inherit;
	}
	.text-left-md {
		text-align: left;
	}
	.text-center-md {
		text-align: center;
	}
	.text-right-md {
		text-align: right;
	}
	.text-justify-md {
		text-align: justify;
	}
	.text-center-lg {
		text-align: left;
	}
	.text-right-lg {
		text-align: left;
	}
	#login-container, #login-alt-container {
		width: 480px;
		top: 148px !important;
		margin-left: -240px;
	}
	.cc-flexhide-sm-down {
		display: flex !important;
	}
	.cc-flexhide-md-down {
		display: none !important;
	}
	.cc-flexhide-lg-down {
		display: none !important;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.text-left-not-sm, .text-center-not-sm, .text-right-not-sm,
	.text-justify-not-sm {
		text-align: inherit;
	}
	.text-left-sm {
		text-align: left;
	}
	.text-center-sm {
		text-align: center;
	}
	.text-right-sm {
		text-align: right;
	}
	.text-justify-sm {
		text-align: justify;
	}
	.text-center-md {
		text-align: left;
	}
	.text-right-md {
		text-align: left;
	}
	.text-center-lg {
		text-align: left;
	}
	.text-right-lg {
		text-align: left;
	}
	.text-justify-md {
		text-align: justify;
	}
	#login-container, #login-alt-container {
		width: 480px;
		top: 148px !important;
		margin-left: -240px;
	}
	.header-section {
		padding: 10px 10px;
	}
	.cc-flexhide-sm-down {
		display: none !important;
	}
	.cc-flexhide-md-down {
		display: none !important;
	}
	.cc-flexhide-lg-down {
		display: none !important;
	}
}

@media ( max-width : 767px), print {
	.dl-horizontal dd {
		margin-left: 0;
	}

	.text-left-not-xs, .text-center-not-xs, .text-right-not-xs,
	.text-justify-not-xs {
		text-align: inherit;
	}
	.text-left-xs {
		text-align: left;
	}
	.text-center-xs {
		text-align: center;
	}
	.text-right-xs {
		text-align: right;
	}
	.text-justify-xs {
		text-align: justify;
	}
	.text-center-md {
		text-align: left;
	}
	.text-right-md {
		text-align: left;
	}
	.text-center-lg {
		text-align: left;
	}
	.text-right-lg {
		text-align: left;
	}
	.cc-login-logo-company {
		height: 82px;
	}
	.header-section {
		padding: 10px 10px;
	}
	.cc-totals-top {
		margin: 0 0 10px 0;
		padding-left: 5px;
	}
	.content-header {
		margin: 0;
	}
	.header-section {
		padding-left: 5px;
	}
	.cc-paging-size-input {
		float: right;
		margin-right: -15px;
	}
	.cc-flexhide-sm-down {
		display: none !important;
	}
	.cc-flexhide-md-down {
		display: none !important;
	}
	.cc-flexhide-lg-down {
		display: none !important;
	}
	.cc-treeview-outer {
		flex-wrap: wrap;
	}

	.cc-pdb-prev-main {
		width: 100% !important;
	}

	.cc-f-pdb-img {
		width: 100% !important;
	}

	.cc-sel-tag-input-md {
		width: 100%;
	}
}

@media ( min-width : 768px), print {
	.modal-dialog {
		width: 660px;
	}

	.cc-fcap-header {
		z-index: 2;
		font-size: 0.8em;
		border-top: none;
	}

	.cc-fcap-row {
		display: flex;
		flex-flow: row nowrap;
	}

	.cc-fcap-row-item {
		padding: 0.5em;
	}

	.cc-fcap-row-item:before {
		content: none;
	}

	.cc-fcap .cc-fcap-changes {
		justify-content: center;
	}

	.cc-fcap .cc-fcap-last-changed {
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
	}

	.cc-hovered-row:hover {
		background-color: #e9e9e9 !important;
	}

	.cc-ft-header {
		font-weight: 600;
		background-color: #f9f9f9;
	}

	.cc-ft-row {
		display: flex;
		flex-flow: row wrap;
		border-bottom: none;
		justify-content: flex-end;
		align-items: center;
	}

	.cc-ft-row:nth-of-type(even) {
		background-color: #ffffff;
	}

	.cc-ft-row:nth-of-type(odd) {
		background-color: #f9f9f9;
	}

	.cc-ft-row-item {
		padding: 0.5em 0.25em;
	}

	.cc-ft-row-item:before {
		content: none;
	}

	.cc-ft .cc-hb-frame {
		width: 100%;
		height: 100%;
	}

	.cc-ft .cc-l-field-buttons {
		padding: 0;
	}

	.cc-ft .cc-hidden-buttons {
		visibility: hidden;
		background-color: #e9e9e9;
		z-index: 3;
		position: absolute;
		height: calc(100% + 0.2em);
		display: flex;
		align-items: center;
		bottom: calc(100% - 0.2em);
		right: 100%;
		padding: 0 0.5em 0 0.5em;
		max-height: 55px;
	}

	.cc-ft .cc-hidden-buttons-left {
		visibility: hidden;
		background-color: #e9e9e9;
		z-index: 3;
		position: absolute;
		height: calc(100% + 0.2em);
		display: flex;
		align-items: center;
		bottom: calc(100% - 0.2em);
		padding: 0 0.5em 0 0.5em;
		max-height: 55px;
		margin-left: 80px;
	}

	.cc-ft .cc-l-field-validity {
		align-items: baseline;
	}

	.cc-fci .cc-hb-frame {
		width: 100%;
		height: 100%;
	}

	.cc-fci .cc-l-field-buttons {
		min-width: 0px;
		padding: 0;
	}

	.cc-fci .cc-hidden-buttons {
		visibility: hidden;
		background-color: #e9e9e9;
		z-index: 3;
		position: absolute;
		height: 100%;
		display: flex;
		align-items: center;
		bottom: calc(100% - 0.2em);
		right: 100%;
		padding: 0 0.5em 0 0.5em;
		max-height: 55px;
	}

	.cc-fci .cc-hidden-buttons-left {
		visibility: hidden;
		background-color: #e9e9e9;
		z-index: 3;
		position: absolute;
		height: 100%;
		display: flex;
		align-items: center;
		bottom: calc(100% - 0.2em);
		padding: 0 0.5em 0 0.5em;
		max-height: 55px;
		margin-left: 170px;
	}

	.cc-fco .cc-hb-frame {
		width: 100%;
		height: 100%;
	}

	.cc-fco .cc-l-field-buttons {
		padding: 0;
		min-width: 0px;
	}

	.cc-fco .cc-hidden-buttons {
		visibility: hidden;
		background-color: #e9e9e9;
		z-index: 3;
		position: absolute;
		height: calc(100% - 0.25em);
		display: flex;
		align-items: center;
		bottom: calc(100% - 0.2em);
		right: 100%;
		padding: 0 0.5em 0 0.5em;
		max-height: 64px;
	}

	.cc-fco .cc-hidden-buttons-left {
		visibility: hidden;
		background-color: #e9e9e9;
		z-index: 3;
		position: absolute;
		height: calc(100% - 0.25em);
		display: flex;
		align-items: center;
		bottom: calc(100% - 0.2em);
		padding: 0 0.5em 0 0.5em;
		max-height: 64px;
		margin-left: 200px;
	}

	.cc-flo-header {
		font-weight: 600;
		background-color: #f9f9f9;
	}

	.cc-flo-row {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-end;
		align-items: center;
		border-bottom: none;
	}

	.cc-flo-row-wrapper:nth-of-type(even) {
		background-color: #ffffff;
	}

	.cc-flo-row-wrapper:nth-of-type(odd) {
		background-color: #f9f9f9;
	}

	.cc-flo-row-item {
		padding: 0.5em;
	}

	.cc-flo-row-item:before {
		content: none;
	}

	.cc-flo .cc-hb-frame {
		width: 100%;
		height: 100%;
	}

	.cc-flo .cc-hidden-buttons {
		visibility: hidden;
		background-color: #e9e9e9;
		z-index: 3;
		position: absolute;
		height: calc(100% + 0.2em);
		display: flex;
		align-items: center;
		bottom: calc(100% - 0.2em);
		right: 100%;
		padding: 0 0.5em 0 0.5em;
		max-height: 55px;
	}

	.cc-flo .cc-hidden-buttons-left {
		visibility: hidden;
		background-color: #e9e9e9;
		z-index: 3;
		position: absolute;
		height: calc(100% + 0.2em);
		display: flex;
		align-items: center;
		bottom: calc(100% - 0.2em);
		padding: 0 0.5em 0 0.5em;
		max-height: 55px;
		margin-left: 65px;
	}

	.cc-flo .cc-lo-field-buttons {
		padding: 0;
	}

	.cc-flo-cat-row-item {
		align-items: flex-start;
	}

	.cc-flo-cat .cc-flo-cat-buttons {
		height: 100%;
		min-width: 0px;
		padding: 0;
	}

	.cc-flo-cat .cc-hb-frame {
		width: 100%;
		height: 100%;
	}

	.cc-flo-cat .cc-hidden-buttons {
		visibility: hidden;
		background-color: #e9e9e9;
		z-index: 3;
		position: absolute;
		height: calc(100% + 0.2em);
		display: flex;
		align-items: center;
		bottom: calc(100% - 0.2em);
		right: 100%;
		padding: 0 0.5em 0 1em;
		max-height: 55px;
	}

	.cc-flo-cat .cc-hidden-buttons-left {
		visibility: hidden;
		background-color: #e9e9e9;
		z-index: 3;
		position: absolute;
		height: calc(100% + 0.2em);
		display: flex;
		align-items: center;
		bottom: calc(100% - 0.2em);
		padding: 0 0.5em 0 0.5em;
		max-height: 55px;
	}

	.cc-fcom-header {
		font-weight: 600;
		background-color: #f9f9f9;
	}

	.cc-fcom-row {
		display: flex;
		flex-flow: row nowrap;
		border-bottom: none;
	}

	.cc-fcom-row:nth-of-type(even) {
		background-color: #ffffff;
	}

	.cc-fcom-row:nth-of-type(odd) {
		background-color: #f9f9f9;
	}

	.cc-fcom-row-item {
		padding: 0.5em;
	}

	.cc-fcom-row-item:before {
		content: none;
	}

	.text-center {
		justify-content: center;
	}

	.text-right {
		justify-content: flex-end;
	}
}
