/*
	FONTS	
*/

@font-face {
  font-family: 'ZkHeadings';
  font-weight: bold;
  src: url(../fonts/pltb.woff);
}
@font-face {
  font-family: 'ZkText';
  font-weight: normal;
  font-style: normal;
  src: url(../fonts/zktekst.woff);
}

@font-face {
  font-family: 'ZkText';
  font-weight: bold;
  font-style: normal;
  src: url(../fonts/zktekst-bold.woff);
}

@font-face {
  font-family: 'ZkText';
  font-weight: bold;
  font-style: italic;
  src: url(../fonts/zktekst-bold-italic.woff);
}

@font-face {
  font-family: 'ZkText';
  font-weight: normal;
  font-style: italic;
  src: url(../fonts/zktekst-italic.woff);
}

@font-face {
  font-family: 'ZkText';
  font-weight: light;
  font-style: normal;
  src: url(../fonts/zktekst-light.woff);
}

@font-face {
  font-family: 'ZkText';
  font-weight: light;
  font-style: italic;
  src: url(../fonts/zktekst-light-italic.woff);
}

h1 {
	font-family: 'ZkHeadings', sans-serif;
}
h2, h3, h4, h5 {
	font-family: 'ZkText', sans-serif;
	font-weight: bold;
	font-style: normal;
}
h5 {
    margin: 0.4em 0 0 0;
	font-size: 1.1em;
}
html, div, p, span {
	font-family: 'ZkText', sans-serif;
	font-weight: normal;
	font-style: normal;
}


/*
	CHECKIN SCREEN
*/

.navbar-dark {
/*
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#004E92), to(#002548));
	background: -webkit-linear-gradient(#004E92, #002548);
	background: -moz-linear-gradient(#004E92, #002548);
	background: -o-linear-gradient(#004E92, #002548);
	background: linear-gradient(#004E92, #002548);
	*/
	background: #F9D2FF;
}
.navbar-dark.bg-dark {
	background: #F9D2FF !important;
}
.navbar .logo-main {
	height: 40px;
}
.navbar .login-as {
	color: #333;
	font-size: .83em;
}
.navbar .login-as a {
	color: #333;
	font-style: italic;
}
.navbar .login-as .login-name {
	font-weight: bold;
	color: #333;
}
.loginAlert {
	margin-top: 20px;
}

.jumbotron {
	background: #fff;
}



/*
.card-home a {
	color: #0169B8;
}
*/
.card-home a h2 { 
	color: #0169B8;
	text-align: left;
	font-size: 1.4em;
}
.card-home a h3 { 
	color: #0169B8;
	text-align: left;
	font-size: 1.1em;
}
.card-home .date-range {
	text-align: left;
	font-size: .8em;
	color: #444;
	margin-bottom: 0;
}
.card-home .lock-info {
	text-align: left;
	font-size: .8em;
	color: #444;
}
.card-home .lock-info .online {
	color: #2DCD6E;
}
.card-home .lock-info .offline {
	color: #F29B0F;
}

.card-home .counters .counter {
	width: 25%;
	margin-right: 5px;
	border-radius: 2px;
	padding: 4px 3px 5px 3px;
	float: left;
	text-align: center;
}
.card-home .counters .clear {
	clear: both;
}
.card-home .counters .counter .counter-counter {
	font-size: 1.4em;
	text-align: center;
	width: 100%;
	display: block;
}
.card-home .counters .counter .counter-explainer {
	width: 100%;
	padding-top: 5px;
	text-align: center;
	font-size: .7em;
	text-transform: uppercase;
}

.card-home .counters .counter > div {
text-align: center;

}
.card-home .counters .counter-success {
	border: 1px solid #2DCD6E;
	color: #2DCD6E;
}
.card-home .counters .counter-success .counter-explainer {
	border-top: 1px solid #2DCD6E;
}

.card-home .counters .counter-pending {
	border: 1px solid #F29B0F;
	color: #F29B0F;
}
.card-home .counters .counter-pending .counter-explainer {
	border-top: 1px solid #F29B0F;
}

.card-home .counters .counter-queue {
	border: 1px solid #FF6666;
	color: #FF6666;
}
.card-home .counters .counter-queue .counter-explainer {
	border-top: 1px solid #FF6666;
}

.card-home .counters .counter-love {
	border: 1px solid #EB6E91;
	color: #EB6E91;
}
.card-home .counters .counter-love .counter-explainer {
	border-top: 1px solid #EB6E91;
}

.home-form label, .home-email-form label {
	text-align: left;
}
.home-form input[type=text], .home-form input[type=email], .home-email-form input[type=text], .home-email-form input[type=email] {
	width: 100%;
    padding: 5px;
    border-radius: 2px;
    border: 1px solid #ddd;
}
.home-form select, .home-email-form select {
    width: 100%;
    padding: 10px 20px 10px 10px;
    border-radius: 2px;
    border: 1px solid #ddd;
}
.home-form .datePickerDisplay {
	width: 100%;
    padding: 5px 5px 5px 8px;
    border-radius: 2px;
    border: 1px solid #e7e7e7;
	background-color: transparent;
	margin-bottom: 15px;
	color: #222;
}

.home-form textarea, .home-email-form textarea {
	width: 100%;
    padding: 5px;
    border-radius: 2px;
    border: 1px solid #ddd;
	min-height: 200px;
}
.home-form .alert-mini, .home-email-form .alert-mini {
	color: #555;
	font-size: .83em;
}
.home-form .timeSelect {
	padding: 5px;
    border-radius: 2px;
    border: 1px solid #ddd;
}

.data-head {
	font-weight: bold;
}
.data-sub-head {
	font-weight: bold;
	font-size: .83em;
}
.data-sub-head-row {
	padding-top: 15px;
}
.data-details {
	font-weight: normal;
	display: block;
	font-size: .83em;
}

.data-row-head {
	border-bottom: 1px solid #bbb;
	padding-bottom: 8px;
	margin-bottom: 12px;
}
.data-row {
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	margin-bottom: 12px;
}
.data-row.not-last {
	border-bottom: none;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
.small-data-row {
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	margin-bottom: 12px;
}
.data-row.data-row-full {
	color: #F29B0F;
}
.invitation-details {
	font-weight: normal;
	font-size: .7em;
}
.invitation-details a {
	display: inline-block;
	padding: 2px 5px;
	background-color: #e3e3e3;
}

.login-form input[type=text], .login-form input[type=password], .verification-form input[type=text], .verification-form input[type=password] {
	width: 100%;
    padding: 5px;
    border-radius: 2px;
    border: 1px solid #ddd;
}
.login-form .btn.btn-submit, .verification-form .btn.btn-submit {
	width: 100%;
    padding: 8px;
    border-radius: 2px;
    background: #5CAFFF;
	}




/* 2020 RESTYLE */

main.inner {
	background: #fff;
}
@media only screen and (min-width: 600px) {

	main.inner {
		background: linear-gradient(#004E92, #002548);
	}
	.phone-outer, .phone-inner, .phone-footer .phone-button {
		border-color: #004070;
	}
	.phone-header .phone-speaker {
	background-color: #004070;
	}
	.phone-outer {
		background: #111;
	}
	.phone-inner {
		background: #fff;
	}
}
.form-group .label {
	text-transform: uppercase;
	color: #444;
	font-weight: bold;
	font-size: .83em;
}


.verification-form .btn.btn-submit.btn-deny {
	background-color: #F42E0B;
}
.verification-form .btn.btn-submit.btn-deny:hover {
	background-color: #EE5337;
}
	
.verification-form .btn.btn-submit.btn-accept {
	background-color: #0BD444;
}
.verification-form .btn.btn-submit.btn-accept:hover {
	background-color: #34EC68;
}


.badge-status {
	padding: 5px 10px;
}
.badge-lock-linked {
	padding: 5px 10px;
	border-radius: 3px;
}
.badge-green {
	background-color: #2DCD6E;
}
.badge-yellow {
	background-color: #D2C672;
}
.badge-orange {
	background-color: #DDA757;
}
.badge-red {
	background-color: #FF6666;
}

.text-badge {
	font-size: 75%;
}

.text-green {
	color: #2DCD6E;
}
.text-yellow {
	color: #FEBF2D;
}
.text-orange {
	color: #FE7A2D;
}
.text-red {
	color: #FF6666;
}


.colViewingStatus {
	padding: 0;
}
.viewingStatus {
	margin-top: 35px;
	margin-bottom: 20px;
}
.viewingStatus .statusImage {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	text-align: center;
}
.viewingStatus .statusImage img {
	position: absolute;
	width: 100px;
	height: 100px;
	left: 50%;
	top: 50%;
	margin-top: -50px;
	margin-left: -50px;
	z-index: 2;
}
.viewingStatus .line-left {
	position: absolute;
    z-index: 1;
    width: 50%;
    height: 10px;
    left: 0;
    top: 50%;
    margin-top: -5px;
	background: #D5D5D5;
}
.viewingStatus .line-right {
	position: absolute;
    z-index: 1;
    width: 50%;
    height: 10px;
    left: 50%;
    top: 50%;
    margin-top: -5px;
	background: #D5D5D5;
}
.viewingStatus .statusDetails {
	text-align: center;
	margin-top: 15px;
	}
@media (max-width: 575px) {
/*
	.viewingStatus .line-left, .viewingStatus .line-right {
		display: none;
	}
	*/
	.viewingStatus {
		margin: 0 0 0 15px;
	}
	.viewingStatus .statusImage {
	    text-align: center;
	    width: 100px;
	    float: left;
	    height: 150px;
	}
	.viewingStatus .statusDetails {
	    float: left;
	    width: 200px;
	    text-align: left;
	    height: 150px;
	    margin: 0;
		display: flex;
		align-items: center;
	}
	.viewingStatus .statusDetails .statusText {
		margin: 4px 0 0 12px;
	}
	.viewingStatus .line-left {
		margin-top: 0;
		margin-left: -5px;
		height: 50%;
		width: 10px;
		top: 0;
		left: 50%;
	}
	.viewingStatus .line-right {
		margin-top: 0;
		margin-left: -5px;
		height: 50%;
		width: 10px;
		top: 50%;
		left: 50%;
	}
	
}
.viewingStatus .line-active {
	background: #2BF08E;
	}
.viewingStatus .statusDetails .statusText p.time span {
	display: block;
}

.removeCircle {
	background: #dd1111;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 15px;
	line-height: 30px;
	margin-top: -3px;
}
.removeCircle .ui-icon-closethick {
	background-image: url(images/ui-icons_ffffff_256x240.png);
}

.btn.btn-verify {
    padding: 3px 6px;
    border: 1px solid #2BF095;
    color: #fff;
    background-color: #2BF08E;
    border-right-color: #24C877;
    border-bottom-color: #24C877;
	
}


.time-bar {
	margin: 0 0 5px 0;
	background-color: #2DCD6E;
	border: 1px solid #777;
	border-radius: 5px;
	height: 20px;
	overflow:hidden;
}
.time-bar > div {
	color: #fff;
	font-size: .75em;
	padding: 2px 0 0 3px;
	overflow: hidden;
	line-height: 13px;
	border-top: 1px solid rgba(255, 255, 255, .3);
	border-left: 1px solid rgba(255, 255, 255, .3);
	border-right: 1px solid rgba(0, 0, 0, .15);
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	height: 100%;
	float: left;
}
.time-bar .time-bar-viewing {
	background-color: #2DCD6E;
}
.time-bar .time-bar-warning {
	background-color: #DDA757;
}
.time-bar .time-bar-delay {
	background-color: #aaa;
}

.home-form input[type=text].minutesInput {
	width: 50px;
	float: left;
}
.minutesText {
	float: left;
	padding: 6px 0 0 10px;
}

.btn-green {
	color: #fff;
    background-color: #2DCD6E;
    border-color: #2DCD6E;
}



.card-home .locks .lock {
	width: 30%;
	margin-right: 5px;
	border-radius: 2px;
	padding: 4px 3px 5px 3px;
	float: left;
	text-align: center;
	border: 1px solid #e3e3e3;
	min-height: 140px;
}
.card-home .locks .lock.lock-green {
	border: 1px solid #2DCD6E;
}
.card-home .locks .lock.lock-red {
	border: 1px solid #ff6666;
}
.card-home .locks .clear {
	clear: both;
}
.card-home .locks .lock .lock-itemcode {
	font-size: .75em;
	font-weight: 600;
	text-align: center;
	display: block;
}
.card-home .locks .lock .lock-status {
	font-size: .75em;
	font-weight: 200;
	text-align: center;
	display: block;
	color: #ff6666;
}
.card-home h3.lock-location {
	color: #333;
	font-size: .9em;
}

.newLock .lock-image {
	margin: 0 auto;
	width: 50%;
	display: block;
}
.newLock .lock-itemcode {
	font-size: .9em;
	font-weight: bold;
}




.btn-wide {
	display: block;
	width: 100%;
	text-align: center;
}
.btn-primary {
	background: #2DCD6E;
	color: #fff;
	border: none;
}
.btn-secondary {
	background: #888;
	color: #fff;
	border: none;
}
.btn-blanco {
	background: #fff;
	color: #888;
	border: 1px solid #888;
}

.btn-remove {
	background: #fff;
	color: #ff6666;
	border: 1px solid #ff6666;
}
.btn-remove-confirm {
	background: #ff6666;
	color: #fff;
	border: 1px solid #ff6666;
}



.card-new-lock .btn {
	margin-top: 15px;
}
.newLockName {
	font-size: 1.2em;
}
.lockDetail {
	font-size: .82em;
}



.lockStateTable {
	width: 100%;
}

.lockStateTable tr:first-child {
	border-top: 1px solid #ddd;
}
.lockStateTable tr {
	border-bottom: 1px solid #ddd;
}
.lockStateLabel {
	font-weight: bold;
	font-size: .83em;
	padding: 7px 15px 7px 3px;
	width: 150px;
}
.lockStateValue {
font-weight: normal;
	padding: 4px 15px 7px 3px;
}
.lockStateValue .badge-tech {
	font-weight: normal;
	border: 1px solid #eee;
	color: #888;
}


.btn-light {
	border: 1px solid #2DCD6E;
    background: #fff;
    color: #2DCD6E;
    padding: 3px 13px;
    font-size: .9em;
    font-weight: bold;
}



.search-wait {
	border: 5px dashed #ddd;
	background: #fafafa;
	padding: 20px;
	color: #aaa;
	font-weight: bold;
	font-size: 1.3em;
}
.search-results {
	margin-top: 20px;
}
.search-results .search-result {
	border: 1px solid #ddd;
	margin-bottom: 5px;
	background-color: #fff;
	padding: 7px 5px 7px 7px;
	cursor: pointer;
}
.search-results .search-result .name {
	font-family: 'ZkHeadings', sans-serif;
	font-size: 1.1em;
	pointer-events: none;
}

.search-results .search-result .icons {
	float: right;
	pointer-events: none;
	margin: 2px 2px 0 0;
}
.search-results .search-result .icon {
	border-radius: 20px;
	pointer-events: none;
    color: #fff;
    padding: 2px 10px;
    font-size: .8em;
    font-weight: bold;
}
.search-results .search-result .icon i {
	padding-right: 4px;
}
.search-results .search-result .details {
	font-family: 'ZkText', sans-serif;
	color: #555;
	font-size: .8em;
	pointer-events: none;
}
	
.search-results .search-result .viewingDetails {
	font-family: 'ZkText', sans-serif;
	color: #999;
	font-size: .8em;
	pointer-events: none;
}
.search-results .search-result .viewingDetails a { 
	pointer-events: auto;
}




.imageUploadField {
	text-align: center;
    padding: 40px;
    border: 3px dotted #ccc;
    border-radius: 10px;
    margin: 10px 0 30px 0;
}

.btn-download {
	display: inline-block;
    text-align: left;
    background-color: #F9D2FF;
    padding: 3px 10px;
    font-size: .7em;
}

.data-row .viewerName {
	display: block;
}
.data-row .purchaseAgentName {
	font-size: .83em;
	color: #333;
	display: block;
}



.fully_booked {
	display: inline-block;
    background-color: #FF6666;
	color: #fff;
	padding: 2px 12px;
	border-radius: 2px;
    margin-top: -2px;
}

.btn-unqueue {
	background-color: #2DCD6E;
	color: #fff;
	font-size: .82em;
	padding: 6px 15px;
}
.btn-unqueue:hover {
	background-color: #0DAD4E;
	color: #fff;	
}
.btn-remove {
	background-color: #FF6666;
	color: #fff;
	font-size: .82em;
	padding: 6px 15px;
}
.btn-remove:hover {
	background-color: #DD4444;
	color: #111;	
}









