#notify_message_field{
	display: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	width: 100%;
	position: fixed;
	text-align: center;
	padding: 10px 0 10px 0;
	background: #61BC46;
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#BED73D', EndColorStr='#61BC46', GradientType=0);
	background: -webkit-gradient(linear, left top, left bottom, from(#BED73D), to(#61BC46));
	background: -moz-linear-gradient(top, #BED73D, #61BC46);
	z-index: 999999;
}

.clear{
	clear: both;
}

.navbar .logged li {
	/*display: none;*/
}

.rows > div:nth-child(even)
{
    background-color: #ffffff;
}
.rows > div:nth-child(odd)
{
    background-color: #efefef;
}
.rows > div {
	padding-top:3px;
	padding-bottom:3px;
}

/* loader */

.loader-box {
  position: fixed;
  z-index: 9999999;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 99999;
  padding-top: 200px;
  background-color: rgba(0,29,41,0.85);
  text-align: center;
}

.loader-wrapper {
  position: relative;
}

.loader-logo {
  margin-bottom: 200px;
}

.loader-box img {
	width:150px;
}
/* end of loader */

.listwrapper {
	padding-left:15px;
}

.listwrapper .fa {
	padding-right:5px;
}

.listwrapper .row {
	border-bottom: 1px solid #efefef;
	padding:5px;
	margin-right:0px;
}

.listwrapper .header {
	text-align: center;
	font-weight: bold;
}

.listwrapper .header .icon {
	float: right;
}

.listwrapper .row:hover {
	background-color: #efefef;
	cursor: pointer;
}

.listwrapper .row.selected {
	background-color: #cfcfcf;
	cursor: pointer;
}


/* center modal */
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/* end of center modal */


.messages {
    position: fixed;
    width: 50%;
    top: 25px;
    z-index: 100;
}
.alert-success {
	background-color: #2f9c02;
	color: #ffffff;
	border-radius:10px;
}

#previewItems {
	overflow: scroll;
	max-height: 70vh;
	min-height: 70vh;
}

.wide-dialog .modal-dialog {
	width:95%;
}
/* end of messages */


.shuttle .left, .shuttle .right {
    float: left;
    width: 300px;
}
.shuttle .button {
    float: left;
    width: 60px;
    padding-top: 30px;
    text-align: center;
}

table.padding td, table.padding th {
	padding: 5px;
}

.dataTables_wrapper .pagesize {
	padding-top:5px;
}

.pagesize {
	padding-top:20px;
	padding-right:20px;
}

.disabled-selection {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.listwrapper .selector,
.pageinfo .selector {
	width:30px;
	float:left;
	font-size: 1.3em;
}
.pageinfo .selector {
	padding-left:5px;
}
.listwrapper .selector-right {
	/*float:left;*/
	padding-left:30px;
}

.upload .error {
	color:red;
}

.upload .warning {
	color:orange;
}

.fa.delete {
	color:red;
}
/*
.navbar-default {
	background-color: #2A28A7;
}
*/

@media (min-width: 1292px) {
  .modal-lg {
    width: 1200px;
  }
}

@media (min-width: 1592px) {
  .modal-lg {
    width: 1500px;
  }
}

.modal-body.flex {
	display: flex;
}

.confirmpopup {
	z-index: 2500;
}

form .help-block {
	display: none;
	color: red;
}

form .has-error .help-block {
	display: inline;
	font-size:14px;
}

form .has-error .ui-select-container {
    border-color: #a94442;
}

.ui-select-container.select2 {
	width: 100%;
}

.ui-select-container.select2 .select2-choice abbr {
	top:5px;
}

.form-group.date .input-group-btn button {
	height: 34px;
	margin-right: 0px;
}

.form-group.date .input-group-btn i.fa {
	padding-right: 0px;
}

@media (min-width: 1600px) {
	.container {
	    width: 1570px;
	}
}

.group-first-row {
	border-top: 1px solid black;
}

.nowrap {
	white-space: nowrap;	
}

.resultgrid .row {
	color: #444444;
}

.resultgrid .row a {
	color: #444444;
}

.resultgrid .row a:hover {
	text-decoration: none;
}

.resultgrid .row i.fa {
	font-size: 16px;
}

.resultgrid .torolt {
	color: #999999;
}

.resultgrid div.odd {
    background-color: #E2E4FF;
}

.resultgrid div.even {
    background-color: white;
}

.star-on .icon:before {
	content: "\f005";	
}

.star-on:hover {
	color: orange;
	text-decoration: none;	
}


.star-off .icon:before {
	content: "\f006";	
}

.buttonholder.hide {
	display: none;
}

.error-block{
	color:red;
	font-weight: bold;
}

.nopadding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.container {
    width: 98% !important;
}

.buttonholder button {
	margin-right:10px;
}

.ace_editor { 
	height: 500px; 
}

.gridster.gridster-desktop ul li {
	background-color: #efefef;
	padding:0px;
	padding-top:10px;
}

.box-header-btns {
	position: absolute;
	top : 10px;
	right: 10px;
}

.nopadding {
	padding-left: 0px;
	padding-right: 0px;	
}

.dashboard .gridster li {
	overflow: auto;
}

.dashboard .resultgrid {
	font-size:13px;
}

.dashboard .resultgrid.newdesign .row > div {
	padding:5px !important;
	padding-left:5px !important;
	padding-right:5px !important;
}

body {
	/*font-family : Tahoma;*/
	font-family : "Helvetica Neue",Helvetica,Arial,sans-serif
}

.resultgrid .header th {
	background-color: #2e2f73;
    color: #ffffff;
}

.resultgrid tbody tr:hover td {
	background-color: #95d3ea !important;
	cursor: pointer;
}

.resultgrid .odd td {
	background-color: #E2E4FF;	
}

.resultgrid .even td {
	background-color: white;
}

/*.dataTables_wrapper .filterbox i.fa {
    top: 9px;
    left: 21px;
}*/

#result_filter .form-control {
	width:100%;
}

.dropdown-menu .dropdown-item i {
	padding-right:5px;
} 

/*.resultgrid th:after {
	color: #ffffff;
	font-family: FontAwesome !important;
} 

.resultgrid thead .sorting_desc:after {
	content: "\f161" !important;
}*/

table.dataTable.resultgrid thead .sorting_desc:after {
	content: "\f161";
	font-family: FontAwesome;
	opacity: 1;	
}
table.dataTable.resultgrid thead .sorting_asc:after {
	content: "\f160";
	font-family: FontAwesome;	
	opacity: 1;	
}
table.dataTable.resultgrid thead .sorting:after {
	content: "\f0dc";
	font-family: FontAwesome;
	opacity: 0.5;	
}

.buttonholder {
	padding-bottom: 10px;
	padding-left: 0px;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #2e2f73;
    color: #ffffff;
}

.panel .showhide {
	padding-right: 5px;
}
.panel .showhide i {
	cursor: pointer;
}

.termekcsomopont a i {
	padding-right:5px;
}

.footer {
	position: fixed;
  	left: 0;
  	bottom: 0;
  	width: 100%;
    height: 30px;
    background-color: #E2E4FF;
    z-index: 1000;
}

.footer .version {
	float:right;
	padding-top: 5px;
	padding-right: 10px;
	font-style: italic;
}

.footer .info {
	float:left;
	padding-top: 5px;
	padding-left: 10px;
	font-style: italic;
}

.navbar-collapse .dropdown:hover > .dropdown-menu {
    display: block;
}
