﻿.accordionContainer .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f056";
    padding-right: 5px;
}

.accordionContainer .panel-title > a.collapsed:before {
    float: right !important;
    content: "\f055";
}

.accordionContainer h2 {
    color: #ff9800;
}

.accordionContainer a {
    text-decoration: none;
    display: block;
}

.accordionContainer .panel-default > .panel-heading {
    color: #fff;
}

.border-radius {
    border-radius:10px;
}




.accordion_head {
    color: white;
    cursor: pointer;
    font-family: arial;
    font-size: 14px;
    margin: 0 0 1px 0;
    padding: 7px 11px;
    font-weight: bold;
}

.accordion_body p {
    padding: 18px 5px;
    margin: 0px;
}

.plusminus {
    float: right;
}

.align-right {
    text-align:right;
}

.linkTitle {
    display:inline;
}

/*table css attributes*/
.main-table-header {
    border: solid 1px black;
    background-color: black;
    color: white;
    text-align: center;
}

.gray-table-header {
    border: solid 1px black;
    text-align: center;
    background-color: gray;
    color: white;
}

.lightblue-table-header {
    border: solid 1px black;
    text-align: center;
    background-color: lightblue;
    color: white;
}

.coral-table-header {
    border: solid 1px black;
    text-align: center;
    background-color: coral;
    color: white;
}

.table-data-center {
    border: solid 1px black;
    text-align: center;
}

.table-data {
    border: solid 1px black;
    padding-left: 1%;
}

.w-100p {
    width:100px;
}