/* ---------------------------------------------------------------- */
/* ------------------- plugins/gallery/style.css ---------------- */
/* ---------------------------------------------------------------- */

.gallery-image{
    /*background-color: yellow;*/
    display: inline-block;
    margin: 2px;
    /*border: 1px solid red;*/
    text-align: center;
}

.gallery-frame {
    /*border: 1px solid red;*/
    overflow: hidden;
  position: relative;
}

table.gallery_file_container_table{
    width: 100%;

}

tr.gallery_file_container {

    border-bottom: 1px solid #cdcdcd ;
    line-height: 25px;
    padding: 5px;
    width: 100%;
    overflow: hidden;

}

tr:hover.gallery_file_container.tbody {
    background-color: rgba(177, 200, 255, 0.2);
    margin-left: -34px;
    border-bottom: 1px #cdcdcd solid;
    line-height: 25px;
    padding: 5px;
    width: 100%;
    overflow: hidden;

}
tr.gallery_file_container td a{
  display: block;
  width: 50px;
  float: left;
  text-align: center;
}
tr.gallery_file_container td a img{

  max-width: 50px;
  max-height: 50px;
}
tr.gallery_file_container td.gallery_file_info {
  padding-left: 10px;
    width: 50%;
}
tr.gallery_file_container td.gallery_file_autor {
  padding-left: 10px;
    width: 20%;
}
tr.gallery_file_container td.gallery_file_date{

    padding-left: 10px;
    width: 20%;
}
.gallery_horny_banner{
    width: 100%;
    height: 50px;
}
.gallery_horny_banner .horny_banner_hodnoty{

    border-right:0px solid rgb(210, 210, 210);

    height:40px;
    float:left;
    text-align:center;
    font-size:18px
}
.gallery_horny_banner .horny_banner_hodnoty.titulka{
    width:50%;
    color: #ffcde4;
    font-size:18px;
    padding-top: 10px;
    background-color: rgba(0, 0, 0, 0.11);
    color: rgba(0, 0, 0, 0.7);
}
.gallery_horny_banner .horny_banner_hodnoty.delete a{
    color: #ffcde4;
    font-size:18px;
    text-decoration: none;

}
.gallery_horny_banner .horny_banner_hodnoty.delete a:hover{
    text-decoration: underline;
}
.gallery_horny_banner .horny_banner_hodnoty.refresh a{
    color: #fff;
    font-size:18px;
    text-decoration: none;

}
.gallery_horny_banner .horny_banner_hodnoty.refresh a:hover{
    text-decoration: underline;
}
.gallery_horny_banner .horny_banner_hodnoty{
    width:25%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding-top: 10px;
}
.gallery_horny_banner .horny_banner_hodnoty b{
    font-size: 11px;
}



.gallery_edit_top_banner{
    width: 100%;
    height: 50px;
}
.gallery_edit_top_banner .gallery_edit_top_banner_block{

    border-right:0px solid rgb(210, 210, 210);
    height:50px;
    float:left;
    text-align:center;
    font-size:18px;

}
.gallery_edit_top_banner .gallery_edit_top_banner_block.titulka{
    width:50%;
    background-color: #DFDFDF;
    color: rgba(0, 0, 0, 0.7);

}
.gallery_edit_top_banner .gallery_edit_top_banner_block.titulka a{
    color: #838383;
    font-size:18px;
    text-decoration: none;
}
.gallery_edit_top_banner .gallery_edit_top_banner_block.titulka a:hover{
    text-decoration: underline;
}
.gallery_edit_top_banner .gallery_edit_top_banner_block.cas{
    width:25%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}
.gallery_edit_top_banner .gallery_edit_top_banner_block b{
    font-size: 11px;
}
.gallery_editImage {max-width: 100%;min-width: 100% }
.gallery_editForm{padding: 10px}
.gallery_editForm form table{width: 49%}
.gallery_editForm tr {width: 100%;}
.gallery_editForm tr.medzera {height: 10px;}
.gallery_editForm tr td {width: 100%;}
.gallery_editForm tr td b{font-size: 16px;color: #202935;}
.gallery_editForm tr td input{width: 100%;color: #424242;}


@font-face {
    font-family: 'ecoicon';
    src:url('fonts/ecoicons/ecoicon.eot');
    src:url('fonts/ecoicons/ecoicon.eot?#iefix') format('embedded-opentype'),
    url('fonts/ecoicons/ecoicon.woff') format('woff'),
    url('fonts/ecoicons/ecoicon.ttf') format('truetype'),
    url('fonts/ecoicons/ecoicon.svg#ecoicon') format('svg');
    font-weight: normal;
    font-style: normal;
}
.hi-icon-wrap.hi-icon-effect-4.hi-icon-effect-4a a {width: auto; padding: 0 20px 0 20px}
.hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 15px 30px;
    width: auto;
    height: 90px;
    border-radius: 30%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #283446;
    text-decoration:none;
}

.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: auto;

    content: '';
}

.hi-icon:before {
    font-family: 'ecoicon';
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
.hi-icon-effect-4 .hi-icon {
    -webkit-transition: all .8s ease; -moz-transition: all .8s ease; -o-transition: all .8s ease; transition: all .8s ease;
    width: 92px;
    height: 92px;
    border: 4px solid rgb(33, 95, 106);
}
.hi-icon-effect-4 .hi-icon:before {
    line-height: 92px;
    position: relative;
    top: -10px;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease;

}
.hi-icon-effect-4 .hi-icon:hover:before {
    -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease;
    -webkit-transform: scale(0.90);
    -moz-transform: scale(0.90);
    -ms-transform: scale(0.90);
    transform: scale(0.90);
}
.hi-icon-effect-4 .hi-icon:hover {
    -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease;
    color: #000;
    border: 4px dashed rgb(33, 95, 106);

}

.hi-icon-mobile:before {content: "\e009";}
.hi-icon-screen:before {content: "\e00a";}
.hi-icon-earth:before {content: "\e002";}
.hi-icon-support:before {content: "\e000";}
.hi-icon-locked:before {content: "\e001";}
.hi-icon-cog:before {content: "\e003";}
.hi-icon-clock:before {content: "\e004";}
.hi-icon-videos:before {content: "\e005";}
.hi-icon-list:before {content: "\e006";}
.hi-icon-refresh:before {content: "\e007";}
.hi-icon-images:before {content: "\e008";}
.hi-icon-pencil:before {content: "\e00b";}
.hi-icon-link:before {content: "\e00c";}
.hi-icon-mail:before {content: "\e00d";}
.hi-icon-location:before {content: "\e00e";}
.hi-icon-archive:before {content: "\e00f";}
.hi-icon-chat:before {content: "\e010";}
.hi-icon-bookmark:before {content: "\e011";}
.hi-icon-user:before {content: "\e012";}
.hi-icon-contract:before {content: "\e013";}
.hi-icon-star:before {content: "\e014";}

/* ------------------- gallery picer --------------------- */
#gallery-picker {
  text-align: center;
  max-width: 1200px;
  overflow: hidden;
  min-width: 800px;
}

#gallery-picker .picker-image {
  float: left;
  border: 1px solid #a3a3a3;
  padding: 3px;
  margin: 2px;
  cursor: pointer;
  max-height: 127px;
  /*width: 110px;*/
  background-color: white;
  border-radius: 3px;
}

#gallery-picker .picker-image:hover {
  background-color: #ccccff;

}

#gallery-picker .picker-active {
  border: 2px solid #6664cd;
  padding: 2px;
  background-color: #ccccff;
}

#gallery-picker .picker-fileName {
  font-size: 8pt;
  clear: both;
  display: block;
}

a.image-picker {
  display: inline-block;
}

.editor-admin .editor-style ul.editor-picker-detailyUploadu {
  padding-left: 25px;
}
.editor-admin .editor-style ul.editor-picker-detailyUploadu li{
  font-size: 90%;
  color: #464646;

}












/* orderEditor */
.gallery-frame .orderEditor-container .orderEditor-item {
  overflow: hidden;
  display: inline-block;
  padding: 0;
}

.gallery-frame .orderEditor-container .orderEditor-item .orderEditor-dragZone {
  float: left;
  position: absolute;
}

.gallery-frame .orderEditor-container .orderEditor-hoveredOver {
    border-top: 0;
    border-left: 3px solid black;
}


.isEditorMode .gallery-frame {
  border: 1px dotted #CCC;
  padding: 5px;
}
.isEditorMode .gallery-frame:hover {
  border-color: #888;
}