#error {
    color: red;
}

#success {
    color: green;
}

#header {
    margin-top: 20px;
    margin-bottom: 20px;
}

#header h2 {
    text-align:center;
}

#start,
#stop,
#login_button {
    width: 100%;
}
#layouts-container{
    margin-left: 0px;
}
button.btn-ico {
    height: 22px;
    width: 22px;
    padding: 0px;
    font-size: 10px;
}
#start-loader{
    background-image: url('../_images/spinning.gif');
    width: 20px;
    float: right;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    height: 20px;
}
.result-row {
    background-color: #ddd;
    padding: 5px;
}

.result-row-alt {
    background-color: #fff;
    padding: 5px;
}

#results, #edit {
    margin-bottom: 40px;
}

#edit .control-group {
    margin-bottom: 0px;
}

#logout {
    margin-bottom: 20px;
}
/**
 * @todo Following definitions are also used in _css/style.css, so make this more DRY
 */
#page_loading_indicator {
    background-image: url('../_images/spinning.gif');
    position: fixed;
    top: 50%;
    left: 50%;
    width: 220px;
    margin-top: -24px;
    margin-left: -110px;
    z-index: 9999;
    display: none;
    padding: 0px;
    border: 1px solid gray;
    background-color: #08c;
    color: #fff;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center 5px;
    text-align:center;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top:30px;
    font-size: 12px;
}

.modal_loading_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
    z-index: 9998;
    display:none;
}

#footer {
	position: fixed;
	bottom: 0px;
	height: 20px;
	width: 100%;
	left: 0px;
    padding-left: 5px;
    padding-top: 5px;
    background-color: #fff;
    font-size: 10px;
    text-align: left;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    line-height: 14px;
    white-space: nowrap;
}

#copy_year {
    display: inline;
}

.error {
    color: red;
}
/* End definitions from _css/styles.css */