
.loader-icon {
    width: 25px;
    height: 25px;
    background-color: #80e458;
    color: white;
    padding: 4px;
    vertical-align: middle;
    border-radius: 3px;
}

.loader-icon svg path {
    fill: white;
}

.dev-widget-container {
    position: fixed;
    bottom: 0px;
    right: 30px;
    z-index:100;
    line-height: normal;
    font-size:15px;
}


.dev-widget {
    background: white;
    color: black;
    font-family: 'Sans serif';
    float:left;
    font-family: 'Nunito', sans-serif;
}

.dev-widget .dwCloseButton {
    width: 16px;
    height: 16px;
    float:right;
}

.dev-widget .uuid {
    font-size: 120%;
    font-weight: 700;
}

.dev-widget .currentlyLookingAt {
    color: #777;
    border-bottom: 1px solid #dddfe2;
    margin-bottom: 4px;
}

.dev-widget .section {
    border: 3px solid #1a941a;
    padding: 0px;
    max-height: 0px;
    overflow-y: scroll;
    transition-property: max-height;
    transition-duration: 300ms;
}

.dev-widget .section.expanded {
    padding: 8px;
    max-height: 300px;
}

.dev-widget .sectionButton {
    background: #1a941a;
    color:white;
    font-size: 120%;
    border: 3px solid #1a941a;
    padding: 3px;
}

.dev-widget .sectionButton:hover {
    background: #50b350;
}

.dev-widget .item {
    font-size:90%;
    border-bottom: 1px solid #dddfe2;
    padding: 5px;
}

.dev-widget .label{
    color: #666;
    padding-right:10px;
}

.dev-widget .projectName {
    font-size:150%;
}

.dev-widget .labelledValue {
    font-weight: 700;
}

.dev-widget .labelledValue {
    font-weight: 700;
}

.dev-widget .branchName {
    font:110%;
    font-size: 120%;
}

.dev-widget .item:hover {
    background: #eee;
}

.dev-widget .pinnedWarningArea {
    margin-top: 6px;
    margin-bottom: 6px;
}

.dev-widget .pinnedWarning {
    color: white;
    background: #ff0000;
    padding: 2px;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
}

.dev-widget .clearPin {
    border: 1px solid grey;
    border-radius: 5px;
    float:right;
    padding: 3px;
}

.dev-widget .clearPin:hover {
    background: #eee;
}

.dev-widget .flagItem .switch {
    float: right;
}

.dev-widget .flagItem .switch:hover {
    background: #eee;
}

.dev-widget .flagItem .switch.on {
    border: 1px solid grey;
    border-radius: 5px;
    padding-left: 6px;
    padding-right: 6px;
    color: white;
    background-color: #1a941a;
}
.dev-widget .flagItem .switch.off {
}


/*# sourceMappingURL=global-2018.css.map*/