/*panel-group Accordion*/
.panel-group.oscitas-bootstrap-container{
    text-align: left;

}
.panel-group.oscitas-bootstrap-container .panel.oscitas-bootstrap-container{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.panel-group.oscitas-bootstrap-container .panel-heading.oscitas-bootstrap-container{
    padding: 0;
    background: none;
    border: medium none;
}
.panel-group.oscitas-bootstrap-container .panel-title{
    margin: 0;
    background: none;
    border: medium none;
    padding:0;
    height: 35px;
    line-height: 35px;

}
.panel-group.oscitas-bootstrap-container .panel-heading.oscitas-bootstrap-container a{
    color: #444;
    font-size: 16px;
    outline: none;
    text-decoration: none;
}
.panel-group.oscitas-bootstrap-container .panel-heading.oscitas-bootstrap-container a:after,
.panel-group.oscitas-bootstrap-container .panel-heading.oscitas-bootstrap-container a:link,
.panel-group.oscitas-bootstrap-container .panel-heading.oscitas-bootstrap-container a:hover
{
    text-decoration: none;

}
.panel-group.oscitas-bootstrap-container .panel-heading.oscitas-bootstrap-container a i{
    background: #444;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 11px;
    height: 36px;
    line-height: 36px;
    margin: -1px 10px 0 0;
    padding: 0;
    text-align: center;
    width: 35px;
}
.panel-group.oscitas-bootstrap-container .panel-heading.oscitas-bootstrap-container a i.oup-openclose-icon{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #444;
    float: right;
    margin: 0;
    padding:12px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: auto;
    font-size: 14px;
}
.panel-body.oscitas-bootstrap-container{
    font-size: 14px;
    color: #959595;
}

.panel-group.oscitas-bootstrap-container .panel-title.oscitas-bootstrap-container a .oup-openclose-icon {
    margin-top: -6px;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    font-size: 10px;
}
.panel-group.oscitas-bootstrap-container .panel-title.oscitas-bootstrap-container a.collapsed .oup-openclose-icon {
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    right:15px;
}

.panel-group.oscitas-bootstrap-container .panel-title.oscitas-bootstrap-container a{
    width: 100%;
    position: relative;
    display: block;
}

/*table css*/

.table.oscitas-bootstrap-container thead tr th,
.table.oscitas-bootstrap-container thead tr td,
.table.oscitas-bootstrap-container tbody tr th,
.table.oscitas-bootstrap-container tbody tr td,
.table.oscitas-bootstrap-container tfoot tr th,
.table.oscitas-bootstrap-container tfoot tr td{
    padding: 18px;
    line-height: 18px;
    text-align: left;
}

.table.oscitas-bootstrap-container thead tr th,
.table.oscitas-bootstrap-container thead tr td{
    font-weight: normal;
    text-transform: capitalize;
    font-size: 14px;
}
.table.oscitas-bootstrap-container tbody tr th,
.table.oscitas-bootstrap-container thead tr td,
.table.oscitas-bootstrap-container tfoot tr th,
.table.oscitas-bootstrap-container tfoot tr th{
    font-size: 13px;
}