body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

footer {
    margin: 50px 0;
}

.panel-heading {
    padding: 0px;
    padding-left: 10px;
    padding-top: 3px;
    border-bottom: 0px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.panel-primary {
    border-color: #337ab700;
}
.stroked-square-icon{
    border: 0px solid #FFC90E;
}
.square-icon{
    background-color:#ffffff;
    height: 20px;
    width: 20px;
    display: inline-flex;
    margin-right: 10px;
}
.table > tbody > tr > td {
    border-top: 0px solid #ddd;
    border-bottom: 0px solid #ddd;
}
.table > thead > tr > th, .table > tbody > tr > th {
    border-bottom: 0px solid #ddd;
    border-top: 0px solid #ddd;
}
.icon-th{
    width: 150px;
    text-align:right;
    vertical-align: middle !important;
    line-height: 75px !important;
}
.link-class-a{
    font-size:14pt;
    font-weight: bold;
    vertical-align: middle;
    line-height: 75px;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
    box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
}
.count{
    color: #23527c;
    height: 0px;
    position: relative;
    top: 4px;
    left: 4.5px;
    font-size: 16pt;
}