@charset "utf-8";
@font-face {
    font-family: 'GothamBold';
    /*a name to be used later*/
    src: url('fonts/Gotham/gotham_medium.ttf');
    /*URL to font*/
}

@font-face {
    font-family: 'GothamXLight';
    /*a name to be used later*/
    src: url('fonts/Gotham/Gotham-XLight.otf');
    /*URL to font*/
}

body {
    font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    color: #000;
}


/* ~~ Element/tag selectors ~~ */

ul,
ol,
dl {
    /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
    /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
    padding-right: 15px;
    padding-left: 15px;
}

a img {
    /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
    border: none;
}


/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */

a:link {
    color: #414958;
    text-decoration: none;
    /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

a:visited {
    color: #4E5869;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
    text-decoration: none;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="email"] {
    /* global text input style */
    border: 1px solid #666;
    border-bottom: 5px solid #666;
}

.mery input {
    width: 215px !important;
    height: 34px;
    border: none !important;
    margin: 0px 0px 0px 5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
    color: #f4f8fc;
    font-family: GothamBold, Arial, Helvetica, sans-serif;
    font-weight: bolder;
    background-image: url('../newskin_images/gombhatter.png');
}

input[type="button"] {
    border: 1px solid #666;
    padding-top: 3px;
    color: #f4f8fc;
    font-family: GothamBold, Arial, Helvetica, sans-serif;
    font-weight: bolder;
    background-image: url('../newskin_images/gombhatter.png');
}

input[type="submit"] {
    border: 1px solid #666;
    padding-top: 3px;
    color: #f4f8fc;
    font-family: GothamBold, Arial, Helvetica, sans-serif;
    font-weight: bolder;
    background-image: url('../newskin_images/gombhatter.png');
}


/*
.mery  input[type="button"] {
	width: 215px !important;
	height: 34px;
	border: medium none;
	margin: 0px 0px 0px 5px;
	cursor: pointer;
	font-weight: bold;
	font-size: 13px;
	color:#f4f8fc;
	font-family: GothamBold, Arial, Helvetica, sans-serif;
	font-weight:bolder;
	background-image:url('../newskin_images/gombhatter.png');	 
}

*/

.toolnumber input[type="text"] {
    width: 68px;
}

.toolnumber input[type="date"] {
    width: 128px;
}

.container select {
    background: transparent;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bolder;
    padding: 1px;
    font-size: 1em;
    line-height: 1;
    border: 1px solid #666;
    border-radius: 0;
    -webkit-appearance: none;
}

.edited {
    color: green;
}

.acpc {
    color: blue;
}

#ErtekekSzerkeszt_nem select {
    background: transparent;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bolder;
    padding: 1px;
    font-size: 1em;
    line-height: 1;
    border: 1px solid #666;
    border-radius: 0;
}


/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */

.container {
    width: 90%;
    max-width: 1150px;
    /* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
    min-width: 910px;
    /* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
    background-color: #FFF;
    margin: 0 auto;
    /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
    box-shadow: 10px 10px 5px #CCC;
}


/* ~~the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo~~ */

.header {
    /*#background-color: #f4f8fc;*/
    box-shadow: -3px 3px 3px #aaa;
    margin-top: 10px;
    height: 44px;
    background-image: url('../newskin_images/headerbg.png');
    background-repeat: repeat-x;
}

.rightmenu {
    font-family: GothamBold, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #999;
}

.rightmenuitem {
    padding: 12px 10px 10px 10px;
    float: right;
}

.redunderline {
    border-bottom: 4px solid red;
}

.grayunderline {
    border-bottom: 4px solid gray;
}

.lgrayunderline {
    border-bottom: 4px solid #bbb;
}

.rightmenuitem_active {
    height: 28px;
    font-family: GothamBold, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #999;
    width: 221px;
    text-align: center;
    position: relative;
    right: 0px;
    top: 0px;
    padding-top: 12px;
    background-image: url('../newskin_images/headmenu_separator.png');
    background-repeat: no-repeat;
    float: right;
}

.rightmenuitem_active img {
    margin-top: -3px;
    padding-left: 35px;
}

.nfv {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.8em;
}

.nfv img {
    margin-top: 0px;
    padding-left: 5px;
    padding-bottom: 3px;
}

.inleft {
    float: left;
    background: none;
}

.leftlogo {
    float: left;
    height: 40px;
}

.underheader {
    height: 0px;
}

.uh_leftside {
    width: 227px;
    position: relative;
    top: 0px;
    height: 0px;
}

.uh_rightside {
    width: 220px;
    float: right;
    position: relative;
    height: 0px;
}


/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.smallright_red {
    float: right;
    text-decoration: none;
    color: #fb4437;
}

.content {
    padding: 10px 0;
    box-shadow: -3px 3px 3px #CCC;
    background-color: #f4f8fc;
}

.contentbox {
    text-align: center;
    margin: auto;
    width: 80%;
    min-width: 850px;
    max-width: 1100px;
}

.fullcontentbox {
    text-align: center;
    margin: auto;
    width: 100%;
    min-width: 850px;
    max-width: 1100px;
}

.grayheader {
    color: #666;
    font-family: GothamBold, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.5em;
}

.incontent {
    float: left;
    padding: 10px 5px;
    width: 20%;
    min-width: 230px;
    font-family: Verdana, Helvetica, sans-serif;
    line-height: 0.75em;
}

.incontent a {
    text-decoration: none;
    color: #fb4437;
}

.incontent h2,
.contentbox h2 {
    font-size: 1.1em;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bolder;
    color: #fb4437;
    text-align: left;
}

.incontent h4 {
    font-size: 0.9em;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bolder;
    color: #888;
    text-align: left;
    margin-top: 10px;
}

.incontent h6 {
    font-size: 0.6em;
    color: #fb4437;
    text-align: left;
}

.incontent h3 {
    line-height: 1em;
}

.incontent p {
    font-size: 0.6em;
    color: #666;
    text-align: left;
    margin-top: 25px;
    height: 120px;
}

.autow {
    width: 40%;
    height: auto;
}

.contimg {
    float: left;
    margin-top: 30px;
}

.vertseparator {
    float: left;
    width: 5px;
    margin: 0 40px 0 40px;
}

#realcontent {
    padding: 20px 20px 20px 20px;
    box-shadow: 0px 3px 3px #CCC;
}

.faq {
    width: 188px;
    min-width: 188px;
    float: right;
    padding: 5px 5px 5px 5px;
}

.faq p {
    text-align: justify;
}

.faq h3 {
    text-align: left;
    color: #888;
    font-size: 1.1em;
    margin-top: 25px;
}

.faq h6 {
    text-align: left;
    color: #888;
    padding-top: 25px;
}

.leftin {
    width: 75%;
    min-width: 600px;
    max-width: 850px;
    float: right;
    padding-left: 0px;
}

.leftin p,
.leftin li {
    font-size: 0.8em;
    text-align: left;
    height: auto;
    line-height: 1.1em;
    color: #888;
    margin-bottom: 5px;
}

.full {
    width: 95%;
    min-width: 850px;
    max-width: 1150px;
    padding-left: 0px;
    padding-top: 30px;
}

.full h2 {
    text-align: left;
    min-width: 800px;
    color: #fb4437;
    font-family: GothamBold, Arial, Helvetica, sans-serif;
    font-size: 5.4em;
    padding-left: 25px;
}

.inhead {
    margin-top: 0px;
    padding: 0;
    color: #888;
}

.inhead h1 {
    font-size: 1.2em;
    text-align: left;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: bolder;
    margin-left: -15px;
}

.inhead hr {
    width: 156px;
    border-top: 1px solid #eee;
    margin-top: 25px;
}

.insidetable {
    border: 2px solid #ddd;
    border-radius: 5px;
    min-width: 600px;
    max-width: 950px;
    width: 100%;
    min-height: 400px;
    margin-top: -5px;
    box-shadow: 3px 3px 3px #CCC;
}


/* -- cukortábla  -- */

.sugartable {
    border: 1px solid #ddd;
    width: 98%;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #666;
    font-size: 0.8em;
    text-align: left;
    font-family: Verdana, Helvetica, sans-serif;
    border-collapse: collapse;
}

.sugartable td,
.sugartable th {
    border: 1px solid #ddd;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.sugartable th {
    padding: 5px 5px 5px 5px;
    border-bottom-color: #666;
}

.toolnumber {
    padding-top: 1px;
    line-height: 5px;
    text-align: right;
    font-size: 0.8em;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bolder;
    color: #666;
    float: right;
}

.infopanel_square {
    padding: 1px 1px 1px 1px;
    border: 1px solid grey;
    display: inline-block;
}

.infopanel {
    margin: auto;
    font-size: 0.7em;
    text-align: center;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bolder;
    color: #666;
    padding-right: 0px;
    padding-top: 3px;
    float: right;
}

.infopanel_text {
    padding: 2px 1px 1px 8px;
    display: inline-block;
}

.red {
    color: #f7d61c;
}

.green {
    color: #73d581;
}

.blue {
    color: #ff353d;
}

.purple {
    color: #c6369d;
}

.redcell {
    padding: 5px 5px 5px 5px;
    border: 1px solid red;
    border-bottom-width: 5px;
    font-weight: bold;
}

.high_value {
    padding: 5px 5px 5px 5px;
    border: 1px solid #f7d61c;
    border-bottom-width: 5px;
    font-weight: bold;
}

.greencell,
.normal_value {
    padding: 5px 5px 5px 5px;
    border: 1px solid #73d581;
    border-bottom-width: 5px;
    font-weight: bold;
}

.bluecell,
.low_value {
    padding: 5px 5px 5px 5px;
    border: 1px solid #ff353d;
    border-bottom-width: 5px;
    font-weight: bold;
}

.purplecell {
    padding: 5px 5px 5px 5px;
    border: 1px solid #c6369d;
    border-bottom-width: 5px;
    font-weight: bold;
}

.even {
    background-color: #eee;
}

.insidetableprintex {
    position: relative;
    top: -7px;
    left: 235px;
}


/* ~~ This grouped selector gives the lists in the .content area space ~~ * /

.content ul,
.content ol {
    padding: 0 15px 15px 40px;
    / * this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. * /


}

/* -- div s in content */

.redcontainer {
    margin-top: -10px;
    text-align: center;
    background-color: #fb4437;
}

.redheader {
    text-align: left;
    min-width: 800px;
    color: #FFF;
    font-family: GothamBold, Arial, Helvetica, sans-serif;
    font-size: 5.4em;
    padding-left: 25px;
}

.rhlight {
    font-family: GothamXLight, Arial, Helvetica, sans-serif;
    font-weight: lighter;
}

#deepredheader {
    background-color: #d52936;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 0.9em;
    color: #f4f8fc;
    text-align: left;
    padding: 30px 40px 20px 80px;
    height: 70px;
    box-shadow: 0px 5px 5px #ddd;
}

#deepleft {
    float: left;
    width: 50%;
}

#deepright {
    float: right;
    text-align: center;
    width: 50%;
}

.borderedbutton {
    margin: 15px 15px 15px 15px;
    padding: 5px 5px 5px 5px;
    border: 1px solid #f4f8fc;
    width: auto;
    font-size: 1.5em;
    background-image: url('../newskin_images/gombhatter.png');
}

.borderedbutton a {
    color: white;
}

.cukornaplosor {
    height: 15px;
    color: #ccc;
    font-weight: bolder;
    background-color: #777;
}

.cukornaplospace {
    min-width: 35px;
}

.otszog {
    background-image: url('../newskin_images/otszog.png');
    width: 120px;
    min-width: 120px;
    height: 70px;
    text-align: left;
    color: #ccc;
    font-weight: bolder;
}


/* ~~ The footer ~~ */

.footer {
    padding: 3px 10px 25px 10px;
    background-color: #f4f8fc;
    box-shadow: -3px 3px 3px #CCC;
    margin-bottom: 20px;
    font-size: 0.6em;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
}

.footer li {
    display: inline;
    list-style-type: none;
    padding-right: 10px;
}

.timeinput {
    width: 100px;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    padding: 3px;
    margin: 5px 0px 0px 0px;
    border-width: 2px;
}


/* ~~ miscellaneous float/clear classes ~~ */

.fltrt {
    /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
}

.fltrt_mod {
    /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
    position: relative;
    top: -7px;
}

.fltlft {
    /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
    float: left;
    margin-right: 8px;
}

.fltlft_mod {
    /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: left;
    margin-right: 8px;
    position: relative;
    top: 6px;
}

.clearfloat {
    /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

#popupmessager {
    position: relative;
    top: 10px;
    left: 20px;
    width: 700px;
    height: 400px;
    background-color: yellow;
    margin: auto;
}

.dm_normal_value {
    color: #73d581;
}

.dm_high_value {
    color: #f7d61c;
}

.dm_low_value {
    color: #ff353d;
}