@charset "UTF-8";

/*sticky footer starts*/
* {
	margin: 0;
}

html, body {
	height: 100%;
}

#content-wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -17.5em;
}

#push {
	height: 17.5em;
}

/*footer css ends*/

#login-form {
	border-width: 0;
}

#carousel-hero img {
	width: 100%;
}

#landing-nav {
	margin-bottom: 0;
}

.carousel-caption h4 {
	font-family: 'Playfair Display SC', serif;
	color: white;
}

#sub-text {
	font-family: 'Roboto', sans-serif;
}

#headings {
	font-family: 'Playfair Display SC', serif;
	text-align: center;
}

#join-button {
	font-family: sans-serif;
	margin: 1em 0 1em 0;
}

#sign-in {
	float: right;
}

/* .to-upper {
	text-transform: uppercase;
} */

#video-intro {
	margin:2em 0 2em 0;
	text-align: center;
}

#features-text p, #features-text li {
	font-family: 'Roboto', sans-serif;
}

#billion {
	color: #47A447;
}

#logo-img {
	margin-left: 15px;
}

#logo {
	margin-top: -5px;
	vertical-align: middle;
}

#div-account-create {
	border: 1px solid grey;
	margin-top: 3em;
}

#horizontal-rule {
	border-bottom: 1px solid grey;
	clear: both;
	margin-bottom: 3em;
}

#heading-create-account {
	margin-left: 1em;
}

#form-create-account {
	margin-top: 1em;
	margin-bottom: 2em;
}

#upload-div, #dish-link {
	display: none;
}

#menu-div {
	margin-top: 4em;
}

.underlined-input {
	border: none;
	border-bottom: 1px solid black;
	box-shadow: none;
	padding: 2px;
}

.long-input {
	width: 20em;
	border-radius: 4px;
}

.short-input {
	width: 5em;
	border-radius: 4px;
}

.medium-input {
	width: 12em;
}

.horizontal-gap {
	padding-right: 5em;
}

#forgot-password {
	cursor: pointer;
}

#another-line {
	cursor: pointer;
}

#submit-account {
	margin-bottom: 2em;
}

#plan-info {
	margin-top: 1em;
}

.plan-div {
	border: 1px solid black;
	margin-bottom: 2em;
	cursor: pointer;
}

.plan-div:hover {
	background-color: yellow;
}

.font-up {
	font-size: 2em;
}

.inactive {
	color: #B0B1CC;
}

.strikethrough {
	text-decoration: line-through;
}

.content-div {
	border: 1px solid black;
}

.centered {
	text-align: center;
}

#download-buttons {
	padding-left: 0;
}

#currency-selector-div {
	padding: 6px 12px 6px 0;
}

.currency-selector {
	padding: 2px;
}

.currency-selector:hover {
	text-decoration: none;
	cursor: pointer;
}

#checkout-button-div {
	margin-bottom: 1em;
}

.active-package-background {
	background-color: #E2E2E2 !important;
}

.active-package-top-round {
	border-top-left-radius: 2em;
	border-top-right-radius: 2em;
}

/*Always keep below code in the end of this sheet*/
@media (max-width: 400px) {
	.long-input {
		width: 200px;
	}
}

.time-frame2 { 
   width: 300px;
   height: 300px;
   background: #222222; 
   color: #0000FF;
   -moz-border-radius: 150px; 
   -webkit-border-radius: 150px; 
   border-radius: 150px;
   border-color:red;
   border-width:10px;
   text-align:center;
   margin-left:auto;
   margin-right:auto;
   font-family: Arial;
   padding-top:120px;
}

.time-frame {
    /* background-color: #000000; */
    color: #000000;
    /*width: 800px;*/
	width:100%;
    font-family: Arial;
}

.time-frame > div {
	/* background: red; */
	width: 100%;
    text-align: center;
}

#date-part {
    font-size: 1.2em;
}
#time-part {
    font-size: 2em;
}

.videostream, #screenshot, #screenshot-img {
  width: 240px;
  height: 180px;
}
.videostream  {
  background: rgba(255,255,255,0.5);
  border: 1px solid #ccc;
}
#screenshot {
  /* vertical-align: top; */
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-border {
    border: 0;
    box-shadow: none; /* You may want to include this as bootstrap applies these styles too */
	background-color:transparent;
}

.grb {
	background-color:green;
}

.cap {
	background:#8C7F78;
	text-align:center;
	margin:0px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.revealor {
	color:green;
	font-weight:bold;
	cursor:pointer;
}

._mp{
	color:green;
	text-align:center;
	padding:1px;
	cursor:pointer;
}

.bix{
	cursor:pointer;
}

.grayarea{
	background:#8C7F78;
	color:black;
	font-style:italic;
	width:50px;
}

.xtable {
    cursor:pointer;
}

.xtable:hover{
	background-color:yellow;
}

.cvk {
	width:5px;
}

.xchoice {
	cursor:pointer;
    /* display: table;
    width: 20px;
    height: 20px; */
}
.xchoice span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	/* font-size:50%; */
    color: black;
}
.xchoice:hover{
	background-color:yellow;
}
.invisible {
	display:none;
}

.trash {
	cursor:pointer;
}

.trash:hover {
	background-color:red;
}
