* {
  margin: 0;
  padding: 0;
}
b {
  color: #0bb5ff;
  font-weight: normal;
}
h2, h3, legend {
  font-family: 'Calibri';
  font-size: 48px;
  letter-spacing: -5px;
  color: #808080;
  text-transform: lowercase;
  background: none;
  padding: 0;
  font-weight: normal;
  display: inline-block;
}
h2 {
  margin: 35px 15px 35px 0;
}
h2 span, h3 span {
  color: #000000;
}
h3, legend {
  font-size: 26px;
  letter-spacing: -1px;
  margin: 30px 0 5px 0;
}
select.dropdown.w {
  background-image: none;
  display: inline;
  width: 158px;
}
input, .ram, .dropdown {
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  padding: 4px 8px;
}
input[type=text] {
  width: 140px;
}
input.disabled {
  background-color: #e0e0e0;
}
input.chb {
  margin-right: -26px;
  padding-right: 26px;
  width: 122px;
}
span.chb input {
  position: relative;
  top: 2px;
}
.ram h3 {
  margin: 0;
}
.ram, .dropdown {
  display: block;
  margin-bottom: 20px;
  background: #ffffff url('../gfx/panel_bg.png') bottom repeat-x;
}
.dropdown {
  background-image: url('../gfx/badge_bg.png');
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ram:hover, .dropdown:hover {
  border-color: #000000;
}
a.ram, a.dropdown {
  text-decoration: none;
}
a.ram:hover, a.dropdown:hover {
  color: #808080;
}
.icon_detail_big {
  background: url('../gfx/icon_detail_big.png') no-repeat right bottom;
  height: 100%;
  min-height: 55px;
  width: 56px;
  float: right;
  cursor: pointer;
}
.icon_detail_big:hover, a:hover .icon_detail_big {
  background-image: url('../gfx/icon_detail_big_hover.png');
}
.icon_add_big {
  background: url('../gfx/icon_add_big.png') no-repeat right bottom;
  height: 100%;
}
.icon_add_big:hover {
  background-image: url('../gfx/icon_add_big_hover.png');
}
.icon_add_medium {
  background: url('../gfx/icon_add_medium.png') no-repeat left bottom;
  height: 100%;
  padding: 5px 0 0 57px;
  line-height: 45px;
}
.icon_add_medium:hover {
  background-image: url('../gfx/icon_add_medium_hover.png');
}
.ram.icon_search {
  background: url('../gfx/icon_search.png') no-repeat right center;
  padding: 6px;
  float: right;
  display: inline;
  margin: 61px 48px 0 0;
  width: 223px;
}
.icon_save_big, .icon_download_big, .icon_delete_big, .icon_play_big {
  min-width: 60px;
  padding-top: 60px;
  text-align: center;
  text-transform: lowercase;
  float: right;
  margin: 30px 20px 0 -5px;
  background: url('../gfx/icon_save_big.png') no-repeat center top;
  text-decoration: none;
}
.icon_save_big:hover {
  background-image: url('../gfx/icon_save_big_hover.png');
}
.icon_download_big {
  background-image: url('../gfx/icon_download_big.png');
}
.icon_download_big:hover {
  background-image: url('../gfx/icon_download_big_hover.png');
}
.icon_delete_big {
  background-image: url('../gfx/icon_delete_big.png');
}
.icon_delete_big:hover {
  background-image: url('../gfx/icon_delete_big_hover.png');
}
.icon_play_big {
  background-image: url('../gfx/icon_play_big.png');
}
.icon_play_big:hover {
  background-image: url('../gfx/icon_play_big_hover.png');
}
.ram.icon_detail_small {
  float: left;
  display: inline-block;
  width: 172px;
  margin: 0 8px 6px 0;
  padding: 0;
}
.ram.icon_detail_small div {
  padding: 2px 28px 2px 4px;
  background: url('../gfx/icon_detail_small.png') no-repeat right center;
}
.ram.icon_detail_small:hover div {
  background-image: url('../gfx/icon_detail_small_hover.png');
}
a.icon_delete_small, a.icon_play_small {
  background: url('../gfx/icon_delete_small.png') no-repeat right top;
  height: 24px;
  width: 24px;
  display: inline-block;
  float: right;
  margin: 4px;
}
a.icon_delete_small:hover {
  background-image: url('../gfx/icon_delete_small_hover.png');
}
a.icon_play_small {
  background: url('../gfx/icon_play_small.png') no-repeat right top;
  margin-right: -4px;
}
a.icon_play_small:hover {
  background-image: url('../gfx/icon_play_small_hover.png');
}
a.icon_copy_small {
  background: url('../gfx/icon_copy_small.png') no-repeat left center;
  padding-left: 34px;
  margin-top: 38px;
  float: right;
  color: #09b1c7;
  line-height: 24px;
}
a.icon_copy_small:hover {
  background-image: url('../gfx/icon_copy_small_hover.png');
  text-decoration: underline;
}
.icon_add_small {
  background: url('../gfx/icon_add_small.png') no-repeat right center;
  height: 24px;
  width: 24px;
  display: inline-block;
}
.icon_add_small:hover, #prezentaceList .ram:hover {
  background-image: url('../gfx/icon_add_small_hover.png');
}

a.ram.icon_add_small {
  margin-bottom: 3px;
}
a.icon_back_small, a.icon_download_small {
  background: url('../gfx/icon_back_small.png') no-repeat left center;
  padding-left: 34px;
  color: #09b1c7;
  margin-left: -34px;
  line-height: 24px;
  display: inline-block;
}
a.icon_back_small:hover, a.icon_download_small:hover {
  background-image: url('../gfx/icon_back_small_hover.png');
  text-decoration: underline;
}
a.icon_download_small {
  background-image: url('../gfx/icon_download_small.png');
}
a.icon_download_small:hover {
  background-image: url('../gfx/icon_download_small_hover.png');
}
.disabled {
  color: #09b1c7;
}
.nounderline a {
  text-decoration: none;
}
.plan {
  margin: 0 0 10px 0;
  min-height: 21px;
}
.plan div {
  float: left;
  width: 130px;
}
.left_line {
  border-left: 1px solid #c0c0c0;
}
.plan div.left_line {
  padding:0 0 0 20px;
  float: none;
  width: auto;
}
#prezentaceList .pitem {
  width: 250px;
}
#prezentaceList .ram{
  margin-bottom: 5px;
  background: url("../gfx/icon_add_small.png") no-repeat 220px 2px;  
}
#prezentaceSelected .ram {
  margin-bottom: 5px;
  cursor: move;
}
#prezentaceList a {
  display: none;
}
#prezentaceSelected .pitem {
  width: 265px;
}
#prezentaceSelected a {
  float: right;
  margin: -33px -30px 0 0;
}
#padd.icon_add_small {
  float: right;
  margin-top: -1px;
}
.left_line > .icon_delete_small {
  float: right;
}
.square {
  display: inline-block;
  width: 6px;
  height: 6px;
  position: relative;
  top: -2px;
}
.circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin: 0 6px -2px 0;
}
.tlControl {
  height: 50px;
  position: relative;
  display: inline-block;
  cursor: default;
}
.tlControl .tl {
  height: 21px;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  background: url("../gfx/timeline_bg.png");
  position: relative;
}
.tl div {
  position: absolute;
  border: 1px solid #2B7DA1;
  border-radius: 5px;
  background-color: #0BB5FF;
  height: 21px;
  margin-top: -1px;
}
.tlControl .tlt {
  overflow: hidden;
}
.tlt>div {
  position: absolute;
  width: 70px;
  text-align: center;
  margin-left: -33px;
}
.tlt div.tlTimer {
  margin-top: -22px;
  display: none;
}
.tlt div.tlLine {
  position: relative;
  left: 32px;
  height: 24px;
  width: 1px;
  background-color: #000000;
}
.tlt div.tlText {
  background-color: #dddddd;
  border: 1px solid #333333;
  border-radius: 4px;
}
.tlControl.inline {
  height: 16px;
  margin-left: 20px;
}
.tlControl.inline * {
  height: 16px;
}
#login {
  text-align: center;
  margin: 10% auto;
}
#login div {
  text-align: left;
}
.column {
  float: left;
}
fieldset {
  border: none;
}
fieldset div {
  clear: both;
}
fieldset label {
  display: block;
  float: left;
  width: 110px;
  text-align: right;
  text-transform: lowercase;
  margin: 0 10px 10px 0;
  line-height: 24px;
}
fieldset.small label {
  width: 80px;
}
fieldset .text {
  line-height: 24px;
  color: #000000;
  padding-left: 9px;
}
.sloupec {
  float: left;
  margin-bottom: 10px;
}
.sloupec.snimek {
  width: 702px;
}
/*#prezentace {
  float: left;
  width: 300px;
}
#prezentace .ico.pridat {
  padding-left: 19px;
}*/
#zarizeni {
  float: left;
  width: 670px;
}
.gv th {
  color: #000;
}
.ico {
  padding-left: 16px;
  min-height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  border-radius: 3px;
  background-color: #fff;
}
.ico:hover {
  background-color: #ccc;
}
.ico.detail {
  background-image: url('../gfx/search.png');
}
.ico.text {
  background-image: url('../gfx/indent-increase.png');
}
.ico.obrazek {
  background-image: url('../gfx/image.png');
}
.ico.hodiny {
  background-image: url('../gfx/clock.png');
}
.ico.pridat {
  background-image: url('../gfx/plus.png');
}
.ico.odebrat {
  background-image: url('../gfx/minus.png');
}
.ico.ulozit {
  background-image: url('../gfx/disk.png');
}
.ico.twitter {
  background-image: url('../gfx/twitter.png');
}
.ico.rss {
  background-image: url('../gfx/rss.png');
}
.ico.copy {
  background-image: url('../gfx/copy.png');
}
.ico.settings {
  background-image: url('../gfx/cog2.png');
}
.ico.restore {
  background-image: url('../gfx/undo2.png');
}
.ico.pocasi {
  background-image: url('../gfx/cloud.png');
}
.ico.calendar {
  background-image: url('../gfx/calendar.png');
}
.ico.video {
  background-image: url('../gfx/film.png');
}
.ico.nahoru {
  background-image: url('../gfx/arrow-up2.png');
}
.ico.dolu {
  background-image: url('../gfx/arrow-down2.png');
}
.ico.download {
  background-image: url('../gfx/download3.png');
}
.ico.zavrit {
  background-image: url('../gfx/close.png');
}
.zneplatneno {
  background-color: #dddddd!important;
}
.ui-sortable a {
  cursor: move;
}
/*.prezentace, .zarizeni {
  margin-bottom: 5px;
}
.prezentace div {
  width: 277px;
}
.prezentace.float div {
  float: left;
  margin-right: -1px;
}
.prezentace a, .zarizeni a, .uzivatele a {
  text-decoration: none;
}
.prezentace .item, .zarizeni .item, .uzivatele .item {
  display: block;
  width: 265px;
  height: 50px;
  padding: 5px;
  border: 2px solid #333;
  margin-bottom: -2px;
  color: #696969;
  cursor: pointer;  
}
.prezentace .deleted .item, .uzivatele .deleted {
  border-color: #aaa;
  background-color: #ccc;
}*/
.prezentace h3 {
  max-width: 200px;
}
.zarizeni h3 {
  max-width: 200px;
}
.prezentace h3, .zarizeni h3 {
  text-transform: none;
}
.prezentace a {
  height: 141px;
}
.prezentace img {
  margin-top: 5px;
}
.prezentace>div {
  float: left;
  width: 300px;
  margin: 0 16px -4px 0;
}
.zarizeni a {
  width: 914px;
  min-height: 56px;
}
.zarizeni img {
  float: left;
  margin: 3px 15px 0 0;
}
.zarizeni .tlControl {
  float: right;
  margin: 10px 24px 0 0;
}
/*.zarizeni .item {
  width: 400px;
  height: 70px;
}
.uzivatele .item {
  height: 70px;
}
.zarizeni .ico {
  position: relative;
  margin: -70px 0 0 385px;
  float: left;
}*/
/*.prezentace .item:hover, .zarizeni .item:hover, .uzivatele .item:hover {
  background-color: #ddd;
}*/
/*.prezentace img, .zarizeni img {
  float: left;
}
.prezentace span, .zarizeni span {
  display: inline-block;
  width: 160px;
  float: right;
}*/
.uzivatele span {
  display: block;
}
/*.zarizeni span {
  width: 260px;
}*/
/*.prezentace .ico {
  position: relative;
  margin: -50px 0 0 250px;
  float: left;
}
.prezentace .ico.restore {
  margin-top: -30px;
}
.uzivatele .ico {
  position: relative;
  margin: -50px 0 0 250px;
  float: left;
}
.uzivatele .ico.detail {
  margin: -70px 0 0 250px;
}
.uzivatele .ico.restore {
  margin-top: -30px;
}*/
#snimky {
  float: left;
  width: 177px;
  height: 400px;
  overflow-y: scroll;
  position: relative;
  margin: 10px 33px 5px 0;
  border: 1px solid #222;
  padding: 3px;
}
#snimky a {
  display: block;
  margin-bottom: 4px;
}
#snimky img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#snimky .ico {
  left: 138px;
  margin-bottom: -16px;
  *margin-bottom: -19px;
  position: relative;
  top: -90px;
  width: 0px;
}
#snimky .ico.copy {
  top: -70px;
}
#snimky a.ico:hover {
  background-color: #ccc;
}
#snimky a.selected {
  background-color: blue;
}
#snimky a:hover {
  background-color: aqua;
}
#snimky .delka {
  background-color: green;
  height: 5px;
  margin-top: -5px;
  opacity: 0.99;
  filter: alpha(opacity=99);
  width: 160px;
}
#snimky .trvani {
  background-color: red;
  height: 5px;
}
#novysnimek {
  clear: both;
  float: left;
  position: relative;
  padding-left: 19px;
  width: 150px;
}
#novysnimek:hover #layout {
  display: block;
}
#layout {
  z-index: 1000;
  position: absolute;
  width: 177px;
  background-color: #333;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 5px;
  text-align: center;
  cursor: default;
  bottom: 0;
  left: -3px;
  display: none;
}
#layout img {
  border: 1px solid #ccc;
}
#layout a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.h3prezentace h3 {
  display: inline-block;
  text-align: right;
  width: 165px;
  margin: 0;
  font-size: 18px;
  float: right;
}
.h3prezentace h3 span {
  padding: 0 10px 0 5px;
}
.h3prezentace input {
  width: 400px;
  height: 20px;
  float: right;
  font-size: 16px;
  margin: 0 10px;
}
.h3prezentace .ico {
  float: right;
  margin-top: 3px;
}
.h3prezentace .ico.detail {
  margin-right: 60px;
}
#snimekmenu {
  height: 63px;
}
#snimekmenu .smitem {
  height: 63px;
  overflow: hidden;
  float: left;
  border: 1px solid #000;
  text-align: center;    
}
#snimekmenu input {
  height: 28px;
  margin: 0 8px;
  text-align: center;
}
#smpozadi {
  width: 112px;
}
#snimekbg {
  width: 112px;
  height: 63px;
  overflow: hidden;
  text-align: left;
}
#snimekbg img {
  margin-bottom: 5px;
}
.hover #snimekbg {
  width: 132px;
  height: 200px;
  overflow-y: scroll;
  z-index: 1;
  position: absolute;
  background-color: #ccc;  
}
#smzivotnost input {
  width: 50px;
}
.smitem .ico {
  margin: 20px 10px 0;
}
#snimek {
  width: 1280px;
  height: 720px;
  background-color: #000;
  margin: 8px auto -330px;
  *margin-top: 0px;
  position: relative;
  border: 3px solid #000;
  font-family: tahoma;
  font-size: 30px;
  transform: matrix(0.5, 0, 0, 0.5, -320, -180);
  -ms-transform: matrix(0.5, 0, 0, 0.5, -320, -180); /* IE 9 */
  -webkit-transform: matrix(0.5, 0, 0, 0.5, -320, -180); /* Safari and Chrome */
  %zoom: 0.5;
}
#snimek .pozadi {
  width: 100%;
  height: 100%;
  position: absolute;
}
#snimek .panel {
  position: absolute;
  border: solid 2px black;  
}
#snimek .objekt {
  cursor: pointer;
  opacity: 0.7;
  filter: alpha(opacity=70);
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #fff;
}
#snimek .objekt:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#snimek .panel.selected {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 100!important;
  border-color: blue;
}
#snimek .panel:hover {
  border-color: aqua;
}
#snimek .panel.selected .objekt {
  opacity: 1;
  filter: alpha(opacity=100);
}
#snimek .panel span.nazev {
  background-color: #000;
  border-bottom-right-radius: 4px;
  color: #fff;
  opacity: 0.3;
  filter: alpha(opacity=30);
  padding: 3px;
  position: absolute;
  font-size: 10px;
  z-index: 1;
  top: 16px;
  left: 30px;
}
#snimek .panel a.prev, #snimek .panel a.next, #snimek .panel a.del {
  background-color: #000;
  color: #fff;
  opacity: 0.3;
  filter: alpha(opacity=30);
  padding: 3px 5px;
  position: absolute;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
  line-height: 10px;
  min-width: 5px;
}
#snimek .panel a.prev {
  border-top-right-radius: 4px;
  bottom: 5px;
  left: 5px;
}
#snimek .panel a.next {
  border-top-left-radius: 4px;
  right: 5px;
  bottom: 5px;
}
#snimek .panel a.del {
  border-bottom-left-radius: 4px;
  right: 5px;
  top: 5px;
}
#snimek .panel a.prev, #snimek .panel a.next, #snimek .panel a.del {
  z-index: 1;
}
#snimek .panel a.prev:hover, #snimek .panel a.next:hover, #snimek .panel a.del:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#snimek .konfigurace {
  display: none;
  cursor: default;
  position: relative;
}
.snimekmenu {
  z-index: 100;
  position: absolute;
  width: 200px;
  background-color: #666;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 5px;
  text-align: center;
  cursor: default;
  display: none;
}
.snimekmenu span {
  margin-bottom: 6px;
  color: #fff;
  display: block;
}
.snimekmenu a.ico {
  padding-left: 16px;
  margin: 8px;
}
.snimekmenu a.ico, #snimek .nazev, #snimek .panel a.del, #snimek .panel a.prev, #snimek .panel a.next {
  transform: matrix(2, 0, 0, 2, 0, 0);
  -ms-transform: matrix(2, 0, 0, 2, 0, 0); /* IE 9 */
  -webkit-transform: matrix(2, 0, 0, 2, 0, 0); /* Safari and Chrome */
  %zoom: 2;
}
.snimekmenu a:hover {
  background-color: #ccc;
  border-radius: 3px;
}
#konfigurace {
  xmargin: 0 auto;
  xwidth: 640px;
  x%margin-top: 480px;
  padding: 20px;
  overflow: hidden;
}
.ui-dialog {
  position: fixed!important;
}
.konfigurace label {
  display: block;
  float: left;
  width: 90px;
}
.chb label {
  width: auto;
}
.konfigurace textarea {
  width: 505px;
}
.konfigurace .ulozit {
  float: right;
  margin-left: 4px;
}
.objObrazek {
  position: relative;
}
.objTwitter {
  border: 2px solid black;
  margin: 5px;
  min-height: 48px;
  padding: 5px;
}
.objTwitter img {
  float: left;
  margin-right: 5px;
}
.objText {
  overflow: hidden;
  height: 100%;
}
.objText.nahoru {
  overflow-y: scroll;
}
.objText.vlevo {
  overflow-x: scroll;
}
.objText.center {
  text-align: center;
}
.objText.vpravo {
  text-align: right;
}
.objText .scrolldiv {
  width: 1000000px;
}
.objHodiny {
  text-align: center;
  position: relative;
}
.objRss .item {
  xborder: 2px solid black;
  margin: 5px;
  xmin-height: 48px;
  xmax-height: 100px;
  overflow: hidden;
  padding: 5px;
}
.objRss .zapati {
  position: absolute;
  bottom: 0;
}
.objRss strong {
  display: block;
}
@media \0screen {
  #snimek {zoom: 0.5;}
  .snimekmenu a.ico, #snimek .nazev, #snimek .panel a.del, #snimek .panel a.prev, #snimek .panel a.next {zoom: 2;}
  #snimek .panel span.nazev {top:0;left:0;}
  #snimek .panel a.del {top:0;right:12px;}
  #snimek .panel a.next {right:12px;bottom:12px;}
  #snimek .panel a.prev {left:0;bottom:12px;}
  #konfigurace {margin-top:480px;}
}