/**

	iota.css

	© 2015– Chuan Khoo

	IoTa modifications to Node-RED's style.min.css

	Nov 2019: Updated to node-RED v1.0.x DOM/CSS model

**/

#red-ui-header {
    height: 58px;
    font-size: 14px;
    vertical-align: bottom
}

#red-ui-header span.red-ui-header-logo {
    margin-top: 10px;
    margin-left: 6px;
    color: #888
}

#red-ui-header span.red-ui-header-logo span {
    vertical-align: top;
    font-size: 10px !important
}

#red-ui-header span.red-ui-header-logo img {
    height: 25px
}

#red-ui-header .red-ui-header-toolbar {
    margin-top: 9px;
    float: right
}

.red-ui-header-toolbar>li {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative
}

.red-ui-palette-header {
	font-size: 12px;
	padding: 5px;
	padding-left: 25px
}

.palette-header > i {
	left: 10px;
	top: 9px
}

#node-dialog-login {
	background: #eaeaea
}

.red-ui-searchBox-container {
    background: #fff
}

.red-ui-tabs ul li a.red-ui-tab-label {
	font-size: 12px
}

#red-ui-main-container {
    top: 58px
}

