/*
|---------------------------------------------------------------
| phpComasy - web content management system
|
| copyright by indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence (https://www.phpcomasy.com)
|---------------------------------------------------------------
*/

/* ---------- Custom font sizes ---------- */
td .fa,
#management li .fa {
	font-size: 125%;
}
h1 .fa,
h2 .fa {
	font-size: 18px;
}
#management a i.fa-times-circle-o {
	font-size: 140%;
}

.fa-stack.fa-fw {
	width: 1.28571429em;
}
.fa-stack-1x,
.fa-stack-2x {
	line-height: 100%;
}
.admin_part .fa {
	width: 1.28571429em;
	text-align: center;
}

/* ---------- Custom icon classes ---------- */
.fa-delete:before {
	content: "\f00d";
}
.fa-pictures:before,
.fa-resource:before,
.fa-resources:before,
.fa-ressource:before,
.fa-ressources:before {
	content: "\f03e";
}
.fa-edit:before {
	content: "\f040";
}
.fa-add:before {
	content: "\f067";
}
.fa-back:before {
	content: "\f112";
}

/* code */
.fa-file-php-o:before,
.fa-file-css-o:before,
.fa-file-html-o:before,
.fa-file-js-o:before {
	content: "\f1c9";
}

/* text */
.fa-file-doc-o:before,
.fa-file-docx-o:before,
.fa-file-dot-o:before,
.fa-file-dotx-o:before,
.fa-file-docx-o:before,
.fa-file-odt-o:before {
	content: "\f1c2";
}

/* presentation */
.fa-file-ppt-o:before,
.fa-file-pptx-o:before,
.fa-file-odp-o:before,
.fa-file-ppg-o:before,
.fa-file-ppv-o:before,
.fa-file-keynote-o:before,
.fa-file-key-o:before {
	content: "\f1c4";
}

/* spreadsheet */
.fa-file-xls-o:before,
.fa-file-xlsx-o:before,
.fa-file-xlt-o:before,
.fa-file-ods-o:before,
.fa-file-csv-o:before {
	content: "\f1c3";
}

/* archive */
.fa-file-7z-o:before,
.fa-file-7zip-o:before,
.fa-file-dmg-o:before,
.fa-file-tar-o:before,
.fa-file-gz-o:before,
.fa-file-rar-o:before {
	content: "\f1c6";
}

/* video */
.fa-file-mp4-o:before,
.fa-file-webm-o:before,
.fa-file-mkv-o:before,
.fa-file-flv-o:before,
.fa-file-ogg-o:before,
.fa-file-mpg-o:before,
.fa-file-mpeg-o:before {
	content: "\f1c8";
}

/* image */
.fa-file-jpg-o:before,
.fa-file-jpeg-o:before,
.fa-file-jfif-o:before,
.fa-file-png-o:before,
.fa-file-apng-o:before,
.fa-file-gif-o:before,
.fa-file-tiff-o:before,
.fa-file-bmp-o:before {
	content: "\f1c5";
}

/* audio */
.fa-file-mp3-o:before,
.fa-file-wmv-o:before,
.fa-file-wav-o:before,
.fa-file-flac-o:before,
.fa-file-aac-o:before,
.fa-file-wma-o:before {
	content: "\f1c7";
}

.fa-pencil-square-o:before {
  content: "\f14b"; }

.fa-gears:before,
.fa-gear:before {
    content: "\f085"; }

.fa-picture-o:before {
	  content: "\f302"; }

.fa-chain:before {
  content: "\f0c1"; }

.fa-file-pdf-o:before {
	content: '\f1c1';
}
.fa-file-docx-o:before {
	content: '\f1c2';
}
.fa-file-text:before {
	content: '\f15c';
}
.fa-remove:before {
	content: '\f00d';
}
.fa-files-o:before {
	content: '\f0c5';
}
.fa-back:before {
    content: "\f3e5";
}
.fa-times-circle-o:before {
	content: "\f057";
	font-weight: 400;
}
.fa-photo:before {
	content: "\f302";
}
.fa-leanpub {
	font-family: 'Font Awesome\ 5 Brands';
	font-weight: 400;
}
.fa-reorder:before {
	content: "\f0c9";
}
.fa-trash-o:before {
	content: "\f2ed";
}
.fa-plus-square-o:before {
	content: "\f0fe";
}


/* ---------- Custom fix colors ---------- */
.fa-check:before {
	color: #00a300;
}
#management a i.fa-lock,
table td a i.fa-times-circle-o,
#management a i.fa-times-circle-o {
	color: #e2001a;
}
