@import url(http://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,300,600,800,700,900);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    font-family: 'Open Sans', sans-serif;
}
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background:#ededed;
    color: #2a2e31;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding:0px;
}
body::-webkit-scrollbar{ 
    width: 10px;
}
body::-webkit-scrollbar-track {
    background-color:#ddd;
}
body::-webkit-scrollbar-thumb {
    background-color:#aaa;
}
html{
    background-color:#eee; 
    width:100%;
    height: 100%;
    margin: 0px;
    padding:0px;
} 
a {
    text-decoration: none;
    transition: all 0.3s ease-out;
    position: relative;
    font-size:16px;
    cursor: pointer;
    color:#ff7200;
} 
a:hover {

}
p{
    font-weight:100; 
    padding-left:10px;
    line-height:16px;
    font-size:14px;
}
h1 {
    width:100%;
    display:hidden;
    position: relative;
    font-size: 24px;
    left:0;
    top:10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
    color: #25b9ff;
    line-height: 60px;
}
h2{
    width:100%;
    margin: 0px;
    color: #4594b9;
    font-size: 18px;
    padding: 5px;
    font-weight: 900;
    text-transform: uppercase;
}

h3{
    width: 100%;
    margin: 0px;
    color: #4594b9;
    font-size: 14px;
    padding: 10px 0 5px 10px;
    font-weight: 300;
    text-transform: uppercase;
}
h4{
    width:100%;
    margin: 10px 0px;
    font-size: 12px;
    font-weight: 900;
    color:#444;
}
.center{
	text-align:center;
}

.left{
	text-align:left;
}
/*--------------TARTALMI RÉSZ-------------*/
.logoheader{
    position:fixed;
    background: #444 url('../img/eis_logo.svg') no-repeat left 50%;
    /*background: url('../img/eis_logo.svg') no-repeat left 50%;*/
    background-size:150px auto;
    width:100%;
    margin-bottom:50px;
    height:60px;
    top:0;
    padding:10px;
    z-index:999;
    display:block
}
.eis{
    position:absolute;
    color:#fff;
    text-transform:uppercase;
    margin-top:10px;
    margin-left:0px;
	display:block;
}
@media screen and (max-width: 1024px) {
	.eis{
		display:none;
	}
}
#intro{position:absolute; z-index:999999; width:1000px;height:1000px;margin-left:-500px; margin-top:-500px; top:50%; left:50%;opacity:0.3
}
#canvas {
    z-index:1;
    top: 0px;
    left: 0px;
    padding:0; 
    margin:0;
}
form{
    margin-bottom:10px;
}

section{
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
    height: 100%; 
    position: relative;
}

/*-------------INPUTOK, GOMBOK------------*/


/*RADIO AND CHECKBOXES*/
.switch input[type='radio'],
.switch input[type='checkbox'] {
    display: none;
    cursor: pointer;
}
.switch input[type='radio']:focus, .switch input[type='radio']:active,
.switch input[type='checkbox']:focus,
.switch input[type='checkbox']:active {
    outline: none;
}
.switch input[type='radio'] + label,
.switch input[type='checkbox'] + label {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-right: 10px;
    color: #4594b9;
}


.switch input[type='radio'] + label:before, .switch input[type='radio'] + label:after,
.switch input[type='checkbox'] + label:before,
.switch input[type='checkbox'] + label:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    left: 0;
    top: -1px;
    text-align: center;
    position: absolute;
}
.switch input[type='radio'] + label:before,
.switch input[type='checkbox'] + label:before {
    background-color: #fafafa;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #eee;
}
.switch input[type='radio'] + label:after,
.switch input[type='checkbox'] + label:after {
    color: #fff;
}
.switch input[type='radio']:checked + label:before,
.switch input[type='checkbox']:checked + label:before {
    -moz-box-shadow: inset 0 0 0 10px #158ec6;
    -webkit-box-shadow: inset 0 0 0 10px #158ec6;
    box-shadow: inset 0 0 0 10px #158ec6;
}

/*Radio Specific styles*/

.switch input[type='radio'] + label:before {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.switch input[type='radio'] + label:hover:after, .switch input[type='radio']:checked + label:after {
    content: '\2022';
    position: absolute;
    top: 0px;
    font-size: 19px;
    line-height: 15px;
}
.switch input[type='radio'] + label:hover:after {
    color: #c7c7c7;
}
.switch input[type='radio']:checked + label:after, .switch input[type='radio']:checked + label:hover:after {
    color: #fff;
}

/*Checkbox Specific styles*/

.switch input[type='checkbox'] + label:before {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.switch input[type='checkbox'] + label:hover:after, .switch input[type='checkbox']:checked + label:after {
    content: "\2713";
    line-height: 18px;
    font-size: 14px;
}
.switch input[type='checkbox'] + label:hover:after {
    color: #c7c7c7;
}
.switch input[type='checkbox']:checked + label:after, .switch input[type='checkbox']:checked + label:hover:after {
    color: #fff;
}

.switch input[type="checkbox"] + label{cursor:pointer;}




button, submit, input, input[type="submit"]{
    border:none;
    outline:none;
    box-shadow:none;
}


input[type="text"], input[type="password"]{
    transition:all ease 0.4s;
    height:30px;
    width:100%;
    border-radius:5px;
    outline:none;
    border:none;
    margin-bottom:10px;
    text-indent:5px;
    font-size:14px;
    font-weight:400;
    letter-spacing:1px;
    color:#444;
    padding-right:5px;
    background-color:rgba(255,255,255,0.5)!important;
    box-shadow: inset 0 2px 0 rgba(0,0,0,.15)!important;
    resize:none;
}
input[type="text"]:focus, input[type="password"]:focus{
    background-color:#dddddd!important;
    outline:none;
    border:none;
}
input[type="submit"],input[type="button"]{
    color: #ffffff;
    background-color:#ff7200;
    padding: 8px;
    width: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
    cursor:pointer;
}
input[type="submit"]:hover,input[type="button"]:hover{
    opacity:0.8;
}
button{
    color: #ffffff;
    padding: 8px;
    width: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
    cursor:pointer;
}
button.kereses{
     background-color:#4594b9;
}
button.greenButton{
    background-color:#00991d;
}
button:hover{
    opacity:0.8;
}
textarea{
    float:left;
    width:100%;
    height:100px;
    transition:all ease 0.4s;
    border-radius:5px;
    outline:none;
    border:none;
    margin-bottom:10px;
    text-indent:5px;
    font-size:14px;
    font-weight:400;
    letter-spacing:1px;
    color:#444;
    padding-right:5px;
    padding-top:5px;
    margin-left:0px;
    background:rgba(255,255,255,0.5);
    box-shadow: inset 0 2px 0 rgba(0,0,0,.15)!important;
    resize:none;
    display:block;
}
textarea:focus{
    background:#eeeeee;
    outline:none;
    border:1px #cccccc solid;
    resize:none;
}

select{
    height:30px;
    width:100%;
    border: 1px solid rgba(0,0,0,0.1);
    outline:none;
    font-weight:400;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background:rgba(255,255,255,0.5) url('../img/nyil_drop.png') no-repeat 100% 100%;
    margin-bottom:10px;
    cursor:pointer;
}

/*....................LOGIN-----------------*/

.loginDiv span{
    color:#ff7200; 
    size:16px; 
    font-weight:500; 
    float:right;	
    text-transform: none;
}
.loginDiv{
    background:rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-box-shadow: 9px 0px 15px -4px rgba(110,110,110,0.3);
    -moz-box-shadow: 9px 0px 15px -4px rgba(110,110,110,0.3);
    box-shadow: 9px 0px 15px -4px rgba(110,110,110,0.3);
    position:absolute;
    width:500px;
    left:50%;
    top:20%;
    margin-left:-250px;
    z-index:99999;
}
.loginDiv form{
    position:relative;
    width:300px;
    height:50%;
    margin:20px auto;
}
div.hibalista{
    display: none;
}

.loginDiv ul.hibalista, .forumlista{
    position:relative;
    width:300px;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 100px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
.loginDiv ul.hibalista li, .forumlista li {
    list-style-image: url('../../../ecenter/hiba-disc.png');
    font-size:14px;
}

input.hibas{
    border: 1px solid #ff7200;
}
/*....................REGISTRATION FORM-----------------*/

@-webkit-keyframes  switch-up {
    0% {top:50px; left:0;}
    50% {-webkit-transform:scale(1.2,1.2);}
    /*	10%{top:60px; left:-10px;}
            50% {top:25px; left:160px;}
            60% {top:25px; left:150px;}
            90%{top:-6px; left:-6px;}*/
    100% {top:0; left:0;}
}
@keyframes switch-up {
    0% {top:50px; left:0;}
    50% {transform:scale(1.1,1.1);}
    /*	10%{top:60px; left:-10px;}
            50% {top:25px; left:160px;}
            60% {top:25px; left:150px;}
            90%{top:-6px; left:-6px;}*/
    100% {top:0; left:0;}

}
.switch-up {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0); 

    -webkit-animation: switch-up 0.6s ease-in-out 1; /* Safari 4+ */
    -moz-animation:    switch-up 2s cubic-bezier(0.385, -0.365, 0.000, 0.990) 1; /* Fx 5+ */
    -o-animation:      switch-up 2s cubic-bezier(0.385, -0.365, 0.000, 0.990) 1; /* Opera 12+ */
    animation:         switch-up 2s cubic-bezier(0.385, -0.365, 0.000, 0.990) 1; /* IE 10+ */
}

@-webkit-keyframes  switch-down {
    0% {top:0; left:0;}
    50% {-webkit-transform:scale(0.9,0.9);}
    /*10%{top:-10px; left:10px;}
    50% {top:25px; left:-160px;}
    60% {top:25px; left:-150px;}
    90%{top:56px; left:6px;}*/
    100% {top:50px; left:0;}
}
@keyframes switch-down {
    0% {top:0; left:0;}
    50% {transform:scale(0.9,0.9);}
    /*10%{top:-10px; left:10px;}
    50% {top:25px; left:-160px;}
    60% {top:25px; left:-150px;}
    90%{top:60px; left:10px;}*/
    100% {top:50px; left:0;}

}
.switch-down {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0); 

    -webkit-animation: switch-down 0.4s ease 1; /* Safari 4+ */
    -moz-animation:    switch-down 2s cubic-bezier(0.385, -0.365, 0.000, 0.990) 1; /* Fx 5+ */
    -o-animation:      switch-down 2s cubic-bezier(0.385, -0.365, 0.000, 0.990) 1; /* Opera 12+ */
    animation:         switch-down 2s cubic-bezier(0.385, -0.365, 0.000, 0.990) 1; /* IE 10+ */
}

/*---------------------A MENÜ-----------------------*/

#cssmenu {
    background: none;
    width: 100%;
    z-index:9999;
    float:right;
    padding-left:150px;
}
#cssmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1;
}
#cssmenu > ul {
    position: relative;
    display: inline-block;
    float:right;
    z-index: 500;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu > ul > li {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
}
#cssmenu ul li a {
    display: block;
    font-family: Helvetica, sans-serif;
    text-decoration: none;
}
#cssmenu > ul > li > a {
    font-size: 14px;
    font-weight: bold;
    padding: 15px 20px;
    color: #dddddd;
    text-transform: uppercase;
    -webkit-transition: color 0.25s ease-out;
    -moz-transition: color 0.25s ease-out;
    -ms-transition: color 0.25s ease-out;
    -o-transition: color 0.25s ease-out;
    transition: color 0.25s ease-out;
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    top: 70px;
    opacity: 0;
    -webkit-transition: opacity .3s ease, top .25s ease;
    -moz-transition: opacity .3s ease, top .25s ease;
    -ms-transition: opacity .3s ease, top .25s ease;
    -o-transition: opacity .3s ease, top .25s ease;
    transition: opacity .3s ease, top .25s ease;
    z-index: 1000;
}
#cssmenu > ul > li:hover > ul {
    left: auto;
    top: 44px;
    opacity: 1;
}
#cssmenu ul ul li a {
    width: 130px;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 20px;
    font-size: 12px;
    color: #9ea2a5;
    background: #ffffff;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

/*-------------FŐOLDAL--------------------*/

.utmutatoszoveg ol{
    margin-left:50px;
    margin-bottom:40px;
    font-size:14px;
    font-weight:100;
}
.hiba{
    color:#000000;
    font-size:12px;
    width:100%;
    display:hidden;
    background-color:#ff7200;
    text-align:center;
    padding:0px;
    line-height:20px;
}

/*---------------TARTALOM--------------*/
.communication{
    margin-left:250px;
    padding-top:100px;
    width: calc(99% - 250px);
    min-height: calc(100% - 92px);
    padding-left:20px;
}
.communication input[type="submit"]{
    background-color:rgba(0, 136, 0, 0.7);
    //background-color:rgba(69, 221, 184, 1);
}
.communication input[type="submit"]:hover{ 
    //background-color:rgba(69, 221, 184, 0.7); 
    background-color:rgba(0, 136, 0, 1);
}
.communication ul{
    margin-top:20px;
    padding-left:10px;
}
.communication ul li{
    padding-left:10px;
}
.communication > button[type="button"]{
    position:relative;
    background-color: #ff7200;
    color: #fff;
    margin-left: 0px;
    padding: 8px;
    width: 100px;
    float:right;
}
.gyartmanyszamListazas ul{
	display: inline-table;
    width: 0;
    padding: 0 10px;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

/*---------------BALOLDALI NAVIGÁCIÓ--------------*/

.navigation{
    position:fixed;
    margin-top:0px;
    margin-left:20px;
    height:100%;
    width: 200px;
    float: left;
    padding-right:20px;
    padding-top:100px;
    border-right:1px solid #cccccc;
	overflow: auto;
}
.navigation textarea{
    position:relative;
    float:left;
    width:175px!important;
    height:30px;
    transition:all ease 0.4s;
    border-radius:5px;
    outline:none;
    border:none;
    margin-bottom:10px;
    text-indent:5px;
    font-size:14px;
    font-weight:400;
    letter-spacing:1px;
    color:#444;
    padding-right:5px;
    padding-top:5px;
    margin-left:0px;
    background:rgba(255,255,255,0.5);
    box-shadow: inset 0 2px 0 rgba(0,0,0,.15)!important;
    resize:vertical;
    display:block;
}

.navigation .nagyszuro label{
    width: 100%;
    margin: 0px;
    color: #4594b9;
    font-size: 14px;
    padding: 10px 0 5px 10px;
    font-weight: 300;
    text-transform: uppercase;
}


/*------------------------CIKKSZÁM KERESŐ OLDAL----------*/	

div.forumcomment{
    /* padding: 10px; */
	padding: 5px 10px 5px 10px;
    background:rgba(221,221,221, 0.4);
    position: relative;
}
div.forumcomment:nth-child(odd){
    margin: 0px;
    background:#dddddd;
}
div.forumcomment:hover, div.comment:nth-child(odd):hover{
    background:#ffffff;
}

div.tipus-a{
    margin-left: 140px !important;
    border-left: 3px solid #4594b9;
}

.forummegjegyzes{
    line-height:1em;
    padding:0px 0 0px 30px;
    font-weight:100;
    font-style:italic;
    border-bottom:1px #ffffff solid;
    margin-bottom:2px;
    width:90%;
}
.forumnev{
    line-height:1;
    //padding:10px 0 10px 10px;
    font-weight:500;
    font-size:18px;
}
.forumnev span{
    margin-left:10px;
    color:#4594b9;
}
.forumgyartmanyszam{
    line-height:1;
    padding:10px 0 0px 20px;
    font-weight:500;
    color:#ff7200;
}
.forumvalaszolok a{
    line-height:1;
    font-weight:500;
    color:#4594b9;
}
.forumvalaszolok a:hover{
    color:#ff7200;
}
.forumtipus{
    margin:10px 0 10px 0px;
}

/*---------------------szótár----------------*/

.clickable{cursor:pointer;}
.ellenorzo input[type="hidden"]{display:none;}
.jovahagyo{display: inline-block;}
.jovahagyo a{font-size: 14px;line-height:2em;}
.jovahagyo a:before{font-size: 24px;}
.jovahagyo a.icon-ok{color:rgba(69, 148, 185, 1);}
.jovahagyo a.icon-nemok{color: #ff7200;
}

/*-----------------FELHASZNÁLÓI BEÁLLÍTÁSOK------------*/

.setupTable{
    margin-top: 5px;
    border-collapse: collapse;
    width: 90%;
}

.setupTable th, .setupTable td{
    border: 1px solid #ccc;
    padding: 5px;
}

.setupTable tbody tr:hover td{
    background-color: #fff;
}


/*--------------------SZŰRŐ-----------------*/

.filtered{
    display: none;
}

.linkedpartner{
    cursor: pointer;
}
.linkedpartner:hover{
    color:#ff7200;
}

.x_user_gyartmany{
    width: 240px;
    height:80%;
    position: absolute;
    height: calc(80% - 60px);
    left: calc(50% - 240px) !important;
    top: 60px;
    margin: 50px auto;
    background-color: #ddd;
    z-index: 999;
    overflow-y:auto !important;
    display: block;
    box-shadow: -5px 0 10px #ddd;
}
/*JOBBOLDALI CHECKLIST*/

.sidelist-parent{
    margin-top:2px;
    position:relative;
    background:rgba(255,255,255,0.4);
    padding:5px;
}
.sidelist-parent>label{
    font-weight: 600;
    color:#666;
    letter-spacing: 1px;

}
.sidelist-drop-arrow{
    width: 20px;
    height: 20px;
    color:#ff7200;
    line-height: 22px;
    float: right;
    cursor:pointer;
}
.rotate{
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform:rotate(90deg);
    padding-left: 4px;
    padding-top: 2px;
}
.sidelist-item{
    position:relative;
    margin-left:10px;
    padding-left:15px;

}
.sidelist-item:before{
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    background: #25baff;
    height: 1px;
    width: 14px;
}
.sidelist-item:after{
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    background: #25baff;
    width: 1px;
    height: 22px;
}
.sidelist-droplist{
    padding:10px 0;
}

.hasChecked-item{
    background: #fff !important;
}

.partnerLi{
    list-style-type: none;
    cursor: pointer;
}

.partnerLi:hover{
    color: #4594b9;
}

td.nev{
    cursor: pointer;
}

td.nev:hover{
    color: #ff7200;
}

tr.adminrow td.nev{
    cursor: pointer;
    color: #25baff;
}

.float{
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 30%;
    min-height: 200px;
    max-width: 50%;
    background-color: #eee;
    box-shadow: 10px 10px 5px #888888;
    z-index: 999;
    border: 1px solid #888888;
    padding: 10px;
}

.float .icon-nemok{
    float: right;
    clear: both;
}

.commForm{
    border-bottom: 1px dotted #444;
    margin-bottom: 5px;
    clear: both;
}

.commForm .inputform{
    display: inline-block;
    width: 63%;
    float: left;
}

.commForm .dzform{
    display: inline-block;
    width: 33%;
    float: right;
    margin-top: 30px;
    margin-right: 10px;
}

.cleardiv{
    width: 100%;
    clear: both;
}

.statusicon{
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 28px;
    color: #4594b9;
}
.statusiconGyartmanyLista{
        /* position: relative; */
    /* top: 0; */
    /* left: 0; */
    font-size: 28px;
    color: #4594b9;
    text-align: center;
    display: block;
}

.reszletekPanelIkonok{
	width: 100%;
	display: block;
	cursor: pointer;
}
.reszletekPanelIkonok i{
	font-size: 24px;
	color: #444444;
	display: inline-block;
	margin-left: 30px;
}
.reszletekPanelIkonok i:hover{
	color:#4594b9;
}

.statusListIcon{
    font-size: 20px;
    color: #4594b9;    
}

.icontipus-frage{
    color: #ff7200;
}

.inputform .fontoscb{
    float:right;
    margin-top: 10px;
}

.inputform .valasztipus{
    width: 60%;
}

.floatdiv{
    position: fixed;
    display: block;
    border: 1px solid black;
    background-color: #eee;
    border-radius: 10px;
    z-index: 9999;
    width: 90%;
    height: 90%;
    margin: 25px;
    height: calc(100% - 50px);
    width: calc(100% - 50px);
    top: 0px;
    left: 0px;
    -webkit-box-shadow: 0px 0px 10px 10px rgba(79,79,79,0.6);
    -moz-box-shadow: 0px 0px 10px 10px rgba(79,79,79,0.6);
    box-shadow: 0px 0px 10px 10px rgba(79,79,79,0.6);
}

.floatdiv>div{
    /*
    height: calc(100% - 50px);
    overflow-y: scroll;
    */
    margin: 25px;
}

#informaciokhada .loading{
    margin: auto;
    margin-top: 20%;
    display: block;
}

#informaciokhada .icon-nemok{
    position: absolute;
    right: 10px;
    top: 10px;
}
.hidden{display:none;}


#informaciokhada .szallitasitabla{
    border-collapse: collapse;
    min-width: 60%;
    margin: 5px auto;
}

#informaciokhada .szallitasitabla td{
    border: 1px dotted #4594b9;
    padding: 5px;
}

#informaciokhada .szallitasitabla thead td{
    text-align: center;
    color: white;
    background-color: #4594b9;
}

#informaciokhada .szallitasitabla tbody tr:hover td{
    background-color: white;
}


#informacioRow a:hover{
    color: #4594b9;
}
#informacioRow  div{
    color: #444444;
	display:block;
}
#informacioRow  div span{
    color: #444444;
	display:inline-block;
}
.statusInfo:before{
    padding-right:5px;
}

.statusInfo{
    margin-right: 20px;
}

p.statusInfo{
    display: inline-block;
}

p.probadarab-statusz-z{
    color: #f00;
}

p.probadarab-statusz-s{
    color: #080;
}

p.probadarab-statusz-o{
    color: #00f;
}

.statusicon{
    cursor: help;
}

.infoHead{
    height: 5%;
}
.scroller{
    overflow-y: scroll;
}
.scroller .icon-nemok{
    margin: 30px;
}
#infoFirst{
    float:left;
}
#infoSecond{
    max-width: 45%;
    float:left;
    margin-left: 15px;
}
.innerPadder{
    padding: 15px;
    max-height: 95%;
}

.innerPadder table td{
    white-space: nowrap;
}

.designTable{
    border-collapse: collapse;
}

.dataTable td {
	border: 1px solid #cccccc;
}
.dataTable tr:nth-child(even) {
	background:#ececec;
}
.gyartmanyszamTablazat_container{
	width:100%;
	min-width:500px;
	display:block;
	float:left;
	left:0;
}


.gyartmanyszamTablazatKeresoForm{
	width:100%;
	min-width:300px;
	float:left;
	left:0;
	margin:0px;
    padding: 10px;
}
/*select.selectField{
	width:20%;
	min-width:300px;
	display:inline-block;
}
select.selectField input{
	width:20%;
	min-width:300px;
	display:inline-block;
}*/

button.orangeButton{
    position:relative;
    background-color: #ff7500!important;
    color: #fff;
    margin-left: 0px;
    padding: 8px;
    width: 100%!important;
    float:left!important;
	left:0!important;
}
button.greenButton{
	    width: 100px;
    display: inline-block;
    background-color: #00830d!important;
    color: #fff;
    margin-left: 10px;
    float: right;
    right: 0;
}
button.blueButton{
	    width: 100px;
    display: inline-block;
    background-color: #00830d!important;
    color: #fff;
    margin-left: 10px;
    float: right;
    right: 0;
}


#MszTablazat, #cikkszamMegtekintoTabla{
	width:100%;
	border: 1px solid #dddddd;
}

#MszTablazat_wrapper, #cikkszamMegtekintoTabla_wrapper{
max-width:100%;
overflow:auto;
}

#MszTablazat thead, #cikkszamMegtekintoTabla thead{
	background:#ff7500;
	color: #fafafa;
}

#MszTablazat td, #cikkszamMegtekintoTabla td{
border: 1px solid #dddddd;	
}
.left-20{
padding-left: 50px;
}

table i{
	margin-right:10px;
}
.blue{
	color:#4594b9!important;
}
.gray{
	color:#444444!important;
}
.green{
	color:#00830d!important;
}
.greenBg{
	 background-color: #00830d!important;
    color: #fff;
}
.redBg{
	 background-color: red!important;
    color: #fff;
}

.col-1{width:10%}
.col-2{width:20%}
.col-3{width:30%}
.col-4{width:40%}
.col-5{width:50%}
.col-6{width:60%}
.col-7{width:70%}
.col-8{width:80%}
.col-9{width:90%}
.col-10{width:100%}

.left{text-align:left;}

.pulsar {
    height: 18px;
    width: 18px;
    left: 0px;
    background: #444444;
    top: 0px;
    color: #fafafa;
    -webkit-animation: pulsate 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1, 1); opacity: 0.0;}
}








#infoTablaHead thead{
	background: #4594b9;
}
#infoTablaHead {
	border: 1px solid #4594b9;
}
#infoTablaBody thead{
	background: #444444;
	color:#fafafa;
}
#infoTablaBody {
	border: 1px solid #444444;
}
.ui-dialog .ui-dialog-titlebar {
    background: #4594b9;
    border: 1px solid #4594b9;
    color: #fafafa;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
    background: #4594b9;
    color: #fafafa;
}
.ui-dialog-titlebar-close {
    visibility: hidden;
}
.clear{
	clear:both;
	float:none;
}
.designTable td{
    vertical-align: top;
    padding: 5px;
    border: 1px solid #aaa;
}

.nowrap{
    white-space: nowrap;
}

.searchTable tr td{
    border: 0px;
    border-bottom: 1px dashed;
}

.searchTable tr:hover td{
    background-color: #fff;
}

.kozeprerendezett{
    text-align: center;
}

#fileLista{
    float: right;
    width: 35%;
    text-overflow: ellipsis;
    height: auto;
}
#fileLista>a{
    font-size: 15px;
}

#ab_megjegyzesek{
    float: right;
}
#ab_megjegyzesek>p{
    margin-top: 3px;
}
#ab_megjegyzesek>p>span{
    border: 1px solid #ababab;
    padding: 2px;
    border-radius: 3px;
}
.egooglebtn{
    font-size: 12px;
    background-color: blue;
    line-height: 35px;
    padding: 7px;
    background-color: #4594b9;
    color: white;
    white-space: nowrap;
}
.egooglebtn:hover{
    opacity: 0.7;
}
.googleBtnContainer{
    float: left;
    max-width: 35%;
    padding-left: 3px;
    
}
.formSelects{
    float: left;
    width: 55%;
}
.formSelects>select{
/*    float: left;*/
    width: 100% !important;
}
.fontosCheckbox{
    float: right;
    width: 90px;
    position: relative;
    bottom: 0;
    /*height: 100%;*/
    /*overflow-x: hidden;*/
}
.fontosCheckbox>div.inputWrap{
    /*position: absolute;*/
    /*bottom: 0;*/
}
div.googleBtnContainer>div.inputWrap{
    background-color: red;
    position: absolute;
}
div.fontosUpperEmpty{
    height: 40px;
}
span.lastUpdate{
    font-size: 14px;
}