@charset "UTF-8";/*


*/


span.radio {
  float: left !important;
  display: block !important;
  width:auto !important;
}
.clear{
  clear:both;
}

.inline-checkbox {
    display: inline;
}
.actions_bar{
  float:left;
  width: 100%;
}

.actions_bar .restriction_500{
  margin-left: 20px;
  float: left;
  padding-top: 4px;
}
/**************************
*
*	GENERAL
*
**************************/

.camera_wrap a, .camera_wrap img,
.camera_wrap ol, .camera_wrap ul, .camera_wrap li,
.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td
.camera_thumbs_wrap a, .camera_thumbs_wrap img,
.camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li,
.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
	background: none;
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style: none
}
.camera_wrap {
	display: none;
	float: left;
	position: relative;
	z-index: 0;
}
.camera_wrap img {
	max-width: none!important;
}
.camera_fakehover {
	height: 100%;
	min-height: 60px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.camera_wrap {
	width: 100%;
}
.camera_src {
	display: none;
}
.cameraCont, .cameraContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.cameraSlide {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.cameraContent {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.camera_target {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_overlayer {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_target_content {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.camera_target_content .camera_link {
    background: url(blank.gif);
	display: block;
	height: 100%;
	text-decoration: none;
}
.camera_loader {
    background: #fff url(camera-loader.gif) no-repeat center;
	background: rgba(255, 255, 255, 0.9) url(camera-loader.gif) no-repeat center;
	border: 1px solid #ffffff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	height: 36px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	margin: -18px 0 0 -18px;
	top: 50%;
	width: 36px;
	z-index: 3;
}
.camera_bar {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.camera_thumbs_wrap.camera_left .camera_bar, .camera_thumbs_wrap.camera_right .camera_bar {
	height: 100%;
	position: absolute;
	width: auto;
}
.camera_thumbs_wrap.camera_bottom .camera_bar, .camera_thumbs_wrap.camera_top .camera_bar {
	height: auto;
	position: absolute;
	width: 100%;
}
.camera_nav_cont {
	height: 65px;
	overflow: hidden;
	position: absolute;
	right: 9px;
	top: 15px;
	width: 120px;
	z-index: 4;
}
.camera_caption {
	bottom: 0;
	display: block;
	position: absolute;
	width: 100%;
}
.camera_caption > div {
	padding: 10px 20px;
}
.camerarelative {
	overflow: hidden;
	position: relative;
}
.imgFake {
	cursor: pointer;
}
.camera_prevThumbs {
	bottom: 4px;
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10;
}
.camera_prevThumbs div {
	background: url(camera_skins.png) no-repeat -160px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px;
}
.camera_nextThumbs {
	bottom: 4px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10;
}
.camera_nextThumbs div {
	background: url(camera_skins.png) no-repeat -190px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px;
}
.camera_command_wrap .hideNav {
	display: none;
}
.camera_command_wrap {
	left: 0;
	position: relative;
	right:0;
	z-index: 4;
}
.camera_wrap .camera_pag .camera_pag_ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 20px 5px;
	position: relative;
	text-align: left;
	text-indent: -9999px;
	width: 16px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 8px;
	left: 4px;
	overflow: hidden;
	position: absolute;
	top: 4px;
	width: 8px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}
.camera_pag_ul li img {
	display: none;
	position: absolute;
}
.camera_pag_ul .thumb_arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
	top: 0;
	left: 50%;
	margin-left: -4px;
	position: absolute;
}
.camera_prev, .camera_next, .camera_commands {
	cursor: pointer;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 2;
}
.camera_prev {
	left: 0;
}
.camera_prev > span {
	background: url(camera_skins.png) no-repeat 0 0;
	display: block;
	height: 40px;
	width: 40px;
}
.camera_next {
	right: 0;
}
.camera_next > span {
	background: url(camera_skins.png) no-repeat -40px 0;
	display: block;
	height: 40px;
	width: 40px;
}
.camera_commands {
	right: 41px;
}
.camera_commands > .camera_play {
	background: url(camera_skins.png) no-repeat -80px 0;
	height: 40px;
	width: 40px;
}
.camera_commands > .camera_stop {
	background: url(camera_skins.png) no-repeat -120px 0;
	display: block;
	height: 40px;
	width: 40px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 20px 5px;
	position: relative;
	text-indent: -9999px;
	width: 16px;
}
.camera_thumbs_cont {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.camera_commands_emboss .camera_thumbs_cont {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_thumbs_cont > div {
	float: left;
	width: 100%;
}
.camera_thumbs_cont ul {
	overflow: hidden;
	padding: 3px 4px 8px;
	position: relative;
	text-align: center;
}
.camera_thumbs_cont ul li {
	display: inline;
	padding: 0 4px;
}
.camera_thumbs_cont ul li > img {
	border: 1px solid;
	cursor: pointer;
	margin-top: 5px;
	vertical-align:bottom;
}
.camera_clear {
	display: block;
	clear: both;
}
.showIt {
	display: none;
}
.camera_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 25px;
	position: relative;
}
/**************************
*
*	COLORS & SKINS
*
**************************/
.pattern_1 .camera_overlayer {
	background: url(patterns/overlay1.png) repeat;
}
.pattern_2 .camera_overlayer {
	background: url(patterns/overlay2.png) repeat;
}
.pattern_3 .camera_overlayer {
	background: url(patterns/overlay3.png) repeat;
}
.pattern_4 .camera_overlayer {
	background: url(patterns/overlay4.png) repeat;
}
.pattern_5 .camera_overlayer {
	background: url(patterns/overlay5.png) repeat;
}
.pattern_6 .camera_overlayer {
	background: url(patterns/overlay6.png) repeat;
}
.pattern_7 .camera_overlayer {
	background: url(patterns/overlay7.png) repeat;
}
.pattern_8 .camera_overlayer {
	background: url(patterns/overlay8.png) repeat;
}
.pattern_9 .camera_overlayer {
	background: url(patterns/overlay9.png) repeat;
}
.pattern_10 .camera_overlayer {
	background: url(patterns/overlay10.png) repeat;
}
.camera_caption {
	color: #fff;
}
.camera_caption > div {
	background: #000;
	background: rgba(0, 0, 0, 0.8);
}
.camera_wrap .camera_pag .camera_pag_ul li {
	background: #b7b7b7;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover > span {
	background: #b7b7b7;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	background: #434648;
}
.camera_pag_ul li img {
	border: 4px solid #e6e6e6;
	-moz-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
	box-shadow: 0px 3px 6px rgba(0,0,0,.5);
}
.camera_pag_ul .thumb_arrow {
    border-top-color: #e6e6e6;
}
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
	background: #d8d8d8;
	background: rgba(216, 216, 216, 0.85);
}
.camera_wrap .camera_pag .camera_pag_ul li {
	background: #b7b7b7;
}
.camera_thumbs_cont ul li > img {
	border-color: 1px solid #000;
}
/*AMBER SKIN*/
.camera_amber_skin .camera_prevThumbs div {
	background-position: -160px -160px;
}
.camera_amber_skin .camera_nextThumbs div {
	background-position: -190px -160px;
}
.camera_amber_skin .camera_prev > span {
	background-position: 0 -160px;
}
.camera_amber_skin .camera_next > span {
	background-position: -40px -160px;
}
.camera_amber_skin .camera_commands > .camera_play {
	background-position: -80px -160px;
}
.camera_amber_skin .camera_commands > .camera_stop {
	background-position: -120px -160px;
}
/*ASH SKIN*/
.camera_ash_skin .camera_prevThumbs div {
	background-position: -160px -200px;
}
.camera_ash_skin .camera_nextThumbs div {
	background-position: -190px -200px;
}
.camera_ash_skin .camera_prev > span {
	background-position: 0 -200px;
}
.camera_ash_skin .camera_next > span {
	background-position: -40px -200px;
}
.camera_ash_skin .camera_commands > .camera_play {
	background-position: -80px -200px;
}
.camera_ash_skin .camera_commands > .camera_stop {
	background-position: -120px -200px;
}
/*AZURE SKIN*/
.camera_azure_skin .camera_prevThumbs div {
	background-position: -160px -240px;
}
.camera_azure_skin .camera_nextThumbs div {
	background-position: -190px -240px;
}
.camera_azure_skin .camera_prev > span {
	background-position: 0 -240px;
}
.camera_azure_skin .camera_next > span {
	background-position: -40px -240px;
}
.camera_azure_skin .camera_commands > .camera_play {
	background-position: -80px -240px;
}
.camera_azure_skin .camera_commands > .camera_stop {
	background-position: -120px -240px;
}
/*BEIGE SKIN*/
.camera_beige_skin .camera_prevThumbs div {
	background-position: -160px -120px;
}
.camera_beige_skin .camera_nextThumbs div {
	background-position: -190px -120px;
}
.camera_beige_skin .camera_prev > span {
	background-position: 0 -120px;
}
.camera_beige_skin .camera_next > span {
	background-position: -40px -120px;
}
.camera_beige_skin .camera_commands > .camera_play {
	background-position: -80px -120px;
}
.camera_beige_skin .camera_commands > .camera_stop {
	background-position: -120px -120px;
}
/*BLACK SKIN*/
.camera_black_skin .camera_prevThumbs div {
	background-position: -160px -40px;
}
.camera_black_skin .camera_nextThumbs div {
	background-position: -190px -40px;
}
.camera_black_skin .camera_prev > span {
	background-position: 0 -40px;
}
.camera_black_skin .camera_next > span {
	background-position: -40px -40px;
}
.camera_black_skin .camera_commands > .camera_play {
	background-position: -80px -40px;
}
.camera_black_skin .camera_commands > .camera_stop {
	background-position: -120px -40px;
}
/*BLUE SKIN*/
.camera_blue_skin .camera_prevThumbs div {
	background-position: -160px -280px;
}
.camera_blue_skin .camera_nextThumbs div {
	background-position: -190px -280px;
}
.camera_blue_skin .camera_prev > span {
	background-position: 0 -280px;
}
.camera_blue_skin .camera_next > span {
	background-position: -40px -280px;
}
.camera_blue_skin .camera_commands > .camera_play {
	background-position: -80px -280px;
}
.camera_blue_skin .camera_commands > .camera_stop {
	background-position: -120px -280px;
}
/*BROWN SKIN*/
.camera_brown_skin .camera_prevThumbs div {
	background-position: -160px -320px;
}
.camera_brown_skin .camera_nextThumbs div {
	background-position: -190px -320px;
}
.camera_brown_skin .camera_prev > span {
	background-position: 0 -320px;
}
.camera_brown_skin .camera_next > span {
	background-position: -40px -320px;
}
.camera_brown_skin .camera_commands > .camera_play {
	background-position: -80px -320px;
}
.camera_brown_skin .camera_commands > .camera_stop {
	background-position: -120px -320px;
}
/*BURGUNDY SKIN*/
.camera_burgundy_skin .camera_prevThumbs div {
	background-position: -160px -360px;
}
.camera_burgundy_skin .camera_nextThumbs div {
	background-position: -190px -360px;
}
.camera_burgundy_skin .camera_prev > span {
	background-position: 0 -360px;
}
.camera_burgundy_skin .camera_next > span {
	background-position: -40px -360px;
}
.camera_burgundy_skin .camera_commands > .camera_play {
	background-position: -80px -360px;
}
.camera_burgundy_skin .camera_commands > .camera_stop {
	background-position: -120px -360px;
}
/*CHARCOAL SKIN*/
.camera_charcoal_skin .camera_prevThumbs div {
	background-position: -160px -400px;
}
.camera_charcoal_skin .camera_nextThumbs div {
	background-position: -190px -400px;
}
.camera_charcoal_skin .camera_prev > span {
	background-position: 0 -400px;
}
.camera_charcoal_skin .camera_next > span {
	background-position: -40px -400px;
}
.camera_charcoal_skin .camera_commands > .camera_play {
	background-position: -80px -400px;
}
.camera_charcoal_skin .camera_commands > .camera_stop {
	background-position: -120px -400px;
}
/*CHOCOLATE SKIN*/
.camera_chocolate_skin .camera_prevThumbs div {
	background-position: -160px -440px;
}
.camera_chocolate_skin .camera_nextThumbs div {
	background-position: -190px -440px;
}
.camera_chocolate_skin .camera_prev > span {
	background-position: 0 -440px;
}
.camera_chocolate_skin .camera_next > span {
	background-position: -40px -440px;
}
.camera_chocolate_skin .camera_commands > .camera_play {
	background-position: -80px -440px;
}
.camera_chocolate_skin .camera_commands > .camera_stop {
	background-position: -120px -440px	;
}
/*COFFEE SKIN*/
.camera_coffee_skin .camera_prevThumbs div {
	background-position: -160px -480px;
}
.camera_coffee_skin .camera_nextThumbs div {
	background-position: -190px -480px;
}
.camera_coffee_skin .camera_prev > span {
	background-position: 0 -480px;
}
.camera_coffee_skin .camera_next > span {
	background-position: -40px -480px;
}
.camera_coffee_skin .camera_commands > .camera_play {
	background-position: -80px -480px;
}
.camera_coffee_skin .camera_commands > .camera_stop {
	background-position: -120px -480px	;
}
/*CYAN SKIN*/
.camera_cyan_skin .camera_prevThumbs div {
	background-position: -160px -520px;
}
.camera_cyan_skin .camera_nextThumbs div {
	background-position: -190px -520px;
}
.camera_cyan_skin .camera_prev > span {
	background-position: 0 -520px;
}
.camera_cyan_skin .camera_next > span {
	background-position: -40px -520px;
}
.camera_cyan_skin .camera_commands > .camera_play {
	background-position: -80px -520px;
}
.camera_cyan_skin .camera_commands > .camera_stop {
	background-position: -120px -520px	;
}
/*FUCHSIA SKIN*/
.camera_fuchsia_skin .camera_prevThumbs div {
	background-position: -160px -560px;
}
.camera_fuchsia_skin .camera_nextThumbs div {
	background-position: -190px -560px;
}
.camera_fuchsia_skin .camera_prev > span {
	background-position: 0 -560px;
}
.camera_fuchsia_skin .camera_next > span {
	background-position: -40px -560px;
}
.camera_fuchsia_skin .camera_commands > .camera_play {
	background-position: -80px -560px;
}
.camera_fuchsia_skin .camera_commands > .camera_stop {
	background-position: -120px -560px	;
}
/*GOLD SKIN*/
.camera_gold_skin .camera_prevThumbs div {
	background-position: -160px -600px;
}
.camera_gold_skin .camera_nextThumbs div {
	background-position: -190px -600px;
}
.camera_gold_skin .camera_prev > span {
	background-position: 0 -600px;
}
.camera_gold_skin .camera_next > span {
	background-position: -40px -600px;
}
.camera_gold_skin .camera_commands > .camera_play {
	background-position: -80px -600px;
}
.camera_gold_skin .camera_commands > .camera_stop {
	background-position: -120px -600px	;
}
/*GREEN SKIN*/
.camera_green_skin .camera_prevThumbs div {
	background-position: -160px -640px;
}
.camera_green_skin .camera_nextThumbs div {
	background-position: -190px -640px;
}
.camera_green_skin .camera_prev > span {
	background-position: 0 -640px;
}
.camera_green_skin .camera_next > span {
	background-position: -40px -640px;
}
.camera_green_skin .camera_commands > .camera_play {
	background-position: -80px -640px;
}
.camera_green_skin .camera_commands > .camera_stop {
	background-position: -120px -640px	;
}
/*GREY SKIN*/
.camera_grey_skin .camera_prevThumbs div {
	background-position: -160px -680px;
}
.camera_grey_skin .camera_nextThumbs div {
	background-position: -190px -680px;
}
.camera_grey_skin .camera_prev > span {
	background-position: 0 -680px;
}
.camera_grey_skin .camera_next > span {
	background-position: -40px -680px;
}
.camera_grey_skin .camera_commands > .camera_play {
	background-position: -80px -680px;
}
.camera_grey_skin .camera_commands > .camera_stop {
	background-position: -120px -680px	;
}
/*INDIGO SKIN*/
.camera_indigo_skin .camera_prevThumbs div {
	background-position: -160px -720px;
}
.camera_indigo_skin .camera_nextThumbs div {
	background-position: -190px -720px;
}
.camera_indigo_skin .camera_prev > span {
	background-position: 0 -720px;
}
.camera_indigo_skin .camera_next > span {
	background-position: -40px -720px;
}
.camera_indigo_skin .camera_commands > .camera_play {
	background-position: -80px -720px;
}
.camera_indigo_skin .camera_commands > .camera_stop {
	background-position: -120px -720px	;
}
/*KHAKI SKIN*/
.camera_khaki_skin .camera_prevThumbs div {
	background-position: -160px -760px;
}
.camera_khaki_skin .camera_nextThumbs div {
	background-position: -190px -760px;
}
.camera_khaki_skin .camera_prev > span {
	background-position: 0 -760px;
}
.camera_khaki_skin .camera_next > span {
	background-position: -40px -760px;
}
.camera_khaki_skin .camera_commands > .camera_play {
	background-position: -80px -760px;
}
.camera_khaki_skin .camera_commands > .camera_stop {
	background-position: -120px -760px	;
}
/*LIME SKIN*/
.camera_lime_skin .camera_prevThumbs div {
	background-position: -160px -800px;
}
.camera_lime_skin .camera_nextThumbs div {
	background-position: -190px -800px;
}
.camera_lime_skin .camera_prev > span {
	background-position: 0 -800px;
}
.camera_lime_skin .camera_next > span {
	background-position: -40px -800px;
}
.camera_lime_skin .camera_commands > .camera_play {
	background-position: -80px -800px;
}
.camera_lime_skin .camera_commands > .camera_stop {
	background-position: -120px -800px	;
}
/*MAGENTA SKIN*/
.camera_magenta_skin .camera_prevThumbs div {
	background-position: -160px -840px;
}
.camera_magenta_skin .camera_nextThumbs div {
	background-position: -190px -840px;
}
.camera_magenta_skin .camera_prev > span {
	background-position: 0 -840px;
}
.camera_magenta_skin .camera_next > span {
	background-position: -40px -840px;
}
.camera_magenta_skin .camera_commands > .camera_play {
	background-position: -80px -840px;
}
.camera_magenta_skin .camera_commands > .camera_stop {
	background-position: -120px -840px	;
}
/*MAROON SKIN*/
.camera_maroon_skin .camera_prevThumbs div {
	background-position: -160px -880px;
}
.camera_maroon_skin .camera_nextThumbs div {
	background-position: -190px -880px;
}
.camera_maroon_skin .camera_prev > span {
	background-position: 0 -880px;
}
.camera_maroon_skin .camera_next > span {
	background-position: -40px -880px;
}
.camera_maroon_skin .camera_commands > .camera_play {
	background-position: -80px -880px;
}
.camera_maroon_skin .camera_commands > .camera_stop {
	background-position: -120px -880px	;
}
/*ORANGE SKIN*/
.camera_orange_skin .camera_prevThumbs div {
	background-position: -160px -920px;
}
.camera_orange_skin .camera_nextThumbs div {
	background-position: -190px -920px;
}
.camera_orange_skin .camera_prev > span {
	background-position: 0 -920px;
}
.camera_orange_skin .camera_next > span {
	background-position: -40px -920px;
}
.camera_orange_skin .camera_commands > .camera_play {
	background-position: -80px -920px;
}
.camera_orange_skin .camera_commands > .camera_stop {
	background-position: -120px -920px	;
}
/*OLIVE SKIN*/
.camera_olive_skin .camera_prevThumbs div {
	background-position: -160px -1080px;
}
.camera_olive_skin .camera_nextThumbs div {
	background-position: -190px -1080px;
}
.camera_olive_skin .camera_prev > span {
	background-position: 0 -1080px;
}
.camera_olive_skin .camera_next > span {
	background-position: -40px -1080px;
}
.camera_olive_skin .camera_commands > .camera_play {
	background-position: -80px -1080px;
}
.camera_olive_skin .camera_commands > .camera_stop {
	background-position: -120px -1080px	;
}
/*PINK SKIN*/
.camera_pink_skin .camera_prevThumbs div {
	background-position: -160px -960px;
}
.camera_pink_skin .camera_nextThumbs div {
	background-position: -190px -960px;
}
.camera_pink_skin .camera_prev > span {
	background-position: 0 -960px;
}
.camera_pink_skin .camera_next > span {
	background-position: -40px -960px;
}
.camera_pink_skin .camera_commands > .camera_play {
	background-position: -80px -960px;
}
.camera_pink_skin .camera_commands > .camera_stop {
	background-position: -120px -960px	;
}
/*PISTACHIO SKIN*/
.camera_pistachio_skin .camera_prevThumbs div {
	background-position: -160px -1040px;
}
.camera_pistachio_skin .camera_nextThumbs div {
	background-position: -190px -1040px;
}
.camera_pistachio_skin .camera_prev > span {
	background-position: 0 -1040px;
}
.camera_pistachio_skin .camera_next > span {
	background-position: -40px -1040px;
}
.camera_pistachio_skin .camera_commands > .camera_play {
	background-position: -80px -1040px;
}
.camera_pistachio_skin .camera_commands > .camera_stop {
	background-position: -120px -1040px	;
}
/*PINK SKIN*/
.camera_pink_skin .camera_prevThumbs div {
	background-position: -160px -80px;
}
.camera_pink_skin .camera_nextThumbs div {
	background-position: -190px -80px;
}
.camera_pink_skin .camera_prev > span {
	background-position: 0 -80px;
}
.camera_pink_skin .camera_next > span {
	background-position: -40px -80px;
}
.camera_pink_skin .camera_commands > .camera_play {
	background-position: -80px -80px;
}
.camera_pink_skin .camera_commands > .camera_stop {
	background-position: -120px -80px;
}
/*RED SKIN*/
.camera_red_skin .camera_prevThumbs div {
	background-position: -160px -1000px;
}
.camera_red_skin .camera_nextThumbs div {
	background-position: -190px -1000px;
}
.camera_red_skin .camera_prev > span {
	background-position: 0 -1000px;
}
.camera_red_skin .camera_next > span {
	background-position: -40px -1000px;
}
.camera_red_skin .camera_commands > .camera_play {
	background-position: -80px -1000px;
}
.camera_red_skin .camera_commands > .camera_stop {
	background-position: -120px -1000px	;
}
/*TANGERINE SKIN*/
.camera_tangerine_skin .camera_prevThumbs div {
	background-position: -160px -1120px;
}
.camera_tangerine_skin .camera_nextThumbs div {
	background-position: -190px -1120px;
}
.camera_tangerine_skin .camera_prev > span {
	background-position: 0 -1120px;
}
.camera_tangerine_skin .camera_next > span {
	background-position: -40px -1120px;
}
.camera_tangerine_skin .camera_commands > .camera_play {
	background-position: -80px -1120px;
}
.camera_tangerine_skin .camera_commands > .camera_stop {
	background-position: -120px -1120px	;
}
/*TURQUOISE SKIN*/
.camera_turquoise_skin .camera_prevThumbs div {
	background-position: -160px -1160px;
}
.camera_turquoise_skin .camera_nextThumbs div {
	background-position: -190px -1160px;
}
.camera_turquoise_skin .camera_prev > span {
	background-position: 0 -1160px;
}
.camera_turquoise_skin .camera_next > span {
	background-position: -40px -1160px;
}
.camera_turquoise_skin .camera_commands > .camera_play {
	background-position: -80px -1160px;
}
.camera_turquoise_skin .camera_commands > .camera_stop {
	background-position: -120px -1160px	;
}
/*VIOLET SKIN*/
.camera_violet_skin .camera_prevThumbs div {
	background-position: -160px -1200px;
}
.camera_violet_skin .camera_nextThumbs div {
	background-position: -190px -1200px;
}
.camera_violet_skin .camera_prev > span {
	background-position: 0 -1200px;
}
.camera_violet_skin .camera_next > span {
	background-position: -40px -1200px;
}
.camera_violet_skin .camera_commands > .camera_play {
	background-position: -80px -1200px;
}
.camera_violet_skin .camera_commands > .camera_stop {
	background-position: -120px -1200px	;
}
/*WHITE SKIN*/
.camera_white_skin .camera_prevThumbs div {
	background-position: -160px -80px;
}
.camera_white_skin .camera_nextThumbs div {
	background-position: -190px -80px;
}
.camera_white_skin .camera_prev > span {
	background-position: 0 -80px;
}
.camera_white_skin .camera_next > span {
	background-position: -40px -80px;
}
.camera_white_skin .camera_commands > .camera_play {
	background-position: -80px -80px;
}
.camera_white_skin .camera_commands > .camera_stop {
	background-position: -120px -80px;
}
/*YELLOW SKIN*/
.camera_yellow_skin .camera_prevThumbs div {
	background-position: -160px -1240px;
}
.camera_yellow_skin .camera_nextThumbs div {
	background-position: -190px -1240px;
}
.camera_yellow_skin .camera_prev > span {
	background-position: 0 -1240px;
}
.camera_yellow_skin .camera_next > span {
	background-position: -40px -1240px;
}
.camera_yellow_skin .camera_commands > .camera_play {
	background-position: -80px -1240px;
}
.camera_yellow_skin .camera_commands > .camera_stop {
	background-position: -120px -1240px	;
}
#report_header h4{
  text-align: center;
}
#absence_report{
  float: left;
  width: 100%;
}
#absence_report table{
  width: 100%;
  float: left;
  border-top: 1px #000 solid;
}

#absence_report table.absences_list{
  border-bottom: 1px #000 solid;
  margin-bottom: 20px;
}

#absence_report table.absences_list th{
  text-align: left;
}
#absence_report table.absences_list td.observation{
  max-width: 400px;
}

#absence_report table.coordinator_fields td{
  float: left;
  padding-right: 15px !important;
}

#absence_report table.coordinator_fields td b{
  margin-right: 5px;
}

#absence_report .absences_total{float: left;}
#absence_report .absences_total b{margin-right: 5px;}

.absence_calendar{
  float: left;
  width: 54%;
  border-right: 1px solid #e1e6ed;
}

.absence_report{
  float: right;
  width: 45%;
}
#data-table_wrapper{margin: 15px;}

.dataTables_wrapper{width: 100%;}

#data-table_wrapper tfoot{height: 32px;}

.paginate_disabled_previous {float: left;}

#data-table_paginate, .dataTables_filter{float:right;}

#data-table_paginate a{margin-left:15px;}

#data-table_info, #data-table_length{float:left;}

.dataTables_info{margin-top: 20px; float: left; width: 100%;}

.dataTables_paginate{float: left; width: 100%;}

#data-.datatable{margin: 20px 0px;}

.datatable{
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  float: left;
}
.datatable tr{
  border-bottom: 1px solid #DDDDDD;
  margin-left: -16px;
  width: 103%;
}
.datatable td, .datatable th{
  font-size: 14px;
}

.datatable th.first, .datatable td.first{padding-left: 10px;}

.datatable th{padding-right: 10px;}

.datatable tbody tr:hover{
  background-color: #E7F1FD;
}

#data-table_wrapper a{
  color: #4F4F4F;
}

#data-table_wrapper a:hover{
  color:#0099ff;
}


.datatable{
  border-collapse: collapse;
  border-spacing:0px;
  z-index:1;
  width:100%;
  float:left;
  margin-top:20px;
}

.datatable td{
  border-collapse: collapse;
  border-spacing:0px;
}

.datatable thead{
  height:40px
}

.datatable thead th{
  margin-bottom:1px;
  z-index:1;
  padding: 0px 15px;
}

.datatable thead tr{
  height:42px;
  background: url("thead-bg.png") repeat scroll 0 0 transparent;
  color:#fff;
  text-align:left;
}

.datatable thead tr:hover{
  cursor:default;
}

.datatable tr td{
  box-shadow: 0 -1px 0px 0 #fff;
  -webkit-box-shadow: 0 -1px 0px 0 #fff;
  -moz-box-shadow: 0 -1px 0px 0 #fff;
  border-bottom: 1px solid #d9d9d9;
  padding:10px 10px;
  margin:0;
  border-right: 1px solid #e8e8e8;

}

.datatable tr{
  border-left: 1px solid #e5e5e5;
}

.datatable tr{
  border-right:none;
}

.datatable tbody tr{
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #fcfcfc, #eeeeee);
  background-image:    -moz-linear-gradient(top, #fcfcfc, #eeeeee);
  background-image:     -ms-linear-gradient(top, #fcfcfc, #eeeeee);
  background-image:      -o-linear-gradient(top, #fcfcfc, #eeeeee);
  background-image:         linear-gradient(to bottom, #fcfcfc, #eeeeee);
}

.datatable tbody tr:hover{
  background:#fcfcfc;
  cursor:pointer;
}

.sorting { background: url('sort_both.png') no-repeat center right; }
.sorting_asc { background: url('sort_asc.png') no-repeat center right; }
.sorting_desc { background: url('sort_desc.png') no-repeat center right; }

.sorting_asc_disabled { background: url('sort_asc_disabled.png') no-repeat center right; }
.sorting_desc_disabled { background: url('sort_desc_disabled.png') no-repeat center right; }
.expense{
	width: 100%;
	/*min-height: 120px;*/
	float: left;
	margin-top: 30px;
}

.expense div{
	margin-bottom:0px !important;
}

.expense .expense_header{
	height: 60px;
	background-color: #142e53;
	color: #fff;
	margin-bottom:0px !important;
	float:left;
	width:100%
}

.expense .expense_header .expense_label{
	float: left;
	padding: 20px 10px;
	font-size: 14px;
	font-weight: bold;
}

.expense .expense_content{
	border-left: 1px solid #e5e5e5;
	background-color: #e5e5e5;
	min-height: 60px;
	float:left;
	width: 100%;
	margin-bottom:0px !important;
}

.expense .expense_content .expense_input{
	float: left;
	padding: 20px 10px;
	font-size: 13px;
}
table.dataTable.fixedHeader-floating,
table.dataTable.fixedHeader-locked {
  background-color: white;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

table.dataTable.fixedHeader-floating {
  position: fixed;
}

table.dataTable.fixedHeader-locked {
  position: absolute;
}
body{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/opensans-regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('fonts/opensans-semibold-webfont.eot');
    src: url('fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-semibold-webfont.woff') format('woff'),
         url('fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('fonts/opensans-semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

#formframe label{
  font-family: 'OpenSansRegular';
}

#formframe{
  width:auto;
  margin:0 auto;
  padding:0;
}

#formframe input{
  outline:none;
  height:28px;
  border: 1px solid #c8c8c8;
  font-family: 'OpenSansRegular';
  padding:0px 7px 0px 7px;
  color:#555;
  -webkit-box-shadow: 0px 1px 0px 0px #fff;
    -moz-box-shadow: 0px 1px 0px 0px #fff;
    box-shadow: 0px 1px 0px 0px #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  background:#fff;
}

#formframe input[type=submit]{
  padding: 7px 15px;
  height: 35px;
  font-size:1.4em;
  font-weight:bolder;
  text-transform: uppercase;
  letter-spacing: -.015em;
  color:#fff;
  border-color:#3a77a4;
  background:#67a5ff;
  /* gradient */
  background: -moz-linear-gradient(top, #67a5ff, #5e9bf2);
  background: -webkit-linear-gradient(top, #67a5ff, #5e9bf2);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a5ff', endColorstr='#5e9bf2');
  /* corner */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  /* shadow */
  -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size:14px;
}

#formframe input[type=submit]:hover{
  background:#5e9bf2;
  /* gradient */
  background: -moz-linear-gradient(top, #5495ff, #4788ee);
  background: -webkit-linear-gradient(top, #5495ff, #4788ee);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5495ff', endColorstr='#4788ee');
  /* shadow */
  -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), inset 0 1px 0 0 rgba(255,255,255,.4);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
  box-shadow:  0 1px 1px 0 rgba(0,0,0,.2), inset 0 1px 0 0 rgba(255,255,255,.4);
}

#formframe .actions{
  position: relative;
  float: right;
  background: #ccc;
  width: auto;
  bottom: 185px;
  right: 120px;
}

#formframe .actions input[type=submit]{
/*  position:fixed;*/
position: absolute;
  bottom:-10px;
  width:119px;
}

#formframe input:focus{
  border: 1px solid #2c6fec;
}

#formframe input.submit{
  border: 1px solid #c8c8c8;
  padding:5px 16px 5px 16px;
  height:30px;
  background:url(bg_button.png);
  font-family: 'OpenSansSemibold';
  color:#333;
  -webkit-box-shadow: 0px 1px 0px 0px #fff;
    -moz-box-shadow: 0px 1px 0px 0px #fff;
    box-shadow: 0px 1px 0px 0px #fff;
  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#formframe input.submit:hover{
  color:#3079ed;
  cursor:pointer;
}

#formframe input.submit:active{
  background-position:0px -30px ;
  border: 1px solid #173988;
  color:#fff;
  text-shadow: 0px 1px 0px #173988;
  cursor:pointer;
}

#formframe textarea{
  outline:none;
  line-height:18px;
  border: 1px solid #c8c8c8;
  font-family: 'OpenSansRegular';
  padding:7px 7px 7px 7px;
  min-height:100px;
  margin:0;
  color:#555;
  -webkit-box-shadow: 0px 1px 0px 0px #fff;
    -moz-box-shadow: 0px 1px 0px 0px #fff;
    box-shadow: 0px 1px 0px 0px #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  font-size:13px;
}

#formframe textarea:focus{
  border: 1px solid #2c6fec;
}

#formframe button{
  border: 1px solid #c8c8c8;
  padding:7px 15px 6px 15px;
  background:url(bg_button.png);
  font-family: 'OpenSansSemibold';
  color:#333;


  -webkit-box-shadow: 0px 1px 0px 0px #fff;
    -moz-box-shadow: 0px 1px 0px 0px #fff;
    box-shadow: 0px 1px 0px 0px #fff;

  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#formframe button:hover{
  color:#3079ed;
  cursor:pointer;
}

#formframe button:active{
  background-position:0px -30px ;
  border: 1px solid #173988;
  color:#fff;
  text-shadow: 0px 1px 0px #173988;
  cursor:pointer;
}

#formframe fieldset{
  width:100%;
  margin: 15px 0px;
  padding: 8px 5px;
  border: 1px solid #ccc;
}

/******************************************************************************************/


#formframe .tzSelect{
  display:inline-block;
  position:relative;
}

#formframe .tzSelect .selectBox{
  position:absolute;

  width:100%;
  height:100%;
  text-shadow:1px 1px 0 #EEEEEE;
  height:16px;
  cursor:pointer;
  position:relative;
  background:url(bg_button.png);
  font-family: 'OpenSansSemibold';
  color:#333;
  padding:6px 16px 6px 8px;
  border: 1px solid #c8c8c8;
  -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#formframe .tzSelect .selectBoxDisable{
  position:absolute;

  width:100%;
  height:100%;
  text-shadow:1px 1px 0 #EEEEEE;
  height:16px;
  cursor:pointer;
  position:relative;
  background:url(bg_button.png);
  font-family: 'OpenSansSemibold';
  color:#333;
  padding:8px 16px 6px 8px;
  border: 1px solid #c8c8c8;
  -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#formframe .tzSelect .selectBox:hover{}

#formframe .tzSelect .selectBoxArrow{
  cursor:pointer;
  position:absolute;
  display:block;
  width:32px;
  height:30px;
  background:#ccc;
  background: url(bg_button.png) -3px -60px no-repeat;
  top:0px;
  right:-25px;
  border:none;
}

#formframe .tzSelect .selectBoxArrowDisable{
  cursor:pointer;
  position:absolute;
  display:block;
  width:32px;
  height:30px;
  background:#ccc;
  background: url(bg_button.png) -3px -60px no-repeat;
  top:0px;
  right:-25px;
  border:none;
}

#formframe .tzSelect .selectBoxArrow.expanded,  .tzSelect .selectBoxArrow:hover{
  background: url(bg_button.png) -37px -60px no-repeat;
}

#formframe .tzSelect .dropDown{
  position:absolute;
  top:30px;
  left:0;
  width:100%;
  padding:0px 26px 0px 0px;
  list-style:none;
  margin:0px;
}


#formframe .tzSelect li{
  width:100%;
  cursor:pointer;
  position:relative;
  background:url(bg_button.png);
  font-family: 'OpenSansSemibold';
  color:#333;
  padding:7px 16px 6px 8px;
  border: 1px solid #c8c8c8;
  border-top:none;
  -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    z-index:10;
}

#formframe .tzSelect li:hover{
  background: #FFF url() 0 0 no-repeat;
  color:#3079ed;
}

/********************************************************************************/

#formframe .styleCheck, .styleRadio{
  padding:5px 0px 0px 26px;
  font-family: 'OpenSansSemibold';
  color:#333;
}

#formframe .styleCheck.floatLeft, #formframe .styleRadio.floatLeft{
  float:left;
  margin-right:15px;
}

#formframe .styleRadio{
  height: 20px;
  margin:0;
  display:block;
  background: url(bg_button.png) 0px -205px no-repeat;
}

#formframe .styleCheck{
  height: 20px;
  margin:0;
  display:block;
  background: url(bg_button.png) 0px -153px no-repeat;
}

#formframe label.c_on{
  background: url(bg_button.png) 0px -179px no-repeat;
}

#formframe label.r_on{
  background: url(bg_button.png) 0px -231px no-repeat;
}

#formframe .styleCheck input, .styleRadio input{
  position: absolute; left: -9999px;
}


/***********************************************************************************/

#pagination{
  list-style:none;
}

#pagination li{
  display:block;
  background: #eee;
  border: 1px solid #ccc;
  float:left;
  border: 1px solid #c8c8c8;
  padding:6px 8px 4px 8px;
  background:url(bg_button.png);
  font-family: 'OpenSansSemibold';
  color:#333;
  -webkit-box-shadow: 0px 1px 0px 0px #fff;
    -moz-box-shadow: 0px 1px 0px 0px #fff;
    box-shadow: 0px 1px 0px 0px #fff;
  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin:0px 2px 0px 2px;
}

#pagination li:hover{
  color:#3079ed;
  cursor:pointer;
}

#pagination li:active{
  color:#fff;
  background-position:0px -30px ;
  border: 1px solid #173988;
  cursor:pointer;
}

.pagPrev{
  text-indent:-9999px;
  background:url(bg_button.png) 3px -122px !important;
  width:7px;
}

.pagPrev:hover{
  background:url(bg_button.png) -15px -122px !important;
}

.pagPrev:active{
  text-indent:-9999px;
  background:url(bg_button.png) 3px -122px !important;
  width:7px;
}

.pagItem{

}

.pagNext{
  text-indent:-9999px;
  background:url(bg_button.png) 38px -122px !important;
  width:7px;
}

.pagNext:hover{
  background: #fff url(bg_button.png) 20px -122px !important;
}

.pagNext:active{
  color:#fff;
  background-position:0px -30px ;
  border: 1px solid #173988;
  cursor:pointer;
}

div.boolean {
  width: 100%;
  float: left;
}
div.boolean label, div.boolean input{
  float: left !important;
  width: auto !important;
}

div.boolean label{
  margin-top: 10px;
  margin-left: 5px;
}
.income_statements{
	width: 100%;
	height: 120px;
	float: left;
	margin-top: 30px;
}

.income_statements .income_header{
	height: 60px;
	background-color: #142e53;
	color: #fff;
	
}

.income_statements .income_header .income_label{
	float: left;
	padding: 20px;
	font-size: 14px;
	font-weight: bold;
}

.income_statements .income_content{
	border-left: 1px solid #e5e5e5;
	background-color: #e5e5e5;
	height: 60px;
	width: 100%;
}

.income_statements .income_content .income_input{
	float: left;
	padding: 20px;
	font-size: 14px;
}


#formframe .actions input[type="submit"] {
	bottom: -298px;
}

.btn_master.right{
	float:left;
	margin-right:7px;
	padding:6px;
	font-size:12px;
	font-weight:normal;
	border-radius:1px; 
	background:#888;
	border-color:#555;
}

.anexos{
	margin-top:0px;
}

#subtotal{
	text-align:right;
	font-size: 16px;
	font-weight: bold;
}
/*! jQuery UI - v1.10.1 - 2013-02-27
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=deedf7&bgTextureHeader=highlight_soft&bgImgOpacityHeader=100&borderColorHeader=aed0ea&fcHeader=222222&iconColorHeader=72a7cf&bgColorContent=f2f5f7&bgTextureContent=highlight_hard&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=362b36&iconColorContent=72a7cf&bgColorDefault=d7ebf9&bgTextureDefault=glass&bgImgOpacityDefault=80&borderColorDefault=aed0ea&fcDefault=2779aa&iconColorDefault=3d80b3&bgColorHover=e4f1fb&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=74b2e2&fcHover=0070a3&iconColorHover=2694e8&bgColorActive=3baae3&bgTextureActive=glass&bgImgOpacityActive=50&borderColorActive=2694e8&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=ffef8f&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=25&borderColorHighlight=f9dd34&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=cd0a0a&bgTextureError=flat&bgImgOpacityError=15&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffffff&bgColorOverlay=eeeeee&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=90&opacityOverlay=80&bgColorShadow=000000&bgTextureShadow=highlight_hard&bgImgOpacityShadow=70&opacityShadow=30&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("cupertino/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #f2f5f7 url(cupertino/ui-bg_highlight-hard_100_f2f5f7_1x100.png) 50% top repeat-x;
	color: #362b36;
}
.ui-widget-content a {
	color: #362b36;
}
.ui-widget-header {
	border: 1px solid #aed0ea;
	background: #deedf7 url(cupertino/ui-bg_highlight-soft_100_deedf7_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #aed0ea;
	background: #d7ebf9 url(cupertino/ui-bg_glass_80_d7ebf9_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #2779aa;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #2779aa;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #74b2e2;
	background: #e4f1fb url(cupertino/ui-bg_glass_100_e4f1fb_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #0070a3;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #0070a3;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #2694e8;
	background: #3baae3 url(cupertino/ui-bg_glass_50_3baae3_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #f9dd34;
	background: #ffef8f url(cupertino/ui-bg_highlight-soft_25_ffef8f_1x100.png) 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #cd0a0a url(cupertino/ui-bg_flat_15_cd0a0a_40x100.png) 50% 50% repeat-x;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
	background-position: 16px 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(cupertino/ui-icons_72a7cf_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(cupertino/ui-icons_72a7cf_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(cupertino/ui-icons_3d80b3_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(cupertino/ui-icons_2694e8_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(cupertino/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(cupertino/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(cupertino/ui-icons_ffffff_256x240.png);
}

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 6px;
}

/* Overlays */
.ui-widget-overlay {
	background: #eeeeee url(cupertino/ui-bg_diagonals-thick_90_eeeeee_40x40.png) 50% 50% repeat;
	opacity: .8;
	filter: Alpha(Opacity=80);
}
.ui-widget-shadow {
	margin: -7px 0 0 -7px;
	padding: 7px;
	background: #000000 url(cupertino/ui-bg_highlight-hard_70_000000_1x100.png) 50% top repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}
/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */ }

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold; }

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111; }

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none; }

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right; }

table.dataTable thead .sorting {
  background-image: image-url("sort_both.png"); }

table.dataTable thead .sorting_asc {
  background-image: image-url("sort_asc.png"); }

table.dataTable thead .sorting_desc {
  background-image: image-url("sort_desc.png"); }

table.dataTable thead .sorting_asc_disabled {
  background-image: image-url("sort_asc_disabled.png"); }

table.dataTable thead .sorting_desc_disabled {
  background-image: image-url("sort_desc_disabled.png"); }

table.dataTable tbody tr {
  background-color: #ffffff; }

table.dataTable tbody tr.selected {
  background-color: #B0BED9; }

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px; }

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd; }

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none; }

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd; }

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd; }

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none; }

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9; }

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4; }

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6; }

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1; }

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa; }

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5; }

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1; }

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3; }

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke; }

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd; }

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf; }

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1; }

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa; }

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc; }

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe; }

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5; }

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6; }

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8; }

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea; }

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec; }

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef; }

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7; }

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9; }

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb; }

table.dataTable.no-footer {
  border-bottom: 1px solid #111; }

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap; }

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px; }

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px; }

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px; }

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left; }

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center; }

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right; }

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify; }

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap; }

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left; }

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center; }

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right; }

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify; }

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap; }

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left; }

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center; }

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right; }

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify; }

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap; }

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1; }

.dataTables_wrapper .dataTables_length {
  float: left; }

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right; }

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em; }

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em; }

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */ }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */ }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111; }

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em; }

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); }

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333; }

.dataTables_wrapper .dataTables_scroll {
  clear: both; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important; }

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111; }

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none; }

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center; }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em; } }
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center; }

  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em; } }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* CORE STYLES */

  /* noty bar */

  .noty_bar {
    position: fixed;
    display: none;
    z-index: 9999999;
  }
  
  /* noty_message */
  .noty_bar .noty_message {
    text-align: center;
  }
  
  /* noty close button */
  .noty_bar .noty_close {
    cursor: pointer;
  }
  
  /* noty modal */
  .noty_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 10000;
    opacity: 0.6;
    display: none;
    left: 0;
    top: 0;
  }
  
  /* noty container for noty_layout_topLeft & noty_layout_topRight */
  ul.noty_cont {
    position: fixed;
    z-index: 10000000;
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 300px;
  }
  ul.noty_cont li {
    position: relative;
    float: left;
    clear: both;
    list-style: none;
    padding: 0px;
    margin: 10px 0 0 0;
    width: 300px; /* Fix for: http://bugs.jquery.com/ticket/2278 */
  }
  ul.noty_cont.noty_layout_topLeft {left:20px; top:20px;}
  ul.noty_cont.noty_layout_topRight {right:40px; top:20px;}
  ul.noty_cont.noty_layout_bottomLeft {left:20px; bottom:20px}
  ul.noty_cont.noty_layout_bottomRight {right:40px; bottom:20px}
  ul.noty_cont.noty_layout_topRight li {float:right}

/* LAYOUTS */

  /* noty_layout_top */
  .noty_bar.noty_layout_top {
    top: 0;
    left: 0;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }

  /* noty_layout_bottom */
  .noty_bar.noty_layout_bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }

  /* noty_layout_center */
  .noty_bar.noty_layout_center {
    top: 40%;
  }
  
  /* noty_layout_topLeft & noty_layout_topRight */
  .noty_bar.noty_layout_topLeft, 
  .noty_bar.noty_layout_topRight,
  .noty_bar.noty_layout_bottomLeft,
  .noty_bar.noty_layout_bottomRight {
    width: 100%;
    clear: both;
    position: relative;
  }
  
  .noty_bar.noty_layout_topLeft .noty_message, 
  .noty_bar.noty_layout_topRight .noty_message,
  .noty_bar.noty_layout_bottomLeft .noty_message,
  .noty_bar.noty_layout_bottomRight .noty_message {
    text-align: left;
  }
  
  /* noty_layout_topCenter */
  .noty_bar.noty_layout_topCenter {
    top: 20px;
  }
.opcs {
  margin-left: 5px;
  height: 12px !important;
}

#novo{
  margin-left: 50px;
}

th.presence_list_link{
  width: 120px;
}
.manual{
  width: 100%;
  position: relative;
  background-color: yellow;
  margin: 0px;
  padding: 0px;
  font-family: 'lucida grande',tahoma,verdana,arial,sans-serif !important;
  font-size: 13px !important;
}

.manual ul.menu{
  width: 15%;
  float: left;
  padding: 5px;
  margin: 0px;
  border-right: 1px solid #ebebeb;
  min-height: 450px;
}

.manual ul.menu li a{
  padding: 5px;
  float: left;
  border: 2px solid #fff;
  border-left: 15px solid #fff;
}
.manual ul.menu li a{
  color: #000;
  font-weight: bold;
  cursor: default;
}
.manual ul.menu ul.submenu{
  margin-left: -25px;
}
.manual ul.menu ul.submenu li a{
  color: #333;
  font-weight: normal;
  cursor: pointer;
}
.manual ul.menu li a:hover{
  text-decoration: none !important;
}

.manual ul.menu ul.submenu li a:hover{
  background-color: #eee;
  text-decoration: none !important;
  border: 2px solid #eee;
  border-left: 15px solid #eee;
}

.manual .content{
  width: 81%;
  float: left;
  padding: 5px;
  margin-left: 10px;
}

.manual .content .topic_title{
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ebebeb;
}

.manual .content .subtopic_title{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}

.manual ul.styled li{
  list-style: disc !important;
}

.manual .menu a.manual_link{
  display: block;
  clear: both;
}

.manual .printscreen img, .manual .slides{
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.7), inset 0 2px 0 rgba(255,255,255,.3), inset 0 -1px 0 rgba(0,0,0,.5), 0 1px 3px rgba(0,0,0,.4);
  -moz-box-shadow: inset 0 0 2px rgba(0,0,0,.7), inset 0 2px 0 rgba(255,255,255,.3), inset 0 -1px 0 rgba(0,0,0,.5), 0 1px 3px rgba(0,0,0,.4);
  box-shadow: inset 0 0 2px rgba(0,0,0,.7), inset 0 2px 0 rgba(255,255,255,.3), inset 0 -1px 0 rgba(0,0,0,.5), 0 1px 3px rgba(0,0,0,.4);
  margin: 10px 0px;
}
/* CORE STYLES*/

  /* noty bar */

  .noty_bar.noty_theme_default {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAoCAYAAAAPOoFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNq81tsOgjAMANB2ov7/7ypaN7IlIwi9rGuT8QSc9EIDAsAznxvY4pXPKr05RUE5MEVB+TyWfCEl9LZApYopCmo9C4FKSMtYoI8Bwv79aQJU4l6hXXCZrQbokJEksxHo9KMOgc6w1atHXM8K9DVC7FQnJ0i8iK3QooGgbnyKgMDygBWyYFZoqx4qS27KqLZJjA1D0jK6QJcYEQEiWv9PGkTsbqxQ8oT+ZtZB6AkdsJnQDnMoHXHLGKOgDYuCWmYhEERCI5gaamW0bnHdA3k2ltlIN+2qKRyCND0bhqSYCyTB3CAOc4WusBEIpkeBuPgJMAAX8Hs1NfqHRgAAAABJRU5ErkJggg==') repeat-x scroll left top #fff;
  }
  
  /* if you use noty with customContainer you can access noty with this way 
  *  .noty_custom_container noty will add automaticly this class to your customContainer
  *  .noty_theme_default    your theme
  *  .noty_layout_inline    your layout 
  */
  
  /* custom container */
  .noty_custom_container.noty_theme_default.noty_layout_inline {
    position: relative;
  }
  
  /* custom growl container */
  .noty_custom_container.noty_theme_default.noty_layout_inline .noty_cont.noty_layout_inline {
    position: static;
  }
    /* custom noty bar */
    .noty_custom_container.noty_theme_default.noty_layout_inline .noty_bar {
      border-width: 1px;
      border-style: solid;
      position: static;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }
      .noty_custom_container.noty_theme_default.noty_layout_inline .noty_bar .noty_message {
        font-size: 13px;
        padding: 4px;
      }
        .noty_custom_container.noty_theme_default.noty_layout_inline .noty_bar .noty_message .noty_buttons {
          margin-top: -1px;
        }
  
  /* noty_message */
  .noty_bar.noty_theme_default .noty_message {
    padding: 8px 14px;
    font-size: 16px;
    font-weight: bold;
    width: auto;
  }
  .noty_bar.noty_theme_default.noty_closable .noty_message {
    padding: 8px 34px 8px 14px;
  }
  
  /* noty_buttons */
  .noty_bar.noty_theme_default .noty_message .noty_buttons {
    float: right;
    font-size: 13px;
    margin-top: -4px;
    margin-left: 4px;
  }
  
  /* noty_button */
  .noty_bar.noty_theme_default .noty_message .noty_buttons button {
    margin-left: 5px;
  }
  
  /* noty close button */
  .noty_bar.noty_theme_default .noty_close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAORJREFUeNq0lU0OgjAQhRm5gUl3rLyBB3BDQjwI4TDcgmu4NqwNJGxdueqWA4zzCJoxtvxoeckLzbz2C5ShEDNHDiXis/gkPooPY/0uvomv4ov48bUSQGUSF+Ka51WPc0kzNGwvLnm9ynHtB5B+hGkoaWDB/6t4AZOFe7ZkTxMAc1dqreU0TbnrunetbVvOsmzIPMoBrFwJYGgCY8wAgjFGDZlHFYCNK9EAXPUYmUcNgL0v1dAFMKjfRSsVx/H0hC0eOfhLmWwbfTcYozbXNsEbO/int8nhEPz4CnbAUuhfwFOAAQAA48KKOuexjwAAAABJRU5ErkJggg==');
    width: 20px;
    height: 20px;
  }
  
  /* noty modal */
  .noty_modal.noty_theme_default {
    opacity: 0.7;
  }
  
/* LAYOUTS */

  /* noty_layout_top */
  .noty_bar.noty_theme_default.noty_layout_top {
    border-bottom: 3px solid #eee;
  }

  /* noty_layout_bottom */
  .noty_bar.noty_theme_default.noty_layout_bottom {
    border-top: 3px solid #eee;
  }

  .noty_bar.noty_theme_default.noty_layout_center .noty_close {
    top: 8px;
  }
  
  .noty_bar.noty_theme_default.noty_layout_center .noty_message .noty_buttons {
    margin-top: -2px
  }
  
  /* noty_layout_topLeft & noty_layout_topRight */
  .noty_bar.noty_theme_default.noty_layout_center,
  .noty_bar.noty_theme_default.noty_layout_topLeft,
  .noty_bar.noty_theme_default.noty_layout_topRight,
  .noty_bar.noty_theme_default.noty_layout_bottomLeft,
  .noty_bar.noty_theme_default.noty_layout_bottomRight {
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }
  .noty_bar.noty_theme_default.noty_layout_center .noty_message,
  .noty_bar.noty_theme_default.noty_layout_topLeft .noty_message,
  .noty_bar.noty_theme_default.noty_layout_topRight .noty_message,
  .noty_bar.noty_theme_default.noty_layout_bottomLeft .noty_message,
  .noty_bar.noty_theme_default.noty_layout_bottomRight .noty_message {
    font-size: 13px;
    font-weight: normal;
  }
  .noty_bar.noty_theme_default.noty_layout_topLeft .noty_message .noty_buttons,
  .noty_bar.noty_theme_default.noty_layout_topRight .noty_message .noty_buttons,
  .noty_bar.noty_theme_default.noty_layout_bottomLeft .noty_message .noty_buttons,
  .noty_bar.noty_theme_default.noty_layout_bottomRight .noty_message .noty_buttons {
    float: none;
    border-top: 1px solid #CCCCCC;
    margin-left: 0;
    margin-top: 10px;
    padding-top: 10px;
    text-align: right;
  }
  
  /* noty_layout_topCenter */
  .noty_bar.noty_theme_default.noty_layout_topCenter {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }
  .noty_bar.noty_theme_default.noty_layout_topCenter .noty_message {
    font-weight: normal;
    font-size: 13px;
  }
  .noty_bar.noty_theme_default.noty_layout_topCenter .noty_close {
    top: 50%;
    margin-top: -10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .noty_bar.noty_theme_default.noty_layout_topCenter.noty_success {
    border: 1px solid #50C24E;
  }
  .noty_bar.noty_theme_default.noty_layout_topCenter .noty_message .noty_buttons {
    margin-left: 15px;
    margin-top: 0px
  }
  
/* NOTIFICATION TYPES */

  /* noty_alert */
  .noty_bar.noty_theme_default.noty_alert {
    background-color: #fff;
    border-color: #ccc;
  }
  /* noty_error */
  .noty_bar.noty_theme_default.noty_error {
    background-color: red;
    color: #fff;
    border-color: darkred;
  }
  .noty_bar.noty_theme_default.noty_error .noty_message {
    font-weight: bold;
  }
  /* noty_success */
  .noty_bar.noty_theme_default.noty_success {
    background-color: lightgreen;
    color: darkgreen;
    border-color: #50C24E;
  }
  /* noty_alert */
  .noty_bar.noty_theme_default.noty_information {
    background-color: #57B7E2;
    border-color: #0B90C4;
    color: #fff;
  }

@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?85223507');
  src: url('fonts/fontello.eot?85223507#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff?85223507') format('woff'),
       url('fonts/fontello.ttf?85223507') format('truetype'),
       url('fonts/fontello.svg?85223507#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

@media screen {
  /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
  /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
  /*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: 'fontello';
      src: url('fonts/fontello.svg?85223507#fontello') format('svg');
    }
  }
  */

   [class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-size: 19px;
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }

  .icon-right:before { content: '\e800'; } /* '' */
  .icon-calendar:before { content: '\e801'; } /* '' */

  .print{
    display: none;
  }
  #main_column_wrapper{
    padding-top: 0px;
  }

  nav.links_petrobras_reports{
    float: left;
    width: 250px;
    background-color: #FAFAFA;
    margin-left: -25px;
    margin-top: -25px;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    min-height: 350px;
  }

  nav.links_petrobras_reports ul{
    margin: 0px;
    padding: 0px;
  }

  nav.links_petrobras_reports ul li:first-child {
    padding-top: 10px;
  }
  nav.links_petrobras_reports ul li{
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    line-height: 30px;
  }
  nav.links_petrobras_reports ul li.active{
    background-color: #fcf8e9;
  }
  nav.links_petrobras_reports ul li.active a:hover{
    color: #444B58;
  }
  nav.links_petrobras_reports ul li a{
    color: #444B58;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 0px 10px 50px;
    display: block;
  }
  nav.links_petrobras_reports ul li a:hover{
    color: #4183c4;
    text-decoration: none !important;
  }


  #container.petrobras_reports{
    width: calc(100% - 250px);
    float: left;
  }

  #container.petrobras_reports .petrobras_report_filter{
    float: left;
    width: calc(100% + 10px);
    background: #ccc;
    padding: 6px 30px 0px 10px;
    border-bottom: 1px solid #ccc;
    background: #5e9bf2;
    background: -moz-linear-gradient(top, #eee, #e0e0e0);
    background: -webkit-linear-gradient(top, #eee, #e0e0e0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#e0e0e0');
    -moz-box-shadow: inset 0 1px 0 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 0 #fff;
    box-shadow: inset 0 1px 0 0 #fff;
    margin-top: -25px;
    line-height: 55px;
    min-height: 50px;
  }

  #container.petrobras_reports #report_container{
    padding-left: 20px;
    margin-top: 20px !important;
  }

  .students_by_date label{
    width: 100%;
    float: left;
  }

  .students_by_date .same_line{
    float: left;
    width: 100%;
    margin-top: 10px;
  }
  .students_by_date, .students_by_date .same_line i,.students_by_date .same_line input, .students_by_date .same_line .blue_button{
    float: left;
  }

  .students_by_date .same_line .blue_button{
    margin-top: -25px;
  }

  #report_container .highcharts-container{
    width: 8
  }

  .petrobras_report_filter .export_links{
    float: right;
  }

  .petrobras_report_filter .export_links .blue_link{
    display: block;
    line-height: 18px;
    margin-top: 10px;
  }

  .petrobras_reports .spinner{margin-top: 150px !important;}
  .export_to_pdf{margin-left: 20px;}
}

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important;}
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  a[href]:after { content: " (" attr(href) ")"; }
  body{
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 12px;
  }
  div.intranet-menu, .petrobras_report_filter, .links_petrobras_reports, h1.title, #footer_wrapper{
    display: none !important;
  }
  .print{
    display: block;
  }
  .header{
    position: fixed;
    top: 0;
  }
  .footer{
    position: fixed;
    bottom: 0;
  }
  @page { margin: 0.5cm; }
}

body#pdf-layout {
  /*!
   * Bootstrap v3.3.5 (http://getbootstrap.com)
   * Copyright 2011-2015 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; }
  body#pdf-layout html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }
  body#pdf-layout body {
    margin: 0; }
  body#pdf-layout article,
  body#pdf-layout aside,
  body#pdf-layout details,
  body#pdf-layout figcaption,
  body#pdf-layout figure,
  body#pdf-layout footer,
  body#pdf-layout header,
  body#pdf-layout hgroup,
  body#pdf-layout main,
  body#pdf-layout menu,
  body#pdf-layout nav,
  body#pdf-layout section,
  body#pdf-layout summary {
    display: block; }
  body#pdf-layout audio,
  body#pdf-layout canvas,
  body#pdf-layout progress,
  body#pdf-layout video {
    display: inline-block;
    vertical-align: baseline; }
  body#pdf-layout audio:not([controls]) {
    display: none;
    height: 0; }
  body#pdf-layout [hidden],
  body#pdf-layout template {
    display: none; }
  body#pdf-layout a {
    background-color: transparent; }
  body#pdf-layout a:active,
  body#pdf-layout a:hover {
    outline: 0; }
  body#pdf-layout abbr[title] {
    border-bottom: 1px dotted; }
  body#pdf-layout b,
  body#pdf-layout strong {
    font-weight: bold; }
  body#pdf-layout dfn {
    font-style: italic; }
  body#pdf-layout h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  body#pdf-layout mark {
    background: #ff0;
    color: #000; }
  body#pdf-layout small {
    font-size: 80%; }
  body#pdf-layout sub,
  body#pdf-layout sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  body#pdf-layout sup {
    top: -0.5em; }
  body#pdf-layout sub {
    bottom: -0.25em; }
  body#pdf-layout img {
    border: 0; }
  body#pdf-layout svg:not(:root) {
    overflow: hidden; }
  body#pdf-layout figure {
    margin: 1em 40px; }
  body#pdf-layout hr {
    box-sizing: content-box;
    height: 0; }
  body#pdf-layout pre {
    overflow: auto; }
  body#pdf-layout code,
  body#pdf-layout kbd,
  body#pdf-layout pre,
  body#pdf-layout samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  body#pdf-layout button,
  body#pdf-layout input,
  body#pdf-layout optgroup,
  body#pdf-layout select,
  body#pdf-layout textarea {
    color: inherit;
    font: inherit;
    margin: 0; }
  body#pdf-layout button {
    overflow: visible; }
  body#pdf-layout button,
  body#pdf-layout select {
    text-transform: none; }
  body#pdf-layout button,
  body#pdf-layout html input[type="button"],
  body#pdf-layout input[type="reset"],
  body#pdf-layout input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }
  body#pdf-layout button[disabled],
  body#pdf-layout html input[disabled] {
    cursor: default; }
  body#pdf-layout button::-moz-focus-inner,
  body#pdf-layout input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  body#pdf-layout input {
    line-height: normal; }
  body#pdf-layout input[type="checkbox"],
  body#pdf-layout input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }
  body#pdf-layout input[type="number"]::-webkit-inner-spin-button,
  body#pdf-layout input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  body#pdf-layout input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box; }
  body#pdf-layout input[type="search"]::-webkit-search-cancel-button,
  body#pdf-layout input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  body#pdf-layout fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  body#pdf-layout legend {
    border: 0;
    padding: 0; }
  body#pdf-layout textarea {
    overflow: auto; }
  body#pdf-layout optgroup {
    font-weight: bold; }
  body#pdf-layout table {
    border-collapse: collapse;
    border-spacing: 0; }
  body#pdf-layout td,
  body#pdf-layout th {
    padding: 0; }
  @media print {
    body#pdf-layout *,
    body#pdf-layout *:before,
    body#pdf-layout *:after {
      background: transparent !important;
      color: #000 !important;
      box-shadow: none !important;
      text-shadow: none !important; }
    body#pdf-layout a,
    body#pdf-layout a:visited {
      text-decoration: underline; }
    body#pdf-layout a[href]:after {
      content: " (" attr(href) ")"; }
    body#pdf-layout abbr[title]:after {
      content: " (" attr(title) ")"; }
    body#pdf-layout a[href^="#"]:after,
    body#pdf-layout a[href^="javascript:"]:after {
      content: ""; }
    body#pdf-layout pre,
    body#pdf-layout blockquote {
      border: 1px solid #999;
      page-break-inside: avoid; }
    body#pdf-layout thead {
      display: table-header-group; }
    body#pdf-layout tr,
    body#pdf-layout img {
      page-break-inside: avoid; }
    body#pdf-layout img {
      max-width: 100% !important; }
    body#pdf-layout p,
    body#pdf-layout h2,
    body#pdf-layout h3 {
      orphans: 3;
      widows: 3; }
    body#pdf-layout h2,
    body#pdf-layout h3 {
      page-break-after: avoid; }
    body#pdf-layout .navbar {
      display: none; }
    body#pdf-layout .btn > .caret,
    body#pdf-layout .dropup > .btn > .caret {
      border-top-color: #000 !important; }
    body#pdf-layout .label {
      border: 1px solid #000; }
    body#pdf-layout .table {
      border-collapse: collapse !important; }
      body#pdf-layout .table td,
      body#pdf-layout .table th {
        background-color: #fff !important; }
    body#pdf-layout .table-bordered th,
    body#pdf-layout .table-bordered td {
      border: 1px solid #ddd !important; } }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(font-path("bootstrap/glyphicons-halflings-regular.eot"));
  src: url(font-path("bootstrap/glyphicons-halflings-regular.eot?#iefix")) format("embedded-opentype"), url(font-path("bootstrap/glyphicons-halflings-regular.woff2")) format("woff2"), url(font-path("bootstrap/glyphicons-halflings-regular.woff")) format("woff"), url(font-path("bootstrap/glyphicons-halflings-regular.ttf")) format("truetype"), url(font-path("bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular")) format("svg"); }
  body#pdf-layout .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  body#pdf-layout .glyphicon-asterisk:before {
    content: "\2a"; }
  body#pdf-layout .glyphicon-plus:before {
    content: "\2b"; }
  body#pdf-layout .glyphicon-euro:before,
  body#pdf-layout .glyphicon-eur:before {
    content: "\20ac"; }
  body#pdf-layout .glyphicon-minus:before {
    content: "\2212"; }
  body#pdf-layout .glyphicon-cloud:before {
    content: "\2601"; }
  body#pdf-layout .glyphicon-envelope:before {
    content: "\2709"; }
  body#pdf-layout .glyphicon-pencil:before {
    content: "\270f"; }
  body#pdf-layout .glyphicon-glass:before {
    content: "\e001"; }
  body#pdf-layout .glyphicon-music:before {
    content: "\e002"; }
  body#pdf-layout .glyphicon-search:before {
    content: "\e003"; }
  body#pdf-layout .glyphicon-heart:before {
    content: "\e005"; }
  body#pdf-layout .glyphicon-star:before {
    content: "\e006"; }
  body#pdf-layout .glyphicon-star-empty:before {
    content: "\e007"; }
  body#pdf-layout .glyphicon-user:before {
    content: "\e008"; }
  body#pdf-layout .glyphicon-film:before {
    content: "\e009"; }
  body#pdf-layout .glyphicon-th-large:before {
    content: "\e010"; }
  body#pdf-layout .glyphicon-th:before {
    content: "\e011"; }
  body#pdf-layout .glyphicon-th-list:before {
    content: "\e012"; }
  body#pdf-layout .glyphicon-ok:before {
    content: "\e013"; }
  body#pdf-layout .glyphicon-remove:before {
    content: "\e014"; }
  body#pdf-layout .glyphicon-zoom-in:before {
    content: "\e015"; }
  body#pdf-layout .glyphicon-zoom-out:before {
    content: "\e016"; }
  body#pdf-layout .glyphicon-off:before {
    content: "\e017"; }
  body#pdf-layout .glyphicon-signal:before {
    content: "\e018"; }
  body#pdf-layout .glyphicon-cog:before {
    content: "\e019"; }
  body#pdf-layout .glyphicon-trash:before {
    content: "\e020"; }
  body#pdf-layout .glyphicon-home:before {
    content: "\e021"; }
  body#pdf-layout .glyphicon-file:before {
    content: "\e022"; }
  body#pdf-layout .glyphicon-time:before {
    content: "\e023"; }
  body#pdf-layout .glyphicon-road:before {
    content: "\e024"; }
  body#pdf-layout .glyphicon-download-alt:before {
    content: "\e025"; }
  body#pdf-layout .glyphicon-download:before {
    content: "\e026"; }
  body#pdf-layout .glyphicon-upload:before {
    content: "\e027"; }
  body#pdf-layout .glyphicon-inbox:before {
    content: "\e028"; }
  body#pdf-layout .glyphicon-play-circle:before {
    content: "\e029"; }
  body#pdf-layout .glyphicon-repeat:before {
    content: "\e030"; }
  body#pdf-layout .glyphicon-refresh:before {
    content: "\e031"; }
  body#pdf-layout .glyphicon-list-alt:before {
    content: "\e032"; }
  body#pdf-layout .glyphicon-lock:before {
    content: "\e033"; }
  body#pdf-layout .glyphicon-flag:before {
    content: "\e034"; }
  body#pdf-layout .glyphicon-headphones:before {
    content: "\e035"; }
  body#pdf-layout .glyphicon-volume-off:before {
    content: "\e036"; }
  body#pdf-layout .glyphicon-volume-down:before {
    content: "\e037"; }
  body#pdf-layout .glyphicon-volume-up:before {
    content: "\e038"; }
  body#pdf-layout .glyphicon-qrcode:before {
    content: "\e039"; }
  body#pdf-layout .glyphicon-barcode:before {
    content: "\e040"; }
  body#pdf-layout .glyphicon-tag:before {
    content: "\e041"; }
  body#pdf-layout .glyphicon-tags:before {
    content: "\e042"; }
  body#pdf-layout .glyphicon-book:before {
    content: "\e043"; }
  body#pdf-layout .glyphicon-bookmark:before {
    content: "\e044"; }
  body#pdf-layout .glyphicon-print:before {
    content: "\e045"; }
  body#pdf-layout .glyphicon-camera:before {
    content: "\e046"; }
  body#pdf-layout .glyphicon-font:before {
    content: "\e047"; }
  body#pdf-layout .glyphicon-bold:before {
    content: "\e048"; }
  body#pdf-layout .glyphicon-italic:before {
    content: "\e049"; }
  body#pdf-layout .glyphicon-text-height:before {
    content: "\e050"; }
  body#pdf-layout .glyphicon-text-width:before {
    content: "\e051"; }
  body#pdf-layout .glyphicon-align-left:before {
    content: "\e052"; }
  body#pdf-layout .glyphicon-align-center:before {
    content: "\e053"; }
  body#pdf-layout .glyphicon-align-right:before {
    content: "\e054"; }
  body#pdf-layout .glyphicon-align-justify:before {
    content: "\e055"; }
  body#pdf-layout .glyphicon-list:before {
    content: "\e056"; }
  body#pdf-layout .glyphicon-indent-left:before {
    content: "\e057"; }
  body#pdf-layout .glyphicon-indent-right:before {
    content: "\e058"; }
  body#pdf-layout .glyphicon-facetime-video:before {
    content: "\e059"; }
  body#pdf-layout .glyphicon-picture:before {
    content: "\e060"; }
  body#pdf-layout .glyphicon-map-marker:before {
    content: "\e062"; }
  body#pdf-layout .glyphicon-adjust:before {
    content: "\e063"; }
  body#pdf-layout .glyphicon-tint:before {
    content: "\e064"; }
  body#pdf-layout .glyphicon-edit:before {
    content: "\e065"; }
  body#pdf-layout .glyphicon-share:before {
    content: "\e066"; }
  body#pdf-layout .glyphicon-check:before {
    content: "\e067"; }
  body#pdf-layout .glyphicon-move:before {
    content: "\e068"; }
  body#pdf-layout .glyphicon-step-backward:before {
    content: "\e069"; }
  body#pdf-layout .glyphicon-fast-backward:before {
    content: "\e070"; }
  body#pdf-layout .glyphicon-backward:before {
    content: "\e071"; }
  body#pdf-layout .glyphicon-play:before {
    content: "\e072"; }
  body#pdf-layout .glyphicon-pause:before {
    content: "\e073"; }
  body#pdf-layout .glyphicon-stop:before {
    content: "\e074"; }
  body#pdf-layout .glyphicon-forward:before {
    content: "\e075"; }
  body#pdf-layout .glyphicon-fast-forward:before {
    content: "\e076"; }
  body#pdf-layout .glyphicon-step-forward:before {
    content: "\e077"; }
  body#pdf-layout .glyphicon-eject:before {
    content: "\e078"; }
  body#pdf-layout .glyphicon-chevron-left:before {
    content: "\e079"; }
  body#pdf-layout .glyphicon-chevron-right:before {
    content: "\e080"; }
  body#pdf-layout .glyphicon-plus-sign:before {
    content: "\e081"; }
  body#pdf-layout .glyphicon-minus-sign:before {
    content: "\e082"; }
  body#pdf-layout .glyphicon-remove-sign:before {
    content: "\e083"; }
  body#pdf-layout .glyphicon-ok-sign:before {
    content: "\e084"; }
  body#pdf-layout .glyphicon-question-sign:before {
    content: "\e085"; }
  body#pdf-layout .glyphicon-info-sign:before {
    content: "\e086"; }
  body#pdf-layout .glyphicon-screenshot:before {
    content: "\e087"; }
  body#pdf-layout .glyphicon-remove-circle:before {
    content: "\e088"; }
  body#pdf-layout .glyphicon-ok-circle:before {
    content: "\e089"; }
  body#pdf-layout .glyphicon-ban-circle:before {
    content: "\e090"; }
  body#pdf-layout .glyphicon-arrow-left:before {
    content: "\e091"; }
  body#pdf-layout .glyphicon-arrow-right:before {
    content: "\e092"; }
  body#pdf-layout .glyphicon-arrow-up:before {
    content: "\e093"; }
  body#pdf-layout .glyphicon-arrow-down:before {
    content: "\e094"; }
  body#pdf-layout .glyphicon-share-alt:before {
    content: "\e095"; }
  body#pdf-layout .glyphicon-resize-full:before {
    content: "\e096"; }
  body#pdf-layout .glyphicon-resize-small:before {
    content: "\e097"; }
  body#pdf-layout .glyphicon-exclamation-sign:before {
    content: "\e101"; }
  body#pdf-layout .glyphicon-gift:before {
    content: "\e102"; }
  body#pdf-layout .glyphicon-leaf:before {
    content: "\e103"; }
  body#pdf-layout .glyphicon-fire:before {
    content: "\e104"; }
  body#pdf-layout .glyphicon-eye-open:before {
    content: "\e105"; }
  body#pdf-layout .glyphicon-eye-close:before {
    content: "\e106"; }
  body#pdf-layout .glyphicon-warning-sign:before {
    content: "\e107"; }
  body#pdf-layout .glyphicon-plane:before {
    content: "\e108"; }
  body#pdf-layout .glyphicon-calendar:before {
    content: "\e109"; }
  body#pdf-layout .glyphicon-random:before {
    content: "\e110"; }
  body#pdf-layout .glyphicon-comment:before {
    content: "\e111"; }
  body#pdf-layout .glyphicon-magnet:before {
    content: "\e112"; }
  body#pdf-layout .glyphicon-chevron-up:before {
    content: "\e113"; }
  body#pdf-layout .glyphicon-chevron-down:before {
    content: "\e114"; }
  body#pdf-layout .glyphicon-retweet:before {
    content: "\e115"; }
  body#pdf-layout .glyphicon-shopping-cart:before {
    content: "\e116"; }
  body#pdf-layout .glyphicon-folder-close:before {
    content: "\e117"; }
  body#pdf-layout .glyphicon-folder-open:before {
    content: "\e118"; }
  body#pdf-layout .glyphicon-resize-vertical:before {
    content: "\e119"; }
  body#pdf-layout .glyphicon-resize-horizontal:before {
    content: "\e120"; }
  body#pdf-layout .glyphicon-hdd:before {
    content: "\e121"; }
  body#pdf-layout .glyphicon-bullhorn:before {
    content: "\e122"; }
  body#pdf-layout .glyphicon-bell:before {
    content: "\e123"; }
  body#pdf-layout .glyphicon-certificate:before {
    content: "\e124"; }
  body#pdf-layout .glyphicon-thumbs-up:before {
    content: "\e125"; }
  body#pdf-layout .glyphicon-thumbs-down:before {
    content: "\e126"; }
  body#pdf-layout .glyphicon-hand-right:before {
    content: "\e127"; }
  body#pdf-layout .glyphicon-hand-left:before {
    content: "\e128"; }
  body#pdf-layout .glyphicon-hand-up:before {
    content: "\e129"; }
  body#pdf-layout .glyphicon-hand-down:before {
    content: "\e130"; }
  body#pdf-layout .glyphicon-circle-arrow-right:before {
    content: "\e131"; }
  body#pdf-layout .glyphicon-circle-arrow-left:before {
    content: "\e132"; }
  body#pdf-layout .glyphicon-circle-arrow-up:before {
    content: "\e133"; }
  body#pdf-layout .glyphicon-circle-arrow-down:before {
    content: "\e134"; }
  body#pdf-layout .glyphicon-globe:before {
    content: "\e135"; }
  body#pdf-layout .glyphicon-wrench:before {
    content: "\e136"; }
  body#pdf-layout .glyphicon-tasks:before {
    content: "\e137"; }
  body#pdf-layout .glyphicon-filter:before {
    content: "\e138"; }
  body#pdf-layout .glyphicon-briefcase:before {
    content: "\e139"; }
  body#pdf-layout .glyphicon-fullscreen:before {
    content: "\e140"; }
  body#pdf-layout .glyphicon-dashboard:before {
    content: "\e141"; }
  body#pdf-layout .glyphicon-paperclip:before {
    content: "\e142"; }
  body#pdf-layout .glyphicon-heart-empty:before {
    content: "\e143"; }
  body#pdf-layout .glyphicon-link:before {
    content: "\e144"; }
  body#pdf-layout .glyphicon-phone:before {
    content: "\e145"; }
  body#pdf-layout .glyphicon-pushpin:before {
    content: "\e146"; }
  body#pdf-layout .glyphicon-usd:before {
    content: "\e148"; }
  body#pdf-layout .glyphicon-gbp:before {
    content: "\e149"; }
  body#pdf-layout .glyphicon-sort:before {
    content: "\e150"; }
  body#pdf-layout .glyphicon-sort-by-alphabet:before {
    content: "\e151"; }
  body#pdf-layout .glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"; }
  body#pdf-layout .glyphicon-sort-by-order:before {
    content: "\e153"; }
  body#pdf-layout .glyphicon-sort-by-order-alt:before {
    content: "\e154"; }
  body#pdf-layout .glyphicon-sort-by-attributes:before {
    content: "\e155"; }
  body#pdf-layout .glyphicon-sort-by-attributes-alt:before {
    content: "\e156"; }
  body#pdf-layout .glyphicon-unchecked:before {
    content: "\e157"; }
  body#pdf-layout .glyphicon-expand:before {
    content: "\e158"; }
  body#pdf-layout .glyphicon-collapse-down:before {
    content: "\e159"; }
  body#pdf-layout .glyphicon-collapse-up:before {
    content: "\e160"; }
  body#pdf-layout .glyphicon-log-in:before {
    content: "\e161"; }
  body#pdf-layout .glyphicon-flash:before {
    content: "\e162"; }
  body#pdf-layout .glyphicon-log-out:before {
    content: "\e163"; }
  body#pdf-layout .glyphicon-new-window:before {
    content: "\e164"; }
  body#pdf-layout .glyphicon-record:before {
    content: "\e165"; }
  body#pdf-layout .glyphicon-save:before {
    content: "\e166"; }
  body#pdf-layout .glyphicon-open:before {
    content: "\e167"; }
  body#pdf-layout .glyphicon-saved:before {
    content: "\e168"; }
  body#pdf-layout .glyphicon-import:before {
    content: "\e169"; }
  body#pdf-layout .glyphicon-export:before {
    content: "\e170"; }
  body#pdf-layout .glyphicon-send:before {
    content: "\e171"; }
  body#pdf-layout .glyphicon-floppy-disk:before {
    content: "\e172"; }
  body#pdf-layout .glyphicon-floppy-saved:before {
    content: "\e173"; }
  body#pdf-layout .glyphicon-floppy-remove:before {
    content: "\e174"; }
  body#pdf-layout .glyphicon-floppy-save:before {
    content: "\e175"; }
  body#pdf-layout .glyphicon-floppy-open:before {
    content: "\e176"; }
  body#pdf-layout .glyphicon-credit-card:before {
    content: "\e177"; }
  body#pdf-layout .glyphicon-transfer:before {
    content: "\e178"; }
  body#pdf-layout .glyphicon-cutlery:before {
    content: "\e179"; }
  body#pdf-layout .glyphicon-header:before {
    content: "\e180"; }
  body#pdf-layout .glyphicon-compressed:before {
    content: "\e181"; }
  body#pdf-layout .glyphicon-earphone:before {
    content: "\e182"; }
  body#pdf-layout .glyphicon-phone-alt:before {
    content: "\e183"; }
  body#pdf-layout .glyphicon-tower:before {
    content: "\e184"; }
  body#pdf-layout .glyphicon-stats:before {
    content: "\e185"; }
  body#pdf-layout .glyphicon-sd-video:before {
    content: "\e186"; }
  body#pdf-layout .glyphicon-hd-video:before {
    content: "\e187"; }
  body#pdf-layout .glyphicon-subtitles:before {
    content: "\e188"; }
  body#pdf-layout .glyphicon-sound-stereo:before {
    content: "\e189"; }
  body#pdf-layout .glyphicon-sound-dolby:before {
    content: "\e190"; }
  body#pdf-layout .glyphicon-sound-5-1:before {
    content: "\e191"; }
  body#pdf-layout .glyphicon-sound-6-1:before {
    content: "\e192"; }
  body#pdf-layout .glyphicon-sound-7-1:before {
    content: "\e193"; }
  body#pdf-layout .glyphicon-copyright-mark:before {
    content: "\e194"; }
  body#pdf-layout .glyphicon-registration-mark:before {
    content: "\e195"; }
  body#pdf-layout .glyphicon-cloud-download:before {
    content: "\e197"; }
  body#pdf-layout .glyphicon-cloud-upload:before {
    content: "\e198"; }
  body#pdf-layout .glyphicon-tree-conifer:before {
    content: "\e199"; }
  body#pdf-layout .glyphicon-tree-deciduous:before {
    content: "\e200"; }
  body#pdf-layout .glyphicon-cd:before {
    content: "\e201"; }
  body#pdf-layout .glyphicon-save-file:before {
    content: "\e202"; }
  body#pdf-layout .glyphicon-open-file:before {
    content: "\e203"; }
  body#pdf-layout .glyphicon-level-up:before {
    content: "\e204"; }
  body#pdf-layout .glyphicon-copy:before {
    content: "\e205"; }
  body#pdf-layout .glyphicon-paste:before {
    content: "\e206"; }
  body#pdf-layout .glyphicon-alert:before {
    content: "\e209"; }
  body#pdf-layout .glyphicon-equalizer:before {
    content: "\e210"; }
  body#pdf-layout .glyphicon-king:before {
    content: "\e211"; }
  body#pdf-layout .glyphicon-queen:before {
    content: "\e212"; }
  body#pdf-layout .glyphicon-pawn:before {
    content: "\e213"; }
  body#pdf-layout .glyphicon-bishop:before {
    content: "\e214"; }
  body#pdf-layout .glyphicon-knight:before {
    content: "\e215"; }
  body#pdf-layout .glyphicon-baby-formula:before {
    content: "\e216"; }
  body#pdf-layout .glyphicon-tent:before {
    content: "\26fa"; }
  body#pdf-layout .glyphicon-blackboard:before {
    content: "\e218"; }
  body#pdf-layout .glyphicon-bed:before {
    content: "\e219"; }
  body#pdf-layout .glyphicon-apple:before {
    content: "\f8ff"; }
  body#pdf-layout .glyphicon-erase:before {
    content: "\e221"; }
  body#pdf-layout .glyphicon-hourglass:before {
    content: "\231b"; }
  body#pdf-layout .glyphicon-lamp:before {
    content: "\e223"; }
  body#pdf-layout .glyphicon-duplicate:before {
    content: "\e224"; }
  body#pdf-layout .glyphicon-piggy-bank:before {
    content: "\e225"; }
  body#pdf-layout .glyphicon-scissors:before {
    content: "\e226"; }
  body#pdf-layout .glyphicon-bitcoin:before {
    content: "\e227"; }
  body#pdf-layout .glyphicon-btc:before {
    content: "\e227"; }
  body#pdf-layout .glyphicon-xbt:before {
    content: "\e227"; }
  body#pdf-layout .glyphicon-yen:before {
    content: "\00a5"; }
  body#pdf-layout .glyphicon-jpy:before {
    content: "\00a5"; }
  body#pdf-layout .glyphicon-ruble:before {
    content: "\20bd"; }
  body#pdf-layout .glyphicon-rub:before {
    content: "\20bd"; }
  body#pdf-layout .glyphicon-scale:before {
    content: "\e230"; }
  body#pdf-layout .glyphicon-ice-lolly:before {
    content: "\e231"; }
  body#pdf-layout .glyphicon-ice-lolly-tasted:before {
    content: "\e232"; }
  body#pdf-layout .glyphicon-education:before {
    content: "\e233"; }
  body#pdf-layout .glyphicon-option-horizontal:before {
    content: "\e234"; }
  body#pdf-layout .glyphicon-option-vertical:before {
    content: "\e235"; }
  body#pdf-layout .glyphicon-menu-hamburger:before {
    content: "\e236"; }
  body#pdf-layout .glyphicon-modal-window:before {
    content: "\e237"; }
  body#pdf-layout .glyphicon-oil:before {
    content: "\e238"; }
  body#pdf-layout .glyphicon-grain:before {
    content: "\e239"; }
  body#pdf-layout .glyphicon-sunglasses:before {
    content: "\e240"; }
  body#pdf-layout .glyphicon-text-size:before {
    content: "\e241"; }
  body#pdf-layout .glyphicon-text-color:before {
    content: "\e242"; }
  body#pdf-layout .glyphicon-text-background:before {
    content: "\e243"; }
  body#pdf-layout .glyphicon-object-align-top:before {
    content: "\e244"; }
  body#pdf-layout .glyphicon-object-align-bottom:before {
    content: "\e245"; }
  body#pdf-layout .glyphicon-object-align-horizontal:before {
    content: "\e246"; }
  body#pdf-layout .glyphicon-object-align-left:before {
    content: "\e247"; }
  body#pdf-layout .glyphicon-object-align-vertical:before {
    content: "\e248"; }
  body#pdf-layout .glyphicon-object-align-right:before {
    content: "\e249"; }
  body#pdf-layout .glyphicon-triangle-right:before {
    content: "\e250"; }
  body#pdf-layout .glyphicon-triangle-left:before {
    content: "\e251"; }
  body#pdf-layout .glyphicon-triangle-bottom:before {
    content: "\e252"; }
  body#pdf-layout .glyphicon-triangle-top:before {
    content: "\e253"; }
  body#pdf-layout .glyphicon-console:before {
    content: "\e254"; }
  body#pdf-layout .glyphicon-superscript:before {
    content: "\e255"; }
  body#pdf-layout .glyphicon-subscript:before {
    content: "\e256"; }
  body#pdf-layout .glyphicon-menu-left:before {
    content: "\e257"; }
  body#pdf-layout .glyphicon-menu-right:before {
    content: "\e258"; }
  body#pdf-layout .glyphicon-menu-down:before {
    content: "\e259"; }
  body#pdf-layout .glyphicon-menu-up:before {
    content: "\e260"; }
  body#pdf-layout * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  body#pdf-layout *:before,
  body#pdf-layout *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  body#pdf-layout html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent; }
  body#pdf-layout body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #fff; }
  body#pdf-layout input,
  body#pdf-layout button,
  body#pdf-layout select,
  body#pdf-layout textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  body#pdf-layout a {
    color: #337ab7;
    text-decoration: none; }
    body#pdf-layout a:hover, body#pdf-layout a:focus {
      color: #23527c;
      text-decoration: underline; }
    body#pdf-layout a:focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
  body#pdf-layout figure {
    margin: 0; }
  body#pdf-layout img {
    vertical-align: middle; }
  body#pdf-layout .img-responsive {
    display: block;
    max-width: 100%;
    height: auto; }
  body#pdf-layout .img-rounded {
    border-radius: 6px; }
  body#pdf-layout .img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto; }
  body#pdf-layout .img-circle {
    border-radius: 50%; }
  body#pdf-layout hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee; }
  body#pdf-layout .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  body#pdf-layout .sr-only-focusable:active, body#pdf-layout .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }
  body#pdf-layout [role="button"] {
    cursor: pointer; }
  body#pdf-layout h1, body#pdf-layout h2, body#pdf-layout h3, body#pdf-layout h4, body#pdf-layout h5, body#pdf-layout h6,
  body#pdf-layout .h1, body#pdf-layout .h2, body#pdf-layout .h3, body#pdf-layout .h4, body#pdf-layout .h5, body#pdf-layout .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit; }
    body#pdf-layout h1 small,
    body#pdf-layout h1 .small, body#pdf-layout h2 small,
    body#pdf-layout h2 .small, body#pdf-layout h3 small,
    body#pdf-layout h3 .small, body#pdf-layout h4 small,
    body#pdf-layout h4 .small, body#pdf-layout h5 small,
    body#pdf-layout h5 .small, body#pdf-layout h6 small,
    body#pdf-layout h6 .small,
    body#pdf-layout .h1 small,
    body#pdf-layout .h1 .small, body#pdf-layout .h2 small,
    body#pdf-layout .h2 .small, body#pdf-layout .h3 small,
    body#pdf-layout .h3 .small, body#pdf-layout .h4 small,
    body#pdf-layout .h4 .small, body#pdf-layout .h5 small,
    body#pdf-layout .h5 .small, body#pdf-layout .h6 small,
    body#pdf-layout .h6 .small {
      font-weight: normal;
      line-height: 1;
      color: #777777; }
  body#pdf-layout h1, body#pdf-layout .h1,
  body#pdf-layout h2, body#pdf-layout .h2,
  body#pdf-layout h3, body#pdf-layout .h3 {
    margin-top: 20px;
    margin-bottom: 10px; }
    body#pdf-layout h1 small,
    body#pdf-layout h1 .small, body#pdf-layout .h1 small,
    body#pdf-layout .h1 .small,
    body#pdf-layout h2 small,
    body#pdf-layout h2 .small, body#pdf-layout .h2 small,
    body#pdf-layout .h2 .small,
    body#pdf-layout h3 small,
    body#pdf-layout h3 .small, body#pdf-layout .h3 small,
    body#pdf-layout .h3 .small {
      font-size: 65%; }
  body#pdf-layout h4, body#pdf-layout .h4,
  body#pdf-layout h5, body#pdf-layout .h5,
  body#pdf-layout h6, body#pdf-layout .h6 {
    margin-top: 10px;
    margin-bottom: 10px; }
    body#pdf-layout h4 small,
    body#pdf-layout h4 .small, body#pdf-layout .h4 small,
    body#pdf-layout .h4 .small,
    body#pdf-layout h5 small,
    body#pdf-layout h5 .small, body#pdf-layout .h5 small,
    body#pdf-layout .h5 .small,
    body#pdf-layout h6 small,
    body#pdf-layout h6 .small, body#pdf-layout .h6 small,
    body#pdf-layout .h6 .small {
      font-size: 75%; }
  body#pdf-layout h1, body#pdf-layout .h1 {
    font-size: 36px; }
  body#pdf-layout h2, body#pdf-layout .h2 {
    font-size: 30px; }
  body#pdf-layout h3, body#pdf-layout .h3 {
    font-size: 24px; }
  body#pdf-layout h4, body#pdf-layout .h4 {
    font-size: 18px; }
  body#pdf-layout h5, body#pdf-layout .h5 {
    font-size: 14px; }
  body#pdf-layout h6, body#pdf-layout .h6 {
    font-size: 12px; }
  body#pdf-layout p {
    margin: 0 0 10px; }
  body#pdf-layout .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4; }
    @media (min-width: 768px) {
      body#pdf-layout .lead {
        font-size: 21px; } }
  body#pdf-layout small,
  body#pdf-layout .small {
    font-size: 85%; }
  body#pdf-layout mark,
  body#pdf-layout .mark {
    background-color: #fcf8e3;
    padding: .2em; }
  body#pdf-layout .text-left {
    text-align: left; }
  body#pdf-layout .text-right {
    text-align: right; }
  body#pdf-layout .text-center {
    text-align: center; }
  body#pdf-layout .text-justify {
    text-align: justify; }
  body#pdf-layout .text-nowrap {
    white-space: nowrap; }
  body#pdf-layout .text-lowercase {
    text-transform: lowercase; }
  body#pdf-layout .text-uppercase, body#pdf-layout .initialism {
    text-transform: uppercase; }
  body#pdf-layout .text-capitalize {
    text-transform: capitalize; }
  body#pdf-layout .text-muted {
    color: #777777; }
  body#pdf-layout .text-primary {
    color: #337ab7; }
  body#pdf-layout a.text-primary:hover,
  body#pdf-layout a.text-primary:focus {
    color: #286090; }
  body#pdf-layout .text-success {
    color: #3c763d; }
  body#pdf-layout a.text-success:hover,
  body#pdf-layout a.text-success:focus {
    color: #2b542c; }
  body#pdf-layout .text-info {
    color: #31708f; }
  body#pdf-layout a.text-info:hover,
  body#pdf-layout a.text-info:focus {
    color: #245269; }
  body#pdf-layout .text-warning {
    color: #8a6d3b; }
  body#pdf-layout a.text-warning:hover,
  body#pdf-layout a.text-warning:focus {
    color: #66512c; }
  body#pdf-layout .text-danger {
    color: #a94442; }
  body#pdf-layout a.text-danger:hover,
  body#pdf-layout a.text-danger:focus {
    color: #843534; }
  body#pdf-layout .bg-primary {
    color: #fff; }
  body#pdf-layout .bg-primary {
    background-color: #337ab7; }
  body#pdf-layout a.bg-primary:hover,
  body#pdf-layout a.bg-primary:focus {
    background-color: #286090; }
  body#pdf-layout .bg-success {
    background-color: #dff0d8; }
  body#pdf-layout a.bg-success:hover,
  body#pdf-layout a.bg-success:focus {
    background-color: #c1e2b3; }
  body#pdf-layout .bg-info {
    background-color: #d9edf7; }
  body#pdf-layout a.bg-info:hover,
  body#pdf-layout a.bg-info:focus {
    background-color: #afd9ee; }
  body#pdf-layout .bg-warning {
    background-color: #fcf8e3; }
  body#pdf-layout a.bg-warning:hover,
  body#pdf-layout a.bg-warning:focus {
    background-color: #f7ecb5; }
  body#pdf-layout .bg-danger {
    background-color: #f2dede; }
  body#pdf-layout a.bg-danger:hover,
  body#pdf-layout a.bg-danger:focus {
    background-color: #e4b9b9; }
  body#pdf-layout .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee; }
  body#pdf-layout ul,
  body#pdf-layout ol {
    margin-top: 0;
    margin-bottom: 10px; }
    body#pdf-layout ul ul,
    body#pdf-layout ul ol,
    body#pdf-layout ol ul,
    body#pdf-layout ol ol {
      margin-bottom: 0; }
  body#pdf-layout .list-unstyled {
    padding-left: 0;
    list-style: none; }
  body#pdf-layout .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px; }
    body#pdf-layout .list-inline > li {
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px; }
  body#pdf-layout dl {
    margin-top: 0;
    margin-bottom: 20px; }
  body#pdf-layout dt,
  body#pdf-layout dd {
    line-height: 1.42857143; }
  body#pdf-layout dt {
    font-weight: bold; }
  body#pdf-layout dd {
    margin-left: 0; }
  body#pdf-layout .dl-horizontal dd:before, body#pdf-layout .dl-horizontal dd:after {
    content: " ";
    display: table; }
  body#pdf-layout .dl-horizontal dd:after {
    clear: both; }
  @media (min-width: 768px) {
    body#pdf-layout .dl-horizontal dt {
      float: left;
      width: 160px;
      clear: left;
      text-align: right;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    body#pdf-layout .dl-horizontal dd {
      margin-left: 180px; } }
  body#pdf-layout abbr[title],
  body#pdf-layout abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777; }
  body#pdf-layout .initialism {
    font-size: 90%; }
  body#pdf-layout blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee; }
    body#pdf-layout blockquote p:last-child,
    body#pdf-layout blockquote ul:last-child,
    body#pdf-layout blockquote ol:last-child {
      margin-bottom: 0; }
    body#pdf-layout blockquote footer,
    body#pdf-layout blockquote small,
    body#pdf-layout blockquote .small {
      display: block;
      font-size: 80%;
      line-height: 1.42857143;
      color: #777777; }
      body#pdf-layout blockquote footer:before,
      body#pdf-layout blockquote small:before,
      body#pdf-layout blockquote .small:before {
        content: '\2014 \00A0'; }
  body#pdf-layout .blockquote-reverse,
  body#pdf-layout blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right; }
    body#pdf-layout .blockquote-reverse footer:before,
    body#pdf-layout .blockquote-reverse small:before,
    body#pdf-layout .blockquote-reverse .small:before,
    body#pdf-layout blockquote.pull-right footer:before,
    body#pdf-layout blockquote.pull-right small:before,
    body#pdf-layout blockquote.pull-right .small:before {
      content: ''; }
    body#pdf-layout .blockquote-reverse footer:after,
    body#pdf-layout .blockquote-reverse small:after,
    body#pdf-layout .blockquote-reverse .small:after,
    body#pdf-layout blockquote.pull-right footer:after,
    body#pdf-layout blockquote.pull-right small:after,
    body#pdf-layout blockquote.pull-right .small:after {
      content: '\00A0 \2014'; }
  body#pdf-layout address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143; }
  body#pdf-layout code,
  body#pdf-layout kbd,
  body#pdf-layout pre,
  body#pdf-layout samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
  body#pdf-layout code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px; }
  body#pdf-layout kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
    body#pdf-layout kbd kbd {
      padding: 0;
      font-size: 100%;
      font-weight: bold;
      box-shadow: none; }
  body#pdf-layout pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px; }
    body#pdf-layout pre code {
      padding: 0;
      font-size: inherit;
      color: inherit;
      white-space: pre-wrap;
      background-color: transparent;
      border-radius: 0; }
  body#pdf-layout .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll; }
  body#pdf-layout .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
    body#pdf-layout .container:before, body#pdf-layout .container:after {
      content: " ";
      display: table; }
    body#pdf-layout .container:after {
      clear: both; }
    @media (min-width: 768px) {
      body#pdf-layout .container {
        width: 750px; } }
    @media (min-width: 992px) {
      body#pdf-layout .container {
        width: 970px; } }
    @media (min-width: 1200px) {
      body#pdf-layout .container {
        width: 1170px; } }
  body#pdf-layout .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
    body#pdf-layout .container-fluid:before, body#pdf-layout .container-fluid:after {
      content: " ";
      display: table; }
    body#pdf-layout .container-fluid:after {
      clear: both; }
  body#pdf-layout .row {
    margin-left: -15px;
    margin-right: -15px; }
    body#pdf-layout .row:before, body#pdf-layout .row:after {
      content: " ";
      display: table; }
    body#pdf-layout .row:after {
      clear: both; }
  body#pdf-layout .col-xs-1, body#pdf-layout .col-sm-1, body#pdf-layout .col-md-1, body#pdf-layout .col-lg-1, body#pdf-layout .col-xs-2, body#pdf-layout .col-sm-2, body#pdf-layout .col-md-2, body#pdf-layout .col-lg-2, body#pdf-layout .col-xs-3, body#pdf-layout .col-sm-3, body#pdf-layout .col-md-3, body#pdf-layout .col-lg-3, body#pdf-layout .col-xs-4, body#pdf-layout .col-sm-4, body#pdf-layout .col-md-4, body#pdf-layout .col-lg-4, body#pdf-layout .col-xs-5, body#pdf-layout .col-sm-5, body#pdf-layout .col-md-5, body#pdf-layout .col-lg-5, body#pdf-layout .col-xs-6, body#pdf-layout .col-sm-6, body#pdf-layout .col-md-6, body#pdf-layout .col-lg-6, body#pdf-layout .col-xs-7, body#pdf-layout .col-sm-7, body#pdf-layout .col-md-7, body#pdf-layout .col-lg-7, body#pdf-layout .col-xs-8, body#pdf-layout .col-sm-8, body#pdf-layout .col-md-8, body#pdf-layout .col-lg-8, body#pdf-layout .col-xs-9, body#pdf-layout .col-sm-9, body#pdf-layout .col-md-9, body#pdf-layout .col-lg-9, body#pdf-layout .col-xs-10, body#pdf-layout .col-sm-10, body#pdf-layout .col-md-10, body#pdf-layout .col-lg-10, body#pdf-layout .col-xs-11, body#pdf-layout .col-sm-11, body#pdf-layout .col-md-11, body#pdf-layout .col-lg-11, body#pdf-layout .col-xs-12, body#pdf-layout .col-sm-12, body#pdf-layout .col-md-12, body#pdf-layout .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  body#pdf-layout .col-xs-1, body#pdf-layout .col-xs-2, body#pdf-layout .col-xs-3, body#pdf-layout .col-xs-4, body#pdf-layout .col-xs-5, body#pdf-layout .col-xs-6, body#pdf-layout .col-xs-7, body#pdf-layout .col-xs-8, body#pdf-layout .col-xs-9, body#pdf-layout .col-xs-10, body#pdf-layout .col-xs-11, body#pdf-layout .col-xs-12 {
    float: left; }
  body#pdf-layout .col-xs-1 {
    width: 8.33333333%; }
  body#pdf-layout .col-xs-2 {
    width: 16.66666667%; }
  body#pdf-layout .col-xs-3 {
    width: 25%; }
  body#pdf-layout .col-xs-4 {
    width: 33.33333333%; }
  body#pdf-layout .col-xs-5 {
    width: 41.66666667%; }
  body#pdf-layout .col-xs-6 {
    width: 50%; }
  body#pdf-layout .col-xs-7 {
    width: 58.33333333%; }
  body#pdf-layout .col-xs-8 {
    width: 66.66666667%; }
  body#pdf-layout .col-xs-9 {
    width: 75%; }
  body#pdf-layout .col-xs-10 {
    width: 83.33333333%; }
  body#pdf-layout .col-xs-11 {
    width: 91.66666667%; }
  body#pdf-layout .col-xs-12 {
    width: 100%; }
  body#pdf-layout .col-xs-pull-0 {
    right: auto; }
  body#pdf-layout .col-xs-pull-1 {
    right: 8.33333333%; }
  body#pdf-layout .col-xs-pull-2 {
    right: 16.66666667%; }
  body#pdf-layout .col-xs-pull-3 {
    right: 25%; }
  body#pdf-layout .col-xs-pull-4 {
    right: 33.33333333%; }
  body#pdf-layout .col-xs-pull-5 {
    right: 41.66666667%; }
  body#pdf-layout .col-xs-pull-6 {
    right: 50%; }
  body#pdf-layout .col-xs-pull-7 {
    right: 58.33333333%; }
  body#pdf-layout .col-xs-pull-8 {
    right: 66.66666667%; }
  body#pdf-layout .col-xs-pull-9 {
    right: 75%; }
  body#pdf-layout .col-xs-pull-10 {
    right: 83.33333333%; }
  body#pdf-layout .col-xs-pull-11 {
    right: 91.66666667%; }
  body#pdf-layout .col-xs-pull-12 {
    right: 100%; }
  body#pdf-layout .col-xs-push-0 {
    left: auto; }
  body#pdf-layout .col-xs-push-1 {
    left: 8.33333333%; }
  body#pdf-layout .col-xs-push-2 {
    left: 16.66666667%; }
  body#pdf-layout .col-xs-push-3 {
    left: 25%; }
  body#pdf-layout .col-xs-push-4 {
    left: 33.33333333%; }
  body#pdf-layout .col-xs-push-5 {
    left: 41.66666667%; }
  body#pdf-layout .col-xs-push-6 {
    left: 50%; }
  body#pdf-layout .col-xs-push-7 {
    left: 58.33333333%; }
  body#pdf-layout .col-xs-push-8 {
    left: 66.66666667%; }
  body#pdf-layout .col-xs-push-9 {
    left: 75%; }
  body#pdf-layout .col-xs-push-10 {
    left: 83.33333333%; }
  body#pdf-layout .col-xs-push-11 {
    left: 91.66666667%; }
  body#pdf-layout .col-xs-push-12 {
    left: 100%; }
  body#pdf-layout .col-xs-offset-0 {
    margin-left: 0%; }
  body#pdf-layout .col-xs-offset-1 {
    margin-left: 8.33333333%; }
  body#pdf-layout .col-xs-offset-2 {
    margin-left: 16.66666667%; }
  body#pdf-layout .col-xs-offset-3 {
    margin-left: 25%; }
  body#pdf-layout .col-xs-offset-4 {
    margin-left: 33.33333333%; }
  body#pdf-layout .col-xs-offset-5 {
    margin-left: 41.66666667%; }
  body#pdf-layout .col-xs-offset-6 {
    margin-left: 50%; }
  body#pdf-layout .col-xs-offset-7 {
    margin-left: 58.33333333%; }
  body#pdf-layout .col-xs-offset-8 {
    margin-left: 66.66666667%; }
  body#pdf-layout .col-xs-offset-9 {
    margin-left: 75%; }
  body#pdf-layout .col-xs-offset-10 {
    margin-left: 83.33333333%; }
  body#pdf-layout .col-xs-offset-11 {
    margin-left: 91.66666667%; }
  body#pdf-layout .col-xs-offset-12 {
    margin-left: 100%; }
  @media (min-width: 768px) {
    body#pdf-layout .col-sm-1, body#pdf-layout .col-sm-2, body#pdf-layout .col-sm-3, body#pdf-layout .col-sm-4, body#pdf-layout .col-sm-5, body#pdf-layout .col-sm-6, body#pdf-layout .col-sm-7, body#pdf-layout .col-sm-8, body#pdf-layout .col-sm-9, body#pdf-layout .col-sm-10, body#pdf-layout .col-sm-11, body#pdf-layout .col-sm-12 {
      float: left; }
    body#pdf-layout .col-sm-1 {
      width: 8.33333333%; }
    body#pdf-layout .col-sm-2 {
      width: 16.66666667%; }
    body#pdf-layout .col-sm-3 {
      width: 25%; }
    body#pdf-layout .col-sm-4 {
      width: 33.33333333%; }
    body#pdf-layout .col-sm-5 {
      width: 41.66666667%; }
    body#pdf-layout .col-sm-6 {
      width: 50%; }
    body#pdf-layout .col-sm-7 {
      width: 58.33333333%; }
    body#pdf-layout .col-sm-8 {
      width: 66.66666667%; }
    body#pdf-layout .col-sm-9 {
      width: 75%; }
    body#pdf-layout .col-sm-10 {
      width: 83.33333333%; }
    body#pdf-layout .col-sm-11 {
      width: 91.66666667%; }
    body#pdf-layout .col-sm-12 {
      width: 100%; }
    body#pdf-layout .col-sm-pull-0 {
      right: auto; }
    body#pdf-layout .col-sm-pull-1 {
      right: 8.33333333%; }
    body#pdf-layout .col-sm-pull-2 {
      right: 16.66666667%; }
    body#pdf-layout .col-sm-pull-3 {
      right: 25%; }
    body#pdf-layout .col-sm-pull-4 {
      right: 33.33333333%; }
    body#pdf-layout .col-sm-pull-5 {
      right: 41.66666667%; }
    body#pdf-layout .col-sm-pull-6 {
      right: 50%; }
    body#pdf-layout .col-sm-pull-7 {
      right: 58.33333333%; }
    body#pdf-layout .col-sm-pull-8 {
      right: 66.66666667%; }
    body#pdf-layout .col-sm-pull-9 {
      right: 75%; }
    body#pdf-layout .col-sm-pull-10 {
      right: 83.33333333%; }
    body#pdf-layout .col-sm-pull-11 {
      right: 91.66666667%; }
    body#pdf-layout .col-sm-pull-12 {
      right: 100%; }
    body#pdf-layout .col-sm-push-0 {
      left: auto; }
    body#pdf-layout .col-sm-push-1 {
      left: 8.33333333%; }
    body#pdf-layout .col-sm-push-2 {
      left: 16.66666667%; }
    body#pdf-layout .col-sm-push-3 {
      left: 25%; }
    body#pdf-layout .col-sm-push-4 {
      left: 33.33333333%; }
    body#pdf-layout .col-sm-push-5 {
      left: 41.66666667%; }
    body#pdf-layout .col-sm-push-6 {
      left: 50%; }
    body#pdf-layout .col-sm-push-7 {
      left: 58.33333333%; }
    body#pdf-layout .col-sm-push-8 {
      left: 66.66666667%; }
    body#pdf-layout .col-sm-push-9 {
      left: 75%; }
    body#pdf-layout .col-sm-push-10 {
      left: 83.33333333%; }
    body#pdf-layout .col-sm-push-11 {
      left: 91.66666667%; }
    body#pdf-layout .col-sm-push-12 {
      left: 100%; }
    body#pdf-layout .col-sm-offset-0 {
      margin-left: 0%; }
    body#pdf-layout .col-sm-offset-1 {
      margin-left: 8.33333333%; }
    body#pdf-layout .col-sm-offset-2 {
      margin-left: 16.66666667%; }
    body#pdf-layout .col-sm-offset-3 {
      margin-left: 25%; }
    body#pdf-layout .col-sm-offset-4 {
      margin-left: 33.33333333%; }
    body#pdf-layout .col-sm-offset-5 {
      margin-left: 41.66666667%; }
    body#pdf-layout .col-sm-offset-6 {
      margin-left: 50%; }
    body#pdf-layout .col-sm-offset-7 {
      margin-left: 58.33333333%; }
    body#pdf-layout .col-sm-offset-8 {
      margin-left: 66.66666667%; }
    body#pdf-layout .col-sm-offset-9 {
      margin-left: 75%; }
    body#pdf-layout .col-sm-offset-10 {
      margin-left: 83.33333333%; }
    body#pdf-layout .col-sm-offset-11 {
      margin-left: 91.66666667%; }
    body#pdf-layout .col-sm-offset-12 {
      margin-left: 100%; } }
  @media (min-width: 992px) {
    body#pdf-layout .col-md-1, body#pdf-layout .col-md-2, body#pdf-layout .col-md-3, body#pdf-layout .col-md-4, body#pdf-layout .col-md-5, body#pdf-layout .col-md-6, body#pdf-layout .col-md-7, body#pdf-layout .col-md-8, body#pdf-layout .col-md-9, body#pdf-layout .col-md-10, body#pdf-layout .col-md-11, body#pdf-layout .col-md-12 {
      float: left; }
    body#pdf-layout .col-md-1 {
      width: 8.33333333%; }
    body#pdf-layout .col-md-2 {
      width: 16.66666667%; }
    body#pdf-layout .col-md-3 {
      width: 25%; }
    body#pdf-layout .col-md-4 {
      width: 33.33333333%; }
    body#pdf-layout .col-md-5 {
      width: 41.66666667%; }
    body#pdf-layout .col-md-6 {
      width: 50%; }
    body#pdf-layout .col-md-7 {
      width: 58.33333333%; }
    body#pdf-layout .col-md-8 {
      width: 66.66666667%; }
    body#pdf-layout .col-md-9 {
      width: 75%; }
    body#pdf-layout .col-md-10 {
      width: 83.33333333%; }
    body#pdf-layout .col-md-11 {
      width: 91.66666667%; }
    body#pdf-layout .col-md-12 {
      width: 100%; }
    body#pdf-layout .col-md-pull-0 {
      right: auto; }
    body#pdf-layout .col-md-pull-1 {
      right: 8.33333333%; }
    body#pdf-layout .col-md-pull-2 {
      right: 16.66666667%; }
    body#pdf-layout .col-md-pull-3 {
      right: 25%; }
    body#pdf-layout .col-md-pull-4 {
      right: 33.33333333%; }
    body#pdf-layout .col-md-pull-5 {
      right: 41.66666667%; }
    body#pdf-layout .col-md-pull-6 {
      right: 50%; }
    body#pdf-layout .col-md-pull-7 {
      right: 58.33333333%; }
    body#pdf-layout .col-md-pull-8 {
      right: 66.66666667%; }
    body#pdf-layout .col-md-pull-9 {
      right: 75%; }
    body#pdf-layout .col-md-pull-10 {
      right: 83.33333333%; }
    body#pdf-layout .col-md-pull-11 {
      right: 91.66666667%; }
    body#pdf-layout .col-md-pull-12 {
      right: 100%; }
    body#pdf-layout .col-md-push-0 {
      left: auto; }
    body#pdf-layout .col-md-push-1 {
      left: 8.33333333%; }
    body#pdf-layout .col-md-push-2 {
      left: 16.66666667%; }
    body#pdf-layout .col-md-push-3 {
      left: 25%; }
    body#pdf-layout .col-md-push-4 {
      left: 33.33333333%; }
    body#pdf-layout .col-md-push-5 {
      left: 41.66666667%; }
    body#pdf-layout .col-md-push-6 {
      left: 50%; }
    body#pdf-layout .col-md-push-7 {
      left: 58.33333333%; }
    body#pdf-layout .col-md-push-8 {
      left: 66.66666667%; }
    body#pdf-layout .col-md-push-9 {
      left: 75%; }
    body#pdf-layout .col-md-push-10 {
      left: 83.33333333%; }
    body#pdf-layout .col-md-push-11 {
      left: 91.66666667%; }
    body#pdf-layout .col-md-push-12 {
      left: 100%; }
    body#pdf-layout .col-md-offset-0 {
      margin-left: 0%; }
    body#pdf-layout .col-md-offset-1 {
      margin-left: 8.33333333%; }
    body#pdf-layout .col-md-offset-2 {
      margin-left: 16.66666667%; }
    body#pdf-layout .col-md-offset-3 {
      margin-left: 25%; }
    body#pdf-layout .col-md-offset-4 {
      margin-left: 33.33333333%; }
    body#pdf-layout .col-md-offset-5 {
      margin-left: 41.66666667%; }
    body#pdf-layout .col-md-offset-6 {
      margin-left: 50%; }
    body#pdf-layout .col-md-offset-7 {
      margin-left: 58.33333333%; }
    body#pdf-layout .col-md-offset-8 {
      margin-left: 66.66666667%; }
    body#pdf-layout .col-md-offset-9 {
      margin-left: 75%; }
    body#pdf-layout .col-md-offset-10 {
      margin-left: 83.33333333%; }
    body#pdf-layout .col-md-offset-11 {
      margin-left: 91.66666667%; }
    body#pdf-layout .col-md-offset-12 {
      margin-left: 100%; } }
  @media (min-width: 1200px) {
    body#pdf-layout .col-lg-1, body#pdf-layout .col-lg-2, body#pdf-layout .col-lg-3, body#pdf-layout .col-lg-4, body#pdf-layout .col-lg-5, body#pdf-layout .col-lg-6, body#pdf-layout .col-lg-7, body#pdf-layout .col-lg-8, body#pdf-layout .col-lg-9, body#pdf-layout .col-lg-10, body#pdf-layout .col-lg-11, body#pdf-layout .col-lg-12 {
      float: left; }
    body#pdf-layout .col-lg-1 {
      width: 8.33333333%; }
    body#pdf-layout .col-lg-2 {
      width: 16.66666667%; }
    body#pdf-layout .col-lg-3 {
      width: 25%; }
    body#pdf-layout .col-lg-4 {
      width: 33.33333333%; }
    body#pdf-layout .col-lg-5 {
      width: 41.66666667%; }
    body#pdf-layout .col-lg-6 {
      width: 50%; }
    body#pdf-layout .col-lg-7 {
      width: 58.33333333%; }
    body#pdf-layout .col-lg-8 {
      width: 66.66666667%; }
    body#pdf-layout .col-lg-9 {
      width: 75%; }
    body#pdf-layout .col-lg-10 {
      width: 83.33333333%; }
    body#pdf-layout .col-lg-11 {
      width: 91.66666667%; }
    body#pdf-layout .col-lg-12 {
      width: 100%; }
    body#pdf-layout .col-lg-pull-0 {
      right: auto; }
    body#pdf-layout .col-lg-pull-1 {
      right: 8.33333333%; }
    body#pdf-layout .col-lg-pull-2 {
      right: 16.66666667%; }
    body#pdf-layout .col-lg-pull-3 {
      right: 25%; }
    body#pdf-layout .col-lg-pull-4 {
      right: 33.33333333%; }
    body#pdf-layout .col-lg-pull-5 {
      right: 41.66666667%; }
    body#pdf-layout .col-lg-pull-6 {
      right: 50%; }
    body#pdf-layout .col-lg-pull-7 {
      right: 58.33333333%; }
    body#pdf-layout .col-lg-pull-8 {
      right: 66.66666667%; }
    body#pdf-layout .col-lg-pull-9 {
      right: 75%; }
    body#pdf-layout .col-lg-pull-10 {
      right: 83.33333333%; }
    body#pdf-layout .col-lg-pull-11 {
      right: 91.66666667%; }
    body#pdf-layout .col-lg-pull-12 {
      right: 100%; }
    body#pdf-layout .col-lg-push-0 {
      left: auto; }
    body#pdf-layout .col-lg-push-1 {
      left: 8.33333333%; }
    body#pdf-layout .col-lg-push-2 {
      left: 16.66666667%; }
    body#pdf-layout .col-lg-push-3 {
      left: 25%; }
    body#pdf-layout .col-lg-push-4 {
      left: 33.33333333%; }
    body#pdf-layout .col-lg-push-5 {
      left: 41.66666667%; }
    body#pdf-layout .col-lg-push-6 {
      left: 50%; }
    body#pdf-layout .col-lg-push-7 {
      left: 58.33333333%; }
    body#pdf-layout .col-lg-push-8 {
      left: 66.66666667%; }
    body#pdf-layout .col-lg-push-9 {
      left: 75%; }
    body#pdf-layout .col-lg-push-10 {
      left: 83.33333333%; }
    body#pdf-layout .col-lg-push-11 {
      left: 91.66666667%; }
    body#pdf-layout .col-lg-push-12 {
      left: 100%; }
    body#pdf-layout .col-lg-offset-0 {
      margin-left: 0%; }
    body#pdf-layout .col-lg-offset-1 {
      margin-left: 8.33333333%; }
    body#pdf-layout .col-lg-offset-2 {
      margin-left: 16.66666667%; }
    body#pdf-layout .col-lg-offset-3 {
      margin-left: 25%; }
    body#pdf-layout .col-lg-offset-4 {
      margin-left: 33.33333333%; }
    body#pdf-layout .col-lg-offset-5 {
      margin-left: 41.66666667%; }
    body#pdf-layout .col-lg-offset-6 {
      margin-left: 50%; }
    body#pdf-layout .col-lg-offset-7 {
      margin-left: 58.33333333%; }
    body#pdf-layout .col-lg-offset-8 {
      margin-left: 66.66666667%; }
    body#pdf-layout .col-lg-offset-9 {
      margin-left: 75%; }
    body#pdf-layout .col-lg-offset-10 {
      margin-left: 83.33333333%; }
    body#pdf-layout .col-lg-offset-11 {
      margin-left: 91.66666667%; }
    body#pdf-layout .col-lg-offset-12 {
      margin-left: 100%; } }
  body#pdf-layout table {
    background-color: transparent; }
  body#pdf-layout caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left; }
  body#pdf-layout th {
    text-align: left; }
  body#pdf-layout .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
    body#pdf-layout .table > thead > tr > th,
    body#pdf-layout .table > thead > tr > td,
    body#pdf-layout .table > tbody > tr > th,
    body#pdf-layout .table > tbody > tr > td,
    body#pdf-layout .table > tfoot > tr > th,
    body#pdf-layout .table > tfoot > tr > td {
      padding: 8px;
      line-height: 1.42857143;
      vertical-align: top;
      border-top: 1px solid #ddd; }
    body#pdf-layout .table > thead > tr > th {
      vertical-align: bottom;
      border-bottom: 2px solid #ddd; }
    body#pdf-layout .table > caption + thead > tr:first-child > th,
    body#pdf-layout .table > caption + thead > tr:first-child > td,
    body#pdf-layout .table > colgroup + thead > tr:first-child > th,
    body#pdf-layout .table > colgroup + thead > tr:first-child > td,
    body#pdf-layout .table > thead:first-child > tr:first-child > th,
    body#pdf-layout .table > thead:first-child > tr:first-child > td {
      border-top: 0; }
    body#pdf-layout .table > tbody + tbody {
      border-top: 2px solid #ddd; }
    body#pdf-layout .table .table {
      background-color: #fff; }
  body#pdf-layout .table-condensed > thead > tr > th,
  body#pdf-layout .table-condensed > thead > tr > td,
  body#pdf-layout .table-condensed > tbody > tr > th,
  body#pdf-layout .table-condensed > tbody > tr > td,
  body#pdf-layout .table-condensed > tfoot > tr > th,
  body#pdf-layout .table-condensed > tfoot > tr > td {
    padding: 5px; }
  body#pdf-layout .table-bordered {
    border: 1px solid #ddd; }
    body#pdf-layout .table-bordered > thead > tr > th,
    body#pdf-layout .table-bordered > thead > tr > td,
    body#pdf-layout .table-bordered > tbody > tr > th,
    body#pdf-layout .table-bordered > tbody > tr > td,
    body#pdf-layout .table-bordered > tfoot > tr > th,
    body#pdf-layout .table-bordered > tfoot > tr > td {
      border: 1px solid #ddd; }
    body#pdf-layout .table-bordered > thead > tr > th,
    body#pdf-layout .table-bordered > thead > tr > td {
      border-bottom-width: 2px; }
  body#pdf-layout .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9; }
  body#pdf-layout .table-hover > tbody > tr:hover {
    background-color: #f5f5f5; }
  body#pdf-layout table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column; }
  body#pdf-layout table td[class*="col-"],
  body#pdf-layout table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell; }
  body#pdf-layout .table > thead > tr > td.active,
  body#pdf-layout .table > thead > tr > th.active, body#pdf-layout .table > thead > tr.active > td, body#pdf-layout .table > thead > tr.active > th,
  body#pdf-layout .table > tbody > tr > td.active,
  body#pdf-layout .table > tbody > tr > th.active,
  body#pdf-layout .table > tbody > tr.active > td,
  body#pdf-layout .table > tbody > tr.active > th,
  body#pdf-layout .table > tfoot > tr > td.active,
  body#pdf-layout .table > tfoot > tr > th.active,
  body#pdf-layout .table > tfoot > tr.active > td,
  body#pdf-layout .table > tfoot > tr.active > th {
    background-color: #f5f5f5; }
  body#pdf-layout .table-hover > tbody > tr > td.active:hover,
  body#pdf-layout .table-hover > tbody > tr > th.active:hover, body#pdf-layout .table-hover > tbody > tr.active:hover > td, body#pdf-layout .table-hover > tbody > tr:hover > .active, body#pdf-layout .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8; }
  body#pdf-layout .table > thead > tr > td.success,
  body#pdf-layout .table > thead > tr > th.success, body#pdf-layout .table > thead > tr.success > td, body#pdf-layout .table > thead > tr.success > th,
  body#pdf-layout .table > tbody > tr > td.success,
  body#pdf-layout .table > tbody > tr > th.success,
  body#pdf-layout .table > tbody > tr.success > td,
  body#pdf-layout .table > tbody > tr.success > th,
  body#pdf-layout .table > tfoot > tr > td.success,
  body#pdf-layout .table > tfoot > tr > th.success,
  body#pdf-layout .table > tfoot > tr.success > td,
  body#pdf-layout .table > tfoot > tr.success > th {
    background-color: #dff0d8; }
  body#pdf-layout .table-hover > tbody > tr > td.success:hover,
  body#pdf-layout .table-hover > tbody > tr > th.success:hover, body#pdf-layout .table-hover > tbody > tr.success:hover > td, body#pdf-layout .table-hover > tbody > tr:hover > .success, body#pdf-layout .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6; }
  body#pdf-layout .table > thead > tr > td.info,
  body#pdf-layout .table > thead > tr > th.info, body#pdf-layout .table > thead > tr.info > td, body#pdf-layout .table > thead > tr.info > th,
  body#pdf-layout .table > tbody > tr > td.info,
  body#pdf-layout .table > tbody > tr > th.info,
  body#pdf-layout .table > tbody > tr.info > td,
  body#pdf-layout .table > tbody > tr.info > th,
  body#pdf-layout .table > tfoot > tr > td.info,
  body#pdf-layout .table > tfoot > tr > th.info,
  body#pdf-layout .table > tfoot > tr.info > td,
  body#pdf-layout .table > tfoot > tr.info > th {
    background-color: #d9edf7; }
  body#pdf-layout .table-hover > tbody > tr > td.info:hover,
  body#pdf-layout .table-hover > tbody > tr > th.info:hover, body#pdf-layout .table-hover > tbody > tr.info:hover > td, body#pdf-layout .table-hover > tbody > tr:hover > .info, body#pdf-layout .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3; }
  body#pdf-layout .table > thead > tr > td.warning,
  body#pdf-layout .table > thead > tr > th.warning, body#pdf-layout .table > thead > tr.warning > td, body#pdf-layout .table > thead > tr.warning > th,
  body#pdf-layout .table > tbody > tr > td.warning,
  body#pdf-layout .table > tbody > tr > th.warning,
  body#pdf-layout .table > tbody > tr.warning > td,
  body#pdf-layout .table > tbody > tr.warning > th,
  body#pdf-layout .table > tfoot > tr > td.warning,
  body#pdf-layout .table > tfoot > tr > th.warning,
  body#pdf-layout .table > tfoot > tr.warning > td,
  body#pdf-layout .table > tfoot > tr.warning > th {
    background-color: #fcf8e3; }
  body#pdf-layout .table-hover > tbody > tr > td.warning:hover,
  body#pdf-layout .table-hover > tbody > tr > th.warning:hover, body#pdf-layout .table-hover > tbody > tr.warning:hover > td, body#pdf-layout .table-hover > tbody > tr:hover > .warning, body#pdf-layout .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc; }
  body#pdf-layout .table > thead > tr > td.danger,
  body#pdf-layout .table > thead > tr > th.danger, body#pdf-layout .table > thead > tr.danger > td, body#pdf-layout .table > thead > tr.danger > th,
  body#pdf-layout .table > tbody > tr > td.danger,
  body#pdf-layout .table > tbody > tr > th.danger,
  body#pdf-layout .table > tbody > tr.danger > td,
  body#pdf-layout .table > tbody > tr.danger > th,
  body#pdf-layout .table > tfoot > tr > td.danger,
  body#pdf-layout .table > tfoot > tr > th.danger,
  body#pdf-layout .table > tfoot > tr.danger > td,
  body#pdf-layout .table > tfoot > tr.danger > th {
    background-color: #f2dede; }
  body#pdf-layout .table-hover > tbody > tr > td.danger:hover,
  body#pdf-layout .table-hover > tbody > tr > th.danger:hover, body#pdf-layout .table-hover > tbody > tr.danger:hover > td, body#pdf-layout .table-hover > tbody > tr:hover > .danger, body#pdf-layout .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc; }
  body#pdf-layout .table-responsive {
    overflow-x: auto;
    min-height: 0.01%; }
    @media screen and (max-width: 767px) {
      body#pdf-layout .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd; }
        body#pdf-layout .table-responsive > .table {
          margin-bottom: 0; }
          body#pdf-layout .table-responsive > .table > thead > tr > th,
          body#pdf-layout .table-responsive > .table > thead > tr > td,
          body#pdf-layout .table-responsive > .table > tbody > tr > th,
          body#pdf-layout .table-responsive > .table > tbody > tr > td,
          body#pdf-layout .table-responsive > .table > tfoot > tr > th,
          body#pdf-layout .table-responsive > .table > tfoot > tr > td {
            white-space: nowrap; }
        body#pdf-layout .table-responsive > .table-bordered {
          border: 0; }
          body#pdf-layout .table-responsive > .table-bordered > thead > tr > th:first-child,
          body#pdf-layout .table-responsive > .table-bordered > thead > tr > td:first-child,
          body#pdf-layout .table-responsive > .table-bordered > tbody > tr > th:first-child,
          body#pdf-layout .table-responsive > .table-bordered > tbody > tr > td:first-child,
          body#pdf-layout .table-responsive > .table-bordered > tfoot > tr > th:first-child,
          body#pdf-layout .table-responsive > .table-bordered > tfoot > tr > td:first-child {
            border-left: 0; }
          body#pdf-layout .table-responsive > .table-bordered > thead > tr > th:last-child,
          body#pdf-layout .table-responsive > .table-bordered > thead > tr > td:last-child,
          body#pdf-layout .table-responsive > .table-bordered > tbody > tr > th:last-child,
          body#pdf-layout .table-responsive > .table-bordered > tbody > tr > td:last-child,
          body#pdf-layout .table-responsive > .table-bordered > tfoot > tr > th:last-child,
          body#pdf-layout .table-responsive > .table-bordered > tfoot > tr > td:last-child {
            border-right: 0; }
          body#pdf-layout .table-responsive > .table-bordered > tbody > tr:last-child > th,
          body#pdf-layout .table-responsive > .table-bordered > tbody > tr:last-child > td,
          body#pdf-layout .table-responsive > .table-bordered > tfoot > tr:last-child > th,
          body#pdf-layout .table-responsive > .table-bordered > tfoot > tr:last-child > td {
            border-bottom: 0; } }
  body#pdf-layout fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0; }
  body#pdf-layout legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5; }
  body#pdf-layout label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold; }
  body#pdf-layout input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  body#pdf-layout input[type="radio"],
  body#pdf-layout input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal; }
  body#pdf-layout input[type="file"] {
    display: block; }
  body#pdf-layout input[type="range"] {
    display: block;
    width: 100%; }
  body#pdf-layout select[multiple],
  body#pdf-layout select[size] {
    height: auto; }
  body#pdf-layout input[type="file"]:focus,
  body#pdf-layout input[type="radio"]:focus,
  body#pdf-layout input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  body#pdf-layout output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555; }
  body#pdf-layout .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
    body#pdf-layout .form-control:focus {
      border-color: #66afe9;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
    body#pdf-layout .form-control::-moz-placeholder {
      color: #999;
      opacity: 1; }
    body#pdf-layout .form-control:-ms-input-placeholder {
      color: #999; }
    body#pdf-layout .form-control::-webkit-input-placeholder {
      color: #999; }
    body#pdf-layout .form-control[disabled], body#pdf-layout .form-control[readonly], fieldset[disabled] body#pdf-layout .form-control {
      background-color: #eeeeee;
      opacity: 1; }
    body#pdf-layout .form-control[disabled], fieldset[disabled] body#pdf-layout .form-control {
      cursor: not-allowed; }
  body#pdf-layout textarea.form-control {
    height: auto; }
  body#pdf-layout input[type="search"] {
    -webkit-appearance: none; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    body#pdf-layout input[type="date"].form-control,
    body#pdf-layout input[type="time"].form-control,
    body#pdf-layout input[type="datetime-local"].form-control,
    body#pdf-layout input[type="month"].form-control {
      line-height: 34px; }
    body#pdf-layout input[type="date"].input-sm, body#pdf-layout .input-group-sm > input[type="date"].form-control,
    body#pdf-layout .input-group-sm > input[type="date"].input-group-addon,
    body#pdf-layout .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm body#pdf-layout input[type="date"],
    body#pdf-layout input[type="time"].input-sm,
    body#pdf-layout .input-group-sm > input[type="time"].form-control,
    body#pdf-layout .input-group-sm > input[type="time"].input-group-addon,
    body#pdf-layout .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
    body#pdf-layout input[type="time"],
    body#pdf-layout input[type="datetime-local"].input-sm,
    body#pdf-layout .input-group-sm > input[type="datetime-local"].form-control,
    body#pdf-layout .input-group-sm > input[type="datetime-local"].input-group-addon,
    body#pdf-layout .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
    body#pdf-layout input[type="datetime-local"],
    body#pdf-layout input[type="month"].input-sm,
    body#pdf-layout .input-group-sm > input[type="month"].form-control,
    body#pdf-layout .input-group-sm > input[type="month"].input-group-addon,
    body#pdf-layout .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
    body#pdf-layout input[type="month"] {
      line-height: 30px; }
    body#pdf-layout input[type="date"].input-lg, body#pdf-layout .input-group-lg > input[type="date"].form-control,
    body#pdf-layout .input-group-lg > input[type="date"].input-group-addon,
    body#pdf-layout .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg body#pdf-layout input[type="date"],
    body#pdf-layout input[type="time"].input-lg,
    body#pdf-layout .input-group-lg > input[type="time"].form-control,
    body#pdf-layout .input-group-lg > input[type="time"].input-group-addon,
    body#pdf-layout .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
    body#pdf-layout input[type="time"],
    body#pdf-layout input[type="datetime-local"].input-lg,
    body#pdf-layout .input-group-lg > input[type="datetime-local"].form-control,
    body#pdf-layout .input-group-lg > input[type="datetime-local"].input-group-addon,
    body#pdf-layout .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
    body#pdf-layout input[type="datetime-local"],
    body#pdf-layout input[type="month"].input-lg,
    body#pdf-layout .input-group-lg > input[type="month"].form-control,
    body#pdf-layout .input-group-lg > input[type="month"].input-group-addon,
    body#pdf-layout .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
    body#pdf-layout input[type="month"] {
      line-height: 46px; } }
  body#pdf-layout .form-group {
    margin-bottom: 15px; }
  body#pdf-layout .radio,
  body#pdf-layout .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px; }
    body#pdf-layout .radio label,
    body#pdf-layout .checkbox label {
      min-height: 20px;
      padding-left: 20px;
      margin-bottom: 0;
      font-weight: normal;
      cursor: pointer; }
  body#pdf-layout .radio input[type="radio"],
  body#pdf-layout .radio-inline input[type="radio"],
  body#pdf-layout .checkbox input[type="checkbox"],
  body#pdf-layout .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9; }
  body#pdf-layout .radio + .radio,
  body#pdf-layout .checkbox + .checkbox {
    margin-top: -5px; }
  body#pdf-layout .radio-inline,
  body#pdf-layout .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer; }
  body#pdf-layout .radio-inline + .radio-inline,
  body#pdf-layout .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px; }
  body#pdf-layout input[type="radio"][disabled], body#pdf-layout input[type="radio"].disabled, fieldset[disabled] body#pdf-layout input[type="radio"],
  body#pdf-layout input[type="checkbox"][disabled],
  body#pdf-layout input[type="checkbox"].disabled, fieldset[disabled]
  body#pdf-layout input[type="checkbox"] {
    cursor: not-allowed; }
  body#pdf-layout .radio-inline.disabled, fieldset[disabled] body#pdf-layout .radio-inline,
  body#pdf-layout .checkbox-inline.disabled, fieldset[disabled]
  body#pdf-layout .checkbox-inline {
    cursor: not-allowed; }
  body#pdf-layout .radio.disabled label, fieldset[disabled] body#pdf-layout .radio label,
  body#pdf-layout .checkbox.disabled label, fieldset[disabled]
  body#pdf-layout .checkbox label {
    cursor: not-allowed; }
  body#pdf-layout .form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px; }
    body#pdf-layout .form-control-static.input-lg, body#pdf-layout .input-group-lg > .form-control-static.form-control,
    body#pdf-layout .input-group-lg > .form-control-static.input-group-addon,
    body#pdf-layout .input-group-lg > .input-group-btn > .form-control-static.btn, body#pdf-layout .form-control-static.input-sm, body#pdf-layout .input-group-sm > .form-control-static.form-control,
    body#pdf-layout .input-group-sm > .form-control-static.input-group-addon,
    body#pdf-layout .input-group-sm > .input-group-btn > .form-control-static.btn {
      padding-left: 0;
      padding-right: 0; }
  body#pdf-layout .input-sm, body#pdf-layout .input-group-sm > .form-control,
  body#pdf-layout .input-group-sm > .input-group-addon,
  body#pdf-layout .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  body#pdf-layout select.input-sm, body#pdf-layout .input-group-sm > select.form-control,
  body#pdf-layout .input-group-sm > select.input-group-addon,
  body#pdf-layout .input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px; }
  body#pdf-layout textarea.input-sm, body#pdf-layout .input-group-sm > textarea.form-control,
  body#pdf-layout .input-group-sm > textarea.input-group-addon,
  body#pdf-layout .input-group-sm > .input-group-btn > textarea.btn,
  body#pdf-layout select[multiple].input-sm,
  body#pdf-layout .input-group-sm > select[multiple].form-control,
  body#pdf-layout .input-group-sm > select[multiple].input-group-addon,
  body#pdf-layout .input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto; }
  body#pdf-layout .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  body#pdf-layout .form-group-sm select.form-control {
    height: 30px;
    line-height: 30px; }
  body#pdf-layout .form-group-sm textarea.form-control,
  body#pdf-layout .form-group-sm select[multiple].form-control {
    height: auto; }
  body#pdf-layout .form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5; }
  body#pdf-layout .input-lg, body#pdf-layout .input-group-lg > .form-control,
  body#pdf-layout .input-group-lg > .input-group-addon,
  body#pdf-layout .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
  body#pdf-layout select.input-lg, body#pdf-layout .input-group-lg > select.form-control,
  body#pdf-layout .input-group-lg > select.input-group-addon,
  body#pdf-layout .input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px; }
  body#pdf-layout textarea.input-lg, body#pdf-layout .input-group-lg > textarea.form-control,
  body#pdf-layout .input-group-lg > textarea.input-group-addon,
  body#pdf-layout .input-group-lg > .input-group-btn > textarea.btn,
  body#pdf-layout select[multiple].input-lg,
  body#pdf-layout .input-group-lg > select[multiple].form-control,
  body#pdf-layout .input-group-lg > select[multiple].input-group-addon,
  body#pdf-layout .input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto; }
  body#pdf-layout .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
  body#pdf-layout .form-group-lg select.form-control {
    height: 46px;
    line-height: 46px; }
  body#pdf-layout .form-group-lg textarea.form-control,
  body#pdf-layout .form-group-lg select[multiple].form-control {
    height: auto; }
  body#pdf-layout .form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333; }
  body#pdf-layout .has-feedback {
    position: relative; }
    body#pdf-layout .has-feedback .form-control {
      padding-right: 42.5px; }
  body#pdf-layout .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; }
  body#pdf-layout .input-lg + .form-control-feedback, body#pdf-layout .input-group-lg > .form-control + .form-control-feedback,
  body#pdf-layout .input-group-lg > .input-group-addon + .form-control-feedback,
  body#pdf-layout .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
  body#pdf-layout .input-group-lg + .form-control-feedback,
  body#pdf-layout .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px; }
  body#pdf-layout .input-sm + .form-control-feedback, body#pdf-layout .input-group-sm > .form-control + .form-control-feedback,
  body#pdf-layout .input-group-sm > .input-group-addon + .form-control-feedback,
  body#pdf-layout .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
  body#pdf-layout .input-group-sm + .form-control-feedback,
  body#pdf-layout .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px; }
  body#pdf-layout .has-success .help-block,
  body#pdf-layout .has-success .control-label,
  body#pdf-layout .has-success .radio,
  body#pdf-layout .has-success .checkbox,
  body#pdf-layout .has-success .radio-inline,
  body#pdf-layout .has-success .checkbox-inline, body#pdf-layout .has-success.radio label, body#pdf-layout .has-success.checkbox label, body#pdf-layout .has-success.radio-inline label, body#pdf-layout .has-success.checkbox-inline label {
    color: #3c763d; }
  body#pdf-layout .has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    body#pdf-layout .has-success .form-control:focus {
      border-color: #2b542c;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
  body#pdf-layout .has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8; }
  body#pdf-layout .has-success .form-control-feedback {
    color: #3c763d; }
  body#pdf-layout .has-warning .help-block,
  body#pdf-layout .has-warning .control-label,
  body#pdf-layout .has-warning .radio,
  body#pdf-layout .has-warning .checkbox,
  body#pdf-layout .has-warning .radio-inline,
  body#pdf-layout .has-warning .checkbox-inline, body#pdf-layout .has-warning.radio label, body#pdf-layout .has-warning.checkbox label, body#pdf-layout .has-warning.radio-inline label, body#pdf-layout .has-warning.checkbox-inline label {
    color: #8a6d3b; }
  body#pdf-layout .has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    body#pdf-layout .has-warning .form-control:focus {
      border-color: #66512c;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
  body#pdf-layout .has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3; }
  body#pdf-layout .has-warning .form-control-feedback {
    color: #8a6d3b; }
  body#pdf-layout .has-error .help-block,
  body#pdf-layout .has-error .control-label,
  body#pdf-layout .has-error .radio,
  body#pdf-layout .has-error .checkbox,
  body#pdf-layout .has-error .radio-inline,
  body#pdf-layout .has-error .checkbox-inline, body#pdf-layout .has-error.radio label, body#pdf-layout .has-error.checkbox label, body#pdf-layout .has-error.radio-inline label, body#pdf-layout .has-error.checkbox-inline label {
    color: #a94442; }
  body#pdf-layout .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    body#pdf-layout .has-error .form-control:focus {
      border-color: #843534;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
  body#pdf-layout .has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede; }
  body#pdf-layout .has-error .form-control-feedback {
    color: #a94442; }
  body#pdf-layout .has-feedback label ~ .form-control-feedback {
    top: 25px; }
  body#pdf-layout .has-feedback label.sr-only ~ .form-control-feedback {
    top: 0; }
  body#pdf-layout .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373; }
  @media (min-width: 768px) {
    body#pdf-layout .form-inline .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    body#pdf-layout .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    body#pdf-layout .form-inline .form-control-static {
      display: inline-block; }
    body#pdf-layout .form-inline .input-group {
      display: inline-table;
      vertical-align: middle; }
      body#pdf-layout .form-inline .input-group .input-group-addon,
      body#pdf-layout .form-inline .input-group .input-group-btn,
      body#pdf-layout .form-inline .input-group .form-control {
        width: auto; }
    body#pdf-layout .form-inline .input-group > .form-control {
      width: 100%; }
    body#pdf-layout .form-inline .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    body#pdf-layout .form-inline .radio,
    body#pdf-layout .form-inline .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      body#pdf-layout .form-inline .radio label,
      body#pdf-layout .form-inline .checkbox label {
        padding-left: 0; }
    body#pdf-layout .form-inline .radio input[type="radio"],
    body#pdf-layout .form-inline .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    body#pdf-layout .form-inline .has-feedback .form-control-feedback {
      top: 0; } }
  body#pdf-layout .form-horizontal .radio,
  body#pdf-layout .form-horizontal .checkbox,
  body#pdf-layout .form-horizontal .radio-inline,
  body#pdf-layout .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px; }
  body#pdf-layout .form-horizontal .radio,
  body#pdf-layout .form-horizontal .checkbox {
    min-height: 27px; }
  body#pdf-layout .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px; }
    body#pdf-layout .form-horizontal .form-group:before, body#pdf-layout .form-horizontal .form-group:after {
      content: " ";
      display: table; }
    body#pdf-layout .form-horizontal .form-group:after {
      clear: both; }
  @media (min-width: 768px) {
    body#pdf-layout .form-horizontal .control-label {
      text-align: right;
      margin-bottom: 0;
      padding-top: 7px; } }
  body#pdf-layout .form-horizontal .has-feedback .form-control-feedback {
    right: 15px; }
  @media (min-width: 768px) {
    body#pdf-layout .form-horizontal .form-group-lg .control-label {
      padding-top: 14.333333px;
      font-size: 18px; } }
  @media (min-width: 768px) {
    body#pdf-layout .form-horizontal .form-group-sm .control-label {
      padding-top: 6px;
      font-size: 12px; } }
  body#pdf-layout .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    body#pdf-layout .btn:focus, body#pdf-layout .btn.focus, body#pdf-layout .btn:active:focus, body#pdf-layout .btn:active.focus, body#pdf-layout .btn.active:focus, body#pdf-layout .btn.active.focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    body#pdf-layout .btn:hover, body#pdf-layout .btn:focus, body#pdf-layout .btn.focus {
      color: #333;
      text-decoration: none; }
    body#pdf-layout .btn:active, body#pdf-layout .btn.active {
      outline: 0;
      background-image: none;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    body#pdf-layout .btn.disabled, body#pdf-layout .btn[disabled], fieldset[disabled] body#pdf-layout .btn {
      cursor: not-allowed;
      opacity: 0.65;
      filter: alpha(opacity=65);
      -webkit-box-shadow: none;
      box-shadow: none; }
  body#pdf-layout a.btn.disabled, fieldset[disabled] body#pdf-layout a.btn {
    pointer-events: none; }
  body#pdf-layout .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc; }
    body#pdf-layout .btn-default:focus, body#pdf-layout .btn-default.focus {
      color: #333;
      background-color: #e6e6e6;
      border-color: #8c8c8c; }
    body#pdf-layout .btn-default:hover {
      color: #333;
      background-color: #e6e6e6;
      border-color: #adadad; }
    body#pdf-layout .btn-default:active, body#pdf-layout .btn-default.active, .open > body#pdf-layout .btn-default.dropdown-toggle {
      color: #333;
      background-color: #e6e6e6;
      border-color: #adadad; }
      body#pdf-layout .btn-default:active:hover, body#pdf-layout .btn-default:active:focus, body#pdf-layout .btn-default:active.focus, body#pdf-layout .btn-default.active:hover, body#pdf-layout .btn-default.active:focus, body#pdf-layout .btn-default.active.focus, .open > body#pdf-layout .btn-default.dropdown-toggle:hover, .open > body#pdf-layout .btn-default.dropdown-toggle:focus, .open > body#pdf-layout .btn-default.dropdown-toggle.focus {
        color: #333;
        background-color: #d4d4d4;
        border-color: #8c8c8c; }
    body#pdf-layout .btn-default:active, body#pdf-layout .btn-default.active, .open > body#pdf-layout .btn-default.dropdown-toggle {
      background-image: none; }
    body#pdf-layout .btn-default.disabled, body#pdf-layout .btn-default.disabled:hover, body#pdf-layout .btn-default.disabled:focus, body#pdf-layout .btn-default.disabled.focus, body#pdf-layout .btn-default.disabled:active, body#pdf-layout .btn-default.disabled.active, body#pdf-layout .btn-default[disabled], body#pdf-layout .btn-default[disabled]:hover, body#pdf-layout .btn-default[disabled]:focus, body#pdf-layout .btn-default[disabled].focus, body#pdf-layout .btn-default[disabled]:active, body#pdf-layout .btn-default[disabled].active, fieldset[disabled] body#pdf-layout .btn-default, fieldset[disabled] body#pdf-layout .btn-default:hover, fieldset[disabled] body#pdf-layout .btn-default:focus, fieldset[disabled] body#pdf-layout .btn-default.focus, fieldset[disabled] body#pdf-layout .btn-default:active, fieldset[disabled] body#pdf-layout .btn-default.active {
      background-color: #fff;
      border-color: #ccc; }
    body#pdf-layout .btn-default .badge {
      color: #fff;
      background-color: #333; }
  body#pdf-layout .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4; }
    body#pdf-layout .btn-primary:focus, body#pdf-layout .btn-primary.focus {
      color: #fff;
      background-color: #286090;
      border-color: #122b40; }
    body#pdf-layout .btn-primary:hover {
      color: #fff;
      background-color: #286090;
      border-color: #204d74; }
    body#pdf-layout .btn-primary:active, body#pdf-layout .btn-primary.active, .open > body#pdf-layout .btn-primary.dropdown-toggle {
      color: #fff;
      background-color: #286090;
      border-color: #204d74; }
      body#pdf-layout .btn-primary:active:hover, body#pdf-layout .btn-primary:active:focus, body#pdf-layout .btn-primary:active.focus, body#pdf-layout .btn-primary.active:hover, body#pdf-layout .btn-primary.active:focus, body#pdf-layout .btn-primary.active.focus, .open > body#pdf-layout .btn-primary.dropdown-toggle:hover, .open > body#pdf-layout .btn-primary.dropdown-toggle:focus, .open > body#pdf-layout .btn-primary.dropdown-toggle.focus {
        color: #fff;
        background-color: #204d74;
        border-color: #122b40; }
    body#pdf-layout .btn-primary:active, body#pdf-layout .btn-primary.active, .open > body#pdf-layout .btn-primary.dropdown-toggle {
      background-image: none; }
    body#pdf-layout .btn-primary.disabled, body#pdf-layout .btn-primary.disabled:hover, body#pdf-layout .btn-primary.disabled:focus, body#pdf-layout .btn-primary.disabled.focus, body#pdf-layout .btn-primary.disabled:active, body#pdf-layout .btn-primary.disabled.active, body#pdf-layout .btn-primary[disabled], body#pdf-layout .btn-primary[disabled]:hover, body#pdf-layout .btn-primary[disabled]:focus, body#pdf-layout .btn-primary[disabled].focus, body#pdf-layout .btn-primary[disabled]:active, body#pdf-layout .btn-primary[disabled].active, fieldset[disabled] body#pdf-layout .btn-primary, fieldset[disabled] body#pdf-layout .btn-primary:hover, fieldset[disabled] body#pdf-layout .btn-primary:focus, fieldset[disabled] body#pdf-layout .btn-primary.focus, fieldset[disabled] body#pdf-layout .btn-primary:active, fieldset[disabled] body#pdf-layout .btn-primary.active {
      background-color: #337ab7;
      border-color: #2e6da4; }
    body#pdf-layout .btn-primary .badge {
      color: #337ab7;
      background-color: #fff; }
  body#pdf-layout .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c; }
    body#pdf-layout .btn-success:focus, body#pdf-layout .btn-success.focus {
      color: #fff;
      background-color: #449d44;
      border-color: #255625; }
    body#pdf-layout .btn-success:hover {
      color: #fff;
      background-color: #449d44;
      border-color: #398439; }
    body#pdf-layout .btn-success:active, body#pdf-layout .btn-success.active, .open > body#pdf-layout .btn-success.dropdown-toggle {
      color: #fff;
      background-color: #449d44;
      border-color: #398439; }
      body#pdf-layout .btn-success:active:hover, body#pdf-layout .btn-success:active:focus, body#pdf-layout .btn-success:active.focus, body#pdf-layout .btn-success.active:hover, body#pdf-layout .btn-success.active:focus, body#pdf-layout .btn-success.active.focus, .open > body#pdf-layout .btn-success.dropdown-toggle:hover, .open > body#pdf-layout .btn-success.dropdown-toggle:focus, .open > body#pdf-layout .btn-success.dropdown-toggle.focus {
        color: #fff;
        background-color: #398439;
        border-color: #255625; }
    body#pdf-layout .btn-success:active, body#pdf-layout .btn-success.active, .open > body#pdf-layout .btn-success.dropdown-toggle {
      background-image: none; }
    body#pdf-layout .btn-success.disabled, body#pdf-layout .btn-success.disabled:hover, body#pdf-layout .btn-success.disabled:focus, body#pdf-layout .btn-success.disabled.focus, body#pdf-layout .btn-success.disabled:active, body#pdf-layout .btn-success.disabled.active, body#pdf-layout .btn-success[disabled], body#pdf-layout .btn-success[disabled]:hover, body#pdf-layout .btn-success[disabled]:focus, body#pdf-layout .btn-success[disabled].focus, body#pdf-layout .btn-success[disabled]:active, body#pdf-layout .btn-success[disabled].active, fieldset[disabled] body#pdf-layout .btn-success, fieldset[disabled] body#pdf-layout .btn-success:hover, fieldset[disabled] body#pdf-layout .btn-success:focus, fieldset[disabled] body#pdf-layout .btn-success.focus, fieldset[disabled] body#pdf-layout .btn-success:active, fieldset[disabled] body#pdf-layout .btn-success.active {
      background-color: #5cb85c;
      border-color: #4cae4c; }
    body#pdf-layout .btn-success .badge {
      color: #5cb85c;
      background-color: #fff; }
  body#pdf-layout .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da; }
    body#pdf-layout .btn-info:focus, body#pdf-layout .btn-info.focus {
      color: #fff;
      background-color: #31b0d5;
      border-color: #1b6d85; }
    body#pdf-layout .btn-info:hover {
      color: #fff;
      background-color: #31b0d5;
      border-color: #269abc; }
    body#pdf-layout .btn-info:active, body#pdf-layout .btn-info.active, .open > body#pdf-layout .btn-info.dropdown-toggle {
      color: #fff;
      background-color: #31b0d5;
      border-color: #269abc; }
      body#pdf-layout .btn-info:active:hover, body#pdf-layout .btn-info:active:focus, body#pdf-layout .btn-info:active.focus, body#pdf-layout .btn-info.active:hover, body#pdf-layout .btn-info.active:focus, body#pdf-layout .btn-info.active.focus, .open > body#pdf-layout .btn-info.dropdown-toggle:hover, .open > body#pdf-layout .btn-info.dropdown-toggle:focus, .open > body#pdf-layout .btn-info.dropdown-toggle.focus {
        color: #fff;
        background-color: #269abc;
        border-color: #1b6d85; }
    body#pdf-layout .btn-info:active, body#pdf-layout .btn-info.active, .open > body#pdf-layout .btn-info.dropdown-toggle {
      background-image: none; }
    body#pdf-layout .btn-info.disabled, body#pdf-layout .btn-info.disabled:hover, body#pdf-layout .btn-info.disabled:focus, body#pdf-layout .btn-info.disabled.focus, body#pdf-layout .btn-info.disabled:active, body#pdf-layout .btn-info.disabled.active, body#pdf-layout .btn-info[disabled], body#pdf-layout .btn-info[disabled]:hover, body#pdf-layout .btn-info[disabled]:focus, body#pdf-layout .btn-info[disabled].focus, body#pdf-layout .btn-info[disabled]:active, body#pdf-layout .btn-info[disabled].active, fieldset[disabled] body#pdf-layout .btn-info, fieldset[disabled] body#pdf-layout .btn-info:hover, fieldset[disabled] body#pdf-layout .btn-info:focus, fieldset[disabled] body#pdf-layout .btn-info.focus, fieldset[disabled] body#pdf-layout .btn-info:active, fieldset[disabled] body#pdf-layout .btn-info.active {
      background-color: #5bc0de;
      border-color: #46b8da; }
    body#pdf-layout .btn-info .badge {
      color: #5bc0de;
      background-color: #fff; }
  body#pdf-layout .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236; }
    body#pdf-layout .btn-warning:focus, body#pdf-layout .btn-warning.focus {
      color: #fff;
      background-color: #ec971f;
      border-color: #985f0d; }
    body#pdf-layout .btn-warning:hover {
      color: #fff;
      background-color: #ec971f;
      border-color: #d58512; }
    body#pdf-layout .btn-warning:active, body#pdf-layout .btn-warning.active, .open > body#pdf-layout .btn-warning.dropdown-toggle {
      color: #fff;
      background-color: #ec971f;
      border-color: #d58512; }
      body#pdf-layout .btn-warning:active:hover, body#pdf-layout .btn-warning:active:focus, body#pdf-layout .btn-warning:active.focus, body#pdf-layout .btn-warning.active:hover, body#pdf-layout .btn-warning.active:focus, body#pdf-layout .btn-warning.active.focus, .open > body#pdf-layout .btn-warning.dropdown-toggle:hover, .open > body#pdf-layout .btn-warning.dropdown-toggle:focus, .open > body#pdf-layout .btn-warning.dropdown-toggle.focus {
        color: #fff;
        background-color: #d58512;
        border-color: #985f0d; }
    body#pdf-layout .btn-warning:active, body#pdf-layout .btn-warning.active, .open > body#pdf-layout .btn-warning.dropdown-toggle {
      background-image: none; }
    body#pdf-layout .btn-warning.disabled, body#pdf-layout .btn-warning.disabled:hover, body#pdf-layout .btn-warning.disabled:focus, body#pdf-layout .btn-warning.disabled.focus, body#pdf-layout .btn-warning.disabled:active, body#pdf-layout .btn-warning.disabled.active, body#pdf-layout .btn-warning[disabled], body#pdf-layout .btn-warning[disabled]:hover, body#pdf-layout .btn-warning[disabled]:focus, body#pdf-layout .btn-warning[disabled].focus, body#pdf-layout .btn-warning[disabled]:active, body#pdf-layout .btn-warning[disabled].active, fieldset[disabled] body#pdf-layout .btn-warning, fieldset[disabled] body#pdf-layout .btn-warning:hover, fieldset[disabled] body#pdf-layout .btn-warning:focus, fieldset[disabled] body#pdf-layout .btn-warning.focus, fieldset[disabled] body#pdf-layout .btn-warning:active, fieldset[disabled] body#pdf-layout .btn-warning.active {
      background-color: #f0ad4e;
      border-color: #eea236; }
    body#pdf-layout .btn-warning .badge {
      color: #f0ad4e;
      background-color: #fff; }
  body#pdf-layout .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a; }
    body#pdf-layout .btn-danger:focus, body#pdf-layout .btn-danger.focus {
      color: #fff;
      background-color: #c9302c;
      border-color: #761c19; }
    body#pdf-layout .btn-danger:hover {
      color: #fff;
      background-color: #c9302c;
      border-color: #ac2925; }
    body#pdf-layout .btn-danger:active, body#pdf-layout .btn-danger.active, .open > body#pdf-layout .btn-danger.dropdown-toggle {
      color: #fff;
      background-color: #c9302c;
      border-color: #ac2925; }
      body#pdf-layout .btn-danger:active:hover, body#pdf-layout .btn-danger:active:focus, body#pdf-layout .btn-danger:active.focus, body#pdf-layout .btn-danger.active:hover, body#pdf-layout .btn-danger.active:focus, body#pdf-layout .btn-danger.active.focus, .open > body#pdf-layout .btn-danger.dropdown-toggle:hover, .open > body#pdf-layout .btn-danger.dropdown-toggle:focus, .open > body#pdf-layout .btn-danger.dropdown-toggle.focus {
        color: #fff;
        background-color: #ac2925;
        border-color: #761c19; }
    body#pdf-layout .btn-danger:active, body#pdf-layout .btn-danger.active, .open > body#pdf-layout .btn-danger.dropdown-toggle {
      background-image: none; }
    body#pdf-layout .btn-danger.disabled, body#pdf-layout .btn-danger.disabled:hover, body#pdf-layout .btn-danger.disabled:focus, body#pdf-layout .btn-danger.disabled.focus, body#pdf-layout .btn-danger.disabled:active, body#pdf-layout .btn-danger.disabled.active, body#pdf-layout .btn-danger[disabled], body#pdf-layout .btn-danger[disabled]:hover, body#pdf-layout .btn-danger[disabled]:focus, body#pdf-layout .btn-danger[disabled].focus, body#pdf-layout .btn-danger[disabled]:active, body#pdf-layout .btn-danger[disabled].active, fieldset[disabled] body#pdf-layout .btn-danger, fieldset[disabled] body#pdf-layout .btn-danger:hover, fieldset[disabled] body#pdf-layout .btn-danger:focus, fieldset[disabled] body#pdf-layout .btn-danger.focus, fieldset[disabled] body#pdf-layout .btn-danger:active, fieldset[disabled] body#pdf-layout .btn-danger.active {
      background-color: #d9534f;
      border-color: #d43f3a; }
    body#pdf-layout .btn-danger .badge {
      color: #d9534f;
      background-color: #fff; }
  body#pdf-layout .btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0; }
    body#pdf-layout .btn-link, body#pdf-layout .btn-link:active, body#pdf-layout .btn-link.active, body#pdf-layout .btn-link[disabled], fieldset[disabled] body#pdf-layout .btn-link {
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none; }
    body#pdf-layout .btn-link, body#pdf-layout .btn-link:hover, body#pdf-layout .btn-link:focus, body#pdf-layout .btn-link:active {
      border-color: transparent; }
    body#pdf-layout .btn-link:hover, body#pdf-layout .btn-link:focus {
      color: #23527c;
      text-decoration: underline;
      background-color: transparent; }
    body#pdf-layout .btn-link[disabled]:hover, body#pdf-layout .btn-link[disabled]:focus, fieldset[disabled] body#pdf-layout .btn-link:hover, fieldset[disabled] body#pdf-layout .btn-link:focus {
      color: #777777;
      text-decoration: none; }
  body#pdf-layout .btn-lg, body#pdf-layout .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }
  body#pdf-layout .btn-sm, body#pdf-layout .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  body#pdf-layout .btn-xs, body#pdf-layout .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  body#pdf-layout .btn-block {
    display: block;
    width: 100%; }
  body#pdf-layout .btn-block + .btn-block {
    margin-top: 5px; }
  body#pdf-layout input[type="submit"].btn-block,
  body#pdf-layout input[type="reset"].btn-block,
  body#pdf-layout input[type="button"].btn-block {
    width: 100%; }
  body#pdf-layout .fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
    body#pdf-layout .fade.in {
      opacity: 1; }
  body#pdf-layout .collapse {
    display: none; }
    body#pdf-layout .collapse.in {
      display: block; }
  body#pdf-layout tr.collapse.in {
    display: table-row; }
  body#pdf-layout tbody.collapse.in {
    display: table-row-group; }
  body#pdf-layout .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }
  body#pdf-layout .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; }
  body#pdf-layout .dropup,
  body#pdf-layout .dropdown {
    position: relative; }
  body#pdf-layout .dropdown-toggle:focus {
    outline: 0; }
  body#pdf-layout .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;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box; }
    body#pdf-layout .dropdown-menu.pull-right {
      right: 0;
      left: auto; }
    body#pdf-layout .dropdown-menu .divider {
      height: 1px;
      margin: 9px 0;
      overflow: hidden;
      background-color: #e5e5e5; }
    body#pdf-layout .dropdown-menu > li > a {
      display: block;
      padding: 3px 20px;
      clear: both;
      font-weight: normal;
      line-height: 1.42857143;
      color: #333333;
      white-space: nowrap; }
  body#pdf-layout .dropdown-menu > li > a:hover, body#pdf-layout .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5; }
  body#pdf-layout .dropdown-menu > .active > a, body#pdf-layout .dropdown-menu > .active > a:hover, body#pdf-layout .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7; }
  body#pdf-layout .dropdown-menu > .disabled > a, body#pdf-layout .dropdown-menu > .disabled > a:hover, body#pdf-layout .dropdown-menu > .disabled > a:focus {
    color: #777777; }
  body#pdf-layout .dropdown-menu > .disabled > a:hover, body#pdf-layout .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed; }
  body#pdf-layout .open > .dropdown-menu {
    display: block; }
  body#pdf-layout .open > a {
    outline: 0; }
  body#pdf-layout .dropdown-menu-right {
    left: auto;
    right: 0; }
  body#pdf-layout .dropdown-menu-left {
    left: 0;
    right: auto; }
  body#pdf-layout .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap; }
  body#pdf-layout .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990; }
  body#pdf-layout .pull-right > .dropdown-menu {
    right: 0;
    left: auto; }
  body#pdf-layout .dropup .caret,
  body#pdf-layout .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""; }
  body#pdf-layout .dropup .dropdown-menu,
  body#pdf-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px; }
  @media (min-width: 768px) {
    body#pdf-layout .navbar-right .dropdown-menu {
      right: 0;
      left: auto; }
    body#pdf-layout .navbar-right .dropdown-menu-left {
      left: 0;
      right: auto; } }
  body#pdf-layout .btn-group,
  body#pdf-layout .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    body#pdf-layout .btn-group > .btn,
    body#pdf-layout .btn-group-vertical > .btn {
      position: relative;
      float: left; }
      body#pdf-layout .btn-group > .btn:hover, body#pdf-layout .btn-group > .btn:focus, body#pdf-layout .btn-group > .btn:active, body#pdf-layout .btn-group > .btn.active,
      body#pdf-layout .btn-group-vertical > .btn:hover,
      body#pdf-layout .btn-group-vertical > .btn:focus,
      body#pdf-layout .btn-group-vertical > .btn:active,
      body#pdf-layout .btn-group-vertical > .btn.active {
        z-index: 2; }
  body#pdf-layout .btn-group .btn + .btn,
  body#pdf-layout .btn-group .btn + .btn-group,
  body#pdf-layout .btn-group .btn-group + .btn,
  body#pdf-layout .btn-group .btn-group + .btn-group {
    margin-left: -1px; }
  body#pdf-layout .btn-toolbar {
    margin-left: -5px; }
    body#pdf-layout .btn-toolbar:before, body#pdf-layout .btn-toolbar:after {
      content: " ";
      display: table; }
    body#pdf-layout .btn-toolbar:after {
      clear: both; }
    body#pdf-layout .btn-toolbar .btn,
    body#pdf-layout .btn-toolbar .btn-group,
    body#pdf-layout .btn-toolbar .input-group {
      float: left; }
    body#pdf-layout .btn-toolbar > .btn,
    body#pdf-layout .btn-toolbar > .btn-group,
    body#pdf-layout .btn-toolbar > .input-group {
      margin-left: 5px; }
  body#pdf-layout .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0; }
  body#pdf-layout .btn-group > .btn:first-child {
    margin-left: 0; }
    body#pdf-layout .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
  body#pdf-layout .btn-group > .btn:last-child:not(:first-child),
  body#pdf-layout .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  body#pdf-layout .btn-group > .btn-group {
    float: left; }
  body#pdf-layout .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }
  body#pdf-layout .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  body#pdf-layout .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  body#pdf-layout .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  body#pdf-layout .btn-group .dropdown-toggle:active,
  body#pdf-layout .btn-group.open .dropdown-toggle {
    outline: 0; }
  body#pdf-layout .btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px; }
  body#pdf-layout .btn-group > .btn-lg + .dropdown-toggle, body#pdf-layout .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px; }
  body#pdf-layout .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    body#pdf-layout .btn-group.open .dropdown-toggle.btn-link {
      -webkit-box-shadow: none;
      box-shadow: none; }
  body#pdf-layout .btn .caret {
    margin-left: 0; }
  body#pdf-layout .btn-lg .caret, body#pdf-layout .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0; }
  body#pdf-layout .dropup .btn-lg .caret, body#pdf-layout .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px; }
  body#pdf-layout .btn-group-vertical > .btn,
  body#pdf-layout .btn-group-vertical > .btn-group,
  body#pdf-layout .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%; }
  body#pdf-layout .btn-group-vertical > .btn-group:before, body#pdf-layout .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table; }
  body#pdf-layout .btn-group-vertical > .btn-group:after {
    clear: both; }
  body#pdf-layout .btn-group-vertical > .btn-group > .btn {
    float: none; }
  body#pdf-layout .btn-group-vertical > .btn + .btn,
  body#pdf-layout .btn-group-vertical > .btn + .btn-group,
  body#pdf-layout .btn-group-vertical > .btn-group + .btn,
  body#pdf-layout .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  body#pdf-layout .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0; }
  body#pdf-layout .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  body#pdf-layout .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  body#pdf-layout .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }
  body#pdf-layout .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  body#pdf-layout .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  body#pdf-layout .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  body#pdf-layout .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate; }
    body#pdf-layout .btn-group-justified > .btn,
    body#pdf-layout .btn-group-justified > .btn-group {
      float: none;
      display: table-cell;
      width: 1%; }
    body#pdf-layout .btn-group-justified > .btn-group .btn {
      width: 100%; }
    body#pdf-layout .btn-group-justified > .btn-group .dropdown-menu {
      left: auto; }
  body#pdf-layout [data-toggle="buttons"] > .btn input[type="radio"],
  body#pdf-layout [data-toggle="buttons"] > .btn input[type="checkbox"],
  body#pdf-layout [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  body#pdf-layout [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }
  body#pdf-layout .input-group {
    position: relative;
    display: table;
    border-collapse: separate; }
    body#pdf-layout .input-group[class*="col-"] {
      float: none;
      padding-left: 0;
      padding-right: 0; }
    body#pdf-layout .input-group .form-control {
      position: relative;
      z-index: 2;
      float: left;
      width: 100%;
      margin-bottom: 0; }
  body#pdf-layout .input-group-addon,
  body#pdf-layout .input-group-btn,
  body#pdf-layout .input-group .form-control {
    display: table-cell; }
    body#pdf-layout .input-group-addon:not(:first-child):not(:last-child),
    body#pdf-layout .input-group-btn:not(:first-child):not(:last-child),
    body#pdf-layout .input-group .form-control:not(:first-child):not(:last-child) {
      border-radius: 0; }
  body#pdf-layout .input-group-addon,
  body#pdf-layout .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle; }
  body#pdf-layout .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px; }
    body#pdf-layout .input-group-addon.input-sm,
    body#pdf-layout .input-group-sm > .input-group-addon,
    body#pdf-layout .input-group-sm > .input-group-btn > .input-group-addon.btn {
      padding: 5px 10px;
      font-size: 12px;
      border-radius: 3px; }
    body#pdf-layout .input-group-addon.input-lg,
    body#pdf-layout .input-group-lg > .input-group-addon,
    body#pdf-layout .input-group-lg > .input-group-btn > .input-group-addon.btn {
      padding: 10px 16px;
      font-size: 18px;
      border-radius: 6px; }
    body#pdf-layout .input-group-addon input[type="radio"],
    body#pdf-layout .input-group-addon input[type="checkbox"] {
      margin-top: 0; }
  body#pdf-layout .input-group .form-control:first-child,
  body#pdf-layout .input-group-addon:first-child,
  body#pdf-layout .input-group-btn:first-child > .btn,
  body#pdf-layout .input-group-btn:first-child > .btn-group > .btn,
  body#pdf-layout .input-group-btn:first-child > .dropdown-toggle,
  body#pdf-layout .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  body#pdf-layout .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  body#pdf-layout .input-group-addon:first-child {
    border-right: 0; }
  body#pdf-layout .input-group .form-control:last-child,
  body#pdf-layout .input-group-addon:last-child,
  body#pdf-layout .input-group-btn:last-child > .btn,
  body#pdf-layout .input-group-btn:last-child > .btn-group > .btn,
  body#pdf-layout .input-group-btn:last-child > .dropdown-toggle,
  body#pdf-layout .input-group-btn:first-child > .btn:not(:first-child),
  body#pdf-layout .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  body#pdf-layout .input-group-addon:last-child {
    border-left: 0; }
  body#pdf-layout .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap; }
    body#pdf-layout .input-group-btn > .btn {
      position: relative; }
      body#pdf-layout .input-group-btn > .btn + .btn {
        margin-left: -1px; }
      body#pdf-layout .input-group-btn > .btn:hover, body#pdf-layout .input-group-btn > .btn:focus, body#pdf-layout .input-group-btn > .btn:active {
        z-index: 2; }
    body#pdf-layout .input-group-btn:first-child > .btn,
    body#pdf-layout .input-group-btn:first-child > .btn-group {
      margin-right: -1px; }
    body#pdf-layout .input-group-btn:last-child > .btn,
    body#pdf-layout .input-group-btn:last-child > .btn-group {
      z-index: 2;
      margin-left: -1px; }
  body#pdf-layout .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
    body#pdf-layout .nav:before, body#pdf-layout .nav:after {
      content: " ";
      display: table; }
    body#pdf-layout .nav:after {
      clear: both; }
    body#pdf-layout .nav > li {
      position: relative;
      display: block; }
      body#pdf-layout .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px; }
        body#pdf-layout .nav > li > a:hover, body#pdf-layout .nav > li > a:focus {
          text-decoration: none;
          background-color: #eeeeee; }
      body#pdf-layout .nav > li.disabled > a {
        color: #777777; }
        body#pdf-layout .nav > li.disabled > a:hover, body#pdf-layout .nav > li.disabled > a:focus {
          color: #777777;
          text-decoration: none;
          background-color: transparent;
          cursor: not-allowed; }
    body#pdf-layout .nav .open > a, body#pdf-layout .nav .open > a:hover, body#pdf-layout .nav .open > a:focus {
      background-color: #eeeeee;
      border-color: #337ab7; }
    body#pdf-layout .nav .nav-divider {
      height: 1px;
      margin: 9px 0;
      overflow: hidden;
      background-color: #e5e5e5; }
    body#pdf-layout .nav > li > a > img {
      max-width: none; }
  body#pdf-layout .nav-tabs {
    border-bottom: 1px solid #ddd; }
    body#pdf-layout .nav-tabs > li {
      float: left;
      margin-bottom: -1px; }
      body#pdf-layout .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0; }
        body#pdf-layout .nav-tabs > li > a:hover {
          border-color: #eeeeee #eeeeee #ddd; }
      body#pdf-layout .nav-tabs > li.active > a, body#pdf-layout .nav-tabs > li.active > a:hover, body#pdf-layout .nav-tabs > li.active > a:focus {
        color: #555555;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
        cursor: default; }
  body#pdf-layout .nav-pills > li {
    float: left; }
    body#pdf-layout .nav-pills > li > a {
      border-radius: 4px; }
    body#pdf-layout .nav-pills > li + li {
      margin-left: 2px; }
    body#pdf-layout .nav-pills > li.active > a, body#pdf-layout .nav-pills > li.active > a:hover, body#pdf-layout .nav-pills > li.active > a:focus {
      color: #fff;
      background-color: #337ab7; }
  body#pdf-layout .nav-stacked > li {
    float: none; }
    body#pdf-layout .nav-stacked > li + li {
      margin-top: 2px;
      margin-left: 0; }
  body#pdf-layout .nav-justified, body#pdf-layout .nav-tabs.nav-justified {
    width: 100%; }
    body#pdf-layout .nav-justified > li, body#pdf-layout .nav-tabs.nav-justified > li {
      float: none; }
      body#pdf-layout .nav-justified > li > a, body#pdf-layout .nav-tabs.nav-justified > li > a {
        text-align: center;
        margin-bottom: 5px; }
    body#pdf-layout .nav-justified > .dropdown .dropdown-menu {
      top: auto;
      left: auto; }
    @media (min-width: 768px) {
      body#pdf-layout .nav-justified > li, body#pdf-layout .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%; }
        body#pdf-layout .nav-justified > li > a, body#pdf-layout .nav-tabs.nav-justified > li > a {
          margin-bottom: 0; } }
  body#pdf-layout .nav-tabs-justified, body#pdf-layout .nav-tabs.nav-justified {
    border-bottom: 0; }
    body#pdf-layout .nav-tabs-justified > li > a, body#pdf-layout .nav-tabs.nav-justified > li > a {
      margin-right: 0;
      border-radius: 4px; }
    body#pdf-layout .nav-tabs-justified > .active > a, body#pdf-layout .nav-tabs.nav-justified > .active > a,
    body#pdf-layout .nav-tabs-justified > .active > a:hover,
    body#pdf-layout .nav-tabs.nav-justified > .active > a:hover,
    body#pdf-layout .nav-tabs-justified > .active > a:focus,
    body#pdf-layout .nav-tabs.nav-justified > .active > a:focus {
      border: 1px solid #ddd; }
    @media (min-width: 768px) {
      body#pdf-layout .nav-tabs-justified > li > a, body#pdf-layout .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0; }
      body#pdf-layout .nav-tabs-justified > .active > a, body#pdf-layout .nav-tabs.nav-justified > .active > a,
      body#pdf-layout .nav-tabs-justified > .active > a:hover,
      body#pdf-layout .nav-tabs.nav-justified > .active > a:hover,
      body#pdf-layout .nav-tabs-justified > .active > a:focus,
      body#pdf-layout .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff; } }
  body#pdf-layout .tab-content > .tab-pane {
    display: none; }
  body#pdf-layout .tab-content > .active {
    display: block; }
  body#pdf-layout .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  body#pdf-layout .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent; }
    body#pdf-layout .navbar:before, body#pdf-layout .navbar:after {
      content: " ";
      display: table; }
    body#pdf-layout .navbar:after {
      clear: both; }
    @media (min-width: 768px) {
      body#pdf-layout .navbar {
        border-radius: 4px; } }
  body#pdf-layout .navbar-header:before, body#pdf-layout .navbar-header:after {
    content: " ";
    display: table; }
  body#pdf-layout .navbar-header:after {
    clear: both; }
  @media (min-width: 768px) {
    body#pdf-layout .navbar-header {
      float: left; } }
  body#pdf-layout .navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch; }
    body#pdf-layout .navbar-collapse:before, body#pdf-layout .navbar-collapse:after {
      content: " ";
      display: table; }
    body#pdf-layout .navbar-collapse:after {
      clear: both; }
    body#pdf-layout .navbar-collapse.in {
      overflow-y: auto; }
    @media (min-width: 768px) {
      body#pdf-layout .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none; }
        body#pdf-layout .navbar-collapse.collapse {
          display: block !important;
          height: auto !important;
          padding-bottom: 0;
          overflow: visible !important; }
        body#pdf-layout .navbar-collapse.in {
          overflow-y: visible; }
        .navbar-fixed-top body#pdf-layout .navbar-collapse, .navbar-static-top body#pdf-layout .navbar-collapse, .navbar-fixed-bottom body#pdf-layout .navbar-collapse {
          padding-left: 0;
          padding-right: 0; } }
  body#pdf-layout .navbar-fixed-top .navbar-collapse,
  body#pdf-layout .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
    @media (max-device-width: 480px) and (orientation: landscape) {
      body#pdf-layout .navbar-fixed-top .navbar-collapse,
      body#pdf-layout .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px; } }
  body#pdf-layout .container > .navbar-header,
  body#pdf-layout .container > .navbar-collapse,
  body#pdf-layout .container-fluid > .navbar-header,
  body#pdf-layout .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px; }
    @media (min-width: 768px) {
      body#pdf-layout .container > .navbar-header,
      body#pdf-layout .container > .navbar-collapse,
      body#pdf-layout .container-fluid > .navbar-header,
      body#pdf-layout .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0; } }
  body#pdf-layout .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px; }
    @media (min-width: 768px) {
      body#pdf-layout .navbar-static-top {
        border-radius: 0; } }
  body#pdf-layout .navbar-fixed-top,
  body#pdf-layout .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030; }
    @media (min-width: 768px) {
      body#pdf-layout .navbar-fixed-top,
      body#pdf-layout .navbar-fixed-bottom {
        border-radius: 0; } }
  body#pdf-layout .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  body#pdf-layout .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0; }
  body#pdf-layout .navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px; }
    body#pdf-layout .navbar-brand:hover, body#pdf-layout .navbar-brand:focus {
      text-decoration: none; }
    body#pdf-layout .navbar-brand > img {
      display: block; }
    @media (min-width: 768px) {
      .navbar > .container body#pdf-layout .navbar-brand, .navbar > .container-fluid body#pdf-layout .navbar-brand {
        margin-left: -15px; } }
  body#pdf-layout .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; }
    body#pdf-layout .navbar-toggle:focus {
      outline: 0; }
    body#pdf-layout .navbar-toggle .icon-bar {
      display: block;
      width: 22px;
      height: 2px;
      border-radius: 1px; }
    body#pdf-layout .navbar-toggle .icon-bar + .icon-bar {
      margin-top: 4px; }
    @media (min-width: 768px) {
      body#pdf-layout .navbar-toggle {
        display: none; } }
  body#pdf-layout .navbar-nav {
    margin: 7.5px -15px; }
    body#pdf-layout .navbar-nav > li > a {
      padding-top: 10px;
      padding-bottom: 10px;
      line-height: 20px; }
    @media (max-width: 767px) {
      body#pdf-layout .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none; }
        body#pdf-layout .navbar-nav .open .dropdown-menu > li > a,
        body#pdf-layout .navbar-nav .open .dropdown-menu .dropdown-header {
          padding: 5px 15px 5px 25px; }
        body#pdf-layout .navbar-nav .open .dropdown-menu > li > a {
          line-height: 20px; }
          body#pdf-layout .navbar-nav .open .dropdown-menu > li > a:hover, body#pdf-layout .navbar-nav .open .dropdown-menu > li > a:focus {
            background-image: none; } }
    @media (min-width: 768px) {
      body#pdf-layout .navbar-nav {
        float: left;
        margin: 0; }
        body#pdf-layout .navbar-nav > li {
          float: left; }
          body#pdf-layout .navbar-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px; } }
  body#pdf-layout .navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      body#pdf-layout .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle; }
      body#pdf-layout .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle; }
      body#pdf-layout .navbar-form .form-control-static {
        display: inline-block; }
      body#pdf-layout .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle; }
        body#pdf-layout .navbar-form .input-group .input-group-addon,
        body#pdf-layout .navbar-form .input-group .input-group-btn,
        body#pdf-layout .navbar-form .input-group .form-control {
          width: auto; }
      body#pdf-layout .navbar-form .input-group > .form-control {
        width: 100%; }
      body#pdf-layout .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle; }
      body#pdf-layout .navbar-form .radio,
      body#pdf-layout .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle; }
        body#pdf-layout .navbar-form .radio label,
        body#pdf-layout .navbar-form .checkbox label {
          padding-left: 0; }
      body#pdf-layout .navbar-form .radio input[type="radio"],
      body#pdf-layout .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0; }
      body#pdf-layout .navbar-form .has-feedback .form-control-feedback {
        top: 0; } }
    @media (max-width: 767px) {
      body#pdf-layout .navbar-form .form-group {
        margin-bottom: 5px; }
        body#pdf-layout .navbar-form .form-group:last-child {
          margin-bottom: 0; } }
    @media (min-width: 768px) {
      body#pdf-layout .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none; } }
  body#pdf-layout .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  body#pdf-layout .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  body#pdf-layout .navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px; }
    body#pdf-layout .navbar-btn.btn-sm, body#pdf-layout .btn-group-sm > .navbar-btn.btn {
      margin-top: 10px;
      margin-bottom: 10px; }
    body#pdf-layout .navbar-btn.btn-xs, body#pdf-layout .btn-group-xs > .navbar-btn.btn {
      margin-top: 14px;
      margin-bottom: 14px; }
  body#pdf-layout .navbar-text {
    margin-top: 15px;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      body#pdf-layout .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px; } }
  @media (min-width: 768px) {
    body#pdf-layout .navbar-left {
      float: left !important; }
    body#pdf-layout .navbar-right {
      float: right !important;
      margin-right: -15px; }
      body#pdf-layout .navbar-right ~ .navbar-right {
        margin-right: 0; } }
  body#pdf-layout .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7; }
    body#pdf-layout .navbar-default .navbar-brand {
      color: #777; }
      body#pdf-layout .navbar-default .navbar-brand:hover, body#pdf-layout .navbar-default .navbar-brand:focus {
        color: #5e5e5e;
        background-color: transparent; }
    body#pdf-layout .navbar-default .navbar-text {
      color: #777; }
    body#pdf-layout .navbar-default .navbar-nav > li > a {
      color: #777; }
      body#pdf-layout .navbar-default .navbar-nav > li > a:hover, body#pdf-layout .navbar-default .navbar-nav > li > a:focus {
        color: #333;
        background-color: transparent; }
    body#pdf-layout .navbar-default .navbar-nav > .active > a, body#pdf-layout .navbar-default .navbar-nav > .active > a:hover, body#pdf-layout .navbar-default .navbar-nav > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    body#pdf-layout .navbar-default .navbar-nav > .disabled > a, body#pdf-layout .navbar-default .navbar-nav > .disabled > a:hover, body#pdf-layout .navbar-default .navbar-nav > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; }
    body#pdf-layout .navbar-default .navbar-toggle {
      border-color: #ddd; }
      body#pdf-layout .navbar-default .navbar-toggle:hover, body#pdf-layout .navbar-default .navbar-toggle:focus {
        background-color: #ddd; }
      body#pdf-layout .navbar-default .navbar-toggle .icon-bar {
        background-color: #888; }
    body#pdf-layout .navbar-default .navbar-collapse,
    body#pdf-layout .navbar-default .navbar-form {
      border-color: #e7e7e7; }
    body#pdf-layout .navbar-default .navbar-nav > .open > a, body#pdf-layout .navbar-default .navbar-nav > .open > a:hover, body#pdf-layout .navbar-default .navbar-nav > .open > a:focus {
      background-color: #e7e7e7;
      color: #555; }
    @media (max-width: 767px) {
      body#pdf-layout .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777; }
        body#pdf-layout .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, body#pdf-layout .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
          color: #333;
          background-color: transparent; }
      body#pdf-layout .navbar-default .navbar-nav .open .dropdown-menu > .active > a, body#pdf-layout .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, body#pdf-layout .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7; }
      body#pdf-layout .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, body#pdf-layout .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, body#pdf-layout .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent; } }
    body#pdf-layout .navbar-default .navbar-link {
      color: #777; }
      body#pdf-layout .navbar-default .navbar-link:hover {
        color: #333; }
    body#pdf-layout .navbar-default .btn-link {
      color: #777; }
      body#pdf-layout .navbar-default .btn-link:hover, body#pdf-layout .navbar-default .btn-link:focus {
        color: #333; }
      body#pdf-layout .navbar-default .btn-link[disabled]:hover, body#pdf-layout .navbar-default .btn-link[disabled]:focus, fieldset[disabled] body#pdf-layout .navbar-default .btn-link:hover, fieldset[disabled] body#pdf-layout .navbar-default .btn-link:focus {
        color: #ccc; }
  body#pdf-layout .navbar-inverse {
    background-color: #222;
    border-color: #090909; }
    body#pdf-layout .navbar-inverse .navbar-brand {
      color: #9d9d9d; }
      body#pdf-layout .navbar-inverse .navbar-brand:hover, body#pdf-layout .navbar-inverse .navbar-brand:focus {
        color: #fff;
        background-color: transparent; }
    body#pdf-layout .navbar-inverse .navbar-text {
      color: #9d9d9d; }
    body#pdf-layout .navbar-inverse .navbar-nav > li > a {
      color: #9d9d9d; }
      body#pdf-layout .navbar-inverse .navbar-nav > li > a:hover, body#pdf-layout .navbar-inverse .navbar-nav > li > a:focus {
        color: #fff;
        background-color: transparent; }
    body#pdf-layout .navbar-inverse .navbar-nav > .active > a, body#pdf-layout .navbar-inverse .navbar-nav > .active > a:hover, body#pdf-layout .navbar-inverse .navbar-nav > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    body#pdf-layout .navbar-inverse .navbar-nav > .disabled > a, body#pdf-layout .navbar-inverse .navbar-nav > .disabled > a:hover, body#pdf-layout .navbar-inverse .navbar-nav > .disabled > a:focus {
      color: #444;
      background-color: transparent; }
    body#pdf-layout .navbar-inverse .navbar-toggle {
      border-color: #333; }
      body#pdf-layout .navbar-inverse .navbar-toggle:hover, body#pdf-layout .navbar-inverse .navbar-toggle:focus {
        background-color: #333; }
      body#pdf-layout .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff; }
    body#pdf-layout .navbar-inverse .navbar-collapse,
    body#pdf-layout .navbar-inverse .navbar-form {
      border-color: #101010; }
    body#pdf-layout .navbar-inverse .navbar-nav > .open > a, body#pdf-layout .navbar-inverse .navbar-nav > .open > a:hover, body#pdf-layout .navbar-inverse .navbar-nav > .open > a:focus {
      background-color: #090909;
      color: #fff; }
    @media (max-width: 767px) {
      body#pdf-layout .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909; }
      body#pdf-layout .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909; }
      body#pdf-layout .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d; }
        body#pdf-layout .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, body#pdf-layout .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
          color: #fff;
          background-color: transparent; }
      body#pdf-layout .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, body#pdf-layout .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, body#pdf-layout .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909; }
      body#pdf-layout .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, body#pdf-layout .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, body#pdf-layout .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent; } }
    body#pdf-layout .navbar-inverse .navbar-link {
      color: #9d9d9d; }
      body#pdf-layout .navbar-inverse .navbar-link:hover {
        color: #fff; }
    body#pdf-layout .navbar-inverse .btn-link {
      color: #9d9d9d; }
      body#pdf-layout .navbar-inverse .btn-link:hover, body#pdf-layout .navbar-inverse .btn-link:focus {
        color: #fff; }
      body#pdf-layout .navbar-inverse .btn-link[disabled]:hover, body#pdf-layout .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] body#pdf-layout .navbar-inverse .btn-link:hover, fieldset[disabled] body#pdf-layout .navbar-inverse .btn-link:focus {
        color: #444; }
  body#pdf-layout .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px; }
    body#pdf-layout .breadcrumb > li {
      display: inline-block; }
      body#pdf-layout .breadcrumb > li + li:before {
        content: "/ ";
        padding: 0 5px;
        color: #ccc; }
    body#pdf-layout .breadcrumb > .active {
      color: #777777; }
  body#pdf-layout .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
    body#pdf-layout .pagination > li {
      display: inline; }
      body#pdf-layout .pagination > li > a,
      body#pdf-layout .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        line-height: 1.42857143;
        text-decoration: none;
        color: #337ab7;
        background-color: #fff;
        border: 1px solid #ddd;
        margin-left: -1px; }
      body#pdf-layout .pagination > li:first-child > a,
      body#pdf-layout .pagination > li:first-child > span {
        margin-left: 0;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px; }
      body#pdf-layout .pagination > li:last-child > a,
      body#pdf-layout .pagination > li:last-child > span {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px; }
    body#pdf-layout .pagination > li > a:hover, body#pdf-layout .pagination > li > a:focus,
    body#pdf-layout .pagination > li > span:hover,
    body#pdf-layout .pagination > li > span:focus {
      z-index: 3;
      color: #23527c;
      background-color: #eeeeee;
      border-color: #ddd; }
    body#pdf-layout .pagination > .active > a, body#pdf-layout .pagination > .active > a:hover, body#pdf-layout .pagination > .active > a:focus,
    body#pdf-layout .pagination > .active > span,
    body#pdf-layout .pagination > .active > span:hover,
    body#pdf-layout .pagination > .active > span:focus {
      z-index: 2;
      color: #fff;
      background-color: #337ab7;
      border-color: #337ab7;
      cursor: default; }
    body#pdf-layout .pagination > .disabled > span,
    body#pdf-layout .pagination > .disabled > span:hover,
    body#pdf-layout .pagination > .disabled > span:focus,
    body#pdf-layout .pagination > .disabled > a,
    body#pdf-layout .pagination > .disabled > a:hover,
    body#pdf-layout .pagination > .disabled > a:focus {
      color: #777777;
      background-color: #fff;
      border-color: #ddd;
      cursor: not-allowed; }
  body#pdf-layout .pagination-lg > li > a,
  body#pdf-layout .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333; }
  body#pdf-layout .pagination-lg > li:first-child > a,
  body#pdf-layout .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px; }
  body#pdf-layout .pagination-lg > li:last-child > a,
  body#pdf-layout .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px; }
  body#pdf-layout .pagination-sm > li > a,
  body#pdf-layout .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5; }
  body#pdf-layout .pagination-sm > li:first-child > a,
  body#pdf-layout .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  body#pdf-layout .pagination-sm > li:last-child > a,
  body#pdf-layout .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  body#pdf-layout .pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center; }
    body#pdf-layout .pager:before, body#pdf-layout .pager:after {
      content: " ";
      display: table; }
    body#pdf-layout .pager:after {
      clear: both; }
    body#pdf-layout .pager li {
      display: inline; }
      body#pdf-layout .pager li > a,
      body#pdf-layout .pager li > span {
        display: inline-block;
        padding: 5px 14px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 15px; }
      body#pdf-layout .pager li > a:hover,
      body#pdf-layout .pager li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    body#pdf-layout .pager .next > a,
    body#pdf-layout .pager .next > span {
      float: right; }
    body#pdf-layout .pager .previous > a,
    body#pdf-layout .pager .previous > span {
      float: left; }
    body#pdf-layout .pager .disabled > a,
    body#pdf-layout .pager .disabled > a:hover,
    body#pdf-layout .pager .disabled > a:focus,
    body#pdf-layout .pager .disabled > span {
      color: #777777;
      background-color: #fff;
      cursor: not-allowed; }
  body#pdf-layout .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em; }
    body#pdf-layout .label:empty {
      display: none; }
    .btn body#pdf-layout .label {
      position: relative;
      top: -1px; }
  body#pdf-layout a.label:hover, body#pdf-layout a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  body#pdf-layout .label-default {
    background-color: #777777; }
    body#pdf-layout .label-default[href]:hover, body#pdf-layout .label-default[href]:focus {
      background-color: #5e5e5e; }
  body#pdf-layout .label-primary {
    background-color: #337ab7; }
    body#pdf-layout .label-primary[href]:hover, body#pdf-layout .label-primary[href]:focus {
      background-color: #286090; }
  body#pdf-layout .label-success {
    background-color: #5cb85c; }
    body#pdf-layout .label-success[href]:hover, body#pdf-layout .label-success[href]:focus {
      background-color: #449d44; }
  body#pdf-layout .label-info {
    background-color: #5bc0de; }
    body#pdf-layout .label-info[href]:hover, body#pdf-layout .label-info[href]:focus {
      background-color: #31b0d5; }
  body#pdf-layout .label-warning {
    background-color: #f0ad4e; }
    body#pdf-layout .label-warning[href]:hover, body#pdf-layout .label-warning[href]:focus {
      background-color: #ec971f; }
  body#pdf-layout .label-danger {
    background-color: #d9534f; }
    body#pdf-layout .label-danger[href]:hover, body#pdf-layout .label-danger[href]:focus {
      background-color: #c9302c; }
  body#pdf-layout .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px; }
    body#pdf-layout .badge:empty {
      display: none; }
    .btn body#pdf-layout .badge {
      position: relative;
      top: -1px; }
    .btn-xs body#pdf-layout .badge, body#pdf-layout .btn-group-xs > .btn body#pdf-layout .badge, .btn-group-xs > .btn body#pdf-layout .badge {
      top: 0;
      padding: 1px 5px; }
    .list-group-item.active > body#pdf-layout .badge, .nav-pills > .active > a > body#pdf-layout .badge {
      color: #337ab7;
      background-color: #fff; }
    .list-group-item > body#pdf-layout .badge {
      float: right; }
    .list-group-item > body#pdf-layout .badge + body#pdf-layout .badge {
      margin-right: 5px; }
    .nav-pills > li > a > body#pdf-layout .badge {
      margin-left: 3px; }
  body#pdf-layout a.badge:hover, body#pdf-layout a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  body#pdf-layout .jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee; }
    body#pdf-layout .jumbotron h1,
    body#pdf-layout .jumbotron .h1 {
      color: inherit; }
    body#pdf-layout .jumbotron p {
      margin-bottom: 15px;
      font-size: 21px;
      font-weight: 200; }
    body#pdf-layout .jumbotron > hr {
      border-top-color: #d5d5d5; }
    .container body#pdf-layout .jumbotron, .container-fluid body#pdf-layout .jumbotron {
      border-radius: 6px; }
    body#pdf-layout .jumbotron .container {
      max-width: 100%; }
    @media screen and (min-width: 768px) {
      body#pdf-layout .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px; }
        .container body#pdf-layout .jumbotron, .container-fluid body#pdf-layout .jumbotron {
          padding-left: 60px;
          padding-right: 60px; }
        body#pdf-layout .jumbotron h1,
        body#pdf-layout .jumbotron .h1 {
          font-size: 63px; } }
  body#pdf-layout .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 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out; }
    body#pdf-layout .thumbnail > img,
    body#pdf-layout .thumbnail a > img {
      display: block;
      max-width: 100%;
      height: auto;
      margin-left: auto;
      margin-right: auto; }
    body#pdf-layout .thumbnail .caption {
      padding: 9px;
      color: #333333; }
  body#pdf-layout a.thumbnail:hover,
  body#pdf-layout a.thumbnail:focus,
  body#pdf-layout a.thumbnail.active {
    border-color: #337ab7; }
  body#pdf-layout .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px; }
    body#pdf-layout .alert h4 {
      margin-top: 0;
      color: inherit; }
    body#pdf-layout .alert .alert-link {
      font-weight: bold; }
    body#pdf-layout .alert > p,
    body#pdf-layout .alert > ul {
      margin-bottom: 0; }
    body#pdf-layout .alert > p + p {
      margin-top: 5px; }
  body#pdf-layout .alert-dismissable,
  body#pdf-layout .alert-dismissible {
    padding-right: 35px; }
    body#pdf-layout .alert-dismissable .close,
    body#pdf-layout .alert-dismissible .close {
      position: relative;
      top: -2px;
      right: -21px;
      color: inherit; }
  body#pdf-layout .alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d; }
    body#pdf-layout .alert-success hr {
      border-top-color: #c9e2b3; }
    body#pdf-layout .alert-success .alert-link {
      color: #2b542c; }
  body#pdf-layout .alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f; }
    body#pdf-layout .alert-info hr {
      border-top-color: #a6e1ec; }
    body#pdf-layout .alert-info .alert-link {
      color: #245269; }
  body#pdf-layout .alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b; }
    body#pdf-layout .alert-warning hr {
      border-top-color: #f7e1b5; }
    body#pdf-layout .alert-warning .alert-link {
      color: #66512c; }
  body#pdf-layout .alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442; }
    body#pdf-layout .alert-danger hr {
      border-top-color: #e4b9c0; }
    body#pdf-layout .alert-danger .alert-link {
      color: #843534; }
@-webkit-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; } }
  body#pdf-layout .progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
  body#pdf-layout .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, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease; }
  body#pdf-layout .progress-striped .progress-bar,
  body#pdf-layout .progress-bar-striped {
    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);
    background-size: 40px 40px; }
  body#pdf-layout .progress.active .progress-bar,
  body#pdf-layout .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite; }
  body#pdf-layout .progress-bar-success {
    background-color: #5cb85c; }
    .progress-striped body#pdf-layout .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); }
  body#pdf-layout .progress-bar-info {
    background-color: #5bc0de; }
    .progress-striped body#pdf-layout .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); }
  body#pdf-layout .progress-bar-warning {
    background-color: #f0ad4e; }
    .progress-striped body#pdf-layout .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); }
  body#pdf-layout .progress-bar-danger {
    background-color: #d9534f; }
    .progress-striped body#pdf-layout .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); }
  body#pdf-layout .media {
    margin-top: 15px; }
    body#pdf-layout .media:first-child {
      margin-top: 0; }
  body#pdf-layout .media,
  body#pdf-layout .media-body {
    zoom: 1;
    overflow: hidden; }
  body#pdf-layout .media-body {
    width: 10000px; }
  body#pdf-layout .media-object {
    display: block; }
    body#pdf-layout .media-object.img-thumbnail {
      max-width: none; }
  body#pdf-layout .media-right,
  body#pdf-layout .media > .pull-right {
    padding-left: 10px; }
  body#pdf-layout .media-left,
  body#pdf-layout .media > .pull-left {
    padding-right: 10px; }
  body#pdf-layout .media-left,
  body#pdf-layout .media-right,
  body#pdf-layout .media-body {
    display: table-cell;
    vertical-align: top; }
  body#pdf-layout .media-middle {
    vertical-align: middle; }
  body#pdf-layout .media-bottom {
    vertical-align: bottom; }
  body#pdf-layout .media-heading {
    margin-top: 0;
    margin-bottom: 5px; }
  body#pdf-layout .media-list {
    padding-left: 0;
    list-style: none; }
  body#pdf-layout .list-group {
    margin-bottom: 20px;
    padding-left: 0; }
  body#pdf-layout .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd; }
    body#pdf-layout .list-group-item:first-child {
      border-top-right-radius: 4px;
      border-top-left-radius: 4px; }
    body#pdf-layout .list-group-item:last-child {
      margin-bottom: 0;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px; }
  body#pdf-layout a.list-group-item,
  body#pdf-layout button.list-group-item {
    color: #555; }
    body#pdf-layout a.list-group-item .list-group-item-heading,
    body#pdf-layout button.list-group-item .list-group-item-heading {
      color: #333; }
    body#pdf-layout a.list-group-item:hover, body#pdf-layout a.list-group-item:focus,
    body#pdf-layout button.list-group-item:hover,
    body#pdf-layout button.list-group-item:focus {
      text-decoration: none;
      color: #555;
      background-color: #f5f5f5; }
  body#pdf-layout button.list-group-item {
    width: 100%;
    text-align: left; }
  body#pdf-layout .list-group-item.disabled, body#pdf-layout .list-group-item.disabled:hover, body#pdf-layout .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed; }
    body#pdf-layout .list-group-item.disabled .list-group-item-heading, body#pdf-layout .list-group-item.disabled:hover .list-group-item-heading, body#pdf-layout .list-group-item.disabled:focus .list-group-item-heading {
      color: inherit; }
    body#pdf-layout .list-group-item.disabled .list-group-item-text, body#pdf-layout .list-group-item.disabled:hover .list-group-item-text, body#pdf-layout .list-group-item.disabled:focus .list-group-item-text {
      color: #777777; }
  body#pdf-layout .list-group-item.active, body#pdf-layout .list-group-item.active:hover, body#pdf-layout .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    body#pdf-layout .list-group-item.active .list-group-item-heading,
    body#pdf-layout .list-group-item.active .list-group-item-heading > small,
    body#pdf-layout .list-group-item.active .list-group-item-heading > .small, body#pdf-layout .list-group-item.active:hover .list-group-item-heading,
    body#pdf-layout .list-group-item.active:hover .list-group-item-heading > small,
    body#pdf-layout .list-group-item.active:hover .list-group-item-heading > .small, body#pdf-layout .list-group-item.active:focus .list-group-item-heading,
    body#pdf-layout .list-group-item.active:focus .list-group-item-heading > small,
    body#pdf-layout .list-group-item.active:focus .list-group-item-heading > .small {
      color: inherit; }
    body#pdf-layout .list-group-item.active .list-group-item-text, body#pdf-layout .list-group-item.active:hover .list-group-item-text, body#pdf-layout .list-group-item.active:focus .list-group-item-text {
      color: #c7ddef; }
  body#pdf-layout .list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8; }
  body#pdf-layout a.list-group-item-success,
  body#pdf-layout button.list-group-item-success {
    color: #3c763d; }
    body#pdf-layout a.list-group-item-success .list-group-item-heading,
    body#pdf-layout button.list-group-item-success .list-group-item-heading {
      color: inherit; }
    body#pdf-layout a.list-group-item-success:hover, body#pdf-layout a.list-group-item-success:focus,
    body#pdf-layout button.list-group-item-success:hover,
    body#pdf-layout button.list-group-item-success:focus {
      color: #3c763d;
      background-color: #d0e9c6; }
    body#pdf-layout a.list-group-item-success.active, body#pdf-layout a.list-group-item-success.active:hover, body#pdf-layout a.list-group-item-success.active:focus,
    body#pdf-layout button.list-group-item-success.active,
    body#pdf-layout button.list-group-item-success.active:hover,
    body#pdf-layout button.list-group-item-success.active:focus {
      color: #fff;
      background-color: #3c763d;
      border-color: #3c763d; }
  body#pdf-layout .list-group-item-info {
    color: #31708f;
    background-color: #d9edf7; }
  body#pdf-layout a.list-group-item-info,
  body#pdf-layout button.list-group-item-info {
    color: #31708f; }
    body#pdf-layout a.list-group-item-info .list-group-item-heading,
    body#pdf-layout button.list-group-item-info .list-group-item-heading {
      color: inherit; }
    body#pdf-layout a.list-group-item-info:hover, body#pdf-layout a.list-group-item-info:focus,
    body#pdf-layout button.list-group-item-info:hover,
    body#pdf-layout button.list-group-item-info:focus {
      color: #31708f;
      background-color: #c4e3f3; }
    body#pdf-layout a.list-group-item-info.active, body#pdf-layout a.list-group-item-info.active:hover, body#pdf-layout a.list-group-item-info.active:focus,
    body#pdf-layout button.list-group-item-info.active,
    body#pdf-layout button.list-group-item-info.active:hover,
    body#pdf-layout button.list-group-item-info.active:focus {
      color: #fff;
      background-color: #31708f;
      border-color: #31708f; }
  body#pdf-layout .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3; }
  body#pdf-layout a.list-group-item-warning,
  body#pdf-layout button.list-group-item-warning {
    color: #8a6d3b; }
    body#pdf-layout a.list-group-item-warning .list-group-item-heading,
    body#pdf-layout button.list-group-item-warning .list-group-item-heading {
      color: inherit; }
    body#pdf-layout a.list-group-item-warning:hover, body#pdf-layout a.list-group-item-warning:focus,
    body#pdf-layout button.list-group-item-warning:hover,
    body#pdf-layout button.list-group-item-warning:focus {
      color: #8a6d3b;
      background-color: #faf2cc; }
    body#pdf-layout a.list-group-item-warning.active, body#pdf-layout a.list-group-item-warning.active:hover, body#pdf-layout a.list-group-item-warning.active:focus,
    body#pdf-layout button.list-group-item-warning.active,
    body#pdf-layout button.list-group-item-warning.active:hover,
    body#pdf-layout button.list-group-item-warning.active:focus {
      color: #fff;
      background-color: #8a6d3b;
      border-color: #8a6d3b; }
  body#pdf-layout .list-group-item-danger {
    color: #a94442;
    background-color: #f2dede; }
  body#pdf-layout a.list-group-item-danger,
  body#pdf-layout button.list-group-item-danger {
    color: #a94442; }
    body#pdf-layout a.list-group-item-danger .list-group-item-heading,
    body#pdf-layout button.list-group-item-danger .list-group-item-heading {
      color: inherit; }
    body#pdf-layout a.list-group-item-danger:hover, body#pdf-layout a.list-group-item-danger:focus,
    body#pdf-layout button.list-group-item-danger:hover,
    body#pdf-layout button.list-group-item-danger:focus {
      color: #a94442;
      background-color: #ebcccc; }
    body#pdf-layout a.list-group-item-danger.active, body#pdf-layout a.list-group-item-danger.active:hover, body#pdf-layout a.list-group-item-danger.active:focus,
    body#pdf-layout button.list-group-item-danger.active,
    body#pdf-layout button.list-group-item-danger.active:hover,
    body#pdf-layout button.list-group-item-danger.active:focus {
      color: #fff;
      background-color: #a94442;
      border-color: #a94442; }
  body#pdf-layout .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px; }
  body#pdf-layout .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3; }
  body#pdf-layout .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
  body#pdf-layout .panel-body {
    padding: 15px; }
    body#pdf-layout .panel-body:before, body#pdf-layout .panel-body:after {
      content: " ";
      display: table; }
    body#pdf-layout .panel-body:after {
      clear: both; }
  body#pdf-layout .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
    body#pdf-layout .panel-heading > .dropdown .dropdown-toggle {
      color: inherit; }
  body#pdf-layout .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit; }
    body#pdf-layout .panel-title > a,
    body#pdf-layout .panel-title > small,
    body#pdf-layout .panel-title > .small,
    body#pdf-layout .panel-title > small > a,
    body#pdf-layout .panel-title > .small > a {
      color: inherit; }
  body#pdf-layout .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  body#pdf-layout .panel > .list-group,
  body#pdf-layout .panel > .panel-collapse > .list-group {
    margin-bottom: 0; }
    body#pdf-layout .panel > .list-group .list-group-item,
    body#pdf-layout .panel > .panel-collapse > .list-group .list-group-item {
      border-width: 1px 0;
      border-radius: 0; }
    body#pdf-layout .panel > .list-group:first-child .list-group-item:first-child,
    body#pdf-layout .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
      border-top: 0;
      border-top-right-radius: 3px;
      border-top-left-radius: 3px; }
    body#pdf-layout .panel > .list-group:last-child .list-group-item:last-child,
    body#pdf-layout .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; }
  body#pdf-layout .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  body#pdf-layout .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0; }
  body#pdf-layout .list-group + .panel-footer {
    border-top-width: 0; }
  body#pdf-layout .panel > .table,
  body#pdf-layout .panel > .table-responsive > .table,
  body#pdf-layout .panel > .panel-collapse > .table {
    margin-bottom: 0; }
    body#pdf-layout .panel > .table caption,
    body#pdf-layout .panel > .table-responsive > .table caption,
    body#pdf-layout .panel > .panel-collapse > .table caption {
      padding-left: 15px;
      padding-right: 15px; }
  body#pdf-layout .panel > .table:first-child,
  body#pdf-layout .panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
    body#pdf-layout .panel > .table:first-child > thead:first-child > tr:first-child,
    body#pdf-layout .panel > .table:first-child > tbody:first-child > tr:first-child,
    body#pdf-layout .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
    body#pdf-layout .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
      body#pdf-layout .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
      body#pdf-layout .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
      body#pdf-layout .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
      body#pdf-layout .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
      body#pdf-layout .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
      body#pdf-layout .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
      body#pdf-layout .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
      body#pdf-layout .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
        border-top-left-radius: 3px; }
      body#pdf-layout .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
      body#pdf-layout .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
      body#pdf-layout .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
      body#pdf-layout .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
      body#pdf-layout .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
      body#pdf-layout .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
      body#pdf-layout .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
      body#pdf-layout .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
        border-top-right-radius: 3px; }
  body#pdf-layout .panel > .table:last-child,
  body#pdf-layout .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
    body#pdf-layout .panel > .table:last-child > tbody:last-child > tr:last-child,
    body#pdf-layout .panel > .table:last-child > tfoot:last-child > tr:last-child,
    body#pdf-layout .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
    body#pdf-layout .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
      body#pdf-layout .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
      body#pdf-layout .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
      body#pdf-layout .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
      body#pdf-layout .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
      body#pdf-layout .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
      body#pdf-layout .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
      body#pdf-layout .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
      body#pdf-layout .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
        border-bottom-left-radius: 3px; }
      body#pdf-layout .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
      body#pdf-layout .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
      body#pdf-layout .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
      body#pdf-layout .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
      body#pdf-layout .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
      body#pdf-layout .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
      body#pdf-layout .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
      body#pdf-layout .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
        border-bottom-right-radius: 3px; }
  body#pdf-layout .panel > .panel-body + .table,
  body#pdf-layout .panel > .panel-body + .table-responsive,
  body#pdf-layout .panel > .table + .panel-body,
  body#pdf-layout .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd; }
  body#pdf-layout .panel > .table > tbody:first-child > tr:first-child th,
  body#pdf-layout .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0; }
  body#pdf-layout .panel > .table-bordered,
  body#pdf-layout .panel > .table-responsive > .table-bordered {
    border: 0; }
    body#pdf-layout .panel > .table-bordered > thead > tr > th:first-child,
    body#pdf-layout .panel > .table-bordered > thead > tr > td:first-child,
    body#pdf-layout .panel > .table-bordered > tbody > tr > th:first-child,
    body#pdf-layout .panel > .table-bordered > tbody > tr > td:first-child,
    body#pdf-layout .panel > .table-bordered > tfoot > tr > th:first-child,
    body#pdf-layout .panel > .table-bordered > tfoot > tr > td:first-child,
    body#pdf-layout .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    body#pdf-layout .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    body#pdf-layout .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    body#pdf-layout .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    body#pdf-layout .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    body#pdf-layout .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
      border-left: 0; }
    body#pdf-layout .panel > .table-bordered > thead > tr > th:last-child,
    body#pdf-layout .panel > .table-bordered > thead > tr > td:last-child,
    body#pdf-layout .panel > .table-bordered > tbody > tr > th:last-child,
    body#pdf-layout .panel > .table-bordered > tbody > tr > td:last-child,
    body#pdf-layout .panel > .table-bordered > tfoot > tr > th:last-child,
    body#pdf-layout .panel > .table-bordered > tfoot > tr > td:last-child,
    body#pdf-layout .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    body#pdf-layout .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    body#pdf-layout .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    body#pdf-layout .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    body#pdf-layout .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    body#pdf-layout .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
      border-right: 0; }
    body#pdf-layout .panel > .table-bordered > thead > tr:first-child > td,
    body#pdf-layout .panel > .table-bordered > thead > tr:first-child > th,
    body#pdf-layout .panel > .table-bordered > tbody > tr:first-child > td,
    body#pdf-layout .panel > .table-bordered > tbody > tr:first-child > th,
    body#pdf-layout .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    body#pdf-layout .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    body#pdf-layout .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    body#pdf-layout .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
      border-bottom: 0; }
    body#pdf-layout .panel > .table-bordered > tbody > tr:last-child > td,
    body#pdf-layout .panel > .table-bordered > tbody > tr:last-child > th,
    body#pdf-layout .panel > .table-bordered > tfoot > tr:last-child > td,
    body#pdf-layout .panel > .table-bordered > tfoot > tr:last-child > th,
    body#pdf-layout .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    body#pdf-layout .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    body#pdf-layout .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    body#pdf-layout .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
      border-bottom: 0; }
  body#pdf-layout .panel > .table-responsive {
    border: 0;
    margin-bottom: 0; }
  body#pdf-layout .panel-group {
    margin-bottom: 20px; }
    body#pdf-layout .panel-group .panel {
      margin-bottom: 0;
      border-radius: 4px; }
      body#pdf-layout .panel-group .panel + .panel {
        margin-top: 5px; }
    body#pdf-layout .panel-group .panel-heading {
      border-bottom: 0; }
      body#pdf-layout .panel-group .panel-heading + .panel-collapse > .panel-body,
      body#pdf-layout .panel-group .panel-heading + .panel-collapse > .list-group {
        border-top: 1px solid #ddd; }
    body#pdf-layout .panel-group .panel-footer {
      border-top: 0; }
      body#pdf-layout .panel-group .panel-footer + .panel-collapse .panel-body {
        border-bottom: 1px solid #ddd; }
  body#pdf-layout .panel-default {
    border-color: #ddd; }
    body#pdf-layout .panel-default > .panel-heading {
      color: #333333;
      background-color: #f5f5f5;
      border-color: #ddd; }
      body#pdf-layout .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #ddd; }
      body#pdf-layout .panel-default > .panel-heading .badge {
        color: #f5f5f5;
        background-color: #333333; }
    body#pdf-layout .panel-default > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #ddd; }
  body#pdf-layout .panel-primary {
    border-color: #337ab7; }
    body#pdf-layout .panel-primary > .panel-heading {
      color: #fff;
      background-color: #337ab7;
      border-color: #337ab7; }
      body#pdf-layout .panel-primary > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #337ab7; }
      body#pdf-layout .panel-primary > .panel-heading .badge {
        color: #337ab7;
        background-color: #fff; }
    body#pdf-layout .panel-primary > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #337ab7; }
  body#pdf-layout .panel-success {
    border-color: #d6e9c6; }
    body#pdf-layout .panel-success > .panel-heading {
      color: #3c763d;
      background-color: #dff0d8;
      border-color: #d6e9c6; }
      body#pdf-layout .panel-success > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #d6e9c6; }
      body#pdf-layout .panel-success > .panel-heading .badge {
        color: #dff0d8;
        background-color: #3c763d; }
    body#pdf-layout .panel-success > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #d6e9c6; }
  body#pdf-layout .panel-info {
    border-color: #bce8f1; }
    body#pdf-layout .panel-info > .panel-heading {
      color: #31708f;
      background-color: #d9edf7;
      border-color: #bce8f1; }
      body#pdf-layout .panel-info > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #bce8f1; }
      body#pdf-layout .panel-info > .panel-heading .badge {
        color: #d9edf7;
        background-color: #31708f; }
    body#pdf-layout .panel-info > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #bce8f1; }
  body#pdf-layout .panel-warning {
    border-color: #faebcc; }
    body#pdf-layout .panel-warning > .panel-heading {
      color: #8a6d3b;
      background-color: #fcf8e3;
      border-color: #faebcc; }
      body#pdf-layout .panel-warning > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #faebcc; }
      body#pdf-layout .panel-warning > .panel-heading .badge {
        color: #fcf8e3;
        background-color: #8a6d3b; }
    body#pdf-layout .panel-warning > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #faebcc; }
  body#pdf-layout .panel-danger {
    border-color: #ebccd1; }
    body#pdf-layout .panel-danger > .panel-heading {
      color: #a94442;
      background-color: #f2dede;
      border-color: #ebccd1; }
      body#pdf-layout .panel-danger > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #ebccd1; }
      body#pdf-layout .panel-danger > .panel-heading .badge {
        color: #f2dede;
        background-color: #a94442; }
    body#pdf-layout .panel-danger > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #ebccd1; }
  body#pdf-layout .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden; }
    body#pdf-layout .embed-responsive .embed-responsive-item,
    body#pdf-layout .embed-responsive iframe,
    body#pdf-layout .embed-responsive embed,
    body#pdf-layout .embed-responsive object,
    body#pdf-layout .embed-responsive video {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      border: 0; }
  body#pdf-layout .embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  body#pdf-layout .embed-responsive-4by3 {
    padding-bottom: 75%; }
  body#pdf-layout .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, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
    body#pdf-layout .well blockquote {
      border-color: #ddd;
      border-color: rgba(0, 0, 0, 0.15); }
  body#pdf-layout .well-lg {
    padding: 24px;
    border-radius: 6px; }
  body#pdf-layout .well-sm {
    padding: 9px;
    border-radius: 3px; }
  body#pdf-layout .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20); }
    body#pdf-layout .close:hover, body#pdf-layout .close:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
      opacity: 0.5;
      filter: alpha(opacity=50); }
  body#pdf-layout button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none; }
  body#pdf-layout .modal-open {
    overflow: hidden; }
  body#pdf-layout .modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0; }
    body#pdf-layout .modal.fade .modal-dialog {
      -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
      -o-transform: translate(0, -25%);
      transform: translate(0, -25%);
      -webkit-transition: -webkit-transform 0.3s ease-out;
      -moz-transition: -moz-transform 0.3s ease-out;
      -o-transition: -o-transform 0.3s ease-out;
      transition: transform 0.3s ease-out; }
    body#pdf-layout .modal.in .modal-dialog {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
  body#pdf-layout .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }
  body#pdf-layout .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px; }
  body#pdf-layout .modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0; }
  body#pdf-layout .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000; }
    body#pdf-layout .modal-backdrop.fade {
      opacity: 0;
      filter: alpha(opacity=0); }
    body#pdf-layout .modal-backdrop.in {
      opacity: 0.5;
      filter: alpha(opacity=50); }
  body#pdf-layout .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px; }
  body#pdf-layout .modal-header .close {
    margin-top: -2px; }
  body#pdf-layout .modal-title {
    margin: 0;
    line-height: 1.42857143; }
  body#pdf-layout .modal-body {
    position: relative;
    padding: 15px; }
  body#pdf-layout .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5; }
    body#pdf-layout .modal-footer:before, body#pdf-layout .modal-footer:after {
      content: " ";
      display: table; }
    body#pdf-layout .modal-footer:after {
      clear: both; }
    body#pdf-layout .modal-footer .btn + .btn {
      margin-left: 5px;
      margin-bottom: 0; }
    body#pdf-layout .modal-footer .btn-group .btn + .btn {
      margin-left: -1px; }
    body#pdf-layout .modal-footer .btn-block + .btn-block {
      margin-left: 0; }
  body#pdf-layout .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  @media (min-width: 768px) {
    body#pdf-layout .modal-dialog {
      width: 600px;
      margin: 30px auto; }
    body#pdf-layout .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
    body#pdf-layout .modal-sm {
      width: 300px; } }
  @media (min-width: 992px) {
    body#pdf-layout .modal-lg {
      width: 900px; } }
  body#pdf-layout .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0); }
    body#pdf-layout .tooltip.in {
      opacity: 0.9;
      filter: alpha(opacity=90); }
    body#pdf-layout .tooltip.top {
      margin-top: -3px;
      padding: 5px 0; }
    body#pdf-layout .tooltip.right {
      margin-left: 3px;
      padding: 0 5px; }
    body#pdf-layout .tooltip.bottom {
      margin-top: 3px;
      padding: 5px 0; }
    body#pdf-layout .tooltip.left {
      margin-left: -3px;
      padding: 0 5px; }
  body#pdf-layout .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px; }
  body#pdf-layout .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  body#pdf-layout .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  body#pdf-layout .tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  body#pdf-layout .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  body#pdf-layout .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }
  body#pdf-layout .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000; }
  body#pdf-layout .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  body#pdf-layout .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  body#pdf-layout .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  body#pdf-layout .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-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
    body#pdf-layout .popover.top {
      margin-top: -10px; }
    body#pdf-layout .popover.right {
      margin-left: 10px; }
    body#pdf-layout .popover.bottom {
      margin-top: 10px; }
    body#pdf-layout .popover.left {
      margin-left: -10px; }
  body#pdf-layout .popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0; }
  body#pdf-layout .popover-content {
    padding: 9px 14px; }
  body#pdf-layout .popover > .arrow, body#pdf-layout .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  body#pdf-layout .popover > .arrow {
    border-width: 11px; }
  body#pdf-layout .popover > .arrow:after {
    border-width: 10px;
    content: ""; }
  body#pdf-layout .popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px; }
    body#pdf-layout .popover.top > .arrow:after {
      content: " ";
      bottom: 1px;
      margin-left: -10px;
      border-bottom-width: 0;
      border-top-color: #fff; }
  body#pdf-layout .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25); }
    body#pdf-layout .popover.right > .arrow:after {
      content: " ";
      left: 1px;
      bottom: -10px;
      border-left-width: 0;
      border-right-color: #fff; }
  body#pdf-layout .popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px; }
    body#pdf-layout .popover.bottom > .arrow:after {
      content: " ";
      top: 1px;
      margin-left: -10px;
      border-top-width: 0;
      border-bottom-color: #fff; }
  body#pdf-layout .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25); }
    body#pdf-layout .popover.left > .arrow:after {
      content: " ";
      right: 1px;
      border-right-width: 0;
      border-left-color: #fff;
      bottom: -10px; }
  body#pdf-layout .carousel {
    position: relative; }
  body#pdf-layout .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%; }
    body#pdf-layout .carousel-inner > .item {
      display: none;
      position: relative;
      -webkit-transition: 0.6s ease-in-out left;
      -o-transition: 0.6s ease-in-out left;
      transition: 0.6s ease-in-out left; }
      body#pdf-layout .carousel-inner > .item > img,
      body#pdf-layout .carousel-inner > .item > a > img {
        display: block;
        max-width: 100%;
        height: auto;
        line-height: 1; }
      @media all and (transform-3d), (-webkit-transform-3d) {
        body#pdf-layout .carousel-inner > .item {
          -webkit-transition: -webkit-transform 0.6s ease-in-out;
          -moz-transition: -moz-transform 0.6s ease-in-out;
          -o-transition: -o-transform 0.6s ease-in-out;
          transition: transform 0.6s ease-in-out;
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          backface-visibility: hidden;
          -webkit-perspective: 1000px;
          -moz-perspective: 1000px;
          perspective: 1000px; }
          body#pdf-layout .carousel-inner > .item.next, body#pdf-layout .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0; }
          body#pdf-layout .carousel-inner > .item.prev, body#pdf-layout .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0; }
          body#pdf-layout .carousel-inner > .item.next.left, body#pdf-layout .carousel-inner > .item.prev.right, body#pdf-layout .carousel-inner > .item.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0; } }
    body#pdf-layout .carousel-inner > .active,
    body#pdf-layout .carousel-inner > .next,
    body#pdf-layout .carousel-inner > .prev {
      display: block; }
    body#pdf-layout .carousel-inner > .active {
      left: 0; }
    body#pdf-layout .carousel-inner > .next,
    body#pdf-layout .carousel-inner > .prev {
      position: absolute;
      top: 0;
      width: 100%; }
    body#pdf-layout .carousel-inner > .next {
      left: 100%; }
    body#pdf-layout .carousel-inner > .prev {
      left: -100%; }
    body#pdf-layout .carousel-inner > .next.left,
    body#pdf-layout .carousel-inner > .prev.right {
      left: 0; }
    body#pdf-layout .carousel-inner > .active.left {
      left: -100%; }
    body#pdf-layout .carousel-inner > .active.right {
      left: 100%; }
  body#pdf-layout .carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
    body#pdf-layout .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: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
    body#pdf-layout .carousel-control.right {
      left: auto;
      right: 0;
      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: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
    body#pdf-layout .carousel-control:hover, body#pdf-layout .carousel-control:focus {
      outline: 0;
      color: #fff;
      text-decoration: none;
      opacity: 0.9;
      filter: alpha(opacity=90); }
    body#pdf-layout .carousel-control .icon-prev,
    body#pdf-layout .carousel-control .icon-next,
    body#pdf-layout .carousel-control .glyphicon-chevron-left,
    body#pdf-layout .carousel-control .glyphicon-chevron-right {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      z-index: 5;
      display: inline-block; }
    body#pdf-layout .carousel-control .icon-prev,
    body#pdf-layout .carousel-control .glyphicon-chevron-left {
      left: 50%;
      margin-left: -10px; }
    body#pdf-layout .carousel-control .icon-next,
    body#pdf-layout .carousel-control .glyphicon-chevron-right {
      right: 50%;
      margin-right: -10px; }
    body#pdf-layout .carousel-control .icon-prev,
    body#pdf-layout .carousel-control .icon-next {
      width: 20px;
      height: 20px;
      line-height: 1;
      font-family: serif; }
    body#pdf-layout .carousel-control .icon-prev:before {
      content: '\2039'; }
    body#pdf-layout .carousel-control .icon-next:before {
      content: '\203a'; }
  body#pdf-layout .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center; }
    body#pdf-layout .carousel-indicators li {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 1px;
      text-indent: -999px;
      border: 1px solid #fff;
      border-radius: 10px;
      cursor: pointer;
      background-color: #000 \9;
      background-color: transparent; }
    body#pdf-layout .carousel-indicators .active {
      margin: 0;
      width: 12px;
      height: 12px;
      background-color: #fff; }
  body#pdf-layout .carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
    body#pdf-layout .carousel-caption .btn {
      text-shadow: none; }
  @media screen and (min-width: 768px) {
    body#pdf-layout .carousel-control .glyphicon-chevron-left,
    body#pdf-layout .carousel-control .glyphicon-chevron-right,
    body#pdf-layout .carousel-control .icon-prev,
    body#pdf-layout .carousel-control .icon-next {
      width: 30px;
      height: 30px;
      margin-top: -15px;
      font-size: 30px; }
    body#pdf-layout .carousel-control .glyphicon-chevron-left,
    body#pdf-layout .carousel-control .icon-prev {
      margin-left: -15px; }
    body#pdf-layout .carousel-control .glyphicon-chevron-right,
    body#pdf-layout .carousel-control .icon-next {
      margin-right: -15px; }
    body#pdf-layout .carousel-caption {
      left: 20%;
      right: 20%;
      padding-bottom: 30px; }
    body#pdf-layout .carousel-indicators {
      bottom: 20px; } }
  body#pdf-layout .clearfix:before, body#pdf-layout .clearfix:after {
    content: " ";
    display: table; }
  body#pdf-layout .clearfix:after {
    clear: both; }
  body#pdf-layout .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  body#pdf-layout .pull-right {
    float: right !important; }
  body#pdf-layout .pull-left {
    float: left !important; }
  body#pdf-layout .hide {
    display: none !important; }
  body#pdf-layout .show {
    display: block !important; }
  body#pdf-layout .invisible {
    visibility: hidden; }
  body#pdf-layout .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  body#pdf-layout .hidden {
    display: none !important; }
  body#pdf-layout .affix {
    position: fixed; }
@-ms-viewport {
  width: device-width; }
  body#pdf-layout .visible-xs {
    display: none !important; }
  body#pdf-layout .visible-sm {
    display: none !important; }
  body#pdf-layout .visible-md {
    display: none !important; }
  body#pdf-layout .visible-lg {
    display: none !important; }
  body#pdf-layout .visible-xs-block,
  body#pdf-layout .visible-xs-inline,
  body#pdf-layout .visible-xs-inline-block,
  body#pdf-layout .visible-sm-block,
  body#pdf-layout .visible-sm-inline,
  body#pdf-layout .visible-sm-inline-block,
  body#pdf-layout .visible-md-block,
  body#pdf-layout .visible-md-inline,
  body#pdf-layout .visible-md-inline-block,
  body#pdf-layout .visible-lg-block,
  body#pdf-layout .visible-lg-inline,
  body#pdf-layout .visible-lg-inline-block {
    display: none !important; }
  @media (max-width: 767px) {
    body#pdf-layout .visible-xs {
      display: block !important; }
    body#pdf-layout table.visible-xs {
      display: table !important; }
    body#pdf-layout tr.visible-xs {
      display: table-row !important; }
    body#pdf-layout th.visible-xs,
    body#pdf-layout td.visible-xs {
      display: table-cell !important; } }
  @media (max-width: 767px) {
    body#pdf-layout .visible-xs-block {
      display: block !important; } }
  @media (max-width: 767px) {
    body#pdf-layout .visible-xs-inline {
      display: inline !important; } }
  @media (max-width: 767px) {
    body#pdf-layout .visible-xs-inline-block {
      display: inline-block !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body#pdf-layout .visible-sm {
      display: block !important; }
    body#pdf-layout table.visible-sm {
      display: table !important; }
    body#pdf-layout tr.visible-sm {
      display: table-row !important; }
    body#pdf-layout th.visible-sm,
    body#pdf-layout td.visible-sm {
      display: table-cell !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body#pdf-layout .visible-sm-block {
      display: block !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body#pdf-layout .visible-sm-inline {
      display: inline !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body#pdf-layout .visible-sm-inline-block {
      display: inline-block !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    body#pdf-layout .visible-md {
      display: block !important; }
    body#pdf-layout table.visible-md {
      display: table !important; }
    body#pdf-layout tr.visible-md {
      display: table-row !important; }
    body#pdf-layout th.visible-md,
    body#pdf-layout td.visible-md {
      display: table-cell !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    body#pdf-layout .visible-md-block {
      display: block !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    body#pdf-layout .visible-md-inline {
      display: inline !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    body#pdf-layout .visible-md-inline-block {
      display: inline-block !important; } }
  @media (min-width: 1200px) {
    body#pdf-layout .visible-lg {
      display: block !important; }
    body#pdf-layout table.visible-lg {
      display: table !important; }
    body#pdf-layout tr.visible-lg {
      display: table-row !important; }
    body#pdf-layout th.visible-lg,
    body#pdf-layout td.visible-lg {
      display: table-cell !important; } }
  @media (min-width: 1200px) {
    body#pdf-layout .visible-lg-block {
      display: block !important; } }
  @media (min-width: 1200px) {
    body#pdf-layout .visible-lg-inline {
      display: inline !important; } }
  @media (min-width: 1200px) {
    body#pdf-layout .visible-lg-inline-block {
      display: inline-block !important; } }
  @media (max-width: 767px) {
    body#pdf-layout .hidden-xs {
      display: none !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body#pdf-layout .hidden-sm {
      display: none !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    body#pdf-layout .hidden-md {
      display: none !important; } }
  @media (min-width: 1200px) {
    body#pdf-layout .hidden-lg {
      display: none !important; } }
  body#pdf-layout .visible-print {
    display: none !important; }
  @media print {
    body#pdf-layout .visible-print {
      display: block !important; }
    body#pdf-layout table.visible-print {
      display: table !important; }
    body#pdf-layout tr.visible-print {
      display: table-row !important; }
    body#pdf-layout th.visible-print,
    body#pdf-layout td.visible-print {
      display: table-cell !important; } }
  body#pdf-layout .visible-print-block {
    display: none !important; }
    @media print {
      body#pdf-layout .visible-print-block {
        display: block !important; } }
  body#pdf-layout .visible-print-inline {
    display: none !important; }
    @media print {
      body#pdf-layout .visible-print-inline {
        display: inline !important; } }
  body#pdf-layout .visible-print-inline-block {
    display: none !important; }
    @media print {
      body#pdf-layout .visible-print-inline-block {
        display: inline-block !important; } }
  @media print {
    body#pdf-layout .hidden-print {
      display: none !important; } }
  body#pdf-layout .full-width-container {
    width: 100%;
    max-width: 100%;
    clear: both;
    margin: 0 auto; }
  body#pdf-layout .text-center {
    text-align: center; }
  body#pdf-layout .border {
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-right: 1px solid black; }
  body#pdf-layout .pull-right {
    float: right; }
  body#pdf-layout .header {
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px; }
    body#pdf-layout .header h6.title {
      text-align: center;
      background: black;
      color: white;
      text-align: center;
      font-weight: bold;
      font-size: 14px; }
  body#pdf-layout .body {
    margin-left: 40px;
    margin-right: 40px; }
    body#pdf-layout .body table {
      border-collapse: collapse; }
      body#pdf-layout .body table th, body#pdf-layout .body table td {
        border: 1px solid black; }
      body#pdf-layout .body table th {
        text-align: center; }
      body#pdf-layout .body table td {
        padding-left: 2px; }
        body#pdf-layout .body table td.name {
          font-size: 12px; }
      body#pdf-layout .body table tr {
        page-break-inside: avoid; }
    body#pdf-layout .body table.simple tr {
      page-break-inside: avoid; }
  body#pdf-layout .obs {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 0px; }
  body#pdf-layout .tg {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid black;
    width: 94.3%; }
  body#pdf-layout .tg td {
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal; }
  body#pdf-layout .tg th {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal; }
  body#pdf-layout .tg .tg-baqh {
    text-align: center;
    vertical-align: top; }
  body#pdf-layout .tg .tg-yw4l {
    vertical-align: top; }
  body#pdf-layout .footer {
    text-align: center; }
#data-table_wrapper{margin: 15px;}

table.style_tables_wrapper{width: 100%;}

#data-table_wrapper tfoot{height: 32px;}

.paginate_disabled_previous {float: left;}

#data-table_paginate, table.style_tables_filter{float:right;}

#data-table_paginate a{margin-left:15px;}

#data-table_info, #data-table_length{float:left;}

table.style_tables_info{margin-top: 20px; float: left; width: 100%;}

table.style_tables_paginate{float: left; width: 100%;}

#data-table.style_table{margin: 20px 0px;}

table.style_table{
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  float: left;
}
table.style_table tr{
  border-bottom: 1px solid #DDDDDD;
  margin-left: -16px;
  width: 103%;
}
table.style_table td, table.style_table th{
  font-size: 14px;
}

table.style_table th.first, table.style_table td.first{padding-left: 10px;}

table.style_table th{padding-right: 10px;}

table.style_table tbody tr:hover{
  background-color: #E7F1FD;
}

#data-table_wrapper a{
  color: #4F4F4F;
}

#data-table_wrapper a:hover{
  color:#0099ff;
}


table.style_table{
  border-collapse: collapse;
  border-spacing:0px;
  z-index:1;
  width:100%;
  float:left;
  margin-top:20px;
}

table.style_table td{
  border-collapse: collapse;
  border-spacing:0px;
}

table.style_table thead{
  height:40px
}

table.style_table thead th{
  margin-bottom:1px;
  z-index:1;
  padding: 0px 15px;
}

table.style_table thead tr{
  height:42px;
  background: url("thead-bg.png") repeat scroll 0 0 transparent;
  color:#fff;
  text-align:left;
}

table.style_table thead tr:hover{
  cursor:default;
}

table.style_table tr td{
  box-shadow: 0 -1px 0px 0 #fff;
  -webkit-box-shadow: 0 -1px 0px 0 #fff;
  -moz-box-shadow: 0 -1px 0px 0 #fff;
  border-bottom: 1px solid #d9d9d9;
  padding:10px 10px;
  margin:0;
  border-right: 1px solid #e8e8e8;

}

table.style_table tr{
  border-left: 1px solid #e5e5e5;
}

table.style_table tr{
  border-right:none;
}

table.style_table tbody tr{
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #fcfcfc, #eeeeee);
  background-image:    -moz-linear-gradient(top, #fcfcfc, #eeeeee);
  background-image:     -ms-linear-gradient(top, #fcfcfc, #eeeeee);
  background-image:      -o-linear-gradient(top, #fcfcfc, #eeeeee);
  background-image:         linear-gradient(to bottom, #fcfcfc, #eeeeee);
}

table.style_table tbody tr:hover{
  background:#fcfcfc;
  cursor:pointer;
}
.pdf{
	font-size: 13px;
}

.clear_both{
	clear: both;
}

.pdf .title{
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	margin: 15px 0 0 0;
	border-bottom: 1px solid #000;
	text-align: center;
}

.pdf h2{
	float:left;
	width: 100%;
	border-bottom: 1px solid #000;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	margin: 15px 0 0 0;
	text-align: center;
}

#summary{
	margin: 0 0 30px 0;
}

#summary .label{
	float: left;
	width: 200px;
	font-weight: bold;
}
#summary .field{
	width: 50%;
	float: left;
	margin: 5px 0px;
}

.pdf .group_left{
	width: 50%;
	float: left;
}

.pdf .group_right{
	width: 50%;
	float: right;
}

#table_list{
	margin: 30px 0 0 0;
	clear: both;
}
#table_list table{
	font-size: 13px;
	margin: 20px 0 0 0;
	width: 100%;
	border-collapse: collapse;
}
#table_list table thead{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
#table_list table thead tr th{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	line-height: 20px;
}
#table_list table thead tr th.right,
#table_list table tbody tr td.right{
	text-align: right;
}

#table_list #total_value{
	font-size: 12px;
	float: right;
}

#table_list #final_numbers .label,
#table_list #final_numbers .value{
	float: left;
}
#table_list #final_numbers .label{
	font-weight: bold;
	margin-right: 5px;
}
#table_list #final_numbers {
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px solid #000;
}
.provider_transaction_left{
  float: left;
  width: 48%;
}
.provider_transaction_right{
  float: right;
  width: 48%;
}

.style_table th{
  margin-bottom:1px;
  z-index:1;
  padding: 0px 15px;
}

.style_table th{
  height:42px;
  background: url("thead-bg.png") repeat scroll 0 0 transparent;
  color:#fff;
  text-align:left;
}
.pdf .clear_both{
	clear: both;
}
.pdf .box{
	border: 1px solid #000;
}

.pdf{
  font-size: 14px;
}

.pdf .box #header #image{
	width: 140px;
	height: 190px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	float:left;
	border-right: 1px solid #000;
}

.pdf .box #header .text{
	width: 530px;
	border-bottom: 1px solid #000;
	padding: 5px;
	float:left;
}

.pdf .box #header .text h2{
	margin: 0px 0 0px 170px;
}

.pdf .box .receive{
	padding-left: 30px;
	padding-bottom: 10px;
	margin: 5px 0px;
  float: left;
  width: 653px;
}
.pdf .box .receive .label{
	float: left;
}
.pdf .box .receive .name{
	float: left;
  padding-left: 50px;
}
.pdf .box .receive#one,
.pdf .box .receive#two{
	border-bottom: 1px solid #000;
}
.pdf .receipt_title{
  height: 34px;
}

.pdf .receipt_title h2{
  display: block;
  margin-top: 5px !important;
}

.pdf .box .receive#two .name{
	padding-left: 70px;
}

.pdf .box #description,
.pdf .box #doc_description{
	padding-left: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}
.pdf .box #description .left{
	float:left;
	min-width: 300px;
}
.pdf .box #description .left .label,
.pdf .box #description .right .label{
	padding-bottom: 10px;
}
.pdf .box #description .right{
	float: left;
}
.pdf .expense_description{
  font-size: 12px;
  float: left;
  width: 100%;
}
.pdf .box #doc_description .left{
	float:left;
	min-width: 300px;
}
.pdf .box #doc_description .right{
	float:left;
}
.pdf .box #doc_description .left .label,
.pdf .box #doc_description .right .label{
	padding-top: 10px;
}

.pdf .box #signature{

}
.pdf .box #signature #local{
	min-width: 350px;
	float: left;
}

.pdf .box #signature #local .place{
  float: left;
  padding-left: 30px;
  padding-top: 50px;
}
.pdf .box #signature #local span{
  font-size: 12px;
  padding-left: 90px;
  clear: left;
}

.pdf .box #signature #local .date{
  float: left;
  font-size: 14px;
  padding-top: 50px;
  padding-left: 5px;
}

.pdf .box #signature #data{
	float: left;
}
.pdf .box #signature #data .label{
	padding-bottom: 5px;
	padding-bottom: 5px;
}
.pdf .box #signature #data .label:first-of-type{
	padding-top: 10px;
}
.pdf .box #signature #data .label:last-of-type{
	padding-bottom: 10px;
}

#description .label{
  width: 100%;
  float: left;
}

.pdf .receipt_break{
  overflow: hidden;
  page-break-after: always;
}
.pdf table.report_klass_polo_table,
.pdf table.infra_klass_table{
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-spacing:0px;
  z-index:1;
  margin-top:20px;
  margin-bottom:20px;
  color: #000;
  font-size: 14px;
}
.pdf table.report_klass_polo_table tr,
.pdf table.infra_klass_table tr{
  height:40px;
}
.pdf table.report_klass_polo_table tr.even,
.pdf table.infra_klass_table tr.even{
  background-color: #eeeeee;
}
.pdf table.report_klass_polo_table tr td,
.pdf table.infra_klass_table tr td{
  padding:10px 10px;  
}

.pdf table.report_klass_polo_table thead tr,
.pdf table.infra_klass_table thead tr{
  border-top:1px solid #000;
  background-color: #CCCCFF;
}
.pdf table.report_klass_polo_table thead tr th,
.pdf table.infra_klass_table thead tr th{
  padding: 0px 15px;
}

.pdf table.report_klass_polo_table tbody tr,
.pdf table.infra_klass_table tbody tr{
  background-color: #FFF;
  border-top:1px solid #000;
}

.pdf .logo-relatorio{
  display:block;
  width:200px;
  height:50px;
  background:#000 url('logoMovaRelatorios.png');
}

.pdf table.infra_klass_table{

}
body {
  margin: 0px;
  padding: 0px; }

.pdf {
  margin-top: 0px;
  min-height: 440px;
  width: 1960px;
  padding: 10px; }
  .pdf table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px; }
    .pdf table th {
      text-align: left; }
  .pdf tr td {
    width: auto;
    font-size: 14px;
    padding-top: 5px; }
  .pdf thead {
    border-bottom: 1px solid #2D2A2A;
    border-top: 1px solid #2D2A2A; }
  .pdf h2 {
    border-bottom: 1px solid #2D2A2A;
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: center; }

.header_info p {
  display: block;
  font-weight: bold;
  float: left;
  width: 100%; }
  .header_info p span {
    font-weight: normal;
    text-align: right;
    margin-left: 5px;
    margin-right: 10px; }

.pdf td.total {
  text-align: right; }
  .pdf td.total b {
    margin-right: 30px; }

.footer {
  margin-top: 550px; }
  .footer .logo img {
    width: 900px;
    display: block;
    margin: 0 auto;
    margin-left: 490px; }
  .footer .info {
    padding: 10px; }
    .footer .info .left {
      text-align: left;
      width: 50%; }
    .footer .info .right {
      text-align: right;
      float: right;
      width: 50%; }
.pdf{
  float: left;
  position: relative;
  margin-top: 40px;
  width: 100%;
}

.pdf table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}

.pdf table th{text-align: left;}

.pdf tr td{
   width: auto;
   font-size: 14px;
   padding-top: 5px;
}

.pdf thead{
  border-bottom: 1px solid #2D2A2A;
  border-top: 1px solid #2D2A2A;
}

.pdf h2{
  border-bottom: 1px solid #2D2A2A;
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.header_info p{
  display: block;
  font-weight: bold;
  float: left;
  width: 100%;
}

.header_info p span{font-weight: normal; text-align: right; margin-left: 5px; margin-right: 10px;}

.pdf td.total{
  float: right;
  text-align: right;
}

.pdf td.total b{
  margin-right: 30px;
}

.footer{
  padding-bottom: 30px;
  width: 1000px;
  float: left;
  font-size: 14px;
  position: relative;
  height: 250px;
}

.footer img{
  position: relative;
  float: left;
  bottom: 20px;
  margin-top: 20px;
}

.footer_info .left{
  text-align: left;
  float: left;
  width: 50%;
}

.footer_info .right{
  text-align: right;
  float: right;
  width: auto;
}

.footer_info {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  float: right;
}

table.reportHeader {
  margin-top: 10px;
  margin-bottom: 40px;
  display: block;
}

.subtotal{
  border-bottom: 1px solid #2D2A2A;
}
/**
 * selectize.bootstrap3.css (v0.9.0) - Bootstrap 3 Theme
 * Copyright (c) 2013 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #cccccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input > div.active {
  background: #428bca;
  color: #ffffff;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}
.selectize-input > input {
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #cccccc;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 3px 12px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #999999;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}
.selectize-dropdown .active.create {
  color: #262626;
}
.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #ffffff;
}
.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px;
}
.selectize-dropdown-content {
  padding: 5px 0;
}
.selectize-dropdown-header {
  padding: 6px 12px;
}
.selectize-input {
  min-height: 34px;
}

.selectize-input.dropdown-active::before {
  display: none;
}
.selectize-input.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, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px;
}

.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
*{outline:none;}
body{
  overflow-x: hidden;
}
body, html{
  margin:0;
  padding:0;
  font-size:13px;
  font-family:Arial, sans-serif;
  color:#333;
  height:100%;
}

a{
  outline:none;
  color: #981C1E;
}

ul li{
  list-style:none;
}

input:disabled{background:#ECE9E9 !important;}
input[type=submit]:disabled{background:#808080 !important;}

.commentsLeft{
  position:relative;
  width:45%;
  float:left;
}

.commentsRight{
  position:relative;
  width:45%;
  float:left;
}

#main{
  width: 100%;
  position:relative;
}

div.intranet-menu{
  width:100%;
  background:#fff url("bg-menu.png") repeat-x bottom;
  border-bottom: 1px solid #ccc;
}

ul.intranet-menu{
  background:url('bg-menu.png')repeat-x bottom;
  width:100%;
  height:84px;
  margin:0px;
  padding:0px;
  position:relative;
  padding-top:5px;

}

ul.intranet-menu li{
  position:relative;
  display:block;
  float:left;
  width:52px;
  height:84px;
}

#home {width:52px;}
#home a{background-position: -880px bottom;}
#home a:hover{background-position: -880px -1px;}

#cadastro-fichas {width:103px;}
#cadastro-fichas a{background-position:2px bottom;}
#cadastro-fichas a:hover{background-position:2px 0px;}

#cadastro-aporte{width:113px;}
#cadastro-aporte a{background-position: -101px bottom;}
#cadastro-aporte a:hover{background-position: -101px 0px;}


#geracao-aporte {width:109px;}
#geracao-aporte a{background-position: -214px bottom;}
#geracao-aporte a:hover{background-position: -214px 0px;}

#quadro-mensal {width:125px;}
#quadro-mensal a{background-position: -323px bottom;}
#quadro-mensal a:hover{background-position: -323px 0px;}

#avalicao-diagnostico {width:130px;}
#avalicao-diagnostico a{background-position: -448px bottom;}
#avalicao-diagnostico a:hover{background-position: -448px 0px}

#requisicao-aporte {width:80px;}
#requisicao-aporte a{background-position: -578px bottom;}
#requisicao-aporte a:hover{background-position: -578px 0px;}

#solicitacao-numeros {width:81px;}
#solicitacao-numeros a{background-position: -659px bottom;}
#solicitacao-numeros a:hover{background-position: -659px 0px;}

#cadastro-usuarios {width:97px;}
#cadastro-usuarios a{background-position:-863px bottom;}
#cadastro-usuarios a:hover{background-position:-863px 0px;}

#auditoria {width:86px;}
#auditoria a{background-position:-1047px bottom;}
#auditoria a:hover{background-position:-1047px 0px;}


#manual {width:85px;}
#manual a{background-position:-962px bottom;}
#manual a:hover{background-position:-962px 0px;}

#sair {width:122px; z-index: 1000; height: 45px;}
#sair a:hover{background-position: -740px 0px;}

#sair a.trocar-usu{background:url('mainmenu.png') no-repeat -740px -84px !important; height:24px;}
#sair a.trocar-usu:hover{background:url('mainmenu.png') no-repeat -740px 0px !important; height:24px;}

#sair a.trocar-senha{background:url('mainmenu.png') no-repeat -740px -108px !important; height:22px;}
#sair a.trocar-senha:hover{background:url('mainmenu.png') no-repeat -740px -24px !important; height:22px;}

#sair a.sair{background:url('mainmenu.png') no-repeat -740px -130px !important; height:30px;}
#sair a.sair:hover{background:url('mainmenu.png') no-repeat -740px -46px !important; height:30px;}

#trocar-usuarios{
  width:auto;
  display:block;
  float:right;
  position:relative;
  margin:3px -114px 0px 0px;
  height:20px;
}

#sair{
  width:auto;
  display:block;
  float:right;
  position:relative;
  margin:32px 12px 0px 0px;
  width:117px;
}


ul.intranet-menu li a{
  display:block;
  float:left;
  width:100%;
  height:100%;
  background:url('mainmenu.png') no-repeat 0 bottom;
  text-indent:-9999px;
}

ul.intranet-menu li a:hover{
  background:url('mainmenu.png') no-repeat -1px;
}

ul.dropdown_main_menu{
  position:absolute;
  display:none;
  width:auto;
  z-index:2;
  left:-1px;
  top:84px;
  margin:0;
  padding:0;
  border:1px solid #ccc;
  background:#fff !important;
  padding-bottom:1px;
}

ul.dropdown_main_menu li{
  margin:0;
  position:relative;
  text-indent:-1px;
  display:block;
  width:227px;
  height:45px;
  float:left;
}

ul.dropdown_main_menu li a{
  position:absolute;
  text-indent:-1px;
  background:url('submenu.png') no-repeat -320px 0px !important;
  padding: 15px 0px 0px 50px;
  text-decoration: none;
  color: #000;
 -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

ul.dropdown_main_menu li a:hover{
  position:absolute;
  background:url('submenu.png') no-repeat top left !important;
  padding: 15px 0px 0px 50px;
  text-decoration: none;
  color: #000;
 -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.second-level{
  display:none;
  position:relative;
  margin:0px !important;
  padding:0px !important;
  top:0px !important;
  left:235px !important;
}

.second-level li{
  height:44px !important;
}

#cadastro-nucleos {width:227px;}
#cadastro-nucleos a{background-position: -320px 0px !important;}
#cadastro-nucleos a:hover{background-position:0px 0px !important;}

#cadastro-colaboradores {width:227px; height:44px;}
#cadastro-colaboradores a{background-position: -320px -45px !important;}
#cadastro-colaboradores a:hover{background-position:0px -45px !important;}

#cadastro-turmas {width:227px; height:44px;}
#cadastro-turmas a{background-position: -320px -89px !important;}
#cadastro-turmas a:hover{background-position:0px -89px !important;}

#cadastro-educandos {width:227px; height:44px;}
#cadastro-educandos a{background-position: -320px -133px !important;}
#cadastro-educandos a:hover{background-position:0px -133px !important;}

#cadastro-parceiros {width:227px; height:44px;}
#cadastro-parceiros a{background-position: -320px -1078px !important;}
#cadastro-parceiros a:hover{background-position:0px -1078px !important;}

#monitora-frequencia {width:227px; height:45px;}
#monitora-frequencia a{background-position: -320px -180px !important;}
#monitora-frequencia a:hover{background-position:0px -180px !important;}

#avaliacao-diagnostico {width:227px; height:44px;}
#avaliacao-diagnostico a{background-position: -320px -225px !important;}
#avaliacao-diagnostico a:hover{background-position:0px -225px !important;}

#resumo-cadastors {width:227px; height:45px;}
#resumo-cadastors a{background-position: -320px -272px !important;}
#resumo-cadastors a:hover{background-position:0px -272px !important;}

#resumo-geral {width:227px; height:44px;}
#resumo-geral a{background-position: -320px -317px !important;}
#resumo-geral a:hover{background-position:0px -317px !important;}

/*************************************************************************/

#aporte-formacao {width:214px; height:46px;}
#aporte-formacao a{background-position: -320px -362px !important;}
#aporte-formacao a:hover{background-position:0px -362px !important;}

#aporte-visita {width:214px; height:44px;}
#aporte-visita a{background-position: -320px -408px !important;}
#aporte-visita a:hover{background-position:0px -408px !important;}

#gerar-aporte {width:214px; height:44px;}
#gerar-aporte a{background-position: -320px -1034px !important;}
#gerar-aporte a:hover{background-position:0px -1034px !important;}

/*************************************************************************/

#gerar-aporte-formacao {width:243px; height:46px;}
#gerar-aporte-formacao a{background-position: -320px -453px !important;}
#gerar-aporte-formacao a:hover{background-position:0px -453px !important;}

#gerar-aporte-visita {width:243px; height:44px;}
#gerar-aporte-visita a{background-position: -320px -499px !important;}
#gerar-aporte-visita a:hover{background-position:0px -499px !important;}

/*************************************************************************/

#fundo-fixo {width:235px; height:46px;}
#fundo-fixo a{background-position: -320px -544px !important;}
#fundo-fixo a:hover{background-position:0px -544px !important;}

#acerto-caixa {width:235px; height:45px;}
#acerto-caixa a{background-position: -319px -1166px !important;}
#acerto-caixa a:hover{background-position:0px -1166px !important;}

#solicitacao {width:235px; height:44px;}
#solicitacao a{background-position: -320px -1122px !important;}
#solicitacao a:hover{background-position:0px -1122px !important;}

#formacoes {width:235px; height:44px;}
#formacoes a{background-position: -320px -1210px !important;}
#formacoes a:hover{background-position:0px -1210px !important;}

#orcamento_anual {width:235px; height:44px;}
#orcamento_anual a{background-position: -320px -1254px !important;}
#orcamento_anual a:hover{background-position:0px -1254px !important;}

#solicitacao-numerarios {width:235px; height:44px;}
#solicitacao-numerarios a{background-position: -320px -1122px !important;}
#solicitacao-numerarios a:hover{background-position:0px -1122px !important;}

#pagamento-direto {width:235px; height:44px;}
#pagamento-direto a{background-position: -320px -1342px  !important;}
#pagamento-direto a:hover{background-position:0px -1342px  !important;}

#solicitacao-contabilidade-num {width:235px; height:44px;}
#solicitacao-contabilidade-num a{background-position: -320px -634px !important;}
#solicitacao-contabilidade-num a:hover{background-position:0px -634px !important;}

#relatorio-financeiro {width:243px; height:44px;}
#relatorio-financeiro a{background-position: -320px -1298px !important;}
#relatorio-financeiro a:hover{background-position:0px -1298px !important;}

#relatorio-colaborador {width:243px; height:44px;}
#relatorio-colaborador a{background-position: -320px -1298px !important;}
#relatorio-colaborador a:hover{background-position:0px -1298px !important;}

/*************************************************************************/

#relatorio-colaborador-sub {width:235px; height:44px; margin-top: 1px;}
#relatorio-colaborador-sub a{background-position: -320px -859px !important;}
#relatorio-colaborador-sub a:hover{background-position:0px -858px !important;}

#relatorio-colaborador-sub-sub {width:235px; height:44px;}
#relatorio-colaborador-sub-sub a{background-position: -320px -903px !important;}
#relatorio-colaborador-sub-sub a:hover{background-position:0px -902px !important;}

#relatorio-colaborador-sub-sub-sub {width:235px; height:44px;}
#relatorio-colaborador-sub-sub-sub a{background-position: -320px -947px !important;}
#relatorio-colaborador-sub-sub-sub a:hover{background-position:0px -946px !important;}

#relatorio-colaborador-sub-sub-sub-sub {width:235px; height:44px; margin-bottom:1px !important;}
#relatorio-colaborador-sub-sub-sub-sub a{background-position: -320px -991px !important;}
#relatorio-colaborador-sub-sub-sub-sub a:hover{background-position:0px -990px !important;}

/*************************************************************************/

#relatorio-financeiro-sub {width:235px; height:44px; margin-top: 1px;}
#relatorio-financeiro-sub a{background-position: -320px -859px !important;}
#relatorio-financeiro-sub a:hover{background-position:0px -858px !important;}

#relatorio-financeiro-sub-sub {width:235px; height:44px;}
#relatorio-financeiro-sub-sub a{background-position: -320px -903px !important;}
#relatorio-financeiro-sub-sub a:hover{background-position:0px -902px !important;}

#relatorio-financeiro-sub-sub-sub {width:235px; height:44px;}
#relatorio-financeiro-sub-sub-sub a{background-position: -320px -947px !important;}
#relatorio-financeiro-sub-sub-sub a:hover{background-position:0px -946px !important;}

#relatorio-financeiro-sub-sub-sub-sub {width:235px; height:44px; margin-bottom:1px !important;}
#relatorio-financeiro-sub-sub-sub-sub a{background-position: -320px -991px !important;}
#relatorio-financeiro-sub-sub-sub-sub a:hover{background-position:0px -990px !important;}

/*************************************************************************/

#validacao-fundo-fixo {width:320px; height:45px; }
#validacao-fundo-fixo a{background-position: -320px -724px !important;}
#validacao-fundo-fixo a:hover{background-position:0px -724px !important;}

#validacao-solicitacao-numerarios {width:320px; height:44px;}
#validacao-solicitacao-numerarios a{background-position: -320px -769px !important;}
#validacao-solicitacao-numerarios a:hover{background-position:0px -769px !important;}

#validacao-contabilidade {width:320px; height:44px;}
#validacao-contabilidade a{background-position: -320px -813px !important;}
#validacao-contabilidade a:hover{background-position:-1px -813px !important;}

/*************************************************************************/

.menu_title{
  background: url("menu_title.png") repeat scroll 0 0 transparent;
  float: left;
  height: 33px;
  width: 199px;
}

.menu_title a{
  text-decoration: none;
  padding: 10px 20px;
  float: left;
  font-weight: bold;
  font-size: 13px;
}

.sub_menu a{
  float: right;
  padding: 10px 20px;
  color: #4B81C1;
  text-decoration: none;
}

.sub_menu a:hover{
  text-decoration: underline;
}


#content #main_column_wrapper{
  width: 99%;
  background-color: #fff;
  margin:0 auto;
  padding: 0px;
  padding-top:60px;
  padding-bottom:160px;
}

#content_wrapper{
  min-height:100%;
}

#main_column{
  padding: 20px;
  padding-top: 0px;
}

#main_column a{
  text-decoration: none;
}

#main_column a:hover{
  text-decoration: underline;
}

div.menu-aplicacao{
  background: url("menu_bg.png") repeat-x scroll left bottom transparent;
  border-bottom: 1px solid #bbbbbb;
  border-top: 1px solid #00132e;
  height: 25px;
  width:100%;
  -moz-box-shadow: 0px 1px 0px #eee;
  -webkit-box-shadow: 0px 1px 0px #eee;
  box-shadow: 0px 1px 0px #eee;
}

ul.menu-aplicacao{
  background: url("menu_bg.png") repeat-x scroll left bottom transparent;
  height: 25px;
  width:1000px;
  margin:0 auto;
  padding:0;
}

ul.menu-aplicacao li{
  border-right: 1px solid #E5E5E5;
  border-left: 1px solid #FFFFFF;
  height: 25px;
  float: left;
  list-style:none;
  margin:0;
  padding:0;
}

ul.menu-aplicacao li a{
  width: auto;
  padding: 5px 20px 0px 20px;
  height:20px;
  float: left;
  text-decoration:none;
  font-weight: normal;
}

ul.menu-aplicacao li a:hover{background:#fefefe;
}

.clearfix {
  clear: both;
  display: block;
  padding-bottom: 30px;
}


/*****************************************************************************/

.dataTables_wrapper{
  float:left;
}

.dataTables_paginate{
  margin-left:-3px;
  margin-top:3px;
  position:relative;
  margin-top:20px;
}

.dataTables_paginate a.paginate_active{
    background: url('novo.png') left top;
  border: 1px solid
  #3079ED;
  color: #fff !important;
  font-size:13px;
  border-top:1px solid #5f9cf2;
  box-shadow: 0 -1px 0px 0 #3679e5;
  color:#fff !important;
  cursor:pointer !important;
}

.dataTables_paginate a{
  margin:3px;
  padding:4px 8px;
  cursor: default !important;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  background: url('novo.png') left bottom;
  border: 1px solid
  #ccc;
  font-size:13px;
  box-shadow: 0 -1px 0px 0 #fff;
  cursor:pointer;
  -webkit-border-radius: 2px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
          border-radius: 2px; /* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */

  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  color:#333 !important;
  font-weight:normal;
}

.dataTables_paginate a:hover{
  background: url('novo.png') left top;
  border: 1px solid
  #3079ED;
  color: #fff !important;
  font-size:13px;
  border-top:1px solid #5f9cf2;
  box-shadow: 0 -1px 0px 0 #3679e5;
  color:#fff !important;
  cursor:pointer !important;
}

.title_actions a{
  right:0px;
  position:absolute;
  cursor: default !important;
  display: inline-block;
  font-weight: bold;
  height: 16px;
  min-width: 54px;
  padding: 9px 44px 9px 22px;
  text-align: center;
  text-decoration: none !important;
  background: url('novo.png') right top;
    background: url('novo.png') right -34px;
  border: 1px solid
  #3079ED;
  color: #fff !important;
  font-size:13px;
  border-top:1px solid #8eb3ed;
  box-shadow: 0 -1px 0px 0 #3679e5;
  cursor:pointer;
}

.title_actions a:hover{
  background: url('novo.png') right top;
  cursor:pointer !important;
}


.dataTables_filter{
  float:right;
  display:block;
}

.dataTables_filter input{
  border: 1px solid #ccc;
  padding:4px;
  background:none;
  -webkit-border-radius: 2px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
          border-radius: 2px; /* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */

  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

.dataTables_filter input:focus{
  border: 1px solid #3c76d4;
  outline:none;
}

.dataTables_length{
  float:left;
}

.list-actions, .gray_link{
  font-size:11px !important;
  color:#555 !important;
  border: 1px solid #c8c8c8;
  padding: 6px 8px 5px 8px;
  background: url('bg_button.png');
  font-family: 'OpenSansSemibold';
  color: #444;
  -webkit-box-shadow: 0px 1px 0px 0px #fff;
  -moz-box-shadow: 0px 1px 0px 0px #fff;
  box-shadow: 0px 1px 0px 0px #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
  position: relative;
  left:5px;
}

 .blue_link{
  font-size:11px !important;
  border: 1px solid #313186;
  padding: 6px 8px 5px 8px;
  background: url('bg_button.png') 0px -30px;
  font-family: 'OpenSansSemibold';
  color: #fff;
  font-weight: bold;
  -webkit-box-shadow: 0px 1px 0px 0px #fff;
  -moz-box-shadow: 0px 1px 0px 0px #fff;
  box-shadow: 0px 1px 0px 0px #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
  position: relative;
  left:5px;
}

.list-actions-btn{
  font-size:11px !important;
  color:#555 !important;
  border: 1px solid #c8c8c8;
  padding: 6px 8px 5px 8px;
  background:#f1f1f1;
  font-family: 'OpenSansSemibold';
  color: #444;
  -webkit-box-shadow: 0px 1px 0px 0px #fff;
  -moz-box-shadow: 0px 1px 0px 0px #fff;
  box-shadow: 0px 1px 0px 0px #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}

.list-actions:hover{
  color:#000;
  text-decoration:none !important;
  border:1px solid #888 !important;
}

.list-actions-btn:hover{
  color:#000;
  text-decoration:none !important;
  border:1px solid #888 !important;
}


.apagar{background:#f7f7f7 url(icons/delete.png) no-repeat 5px 4px; padding: 6px 8px 5px 26px;}

.editar{background:#f7f7f7 url(icons/edit.png) no-repeat 5px 4px; padding: 6px 8px 5px 26px;}

.visualizar{background:#f7f7f7 url(icons/view.png) no-repeat 5px 4px; padding: 6px 8px 5px 26px;}

.dataTables_info{
  margin-top:40px;
}

.more-info{
  position:relative;
  width:960px;
  background:#fefefe;
  bottom:0;
  margin-top:30px;
}

.more-info div{
  position:relative;
  display:none;
  border-bottom: 1px solid #d9d9d9;
  padding:15px;
}

.more-info p{
  position:relative;
}

.more-click{
  height:50px;
  width:960px;
  bottom:0;
}


/*********************************CADASTRO-GERAL*************************************/

.insert a{
  font-size:11px !important;
  color:#555 !important;
  border: 1px solid #c8c8c8;
  padding: 6px 12px 5px 12px;
  background: url('bg_button.png');
  font-family: 'OpenSansSemibold';
  color: #444;
  -webkit-box-shadow: 0px 1px 0px 0px #fff;
  -moz-box-shadow: 0px 1px 0px 0px #fff;
  box-shadow: 0px 1px 0px 0px #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
  padding-left:26px;
  background:#f7f7f7 url(icons/insert.png) no-repeat 5px 4px;
}

.insert a:hover{
 text-decoration:none !important;
  background:#E7E7E7 url(icons/insert.png) no-repeat 5px 4px;
}

fieldset.view{
  border:1px solid #d0d0d0;
  clear:both;
  display:block;
  width:935px;
  padding:5px 15px 0px 15px;
  margin:0px 0px 20px 0px;
}

fieldset.view h3{
  margin: -5px -15px 0;
  padding:10px 0px 10px 15px;
  background:none repeat scroll 0 0 #F5F5F5;
  width:955px;
}

fieldset.view p{
  padding:12px 10px 10px 10px;
  margin:0px 0px 0px 0px;
  border-bottom:1px solid #f0f0f0;
}

fieldset.view p:hover{
  background:#f5f5f5;
}

.btn_master{
  padding: 9px 15px;
  font-size:1.4em;
  font-weight:bolder;
  text-transform: uppercase;
  letter-spacing: -.015em;
  color:#fff;
  border: 1px solid #3a77a4;
  background:#67a5ff;
  /* gradient */
  background: -moz-linear-gradient(top, #67a5ff, #5e9bf2);
  background: -webkit-linear-gradient(top, #67a5ff, #5e9bf2);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a5ff', endColorstr='#5e9bf2');
  /* corner */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  /* shadow */
  -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size:14px;
    float: right;
    position: relative;
    margin:20px 0px 0px 0px;
}

.btn_master:hover{
  background:#5e9bf2;
  /* gradient */
  background: -moz-linear-gradient(top, #5495ff, #4788ee);
  background: -webkit-linear-gradient(top, #5495ff, #4788ee);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5495ff', endColorstr='#4788ee');
  /* shadow */
  -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), inset 0 1px 0 0 rgba(255,255,255,.4);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
  box-shadow:  0 1px 1px 0 rgba(0,0,0,.2), inset 0 1px 0 0 rgba(255,255,255,.4);
  text-decoration:none !important;
}

/***********************************FORMFRAME***************************************/

body{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/opensans-regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('fonts/opensans-semibold-webfont.eot');
    src: url('fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-semibold-webfont.woff') format('woff'),
         url('fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('fonts/opensans-semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

#formframe label{
  font-family: 'OpenSansRegular';
}

#formframe{
  width:auto;
  margin:0 auto;
  padding:0;
}

#formframe input{
  outline:none;
  height:28px;
  border: 1px solid #c8c8c8;
  font-family: 'OpenSansRegular';
  padding:0px 7px 0px 7px;
  color:#555;
  -webkit-box-shadow: 0px 1px 0px 0px #fff;
    -moz-box-shadow: 0px 1px 0px 0px #fff;
    box-shadow: 0px 1px 0px 0px #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  background:#fff;
}

#formframe input:focus{
  border: 1px solid #2c6fec;
}

#formframe input.submit{
  border: 1px solid #c8c8c8;
  padding:5px 16px 5px 16px;
  height:30px;
  background:url('bg_button.png');
  font-family: 'OpenSansSemibold';
  color:#333;
  -webkit-box-shadow: 0px 1px 0px 0px #fff;
    -moz-box-shadow: 0px 1px 0px 0px #fff;
    box-shadow: 0px 1px 0px 0px #fff;
  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/*#formframe input[type=submit]{
  border: 1px solid #c8c8c8;
  padding:5px 16px 5px 16px;
  height:30px;
  background:url('bg_button.png');
  font-family: 'OpenSansSemibold';
  color:#333;
  -webkit-box-shadow: 0px 1px 0px 0px #fff;
    -moz-box-shadow: 0px 1px 0px 0px #fff;
    box-shadow: 0px 1px 0px 0px #fff;
  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}*/

#login #formframe input[type=submit]:hover{
  color:#fff !important;
  cursor:pointer;
}

#formframe input[type=submit]:hover{
  color:#fff !important;
  cursor:pointer;
}

#formframe input.submit:active{
  background-position:0px -30px ;
  border: 1px solid #173988;
  color:#fff;
  text-shadow: 0px 1px 0px #173988;
  cursor:pointer;
}

#formframe textarea{
  outline:none;
  line-height:18px;
  border: 1px solid #c8c8c8;
  font-family: 'OpenSansRegular';
  padding:7px 7px 7px 7px;
  min-height:100px;
  margin:0;
  color:#555;
  -webkit-box-shadow: 0px 1px 0px 0px #fff;
    -moz-box-shadow: 0px 1px 0px 0px #fff;
    box-shadow: 0px 1px 0px 0px #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  font-size:13px;
}

#formframe textarea:focus{
  border: 1px solid #2c6fec;
}

#formframe button{
  border: 1px solid #c8c8c8;
  padding:7px 15px 6px 15px;
  background:url('bg_button.png');
  font-family: 'OpenSansSemibold';
  color:#333;


  -webkit-box-shadow: 0px 1px 0px 0px #fff;
    -moz-box-shadow: 0px 1px 0px 0px #fff;
    box-shadow: 0px 1px 0px 0px #fff;

  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#formframe button:hover{
  color:#3079ed;
  cursor:pointer;
}

#formframe button:active{
  background-position:0px -30px ;
  border: 1px solid #173988;
  color:#fff;
  text-shadow: 0px 1px 0px #173988;
  cursor:pointer;
}

#formframe fieldset{
  width:98% !important;
  margin: 15px 0px;
  padding: 8px 5px;
  border: 1px solid #ccc;
}

#formframe fieldset fieldset{
  width:860px;
  margin: 15px 0px;
  padding: 8px 5px;
  border: 1px solid #ccc;
  padding-top:20px;
  margin-bottom:25px;
}

 fieldset{
  border:0px;
  display:inline;
 }

 #formframe fieldset li{
   list-style-type:none;
   margin-bottom:10px;
 }

 #formframe fieldset li label{
   list-style-type:none;
   display:block;
   width:200px;
   float:left;
   padding-top:6px;
 }

 #formframe fieldset li input{
   list-style-type:none;
   display:block;
   width:250px;
 }

#formframe fieldset{
  width:950px;
  margin: 15px 0px;
  padding: 8px 5px;
  border: 1px solid #ccc;
}

 .action_back a{
  right:0px;
  position:absolute;
  cursor: default !important;
  display: inline-block;
  font-weight: bold;
  height: 16px;
  min-width: 54px;
  padding: 9px 44px 9px 22px;
  text-align: center;
  text-decoration: none !important;
  background: url('voltar.png') right top;
    background: url('voltar.png') right -34px;
  border: 1px solid
  #3079ED;
  color: #fff !important;
  font-size:13px;
  border-top:1px solid #8eb3ed;
  box-shadow: 0 -1px 0px 0 #3679e5;
  cursor:pointer;
}

.action_back a:hover{
  background: url('voltar.png') right top;
  cursor:pointer !important;
}

#quick_search_container abbr{
  display:none;
}

table#summary{
  position:relative !important;
}

.valores{
  margin:0px;
  padding:0px;
}

.valores li{
  border-bottom:1px solid #eee;
  margin:0px;
  padding:6px;
  position:relative;
  display:block;
}

.valores li:hover{
  border-bottom:1px solid #ccc;
}

.valores li span{
  float:right;
}

.valores li.depositado{
  color:#4a7118 !important;
}

.valores li.gasto{
  color:#cd3c3c !important;
}

.valores li.diferenca{
  color:#333 !important;
}

#noticia{
  height:100px;
}


ul#klass_report_index_list{
  padding: 0;
  margin: 0;
}
ul#klass_report_index_list li{
  padding: 10px;
}
ul#klass_report_index_list li .report_klass_form{
  padding: 18px 0px 0px 0px;
  display: block;
  display:none;
}

.contribution-formation{
  float:left;
  margin-right:20px;
}

p.inline-errors{
  font-size: 13px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
  color: #FF4040;
}

#login{
  margin: 0 auto;
  display: block;
  width: 280px;
}

#login input{
  width: 250px;
}

#login #user_session_submit{
  width: 235px;
}

#header_wrapper{
  height: 136px;
  margin: 0 auto;
  width:100%;
  padding:10px 0px;
  padding-top:0px;
  overflow: hidden;
  background:#fff;
  box-shadow: 0 1px 2px 0 #4A4A4A;
  -webkit-box-shadow: 0 1px 2px 0 #4A4A4A;
  -moz-box-shadow: 0 1px 2px 0 #4A4A4A;
}

#header{
  position:relative;
  width: auto;
  height:145px;
  background: url("logo.png") no-repeat;
  margin-left: 100px;
  margin-top: 10px;
}

h1.title{
  background: url("title_bg.png") repeat-x scroll 0 0 transparent;
  float: left;
  display:block;
    -moz-box-shadow: 0px 1px 0px #fff;
  -webkit-box-shadow: 0px 1px 0px #fff;
  box-shadow: 0px 1px 0px #fff;
  height: 25px;
  width:980px;
  margin:0px 0px 20px -30px;
  padding:10px 0px 0px 30px !important;
  font-size:16px;
  font-weight:bold;
  text-transform:uppercase;
  color:#142e53;
  position:relative;
  width:100%;
  left:0px;
  border-bottom:1px solid #aaa;
  border-top:1px solid #aaa;
  padding-left:30px;
  margin-top:-60px;
  padding-right:30px !important;
}

#footer_wrapper {
  background: none repeat scroll 0 0 #4B80C1;
  height: 70px;
  margin: 0 auto 0px;
  padding: 0;
  width: 100%;
  position: absolute;
  border-top:1px solid #d6dce0;
  margin-top:-78px;
}

#footer{
  margin: 0 auto;
  width: 100%;
  height: 76px;
  float: left;
  background: url("footer.png") no-repeat scroll center bottom #fff;
}

#formframe div{
  margin-bottom: 20px;
}

#formframe .fields, #formframe .fields .fields_wrapper{
  margin-bottom: 0px !important;
}

#formframe .form_actions .add{
  margin-bottom: 20px;
  float: right;
  width: 100%;
}

#formframe label{
  font-weight: bold;
}

li.choice label{
  font-weight: normal !important;
}

#formframe legend label{
  font-weight: bold !important;
}


.title_actions{
  position:absolute;
  right:0;
  width:500px;
  margin-top:-59px;

}

.title_actions a{
  right:0px;
  position:relative;
  float:right;
  cursor: default !important;
  display: inline-block;
  font-weight: bold;
  height: 16px;
  min-width: 54px;
  padding: 9px 44px 9px 22px;
  text-align: center;
  text-decoration: none !important;
  background: url('novo.png') right top;
    background: url('novo.png') right -34px;
  border: 1px solid
  #3079ED;
  color: #fff !important;
  font-size:13px;
  border-top:1px solid #8eb3ed;
  box-shadow: 0 -1px 0px 0 #3679e5;
  cursor:pointer;
  margin-bottom: 0px !important;
}

.title_actions a.back_link{
  margin-top: 60px;
  right:0px;
  position:relative;
  float:right;
  cursor: default !important;
  display: inline-block;
  font-weight: bold;
  height: 16px;
  min-width: 54px;
  padding: 9px 44px 9px 22px;
  text-align: center;
  text-decoration: none !important;
  background: url('voltar.png') right top;
    background: url('voltar.png') right -34px;
  border: 1px solid
  #3079ED;
  color: #fff !important;
  font-size:13px;
  border-top:1px solid #8eb3ed;
  box-shadow: 0 -1px 0px 0 #3679e5;
  cursor:pointer;
  border-left:0px solid #ccc;
}

.title_actions a.back_link:hover{
  background: url('voltar.png') right top;
  cursor:pointer;
}

.title_actions .presence_lists a, .action_back .presence_lists a{
  border-right:0px solid #ccc !important;
  padding-right:22px;
  background: url('novo.png') left -34px;
}


.title_actions .presence_lists a:hover, .action_back .presence_lists a:hover{
  background: url('novo.png') left top;
}


.title_actions a:hover{
  background: url('novo.png') right top;
  cursor:pointer !important;
}

.title_actions input[type=submit]{
   display: block;
    float: left;
    left: 0;
    position: absolute;
}

.form_actions {

}

#error_explanation{
  display:inline;
  color:#CB3425;
}

#login .title{
  position: absolute;
}

.hidden{
  display: none;
}

.form_action{
  width: 100%;
  text-align: left;
  color: #F55151;
  font-weight: bolder;
  font-style: italic;
}

.permissions_field{
  float: left;
  width: 100%;
}
.custom_checkbox input{
  float: left;
}

.custom_checkbox label{
  margin-top: 5px;
  margin-top: 11px;
  float: left;
}

#report_form form{
  height: auto;
  overflow: hidden;
}

.presence_report, .presence_status_report{
  float: left;
  width: 50%;
  display: block;
  position: relative;
}

#report_form {
  position: absolute;
  float: left;
  width: 100%;
  background:#ccc;
  margin-left:-30px;
  margin-top: -23px!important;
  padding:6px 30px 0px 10px;
  border-bottom:1px solid #ccc;
  background:#5e9bf2;
  /* gradient */
  background: -moz-linear-gradient(top, #eee, #e0e0e0);
  background: -webkit-linear-gradient(top, #eee, #e0e0e0);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#e0e0e0');
  /* shadow */
  -moz-box-shadow: inset 0 1px 0 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 0 #fff;
  box-shadow: inset 0 1px 0 0 #fff;
  margin-top:-25px;
}

#report_form form{
  height: auto;
  overflow: hidden;
}

#report_form ul{
  padding:0;
  margin:0;
}

#report_form ul li{
  padding:0;
  margin:0;
  display:block;
  margin-right:20px;
  float:left;
}

#report_form ul li.first{
  padding:0;
  margin:0;
  display:block;
  margin-right:20px;
  width:135px;
  float:left;
}

#report_form label{
  display:block;
  padding:5px 0px;
  padding-left:3px;
  padding-bottom:0px;
}

#report_form input[type=submit], input[type=submit].blue_button{
  color:#fff;
  border: 1px solid #c8c8c8;
  border-color:#3a77a4;
  background:#67a5ff;
  /* gradient */
  background: -moz-linear-gradient(top, #67a5ff, #5e9bf2);
  background: -webkit-linear-gradient(top, #67a5ff, #5e9bf2);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a5ff', endColorstr='#5e9bf2');
  /* corner */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  /* shadow */
  -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size:13px;
  -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position:relative;
    top:24px;
}


#report_form input[type=submit]:hover, input[type=submit].blue_button{
  background:#5e9bf2;
  /* gradient */
  background: -moz-linear-gradient(top, #5495ff, #4788ee);
  background: -webkit-linear-gradient(top, #5495ff, #4788ee);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5495ff', endColorstr='#4788ee');
  /* shadow */
  -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), inset 0 1px 0 0 rgba(255,255,255,.4);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
  box-shadow:  0 1px 1px 0 rgba(0,0,0,.2), inset 0 1px 0 0 rgba(255,255,255,.4);
}

#report_form #rooms_div{
  float: left;
}

#report_form select{
  margin-left: 2px;
  float: left;
  min-width:130px;
}

#report_form #generate_report{
  float: left;
  margin-top: -10px !important;
  margin-left: 10px;
}

#report_container{
  float: left;
  margin: 0 auto;
  margin-top: 40px !important;
  width: 100%;
}

#report_container .report > div {
  float: left;
  width: 40%;
}

#report_container .report > table{
  float: left;
  width: 40%;
  margin-left:20px;
}

#report_container .report{
  clear: both;
}

#report_container .spinner{
  margin-left: 50%;
  margin-top: 50px;
  float: left;
  left: 0 !important;
}

.second_report_links{
  clear: both;
}

.second_report_links a{
  float: left;
  margin-right: 15px;
  background: none repeat scroll 0 0 padding-box #888888;
  border-radius: 2px 2px 2px 2px;
  color: white !important;
  display: block;
  font-size: 10px;
  padding: 5px;
}
#second_report{
  float: left;
  margin-top: 30px;
  width: 100%;
}


.actions .presence_lists a, .action_back .presence_lists a{
  border-right:0px solid #ccc !important;
  padding-right:22px;
  background: url('novo.png') left -34px;
}


.actions .presence_lists a:hover, .action_back .presence_lists a:hover{
  background: url('novo.png') left top;
}


table#presence_list tbody tr td{
  box-shadow: 0 -1px 0px 0 #fff;
  -webkit-box-shadow: 0 -1px 0px 0 #fff;
  -moz-box-shadow: 0 -1px 0px 0 #fff;
  border-bottom: 1px solid #d9d9d9;
  padding:10px 10px;
  margin:0;
  border-right: 1px solid #e8e8e8;
}


table#presence_list tr td{
  text-align:center;
}

table#presence_list tbody tr td.student{
  text-align:left;
}


#presence_list input[type="checkbox"]{
  margin: 0px !important;
}

.title .presence_lists{
  border-left: 1px solid #B0B1B5;
  display: inline-block;
  float: left;
  font-size: 16px;
  font-weight: bold;
  height: 16px;
  margin-bottom: 0 !important;
  margin-top: -10px;
  min-width: 54px;
  padding: 10px;
  position: absolute;
  margin-left: 10px;
}


.presence_list{
  float: left;
  margin-bottom: 20px;
}

.presence_list .calendar{
  background: url("calendar.png") no-repeat scroll 0 0 transparent;
  color: #142E53;
  display: block;
  float: left;
  width: 50px;
  height: 49px;
  margin-right: 10px;
}

.calendar .year{
  font-size: 15px;
  font-weight: bold;
  margin-left: 9px;
  margin-top: 20px;
  position: absolute;
}

.calendar .month a{
  font-size: 14px;
  font-weight: normal;
  margin-left: 17px;
  margin-top: 20px;
  position: absolute;
  color: #333;
}

.calendar .month a:hover{
  color: #000;
  text-decoration: none !important;
}

#presence_list_area{
  float: left;
  width: 100%;
}

td.disabled{
  background-color: #A6A6A6 !important;
  border: 1px solid #A6A6A6 !important;
  box-shadow: 0 -1px 0 0 #A6A6A6 !important;
}

a.lecture_day_link{
  color: #fff;
  cursor: default;
  text-align: center;
}

a:hover.lecture_day_link {
  text-decoration: none !important;
}

select.student_status{
  float: right;
  margin-right: 40px;
}

span.legend_0{
  background-color: #A6A6A6 !important;
  border: 1px solid #A6A6A6 !important;
  box-shadow: 0 -1px 0 0 #A6A6A6 !important;
}

span.legend_4, td.evaded{
  background-color: #FF4040 !important;
  border: 1px solid #FF4040 !important;
  box-shadow: 0 -1px 0 0 #FF4040 !important;
}

span.legend_3, td.away{
  background-color: #FFBF40 !important;
  border: 1px solid #FFBF40 !important;
  box-shadow: 0 -1px 0 0 #FFBF40 !important;
}

span.legend_5, td.never_attended{
  background-color: #992667 !important;
  border: 1px solid #992667 !important;
  box-shadow: 0 -1px 0 0 #992667 !important;
}

span.legend_6, td.to_eja{
  background-color: #530FAD !important;
  border: 1px solid #530FAD !important;
  box-shadow: 0 -1px 0 0 #530FAD !important;
}

span.legend_7, td.medical_released{
  background-color: #01939A !important;
  border: 1px solid #01939A !important;
  box-shadow: 0 -1px 0 0 #01939A !important;
}

span.legend_12, td.released{
  background-color: #1A91DB !important;
  border: 1px solid #1A91DB !important;
  box-shadow: 0 -1px 0 0 #1A91DB !important;
}

span.legend_8, td.released{
  background-color: #C9F76F !important;
  border: 1px solid #C9F76F !important;
  box-shadow: 0 -1px 0 0 #C9F76F !important;
}

span.legend_9, td.transfered{
  background-color: #FFAE40 !important;
  border: 1px solid #FFAE40 !important;
  box-shadow: 0 -1px 0 0 #FFAE40 !important;
}

span.legend_10, td.death{
  background-color: #d6d787 !important;
  border: 1px solid #d6d787 !important;
  box-shadow: 0 -1px 0 0 #d6d787 !important;
}

span.legend_11, td.others{
  background-color: #006363 !important;
  border: 1px solid #006363 !important;
  box-shadow: 0 -1px 0 0 #006363 !important;
}

span.legend_2, td.inactive{
  background-color: #757575 !important;
  border: 1px solid #757575 !important;
  box-shadow: 0 -1px 0 0 #757575 !important;
}

ul.presence_list_legend{
  float: right;
}
ul.presence_list_legend li{
  float: left;
  margin-right: 40px;
  position: relative;
}
ul.presence_list_legend span{
  float: left;
  height: 10px;
  margin-right: 5px;
  margin-top: 1px;
  width: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: -20px;
}

.more_info_wrapper{
  float: right;
  position: relative;
}
.more_info{
  display:block;
  width:22px;
  background: url("more_info.png") no-repeat bottom;
  height:22px;
  position: absolute;
  right: 0px
}

#presence_list_comment_form{
  float: left;
  padding: 30px;
  width: auto;
}

#presence_list_header {
  float: left;
  padding: 0;
  width: 100%;
}

a#close_presence_list{
  float: right;
  background: url("novo.png") repeat scroll left -34px transparent;
  padding-right: 20px;
}

.actions{
  position:absolute;
  right:0;
  width:500px;
  margin-top:-60px;

}

.actions a{
  right:0px;
  position:relative;
  float:right;
  cursor: default !important;
  display: inline-block;
  font-weight: bold;
  height: 16px;
  min-width: 54px;
  padding: 9px 44px 9px 22px;
  text-align: center;
  text-decoration: none !important;
  background: url('novo.png') right top;
    background: url('novo.png') right -34px;
  border: 1px solid
  #3079ED;
  color: #fff !important;
  font-size:13px;
  border-top:1px solid #8eb3ed;
  box-shadow: 0 -1px 0px 0 #3679e5;
  cursor:pointer;
  margin-bottom: 0px !important;
}

.actions a.back_link{
  right:0px;
  position:relative;
  float:right;
  cursor: default !important;
  display: inline-block;
  font-weight: bold;
  height: 16px;
  min-width: 54px;
  padding: 9px 44px 9px 22px;
  text-align: center;
  text-decoration: none !important;
  background: url('voltar.png') right top;
    background: url('voltar.png') right -34px;
  border: 1px solid
  #3079ED;
  color: #fff !important;
  font-size:13px;
  border-top:1px solid #8eb3ed;
  box-shadow: 0 -1px 0px 0 #3679e5;
  cursor:pointer;
  border-left:0px solid #ccc;
}

.actions a.back_link:hover{
  background: url('voltar.png') right top;
  cursor:pointer;
}

.actions .presence_lists a, .action_back .presence_lists a{
  border-right:0px solid #ccc !important;
  padding-right:22px;
  background: url('novo.png') left -34px;
}


.actions .presence_lists a:hover, .action_back .presence_lists a:hover{
  background: url('novo.png') left top;
}


.actions a:hover{
  background: url('novo.png') right top;
  cursor:pointer !important;
}

.action_back a{
  right:0px;
  position:relative;
  float:right;
  cursor: default !important;
  display: inline-block;
  font-weight: bold;
  height: 16px;
  min-width: 54px;
  padding: 9px 44px 9px 22px;
  text-align: center;
  text-decoration: none !important;
  background: url('voltar.png') right top;
    background: url('voltar.png') right -34px;
  border: 1px solid
  #3079ED;
  color: #fff !important;
  font-size:13px;
  border-top:1px solid #8eb3ed;
  box-shadow: 0 -1px 0px 0 #3679e5;
  cursor:pointer;
}

.action_back{
  position:absolute;
  right:0;
  width:500px;
  margin-top:-60px;
}

.action_back a:hover{
  background: url('voltar.png') right top;
  cursor:pointer !important;
}

fieldset legend{font-weight: bold; color:#142e53; padding: 0px 10px; font-size: 14px;}

fieldset.container_fieldset{
  padding: 20px !important;
  width: 96% !important;
}

.polo_balance{
  color: #142e53;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.polo_balance span{font-size: 18px;}

.polo_balance .positive{color: #269926;}
.polo_balance .negative{color: #F03A36;}

.aporte_wrapper{
  width: 100%;
  float: left;
}
.aporte_item{
  border: 1px solid #DDDDDD;
  border-radius: 0 0 5px 5px;
  float: left;
  margin-top: 0;
  width: 300px;
  margin-left: 0 !important;
  padding-left: 0 !important;
  position: relative;
  margin-right: 15px;
}

.aporte_desc{
  width: 300px;
  float: left;
}

.aporte_stats{
  width: 200px;
  float: left;
  text-align: center;
}

.aporte_stats b{
  color: #3C77B4;
  width: 100%;
  float: left;
}

.aporte_stats span{
  font-weight: bold;
  font-size: 16px;
}

.aporte_item b, .aporte_desc b{
  color: #707070;
  float: left;
  margin-right: 15px;
  text-align: right;
  width: 120px;
}

.aporte_item .title{
  background: none repeat scroll 0 0 #F5F5F5;
  width: 290px;
  float: left;
  padding: 5px;
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}

.aporte_item li{
  float: left;
  width: 100%;
}

a.custom_link{
  cursor: default !important;
  display: inline-block;
  font-weight: bold;
  height: 16px;
  min-width: 54px;
  padding: 9px 44px 9px 22px;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid
  #3079ED;
  color: #fff !important;
  font-size:13px;
  border-top:1px solid #8eb3ed;
  box-shadow: 0 -1px 0px 0 #3679e5;
  background-color: #4B8DF9;
  cursor:pointer;
  position: relative;
}

a.right{
  float: right;
  margin-right: -15px;
}

.header_info p{
  display: block;
  font-weight: bold;
  float: left;
  width: 100%;
  font-size: 14px;
}

.header_info p span{font-weight: normal; text-align: right; margin-left: 5px; margin-right: 10px;}

.aporte_form .input{
  float: left;
  margin-right: 10px;
  font-size: 14px;
}

.aporte_form .input .select{
  margin-right: 10px;
  font-size: 14px;
}

span.error{
  color: #FF4040;
}

.item_form fieldset{
  padding: 20px !important;
}

.item_form label{width: 200px; float: left;}

input.disabled{
    background-color: #DDDDDD !important;
    border: 1px solid #999999 !important;
}

.item_actions a{
  float: right;
  margin-right: 5px;
  margin-top: 10px;
  position: relative;
}

td.total{
  text-align: right;
}

td.total b{
  margin-right: 30px;
}

.export_pdf{
  background: url("/images/export_report.png") no-repeat scroll 0 0 transparent;
  float: right;
  height: 32px;
  position: absolute;
  width: 32px;
  right: 0;
  top: 2px;
}

table.relatorio{
  border-top: 1px solid #D9D9D9;
}
.relatorio tbody tr{
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #fcfcfc, #eeeeee);
  background-image:    -moz-linear-gradient(top, #fcfcfc, #eeeeee);
  background-image:     -ms-linear-gradient(top, #fcfcfc, #eeeeee);
  background-image:      -o-linear-gradient(top, #fcfcfc, #eeeeee);
  background-image:         linear-gradient(to bottom, #fcfcfc, #eeeeee);
  border-bottom: 1px solid #D9D9D9;
}

.detailed_table table{
  margin-top: 10px;
}

.title a:hover{
  text-decoration: none !important;
}

#item_form{position: relative; border:1px solid #d0d0d0;}

#item_form, #itens_do_colaborador{
  height: 450px;
  padding: 20px;
}

.item_form .form_actions{
  float: left;
  text-align: right;
  width: 66%;
}

#itens_do_colaborador{
  border-left: 1px solid #d0d0d0;
}
ul#itens_do_colaborador{
  float: right;
  position: absolute;
  top: -12px;
  right: 0px;
  width: 30%;
  overflow-y: scroll;
}

#itens_do_colaborador .aporte_item{
  margin-bottom: 10px;
}

.dataTables_wrapper{
  margin-top: 20px;
}

.valorAnual{
  text-align: center;
  font-size: 24px;
}

#formframe fieldset{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

form fieldset label{
  width: 100% !important;
  float: left !important;
}

form .form_actions.submit{
  width: 100%;
  float: left;
  text-align: right;
}

.absence td.ui-state-highlight{
  border: 1px solid #BF3030;
  background: #FF7373;
  color: #fff;
  font-weight: bold;
}

.absence td.ui-datepicker-current-day{
  border: 1px solid #f9dd34 !important;
  background: #ffef8f url(ui-bg_highlight-soft_25_ffef8f_1x100.png) 50% top repeat-x !important;
  color: #363636 !important;
}

label.collection_radio_buttons{
  width: auto !important;
}

span.radio{
  width: 100%;
  float: left;
}

span.radio input{
  float: left;
  margin-top: -8px;
  margin-right: 5px;
}

div.radio_buttons label{
  margin-bottom: 10px;
  float: left;
}

.custom_checkbox label{
  width: auto !important;
}

.absence-popup-div{
  margin-top: 5px;
  position: relative;
}

.period_fields .title{
  float: left;
  width: 100% !important;
  margin-bottom: 5px;
}
#meeting_time label{
  width: auto !important;
}
#meeting_time .core_meeting_begin,
#meeting_time .klass_meeting_begin{
  width: 200px;
  float: left;
}
#meeting_time label{
  padding: 6px 5px 0 0;
}
.period_fields input{
  float: left;
}
.period_fields label{
  width: auto !important;
  padding: 10px 8px 0 0;
  float: left;
}
.inputs_in_same_line div.input{
  width: 40%;
  position: relative;
  float: left;
}
.inputs_in_same_line .address_number{
  width: 12% !important;
}

.inputs_in_same_line .place{
  width: 15% !important;
}
.inputs_in_same_line .address_number input{
  width: 60px;
}

fieldset #working_partner, fieldset #partner{
  float: left;
  width: 100%;
}

fieldset #working_partner .fields, fieldset #partner .fields{
  float: left;
  width: 100%;
  margin-bottom: -30px !important;
  margin-top: 10px;
}

#new_transaction_comment{
  float: left;
  margin-bottom: 10px;
}
#new_transaction_comment b{
  float: left;
  margin-right: 5px;
}
#new_transaction_comment textarea{
  float: left;
  outline: none;
  border: 1px solid #c8c8c8;
  font-family: 'OpenSansRegular';
  padding: 7px 7px 7px 7px;
  width: 600px;
  height: 25px;
  margin: 0;
  color: #555;
  -webkit-box-shadow: 0px 1px 0px 0px #fff;
  -moz-box-shadow: 0px 1px 0px 0px #fff;
  box-shadow: 0px 1px 0px 0px #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 13px;
}

.transaction_comment_list li{
  border-bottom: 1.5px solid #ccc;
}
.enabled_files_message{
  color: #8B2500;
  font-size: 12px;
  float: left;
}
.attachment_remove{
  margin-top: -10px;
  margin-bottom: 10px;
}

.add_attachment{
  clear: both;
}

.justificativa-box{
  display: none;
}

.justificativa-form h3{
  text-align: center;
}
.justificativa-form input[type='submit']{
  margin: 0 auto;
  width: 100%;
  margin-top: 10px;
  color: #ffffff;
  background-color: #2fa4e7;
  border-color: #2fa4e7;
  float: left;
  border: 1px solid #cccccc;
  padding: 6px 12px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 34px;
}


.justificativa-form{
  margin: 0 auto;
  width: 460px;
}

.justificativa-form textarea{
  width: 450px !important;
  height: 100px !important;
}

#new_justificativa_educando {
  text-align: center;
}

table.report_table, table.presente_report_table{
  font-family: verdana,arial,sans-serif;
  font-size:11px;
  color:#333333;
  border-width: 1px;
  border-color: #666666;
  border-collapse: collapse;
  page-break-inside: avoid;
}

table.report_table th, table.presente_report_table th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #666666;
  background-color: #dedede;
  page-break-inside: avoid;
}

table.report_table td, table.presente_report_table td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #666666;
  background-color: #ffffff;
  page-break-inside: avoid;
}

table.presence_status_table {
  float: right;
}

.graphic_report_container{
  float: left;
  width: 100%;
  margin-top: 50px;
}

.report_container{
  width: 60% !important;
  float: left;
  height: auto;
  overflow: hidden;
}

.table_container{
  margin-top: 5%;
  width: 40% !important;
  float: left;
}

.second_report_container{
  clear: both;
}

.report_container_pdf{
  width: 100% !important;
  float: left;
  height: auto;
  overflow: hidden;
}

.table_container_pdf{
  margin-left: 33%;
  width: 67% !important;
  float: left;
  margin-bottom: 20px;
}

#report_form.presence_list{
  position: relative !important;
  width: calc(100% + 20px);
}

tr.errors{
  border: 2px solid #BF3030 !important;
  background: #FFA4A4 !important;
  color: #BF3030;
  font-weight: bold;
}

tr.errors td:first-child{
  border-right: 0px;
  width: 80px;
}

.student_literate input#student_literate{
  float: left;
}

.student_literate label{
  margin-left: 5px;
}

.filter-bar{
  position: absolute;
  float: left;
  width: 100%;
  background:#ccc;
  margin-left:-30px;
  margin-top: -23px!important;
  padding:6px 30px 0px 10px;
  border-bottom:1px solid #ccc;
  background:#5e9bf2;
  /* gradient */
  background: -moz-linear-gradient(top, #eee, #e0e0e0);
  background: -webkit-linear-gradient(top, #eee, #e0e0e0);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#e0e0e0');
  /* shadow */
  -moz-box-shadow: inset 0 1px 0 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 0 #fff;
  box-shadow: inset 0 1px 0 0 #fff;
  margin-top:-25px;
  height: 55px;
}

.filter-bar #filter_name, .filter-bar input[type=submit]{
  border: 1px solid #cccccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: auto;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  float: left;
  height: 34px;
  margin-left: 10px;
}

.filter-bar .selectize-input{
  width: 450px;
  float: left;
}

.filter-bar ul{
  margin-left: -20px;
}

.filter-bar input[type=submit] {
  color: #ffffff;
  background-color: #2fa4e7;
  border-color: #2fa4e7;
  float: left;
}

.resource-actions {
  float: left;
  width: 100%;
  margin-top: 50px;
}

#students .spinner{
  top: 80px !important;
}
.pdf{
	font-size: 13px;
}

.clear_both{
	clear: both;
}

.pdf .title{
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	margin: 15px 0 0 0;
	border-bottom: 1px solid #000;
	text-align: center;
}

#summary{
	margin: 0 0 30px 0;
}
#summary #labels{
	float:left;
}
#summary #legends{
	float:right;
	margin:10px 0 0 0;
}
#summary #legends fieldset{
	border: 1px solid #000;
}
#summary #labels .label{
	float: left;
	clear:left;
	font-weight: bold;
	margin:5px 0 0 0;
}
#summary #labels .name{
	float: left;
	margin:5px 0 0 50px;
}
#summary #labels .name.formation{
	margin:5px 0 0 10px;
}
#summary #labels .name.year{
	margin:5px 0 0 51px;
}
#summary #labels .name.control{
	margin:5px 0 0 20px;
}

#table_list{
	margin: 30px 0 0 0;
	clear: both;
}
#table_list table{
	font-size: 10px;
	margin: 20px 0 0 0;
	width: 100%;
	border-collapse: collapse;
}

#table_list table.balance tr th{
	text-align: right;
}
#table_list table.balance tr th.left{
	text-align: left;
}
#table_list table.balance tr td{
	border:none;
	line-height: 20px;
	text-align: right;
}
#table_list table.balance tr td.left,
#table_list table.balance tfoot tr td.left{
	text-align: left;
}
#table_list table.balance tfoot{
	font-weight: bold;
}
#table_list table.balance tfoot tr td{
	border-top: 1px solid #000;
}


#table_list table thead{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
#table_list table thead tr th{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	line-height: 20px;
}
#table_list table tbody tr td{
	border-bottom: 0.5px solid #CCC;
	line-height: 30px;
}
#table_list table tbody tr td .rubric{
	width: 170px;
	font-size: 9px;
}
#table_list table tbody tr td .justify{
	width: 290px;
}

#table_list table tbody tr td .justify{
	line-height: 12px;
}

#table_list table tbody tr td .icon{
	margin-top: 5px;
}

#table_list .records,
#table_list #total_records{
	font-size: 12px;
	float:left;
	font-style: italic;
}

#table_list .subtotal,
#table_list #total_value{
	font-size: 12px;
	float: right;
	margin-right: 29px;
}

#table_list .subtotal .label,
#table_list .subtotal .value,
#table_list #final_numbers .label,
#table_list #final_numbers .value{
	float: left;
}
#table_list .subtotal .label,
#table_list #final_numbers .label{
	font-weight: bold;
	margin-right: 5px;
}

#table_list #sub_numbers {
	margin-top: 10px;
}

#table_list #final_numbers {
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px solid #000;
}

.col1{
	width: 40%;
}

.col2{
	width: 20%;
}

.col3{
	width: 20%;
}

.col4{
	width: 20%;
}

.col1, .col2, .col3{
	text-align: left;
}


.pdf #table_list td{
	vertical-align: top !important;
}
td .list-actions{
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.transaction_returning_transaction label{
  width: 75px !important;
}

.transaction_returning_transaction #transaction_returning_transaction{
  float: left;
  margin-top: -7px;
}

span.debt_value{
  color: #FF4040;
}
#login {
  width: 340px;
  height: 260px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  position: relative;
  padding-top: 15px;
}

#login #login_button{
  background: #ecf2f5;
  width: 100%;
  height: 69px;
  box-shadow: inset 0 1px 1px #fff;
  border-top: 1px solid #ccc;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-radius-right: 4px;
  -webkit-border-radius-left: 4px;
  -moz-border-radius-right: 4px;
  -moz-border-radius-left: 4px;
  position: absolute;
  bottom: -20px;
  left: 0px;
}

#login #login_button input[type=submit]{
  text-align: center;
  margin-left: 60px;
  margin-top: 18px;
}

#login select{
  width: 265px;
}

#login input[type=password]{
  width: 250px;
}
#timeline{
  float:left;
  height: 450px;
  overflow-y:auto;
  overflow-x: hidden;
  margin-left: 10px;
}

#details{
  float:left;
  width: 650px;
  margin-left: 10px;
}
