﻿.akordeon
{
    width: 100%;
   /* border: solid 1px black;*/
  
   
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(PIE.htc);
}
.akordeon-item
{
    position: relative;
}
.akordeon-item .akordeon-item-head
{
    height: 44px;
    background: #f6f6f6; /* Old browsers */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6f6f6), to(#ccc));
    background-image: -moz-linear-gradient(#f6f6f6, #ccc);
    background-image: -webkit-linear-gradient(#f6f6f6, #ccc);
    background-image: -o-linear-gradient(#f6f6f6, #ccc);
    background: -ms-linear-gradient(#f6f6f6, #ccc);
    background: linear-gradient(#f6f6f6, #ccc);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ccc',GradientType=0 ); /* IE6-9 */ /*position:relative;*/
    padding-top: 14px;
}
.akordeon-item .akordeon-item-body
{
    background: #424242; /* Old browsers */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#424242), to(#303030));
    background-image: -moz-linear-gradient(#424242, #303030);
    background-image: -webkit-linear-gradient(#424242, #303030);
    background-image: -o-linear-gradient(#424242, #303030);
    background: -ms-linear-gradient(#424242, #303030);
    background: linear-gradient(#424242, #303030);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#303030',GradientType=0 ); /* IE6-9 */ /* min-height: 100px;     padding: 10px;*/
    border-bottom: none;
    overflow: hidden;
}
/*#0090d5
#00a9ec
* 
* #f6f6f6*/
.akordeon-icon
{
    width: 34px;
    height: 30px;
    background: #008dd4; /* Old browsers */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008dd4), to(#00a9ec));
    background-image: -moz-linear-gradient(#008dd4, #00a9ec);
    background-image: -webkit-linear-gradient(#008dd4, #00a9ec);
    background-image: -o-linear-gradient(#008dd4, #00a9ec);
    background: -ms-linear-gradient(#008dd4, #00a9ec);
    background: linear-gradient(#008dd4, #00a9ec);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008dd4', endColorstr='#95e21a',GradientType=0 ); /* IE6-9 */
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; /* position: absolute;     left: -8px;       top:14px;*/
    padding: 0;
    margin: 0;
    float: left;
    cursor: pointer;
    behavior: url(PIE.htc);
}
.akordeon-heading
{
    float: left;
    padding-left: 10px;
    padding-top: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #008dd4;
}
.akordeon-icon span
{
	color: #f6f6f6!important;
    font-size: 36px!important;
    position: absolute;
    left: 6px;
    top: 5px!important;
    font-weight: bold;
    text-align: center;
    padding: 0!important;
}
.akordeon-item.expanded .akordeon-icon span
{
    top: 3px!important;
}
.akordeon-item-head-container
{
    width: 100%;
    position: absolute;
    left: -8px;
    cursor: pointer;
}

.akordeon-item.expanded .akordeon-item-body
{
   /* border-top: solid 1px #5c5c5c;*/
}
.akordeon-item.collapsed
{
}

.akordeon-item.expanded .akordeon-heading
{
    color: #008dd4;
}

.akordeon-item.expanded .akordeon-item-head
{
border-bottom: solid 1px #008dd4;
    background: #f6f6f6 !important; /* Old browsers */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6f6f6), to(#ccc)) !important;
    background-image: -moz-linear-gradient(#f6f6f6, #ccc) !important;
    background-image: -webkit-linear-gradient(#f6f6f6, #ccc) !important;
    background-image: -o-linear-gradient(#f6f6f6, #ccc) !important;
    background: -ms-linear-gradient(#f6f6f6, #ccc) !important;
    background: linear-gradient(#f6f6f6, #ccc) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ccc',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
{
	background:#f6f6f6;
    padding: 20px;
    min-height: auto;
    height: auto;
    overflow:auto;
}
.akordeon-border-bottom
{
  /*  border-bottom: solid 1px black;*/
}
.akordeon-border-top
{
  /*  border-top: solid 1px black;*/
}
.akordeon-item.expanded .akordeon-item-body.akordeon-border-bottom
{
  /*  border-bottom: solid 1px black !important;*/
}
.akordeon-item.akordeon-item-first .akordeon-item-head
{
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    behavior: url(PIE.htc);
}

.akordeon-item.akordeon-item-last.collapsed .akordeon-item-head
{
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom: none;
    behavior: url(PIE.htc);
}
.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 1px #008dd4;
    behavior: url(PIE.htc);
}
.akordeon-item.akordeon-item-last.expanded .akordeon-item-body
{
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    behavior: url(PIE.htc);
}
