body {
	font-family: monospace, Arial, FontAwesome, sans-serif;
	background: white;
}

* { font-family: monospace; }
table { padding: 0px; margin: 0px; border-spacing: 0px; font-size: 12px; }
tr.even td { background-color: #F0F0F0; }
tr.odd  td { background-color: #FFF; }
.header { cursor: pointer; }
td { min-width: 100px; padding: 0px 5px; }
div#menu {
	margin-bottom: 10px;
}

table#db_results {
	width: 100%;
}

div#error_msg {
	cursor: hand;
	position: fixed;
	width: 490px;
	/*height: 260px;*/
	min-width: 490px;
	min-height: 260px;
	background-color: rgb(255,80,100);
	border: 5px solid rgb(0,0,0);
	top: 60;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
	padding: 15px;
	font-size: 16px;
    font-weight: bold;
}

table#editOrderTable tr td:nth-child(even) {
	background-color: #F0F0F0;
}

div#loading_container { display: inline-block; }
div#loading, div#loading_complete {
	width: 27px; 
	height: 27px; 
	display: none;
	margin-left: 10px;
}
div#loading { color: red; }
div#loading_complete { color: green; }

div#ccm_notif {
	width: 100%;
    text-align: center;
    font-size: 44px;
}

div#ccm_notif span {
	color: #61f561;
	font-weight: bold;
	text-decoration: underline;
}

span.ccm_notif, span.ccm_flag {
	color: white;
	background-color: green;
	font-weight: bold;
	text-decoration: underline;
}

div#ccm_notif span.no_discount, span.ccm_flag.no_discount, .not_captured {
	color: white;
	background-color: red;
}

.capture_amount, .capture_amount input[type=button] {
	font-size: 28px;
    text-align: right;
	color: green;
}

.exceeds_original, .capture_amount.exceeds_original input[type=button] {
	color: red !important;
}

.sp_fields{
	max-width: 100px;
}

.q_focus {
	background-color: #b5ff72;
}

.default_price_discounted {
	color: red;
	text-decoration: line-through;
}

#revisions_list { /**/ }
#revisions_list li { text-align: left; }
#revisions_list li div { display: inline-block; min-height: 25px; font-size: 14px; }
#revisions_list li div label { text-decoration: underline; }
#revisions_list li div.order-ts { min-width: 300px; width: 300px; }
#revisions_list li div.order-count { min-width: 190px; width: 190px; }
#revisions_list li div.order-total { min-width: 170px; width: 170px; }
#revisions_list li div.done-by { min-width: 250px; width: 250px; }

/*
td.remote_ip {
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}*/

div#menu button {
	margin-right: 10px;
	width: 150px;
	height: 30px;
	font-size: 16px;
}

div.form ul {
	list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 5px;
}

div.form ul li {
	padding-bottom: 15px;
}

div.form label {
	min-width: 180px;
	display: inline-block;
	vertical-align: top;
}

div#msgPanel_container {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	border:solid 2px black;
	overflow:auto;
	background-color: rgba(0,0,0,.7);
	display: none;
}

div.msgPanel {
	position: fixed;
	width: 90%;
	height: 71%;
	min-width: 490px;
	min-height: 140px;
	background-color: rgb(245,245,245);
	border: 5px solid rgb(0,0,0);
	top: 60;
    left: 60;
	padding: 15px;
}

.loading_flag {
	background-image: url('/shop/Preloader_8.gif'); 
	/*background-repeat: no-repeat;*/
	background-size: contain;
}

@media only screen 
and (min-width: 321px) and (max-width: 480px) {

	div#menu button {
		width: 100%;
	}

}

div.product_face { clear: both; }
span.product_name { font-weight: bold; font-size: 18px; }
div.product_tn { width: 100px; height: 100px; max-width: 200px; background-repeat: no-repeat; background-size: contain; display: inline-block; float: left; }
div.product_section { /**/ }
div.product_section ol { display: inline-block; }
span.total_requested { font-size: 16px; font-weight: bold; }

input.order_quantity_field { width: 60px; }

	.admin_active {
		display: block;
		background-color: #EFEFEF;/*#111B7C;*/
	}
	a.admin_active {
		color: #000 !important;
	}
	.pagination {
		margin-top: 15px;
		display: inline-block;
	}

	.pagination a {
		color: black;
		float: left;
		padding: 8px 16px;
		text-decoration: none;
		border: 1px solid #ddd; /* Gray */
	}
	.pagination a:first-child {
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}

	.pagination a:last-child {
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}

	.pagination a.active {
		background-color: #4CAF50;
		color: white;
	}
	.pagination a:hover:not(.active) { background-color: #ddd; }

div#db_contents div.db_results_container:nth-child(odd) { background: rgb(255,255,255); }
div#db_contents div.db_results_container:nth-child(even) { background: rgb(225,225,225); }

div.db_results_container {
	border: 1px solid black;
    margin-bottom: 15px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 0 15 5;
    width: 715px;
}

div.typeHeader, div.domainHeader {
	font-size: 28px;
	font-weight: bold;
	margin: 12px 0 5px 5px;
}
div.phonesHeader {
	font-size: 20px;
	font-weight: bold;
	margin: 12px 0 5px 9px;
}

table th.header {
	background-color: inherit;
	/*cursor: row-resize;*/
	text-align: left;
	font-size: 10px;
}

div.db_results_container table {
	margin-left: 4px;
}

div.db_results_container table col#type_col { width: 61px; }
div.db_results_container table col#product_col { width: 182px; }
div.db_results_container table col#description_col { width: 508px; }
div.db_results_container table col#password_col { width: 130px; }

div.db_results_container table col#status_col { width: 115px; }
div.db_results_container table col#username_col { width: 150px; }
div.db_results_container table col#email_col { width: 350px; }

div.db_results_container table col#image_col { width: 567px; }
div.db_results_container table col#pic_buttons_col { width: 134px; }

div.db_results_container table col#phone_col { width: 501px; }
div.db_results_container table col#phone_buttons_col { width: 200px; }

div.db_results_container table col#package_label_col { width: 150px; }
div.db_results_container table col#price_col { width: 315px; }
div.db_results_container table col#quan_col { width: 100px; }
div.db_results_container table col#package_buttons_col { width: 75px; }

div.db_results_container table td {
	font-size: 16px;
}

ul.existing_types {
	list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 5px;
}

ul.existing_types li:nth-child(odd) { background: rgb(255,255,255); }
ul.existing_types li:nth-child(even) { background: rgb(225,225,225); }

ul.existing_types li {
	width: 250px;
	border: 1px solid black;
    margin-bottom: 15px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 0 15 5;
	cursor: hand;
}

span.et_edit {
	float: right;
	padding-right: 15px;
	text-decoration: underline;
}
span.et_edit:hover {
	font-weight: bold;
}

div#results { float: left; padding-right: 10px; width: 740px;}
div#results.nofloat { float: initial; padding-right: 10px; width: 740px;}
div#forms { float: left; width: 315px; }
#return_button { float: right; margin-right: 18px; }

button.edit_button { font-size: 12px; cursor: hand; height: 22px; }
button.pic_toggle_button { font-size: 12px; cursor: hand; width: 100px; height: 22px; }
button.picture_button { font-size: 12px; cursor: hand; height: 22px; }
button.password_button { width: 31px; font-size: 10px; height: 22px; cursor: hand; }
button.password_display_toggle { font-size: 11px; }
button.color_button { width: 68px; font-size: 10px; cursor: hand; }

div#invLogin_form {
	width: 250px;
	height: 160px;
	border: 1px solid black;
	background-color: white;
    margin-bottom: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 0 0 15 5;
	cursor: hand;
}

form[name="invLogin_form"] {
	position: relative;
	top: 26px;
	left: 22px;
}

form[name="invLogin_form"] input, form[name="invLogin_form"] select {
	width: 200px;
	font-style: italic;
	margin-bottom: 7px;
}

div#menu {
	margin-bottom: 10px;
}

div#menu button {
	margin-right: 10px;
	width: 100px;
	height: 30px;
	font-size: 16px;
}

div#kli input {
	width: 14px;
	float: left;
}

div#kli div {
	width: 120px;
	height: 26px;
	font-style: italic;
	font-size: 10px;
    padding-top: 4px;
}

.sms_fields {
	display: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance: textfield;
}

td.table_header { text-align: center !important; }

div.existing_images {
	border: 1px solid black;
    margin: 4px 10px;
    padding: 6px;
}

div.delete_image {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	float: right;
	cursor: pointer;
}

#verificationForm input[type="text"] {
	font-size: 18px;
	width: 30px;
	/*width: 15px;*/
	height: 32px;
	/*height: 18px;*/
	margin: 2px;
	padding: 5px 3px 5px 9px;
}

#time_remaining {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

table#output_table { /**/ }
table#output_table, table#output_table th, table#output_table tr, table#output_table td  { border: 1px solid #EEE; }
table#output_table th { padding: 4px; }
table#output_table td { padding: 9px 7px; }