﻿.btn
{
    background-color: #dddddd;
    border: 1px #ddcccc solid;
    border-bottom: none;
    color: #aaaaaa;
    cursor: pointer;
    /*height: 30px;*/
    text-align: center;
    float: left;
    /*border-top-right-radius: 4px;
    border-top-left-radius: 4px;*/
    padding: 4px;
    vertical-align: bottom;
    -webkit-appearance: none;
}

    .btn:hover
    {
        text-decoration: underline;
    }

.btn-group [class*="active"]
{
    color: #000000;
    margin-top: -4px;
    height: 35px;
}

.btn.active
{
    color: black;
    background: -moz-linear-gradient(#ffffff, #f4f1f6);
    background: -webkit-linear-gradient(#ffffff, #f4f1f6);
    background: -o-linear-gradient(#ffffff, #f4f1f6);
    background: -ms-linear-gradient(#ffffff, #f4f1f6);
    background: linear-gradient(#ffffff, #f4f1f6);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#f4f1f6'); /*IE*/
    background-image: linear-gradient(to bottom, #ffffff, #f4f1f6);
    background-repeat: repeat-x;
    padding: 0px 10px;
    float: left;
    border: 1px solid #dcbded;
    border-bottom: none!important;
    margin-bottom: -1px!important;
    height: 35px !important;
    -webkit-appearance: none;
    position: relative; 
}

.btn-group h2 input.btn.active
{
    color: #000000;
}

.btn-group1
{
    display: inline-block;
    *display: block;
    font-size: 0;
    vertical-align: middle;
    white-space: nowrap;
    margin-left: 15px;
    margin-right: 5px;
    margin-top: 3px;
    padding: 0 2px;
    width: 70%;
}

.btn-group
{
    display: inline-block;
    *display: block;
    font-size: 0;
    vertical-align: middle;
    margin-left: 8px;
    width: 100%;
    -webkit-appearance: none;
}


.latestnewsbutton, #newsarchivedoclink
{
    padding: 0;
    background-color: transparent;
}

.floatright
{
    padding-top: 3px;
    float: right;
}

.btn-readmore
{
   /*---- #af97bd, #652d89----*/
    background-color: #937f9f;
    filter: none !important;
    -webkit-box-shadow: inset 0 -16px 35px #652d87, 0 1px 0 #652d87, inset 0 1px 0 #af97bd;
    -moz-box-shadow: inset 0 -16px 35px #652d87, 0 1px 0 #652d87, inset 0 1px 0 #af97bd;
    box-shadow: inset 0 -16px 35px #652d87, 0 1px 0 #652d87, inset 0 1px 0 #af97bd;
    font-weight: bold;
    height: 20px;
    border: solid 2px #af97bd;
    border-radius: 4px;
    vertical-align: middle;
    margin-left: 40px!important;
    margin-top: 50px!important;
    width: 190px;
    text-align: center;
    padding: 10px 22px 7px 0;
    
    font-size: 15px;

}

    .btn-readmore a
    {
        background-image: url(/PTS/Images/Menu/Elements/important-pil-lila.png)!important;
        background-position: right;
        background-repeat: no-repeat;
        filter: none !important;
        text-decoration: none;
        text-align: center;
        padding: 4px 20px 5px;
        font-weight: bold;
        color: #ffffff;
    }

        .btn-readmore a:hover
        {
            text-decoration: underline;
            color: white;
        }

.btn-importantpufflink
{
    background-color: #9e89ab;
     -webkit-box-shadow: inset 0 -16px 35px #652d89, 0 1px 0 #652d89, inset 0 1px 0 #af97bd;
    -moz-box-shadow: inset 0 -16px 35px #652d89, 0 1px 0 #652d89, inset 0 1px 0 #af97bd;
    box-shadow: inset 0 -16px 35px #652d89, 0 1px 0 #652d89, inset 0 1px 0 #af97bd;
    color: #ffffff;
    border-radius: 4px;
    height: 22px;
    border: solid 2px #af97bd;
    width: 160px;
    vertical-align: middle;
    padding: 7px 25px 0px 15px;
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
}
.btn-importantpufflink span {
    text-align: center!important;
    background-position: right center;
}
    .btn-importantpufflink a
    {
        background-image: url(/PTS/Images/Menu/Elements/important-pil-lila.png);
        background-position: right;
        background-repeat: no-repeat;
        filter: none !important;
        padding-right: 25px;
        text-decoration: none;
    }
     .btn-importantpufflink a:hover {
         color: white;
         text-decoration: underline;
     }

.btn-latestnews, .btn-latestdocs
{
    width: 135px;
    padding: 2px 3px 2px 3px;
    margin: 16px 0px 5px 15px;
}

    .btn-latestnews select
    {
        height: 28px;
        width: 140%;
        margin-top: 4px;
        font-size: 14px;
        vertical-align: middle;
    }

        .btn-latestnews select option
        {
            background-color: #ffffff;
            color: black;
            line-height: 40px;
            text-align: left;
        }

@media only screen and (min-width: 768px)
{
}

@media only screen and (max-width: 767px)
{
    .btn-latestnews select
    {
        width: 85%;
    }

    .btn-latestnews, .btn-latestdocs
    {
        text-align: left;
        color: #ffffff;
        height: 25px;
        width: 85%;
    }
}

@media only screen and (max-width: 797px)
{
    .filter
    {
        border-left: none;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        width: 20px !important;
    }
}
