/* Minification failed. Returning unminified contents.
(192,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(251,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
body {
  font-family: Calibri, Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
  color: #232323;
  background-color: #fff;
}
#main-section {
  margin: 15px;
}
/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
  border: 1px solid #ddd;
  padding: 0 1.4em 1.4em 1.4em;
  margin: 0 0 1.5em 0;
}
fieldset legend {
  font-size: 1.2em;
  font-weight: bold;
}
fieldset textarea {
  min-height: 75px;
}
fieldset .editor-label {
  margin: 1em 0 0 0;
}
fieldset .editor-field {
  margin: 0.5em 0 0 0;
}
fieldset .editor-field-slim {
  margin: 0.5em 0 0 0;
}
fieldset .editor-field input[type=text],
fieldset .editor-field input[type=password],
fieldset .editor-field input[type=file],
fieldset .editor-field input[type=url] {
  width: 400px;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
  color: #ff0000;
}
.field-validation-valid {
  display: none;
}
.input-validation-error {
  border: 1px solid #ff0000;
  background-color: #ffeeee;
}
.validation-summary-errors {
  font-weight: bold;
  color: #ff0000;
}
.validation-summary-valid {
  display: none;
}
/* Styles for the web frontent
-----------------------------------------------------------*/
a {
  color: black;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
a.bodyLink {
  color: #7285a3;
}
.masterHeader {
  background-color: #606060;
  padding-top: 5px;
  padding-bottom: 5px;
}
.masterHeaderText {
  padding-left: 15px;
  font-weight: bold;
  color: White;
}
.menu {
  background-color: #7285a3;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000000;
  padding-left: 15px;
}
.menu a {
  color: #FFFFFF;
  text-decoration: none;
}
.menu a:hover {
  text-decoration: underline;
}
ul.hrd li {
  list-style: none;
}
ul.hrd li button {
  width: 300px;
  height: 30px;
  margin: 3px;
}
.editor > div,
.editor > form > div {
  margin: 5px;
}
.editor label {
  display: inline-block;
  width: 230px;
  font-weight: bold;
  text-align: right;
  margin-right: 10px;
}
.editor label:after {
  content: ':';
}
.editor.small label {
  width: 130px;
}
.editor.small.signin input[type=text],
.editor.small.signin input[type=password] {
  width: 230px;
}
.editor.small.signin div.buttons {
  max-width: 380px;
}
.editor.small div.buttons {
  max-width: 500px;
}
.editor input[type=text],
.editor input[type=password],
.editor input[type=file],
.editor input[type=url],
.editor input[type=email] {
  width: 350px;
}
.editor select {
  width: 352px;
  padding: 1px;
  margin-right: 1px;
}
.editor select .input-validation-error {
  width: 352px;
}
.editor input.base64 {
  width: 275px;
}
.editor button.base64 {
  width: 70px;
}
.editor img {
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.editor img.error {
  margin-left: 5px;
}
.editor .inline-editor {
  vertical-align: top;
  text-align: left;
  display: inline-block;
  width: 353px;
  margin-left: 0;
  margin-right: 2px;
}
.editor .inline-editor * label,
.editor .inline-editor * input {
  width: auto;
}
.editor .inline-editor.create-user-roles * label {
  width: 230px;
}
.editor div.buttons {
  padding-top: 10px;
  text-align: right;
  max-width: 600px;
}

/************* Modal Start *************/

.modal-content {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin: -250px 0 0 -280px;
    overflow: auto;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999: ;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 7px rgba(0,0,0,0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.modal-content.hide {
	visibility: hidden;
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}

.modal-header .close {
    margin-top: 2px;
}

.modal-header  button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-header .close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    color: #000000;
    text-shadow: 0px 1px 0px #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.modal-body {
    max-height: 400px;
    padding: 15px;
    overflow-y: auto;
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0px;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    *zoom: 1: ;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0px 1px 0px #ffffff;
}

table.browserref .bsChrome {
	width: 15%;
    background-image: url(/Content/images/compatible_chrome.gif);
}

table.browserref .bsEdge {
	width: 15%;
    background-image: url(/Content/images/compatible_edge.gif);
}

table.browserref .bsFirefox {
	width: 15%;
    background-image: url(/Content/images/compatible_firefox.gif);
}

table.browserref th {
    height: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ffffff;
    font-weight: normal;
    color: #555555;
    padding: 11px 5px 11px 5px;
    vertical-align: middle;
}

table.browserref th {
    font-weight: bold;
    text-align: -internal-center;
}

table.browserref td, table.browserref th {
    display: table-cell;
    vertical-align: inherit;
}

table.browserref {
	margin: 0 auto;
    border-collapse: collapse;
    width: 70%;
	display: table;
    border-spacing: 2px;
    border-color: grey;
}

/************* Modal End *************/
