:root {
	--tx: 0;
}

.certigo-app {
}

	.certigo-app html {
		font-family: sans-serif;
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%
	}

	.certigo-app body {
		margin: 0
	}

	.certigo-app article, .certigo-app aside, .certigo-app details, .certigo-app figcaption, .certigo-app figure, .certigo-app footer, .certigo-app header, .certigo-app hgroup, .certigo-app main, .certigo-app menu, .certigo-app nav, .certigo-app section, .certigo-app summary {
		display: block
	}

	.certigo-app audio, .certigo-app canvas, .certigo-app progress, .certigo-app video {
		display: inline-block;
		vertical-align: baseline
	}

		.certigo-app audio:not([controls]) {
			display: none;
			height: 0
		}

	.certigo-app [hidden], .certigo-app template {
		display: none
	}

	.certigo-app a {
		background-color: transparent
	}

		.certigo-app a:active, .certigo-app a:hover {
			outline: 0
		}

	.certigo-app abbr[title] {
		border-bottom: 1px dotted
	}

	.certigo-app b, .certigo-app strong {
		font-weight: 700
	}

	.certigo-app dfn {
		font-style: italic
	}

	.certigo-app h1 {
		margin: .67em 0;
		font-size: 2em
	}

	.certigo-app mark {
		color: #000;
		background: #ff0
	}

	.certigo-app small {
		font-size: 80%
	}

	.certigo-app sub, .certigo-app sup {
		position: relative;
		font-size: 75%;
		line-height: 0;
		vertical-align: baseline
	}

	.certigo-app sup {
		top: -.5em
	}

	.certigo-app sub {
		bottom: -.25em
	}

	.certigo-app img {
		border: 0
	}

	.certigo-app svg:not(:root) {
		overflow: hidden
	}

	.certigo-app figure {
		margin: 1em 40px
	}

	.certigo-app hr {
		height: 0;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box
	}

	.certigo-app pre {
		overflow: auto
	}

	.certigo-app code, .certigo-app kbd, .certigo-app pre, .certigo-app samp {
		font-family: monospace,monospace;
		font-size: 1em
	}

	.certigo-app button, .certigo-app input, .certigo-app optgroup, .certigo-app select, .certigo-app textarea {
		margin: 0;
		font: inherit;
		color: #fff;
	}

	.certigo-app button {
		overflow: visible
	}

	.certigo-app button, .certigo-app select {
		text-transform: none
	}

	.certigo-app button, .certigo-app html input[type=button], .certigo-app input[type=reset], .certigo-app input[type=submit] {
		-webkit-appearance: button;
		cursor: pointer
	}

		.certigo-app button[disabled], .certigo-app html input[disabled] {
			cursor: default
		}

		.certigo-app button::-moz-focus-inner, .certigo-app input::-moz-focus-inner {
			padding: 0;
			border: 0
		}

		.certigo-app button.button {
			/*min-width: XXpx;*/
			width: 20%;
			height: 40px;
			text-align: center;
			padding: 0px;
			margin: 10px 10px 0px 0px !important;
			text-transform: uppercase;
		}

	.certigo-app label.button {
		/*min-width: XXpx;*/
		width: 20%;
		height: 40px;
		text-align: center;
		padding: 0px;
		margin: 10px 10px 0px 0px !important;
		text-transform: uppercase;
		font: inherit;
		color: #fff;
	}

			.certigo-app button.button.right {
				float: right;
				margin: 10px 0px 0px 10px;
			}

			.certigo-app button.button.textbox {
				height: 34px;
				margin: 0px 0px 0px 0px !important;
				width: 100%;
			}

	.certigo-app input {
		line-height: normal
	}

		.certigo-app input[type=checkbox], .certigo-app input[type=radio] {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			padding: 0
		}

		.certigo-app input[type=number]::-webkit-inner-spin-button, .certigo-app input[type=number]::-webkit-outer-spin-button {
			height: auto
		}

		.certigo-app input[type=search] {
			-webkit-box-sizing: content-box;
			-moz-box-sizing: content-box;
			box-sizing: content-box;
			-webkit-appearance: textfield
		}

			.certigo-app input[type=search]::-webkit-search-cancel-button, .certigo-app input[type=search]::-webkit-search-decoration {
				-webkit-appearance: none
			}

	.certigo-app fieldset {
		padding: .35em .625em .75em;
		margin: 0 2px;
		border: 1px solid silver
	}

	.certigo-app legend {
		padding: 0;
		border: 0
	}

	.certigo-app textarea {
		overflow: auto
	}

	.certigo-app optgroup {
		font-weight: 700
	}

	.certigo-app table {
		border-spacing: 0;
		border-collapse: collapse
	}

	.certigo-app div > table td, .certigo-app div > table th {
		padding: 0;
		width: auto;
	}

@media print {
	.certigo-app *, .certigo-app :after, .certigo-app :before {
		color: #000 !important;
		text-shadow: none !important;
		background: 0 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important
	}

	.certigo-app a, .certigo-app a:visited {
		text-decoration: underline
	}

		.certigo-app a[href]:after {
			content: " (" attr(href) ")"
		}

	.certigo-app abbr[title]:after {
		content: " (" attr(title) ")"
	}

	.certigo-app a[href^="javascript:"]:after, .certigo-app a[href^="#"]:after {
		content: ""
	}

	.certigo-app blockquote, .certigo-app pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	.certigo-app thead {
		display: table-header-group
	}

	.certigo-app img, .certigo-app tr {
		page-break-inside: avoid
	}

	.certigo-app img {
		max-width: 100% !important
	}

	.certigo-app h2, .certigo-app h3, .certigo-app p {
		orphans: 3;
		widows: 3
	}

	.certigo-app h2, .certigo-app h3 {
		page-break-after: avoid
	}

	.certigo-app .navbar {
		display: none
	}

	.certigo-app .btn > .caret, .certigo-app .dropup > .btn > .caret {
		border-top-color: #000 !important
	}

	.certigo-app .label {
		border: 1px solid #000
	}

	.certigo-app .table {
		border-collapse: collapse !important
	}

		.certigo-app .table td, .certigo-app .table th {
			background-color: #fff !important
		}

	.certigo-app .table-bordered td, .certigo-app .table-bordered th {
		border: 1px solid #ddd !important
	}
}

@font-face {
	font-family: glyphicons halflings;
	src: url(../fonts/glyphicons-halflings-regular.eot);
	src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.certigo-app .glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: glyphicons halflings;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.certigo-app .glyphicon-asterisk:before {
	content: "\2a"
}

.certigo-app .glyphicon-plus:before {
	content: "\2b"
}

.certigo-app .glyphicon-eur:before, .certigo-app .glyphicon-euro:before {
	content: "\20ac"
}

.certigo-app .glyphicon-minus:before {
	content: "\2212"
}

.certigo-app .glyphicon-cloud:before {
	content: "\2601"
}

.certigo-app .glyphicon-envelope:before {
	content: "\2709"
}

.certigo-app .glyphicon-pencil:before {
	content: "\270f"
}

.certigo-app .glyphicon-glass:before {
	content: "\e001"
}

.certigo-app .glyphicon-music:before {
	content: "\e002"
}

.certigo-app .glyphicon-search:before {
	content: "\e003"
}

.certigo-app .glyphicon-heart:before {
	content: "\e005"
}

.certigo-app .glyphicon-star:before {
	content: "\e006"
}

.certigo-app .glyphicon-star-empty:before {
	content: "\e007"
}

.certigo-app .glyphicon-user:before {
	content: "\e008"
}

.certigo-app .glyphicon-film:before {
	content: "\e009"
}

.certigo-app .glyphicon-th-large:before {
	content: "\e010"
}

.certigo-app .glyphicon-th:before {
	content: "\e011"
}

.certigo-app .glyphicon-th-list:before {
	content: "\e012"
}

.certigo-app .glyphicon-ok:before {
	content: "\e013"
}

.certigo-app .glyphicon-remove:before {
	content: "\e014"
}

.certigo-app .glyphicon-zoom-in:before {
	content: "\e015"
}

.certigo-app .glyphicon-zoom-out:before {
	content: "\e016"
}

.certigo-app .glyphicon-off:before {
	content: "\e017"
}

.certigo-app .glyphicon-signal:before {
	content: "\e018"
}

.certigo-app .glyphicon-cog:before {
	content: "\e019"
}

.certigo-app .glyphicon-trash:before {
	content: "\e020"
}

.certigo-app .glyphicon-home:before {
	content: "\e021"
}

.certigo-app .glyphicon-file:before {
	content: "\e022"
}

.certigo-app .glyphicon-time:before {
	content: "\e023"
}

.certigo-app .glyphicon-road:before {
	content: "\e024"
}

.certigo-app .glyphicon-download-alt:before {
	content: "\e025"
}

.certigo-app .glyphicon-download:before {
	content: "\e026"
}

.certigo-app .glyphicon-upload:before {
	content: "\e027"
}

.certigo-app .glyphicon-inbox:before {
	content: "\e028"
}

.certigo-app .glyphicon-play-circle:before {
	content: "\e029"
}

.certigo-app .glyphicon-repeat:before {
	content: "\e030"
}

.certigo-app .glyphicon-refresh:before {
	content: "\e031"
}

.certigo-app .glyphicon-list-alt:before {
	content: "\e032"
}

.certigo-app .glyphicon-lock:before {
	content: "\e033"
}

.certigo-app .glyphicon-flag:before {
	content: "\e034"
}

.certigo-app .glyphicon-headphones:before {
	content: "\e035"
}

.certigo-app .glyphicon-volume-off:before {
	content: "\e036"
}

.certigo-app .glyphicon-volume-down:before {
	content: "\e037"
}

.certigo-app .glyphicon-volume-up:before {
	content: "\e038"
}

.certigo-app .glyphicon-qrcode:before {
	content: "\e039"
}

.certigo-app .glyphicon-barcode:before {
	content: "\e040"
}

.certigo-app .glyphicon-tag:before {
	content: "\e041"
}

.certigo-app .glyphicon-tags:before {
	content: "\e042"
}

.certigo-app .glyphicon-book:before {
	content: "\e043"
}

.certigo-app .glyphicon-bookmark:before {
	content: "\e044"
}

.certigo-app .glyphicon-print:before {
	content: "\e045"
}

.certigo-app .glyphicon-camera:before {
	content: "\e046"
}

.certigo-app .glyphicon-font:before {
	content: "\e047"
}

.certigo-app .glyphicon-bold:before {
	content: "\e048"
}

.certigo-app .glyphicon-italic:before {
	content: "\e049"
}

.certigo-app .glyphicon-text-height:before {
	content: "\e050"
}

.certigo-app .glyphicon-text-width:before {
	content: "\e051"
}

.certigo-app .glyphicon-align-left:before {
	content: "\e052"
}

.certigo-app .glyphicon-align-center:before {
	content: "\e053"
}

.certigo-app .glyphicon-align-right:before {
	content: "\e054"
}

.certigo-app .glyphicon-align-justify:before {
	content: "\e055"
}

.certigo-app .glyphicon-list:before {
	content: "\e056"
}

.certigo-app .glyphicon-indent-left:before {
	content: "\e057"
}

.certigo-app .glyphicon-indent-right:before {
	content: "\e058"
}

.certigo-app .glyphicon-facetime-video:before {
	content: "\e059"
}

.certigo-app .glyphicon-picture:before {
	content: "\e060"
}

.certigo-app .glyphicon-map-marker:before {
	content: "\e062"
}

.certigo-app .glyphicon-adjust:before {
	content: "\e063"
}

.certigo-app .glyphicon-tint:before {
	content: "\e064"
}

.certigo-app .glyphicon-edit:before {
	content: "\e065"
}

.certigo-app .glyphicon-share:before {
	content: "\e066"
}

.certigo-app .glyphicon-check:before {
	content: "\e067"
}

.certigo-app .glyphicon-move:before {
	content: "\e068"
}

.certigo-app .glyphicon-step-backward:before {
	content: "\e069"
}

.certigo-app .glyphicon-fast-backward:before {
	content: "\e070"
}

.certigo-app .glyphicon-backward:before {
	content: "\e071"
}

.certigo-app .glyphicon-play:before {
	content: "\e072"
}

.certigo-app .glyphicon-pause:before {
	content: "\e073"
}

.certigo-app .glyphicon-stop:before {
	content: "\e074"
}

.certigo-app .glyphicon-forward:before {
	content: "\e075"
}

.certigo-app .glyphicon-fast-forward:before {
	content: "\e076"
}

.certigo-app .glyphicon-step-forward:before {
	content: "\e077"
}

.certigo-app .glyphicon-eject:before {
	content: "\e078"
}

.certigo-app .glyphicon-chevron-left:before {
	content: "\e079"
}

.certigo-app .glyphicon-chevron-right:before {
	content: "\e080"
}

.certigo-app .glyphicon-plus-sign:before {
	content: "\e081"
}

.certigo-app .glyphicon-minus-sign:before {
	content: "\e082"
}

.certigo-app .glyphicon-remove-sign:before {
	content: "\e083"
}

.certigo-app .glyphicon-ok-sign:before {
	content: "\e084"
}

.certigo-app .glyphicon-question-sign:before {
	content: "\e085"
}

.certigo-app .glyphicon-info-sign:before {
	content: "\e086"
}

.certigo-app .glyphicon-screenshot:before {
	content: "\e087"
}

.certigo-app .glyphicon-remove-circle:before {
	content: "\e088"
}

.certigo-app .glyphicon-ok-circle:before {
	content: "\e089"
}

.certigo-app .glyphicon-ban-circle:before {
	content: "\e090"
}

.certigo-app .glyphicon-arrow-left:before {
	content: "\e091"
}

.certigo-app .glyphicon-arrow-right:before {
	content: "\e092"
}

.certigo-app .glyphicon-arrow-up:before {
	content: "\e093"
}

.certigo-app .glyphicon-arrow-down:before {
	content: "\e094"
}

.certigo-app .glyphicon-share-alt:before {
	content: "\e095"
}

.certigo-app .glyphicon-resize-full:before {
	content: "\e096"
}

.certigo-app .glyphicon-resize-small:before {
	content: "\e097"
}

.certigo-app .glyphicon-exclamation-sign:before {
	content: "\e101"
}

.certigo-app .glyphicon-gift:before {
	content: "\e102"
}

.certigo-app .glyphicon-leaf:before {
	content: "\e103"
}

.certigo-app .glyphicon-fire:before {
	content: "\e104"
}

.certigo-app .glyphicon-eye-open:before {
	content: "\e105"
}

.certigo-app .glyphicon-eye-close:before {
	content: "\e106"
}

.certigo-app .glyphicon-warning-sign:before {
	content: "\e107"
}

.certigo-app .glyphicon-plane:before {
	content: "\e108"
}

.certigo-app .glyphicon-calendar:before {
	content: "\e109"
}

.certigo-app .glyphicon-random:before {
	content: "\e110"
}

.certigo-app .glyphicon-comment:before {
	content: "\e111"
}

.certigo-app .glyphicon-magnet:before {
	content: "\e112"
}

.certigo-app .glyphicon-chevron-up:before {
	content: "\e113"
}

.certigo-app .glyphicon-chevron-down:before {
	content: "\e114"
}

.certigo-app .glyphicon-retweet:before {
	content: "\e115"
}

.certigo-app .glyphicon-shopping-cart:before {
	content: "\e116"
}

.certigo-app .glyphicon-folder-close:before {
	content: "\e117"
}

.certigo-app .glyphicon-folder-open:before {
	content: "\e118"
}

.certigo-app .glyphicon-resize-vertical:before {
	content: "\e119"
}

.certigo-app .glyphicon-resize-horizontal:before {
	content: "\e120"
}

.certigo-app .glyphicon-hdd:before {
	content: "\e121"
}

.certigo-app .glyphicon-bullhorn:before {
	content: "\e122"
}

.certigo-app .glyphicon-bell:before {
	content: "\e123"
}

.certigo-app .glyphicon-certificate:before {
	content: "\e124"
}

.certigo-app .glyphicon-thumbs-up:before {
	content: "\e125"
}

.certigo-app .glyphicon-thumbs-down:before {
	content: "\e126"
}

.certigo-app .glyphicon-hand-right:before {
	content: "\e127"
}

.certigo-app .glyphicon-hand-left:before {
	content: "\e128"
}

.certigo-app .glyphicon-hand-up:before {
	content: "\e129"
}

.certigo-app .glyphicon-hand-down:before {
	content: "\e130"
}

.certigo-app .glyphicon-circle-arrow-right:before {
	content: "\e131"
}

.certigo-app .glyphicon-circle-arrow-left:before {
	content: "\e132"
}

.certigo-app .glyphicon-circle-arrow-up:before {
	content: "\e133"
}

.certigo-app .glyphicon-circle-arrow-down:before {
	content: "\e134"
}

.certigo-app .glyphicon-globe:before {
	content: "\e135"
}

.certigo-app .glyphicon-wrench:before {
	content: "\e136"
}

.certigo-app .glyphicon-tasks:before {
	content: "\e137"
}

.certigo-app .glyphicon-filter:before {
	content: "\e138"
}

.certigo-app .glyphicon-briefcase:before {
	content: "\e139"
}

.certigo-app .glyphicon-fullscreen:before {
	content: "\e140"
}

.certigo-app .glyphicon-dashboard:before {
	content: "\e141"
}

.certigo-app .glyphicon-paperclip:before {
	content: "\e142"
}

.certigo-app .glyphicon-heart-empty:before {
	content: "\e143"
}

.certigo-app .glyphicon-link:before {
	content: "\e144"
}

.certigo-app .glyphicon-phone:before {
	content: "\e145"
}

.certigo-app .glyphicon-pushpin:before {
	content: "\e146"
}

.certigo-app .glyphicon-usd:before {
	content: "\e148"
}

.certigo-app .glyphicon-gbp:before {
	content: "\e149"
}

.certigo-app .glyphicon-sort:before {
	content: "\e150"
}

.certigo-app .glyphicon-sort-by-alphabet:before {
	content: "\e151"
}

.certigo-app .glyphicon-sort-by-alphabet-alt:before {
	content: "\e152"
}

.certigo-app .glyphicon-sort-by-order:before {
	content: "\e153"
}

.certigo-app .glyphicon-sort-by-order-alt:before {
	content: "\e154"
}

.certigo-app .glyphicon-sort-by-attributes:before {
	content: "\e155"
}

.certigo-app .glyphicon-sort-by-attributes-alt:before {
	content: "\e156"
}

.certigo-app .glyphicon-unchecked:before {
	content: "\e157"
}

.certigo-app .glyphicon-expand:before {
	content: "\e158"
}

.certigo-app .glyphicon-collapse-down:before {
	content: "\e159"
}

.certigo-app .glyphicon-collapse-up:before {
	content: "\e160"
}

.certigo-app .glyphicon-log-in:before {
	content: "\e161"
}

.certigo-app .glyphicon-flash:before {
	content: "\e162"
}

.certigo-app .glyphicon-log-out:before {
	content: "\e163"
}

.certigo-app .glyphicon-new-window:before {
	content: "\e164"
}

.certigo-app .glyphicon-record:before {
	content: "\e165"
}

.certigo-app .glyphicon-save:before {
	content: "\e166"
}

.certigo-app .glyphicon-open:before {
	content: "\e167"
}

.certigo-app .glyphicon-saved:before {
	content: "\e168"
}

.certigo-app .glyphicon-import:before {
	content: "\e169"
}

.certigo-app .glyphicon-export:before {
	content: "\e170"
}

.certigo-app .glyphicon-send:before {
	content: "\e171"
}

.certigo-app .glyphicon-floppy-disk:before {
	content: "\e172"
}

.certigo-app .glyphicon-floppy-saved:before {
	content: "\e173"
}

.certigo-app .glyphicon-floppy-remove:before {
	content: "\e174"
}

.certigo-app .glyphicon-floppy-save:before {
	content: "\e175"
}

.certigo-app .glyphicon-floppy-open:before {
	content: "\e176"
}

.certigo-app .glyphicon-credit-card:before {
	content: "\e177"
}

.certigo-app .glyphicon-transfer:before {
	content: "\e178"
}

.certigo-app .glyphicon-cutlery:before {
	content: "\e179"
}

.certigo-app .glyphicon-header:before {
	content: "\e180"
}

.certigo-app .glyphicon-compressed:before {
	content: "\e181"
}

.certigo-app .glyphicon-earphone:before {
	content: "\e182"
}

.certigo-app .glyphicon-phone-alt:before {
	content: "\e183"
}

.certigo-app .glyphicon-tower:before {
	content: "\e184"
}

.certigo-app .glyphicon-stats:before {
	content: "\e185"
}

.certigo-app .glyphicon-sd-video:before {
	content: "\e186"
}

.certigo-app .glyphicon-hd-video:before {
	content: "\e187"
}

.certigo-app .glyphicon-subtitles:before {
	content: "\e188"
}

.certigo-app .glyphicon-sound-stereo:before {
	content: "\e189"
}

.certigo-app .glyphicon-sound-dolby:before {
	content: "\e190"
}

.certigo-app .glyphicon-sound-5-1:before {
	content: "\e191"
}

.certigo-app .glyphicon-sound-6-1:before {
	content: "\e192"
}

.certigo-app .glyphicon-sound-7-1:before {
	content: "\e193"
}

.certigo-app .glyphicon-copyright-mark:before {
	content: "\e194"
}

.certigo-app .glyphicon-registration-mark:before {
	content: "\e195"
}

.certigo-app .glyphicon-cloud-download:before {
	content: "\e197"
}

.certigo-app .glyphicon-cloud-upload:before {
	content: "\e198"
}

.certigo-app .glyphicon-tree-conifer:before {
	content: "\e199"
}

.certigo-app .glyphicon-tree-deciduous:before {
	content: "\e200"
}

.certigo-app .glyphicon-cd:before {
	content: "\e201"
}

.certigo-app .glyphicon-save-file:before {
	content: "\e202"
}

.certigo-app .glyphicon-open-file:before {
	content: "\e203"
}

.certigo-app .glyphicon-level-up:before {
	content: "\e204"
}

.certigo-app .glyphicon-copy:before {
	content: "\e205"
}

.certigo-app .glyphicon-paste:before {
	content: "\e206"
}

.certigo-app .glyphicon-alert:before {
	content: "\e209"
}

.certigo-app .glyphicon-equalizer:before {
	content: "\e210"
}

.certigo-app .glyphicon-king:before {
	content: "\e211"
}

.certigo-app .glyphicon-queen:before {
	content: "\e212"
}

.certigo-app .glyphicon-pawn:before {
	content: "\e213"
}

.certigo-app .glyphicon-bishop:before {
	content: "\e214"
}

.certigo-app .glyphicon-knight:before {
	content: "\e215"
}

.certigo-app .glyphicon-baby-formula:before {
	content: "\e216"
}

.certigo-app .glyphicon-tent:before {
	content: "\26fa"
}

.certigo-app .glyphicon-blackboard:before {
	content: "\e218"
}

.certigo-app .glyphicon-bed:before {
	content: "\e219"
}

.certigo-app .glyphicon-apple:before {
	content: "\f8ff"
}

.certigo-app .glyphicon-erase:before {
	content: "\e221"
}

.certigo-app .glyphicon-hourglass:before {
	content: "\231b"
}

.certigo-app .glyphicon-lamp:before {
	content: "\e223"
}

.certigo-app .glyphicon-duplicate:before {
	content: "\e224"
}

.certigo-app .glyphicon-piggy-bank:before {
	content: "\e225"
}

.certigo-app .glyphicon-scissors:before {
	content: "\e226"
}

.certigo-app .glyphicon-bitcoin:before {
	content: "\e227"
}

.certigo-app .glyphicon-btc:before {
	content: "\e227"
}

.certigo-app .glyphicon-xbt:before {
	content: "\e227"
}

.certigo-app .glyphicon-yen:before {
	content: "\00a5"
}

.certigo-app .glyphicon-jpy:before {
	content: "\00a5"
}

.certigo-app .glyphicon-ruble:before {
	content: "\20bd"
}

.certigo-app .glyphicon-rub:before {
	content: "\20bd"
}

.certigo-app .glyphicon-scale:before {
	content: "\e230"
}

.certigo-app .glyphicon-ice-lolly:before {
	content: "\e231"
}

.certigo-app .glyphicon-ice-lolly-tasted:before {
	content: "\e232"
}

.certigo-app .glyphicon-education:before {
	content: "\e233"
}

.certigo-app .glyphicon-option-horizontal:before {
	content: "\e234"
}

.certigo-app .glyphicon-option-vertical:before {
	content: "\e235"
}

.certigo-app .glyphicon-menu-hamburger:before {
	content: "\e236"
}

.certigo-app .glyphicon-modal-window:before {
	content: "\e237"
}

.certigo-app .glyphicon-oil:before {
	content: "\e238"
}

.certigo-app .glyphicon-grain:before {
	content: "\e239"
}

.certigo-app .glyphicon-sunglasses:before {
	content: "\e240"
}

.certigo-app .glyphicon-text-size:before {
	content: "\e241"
}

.certigo-app .glyphicon-text-color:before {
	content: "\e242"
}

.certigo-app .glyphicon-text-background:before {
	content: "\e243"
}

.certigo-app .glyphicon-object-align-top:before {
	content: "\e244"
}

.certigo-app .glyphicon-object-align-bottom:before {
	content: "\e245"
}

.certigo-app .glyphicon-object-align-horizontal:before {
	content: "\e246"
}

.certigo-app .glyphicon-object-align-left:before {
	content: "\e247"
}

.certigo-app .glyphicon-object-align-vertical:before {
	content: "\e248"
}

.certigo-app .glyphicon-object-align-right:before {
	content: "\e249"
}

.certigo-app .glyphicon-triangle-right:before {
	content: "\e250"
}

.certigo-app .glyphicon-triangle-left:before {
	content: "\e251"
}

.certigo-app .glyphicon-triangle-bottom:before {
	content: "\e252"
}

.certigo-app .glyphicon-triangle-top:before {
	content: "\e253"
}

.certigo-app .glyphicon-console:before {
	content: "\e254"
}

.certigo-app .glyphicon-superscript:before {
	content: "\e255"
}

.certigo-app .glyphicon-subscript:before {
	content: "\e256"
}

.certigo-app .glyphicon-menu-left:before {
	content: "\e257"
}

.certigo-app .glyphicon-menu-right:before {
	content: "\e258"
}

.certigo-app .glyphicon-menu-down:before {
	content: "\e259"
}

.certigo-app .glyphicon-menu-up:before {
	content: "\e260"
}

.certigo-app * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.certigo-app :after, .certigo-app :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.certigo-app html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent
}

.certigo-app body {
	font-family: helvetica neue,Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

.certigo-app button, .certigo-app input, .certigo-app select, .certigo-app textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

.certigo-app a {
	color: #79a8ad;
	text-decoration: none
}

	.certigo-app a:hover {
		color: #a5c1c5;
		/*     text-decoration:underline */
	}

	.certigo-app a:focus {
		color: #79a8ad;
		outline: thin dotted;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px
	}

.certigo-app figure {
	margin: 0
}

.certigo-app img {
	vertical-align: middle
}

.certigo-app .carousel-inner > .item > a > img, .certigo-app .carousel-inner > .item > img, .certigo-app .img-responsive, .certigo-app .thumbnail a > img, .certigo-app .thumbnail > img {
	display: block;
	max-width: 100%;
	height: auto
}

.certigo-app .img-rounded {
	border-radius: 6px
}

.certigo-app .img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.certigo-app .img-circle {
	border-radius: 50%
}

.certigo-app hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.certigo-app .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}

.certigo-app .sr-only-focusable:active, .certigo-app .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.certigo-app [role=button] {
	cursor: pointer
}

.certigo-app .h1, .certigo-app .h2, .certigo-app .h3, .certigo-app .h4, .certigo-app .h5, .certigo-app .h6, .certigo-app h1, .certigo-app h2, .certigo-app h3, .certigo-app h4, .certigo-app h5, .certigo-app h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

	.certigo-app .h1 .small, .certigo-app .h1 small, .certigo-app .h2 .small, .certigo-app .h2 small, .certigo-app .h3 .small, .certigo-app .h3 small, .certigo-app .h4 .small, .certigo-app .h4 small, .certigo-app .h5 .small, .certigo-app .h5 small, .certigo-app .h6 .small, .certigo-app .h6 small, .certigo-app h1 .small, .certigo-app h1 small, .certigo-app h2 .small, .certigo-app h2 small, .certigo-app h3 .small, .certigo-app h3 small, .certigo-app h4 .small, .certigo-app h4 small, .certigo-app h5 .small, .certigo-app h5 small, .certigo-app h6 .small, .certigo-app h6 small {
		font-weight: 400;
		line-height: 1;
		color: #777
	}

.certigo-app .h1, .certigo-app .h2, .certigo-app .h3, .certigo-app h1, .certigo-app h2, .certigo-app h3 {
	margin-top: 10px;
	margin-bottom: 10px
}

	.certigo-app .h1 .small, .certigo-app .h1 small, .certigo-app .h2 .small, .certigo-app .h2 small, .certigo-app .h3 .small, .certigo-app .h3 small, .certigo-app h1 .small, .certigo-app h1 small, .certigo-app h2 .small, .certigo-app h2 small, .certigo-app h3 .small, .certigo-app h3 small {
		font-size: 65%
	}

.certigo-app .h4, .certigo-app .h5, .certigo-app .h6, .certigo-app h4, .certigo-app h5, .certigo-app h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

	.certigo-app .h4 .small, .certigo-app .h4 small, .certigo-app .h5 .small, .certigo-app .h5 small, .certigo-app .h6 .small, .certigo-app .h6 small, .certigo-app h4 .small, .certigo-app h4 small, .certigo-app h5 .small, .certigo-app h5 small, .certigo-app h6 .small, .certigo-app h6 small {
		font-size: 75%
	}

.certigo-app .h1, .certigo-app h1 {
	font-size: 36px
}

.certigo-app .h2, .certigo-app h2 {
	font-size: 30px
}

.certigo-app .h3, .certigo-app h3 {
	font-size: 24px
}

.certigo-app .h4, .certigo-app h4 {
	font-size: 18px
}

.certigo-app .h5, .certigo-app h5 {
	font-size: 14px
}

.certigo-app .h6, .certigo-app h6 {
	font-size: 12px
}

.certigo-app p {
	margin: 1px;
	padding: 6px 0px;
}

.certigo-app .lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

@media(min-width:768px) {
	.certigo-app .lead {
		font-size: 21px
	}
}

.certigo-app .small, .certigo-app small {
	font-size: 85%
}

.certigo-app .mark, .certigo-app mark {
	padding: .2em;
	background-color: #fcf8e3
}

.certigo-app .text-left {
	text-align: left
}

.certigo-app .text-right {
	text-align: right
}

.certigo-app .text-center {
	text-align: center
}

.certigo-app .text-justify {
	text-align: justify
}

.certigo-app .text-nowrap {
	white-space: nowrap
}

.certigo-app .text-lowercase {
	text-transform: lowercase
}

.certigo-app .text-uppercase {
	text-transform: uppercase
}

.certigo-app .text-capitalize {
	text-transform: capitalize
}

.certigo-app .text-muted {
	color: #777
}

.certigo-app .text-primary {
	color: #337ab7
}

.certigo-app a.text-primary:focus, .certigo-app a.text-primary:hover {
	color: #286090
}

.certigo-app .text-success {
	color: #3c763d
}

.certigo-app a.text-success:focus, .certigo-app a.text-success:hover {
	color: #2b542c
}

.certigo-app .text-info {
	color: #31708f
}

.certigo-app a.text-info:focus, .certigo-app a.text-info:hover {
	color: #245269
}

.certigo-app .text-warning {
	color: #8a6d3b
}

.certigo-app a.text-warning:focus, .certigo-app a.text-warning:hover {
	color: #66512c
}

.certigo-app .text-danger {
	color: #a94442
}

.certigo-app a.text-danger:focus, .certigo-app a.text-danger:hover {
	color: #843534
}

.certigo-app .bg-primary {
	color: #fff;
	background-color: #337ab7
}

.certigo-app a.bg-primary:focus, .certigo-app a.bg-primary:hover {
	background-color: #286090
}

.certigo-app .bg-success {
	background-color: #dff0d8
}

.certigo-app a.bg-success:focus, .certigo-app a.bg-success:hover {
	background-color: #c1e2b3
}

.certigo-app .bg-info {
	background-color: #d9edf7
}

.certigo-app a.bg-info:focus, .certigo-app a.bg-info:hover {
	background-color: #afd9ee
}

.certigo-app .bg-warning {
	background-color: #fcf8e3
}

.certigo-app a.bg-warning:focus, .certigo-app a.bg-warning:hover {
	background-color: #f7ecb5
}

.certigo-app .bg-danger {
	background-color: #f2dede
}

.certigo-app a.bg-danger:focus, .certigo-app a.bg-danger:hover {
	background-color: #e4b9b9
}

.certigo-app .page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

.certigo-app ol, .certigo-app ul {
	margin-top: 0;
	margin-bottom: 10px
}

	.certigo-app ol ol, .certigo-app ol ul, .certigo-app ul ol, .certigo-app ul ul {
		margin-bottom: 0
	}

.certigo-app .list-unstyled {
	padding-left: 0;
	list-style: none
}

.certigo-app .list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none
}

	.certigo-app .list-inline > li {
		display: inline-block;
		padding-right: 5px;
		padding-left: 5px
	}

.certigo-app dl {
	margin-top: 0;
	margin-bottom: 20px
}

.certigo-app dd, .certigo-app dt {
	line-height: 1.42857143
}

.certigo-app dt {
	font-weight: 700
}

.certigo-app dd {
	margin-left: 0
}

@media(min-width:768px) {
	.certigo-app .dl-horizontal dt {
		float: left;
		width: 160px;
		overflow: hidden;
		clear: left;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.certigo-app .dl-horizontal dd {
		margin-left: 180px
	}
}

.certigo-app abbr[data-original-title], .certigo-app abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777
}

.certigo-app .initialism {
	font-size: 90%;
	text-transform: uppercase
}

.certigo-app blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

	.certigo-app blockquote ol:last-child, .certigo-app blockquote p:last-child, .certigo-app blockquote ul:last-child {
		margin-bottom: 0
	}

	.certigo-app blockquote .small, .certigo-app blockquote footer, .certigo-app blockquote small {
		display: block;
		font-size: 80%;
		line-height: 1.42857143;
		color: #777
	}

		.certigo-app blockquote .small:before, .certigo-app blockquote footer:before, .certigo-app blockquote small:before {
			content: '\2014 \00A0'
		}

	.certigo-app .blockquote-reverse, .certigo-app blockquote.pull-right {
		padding-right: 15px;
		padding-left: 0;
		text-align: right;
		border-right: 5px solid #eee;
		border-left: 0
	}

		.certigo-app .blockquote-reverse .small:before, .certigo-app .blockquote-reverse footer:before, .certigo-app .blockquote-reverse small:before, .certigo-app blockquote.pull-right .small:before, .certigo-app blockquote.pull-right footer:before, .certigo-app blockquote.pull-right small:before {
			content: ''
		}

		.certigo-app .blockquote-reverse .small:after, .certigo-app .blockquote-reverse footer:after, .certigo-app .blockquote-reverse small:after, .certigo-app blockquote.pull-right .small:after, .certigo-app blockquote.pull-right footer:after, .certigo-app blockquote.pull-right small:after {
			content: '\00A0 \2014'
		}

.certigo-app address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143
}

.certigo-app code, .certigo-app kbd, .certigo-app pre, .certigo-app samp {
	font-family: Menlo,Monaco,Consolas,courier new,monospace
}

.certigo-app code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}

.certigo-app kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

	.certigo-app kbd kbd {
		padding: 0;
		font-size: 100%;
		font-weight: 700;
		-webkit-box-shadow: none;
		box-shadow: none
	}

.certigo-app pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

	.certigo-app pre code {
		padding: 0;
		font-size: inherit;
		color: inherit;
		white-space: pre-wrap;
		background-color: transparent;
		border-radius: 0
	}

.certigo-app .pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.certigo-app .container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media(min-width:768px) {
	.certigo-app .container {
		width: 750px
	}
}

@media(min-width:992px) {
	.certigo-app .container {
		width: 970px
	}
}

@media(min-width:1200px) {
	.certigo-app .container {
		width: 1170px
	}
}

.certigo-app .container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.certigo-app .row {
	margin-right: -15px;
	margin-left: -15px
}

.certigo-app .col-lg-1, .certigo-app .col-lg-10, .certigo-app .col-lg-11, .certigo-app .col-lg-12, .certigo-app .col-lg-2, .certigo-app .col-lg-3, .certigo-app .col-lg-4, .certigo-app .col-lg-5, .certigo-app .col-lg-6, .certigo-app .col-lg-7, .certigo-app .col-lg-8, .certigo-app .col-lg-9, .certigo-app .col-md-1, .certigo-app .col-md-10, .certigo-app .col-md-11, .certigo-app .col-md-12, .certigo-app .col-md-2, .certigo-app .col-md-3, .certigo-app .col-md-4, .certigo-app .col-md-5, .certigo-app .col-md-6, .certigo-app .col-md-7, .certigo-app .col-md-8, .certigo-app .col-md-9, .certigo-app .col-sm-1, .certigo-app .col-sm-10, .certigo-app .col-sm-11, .certigo-app .col-sm-12, .certigo-app .col-sm-2, .certigo-app .col-sm-3, .certigo-app .col-sm-4, .certigo-app .col-sm-5, .certigo-app .col-sm-6, .certigo-app .col-sm-7, .certigo-app .col-sm-8, .certigo-app .col-sm-9, .certigo-app .col-xs-1, .certigo-app .col-xs-10, .certigo-app .col-xs-11, .certigo-app .col-xs-12, .certigo-app .col-xs-2, .certigo-app .col-xs-3, .certigo-app .col-xs-4, .certigo-app .col-xs-5, .certigo-app .col-xs-6, .certigo-app .col-xs-7, .certigo-app .col-xs-8, .certigo-app .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.certigo-app .col-xs-1, .certigo-app .col-xs-10, .certigo-app .col-xs-11, .certigo-app .col-xs-12, .certigo-app .col-xs-2, .certigo-app .col-xs-3, .certigo-app .col-xs-4, .certigo-app .col-xs-5, .certigo-app .col-xs-6, .certigo-app .col-xs-7, .certigo-app .col-xs-8, .certigo-app .col-xs-9 {
	float: left
}

.certigo-app .col-xs-12 {
	width: 100%
}

.certigo-app .col-xs-11 {
	width: 91.66666667%
}

.certigo-app .col-xs-10 {
	width: 83.33333333%
}

.certigo-app .col-xs-9 {
	width: 75%
}

.certigo-app .col-xs-8 {
	width: 66.66666667%
}

.certigo-app .col-xs-7 {
	width: 58.33333333%
}

.certigo-app .col-xs-6 {
	width: 50%
}

.certigo-app .col-xs-5 {
	width: 41.66666667%
}

.certigo-app .col-xs-4 {
	width: 33.33333333%
}

.certigo-app .col-xs-3 {
	width: 25%
}

.certigo-app .col-xs-2 {
	width: 16.66666667%
}

.certigo-app .col-xs-1 {
	width: 8.33333333%
}

.certigo-app .col-xs-pull-12 {
	right: 100%
}

.certigo-app .col-xs-pull-11 {
	right: 91.66666667%
}

.certigo-app .col-xs-pull-10 {
	right: 83.33333333%
}

.certigo-app .col-xs-pull-9 {
	right: 75%
}

.certigo-app .col-xs-pull-8 {
	right: 66.66666667%
}

.certigo-app .col-xs-pull-7 {
	right: 58.33333333%
}

.certigo-app .col-xs-pull-6 {
	right: 50%
}

.certigo-app .col-xs-pull-5 {
	right: 41.66666667%
}

.certigo-app .col-xs-pull-4 {
	right: 33.33333333%
}

.certigo-app .col-xs-pull-3 {
	right: 25%
}

.certigo-app .col-xs-pull-2 {
	right: 16.66666667%
}

.certigo-app .col-xs-pull-1 {
	right: 8.33333333%
}

.certigo-app .col-xs-pull-0 {
	right: auto
}

.certigo-app .col-xs-push-12 {
	left: 100%
}

.certigo-app .col-xs-push-11 {
	left: 91.66666667%
}

.certigo-app .col-xs-push-10 {
	left: 83.33333333%
}

.certigo-app .col-xs-push-9 {
	left: 75%
}

.certigo-app .col-xs-push-8 {
	left: 66.66666667%
}

.certigo-app .col-xs-push-7 {
	left: 58.33333333%
}

.certigo-app .col-xs-push-6 {
	left: 50%
}

.certigo-app .col-xs-push-5 {
	left: 41.66666667%
}

.certigo-app .col-xs-push-4 {
	left: 33.33333333%
}

.certigo-app .col-xs-push-3 {
	left: 25%
}

.certigo-app .col-xs-push-2 {
	left: 16.66666667%
}

.certigo-app .col-xs-push-1 {
	left: 8.33333333%
}

.certigo-app .col-xs-push-0 {
	left: auto
}

.certigo-app .col-xs-offset-12 {
	margin-left: 100%
}

.certigo-app .col-xs-offset-11 {
	margin-left: 91.66666667%
}

.certigo-app .col-xs-offset-10 {
	margin-left: 83.33333333%
}

.certigo-app .col-xs-offset-9 {
	margin-left: 75%
}

.certigo-app .col-xs-offset-8 {
	margin-left: 66.66666667%
}

.certigo-app .col-xs-offset-7 {
	margin-left: 58.33333333%
}

.certigo-app .col-xs-offset-6 {
	margin-left: 50%
}

.certigo-app .col-xs-offset-5 {
	margin-left: 41.66666667%
}

.certigo-app .col-xs-offset-4 {
	margin-left: 33.33333333%
}

.certigo-app .col-xs-offset-3 {
	margin-left: 25%
}

.certigo-app .col-xs-offset-2 {
	margin-left: 16.66666667%
}

.certigo-app .col-xs-offset-1 {
	margin-left: 8.33333333%
}

.certigo-app .col-xs-offset-0 {
	margin-left: 0
}

@media(min-width:768px) {
	.certigo-app .col-sm-1, .certigo-app .col-sm-10, .certigo-app .col-sm-11, .certigo-app .col-sm-12, .certigo-app .col-sm-2, .certigo-app .col-sm-3, .certigo-app .col-sm-4, .certigo-app .col-sm-5, .certigo-app .col-sm-6, .certigo-app .col-sm-7, .certigo-app .col-sm-8, .certigo-app .col-sm-9 {
		float: left
	}

	.certigo-app .col-sm-12 {
		width: 100%
	}

	.certigo-app .col-sm-11 {
		width: 91.66666667%
	}

	.certigo-app .col-sm-10 {
		width: 83.33333333%
	}

	.certigo-app .col-sm-9 {
		width: 75%
	}

	.certigo-app .col-sm-8 {
		width: 66.66666667%
	}

	.certigo-app .col-sm-7 {
		width: 58.33333333%
	}

	.certigo-app .col-sm-6 {
		width: 50%
	}

	.certigo-app .col-sm-5 {
		width: 41.66666667%
	}

	.certigo-app .col-sm-4 {
		width: 33.33333333%
	}

	.certigo-app .col-sm-3 {
		width: 25%
	}

	.certigo-app .col-sm-2 {
		width: 16.66666667%
	}

	.certigo-app .col-sm-1 {
		width: 8.33333333%
	}

	.certigo-app .col-sm-pull-12 {
		right: 100%
	}

	.certigo-app .col-sm-pull-11 {
		right: 91.66666667%
	}

	.certigo-app .col-sm-pull-10 {
		right: 83.33333333%
	}

	.certigo-app .col-sm-pull-9 {
		right: 75%
	}

	.certigo-app .col-sm-pull-8 {
		right: 66.66666667%
	}

	.certigo-app .col-sm-pull-7 {
		right: 58.33333333%
	}

	.certigo-app .col-sm-pull-6 {
		right: 50%
	}

	.certigo-app .col-sm-pull-5 {
		right: 41.66666667%
	}

	.certigo-app .col-sm-pull-4 {
		right: 33.33333333%
	}

	.certigo-app .col-sm-pull-3 {
		right: 25%
	}

	.certigo-app .col-sm-pull-2 {
		right: 16.66666667%
	}

	.certigo-app .col-sm-pull-1 {
		right: 8.33333333%
	}

	.certigo-app .col-sm-pull-0 {
		right: auto
	}

	.certigo-app .col-sm-push-12 {
		left: 100%
	}

	.certigo-app .col-sm-push-11 {
		left: 91.66666667%
	}

	.certigo-app .col-sm-push-10 {
		left: 83.33333333%
	}

	.certigo-app .col-sm-push-9 {
		left: 75%
	}

	.certigo-app .col-sm-push-8 {
		left: 66.66666667%
	}

	.certigo-app .col-sm-push-7 {
		left: 58.33333333%
	}

	.certigo-app .col-sm-push-6 {
		left: 50%
	}

	.certigo-app .col-sm-push-5 {
		left: 41.66666667%
	}

	.certigo-app .col-sm-push-4 {
		left: 33.33333333%
	}

	.certigo-app .col-sm-push-3 {
		left: 25%
	}

	.certigo-app .col-sm-push-2 {
		left: 16.66666667%
	}

	.certigo-app .col-sm-push-1 {
		left: 8.33333333%
	}

	.certigo-app .col-sm-push-0 {
		left: auto
	}

	.certigo-app .col-sm-offset-12 {
		margin-left: 100%
	}

	.certigo-app .col-sm-offset-11 {
		margin-left: 91.66666667%
	}

	.certigo-app .col-sm-offset-10 {
		margin-left: 83.33333333%
	}

	.certigo-app .col-sm-offset-9 {
		margin-left: 75%
	}

	.certigo-app .col-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.certigo-app .col-sm-offset-7 {
		margin-left: 58.33333333%
	}

	.certigo-app .col-sm-offset-6 {
		margin-left: 50%
	}

	.certigo-app .col-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.certigo-app .col-sm-offset-4 {
		margin-left: 33.33333333%
	}

	.certigo-app .col-sm-offset-3 {
		margin-left: 25%
	}

	.certigo-app .col-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.certigo-app .col-sm-offset-1 {
		margin-left: 8.33333333%
	}

	.certigo-app .col-sm-offset-0 {
		margin-left: 0
	}
}

@media(min-width:992px) {
	.certigo-app .col-md-1, .certigo-app .col-md-10, .certigo-app .col-md-11, .certigo-app .col-md-12, .certigo-app .col-md-2, .certigo-app .col-md-3, .certigo-app .col-md-4, .certigo-app .col-md-5, .certigo-app .col-md-6, .certigo-app .col-md-7, .certigo-app .col-md-8, .certigo-app .col-md-9 {
		float: left
	}

	.certigo-app .col-md-12 {
		width: 100%
	}

	.certigo-app .col-md-11 {
		width: 91.66666667%
	}

	.certigo-app .col-md-10 {
		width: 83.33333333%
	}

	.certigo-app .col-md-9 {
		width: 75%
	}

	.certigo-app .col-md-8 {
		width: 66.66666667%
	}

	.certigo-app .col-md-7 {
		width: 58.33333333%
	}

	.certigo-app .col-md-6 {
		width: 50%
	}

	.certigo-app .col-md-5 {
		width: 41.66666667%
	}

	.certigo-app .col-md-4 {
		width: 33.33333333%
	}

	.certigo-app .col-md-3 {
		width: 25%
	}

	.certigo-app .col-md-2 {
		width: 16.66666667%
	}

	.certigo-app .col-md-1 {
		width: 8.33333333%
	}

	.certigo-app .col-md-pull-12 {
		right: 100%
	}

	.certigo-app .col-md-pull-11 {
		right: 91.66666667%
	}

	.certigo-app .col-md-pull-10 {
		right: 83.33333333%
	}

	.certigo-app .col-md-pull-9 {
		right: 75%
	}

	.certigo-app .col-md-pull-8 {
		right: 66.66666667%
	}

	.certigo-app .col-md-pull-7 {
		right: 58.33333333%
	}

	.certigo-app .col-md-pull-6 {
		right: 50%
	}

	.certigo-app .col-md-pull-5 {
		right: 41.66666667%
	}

	.certigo-app .col-md-pull-4 {
		right: 33.33333333%
	}

	.certigo-app .col-md-pull-3 {
		right: 25%
	}

	.certigo-app .col-md-pull-2 {
		right: 16.66666667%
	}

	.certigo-app .col-md-pull-1 {
		right: 8.33333333%
	}

	.certigo-app .col-md-pull-0 {
		right: auto
	}

	.certigo-app .col-md-push-12 {
		left: 100%
	}

	.certigo-app .col-md-push-11 {
		left: 91.66666667%
	}

	.certigo-app .col-md-push-10 {
		left: 83.33333333%
	}

	.certigo-app .col-md-push-9 {
		left: 75%
	}

	.certigo-app .col-md-push-8 {
		left: 66.66666667%
	}

	.certigo-app .col-md-push-7 {
		left: 58.33333333%
	}

	.certigo-app .col-md-push-6 {
		left: 50%
	}

	.certigo-app .col-md-push-5 {
		left: 41.66666667%
	}

	.certigo-app .col-md-push-4 {
		left: 33.33333333%
	}

	.certigo-app .col-md-push-3 {
		left: 25%
	}

	.certigo-app .col-md-push-2 {
		left: 16.66666667%
	}

	.certigo-app .col-md-push-1 {
		left: 8.33333333%
	}

	.certigo-app .col-md-push-0 {
		left: auto
	}

	.certigo-app .col-md-offset-12 {
		margin-left: 100%
	}

	.certigo-app .col-md-offset-11 {
		margin-left: 91.66666667%
	}

	.certigo-app .col-md-offset-10 {
		margin-left: 83.33333333%
	}

	.certigo-app .col-md-offset-9 {
		margin-left: 75%
	}

	.certigo-app .col-md-offset-8 {
		margin-left: 66.66666667%
	}

	.certigo-app .col-md-offset-7 {
		margin-left: 58.33333333%
	}

	.certigo-app .col-md-offset-6 {
		margin-left: 50%
	}

	.certigo-app .col-md-offset-5 {
		margin-left: 41.66666667%
	}

	.certigo-app .col-md-offset-4 {
		margin-left: 33.33333333%
	}

	.certigo-app .col-md-offset-3 {
		margin-left: 25%
	}

	.certigo-app .col-md-offset-2 {
		margin-left: 16.66666667%
	}

	.certigo-app .col-md-offset-1 {
		margin-left: 8.33333333%
	}

	.certigo-app .col-md-offset-0 {
		margin-left: 0
	}
}

@media(min-width:1200px) {
	.certigo-app .col-lg-1, .certigo-app .col-lg-10, .certigo-app .col-lg-11, .certigo-app .col-lg-12, .certigo-app .col-lg-2, .certigo-app .col-lg-3, .certigo-app .col-lg-4, .certigo-app .col-lg-5, .certigo-app .col-lg-6, .certigo-app .col-lg-7, .certigo-app .col-lg-8, .certigo-app .col-lg-9 {
		float: left
	}

	.certigo-app .col-lg-12 {
		width: 100%
	}

	.certigo-app .col-lg-11 {
		width: 91.66666667%
	}

	.certigo-app .col-lg-10 {
		width: 83.33333333%
	}

	.certigo-app .col-lg-9 {
		width: 75%
	}

	.certigo-app .col-lg-8 {
		width: 66.66666667%
	}

	.certigo-app .col-lg-7 {
		width: 58.33333333%
	}

	.certigo-app .col-lg-6 {
		width: 50%
	}

	.certigo-app .col-lg-5 {
		width: 41.66666667%
	}

	.certigo-app .col-lg-4 {
		width: 33.33333333%
	}

	.certigo-app .col-lg-3 {
		width: 25%
	}

	.certigo-app .col-lg-2 {
		width: 16.66666667%
	}

	.certigo-app .col-lg-1 {
		width: 8.33333333%
	}

	.certigo-app .col-lg-pull-12 {
		right: 100%
	}

	.certigo-app .col-lg-pull-11 {
		right: 91.66666667%
	}

	.certigo-app .col-lg-pull-10 {
		right: 83.33333333%
	}

	.certigo-app .col-lg-pull-9 {
		right: 75%
	}

	.certigo-app .col-lg-pull-8 {
		right: 66.66666667%
	}

	.certigo-app .col-lg-pull-7 {
		right: 58.33333333%
	}

	.certigo-app .col-lg-pull-6 {
		right: 50%
	}

	.certigo-app .col-lg-pull-5 {
		right: 41.66666667%
	}

	.certigo-app .col-lg-pull-4 {
		right: 33.33333333%
	}

	.certigo-app .col-lg-pull-3 {
		right: 25%
	}

	.certigo-app .col-lg-pull-2 {
		right: 16.66666667%
	}

	.certigo-app .col-lg-pull-1 {
		right: 8.33333333%
	}

	.certigo-app .col-lg-pull-0 {
		right: auto
	}

	.certigo-app .col-lg-push-12 {
		left: 100%
	}

	.certigo-app .col-lg-push-11 {
		left: 91.66666667%
	}

	.certigo-app .col-lg-push-10 {
		left: 83.33333333%
	}

	.certigo-app .col-lg-push-9 {
		left: 75%
	}

	.certigo-app .col-lg-push-8 {
		left: 66.66666667%
	}

	.certigo-app .col-lg-push-7 {
		left: 58.33333333%
	}

	.certigo-app .col-lg-push-6 {
		left: 50%
	}

	.certigo-app .col-lg-push-5 {
		left: 41.66666667%
	}

	.certigo-app .col-lg-push-4 {
		left: 33.33333333%
	}

	.certigo-app .col-lg-push-3 {
		left: 25%
	}

	.certigo-app .col-lg-push-2 {
		left: 16.66666667%
	}

	.certigo-app .col-lg-push-1 {
		left: 8.33333333%
	}

	.certigo-app .col-lg-push-0 {
		left: auto
	}

	.certigo-app .col-lg-offset-12 {
		margin-left: 100%
	}

	.certigo-app .col-lg-offset-11 {
		margin-left: 91.66666667%
	}

	.certigo-app .col-lg-offset-10 {
		margin-left: 83.33333333%
	}

	.certigo-app .col-lg-offset-9 {
		margin-left: 75%
	}

	.certigo-app .col-lg-offset-8 {
		margin-left: 66.66666667%
	}

	.certigo-app .col-lg-offset-7 {
		margin-left: 58.33333333%
	}

	.certigo-app .col-lg-offset-6 {
		margin-left: 50%
	}

	.certigo-app .col-lg-offset-5 {
		margin-left: 41.66666667%
	}

	.certigo-app .col-lg-offset-4 {
		margin-left: 33.33333333%
	}

	.certigo-app .col-lg-offset-3 {
		margin-left: 25%
	}

	.certigo-app .col-lg-offset-2 {
		margin-left: 16.66666667%
	}

	.certigo-app .col-lg-offset-1 {
		margin-left: 8.33333333%
	}

	.certigo-app .col-lg-offset-0 {
		margin-left: 0
	}
}

.certigo-app table {
	background-color: transparent
}

.certigo-app caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left
}

.certigo-app th {
	text-align: left
}

.certigo-app .table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

	.certigo-app .table > tbody > tr > td, .certigo-app .table > tbody > tr > th, .certigo-app .table > tfoot > tr > td, .certigo-app .table > tfoot > tr > th, .certigo-app .table > thead > tr > td, .certigo-app .table > thead > tr > th {
		padding: 8px;
		line-height: 1.42857143;
		vertical-align: top;
		/*border-top:1px solid #ddd*/
	}

	.certigo-app .table > thead > tr > th {
		vertical-align: bottom;
		border-bottom: 2px solid #ddd
	}

	.certigo-app .table > caption + thead > tr:first-child > td, .certigo-app .table > caption + thead > tr:first-child > th, .certigo-app .table > colgroup + thead > tr:first-child > td, .certigo-app .table > colgroup + thead > tr:first-child > th, .certigo-app .table > thead:first-child > tr:first-child > td, .certigo-app .table > thead:first-child > tr:first-child > th {
		border-top: 0
	}

	.certigo-app .table > tbody + tbody {
		border-top: 2px solid #ddd
	}

	.certigo-app .table .table {
		background-color: #fff
	}

.certigo-app .table-condensed > tbody > tr > td, .certigo-app .table-condensed > tbody > tr > th, .certigo-app .table-condensed > tfoot > tr > td, .certigo-app .table-condensed > tfoot > tr > th, .certigo-app .table-condensed > thead > tr > td, .certigo-app .table-condensed > thead > tr > th {
	padding: 5px
}

.certigo-app .table-bordered {
	border: 1px solid #ddd
}

	.certigo-app .table-bordered > tbody > tr > td, .certigo-app .table-bordered > tbody > tr > th, .certigo-app .table-bordered > tfoot > tr > td, .certigo-app .table-bordered > tfoot > tr > th, .certigo-app .table-bordered > thead > tr > td, .certigo-app .table-bordered > thead > tr > th {
		border: 1px solid #ddd
	}

	.certigo-app .table-bordered > thead > tr > td, .certigo-app .table-bordered > thead > tr > th {
		border-bottom-width: 2px
	}

.certigo-app .table-striped > tbody > tr:nth-of-type(odd) {
	/*background-color:#f9f9f9*/
}

.certigo-app .table-hover > tbody > tr:hover {
	background-color: #f5f5f5
}

.certigo-app table col[class*=col-] {
	position: static;
	display: table-column;
	float: none
}

.certigo-app table td[class*=col-], .certigo-app table th[class*=col-] {
	position: static;
	display: table-cell;
	float: none
}

.certigo-app .table > tbody > tr.active > td, .certigo-app .table > tbody > tr.active > th, .certigo-app .table > tbody > tr > td.active, .certigo-app .table > tbody > tr > th.active, .certigo-app .table > tfoot > tr.active > td, .certigo-app .table > tfoot > tr.active > th, .certigo-app .table > tfoot > tr > td.active, .certigo-app .table > tfoot > tr > th.active, .certigo-app .table > thead > tr.active > td, .certigo-app .table > thead > tr.active > th, .certigo-app .table > thead > tr > td.active, .certigo-app .table > thead > tr > th.active {
	background-color: #f5f5f5
}

.certigo-app .table-hover > tbody > tr.active:hover > td, .certigo-app .table-hover > tbody > tr.active:hover > th, .certigo-app .table-hover > tbody > tr:hover > .active, .certigo-app .table-hover > tbody > tr > td.active:hover, .certigo-app .table-hover > tbody > tr > th.active:hover {
	background-color: #e8e8e8
}

.certigo-app .table > tbody > tr.success > td, .certigo-app .table > tbody > tr.success > th, .certigo-app .table > tbody > tr > td.success, .certigo-app .table > tbody > tr > th.success, .certigo-app .table > tfoot > tr.success > td, .certigo-app .table > tfoot > tr.success > th, .certigo-app .table > tfoot > tr > td.success, .certigo-app .table > tfoot > tr > th.success, .certigo-app .table > thead > tr.success > td, .certigo-app .table > thead > tr.success > th, .certigo-app .table > thead > tr > td.success, .certigo-app .table > thead > tr > th.success {
	background-color: #dff0d8
}

.certigo-app .table-hover > tbody > tr.success:hover > td, .certigo-app .table-hover > tbody > tr.success:hover > th, .certigo-app .table-hover > tbody > tr:hover > .success, .certigo-app .table-hover > tbody > tr > td.success:hover, .certigo-app .table-hover > tbody > tr > th.success:hover {
	background-color: #d0e9c6
}

.certigo-app .table > tbody > tr.info > td, .certigo-app .table > tbody > tr.info > th, .certigo-app .table > tbody > tr > td.info, .certigo-app .table > tbody > tr > th.info, .certigo-app .table > tfoot > tr.info > td, .certigo-app .table > tfoot > tr.info > th, .certigo-app .table > tfoot > tr > td.info, .certigo-app .table > tfoot > tr > th.info, .certigo-app .table > thead > tr.info > td, .certigo-app .table > thead > tr.info > th, .certigo-app .table > thead > tr > td.info, .certigo-app .table > thead > tr > th.info {
	background-color: #d9edf7
}

.certigo-app .table-hover > tbody > tr.info:hover > td, .certigo-app .table-hover > tbody > tr.info:hover > th, .certigo-app .table-hover > tbody > tr:hover > .info, .certigo-app .table-hover > tbody > tr > td.info:hover, .certigo-app .table-hover > tbody > tr > th.info:hover {
	background-color: #c4e3f3
}

.certigo-app .table > tbody > tr.warning > td, .certigo-app .table > tbody > tr.warning > th, .certigo-app .table > tbody > tr > td.warning, .certigo-app .table > tbody > tr > th.warning, .certigo-app .table > tfoot > tr.warning > td, .certigo-app .table > tfoot > tr.warning > th, .certigo-app .table > tfoot > tr > td.warning, .certigo-app .table > tfoot > tr > th.warning, .certigo-app .table > thead > tr.warning > td, .certigo-app .table > thead > tr.warning > th, .certigo-app .table > thead > tr > td.warning, .certigo-app .table > thead > tr > th.warning {
	background-color: #fcf8e3
}

.certigo-app .table-hover > tbody > tr.warning:hover > td, .certigo-app .table-hover > tbody > tr.warning:hover > th, .certigo-app .table-hover > tbody > tr:hover > .warning, .certigo-app .table-hover > tbody > tr > td.warning:hover, .certigo-app .table-hover > tbody > tr > th.warning:hover {
	background-color: #faf2cc
}

.certigo-app .table > tbody > tr.danger > td, .certigo-app .table > tbody > tr.danger > th, .certigo-app .table > tbody > tr > td.danger, .certigo-app .table > tbody > tr > th.danger, .certigo-app .table > tfoot > tr.danger > td, .certigo-app .table > tfoot > tr.danger > th, .certigo-app .table > tfoot > tr > td.danger, .certigo-app .table > tfoot > tr > th.danger, .certigo-app .table > thead > tr.danger > td, .certigo-app .table > thead > tr.danger > th, .certigo-app .table > thead > tr > td.danger, .certigo-app .table > thead > tr > th.danger {
	background-color: #f2dede
}

.certigo-app .table-hover > tbody > tr.danger:hover > td, .certigo-app .table-hover > tbody > tr.danger:hover > th, .certigo-app .table-hover > tbody > tr:hover > .danger, .certigo-app .table-hover > tbody > tr > td.danger:hover, .certigo-app .table-hover > tbody > tr > th.danger:hover {
	background-color: #ebcccc
}

.certigo-app .table-responsive {
	min-height: .01%;
	overflow-x: auto
}

@media screen and (max-width:767px) {
	.certigo-app .table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}

		.certigo-app .table-responsive > .table {
			margin-bottom: 0
		}

			.certigo-app .table-responsive > .table > tbody > tr > td, .certigo-app .table-responsive > .table > tbody > tr > th, .certigo-app .table-responsive > .table > tfoot > tr > td, .certigo-app .table-responsive > .table > tfoot > tr > th, .certigo-app .table-responsive > .table > thead > tr > td, .certigo-app .table-responsive > .table > thead > tr > th {
				white-space: nowrap
			}

		.certigo-app .table-responsive > .table-bordered {
			border: 0
		}

			.certigo-app .table-responsive > .table-bordered > tbody > tr > td:first-child, .certigo-app .table-responsive > .table-bordered > tbody > tr > th:first-child, .certigo-app .table-responsive > .table-bordered > tfoot > tr > td:first-child, .certigo-app .table-responsive > .table-bordered > tfoot > tr > th:first-child, .certigo-app .table-responsive > .table-bordered > thead > tr > td:first-child, .certigo-app .table-responsive > .table-bordered > thead > tr > th:first-child {
				border-left: 0
			}

			.certigo-app .table-responsive > .table-bordered > tbody > tr > td:last-child, .certigo-app .table-responsive > .table-bordered > tbody > tr > th:last-child, .certigo-app .table-responsive > .table-bordered > tfoot > tr > td:last-child, .certigo-app .table-responsive > .table-bordered > tfoot > tr > th:last-child, .certigo-app .table-responsive > .table-bordered > thead > tr > td:last-child, .certigo-app .table-responsive > .table-bordered > thead > tr > th:last-child {
				border-right: 0
			}

			.certigo-app .table-responsive > .table-bordered > tbody > tr:last-child > td, .certigo-app .table-responsive > .table-bordered > tbody > tr:last-child > th, .certigo-app .table-responsive > .table-bordered > tfoot > tr:last-child > td, .certigo-app .table-responsive > .table-bordered > tfoot > tr:last-child > th {
				border-bottom: 0
			}
}

.certigo-app fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

.certigo-app legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

.certigo-app input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.certigo-app input[type=checkbox], .certigo-app input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal
}

.certigo-app input[type=file] {
	display: block
}

.certigo-app input[type=range] {
	display: block;
	width: 100%
}

.certigo-app select[multiple], .certigo-app select[size] {
	height: auto
}

.certigo-app input[type=file]:focus, .certigo-app input[type=checkbox]:focus, .certigo-app input[type=radio]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.certigo-app output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555
}

.certigo-app .form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
	background-color: #fff;
	background-image: none;
	/*  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075); */
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

	.certigo-app .form-control:not([type="range"]):focus {
		border-color: #66afe9;
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
	}

	.certigo-app .form-control::-moz-placeholder {
		color: #999;
		opacity: 1
	}

	.certigo-app .form-control:-ms-input-placeholder {
		color: #999
	}

	.certigo-app .form-control::-webkit-input-placeholder {
		color: #999
	}

	.certigo-app .form-control[disabled], .certigo-app .form-control[readonly], .certigo-app fieldset[disabled] .form-control {
		background-color: #eee;
		opacity: 1
	}

	.certigo-app .form-control[disabled], .certigo-app fieldset[disabled] .form-control {
		cursor: not-allowed
	}

.certigo-app textarea.form-control {
	height: auto
}

.certigo-app input[type=search] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.certigo-app input[type=date].form-control, .certigo-app input[type=time].form-control, .certigo-app input[type=datetime-local].form-control, .certigo-app input[type=month].form-control {
		line-height: 34px
	}

	.certigo-app .input-group-sm input[type=date], .certigo-app .input-group-sm input[type=time], .certigo-app .input-group-sm input[type=datetime-local], .certigo-app .input-group-sm input[type=month], .certigo-app input[type=date].input-sm, .certigo-app input[type=time].input-sm, .certigo-app input[type=datetime-local].input-sm, .certigo-app input[type=month].input-sm {
		line-height: 30px
	}

	.certigo-app .input-group-lg input[type=date], .certigo-app .input-group-lg input[type=time], .certigo-app .input-group-lg input[type=datetime-local], .certigo-app .input-group-lg input[type=month], .certigo-app input[type=date].input-lg, .certigo-app input[type=time].input-lg, .certigo-app input[type=datetime-local].input-lg, .certigo-app input[type=month].input-lg {
		line-height: 46px
	}
}

.certigo-app .form-group {
	margin-bottom: 15px
}

.certigo-app .checkbox, .certigo-app .radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

	.certigo-app .checkbox label, .certigo-app .radio label {
		min-height: 20px;
		padding-left: 20px;
		margin-bottom: 0;
		font-weight: 400;
		cursor: pointer
	}

	.certigo-app .checkbox input[type=checkbox], .certigo-app .checkbox-inline input[type=checkbox], .certigo-app .radio input[type=radio], .certigo-app .radio-inline input[type=radio] {
		position: absolute;
		margin-top: 4px\9;
		margin-left: -20px
	}

	.certigo-app .checkbox + .checkbox, .certigo-app .radio + .radio {
		margin-top: -5px
	}

.certigo-app .checkbox-inline, .certigo-app .radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer
}

	.certigo-app .checkbox-inline + .checkbox-inline, .certigo-app .radio-inline + .radio-inline {
		margin-top: 0;
		margin-left: 10px
	}

.certigo-app fieldset[disabled] input[type=checkbox], .certigo-app fieldset[disabled] input[type=radio], .certigo-app input[type=checkbox].disabled, .certigo-app input[type=checkbox][disabled], .certigo-app input[type=radio].disabled, .certigo-app input[type=radio][disabled] {
	cursor: not-allowed
}

.certigo-app .checkbox-inline.disabled, .certigo-app .radio-inline.disabled, .certigo-app fieldset[disabled] .checkbox-inline, .certigo-app fieldset[disabled] .radio-inline {
	cursor: not-allowed
}

.certigo-app .checkbox.disabled label, .certigo-app .radio.disabled label, .certigo-app fieldset[disabled] .checkbox label, .certigo-app fieldset[disabled] .radio label {
	cursor: not-allowed
}

.certigo-app .form-control-static {
	padding: 0px;
	margin: auto 0px;
}

	.certigo-app .form-control-static.input-lg, .certigo-app .form-control-static.input-sm {
		padding-right: 0;
		padding-left: 0
	}

.certigo-app .input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.certigo-app select.input-sm {
	height: 30px;
	line-height: 30px
}

.certigo-app select[multiple].input-sm, .certigo-app textarea.input-sm {
	height: auto
}

.certigo-app .form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.certigo-app .form-group-sm select.form-control {
	height: 30px;
	line-height: 30px
}

.certigo-app .form-group-sm select[multiple].form-control, .certigo-app .form-group-sm textarea.form-control {
	height: auto
}

.certigo-app .form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5
}

.certigo-app .input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.certigo-app select.input-lg {
	height: 46px;
	line-height: 46px
}

.certigo-app select[multiple].input-lg, .certigo-app textarea.input-lg {
	height: auto
}

.certigo-app .form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.certigo-app .form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}

.certigo-app .form-group-lg select[multiple].form-control, .certigo-app .form-group-lg textarea.form-control {
	height: auto
}

.certigo-app .form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.certigo-app .has-feedback {
	position: relative
}

	.certigo-app .has-feedback .form-control {
		padding-right: 42.5px
	}

.certigo-app .form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none
}

.certigo-app .form-group-lg .form-control + .form-control-feedback, .certigo-app .input-group-lg + .form-control-feedback, .certigo-app .input-lg + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.certigo-app .form-group-sm .form-control + .form-control-feedback, .certigo-app .input-group-sm + .form-control-feedback, .certigo-app .input-sm + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.certigo-app .has-success .checkbox, .certigo-app .has-success .checkbox-inline, .certigo-app .has-success .control-label, .certigo-app .has-success .help-block, .certigo-app .has-success .radio, .certigo-app .has-success .radio-inline, .certigo-app .has-success.checkbox label, .certigo-app .has-success.checkbox-inline label, .certigo-app .has-success.radio label, .certigo-app .has-success.radio-inline label {
	color: #3c763d
}

.certigo-app .has-success .form-control:not([type="range"]) {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

	.certigo-app .has-success .form-control:not([type="range"]):focus {
		border-color: #2b542c;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
	}

.certigo-app .has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d
}

.certigo-app .has-success .form-control-feedback {
	color: #3c763d
}

.certigo-app .has-warning .checkbox, .certigo-app .has-warning .checkbox-inline, .certigo-app .has-warning .control-label, .certigo-app .has-warning .help-block, .certigo-app .has-warning .radio, .certigo-app .has-warning .radio-inline, .certigo-app .has-warning.checkbox label, .certigo-app .has-warning.checkbox-inline label, .certigo-app .has-warning.radio label, .certigo-app .has-warning.radio-inline label {
	color: #8a6d3b
}

.certigo-app .has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

	.certigo-app .has-warning .form-control:not([type="range"]):focus {
		border-color: #66512c;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
	}

.certigo-app .has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b
}

.certigo-app .has-warning .form-control-feedback {
	color: #8a6d3b
}

.certigo-app .has-error .checkbox, .certigo-app .has-error .checkbox-inline, .certigo-app .has-error .control-label, .certigo-app .has-error .help-block, .certigo-app .has-error .radio, .certigo-app .has-error .radio-inline, .certigo-app .has-error.checkbox label, .certigo-app .has-error.checkbox-inline label, .certigo-app .has-error.radio label, .certigo-app .has-error.radio-inline label {
	color: #a94442
}

.certigo-app .has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

	.certigo-app .has-error .form-control:focus {
		border-color: #843534;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
	}

.certigo-app .has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442
}

.certigo-app .has-error .form-control-feedback {
	color: #a94442
}

.certigo-app .has-feedback label ~ .form-control-feedback {
	top: 25px
}

.certigo-app .has-feedback label.sr-only ~ .form-control-feedback {
	top: 0
}

.certigo-app .help-block {
	display: block;
	/*     margin-top:5px;
    margin-bottom:10px; */
	color: #737373;
	margin-left: 15px;
}

@media(min-width:768px) {
	.certigo-app .form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.certigo-app .form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.certigo-app .form-inline .form-control-static {
		display: inline-block
	}

	.certigo-app .form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}

		.certigo-app .form-inline .input-group .form-control, .certigo-app .form-inline .input-group .input-group-addon, .certigo-app .form-inline .input-group .input-group-btn {
			width: auto
		}

		.certigo-app .form-inline .input-group > .form-control {
			width: 100%
		}

	.certigo-app .form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.certigo-app .form-inline .checkbox, .certigo-app .form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

		.certigo-app .form-inline .checkbox label, .certigo-app .form-inline .radio label {
			padding-left: 0
		}

		.certigo-app .form-inline .checkbox input[type=checkbox], .certigo-app .form-inline .radio input[type=radio] {
			position: relative;
			margin-left: 0
		}

	.certigo-app .form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.certigo-app .form-horizontal .checkbox, .certigo-app .form-horizontal .checkbox-inline, .certigo-app .form-horizontal .radio, .certigo-app .form-horizontal .radio-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0
}

.certigo-app .form-horizontal .checkbox, .certigo-app .form-horizontal .radio {
	min-height: 27px
}

.certigo-app .form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px
}

.certigo-app .form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}

@media(min-width:768px) {
	.certigo-app .form-horizontal .form-group-lg .control-label {
		padding-top: 14.33px;
		font-size: 18px
	}
}

@media(min-width:768px) {
	.certigo-app .form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px
	}
}

.certigo-app .btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

	.certigo-app .btn.active.focus, .certigo-app .btn.active:focus, .certigo-app .btn.focus, .certigo-app .btn:active.focus, .certigo-app .btn:active:focus, .certigo-app .btn:focus {
		outline: thin dotted;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px
	}

	.certigo-app .btn.focus, .certigo-app .btn:focus, .certigo-app .btn:hover {
		color: #333;
		text-decoration: none
	}

	.certigo-app .btn.active, .certigo-app .btn:active {
		background-image: none;
		outline: 0;
		-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
		box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
	}

	.certigo-app .btn.disabled, .certigo-app .btn[disabled], .certigo-app fieldset[disabled] .btn {
		cursor: not-allowed;
		filter: alpha(opacity=65);
		-webkit-box-shadow: none;
		box-shadow: none;
		opacity: .65
	}

.certigo-app a.btn.disabled, .certigo-app fieldset[disabled] a.btn {
	pointer-events: none
}

.certigo-app .btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

	.certigo-app .btn-default.focus, .certigo-app .btn-default:focus {
		color: #333;
		background-color: #e6e6e6;
		border-color: #8c8c8c
	}

	.certigo-app .btn-default:hover {
		color: #333;
		background-color: #e6e6e6;
		border-color: #adadad
	}

	.certigo-app .btn-default.active, .certigo-app .btn-default:active, .certigo-app .open > .dropdown-toggle.btn-default {
		color: #333;
		background-color: #e6e6e6;
		border-color: #adadad
	}

		.certigo-app .btn-default.active.focus, .certigo-app .btn-default.active:focus, .certigo-app .btn-default.active:hover, .certigo-app .btn-default:active.focus, .certigo-app .btn-default:active:focus, .certigo-app .btn-default:active:hover, .certigo-app .open > .dropdown-toggle.btn-default.focus, .certigo-app .open > .dropdown-toggle.btn-default:focus, .certigo-app .open > .dropdown-toggle.btn-default:hover {
			color: #333;
			background-color: #d4d4d4;
			border-color: #8c8c8c
		}

	.certigo-app .btn-default.active, .certigo-app .btn-default:active, .certigo-app .open > .dropdown-toggle.btn-default {
		background-image: none
	}

	.certigo-app .btn-default.disabled, .certigo-app .btn-default.disabled.active, .certigo-app .btn-default.disabled.focus, .certigo-app .btn-default.disabled:active, .certigo-app .btn-default.disabled:focus, .certigo-app .btn-default.disabled:hover, .certigo-app .btn-default[disabled], .certigo-app .btn-default[disabled].active, .certigo-app .btn-default[disabled].focus, .certigo-app .btn-default[disabled]:active, .certigo-app .btn-default[disabled]:focus, .certigo-app .btn-default[disabled]:hover, .certigo-app fieldset[disabled] .btn-default, .certigo-app fieldset[disabled] .btn-default.active, .certigo-app fieldset[disabled] .btn-default.focus, .certigo-app fieldset[disabled] .btn-default:active, .certigo-app fieldset[disabled] .btn-default:focus, .certigo-app fieldset[disabled] .btn-default:hover {
		background-color: #fff;
		border-color: #ccc
	}

	.certigo-app .btn-default .badge {
		color: #fff;
		background-color: #333
	}

.certigo-app .btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

	.certigo-app .btn-primary.focus, .certigo-app .btn-primary:focus {
		color: #fff;
		background-color: #286090;
		border-color: #122b40
	}

	.certigo-app .btn-primary:hover {
		color: #fff;
		background-color: #286090;
		border-color: #204d74
	}

	.certigo-app .btn-primary.active, .certigo-app .btn-primary:active, .certigo-app .open > .dropdown-toggle.btn-primary {
		color: #fff;
		background-color: #286090;
		border-color: #204d74
	}

		.certigo-app .btn-primary.active.focus, .certigo-app .btn-primary.active:focus, .certigo-app .btn-primary.active:hover, .certigo-app .btn-primary:active.focus, .certigo-app .btn-primary:active:focus, .certigo-app .btn-primary:active:hover, .certigo-app .open > .dropdown-toggle.btn-primary.focus, .certigo-app .open > .dropdown-toggle.btn-primary:focus, .certigo-app .open > .dropdown-toggle.btn-primary:hover {
			color: #fff;
			background-color: #204d74;
			border-color: #122b40
		}

	.certigo-app .btn-primary.active, .certigo-app .btn-primary:active, .certigo-app .open > .dropdown-toggle.btn-primary {
		background-image: none
	}

	.certigo-app .btn-primary.disabled, .certigo-app .btn-primary.disabled.active, .certigo-app .btn-primary.disabled.focus, .certigo-app .btn-primary.disabled:active, .certigo-app .btn-primary.disabled:focus, .certigo-app .btn-primary.disabled:hover, .certigo-app .btn-primary[disabled], .certigo-app .btn-primary[disabled].active, .certigo-app .btn-primary[disabled].focus, .certigo-app .btn-primary[disabled]:active, .certigo-app .btn-primary[disabled]:focus, .certigo-app .btn-primary[disabled]:hover, .certigo-app fieldset[disabled] .btn-primary, .certigo-app fieldset[disabled] .btn-primary.active, .certigo-app fieldset[disabled] .btn-primary.focus, .certigo-app fieldset[disabled] .btn-primary:active, .certigo-app fieldset[disabled] .btn-primary:focus, .certigo-app fieldset[disabled] .btn-primary:hover {
		background-color: #337ab7;
		border-color: #2e6da4
	}

	.certigo-app .btn-primary .badge {
		color: #337ab7;
		background-color: #fff
	}

.certigo-app .btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

	.certigo-app .btn-success.focus, .certigo-app .btn-success:focus {
		color: #fff;
		background-color: #449d44;
		border-color: #255625
	}

	.certigo-app .btn-success:hover {
		color: #fff;
		background-color: #449d44;
		border-color: #398439
	}

	.certigo-app .btn-success.active, .certigo-app .btn-success:active, .certigo-app .open > .dropdown-toggle.btn-success {
		color: #fff;
		background-color: #449d44;
		border-color: #398439
	}

		.certigo-app .btn-success.active.focus, .certigo-app .btn-success.active:focus, .certigo-app .btn-success.active:hover, .certigo-app .btn-success:active.focus, .certigo-app .btn-success:active:focus, .certigo-app .btn-success:active:hover, .certigo-app .open > .dropdown-toggle.btn-success.focus, .certigo-app .open > .dropdown-toggle.btn-success:focus, .certigo-app .open > .dropdown-toggle.btn-success:hover {
			color: #fff;
			background-color: #398439;
			border-color: #255625
		}

	.certigo-app .btn-success.active, .certigo-app .btn-success:active, .certigo-app .open > .dropdown-toggle.btn-success {
		background-image: none
	}

	.certigo-app .btn-success.disabled, .certigo-app .btn-success.disabled.active, .certigo-app .btn-success.disabled.focus, .certigo-app .btn-success.disabled:active, .certigo-app .btn-success.disabled:focus, .certigo-app .btn-success.disabled:hover, .certigo-app .btn-success[disabled], .certigo-app .btn-success[disabled].active, .certigo-app .btn-success[disabled].focus, .certigo-app .btn-success[disabled]:active, .certigo-app .btn-success[disabled]:focus, .certigo-app .btn-success[disabled]:hover, .certigo-app fieldset[disabled] .btn-success, .certigo-app fieldset[disabled] .btn-success.active, .certigo-app fieldset[disabled] .btn-success.focus, .certigo-app fieldset[disabled] .btn-success:active, .certigo-app fieldset[disabled] .btn-success:focus, .certigo-app fieldset[disabled] .btn-success:hover {
		background-color: #5cb85c;
		border-color: #4cae4c
	}

	.certigo-app .btn-success .badge {
		color: #5cb85c;
		background-color: #fff
	}

.certigo-app .btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

	.certigo-app .btn-info.focus, .certigo-app .btn-info:focus {
		color: #fff;
		background-color: #31b0d5;
		border-color: #1b6d85
	}

	.certigo-app .btn-info:hover {
		color: #fff;
		background-color: #31b0d5;
		border-color: #269abc
	}

	.certigo-app .btn-info.active, .certigo-app .btn-info:active, .certigo-app .open > .dropdown-toggle.btn-info {
		color: #fff;
		background-color: #31b0d5;
		border-color: #269abc
	}

		.certigo-app .btn-info.active.focus, .certigo-app .btn-info.active:focus, .certigo-app .btn-info.active:hover, .certigo-app .btn-info:active.focus, .certigo-app .btn-info:active:focus, .certigo-app .btn-info:active:hover, .certigo-app .open > .dropdown-toggle.btn-info.focus, .certigo-app .open > .dropdown-toggle.btn-info:focus, .certigo-app .open > .dropdown-toggle.btn-info:hover {
			color: #fff;
			background-color: #269abc;
			border-color: #1b6d85
		}

	.certigo-app .btn-info.active, .certigo-app .btn-info:active, .certigo-app .open > .dropdown-toggle.btn-info {
		background-image: none
	}

	.certigo-app .btn-info.disabled, .certigo-app .btn-info.disabled.active, .certigo-app .btn-info.disabled.focus, .certigo-app .btn-info.disabled:active, .certigo-app .btn-info.disabled:focus, .certigo-app .btn-info.disabled:hover, .certigo-app .btn-info[disabled], .certigo-app .btn-info[disabled].active, .certigo-app .btn-info[disabled].focus, .certigo-app .btn-info[disabled]:active, .certigo-app .btn-info[disabled]:focus, .certigo-app .btn-info[disabled]:hover, .certigo-app fieldset[disabled] .btn-info, .certigo-app fieldset[disabled] .btn-info.active, .certigo-app fieldset[disabled] .btn-info.focus, .certigo-app fieldset[disabled] .btn-info:active, .certigo-app fieldset[disabled] .btn-info:focus, .certigo-app fieldset[disabled] .btn-info:hover {
		background-color: #5bc0de;
		border-color: #46b8da
	}

	.certigo-app .btn-info .badge {
		color: #5bc0de;
		background-color: #fff
	}

.certigo-app .btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

	.certigo-app .btn-warning.focus, .certigo-app .btn-warning:focus {
		color: #fff;
		background-color: #ec971f;
		border-color: #985f0d
	}

	.certigo-app .btn-warning:hover {
		color: #fff;
		background-color: #ec971f;
		border-color: #d58512
	}

	.certigo-app .btn-warning.active, .certigo-app .btn-warning:active, .certigo-app .open > .dropdown-toggle.btn-warning {
		color: #fff;
		background-color: #ec971f;
		border-color: #d58512
	}

		.certigo-app .btn-warning.active.focus, .certigo-app .btn-warning.active:focus, .certigo-app .btn-warning.active:hover, .certigo-app .btn-warning:active.focus, .certigo-app .btn-warning:active:focus, .certigo-app .btn-warning:active:hover, .certigo-app .open > .dropdown-toggle.btn-warning.focus, .certigo-app .open > .dropdown-toggle.btn-warning:focus, .certigo-app .open > .dropdown-toggle.btn-warning:hover {
			color: #fff;
			background-color: #d58512;
			border-color: #985f0d
		}

	.certigo-app .btn-warning.active, .certigo-app .btn-warning:active, .certigo-app .open > .dropdown-toggle.btn-warning {
		background-image: none
	}

	.certigo-app .btn-warning.disabled, .certigo-app .btn-warning.disabled.active, .certigo-app .btn-warning.disabled.focus, .certigo-app .btn-warning.disabled:active, .certigo-app .btn-warning.disabled:focus, .certigo-app .btn-warning.disabled:hover, .certigo-app .btn-warning[disabled], .certigo-app .btn-warning[disabled].active, .certigo-app .btn-warning[disabled].focus, .certigo-app .btn-warning[disabled]:active, .certigo-app .btn-warning[disabled]:focus, .certigo-app .btn-warning[disabled]:hover, .certigo-app fieldset[disabled] .btn-warning, .certigo-app fieldset[disabled] .btn-warning.active, .certigo-app fieldset[disabled] .btn-warning.focus, .certigo-app fieldset[disabled] .btn-warning:active, .certigo-app fieldset[disabled] .btn-warning:focus, .certigo-app fieldset[disabled] .btn-warning:hover {
		background-color: #f0ad4e;
		border-color: #eea236
	}

	.certigo-app .btn-warning .badge {
		color: #f0ad4e;
		background-color: #fff
	}

.certigo-app .btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

	.certigo-app .btn-danger.focus, .certigo-app .btn-danger:focus {
		color: #fff;
		background-color: #c9302c;
		border-color: #761c19
	}

	.certigo-app .btn-danger:hover {
		color: #fff;
		background-color: #c9302c;
		border-color: #ac2925
	}

	.certigo-app .btn-danger.active, .certigo-app .btn-danger:active, .certigo-app .open > .dropdown-toggle.btn-danger {
		color: #fff;
		background-color: #c9302c;
		border-color: #ac2925
	}

		.certigo-app .btn-danger.active.focus, .certigo-app .btn-danger.active:focus, .certigo-app .btn-danger.active:hover, .certigo-app .btn-danger:active.focus, .certigo-app .btn-danger:active:focus, .certigo-app .btn-danger:active:hover, .certigo-app .open > .dropdown-toggle.btn-danger.focus, .certigo-app .open > .dropdown-toggle.btn-danger:focus, .certigo-app .open > .dropdown-toggle.btn-danger:hover {
			color: #fff;
			background-color: #ac2925;
			border-color: #761c19
		}

	.certigo-app .btn-danger.active, .certigo-app .btn-danger:active, .certigo-app .open > .dropdown-toggle.btn-danger {
		background-image: none
	}

	.certigo-app .btn-danger.disabled, .certigo-app .btn-danger.disabled.active, .certigo-app .btn-danger.disabled.focus, .certigo-app .btn-danger.disabled:active, .certigo-app .btn-danger.disabled:focus, .certigo-app .btn-danger.disabled:hover, .certigo-app .btn-danger[disabled], .certigo-app .btn-danger[disabled].active, .certigo-app .btn-danger[disabled].focus, .certigo-app .btn-danger[disabled]:active, .certigo-app .btn-danger[disabled]:focus, .certigo-app .btn-danger[disabled]:hover, .certigo-app fieldset[disabled] .btn-danger, .certigo-app fieldset[disabled] .btn-danger.active, .certigo-app fieldset[disabled] .btn-danger.focus, .certigo-app fieldset[disabled] .btn-danger:active, .certigo-app fieldset[disabled] .btn-danger:focus, .certigo-app fieldset[disabled] .btn-danger:hover {
		background-color: #d9534f;
		border-color: #d43f3a
	}

	.certigo-app .btn-danger .badge {
		color: #d9534f;
		background-color: #fff
	}

.certigo-app .btn-link {
	font-weight: 400;
	color: #337ab7;
	border-radius: 0
}

	.certigo-app .btn-link, .certigo-app .btn-link.active, .certigo-app .btn-link:active, .certigo-app .btn-link[disabled], .certigo-app fieldset[disabled] .btn-link {
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none
	}

		.certigo-app .btn-link, .certigo-app .btn-link:active, .certigo-app .btn-link:focus, .certigo-app .btn-link:hover {
			border-color: transparent
		}

			.certigo-app .btn-link:focus, .certigo-app .btn-link:hover {
				color: #23527c;
				text-decoration: underline;
				background-color: transparent
			}

			.certigo-app .btn-link[disabled]:focus, .certigo-app .btn-link[disabled]:hover, .certigo-app fieldset[disabled] .btn-link:focus, .certigo-app fieldset[disabled] .btn-link:hover {
				color: #777;
				text-decoration: none
			}

.certigo-app .btn-group-lg > .btn, .certigo-app .btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.certigo-app .btn-group-sm > .btn, .certigo-app .btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.certigo-app .btn-group-xs > .btn, .certigo-app .btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.certigo-app .btn-block {
	display: block;
	width: 100%
}

	.certigo-app .btn-block + .btn-block {
		margin-top: 5px
	}

.certigo-app input[type=button].btn-block, .certigo-app input[type=reset].btn-block, .certigo-app input[type=submit].btn-block {
	width: 100%
}

.certigo-app .fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

	.certigo-app .fade.in {
		opacity: 1
	}

.certigo-app .collapse {
	display: none
}

	.certigo-app .collapse.in {
		display: block
	}

.certigo-app tr.collapse.in {
	display: table-row
}

.certigo-app tbody.collapse.in {
	display: table-row-group
}

.certigo-app .collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height,visibility;
	-o-transition-property: height,visibility;
	transition-property: height,visibility
}

.certigo-app .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.certigo-app .dropdown, .certigo-app .dropup {
	position: relative
}

.certigo-app .dropdown-toggle:focus {
	outline: 0
}

.certigo-app .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

	.certigo-app .dropdown-menu.pull-right {
		right: 0;
		left: auto
	}

	.certigo-app .dropdown-menu .divider {
		height: 1px;
		margin: 9px 0;
		overflow: hidden;
		background-color: #e5e5e5
	}

	.certigo-app .dropdown-menu > li > a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: 400;
		line-height: 1.42857143;
		color: #333;
		white-space: nowrap
	}

		.certigo-app .dropdown-menu > li > a:focus, .certigo-app .dropdown-menu > li > a:hover {
			color: #262626;
			text-decoration: none;
			background-color: #f5f5f5
		}

	.certigo-app .dropdown-menu > .active > a, .certigo-app .dropdown-menu > .active > a:focus, .certigo-app .dropdown-menu > .active > a:hover {
		color: #fff;
		text-decoration: none;
		background-color: #337ab7;
		outline: 0
	}

	.certigo-app .dropdown-menu > .disabled > a, .certigo-app .dropdown-menu > .disabled > a:focus, .certigo-app .dropdown-menu > .disabled > a:hover {
		color: #777
	}

		.certigo-app .dropdown-menu > .disabled > a:focus, .certigo-app .dropdown-menu > .disabled > a:hover {
			text-decoration: none;
			cursor: not-allowed;
			background-color: transparent;
			background-image: none;
			filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
		}

.certigo-app .open > .dropdown-menu {
	display: block
}

.certigo-app .open > a {
	outline: 0
}

.certigo-app .dropdown-menu-right {
	right: 0;
	left: auto
}

.certigo-app .dropdown-menu-left {
	right: auto;
	left: 0
}

.certigo-app .dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap
}

.certigo-app .dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990
}

.certigo-app .pull-right > .dropdown-menu {
	right: 0;
	left: auto
}

.certigo-app .dropup .caret, .certigo-app .navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid\9
}

.certigo-app .dropup .dropdown-menu, .certigo-app .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

@media(min-width:768px) {
	.certigo-app .navbar-right .dropdown-menu {
		right: 0;
		left: auto
	}

	.certigo-app .navbar-right .dropdown-menu-left {
		right: auto;
		left: 0
	}
}

.certigo-app .btn-group, .certigo-app .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

	.certigo-app .btn-group-vertical > .btn, .certigo-app .btn-group > .btn {
		position: relative;
		float: left
	}

		.certigo-app .btn-group-vertical > .btn.active, .certigo-app .btn-group-vertical > .btn:active, .certigo-app .btn-group-vertical > .btn:focus, .certigo-app .btn-group-vertical > .btn:hover, .certigo-app .btn-group > .btn.active, .certigo-app .btn-group > .btn:active, .certigo-app .btn-group > .btn:focus, .certigo-app .btn-group > .btn:hover {
			z-index: 2
		}

	.certigo-app .btn-group .btn + .btn, .certigo-app .btn-group .btn + .btn-group, .certigo-app .btn-group .btn-group + .btn, .certigo-app .btn-group .btn-group + .btn-group {
		margin-left: -1px
	}

.certigo-app .btn-toolbar {
	margin-left: -5px
}

	.certigo-app .btn-toolbar .btn, .certigo-app .btn-toolbar .btn-group, .certigo-app .btn-toolbar .input-group {
		float: left
	}

	.certigo-app .btn-toolbar > .btn, .certigo-app .btn-toolbar > .btn-group, .certigo-app .btn-toolbar > .input-group {
		margin-left: 5px
	}

.certigo-app .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.certigo-app .btn-group > .btn:first-child {
	margin-left: 0
}

	.certigo-app .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}

.certigo-app .btn-group > .btn:last-child:not(:first-child), .certigo-app .btn-group > .dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.certigo-app .btn-group > .btn-group {
	float: left
}

	.certigo-app .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
		border-radius: 0
	}

	.certigo-app .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .certigo-app .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}

	.certigo-app .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}

.certigo-app .btn-group .dropdown-toggle:active, .certigo-app .btn-group.open .dropdown-toggle {
	outline: 0
}

.certigo-app .btn-group > .btn + .dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px
}

.certigo-app .btn-group > .btn-lg + .dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px
}

.certigo-app .btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

	.certigo-app .btn-group.open .dropdown-toggle.btn-link {
		-webkit-box-shadow: none;
		box-shadow: none
	}

.certigo-app .btn .caret {
	margin-left: 0
}

.certigo-app .btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.certigo-app .dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.certigo-app .btn-group-vertical > .btn, .certigo-app .btn-group-vertical > .btn-group, .certigo-app .btn-group-vertical > .btn-group > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

	.certigo-app .btn-group-vertical > .btn-group > .btn {
		float: none
	}

	.certigo-app .btn-group-vertical > .btn + .btn, .certigo-app .btn-group-vertical > .btn + .btn-group, .certigo-app .btn-group-vertical > .btn-group + .btn, .certigo-app .btn-group-vertical > .btn-group + .btn-group {
		margin-top: -1px;
		margin-left: 0
	}

	.certigo-app .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
		border-radius: 0
	}

	.certigo-app .btn-group-vertical > .btn:first-child:not(:last-child) {
		border-top-right-radius: 4px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0
	}

	.certigo-app .btn-group-vertical > .btn:last-child:not(:first-child) {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-left-radius: 4px
	}

	.certigo-app .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
		border-radius: 0
	}

	.certigo-app .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .certigo-app .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0
	}

	.certigo-app .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
		border-top-left-radius: 0;
		border-top-right-radius: 0
	}

.certigo-app .btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

	.certigo-app .btn-group-justified > .btn, .certigo-app .btn-group-justified > .btn-group {
		display: table-cell;
		float: none;
		width: 1%
	}

		.certigo-app .btn-group-justified > .btn-group .btn {
			width: 100%
		}

		.certigo-app .btn-group-justified > .btn-group .dropdown-menu {
			left: auto
		}

.certigo-app [data-toggle=buttons] > .btn input[type=checkbox], .certigo-app [data-toggle=buttons] > .btn input[type=radio], .certigo-app [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], .certigo-app [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none
}

.certigo-app .input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

	.certigo-app .input-group[class*=col-] {
		float: none;
		padding-right: 0;
		padding-left: 0
	}

	.certigo-app .input-group .form-control {
		position: relative;
		z-index: 2;
		float: left;
		width: 100%;
		margin-bottom: 0
	}

.certigo-app .input-group-lg > .form-control, .certigo-app .input-group-lg > .input-group-addon, .certigo-app .input-group-lg > .input-group-btn > .btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.certigo-app select.input-group-lg > .form-control, .certigo-app select.input-group-lg > .input-group-addon, .certigo-app select.input-group-lg > .input-group-btn > .btn {
	height: 46px;
	line-height: 46px
}

.certigo-app select[multiple].input-group-lg > .form-control, .certigo-app select[multiple].input-group-lg > .input-group-addon, .certigo-app select[multiple].input-group-lg > .input-group-btn > .btn, .certigo-app textarea.input-group-lg > .form-control, .certigo-app textarea.input-group-lg > .input-group-addon, .certigo-app textarea.input-group-lg > .input-group-btn > .btn {
	height: auto
}

.certigo-app .input-group-sm > .form-control, .certigo-app .input-group-sm > .input-group-addon, .certigo-app .input-group-sm > .input-group-btn > .btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.certigo-app select.input-group-sm > .form-control, .certigo-app select.input-group-sm > .input-group-addon, .certigo-app select.input-group-sm > .input-group-btn > .btn {
	height: 30px;
	line-height: 30px
}

.certigo-app select[multiple].input-group-sm > .form-control, .certigo-app select[multiple].input-group-sm > .input-group-addon, .certigo-app select[multiple].input-group-sm > .input-group-btn > .btn, .certigo-app textarea.input-group-sm > .form-control, .certigo-app textarea.input-group-sm > .input-group-addon, .certigo-app textarea.input-group-sm > .input-group-btn > .btn {
	height: auto
}

.certigo-app .input-group .form-control, .certigo-app .input-group-addon, .certigo-app .input-group-btn {
	display: table-cell
}

	.certigo-app .input-group .form-control:not(:first-child):not(:last-child), .certigo-app .input-group-addon:not(:first-child):not(:last-child), .certigo-app .input-group-btn:not(:first-child):not(:last-child) {
		border-radius: 0
	}

.certigo-app .input-group-addon, .certigo-app .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.certigo-app .input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}

	.certigo-app .input-group-addon.input-sm {
		padding: 5px 10px;
		font-size: 12px;
		border-radius: 3px
	}

	.certigo-app .input-group-addon.input-lg {
		padding: 10px 16px;
		font-size: 18px;
		border-radius: 6px
	}

	.certigo-app .input-group-addon input[type=checkbox], .certigo-app .input-group-addon input[type=radio] {
		margin-top: 0
	}

	.certigo-app .input-group .form-control:first-child, .certigo-app .input-group-addon:first-child, .certigo-app .input-group-btn:first-child > .btn, .certigo-app .input-group-btn:first-child > .btn-group > .btn, .certigo-app .input-group-btn:first-child > .dropdown-toggle, .certigo-app .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .certigo-app .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}

	.certigo-app .input-group-addon:first-child {
		border-right: 0
	}

	.certigo-app .input-group .form-control:last-child, .certigo-app .input-group-addon:last-child, .certigo-app .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .certigo-app .input-group-btn:first-child > .btn:not(:first-child), .certigo-app .input-group-btn:last-child > .btn, .certigo-app .input-group-btn:last-child > .btn-group > .btn, .certigo-app .input-group-btn:last-child > .dropdown-toggle {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}

	.certigo-app .input-group-addon:last-child {
		border-left: 0
	}

.certigo-app .input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

	.certigo-app .input-group-btn > .btn {
		position: relative
	}

		.certigo-app .input-group-btn > .btn + .btn {
			margin-left: -1px
		}

		.certigo-app .input-group-btn > .btn:active, .certigo-app .input-group-btn > .btn:focus, .certigo-app .input-group-btn > .btn:hover {
			z-index: 2
		}

	.certigo-app .input-group-btn:first-child > .btn, .certigo-app .input-group-btn:first-child > .btn-group {
		margin-right: -1px
	}

	.certigo-app .input-group-btn:last-child > .btn, .certigo-app .input-group-btn:last-child > .btn-group {
		z-index: 2;
		margin-left: -1px
	}

.certigo-app .nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

	.certigo-app .nav > li {
		position: relative;
		display: block
	}

		.certigo-app .nav > li > a {
			position: relative;
			display: block;
			padding: 10px 15px
		}

			.certigo-app .nav > li > a:focus, .certigo-app .nav > li > a:hover {
				text-decoration: none;
				background-color: #eee
			}

		.certigo-app .nav > li.disabled > a {
			color: #777
		}

			.certigo-app .nav > li.disabled > a:focus, .certigo-app .nav > li.disabled > a:hover {
				color: #777;
				text-decoration: none;
				cursor: not-allowed;
				background-color: transparent
			}

	.certigo-app .nav .open > a, .certigo-app .nav .open > a:focus, .certigo-app .nav .open > a:hover {
		background-color: #eee;
		border-color: #337ab7
	}

	.certigo-app .nav .nav-divider {
		height: 1px;
		margin: 9px 0;
		overflow: hidden;
		background-color: #e5e5e5
	}

	.certigo-app .nav > li > a > img {
		max-width: none
	}

.certigo-app .nav-tabs {
	/*  border-bottom:1px solid #ddd */
}

	.certigo-app .nav-tabs > li {
		float: left;
		margin-bottom: -1px
	}

		.certigo-app .nav-tabs > li > a {
			margin-right: 2px;
			line-height: 1.42857143;
			border: 1px solid transparent;
			border-radius: 4px 4px 0 0
		}

			.certigo-app .nav-tabs > li > a:hover {
				border-color: #eee #eee #ddd
			}

		.certigo-app .nav-tabs > li.active > a, .certigo-app .nav-tabs > li.active > a:focus, .certigo-app .nav-tabs > li.active > a:hover {
			color: #555;
			cursor: default;
			background-color: #fff;
			border: 1px solid #ddd;
			border-bottom-color: transparent
		}

	.certigo-app .nav-tabs.nav-justified {
		width: 100%;
		border-bottom: 0
	}

		.certigo-app .nav-tabs.nav-justified > li {
			float: none
		}

			.certigo-app .nav-tabs.nav-justified > li > a {
				margin-bottom: 5px;
				text-align: center
			}

		.certigo-app .nav-tabs.nav-justified > .dropdown .dropdown-menu {
			top: auto;
			left: auto
		}

@media(min-width:768px) {
	.certigo-app .nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%
	}

		.certigo-app .nav-tabs.nav-justified > li > a {
			margin-bottom: 0
		}
}

.certigo-app .nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 4px
}

.certigo-app .nav-tabs.nav-justified > .active > a, .certigo-app .nav-tabs.nav-justified > .active > a:focus, .certigo-app .nav-tabs.nav-justified > .active > a:hover {
	border: 1px solid #ddd
}

@media(min-width:768px) {
	.certigo-app .nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.certigo-app .nav-tabs.nav-justified > .active > a, .certigo-app .nav-tabs.nav-justified > .active > a:focus, .certigo-app .nav-tabs.nav-justified > .active > a:hover {
		border-bottom-color: #fff
	}
}

.certigo-app .nav-pills > li {
	float: left
}

	.certigo-app .nav-pills > li > a {
		border-radius: 4px
	}

	.certigo-app .nav-pills > li + li {
		margin-left: 2px
	}

	.certigo-app .nav-pills > li.active > a, .certigo-app .nav-pills > li.active > a:focus, .certigo-app .nav-pills > li.active > a:hover {
		color: #fff;
		background-color: #337ab7
	}

.certigo-app .nav-stacked > li {
	float: none
}

	.certigo-app .nav-stacked > li + li {
		margin-top: 2px;
		margin-left: 0
	}

.certigo-app .nav-justified {
	width: 100%
}

	.certigo-app .nav-justified > li {
		float: none
	}

		.certigo-app .nav-justified > li > a {
			margin-bottom: 5px;
			text-align: center
		}

	.certigo-app .nav-justified > .dropdown .dropdown-menu {
		top: auto;
		left: auto
	}

@media(min-width:768px) {
	.certigo-app .nav-justified > li {
		display: table-cell;
		width: 1%
	}

		.certigo-app .nav-justified > li > a {
			margin-bottom: 0
		}
}

.certigo-app .nav-tabs-justified {
	border-bottom: 0
}

	.certigo-app .nav-tabs-justified > li > a {
		margin-right: 0;
		border-radius: 4px
	}

	.certigo-app .nav-tabs-justified > .active > a, .certigo-app .nav-tabs-justified > .active > a:focus, .certigo-app .nav-tabs-justified > .active > a:hover {
		border: 1px solid #ddd
	}

@media(min-width:768px) {
	.certigo-app .nav-tabs-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.certigo-app .nav-tabs-justified > .active > a, .certigo-app .nav-tabs-justified > .active > a:focus, .certigo-app .nav-tabs-justified > .active > a:hover {
		border-bottom-color: #fff
	}
}

.certigo-app .tab-content > .tab-pane {
	display: none
}

.certigo-app .tab-content > .active {
	display: block
}

.certigo-app .nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.certigo-app .navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

@media(min-width:768px) {
	.certigo-app .navbar {
		border-radius: 4px
	}
}

@media(min-width:768px) {
	.certigo-app .navbar-header {
		float: left
	}
}

.certigo-app .navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1)
}

	.certigo-app .navbar-collapse.in {
		overflow-y: auto
	}

@media(min-width:768px) {
	.certigo-app .navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

		.certigo-app .navbar-collapse.collapse {
			display: block !important;
			height: auto !important;
			padding-bottom: 0;
			overflow: visible !important
		}

		.certigo-app .navbar-collapse.in {
			overflow-y: visible
		}

	.certigo-app .navbar-fixed-bottom .navbar-collapse, .certigo-app .navbar-fixed-top .navbar-collapse, .certigo-app .navbar-static-top .navbar-collapse {
		padding-right: 0;
		padding-left: 0
	}
}

.certigo-app .navbar-fixed-bottom .navbar-collapse, .certigo-app .navbar-fixed-top .navbar-collapse {
	max-height: 340px
}

@media(max-device-width:480px) and (orientation:landscape) {
	.certigo-app .navbar-fixed-bottom .navbar-collapse, .certigo-app .navbar-fixed-top .navbar-collapse {
		max-height: 200px
	}
}

.certigo-app .container-fluid > .navbar-collapse, .certigo-app .container-fluid > .navbar-header, .certigo-app .container > .navbar-collapse, .certigo-app .container > .navbar-header {
	margin-right: -15px;
	margin-left: -15px
}

@media(min-width:768px) {
	.certigo-app .container-fluid > .navbar-collapse, .certigo-app .container-fluid > .navbar-header, .certigo-app .container > .navbar-collapse, .certigo-app .container > .navbar-header {
		margin-right: 0;
		margin-left: 0
	}
}

.certigo-app .navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media(min-width:768px) {
	.certigo-app .navbar-static-top {
		border-radius: 0
	}
}

.certigo-app .navbar-fixed-bottom, .certigo-app .navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media(min-width:768px) {
	.certigo-app .navbar-fixed-bottom, .certigo-app .navbar-fixed-top {
		border-radius: 0
	}
}

.certigo-app .navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.certigo-app .navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.certigo-app .navbar-brand {
	float: left;
	height: 50px;
	padding: 15px;
	font-size: 18px;
	line-height: 20px
}

	.certigo-app .navbar-brand:focus, .certigo-app .navbar-brand:hover {
		text-decoration: none
	}

	.certigo-app .navbar-brand > img {
		display: block
	}

@media(min-width:768px) {
	.certigo-app .navbar > .container .navbar-brand, .certigo-app .navbar > .container-fluid .navbar-brand {
		margin-left: -15px
	}
}

.certigo-app .navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

	.certigo-app .navbar-toggle:focus {
		outline: 0
	}

	.certigo-app .navbar-toggle .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px
	}

		.certigo-app .navbar-toggle .icon-bar + .icon-bar {
			margin-top: 4px
		}

@media(min-width:768px) {
	.certigo-app .navbar-toggle {
		display: none
	}
}

.certigo-app .navbar-nav {
	margin: 7.5px -15px
}

	.certigo-app .navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 20px
	}

@media(max-width:767px) {
	.certigo-app .navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

		.certigo-app .navbar-nav .open .dropdown-menu .dropdown-header, .certigo-app .navbar-nav .open .dropdown-menu > li > a {
			padding: 5px 15px 5px 25px
		}

		.certigo-app .navbar-nav .open .dropdown-menu > li > a {
			line-height: 20px
		}

			.certigo-app .navbar-nav .open .dropdown-menu > li > a:focus, .certigo-app .navbar-nav .open .dropdown-menu > li > a:hover {
				background-image: none
			}
}

@media(min-width:768px) {
	.certigo-app .navbar-nav {
		float: left;
		margin: 0
	}

		.certigo-app .navbar-nav > li {
			float: left
		}

			.certigo-app .navbar-nav > li > a {
				padding-top: 15px;
				padding-bottom: 15px
			}
}

.certigo-app .navbar-form {
	padding: 10px 15px;
	margin-top: 8px;
	margin-right: -15px;
	margin-bottom: 8px;
	margin-left: -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)
}

@media(min-width:768px) {
	.certigo-app .navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.certigo-app .navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.certigo-app .navbar-form .form-control-static {
		display: inline-block
	}

	.certigo-app .navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}

		.certigo-app .navbar-form .input-group .form-control, .certigo-app .navbar-form .input-group .input-group-addon, .certigo-app .navbar-form .input-group .input-group-btn {
			width: auto
		}

		.certigo-app .navbar-form .input-group > .form-control {
			width: 100%
		}

	.certigo-app .navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.certigo-app .navbar-form .checkbox, .certigo-app .navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

		.certigo-app .navbar-form .checkbox label, .certigo-app .navbar-form .radio label {
			padding-left: 0
		}

		.certigo-app .navbar-form .checkbox input[type=checkbox], .certigo-app .navbar-form .radio input[type=radio] {
			position: relative;
			margin-left: 0
		}

	.certigo-app .navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@media(max-width:767px) {
	.certigo-app .navbar-form .form-group {
		margin-bottom: 5px
	}

		.certigo-app .navbar-form .form-group:last-child {
			margin-bottom: 0
		}
}

@media(min-width:768px) {
	.certigo-app .navbar-form {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.certigo-app .navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.certigo-app .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.certigo-app .navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}

	.certigo-app .navbar-btn.btn-sm {
		margin-top: 10px;
		margin-bottom: 10px
	}

	.certigo-app .navbar-btn.btn-xs {
		margin-top: 14px;
		margin-bottom: 14px
	}

.certigo-app .navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media(min-width:768px) {
	.certigo-app .navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px
	}
}

@media(min-width:768px) {
	.certigo-app .navbar-left {
		float: left !important
	}

	.certigo-app .navbar-right {
		float: right !important;
		margin-right: -15px
	}

		.certigo-app .navbar-right ~ .navbar-right {
			margin-right: 0
		}
}

.certigo-app .navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

	.certigo-app .navbar-default .navbar-brand {
		color: #777
	}

		.certigo-app .navbar-default .navbar-brand:focus, .certigo-app .navbar-default .navbar-brand:hover {
			color: #5e5e5e;
			background-color: transparent
		}

	.certigo-app .navbar-default .navbar-text {
		color: #777
	}

	.certigo-app .navbar-default .navbar-nav > li > a {
		color: #777
	}

		.certigo-app .navbar-default .navbar-nav > li > a:focus, .certigo-app .navbar-default .navbar-nav > li > a:hover {
			color: #333;
			background-color: transparent
		}

	.certigo-app .navbar-default .navbar-nav > .active > a, .certigo-app .navbar-default .navbar-nav > .active > a:focus, .certigo-app .navbar-default .navbar-nav > .active > a:hover {
		color: #555;
		background-color: #e7e7e7
	}

	.certigo-app .navbar-default .navbar-nav > .disabled > a, .certigo-app .navbar-default .navbar-nav > .disabled > a:focus, .certigo-app .navbar-default .navbar-nav > .disabled > a:hover {
		color: #ccc;
		background-color: transparent
	}

	.certigo-app .navbar-default .navbar-toggle {
		border-color: #ddd
	}

		.certigo-app .navbar-default .navbar-toggle:focus, .certigo-app .navbar-default .navbar-toggle:hover {
			background-color: #ddd
		}

		.certigo-app .navbar-default .navbar-toggle .icon-bar {
			background-color: #888
		}

	.certigo-app .navbar-default .navbar-collapse, .certigo-app .navbar-default .navbar-form {
		border-color: #e7e7e7
	}

	.certigo-app .navbar-default .navbar-nav > .open > a, .certigo-app .navbar-default .navbar-nav > .open > a:focus, .certigo-app .navbar-default .navbar-nav > .open > a:hover {
		color: #555;
		background-color: #e7e7e7
	}

@media(max-width:767px) {
	.certigo-app .navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777
	}

		.certigo-app .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .certigo-app .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
			color: #333;
			background-color: transparent
		}

	.certigo-app .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .certigo-app .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .certigo-app .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
		color: #555;
		background-color: #e7e7e7
	}

	.certigo-app .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .certigo-app .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .certigo-app .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
		color: #ccc;
		background-color: transparent
	}
}

.certigo-app .navbar-default .navbar-link {
	color: #777
}

	.certigo-app .navbar-default .navbar-link:hover {
		color: #333
	}

.certigo-app .navbar-default .btn-link {
	color: #777
}

	.certigo-app .navbar-default .btn-link:focus, .certigo-app .navbar-default .btn-link:hover {
		color: #333
	}

	.certigo-app .navbar-default .btn-link[disabled]:focus, .certigo-app .navbar-default .btn-link[disabled]:hover, .certigo-app fieldset[disabled] .navbar-default .btn-link:focus, .certigo-app fieldset[disabled] .navbar-default .btn-link:hover {
		color: #ccc
	}

.certigo-app .navbar-inverse {
	background-color: #222;
	border-color: #080808
}

	.certigo-app .navbar-inverse .navbar-brand {
		color: #9d9d9d
	}

		.certigo-app .navbar-inverse .navbar-brand:focus, .certigo-app .navbar-inverse .navbar-brand:hover {
			color: #fff;
			background-color: transparent
		}

	.certigo-app .navbar-inverse .navbar-text {
		color: #9d9d9d
	}

	.certigo-app .navbar-inverse .navbar-nav > li > a {
		color: #9d9d9d
	}

		.certigo-app .navbar-inverse .navbar-nav > li > a:focus, .certigo-app .navbar-inverse .navbar-nav > li > a:hover {
			color: #fff;
			background-color: transparent
		}

	.certigo-app .navbar-inverse .navbar-nav > .active > a, .certigo-app .navbar-inverse .navbar-nav > .active > a:focus, .certigo-app .navbar-inverse .navbar-nav > .active > a:hover {
		color: #fff;
		background-color: #080808
	}

	.certigo-app .navbar-inverse .navbar-nav > .disabled > a, .certigo-app .navbar-inverse .navbar-nav > .disabled > a:focus, .certigo-app .navbar-inverse .navbar-nav > .disabled > a:hover {
		color: #444;
		background-color: transparent
	}

	.certigo-app .navbar-inverse .navbar-toggle {
		border-color: #333
	}

		.certigo-app .navbar-inverse .navbar-toggle:focus, .certigo-app .navbar-inverse .navbar-toggle:hover {
			background-color: #333
		}

		.certigo-app .navbar-inverse .navbar-toggle .icon-bar {
			background-color: #fff
		}

	.certigo-app .navbar-inverse .navbar-collapse, .certigo-app .navbar-inverse .navbar-form {
		border-color: #101010
	}

	.certigo-app .navbar-inverse .navbar-nav > .open > a, .certigo-app .navbar-inverse .navbar-nav > .open > a:focus, .certigo-app .navbar-inverse .navbar-nav > .open > a:hover {
		color: #fff;
		background-color: #080808
	}

@media(max-width:767px) {
	.certigo-app .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #080808
	}

	.certigo-app .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808
	}

	.certigo-app .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #9d9d9d
	}

		.certigo-app .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .certigo-app .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
			color: #fff;
			background-color: transparent
		}

	.certigo-app .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .certigo-app .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .certigo-app .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
		color: #fff;
		background-color: #080808
	}

	.certigo-app .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .certigo-app .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .certigo-app .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
		color: #444;
		background-color: transparent
	}
}

.certigo-app .navbar-inverse .navbar-link {
	color: #9d9d9d
}

	.certigo-app .navbar-inverse .navbar-link:hover {
		color: #fff
	}

.certigo-app .navbar-inverse .btn-link {
	color: #9d9d9d
}

	.certigo-app .navbar-inverse .btn-link:focus, .certigo-app .navbar-inverse .btn-link:hover {
		color: #fff
	}

	.certigo-app .navbar-inverse .btn-link[disabled]:focus, .certigo-app .navbar-inverse .btn-link[disabled]:hover, .certigo-app fieldset[disabled] .navbar-inverse .btn-link:focus, .certigo-app fieldset[disabled] .navbar-inverse .btn-link:hover {
		color: #444
	}

.certigo-app .breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}

	.certigo-app .breadcrumb > li {
		display: inline-block
	}

		.certigo-app .breadcrumb > li + li:before {
			padding: 0 5px;
			color: #ccc;
			content: "/\00a0"
		}

	.certigo-app .breadcrumb > .active {
		color: #777
	}

.certigo-app .pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

	.certigo-app .pagination > li {
		display: inline
	}

		.certigo-app .pagination > li > a, .certigo-app .pagination > li > span {
			position: relative;
			float: left;
			padding: 6px 12px;
			margin-left: -1px;
			line-height: 1.42857143;
			color: #337ab7;
			text-decoration: none;
			background-color: #fff;
			border: 1px solid #ddd
		}

		.certigo-app .pagination > li:first-child > a, .certigo-app .pagination > li:first-child > span {
			margin-left: 0;
			border-top-left-radius: 4px;
			border-bottom-left-radius: 4px
		}

		.certigo-app .pagination > li:last-child > a, .certigo-app .pagination > li:last-child > span {
			border-top-right-radius: 4px;
			border-bottom-right-radius: 4px
		}

		.certigo-app .pagination > li > a:focus, .certigo-app .pagination > li > a:hover, .certigo-app .pagination > li > span:focus, .certigo-app .pagination > li > span:hover {
			z-index: 3;
			color: #23527c;
			background-color: #eee;
			border-color: #ddd
		}

	.certigo-app .pagination > .active > a, .certigo-app .pagination > .active > a:focus, .certigo-app .pagination > .active > a:hover, .certigo-app .pagination > .active > span, .certigo-app .pagination > .active > span:focus, .certigo-app .pagination > .active > span:hover {
		z-index: 2;
		color: #fff;
		cursor: default;
		background-color: #337ab7;
		border-color: #337ab7
	}

	.certigo-app .pagination > .disabled > a, .certigo-app .pagination > .disabled > a:focus, .certigo-app .pagination > .disabled > a:hover, .certigo-app .pagination > .disabled > span, .certigo-app .pagination > .disabled > span:focus, .certigo-app .pagination > .disabled > span:hover {
		color: #777;
		cursor: not-allowed;
		background-color: #fff;
		border-color: #ddd
	}

.certigo-app .pagination-lg > li > a, .certigo-app .pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.certigo-app .pagination-lg > li:first-child > a, .certigo-app .pagination-lg > li:first-child > span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}

.certigo-app .pagination-lg > li:last-child > a, .certigo-app .pagination-lg > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.certigo-app .pagination-sm > li > a, .certigo-app .pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.certigo-app .pagination-sm > li:first-child > a, .certigo-app .pagination-sm > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.certigo-app .pagination-sm > li:last-child > a, .certigo-app .pagination-sm > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.certigo-app .pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none
}

	.certigo-app .pager li {
		display: inline
	}

		.certigo-app .pager li > a, .certigo-app .pager li > span {
			display: inline-block;
			padding: 5px 14px;
			background-color: #fff;
			border: 1px solid #ddd;
			border-radius: 15px
		}

			.certigo-app .pager li > a:focus, .certigo-app .pager li > a:hover {
				text-decoration: none;
				background-color: #eee
			}

	.certigo-app .pager .next > a, .certigo-app .pager .next > span {
		float: right
	}

	.certigo-app .pager .previous > a, .certigo-app .pager .previous > span {
		float: left
	}

	.certigo-app .pager .disabled > a, .certigo-app .pager .disabled > a:focus, .certigo-app .pager .disabled > a:hover, .certigo-app .pager .disabled > span {
		color: #777;
		cursor: not-allowed;
		background-color: #fff
	}

.certigo-app .label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

.certigo-app a.label:focus, .certigo-app a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.certigo-app .label:empty {
	display: none
}

.certigo-app .btn .label {
	position: relative;
	top: -1px
}

.certigo-app .label-default {
	background-color: #777
}

	.certigo-app .label-default[href]:focus, .certigo-app .label-default[href]:hover {
		background-color: #5e5e5e
	}

.certigo-app .label-primary {
	background-color: #337ab7
}

	.certigo-app .label-primary[href]:focus, .certigo-app .label-primary[href]:hover {
		background-color: #286090
	}

.certigo-app .label-success {
	background-color: #5cb85c
}

	.certigo-app .label-success[href]:focus, .certigo-app .label-success[href]:hover {
		background-color: #449d44
	}

.certigo-app .label-info {
	background-color: #5bc0de
}

	.certigo-app .label-info[href]:focus, .certigo-app .label-info[href]:hover {
		background-color: #31b0d5
	}

.certigo-app .label-warning {
	background-color: #f0ad4e
}

	.certigo-app .label-warning[href]:focus, .certigo-app .label-warning[href]:hover {
		background-color: #ec971f
	}

.certigo-app .label-danger {
	background-color: #d9534f
}

	.certigo-app .label-danger[href]:focus, .certigo-app .label-danger[href]:hover {
		background-color: #c9302c
	}

.certigo-app .badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px
}

	.certigo-app .badge:empty {
		display: none
	}

.certigo-app .btn .badge {
	position: relative;
	top: -1px
}

.certigo-app .btn-group-xs > .btn .badge, .certigo-app .btn-xs .badge {
	top: 0;
	padding: 1px 5px
}

.certigo-app a.badge:focus, .certigo-app a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.certigo-app .list-group-item.active > .badge, .certigo-app .nav-pills > .active > a > .badge {
	color: #337ab7;
	background-color: #fff
}

.certigo-app .list-group-item > .badge {
	float: right
}

	.certigo-app .list-group-item > .badge + .badge {
		margin-right: 5px
	}

.certigo-app .nav-pills > li > a > .badge {
	margin-left: 3px
}

.certigo-app .jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}

	.certigo-app .jumbotron .h1, .certigo-app .jumbotron h1 {
		color: inherit
	}

	.certigo-app .jumbotron p {
		margin-bottom: 15px;
		font-size: 21px;
		font-weight: 200
	}

	.certigo-app .jumbotron > hr {
		border-top-color: #d5d5d5
	}

.certigo-app .container .jumbotron, .certigo-app .container-fluid .jumbotron {
	border-radius: 6px
}

.certigo-app .jumbotron .container {
	max-width: 100%
}

@media screen and (min-width:768px) {
	.certigo-app .jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}

	.certigo-app .container .jumbotron, .certigo-app .container-fluid .jumbotron {
		padding-right: 60px;
		padding-left: 60px
	}

	.certigo-app .jumbotron .h1, .certigo-app .jumbotron h1 {
		font-size: 63px
	}
}

.certigo-app .thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

	.certigo-app .thumbnail a > img, .certigo-app .thumbnail > img {
		margin-right: auto;
		margin-left: auto
	}

.certigo-app a.thumbnail.active, .certigo-app a.thumbnail:focus, .certigo-app a.thumbnail:hover {
	border-color: #337ab7
}

.certigo-app .thumbnail .caption {
	padding: 9px;
	color: #333
}

.certigo-app .alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

	.certigo-app .alert h4 {
		margin-top: 0;
		color: inherit
	}

	.certigo-app .alert .alert-link {
		font-weight: 700
	}

	.certigo-app .alert > p, .certigo-app .alert > ul {
		margin-bottom: 0
	}

		.certigo-app .alert > p + p {
			margin-top: 5px
		}

.certigo-app .alert-dismissable, .certigo-app .alert-dismissible {
	padding-right: 35px
}

	.certigo-app .alert-dismissable .close, .certigo-app .alert-dismissible .close {
		position: relative;
		top: -2px;
		right: -21px;
		color: inherit
	}

.certigo-app .alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

	.certigo-app .alert-success hr {
		border-top-color: #c9e2b3
	}

	.certigo-app .alert-success .alert-link {
		color: #2b542c
	}

.certigo-app .alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

	.certigo-app .alert-info hr {
		border-top-color: #a6e1ec
	}

	.certigo-app .alert-info .alert-link {
		color: #245269
	}

.certigo-app .alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

	.certigo-app .alert-warning hr {
		border-top-color: #f7e1b5
	}

	.certigo-app .alert-warning .alert-link {
		color: #66512c
	}

.certigo-app .alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

	.certigo-app .alert-danger hr {
		border-top-color: #e4b9c0
	}

	.certigo-app .alert-danger .alert-link {
		color: #843534
	}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@-o-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

.certigo-app .progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.certigo-app .progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}

.certigo-app .progress-bar-striped, .certigo-app .progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px
}

.certigo-app .progress-bar.active, .certigo-app .progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.certigo-app .progress-bar-success {
	background-color: #5cb85c
}

.certigo-app .progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)
}

.certigo-app .progress-bar-info {
	background-color: #5bc0de
}

.certigo-app .progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)
}

.certigo-app .progress-bar-warning {
	background-color: #f0ad4e
}

.certigo-app .progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)
}

.certigo-app .progress-bar-danger {
	background-color: #d9534f
}

.certigo-app .progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)
}

.certigo-app .media {
	margin-top: 15px
}

	.certigo-app .media:first-child {
		margin-top: 0
	}

.certigo-app .media, .certigo-app .media-body {
	overflow: hidden;
	zoom: 1
}

.certigo-app .media-body {
	width: 10000px
}

.certigo-app .media-object {
	display: block
}

	.certigo-app .media-object.img-thumbnail {
		max-width: none
	}

.certigo-app .media-right, .certigo-app .media > .pull-right {
	padding-left: 10px
}

.certigo-app .media-left, .certigo-app .media > .pull-left {
	padding-right: 10px
}

.certigo-app .media-body, .certigo-app .media-left, .certigo-app .media-right {
	display: table-cell;
	vertical-align: top
}

.certigo-app .media-middle {
	vertical-align: middle
}

.certigo-app .media-bottom {
	vertical-align: bottom
}

.certigo-app .media-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.certigo-app .media-list {
	padding-left: 0;
	list-style: none
}

.certigo-app .list-group {
	padding-left: 0;
	margin-bottom: 20px
}

.certigo-app .list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

	.certigo-app .list-group-item:first-child {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px
	}

	.certigo-app .list-group-item:last-child {
		margin-bottom: 0;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px
	}

.certigo-app a.list-group-item, .certigo-app button.list-group-item {
	color: #555
}

	.certigo-app a.list-group-item .list-group-item-heading, .certigo-app button.list-group-item .list-group-item-heading {
		color: #333
	}

	.certigo-app a.list-group-item:focus, .certigo-app a.list-group-item:hover, .certigo-app button.list-group-item:focus, .certigo-app button.list-group-item:hover {
		color: #555;
		text-decoration: none;
		background-color: #f5f5f5
	}

.certigo-app button.list-group-item {
	width: 100%;
	text-align: left
}

.certigo-app .list-group-item.disabled, .certigo-app .list-group-item.disabled:focus, .certigo-app .list-group-item.disabled:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #eee
}

	.certigo-app .list-group-item.disabled .list-group-item-heading, .certigo-app .list-group-item.disabled:focus .list-group-item-heading, .certigo-app .list-group-item.disabled:hover .list-group-item-heading {
		color: inherit
	}

	.certigo-app .list-group-item.disabled .list-group-item-text, .certigo-app .list-group-item.disabled:focus .list-group-item-text, .certigo-app .list-group-item.disabled:hover .list-group-item-text {
		color: #777
	}

.certigo-app .list-group-item.active, .certigo-app .list-group-item.active:focus, .certigo-app .list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

	.certigo-app .list-group-item.active .list-group-item-heading, .certigo-app .list-group-item.active .list-group-item-heading > .small, .certigo-app .list-group-item.active .list-group-item-heading > small, .certigo-app .list-group-item.active:focus .list-group-item-heading, .certigo-app .list-group-item.active:focus .list-group-item-heading > .small, .certigo-app .list-group-item.active:focus .list-group-item-heading > small, .certigo-app .list-group-item.active:hover .list-group-item-heading, .certigo-app .list-group-item.active:hover .list-group-item-heading > .small, .certigo-app .list-group-item.active:hover .list-group-item-heading > small {
		color: inherit
	}

	.certigo-app .list-group-item.active .list-group-item-text, .certigo-app .list-group-item.active:focus .list-group-item-text, .certigo-app .list-group-item.active:hover .list-group-item-text {
		color: #c7ddef
	}

.certigo-app .list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

.certigo-app a.list-group-item-success, .certigo-app button.list-group-item-success {
	color: #3c763d
}

	.certigo-app a.list-group-item-success .list-group-item-heading, .certigo-app button.list-group-item-success .list-group-item-heading {
		color: inherit
	}

	.certigo-app a.list-group-item-success:focus, .certigo-app a.list-group-item-success:hover, .certigo-app button.list-group-item-success:focus, .certigo-app button.list-group-item-success:hover {
		color: #3c763d;
		background-color: #d0e9c6
	}

	.certigo-app a.list-group-item-success.active, .certigo-app a.list-group-item-success.active:focus, .certigo-app a.list-group-item-success.active:hover, .certigo-app button.list-group-item-success.active, .certigo-app button.list-group-item-success.active:focus, .certigo-app button.list-group-item-success.active:hover {
		color: #fff;
		background-color: #3c763d;
		border-color: #3c763d
	}

.certigo-app .list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

.certigo-app a.list-group-item-info, .certigo-app button.list-group-item-info {
	color: #31708f
}

	.certigo-app a.list-group-item-info .list-group-item-heading, .certigo-app button.list-group-item-info .list-group-item-heading {
		color: inherit
	}

	.certigo-app a.list-group-item-info:focus, .certigo-app a.list-group-item-info:hover, .certigo-app button.list-group-item-info:focus, .certigo-app button.list-group-item-info:hover {
		color: #31708f;
		background-color: #c4e3f3
	}

	.certigo-app a.list-group-item-info.active, .certigo-app a.list-group-item-info.active:focus, .certigo-app a.list-group-item-info.active:hover, .certigo-app button.list-group-item-info.active, .certigo-app button.list-group-item-info.active:focus, .certigo-app button.list-group-item-info.active:hover {
		color: #fff;
		background-color: #31708f;
		border-color: #31708f
	}

.certigo-app .list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

.certigo-app a.list-group-item-warning, .certigo-app button.list-group-item-warning {
	color: #8a6d3b
}

	.certigo-app a.list-group-item-warning .list-group-item-heading, .certigo-app button.list-group-item-warning .list-group-item-heading {
		color: inherit
	}

	.certigo-app a.list-group-item-warning:focus, .certigo-app a.list-group-item-warning:hover, .certigo-app button.list-group-item-warning:focus, .certigo-app button.list-group-item-warning:hover {
		color: #8a6d3b;
		background-color: #faf2cc
	}

	.certigo-app a.list-group-item-warning.active, .certigo-app a.list-group-item-warning.active:focus, .certigo-app a.list-group-item-warning.active:hover, .certigo-app button.list-group-item-warning.active, .certigo-app button.list-group-item-warning.active:focus, .certigo-app button.list-group-item-warning.active:hover {
		color: #fff;
		background-color: #8a6d3b;
		border-color: #8a6d3b
	}

.certigo-app .list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

.certigo-app a.list-group-item-danger, .certigo-app button.list-group-item-danger {
	color: #a94442
}

	.certigo-app a.list-group-item-danger .list-group-item-heading, .certigo-app button.list-group-item-danger .list-group-item-heading {
		color: inherit
	}

	.certigo-app a.list-group-item-danger:focus, .certigo-app a.list-group-item-danger:hover, .certigo-app button.list-group-item-danger:focus, .certigo-app button.list-group-item-danger:hover {
		color: #a94442;
		background-color: #ebcccc
	}

	.certigo-app a.list-group-item-danger.active, .certigo-app a.list-group-item-danger.active:focus, .certigo-app a.list-group-item-danger.active:hover, .certigo-app button.list-group-item-danger.active, .certigo-app button.list-group-item-danger.active:focus, .certigo-app button.list-group-item-danger.active:hover {
		color: #fff;
		background-color: #a94442;
		border-color: #a94442
	}

.certigo-app .list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.certigo-app .list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.certigo-app .panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.certigo-app .panel-body {
	padding: 15px
}

.certigo-app .panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

	.certigo-app .panel-heading > .dropdown .dropdown-toggle {
		color: inherit
	}

.certigo-app .panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}

	.certigo-app .panel-title > .small, .certigo-app .panel-title > .small > a, .certigo-app .panel-title > a, .certigo-app .panel-title > small, .certigo-app .panel-title > small > a {
		color: inherit
	}

.certigo-app .panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.certigo-app .panel > .list-group, .certigo-app .panel > .panel-collapse > .list-group {
	margin-bottom: 0
}

	.certigo-app .panel > .list-group .list-group-item, .certigo-app .panel > .panel-collapse > .list-group .list-group-item {
		border-width: 1px 0;
		border-radius: 0
	}

	.certigo-app .panel > .list-group:first-child .list-group-item:first-child, .certigo-app .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
		border-top: 0;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px
	}

	.certigo-app .panel > .list-group:last-child .list-group-item:last-child, .certigo-app .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
		border-bottom: 0;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px
	}

.certigo-app .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.certigo-app .panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0
}

.certigo-app .list-group + .panel-footer {
	border-top-width: 0
}

.certigo-app .panel > .panel-collapse > .table, .certigo-app .panel > .table, .certigo-app .panel > .table-responsive > .table {
	margin-bottom: 0
}

	.certigo-app .panel > .panel-collapse > .table caption, .certigo-app .panel > .table caption, .certigo-app .panel > .table-responsive > .table caption {
		padding-right: 15px;
		padding-left: 15px
	}

	.certigo-app .panel > .table-responsive:first-child > .table:first-child, .certigo-app .panel > .table:first-child {
		border-top-left-radius: 3px;
		border-top-right-radius: 3px
	}

		.certigo-app .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .certigo-app .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .certigo-app .panel > .table:first-child > tbody:first-child > tr:first-child, .certigo-app .panel > .table:first-child > thead:first-child > tr:first-child {
			border-top-left-radius: 3px;
			border-top-right-radius: 3px
		}

			.certigo-app .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .certigo-app .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .certigo-app .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .certigo-app .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .certigo-app .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .certigo-app .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .certigo-app .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .certigo-app .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
				border-top-left-radius: 3px
			}

			.certigo-app .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .certigo-app .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .certigo-app .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .certigo-app .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .certigo-app .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .certigo-app .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .certigo-app .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .certigo-app .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
				border-top-right-radius: 3px
			}

	.certigo-app .panel > .table-responsive:last-child > .table:last-child, .certigo-app .panel > .table:last-child {
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px
	}

		.certigo-app .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .certigo-app .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .certigo-app .panel > .table:last-child > tbody:last-child > tr:last-child, .certigo-app .panel > .table:last-child > tfoot:last-child > tr:last-child {
			border-bottom-right-radius: 3px;
			border-bottom-left-radius: 3px
		}

			.certigo-app .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .certigo-app .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .certigo-app .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .certigo-app .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .certigo-app .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .certigo-app .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .certigo-app .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .certigo-app .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
				border-bottom-left-radius: 3px
			}

			.certigo-app .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .certigo-app .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .certigo-app .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .certigo-app .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .certigo-app .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .certigo-app .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .certigo-app .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .certigo-app .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
				border-bottom-right-radius: 3px
			}

	.certigo-app .panel > .panel-body + .table, .certigo-app .panel > .panel-body + .table-responsive, .certigo-app .panel > .table + .panel-body, .certigo-app .panel > .table-responsive + .panel-body {
		border-top: 1px solid #ddd
	}

	.certigo-app .panel > .table > tbody:first-child > tr:first-child td, .certigo-app .panel > .table > tbody:first-child > tr:first-child th {
		border-top: 0
	}

.certigo-app .panel > .table-bordered, .certigo-app .panel > .table-responsive > .table-bordered {
	border: 0
}

	.certigo-app .panel > .table-bordered > tbody > tr > td:first-child, .certigo-app .panel > .table-bordered > tbody > tr > th:first-child, .certigo-app .panel > .table-bordered > tfoot > tr > td:first-child, .certigo-app .panel > .table-bordered > tfoot > tr > th:first-child, .certigo-app .panel > .table-bordered > thead > tr > td:first-child, .certigo-app .panel > .table-bordered > thead > tr > th:first-child, .certigo-app .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .certigo-app .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .certigo-app .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .certigo-app .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .certigo-app .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .certigo-app .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
		border-left: 0
	}

	.certigo-app .panel > .table-bordered > tbody > tr > td:last-child, .certigo-app .panel > .table-bordered > tbody > tr > th:last-child, .certigo-app .panel > .table-bordered > tfoot > tr > td:last-child, .certigo-app .panel > .table-bordered > tfoot > tr > th:last-child, .certigo-app .panel > .table-bordered > thead > tr > td:last-child, .certigo-app .panel > .table-bordered > thead > tr > th:last-child, .certigo-app .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .certigo-app .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .certigo-app .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .certigo-app .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .certigo-app .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .certigo-app .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
		border-right: 0
	}

	.certigo-app .panel > .table-bordered > tbody > tr:first-child > td, .certigo-app .panel > .table-bordered > tbody > tr:first-child > th, .certigo-app .panel > .table-bordered > thead > tr:first-child > td, .certigo-app .panel > .table-bordered > thead > tr:first-child > th, .certigo-app .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .certigo-app .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .certigo-app .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .certigo-app .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
		border-bottom: 0
	}

	.certigo-app .panel > .table-bordered > tbody > tr:last-child > td, .certigo-app .panel > .table-bordered > tbody > tr:last-child > th, .certigo-app .panel > .table-bordered > tfoot > tr:last-child > td, .certigo-app .panel > .table-bordered > tfoot > tr:last-child > th, .certigo-app .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .certigo-app .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .certigo-app .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .certigo-app .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
		border-bottom: 0
	}

.certigo-app .panel > .table-responsive {
	margin-bottom: 0;
	border: 0
}

.certigo-app .panel-group {
	margin-bottom: 20px
}

	.certigo-app .panel-group .panel {
		margin-bottom: 0;
		border-radius: 4px
	}

		.certigo-app .panel-group .panel + .panel {
			margin-top: 5px
		}

	.certigo-app .panel-group .panel-heading {
		border-bottom: 0
	}

		.certigo-app .panel-group .panel-heading + .panel-collapse > .list-group, .certigo-app .panel-group .panel-heading + .panel-collapse > .panel-body {
			border-top: 1px solid #ddd
		}

	.certigo-app .panel-group .panel-footer {
		border-top: 0
	}

		.certigo-app .panel-group .panel-footer + .panel-collapse .panel-body {
			border-bottom: 1px solid #ddd
		}

.certigo-app .panel-default {
	border-color: #ddd
}

	.certigo-app .panel-default > .panel-heading {
		color: #333;
		background-color: #f5f5f5;
		border-color: #ddd
	}

		.certigo-app .panel-default > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #ddd
		}

		.certigo-app .panel-default > .panel-heading .badge {
			color: #f5f5f5;
			background-color: #333
		}

	.certigo-app .panel-default > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #ddd
	}

.certigo-app .panel-primary {
	border-color: #337ab7
}

	.certigo-app .panel-primary > .panel-heading {
		color: #fff;
		background-color: #337ab7;
		border-color: #337ab7
	}

		.certigo-app .panel-primary > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #337ab7
		}

		.certigo-app .panel-primary > .panel-heading .badge {
			color: #337ab7;
			background-color: #fff
		}

	.certigo-app .panel-primary > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #337ab7
	}

.certigo-app .panel-success {
	border-color: #d6e9c6
}

	.certigo-app .panel-success > .panel-heading {
		color: #3c763d;
		background-color: #dff0d8;
		border-color: #d6e9c6
	}

		.certigo-app .panel-success > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #d6e9c6
		}

		.certigo-app .panel-success > .panel-heading .badge {
			color: #dff0d8;
			background-color: #3c763d
		}

	.certigo-app .panel-success > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #d6e9c6
	}

.certigo-app .panel-info {
	border-color: #bce8f1
}

	.certigo-app .panel-info > .panel-heading {
		color: #31708f;
		background-color: #d9edf7;
		border-color: #bce8f1
	}

		.certigo-app .panel-info > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #bce8f1
		}

		.certigo-app .panel-info > .panel-heading .badge {
			color: #d9edf7;
			background-color: #31708f
		}

	.certigo-app .panel-info > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #bce8f1
	}

.certigo-app .panel-warning {
	border-color: #faebcc
}

	.certigo-app .panel-warning > .panel-heading {
		color: #8a6d3b;
		background-color: #fcf8e3;
		border-color: #faebcc
	}

		.certigo-app .panel-warning > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #faebcc
		}

		.certigo-app .panel-warning > .panel-heading .badge {
			color: #fcf8e3;
			background-color: #8a6d3b
		}

	.certigo-app .panel-warning > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #faebcc
	}

.certigo-app .panel-danger {
	border-color: #ebccd1
}

	.certigo-app .panel-danger > .panel-heading {
		color: #a94442;
		background-color: #f2dede;
		border-color: #ebccd1
	}

		.certigo-app .panel-danger > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #ebccd1
		}

		.certigo-app .panel-danger > .panel-heading .badge {
			color: #f2dede;
			background-color: #a94442
		}

	.certigo-app .panel-danger > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #ebccd1
	}

.certigo-app .embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

	.certigo-app .embed-responsive .embed-responsive-item, .certigo-app .embed-responsive embed, .certigo-app .embed-responsive iframe, .certigo-app .embed-responsive object, .certigo-app .embed-responsive video {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0
	}

.certigo-app .embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.certigo-app .embed-responsive-4by3 {
	padding-bottom: 75%
}

.certigo-app .well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

	.certigo-app .well blockquote {
		border-color: #ddd;
		border-color: rgba(0,0,0,.15)
	}

.certigo-app .well-lg {
	padding: 24px;
	border-radius: 6px
}

.certigo-app .well-sm {
	padding: 9px;
	border-radius: 3px
}

.certigo-app .close {
	float: right;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	color: #a5c1c5;
	text-shadow: 0 1px 0 #fff;
	/* filter:alpha(opacity=20);
    opacity:.2 */
}

	.certigo-app .close:focus, .certigo-app .close:hover {
		color: #000;
		text-decoration: none;
		cursor: pointer;
		filter: alpha(opacity=50);
		opacity: .5
	}

.certigo-app button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	position: relative;
	top: -30px;
}

.certigo-app .modal-open {
	overflow: hidden
}

.certigo-app .modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

	.certigo-app .modal.fade .modal-dialog {
		-webkit-transition: -webkit-transform .3s ease-out;
		-o-transition: -o-transform .3s ease-out;
		transition: transform .3s ease-out;
		-webkit-transform: translate(0,-25%);
		-ms-transform: translate(0,-25%);
		-o-transform: translate(0,-25%);
		transform: translate(0,-25%);
		z-index: 1060;
	}

	.certigo-app .modal.in .modal-dialog {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0)
	}

.certigo-app .modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.certigo-app .modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.certigo-app .modal-content {
	position: relative;
	background-color: #eaf1f1;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*     border:1px solid #999;
    border:1px solid rgba(0,0,0,.2); */
	/*     border-radius:6px; */
	outline: 0;
	/*     -webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);
    box-shadow:0 3px 9px rgba(0,0,0,.5); */
	overflow-y: auto;
}

.certigo-app .modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000
}

	.certigo-app .modal-backdrop.fade {
		filter: alpha(opacity=0);
		opacity: 0
	}

	.certigo-app .modal-backdrop.in {
		filter: alpha(opacity=50);
		opacity: .5
	}

.certigo-app .modal-header {
	min-height: 16.43px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

	.certigo-app .modal-header .close {
		margin-top: -2px
	}

.certigo-app .modal-title {
	margin: 0;
	line-height: 1.42857143
}

.certigo-app .modal-body {
	position: relative;
	padding: 15px
}

.certigo-app .modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

	.certigo-app .modal-footer .btn + .btn {
		margin-bottom: 0;
		margin-left: 5px
	}

	.certigo-app .modal-footer .btn-group .btn + .btn {
		margin-left: -1px
	}

	.certigo-app .modal-footer .btn-block + .btn-block {
		margin-left: 0
	}

.certigo-app .modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media(min-width:768px) {
	.certigo-app .modal-dialog {
		width: 65%;
		margin: 30px auto;
	}

	.certigo-app .modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
		box-shadow: 0 5px 15px rgba(0,0,0,.5)
	}

	.certigo-app .modal-sm {
		width: 300px
	}
}

@media(min-width:992px) {
	.certigo-app .modal-lg {
		width: 900px
	}
}

.certigo-app .tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: helvetica neue,Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	filter: alpha(opacity=0);
	opacity: 0;
	line-break: auto;
	width: 100%;
}

	.certigo-app .tooltip.in {
		filter: alpha(opacity=90);
		opacity: .9
	}

	.certigo-app .tooltip.top {
		padding: 5px 0;
		margin-top: -3px
	}

	.certigo-app .tooltip.right {
		padding: 0 5px;
		margin-left: 3px
	}

	.certigo-app .tooltip.bottom {
		padding: 5px 0;
		margin-top: 3px
	}

	.certigo-app .tooltip.left {
		padding: 0 5px;
		margin-left: -3px
	}

.certigo-app .tooltip-inner {
	max-width: 250px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px
}

.certigo-app .tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.certigo-app .tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.certigo-app .tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.certigo-app .tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.certigo-app .tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.certigo-app .tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.certigo-app .tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.certigo-app .tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.certigo-app .tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.certigo-app .popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: helvetica neue,Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	line-break: auto
}

	.certigo-app .popover.top {
		margin-top: -10px
	}

	.certigo-app .popover.right {
		margin-left: 10px
	}

	.certigo-app .popover.bottom {
		margin-top: 10px
	}

	.certigo-app .popover.left {
		margin-left: -10px
	}

.certigo-app .popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.certigo-app .popover-content {
	padding: 9px 14px
}

.certigo-app .popover > .arrow, .certigo-app .popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.certigo-app .popover > .arrow {
	border-width: 11px
}

	.certigo-app .popover > .arrow:after {
		content: "";
		border-width: 10px
	}

.certigo-app .popover.top > .arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,.25);
	border-bottom-width: 0
}

	.certigo-app .popover.top > .arrow:after {
		bottom: 1px;
		margin-left: -10px;
		content: " ";
		border-top-color: #fff;
		border-bottom-width: 0
	}

.certigo-app .popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,.25);
	border-left-width: 0
}

	.certigo-app .popover.right > .arrow:after {
		bottom: -10px;
		left: 1px;
		content: " ";
		border-right-color: #fff;
		border-left-width: 0
	}

.certigo-app .popover.bottom > .arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,.25)
}

	.certigo-app .popover.bottom > .arrow:after {
		top: 1px;
		margin-left: -10px;
		content: " ";
		border-top-width: 0;
		border-bottom-color: #fff
	}

.certigo-app .popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,.25)
}

	.certigo-app .popover.left > .arrow:after {
		right: 1px;
		bottom: -10px;
		content: " ";
		border-right-width: 0;
		border-left-color: #fff
	}

.certigo-app .carousel {
	position: relative
}

.certigo-app .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

	.certigo-app .carousel-inner > .item {
		position: relative;
		display: none;
		-webkit-transition: .6s ease-in-out left;
		-o-transition: .6s ease-in-out left;
		transition: .6s ease-in-out left
	}

		.certigo-app .carousel-inner > .item > a > img, .certigo-app .carousel-inner > .item > img {
			line-height: 1
		}

@media all and (transform-3d),(-webkit-transform-3d) {
	.certigo-app .carousel-inner > .item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}

		.certigo-app .carousel-inner > .item.active.right, .certigo-app .carousel-inner > .item.next {
			left: 0;
			-webkit-transform: translate3d(100%,0,0);
			transform: translate3d(100%,0,0)
		}

		.certigo-app .carousel-inner > .item.active.left, .certigo-app .carousel-inner > .item.prev {
			left: 0;
			-webkit-transform: translate3d(-100%,0,0);
			transform: translate3d(-100%,0,0)
		}

			.certigo-app .carousel-inner > .item.active, .certigo-app .carousel-inner > .item.next.left, .certigo-app .carousel-inner > .item.prev.right {
				left: 0;
				-webkit-transform: translate3d(0,0,0);
				transform: translate3d(0,0,0)
			}
}

.certigo-app .carousel-inner > .active, .certigo-app .carousel-inner > .next, .certigo-app .carousel-inner > .prev {
	display: block
}

.certigo-app .carousel-inner > .active {
	left: 0
}

.certigo-app .carousel-inner > .next, .certigo-app .carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%
}

.certigo-app .carousel-inner > .next {
	left: 100%
}

.certigo-app .carousel-inner > .prev {
	left: -100%
}

	.certigo-app .carousel-inner > .next.left, .certigo-app .carousel-inner > .prev.right {
		left: 0
	}

.certigo-app .carousel-inner > .active.left {
	left: -100%
}

.certigo-app .carousel-inner > .active.right {
	left: 100%
}

.certigo-app .carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	filter: alpha(opacity=50);
	opacity: .5
}

	.certigo-app .carousel-control.left {
		background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);
		background-image: -o-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);
		background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.0001)));
		background-image: linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
		background-repeat: repeat-x
	}

	.certigo-app .carousel-control.right {
		right: 0;
		left: auto;
		background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);
		background-image: -o-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);
		background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.5)));
		background-image: linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
		background-repeat: repeat-x
	}

	.certigo-app .carousel-control:focus, .certigo-app .carousel-control:hover {
		color: #fff;
		text-decoration: none;
		filter: alpha(opacity=90);
		outline: 0;
		opacity: .9
	}

	.certigo-app .carousel-control .glyphicon-chevron-left, .certigo-app .carousel-control .glyphicon-chevron-right, .certigo-app .carousel-control .icon-next, .certigo-app .carousel-control .icon-prev {
		position: absolute;
		top: 50%;
		z-index: 5;
		display: inline-block;
		margin-top: -10px
	}

	.certigo-app .carousel-control .glyphicon-chevron-left, .certigo-app .carousel-control .icon-prev {
		left: 50%;
		margin-left: -10px
	}

	.certigo-app .carousel-control .glyphicon-chevron-right, .certigo-app .carousel-control .icon-next {
		right: 50%;
		margin-right: -10px
	}

	.certigo-app .carousel-control .icon-next, .certigo-app .carousel-control .icon-prev {
		width: 20px;
		height: 20px;
		font-family: serif;
		line-height: 1
	}

		.certigo-app .carousel-control .icon-prev:before {
			content: '\2039'
		}

		.certigo-app .carousel-control .icon-next:before {
			content: '\203a'
		}

.certigo-app .carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none
}

	.certigo-app .carousel-indicators li {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 1px;
		text-indent: -999px;
		cursor: pointer;
		background-color: #000 \9;
		background-color: transparent;
		border: 1px solid #fff;
		border-radius: 10px
	}

	.certigo-app .carousel-indicators .active {
		width: 12px;
		height: 12px;
		margin: 0;
		background-color: #fff
	}

.certigo-app .carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

	.certigo-app .carousel-caption .btn {
		text-shadow: none
	}

@media screen and (min-width:768px) {
	.certigo-app .carousel-control .glyphicon-chevron-left, .certigo-app .carousel-control .glyphicon-chevron-right, .certigo-app .carousel-control .icon-next, .certigo-app .carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 30px
	}

	.certigo-app .carousel-control .glyphicon-chevron-left, .certigo-app .carousel-control .icon-prev {
		margin-left: -15px
	}

	.certigo-app .carousel-control .glyphicon-chevron-right, .certigo-app .carousel-control .icon-next {
		margin-right: -15px
	}

	.certigo-app .carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px
	}

	.certigo-app .carousel-indicators {
		bottom: 20px
	}
}

.certigo-app .btn-group-vertical > .btn-group:after, .certigo-app .btn-group-vertical > .btn-group:before, .certigo-app .btn-toolbar:after, .certigo-app .btn-toolbar:before, .certigo-app .clearfix:after, .certigo-app .clearfix:before, .certigo-app .container-fluid:after, .certigo-app .container-fluid:before, .certigo-app .container:after, .certigo-app .container:before, .certigo-app .dl-horizontal dd:after, .certigo-app .dl-horizontal dd:before, .certigo-app .form-horizontal .form-group:after, .certigo-app .form-horizontal .form-group:before, .certigo-app .modal-footer:after, .certigo-app .modal-footer:before, .certigo-app .nav:after, .certigo-app .nav:before, .certigo-app .navbar-collapse:after, .certigo-app .navbar-collapse:before, .certigo-app .navbar-header:after, .certigo-app .navbar-header:before, .certigo-app .navbar:after, .certigo-app .navbar:before, .certigo-app .pager:after, .certigo-app .pager:before, .certigo-app .panel-body:after, .certigo-app .panel-body:before, .certigo-app .row:after, .certigo-app .row:before {
	display: table;
	content: " "
}

.certigo-app .btn-group-vertical > .btn-group:after, .certigo-app .btn-toolbar:after, .certigo-app .clearfix:after, .certigo-app .container-fluid:after, .certigo-app .container:after, .certigo-app .dl-horizontal dd:after, .certigo-app .form-horizontal .form-group:after, .certigo-app .modal-footer:after, .certigo-app .nav:after, .certigo-app .navbar-collapse:after, .certigo-app .navbar-header:after, .certigo-app .navbar:after, .certigo-app .pager:after, .certigo-app .panel-body:after, .certigo-app .row:after {
	clear: both
}

.certigo-app .center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.certigo-app .pull-right {
	float: right !important
}

.certigo-app .pull-left {
	float: left !important
}

.certigo-app .hide {
	display: none !important
}

.certigo-app .show {
	display: block !important
}

.certigo-app .invisible {
	visibility: hidden
}

.certigo-app .text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.certigo-app .hidden {
	display: none !important
}

.certigo-app .affix {
	position: fixed
}

@-ms-viewport {
	width: device-width;
}

.certigo-app .visible-lg, .certigo-app .visible-md, .certigo-app .visible-sm, .certigo-app .visible-xs {
	display: none !important
}

.certigo-app .visible-lg-block, .certigo-app .visible-lg-inline, .certigo-app .visible-lg-inline-block, .certigo-app .visible-md-block, .certigo-app .visible-md-inline, .certigo-app .visible-md-inline-block, .certigo-app .visible-sm-block, .certigo-app .visible-sm-inline, .certigo-app .visible-sm-inline-block, .certigo-app .visible-xs-block, .certigo-app .visible-xs-inline, .certigo-app .visible-xs-inline-block {
	display: none !important
}

@media(max-width:767px) {
	.certigo-app .visible-xs {
		display: block !important
	}

	.certigo-app table.visible-xs {
		display: table !important
	}

	.certigo-app tr.visible-xs {
		display: table-row !important
	}

	.certigo-app td.visible-xs, .certigo-app th.visible-xs {
		display: table-cell !important
	}
}

@media(max-width:767px) {
	.certigo-app .visible-xs-block {
		display: block !important
	}
}

@media(max-width:767px) {
	.certigo-app .visible-xs-inline {
		display: inline !important
	}
}

@media(max-width:767px) {
	.certigo-app .visible-xs-inline-block {
		display: inline-block !important
	}
}

@media(min-width:768px) and (max-width:991px) {
	.certigo-app .visible-sm {
		display: block !important
	}

	.certigo-app table.visible-sm {
		display: table !important
	}

	.certigo-app tr.visible-sm {
		display: table-row !important
	}

	.certigo-app td.visible-sm, .certigo-app th.visible-sm {
		display: table-cell !important
	}
}

@media(min-width:768px) and (max-width:991px) {
	.certigo-app .visible-sm-block {
		display: block !important
	}
}

@media(min-width:768px) and (max-width:991px) {
	.certigo-app .visible-sm-inline {
		display: inline !important
	}
}

@media(min-width:768px) and (max-width:991px) {
	.certigo-app .visible-sm-inline-block {
		display: inline-block !important
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.certigo-app .visible-md {
		display: block !important
	}

	.certigo-app table.visible-md {
		display: table !important
	}

	.certigo-app tr.visible-md {
		display: table-row !important
	}

	.certigo-app td.visible-md, .certigo-app th.visible-md {
		display: table-cell !important
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.certigo-app .visible-md-block {
		display: block !important
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.certigo-app .visible-md-inline {
		display: inline !important
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.certigo-app .visible-md-inline-block {
		display: inline-block !important
	}
}

@media(min-width:1200px) {
	.certigo-app .visible-lg {
		display: block !important
	}

	.certigo-app table.visible-lg {
		display: table !important
	}

	.certigo-app tr.visible-lg {
		display: table-row !important
	}

	.certigo-app td.visible-lg, .certigo-app th.visible-lg {
		display: table-cell !important
	}
}

@media(min-width:1200px) {
	.certigo-app .visible-lg-block {
		display: block !important
	}
}

@media(min-width:1200px) {
	.certigo-app .visible-lg-inline {
		display: inline !important
	}
}

@media(min-width:1200px) {
	.certigo-app .visible-lg-inline-block {
		display: inline-block !important
	}
}

@media(max-width:767px) {
	.certigo-app .hidden-xs {
		display: none !important
	}
}

@media(min-width:768px) and (max-width:991px) {
	.certigo-app .hidden-sm {
		display: none !important
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.certigo-app .hidden-md {
		display: none !important
	}
}

@media(min-width:1200px) {
	.certigo-app .hidden-lg {
		display: none !important
	}
}

.certigo-app .visible-print {
	display: none !important
}

@media print {
	.certigo-app .visible-print {
		display: block !important
	}

	.certigo-app table.visible-print {
		display: table !important
	}

	.certigo-app tr.visible-print {
		display: table-row !important
	}

	.certigo-app td.visible-print, .certigo-app th.visible-print {
		display: table-cell !important
	}
}

.certigo-app .visible-print-block {
	display: none !important
}

@media print {
	.certigo-app .visible-print-block {
		display: block !important
	}
}

.certigo-app .visible-print-inline {
	display: none !important
}

@media print {
	.certigo-app .visible-print-inline {
		display: inline !important
	}
}

.certigo-app .visible-print-inline-block {
	display: none !important
}

@media print {
	.certigo-app .visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.certigo-app .hidden-print {
		display: none !important
	}
}

.certigo-app #ControlBar, .certigo-app #ControlBar *, .certigo-app .actionMenu * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.certigo-app div.cert-not-rounded kbd, .certigo-app div.cert-not-rounded pre, .certigo-app div.cert-not-rounded div, .certigo-app div.cert-not-rounded code, .certigo-app div.cert-not-rounded button, .certigo-app div.cert-not-rounded input, .certigo-app div.cert-not-rounded select, .certigo-app div.cert-not-rounded menu, .certigo-app div.cert-not-rounded nav, .certigo-app div.cert-not-rounded li, .certigo-app div.cert-not-rounded li, .certigo-app div.cert-not-rounded a {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important
}

@font-face {
	font-family: open_sansregular;
	src: url(/Portals/_default/Skins/Certigo/fonts/opensans-regular-webfont.eot);
	src: url(/Portals/_default/Skins/Certigo/fonts/opensans-regular-webfont.eot?#iefix) format('embedded-opentype'),url(/Portals/_default/Skins/Certigo/fonts/opensans-regular-webfont.woff2) format('woff2'),url(/Portals/_default/Skins/Certigo/fonts/opensans-regular-webfont.woff) format('woff'),url(/Portals/_default/Skins/Certigo/fonts/opensans-regular-webfont.ttf) format('truetype'),url(/Portals/_default/Skins/Certigo/fonts/opensans-regular-webfont.svg#open_sansregular) format('svg');
	font-weight: 400;
	font-style: normal
}

.certigo-app {
	background-color: #eaf1f1;
}

	.certigo-app body {
		line-height: 1.6
	}

	.certigo-app body, .certigo-app p, .certigo-app div, .certigo-app span, .certigo-app h1, .certigo-app h2, .certigo-app h3, .certigo-app h4, .certigo-app h5, .certigo-app h6 {
		font-family: Calibri, Verdana
	}

	.certigo-app .cert-not-rounded h1, .certigo-app .cert-not-rounded h2, .certigo-app .cert-not-rounded h3, .certigo-app .cert-not-rounded h4, .certigo-app .cert-not-rounded h5, .certigo-app .cert-not-rounded h6 {
		color: #01709a
	}

	.certigo-app h3 {
		font-size: 16px;
		font-weight: bold;
	}

	.certigo-app h2 {
		font-size: 62px;
		font-family: "Bee",Verdana,Geneva,sans-serif;
		margin-top: 0px;
	}

	.certigo-app .btn-primary {
		background-color: #01a1dd;
		border-color: #01a1dd
	}

	.certigo-app .form-group > div > .btn-primary {
		width: 100%
	}

	.certigo-app .btn-primary:hover {
		background-color: #01709a;
		border-color: #01709a
	}

	.certigo-app .cert-txt-two-column {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		margin-bottom: 20px
	}

@media screen and (max-width:768px) {
	.certigo-app .cert-txt-two-column {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		margin-bottom: 20px
	}
}

.certigo-app .cert-login {
	background: #e7e7e7
}

	.certigo-app .cert-login a {
		color: #000;
		font-size: 90%
	}

		.certigo-app .cert-login a:hover {
			color: #000
		}

	.certigo-app .cert-login div {
		display: block;
		float: right;
		padding: 5px 20px;
		border-left: 1px #aaa solid
	}

		.certigo-app .cert-login div ul.buttonGroup {
			margin-left: 0
		}

			.certigo-app .cert-login div ul.buttonGroup li {
				display: block;
				float: right
			}

				.certigo-app .cert-login div ul.buttonGroup li.userDisplayName {
					background: url(/Portals/_default/Skins/Certigo/images/icon-user.gif) no-repeat 0 0;
					padding-left: 25px
				}

				.certigo-app .cert-login div ul.buttonGroup li.userProfileImg {
					display: none
				}

				.certigo-app .cert-login div ul.buttonGroup li.userNotifications {
					display: none
				}

				.certigo-app .cert-login div ul.buttonGroup li.userMessages {
					display: none
				}

.certigo-app nav.navbar-inverse {
	background-color: #01a1dd;
	border: none;
	margin-bottom: 0
}

.certigo-app a.navbar-brand {
	padding: 0 15px;
	width: 220px;
	height: 65px
}

	.certigo-app a.navbar-brand, .certigo-app a.navbar-brand:hover, .certigo-app a.navbar-brand:focus, .certigo-app a.navbar-brand:active {
		background: #fff url(/Portals/_default/Skins/Certigo/images/logo-certigo.jpg) no-repeat 15px 7px !important
	}

.certigo-app ul.navbar-nav {
	float: right;
	margin-right: 30px
}

	.certigo-app ul.navbar-nav > li > a {
		color: #fff !important;
		margin-left: 1px;
		min-height: 65px;
		padding-top: 23px
	}

		.certigo-app ul.navbar-nav > li > a:hover, .certigo-app ul.navbar-nav > li.active > a, .certigo-app ul.navbar-nav > li > a:focus {
			background-color: #01709a !important
		}

.certigo-app li.dropdown a .caret {
	margin-left: 5px
}

.certigo-app ul.dropdown-menu li a {
	padding: 10px;
	min-height: 1px;
	color: #000 !important;
	font-size: 85%;
	border-bottom: 1px #e6e6e6 solid !important
}

.certigo-app ul.dropdown-menu {
	padding: 0 !important
}

	.certigo-app ul.dropdown-menu > li.active > a {
		background-color: #e6e6e6 !important
	}

	.certigo-app ul.dropdown-menu > li > a:hover, .certigo-app ul.dropdown-menu > li > a:focus, .certigo-app ul.dropdown-menu > li > a:active {
		background-color: #e6e6e6 !important
	}

.certigo-app button.navbar-toggle {
	border: 1px #01709a solid !important
}

	.certigo-app button.navbar-toggle:hover, .certigo-app button.navbar-toggle:focus {
		background-color: #01709a !important
	}

@media screen and (max-width:768px) {
	.certigo-app nav.navbar-inverse {
		border: none
	}

	.certigo-app ul.navbar-nav {
		float: none;
		margin: 0 -15px
	}

		.certigo-app ul.navbar-nav > li > a {
			border-bottom: 1px #fff solid !important;
			padding-top: 15px;
			min-height: 1px
		}

			.certigo-app ul.navbar-nav > li > a:hover, .certigo-app ul.navbar-nav > li.active > a, .certigo-app ul.navbar-nav > li > a:focus {
				background-color: #01709a !important
			}

	.certigo-app ul.dropdown-menu {
		background-color: #fff !important;
		padding: 0 !important;
		margin: 0 !important
	}

		.certigo-app ul.dropdown-menu > li > a {
			background-color: #fff !important
		}

		.certigo-app ul.dropdown-menu > li.active > a {
			background-color: #e6e6e6 !important
		}

		.certigo-app ul.dropdown-menu > li > a:hover, .certigo-app ul.dropdown-menu > li > a:focus, .certigo-app ul.dropdown-menu > li > a:active {
			background-color: #e6e6e6 !important
		}
}

.certigo-app #cert-header {
	width: 100%;
	padding-bottom: 7%;
	background-image: url(/Portals/_default/Skins/Certigo/images/header-img.jpg);
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
	min-height: 50px !important
}

	.certigo-app #cert-header > div > h2 {
		position: absolute;
		top: 30%;
		transform: translateY(-50%);
		color: #fff
	}

@media screen and (max-width:1100px) {
	.certigo-app #cert-header > div > h2 {
		top: 25%
	}
}

@media screen and (max-width:920px) {
	.certigo-app #cert-header > div > h2 {
		font-size: 25px;
		top: 11%
	}
}

.certigo-app .cert-breadcrumb {
	width: 100%;
	background: #e7e7e7;
	margin-bottom: 25px
}

	.certigo-app .cert-breadcrumb div {
		background: #e7e7e7;
		color: #5c5c5c
	}

		.certigo-app .cert-breadcrumb div span a {
			color: #5c5c5c;
			margin: 0 5px;
			font-size: 13px
		}

			.certigo-app .cert-breadcrumb div span a:first-child {
				margin-left: 0
			}

			.certigo-app .cert-breadcrumb div span a:hover {
				color: #5c5c5c
			}

.certigo-app .cert-panel {
	display: block;
	overflow: hidden;
	margin-bottom: 30px
}

.certigo-app h2.cert-panel-title {
	display: block;
	overflow: hidden;
	background-color: #e7e7e7;
	color: #01709a;
	font-size: 17px;
	margin: 0;
	padding: 10px
}

.certigo-app .cert-panel-content {
	display: block;
	overflow: hidden;
	margin: 30px 10px 0px 10px;
}

.certigo-app .certigo-app {
	margin-top: -10px
}

.certigo-app ul.cert-nav-tabs > li.active > a {
	background-color: none !important
}

.certigo-app .cert-nav-tabs > li > a {
	border: none !important;
	display: block;
	overflow: hidden
}

	.certigo-app .cert-nav-tabs > li > a:hover {
		border: none !important
	}

	.certigo-app .cert-nav-tabs > li > a:first-child {
		padding-left: 0
	}

.certigo-app ul.cert-nav-tabs > li.active > a, .certigo-app ul.cert-nav-tabs > li.active > a:hover, .certigo-app ul.cert-nav-tabs > li.active > a:focus {
	background: 0 0;
	border-bottom: none
}

.certigo-app span.cert-nav-tabs-nrs {
	display: block;
	overflow: hidden;
	background-color: #79a8ad;
	color: #fff;
	height: 32px;
	width: 32px;
	padding-top: 2px;
	/* padding-left:6px; */
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #79a8ad;
	float: left;
	text-align: center;
}

	.certigo-app span.cert-nav-tabs-nrs.active {
		background-color: #f5c400;
		border: 1px solid #f5c400;
		color: #fff;
	}

	.certigo-app span.cert-nav-tabs-nrs.avalaible {
		background-color: #79a8ad;
		border: 1px solid #79a8ad;
		color: #fff;
	}

	.certigo-app span.cert-nav-tabs-nrs.disabled {
		background-color: #eaf1f1;
		border: 1px solid #79a8ad;
		color: #79a8ad;
	}

.certigo-app span.cert-nav-tabs-title {
	display: block;
	overflow: hidden;
	margin-left: 5px;
	float: left;
	color: #000000;
	font-size: 14px
}

	.certigo-app span.cert-nav-tabs-title.disabled {
		/* color:#b0b0b0 */
	}

.certigo-app .certigo-app .form-horizontal {
	padding-left: 0 !important
}

.certigo-app .certigo-app .cert-row {
	border-bottom: 1px solid #e7e7e7;
	padding: 5px 0
}

	.certigo-app .certigo-app .cert-row div:first-child {
		margin-left: -15px
	}

.certigo-app .certigo-app .form-group {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px
}

	.certigo-app .certigo-app .form-group span {
		margin-right: 10px
	}

	.certigo-app .certigo-app .form-group input[type=radio] {
		margin-right: 5px
	}

	.certigo-app .certigo-app .form-group select {
		width: 100%
	}

.certigo-app label {
	display: inline-block;
	max-width: 100%;
	margin: auto 0px;
	color: #79a8ad;
}

	.certigo-app label[for=error] {
		display: inline-block;
		max-width: 100%;
		margin: auto 0px;
		color: #a94442;
	}

.certigo-app .certigo-app label {
	text-align: left;
}

@media(min-width:768px) {
	.certigo-app .form-horizontal .control-label {
		/*padding-top:7px;
        margin-bottom:0;*/
		color: #79a8ad;
	}
}

.certigo-app .certigo-app .cert-row-blue-title {
	border-bottom: 1px solid #e7e7e7
}

	.certigo-app .certigo-app .cert-row-blue-title div:first-child {
		margin-left: -15px
	}

@media screen and (max-width:768px) {
	.certigo-app .certigo-app .cert-row-blue-title {
		display: none
	}
}

.certigo-app .certigo-app .cert-row-blue-title label {
	color: #01709a !important;
	margin-top: 10px
}

.certigo-app .certigo-app .cert-width-25 {
	width: 25%
}

.certigo-app .certigo-app .cert-width-50 {
	width: 50%
}

.certigo-app .certigo-app .cert-width-75 {
	width: 75%
}

@media screen and (max-width:768px) {
	.certigo-app .certigo-app .cert-width-25 {
		width: 100%
	}

	.certigo-app .certigo-app .cert-width-50 {
		width: 100%
	}

	.certigo-app .certigo-app .cert-width-75 {
		width: 100%
	}
}

.certigo-app .certigo-app .help-block {
	color: #a94442;
	margin-bottom: 5px
}

.certigo-app .certigo-app .total-calc {
	background: #e7e7e7;
	font-weight: 700
}

	.certigo-app .certigo-app .total-calc div label, .certigo-app .certigo-app .total-calc div span {
		display: block;
		overflow: hidden;
		padding-top: 5px
	}

	.certigo-app .certigo-app .total-calc div:first-child {
		margin-left: -10px
	}

.certigo-app .form-control {
	border: 0px;
}

.certigo-app .cert-button-bar, .certigo-app .cert-button-bar-min-15 {
	display: block;
	overflow: hidden;
	padding: 10px 0
}

.certigo-app .cert-button-bar-min-15 {
	margin-left: -15px
}

.certigo-app .validationResult {
	position: fixed;
	width: 100%;
	z-index: 999;
	left: 74%;
	top: 333px;
}

	.certigo-app .validationResult div.container {
		background-color: White;
		border: solid 1px black;
	}

.certigo-app .kassabon {
	height: 100vh;
	right: 0;
	top: 120px;
	padding-left: 30px;
}

	.certigo-app .kassabon p {
		padding-left: 0px;
	}

	.certigo-app .kassabon .amount {
		float: right;
	}

.certigo-app .kassabon-borderleft {
	border-left: 2px dotted black;
	position: absolute;
	top: 165px;
	bottom: 125px;
	right: 17%;
}

.certigo-app .clientfilter {
	width: 20%;
	height: 40px;
	text-align: center;
	padding: 0px;
	margin: 10px 10px 0px 0px !important;
	text-transform: uppercase;
	display: inline;
	vertical-align: middle;
}

.certigo-app .tabbable {
	margin-left: 15px;
	padding: 0px;
}

.certigo-app .modal-dialog {
	margin-top: 8%;
	margin-left: 10%
}

.certigo-app #mySpinner {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	background-color: #01a1dd;
	background-repeat: no-repeat;
	background-position: center
}

.certigo-app .certigo-app {
	position: relative
}

	.certigo-app .certigo-app:after {
		content: '';
		display: block;
		clear: both
	}

.certigo-app .spinner-active {
	position: fixed;
	height: 100vh;
	opacity: .80;
	width: 100%;
	z-index: 1000;
	background-color: #eaf1f1;
	top: 0;
	left: 0;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

	.certigo-app .spinner-active > div {
		opacity: 1
	}

.certigo-app .spinner-inactive {
	display: none
}

.certigo-app .certigo-app_communicating {
	position: relative;
	opacity: .80;
	background-color: #eaf1f1;
	pointer-events: none
}

.certigo-app div .help-block {
	display: none
}

.certigo-app .form-group.has-error .help-block {
	display: block
}

.certigo-app div.has-error .help-block {
	display: block
}

.certigo-app .sortorder:after {
	content: '\25b2'
}

.certigo-app .sortorder.reverse:after {
	content: '\25bc'
}

.certigo-app .button::after {
	content: none;
}
/* -------------------------- added by Netaspect for Vereende -------------------------- */
.certigo-app .form-horizontal .row:not(.hasInfoText) > div {
    display: flex;
}

/*Flex is nodig icm margins om het vertical-align central te krijgen*/
.certigo-app .container-fluid .row:not(.hasInfoText) > div {
	display: flex;
	min-height: 25px;
}

.certigo-app .container-fluid .row > div .form-control-static { /*mogelijk overbodig*/
	display: flex;
}

.certigo-app .row > div > *, .row > div > input[type=radio], .row > div > input[type=checkbox], .row > div > * > input[type=radio], .row > div > * > input[type=checkbox] {
	margin: auto 0px;
}

.certigo-app .row > div > p > input[type=radio] + span, .row > div > p > input[type=checkbox] + span {
	margin: auto 10px;
}
/*Opmaak H2 en H3 */
.certigo-app h2:before {
	color: #79a8ad;
	content: "/";
}

.certigo-app h3 {
	font-size: 16px;
	font-weight: bold;
	color: #79a8ad;
}

	.certigo-app h3:before {
		color: #000;
		content: "/";
	}

.certigo-app .cert-row-blue-title {
	/*height: 34px; height nodig?*/
	border-bottom: 1px solid #FFF
}

	.certigo-app .cert-row-blue-title label {
		font-size: 16px;
		font-weight: bold;
	}

		.certigo-app .cert-row-blue-title label:before {
			color: #000;
			content: "/";
		}
/*de +/- naast een integer field weg krijgen (werkt niet voor firefox)*/
.certigo-app input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/*Field errors weergave*/
.certigo-app div.has-error > select.form-control, .certigo-app div.has-error > input, .certigo-app div.has-error > p > input[type="radio"], .certigo-app div.has-error > textarea {
	border: 2px solid #a94442;
	box-shadow: 0 0 10px #a94442;
}

.certigo-app input.has-error {
	border: 2px solid #a94442;
	box-shadow: 0 0 10px #a94442;
}

.certigo-app .has-error > cg-error-messages {
	display: none;
}
/*Stappen (1, 2, 3...) opmaak*/
.certigo-app .row .row {
	margin-top: 10px;
	margin-bottom: 10px;
}

.cert-nav-tabs {
	font-size: 16px;
}

.certigo-app .cert-nav-tabs > li {
	display: flex;
	margin-right: 30px;
}

.cert-nav-tabs > li > .cert-nav-tabs-title {
	margin: auto auto auto 5px;
}

.cert-nav-tabs > li > .cert-nav-tabs-nrs {
	margin: auto 0px;
}

.certigo-app .tabbable {
	margin-bottom: 25px;
}
/*overrule voor de flex, om label/text onder elkaar te krijgen*/
.certigo-app .wrap {
	flex-wrap: wrap;
	margin-bottom: 40px;
}

	.certigo-app .wrap > p.form-control-static {
		width: 100%;
	}
/*opmaak voor button gedeelte*/
.certigo-app .buttonRow:not(.noLine) {
	border-top: 1px solid #fff;
}

.certigo-app .row.buttonRow > div, .row.buttonRow > div div {
	display: inline;
	padding-left: 0px;
	padding-right: 0px;
}

.certigo-app .modal-body .row.buttonRow > div {
	padding-left: 15px;
}
/*Specifiek veld op objectgegevens*/
.certigo-app .summaryField > p {
	font-weight: bold;
}
/*Lijstweergave (bijv. relaties)*/
.certigo-app .table > thead > tr, .certigo-app .table > tbody > tr {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.certigo-app .table:not(.notOrange) > tbody > tr:hover {
	background-color: #f5c400;
	color: #000;
}
/*sub Usecases*/
.certigo-app .modal-content {
	max-height: 85vh;
}

	.certigo-app .modal-content > .modal-body .row {
		margin-top: 10px;
		margin-bottom: 10px;
	}
/*Checkbox is geen radiobutton*/
.certigo-app [type="checkbox"]:checked::after {
	border-radius: 0px;
}

/*Stylen van de slider*/
/*achtergrondkleur*/
.certigo-app input[type=range].form-control {
	background-color: #eaf1f1;
}
/*teller*/
.certigo-app input[type=range] ~ p.form-control-static {
	position: absolute;
	top: -20px;
	/* left:49%; */
}
/*verwijderen van de standaard waarden*/
.certigo-app input[type=range] {
	-webkit-appearance: none; /* Hides the slider so that custom slider can be made */
	width: 100%; /* Specific width is required for Firefox. */
	background: transparent; /* Otherwise white in Chrome */
}

	.certigo-app input[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
	}

	.certigo-app input[type=range]:focus {
		outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
	}

	.certigo-app input[type=range]::-ms-track {
		width: 100%;
		cursor: pointer;
		/* Hides the slider so custom styles can be added */
		background: transparent;
		border-color: transparent;
		color: transparent;
	}

	/*schuifknopje*/
	/* Special styling for WebKit/Blink */
	.certigo-app input[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		height: 28px;
		width: 14px;
		background: #a5c1c5;
		cursor: pointer;
		margin-top: -8px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
		transform: skew(-9deg);
	}

		.certigo-app input[type=range]::-webkit-slider-thumb:hover {
			background: #f5c400;
		}

	/* All the same stuff for Firefox */
	.certigo-app input[type=range]::-moz-range-thumb {
		height: 28px;
		width: 14px;
		border-radius: 0px;
		border: 0px;
		background: #a5c1c5;
		cursor: pointer;
		transform: skew(-9deg);
	}

		.certigo-app input[type=range]::-moz-range-thumb:hover {
			background: #f5c400;
		}
	/* All the same stuff for IE */
	.certigo-app input[type=range]::-ms-thumb {
		height: 28px;
		width: 14px;
		background: #a5c1c5;
		cursor: pointer;
		border: 0px;
		transform: skew(-9deg);
	}

		.certigo-app input[type=range]::-ms-thumb:hover {
			background: #f5c400;
			border: 0px;
		}

	/*schuifbalk*/
	/*Chrome*/
	.certigo-app input[type=range]::-webkit-slider-runnable-track {
		width: 100%;
		height: 14px;
		cursor: pointer;
		background: #fff;
	}

	.certigo-app input[type=range]:focus::-webkit-slider-runnable-track {
	}

	.certigo-app input[type=range]::-webkit-fill-lower { /*werkt niet*/
		background: #a5c1c5;
		opacity: 0.5;
		height: 14px;
	}

	/*Firefox*/
	.certigo-app input[type=range]::-moz-range-track {
		width: 100%;
		height: 14px;
		cursor: pointer;
		background: #fff;
	}

	.certigo-app input[type=range]::-moz-range-progress {
		background: #a5c1c5;
		opacity: 0.5;
		height: 14px;
	}

	/*Internet explorer*/
	.certigo-app input[type=range]::-ms-track {
		width: 100%;
		height: 14px;
		cursor: pointer;
		background: #fff;
		border: 0px;
		border-color: transparent;
		color: transparent;
	}

	.certigo-app input[type=range]::-ms-fill-lower {
		background: #a5c1c5;
		opacity: 0.5;
		height: 14px;
	}

	.certigo-app input[type=range]:focus::-ms-fill-lower {
		background: #a5c1c5;
		opacity: 0.5;
		height: 14px;
	}

	.certigo-app input[type=range]::-ms-fill-upper {
		background: #fff;
	}

	.certigo-app input[type=range]:focus::-ms-fill-upper {
		background: #fff;
	}

/*numbering on top*/
.certigo-app .rangeInputHelper {
	width: 30px;
	min-width: 30px;
	max-width: 30px;
}

.certigo-app .rangeText {
	width: calc(100% - 90px); /*two rangeInputHelper divs + padding)*/
	transform: translateX(calc(((100% - 46px) / var(--max)) * var(--tx)))translateX(50px); /*I don't know, it just works*/
	transition: transform 0ms linear;
	will-change: transform;
}

	.certigo-app .rangeText:not(:empty):after {
		content: "\0025";
	}

.hasInfoText {
	border-left: 20px solid #a5c1c5; /*Depends on full portal; could be 5px in that case, because of the -15px margin*/
}

	.hasInfoText .row {
		padding: 20px 0px;
	}

		.hasInfoText .row > div {
			padding-left: 0px;
		}

			.hasInfoText .row > div input {
				margin-left: 5px;
			}

.infoText {
	background-color: rgba(121, 168, 173, 0.15);
}

	.infoText > * {
		padding: 15px;
	}
/*voor de layout van de motorrijtuigen elementen*/
.certigo-app div.row div.col-sm-2:nth-child(6n+1) {
	clear: left;
}
/*om de foundation-date-picker.min.css op te heffen*/
.certigo-app div.datepicker > table td span, .certigo-app div.datepicker > table th span {
	display: inline;
	width: auto;
	line-height: initial;
}

.certigo-app div.datepicker.dropdown-menu > table tr td, .certigo-app div.datepicker.dropdown-menu > table tr th {
	padding: 0px !important;
}

	.certigo-app div.datepicker.dropdown-menu > table tr td span {
		height: auto;
	}
/*Voor herbouwwaardemeter*/
.certigo-app .row > div > input[type="radio"] + label {
	margin: 10px 0px;
}
/*Voor de buttons op deelnemende objecten*/
.certigo-app tr.clickList {
	cursor: pointer;
}

.certigo-app .btn.glyphicon {
	background-color: #7ea8ad;
	border-color: #7ea8ad;
}

	.certigo-app .btn.glyphicon[disabled] {
		background-color: #a5c1c5;
		border-color: #a5c1c5;
	}
/*Oranje hover op knoppen*/
.certigo-app button.button:hover:not([disabled]), .certigo-app button.button:focus:not([disabled]) {
	background-color: #f5c400 !important;
	border-color: #f5c400;
}
/* -------------------------- SandBoxing -------------------------- */
/*ugly but essential margin for H3*/
.certigo-app .row > div > *.extraMargin {
	margin-bottom: 20px;
	margin-top: 20px;
}

.address .margin-bottom-20px {
	margin-bottom: 20px;
}

.form-control-static .DateMarginleft30px {
	margin-left: 30px;
	display: inline-block;
}

.address-bottom-margin {
	margin-bottom: 30px;
}

.info-tex-avb {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

/* styles for ng-dropdown-multiselect */
.multiselect-parent {
	width: 100%;
}

	.multiselect-parent .dropdown-toggle {
		width: 100%;
	}


	.multiselect-parent .dropdown-menu {
		width: 100%;
	}
.validationResult td a {
	font-size: 1.5em;
	font-weight: bold;
	cursor: pointer;
}
