﻿

body, .btn, .smbtn, .smrbtn, input[type=text], input[type=email],
input[type=password], textarea, select, inActiveStep,
activeStep, .label, pre {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  margin: 0;
}

.ui-datepicker-close {display: none;}​

td {
  vertical-align: top;
}

.required {
  vertical-align: middle;
  color: red;
  font-weight: bolder;
}



.font-weight-100 {
  font-weight: 100;
}

input[type="text"]:disabled {
  background: #adadad;
}

input[type=text], input[type=email], input[type=password], select {
  height: 24px;
  border-width: 1px;
}

.min-width-800px {
  min-width: 800px;
}

.min-width-600px {
  min-width: 600px;
}

.max-width-800px {
  max-width: 800px;
}

.max-width-1100px {
 max-width: 1100px;
}

.max-width-600px {
  max-width: 600px;
}


.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.border-top-ccc {
  border-bottom: 1px solid #ccc;
}

.td-seperator {
  border-bottom: 1px solid #ccc;
}

.borderVertical {
  border-left: 1px solid #ccc;
}

.borderBottom {
  border-bottom: 1px solid #CCC;
}


.stepProgressBar table {
  border-collapse: collapse;
}

.stepProgressBar hr {
  border: 2px solid #5bc0de;
  width: 25px;
  margin-left: -2px;
  margin-right: -2px;
}


.label {
  border-style: solid;
  border-width: 1px;
  border-color: #696969 #E3E3E3 #E3E3E3 #696969;
  display: inline-block;
  padding: 2px;
  height: 20px;
}

.doNot {
    background-color: lightgrey;
    border-style: solid;
    border-width: 1px;
    border-color: #696969 #E3E3E3 #E3E3E3 #696969;
    display: inline-block;
    padding: 2px;
    height: 20px;
}

.display-inline-block {
  display: inline-block;
}


.activeStep {
  border-radius: 10px;
  border: 1px solid #286090;
  background: #5bc0de;
  color: #fff;
  padding: 3px 4px;
  text-align: center;
  white-space: nowrap;
  line-height: 1.15;
  display: inline-block;
  margin: 0px;
}

.inActiveStep {
  border-radius: 10px;
  border: 1px solid #adadad;
  background: #fff;
  color: #000;
  padding: 3px 4px;
  text-align: center;
  white-space: nowrap;
  line-height: 1.15;
  display: inline-block;
  margin: 0px;
}

.dialogPre {
      white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

label[for],input[type=radio] {
  cursor: pointer;
}

.btn {
  border-radius: 4px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin: 5px 5px 2px 2px;
  padding: 6px 12px;
  text-align: center;
  white-space: nowrap;
}

  .btn:hover, .smbtn:hover, .smrbtn:hover {
    background: #f1f1f1;
    text-decoration: underline;
  }

  .btn:active, .smbtn:active, .smrbtn:active {
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

hr {
  margin: 0px 0px 0px 0px;
  border: 1px solid #ccc;
}

.smbtn {
  border-radius: 3px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin: 2px 2px 1px 1px;
  padding: 4px 6px;
  text-align: center;
  white-space: nowrap;
}

.smrbtn {
  border-radius: 2px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  margin: 1px 1px 0px 0px;
  padding: 3px 6px;
  text-align: center;
  white-space: nowrap;
  line-height: 1.15;
}

.border-solid {
  border: 1px solid #000;
}

.border-none td {
  border: 0px none #fff;
}

.float-right {
  float: right;
}

a {
  text-decoration: none;
}

table.center {
  margin-left: auto;
  margin-right: auto;
}



.ValidationErrorPanel {
  border: 1px solid #ccc;
  border-top: 10px solid salmon;
}


#dialogPre {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.ValidationSuccessPanel {
  border: 1px solid #ccc;
  border-top: 10px solid green;
}

.validationSummaryError {
  border: 1px solid #ccc;
  border-top: 5px solid salmon;
}


.divSuccess {
  border: 1px solid #808080;
  border-top-color: green;
  border-top-width: 10px;
  padding:10px;
}

.divError {
  border: 1px solid #808080;
  border-top-color: salmon;
  border-top-width: 10px;
  padding: 10px;
}

.tblError {
  border: 1px solid #808080;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
}

  .tblError td {
    padding: 5px;
  }

  .tblError th {
    background-color: #fb8072;
    font-weight: normal;
    text-align: left;
    padding: 5px;
  }


.tbl {
  border: 1px solid #808080;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
}

  .tbl td {
    padding: 5px;
  }

  .tbl th {
    background-color: #e1ecf6;
    font-weight: normal;
    text-align: left;
    padding: 5px;
  }

.all-td-vertical-align-top td {
  vertical-align: top;
}

.menu {
  margin: 0 0 5px 0 !important;
  min-width: 599px;
  padding: 4px 0 4px 0 !important;
  width: 100%;
  color: #fff;
  background-color: #234F78;
}

  .menu a {
    margin: 1px 5px 1px 0 !important;
    padding: 2px !important;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
  }

.header {
  width: 100%;
  min-width: 599px;
  background: #45759A;
  color: white;
  text-align: center;
  padding: 0px;
}

  .header td {
    text-align: left;
    padding: 0px;
  }

.width20pct {
  width: 20%;
}

.width80pct {
  width: 80%;
}

.width99pct {
  width: 99%;
}

.width100pct {
  width: 100%;
}

.width400px {
  width: 400px;
}

.width500px {
  width: 500px;
}

.width600px {
  width: 600px;
}

.width665px {
  width: 665px;
}



.width880px {
 width: 880px;
}

.width100px {
  width: 65px;
}

.width225px {
  width: 225px;
}

.width450px {
  width: 450px;
}

.width150px {
  width: 150px;
}

.width200px {
  width: 200px;
}

.width250px {
  width: 250px;
}

.width300px {
  width: 300px;
}

.width800px {
  width: 800px;
}

.valign-top {
  vertical-align: top;
}

.valign-middle {
  vertical-align: middle;
}

.margin1 {
  text-indent: 20px;
}

.margin2 {
  text-indent: 30px;
}

.margin3 {
  text-indent: 40px;
}

.margin4 {
  text-indent: 50px;
}

.margin5 {
  text-indent: 60px;
}

.bgcfc {
  border: 1px solid #b8bad0;
  background-color: #e1ecf6;
}

.subtbl {
  border: 1px solid #f1f1f1;
  width: 100%;
  margin: 2px 0;
  border-collapse: collapse;
}

  .subtbl td {
    border: 1px solid #f1f1f1;
  }

.no-wrap {
  white-space: nowrap;
}


table.report {
  border: 1px solid #000;
  width: 800px;
}

  table.report th {
    background-color: #fff;
    border: 1px solid #adadad;
  }


.checked {
  color: #000;
  border: 1px solid #808080;
  font-size: larger;
  text-align: left;
  font-weight: bold;
}

.unchecked {
  border: 1px solid #808080;
  font-size: larger;
  text-align: left;
  font-weight: bold;
}

.invalid {
  color: #b91010;
}

.ruleSeverityCodeW {
  background: #a4c665;
  width: 20px;
  text-align: center;
}


.ruleSeverityCodeE {
  background: #fa5d03;
  width: 20px;
  text-align: center;
}

.boldText {
  font-weight: 900;
}



.overlay {
  z-index: 100;
  background: #e9e9e9;
  display: none;
  position: fixed;
  left: -10%;
  top: -10%;
  width: 110%;
  height: 110%;
  opacity: 0.9;
}


#loading-img {
  z-index: 150;
  margin-top: 25%;
  margin-left: 47%;
  border: 16px solid #fff; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 1s linear infinite;
}



.lsoader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.spanWrap {
  word-wrap: break-word;
  display: inline-block;
}

a:hover {
  text-decoration: underline;
}


.ledgendErrorTD {
  border:1px solid #000;
  background-color:salmon;
  color:#000;
  width:50px;
}
.ledgendWarningTD {
  border:1px solid #000;
  background-color:#8fbc8b;
  color:#000;
  width:50px;
}
 
 .display-none {
  display: none; 
}

.container {
  display: flex;
  width: 100%;
  padding: 0;
}

.choice {
  height: 180px;
  box-sizing: border-box;
  padding: 0;
  overflow: hidden;
  float: left;
  align-items: center;
  transition: width 0.2s;
  border-radius: 3px;
}

.expand {
  width: 65%;
}

.unset {
  width: 16%;
  color: black !important;
  background-color: #ddd !important;
}

.small {
  width: 5%;
  background-color: #ddd !important;
}

  .small > div {
    opacity: 0;
  }

.unset > div > p {
  opacity: 0;
}

.expand > div {
  transition-delay: 200ms;
  opacity: 1;
}


/*.greyTextBox { background-color: blue;}

 body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
table{ border-collapse: collapse;  background: #fff; }
.bgcfc { border: 1px solid #b8bad0; background-color: #e1ecf6; }
th, th a { font-weight: 100; padding: 4px; text-align: left; background-color: #e1ecf6; }
.tbl { border-collapse: collapse; background: #fff; border: 1px solid #e1ecf6; padding: 8px 0 8px 4px; }
td { padding: 6px; border-collapse: collapse; }
.subtbl { border: 1px solid #f1f1f1; width: 100%; margin: 2px 0; }
.btn { display: inline-block;padding: 6px 12px;margin-bottom: 0;font-size: 14px;font-weight: 400;line-height: 1.42857143; text-align: center;vertical-align: middle;-ms-touch-action: manipulation;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;border: 1px solid transparent;border-radius: 4px;color: #333;background: #eff4f9;border-color: #ccc; }
    .btn:hover {color: #333; background:#E7E9EC; text-decoration: none; }
.header { width: 100%; min-width: 599px; background: #45759A; color: white; text-align: center; }
    .header td { padding: 0; }
#AppUserListView_itemPlaceholderContainer td, #AppUserListView_itemPlaceholderContainer th {font-size:95%; border:1px solid #e3e3ff;}
#AppUserListView_itemPlaceholderContainer input {max-width:140px}
.margin1 { text-indent: 20px; }
.margin2 { text-indent: 30px; }
.margin3 { text-indent: 40px; }
.margin4 { text-indent: 50px; }
.margin5 { text-indent: 60px; }
label[for],
input[type=radio],
input[type=checkbox] { cursor: pointer; }
.menu { margin: 0 0 5px 0; min-width: 599px; padding: 4px 0 4px 0; width: 100%; color: #fff; background-color: #234F78; }
    .menu a { color: #fff; }
a { margin: 1px 5px 1px 0; padding: 2px; text-decoration: none; color: #06c; cursor: pointer; }

.vertical-align-top { vertical-align: top; }
.text-align-left { text-align: left; }
.text-align-rigth{ text-align: right; }
.errorIndicator { color:red; font-weight: bold;}
.errorMessage {background-color: #F2DEDE; border: thin solid #FFCCCC; border-radius: 3px 4px; margin-top: 5px;}

.Hidden { display: none; }
.sideComment { width:300px;}*/