.mostly-customized-scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #aaa; /* or add it to the track */
}

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px;
    max-width: 100%;
}


textarea:focus, input:focus, select:focus {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;   
    -webkit-user-modify: read-write-plaintext-only !important; 
    outline: none !important;
    
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

textarea, input, select {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color:  rgba(255, 255, 255, 0) !important; 
    outline: none !important;
    
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
}

button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
}

*:focus {
    outline: none !important;
}

/* -------------------- */

body, html {
    border: none;
    padding: 0;
    margin: 0;
    background-color: #d7d9db !important;
    font-family: sans-serif;
}

.startPage0 {
    width: 100%;
    height: 100%;
    display: block;
}

.startPage {
    max-width: 300px;
    margin-top: 7%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    padding: 20px;
}

/* ------------------------------------------------*/
 
div#login_container { margin: 0px auto; width: 910px;  }

@media only screen and (max-width: 910px) {
div#login_container { margin: 0px auto; width: 730px;   }
}

@media only screen and (max-width: 730px) {
div#login_container { margin: 0px auto; width: 550px;   }
}

@media only screen and (max-width: 550px) {
div#login_container { margin: 0px auto; width: 370px;   }
}


.login_fiok_div01 { display: grid; width: auto; height: auto; place-items: center; }

.login_fiok_div02 { width: auto; }

.login_fiok_div02 .div01 {  

	margin:5px; width:170px; height:160px; padding: 0px; background-color: #ffffff; border: 1px solid #999999; float:left; 

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);

} 
 
.login_fiok_div02 .div01 a.link01:link, .login_fiok_div02 .div01 a.link01:visited { 

	width:170px; height:157px; cursor: pointer; text-decoration:none; border:0px; 

	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    

} 

.login_fiok_div02 .div01 a.link01:hover, .login_fiok_div02 .div01 a.link01:active { 

	background-color:#e5e5e5;  	

	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}  

.login_fiok_div02 .div01 p.login_fiok_p01 { line-height: 15px; margin:10px; margin-top: 70px;  text-align: center; font-weight: bold; font-size: 13px; color: #000; text-transform:uppercase;  }

 

/* ------------------------------------------------*/

.loginLogo {
    float: left;
    width: 48%;
    margin: 1%;
}

.loginLogo img {
    max-width: 100%;
}

.loginForm {
    float: left;
    width: 48%;
    margin: 1%;
}

.form01 {
    width: auto !important;
    border: none !important;
    background-color: #ffffff !important;
    padding: 10px !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    -webkit-text-stroke: none !important;
    text-shadow: none !important;
    color: #000000 !important;
}

.form02 {
    width: auto !important;
    border: none !important;
    background-color: #ffffff !important;
    padding: 10px !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    -webkit-text-stroke: none !important;
    text-shadow: none !important;
    color: #000000 !important;
}

.form06a {
    width: auto !important;
    border: 1px #2c3035 solid !important;
    background-color: #ffffff !important;
    padding: 10px !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    -webkit-text-stroke: none !important;
    text-shadow: none !important;
    color: #000000 !important;
}

.form06b {
    border: none !important;
    background-color: #ffffff !important;
    padding: 10px 10px 10px 10px !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    -webkit-text-stroke: none !important;
    text-shadow: none !important;
    color: #000000 !important;
    margin-left: 5px;
}

.form06c {
    border: none !important;
    background-color: #ff0000 !important;
    padding: 10px 10px 10px 10px !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    -webkit-text-stroke: none !important;
    text-shadow: none !important;
    color: #000000 !important;
    margin-left: 5px;
}

.form07 {
    min-width: 150px !important;
    width: 100%;
    border: 1px #000000 solid !important;
    background-color: #ffffff !important;
    padding: 10px !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    -webkit-text-stroke: none !important;
    text-shadow: none !important;
    color: #000000 !important;
}

.form07_login {
    min-width: 190px !important;
    width: 100%;
    border: 1px #999999 solid !important;
    background-color: #ffffff !important;
    padding: 10px !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    -webkit-text-stroke: none !important;
    text-shadow: none !important;
    color: #000000 !important;
}

.form07b {
    width: 90% !important;
    border: 1px #000000 solid !important;
    background-color: #ffffff !important;
    padding: 10px 10px 10px 10px !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    -webkit-text-stroke: none !important;
    text-shadow: none !important;
    color: #000000 !important;
}

.form08 {
    width: auto !important;
    border: 1px #2c3035 solid !important;
    background-color: #ffffff !important;
    padding: 10px !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    -webkit-text-stroke: none !important;
    text-shadow: none !important;
    color: #000000 !important;
}

.form08b {
    width: auto !important;
    border: 1px #2c3035 solid !important;
    background-color: #ffffff !important;
    padding: 5px !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    -webkit-text-stroke: none !important;
    text-shadow: none !important;
    color: #000000 !important;
}

.form09 {
    border: 2px #d7d9db solid !important;
    background-color: #d7d9db !important;
    padding: 8px 10px 8px 10px !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    -webkit-text-stroke: none !important;
    text-shadow: none !important;
    color: #000000 !important;
    text-decoration: none;
}

.form09_active {
    border: 2px #000000 solid !important;
    background-color: #d7d9db !important;
    padding: 8px 10px 8px 10px !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    -webkit-text-stroke: none !important;
    text-shadow: none !important;
    color: #000000 !important;
}

.form09v {
    border: 2px #d7d9db solid !important;
    background-color: #d7d9db !important;
    padding: 10px 50px 10px 50px !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    -webkit-text-stroke: none !important;
    text-shadow: none !important;
    color: #000000 !important;
    text-decoration: none;
}

.form09v_active {
    border: 2px #000000 solid !important;
    background-color: #d7d9db !important;
    padding: 10px 50px 10px 50px !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    -webkit-text-stroke: none !important;
    text-shadow: none !important;
    color: #000000 !important;
}

.form10 {
    border: none !important;
    background-color: #1a5e6b !important;
    padding: 10px 50px 10px 50px !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    -webkit-text-stroke: none !important;
    text-shadow: none !important;
    color: #ffffff !important;
    text-decoration: none;
}

.form10_szamlaallomany {
    display: inline-block;
    margin: 0px 5px 5px 0px;
    border: none !important;
    background-color: #261d10 !important;
    padding: 10px 40px 10px 40px !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    -webkit-text-stroke: none !important;
    text-shadow: none !important;
    color: #ffffff !important;
    text-decoration: none;
}

.form11 {
    border: 2px #d7d9db solid !important;
    background-color: #d7d9db !important;
    padding: 8px 10px 8px 10px !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    -webkit-text-stroke: none !important;
    text-shadow: none !important;
    color: #000000 !important;
    margin: 0px 10px 0px 0px;
}

.form11_active {
    border: 2px #000000 solid !important;
    background-color: #ffffff !important;
    padding: 8px 10px 8px 10px !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    -webkit-text-stroke: none !important;
    text-shadow: none !important;
    color: #000000 !important;
    margin: 0px 10px 0px 0px;
}

.form12 {
    border: 1px #ccc solid !important;
    background-color: #ffffff !important;
    padding: 2px 10px 2px 10px !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    -webkit-text-stroke: none !important;
    text-shadow: none !important;
    color: #000000 !important;
    font-size: 10px;
}

.form14 {
    /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  padding: 10px;
}


input[type=checkbox] + label.btn {
	display: inline-block;
    border: 2px #2c3035 solid !important;
    padding: 8px 10px 8px 10px !important;
    margin: 0px 10px 10px 0px;
    border-radius: 3px !important;
    cursor: pointer !important;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    color: #000 !important;
    line-height: normal;
	font-weight: bold;
	font-size: 14px;
}

input[type=checkbox] + label.btn:hover {
	border: 2px #2c3035 solid !important;
    background-color: #2c3035 !important;
    padding: 8px 10px 8px 10px !important;
    border-radius: 3px !important;
    cursor: pointer !important;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    color: #fff !important;
    margin: 0px 10px 10px 0px;
	font-weight:bold;		
}

input[type=checkbox]:checked + label.btn {
	border: 2px #2c3035 solid !important;
    background-color: #2c3035 !important;
    padding: 8px 10px 8px 10px !important;
    border-radius: 3px !important;
    cursor: pointer !important;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    color: #fff !important;
    margin: 0px 10px 10px 0px;
	font-weight:bold;		
}


.form_fiok {
    width: auto !important;
    padding: 8px !important;
    background-color: #ffffff !important;
    cursor: pointer !important;
    -webkit-text-stroke: none !important;
    text-shadow: none !important;
    color: #000000 !important;
    font-weight: bold;
    border-radius: 3px !important;
    border: 1px #2c3035 solid !important;
}


.inputBox {
    padding: 5px 0px 5px 0px;
}

.inputBox2 {
    display: block;
    overflow: visible;
    padding: 5px 0px 5px 0px;
}

.noshow {
    display: none;
}

.success {
    background-color: #98e7f5;
    padding: 10px;
    margin: 10px 0px 20px 0px;
    font-size: 12px;
    color: #000;
    border-radius: 3x;
}

.error {
    background-color: #ff0000;
    padding: 10px;
    margin: 10px 0px 20px 0px;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
}

a {
    border: none;   
}

/* -------- */

.container {
    background-color: #d7d9db;
}

.header {
    background-color: #d7d9db;
    padding: 2px 10px 2px 10px;
    margin: 0 !important;
    overflow: auto;
    display: block;
    border-bottom: 1px #000000 solid; 
}

.header2 {
    background-color: #949494;
    padding: 2px 10px 2px 10px;
    margin: 0 !important;
    overflow: auto;
    display: block;
    border-bottom: 1px #000000 solid; 
}


.header_ceg {
	background-color:#2c3035; 
	font-weight: normal;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	padding-top:10px;
	padding-bottom: 10px;
	font-size:18px;
	border-bottom: 1px #000000 solid;
	display:block;
}


.header2_left1 {
    float: left;
    margin-right: 20px;
}

.header2_left2 {
    float: left;
    margin: 4px 5px 3px 0px;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 3px !important;
}

.header2_left2 a {
    color: #ff0000;
    padding: 0px 0px 0px 5px;
}

.head_logo {
    float: left;
}

.head_logo img {
    max-width: 30px;
}

.head_text {
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin: 3px 20px 4px 0px;
}

.head_logout {
    float: right;
    margin: 12px 20px 0px 10px;
}

.footer {
    background-color: #d7d9db;
    color: #2c3035;
    padding: 20px 10px 20px 10px;
    margin: 0 !important;
    overflow: visible;
    display: block;
    height: 20px;
    text-align: center;
    font-size: 11px;
}

.header .logo {
    float: left;
}

.content {
    width: 100%;
    overflow: auto;
    padding: 0px 0px 0px 0px;
}

.page_left {
    background-color: #d7d9db;
    width: 100px;
    float: left;
    margin-right: 10px;
}

.page_right {
    margin: 0px 0px 0px 10px;
    background-color: #ffffff;
}

.link01 {
    color: #2c3035;
    display: block;
    padding: 2px 0px 2px 0px;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    border-bottom: 2px #ffffff solid;
    font-size: 10px;
    border-right: 2px #2c3035 solid;
}

.link01:hover {
    color: #2c3035;
    background-color: #949494;
}

.active {
    background-color: #2c3035;
    color: #ffffff;
    border-right: 2px #2c3035 solid;
}

.link02 {
    color: #041fc7;
    text-decoration: none;
    font-weight: bold;
}

.link02:hover {
    text-decoration: underline;
}

.link03 {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

.link04 {
    float: left;
    color: #2c3035;
    text-decoration: none;
    background-color: #eee;
    padding: 8px;
    margin: 0px 10px 10px 0px;
    font-size: 12px;
}

.link04_active {
    float: left;
    color: #fff;
    text-decoration: none;
    background-color: #2c3035;
    padding: 8px;
    margin: 0px 10px 10px 0px;
    font-size: 12px;
}

.menu_box {
    display: block;
    overflow: auto;
    padding: 3px;
}

.menu_icon {
    font-size: 30px;
    text-align: center;
}

.menu_text {
    display: block;
    margin: 2px 0px 0px 0px;
    text-align: center;
}

.content_box0 {
    display: block;
    padding: 0px 0px 20px 0px;
    min-height: 1600px;
}

.content_box1 {
    overflow: auto;
}

.site_title {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 10px 0px;
    border-bottom: 1px #ddd solid;
}

.search_box1 {
    display: block;
    overflow: auto;
}

.search_box2 {
    float: left;
    margin-right: 30px;
}

.search_box3 {
    float: left;
}

.page_title {
    overflow: auto;
	/* color: #ccc; */
    color: #000;
    font-size: 18px;
    padding-bottom: 3px;
    margin-bottom: 10px;
    border-bottom: 1px #ccc solid;
}

.page_title2 {
	/* color: #666; */
	color: #000;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 3px;
    margin-bottom: 10px;
    border-bottom: 1px #ccc dotted;
    display: block;
    padding-right: 50px;
}

.form_input1 {
    overflow: auto;
    color: #000;
    font-size: 14px;
    padding: 3px 3px 3px 3px;
    margin: 0px 0px 5px 0px;
    font-weight: bold;
}

.form_input2 {
    overflow: auto;
    color: #000;
    font-size: 14px;
    padding: 3px 3px 3px 40px;
    margin: 0px 0px 5px 0px;
}

.clear {
    overflow: auto;
    height: 20px;
}

.box_lr {
    overflow: auto;
    margin: 0px 0px 10px 0px;
}

.box_right {
    float: right;
    padding: 5px;
    margin-right: 10px;
}

.row {
    overflow: auto;
}

.row2 {
    overflow: auto;
}

.colx2 {
    float: left;
    margin: 0px 10px 0px 0px;
}

.colx2b {
    float: left;
    margin: 0px 1% 0px 0px;
    width: 49%;
}

.colx2ba {
    float: left;
    margin: 0px 0px 0px 0px;
    width: 49%;
}


.colx3a {
    float: left;
    margin: 0px 0px 0px 0px;
    width: 20%;
}

.colx3b {
    float: left;
    margin: 0px 0px 0px 0px;
    width: 60%;
}

.colx3c {
    float: left;
    margin: 0px 0px 0px 0px;
    width: 20%;
}

.colx3ca {
    float: left;
    margin: 0px 1% 0px 0px;
    width: 65.5%;
}

.colx4 {
    float: left;
    margin: 0px 1% 0px 0px;
    width: 32.3%;
}

.colx4a {
    float: left;
    margin: 0px 0px 0px 0px;
    width: 32.3%;
}

.colx5 {
    float: none;
    margin: 0px 1% 0px 0px;
    width: 40%;
}

.colx6 {
    float: left;
    margin: 0px 10px 0px 0px;
    width: 50%;
}

.colx00 {
    float: left;
    margin: 0px 0px 0px 0px;
    width: 99%;
}

.pagination {}

.paginate_button {
    display: block;
    background-color: #eee;
    padding: 10px;
    margin: 2px 2px 2px 2px;
    
}

.paginate_button a {
    color: #000000;
    text-decoration: none;
}

.paginate_button previous {}
.paginate_button next {}

.active2 {
    background-color: #ccc;
    color: #000000;
    display: block;
}

.input-box {
    margin: 0px 0px 10px 0px;
}

.input-box label {
    display: block;
    font-size: 12px;
    margin: 0px 0px 3px 0px;
}

.btn01 {
    font-size: 16px;
    border: none !important;
    background-color: #0432d6 !important;
    padding: 4px 4px 4px 4px !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    -webkit-text-stroke: none !important;
    text-shadow: none !important;
    color: #ffffff !important;
    margin: 3px 3px 5px 3px;
    display: inline-block;
}

.btn02 {
    font-size: 16px;
    border: none !important;
    background-color: #ff0000 !important;
    padding: 4px 4px 4px 4px !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    -webkit-text-stroke: none !important;
    text-shadow: none !important;
    color: #ffffff !important;
    margin: 3px 3px 5px 3px;
    display: inline-block;
}

.btn03 {
    font-size: 16px;
    border: none !important;
    background-color: #ffffff !important;
    padding: 4px 4px 4px 4px !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    -webkit-text-stroke: none !important;
    text-shadow: none !important;
    width: auto;
    display: block;
    color: #000000 !important;
}

.btn04 {
    font-size: 16px;
    border: none !important;
    background-color: #296e1b !important;
    padding: 4px 4px 4px 4px !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    -webkit-text-stroke: none !important;
    text-shadow: none !important;
    color: #ffffff !important;
}

.image-cropper {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.ui-datepicker{ z-index: 100 !important;}

.modal { z-index: 999 !important;}

.responsive-table td, .responsive-table th {
    border: 1px #ddd solid;
    vertical-align: top;
    padding: 3px;
}

/* -------- */
    
@media all and (max-width: 800px) {
    
}

@media all and (max-width: 1200px) {
    .page_left {
        width: 50px;
    }
    
    .menu_icon {
        font-size: 20px;
    }

    .menu_text {
        display: none;
    }
}

@media all and (min-width: 1600px){
}

/* -------- */

.paginate_button {
    float: left;
    padding: 5px;
    list-style: none;
}

.paginate_button active {
    background-color: darkgray;
    color: #ffffff;
}

.paginate_button previous {}

.paginate_button next {}

.tdx {
    width: 280px !important;
    display: block;
    background-color: aqua;
}