body {
	background-color: #2c4173 !important;
}

#main_header {
	background: #fff;
	margin: 0 80px;
	width: 1150px;
	height: 150px;
	border-radius: 5px;
	text-align: center;
	color: #2c4173;
	font-weight: bold;
	font-size: 25px;
}

#main-content {
	margin: 20px auto;
	width: 1180px;
	min-height: 500px;
	border-radius: 5px;
}

#content {
	background: #fff;
	width: 869px !important;
	min-height: 1015px;
	margin: 0 0 20px 20px;
	border-radius: 5px;
}

#login_content {
	background: #fff;
	width: 1150px;
	height: 400px;
	border-radius: 5px;
	#margin: 20px auto;
}

#main-menu
{
	background: #fff;
	width: 260px !important;
	min-height: 500px;
	margin: 0 0 20px 0;
	border-radius: 5px;
	position: relative !important;
}

#main-menu UL.navigation > LI {
	width: 210px !important;
}

.theme-default #main-menu .open.mm-dropdown > A {
	color: #222 !important;
}


#main-menu .mm-dropdown>ul, .theme-default #main-menu .mmc-dropdown-open-ul {
	background: #fff !important;
}

.theme-default #main-menu li.active>a {
	background: #fff;
	color: #222;
}

.theme-default #main-menu .mm-dropdown.open>a {
 	color: #222;
}

.theme-default #main-menu .mmc-dropdown-open-ul a:hover, .theme-default #main-menu .navigation a:hover {
	color: #222;
}

.ui-datepicker-title select {
	background: #fff; 
	border: none;
	color: #060606;
}

.ui-datepicker td.ui-datepicker-today a {
	background: #A0A0A0;
	font-weight: 700;
	color: #fff;
}
.ui-datepicker td a {
	color: #555;
	display: block;
	height: 100%;
	text-decoration: none;
	width: 100%;
}

.ui-state-disabled {
cursor: default!important;
background: #DEDEDE;
color: #B2B2B2;
}

ol.questions_answers>li
{
	margin-bottom: 1.5em;
}

ol.questions_answers ul{
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
}

#main-menu>img
{
	margin: 5px;
}

.menu_images>img
{
	margin-bottom: 15px;
}

.home_content{
	margin: 30px;
}
.felhasznalo_adat
{
	margin-left:17px;
	margin-top: 5px;
}

.errorbox {
	margin: 10px;
	font-size: 1.2em;
}

.errorbox>div {
	padding: 5px 15px;
}

.table thead .sorting {
  background: url("../images/sort_both.png") no-repeat center right !important;
}

.table thead .sorting_asc {
  background: url("../images/sort_asc_disabled.png") no-repeat center right !important;
}

.table thead .sorting_desc {
  background: url("../images/sort_desc_disabled.png") no-repeat center right !important;
}

#ie-menu {
  background: #fff;
  width: 210px !important;
  min-height: 500px;
  margin: 0 0 20px 0;
  border-radius: 5px;
  position: relative !important;
}

#ie-menu li{
	line-height: 25px;
	list-style: none;
}

#ie-menu .navigation
{
	padding: 46px 0 0;
}

#ie-menu .menu-icon
{
	  margin-right: 5px;
}

#ie-menu .navigation .caret
{
	display: none;
}

#ie-menu .active
{
	border-left: 3px solid #4083a9;
}

.border_top
{
	border-top: 0.5px solid #ccc;
}
input[type="checkbox"][readonly] {
  pointer-events: none;
}


#loading-image {
  margin: auto;
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
}


@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.green-background {
    background-color: #DFFDDA;
}

.contract-checkbox {
	margin-left: 23px;
}

.icon-size {
	font-size: 36px;
}

.m-r-10 {
	margin-right: 10px;
}

.m-t-10 {
	margin-top: 10px;
}

.m-l-10 {
	margin-left: 10px;
}

.m-b-10 {
	margin-bottom: 10px;
}

.m-r-20 {
	margin-right: 20px;
}

.m-t-20 {
	margin-top: 20px;
}

.m-l-20 {
	margin-left: 20px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.table-list {
	margin-left: -37px;
	list-style: none;
}
.new-error-box {
	/*padding: 5px;*/
	/*margin: 5px 0;*/
	font-size: 13px;
	max-width: 135px;
}


.datepicker {
	max-width: 150px;
}

@media (min-width: 1200px) {
	.container {
		width: 1362px!important;
	}
}

@media (min-width: 992px) {
	.container {
		width: 1162px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#main_header {
		margin: 0;
	}
}

.no-padding {
	padding-left: 0;
	padding-right: 0;
}

#ajax-message-wrapper {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 300px;
}

#content-close {
	background: #fff;
	width: 869px !important;
	min-height: 500px;
	margin: 0 0 20px 20px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f8f9fa;
	color: red;
}