﻿.lil-gui.root > .children > .lil-gui > .title {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    height: 35px;
    color:black;
}

.lil-gui.root > .title {
    background-color: #2b498a;
}

.lil-gui .controller .name {
    font-size: 14px;
    color:black;
}

.lil-gui .controller .name {
    padding-left: 10px;
    width: 140px;
}

.lil-gui .controller.option .display {
    background-color: #2b498a;
    width: 100%;
}

    .lil-gui .controller.option .display:hover {
        background-color: #2b498a;
        width: 100%;
    }

.lil-gui input {
    background-color: #2b498a;
}

.lil-gui button {
    background-color: #2b498a;
}

.lil-gui .controller.number .slider {
    background-color: #f4f8ff;
}

.lil-gui .controller .widget {
}

.lil-gui button:hover {
    background-color: #cfdaf1;
}

.lil-gui .controller.option .widget, .lil-gui .controller.option select {
    font-size: 13px;
    height: 15px;
}

.lil-gui .controller.option select {
    background-color: #b4b2f8aa;
    color: black;
}

.lil-gui .controller.option hover {
    color: #2b498a;
}

.lil-gui.root {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    

}

.lil-gui {
    background-color: #dedede;
}

    .lil-gui button {
        background-color: transparent;
        color:black !important;        
        height: 40px;
        border:none;
        text-align: left;
        padding-left:25px;
        width: 100%;
    }


    .lil-gui .controller button .name {
        width: 100%;
    }


.lil-gui .lil-gui .lil-gui>.title
{
  font-size:15px;
  padding-left:5px;
  color:#001e50;
  font-weight:normal;  
}

    .lil-gui .lil-gui .lil-gui > .title:hover {
        font-size: 15px;
        padding-left: 5px;
        color: #001e50;
        font-weight: normal;
        background-color: #cfdaf1;
    }
.lil-gui .controller.string input
{
    font-size:15px;
}

.lil-gui .controller.number.hasSlider input
{
	background-color: #ffffff;
}


.lil-gui .controller.color input[type=text]
{
	background-color: #ffffff;
    color:gray;
}

.lil-first-level {
    white-space:nowrap;
    background-color: #cb9a44;
    color: white !important;
    height: 60px !important;
    line-height: 60px !important;
    padding-left:20px !important;
}

    .lil-first-level:hover {
        white-space: nowrap;
        color: white !important;
        background-color: #e9af4a !important;
        height: 60px !important;
        line-height: 60px !important;
        padding-left: 20px !important;
    }

    .lil-first-level img {
        padding-right: 10px;
    }

.lil-second-level {
    white-space: nowrap;
    background-color: #001e50;
    color: white !important;
    height: 50px !important;
    line-height: 50px !important;
    padding-left: 20px !important;
}

    .lil-second-level:hover {
        white-space: nowrap;
        background-color: #043a95 !important;
        color: white !important;
        height: 50px !important;
        line-height: 50px !important;
        padding-left: 20px !important;
    }

.lil-third-level {
    white-space: nowrap;
    background-color: #a1bce8;
    color: black !important;
    height: 50px !important;
    line-height: 50px !important;
    padding-left: 30px !important;
}

    .lil-third-level:hover {
        white-space: nowrap;
        background-color: #a1bce8 !important;
        color: black !important;
        height: 50px !important;
        line-height: 50px !important;
        padding-left: 30px !important;
    }

.lil-gui.root > .children
{
    overflow-y:hidden;
}

.lil-single-level {
    background-color: #001e50;
    color: white !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.report-button
{
    height:40px;
}

.report-button button{
    padding-left: 10px;
}

.save-reset-button{
    height:30px;
    float:left;
}
    .save-reset-button button {
        padding-left: 10px;
    }


.lil-gui input[type=checkbox]:checked::before
{
  color:black;
}