@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Raleway:400,300);

h1 {
	margin: 2em;
	padding-bottom: 0.5em;
	border-bottom: 1px #EEE solid;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 27px;
}

h4 {
	padding: 1em;
}

.container-fluid {
	margin: 2em;	
}

.filters {
	margin-bottom: 2em;	
}

.base-fix-width {
	width: 25em;	
}

#date {
	text-align: center;	
}

th {
	border-bottom-color: #5CB85C !important;
}

th:first-of-type {
	border-bottom: none !important;	
}

.selectpicker {
	background: #fff;	
}

	
.base {
	font-weight: bold;	
}

button {
	margin-left: 0.5em;	
}



.ttName {
	display: inline !important;	
	float: left;
	margin-left: 2em;
}

.remove {
	display: none !important;	
}

.show {
	display: inherit;	
}

.activate {
	display: inherit !important;	
}

#newPC .row {
	margin-bottom: 2em;	
}

#newPC .row:last-of-type {
	margin-bottom: 0em;	
}

#allTicketTypes {
	padding-top: 10px;	
}

h6 {
	margin: 1em;	
}

.price {
	width: 11em;	
}

.ttName {
	width: 10em;	
	display: inline;
}

th .btn-default {
	display: inline !important;	
	position: relative;
}

.aPC {
	border-radius: 30px 30px 5px 5px;
	background-color: #5CB85C;
	color: #333333;
	width: 12em;	
	padding: 2px;
	position: absolute;
}

.pcName {
	border-radius: 30px 30px 0px 0px;
	font-weight: bold;
	color: #333;
	background-color: #fff;
	padding: 0.5em;
	border-bottom: #dddddd 1px solid;
	text-align: center;
}

.pcExpList {
	color: #333;
	background-color: #fff;
	padding: 0.5em;
}

.pcPrices {
	color: #333;
	background-color: #fff;
	padding: 0.5em;
	border-radius: 0px 0px 5px 5px;
}


#priceModAll {
	border-bottom: 2px #DDDDDD solid;
	padding-bottom: 0.5em;	
}

#priceTickets .row {
	margin: 1em 0.5em !important;
}

#conditons .row {
	margin: 1em !important;
}

#conditons .row .col-md-6 {
	margin-left: 1em !important;
}

#newCondition {
	cursor: pointer;
	cursor: hand;	
}

.details {
	-webkit-box-shadow: rgba(0,0,0,0.5) 0px 2px 10px -4px;
	box-shadow: rgba(0,0,0,0.5) 0px 2px 10px -4px;
	padding: 2px 5px;
	margin: 1em 125px;
	width: 130px;
	height: 20p;
	text-align: center;	
	background-color: #fff; 
	color: #9E9E9E;
	font-size: 11px;
	font-weight: bold;
}

.simRow {
	text-align: right;
}

.delTrash {
	margin-right: 2em;
	float: right;
	cursor: pointer;
	cursor: hand;
}

.neg {
	color: #9C090B;
}

#openCloseEdit {
	cursor: pointer;
	cursor: hand;
}

#conditions .main {
	margin-bottom: 0.1em;	
}

#pcSpace {
	height: 100%;
	min-height: 20em;	
}

#pcSpace h4 {
	text-align: center;	
}

.aPC {
	transition: top ease-out 0.5s;
	transition: left ease-out 0.5s;	
	transition: z-index ease-out 0.5s;	
	top: 0;
	left: 50em;
}

.pcPrices ul {
	padding-left: 0em;
	list-style: none;
}

.pcPrices li:before {
    content: "• ";
    color: #A1A1A1; /* or whatever color you prefer */
}

.trashcan {
	cursor: pointer;
	cursor: hand;
	width: 44px;
	height: 44px;
}

.trashcan i {
	padding: 0.5em !important;
	margin-left: 0.5em !important;	
}

#lastrow {
	margin-bottom: 14px;
}

.simHead {
	font-weight: bold;	
}

.required {
	color: #f00;	
}

.active div {
	background-color: #EED0A0;
}

.active {
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);	
}

.modal .well .row {
	padding: 0.3em;	
}

.dow {
	width: 100%;
}

.dow #daysofweek1 {	
	margin: 0em auto !important;
	display: block;
	width: 72%;
	padding: 0em;
}

.dow #daysofweek2 {	
	margin: 0em auto !important;
	display: block;
	width: 50%;
	padding: 0em;
}

.modal-lg {
	width: 90%;	
}

.modal-body {
	overflow-y: auto;	
}

#newPC,
#simu {
	display: none;	
	padding: inherit 0em !important;
}

#newPC .row,
#simu .row {
	padding: inherit 0em !important;
}

.template {
	display: none;	
}

#addExp,
#addDP,
#addWP {
	margin-bottom: 1em;
}

.modal .details {
	width: 300px;	
	margin: 1em auto;
}

button.noBorder {
	border: none;
	color: 	#5CB85C;
}

button.noBorder:hover {
	border: solid 1px #5CB85C;
	 border-radius: 5px;
	color: 	#5CB85C;
}

button.noBorder:focus {
	border: solid 1px #5CB85C;
	 border-radius: 5px;
	color: 	#5CB85C;
}