body {
	margin-top:20px;
	font-family: 'Prompt', sans-serif;
	background: url(https://app.clickfunnels.com/images/grey-geo.png);
	background-size: cover !important;
	-webkit-background-size: cover !important;
	background-attachment: fixed !important;
	background-repeat: repeat repeat !important;
	font-size: 16px;
}
.panel-title {display: inline;font-weight: bold;}
.checkbox.pull-right { margin: 0; }
.pl-ziro { padding-left: 0px; }

@media (min-width: 768px) {
    #wrap {
    	padding: 20px;
    	border-radius: 20px;
    }
}

#wrap {
    border: 6px solid #eee;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.top-buffer {
	margin-top: 20px;
}

.top-pad {
	padding-top: 20px;
}

.bottom-buffer {
	margin-bottom: 20px;
}

.bottom-pad {
	padding-bottom: 20px;
}

/* Register Page */

.form-control, .btn-number {
    border-color: #019CDE;
}

.supersize .form-control, .supersize .btn-number {
    font-size: 17px;
    padding: 12px;
    height: auto;
}

.select-qty .form-control, .btn-number {
	padding-top: 9px;
	padding-bottom: 9px;
}

.input-group-btn {
    border-color: #019CDE;
}

.input-group-addon {
    color: #019CDE;
    background-color: #e4f7ff;
    border: 1px solid #019CDE;
}

#totalamount {
	font-size: 30px;
}

#totalamount_val {
	color: #5d923c;
	font-weight: bold;
}

#totalamount_cur {
	color: #5d923c;
}

/* Upload Page */

.transfer-details .glyphicon {
	font-size: 40px;
}

#banktransfer .panel {
	border-color: #019CDE;
}

.nav-tabs a {
	font-size: 16px;
	white-space: nowrap;
}

#accdetails {
    font-size: 13px;
}

.accno {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1.5px;
}

/* Upload Plugin */

.upload-box {
    background: #d6f3ff;
    padding: 40px 20px;
    margin-bottom: 20px;
    text-align: center;
    outline: 2px dashed #019CDE;
    outline-offset: -10px;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.75rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 4 */

.inputfile-4 + label {
    color: #019CDE;
}

.inputfile-4:focus + label,
.inputfile-4.has-focus + label,
.inputfile-4 + label:hover {
    color: #006793;
}

.inputfile-4 + label figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #019CDE;
    display: block;
    padding: 20px;
    margin: 0 auto 10px;
}

.inputfile-4:focus + label figure,
.inputfile-4.has-focus + label figure,
.inputfile-4 + label:hover figure {
    background-color: #006793;
}

.inputfile-4 + label svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}

#statusalert {
    font-size: 20px;
}

.flyover {
   overflow: hidden;
   position: fixed;
   top: -200px;
    width: 96%;
    margin-top: 20px;
    margin-left: 2%;
    margin-right: 2%;
   opacity: 0.9;
   z-index: 1050;
   transition: all .5s ease;
}
 
.flyover.in {
  top: 0px;
}

.flyover.out {
  top: -200px;
}

.modal-backdrop {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal-backdrop.in {

}

.modal-dialog {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.fade-scale .modal-dialog {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.fade-scale.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


.spinner {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#loader {
    display: none;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    width: 100%; 
    height: 100%; 
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#loader.in {
    display: block;
    visibility: visible;
}
#loader .spinner {
  color: #f00;
  -webkit-animation: color-bubble 2s linear 0s infinite;
  animation: color-bubble 2s linear 0s infinite;
}
#loader .spinner:after, #loader .spinner:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 100%;
  box-shadow: 0 0 0 3px;
  -webkit-animation: spinner-bubble 1.3s linear 0s infinite;
  animation: spinner-bubble 1.3s linear 0s infinite;
  margin: auto;
  width: 20px;
  height: 20px;
  opacity: 0;
}
#loader .spinner:before {
  -webkit-animation: spinner-bubble 1.3s linear 2s infinite;
  animation: spinner-bubble 1.3s linear 2s infinite;
}

@-webkit-keyframes spinner-bubble {
  from {
    width: 20px;
    height: 20px;
    opacity: .8;
  }
  to {
    width: 100px;
    height: 100px;
    opacity: 0;
  }
}
@keyframes spinner-bubble {
  from {
    width: 20px;
    height: 20px;
    opacity: .8;
  }
  to {
    width: 100px;
    height: 100px;
    opacity: 0;
  }
}

@-webkit-keyframes color-bubble {
  0% {
    color: #009DDC;
  }
  33% {
    color: #50B949;
  }
  66% {
    color: #EE2D24;
  }
  100% {
    color: #FEB825;
  }
}
@keyframes color-bubble {
  0% {
    color: #009DDC;
  }
  33% {
    color: #50B949;
  }
  66% {
    color: #EE2D24;
  }
  100% {
    color: #FEB825;
  }
}