﻿/*
	***************************************************************************************
	Angular related overrides
	***************************************************************************************
*/
/* This is related to not displaying html template while loading */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none !important;
}

/*
	***************************************************************************************
	Overall Body
	***************************************************************************************
*/

html, body, form {
	height: 100%;
}

h1, h2, h3, h4, h5, h6, legend {
	color: #0E2C84;
}

body {
	background-color: #f2f2f2;
}

sub {
	bottom: 0;
}

input, .input-group-btn > .btn {
	margin-bottom: 5px !important;
}

/*
	***************************************************************************************
	Login Layout
	***************************************************************************************
*/

body#Login {
	background-color: #fff;
}

.card-login {
	position: absolute;
	width: 310px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

	.card-login label {
		text-align: left;
		font-weight: bold;
		color: #0E2C84;
	}

.login-title {
	font-size: 18px;
	text-align: center;
	color: #555;
	margin-bottom: 15px;
}

.login-person-wrap {
	text-align: center;
	transition: opacity 0.075s ease 0s;
	margin-bottom: 15px;
}

.login-person {
	background-color: #E1E1E1;
	border-radius: 100%;
	width: 96px;
	height: 96px;
	display: inline-block;
	overflow: hidden;
}

	.login-person i {
		color: #BDBDBD;
		padding-top: 30px;
	}

.btn-login {
	width: 100%;
}

.btn-register {
	display: none;
	font-size: 14px;
}

.chk-rememberme {
	display: none;
}

/*
	***************************************************************************************
	Master Layout
	***************************************************************************************
*/

/* Common */
.pull-right {
	float: right !important;
}

.required:after {
	content: "*";
	color: red;
}

/* Header */
.page-header {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 60px;
	min-height: 60px;
	filter: none;
	background-image: none;
	background-color: #fff;
}

	.page-header .page-logo {
		height: 50px;
		min-height: 50px;
	}

		.page-header .page-logo .logo-site {
			width: 281px;
			height: 48px;
			vertical-align: top;
		}

		.page-header .page-logo .app-title {
			font-family: Footlight MT Light;
			font-size: 40px;
			font-weight: bold;
			font-style: italic;
			color: #0E2C84;
			height: 50px;
			min-height: 50px;
			text-align: top;
		}

	.page-header .page-title {
		color: #0E2C84;
		text-align: center;
		display: inline-block;
		height: 50px;
		min-height: 50px;
	}

	.page-header .page-menu {
		padding-top: 10px;
		padding-right: 10px;
		display: inline-block;
		height: 50px;
		min-height: 50px;
	}

		.page-header .page-menu .greeting {
			color: #0E2C84;
			padding-right: 50px;
		}

		.page-header .page-menu .logout {
		}


	/* Transition from Header to Container */
	.page-header .page-container {
		margin-top: 80px;
	}

/* Container */
.page-container {
	margin: 0;
	padding: 0;
	position: relative;
}

.page-container-bg-solid .page-content {
	background: #f2f2f2;
}

.page-container:after {
	clear: both;
}

.page-container:after, .page-container:before {
	content: " ";
	display: table;
}

.page-container-bg-solid .page-content {
	background: #f2f2f2;
}

.page-content-white .page-title {
	margin: 25px 0;
	font-size: 18px;
}

.page-container-bg-solid .page-title, .page-content-white .page-title {
	color: #666;
	margin-bottom: 20px;
	margin-top: 20px;
}

.page-title {
	padding: 0;
	font-size: 12px;
	letter-spacing: -1px;
	display: block;
	color: #666;
	margin: 0 0 15px;
	font-weight: 300;
}

/* Footer */
.page-footer {
	/*padding: 8px 20px 5px;*/
	font-size: 13px;
	/*height: 40px;*/
	text-align: center;
}

	.page-footer .page-footer-inner {
		color: #0E2C84;
	}

	.page-footer .page-footer-inner {
		display: inline-block;
	}

	.page-footer:after {
		clear: both;
	}

/* Media Queries */
@media (min-width: 992px) {
	.page-sidebar {
		width: 235px;
		float: left;
		position: relative;
		margin-right: -100%;
	}

	.page-content-wrapper {
		float: left;
		width: 100%;
	}

		.page-content-wrapper .page-content {
			margin-left: 10px;
			margin-right: 10px;
			margin-top: 0;
			min-height: 600px;
			padding: 25px 20px 10px;
		}
}


/*
	***************************************************************************************
	Various
	***************************************************************************************
*/
.stacked {
	margin-top: 15px;
}

.stacked-lg {
	margin-top: 25px;
}

.stacked-xl {
	margin-top: 50px;
}
/*
	***************************************************************************************
	Cards
	***************************************************************************************
*/

.card {
	padding: 5px;
	box-shadow: 0 1px 2px #aaa;
	background-color: #e6e6e6;
	margin: 0 1rem 2rem;
	user-select: none;
}

	.card h3 {
		margin-top: 0;
		font-size: 18px;
		font-weight: bold;
		color: #0E2C84;
	}

	.card h4 {
		margin-top: 0;
		font-size: 16px;
		font-weight: bold;
		color: #0E2C84;
	}

	.card h5 {
		margin-top: 0;
		font-size: 12px;
		font-weight: bold;
		color: #0E2C84;
	}

	.card:after {
		position: absolute;
		font-size: .9rem;
		top: 1.5rem;
		right: 1rem;
		content: "";
		width: 1rem;
		line-height: 1rem;
		text-align: center;
		pointer-events: none;
	}

	.card ul {
		padding-left: 0;
		list-style: none;
	}

		.card ul ul li {
			padding-left: 10px;
		}

	.card a,
	.card a:hover,
	.card a:focus,
	.card a:active,
	.card a:visited {
		color: #0E2C84;
		text-decoration: none;
	}

/*
	***************************************************************************************
	Grids
	***************************************************************************************
*/

.grid-control [class*='first'] {
	padding-left: 10px;
}

.grid-control [class="last"] {
	padding-left: 10px;
}

.grid-coin-inventory .ui-grid-header-cell-label {
	font-size: 11px;
}

.grid-coin-inventory .ui-grid-viewport,
.grid-coin-deposit .ui-grid-viewport {
	overflow-x: hidden !important;
}

.grid-coin-inventory .ui-grid-filter-input {
	font-size: 11px;
}

/*
	***************************************************************************************
	Panels
	***************************************************************************************
*/
.panel-plus {
	margin-bottom: 10px;
}

	.panel-plus .panel-toggle {
		font-weight: bold;
	}

.panel-heading {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

	.panel-heading a[class*="panel-toggle"]:link {
		color: #0E2C84;
		text-decoration: none;
	}

	.panel-heading a[class*="panel-toggle"]:visited {
		color: #0E2C84;
		text-decoration: none;
	}

	.panel-heading a[class*="panel-toggle"]:hover {
		color: #0E2C84;
		text-decoration: none;
	}

	.panel-heading a[class*="panel-toggle"]:active {
		color: #0E2C84;
		text-decoration: none;
	}

.panel-plus .panel-toggle:before {
	font-size: 25px;
	vertical-align: -3px;
}

.panel-plus .panel-toggle:not(.collapsed):before {
	font-family: FontAwesome;
	content: "\f139";
	margin-right: 5px;
}

.panel-plus .panel-toggle.collapsed:before {
	font-family: FontAwesome;
	content: "\f13a";
	margin-right: 5px;
}

.panel-scrollable {
	overflow-y: scroll;
	height: 100px;
}

.panel-body label {
	color: #0E2C84;
}

.panel-input {
	width: 100%;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.panel-scrollable-large {
	overflow-y: scroll;
	height: 150px;
}

.panel-textarea {
	overflow-y: scroll;
	width: 100%;
}

.breadcrumb {
	background: #f2f2f2;
}

.breadcrumb-ribbon {
}

.breadcrumb-buttons {
	display: inline;
	float: right !important;
	margin-bottom: 10px;
}

.breadcrumb a {
	text-decoration: none;
	color: #0E2C84;
}

/*
	***************************************************************************************
	CoinPro Web (cpw) Specific Settings
	***************************************************************************************
*/

/* Buttons */
.cpw-btn,
.cpw-btn:hover,
.cpw-btn:focus,
.cpw-btn:active,
.cpw-btn:visited {
	background-color: #0E2C84;
	color: #fff;
}

/* Modal Forms */
.cpw-modal {
	top: 30px;
}

.cpw-dialog-wide {
	width: 90%;
}

.cpw-dialog-medium {
	width: 40%;
}

.cpw-dialog-small {
	font-size: 11px;
}

.cpw-modal h3 {
	color: #0E2C84;
}

.cpw-modal h4 {
	color: #0E2C84;
}

.cpw-modal h5 {
	color: #0E2C84;
}

.cpw-modal label {
	color: #0E2C84;
}

.cpw-modal-warning {
	color: #e30e0e !important;
	display: inline-block;
	max-width: 100%;
	font-weight: 500;
}

.cpw-modal-mobile {
	top: 30%;
}

	.cpw-modal-mobile h4 {
		letter-spacing: 1px;
		font-weight: bold;
		color: #0E2C84;
	}

	.cpw-modal-mobile p {
		color: #0E2C84;
		font-size: 16px;
		margin-left: 10px;
		margin-right: 10px;
	}

.cpw-modal p {
	color: #0E2C84;
	font-size: 16px;
	margin-left: 15px;
	margin-right: 15px;
}

/* Breadcrumb */
.cpw-breadcrumb {
	padding-left: 0;
	padding-bottom: 2px;
	color: #0E2C84;
}

	.cpw-breadcrumb > div {
		padding-left: 0;
	}

	.cpw-breadcrumb .breadcrumb {
		padding: 0px 0px;
		margin-bottom: 5px;
		background-color: #eef1f5;
	}

		.cpw-breadcrumb .breadcrumb a {
			text-decoration: none;
			color: #0E2C84;
		}

		.cpw-breadcrumb .breadcrumb span {
			color: #777;
		}


/*
	***************************************************************************************
	Alert Panel
	***************************************************************************************
*/

#ab_alert {
	text-align: center;
	position: fixed;
	min-width: 600px;
	min-height: 0px;
	cursor: pointer;
	opacity: .99;
	height: 20px;
	top: 10px;
}

.alert {
	background-color: #0E2C84;
	color: white;
}

.app-alert {
	position: fixed;
	width: 40%;
	left: 50%;
	top: 15px;
	z-index: 9999;
	margin-left: -20%;
	text-align: center;
	border: 1px solid #e7e7e7;
}

.grid-tooltip-email {
	padding: 5px;
	box-sizing: border-box;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 100%;
}
/*
	***************************************************************************************
	Modal
	***************************************************************************************
*/

/*
	***************************************************************************************
	Override of UI-GRID to allow for word wrap in grid, proper centering of headers and 
    values and override of some display
	***************************************************************************************
*/

/*
.ui-grid-viewport .ui-grid-cell-contents {
  word-wrap: break-word;
  white-space: normal !important;
}

.ui-grid-row, .ui-grid-cell {
  height: auto !important;
}

.ui-grid-row div[role=row] {
  display: flex ;
  align-content: stretch;
}
*/
.grid-align {
	text-align: center;
}

.grid-right-align {
	text-align: right;
	padding-right: 5px;
}

#searchresultgrid .ui-grid-header-cell .ui-grid-cell-contents {
	text-align: center;
	display: inline-block;
	white-space: initial;
}

.ui-grid-header-cell .ui-grid-cell-contents {
	white-space: normal;
}

.ui-grid-invisible {
	display: none;
}

.ui-grid-header-cell {
	color: #0E2C84;
}

.ui-grid-cell {
	color: #0E2C84;
}

	.ui-grid-cell a {
		color: #0E2C84;
	}

.highlight1 {
	background-color: #b3c4c7 !important;
}

#grid1 .ui-grid-row.ui-grid-row-selected > [ui-grid-row] .ui-grid-cell {
	background-color: red;
}

.ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell {
	pointer-events: auto;
}

.ui-grid-cell input[type='text'] {
	min-width: 100%;
}


/*
	***************************************************************************************
	Override of Bootstrap styles
	***************************************************************************************
*/

.datetime-picker-dropdown {
}

	.datetime-picker-dropdown > li.date-picker-menu {
	}

		.datetime-picker-dropdown > li.date-picker-menu .text-muted {
		}

		.datetime-picker-dropdown > li.date-picker-menu .uib-left {
			background-color: cornflowerblue;
		}

		.datetime-picker-dropdown > li.date-picker-menu .uib-title {
			background-color: lightgrey;
		}

		.datetime-picker-dropdown > li.date-picker-menu .uib-right {
			background-color: cornflowerblue;
		}

	.datetime-picker-dropdown > li.time-picker-menu {
		max-width: 200px;
	}

.mobile {
}

.mobile-canvas {
	height: 100%;
}

.mobile-button {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 2em;
	padding-bottom: 2em;
	width: 100%;
}

.mobile-button-first {
	margin-top: 50px;
	margin-bottom: 10px;
	padding-top: 2em;
	padding-bottom: 2em;
	width: 100%;
}

.latlong {
	margin-top: 10px;
	bottom: 0;
	width: 100%;
	height: 60px;
	font-size: xx-small;
	text-align: center;
}

	.latlong #LAT, #LONG {
		background-color: green;
		background: rgba(0,0,0,0);
		border: none;
		width: 50px;
	}

	.latlong label {
		color: red;
		font-size: xx-small;
	}

	.latlong #current {
		color: blue;
		margin-right: 10px;
	}

/* Hide Spinner on IOS*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* Cause display to be masked like password*/
.mask-text {
	-webkit-text-security: disc;
	-moz-webkit-text-security: disc;
	-moz-text-security: disc;
}

.currency {
	text-align: right;
}

.wholenumber {
	text-align: right;
}

.input-group-addon {
	min-width: 40px;
}

.hide {
	display: none;
}

[class^="ui-grid-icon"]:before,
[class*=" ui-grid-icon"]:before {
	margin-left: 0 !important;
	margin-right: 2px !important;
	width: 14px !important;
}

.ui-grid-filter-input {
	margin-bottom: 0 !important;
}

.coin-inventory-container h4 {
	margin-top: 4px;
	margin-bottom: 4px;
	color: #666;
	border-bottom: solid 1px #666;
}

#AddCoinInventory .cpw-dialog-medium {
	width: 80%;
	margin: 0 auto;
}

#AddCoinInventory .modal-body {
	padding-top: 5px;
}

#AddCoinInventory .control-label {
	font-size: 12px;
	margin-bottom: 2px;
}

#AddCoinInventory .form-control {
	height: 24px;
	padding: 3px 6px;
}


#AddCoinInventory .input-group-btn button {
	height: 24px;
	padding: 1px 12px;
}

#ModifyCoinInventory .cpw-dialog-medium {
	width: 80%;
	margin: 0 auto;
}

#ModifyCoinInventory .modal-body {
	padding-top: 5px;
}

#ModifyCoinInventory .control-label {
	font-size: 12px;
	margin-bottom: 2px;
}

#ModifyCoinInventory .form-control {
	height: 24px;
	padding: 3px 6px;
}


#ModifyCoinInventory .input-group-btn button {
	height: 24px;
	padding: 1px 12px;
}

.coin-inventory-table td:first-of-type {
	padding-left: 0px;
}

.coin-inventory-table .total-amount {
	padding-left: 0;
	padding-right: 0;
}
