
.badge-type {
    color: #fff;
    border-radius: 16px;
    padding: 4px 10px;
}

.badge-term {
    background-color: #dc0000;
}
.badge-claim {
    background-color: #ffc000;
}
.badge-conv {
    background-color: #5b9bd5;
}
.badge-susp {
    background-color: #fb6103;
}
.badge-reneg {
    background-color: #7f7f7f;
}
.badge-gain {
    background-color: #00b050;
}

.bullet {
    display: inline-block;
    border-radius: 6px;
    padding: 6px;
    height: 6px;
}


/* Tabs */
#fw_tabgroup {
    padding: 0;
}
#fw_tabgroup.panel.panel-default {
    border-color: #eee;
}
#fw_tabgroup>div.panel-heading {
    background-color: #eee !important;
    /* color: #fff !important; */
    font-size: 1.2em;
    /* padding-top: 0px;
    padding-bottom: 0px; */
    margin: 0;
    padding: 0;
    border-radius: 0px;
    border: none !important;
}
#fw_tabgroup>div.panel-heading>ul.ui-tabs-nav {
    margin: 0 !important;
    padding: 0 !important;
}
#fw_tabgroup>div.panel-heading>ul.ui-widget-header {
    border: 1px solid #eee;
    background: #eee;
    /* color: #ffffff; */
    /* font-weight: bold; */
}
.ui-tabs .ui-tabs-nav li {
    /* list-style: none;
    float: left;
    position: relative;
    top: 0; */
    margin: 0px .2em 0 0;
    /* border-bottom-width: 0;
    padding: 0;
    white-space: nowrap; */
}
#fw_tabgroup .ui-state-default {
    border: none !important;
    width: 300px;
}
#fw_tabgroup .ui-state-default a {
    border: none !important;
    width: 300px;
}
#fw_tabgroup .ui-state-default a:not(.ui-tabs-active a) {
    color: #777 !important;
	background-color: #ccc !important;
}
#fw_tabgroup .ui-state-default a:not(.ui-tabs-active a):hover {
    color: #777 !important;
	background-color: #ddd !important;
}
#fw_tabgroup .ui-tabs-active a {
    color: #fff !important;
	background-color: #dc0000 !important;
}
#fw_tabgroup .ui-state-default span {
    color: #777 !important;
	background-color: #ccc !important;
    display: inline-block;
    width: 300px;
    height: 32px;
    padding-left: 15px;
    padding-top: 7px;
}


/* Gijgo */
/* div[data-role=wrapper] {
    border: 1px solid #eee;
    margin-top: -1px;
} */
ul.gj-list-bootstrap li [data-role=expander].gj-tree-material-icons-expander {
    padding-top: 0px;
    padding-bottom: 0px;
}
ul.gj-list-bootstrap li [data-role=display] {
    padding: 0px 0px 0px 4px;
}
ul.gj-list-bootstrap li [data-role=wrapper] {
    padding: 0px;
}


/* TreeGrid jQuery */
table.tree {
    width: 100%;
}
/* table.tree td {
    border: 1px solid black;
} */
.treegrid-expander {
    width: 20px;
    height: 12px;
}


ul.tree {
    margin-left: 14px;
}
ul.tree ul {
    padding-left: 40px;
}
ul.tree li {
    list-style-type: none;
    position: relative;
}
ul.tree li ul {
    display: none;
}
ul.tree li.open>ul {
    display: block;
}
ul.tree li a {
    /* color: black; */
    text-decoration: none;
}
ul.tree li a:before {
    /* height: 1em;
    padding: 0.1em;
    font-size: 0.8em;
    display: block;
    position: absolute;
    left: -1.3em;
    top: 0.2em; */

    padding: 0em;
    font-size: 1.6em;
    position: absolute;
    left: -0.8em;
    top: -0.35em;
}
ul.tree li>a:not(:last-child):before {
    content: '+';
    /* content: '\f067'; */
}
ul.tree li.open>a:not(:last-child):before {
    content: '-';
    /* content: '\f068'; */
}


/* Dropzone */
.dropzone {
    border: 1px dashed #aaaaaa;
    min-height: inherit;
    padding: 0px;
}
.dropzone .dz-message {
    margin: 1em 0;
}
.doc_status {
    cursor: pointer;
    height: 14px;
}
