/* 
    Document   : styles
    Created on : 2014.04.08., 14:13:43
    Author     : gergo@infoart.hu
*/


/*----+ FONTS +----*/

@font-face {
    font-family: 'PTSans';
    src: url('../fonts/pt_sans-web-regular.eot');
    src: url('../fonts/pt_sans-web-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pt_sans-web-regular.ttf') format('truetype'),
         url('../fonts/pt_sans-web-regular.svg#PTSans') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSans';
    src: url('../fonts/pt_sans-web-italic.eot');
    src: url('../fonts/pt_sans-web-italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pt_sans-web-italic.ttf') format('truetype'),
         url('../fonts/pt_sans-web-italic.svg#PTSans') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'PTSans';
    src: url('../fonts/pt_sans-web-bold.eot');
    src: url('../fonts/pt_sans-web-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pt_sans-web-bold.ttf') format('truetype'),
         url('../fonts/pt_sans-web-bold.svg#PTSans') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'PTSans';
    src: url('../fonts/pt_sans-web-bolditalic.eot');
    src: url('../fonts/pt_sans-web-bolditalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pt_sans-web-bolditalic.ttf') format('truetype'),
         url('../fonts/pt_sans-web-bolditalic.svg#PTSans') format('svg');
    font-weight: bold;
    font-style: italic;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'PTSans';
    src: url('../fonts/pt_sans-web-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'PTSans';
    src: url('../fonts/pt_sans-web-italic.svg') format('svg');
    font-weight: normal;
    font-style: italic;
  }
  @font-face {
    font-family: 'PTSans';
    src: url('../fonts/pt_sans-web-bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
  }
  @font-face {
    font-family: 'PTSans';
    src: url('../fonts/pt_sans-web-bolditalic.svg') format('svg');
    font-weight: bold;
    font-style: italic;
  }
}

/*----+ CSS RESET +----*/

html, body, form, fieldset,
h1, h2, h3, h4, h5, h6, p, pre, samp, span,
blockquote, ul, li, ol, dl, dd, dt, address, div, abbr, dfn, acronym,
table, tr, th, td,
input, option, textarea {
  margin: 0;
  padding: 0;
  font: 15px 'PTSans', 'Arial', sans-serif;
  text-align: left;
  color: #333;
}
h1, h2, h3, h4, h5, h6, p, pre, samp, span,
blockquote, ul, li, ol, dl, dd, dt, address, abbr, dfn, acronym {
  cursor: text;
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix { display: inline-block }
*:active, object:focus, embed:focus, a { outline: none }
input::-moz-focus-inner { border: 0 }
*.pointer, label { cursor: pointer }
fieldset { border: none }
input, select, option, textarea {
  /*font-size: 100%;*/
  outline-style: none;
}
input[type="text"], input[type="submit"], input[type="button"], select{
  height: 30px;
  padding: 5px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
textarea { resize: none; }
.bug { border: 1px solid red; }
table tbody tr td, table tr th { padding: 2px; }

/*body, html { overflow-x: hidden; }*/
body { overflow-x: hidden; }

ul, ol{
    margin: 0 0 0 20px;
}



/*----+ Site Defualt CSS +----*/

body {
  background: #F1F1F1;
}

img {
  border: 0;
}

.clear {
  clear: both;
  height: 0px;
}

a {
  color: #E79E29;
  text-decoration: none;
}

a:hover {
  color: #333;
}

a.gomb {
  height: 30px;
  line-height: 30px;
  color: #fff;
  padding: 0 10px;
  background: transparent url('../gfx/bg_button.png');
  display: inline-block;
}

a.gomb:hover {
  background: transparent url('../gfx/bg_button-hover.png');
}

div.portlet-content.box div p{
    margin: 0;
    padding: 0 0 10px;
}
div.portlet-content.box div hr{
    height: 0px;
    width: 100%;
    border: 1px solid #DEDEDE;
    clear: both;
    float: none;
}

div#content a.gen-pdf{
    background:  url('../gfx/pdf_download.png') no-repeat 0 4px transparent;
    padding: 0 0 0 20px;
    margin: 0 0 0 5px;
}

/*----- SITE -----*/

#header-line-top{
    position: absolute;
    top: 0px;
    display: block;
    width: 100%;
    height: 100px;
    background: rgba(0,0,0,0.5);
}    
#header-line-bottom{
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 200px;
    background: rgba(0,0,0,0.5);
}

div#container{
    width: 100%;
    display: block;
    position: absolute;
    top: 0px;
}

div#pagewidth {
  width: 960px;
  margin: 0 auto;
  display: block;
}

div#noview {
  display: none;
}

/*----- HEADER -----*/

div#header {
  height: 100px;
  margin: 0 0 250px 0;
  position: relative;
  background: rgba(0,0,0,0.5);
}

div#logo {
  display: block;
  width: 260px;
  height: 100px;
  background: #222;
  float: left;
  /*margin: 15px 0 0;*/
}

div#logo > a {
  width: 230px;
  height: 60px;
  background: transparent url('../gfx/sze_logo_inv.png') 0 0 no-repeat;
  display: block;
  margin: 15px auto 0;
  text-indent: -9999px;
}

div.sitename{
  display: block;
  color: #FFF;
  float: left;
  /*border-left: 5px solid #00FFFF;*/
  border-left: 5px solid #ffb517;
  padding: 0 0 0 10px;
  min-height: 40px;
  margin: 29px 0 25px 20px;
  max-width: 400px;
  line-height: 1.5;
}

/*----- Header actions -----*/

.header-actions{
  display: block;
  width: 365px;
  float: right;
  margin: 25px 20px 25px 0;
}

.header-actions .sze_logo{
  display: block;
  width: 19px;
  height: 19px;
  background: transparent url('../gfx/icon-home.png') 0 0 no-repeat;
  text-indent: -9999px;
  float: right;
  margin: 3px 0 0 0;
}

div#login {
    float: left;
    width: 160px;
    border-right: 1px solid #FFB517;
    padding: 4px 0;
    margin: 0px 20px 0px 0px;
    height: 24px;
    box-sizing: border-box;
}
div#login .part-login_slide a.log:hover{
    color: #FFFFFF;
}

div#content {
  background: #fff;
  margin: 0;
  padding: 10px 0;
}

#content div.portlet-content.box {
    margin: 0px 5px 10px 5px;
}

/*------ COLUMNS

div.column1 {
  width: 309px;
  margin: 0 5px 10px 5px;
}

div.column2 {
  width: 629px;
  margin: 0 5px 10px 5px;
}

div.column1 img {
  max-width: 300px !important;
  width: auto !important;
  height: auto !important;
}

div.column2 img {
  max-width: 620px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}

div.column2 img[style*="float: left"],
div.column2 img[style*="float:left"] {
  max-width: 300px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 10px 0 0 !important;
}

div.column2 img[style*="float: right"],
div.column2 img[style*="float:right"] {
  max-width: 300px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 0 0 10px !important;
}
----*/

div#content div.portlet-content.box h1.component-heading,
div#content div.portlet-content.box h2.component-heading {
  font-family: 'PTSans', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 5px;
  background: #f0efef;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YwZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2U2ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #f0efef 1%, #f0efef 50%, #e6e5e5 51%, #f0efef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f0efef), color-stop(50%,#f0efef), color-stop(51%,#e6e5e5), color-stop(100%,#f0efef)); 
  background: -webkit-linear-gradient(top,  #f0efef 1%,#f0efef 50%,#e6e5e5 51%,#f0efef 100%);
  background: -o-linear-gradient(top,  #f0efef 1%,#f0efef 50%,#e6e5e5 51%,#f0efef 100%);
  background: -ms-linear-gradient(top,  #f0efef 1%,#f0efef 50%,#e6e5e5 51%,#f0efef 100%);
  background: linear-gradient(to bottom,  #f0efef 1%,#f0efef 50%,#e6e5e5 51%,#f0efef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0efef', endColorstr='#f0efef',GradientType=0 );
  border-bottom: 1px solid #d9d9d9;
}



div#content div.portlet-content.box {
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

div#content div.portlet-content.box div.component-body {
  background: #FEFEFE url('../gfx/bg_box.png') 0 1px repeat-x;
  padding: 5px 4px 5px 5px;
}

/* -------- HIBA ------- */
div#content .portalhiba{
    width: 629px;
    margin: 0 5px 10px 5px;
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}
div#content .portalhiba h2.component-heading {
  font-family: 'PTSans', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 5px;
  background: #f0efef;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YwZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2U2ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #f0efef 1%, #f0efef 50%, #e6e5e5 51%, #f0efef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f0efef), color-stop(50%,#f0efef), color-stop(51%,#e6e5e5), color-stop(100%,#f0efef)); 
  background: -webkit-linear-gradient(top,  #f0efef 1%,#f0efef 50%,#e6e5e5 51%,#f0efef 100%);
  background: -o-linear-gradient(top,  #f0efef 1%,#f0efef 50%,#e6e5e5 51%,#f0efef 100%);
  background: -ms-linear-gradient(top,  #f0efef 1%,#f0efef 50%,#e6e5e5 51%,#f0efef 100%);
  background: linear-gradient(to bottom,  #f0efef 1%,#f0efef 50%,#e6e5e5 51%,#f0efef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0efef', endColorstr='#f0efef',GradientType=0 );
  border-bottom: 1px solid #d9d9d9;
}
div#content .portalhiba .component-body {
    background: url('../gfx/bg_box.png') repeat-x scroll 0px 1px #FEFEFE;
    padding: 5px 4px 5px 5px;
}

/* -------- Footer -------- */

div#footer {
  margin: 20px 0 0;
  padding: 20px 0;
  border-top: 5px solid #333;
}

div#footer-bottom {
  margin: 0 0 20px;
  padding: 20px 0 0;
  border-top: 1px solid #ccc;
}

div#footer-bottom > div.infoartnet {
  float: right;
  height: 21px;
}

div#footer-bottom > div.infoartnet > a {
  width: 21px;
  height: 21px;
  display: block;
  text-indent: -9999px;
  background: url('../gfx/infoartnet_logo.png') 0 0 no-repeat;
}

/* -------- DatePicker -------- */

div#ui-datepicker-div {
  background: #fff;
  border: 5px solid #ccc;
  width: 240px;
  z-index: 9999 !important;
  display: none;
}

div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix ui-corner-all {
  clear: both;
}

a.ui-datepicker-prev.ui-corner-all {
  width: 22px;
  height: 22px;
  display: block;
  float: left;
  background: transparent url('../components/com_minicalendar/gfx/cal_arrow_prev.png') 0 0 no-repeat;
  text-indent: -9999px;
  margin: 8px 4px 0 4px;
  cursor: pointer;
}

a.ui-datepicker-next.ui-corner-all {
  width: 22px;
  height: 22px;
  display: block;
  float: right;
  background: transparent url('../components/com_minicalendar/gfx/cal_arrow_next.png') 0 0 no-repeat;
  margin: 8px 4px 0 0;
  cursor: pointer;
}

a.ui-datepicker-prev.ui-corner-all span,
a.ui-datepicker-next.ui-corner-all span {
  display: none;
}

div.ui-datepicker-title {
  float: left;
}

div.ui-datepicker-title select {
  margin: 5px 5px 0 0;
  clear: both;
  width: 86px;
}

table.ui-datepicker-calendar {
  width: 230px;
  margin: 5px;
}

table.ui-datepicker-calendar > thead > tr > th,
table.ui-datepicker-calendar > tbody > tr > td {
  width: 14.2857%;
  padding: 5px 0;
  text-align: center;
}

table.ui-datepicker-calendar > tbody > tr > td:hover {
  background: #ececec;
}

table.ui-datepicker-calendar > tbody > tr > td.ui-datepicker-today {
  border: 1px solid #ccc;
}

/* -------- JQuery Mail Popup -------- */

div.ui-widget-overlay {
  background: transparent url('../gfx/trans.png');
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all {
  background: #fff !important;
  border: 5px solid #ccc !important;
  clear: both;
}

div.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
  height: 40px;
  border-bottom: 1px solid #ccc;
  position: relative;
}

div.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix > span {
  line-height: 40px;
  padding: 0 0 0 5px;
  font-size: 22px;
  color: #333;
  font-weight: 700;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all a.ui-dialog-titlebar-close.ui-corner-all {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 18px;
  height: 20px;
  display: block;
  background: transparent url('../gfx/mail_close.png') 0 0 no-repeat;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all a.ui-dialog-titlebar-close.ui-corner-all > span {
  text-indent: -9999px;
  width: 18px;
  height: 20px;
  display: block;
  cursor: pointer;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div#mail_mess {
  padding: 5px;
  color: #B73F3F;
  font-size: 13px;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.message-subject {
  display: none;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-input,
div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-textarea,
div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-button {
  margin: 5px;
  clear: both;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-input label,
div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-textarea label {
  width: 80px;
  display: block;
  float: left;
  font-size: 13px;
  margin: 0 10px 0 0;
  padding: 0;
  line-height: 22px;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-input label.error,
div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-textarea label.error {
  width: 200px;
  display: block;
  float: none;
  font-size: 13px;
  margin: 0 0 0 90px;
  color: #B73F3F;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-input input {
  width: 190px;
  border: 1px solid #666;
  padding: 4px;
  display: block;
  float: none;
  margin: 0;
}
div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-input input.error,
div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-textarea textarea.error {
  border: 1px solid #B73F3F;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-textarea textarea {
  width: 190px;
  height: 90px;
  border: 1px solid #666;
  padding: 4px;
  margin: 0;
  display: block;
  float: left;
  overflow: auto;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-button > input#submit {
  height: 30px;
  line-height: 30px;
  color: #fff;
  padding: 0 10px;
  background: transparent url('../gfx/bg_button.png');
  display: inlineblock;
  border: none;
  cursor: pointer;
  margin: 10px 10px 0 90px;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-button > input#cancel {
  margin: 10px 0 0;
  height: 30px;
  line-height: 30px;
  color: #fff;
  padding: 0 10px;
  background: transparent url('../gfx/bg_button.png');
  display: inlineblock;
  border: none;
  cursor: pointer;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-button > input:hover {
  background: #333 !important;
}

/* -------- Mobile & Tablet -------- */


@media only screen and (min-width: 1681px) {
/*  body {
    background: #fff url('../gfx/head_1920.jpg') 50% 0 no-repeat;
  }*/
  div#pagewidth {
    width: 1600px;
    margin: 0 auto;
  }
  div#content .portalhiba{
    width: 949px;
    margin: 0 5px 10px 5px;
  }
  div.column2 {
    width: 949px;
    margin: 0 5px 10px 5px;
  }
  div.column2 img {
    max-width: 940px !important;
    width: auto !important;
    height: auto !important;
  }
}

@media only screen and (min-width: 1305px) and (max-width: 1680px) {
/*  body {
    background: #fff url('../gfx/head_1680.jpg') 50% 0 no-repeat;
  }*/
  div#header {
    margin: 0 0 180px 0;
  }
  div#pagewidth {
    width: 1280px;
    margin: 0 auto;
  }
  div#content .portalhiba{
    width: 949px;
    margin: 0 5px 10px 5px;
  }
  div.column2 {
    width: 949px;
    margin: 0 5px 10px 5px;
  }
  div.column2 img {
    max-width: 940px !important;
    width: auto !important;
    height: auto !important;
  }
}

@media only screen and (min-width: 984px) and (max-width: 1304px) {
    div#header {
        margin: 0 0 180px 0;
    }
    div.sitename{
     max-width: 260px;   
    }
}

@media only screen and (min-width: 665px) and (max-width: 983px) {
/*  body {
    background: #fff url('../gfx/head_984.jpg') 50% 0 no-repeat;
  }*/
  #header-line-top{
    height: 170px;
  }
  div#header{
    height: 170px;
    margin: 0px 0px 130px;
  }
  div#header .header-actions{
    float: left;
    width: 600px;
    margin: 20px;
  }
  
  div#pagewidth {
    width: 640px;
    margin: 0 auto;
  }
  div#content .portalhiba{
    width: 629px;
    margin: 0 5px 10px 5px;
  }
  div#logo {
    /*height: 190px;*/
  }

  div#logo > a {
    width: 230px;
    height: 60px;
    background: transparent url('../gfx/sze_logo_inv.png') 0 0 no-repeat;
    display: block;
    text-indent: -9999px;
  }
}

@media only screen and (min-width:320px) and (max-width:664px) {
    #sealang {
        position:relative;
    }
}

@media only screen and (min-width: 480px) and (max-width: 664px) {
/*  body {
    background: #fff url('../gfx/head_664.jpg') 50% 0 no-repeat;
  }*/
  div#pagewidth {
    width: 440px;
    margin: 0 auto;
  }/*
  }*/
  #header-line-top{
    height: 280px;
  }
  #header-line-bottom{
      height: 270px;
  }
  div#header{
    height: 280px;
    margin: 0px;
  }
  div#header .header-actions{
    float: left;
    width: 400px;
    margin: 0 20px;
  }
  div.sitename{
      margin: 15px;
  }
  div#logo {
    width: 440px;
  }

  div#logo > a {
    width: 440px;
    height: 60px;
    background: transparent url('../gfx/sze_logo_inv.png') 50% 0 no-repeat;
    display: block;
    text-indent: -9999px;
  }
  div#login{
      width: 420px;
      border-right: none;
      margin: 0 20px 10px 0;
  }
  div#login div{
      text-align: center;
  }
  div#content .portalhiba{
    width: 429px;
    margin: 0 5px 10px 5px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
/*  body {
    background: #fff url('../gfx/head_664.jpg') 50% 0 no-repeat;
  }*/
  div#pagewidth {
    width: 320px;
    margin: 0 auto;
  }/*
  }*/
  #header-line-top{
    height: 280px;
  }
  #header-line-bottom{
      height: 270px;
  }
  div#header{
    height: 280px;
    margin: 0px;
  }
  div#header .header-actions{
    float: left;
    width: 280px;
    margin: 0 20px;
  }
  div.sitename{
      margin: 15px;
  }
  div#logo {
    width: 320px;
  }

  div#logo > a {
    width: 320px;
    height: 60px;
    background: transparent url('../gfx/sze_logo_inv.png') 50% 0 no-repeat;
    display: block;
    text-indent: -9999px;
  }
  div#login{
      width: 300px;
      border-right: none;
      margin: 0 20px 10px 0;
  }
  div#content .portalhiba{
    width: 309px;
    margin: 0 5px 10px 5px;
  }
  div#login div{
      text-align: center;
  }
  div#footer-bottom > div.infoartnet{
      margin: 5px 0 0;
      display: block;
      text-align: center;
      float: none;
  }
  
  div#footer-bottom > div.infoartnet > a {
      display: inline-block;
  }
}


@media only screen and (max-width : 319px) {
/*  body {
    background: #fff;
  }*/
  div#pagewidth {
    display: none;
  }
  div#noview {
    display: block;
  }
}
.ui-timepicker-wrapper .ui-timepicker-list{
    background: #FFF;
    padding: 10px;
    border: 1px solid #000;
}

.ui-timepicker-wrapper .ui-timepicker-list{
    height: 200px;
    width: 100px;
    overflow-y:scroll;
    margin: 0;
    background: #fff;
    border: 5px solid #ccc;
}


.ui-timepicker-wrapper .ui-timepicker-list li{
    cursor: pointer;
    list-style: none;
}

.ui-timepicker-wrapper .ui-timepicker-list li:hover{
    font-weight: bold;
    color: #0168b3;
}
