﻿.templated.panel-heading
{
    padding: 0px;
}

.templated.panel-default > .panel-heading
{
    background-color: transparent;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 1px solid #e6e6e6;
}

.templated.panel-heading .panel-title a
{
    font-weight: normal;
    font-size: 14px;
    color: #FFF;
    display: block;
    padding: 10px 20px;
    line-height: 22px;
    position: relative;
    background-color: #20a3f0;
    margin: -1px;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
    text-decoration: none;
}

    .templated.panel-heading .panel-title a:hover,
    .templated.panel-heading .panel-title a:focus,
    .templated.panel-heading .panel-title a.collapsed:hover
    {
        color: #FFF;
        background-color: #20a3f0;
        text-decoration: none;
    }

    .templated.panel-heading .panel-title a.collapsed
    {
        color: #585857;
        background-color: transparent;
        text-decoration: none;
    }

.templated.panel-heading .arrow
{
    position: absolute;
    top: 50%;
    right: 7px;
    border: 5px solid transparent;
    border-left-color: #FFF;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform-origin: 2px center;
    -webkit-transform-origin: 2px center;
    margin-top: -6px;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}

.templated.panel-heading .panel-title a.collapsed .arrow
{
    border-left-color: #20a3f0;
}

.templated.panel-heading .panel-title a.collapsed:hover .arrow
{
    border-left-color: #FFF;
}

.templated.panel-heading .collapsed .arrow
{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.templated.panel-title > a::after
{
    position: absolute;
    top: 50%;
    right: 7px;
    border: 5px solid transparent;
    border-left-color: #FFF;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform-origin: 2px center;
    -webkit-transform-origin: 2px center;
    margin-top: -6px;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
    content: '';
}

.templated.panel-title > a.collapsed::after
{
    border-left-color: #20a3f0;
}

.templated.panel-title > a.collapsed:hover::after
{
    border-left-color: #FFF;
}

.templated.panel-title > a.collapsed::after
{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.templated.panel-title > a:hover::after
{
    border-left-color: #fff;
}

.templated ol
{
    padding-left: 40px;
}
