body{
	background:url(../images/bg.png);
	font:18px 'Work Sans';
	color:#695a41ab;
	animation: slide 10s linear infinite;
}
@keyframes slide{
    from {
        background-position-x: 0px;
    }
    to {
        background-position-x: 399px;
    }
}
@font-face {
  font-family: subway;
  src: url(/fonts/SUBWT___.ttf);
}
.btn-primary{
	background-color: #1ac8b9;
    border-color: #1ac8b9;
}
.subway{
	    font: 20px subway;
    color: #FFF;
    background: #4a4a4a;
    padding: 10px 10px 0 10px;
    display: inline-block;
    border-radius: 10px;
}
.departureclock{
	font:12px Arial;
	text-transform: uppercase;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#695a41ab;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#695a41ab;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color:#695a41ab;
}
#tabsContent{
	background:#fff1cc;
	border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	box-shadow: 0px 10px 12px #00000040;
}
.roundedcontent{
	background:#fff1cc;
	border-radius: 25px;
	box-shadow: 0px 10px 12px #00000040;
}
.ourtabs{
	background: #fff1cc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fff1cc 1%, #d2c6a8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fff1cc 1%,#d2c6a8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fff1cc 1%,#d2c6a8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff1cc', endColorstr='#d2c6a8',GradientType=0 ); /* IE6-9 */
	font:bold 18px 'Zilla Slab';
	color:#6b5c43;
	border-bottom: 1px solid #fff1cc !important;
}
.ourtabs i{
	margin:0 10px;
}
.nav-tabs .nav-link {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background:#fff1cc;
	color:#6b5c43;
	
}
.nav-tabs {
	border-bottom:none;
}
.dodoformfield{
	border-radius:10px;
	border:none;
	font-size:16px;
	color:#695a41;
}
@media all and (max-width : 1090px) {
	.nav-link{
		margin:0px !important;
	}
	.nav-item{
		display:block;
		width:100%;
	}
	#tabsContent{
		border-top-right-radius: 0px;
	}
	.nav-tabs .nav-link {
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
	.tab1{
		border-top-left-radius: 25px !important;
		border-top-right-radius: 25px !important;
	}
	
}
.btn-submit{
	border: none;
    border-radius: 10px;
    width: 120px;
    display: block;
    background: #1ac8b9;
    margin-left: auto;
    margin-right: auto;
}
.btn-primary:hover {
    color: #FFF;
    background-color: #6b5c43;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #FFF;
    background-color: #6b5c43;
}
.btn-primary.focus, .btn-primary:focus {
	color: #FFF;
    background-color: #6b5c43;
}
.randomseat{
	background:#ffcd03;
	padding:10px;
	border-radius:10px;
}
#timepicker{
	margin-left:4px;
}
/*--switch---*/
.switch {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 38px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 34px;
  width: 146px;
  left: 1px;
  bottom: 2px;
  background-color: #ffcd03;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #fff;
}


input:checked + .slider:before {
  -webkit-transform: translateX(136px);
  -ms-transform: translateX(136px);
  transform: translateX(136px);
}

/* Rounded sliders */
.slider.round {
	height:38px;
  border-radius: 34px;
      padding: 9px 5px 9px 9px;
  font:18px Arial;
}

.slider.round:before {
  border-radius: 25px;
}


.switchlabel{
	max-width: 300px;
}
/* ----- passport styles ----- */
.skinlabels{
	width: 40px;
    height: 40px;
    border: 4px solid #FFF;
    border-radius: 20px;
    display: block;
}
.wskin{
	background:#ffd1a0;
}
.tskin{
	background:#ffae7e;
}
.hskin{
	background:#da8c5c;
}
.bskin{
	background:#b6693b;
}
.selectedTone{
  border-color:#1ac8b9;
}
.charsel{
	border: 3px solid #FFF;
    background: #FFF;
    border-radius: 10px;
	box-shadow: 4px 4px 3px grey;
	margin-top:10px;
}
.charsel img{
	width:80px;
}
.selectedChar{
	border-color:#1ac8b9;
	background-color:#1ac8b9;
}
.multiselect-container>li>a>label {
  padding: 4px 20px 3px 20px;
}
.stamplabel{
	width:80px;
	height:80px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}
.arrivallabel{
	background-image:url(/images/stamps/arrival.png);
}
.departlabel{
	background-image:url(/images/stamps/depart.png);
}
.dodolabel{
	background-image:url(/images/stamps/dodo.png);
}
.immigrationlabel{
	background-image:url(/images/stamps/immigration.png);
}
.leaflabel{
	background-image:url(/images/stamps/leaf.png);
}
.visalabel{
	background-image:url(/images/stamps/visa.png);
}
.gamecubelabel{
	background-image:url(/images/stamps/gamecube.png);
}
.wildworldlabel{
	background-image:url(/images/stamps/wildworld.png);
}
.cityfolklabel{
	background-image:url(/images/stamps/cityfolk.png);
}
.newleaflabel{
	background-image:url(/images/stamps/newleaf.png);
}
.pocketcamplabel{
	background-image:url(/images/stamps/pocketcamp.png);
}
.nintendolabel{
	background-image:url(/images/stamps/nintendo.png);
}
input.stampcheckbox:checked + label{
	border:3px solid #1ac8b9;
	border-radius: 10px
}
input.boygirlradio:checked + label{
	border:3px solid #1ac8b9;
	border-radius: 10px
}
.boygirllabel{
	width:80px;
	height:80px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}
.girllabel{
	background-image:url(/images/girl.png);
}
.boylabel{
	background-image:url(/images/boy.png);
}


/*---greeting cards----*/
.bglabels{
	width: 110px;
    height: 110px;
    border: 4px solid #FFF;
    border-radius: 20px;
    display: block;
	background-size:cover;
	margin-top:10px;
}
.bordersel{
	width:110px;
	height:110px;
	margin-top:10px;
}
.bordersel img{
	width:100%;
}
.bubblelabels{
	width: 260px;
    height: 140px;
	margin-top:10px;
    border: 4px solid #FFF;
    border-radius: 20px;
    display: block;
	box-shadow: 4px 4px 3px grey;
}
.bubblelabels img{
	width:100%;
}

.cardbg1{
	background-image:url(/images/greetingcard/cards/bg1.png);
}
.cardbg2{
	background-image:url(/images/greetingcard/cards/bg2.png);
}
.cardbg3{
	background-image:url(/images/greetingcard/cards/bg3.png);
}
.cardbg4{
	background-image:url(/images/greetingcard/cards/bg4.png);
}
.cardbg5{
	background-image:url(/images/greetingcard/cards/bg5.png);
}
.color-black{
	color:#000;
}
/*---Getaway Application---*/
.fruitsel{
	border: 1px solid #fff1cc;
	border-radius:5px;
	width:40px;
	margin-top:10px;
}
.fruitsel img{
	display: block;
    margin: auto;
	cursor:pointer;
}
.hemispherelabels{
	border-radius:10px;
}
.hemisphereN img{
	width:200px;
}
.hemisphereS img{
	width:180px;
}	
.grasssel{
	border: 4px solid #FFF;
	width:80px;
	margin-top:10px;
	border-radius: 10px;
}
.grasssel img{
	width:100%;
	cursor:pointer;
}
.planesel{
	border: 4px solid #FFF;
	width:120px;
	margin-top:10px;
	border-radius: 10px;
}
.planesel img{
	width:100%;
	cursor:pointer;
}
.multiselect-clear-filter{
    font-family: "Font Awesome 5 Free";
    height: 40px;
	width: 40px;
	border-radius:5px;
}
.multiselect-clear-filter:before{
	content:"\f057";
}
.btn-group{
	background:#FFF;
	border-radius: 10px;
    border: none;
    font-size: 16px;
    color: #695a41;
	width:100%;
}
#hemisphere img{
	cursor:pointer;
}

/*---mobile wallpaper---*/
.mwbg{
	border: 1px solid #fff1cc;
	border-radius:5px;
	margin-top:10px;
}

.mwbg img{
	width:110px;
	height:124px;
	
}
.mwfg img{
	width:110px;
	height:110px;
}

/*---stationary---*/
.stbg{
	border: 5px solid #fff1cc;
	border-radius:5px;
	margin-top:10px;
}

.stbg img{
	width: 120px;
    height: 68px;
	cursor:pointer;
	
}
#generatedislename{
	background:url(/images/Banner.png);
	background-repeat:no-repeat;
	background-position:center;
	height:100px;
	font-size: 30px;
    padding-top: 25px;
}

/*end---*/
.selectedLabel{
	border-color:#1ac8b9;
	background-color:#1ac8b9;
}