
#tabs{
    /*font: 13px Arial;*/
    display:block;
    margin: 0;
    position: relative;
    box-shadow: none;
}

#tabs > div {
    border: 1px solid rgb( 229, 229, 229 );
    margin-top: -1px;
}

#tabs .help
{
    float: right;
    background: none;
    padding: 0;
    margin: 0;
}

#tabs .t a{
    position: relative;
    padding: 0;
    outline: 0;
    color: #fff;

}

#tabs .t a:hover{
    padding: 0;
    outline: 0;
    color: #000;
}


#tabs .t[aria-selected='true'] a{
    padding: 0;
    outline: 0;
    color: #000;
}



#tabs .tt{
    padding: 0;
    border: none;
    background: #fff;


}

#tabs .t{
    position: relative;
    opacity: 0.99;
    float: left;
    margin: 0 .5em 0 0;
    border:none;
    background: none;
    background-image: none;




    -webkit-transform-origin: center;

}

#tabs .t
{
    /*  border-top: #a9a9a9 solid 1px;
      border-left: #a9a9a9 solid 1px;
      border-right: none;   */
    position: relative;
    /*background: #ddd;*/
    background: #4480C3;
    /*   background-image: -webkit-gradient(linear, left top, left bottom, from(#85B2E2), to(#4480C3));
       background-image: -webkit-linear-gradient(top, #85B2E2, #4480C3);
       background-image: -moz-linear-gradient(top, #85B2E2, #4480C3);
       background-image: -ms-linear-gradient(top, #85B2E2, #4480C3);
       background-image: -o-linear-gradient(top, #85B2E2, #4480C3);
       background-image: linear-gradient(top, #85B2E2, #4480C3);     */
    padding: .1em 1.1em;
    float: left;
    text-decoration: none;
    color: #fff;
    /*text-shadow: 0 1px 0 rgba(255,255,255,.8);*/
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
    /* -moz-box-shadow: 2px 2px 2px rgba(0,0,0,.4);
     -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.4);
     box-shadow: 0 2px 2px rgba(0,0,0,.4);*/

    border-top: #a9a9a9 solid 1px;
    border-left: #a9a9a9 solid 1px;
    z-index: 1;

}


#tabs .t:hover,
#tabs .t:hover::after
    /*#tabs li:focus
    #tabs li:focus::after*/
{
    background: inherit;
    color: #000;
    /*padding-bottom: 0;*/

    border-top: #a9a9a9 solid 1px;
    z-index: 2;

    outline: 0;
}

/*
#tabs li:focus::after a
{
    background: #4480C3;
    color: #fff;
}*/

#tabs .t:hover > a
{
    /*background: #fff;*/
    color: #000;
}


#tabs .t::after{
    height: 100%;
    content:'';
    position:absolute;

    top: 0em;
    right: -0.8em;
    bottom: -0.4em;
    width: 1.5em;


    -webkit-transform-origin: center;
    -webkit-transform: skew(20deg) translateY(-1px);
    -moz-transform: skew(20deg) translateY(-1px);
    -ms-transform: skew(20deg) translateY(-1px);
    -o-transform: skew(20deg) translateY(-1px);
    transform: skew(18deg) translateY(-1px);


    /*background: #00ff05;*/
    background: inherit;
    /*        background-image: -webkit-gradient(linear, left top, left bottom, from(#85B2E2), to(#4480C3));
            background-image: -webkit-linear-gradient(top, #85B2E2, #4480C3);
            background-image: -moz-linear-gradient(top, #85B2E2, #4480C3);
            background-image: -ms-linear-gradient(top, #85B2E2, #4480C3);
            background-image: -o-linear-gradient(top, #85B2E2, #4480C3);
            background-image: linear-gradient(to bottom, #85B2E2,#4480C3); */
    /*-moz-box-shadow: 4px 4px 4px rgba(0,0,0,.4);
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,.4);
    box-shadow: 4px 4px 4px rgba(0,0,0,.4);*/

    -webkit-border-radius: 0 6px 0 0;
    -moz-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
    border-top: #a9a9a9 solid 1px;
    z-index: 1;

}

#tabs .t[aria-selected='true']{
    background: #fff;
    color: #000;
    z-index: 2;
    border-top: #a9a9a9 solid 1px;
    border-left: #a9a9a9 solid 1px;
}
#tabs .t[aria-selected='true']::after{
    /*background: #fff;*/
    z-index: 2;
    border-top: #a9a9a9 solid 1px;
}
.ui-tabs .ui-tabs-panel {
    padding: 10px;
}
