@charset "UTF-8";
@media only screen and (max-width: 420px) {
  
div#login {
    width: 350px;
}

.logbox {
  width: 350px;
}

input[type=text] {
  /* max-width:220px; */
  width:98%;
}

.logbox input[type=text],
.logbox input[type=password]{
  width: 200px;
}

#divAll {
  min-width: 360px;
  /* max-width: 400px; */
  max-width: 100%;
  overflow: visible;
}

textarea {
  /* max-width: 222px; */
  width:99%;
}

body#ukolOdevzdej textarea#pozn {
  height: 200px;
}

body#ukolOhodnot textarea#pozn {
  /* width: 240px; */
  height: 150px;
}

.ms-container {
  max-width: 100%;
}

input[type=file] {
  max-width: 220px;
  margin-bottom: 5px;
}

.dleftForm {
  width: 100%;
  text-align: left;
}

.dinputForm {
  padding-left:1px;
  padding-top: 3px;
}

input.hasDatepicker {
  margin-right: 5px;
  max-width: 130px;
}

.newsBox-ui-dialog {
  width: 300px !important;
  z-index: 3000 !important;
}

.news-title,
.templates-title {
  padding-left: 0px;
}

.videobox {
  max-width: 250px;
}

.m-resize {
  max-width: 250px;
}

/* UPLOAD FILE PROGRESS BAR */
#uploadPrgressBarWrap {
  margin-left: 0px;
}

#fileToUpload {
  float: none;
}

.moneyWithCurrency input {
	width: 100px;
}

/* konec media */
}