﻿/* Controlperfect Inc. 2019 */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

/*
body {
	font-size: .90em;
	font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
	color: #232323;
	background-color: #fff;
}*/
/*
header, footer, nav, section {
	display: block;
}*/

/* Allow IE show best quality image */
img {
	-ms-interpolation-mode: bicubic;
}



/* Styles for basic forms
-----------------------------------------------------------*/
.table.table-striped:not(.display-id) thead tr td:nth-child(1),
.table.table-striped:not(.display-id) thead tr th:not(.visible):nth-child(1),
.table.table-striped:not(.display-id) tbody tr td:nth-child(1),
.table.table-striped:not(.display-id) tbody tr th:not(.visible):nth-child(1) {
	display: none;
}



fieldset {
	border: 1px solid #ddd;
	padding: 0 1.4em 1.4em 1.4em;
	margin: 0 0 1.5em 0;
}

legend {
	font-size: 1.2em;
	font-weight: bold;
}

textarea {
	min-height: 75px;
}

.editor-label {
	margin: 1em 0 0 0;
}

.editor-field {
	margin: 0.5em 0 0 0;
}

/* Login */
.login-input {
	text-align: center;
	height: 50px !important;
	font-size: 17px !important;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
	color: #ff0000;
	display: block;
	margin-bottom: 0;
	padding: 5px;
}

.field-validation-valid {
	display: none;
}

.validation-summary-errors {
	font-weight: bold;
	color: #ff0000;
	text-align: left;
}

.validation-summary-valid {
	display: none;
}


.display-label {
	float: left;
	clear: left;
	width: 250px;
}

.display-field {
	float: left;
	clear: right;
}

/*    Menu principal    */
.fixed-top {
	position: fixed;
	width: 100%;
	z-index: 100;
}


[type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance: button;
}

button, select {
	text-transform: none;
}

button, input {
	overflow: visible;
}


.margin-right-auto, .mx-auto {
	margin-right: auto !important;
}


.d-inline-block {
	display: inline-block !important;
	vertical-align: top;
}

.align-top {
	vertical-align: top !important;
}


.mb-lg-0, .my-lg-0 {
	margin-bottom: 0 !important;
}

.mt-lg-0, .my-lg-0 {
	margin-top: 0 !important;
}

.mb-2, .my-2 {
	margin-bottom: .5rem !important;
}

.mt-2, .my-2 {
	margin-top: .5rem !important;
}

.form-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bg-dark {
	background-color: #1B1E39;
}

#mainContainerSection {
	display: flex;
	margin-bottom: 25px;
}




.stat-tab {
	margin-right: 10px;
}


.dropdown-menu {
	padding-top: 15px;
}

.dropdown-menu-item {
	cursor: default;
	z-index: 10000001;
}

.dropdown-title {
	font-weight: bold;
	margin-bottom: 10px;
}

	.dropdown-title span {
		background-repeat: no-repeat;
		background-position: 1em 50%;
		background-size: 2.5em auto;
		padding: 0.8em 1em 0.8em 4em;
	}

.dropdown-item span {
	background-repeat: no-repeat;
	background-position: 1em 50%;
	background-size: 2em auto;
	padding: 11px 14px 11px 42px
}

.notification-counter-total {
	position: relative;
	right: -30px;
	top: -6px;
	font-size: 11px;
	color: white;
	text-decoration: none;
	display: none;
}

.notification-counter {
	color: transparent;
	min-width: 42px;
	display: inline-block;
	text-align: right;
	margin-right: 10px;
	padding: 0 !important;
}

	.notification-counter.notify {
		color: red;
	}

.mainmenu-logo {
	cursor: pointer;
	height: 25px;
	width: 400px;
	display: block;
	margin-top: 2px;
}

	.mainmenu-logo:hover {
		background-position: -409px -5px;
	}

.mainmenu-logo-visitorperfect {
	background-position: -0px -36px;
}

	.mainmenu-logo-visitorperfect:hover {
		background-position: -409px -36px;
	}

.nav > li > a.submenu {
	padding: 5px 12px;
}

.header {
	height: 50px;
	padding: 5px;
	background: #1B1E39;
	background-size: 100% 100%; /* w3 spec - no browser supports it yet */
	-moz-background-size: 100% 100%; /* used for firefox */
	-o-background-size: 100% 100%; /* used for opera */
	-webkit-background-size: 100% 100%; /* used for safari and chrome */
}

.header-link {
	color: #fefefe;
}


.mainmenu-title {
	color: #f0f0f0;
	font-size: 25px;
	background-image: url('../../Content/images/Controlperfect_32.png');
	background-repeat: no-repeat;
	background-position-x: 5px;
	background-size: 32px 32px;
	padding: 2px 0 2px 42px;
	line-height: 40px;
}

	.mainmenu-title:hover {
		color: #f0f0f0;
		text-decoration: none;
		text-shadow: #d0d0d0 0px 0px 10px
	}

	.mainmenu-title:focus {
		color: #f0f0f0;
		text-decoration: none;
		outline: 0;
	}

.maintainHover {
	background-color: white;
}

.product-visitorperfect .mainmenu-title {
	background-image: url('../../Content/images/Visitorperfect_32.png');
}

.product-reportperfect .mainmenu-title {
	background-image: url('../../Content/images/Reportperfect_32.png');
}

.product-accreditationperfect .mainmenu-title {
	background-image: url('../../Content/images/Accreditationperfect_32.png');
}

.product-tourperfect .mainmenu-title {
	background-image: url('../../Content/images/Tourperfect_32.png');
}

.product-equipmentperfect .mainmenu-title {
	background-image: url('../../Content/images/Equipmentperfect_32.png');
}

.product-dispatchperfect .mainmenu-title {
	background-image: url('../../Content/images/Dispatchperfect_32.png');
}

.product-keyperfect .mainmenu-title {
	background-image: url('../../Content/images/Keyperfect_32.png');
}


.center-menu-button {
	text-align: center;
	margin: 15px;
}

	.center-menu-button button {
		width: 300px;
	}

.page-toolbar {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
}

.action-section {
	margin: 5px;
}

.search-section {
	flex-grow: 1;
	margin: 5px;
}


/************************/
/* override bootstrap style */
.btn-filter {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

	.btn-filter.active {
		color: #ffffff;
		background-color: #cf331f;
		border-color: #2e6da4;
	}

.no-left {
	padding-left: 0;
}

.tab-content {
	overflow-x: hidden;
}

.step-title {
	min-height: 20px;
	border-radius: 0;
}

.titletopcenter {
	position: absolute;
	font-weight: bold;
	top: 0px;
	left: 20px;
	color: White;
}

.breadcrumb {
	background: none;
	font-size: 18px;
}

	.breadcrumb a {
		text-decoration: none;
	}
/* Override popover max width */
.popover {
	max-width: 576px;
}

.stepstocomplete a {
	color: #333333;
}

.stepstocomplete li.active {
	font-weight: bold;
}

.SIP-container {
	padding: 9px 0px 0px 0px;
}

.all-border {
	border: 1px solid #0D5CAD;
}

.right-border {
	border-right: 1px solid #0D5CAD;
}

.left-border {
	border-left: 1px solid #0D5CAD;
}


@media (min-width: 768px) {

	.left-border-sm {
		border-left: 1px solid #0D5CAD;
	}

	.right-border-sm {
		border-left: 1px solid #0D5CAD;
	}

	.page-toolbar {
		flex-direction: row;
	}
}


/*******/

#container {
	margin: 0px auto;
	width: 400px;
	height: 300px;
	border: 10px #333 solid;
}

#videoElement {
	width: 400px;
	height: 300px;
	background-color: #666;
	position: relative;
	border: 1px solid black;
}

.videoElement:before {
	content: "\f030";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	color: #ff0000;
	font-size: 30px;
	padding-right: 0.5em;
	position: absolute;
	top: 10px;
	left: 0;
}

#canvas {
	width: 400px;
	height: 300px;
	background-color: #CCC;
}

.SIP-footer {
	padding-left: 15px;
	padding-right: 15px;
	color: white;
	height: 25px;
	font-size: 12px;
}



.white {
	color: white;
}

/* xs Menu */

.xsMenuContainer {
	margin-top: 3px;
	width: auto;
	position: relative;
	z-index: 1000001;
	table-layout: fixed;
}

.xsMenu {
	padding-top: 4px;
	background-color: white;
	border: solid 1px;
	overflow-y: scroll;
	max-height: 300px;
}

	.xsMenu ul {
		list-style: none;
		padding: 0px;
	}

	.xsMenu a {
		color: inherit;
	}

		.xsMenu a:link {
			color: inherit;
		}

		.xsMenu a:visited {
			color: inherit;
		}

		.xsMenu a:hover {
			color: inherit;
			text-decoration: none;
		}

		.xsMenu a:active {
			color: inherit;
		}

.xsMenuItem {
	padding: 5px;
}

	.xsMenuItem .xsMenuItemBadge {
		display: none;
		min-width: 10px;
		padding: 3px 5px 2px 4px;
		font-size: 10px;
		font-weight: bold;
		line-height: 1;
		color: #fff;
		text-align: center;
		white-space: nowrap;
		vertical-align: super;
		background-color: red;
		border-radius: 10px;
	}

.xsSubMenu li {
	padding: 5px 5px 5px 22px;
}

.xsMenuBtn {
	color: #0D5CAD;
}

/* End of xs Menu */




.title {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.btn-outline-dark {
	color: #343a40;
	background-color: transparent;
	background-image: none;
	border-color: #343a40;
}

.text-align-middle {
	vertical-align: middle;
}

.btn, .btn:hover, .btn:focus {
	text-decoration: none;
}

.no-autofocus {
	/* Prevent an auto-focus on a form (all .form-control) or a specific .form-control */
}

canvas.signature {
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: white;
	width: 100%;
	height: 100%;
}

	canvas.signature.required {
		border-color: #a94442
	}

.select2-input-group {
}

	.select2-input-group > .input-group-addon {
		border-left: 0;
		border-top: 1px solid #aaa;
		border-right: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
	}


hr.narrow {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
	border-top: 1px solid #ccc;
}
/*.select2-input-group > .input-group-addon:first-of-type {
		border-left: 0;
	}*/
