.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
}
.container {
  width: 960px;
  text-align: left;
  margin: 50px auto 50px auto;
}
.panel-content {
  padding: 15px ! important;
}
.block-settings {
  margin-bottom: 10px;
}
.panel-content input[type=text] {
  width: 698px;
  height: 20px;
  padding: 5px 20px 5px 20px;
  background-color: #ffffff;
  background: #ffffff;
  background: -moz-linear-gradient(top,#f2f2f2 0%,#ffffff 20%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f2f2f2),color-stop(20%,#f2f2f2));
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0px 1px 0px #f2f2f2;
  -webkit-box-shadow: 0px 1px 0px #f2f2f2;
  font-family: sans-serif;
  font-size: 16px;
  color: #f2f2f2;
  border: 1px solid #cccccc;
  color: #666666;
  margin: 0 0 20px 0;
}
.panel-content select.select-list {
  width: 740px;
  height: 32px;
  padding: 5px 20px 5px 20px;
  background-color: #ffffff;
  background: #ffffff;
  background: -moz-linear-gradient(top,#f2f2f2 0%,#ffffff 20%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f2f2f2),color-stop(20%,#f2f2f2));
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0px 1px 0px #f2f2f2;
  -webkit-box-shadow: 0px 1px 0px #f2f2f2;
  font-family: sans-serif;
  font-size: 16px;
  color: #f2f2f2;
  border: 1px solid #cccccc;
  color: #666666;
  margin: 0 0 20px 0;
}
.panel-content input:after,
.panel-content select:after {
  clear: left;
}
.panel-content textarea {
  width: 698px;
  height: 80px;
  padding: 5px 20px 5px 20px;
  background-color: #ffffff;
  background: #ffffff;
  background: -moz-linear-gradient(top,#f2f2f2 0%,#ffffff 20%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f2f2f2),color-stop(20%,#f2f2f2));
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0px 1px 0px #f2f2f2;
  -webkit-box-shadow: 0px 1px 0px #f2f2f2;
  font-family: sans-serif;
  font-size: 16px;
  color: #f2f2f2;
  border: 1px solid #cccccc;
  color: #666666;
  margin: 0 0 20px 0;
}
.panel-content label {
  display: block;
  width: 120px;
  float: left;
  clear: left;
  text-align: left;
  margin: 0 20px 20px 0;
  padding: 8px 0 0 0;
}
.btn-add {
  display: block;
  height: 6px;
  width: 6px;
  background-image: url(/web/style/kendoui/Silver/sprite.png);
  background-repeat: no-repeat;
  background-position: -37px -213px;
  cursor: pointer;
  line-height: 6px;
}
.btn-del {
  display: block;
  height: 6px;
  width: 6px;
  background-image: url(/web/style/kendoui/Silver/sprite.png);
  background-repeat: no-repeat;
  background-position: -37px -228px;
  cursor: pointer;
  line-height: 6px;
}
.edit-home input {
  width: 200px ! important;
}
.edit-home textarea {
  width: 200px ! important;
}
.edit-home {
  border-bottom: 1px solid #666666;
}
.input-container {
  position: relative;
  width: auto;
  display: inline;
}
.file-select-container .k-sprite {
  background-image: url(/web/style/kendoui/coloricons-sprite.png);
  margin-left: 5px;
}
.file-select-container .rootfolder {
  background-position: 0 0;
}
.file-select-container .folder {
  background-position: 0 -16px;
}
.file-select-container .pdf {
  background-position: 0 -32px;
}
.file-select-container .std {
  background-position: 0 -48px;
}
.file-select-container .image {
  background-position: 0 -64px;
}
.file-select-container .get-file {
  cursor: pointer;
}
.file-select-container .file-select-window {
  position: absolute;
  background-color: #efefef;
  border: 1px solid #999999;
  width: 600px;
  height: 320px;
  overflow-x: hidden;
  overflow-y: auto;
  right: 30px;
  top: -307px;
  display: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0px 1px 0px #f2f2f2;
  -webkit-box-shadow: 0px 1px 0px #f2f2f2;
}
.file-select-container .file-select-window .file-tree {
  position: absolute;
  border-right: 1px solid #999999;
  width: 300px;
  height: 300px;
  padding: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  left: 0;
  top: 0;
}
.file-tree ul {
  list-style-type: none;
  margin: 0 0 7px 0;
  padding: 5px 0 0 15px;
}
.file-tree ul li {
  margin-bottom: 5px;
}
.open-file-tree {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/web/style/img/btn_get_link.png);
  background-repeat: no-repeat;
  background-position: 0 4px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}
.close-file-tree {
  display: block;
  height: 8px;
  width: 8px;
  background-image: url(/web/style/kendoui/Silver/sprite.png);
  background-repeat: no-repeat;
  background-position: -36px -20px;
  cursor: pointer;
  position: absolute;
  top: 13px;
  right: 13px;
}
.file-select-preview {
  margin-bottom: 10px;
}
.container-list table tr td {
  padding-top: 20px ! important;
  border-bottom: 1px solid #999999;
}
.container-list .btn-add,
.container-list .btn-del {
  margin-top: -10px;
}
.container-list textarea {
  display: none;
}
.container-list {
  margin-bottom: 20px;
  margin-top: -20px;
}
.input-list {
  width: 558px ! important;
}
.select-list {
  width: 600px ! important;
}
.txtarea-list {
  display: inline ! important;
  width: 558px ! important;
  heigth: 50px;
}
.tinymce-container {
  float: left;
  width: 740px;
  margin-bottom: 20px;
}
.table-col {
  width: 80% ! important;
  padding: 5px ! important;
}
.input-img {
  width: 558px ! important;
}
.img-container {
  float: left;
  width: 740px;
}
.img-container .file-select-container {
  float: left;
  width: 600px ! important;
}
.img-container:after {
  clear: left;
}
#dropbox {
  position: absolute;
  overflow: hidden;
  height: 200px;
  width: 219px;
  right: 30px;
  top: 30px;
  background-color: #fdfdfd;
}
#dropbox .message {
  font-size: 11px;
  text-align: center;
  padding-top: 160px;
  display: block;
}
#dropbox .message i {
  color: #ccc;
  font-size: 10px;
}
#dropbox:before {
  border-radius: 3px 3px 0 0;
}
#dropbox .preview {
  width: 199px;
  height: 180px;
  margin: 10px 0 0 10px;
  position: relative;
  text-align: center;
}
#dropbox .preview img {
  max-width: 240px;
  max-height: 180px;
  display: block;
}
#dropbox .imageHolder {
  display: inline-block;
  position: relative;
}
#dropbox .uploaded {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url('../img/done.png') no-repeat center center rgba(255,255,255,0.5);
  display: none;
}
#dropbox .preview.done .uploaded {
  display: block;
}
#dropbox .progressHolder {
  position: absolute;
  background-color: #252f38;
  height: 12px;
  width: 100%;
  left: 0;
  bottom: 0;
  box-shadow: 0 0 2px #000;
}
#dropbox .progress {
  background-color: #2586d0;
  position: absolute;
  height: 100%;
  left: 0;
  width: 0;
  box-shadow: 0 0 1px rgba(255,255,255,0.4) inset;
  -moz-transition: 0.25s;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
#dropbox .preview.done .progress {
  width: 100% !important;
}
