html, body {
    height: 100%;
} 

body {
    background-image:url('../img/pasta.jpg'); 
    background-attachment:fixed;
    background-size: 100%;
    color: #1b1718;
    font-family: Karla, Helvetica, Arial, sans-serif;
}


a {
    color: #ff5344;
}

a:hover {
    color: #ffa69e;
}

h1 {
  font-size: 25px;
  font-weight: bold;
  line-height: 22px;
  color: #000000;
}

h2 {
    font-size: 20px;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top:25px;
    margin-right: 18px;
    color: #ff5344;
}

h3 {
    font-size: 18px;
    line-height: 19px;
    color: #000;
    font-weight: bold;
} 

.experience-preview h2,
.experience-preview h3,
.experience-preview h4,
.experience-preview p {
    text-shadow:
      0 0 2em rgba(255, 255, 255, 1),
      0 0 2em rgba(255, 255, 255, 1),
      0 0 2em rgba(255, 255, 255, 1),
      0 0 2em rgba(255, 255, 255, 1),
      0 0 2em rgba(255, 255, 255, 1);
}

h4 {
    color: #1B1718;
    font-size: 16px;
}

h5 {
    color: #00c1d0;
    font-size: 16px;
    margin-bottom: .5em;
    margin-top: 1em;
}

p {
  font-size: 16px;
  line-height: 19px;
  font-weight: regular;
}

#topborder{
position: relative;
border-top: 8px solid #231F20;
}

select
{
	min-width:100px;
}

.navbar h1 {
  margin: 7px 0 5px 0;
}

#logo {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/inthis-logo.png) 0 0 no-repeat transparent;
  width: 160px;
  height: 32px;
}

header.navbar .navbar-inner {
  background: rgba(0, 0, 0, 0.4);
}

header.navbar .nav > li {
  line-height: 29px;
}

header.navbar .nav .dropdown-toggle .caret {
  margin-top: 13px;
}

header.navbar .alert {
  padding: 0 20px;
  margin: 10px 15px 0 0;
}

header.navbar .alert .close {
  line-height: 29px;
  right: -12px;
}

#signup {
background: url(../img/signup.png);
height: 30px;
width: 109px;
padding: 9px 0px 0px 21px;
margin-left: 2px;
display: inline-block;
  }
  
#getstarted {
background: url(../img/signup.png);
height: 30px;
width: 118px;
padding: 8px 0px 0px 13px;
margin-left: 36px;
display: inline-block;
font-weight: bold;
}

#tag {
margin-top: 92px;
color: #231F20 !important;
margin-bottom: 25px;
font-size: 36px;
line-height: 38px !important;
margin: 40px 0;
font-family: 'Karla', sans-serif;
font-weight: bold;
line-height: 1;
color: inherit;
text-rendering: optimizelegibility;
}

#subtag {
  margin-bottom: 16px;
  font-family: 'Karla', sans-serif;
}

#bottomtag {
margin-top: 25px;
color: #5B4E46 !important;
}
.peach {
color:#F19E87;
font-weight:normal;
}
.quotebox { 
background: #231F20; 
color: white;
height: 210px; 
width: 360px;
padding: 40px;
font-weight: bold;
font-size: 32px;
font-family: Karla, Helvetica, Arial, sans-serif;
}

.videoplace{ 
height: 290px;
width: 440px;
padding: 0;
text-align: center;
background: #231F20;
}

.videoplace img {
  height: 290px;
}


#main {
  background: #ffffff;
  min-height: 675px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 /*-webkit-box-shadow: 0 0 10px 5px #fff;
  -moz-box-shadow: 0 0 10px 5px #fff;
  -o-box-shadow: 0 0 10px 5px #fff;
  box-shadow: 0 0 10px 5px #fff;*/
}

#welcome {
	font-family: Karla, Helvetica, Arial, sans-serif;
	font-size: 35px;
	font-weight: bold;
	padding-top: 80px;
	padding-left: 23px;	
}

#experience {
padding-left: 20px;
margin-top:40px}

.bold {
  font-weight: bold;
}

.center {
text-align: center;
margin: 0 auto;
display: block;
}

.left {
  float: left;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.content {
  padding: 20px 40px;
}

.main-column, .main-column div {
  margin-left:0px;
}

.blacka {
color: #1B1718;
font-size: 16px;
font-weight:bold;
line-height:20px;
display: block;
margin-bottom:6px;
}

.lithumbnails {
display:block;
margin: 0 auto;
padding:5px;
font-weight:bold;

}

.btn-h1 {
  margin-top: 12px;
  margin-left: 12px;
}

.btn-h2 {
  margin-top: 18px;
  margin-left: 12px;
}

#left-column {
    padding-top: 175px;
    padding-left: 30px;
}

.contact {
  margin-top:50px;
  background-image: url('../img/contact-icons.png');
  background-repeat: no-repeat;
  background-position:0px 60px;
}

.contact h1 {
  color: #e9887f;
}

.contact a {
  font-weight: bold;
  padding-left: 35px;
  font-size: 16px;
  line-height: 35px;
}

#right-column {
    padding-top: 100px;
}

.home #main {
  background: url(../img/home-transparent-bg.png);
}

.home .cta-buttons {
  margin-top: 50px;
}

.home .description h3 {
  margin-top: 50px;
  font-size: 34px;
  color: #fff;
}

.home .description h4 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 16px;
  color: #fff;
}

#featured-carousel .carousel-inner img {
  margin-left: 10px;
}

#featured-carousel .carousel-inner h3 {
  font-weight: normal;
  font-size: 40px;
  line-height: 40px;
  margin-top: 40px;
  margin-left: 10px;
}

#featured-carousel .carousel-inner a {
  color: #fff;
}

#featured-carousel .carousel-inner a:hover {
  text-decoration: none;
  color: #ffa69e !important;
}

.home .content h2 {
  display: inline-block;
  background: #fff;
  font-family: 'IM Fell DW Pica', serif;
  font-style: italic;
  color: #3b1f20;
  padding: 10px;
  margin-bottom: 30px;
}

.home .upcoming {
  height: 450px;
}

.home .upcoming a:hover {
  text-decoration: inherit;
  color: inherit;
}

.home .upcoming .start {
  color: #efeaea;
}

.home .upcoming .city {
  text-transform: uppercase;
  color: #ffa18d;
  font-size: 15px;
  float: right;
}

.home .upcoming .cover {
  margin-top: 10px;
  width: 100%;
}

.home .upcoming h3 {
  color: #efeaea;
}

.home .upcoming p {
  font-size: 14px;
  color: #efeaea;
}

.right-column {
  position: relative;
}

#go-button {
  z-index:1000;
}

#teamlist td {
  padding-bottom:15px;
  padding-top:15px;
  vertical-align: top;
  text-align: left;
}

#teamlist dt, #teamlist dd {
  font-size: 16px;
  line-height: 19px;
}

#experience-detail h1 {
  max-width: 625px;
}

.experience-detail #right-column {
  padding-left: 75px;
  padding-top: 250px;
}

.user-details {
  box-sizing: border-box;
  padding: 5px;
  width: 145.5px;
  height: 53px;
  background: white;
  border: 1px solid gray;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 10;
  font-size: 11px;
}



.user:hover .user-details {
  display: block;
}

#share-tools .control-panel{
  margin-top: 10px;
  margin-right: 50px;
}

.navbar-photo
{
	margin-right:5px;
}

#header_create
{
	right:200px;
}

#header_join
{
	right:366px;
}

#share_tools
{
	left: 310px;
}


#user ul , #share_tools ul
{
	list-style: none;
	margin-left:0px;
	color:#FFF;
	margin-bottom:0px;
}

#user ul li.greet {
  margin-bottom: 15px;
}

#user ul li.greet a
{
	color:#FFF;
}

#user ul li.nav-link , #share_tools li.share-link
{
	display:none;
}

.user {
  margin-right: 27.5px;
  width: 65px;
  height: 65px;
  margin-bottom: 25px;
}

#asseen {
  border-top: 2px dotted #ddd;
  padding-top:10px;
}
#asseentext {
  padding: 20px;
  color: #5B4E46;
  font-size: 11px;
  font-weight:bold;

}

footer {
  height:30px;
  width:100%;
  text-align: center;
  z-index:1000;
  margin-bottom:-10px;
}
/*
footer nav {
  font-weight:bold;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/transparent-bg.png);
  border-top: 1px solid #ff5344;
  width:900px;
  position: relative;
  padding : 10px 30px 0 30px;
  height: 100%;
}
*/
footer nav a {
  float:left;
  margin-right: 25px;
}

/*Sticky Footer*/
.main-container {
  position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 10px auto 0; /* the bottom margin is the negative value of the footer's height */
}

#main {
  background: url(../img/transparent-bg.png);
}

.push 
{
	height: 15px;
}

.flatpage-content {
  margin-top:-20px;
  padding-left: 50px;
  padding-right: 20px;
}

.directupload ~ .help-block {
  position: absolute;
  top:120px;
}

.directupload ~ .help-inline {
  position: absolute;
  top:50px;
  left:0;
}



/* Experience Update */

#experience-update-form {
  margin-top: 35px;
}

#experience-update-form label, #experience-update-form label {
  text-align: left;
  font-weight: bold;
}

#experience-update-form div.row-fluid {
  margin-top: 50px;
}

#experience-update-form textarea, #experience-create-form textarea {
  width:205px;
  height:100px;
  resize:none;
}

.experience-update .uploadstatus {
  position: relative;
  top:90px;
  left:0;
  with:200px;
}


/* Email Invitation Styling */

body.email {
  width: 800px;
  background-color: white;
  border-top: 20px solid #ff5344;
  border-bottom: 20px solid #ff5344;
  font-family: Helvetica, Arial, sans-serif;
}



/* Manage Guests */

.invited, .confirmed, .requested {
  margin-left:0px;
}


.black {
  color: #000;
}

/* Dish Detail Modal */

.dish-detail img {
  padding: 25px 0px;
}

#comments {
  font-weight: normal !important;
}

#comments dt {
  font-size: 15px;
  color: #ff4333 !important;
}

#comments dd {
  font-size: 15px;
  margin-left: 0;
}


.comment-form .submit {
  position: relative;
  top: 0px;
  right: 0px;
  display: block;
}


/* EMail share modal*/

#email-share-modal.in
{
	top:5%;
}

/* Experience Detail */

.experience-detail {
  margin-left: 0px;
}

.experience-sidebar {
  margin-top:-50px;
  margin-left: 25px;
  width:250px;
}

.experience-sidebar  {
  margin-bottom:50px;
}

.experience-sidebar h1 {
  color: #ff5344;
}

.control-panel h4 {
  font-size: 20px;
  margin:0 0 10px 0;
  color:#fff;
}

.control-panel a {
  color:#fff;
}

.control-panel a:hover {
  color: #ff5344 ;
}

.invite-status {
  margin-bottom: 10px;
}

.leave {
  display: block;
  margin-bottom: 40px;
}

.dish-name, .ride-description {
  background-color: #ff5344;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  width:197px;
  height: 16px;
  position: absolute;
  padding-bottom:7px;
  padding-top: 3px;
  padding-left: 13px;
  padding-right: 13px;
  text-align: center;
  bottom:11px;
  left:13px;
}

.dish, .ride {
  width: 250px;
  margin-right: 25px;
  margin-bottom: 25px;
  text-align: center;
  position: relative; /* For name overlay positioning */
}

.dish #imgcaret, .ride #imgcaret {
  background-color: #ffa59e;
}

#details {
  color: #ff4333;
  font-size: 20px;
}

.experience-header {
    margin:40px; 0px 0px 60px;
}

.experience-header .title {
  font-size:20px;	
}

.experience-header .info {
  margin-left:0;
}

.experience-header .info h4 {
  margin-left:0;
  font-weight: 200 !important;
}

.experience-header .date {
  text-transform: uppercase;
  font-weight:200;
}

.moment-detail-modal {
    width: 846px;
    margin: -275px 0 0 -423px;
}

.moment-detail-modal .modal-body {
  max-height:500px;
  padding-left: 0;
  padding-right: 0;
  padding-top:25px;
}

blockquote.moment-quote {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  border: none;
}
blockquote.moment-quote:before {
  content: "\201C";
}
blockquote.moment-quote:after {
  content: "\201D";
}

.popover-content.invitations {
  padding: 0;
}

.popover-content.invitations p {
  margin: 0;
}

.popover-content.invitations table {
  margin: 0;
}

/* Sidenav for info page
-------------------------------------------------- */

.info-sidenav {
  width: 200px;
  margin: 30px 0 0;
  padding: 0;

}
.info-sidenav > li > a {
  display: block;
  *width: 190px;
  margin: 0 0 -1px;
  padding: 8px 14px;
  font-weight: bold;

}
.info-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 6px 15px;
  border: 0;
}

.nav-list > .active > a, .nav-list > .active > a:hover{
  background-color: #F19E87;
}

.info-sidenav.affix {
  top: 40px;
}
.info-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 40px;
}

/* bootstrap overrides addons */

.container {
  width: 1020px !important;
}

.navbar-inverse .navbar-inner {
  border: none;
  border-radius: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}

.popover {
  width: 250px !important;
}

.textarea-large {
  width: 300px !important;
  height:60px !important;
  vertical-align: top;
  resize:none;
}


.modal {
  border-radius: none;
  box-shadow: none;
  border: 5px solid #ff5344 !important;
  padding:50px;
  padding-right:0px;
  padding-top:0px;
  width:675px;
}

.modal .close {
  position: relative;
}

.btn:last-child {
  margin-right:0px;
}

.btn {
  border-radius: 0;
  font-weight: bold;
  font-size: 15px;
  background: #ff5344;
  color: #fff;
  padding: 10px 20px;
  margin-right: 18px;
  vertical-align: bottom !important;
  margin-top:12px;
}

.btn-small {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #ff5344;
  padding: 6px 12px;
}

.btn-mini {
  font-size: 13px;
  font-weight: bold;  
  color: #fff;
  background: #ff5344;
  padding: 3px 7px;
}


.btn-large {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  background: #ff5344;
}

.btn:hover {
  background: #ffd2cf;
  background-position: 0 0;
}

.btn-large:hover {
  background: #ffaba3;
}

.btn-success:hover {
  background: #99d699;
  background-position: 0 -35px;
}

.imgcaret a.item{
  position:relative;
  display:block;
  height: 144px;
  width: 220px;
  margin-bottom: 15px;
  background-color: #eee;
}
.imgcaret a.item .imageoverlay {
  display:block;
  position:absolute;
  top:0%;
  left:0%;
  height:146px;
  width:221px;
  background: transparent;
  }
  
.imgcaret a.item .eventoverlay {
  display: block;
  position: absolute;
  height: 142px;
  width: 200px;
  //border: 2px dotted #DDD;
}
/*
.imgcaret a.item img {
  margin-left: 2px;
  margin-top: 2px;
}
.event.past {
  opacity: 0.6;
}

*/
.event {
  width: 233px;
  height: 144px;
  margin-bottom: 15px;
}



.event .imgcaret {
  height: 148px;
  width: 224px;
}

.event .status-badge {
  background: rgb(236, 104, 76);
  padding: 1px 10px;
  color: #fff;
  text-align: center;
  border: 1px solid rgb(227, 227, 227);
  position: absolute;
  top: 5px;
  right: 10px;
}

.event .status-badge.pending {
  background: #fff;
  color: rgb(237, 107, 84);
  border: 1px solid rgb(235, 104, 80);
}

.events {
  display: block;
  position: absolute;
  height: 144px;
  width: 220px;
  //border:2px dotted #DDD;
  }
 
.eventtext {
  color: #231F20;
  font-family: 'Karla', sans-serif;
  padding: 5px 10px;
  margin-bottom: -2px;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  bottom: 0;
  width: 100%;
}

.eventtext h4 {
  margin: 3px 0;
}

.blackcaret {
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 144px;
  width: 220px;
  background: url(../img/blackcaret.png);
  } 
.halfblackcaret {
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 144px;
  width: 220px;
  background: url(../img/halfblackcaret.png);
  background-repeat: no-repeat;
}
.caretheading {
  color: #231F20;
  font-family: 'Karla', sans-serif;
  font-weight: bold;
  padding: 30px 36px 10px 20px;
  font-size: 23px;
  text-shadow:
    0 0 1em rgba(255, 255, 255, 1),
    0 0 1em rgba(255, 255, 255, 1),
    0 0 1em rgba(255, 255, 255, 1),
    0 0 1em rgba(255, 255, 255, 1),
    0 0 1em rgba(255, 255, 255, 1);
  }
.carettext {
  color: #231F20;
  font-family: 'Karla', sans-serif;
  padding: 0px 36px 20px 20px;
  font-size: 14px;
  text-shadow: 1px 1px 2px #fff;
  }
.neweventheading {
  color: #231F20;
  font-family: 'Karla', sans-serif;
  font-weight: bold;
  padding: 30px 36px 10px 20px;
  font-size: 23px;
  text-shadow:
    0 0 1em rgba(255, 255, 255, 1),
    0 0 1em rgba(255, 255, 255, 1),
    0 0 1em rgba(255, 255, 255, 1),
    0 0 1em rgba(255, 255, 255, 1),
    0 0 1em rgba(255, 255, 255, 1);
}
.neweventtext {
  color:#1B1718;
  font-family: 'Karla', sans-serif;
  padding: 0px 36px 20px 20px;
  font-size: 14px;
 }
 
 .modal600{
 max-height:600px
 }

 /* Drag and Drop Styling */
.drop-hover {
  position: relative;
  border: 6px solid #ffa69e;
  top: -6px;	
  left: -6px;
}
/*
.drop-hover .events {
  margin: -6px !important;
}
*/
.drop-success {
  opacity: .75;
  background-color: #ff5344;
  position: absolute;
  color: #fff;
  width:214px;
  left:3px;
  bottom:3px;
  display:block;
  text-align: center;
  vertical-align: middle;
  height:30px;
  padding-top:5px;
  font-size:16px;
}

/* End Drag and Drop */


.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}

.form-horizontal .field-collapse .controls {
  margin-left: 28px;
}

.form-horizontal .field-collapse label {
  width: auto;
  margin-left: 5px;
  margin-right: 10px;
}

.user-manage {
  margin-bottom: 10px;
  margin-left:0px;
  margin-right:25px;
}

.user-manage img {
  margin-right: 10px;
}

.profile-main
{
	margin: 40px 0;
}
.profile-header
{
	margin-top: 20px;
	margin-left: 0;
}
.profile-main-table
{
text-align: left;
}
.profile-main-table th
{
 	width:150px;
     color: #ff5344;
}

.profile-main-table a
{
     color: #000;
     font-weight:bold;
}

a.facebook-link
{
	color:#4979aa;
	font-weight:bold;
}


div.caret-right:after {
    content: ' ';
	  height: 0;
	  position: absolute;
	  width: 0;
	  border: 15px solid transparent;
	  border-left-color: #ffd966;
}

div.caret-top:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 15px solid transparent;
	border-bottom-color: #ffd966;
	top: -30px;
	right: 20%;
}

div.help-container
{
	position: relative;   
	z-index: 1;
}

div.add-box
{
	position: absolute;   
	z-index: -1;  
	top: -20px; 
	width: 120%;   
	height: 50px; 
}

div.help-box
{
position: absolute;
}
#invite-tip
{
	position: initial;
	margin-top: -15px;
	margin-left: 3px;
}

.help-box .remover
{
	float: right;
	font-weight:bold;
	margin-top: -20px;
	margin-right: -15px;
	color: #FFF;
	cursor:pointer;
}

div.help-wrap
{
	padding: 25px;
	float:left;
	background-color:#ea4d43;
	color: #FFF;
	width:110px;
}
div.help-wrap h4
{
	color: #FFF;
	width:100px;
	float:left;
	margin-top: -10px;
}

[class^="moment-toggle-"], 
[class*="moment-toggle-"] 
{
	width:128px;
	height:128px;
	margin-right:20px;
	display:inline-block;
	line-height: 14px;
	vertical-align: text-top;
	background-repeat: no-repeat;
}

.moment-toggle-quote
{
	background-image:url('../img/Pencil-icon.png');
}

.moment-toggle-photo
{
	background-image:url('../img/Camera-icon.png');
}

.moment-toggle-video
{
	background-image:url('../img/Video-icon.png');
}


.dish .icon-remove , .ride .icon-remove , .dish .icon-pencil ,.ride .icon-pencil
{
	display : none;
	float: right;
	margin-top: -15px;
	border: 1px solid;
	border-radius: 10px;
	cursor:pointer;
	position: absolute;
	right: 10px;
	top: 25px;
	background-color: #FFF;
}

.dish .icon-pencil ,.ride .icon-pencil
{
	right: 30px;
}

.optional-tag
{
	color: #666;
}

#message-container
{
	margin-top: 75px;
	margin-bottom: -75px;
}


img.generic-image
{
	width: 220px;
	margin: 0 15px;
	height: 144px;
	border: 7px solid #f2aca0;
  cursor: pointer;
}


img.generic-image-thumbnail
{
	width: 220px;
	height: 144px;
}

img.generic-image-cover
{
	width: 300px;
	height: 180px;
}

img.generic-image-list
{
	width: 300px;
	height: 220px;
}

img.generic-image-dashboard
{
	width: 265px;
	height: 200px;
}


img.checked
{
	border-color: #ed6849;
}

.modal-body-inactive
{
	max-height: 500px;
	padding: 25px 15px;
	overflow-y: auto;
}

/* Event creation step styling */


span.step
{
	margin-right:30px;
	padding:10px;
	background-color:#f2aca0;
	color: #FFF;
  display: inline-block;
  height: 19px;
}


span.step:before
{
	content: ' ';
	height: 1px;
	position: absolute;
	margin-left: -38px;
	margin-top: -10px;
	width: 1px;
	border: 19px solid #f2aca0;
	border-left-color: transparent;

}

span.step:after
{
	content: ' ';
	height: 1px;
	position: absolute;
	margin-left: 10px;
	margin-top: -10px;
	width: 1px;
	border:19px solid transparent;
	border-left-color: #f2aca0;

}



span.step.step-active
{
	background-color:#ed6849;
}
span.step.step-active:after
{
	border-left-color: #ed6849;
}
span.step.step-active:before
{
	border: 19px solid #ed6849;
	border-left-color: transparent;
}

span.step.step-first:before , span.step.step-last:after 
{
	border-color: transparent ;
}
span.step.step-first
{
	padding-left: 20px;
}
span.step.step-last
{
	padding-right: 20px;
}


/*
.step
{
	margin-right:10px;
}
.step-incomplete
{
	border-bottom: 5px #F00 solid;
}



.step-complete
{
	border-bottom: 5px #0F0 solid;
}*/


.icon-red-user 
{
background-image: url("../img/user-pink.png");
background-position: 0 0;
}
.icon-light-user {
background-image: url("../img/user-light.png");
background-position: 0 0;
}

/* Seat management */

.seat
{
 	width: 25px;
 	height: 25px;
	border-radius: 20px;
	margin-right:10px;
	margin-bottom:10px;
	float: left;

}

.seat-full
{
 	background-color: #AAA;
}

.seat-free
{
 	background-color: #FFF;
}

.seat-self
{
 	background-color: #ff5344;
	cursor:pointer;
}

.seat-join
{
	cursor:pointer;
}

.transparent-background
{
  background: url(../img/transparent-bg.png);
}

.dish-category-header
{
	color:#000;
	font-weight:bold;	
}

.dish-accordion, .ride-container
{
	padding: 15px 3%;
}


td.dish-creators
{
	width: 30%;
	text-align: right;
}

.dish-table
{
	margin-bottom:5px;
}

.dish-group , .dish-inner ,.ride-table
{
	border: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.dish-header, #new-ride-form , #end_of_dishes
{
	border-top:1px #CCC solid;
}

.no-top-border , .ride-table th
{
	border-top: none;
}

.ride-table th
{
	text-align:left;
}

.no-side-padding, .dish-inner , .dish-category-header , #new-ride-form td.span2
{
	padding-left:0px !important;
	padding-right:0px !important;
}

.ride-adder , .dish-adder  , .stripe-submit
{
   margin-top:0px;
   margin-right:5px !important;
   padding-top:5px;
   padding-bottom:5px;
}

.guest-tools .btn
{
   margin-top:15px;
   padding-top:5px;
   padding-bottom:5px;
}

#new-ride-form td
{
	padding-top:15px;
}

.facebook-section
{
	margin-left: -12px;
	margin-top: 10px;
	width: 154px;
	display:none;
}
#tag-input-container
{
	background-color: white;
	padding: 1px;
	border-radius: 4px;
	border: 1px solid #cccccc;
	-webkit-transition-delay: 0s, 0s;
	-webkit-transition-duration: 0.20000000298023224s, 0.20000000298023224s;
	-webkit-transition-property: border, box-shadow;
	-webkit-transition-timing-function: linear, linear;
	width:215px;
	margin-right.15px;
}

.entered-tag , .entered-tag:hover
{
	padding: 1px 5px;
	margin: 4px 10px 2px 5px;
	font-size:18px;
	border-radius:3px;
	cursor: pointer;
	color: #000;
}

.entered-tag i
{
 	margin-top: 5px;
	margin-right: 4px;
}

#tag-field
{
	border: none;
	box-shadow: none;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	margin-top:3px;		
	width: 93%;
}

.dashboard-tag
{
	margin-right:12px;
	color:#ff5344;
	text-transform: uppercase;
	font-weight: bold;
}

.singleline
{
	float:none;
	display:block;
}

#cover_photo_row .help-block
{
	top:0px;
	left:300px;
	width:300px;
}

#cover_photo_row .uploadstatus
{
	top: -25px;
	position: absolute;
}
.proposed-dish-category
{
	background-color: #CCCCCC;
	color: #000;
}
.proposed-dish-category.selected-type
{
	background-color: #006dcc;
	color: #FFF;
}
.experience-join-confirm
{
	display:none;
}

.dish-warning
{
	background-color: #FFF;
	padding: 10px;
	width: 200px;
	border: 3px #C11 solid;
	border-radius: 6px;
}

.dish-warning i
{
	margin-top: 4px;
	margin-right: 4px;
}

.experience-checklist
{
list-style-type: none;
margin-left: 0;
}

.experience-checklist li
{

}

.experience-checklist li.unchecked 
{
	color:#F00;
}

#reserve-form
{
	margin-bottom:0px;
}
#reserve-form a
{
	color: #00C;
	cursor:pointer;
}
.dd-helper
{
	float:left;
	position:relative;
}

.dd-helper span
{
	position:absolute;
	left: 176px;
	top: 20px;
	font-family: 'IM Fell DW Pica', serif;
	font-style: italic;
	font-size: 24px;
}

.dd-helper img
{
	height: 94px;
	width: 413px;
	margin-left: 106px;
	margin-top: -24px;
}

.experience-box
{
	float:left;
	margin-right:15px; 
	margin-top:-25px;
	width:30%;
}
.experience-box .image a.experience-inner-div , .experience-box .image a.experience-inner-div:hover
{
	color:#000;
}

.experience-box .image
{
	width: 265px;
	height: 200px;
	position:relative;
  background-color: rgba(200, 200, 200, 0.6);
 margin-bottom:15px;
}
.experience-box .experience-inner-div 
{
	position:absolute;
	width: 265px;
	height: 200px;
	overflow:hidden;
}

.experience-box .experience-content
{
	display:none;
	padding:20px;
	width: 225px;
	height: 160px;
}

.experience-box .experience-content p
{
	font-size:14px;
}
.experience-drag-hovered
{
	border:4px dashed #C00;
	margin-left:-4px;
	margin-top:-4px;
	margin-bottom:11px !important;
}

p.description
{
	white-space: pre-line;
}


.stripe-connect
{
    background-image:url('../img/stripe-blue.png');
    width:190px;
    height:33px;
    margin-left:15px; 
}

#contact-input-container
{
	background-color: white;
	padding: 1px;
	border-radius: 4px;
	border: 1px solid #cccccc;
	-webkit-transition-delay: 0s, 0s;
	-webkit-transition-duration: 0.20000000298023224s, 0.20000000298023224s;
	-webkit-transition-property: border, box-shadow;
	-webkit-transition-timing-function: linear, linear;
	margin-right.15px;
	min-height:200px;
	cursor: text;
	position:relative;
}

#contact-autocomplete
{
	position:absolute;
}

.entered-contact , .entered-contact:hover
{
	padding: 1px 5px;
	margin: 4px 10px 2px 5px;
	font-size:18px;
	border-radius:3px;
	cursor: pointer;
	color: #000;
}

.entered-contact i
{
 	margin-top: 5px;
	margin-right: 4px;
}

#contact-field
{
	border: none;
	box-shadow: none;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	margin-top:3px;		
}

.dashboard-contact
{
	margin-right:12px;
	color:#ff5344;
	text-transform: uppercase;
	font-weight: bold;
}

.singleline
{
	float:none;
	display:block;
}

.auto-complete-table tr.active {
background-color: #AAA;
cursor:pointer;
}

.alert-success
{
	color: #004400;
	font-weight: bold;
	background-color: #FFF;
	font-size: 18px;
}

.alert-info {
  background-color: #ffa59e;
  border-color: #db8e88;
  color: #a8372d;
  text-shadow: none;
}
