html {
	width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 1024px;
}

textarea {
	resize: vertical;
}

#navBar {
	width: 100%;
	min-height: 40px;
	background: #4C0F5F;
	position: relative;
	z-index: 1015;
}

.popupBtn {
	padding: 0px 5px !important;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 2px;
}

#loginDiv {
	position: absolute;
	width: 300px;
	background: #4C0F5F;
	margin: 0 auto;
	color: #FFFFFF;
	padding: 20px;
	padding-top: 1px;
	top: 50%;
	left:50%;
	margin-left: -150px;
	margin-top: 125px;
}

label[for=loginPass] {
	margin-top: 2px;
}

#headLineLeft {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.1;
	float: left;
	padding-right: 20px;
}

#headLineLeft img {
	margin-left: 5px;
	margin-right: 7px;
	vertical-align: middle;
}

#headLineRight {
	float: right;
	padding: 3px;
	height: 40px;
}

#loginUser {
	margin-bottom: 5px !important;
}

.bs-select-all {
	padding: 0px !important;
}

.bs-deselect-all {
	padding: 0px !important;
}

.has-error {
	border-color: #b94a48 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.has-error:focus {
	border-color: #953b39 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392 !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392 !important;
}

#login-button {
	margin-top: 10px;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.btn {
	border-radius: 2px;
}

.form-control {
	border-radius: 2px;
}

.input-group-addon {
	border-radius: 2px;
}

.modal-content {
	border-radius: 3px !important;
}

.modal-dialog {
	margin: 100px auto !important;
}

.modal-header, .modal-body {
	padding: 10px !important;
}

.modal-footer {
	padding: 10px 0px 10px 0px !important;
	margin-top: 10px;
}

.modal-body .input-group, #export .input-group {
	padding: 5px 0px 5px 0px !important;
}

.modal-dialog .input-group-addon {
	text-align: left;
}

.pagination li:last-child a, .pagination li:last-child span {
	border-top-right-radius: 2px !important;
	border-bottom-right-radius: 2px !important;
}

.pagination li:first-child a, .pagination li:first-child span {
	border-top-left-radius: 2px !important;
	border-bottom-left-radius: 2px !important;
}

.nav-pills li a {
	border-radius: 0 !important;
	color: #FFFFFF;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 5px !important;
}

.table > thead > tr > th {
	background: #FFFFFF;
}

.subTable.table > tbody > tr > td {
	padding: 0px 5px 0px 5px ! important;
}

.subTableRow div:last-child {
		padding-right: 0px !important;
}

#mainTable .subTableRow {
	padding: 5px !important;
	background: #FAFAFA;
}

#mainTable.hasSubTables tbody > tr, #mainTable.hasReadOnlyDialog tbody > tr {
	cursor:pointer;
}

#mainTable th.tic, #mainTable td.tic {
	width: 0;
	white-space: nowrap;
	text-align: right;
}

.input-group-btn:last-child > .btn.dropdown-toggle {
	margin-left: 0px;
}

.subTableRow > div {
	float: left;
	width: 50%;
	padding-right: 5px;
}

.nav-pills li + li {
	margin-left: 0 !important;
}

.mainMenu .nav li a:hover {
	background-color: #5D6168;
}

.mainMenu .nav li a:focus {
	color: #FFFFFF;
	background: #4C0F5F;
}

.mainMenu .nav-pills li.active > a {
	background-color: #5D6168 !important;
}

.mainMenu .dropdown-menu {
	background: #4C0F5F;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 4px 4px 5px -2px rgba(0,0,0,0.33);
	-moz-box-shadow: 4px 4px 5px -2px rgba(0,0,0,0.33);
	box-shadow: 4px 4px 5px -2px rgba(0,0,0,0.33);
	z-index: 5000;
}

.mainMenu .nav .open > a {
	background: #5D6168;
}

.caret {
	margin-left: 5px;
}

.mainMenu .dropdown-menu > li > a {
	padding: 7px 10px;
}

.mainMenu .dropdown-menu > li > a:hover {
	color: #FFFFFF;
}

.centerWidth {
	width: 1400px;
	margin: 0 auto;
}

.centerWide {
	width: 1825px;
	margin: 0 auto;
}

.dropdown-header.nm {
	margin: -7px;
	color: #666;
}

.dropdown-header.nmm {
	margin: -7px;
	margin-top: -2px;
	color: #666;
}

#popupMode .centerWidth {
	width: 600px;
}

#popupMode2 .centerWidth {
	width: 900px;
}

#popupMode, #popupMode2 {
	min-width: 0;
}

.mainMenu {
	margin: 0 auto;
	max-width: 100%;
}

.mainPad {
	padding-top: 20px;
	padding-bottom: 20px;
}

.panel-heading {
	border-top-right-radius: 1px !important;
	border-top-left-radius: 1px !important;
}

.panel {
	border-radius: 2px !important;
}

#searchSubmit {
	margin-top: 10px;
	float: right;
}

#searchConnection {
	margin-top: 10px;
	float: left;
	line-height: 34px;
}

.searchItem {
	margin-bottom: 5px;
}

.searchItem > .toggle.btn {
	border-radius: 0px !important;
	width: 150px !important;
}

.searchItem .toggle > .toggle-group > .btn {
	border-radius: 0px !important;
}

.ajaxTemplate {
	display: none !important;
}

.tableTools {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}

.btn .glyphicon {
	margin-right: 5px;
}

.panel-heading {
	padding: 5px 10px !important;
}

table .glyphicon {
	cursor: pointer;
}

.pagination li a {
	color: #000000 !important;
	min-width: 42px;
	text-align: center;
}

.pagination .pagerNav a {
	min-width: auto;
}

.pagerNav.inactive {
	opacity: 0.5;
}

.pagination .pagerCount {
	color: #000000;
}

.pagerCount:hover {
	background: #FFFFFF !important;
	color: #000000 !important;
}

.pagerNav.inactive span {
	color: #000000;
	cursor: default;
}

.paginationBot {
	margin-top: 0px !important;
}

.tablePager {
	float: left;
	height: 54px;
}

.tableTools {
	float: right;
}

.tablePager .pagination {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.table {
	margin-bottom: 0px !important;
}

th {
	cursor: pointer;
	vertical-align: middle !important;
}

.panel-heading {
	font-weight: bold;
}

label {
	font-weight: normal !important;
}

#searchConnection input[type="radio"] {
	margin-left: 5px;
	margin-right: 5px;
}

.pagination .active a {
	background-color: #F0F0F0 !important;
	border-color: #BBB !important;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #F0F0F0 !important;
}

.table-striped > tbody > tr:nth-of-type(2n+2) {
	background-color: #FFFFFF !important;
}

.table-striped.hasSubTables > tbody > tr:nth-of-type(4n+1) {
	background-color: #F0F0F0 !important;
}

.table-striped.hasSubTables > tbody > tr:nth-of-type(4n+3) {
	background-color: #FFFFFF !important;
}

.orderDown:after {
	padding-left: 3px;
	content: "▼";
}

.orderUp:after {
	padding-left: 3px;
	content: "▲";
}

.iconBtn {
	padding: 6px 10px !important;
}

.iconBtn .glyphicon {
	margin: 0 !important;
}

.noLRBorder {
	border-left: none !important;
	border-right: none !important;
}

.noLBorder {
	border-left: none !important;
}

.noRBorder {
	border-right: none !important;
}

.noLRBorderFill {
	border-left: none !important;
	border-right: none !important;
	width: 100% !important;
	background-color: #FFF !important;
}

.fileUpload {
	margin-bottom: 10px;
}
	
.fileUpload .form-control {
	height: auto !important;
}

.alert {
	padding: 5px 30px 5px 10px !important;
	margin-bottom: 10px !important;
}

.alert.last {
	margin-bottom: 20px !important;
}

.alert .glyphicon {
	padding-right: 10px;
}

#editDialog .modal-dialog {
	width: 650px;
}

#iframeDialog {
	z-index: 2000;
}

#iframeDialog .modal-dialog {
	width: 950px;
}

#iframeDialog .modal-body {
	padding: 0 !important;
}

#iframeDialog iframe {
	width: 100%;
	min-height: 100px;
	border: none;
	display: block;
}

#editDialog .smallBtn {
	padding: 4px 10px;
	display: block;
}

#editDialog span .timedUpdateIcon {
	cursor: pointer;
	padding: 0 10px 0 0px;
}

#editDialog.addNewDialog span .timedUpdateIcon {
	display: none;
}

.addNewDialog .modal-footer .btn.btn-primary:after {
	content: 'Hozzáadás';
}

.addNewDialog .hideOnNew {
	display: none !important;
}

.editDialog .modal-footer .btn.btn-primary:after {
	content: 'Mentés';
}

.readOnlyDialog .modal-footer, #editDialog.readOnlyDialog .hideReadOnly {
	display: none;
}

.hiddenInputGroup {
	height: 0;
	width: 0;
	display: block;
	padding: 0px !important;
	overflow: hidden;
}

.requiredHighlight {
	background: #ffeddf;
}

.readOnlyDialog .form-control[readOnly] {
	cursor: default;
	background: #FFFFFF;
}

.readOnlyDialog .toggle label {
	background: #FFFFFF;
	color: #555;
	text-align: left;
}

.readOnlyDialog .toggle.btn {
	border-color: #ccc;
	background: #ccc;
}

.readOnlyDialog .toggle .btn {
	webkit-box-shadow: none;
	box-shadow: none;
	background-color: #FFFFFF;
}

.readOnlyDialog .toggle .toggle-handle {
	display: none;
}

.readOnlyDialog .toggle .toggle-off.btn {
	padding-left: 12px;
}

.readOnlyDialog .toggle .btn:active:hover {
	border-color: #ccc;
	background-color: #FFFFFF;
	color: #555;
}

.readOnlyDialog .toggle .btn:active {
	webkit-box-shadow: none;
	box-shadow: none;
}

.readOnlyDialog .bootstrap-select .btn:hover, .readOnlyDialog .bootstrap-select .btn:focus {
	background-color: #FFF;
	border-color: #ccc;
	webkit-box-shadow: none;
	box-shadow: none;
}

.readOnlyDialog .bootstrap-select .btn:focus {
  border-color: #66afe9;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.readOnlyDialog .bootstrap-select .bs-caret {
	display: none;
}

.readOnlyDialog .bootstrap-select.show-tick .bs-caret {
	display: inline;
}

.readOnlyDialog .bootstrap-select .btn, .readOnlyDialog .toggle .btn {
	padding: 6px 12px;
	-webkit-user-select: all;
	-moz-user-select: all;
	-ms-user-select: all;
	user-select: all;
	cursor: default;
}

.readOnlyDialog .bootstrap-select.show-tick .btn {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
	cursor: pointer;
}

.readOnlyDialog .form-control {
	box-shadow: none;
}

.inputError {
	color: #C00000;
}

#editDialog a.hasError:after {
	color: #C00000;
	content: ' *';
	font-weight: bold;
}

.savedFilters {
	margin-bottom: 10px;
}

.savedFilters > .left > .btn {
	padding: 2px 12px;
	margin: 2px;
}

.savedFilters > .left {
	width: 750px;
}

.noResultsMsg {
	text-align: center !important;
	line-height: 60px !important;
	font-size: 16px !important;
	font-weight: normal !important;
}

.btn.btn-primary.active.toggle-off {
	background-color: #337ab7 !important;
}

.taRight {
	text-align: right;
}

.btn-group.bootstrap-select.input-group-btn.form-control > button {
	text-align: left;
}

#editDialog .modal-dialog.multiCol3 {
	width: 990px;
}

#editDialog .modal-dialog.multiCol3 form .left:nth-child(1), .left:nth-child(2) {
	margin-right: 20px;
}

#editDialog .input-group > .toggle, #export .input-group > .toggle {
	width: 100% !important;
}

.nav.nav-tabs > li > a {
	padding: 3px 10px !important;
	outline: none;
}

.disabledTab {
	color: #AAA;
	cursor: not-allowed;
}

.disabledTab:hover, .disabledTab:focus {
	color: #AAA;
	background: transparent !important;
}

table.subTable tbody tr td:nth-child(1) {
	font-weight: bold;
}

#mainMenu.nav > li > a {
	padding: 10px 10px;
}

#mainMenu {
	float: left;
}

.toggle.btn[disabled] .btn {
	cursor: not-allowed;
}

.btn.dropdown-toggle.disabled {
	background-color: #eee;
	opacity: 1;
}
.btn.dropdown-toggle.disabled:hover {
	background-color: #eee;
}

.closed {
	display: none;
}

#expandInfo {
	padding-right: 5px;
	vertical-align: middle;
}

.toggle-group {
	transition: left 0.2s !important;
	-webkit-transition: left 0.2s !important; 
}

#printInfo {
	display: none;
}

.toggle.btn.btn-default.off[disabled] .btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.progressBg {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #FFFFFF;
	display: none;
	z-index: 10;
}

.progressImg {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 32px;
	height: 32px;
	margin-left: -16px;
	margin-top: -16px;
	display: none;
	z-index: 11;
}

#mainDiv, #mainTableContent {
	position: relative;
}

.ajaxProgress {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.3);
	z-index: 10;
}

.progressBg > .alert {
	margin: 10px;
}

#mainTable tbody tr td:nth-child(1), #mainTable tbody tr td:nth-child(2) {
	cursor: pointer;
}

#mainTable tbody tr td:nth-child(2) {
	word-break: normal;
}

.modal-sm .modal-header {
	padding: 2px 10px !important;
}

.modal-sm .modal-header .close {
	margin-top: 2px;
}

.spinner.input-group .input-group-addon .spin-down, .spinner.input-group .input-group-addon .spin-up {
	width: 20px;
}

.spinner.input-group .input-group-addon .spin-down .glyphicon, .spinner.input-group .input-group-addon .spin-up .glyphicon {
	font-size: 14px;
}

#editDialog .input-group.scheduleRules > .toggle {
	width: 244px !important;
	float: left;
	display: none;
	border-radius: 0;
	border-left: none;
}

#editDialog .input-group.scheduleRules > .text {
	border-left: none;
	width: 244px !important;
	display: none;
}

.btn-gray {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.noMargin {
	margin: 0px !important;
}

.printNoClear {
	clear: both;
}

.printPageTitle {
	display: none;
}

.ui-sortable-helper td {
	background: #FFFFBA !important;
}

.sortablePlaceholderBg {
	background: #606060;
}

.ui-sortable-helper td:nth-child(1) {
	min-width: 37px;
}

.ui-sortable-helper td:nth-child(2) {
	width: 100%;
}

input[type="file"].form-control {
	height: auto;
	padding: 4px 6px;
}

.dropdown-menu {
	z-index: 10000;
}

.warnPink {
	background: #fbcbe0;
}

.warnRed {
	background: #f99;
}

.timedUpdateDiv {
	display: none;
}

.modal-body .timedUpdateDiv .input-group {
	padding-top: 0 !important;
}

.modal-body .timedUpdateDiv .updateDates {
	display: table;
}

.timedUpdateActive {
	color: #d9534f;
}

.timedUpdateDiv .deleteBtn {
	padding: 6px;
}

.readOnlyDialog .timedUpdateDiv > .input-group > span.input-group-btn {
	display: none;
}

.timedUpdateDiv .deleteBtn .glyphicon {
	margin: 0;
}

table.simpleDinTable {
	width: 100%;
}