﻿body {
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

header, footer, nav, section {
    display: block;
}


/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

#robot-tree ul {
	list-style-type: none;
}

#robot-tree {
	padding-left: 0;
}

#robot-tree > ul {
	padding-left: 20px;
}

#robot-tree div.group-tree-node {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #666;
    display: flex;
}

#robot-tree div.robot-tree-node {
    margin-top: 15px;
    padding-bottom: 15px;
    display: flex;
}

#robot-tree  span.group-name {
    font-size: 16px;
    padding-left: 15px;
}

#robot-tree  table {
    width: 70%;
    margin-left: 15px;
}

.modal-header h3 {
    color: #555555;
}

.form .row {
    margin-bottom: 10px;
}

span.validation-error-message {
    color:#a94442;
    text-transform: uppercase;
    font-weight: bold;

}

.reset_container {
  background-image: url(images/login_bg.png);
  background-size: contain;
  background-position: left bottom;
}
.reset_container .reset_form_container {
  background-color: #fff;
  padding: 20px;
  text-align: left;
}
.reset_container .reset_form_container a {
  color: #950902;
}

