﻿ul {
	list-style-type: square;
}

header, footer, nav, section {
    display: block;
}

#content {
	margin: 70px 20px 20px 20px;
}

.popup {
	/*background-color: #fff;
	border: 2px solid silver;*/
	width: 600px;
	padding: 10px;
	display: none;
}

.popup a {
	text-decoration: none;
}

.popup .close-button {
	float: right;
	margin: 0 0 30px 30px;
	display: block;	
	font-size: 1.5em;
	background-color: #666;
	color: #fff;
	padding: 5px 12px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.popup .close-button .text {
	display: none;
}

.popup .close-button:hover {
	color: #518DC5;
}

.buttonarea {
	text-align: center;
	margin: 15px 0;
	width: 100%;
}

.floatstop {
	float: none;
	clear: both; 
	font-size: 1px;	
}

#divPopup h1 {
	margin: 7px 0;
	border-bottom: 1px solid #E5E5E5;
	min-width: 50%;
}

.subtle {
	color: silver;
}

.ad-preview {
	padding: 5px;
	margin: 5px;
	background-color: #fff;
}

.datepicker_container {
	width: 250px;	
	float: right;
	margin-right: 10px;
}

.datepicker {		
	font-weight: bold;
	padding: 2px 5px;
}

.datepicker>a {
	display: block;	
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
}

.datepicker_menu {
	display: none;
	position: absolute;	
	width: 250px;
	border-top-width: 0;
	
}

.datepicker_menu a {
	display: block;	
	text-decoration: none;
	padding: 4px 8px;	
	font-size: 120%;
}

.datepicker_menu a:hover {
	text-decoration: underline;
}

#genProgressIndicator {
	color: red;
}

th.sortable {
	cursor: pointer;
}

th.sortable.selected {
	color: #428BCA;
}

th.sortable .sort-indicator {
	font-size: 80%;
	margin-left: 10px;	
}

td.left, th.left {
	text-align: left;
}

td.center, th.center {
	text-align: center;
}

td.right, th.right {
	text-align: right;
}

.spinner {
  display: inline-block;
  opacity: 0;
  max-width: 0;

  -webkit-transition: opacity 0.25s, max-width 0.45s; 
  -moz-transition: opacity 0.25s, max-width 0.45s;
  -o-transition: opacity 0.25s, max-width 0.45s;
  transition: opacity 0.25s, max-width 0.45s; /* Duration fixed since we animate additional hidden width */
}

.has-spinner.active {
  cursor:progress;
}

.has-spinner.active .spinner {
  opacity: 1;
  max-width: 50px; /* More than it will ever come, notice that this affects on animation duration */
}

.breadcrumb > li + li:before {
	content: "\003E\00a0";
}

.info-widget {
	/*min-width: 350px;
	float: left;
	margin-right: 10px;*/
}

.sem-status-icon {
	
}

tr.sem-status-enabled .sem-status-icon {
	color: green;
}

tr.sem-status-paused td {
	color: silver;
} 

.fa-play {
	color: green;
}

.fa-question {
	color: blue;
}

.fa-trash {
	color: red;
}

.overlay {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1001;
	opacity: 0.6;
	height: 8948px;
	background: #000;
}

.load-more-data {
	width: 100%;
	text-align: center;
	background-color: #eee;
	padding: 10px 0;
}

.stat-widget-content {
	font-size: 150%;
	text-align: center;
}


/* Styles for basic forms
-----------------------------------------------------------*/
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;
	width: 300px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    /*margin: 0.5em 0 0 0;*/
}



/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.panel-heading {
	padding: 5px 10px !important;
}

.panel-title {
	font-size: 20px;
}

.sale-rejected {
	color: silver;
}

.sale-approved {
	color: #00A200;
}

.best-suggestion {
	background-color: lightgreen !important;
}

.current-bid {
	background-color: lightyellow !important;
}

.ui-slider-number-handle {
    width: auto !important;
    height: 1.6em !important;
    top: 50% !important;
    margin-top: -.8em !important;
	margin-left: -45px !important;
    text-align: center !important;
    line-height: 1.6em !important;
	padding: 0 5px;
	white-space: nowrap;

  }

.difference {
	border: 1px solid yellow;
	background-color: lightyellow;
}

.difference.removed {
	text-decoration-line: line-through;
	background-color: #eee;
	border-color: silver; 
	color: silver !important;
}

.difference.added {
	background-color: lightgreen;
	border-color: green; 	
}

.template-row-parent {
	background-color: #eee !important;
}

.template-row-child {
	background-color: #fff !important;
}

.template-row-disabled {
	color: silver !important;
}

tfoot td {
	font-weight: bold;
}