    html, body{
	background-color: #eeeecc;
	height:100%;
 	font-family: "Open Sans";
	overflow:hidden;
     }

    table{
        font-family: 'Open Sans', sans-serif; 
        font-size: 12px;
    }

    .button {
    	background-color: #0086b3;
    	font-size: 16px;
    	color: white;
    	padding: 10px 20px;
    	margin: 8px 0;
    	border: none;
    	cursor: pointer;
    	width: 30%;
        float:left;
    }

    .button1 {
        display: inline-block;
    	border: none;
    	color: white;
    	padding: 7px;
    	text-align: center;
    	text-decoration: none;
   	    font-size: 16px;
    	cursor: pointer;
        border-radius: 50%;
        width: 30px;
        height:30px;
        margin-left:4px;    
        background-image: url('Edit3_feher.png');   
        background-size: 14px 14px;
        background-position: center;
        background-repeat: no-repeat;
    	background-color: #0086b3; /* kék */
    }

    .button3 {
        display: inline-block;
    	border: none;
    	color: white;
    	padding: 7px;
    	text-align: center;
    	text-decoration: none;
   	    font-size: 16px;
    	cursor: pointer;
        border-radius: 50%;
        width: 30px;
        height:30px;
        margin-left:4px;
        background-image: url('delete_feher.png');   
        //background-image: url('remove1w.png');   
        background-size: 14px 14px;
        background-position: center;
        background-repeat: no-repeat;
    	background-color: #4CAF50; /* Green */
    }

    .button4 {
        display: inline-block;
    	border: none;
    	color: white;
    	padding: 7px;
    	text-align: center;
    	text-decoration: none;
   	    font-size: 16px;
    	cursor: pointer;
        border-radius: 50%;
        width: 30px;
        height:30px;
        margin-left:4px
    }

    .button:hover, .button1:hover, .button3:hover, .button4:hover, .cancelbtn:hover {
    	opacity: 0.8;
    }
    
    ::placeholder{
	font-weight:normal;
	font-size:12px;    
    }

    /* Extra styles for the cancel button */
    .cancelbtn {
    	background-color: #e65c00;
    	font-size: 16px;
    	color: white;
    	padding: 10px 20px;
    	margin: 8px 0;
    	border: none;
    	cursor: pointer;
    	width: 30%;
        float:right;
    }

    .containerx {
        padding: 10px 20px;
     }

    input[type=text], input[type=password]{
        width: 100%;
        font-size:14px;
        font-weight:bold;
        padding: 2px 20px; /* a beleírt szöveg teteje+alja, ill. bal+jobb oldal*/
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        box-sizing: border-box;
    }
    
    select{
        width: 100%;
    	padding: 2px 20px;
    	margin: 8px 0px;
        font-size: 14px;
        font-weight:bold;
    	border-radius: 0px;
    	box-shadow:0;
    	background-color:#fefefe;
        display: inline-block;
        border: 1px solid #ccc;
    	cursor:pointer;
    }
    
   .modal {  /* The Modal (background) */
    	display: none; /* Hidden by default */
    	position: fixed; /* Stay in place */
    	z-index: 1; /* Sit on top */
    	left: 0;
    	top: 0;
    	width: 100%; /* Full width */
    	height: 100%; /* Full height */
    	overflow: auto; /* Enable scroll if needed */
    	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    	padding-top: 60px;
	}

    .modal-content { /* Modal Content/Box */
    	background-color: #fefefe;
    	font-size:14px;
    	margin: 0 auto auto auto; /* 5% from the top, 15% from the bottom and centered */
    	border: 1px solid #888;
    	width: 100%; /* Could be more or less, depending on screen size */
    }

    /* Add Zoom Animation */
    .animate {
    	-webkit-animation: animatezoom 0.6s;
    	animation: animatezoom 0.6s
    }

    @-webkit-keyframes animatezoom {
    	from {-webkit-transform: scale(0)} 
    	to {-webkit-transform: scale(1)}
    }
    
    @keyframes animatezoom {
    	from {transform: scale(0)} 
    	to {transform: scale(1)}
    }

    .xcheckbox-custom, .xradio-custom {
    	opacity: 0;
    	position: absolute;   
    }

    .xcheckbox-custom, .xcheckbox-custom-label, .xradio-custom, .xradio-custom-label {
    	display: inline-block;
    	vertical-align: middle;
    	margin: 0px 10px;
    	cursor: pointer;
     	font-size:14px;
   }

    .xcheckbox-custom-label, .xradio-custom-label {
    	position: relative;
    	font-weight:bold;
    }

    .xcheckbox-custom + .xcheckbox-custom-label:before, .xradio-custom + .xradio-custom-label:before {
    	content: '';
    	background: #fff;
    	border: 2px solid #ddd;
    	display: inline-block;
    	vertical-align: middle;
    	width: 20px;
    	height: 20px;
    	padding: 2px;
    	margin-right: 2px;
    	text-align: center;
    }

    .xcheckbox-custom:checked + .xcheckbox-custom-label:before {
    	box-shadow: inset 0px 0px 0px 4px #fff;
    	background: #0086b3;
    	color: #fff;
    }

    .xradio-custom + .xradio-custom-label:before {
    	border-radius: 50%;
    }

    .xradio-custom:checked + .xradio-custom-label:before {
    	color: #fff;
    	background: #0086b3;
    	box-shadow: inset 0px 0px 0px 4px #fff;
    }

    .xcheckbox-custom:focus + .xcheckbox-custom-label, .xradio-custom:focus + .xradio-custom-label {
  	outline: 1px solid #ddd; /* focus style */
    }

    #first {
	   width:100%;
	   float:left;
	   overflow:auto;
	   //display:block;
	   //height: 100%;
	   position:absolute;
	   top:32px;
	   bottom:0px;
   }
    #ablak1 {
	   width:100%;
	   overflow:hidden;
	   height:100%;
    }
    #b2{
        background-image: url('add1w.png');   
        background-size: 14px 14px;
        background-position: center;
        background-repeat: no-repeat;
    	background-color: #0086b3; /* kék */
    }
    #b4{
        background-image: url('filled_filter_white.png');   
        background-size: 14px 14px;
        background-position: center;
        background-repeat: no-repeat;
    	background-color: #0086b3; /* kék */
    }
    
