﻿.akordeon{
    width:810px;
    color: black;
    font-size: 15px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.akordeon-item
{
    position: relative;
}
.akordeon-item .akordeon-item-head
{
    height: 30px;
    background: #eee; /* Old browsers
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#ccc));
    background-image: -moz-linear-gradient(#ccc, #ccc);
    background-image: -webkit-linear-gradient(#ccc, #ccc);
    background-image: -o-linear-gradient(#ccc, #ccc);
    background: -ms-linear-gradient(#ccc, #ccc);
    background: linear-gradient(#ccc, #ccc);*/
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#ccc',GradientType=0 ); IE6-9 */
    /*position:relative;*/
    margin-top: 14px;
}
.akordeon-item .akordeon-item-body
{
    background: #fff; /* Old browsers
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#fff));
    background-image: -moz-linear-gradient(#fff, #fff);
    background-image: -webkit-linear-gradient(#fff, #fff);
    background-image: -o-linear-gradient(#fff, #fff);
    background: -ms-linear-gradient(#fff, #fff);
    background: linear-gradient(#fff, #fff);*/
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=0 );  IE6-9 */
    /* min-height: 100px;     padding: 10px;*/
    border-bottom: none;
    overflow: hidden;
}

.akordeon-heading
{
    float: left;
    padding-left: 0px;
    padding-top: 8px;
    font-weight: bold;
}
.akordeon-icon{float: left; width: 20px;}
.akordeon-icon span
{
    color: #000;
    font-size: 16px;
    line-height: 30px;
    float: left;
    font-weight: bold;
    text-align: center;
}
.akordeon-item.expanded .akordeon-icon span
{

}
.akordeon-item-head-container
{
    width: 100%;
    position: absolute;
    left: 6px;
    cursor: pointer;  font-weight: bold;
}

.akordeon-item.expanded .akordeon-item-body
{
    border-top: solid 0px #5c5c5c;
}
.akordeon-item.collapsed
{
}

.akordeon-item.expanded .akordeon-heading
{
    color: #000;
}

.akordeon-item.expanded .akordeon-item-head
{
    background: #eee;
    background: #eee !important; /* Old browsers
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff0000), to(#ffffff)) !important;
    background-image: -moz-linear-gradient(#ff0000, #ffffff) !important;
    background-image: -webkit-linear-gradient(#ff0000, #ffffff) !important;
    background-image: -o-linear-gradient(#ff0000, #ffffff) !important;
    background: -ms-linear-gradient(#ff0000, #ffffff) !important;
    background: linear-gradient(#ff0000, #ffffff) !important;*/
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#fff',GradientType=0 ) !important; IE6-9 */
    /* -webkit-box-shadow: 0px 10px 0px rgba(92, 92, 92, 0.75);
    -moz-box-shadow: 0px 10px 0px rgba(92, 92, 92, 0.75);
    box-shadow: 0px 10px 0px rgba(92, 92, 92, 0.75);*/
}
.akordeon-item-content
{
    padding: 15px;
    padding-left:26px;
    overflow:auto;
    border-bottom:0px solid #666;
}
.akordeon-border-bottom
{
    border-bottom: solid 0px black;
}
.akordeon-border-top
{
    border-top: solid 1px black;
}
.akordeon-item.expanded .akordeon-item-body.akordeon-border-bottom
{
    border-bottom: solid 0px black !important;
}
.akordeon-item.akordeon-item-first .akordeon-item-head
{
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.akordeon-item.akordeon-item-last.collapsed .akordeon-item-head
{
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: none;
}
.akordeon-item.akordeon-item-last.expanded .akordeon-item-head
{
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: solid 0px black;
}
.akordeon-item.akordeon-item-last.expanded .akordeon-item-body
{
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
