Your IP : 216.73.217.112


Current Path : /home/zieirix/www/administrator/components/com_faqbookpro/assets/css/
Upload File :
Current File : /home/zieirix/www/administrator/components/com_faqbookpro/assets/css/style.css

/* General */

body.com_faqbookpro .controls .alert {
	margin: 0;
}

/* Dashboard */

body.com_faqbookpro.view-,
body.com_faqbookpro.view-dashboard {
	background: #f7f7f7;
}

body.com_faqbookpro.view- .subhead-collapse,
body.com_faqbookpro.view-dashboard .subhead-collapse {
	display: none;
}

body.com_faqbookpro.view- .container-main,
body.com_faqbookpro.view-dashboard .container-main {
	padding-top: 20px;
}

/* Dashboard update alert */

.minitek-dashboard .alert {
	margin: 0 0 10px;
	padding: 15px;
	border-radius: 0;
	text-align: center;
}

.minitek-dashboard .alert .update-info {
	line-height: 24px;
	font-size: 14px;
}

.minitek-dashboard .alert .label {
	font-size: 12px;
	padding: 7px 8px;
}

/* Dashboard media box */

.minitek-dashboard .media {
	border: 1px solid #b4e1ea;
	margin: 5px 0 10px;
	padding: 15px;
	background: #d9edf7;
	box-shadow: 0 1px 3px rgba(0,0,0,0.055);
}

.minitek-dashboard .media-object {
	opacity: 0.8;
}

.minitek-dashboard .media-body {
	padding: 20px;
	color: #4780aa;
}

.minitek-dashboard .media-heading {
	margin: 0 0 15px;
}

.minitek-dashboard .media-heading .label {
	vertical-align: middle;
}

/* Dashboard thumbnails */

.dashboard-thumbnails {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.dashboard-thumbnails .thumbnail {
	flex-grow: 1;
	flex-basis: 20%;
	display: inline-block;
	border: 0;
	border-radius: 0;
	padding: 0;
	text-align: center;
	background: #fff;
	display: inline-block;
	margin: 0 5px 10px;
}

.dashboard-thumbnails .thumbnail a {
	display: inline-block;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 20px 10px;
	border: 1px solid #ddd;
}

.dashboard-thumbnails .thumbnail:last-child a {
	padding: 20px 20px 0;
}

.dashboard-thumbnails .thumbnail a:hover {
	border: 1px solid #71a0c0;
}

.dashboard-thumbnails .thumbnail .icon {
	font-size: 38px;
	width: 38px;
	height: 38px;
	display: inline-block;
	margin: 0;
	line-height: 1;
	color: #71a0c0;
}

.dashboard-thumbnails .thumbnail-title {
	margin: 20px 0 15px;
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	width: 100%;
}

/* Dashboard sidebar */

.dashboard-module {
	margin: 0 0 20px;
	border: 1px solid #ddd;
	border-bottom: 0;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.055);
}

.dashboard-module.download-id {
	border: 0;
}

.dashboard-module .alert {
	text-align: left;
}

.dashboard-module .nav-header {
	font-size: 13px;
	color: #888;
}

.dashboard-module .row-striped .row-fluid {
	padding: 10px 15px;
}

.dashboard-module .row-striped .row-fluid.alert-success {
	background-color: #dff0d8;
}

.dashboard-module [class^="icon-"] {
	color: #4a6c84;
}

/* Separators */

label[id^="jform_attribs_separator_"] {
	display: none !important;
}

.mmSeparator {
	box-sizing: border-box;
	background: none repeat scroll 0 0 #e8f3f9;
	color: #555;
	margin: 10px 0 0;
	padding: 5px;
	float: left;
	width: 100%;
	font-size: 12px;
}

.mmSeparator h3,
.mmSeparator h4 {
	margin: 0;
	padding: 5px;
	font-weight: 400;
}

.mmSeparator h4 {
	font-size: 15px;
}

/* Topic section disabled */

#jform_section_id_chzn.section-disabled .chzn-single {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: none;
	cursor: default;
	opacity: 0.6;
	background: #eee;
}

#jform_section_id_chzn.section-disabled .chzn-single div b {
	background: none;
}

/* Private Dropdown disabled */

#jform_private_chzn.dropdown-disabled .chzn-single {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: none;
	cursor: default;
	opacity: 0.6;
	background: #eee;
}

#jform_private_chzn.dropdown-disabled .chzn-single div b {
	background: none;
}

/* Question loader */

.fbAdmin_loader {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	text-align: center;
	background: rgba(255,255,255,0.8);
	z-index: 999;
}

.fbAdmin_loader img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/* Dropzone */

.fbForm_dropzone_inner {
	padding: 0 0 20px;
}

.fbForm_dropzone {
  padding: 0;
}

.fbForm_dropzone .well {
	clear: both;
  padding: 0;
  margin: 0 0 15px;
	background: #f5f5f5;
	border: 1px solid #e3e3e3;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.fbForm_dropzone .dropzone .dz-message {
  margin: 0;
  padding: 15px 0;
}

.fbForm_dropzone_icon {
  padding: 0 0 15px;
}

.fbForm_dropzone_icon .fa-upload {
  font-size: 28px;
  color: #bbb;
}

.fbForm_dropzone_desc {
  color: #656565;
}

.fbForm_dropzone_title {
  font-size: 110%;
  font-weight: 600;
}

.fbForm_dropzone_subtitle {
  font-size: 100%;
}

.fbForm_dropzone_text {
  margin: 0 0 5px;
}

.fbForm_dropzone_rules {
  text-align: center;
  color: #656565;
  font-size: 12px;
  margin: 0 0 20px;
}

.fbFiles_table.table {
  display: table;
  width: 100%;
  margin: 0;
  table-layout: fixed;
}

.fbFiles_row {
  display: table-row;
}

.fbFiles_row.dz-error {
  background: #fff6f6;
}

.fbFiles_row .preview {
  width: 30px;
}

.fbFiles_row .preview .fa {
  display: none;
  font-size: 14px;
}

.fbFiles_row.dz-error .preview .fa-times {
  display: inline-block;
}

.fbFiles_row.dz-success .preview .fa-check {
  display: inline-block;
}

.fbFiles_row > div {
  display: table-cell;
  vertical-align: top;
  border-top: 1px solid #e5e5e5;
  padding: 10px;
  line-height: 18px;
  word-break: break-word;
}

.fbFiles_row .file-size {
  width: 100px;
}

.fbFiles_row .file-progress,
.fbFiles_row .file-actions {
  width: 150px;
}

.fbFiles_row > div strong.error {
  display: inline-block;
  margin-top: 5px;
}

@media(max-width: 768px) {
  .fbFiles_row .file-size,
  .fbFiles_row .file-progress {
    display: none;
  }
}

.fbFiles_row > div .progress {
  margin-top: 4px;
  margin-bottom: 0;
  height: 10px;
}

.fbFiles_row > div .progress-bar {
  float: left;
  height: 100%;
  transition: width .6s ease;
}

.fbFiles_row > div .progress-bar-success {
  background-color: #5cb85c;
}

.fbForm_dropzone_wrap .alert-save {
	display: none;
}

/* Answer */

.fbForm_preview {
	padding: 15px;
	margin: 5px 0 30px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
}

/* Attachments */

.qItem_attachments {
	border: 1px solid #e5e5e5;
	padding: 20px;
	margin: 20px 0 0;
	color: #555;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.qItem_attachments .attachments-header {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.qItem_attachment {
  padding: 3px 0;
  line-height: 20px;
}

.qItem_attachment .fa {
  font-size: 15px;
}

.qItem_attachment > span:after {
  content: "\00b7";
  font-size: 26px;
  line-height: 16px;
  vertical-align: middle;
  padding: 0 4px;
}

.qItem_attachment > span:last-child:after {
  content: none;
}

.qItem_attachment a.attachment-ondelete {
  color: #b94a48;
}