
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 24px;
    line-height: 32px;
    color: #202020;
    margin: 0 0 13px;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }

  p{
    margin-top:0;
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
    color: #1A1A1A;
    cursor: pointer;
  }
  
  a:hover{
    text-decoration: none;
  }

  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }

*, *:before, *:after {
    box-sizing: border-box;
}


.progress{
	width: 100%;
	height: 25px !important;
	border: 1px solid #f4f4f4; 
	border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	position: relative !important;
	padding: 0px !important;
	float:right;
	/*right: 6px;*/
	top:0;
}


.progress_percentage{
	position: relative;
	z-index: 2;
    line-height: 0px;
	color: white;
        font-size: 11px;
        padding:10px;
        font-weight: 500;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
}


.ui-progressbar-value{
	height: 100%;
	background: #fadfba none; 
        
	/*width: 20%; #fadfba  */
	/* left: 0; */
	top: 0;
	position: absolute;
        margin: 0px !important;
}
.ui-widget-header{
    border: none !important;
    background: #453d81 !important; /*<<<*/
}
.ui-widget-content{
    border: 1px solid lightgrey;
}

.ui-widget.ui-widget-content {
    background:lightgrey;
}

/*
.progress{
    background-color: #f4f4f4 !important;
    border-radius: 3px;
    overflow: hidden;
}


.ui-widget-header, .ui-progressbar-value{
	background: #fadfba none !important;
	border: #fadfba none !important;
    background-color: #b7f2c2 !important;
    line-height: 28px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 8px;
    color: #202020 !important;
}*/

.content{
    text-align: center;
    padding: 50px 0 30px;
}

.content p{
    color: #555555;
    font-size: 14px;
    line-height: 20px;
}

/*.btn{
    background-color: #2496FC;
    color: #fff;
    width: 100%;
    border: none;
    margin-bottom: 20px;
    padding: 15px 0;
    border-radius: 3px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    box-shadow: 0px 3px 15px rgba(28, 146, 255, 0.3);
    cursor: pointer;
}

.btn:hover{
    background-color: #0788fb;
}
*/

.btn:hover {
    color: white!important;
    text-decoration: none;
}


.btn-back{
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #453d81;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 26px;
    margin-bottom: 20px;
}

.btn-back span{
    position: relative;
}

.btn-back span::before{
    position: absolute;
    content: '';
    top: 3px;
    left: -19px;
    width: 0; 
    height: 0; 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent; 
    border-right: 5px solid #453d81; 
}

.form-group label {
    display: block;
    font-size: 14px;
    color: #909090;
    margin-bottom: 5px;
    float: left;
}
.form-group input:not([type="range"]){
    border: 1px solid lightgray;
    border-radius: 3px;
    width: 100%;
    padding: 7px 10px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 5px rgba(32,32,32,0.05);
    color: #202020;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.form-group input:focus{
    border-color: #2496FC;
    background-color: #fff;
    outline-offset: 0px;
    outline: -webkit-focus-ring-color auto 0px;
}

.select-style {
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0px 2px 5px rgba(32,32,32,0.05);
    color: #202020;
    position:relative;
    overflow: hidden;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
     .select-style:before{
	  display:none;
     }
}

.select-style:before{
    position: absolute;
    content: '';
    top: 50%;
    right: 20px;
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent; 
    border-top: 5px solid #202020; 
}

.select-style select {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 15px 20px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select:focus,
.btn:focus  {
    outline: none;
}

.form-row{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.form-row .form-group{
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}


/*
.checkbox input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 50px;
    left: calc(50% - 5px);
    height: 24px;
    width: 24px;
    border-radius: 3px;
    background-color: #1593FF;
    cursor: pointer;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
  
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark:after {
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  background-color: #fff;
}*/

@media (max-width: 575.98px) { 
  .form-row-sm{
    display: block;
  }
  .form-row{
    margin-left: -5px;
    margin-right: -5px;
  }
  .form-row .form-group{
    padding-left: 5px;
    padding-right: 5px;
  }

  .form-group input{
    font-size: 12px;
  }

  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
     .select-style:before{
	  display:none;
     }
}

.select-style:before{
    right: 10px;
  }

  .select-style select {
    padding: 15px 10px;
    font-size: 12px;
  }
}

/* our error stuff */
.h5-ui-state-error {
	background-color:#FFBABA  !important;
	color:#D8000C  !important;
	border: 1px solid red !important;

}
input[type="checkbox"].h5-ui-state-error {
    height: 20px;
    width: 20px;   
    border: 1px solid red;   
    outline-color:red;
	outline-style:solid;
	outline-width:3px;
}

input[type='checkbox'] {
	/*-webkit-appearance:none;*/
    height: 20px;
    width: 20px; 
	-moz-transform: scale(1.3);
	/*outline-style:solid;
	outline-width:3px;*/
}
input[type='checkbox']:checked {
    background: #000000;
}


.errortext{
	color: red;
}

.ui-datepicker {
		width: 216px;
		height: auto;
		margin: 5px auto 0;
		font: 9pt Arial, sans-serif;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}
/* spinner suppress */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type=number] {
-moz-appearance: textfield;
}
i.date-ico{
	background: transparent url('../../img/calender-icon-150.png') 0 0 no-repeat;
	background-size: 35px 35px;
    top: 20px;
    width: 35px;
    height: 35px;
	/*float:right;*/
	position: relative;
	display: block;
	/*top:30px;
	right: 3px;*/
}

@media screen and (max-height:767){
    .wrapper{
        min-height:100vh;
    }
}

/*Slider requestedLoanAmount option*/
@media (max-width: 767px) {
    .custom_slidebar {
        width: 95%;
        margin:0 auto;
    }
}
input[type=range]::-ms-tooltip {
    display: none;
}
.custom_slidebar {
    position: relative;
    margin-bottom: 17px;
    border-radius: 10px; }
.custom_slidebar input[type="range"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    -webkit-appearance: none;
    margin: 0;
    z-index: 2;
    background: transparent;
    outline: 0;
    border: 0;
    cursor: pointer;
    -webkit-tap-highlight-color:transparent;
    margin-top:-16px;
    height:42px;}
.custom_slidebar input[type="range"]::-webkit-slider-thumb {
    width: 48px;
    height: 48px;
    -webkit-appearance: none;
    display: block;
    background-color: transparent;
    border: 0;}
.custom_slidebar input[type="range"]::-moz-range-thumb {
    width: 48px;
    height: 48px;
    display: block;
    background: transparent;
    border: 0; }
.custom_slidebar input[type="range"]::-moz-range-track {
    background: transparent;
    border: 0; }
.custom_slidebar input[type="range"]::-moz-focus-outer {
    border: 0; }

.slidebar-progress {
    width: 95%;
    margin: 0 auto;
    height: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#c5c5c5), to(#e5e5e5));
    background: -webkit-linear-gradient(#c5c5c5, #e5e5e5);
    background: -o-linear-gradient(#c5c5c5, #e5e5e5);
    background: linear-gradient(#c5c5c5, #e5e5e5);
    position: relative;
    z-index: 1;
    border-radius: 10px;
    user-select: none; }

.slidebar-progress [role="sliderbar"] {
    height: 100%;
    position: relative;
    background-color:#2496FC;
    border-radius: 10px; }
.slidebar-progress [role="sliderbar"]:after {
    position: absolute;
    top: -12px;
    right: 0px;
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    width: 22px;
    height: 34px;
    content: '';
    display: block;
    border-radius: 16%;
    background: url("../images/play-icon.png") center center no-repeat, #2496FC;
    user-select: none;}
.slidebar-progress [role="sliderbar"]:before {
    content: '';
    position: absolute;
    top: -16px;
    right: -12px;
    width: 26px;
    height: 42px;
    border-radius: 50%;
    background-color: #fff;
    user-select: none;}
