.mainpanel-body {
	background-image: url("images/gpsoft-background.png") !important;
}
#mainpanel-container {
	display: flex;
	align-items: center;
	height: 100%;
}
#mainpanel-container-block {
	margin: auto;
	width: 100%;
}
#mainpanel-container-client-logo {
	background-image: url("images/eurest_logo_feher.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 70px;
	margin-bottom: 50px;
}
#mainpanel-container-gp-logo {
	background-image: url(images/gpsoft-logo-fekvo-feher.png);
	background-size: 110px auto;
	background-repeat: no-repeat;
	height: 50px;
	background-position: center;
	position: absolute;
	bottom: 30px;
	width: 100%;
}
.mainpanel-text {
    top: 40%;
    width: 100%;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 13px;
    color: #ffffff;
}
.mainpanel-progressbar {
    width: 50%;
    margin: auto;
}
.mainpanel-progressbar-text {
	padding-bottom: 5px;
}
.mainpanel-progressbar-button {
    background-color: #0097d4;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
    width: 120px;
    height: 26px;
    cursor: pointer;
    text-align: center;
    padding-top: 6px;
    margin: 0px auto 10px auto;
}
.mainpanel-progressbar-button:hover {
	background-color: #026a94;
}
.editbox {
	color: #333333;
}
body {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.pnlframe {
}
.pnlframe-body {
    background-color: transparent !important;
	color: #ffffff;
}
.pnlmain{
}
.pnlmain-body {
    background-image: url(images/gpsoft-background.png) !important;
}
.big-logo {
}
.big-logo-div {
	background-image: url("images/gpsoft-logo-fekvo-feher.png");
	background-size: 200px auto;
	background-repeat: no-repeat;
	width: 200px;
	height: 80px;
	margin: auto;
}
.pnlbottom-body {
	background-color: #045e71 !important;
}
.big-logo-img {
    content: url("images/gpsoft-logo-fekvo-feher.png");
    max-width: 200px;
    margin-left: 30px;
}
#main-bottom-container {
	width: 100%;
    height: 100%;
    border-collapse: collapse;
	margin-top: -1px;
}
#main-bottom-container-c1 {
	width: 153px;
}
#main-bottom-container-c1 div {
	background-image: url(images/gpsoft-logo-fekvo-feher.png);
    background-size: 110px auto;
    background-repeat: no-repeat;
    width: 110px;
    height: 50px;
    background-position: center;
    margin-left: 27px;
}
#main-bottom-container-c2 {
}
#main-bottom-container-c2-table {
	height: 100%;
    border-collapse: collapse;
	margin: auto;
}
#main-bottom-container-c2-table-simplepay-1 div {
    background-image: url("images/simplepay/simplepay_horizontal_02.png");
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 120px;
}
#main-bottom-container-c2-table-simplepay-2 div {
	background-image: url(images/simplepay/bankcards_logos_w482x.png);
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 250px;
    margin-left: 20px;
	border-radius: 3px;
}
#main-bottom-container-c2-table-otp div {
	background-image: url("images/otp/combi.gif");
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 250px;
    margin-left: 20px;
	border-radius: 3px;
}
#main-bottom-container-c2-table-otpszep div {
    background-image: url(images/otp/otp_szep.png);
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    border-radius: 3px;
}
#main-bottom-container-c3 {
    width: 1%;
    white-space: nowrap;
}
#main-bottom-container-c3-table {
	float: right;
    margin-right: 25px;
    height: 100%;
    border-collapse: collapse;
    font-size: 13px;
    color: #fff;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
}
#main-bottom-container-c3-table td {
    padding-left: 16px;
    padding-right: 5px;
	cursor: pointer;
}
.main-bottom-sep {
	width: 30px;
}
.main-bottom-menu {
	font-size: 14px;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
	cursor: pointer;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
}
.main-bottom-menu:hover {
	color: #f9d044;
}
#main-cookie-container-full {
	height: 100%;
	width: 100%;
	z-index: 9999;
	position: absolute;
	top: 0px;
}
.main-cookie-container {
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 0px 10px 10px 10px;
}
.main-cookie-container-view {
    background-color: rgb(210,200,173);
    width: 100%;
    border-radius: 5px;
    padding: 10px;
}
.main-cookie-container-view table {
	width: 100%; 
	height: 100%; 
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
	border-collapse: collapse;
}
.main-cookie-info-td {
	padding-right: 10px;
}
.main-cookie-info-td a {
	text-decoration: none;
}
.main-cookie-button-td {
	height: 100%;
}
.main-cookie-button-container {
	height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.main-cookie-button {
	background-color: #0097d4;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
    padding: 6px 15px 6px 15px;
    height: 26px;
    cursor: pointer;
    text-align: center;
	white-space: nowrap;
}



