/*
All files for this website are owned and maintained by William Buklis
(c) 2016 William Buklis
All Rights Reserved.
*/
/* 
    Created on : Mar 23, 2016, 4:00:52 PM
    Author     : WIB
*/

.intro-header
{
    background: url(../img/mainbanner.jpg) no-repeat center center;
}

.banner
{
    background: url(../img/banner-strip.jpg) no-repeat center center;
}

body
{
	color: black;
}

.kr-bg-headfoot
{
	background-color: #f8f8f8;
}

.legend-divbox
{
	margin-left: 10px;
	margin-bottom: 0px;
	border-bottom: none;
}

.divbox
{
	border: #e5e5e5 solid 1px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}

div.parsley-error .color-area-for-parsley
{
    color: #B94A48;
/*
	background-color: #F2DEDE;
    border: 1px solid #EED3D7;
*/
}


div.parsley-success .color-area-for-parsley
{
    color: #468847;
/*
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
*/
}

.cart-row
{
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.cart-col-price
{
	vertical-align: middle;
	text-align: right;
}

.cart-col-buttons
{
	vertical-align: middle;
	text-align: center;
}

.cart-col-total
{
	text-align: right;
}

.btn-round
{
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

.btn-round.btn-lg
{
	width: 48px;
	height: 48px;
}

.btn-round.btn-sm
{
	width: 34px;
	height: 34px;
}

.btn-round.btn-xs
{
	width: 24px;
	height: 24px;
}

.sandbox-indicator
{
	position:absolute;
	margin: auto;
	top: 110px;
	left: 50%;
	transform: translate(-50%,0);
	color: #0030FF;
	font-size: 80px;
	font-weight: bold;
}

.sandbox-indicator img
{
	position: absolute;
	top: 40px;
	right: 0px;
}

div.mce-fullscreen
{
	z-index: 1050;
}

.bk-danger
{
	background-color: #FF2700 !important;
}

.bk-warning
{
	background-color: #FF8C8C;
}

input[type=number]
{
	-moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none !important;
	appearance: none !important;
    margin: 0 !important;
	display: none !important;
}

.fieldright
{
	text-align: right;
	padding-right: 5px;
}

.ui-menu-item
{
	padding-top: 0;
	padding-bottom: 0;
}

.ui-widget
{
	font-size: 10pt;
}

.body-bk-sandbox
{
	background-color: #f0ecd7;
}

.StripeElement--complete
{
	background-color: blue;
}

.kr-error /* Copied from parsley-error */
{
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.kr-success /* Copied from parsley-success */
{
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

.text-large
{
	font-size: 150%;
}

.non-field
{
	display:none;
}

.row-border
{
	border-bottom: 1px solid;
	border-color: #DADADA;
	margin-bottom: 1em;
}
.row-border + .row-border
{
	margin-top: 1em;
}
.row-bottom
{
	margin-top: 1em;
}

span.details-control
{
	min-width: 16px;
	min-height: 16px;
	background: url('../img/expand.ico') no-repeat center center;
	display: inline-block;
	cursor: pointer;
}

tr.shown span.details-control
{
	background: url('../img/collapse.ico') no-repeat center center;
}

.table-borderless tr td, .table-borderless tr th
{
	border: none !important;
}

.table-no-top-border > tbody > tr:first-child > td
{
	border: none;
}

.icon-width-small
{
	min-width: 18px;
}
.icon-width-small-2
{
	min-width: 36px;
}
.icon-width-medium-2
{
	min-width: 26px;
}
.icon-width-medium-2
{
	min-width: 52px;
}

.clickable
{
	cursor: pointer;
}

.iframe-footer
{
	padding: 0px !important;
	background-color: transparent !important;
}

a[href^="tel:"]:before
{
	content: "\260e";
	margin-right: 0.5em;
}

.dropzone
{
	border-color: rgb(0,135,247);
	border-style: dashed;
	border-radius: 10px;
}

.dropzone .dz-filename
{
	color: blue;
}

.ui-autocomplete
{
	max-height: 300px;
	overflow-y: auto;
}

.no-js
{
	display: none;
}

.btncheckgroup input[type="checkbox"]
{
	display: none;
}

.btncheckgroup input[type="checkbox"] + .btn-group > label span
{
	width: 20px;
}

.btncheckgroup input[type="checkbox"] + .btn-group > label span:first-child
{
	display: none;
}
.btncheckgroup input[type="checkbox"] + .btn-group > label span:last-child
{
	display: inline-block;
}

.btncheckgroup input[type="checkbox"]:checked + .btn-group > label span:first-child
{
	display: inline-block;
}
.btncheckgroup input[type="checkbox"]:checked + .btn-group > label span:last-child
{
	display: none;
}

.imagethumbnail
{
	max-height: 160px;
	max-width: 160px;
	height: auto;
	width: auto;
}

.readonlyfocus
{
	background-color: white !important;
}

.onoffswitch
{
	position: relative; width: 90px;
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox
{
	display: none;
}

.onoffswitch-label
{
	display: block; overflow: hidden; cursor: pointer;
	border: 2px solid #999999; border-radius: 20px;
}

.onoffswitch-inner
{
	display: block; width: 200%; margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after
{
	display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
	font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch-inner:before
{
	content: "YES";
	padding-left: 10px;
	background-color: #2FCCFF; color: #FFFFFF;
}

.onoffswitch-inner:after
{
	content: "NO";
	padding-right: 10px;
	background-color: #EEEEEE; color: #999999;
	text-align: right;
}

.onoffswitch-switch
{
	display: block; width: 18px; margin: 6px;
	background: #FFFFFF;
	border: 2px solid #999999; border-radius: 20px;
	position: absolute; top: 0; bottom: 0; right: 56px;
	-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner
{
	margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch
{
	right: 0px;
}

.kr-img-thumbnail
{
	cursor: pointer;
}

.error-form-group
{
	margin-bottom: 0px;
}

.error-div
{
	margin-top: 0px;
}

.waitanimation-container
{
	height: 100vh;
	width: 100vw;
	font-family: Helvetica;
}

.waitanimation
{
	height: 20px;
	width: 250px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.waitanimation--dot
{
	animation-name: waitanimation;
	animation-timing-function: ease-in-out;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	background-color: black;
	position: absolute;
	border: 2px solid white;
}
.waitanimation--dot:first-child
{
	background-color: #8cc759;
	animation-delay: 0.5s;
}
.waitanimation--dot:nth-child(2)
{
	background-color: #8c6daf;
	animation-delay: 0.4s;
}
.waitanimation--dot:nth-child(3)
{
	background-color: #ef5d74;
	animation-delay: 0.3s;
}
.waitanimation--dot:nth-child(4)
{
	background-color: #f9a74b;
	animation-delay: 0.2s;
}
.waitanimation--dot:nth-child(5)
{
	background-color: #60beeb;
	animation-delay: 0.1s;
}
.waitanimation--dot:nth-child(6)
{
	background-color: #fbef5a;
	animation-delay: 0s;
}
.waitanimation--text
{
	position: absolute;
	top: 200%;
	left: 0;
	right: 0;
	width: 4rem;
	margin: auto;
}
.waitanimation--text:after
{
	content: "Processing payment. Please wait";
	font-weight: bold;
	animation-name: loading-text;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}

@keyframes waitanimation
{
	15%
	{
		transform: translateX(0);
	}
	45%
	{
		transform: translateX(230px);
	}
	65%
	{
		transform: translateX(230px);
	}
	95%
	{
		transform: translateX(0);
	}
}
@keyframes loading-text
{
	0%
	{
		content: "Processing payment. Please wait";
	}
	25%
	{
		content: "Processing payment. Please wait.";
	}
	50%
	{
		content: "Processing payment. Please wait..";
	}
	75%
	{
		content: "Processing payment. Please wait...";
	}
}
