﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: 'Lato',Helvetica,Arial,sans-serif
}
*/

/* Wrapping element */


/* Set some basic padding to keep content from hitting the edges */

/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
*/

.row-extramargin {
  margin-top: 20px;
}


/* Set widths on the form inputs since otherwise they're 100% wide */
/* Note (from HY): This rule is insane. Removing it now might break more than it fixes, but as it is, causing trouble when styling inputs, selects and textareas already*/
input,
select,
textarea {
  /*max-width: 280px;*/
}


/* Carousel */

.carousel-caption p {
  font-size: 20px;
  line-height: 1.4;
}


/* Make .svg files in the carousel display properly in older browsers */

.carousel-inner .item img[src$=".svg"] {
  width: 100%;
}


/* Hide/rearrange for smaller screens */

@media screen and (max-width: 767px) {
  /* Hide captions */
  .carousel-caption {
    display: none;
  }
}

.vertical-center {
  /*min-height: 100%;   Fallback for browsers do NOT support vh unit */
  /*min-height: 100vh;  These two lines are counted as one :-)       */
  min-height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}

.container-fluid.margin {
  margin-top: 150px;
}

.container-fluid.qTopMargin {
  margin-top: 130px;
}

.qTopMargin {
  margin-top: 130px;
}

category-panel-title {
  display: inline !important;
}

.panel-qdanger {
  background-color: #c9302c;
  color: white;
}

.panel-qdanger .panel-body {
  background-color: white;
  border-radius: 0px 0px 4px 4px;
  color: #333;
}

a.categoryAHeader, a.categoryAHeader:active, a.categoryAHeader:hover, a.categoryAHeader:visited {
  color: #d9534f;
}

/*.bs-callout
{
    padding:0px;
}*/
.bs-callout-success {
  border-left-color: #dff0d8;
}

/*#region Commented .hiddenStep style - the loginStep2Content markup has been commented out from the Authentication Request Dialog */
/*.hiddenStep {
  display: none;*/
  /*position: absolute;*/
/*}*/
/*#endregion */

.visibleStep {
  display: block;
  /*position:absolute;*/
}

.form-select-item {
  width: 200px;
  height: 100px;
  display: inline-block;
}

.form-select-item-icon {
  border: 1px solid black;
  border-radius: 6px;
  margin: 4px;
}


/*#authIntroContent
{
    height: 180px;
}

#formSelectorContent
{
    height: 500px;
    

}*/

.loginStep2,
.loginStep3,
.loginStep4 {
  display: none;
}

/*#region Commented .authorisationModal style - the startAuthorisationModal markup has been commented out from the Authentication Request Dialog */
/*.authorisationModal {
  overflow: hidden;
}*/
/*#endregion */

/*#region Commented .authorisationModal style - the startAuthorisationModal markup has been commented out from the Authentication Request Dialog */
/*.authorisationModal .modal-footer {
  padding: 0px;
  padding-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
}*/
/*#endregion */

/* move to bootstrap-custom.css */
/*.processModal
{
    overflow: hidden;
}

.logoutModal {
  overflow: hidden;
}
  */
.errorModal {
  overflow: hidden;
}

.processStep2,
.processStep3,
.processStep4 {
  display: none;
}

/*.processModal .noh4margin {
  margin: 0px !important;
  margin-bottom: 10px !important;
}*/

/*.processModal .faqbutton {
  margin-bottom: 5px;
}*/

.popover {
  max-width: 600px;
}

/*.field-sub-label {
  font-style: italic;
  font-size: 0.8em;
  line-height: 0.8em;
}
*/

.oft-smartstatus-datecolumn {
  width: 40%;
}

/*#region Commented .oft-form-item:hover style - the loginStep2Content markup has been commented from the Authentication Request Dialog */
/*.oft-form-item:hover {
  background-color: #dfacac;
  color: #83111f;
  cursor: pointer;
}*/
/*#endregion */

.oft-formblock:hover {
  background-color: #d0dbdf;
  color: #223810;
  cursor: pointer;
  border-color: #0a4874 !important;
}

/*#region Commented .oft-form-item-selected style - the loginStep2Content markup has been commented from the Authentication Request Dialog */
/*.oft-form-item-selected {
  background-color: #dfacac;
  color: #83111f;
  cursor: pointer;
}*/
/*#endregion*/

/*#region Commented #oft-forms-table thead th style - the loginStep2Content markup has been commented from the Authentication Request Dialog*/
/*#oft-forms-table thead th {
  background-color: #D0E8F4;
}*/
/*#endregion*/

#cidmIntegrationFrame {
  border: 0;
}

.navbar-oft {
  /*background-color: #2A689C;*/
  background-color: #007eb1;
  color: white;
  /*min-height: 100px;*/
}

.navbar-brand-oft {
  font-size: 26px;
  margin-left: 22px !important;
  padding-left: 0px !important;
  /*margin-top: 10px !important;*/
}

.navbar-header-oft,
.navbar-header-oft a {
  color: white;
}

.navbar-fixed-top {
  min-height: 80px;
}

.navbar-nav > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 80px;
}

@media (max-width: 767px) {
  .navbar-nav > li > a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.oft-qg-logo {
  /*width: 235px;
    height: 41px;*/
  margin-left: 20px;
  margin-top: 20px;
}

.text-x-handlebars-template {
  display: none;
}

.datepicker {
  z-index: 1151 !important;
}

.btn-disabled {
  background-color: #e6e6e6 !important;
}

.btn-disabled.active {
  outline: unset;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* This class resolves a positioning issue in the datepicker (probably relating to the parent containers). */
#questionnaireForm .datepicker {
  /*margin-left: 56px;*/
  /*margin-top: 92px;*/
}


.qHelpText {
  font-size: 1.4em;
  font-weight: bold;
}

.qHelpTextSmall {
  margin-left: 20px;
  font-weight: normal;
  font-size: 1.2em;
}

/*.marginless {
  margin: 0px;
}*/

.qRowMargin {
  margin-bottom: 30px;
}




/*#oft-forms-main-row {
    margin: 0 10px;
}
*/

.oft-formblock {
  border: 1px solid lightgray;
  margin: 10px;
  padding: 10px;
  min-height: 300px;
  position: relative;
}

/*.oft-formblock h3 {
    margin: 0px;
    font-size: 1.1em;
    font-weight: bolder;
    color: #2A689C;
}*/

.oft-formblock h3 {
  position: relative;
  /*width: 50%;*/
  font-size: 1.2em;
  font-weight: bold;
  padding: 6px 20px 6px 8px;
  margin: 0px 10px 10px -30px;
  color: #fff;
  background-color: #1277a9;
  text-shadow: 0px 1px 2px #000;
  -webkit-box-shadow: 0px 2px 4px #888;
  -moz-box-shadow: 0px 2px 4px #888;
  box-shadow: 0px 2px 4px #888;
}

.oft-formblock h3:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  top: 100%;
  border-width: 5px 10px;
  border-style: solid;
  border-color: #0a4874 #0a4874 transparent transparent;
}

.oft-formblock h3:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: -2px;
  top: 0px;
  border-color: transparent #fff transparent transparent;
}






h3.oft-formblock-prefill {
  position: relative;
  /*width: 50%;*/
  float: right;
  font-size: 0.8em;
  line-height: 1.0em;
  font-weight: bold;
  padding: 6px;
  margin: 80px -22px 10px 10px;
  color: #fff;
  background-color: #275C00;
  text-shadow: 0px 1px 2px #000;
  -webkit-box-shadow: 0px 2px 4px #888;
  -moz-box-shadow: 0px 2px 4px #888;
  box-shadow: 0px 2px 4px #888;
}

h3.oft-formblock-prefill:after {
  /**content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        left:100%;
        right: 0px;
        top: 100%;
        border-width: 5px 10px;
        border-style: solid;
        border-color: #1C4200 #1C4200 transparent transparent;**/
}

h3.oft-formblock-prefill:before {
  /***content: ' ';
            position: absolute;
            width: 0;
            height: 0;
            right: -2px;
            top: 0px;
            border-color: transparent #fff transparent transparent;**/
}

.pfbox {
  /*width: 200px;*/
  /*height: 300px;*/
  position: relative;
  border: 1px solid #BBB;
  /*background: #EEE;*/
}

.pfribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.pfribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #8F0808;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  right: -21px;
}

.pfribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}

.pfribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}


.corner-cut {
  position: relative;
  overflow: hidden;
}

.corner-cut:after {
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  background: #ddd;
  position: absolute;
  top: 0px;
  left: -5px;
  transform: skewX(-45deg);
}

.corner-red:after {
  background: #d40000;
}












.oft-formicon {
  position: absolute;
  border: 0px;
  height: 64px;
  width: 60px;
  background-repeat: no-repeat;
  bottom: 0px;
  right: 0px;
}

.oft-formicon-authd {
  background-image: url(/Content/images/form_authd.png);
}

.oft-formicon-general {
  background-image: url(/Content/images/form_general.png);
}


.oft-formdesc {
  font-size: 16px;
}

/*#region Commented out .launchFormSelectorButton style - the launchFormSelectorButton (Login and Launch button) markup has been commented out from the original narbar*/
/*#launchFormSelectorButton {
  margin-right: 20px;
  margin-top: 60px;
  display: none !important;*/ /* Hide this button. Not required. TODO: Really remove this and all of the logic surrounding it */
/*}*/
/*#endregion*/

.userSessionBar {
  background-color: #d9edf7;
  color: #31708f;
  margin: 0px;
  /*width:105%;*/
  height: 31px;
  padding-right: 30px;
  /*margin-left:-20px;*/
  font-weight: bold;
  /*margin-top:110px;*/
  /*display:inline-block;*/
  /*padding-top:4px;*/
  border-bottom: 1px #31708f solid;
}

/*#region Commented the .userSessionName and .userSessionStartDateTime styles - the userSessionStartDateTime markup has veen commented out from the origninal code --*/
/*.userSessionName, .userSessionStartDateTime {
  display: inline-block;*/
  /*padding:10px;*/
  /*padding-top: 7px;
  text-align: right;
}*/

/*.userSessionName {width:300px;}
.userSessionStartDateTime {width:300px;}*/
/*#endregion Commented the .userSessionName and .userSessionStartDateTime styles - the userSessionStartDateTime markup has veen commented out from the origninal code --*/







/** Spinner */
.gly-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.gly-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.gly-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.gly-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.gly-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.gly-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/*****  Collapsible Panel Header  ****/
.collapsible-panel-heading {
  padding: 0;
  border: 0;
}

.collapsible-panel-heading h4 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.collapsible-panel-title > a, .collapsible-panel-title > a:active {
  display: block;
  padding: 15px;
  /*color: #555;*/
  font-size: 16px;
  font-weight: bold;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  word-spacing: 3px;
  text-decoration: none;
}

.collapsible-panel-heading a:before {
  font-family: 'Glyphicons Halflings';
  content: "\e113";
  float: right;
  transition: all 0.5s;
}

.collapsible-panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.processModalGuidancePanel {
  padding: 0px;
  margin: 0px;
  /*margin-left:15px;*/
}

#faqNumberOne h4, #faqNumberTwo h4 {
  margin-bottom: 0px;
  padding: 10px;
  font-size: 12px;
}


/*.supporttext {
  color: #888;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 10px;
}*/

.enrolmentChoiceContent {
  width: 100%;
  font-size: 14pt;
}

/*.center {
  text-align: center;
}
*/
/*.center-400 {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
}*/

/*#processNewClientAccountNumber {
  max-width: none;
  text-transform: uppercase;
}
*/
/*#processClientAccountIdentifierHeading {
  padding-top: 1em;
}
*/
/*#processModalHeading {
  font-size: 1.1em;
}*/

/*.modal-header {
  background: #1277a9;
  border-radius: 5px 5px 0 0;
  color: white;
}
*/
.initial-max-width {
  max-width: none;
}

/*#canValidationContainer .lead {
  padding-top: 1em;
}*/

#processContinueButton[disabled] {
  cursor: wait;
}

select:invalid {
  color: gray;
}
