body{
    margin-top: 60px;
}

.form-control{
    width: 100% !important;
    box-sizing: border-box;
}

.customTable{
    width: 100%;
}

.customFormLabel{
    /* font-weight: bold; */
}

#page {
    min-height: 600px;
}

.package {
    margin-left: 10px;
    padding: 3px;
    border-radius: 2px;
    margin-top: 2px;
}

.header {
    cursor: pointer;
}

.name {
    color: gray;
}

.array {
    background-color: #FFD8BB;
    border: thin solid #FFB780;
}

.object {
    background-color: #E7F1FE;
    border: thin solid #7DA2CE;
}

.string {
    color: red;
}

.number {
    color: blue;
}

.function {
    color: green;
}

.open .children {
    display: block;
}

.closed .children {
    display: none;
}

.arrow {
    background-image: url("../img/d.png");
    background-repeat: no-repeat;
    background-color: transparent;
    height: 15px;
    width: 15px;
    display: inline-block;
}

.open .arrow {
    background-position: 0 0;
    transform: rotate(180deg);
}

.closed .arrow {
    background-position: 0 0;
    transform: rotate(0deg);
}

.type {
    color: gray;
    font-size: 8pt;
    float: right;
}

.hide {
    display: none;
}

#main {
    width: 100%;
    height: 500px;
    overflow-y: scroll;
}

#loadingContainer{
    position: absolute;
    z-index: 10000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3);
}

#loading {
    position: absolute;
    z-index: 10001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #424242;
    font-size: 36px;
}

.success_text {
    color: #4caf50
}

#total_requests_responses {
    color: grey;
    font-size: 9pt;
}

.fixed_pos {
    /* position: fixed; */
    height: 100%;
}

.content_ {
    /* margin-top: -25px; */
}

#Pagination {
    margin-bottom: 0;
    margin-top: 10px;
}

#Pagination2 {
    margin-top: 0;
    margin-bottom: 10px;
}

.pagination{
    font-size: 100%;
}

#btnfilter {
    margin-left: 10px;
    margin-bottom: 2px;
}

.fit{
    width:1%;
    white-space:nowrap;
}

h4{
    font-size: 18px;
}
.systemStatusContainer{
    border-radius: 5px;
    padding: 0 10px 10px 10px;
    color: #333;
    font-size: 12px !important;
}

.systemStatusHeader{
    color: #424242;
    text-shadow: none;
    text-align: center;
}

.customTableNoHover{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 0;
}

.customTableData{
    padding: 8px;
    border: 1px solid #DDDDDD;
}

.customTableHeading
{
    padding: 8px;
    color: #212121;
    border-bottom: 2px solid #BDBDBD;
    font-weight: bold;
}

.customTableHeadingDark
{
    background: linear-gradient(#424242, #212121);
    color: #FFFFFF;
    padding: 7px 5px;
    border: 1px solid #212121;
    font-weight: bold;
    text-shadow: 0 1px 1px #000000;
}

.customTableSubHeading
{
    background: #F5F5F5;
    color: #212121;
    padding: 8px;
    border: 1px solid #DDDDDD;
    font-weight: bold;
    text-shadow: 0 1px 1px #FFFFFF;
}

.center{
    text-align: center;
}

.italic{
    font-style: italic;
}

.right{
    text-align: right;
}

.bold{
    font-weight: bold;
}

.inputText{
    height: auto !important;
    padding: 4px 6px !important;
}

.mb-0{
    margin-bottom: 0 !important;
}

.fit{
    width:1%;
    white-space:nowrap;
}