body {
	color: #000;
	background: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
    width: 100%;
    height: 100%;
}

h2 {
    color: white;
}

.main_view {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 50px;
    bottom: 50px;
    overflow: auto;
}

.parkdata td {
    padding: 10px;
    background-color: #60addb;
    opacity: 0.7;
    border: 1px solid #0088bb;
    border-spacing: 2px;
    border-collapse: separate;
    font-weight: bold;
    text-align: center;
}

.ajanlott {
    background-color: #007a4f !important;
    opacity: 0.9 !important;
}

.text {
    padding: 2px !important;    
}

.pzone {
    padding: 15px 10px 15px 10px !important;
}

.messagepop {
  background-color:#FFFFFF;
  border:1px solid #999999;
  cursor:default;
  display:none;
  margin: 15px;
  position:absolute;
  text-align:left;
  width:95%;
  z-index:50;
  padding: 25px 25px 20px;
}

.messagepop p, .messagepop.div {
  border-bottom: 1px solid #EFEFEF;
  margin: 8px 0;
  padding-bottom: 8px;
}

.main_bg {
    background: url('../images/bg.jpg');
    color: white;
}
#map_view {
    z-index: 1;
    display: block;
}
#loading_view {
    z-index: 2;
    display: block;
    background: white;
    text-align: center;
    font-size: 30px;
}
#settings_view {
    color: white;
}
.device_selector, .has_service, .device_checkselector {
    border: 1px solid white;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
    display: block;
    cursor: pointer;
    width: 97%;
    color: white;
}
.device_selector:hover, .device_checkselector:hover {
    color: white;
}
.device_checkselector-clicked
{
    color: white;
    background-color: #0F4E7C;    
}

#map {
    display: block;
    width: 100%;
    height: 100%;
}
.label1 , .label2 {
    float: left;
    width: 50%;
    font-size: 20px;
    color: white;
}
.label1 {
    /*clear: both;*/
    font-weight: bold;
}
.label2 {
    font-size: 18px;
    color: black;
    text-align: right;
    position: relative;
}
.settings_separator {
    clear: both;
    height: 15px;
    width: 100%;
}
.bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	top: 47;
	left: 0;
    overflow: hidden;
    /*min-height: 500px;*/
}

.header-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 47px;
	background: url(../images/header_bg.jpg) repeat-x;
	z-index: 16;
	text-align: center;
	padding-top: 5px;
}

.footer-bg {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 46px;
	background: url(../images/footer_bg.jpg) repeat-x;
	z-index: 16;
	text-align: center;
	padding-top: 5px;
    display: none;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index:5;
}

.middle {
	position: relative;
    display: table-cell;
    vertical-align: middle;
}

.footer-inner {
	margin: 0 auto;
	width: 280px;
	height: 53px;
}

.map {
	background-image: url(../images/map.png);
	width: 52px;
	height: 42px;
	float: left;
}
/*.map:hover,*/ .footericon-selected.map {
	background-image: url(../images/map_hover.png) ; 
}

.mobil2 {
	background-image: url(../images/mobil2.png);
	width: 52px;
	height: 42px;
	float: left;
}
/*.mobil2:hover,*/ .footericon-selected2.mobil2 {
	background-image: url(../images/mobil2_hover.png); 
}

.parkhistory {
	background-image: url(../images/parkhistory.png);
	width: 42px;
	height: 42px;
	float: left;
}
/*.mobil2:hover,*/ .footericon-selected2.parkhistory {
	background-image: url(../images/parkhistory.png); 
}

#parkticketlist{
    background: #f9f9f9;
    padding: 2px !important;
}

#parkticketlist td{
   
    padding: 5px !important;
}

#parkticketlist tr:nth-child(even) {
    background: #efefef;
    padding: 2px !important;
}

.device {
	background-image: url(../images/device_new.png);
	width: 67px;
	height: 42px;
    position: absolute;
    top: 3px;
    left: 10px;
}
/*.device:hover,*/ .footericon-selected.device {
	background-image: url(../images/device_new_hover.png); 
}

.settings {
    background-image: url(../images/settings.png);
    width: 52px;
    height: 43px;
    position: absolute;
    top: 1px;
    left: 70px;
}
/*.settings:hover,*/ .footericon-selected.settings {
    background-image: url(../images/settings_hover.png); 
}

.menu {
	background-image: url(../images/menu.png);
	width: 52px;
	height: 43px;
    position: absolute;
    top: 1px;
    left: 70px;
}
/*.settings:hover,*/ .footericon-selected.menu {
	background-image: url(../images/menu.png); 
}

.parking {
	background-image: url(../images/parking.png);
	width: 52px;
	height: 42px;
	float: left;
}
/*.parking:hover,*/ .footericon-selected.parking {
	background-image: url(../images/parking_hover.png); 
}
.footericon:hover {
    /*background-color: #004f7a;*/
}
.footericon-selected, .footericon-selected2 {
    background-color: #007a4f;
}




#content {
	position: relative;
}

.maxwidth {
	position: relative;
	width: 450px;
	max-width: 800px;
	min-width: 200px;
	min-height: 300px;
	padding: 0 15px;
	margin: 0 auto;
}

.logo {
	margin: 35px auto;
}

.padding {
	padding: 10px 40px;
}

.szoveg {
	text-align: center;
	margin: 12px 0;
	font-size: 22px;
	color: #818181;
}

.mobil {
	margin-top: 55px !important;
}

.fejlec {
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	padding-top: 25px;
}

.login {
	text-align: center;
	margin-top: 25px;
}

.login-container {
	max-width: 400px;
	min-width: 200px;
	margin: 0 auto;
	padding: 0 50px;
}


input {
	border: 1px solid #60addb;
	background: #fff;
	height: 45px;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #186f9c;
	margin-bottom: 5px;
}

button.mybutton {
	height: 45px;
	width: 100%;
	color: #fff;
	font-size: 18px;
	border: 1px solid #798790;
	background: url(../images/gomb3.png);

}

#devicelist_view .content {
    bottom: 50px;
    overflow: auto;
    position: absolute;
    top: 50px;
    width: 100%;
}

.datetimepicker {
    width: 100px;
    display: inline-block;
    padding: auto;
    font-size: 14px;
}

.menuholder {
    width: 430px;
}
.menuitem {
    width: 200px;
}

#tracker, #gps {
     text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}


/* ------- XS CLASSOK ------- */
@media (max-width: 767px) {
    .menuholder {
        width: 330px;
        height: 300px;
    }
    .menuitem {
        width: 150px;
        height: 150px;
    }
    .menuitem_icon {
        width: 120px;
        height: 120px;
    }
}


/* ------- SM CLASSOK ------- */
@media (min-width: 768px) and (max-width: 991px) {

}

/* ------- MD CLASSOK ------- */
@media (min-width: 992px) and (max-width: 1199px) {
	
}


/* ------- LG CLASSOK ------- */
@media (min-width: 1200px) {

}


/* ÁLTALÁNOS CUCCOK */


.floatright {
	float: right;
}

.kozepre {
	margin: 0 auto;
}

.nopadding {
	padding: 0 !important;
}

.nomargin {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.group_name {
    border: 1px solid white;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
    display: block;
    cursor: pointer;
    width: 97%;
    color: white;
    text-align: right;
    font-weight: bold;
    font-size: 120%;
}






