@charset "utf-8";

/* MASTER CSS
====================================================================================== */


/*

* Filename: app-reset.css
* Description: application CSS
* Author name: ShiwaForce Zrt.
* Author url: http://www.shiwaforce.com

*/



/* IMPORTS
--------------------------------------------------------------------------------------- */
@import "normalize-legacy.css";
@import "siwwwa-defaults.css";
@import "webfonts.css";



/* GLOBALS
--------------------------------------------------------------------------------------- */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

::selection {
	background:#7AB65F;
	color:#fff;
	text-shadow: none;
}
::-moz-selection {
	background:#7AB65F;
	color:#fff;
	text-shadow: none;
}
::-webkit-selection {
	background:#7AB65F;
	color:#fff;
	text-shadow: none;
}

:-moz-placeholder { color: #aaa; } /* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #aaa; } /* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #aaa; } /* Internet Explorer 10+ */
::-webkit-input-placeholder { color: #aaa; } /* WebKit browsers */
/* CONTENT ELEMENTS
--------------------------------------------------------------------------------------- */

/* reset block */

.box-application { display: inline-block; }
.box-application div,
.box-application span,
.box-application object,
.box-application iframe,
.box-application h1,
.box-application h2,
.box-application h3,
.box-application h4,
.box-application h5,
.box-application h6,
.box-application p,
.box-application blockquote,
.box-application em,
.box-application img,
.box-application ins,
.box-application small,
.box-application strong,
.box-application sub,
.box-application sup,
.box-application b,
.box-application i,
.box-application a,
.box-application dl,
.box-application dt,
.box-application dd,
.box-application ol,
.box-application ul,
.box-application li,
.box-application fieldset,
.box-application form,
.box-application label,
.box-application legend,
.box-application table,
.box-application tbody,
.box-application tfoot,
.box-application thead,
.box-application tr,
.box-application th,
.box-application td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
.box-application blockquote,
.box-application q { quotes: none; }
.box-application blockquote:before,
.box-application blockquote:after,
.box-application q:before,
.box-application q:after {
	content: '';
	content: none;
}
.box-application ins {
	text-decoration: none;
}
.box-application del { text-decoration: line-through; }
.box-application abbr[title],
.box-application dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

.box-application ul.list {
	list-style:none;
	margin: 0 0 15px;
	padding: 0;
}
.box-application ul.list li.type00 {
	background: url(../g/listitem-type00.png) no-repeat 0px 6px;
	padding: 0 0 4px 18px;
}
.box-application ol.numlist {
	margin: 0 0 15px 30px;
	padding: 0 0 4px;
}
.box-application ol.numlist li {
	padding: 0 0 4px;
}
.box-application ol.numlist li ul.list {
	margin: 0;
	padding-top: 6px 0 0;
}

/* tables still need cellspacing="0" in the markup */
.box-application table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.box-application ul { list-style: none; }
.box-application hr {
	border-top: #ededed solid 1px;
	border: 0 none;
	clear: both;
	display: block;
	height: 0;
	margin: 15px auto;
	padding: 0;
	width: 100%;
}
.box-application input,
.box-application select,
.box-application textarea {
	margin: 0;
	outline: 0;
	vertical-align: middle;
}

.box-application form { margin: 0; }
.box-application fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
.box-application legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
	white-space: normal;
}
.box-application button,
.box-application input,
.box-application select,
.box-application textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
.box-application button,
.box-application input { line-height: normal; }
.box-application button,
.box-application input[type="button"],
.box-application input[type="reset"],
.box-application input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}
.box-application button[disabled],
.box-application input[disabled] { cursor: default; }
.box-application input[type="checkbox"],
.box-application input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*width: 13px;
	*height: 13px;
}
.box-application input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.box-application input[type="search"]::-webkit-search-decoration,
.box-application input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
.box-application button::-moz-focus-inner,
.box-application input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.box-application textarea {
	overflow: auto;
	vertical-align: top;
	resize: none;
}

.box-application strong,
.box-application th { font-weight: bold; }
.box-application th { text-align: left; }
.box-application td {
	text-align: left;
	vertical-align: top;
}
.box-application sub,
.box-application sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}
.box-application sup { top: -0.5em; }
.box-application sub { bottom: -0.25em; }

.box-application address { font-style: normal; }
.box-application dfn {
	border-bottom: 1px dotted;
	cursor: help;
}
/* reset block */


.box-application .align-left {text-align:left;}
.box-application .align-right {text-align:right;}
.box-application .align-center {text-align:center;}
.box-application .align-justify {text-align:justify;}
.box-application .valign-middle {vertical-align:middle;}
.box-application .valign-top {vertical-align:top;}
.box-application .valign-bottom {vertical-align:bottom;}

.box-application a {
	color: #31953d;
	text-decoration: none;
	transition: color 0.2s;
	-o-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
}
.box-application a:hover { text-decoration: none; }
.box-application a:active { outline: 0; }

.box-application h2 {
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	margin: 10px 0;
}

.box-application p {
	color: #3d3d3d;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.35;
	margin: 0 0 15px;
}
.box-application .row {
	position: relative;
	padding-bottom: 20px;
}

.box-application label {
	color: #3d3d3d;
	cursor: pointer;
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.35;
	padding: 10px 0;
	position: relative;
	vertical-align: top;
}

.box-application label.warning { color: #f00; }
.box-application label.required:after,
.box-application .label.required:after {
	color: #ff0048;
	content: "*";
	position: absolute;
	right: -12px;
	top: 0;
}

.box-application .row .designSelect { position: relative; }
.box-application .row .designSelect .designSelectFocused.open { background: #C0C0C0; }
.box-application input[type="text"],
.box-application input[type="password"],
.box-application textarea,
.box-application .designSelect > a {
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	background-color: #ededed;
	border: none;
	color: #3d3d3d;
	display: inline-block;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	height: 38px;
	line-height: 1.35;
	padding: 0;
	position: relative;
	text-indent: 10px;
	transition: all 0.2s;
	vertical-align: top;
}
.box-application input[type="text"]:focus,
.box-application input[type="password"]:focus,
.box-application textarea:focus { box-shadow: -5px 5px 0 rgba(61, 61, 61, 0.4); }

.box-application select.designSelect { display: none !important; }
.box-application .designSelect > a {
	cursor: pointer;
	display: block;
	padding: 10px 48px 10px 0;
	text-decoration: none;
}
.box-application .designSelect > a:hover { text-decoration: none; }
.box-application .designSelect > a:before {
	background-color: #55aa47;
	content: "";
	display: block;
	height: 37px;
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
	z-index: 1;
}
.box-application .designSelect > a:after {
	background: url(../g/arrows.png) -16px -1px no-repeat;
	content: "";
	display: block;
	height: 5px;
	margin-top: -3px;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 8px;
	z-index: 1;
}
.box-application .designSelect > a.open {
	box-shadow: -5px 5px 0 rgba(61, 61, 61, 0.4);
	transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.box-application .designSelect > a > span {
	display: block;
	overflow: hidden;
	white-space: nowrap;
}

.box-application .designSelect > ul,
.box-application .designSelect.specialScrollSelect .jscrollpane,
.box-application .angucomplete-holder .angucomplete-dropdown {
	display: none;
	max-height: 150px;
	min-width: inherit !important;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 3;
	background-color: #e8e8e8;
	box-shadow: -5px 5px 0 rgba(61, 61, 61, 0.4);
	transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.box-application .designSelect ul > li,
.box-application .angucomplete-holder .angucomplete-dropdown .angucomplete-row { border-top: #fff solid 1px; }
.box-application .designSelect ul > li:first-child,
.box-application .angucomplete-holder .angucomplete-dropdown .angucomplete-row:first-child { border-top: none; }
.box-application .designSelect ul > li a,
.box-application .angucomplete-holder .angucomplete-dropdown .angucomplete-row .angucomplete-title {
	color: #3d3d3d;
	padding: 10px 12px;
	display: block;
}
.box-application .designSelect ul > li a:hover,
.box-application .angucomplete-holder .angucomplete-dropdown .angucomplete-row .angucomplete-title:hover {
	text-decoration: none;
	color: #55aa47;
}
.box-application .designSelect ul > li.selected a,
.box-application .angucomplete-holder .angucomplete-dropdown .angucomplete-selected-row .angucomplete-title { background-color: #C0C0C0; }

.box-application .designSelect.specialScrollSelect .jscrollpane .jspContainer ul > li { margin: 0 23px 0 15px; }
.box-application .designSelect.specialScrollSelect .jscrollpane .jspContainer .jspVerticalBar { right: 15px; }


.box-application .designCheckbox {
	display:inline-block;
	width:16px;
	height:16px;
}
.box-application .designCheckbox > a {
	display:inline-block;
	width:16px;
	height:16px;
}
.box-application .designCheckbox.checked { background: url(../g/design-checkbox-checked-bg.png) no-repeat 0 0; }
.box-application .designCheckbox.unchecked { background: url(../g/design-checkbox-unchecked-bg.png) no-repeat 0 0; }
.box-application .designCheckbox.checked.disabled { background: url(../g/design-checkbox-checked-disabled-bg.png) no-repeat 0 0; }
.box-application .designCheckbox.unchecked.disabled { background: url(../g/design-checkbox-unchecked-disabled-bg.png) no-repeat 0 0; }

.box-application .captcha {
	width: 112px;
	height: 36px;
}


.box-application table {
	background-color: #fff;
	border: none;
}
.box-application table tr th {
	border-color: #fff;
	border-style: solid;
	border-width: 0 2px;
	color: #fff;
	font-size: 14px;
	height: 36px;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

.box-application table tr th.header-green {
	font-size: 14px;
	background-color: #55aa47;
}
.box-application table tr th.header-gray { background-color: #3d3d3d; }

.box-application table tr td {
	border-bottom: #fff solid 1px;
	font-size: 12px;
	height: 26px;
	line-height: 1.35;
	padding: 0 !important;
	text-align: center;
	vertical-align: middle;
}
.box-application table.data-xy { width: auto; }
.box-application table.data-xy tr th { width: 118px; }
.box-application table.data-xy tr th:first-child { width: 158px; }
.box-application table.data-xy tr td:first-child {
	font-weight: bold;
	padding-left: 10px !important;
	text-align: left;
}

.box-application table { table-layout: fixed; }
.box-application table tr:nth-of-type(odd) { background-color: #ededed; }
.box-application table tr:nth-of-type(even) { background-color: #fff; }


.box-application .btn > a,
.box-application .btn > button {
	background-color: #55aa47;
	border: none;
	color: #fff;
	display: inline-block;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	height: 38px;
	line-height: 1.35;
	padding: 0;
	text-align: center;
}


/* error messages */
.box-application .row.warning {
	border: #d85735 solid 1px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.box-application .row.warning p {
	color: #d85735;
	font-weight: bold;
	margin: 10px 10px 0;
}

.box-application .row span.error,
.box-application .row + span.error {
	background-color: #d85735;
	color: #fff;
	display: block;
	font-size: 13px;
	line-height: 16px;
	margin-top: 10px;
	padding: 11px 12px;
	position: relative;
	text-align: center;
	width: 356px;
}
.box-application .row + span.error { margin: 0 auto 20px; }
.box-application .row span.error:before {
	border-bottom: 10px solid #d85735;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: "";
	display: block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	top: -10px;
	width: 0;
	z-index: 1;
}


/* scrollpane */
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.box-application .jspContainer {
	overflow: hidden;
	position: relative;
}
.box-application .jspPane {
	position: absolute;
	padding-bottom: 0 !important;
}

.box-application .jspVerticalBar {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 3px;
}
.box-application .jspHorizontalBar {
	bottom: 0;
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
}
.box-application .jspVerticalBar *,
.box-application .jspHorizontalBar * {
	margin: 0;
	padding: 0;
}
.box-application .jspCap { display: block; }
.box-application .jspVerticalBar .jspCap { height: 0; }
.box-application .jspHorizontalBar .jspCap { float: left; }
.box-application .jspTrack {
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	background-color: #dfdfdf;
	filter: alpha(opacity=0);
	opacity: 0;
	position: relative;
	transition: opacity 0.2s;
}
.box-application .jspContainer:hover .jspTrack {
	opacity: 1;
	filter: alpha(opacity=100);
}
.box-application .jspDrag {
	background-color: #55aa47;
	cursor: pointer;
	left: 0;
	position: relative;
	top: 0;
}
.box-application .jspDrag .jspDragTop,
.box-application .jspDrag .jspDragBottom { height: 50%; }
.box-application .jspHorizontalBar .jspTrack,
.box-application .jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.box-application .jspArrow {
	background: #50506d;
	cursor: pointer;
	display: block;
	text-indent: -20000px;
}
.box-application .jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}
.box-application .jspVerticalBar .jspArrow { height: 3px; }
.box-application .jspHorizontalBar .jspArrow {
	float: left;
	height: 100%;
	width: 3px;
}
.box-application .jspVerticalBar .jspArrow:focus { outline: none; }
.box-application .jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .box-application .jspCorner { margin: 0 -3px 0 0; }
/* scrollpane */

.box-application .graph-content {
	border: #ededed solid 3px;
	height: 440px;
	margin-bottom: 50px;
	width: 625px;
}
.box-application .graph-content .box-graph {
	height: 400px;
	margin-top: 40px;
	width: 620px;
}
.box-application .graph-content .box-graph .flot-x-axis { left: -30px !important; }
.box-application .graph-content .box-graph .flot-y-axis {
	left: -55px !important;
	top: -8px !important;
}

.box-application .summarize p {
	font-size: 15px;
	margin-bottom: 20px;
}
.box-application .actualdata ul li { margin-bottom: 3px; }

.flot-tooltip {
	background-color: #000;
	border-radius: 2px;
	color: #fff;
	display: none;
	font-size: 11px;
	height: 66px;
	padding: 13px 10px;
	position: absolute;
	width: 178px;
}
.flot-tooltip:after {
	border-bottom: none;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #000;
	bottom: -8px;
	content: "";
	display: block;
	height: 0;
	left: 50%;
	margin-left: -8px;
	position: absolute;
	width: 0;
}


[ng\:cloak], [ng-cloak], .ng-cloak { display: none !important; }

/*angular-chosen*/
.box-application .chosen-container {
	position: relative;
	/*z-index: 2;*/
    display: inline-block;
}
.box-application .chosen-container.chosen-with-drop,
.box-application .chosen-container.chosen-with-drop .chosen-drop {
	box-shadow: -5px 5px 0 rgba(61, 61, 61, 0.4);
}
.box-application .chosen-container .chosen-single {
	background: #ededed;
	border-bottom: 1px solid #fff;
	display: block;
	padding: 10px;
	width: 100%;
}
.box-application .chosen-container .chosen-single:before,
.box-application .chosen-container .chosen-single:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
}
.box-application .chosen-container .chosen-single:before {
	background-color: #55aa47;
	height: 37px;
	right: 0;
	top: 0;
	width: 38px;
}
.box-application .chosen-container .chosen-single:after {
	background: url(../g/arrows.png) -16px -1px no-repeat;
	height: 5px;
	margin-top: -3px;
	right: 15px;
	top: 50%;
	width: 8px;
}
.box-application .chosen-container .chosen-single span + div { display: none; }
.box-application .chosen-container .chosen-search input[type="text"] {
	border-bottom: 1px solid #fff;
	box-shadow: none;
	display: none;
	width: 100%;
}
.box-application .chosen-container .chosen-drop {
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 9999;
}
.box-application .chosen-container .chosen-results {
	max-height: 300px;
	overflow: auto;
}
.box-application .chosen-container .chosen-results .active-result,
.box-application .chosen-container .chosen-results .active-result:first-child:last-child,
.box-application .chosen-container .chosen-results .no-results {
	background: #ededed;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	padding: 10px;
}
.box-application .chosen-container .chosen-results .active-result:last-child,
.box-application .chosen-container .chosen-results .no-results:last-child {
	border: none;
}
.box-application .chosen-container .chosen-results .active-result.highlighted {
	background: #CECECE;
}
.box-application .chosen-container .chosen-results .active-result em {
	color: #31953d;
	font-style: normal;
}
.box-application .chosen-container .chosen-results .active-result.result-selected {
	background: #C0C0C0;
}
.box-application .chosen-container.chosen-with-drop .chosen-drop,
.box-application .chosen-container.chosen-with-drop .chosen-search input[type="text"] {
	display: block;
}
/*angular-chosen*/
