/*----- SIGN IN / UP ------*/

.aligner-item {
  width: 100%;
}
/*margin-top: -10%;*/

/*removes persistent glow after click om chrome*/
.btn:focus {
  outline: none;
}
.DBkLogo {
    width: 280px;
    max-width: 100%;
}
.sign-in-content {
  height: calc(100vh - 68px);
}
.signInGroup {
  width: 75%;
  margin: 15px auto;
}
.signInGroup .form-group {
  padding-left: 2%;
}
.signInGroup img {
    margin-bottom: 24px;
}
.signInGroup p {
  color: white;
  font-size: 16px;
}
.signInGroup input[type="text"], .signInGroup input[type="password"], .signInGroup input[type="email"] {
  background: rgba(220, 220, 220, 0.5);
  border: 1px solid #ccc;
  color: white;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;

}
.signInGroup .form-group {
  margin-top: 20px;
}
.signInGroup label, .signUpGroup label {
    font-size: 16px;
    font-weight: normal;
}
.testimonialBanner {
    background-color: rgb(32, 59, 104);
    padding-top: 0;
    padding-bottom: 30px;
    padding-left: 10%;
    padding-right: 10%;
}
.testimonial {
    font-size: 16px;
    font-style: italic;
    opacity: .5;
    /*color: #96AEF0;*/
    padding-top: 40px;
}
.testimonial-content {
  position: relative;
  display: inline;
}
.testimonial-content::before {
  position: absolute;
  font-family: FontAwesome;
  font-size: 1.4em;
  font-style: italic;
  content: "\f10d";
  top: -15px;
  left: -35px;
}
.quotemark {
    margin-left: -41px;
    margin-top: -16px;
    position: absolute;
    font-size: 1.4em;
    font-style: italic;
}
.attribution {
    text-align: right;
    margin-right: 24%;
  }

/*----- SETTINGS -----*/

.settingsHeader {
  background-color: black;
}

.header-block a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  margin-left: 9px;
  width: 100%;
}

 .header-block a:hover {
  text-decoration: underline;
}
.settings-container .sub-head {
  padding: 0;
  color: rgb(125,125,125);
}
textarea {
  resize: vertical;
}
textarea.no-resize {
    resize: none;
}

.css-input {
  min-height: 300px;
}
.secondColumn {
  position: absolute;
  width: 313px;
  top: 0;
  bottom: 0;
  padding: 0;
}
.secondColumnInner {
  position: absolute;
  width: 313px;
  left: 0;
  top: 48px;
  bottom: 0;
  overflow: auto;
  background-color: rgba(200,200,200,0.25);
}
.form-horizontal .control-label {
  padding-top: 5px;
  text-align: right;
}
.showhelp {
    padding-left: 8px;
    font-size: 13px;
}
.settings-radio.sub-setting {
  margin-left: 10px;
  display: block;
}
.settings-radio.sub-setting label {
  padding-right: 5px;
}
.settings-radio .help-expander {
  display: inline;
}
.settings-radio .showhelp {
/*  float: right;
  position: absolute;
  margin-top: 3px;*/
}
.helptext.well {
	margin-top: 6px;
  max-width: 500px;
}
.helptext.well td  {
  padding: 5px;
  padding-left: 20px;
}
.helptext.well table {
  margin-top: 10px;
  padding-left: 20px;
}
.settings-radio .helptext.well {
  width: 96%;
}
.exampleCode, .helpdetails {
	margin-left: 20px;
	font-family: courier;
 	font-size: 12px;
	line-height: 1.1;
	color: rgb(39, 89, 40);
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}
.exampleCode .comment {
  color: rgba(92, 86, 79, 0.68);
}
.helpdetails pre {
  font-family: inherit;
  font-size: inherit;
  background-color: inherit;
  border: none;
  color: inherit;
  padding: inherit;
  margin: inherit;
  line-height: inherit;
  white-space: pre-wrap;       /* CSS 3 */
  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+ */

  word-break: normal;
}
.testResults {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.testResultsInner {
  padding: 20px 0px 3px 20px;
}
.testResultsInner2 {
  padding: 0px 0px 5px 0px;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
.helptext {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 400px;
}
.helptext.ng-hide-add,.helptext.ng-hide-remove,.helpdetails.ng-hide-add,.helpdetails.ng-hide-remove,.animate.ng-hide-add,.animate.ng-hide-remove {
  overflow: hidden;
	display: block !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.helptext.ng-hide {
  opacity: 0;
  max-height: 0;
}
.settings-form {
  overflow:hidden;
}
.settings-inline-select {
  margin-left: 10px;
}
.settings-radio {
  display: inline;
  padding-top: 5px;

}
.settings-radio label {
  padding: 4px 15px 0 0;
  font-weight: normal;
}
.settings-radio .labelyn {
  padding-left: 4px;
}
.settings-radio input[type=radio], .settings-radio input.radio {
/*  float:left;
  clear:none; */
}
.instructions {
  margin-left: 13%;  /* was 60px;*/
  margin-right: 13%;
  max-width: 650px;
}
.instructionsWide {
}
.instructionIcon {
  float: left;
  color: rgb(150, 150, 150);
  font-size: 36px;
  margin-left: -86px;
  margin-top: 13px;
}
.instructionIcon img {
  width: 60px;
  margin-left: -20px
}
.instructionIcon .smallicon {
  width: 50px;
  margin-left: -14px;
}
.instructions-header {
  margin-top: 60px;
  /*max-width: 400px;*/
}
.settings-tab .instructions-header {
  margin-top: 24px;
  /*max-width: 400px;*/
}
.instructions-header h3 {
  display: inline-block;
}
.instructions h3 {
  color: rgb(51, 122, 183);

}
.instructions h4 {
  padding: 20px 0 10px 0;
  line-height: 1.3;
  max-width: 500px;
}
.instructions h4 button {
  margin-left: 20px;
}
.instructions p {
  max-width: 440px;
}
.instructionsWide p {
  max-width: 510px;
}
.instructions form {
  margin-top: 40px;
}
.testSettings {
  padding-top: 20px;
  padding-bottom: 30px;
}

.instructions hr {
  border: .5px solid rgb(225, 225, 225);
  margin-top: 60px;
  margin-bottom: 40px;
  width: 120%;
}

/* For large icon message where icon is on one side and message is on another */
.icon-message {
  color: rgb(150, 150, 150);
  font-size: 36px;
}
.icon-message .icon {
  display: inline;
  vertical-align:middle;
  margin: 0 10px;
}
.icon-message .message {
  display: inline;
  margin: 0 10px;
}
.success {
  color: rgb(25,197,21);
}
.notSuccess {
  color: rgb(150,150,150);
}
.failure {
  color: #F07C14;
}
.list-selector .icon {
  font-weight: 100;
  float: left;
  font-size: 32px;
}
.list-selector .primary {
  font-weight: bold;
}

/* For circle progress icon indicator */
.circle-progress {
  background-color: rgb(150, 150, 150);
  z-index: 0; /* z-index needed to fix chrome rendering issue */
}
.circle-progress .progress-indicator {
  background-color: rgb(25,197,21);
}
.sidebar .list-selector .circle-progress {
  margin-top: 8px;
}
.dialogButton {
  padding: 0px 16px 10px 0px;
}
.spacer20 {
  height: 20px;
}
.spacer40 {
  height: 40px;
}
.spacer60 {
  height: 60px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 667px) {
 /* iPhone */
  .sign-in-content {
    height: auto;
  }
  .dayback-background, .footer {
    /* position: inherit; */
  }
  .splash-copyright, .splash-quote {
    float: none;
    text-align: inherit;
    }
 .splash-copyright {
    margin-top: 40px;
    }
   .splash-quote {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
