h1>input{
	border: 0px;
	border-bottom: 1px solid #ccc;
}
h1>input::focus{
	border: 1px solid #999;
}
table.itineraries, table.locations {
	font-size: 12px;
	line-height: inherit;
	vertical-align: top;
}
table.itineraries th, table.itineraries td, table.locations th, table.locations td {
	padding-right: 10px;
}
table.itineraries a, table.locations a, table.itineraries a:hover, table.locations a:hover{
	line-height: inherit;
	font-size: inherit;
	cursor: pointer;
}
table.itineraries a.button, table.locations a.button, table.itineraries a.button:hover, table.locations a.button:hover {
	line-height: 37px;
}
table.itineraries tr{
	vertical-align: top;
}
table.itineraries tr textarea{
	font-size: inherit;
}
.hidden {
	display: none;
}
.d-i-block {
	display: inline-block;
}
.pull-right {
	float:right;
}
.top-right {
	float: right;
	margin-left: -30px;
	z-index:10;
	position: relative;
}
.text-center {
	text-align: center;
}
.vw-event-storage-modal {
	border-radius: 3px;
    position: fixed;
    background: #fff;
    z-index: 100000;
    left: 50%;
    width: 50%;
    margin-left: -25%;
    padding: 30px;
    top: 25%;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.clickable {
	cursor: pointer;
}
.vw-icon {
	font-size: 30px;
	min-width: 30px;
    display: block;
    min-height: 30px;
}
.vw-event-itineraries-trigger {
	position: absolute;
	z-index: 100;
	margin-left: -33px;
}
li .vw-event-itineraries-trigger {
	position: relative;
}
.vw-event-itineraries-trigger .clickable {
	background: #fff;
	border-radius: 3px;
	margin:2px;
}
.media-location-storage {
    /*top: 0px;
    right: 0px;*/
	margin-left:0px;
}

.featured-image-offset {
	display: none;
	position: absolute;
	right: 0px;
}
.vw-edit-success {
	display: inline-block;
	position: relative;
	height: 100%;
	margin-left: -17px;
}
.vw-edit-success::after {
	content: '\2713';
	height: 20px;
	width: 20px;
	color: green;
	display: inline-block;
	position: relative;
	font-weight: bold;
	font-size: 20px;
}
@media screen and (max-width: 768px) {
	.vw-event-storage-modal {
		width: 100%;
		left: 0px;
		margin-left: 0px;
	}
	table th, table td {
		vertical-align: top;
	}
	th#ID, th#Print, td[data-property=ID], td[data-property=Print] {
		display: none;
	}
	table.itineraries, table.locations {
		font-size: 11px;
	}
}

/* Confirm modal start*/
/* -- liwindow -- */
.liwindow-container *,
.liwindow-container *::after,
.liwindow-container *::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.liwindow-container {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 99999;
}
/* -- liwindow Modal Dialog -- */
.liwindow-card {
  margin: 0 auto;
  margin-top: 40px;
  width: 500px;
  max-width: 100%;
  box-shadow: 0px 0px 25px -5px #333;
}
.liwindow-header,
.liwindow-footer,
.liwindow-body {
  background-color: #ccc;
}
.liwindow-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.liwindow-header .liwindow-close {
  padding: 10px;
  display: inline-block;
  font-size: 2.33rem;
  color: #333;
  font-weight: bold;
  background-color: transparent;
  border: none;
  transition: 0.3s all;
}
.liwindow-header .liwindow-close:hover,
.liwindow-header .liwindow-close:focus {
  color: #f00!important;
  background-color:#fff!important;
  background:#fff!important;
}
.liwindow-header .liwindow-close:active {
  color: #4ab0d9;
  transform: translate(-3px, -3px);
  transform: scale(0.9);
}
.liwindow-header .liwindow-close:focus {
  outline: 1px solid #4ab0d9;
}
.liwindow-body {
  padding: 20px;
  color: #333;
  font-size: 18px;
  overflow: hidden;
}
.liwindow-header h4 {
  color: #333;
  padding: 20px 0px 0px 20px;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
}
.liwindow-footer {
  text-align: right;
  padding: 0px 10px 10px;
}
.liwindow-btn {
  padding: 20px;
  background-color: transparent;
  border: none;
  color: #9c27b0;
  text-transform: uppercase;
  font-size: 15px;
  transition: 0.3s all;
}
.liwindow-btn:hover,
.liwindow-btn:focus {
  color: #7c4dff;
  background-color: #f3f3f3;
}
.liwindow-btn:active {
  color: #7c4dff;
  transform: translate(-3px, -3px);
  transform: scale(0.9);
}
.liwindow-btn:focus {
  outline: 1px solid #00bcd4;
}
.liwindow-hide {
  display: none;
}
