body.system-type--gate-opening .form-group--role, 
body.system-type--gate-opening .form-group--carpark-payment {
    display: none !important;
}

.force-hide {
    display: none !important;
}

.edit-multi-vrm-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.edit-multi-vrm-list ul li {
    padding: 0 0 5px;
}
.edit-multi-vrm-list ul li.add {
    padding: 15px 0 0;
}
.edit-multi-vrm-list ul li input {
    display: block;
    width: 250px;
    float: left;
}
.edit-multi-vrm-list ul li .btn {
    font-size: 13px;
    float: left;
    display: block;
    margin-left: 10px;
}
.edit-multi-vrm-list ul li:after {
    content: '';
    display: block;
    clear: both;
}

#update-payment-popup {    
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    z-index: 999;
    width: 100%;
    height: 100%;
    display: none;
}

#update-payment-popup .update-payment-popup--inner {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*width: 600px;*/
    /*height: 550px;*/
    /*margin: -225px auto auto -300px;*/
    background: #fff;
    padding: 30px;
}

#update-payment-popup .update-payment-popup--inner--close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    color: #000;
}
#update-payment-popup .update-payment-popup--inner--close:before {
    content: 'x';
    font-weight: bold;
    font-size: 24px;
}

#not-verified-bar {
    position:relative;
    background:#d75d49;
    border-top:1px solid #aa3c2d;
    border-bottom:1px solid #d9dee2;
    color: #fff;
    padding: 20px 22px;
    padding-right: 220px;
}
#not-verified-bar .resend-verify-btn {
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.bg-repeat { background: url("../img/bg-repeat.jpg") repeat;}

.edit-single-vrm input {
    margin: 0 8px 0 0;
    width: 100px;
    float: left;
}

.edit-single-vrm button {
    margin: 0;
    float: left;
}

#duplicate-form-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 250;
	display: none;
}
#duplicate-form-popup .duplicate-form-popup {
	position: absolute;
	width: 100%;
	max-width: 580px;
	height: auto;
	padding: 20px;
	background: #fff;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}
#duplicate-form-popup .duplicate-form-popup .close-icon {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 18px;
	font-weight: bold;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #999;
}
#duplicate-form-popup .duplicate-form-popup h2 {
	margin: 0 0 20px;
	font-size: 22px;
	font-weight: bold;
}

.custom-switch {
    padding-left: 4.5em;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 4.35em;
    padding-left: 3em;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    padding-left: 2em;
    padding-top: 0.5em;
}

.custom-switch .custom-control-label::before {
    left: -2.25em;
    width: 3.5em;
    pointer-events: all;
    border-radius: 0.5em;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25em;
    left: -0.75em;
    display: block;
    width: 2em;
    height: 2em;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-switch .custom-control-label::after {
    top: calc(0.25em + 2px);
    left: calc(-2.25em + 2px);
    width: calc(2em - 4px);
    height: calc(2em - 4px);
    background-color: #adb5bd;
    border-radius: 0.5em;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
}
.custom-control-label::after {
    position: absolute;
    top: 0.25em;
    left: -0.75em;
    display: block;
    width: 2em;
    height: 2em;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(1.5em);
    transform: translateX(1.5em);
}

.form-loader {
    position: absolute;
    top: 0;
    left: -175px;
    width: 100%;
    height: 100%;
    background: url(/ns-assets/images/ajax-loader.gif) center no-repeat #fff;
    z-index: 1;
}

.dev-banner {
    position: absolute;
    width: 100%;
    height: 1.5em;
    background-color: #000000;
    color: #FF0000;
    font-size: large;
    font-family: monospace;
    padding-left: 1em;
    padding-right: 1em;
    overflow: hidden;
    z-index: 1;
}