/*
.browser {
  visibility: hidden;
  background: white;
  *border: 1px solid #b8b8b8;*
  border-radius: 3px;
  font-family: Verdana;
  font-size: 11px;
}
.browser:hover .browser-menu .btt-cnt {
  opacity: 1;
}
.browser .browser-header,
.browser .browser-header-path {
  height: 35px;
  font-weight: bold;
  font-size: 11px;
  padding-left: 12px;
  padding-top: 9px;
  margin-right: 40px;
  opacity: 0;
}
.browser .browser-header.anim-show,
.browser .browser-header-path.anim-show {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.browser .browser-header {
  background: url(../../../../static/image/sprite-general.png) -2px -1244px no-repeat;
  padding-left: 33px;
}
.browser .browser-header-path {
  padding-left: 0;
}
.browser .browser-header-path .back {
  margin-left: 4px;
}
.browser .browser-header-path .back a {
  width: 26px;
  height: 26px;
  display: block;
  background: url(../../../../static/image/sprite-general.png) -285px -129px no-repeat;
  float: left;
  cursor: pointer;
  margin-top: -4px;
}
.browser .browser-header-path .path {
  margin-left: 36px;
  font-weight: bold;
  font-size: 11px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.browser .browser-header-path .path a {
  cursor: pointer;
}
.browser .browser-tree {
  position: relative;
  margin-left: 1px;
}
.browser .tree-cnt {
  width: 100%;
  overflow: hidden;
}
.browser .tree-cnt .tree-hscroll {
  position: relative;
  -webkit-transition: left 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}
.browser .tree-cnt .tree {
  float: left;
}
.browser .tree-cnt .tree .content-outer {
  position: relative;
}
.browser .tree-cnt .tree .content-outer .content {
  position: relative;
  overflow: hidden;
}
.browser .tree-cnt .tree .content-outer .content ul {
  margin: 0;
  padding: 0;
  list-style: outside none none;
}
.browser .tree-cnt .tree .content-outer .content ul li {
  line-height: 28px;
  background: #f5f5f5;
}
.browser .tree-cnt .tree .content-outer .content ul li.closed ul {
  display: none;
}
.browser .tree-cnt .tree .content-outer .content .dir,
.browser .tree-cnt .tree .content-outer .content .not-dir {
  border-bottom: 1px solid #fff;
}
.browser .tree-cnt .tree .dir,
.browser .tree-cnt .tree .not-dir {
  position: relative;
}
.browser .tree-cnt .tree .dir p,
.browser .tree-cnt .tree .not-dir p {
  position: relative;
  margin: 0 34px 0 0;
  padding: 0 34px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.browser .tree-cnt .tree .dir p > span,
.browser .tree-cnt .tree .not-dir p > span {
  display: block;
  position: absolute;
  width: 34px;
  height: 28px;
  top: 0;
  right: 0;
  font-size: 9px;
  letter-spacing: -1px;
  text-align: right;
  color: #5c5c5c;
}
.browser .tree-cnt .tree .dir p > span.loader,
.browser .tree-cnt .tree .not-dir p > span.loader {
  background: url(../../../../static/image/small-belt-loader.gif) 17px 10px no-repeat;
}
.browser .tree-cnt .tree .dir p > span.loader > span,
.browser .tree-cnt .tree .not-dir p > span.loader > span {
  display: none;
}
.browser .tree-cnt .tree .dir a.select,
.browser .tree-cnt .tree .not-dir a.select,
.browser .tree-cnt .tree .dir a.fav,
.browser .tree-cnt .tree .not-dir a.fav {
  display: block;
  position: absolute;
  top: 0;
  height: 28px;
  cursor: pointer;
}
.browser .tree-cnt .tree .dir a.select,
.browser .tree-cnt .tree .not-dir a.select {
  width: 22px;
  right: 0;
  background: url(../../../../static/image/sprite-general.png) -30px -86px no-repeat;
}
.browser .tree-cnt .tree .dir a.select.unselect,
.browser .tree-cnt .tree .not-dir a.select.unselect {
  background: url(../../../../static/image/sprite-general.png) 0 -86px no-repeat;
}
.browser .tree-cnt .tree .dir a.fav,
.browser .tree-cnt .tree .not-dir a.fav {
  width: 16px;
  top: -7px;
  right: 25px;
  background: url(../../../../static/image/sprite-general.png) -101px -86px no-repeat;
}
.browser .tree-cnt .tree .dir a.fav.unselect,
.browser .tree-cnt .tree .not-dir a.fav.unselect {
  background: url(../../../../static/image/sprite-general.png) -71px -86px no-repeat;
}
.browser .tree-cnt .tree .dir {
  background: #e2e2e2;
}
.browser .tree-cnt .tree .dir .tool-icon {
  position: absolute;
  top: 3px;
  left: 4px;
  width: 20px;
  height: 20px;
}
.browser .tree-cnt .tree .dir .tool-icon.circuit {
  background: url(../../../../static/image/sprite-general.png) -4px -543px no-repeat;
}
.browser .tree-cnt .tree .dir .tool-icon.crossword {
  background: url(../../../../static/image/sprite-general.png) -4px -514px no-repeat;
}
.browser .tree-cnt .tree .dir .tool-icon.exam_question {
  background: url(../../../../static/image/sprite-general.png) -4px -572px no-repeat;
}
.browser .tree-cnt .tree .dir .tool-icon.math {
  background: url(../../../../static/image/sprite-general.png) -4px -601px no-repeat;
}
.browser .tree-cnt .tree .dir .tool-icon.sketchometry {
  background: url(../../../../static/image/sprite-general.png) -4px -630px no-repeat;
}
.browser .tree-cnt .tree .dir .tool-icon.books {
  background: url(../../../../static/image/sprite-general.png) -4px -659px no-repeat;
}
.browser .tree-cnt .tree .dir .tool-icon.chem2D {
  background: url(../../../../static/image/sprite-general.png) -4px -688px no-repeat;
}
.browser .tree-cnt .tree .dir .tool-icon.chem3D {
  background: url(../../../../static/image/sprite-general.png) -4px -717px no-repeat;
}
.browser .tree-cnt .tree .dir .tool-icon.gearsketch {
  background: url(../../../../static/image/sprite-general.png) -34px -630px no-repeat;
}
.browser .tree-cnt .tree .dir .tool-icon.snap {
  background: url(../../../../static/image/sprite-general.png) -64px -630px no-repeat;
}
.browser .tree-cnt .tree .dir .tool-icon.poll_question {
  background: url(../../../../static/image/sprite-general.png) -4px -572px no-repeat;
}
.browser .tree-cnt .tree .dir p {
  background: url(../../../../static/image/sprite-general.png) 4px -27px no-repeat;
  padding-left: 31px;
  cursor: pointer;
}
.browser .tree-cnt .tree .dir p:focus,
.browser .tree-cnt .tree .dir p.focus,
.browser .tree-cnt .tree .dir p:active,
.browser .tree-cnt .tree .dir p.active {
  border: none !important;
  outline: none !important;
}
.browser .tree-cnt .tree .dir p.tool-non-std-margin {
  margin-left: 25px !important;
}
.browser .tree-cnt .tree li.open > .dir p {
  background: url(../../../../static/image/sprite-general.png) 4px -57px no-repeat;
}
.browser .tree-cnt .tree .dir.special {
  background: #7c7c7c;
  color: white;
}
.browser .tree-cnt .tree .dir.special p > span {
  color: #d5d5d5;
}
.browser .tree-cnt .tree .dir.special-and-tool {
  background: #9f9f9f;
}
.browser .tree-cnt .tree .dir.special.current p > span {
  color: #5c5c5c;
}
.browser .tree-cnt .tree .dir.current {
  background: #ffba00;
  color: black;
}
.browser .tree-cnt .tree .not-dir p {
  margin: 0 49px 0 0;
  padding: 0 0 0 29px;
  cursor: pointer;
}
.browser .tree-cnt .tree .dir.drag-enter {
  opacity: 0.6;
}
.browser .tree-cnt .tree .dir.dragging,
.browser .tree-cnt .tree .not-dir.dragging {
  visibility: hidden;
}
.browser .browser-menu {
  position: relative;
  height: 35px;
  width: 100%;
  border-top: 3px solid white;
}
.browser .browser-menu .btt-cover,
.browser .browser-menu .btt-cnt {
  position: absolute;
  top: 0;
  width: inherit;
  height: inherit;
  line-height: 35px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.browser .browser-menu .btt-cnt {
  z-index: 1;
  opacity: 0;
  background: #f6f6f6;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -mox-justify-content: space-around;
  justify-content: space-around;
}
.browser .browser-menu .btt-cover {
  background: #bebebe;
  font-weight: bold;
  color: white;
  text-align: center;
}
.browser .browser-menu .btt-cnt a,
.browser .browser-menu .btt-cnt div {
  height: inherit;
  width: 10px;
  cursor: pointer;
  color: #5a5a5a;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.15s;
  -moz-transition: opacity 0.3s 0.15s;
  -o-transition: opacity 0.3s 0.15s;
  transition: opacity 0.3s 0.15s;
}
.browser .browser-menu .btt-cnt a:hover,
.browser .browser-menu .btt-cnt div:hover {
  opacity: .6;
}
.browser .browser-menu .btt-cnt a.disable,
.browser .browser-menu .btt-cnt div.disable {
  opacity: .4;
  pointer-events: none;
}
.browser .browser-menu .btt-cnt a.hidden,
.browser .browser-menu .btt-cnt div.hidden {
  opacity: 0;
}
.browser .browser-menu .btt-cnt .new-not-dir-node,
.browser .browser-menu .btt-cnt .new-question,
.browser .browser-menu .btt-cnt .new-poll-question {
  width: 25px;
  background: url(../../../../static/image/sprite-general.png) -1px -125px no-repeat;
  overflow: hidden;
}
.browser .browser-menu .btt-cnt .new-not-dir-node input,
.browser .browser-menu .btt-cnt .new-question input,
.browser .browser-menu .btt-cnt .new-poll-question input {
  opacity: 0;
  cursor: pointer;
}
.browser .browser-menu .btt-cnt .new-dir-node,
.browser .browser-menu .btt-cnt .new-cat-node {
  width: 28px;
  background: url(../../../../static/image/sprite-general.png) -32px -125px no-repeat;
}
.browser .browser-menu .btt-cnt .select-all-node-in-tree {
  width: 26px;
  background: url(../../../../static/image/sprite-general.png) -68px -125px no-repeat;
}
.browser .browser-menu .btt-cnt .unselect-all-node-in-tree {
  width: 26px;
  background: url(../../../../static/image/sprite-general.png) -101px -125px no-repeat;
}
.browser .browser-menu .btt-cnt .copy-node {
  width: 24px;
  background: url(../../../../static/image/sprite-general.png) -133px -125px no-repeat;
}
.browser .browser-menu .btt-cnt .cut-node {
  width: 25px;
  background: url(../../../../static/image/sprite-general.png) -164px -125px no-repeat;
}
.browser .browser-menu .btt-cnt .paste-node {
  width: 26px;
  background: url(../../../../static/image/sprite-general.png) -195px -125px no-repeat;
}
.browser .browser-menu .btt-cnt .trash-open {
  width: 25px;
  background: url(../../../../static/image/sprite-general.png) -227px -125px no-repeat;
}
.browser .browser-menu .btt-cnt .trash-open.full {
  background: url(../../../../static/image/sprite-general.png) -256px -125px no-repeat;
}
.browser .browser-menu .btt-cnt .trash-exit {
  width: 26px;
  background: url(../../../../static/image/sprite-general.png) -286px -125px no-repeat;
}
.browser .browser-menu .btt-cnt .trash-empty {
  width: 60px;
  line-height: 12px;
  font-weight: bold;
  text-align: center;
  padding-top: 4px;
}
.browser .browser-menu .btt-cnt .trash-flush {
  width: 26px;
  background: url(../../../../static/image/sprite-general.png) -256px -125px no-repeat;
}
.browser .browser-menu .btt-cnt .trash-recover {
  width: 26px;
  background: url(../../../../static/image/sprite-general.png) -286px -125px no-repeat;
}
.browser .tree-cnt .tree li[level="0"] > .b-row > p {
  margin-left: 12px;
}
.browser .tree-cnt .tree li[level="1"] > .b-row > p {
  margin-left: 25px;
}
.browser .tree-cnt .tree li[level="2"] > .b-row > p {
  margin-left: 38px;
}
.browser .tree-cnt .tree li[level="3"] > .b-row > p {
  margin-left: 51px;
}
.browser .tree-cnt .tree li[level="4"] > .b-row > p {
  margin-left: 64px;
}
.browser .tree-cnt .tree li[level="5"] > .b-row > p {
  margin-left: 77px;
}
*/
body .file-ico-ogg {
  background: url(../../../../static/image/file_icons.png) -4px -886px no-repeat;
}
body .file-ico-medium-ogg {
  background: url(../../../../static/image/file_icons_medium.png) 0 -1258px no-repeat;
}
body .file-ico-big-ogg {
  background: url(../../../../static/image/file_icons_big.png) 0 -3036px no-repeat;
}
body .file-ico-courseFile {
  background: url(../../../../static/image/file_icons.png) -4px -862px no-repeat;
}
body .file-ico-medium-courseFile {
  background: url(../../../../static/image/file_icons_medium.png) 0 -1224px no-repeat;
}
body .file-ico-big-courseFile {
  background: url(../../../../static/image/file_icons_big.png) 0 -2944px no-repeat;
}
body .file-ico-testFile {
  background: url(../../../../static/image/file_icons.png) -4px -838px no-repeat;
}
body .file-ico-medium-testFile {
  background: url(../../../../static/image/file_icons_medium.png) 0 -1190px no-repeat;
}
body .file-ico-big-testFile {
  background: url(../../../../static/image/file_icons_big.png) 0 -2852px no-repeat;
}
body .file-ico-unknown {
  background: url(../../../../static/image/file_icons.png) -4px -814px no-repeat;
}
body .file-ico-medium-unknown {
  background: url(../../../../static/image/file_icons_medium.png) 0 -1156px no-repeat;
}
body .file-ico-big-unknown {
  background: url(../../../../static/image/file_icons_big.png) 0 -2760px no-repeat;
}
body .file-ico-xls {
  background: url(../../../../static/image/file_icons.png) -4px -790px no-repeat;
}
body .file-ico-medium-xls {
  background: url(../../../../static/image/file_icons_medium.png) 0 -1122px no-repeat;
}
body .file-ico-big-xls {
  background: url(../../../../static/image/file_icons_big.png) 0 -2668px no-repeat;
}
body .file-ico-bmp {
  background: url(../../../../static/image/file_icons.png) -4px -766px no-repeat;
}
body .file-ico-medium-bmp {
  background: url(../../../../static/image/file_icons_medium.png) 0 -1088px no-repeat;
}
body .file-ico-big-bmp {
  background: url(../../../../static/image/file_icons_big.png) 0 -2576px no-repeat;
}
body .file-ico-docx {
  background: url(../../../../static/image/file_icons.png) -4px -742px no-repeat;
}
body .file-ico-medium-docx {
  background: url(../../../../static/image/file_icons_medium.png) 0 -1054px no-repeat;
}
body .file-ico-big-docx {
  background: url(../../../../static/image/file_icons_big.png) 0 -2484px no-repeat;
}
body .file-ico-pptx {
  background: url(../../../../static/image/file_icons.png) -4px -718px no-repeat;
}
body .file-ico-medium-pptx {
  background: url(../../../../static/image/file_icons_medium.png) 0 -1020px no-repeat;
}
body .file-ico-big-pptx {
  background: url(../../../../static/image/file_icons_big.png) 0 -2392px no-repeat;
}
body .file-ico-ico {
  background: url(../../../../static/image/file_icons.png) -4px -694px no-repeat;
}
body .file-ico-medium-ico {
  background: url(../../../../static/image/file_icons_medium.png) 0 -986px no-repeat;
}
body .file-ico-big-ico {
  background: url(../../../../static/image/file_icons_big.png) 0 -2300px no-repeat;
}
body .file-ico-ppt {
  background: url(../../../../static/image/file_icons.png) -4px -670px no-repeat;
}
body .file-ico-medium-ppt {
  background: url(../../../../static/image/file_icons_medium.png) 0 -952px no-repeat;
}
body .file-ico-big-ppt {
  background: url(../../../../static/image/file_icons_big.png) 0 -2208px no-repeat;
}
body .file-ico-doc {
  background: url(../../../../static/image/file_icons.png) -4px -646px no-repeat;
}
body .file-ico-medium-doc {
  background: url(../../../../static/image/file_icons_medium.png) 0 -918px no-repeat;
}
body .file-ico-big-doc {
  background: url(../../../../static/image/file_icons_big.png) 0 -2116px no-repeat;
}
body .file-ico-pdf {
  background: url(../../../../static/image/file_icons.png) -4px -622px no-repeat;
}
body .file-ico-medium-pdf {
  background: url(../../../../static/image/file_icons_medium.png) 0 -884px no-repeat;
}
body .file-ico-big-pdf {
  background: url(../../../../static/image/file_icons_big.png) 0 -2024px no-repeat;
}
body .file-ico-eps {
  background: url(../../../../static/image/file_icons.png) -4px -598px no-repeat;
}
body .file-ico-medium-eps {
  background: url(../../../../static/image/file_icons_medium.png) 0 -850px no-repeat;
}
body .file-ico-big-eps {
  background: url(../../../../static/image/file_icons_big.png) 0 -1932px no-repeat;
}
body .file-ico-swf {
  background: url(../../../../static/image/file_icons.png) -4px -574px no-repeat;
}
body .file-ico-medium-swf {
  background: url(../../../../static/image/file_icons_medium.png) 0 -816px no-repeat;
}
body .file-ico-big-swf {
  background: url(../../../../static/image/file_icons_big.png) 0 -1840px no-repeat;
}
body .file-ico-exe {
  background: url(../../../../static/image/file_icons.png) -4px -550px no-repeat;
}
body .file-ico-medium-exe {
  background: url(../../../../static/image/file_icons_medium.png) 0 -782px no-repeat;
}
body .file-ico-big-exe {
  background: url(../../../../static/image/file_icons_big.png) 0 -1748px no-repeat;
}
body .file-ico-mp4 {
  background: url(../../../../static/image/file_icons.png) -4px -526px no-repeat;
}
body .file-ico-medium-mp4 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -748px no-repeat;
}
body .file-ico-big-mp4 {
  background: url(../../../../static/image/file_icons_big.png) 0 -1656px no-repeat;
}
body .file-ico-webm {
  background: url(../../../../static/image/file_icons.png) -4px -526px no-repeat;
}
body .file-ico-medium-webm {
  background: url(../../../../static/image/file_icons_medium.png) 0 -748px no-repeat;
}
body .file-ico-big-webm {
  background: url(../../../../static/image/file_icons_big.png) 0 -1656px no-repeat;
}
body .file-ico-wav {
  background: url(../../../../static/image/file_icons.png) -4px -502px no-repeat;
}
body .file-ico-medium-wav {
  background: url(../../../../static/image/file_icons_medium.png) 0 -714px no-repeat;
}
body .file-ico-big-wav {
  background: url(../../../../static/image/file_icons_big.png) 0 -1564px no-repeat;
}
body .file-ico-aiff {
  background: url(../../../../static/image/file_icons.png) -4px -478px no-repeat;
}
body .file-ico-medium-aiff {
  background: url(../../../../static/image/file_icons_medium.png) 0 -680px no-repeat;
}
body .file-ico-big-aiff {
  background: url(../../../../static/image/file_icons_big.png) 0 -1472px no-repeat;
}
body .file-ico-mp3 {
  background: url(../../../../static/image/file_icons.png) -4px -454px no-repeat;
}
body .file-ico-medium-mp3 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -646px no-repeat;
}
body .file-ico-big-mp3 {
  background: url(../../../../static/image/file_icons_big.png) 0 -1380px no-repeat;
}
body .file-ico-php {
  background: url(../../../../static/image/file_icons.png) -4px -430px no-repeat;
}
body .file-ico-medium-php {
  background: url(../../../../static/image/file_icons_medium.png) 0 -612px no-repeat;
}
body .file-ico-big-php {
  background: url(../../../../static/image/file_icons_big.png) 0 -1288px no-repeat;
}
body .file-ico-xml {
  background: url(../../../../static/image/file_icons.png) -4px -406px no-repeat;
}
body .file-ico-medium-xml {
  background: url(../../../../static/image/file_icons_medium.png) 0 -578px no-repeat;
}
body .file-ico-big-xml {
  background: url(../../../../static/image/file_icons_big.png) 0 -1196px no-repeat;
}
body .file-ico-csv {
  background: url(../../../../static/image/file_icons.png) -4px -382px no-repeat;
}
body .file-ico-medium-csv {
  background: url(../../../../static/image/file_icons_medium.png) 0 -544px no-repeat;
}
body .file-ico-big-csv {
  background: url(../../../../static/image/file_icons_big.png) 0 -1104px no-repeat;
}
body .file-ico-html {
  background: url(../../../../static/image/file_icons.png) -4px -358px no-repeat;
}
body .file-ico-medium-html {
  background: url(../../../../static/image/file_icons_medium.png) 0 -510px no-repeat;
}
body .file-ico-big-html {
  background: url(../../../../static/image/file_icons_big.png) 0 -1012px no-repeat;
}
body .file-ico-sql {
  background: url(../../../../static/image/file_icons.png) -4px -334px no-repeat;
}
body .file-ico-medium-sql {
  background: url(../../../../static/image/file_icons_medium.png) 0 -476px no-repeat;
}
body .file-ico-big-sql {
  background: url(../../../../static/image/file_icons_big.png) 0 -920px no-repeat;
}
body .file-ico-psd {
  background: url(../../../../static/image/file_icons.png) -4px -310px no-repeat;
}
body .file-ico-medium-psd {
  background: url(../../../../static/image/file_icons_medium.png) 0 -442px no-repeat;
}
body .file-ico-big-psd {
  background: url(../../../../static/image/file_icons_big.png) 0 -828px no-repeat;
}
body .file-ico-zip {
  background: url(../../../../static/image/file_icons.png) -4px -286px no-repeat;
}
body .file-ico-medium-zip {
  background: url(../../../../static/image/file_icons_medium.png) 0 -408px no-repeat;
}
body .file-ico-big-zip {
  background: url(../../../../static/image/file_icons_big.png) 0 -736px no-repeat;
}
body .file-ico-txt {
  background: url(../../../../static/image/file_icons.png) -4px -262px no-repeat;
}
body .file-ico-medium-txt {
  background: url(../../../../static/image/file_icons_medium.png) 0 -374px no-repeat;
}
body .file-ico-big-txt {
  background: url(../../../../static/image/file_icons_big.png) 0 -644px no-repeat;
}
body .file-ico-gif {
  background: url(../../../../static/image/file_icons.png) -4px -238px no-repeat;
}
body .file-ico-medium-gif {
  background: url(../../../../static/image/file_icons_medium.png) 0 -340px no-repeat;
}
body .file-ico-big-gif {
  background: url(../../../../static/image/file_icons_big.png) 0 -552px no-repeat;
}
body .file-ico-png {
  background: url(../../../../static/image/file_icons.png) -4px -214px no-repeat;
}
body .file-ico-medium-png {
  background: url(../../../../static/image/file_icons_medium.png) 0 -306px no-repeat;
}
body .file-ico-big-png {
  background: url(../../../../static/image/file_icons_big.png) 0 -460px no-repeat;
}
body .file-ico-jpeg {
  background: url(../../../../static/image/file_icons.png) -4px -190px no-repeat;
}
body .file-ico-medium-jpeg {
  background: url(../../../../static/image/file_icons_medium.png) 0 -272px no-repeat;
}
body .file-ico-big-jpeg {
  background: url(../../../../static/image/file_icons_big.png) 0 -368px no-repeat;
}
body .file-ico-jpg {
  background: url(../../../../static/image/file_icons.png) -4px -166px no-repeat;
}
body .file-ico-medium-jpg {
  background: url(../../../../static/image/file_icons_medium.png) 0 -238px no-repeat;
}
body .file-ico-big-jpg {
  background: url(../../../../static/image/file_icons_big.png) 0 -276px no-repeat;
}
body .file-ico-mpte {
  background: url(../../../../static/image/file_icons.png) -4px -142px no-repeat;
}
body .file-ico-medium-mpte {
  background: url(../../../../static/image/file_icons_medium.png) 0 -204px no-repeat;
}
body .file-ico-big-mpte {
  background: url(../../../../static/image/file_icons_big.png) 0 -184px no-repeat;
}
body .file-ico-lnk {
  background: url(../../../../static/image/file_icons.png) -4px -118px no-repeat;
}
body .file-ico-medium-lnk {
  background: url(../../../../static/image/file_icons_medium.png) 0 -170px no-repeat;
}
body .file-ico-big-lnk {
  background: url(../../../../static/image/file_icons_big.png) 0 -92px no-repeat;
}
body .file-ico-dir {
  background: url(../../../../static/image/file_icons.png) -4px -94px no-repeat;
}
body .file-ico-medium-dir {
  background: url(../../../../static/image/file_icons_medium.png) 0 -136px no-repeat;
}
body .file-ico-big-dir {
  background: url(../../../../static/image/file_icons_big.png) 0 0px no-repeat;
}
body .file-ico-big-special-dir {
  background: url(../../../../static/image/sprite-general.png) 21px -886px no-repeat;
}
body .file-ico-medium-special-dir {
  background: url(../../../../static/image/sprite-general.png) 1px -986px no-repeat;
}
body .file-ico-big-user-dir {
  background: url(../../../../static/image/sprite-general.png) -159px -886px no-repeat;
}
body .file-ico-medium-user-dir {
  background: url(../../../../static/image/sprite-general.png) -179px -986px no-repeat;
}
body .file-ico-33 {
  background: url(../../../../static/image/file_icons.png) -4px -862px no-repeat;
}
body .file-ico-medium-33 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -1224px no-repeat;
}
body .file-ico-big-33 {
  background: url(../../../../static/image/file_icons_big.png) 0 -2944px no-repeat;
}
body .file-ico--1 {
  background: url(../../../../static/image/file_icons.png) -4px -838px no-repeat;
}
body .file-ico-medium--1 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -1190px no-repeat;
}
body .file-ico-big--1 {
  background: url(../../../../static/image/file_icons_big.png) 0 -2852px no-repeat;
}
body .file-ico-1 {
  background: url(../../../../static/image/file_icons.png) -4px -814px no-repeat;
}
body .file-ico-medium-1 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -1156px no-repeat;
}
body .file-ico-big-1 {
  background: url(../../../../static/image/file_icons_big.png) 0 -2760px no-repeat;
}
body .file-ico-32 {
  background: url(../../../../static/image/file_icons.png) -4px -790px no-repeat;
}
body .file-ico-medium-32 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -1122px no-repeat;
}
body .file-ico-big-32 {
  background: url(../../../../static/image/file_icons_big.png) 0 -2668px no-repeat;
}
body .file-ico-31 {
  background: url(../../../../static/image/file_icons.png) -4px -766px no-repeat;
}
body .file-ico-medium-31 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -1088px no-repeat;
}
body .file-ico-big-31 {
  background: url(../../../../static/image/file_icons_big.png) 0 -2576px no-repeat;
}
body .file-ico-30 {
  background: url(../../../../static/image/file_icons.png) -4px -742px no-repeat;
}
body .file-ico-medium-30 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -1054px no-repeat;
}
body .file-ico-big-30 {
  background: url(../../../../static/image/file_icons_big.png) 0 -2484px no-repeat;
}
body .file-ico-29 {
  background: url(../../../../static/image/file_icons.png) -4px -718px no-repeat;
}
body .file-ico-medium-29 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -1020px no-repeat;
}
body .file-ico-big-29 {
  background: url(../../../../static/image/file_icons_big.png) 0 -2392px no-repeat;
}
body .file-ico-28 {
  background: url(../../../../static/image/file_icons.png) -4px -694px no-repeat;
}
body .file-ico-medium-28 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -986px no-repeat;
}
body .file-ico-big-28 {
  background: url(../../../../static/image/file_icons_big.png) 0 -2300px no-repeat;
}
body .file-ico-27 {
  background: url(../../../../static/image/file_icons.png) -4px -670px no-repeat;
}
body .file-ico-medium-27 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -952px no-repeat;
}
body .file-ico-big-27 {
  background: url(../../../../static/image/file_icons_big.png) 0 -2208px no-repeat;
}
body .file-ico-26 {
  background: url(../../../../static/image/file_icons.png) -4px -646px no-repeat;
}
body .file-ico-medium-26 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -918px no-repeat;
}
body .file-ico-big-26 {
  background: url(../../../../static/image/file_icons_big.png) 0 -2116px no-repeat;
}
body .file-ico-25 {
  background: url(../../../../static/image/file_icons.png) -4px -622px no-repeat;
}
body .file-ico-medium-25 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -884px no-repeat;
}
body .file-ico-big-25 {
  background: url(../../../../static/image/file_icons_big.png) 0 -2024px no-repeat;
}
body .file-ico-24 {
  background: url(../../../../static/image/file_icons.png) -4px -598px no-repeat;
}
body .file-ico-medium-24 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -850px no-repeat;
}
body .file-ico-big-24 {
  background: url(../../../../static/image/file_icons_big.png) 0 -1932px no-repeat;
}
body .file-ico-23 {
  background: url(../../../../static/image/file_icons.png) -4px -574px no-repeat;
}
body .file-ico-medium-23 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -816px no-repeat;
}
body .file-ico-big-23 {
  background: url(../../../../static/image/file_icons_big.png) 0 -1840px no-repeat;
}
body .file-ico-22 {
  background: url(../../../../static/image/file_icons.png) -4px -550px no-repeat;
}
body .file-ico-medium-22 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -782px no-repeat;
}
body .file-ico-big-22 {
  background: url(../../../../static/image/file_icons_big.png) 0 -1748px no-repeat;
}
body .file-ico-21 {
  background: url(../../../../static/image/file_icons.png) -4px -526px no-repeat;
}
body .file-ico-medium-21 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -748px no-repeat;
}
body .file-ico-big-21 {
  background: url(../../../../static/image/file_icons_big.png) 0 -1656px no-repeat;
}
body .file-ico-20 {
  background: url(../../../../static/image/file_icons.png) -4px -502px no-repeat;
}
body .file-ico-medium-20 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -714px no-repeat;
}
body .file-ico-big-20 {
  background: url(../../../../static/image/file_icons_big.png) 0 -1564px no-repeat;
}
body .file-ico-19 {
  background: url(../../../../static/image/file_icons.png) -4px -478px no-repeat;
}
body .file-ico-medium-19 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -680px no-repeat;
}
body .file-ico-big-19 {
  background: url(../../../../static/image/file_icons_big.png) 0 -1472px no-repeat;
}
body .file-ico-18 {
  background: url(../../../../static/image/file_icons.png) -4px -454px no-repeat;
}
body .file-ico-medium-18 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -646px no-repeat;
}
body .file-ico-big-18 {
  background: url(../../../../static/image/file_icons_big.png) 0 -1380px no-repeat;
}
body .file-ico-17 {
  background: url(../../../../static/image/file_icons.png) -4px -430px no-repeat;
}
body .file-ico-medium-17 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -612px no-repeat;
}
body .file-ico-big-17 {
  background: url(../../../../static/image/file_icons_big.png) 0 -1288px no-repeat;
}
body .file-ico-16 {
  background: url(../../../../static/image/file_icons.png) -4px -406px no-repeat;
}
body .file-ico-medium-16 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -578px no-repeat;
}
body .file-ico-big-16 {
  background: url(../../../../static/image/file_icons_big.png) 0 -1196px no-repeat;
}
body .file-ico-15 {
  background: url(../../../../static/image/file_icons.png) -4px -382px no-repeat;
}
body .file-ico-medium-15 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -544px no-repeat;
}
body .file-ico-big-15 {
  background: url(../../../../static/image/file_icons_big.png) 0 -1104px no-repeat;
}
body .file-ico-14 {
  background: url(../../../../static/image/file_icons.png) -4px -358px no-repeat;
}
body .file-ico-medium-14 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -510px no-repeat;
}
body .file-ico-big-14 {
  background: url(../../../../static/image/file_icons_big.png) 0 -1012px no-repeat;
}
body .file-ico-13 {
  background: url(../../../../static/image/file_icons.png) -4px -334px no-repeat;
}
body .file-ico-medium-13 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -476px no-repeat;
}
body .file-ico-big-13 {
  background: url(../../../../static/image/file_icons_big.png) 0 -920px no-repeat;
}
body .file-ico-12 {
  background: url(../../../../static/image/file_icons.png) -4px -310px no-repeat;
}
body .file-ico-medium-12 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -442px no-repeat;
}
body .file-ico-big-12 {
  background: url(../../../../static/image/file_icons_big.png) 0 -828px no-repeat;
}
body .file-ico-11 {
  background: url(../../../../static/image/file_icons.png) -4px -286px no-repeat;
}
body .file-ico-medium-11 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -408px no-repeat;
}
body .file-ico-big-11 {
  background: url(../../../../static/image/file_icons_big.png) 0 -736px no-repeat;
}
body .file-ico-10 {
  background: url(../../../../static/image/file_icons.png) -4px -262px no-repeat;
}
body .file-ico-medium-10 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -374px no-repeat;
}
body .file-ico-big-10 {
  background: url(../../../../static/image/file_icons_big.png) 0 -644px no-repeat;
}
body .file-ico-8 {
  background: url(../../../../static/image/file_icons.png) -4px -238px no-repeat;
}
body .file-ico-medium-8 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -340px no-repeat;
}
body .file-ico-big-8 {
  background: url(../../../../static/image/file_icons_big.png) 0 -552px no-repeat;
}
body .file-ico-7 {
  background: url(../../../../static/image/file_icons.png) -4px -214px no-repeat;
}
body .file-ico-medium-7 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -306px no-repeat;
}
body .file-ico-big-7 {
  background: url(../../../../static/image/file_icons_big.png) 0 -460px no-repeat;
}
body .file-ico-6 {
  background: url(../../../../static/image/file_icons.png) -4px -190px no-repeat;
}
body .file-ico-medium-6 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -272px no-repeat;
}
body .file-ico-big-6 {
  background: url(../../../../static/image/file_icons_big.png) 0 -368px no-repeat;
}
body .file-ico-5 {
  background: url(../../../../static/image/file_icons.png) -4px -166px no-repeat;
}
body .file-ico-medium-5 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -238px no-repeat;
}
body .file-ico-big-5 {
  background: url(../../../../static/image/file_icons_big.png) 0 -276px no-repeat;
}
body .file-ico-4 {
  background: url(../../../../static/image/file_icons.png) -4px -142px no-repeat;
}
body .file-ico-medium-4 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -204px no-repeat;
}
body .file-ico-big-4 {
  background: url(../../../../static/image/file_icons_big.png) 0 -184px no-repeat;
}
body .file-ico-3 {
  background: url(../../../../static/image/file_icons.png) -4px -118px no-repeat;
}
body .file-ico-medium-3 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -170px no-repeat;
}
body .file-ico-big-3 {
  background: url(../../../../static/image/file_icons_big.png) 0 -92px no-repeat;
}
body .file-ico-2 {
  background: url(../../../../static/image/file_icons.png) -4px -94px no-repeat;
}
body .file-ico-medium-2 {
  background: url(../../../../static/image/file_icons_medium.png) 0 -136px no-repeat;
}
body .file-ico-big-2 {
  background: url(../../../../static/image/file_icons_big.png) 0 0px no-repeat;
}
body {
  /*dir*/
  /*anomaly extId=0*/
  /*unknown*/
  /*jpg,jpeg,png,gif,psd,bmp,ico,eps,svg*/
  /*txt,xls,xlsx,docx,doc,odt*/
  /*ppt,pptx,mpte*/
  /*mp3,aiff,wav,ogg*/
  /*mp4,avi,wmv,flv,mov*/
  /*pdf*/
  /*gz,rar,tar,7z,zip*/
  /*swf*/
  /*exe,msi*/
  /*lnk*/
  /*html*/
  /*php*/
  /*xml,xsl*/
  /*csv*/
  /*sql*/
  /*testy*/
  /*pytania testow*/
  /*ankiety*/
  /*pytania ankietowe*/
  /*kursy*/
  /*pkg*/
}
body .file-ico-dir,
body .file-ico-2 {
  background: url(../../../../static/image/file_icons_pack.png) 0 0 no-repeat;
}
body .file-ico-medium-dir,
body .file-ico-medium-2 {
  background: url(../../../../static/image/file_icons_pack.png) -190px -32px no-repeat;
}
body .file-ico-big-dir,
body .file-ico-big-2 {
  background: url(../../../../static/image/file_icons_pack.png) 0 0 no-repeat;
}
body .file-ico-0 {
  background: url(../../../../static/image/file_icons_pack.png) -331px -135px no-repeat;
}
body .file-ico-medium-0 {
  background: url(../../../../static/image/file_icons_pack.png) -190px -132px no-repeat;
}
body .file-ico-big-0 {
  background: url(../../../../static/image/file_icons_pack.png) 0 -100px no-repeat;
}
body .file-ico-unknown,
body .file-ico-1 {
  background: url(../../../../static/image/file_icons_pack.png) -331px -135px no-repeat;
}
body .file-ico-medium-unknown,
body .file-ico-medium-1 {
  background: url(../../../../static/image/file_icons_pack.png) -190px -132px no-repeat;
}
body .file-ico-big-unknown,
body .file-ico-big-1 {
  background: url(../../../../static/image/file_icons_pack.png) 0 -100px no-repeat;
}
body .file-ico-jpg,
body .file-ico-5,
body .file-ico-jpeg,
body .file-ico-6,
body .file-ico-png,
body .file-ico-7,
body .file-ico-gif,
body .file-ico-8,
body .file-ico-psd,
body .file-ico-12,
body .file-ico-bmp,
body .file-ico-31,
body .file-ico-ico,
body .file-ico-28,
body .file-ico-eps,
body .file-ico-24,
body .file-ico-svg,
body .file-ico-44 {
  background: url(../../../../static/image/file_icons_pack.png) -331px -235px no-repeat;
}
body .file-ico-medium-jpg,
body .file-ico-medium-5,
body .file-ico-medium-jpeg,
body .file-ico-medium-6,
body .file-ico-medium-png,
body .file-ico-medium-7,
body .file-ico-medium-gif,
body .file-ico-medium-8,
body .file-ico-medium-psd,
body .file-ico-medium-12,
body .file-ico-medium-bmp,
body .file-ico-medium-31,
body .file-ico-medium-ico,
body .file-ico-medium-28,
body .file-ico-medium-eps,
body .file-ico-medium-24,
body .file-ico-medium-svg,
body .file-ico-medium-44 {
  background: url(../../../../static/image/file_icons_pack.png) -190px -232px no-repeat;
}
body .file-ico-big-jpg,
body .file-ico-big-5,
body .file-ico-big-jpeg,
body .file-ico-big-6,
body .file-ico-big-png,
body .file-ico-big-7,
body .file-ico-big-gif,
body .file-ico-big-8,
body .file-ico-big-psd,
body .file-ico-big-12,
body .file-ico-big-bmp,
body .file-ico-big-31,
body .file-ico-big-ico,
body .file-ico-big-28,
body .file-ico-big-eps,
body .file-ico-big-24,
body .file-ico-big-svg,
body .file-ico-big-44 {
  background: url(../../../../static/image/file_icons_pack.png) 0 -200px no-repeat;
}
body .file-ico-txt,
body .file-ico-10,
body .file-ico-xls,
body .file-ico-32,
body .file-ico-xlsx,
body .file-ico-45,
body .file-ico-docx,
body .file-ico-30,
body .file-ico-doc,
body .file-ico-26,
body .file-ico-odt,
body .file-ico-36 {
  background: url(../../../../static/image/file_icons_pack.png) -331px -335px no-repeat;
}
body .file-ico-medium-txt,
body .file-ico-medium-10,
body .file-ico-medium-xls,
body .file-ico-medium-32,
body .file-ico-medium-xlsx,
body .file-ico-medium-45,
body .file-ico-medium-docx,
body .file-ico-medium-30,
body .file-ico-medium-doc,
body .file-ico-medium-26,
body .file-ico-medium-odt,
body .file-ico-medium-36 {
  background: url(../../../../static/image/file_icons_pack.png) -190px -332px no-repeat;
}
body .file-ico-big-txt,
body .file-ico-big-10,
body .file-ico-big-xls,
body .file-ico-big-32,
body .file-ico-big-xlsx,
body .file-ico-big-45,
body .file-ico-big-docx,
body .file-ico-big-30,
body .file-ico-big-doc,
body .file-ico-big-26,
body .file-ico-big-odt,
body .file-ico-big-36 {
  background: url(../../../../static/image/file_icons_pack.png) 0 -300px no-repeat;
}
body .file-ico-ppt,
body .file-ico-27,
body .file-ico-pptx,
body .file-ico-29,
body .file-ico-mpte,
body .file-ico-4 {
  background: url(../../../../static/image/file_icons_pack.png) -331px -435px no-repeat;
}
body .file-ico-medium-ppt,
body .file-ico-medium-27,
body .file-ico-medium-pptx,
body .file-ico-medium-29,
body .file-ico-medium-mpte,
body .file-ico-medium-4 {
  background: url(../../../../static/image/file_icons_pack.png) -190px -432px no-repeat;
}
body .file-ico-big-ppt,
body .file-ico-big-27,
body .file-ico-big-pptx,
body .file-ico-big-29,
body .file-ico-big-mpte,
body .file-ico-big-4 {
  background: url(../../../../static/image/file_icons_pack.png) 0 -400px no-repeat;
}
body .file-ico-mp3,
body .file-ico-18,
body .file-ico-aiff,
body .file-ico-19,
body .file-ico-wav,
body .file-ico-20,
body .file-ico-ogg,
body .file-ico-33 {
  background: url(../../../../static/image/file_icons_pack.png) -331px -535px no-repeat;
}
body .file-ico-medium-mp3,
body .file-ico-medium-18,
body .file-ico-medium-aiff,
body .file-ico-medium-19,
body .file-ico-medium-wav,
body .file-ico-medium-20,
body .file-ico-medium-ogg,
body .file-ico-medium-33 {
  background: url(../../../../static/image/file_icons_pack.png) -190px -532px no-repeat;
}
body .file-ico-big-mp3,
body .file-ico-big-18,
body .file-ico-big-aiff,
body .file-ico-big-19,
body .file-ico-big-wav,
body .file-ico-big-20,
body .file-ico-big-ogg,
body .file-ico-big-33 {
  background: url(../../../../static/image/file_icons_pack.png) 0 -500px no-repeat;
}
body .file-ico-mp4,
body .file-ico-21,
body .file-ico-avi,
body .file-ico-34,
body .file-ico-wmv,
body .file-ico-35,
body .file-ico-flv,
body .file-ico-39,
body .file-ico-mov,
body .file-ico-46 {
  background: url(../../../../static/image/file_icons_pack.png) -331px -635px no-repeat;
}
body .file-ico-medium-mp4,
body .file-ico-medium-21,
body .file-ico-medium-avi,
body .file-ico-medium-34,
body .file-ico-medium-wmv,
body .file-ico-medium-35,
body .file-ico-medium-flv,
body .file-ico-medium-39,
body .file-ico-medium-mov,
body .file-ico-medium-webm,
body .file-ico-medium-46 {
  background: url(../../../../static/image/file_icons_pack.png) -190px -632px no-repeat;
}
body .file-ico-big-mp4,
body .file-ico-big-21,
body .file-ico-big-avi,
body .file-ico-big-34,
body .file-ico-big-wmv,
body .file-ico-big-35,
body .file-ico-big-flv,
body .file-ico-big-39,
body .file-ico-big-mov,
body .file-ico-big-46 {
  background: url(../../../../static/image/file_icons_pack.png) 0 -600px no-repeat;
}
body .file-ico-pdf,
body .file-ico-25 {
  background: url(../../../../static/image/file_icons_pack.png) -331px -735px no-repeat;
}
body .file-ico-medium-pdf,
body .file-ico-medium-25 {
  background: url(../../../../static/image/file_icons_pack.png) -190px -732px no-repeat;
}
body .file-ico-big-pdf,
body .file-ico-big-25 {
  background: url(../../../../static/image/file_icons_pack.png) 0 -700px no-repeat;
}
body .file-ico-gz,
body .file-ico-40,
body .file-ico-rar,
body .file-ico-41,
body .file-ico-tar,
body .file-ico-42,
body .file-ico-7z,
body .file-ico-38,
body .file-ico-zip,
body .file-ico-11 {
  background: url(../../../../static/image/file_icons_pack.png) -331px -835px no-repeat;
}
body .file-ico-medium-gz,
body .file-ico-medium-40,
body .file-ico-medium-rar,
body .file-ico-medium-41,
body .file-ico-medium-tar,
body .file-ico-medium-42,
body .file-ico-medium-7z,
body .file-ico-medium-38,
body .file-ico-medium-zip,
body .file-ico-medium-11 {
  background: url(../../../../static/image/file_icons_pack.png) -190px -832px no-repeat;
}
body .file-ico-big-gz,
body .file-ico-big-40,
body .file-ico-big-rar,
body .file-ico-big-41,
body .file-ico-big-tar,
body .file-ico-big-42,
body .file-ico-big-7z,
body .file-ico-big-38,
body .file-ico-big-zip,
body .file-ico-big-11 {
  background: url(../../../../static/image/file_icons_pack.png) 0 -800px no-repeat;
}
body .file-ico-swf,
body .file-ico-23 {
  background: url(../../../../static/image/file_icons_pack.png) -331px -935px no-repeat;
}
body .file-ico-medium-swf,
body .file-ico-medium-23 {
  background: url(../../../../static/image/file_icons_pack.png) -190px -932px no-repeat;
}
body .file-ico-big-swf,
body .file-ico-big-23 {
  background: url(../../../../static/image/file_icons_pack.png) 0 -900px no-repeat;
}
body .file-ico-exe,
body .file-ico-22,
body .file-ico-msi,
body .file-ico-37 {
  background: url(../../../../static/image/file_icons_pack.png) -331px -1035px no-repeat;
}
body .file-ico-medium-exe,
body .file-ico-medium-22,
body .file-ico-medium-msi,
body .file-ico-medium-37 {
  background: url(../../../../static/image/file_icons_pack.png) -190px -1032px no-repeat;
}
body .file-ico-big-exe,
body .file-ico-big-22,
body .file-ico-big-msi,
body .file-ico-big-37 {
  background: url(../../../../static/image/file_icons_pack.png) 0 -1000px no-repeat;
}
body .file-ico-lnk,
body .file-ico-3 {
  background: url(../../../../static/image/file_icons_pack.png) -331px -1135px no-repeat;
}
body .file-ico-medium-lnk,
body .file-ico-medium-3 {
  background: url(../../../../static/image/file_icons_pack.png) -190px -1132px no-repeat;
}
body .file-ico-big-lnk,
body .file-ico-big-3 {
  background: url(../../../../static/image/file_icons_pack.png) 0 -1100px no-repeat;
}
body .file-ico-html,
body .file-ico-14 {
  background: url(../../../../static/image/file_icons_pack.png) -331px -1235px no-repeat;
}
body .file-ico-medium-html,
body .file-ico-medium-14 {
  background: url(../../../../static/image/file_icons_pack.png) -190px -1232px no-repeat;
}
body .file-ico-big-html,
body .file-ico-big-14 {
  background: url(../../../../static/image/file_icons_pack.png) 0 -1200px no-repeat;
}
body .file-ico-php,
body .file-ico-17 {
  background: url(../../../../static/image/file_icons_pack.png) -331px -1335px no-repeat;
}
body .file-ico-medium-php,
body .file-ico-medium-17 {
  background: url(../../../../static/image/file_icons_pack.png) -190px -1332px no-repeat;
}
body .file-ico-big-php,
body .file-ico-big-17 {
  background: url(../../../../static/image/file_icons_pack.png) 0 -1300px no-repeat;
}
body .file-ico-xml,
body .file-ico-16,
body .file-ico-xsl,
body .file-ico-46 {
  background: url(../../../../static/image/file_icons_pack.png) -331px -1435px no-repeat;
}
body .file-ico-medium-xml,
body .file-ico-medium-16,
body .file-ico-medium-xsl,
body .file-ico-medium-46 {
  background: url(../../../../static/image/file_icons_pack.png) -190px -1432px no-repeat;
}
body .file-ico-big-xml,
body .file-ico-big-16,
body .file-ico-big-xsl,
body .file-ico-big-46 {
  background: url(../../../../static/image/file_icons_pack.png) 0 -1400px no-repeat;
}
body .file-ico-csv,
body .file-ico-15 {
  background: url(../../../../static/image/file_icons_pack.png) -331px -1535px no-repeat;
}
body .file-ico-medium-csv,
body .file-ico-medium-15 {
  background: url(../../../../static/image/file_icons_pack.png) -190px -1532px no-repeat;
}
body .file-ico-big-csv,
body .file-ico-big-15 {
  background: url(../../../../static/image/file_icons_pack.png) 0 -1500px no-repeat;
}
body .file-ico-sql,
body .file-ico-13 {
  background: url(../../../../static/image/file_icons_pack.png) -331px -1635px no-repeat;
}
body .file-ico-medium-sql,
body .file-ico-medium-13 {
  background: url(../../../../static/image/file_icons_pack.png) -190px -1632px no-repeat;
}
body .file-ico-big-sql,
body .file-ico-big-13 {
  background: url(../../../../static/image/file_icons_pack.png) 0 -1600px no-repeat;
}
body .file-ico-testFile {
  background: url(../../../../static/image/file_icons_pack.png) -331px -1735px no-repeat;
}
body .file-ico-medium-testFile {
  background: url(../../../../static/image/file_icons_pack.png) -190px -1732px no-repeat;
}
body .file-ico-big-testFile {
  background: url(../../../../static/image/file_icons_pack.png) 0 -1700px no-repeat;
}
body .file-ico-testQuesFile {
  background: url(../../../../static/image/file_icons_pack.png) -331px -1835px no-repeat;
}
body .file-ico-medium-testQuesFile {
  background: url(../../../../static/image/file_icons_pack.png) -190px -1832px no-repeat;
}
body .file-ico-big-testQuesFile {
  background: url(../../../../static/image/file_icons_pack.png) 0 -1800px no-repeat !important;
}
body .file-ico-pollFile {
  background: url(../../../../static/image/file_icons_pack.png) -331px -1935px no-repeat;
}
body .file-ico-medium-pollFile {
  background: url(../../../../static/image/file_icons_pack.png) -190px -1932px no-repeat;
}
body .file-ico-big-pollFile {
  background: url(../../../../static/image/file_icons_pack.png) 0 -1900px no-repeat;
}
body .file-ico-pollQuesFile {
  background: url(../../../../static/image/file_icons_pack.png) -331px -2035px no-repeat;
}
body .file-ico-medium-pollQuesFile {
  background: url(../../../../static/image/file_icons_pack.png) -190px -2032px no-repeat;
}
body .file-ico-big-pollQuesFile {
  background: url(../../../../static/image/file_icons_pack.png) 0 -2000px no-repeat !important;
}
body .file-ico-cursFile {
  background: url(../../../../static/image/file_icons_pack.png) -331px -2135px no-repeat;
}
body .file-ico-medium-cursFile {
  background: url(../../../../static/image/file_icons_pack.png) -190px -2132px no-repeat;
}
body .file-ico-big-cursFile {
  background: url(../../../../static/image/file_icons_pack.png) 0 -2100px no-repeat;
}
body .file-ico-pkg {
  background: url(../../../../static/image/file_icons_pack.png) -331px -3135px no-repeat;
}
body .file-ico-medium-pkg {
  background: url(../../../../static/image/file_icons_pack.png) -190px -3132px no-repeat;
}
body .file-ico-big-pkg {
  background: url(../../../../static/image/file_icons_pack.png) 0 -3100px no-repeat;
}
body .file-ico-big-special-dir {
  background: url(../../../../static/image/sprite-general.png) 21px -886px no-repeat;
}
body .file-ico-medium-special-dir {
  background: url(../../../../static/image/sprite-general.png) 1px -986px no-repeat;
}
body .file-ico-big-user-dir {
  background: url(../../../../static/image/sprite-general.png) -159px -886px no-repeat;
}
body .file-ico-medium-user-dir {
  background: url(../../../../static/image/sprite-general.png) -179px -986px no-repeat;
}
/*# sourceMappingURL=std-browser.css.map */