.currency-symbol {
    display: inline-block;
    width: 4%;
}

.currency {
    width: 96%;
    display: inline-block;
}
@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }
.pika-single { *zoom: 1 }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.pika-button:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
    border-radius: 3px !important;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}


.nabtrade-custom-efc .efc-section {
	width: 100%;
}

.nabtrade-custom-efc .efc-input-form h2 {
  font-family: 'Source-Sans', sans-serif;
  text-transform: none;
  letter-spacing: normal;
  font-size: 24px;
  margin: 10px 0px;
}

.nabtrade-custom-efc .form-group h4,
.nabtrade-custom-efc .form-group label {
  font-size: 11px;
  text-transform: uppercase;
  color: #212121;
  font-weight: normal;
}

.nabtrade-custom-efc .form-group .radio label,
.nabtrade-custom-efc .form-group .checkbox label {
  font-size: 14px;
  text-transform: none;
}

.nabtrade-custom-efc .form-group .checkbox label {
  padding-left: 0px;
}

.nabtrade-custom-efc .workflow-progress-bar {
  padding: 20px 0px;
  font-size: 15px;
}

.nabtrade-custom-efc .efc-download-pdf .btn {
	margin-right: 15px;
}

.nabtrade-custom-efc .efc-download-pdf .btn > a {
	color: #fff;
	text-decoration: none;
}

.nabtrade-custom-efc .workflow-progress-bar .breadcrumb-index {
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #D1D6D8;
  color: #4f565a;
  padding-top: 1px;
  font-weight: bold;
}

.nabtrade-custom-efc .workflow-progress-bar .breadcrumb-index-active {
  background: #c20000;
  color: #fff;
}

.nabtrade-custom-efc .workflow-progress-bar .breadcrumb-description {
  color: #4f565a;
}

.nabtrade-custom-efc .workflow-progress-bar .breadcrumb-description:hover {
  color: #c20000;
}

.nabtrade-custom-efc .workflow-progress-bar .breadcrumb-description-active {
  color: #c20000;
}

.nabtrade-custom-efc .workflow-progress-bar .breadcrumb-arrow {
  font-size: 20px;
  font-weight: bold;
}

.nabtrade-custom-efc .workflow-progress-bar .btn {
  font-size: 15px;
  margin: -1px 0px 0px 0px;
  padding: 0px;
}

.nabtrade-custom-efc .workflow-progress-bar .btn:hover .breadcrumb-description {
  color: #c20000;
}

.nabtrade-custom-efc .workflow-progress-bar .last-page {
  font-weight: bold;
}

.nabtrade-custom-efc .efc-section .efc-input-form .efc-date-picker .efc-date-picker-calendar {
  position: absolute;
  top: 80%;
  z-index: 100;
}

.nabtrade-custom-efc .efc-section .efc-input-form .efc-date-picker button {
  padding-top: 5px;
}

.nabtrade-custom-efc .efc-section .efc-input-form .efc-field-HIDDEN p {
  margin-top: 10px;
  margin-bottom: 0px;
  background: #d9edf7;
  border: 1px solid #bce8f1;
  padding: 7px 12px;
  color: #31708f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.nabtrade-custom-efc .form-control,
.nabtrade-custom-efc .alert {
	width: 100%;
}

.nabtrade-custom-efc input[type=checkbox],
.nabtrade-custom-efc input[type=radio] {
  margin-left: 0px;
}

.nabtrade-custom-efc input[type=checkbox]{
	left: -9999999px;
}

.nabtrade-custom-efc .checkbox input[type=checkbox]+label:before {
	font-size: 17px;
	margin-right: 5px;
	float: left;
}

.nabtrade-custom-efc .alert {
  padding: 10px;
  font-weight: bold;
  margin-top: 10px;
  display: block;
}


@media (max-width: 600px) {
	.nabtrade-custom-efc .efc-pdf-mobile {
	  display: block;
	}
	
	.nabtrade-custom-efc .efc-pdf-non-mobile {
      display: none;
    }
}


@media (min-width: 601px) {
  .nabtrade-custom-efc .efc-pdf-mobile {
      display: none;
    }
    
    .nabtrade-custom-efc .efc-pdf-non-mobile {
      display: block;
    }
}

@media (min-width: 992px) {
    .nabtrade-custom-efc .form-control,
    .nabtrade-custom-efc .alert {
	    width: 40%;
	}
}
