/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/

/* ==========================================================================
   IE8 styles
   ========================================================================== */

.jm-title-wrap:after,
.jm-title-wrap:before,
ul.menu > li > a:after,
ul.menu > li > a:before{
    display: none;
}

/** editor **/
  
.ch-item.ch-first .ch-info,
.ch-item.ch-second .ch-info .ch-info-back,
.ch-item.ch-third .ch-info .ch-info-back {
  display: none;
}

.ch-item.ch-second:hover .ch-info .ch-info-front,
.ch-item.ch-third:hover .ch-info .ch-info-front {
  display: none;
}

.ch-item.ch-first:hover .ch-info,
.ch-item.ch-second:hover .ch-info .ch-info-back,
.ch-item.ch-third:hover .ch-info .ch-info-back {
  display: block;
}


/********** moje triedy tabulky **********/

/*li:nth-child(2)*/
li:first-child + li {}/*Works for IE8*/

.highlight {
  background: #fbf8e9;
  transition: all 0.1s ease-in-out;     
}

.zebra tbody tr:nth-child(even) {
    background: #f5f5f5;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
}

.bordered tr:hover {
  background: #fbf8e9;
  transition: all 0.1s ease-in-out;     
}

table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
}

th:first-child {
    border-radius: 6px 0 0 0;
}

th:last-child {
    border-radius: 0 6px 0 0;
}

th:only-child{
    border-radius: 6px 6px 0 0;
}
