/*icon plus*/
.ic-plus {
    background: url("../images/plus.png") no-repeat;
	cursor: pointer;
    margin-left: 10px;
    padding: 5px 15px 8px 10px;
}
/*icon minus*/
.ic-minues {
    background: url("../images/minus.png") no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding: 5px 15px 8px 10px;
}

.LoginDiv{
	
	margin-top:10px;line-height:15px;text-align:center;min-height:35px;
}

.LoginInput{
	padding: 5px;
	border:1px solid #7099BC;
	background:#fff ;
	border-radius: 2px;
    color: #062b4a;
    font-size: 13px;
    height: 22px;
    margin: 5px;   
    width: 225px;	
}
.LoginInput:hover{border:1px solid #666;}

#WltSignIn{float:right;}

.login-form-1 {
  max-width: 300px;
  border-radius: 5px;
  display: inline-block;
}
.main-login-form {
  position: relative;
}
.login-form-1 .form-control {
  border: 0;
  box-shadow: 0 0 0;
  border-radius: 0;
  background: transparent;
  color: #555555;
  padding: 7px 0;
  font-weight: bold;
  height:auto;
}
.login-form-1 .form-control::-webkit-input-placeholder {
  color: #999999;
}
.login-form-1 .form-control:-moz-placeholder,
.login-form-1 .form-control::-moz-placeholder,
.login-form-1 .form-control:-ms-input-placeholder {
  color: #999999;
}
.login-form-1 .form-group {
  margin-bottom: 0;
  border-bottom: 2px solid #efefef;
  padding-right: 20px;
  position: relative;
}
.login-form-1 .form-group:last-child {
  border-bottom: 0;
}
.login-group {
  background: #d7f3bd;
  color: #999999;
  border-radius: 8px;
  padding: 10px 20px;
}
.login-group-checkbox {
  padding: 5px 0;
}
.login-form-1 .login-button {
  position: absolute;
  right: -25px;
  top: 50%;
  background: #d7f3bd;
  color: #999999;
  padding: 11px 0;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  border: 5px solid #efefef;
  border-radius: 50%;
  transition: all ease-in-out 500ms;
}
.login-form-1 .login-button:hover {
  color: #555555;
  transform: rotate(450deg);
}
.login-form-1 .login-button.clicked {
  color: #555555;
}
.login-form-1 .login-button.clicked:hover {
  transform: none;
}
.login-form-1 .login-button.clicked.success {
  color: #2ecc71;
}
.login-form-1 .login-button.clicked.error {
  color: #e74c3c;
}
/*Wallet related design changes end*/

.bold{font-weight:bold;}
.tabs-menu {
    height: 30px;
    float: left;
    clear: both;
}

.tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    background-color:#fff;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
    padding: 0px 2px 0px 4px;
    border-radius: 3px;
}

.tabs-menu li.current {
    position: relative;
    background-color: #f1f1ff;
    border-bottom: 1px solid #f1f1ff;
    border-top: 2px solid #1d3a8e;
    z-index: 5;
}

.tabs-menu li a {
    padding: 10px;
    color: #1d3a8e;
    text-decoration: none; 
}

.tabs-menu .current a {
    color: #1d3a8e;
    font-size: 13px;
    font-weight: bold;
}

.tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: auto;
}

.tab-content {
    width:990px;
    /*padding: 20px;*/
    padding-left: 20px;
    display: none;
    background-color: #f1f1ff;
}

#tab-1 {
 display: block;   
}
.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid green;
  display: inline-block;
}
.arrow-left {
  width: 0; 
  height: 0; 
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid green;
  display: inline-block;
}
/* online search page popup window style*/
#Cancelpolicy,#PickupPoint{
	margin-top:-130px !important;
}
.searchResVia{
	font-size: 12px;
	width: 81%; 
	word-break: break-all;
	color: #808080;
}
.searchResPickuppoint {
	font-size: 12px; 
	width: 100%;
	color: #00c5ff;
}
.searchResDroppoint{
        font-size: 12px;
        width: 100%;
        color: #00c5ff;
}
.searchResCancelpolicy{font-size: 12px; width: 122%;color: #00c5ff;}
.inpopupbtn{margin-top: 10px; margin-top: 10px; width: 107px; height: 31px; border: none;  color: #fff; font-size: 15px; font-family: Tahoma, Geneva, sans-serif;box-shadow: 1px 1px 3px 0px rgba(8,34,0,1); background: #194c9e; cursor: pointer; padding: 5px; margin: 5px; font-weight: bold;}
.popupheaderFsize{font-size: 14px;}
.VaagaiGps{
	height:90px;
}
@media screen and (max-width: 767px) {
	.vehdatafooter {
		position : absolute;
		font-size : 100%;
		margin : 0px;
	}
	.operatorname{
		font-size:20px;
		padding-top:30px;
	}
	.VaagaiGps{
		width:100%;
	}
}
@media screen and (min-width: 768px) {
	.vehdatafooter {
		position : absolute;
		margin : 0px;
	}
	.operatorname{
                font-size:30px;
		padding-top:2%
        }
	.VaagaiGps{
                width:90px;
        }
}
.SchMenu{
	width:137px;
	position:absolute;
	background:#f1f1f1;
	border:1px solid #a5a4a4;
	color:black;
	font-size:16px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding:6px 0px 6px 8px;
	border-radius: 6px;
	margin-left: 24px;
        margin-top: -32px;
}
.SdMenu:hover {
	background-color: #ddd;
}
.SdMenu{
	padding:2px;
}
.SetMenu{
	color:red !important;
}
.noDisplay{
	display:none;
}
.pointer {
	cursor: pointer;
}
.error {
    color: red;
}
.removefocus{
	outline: none !important;
}
.ui-widget-header {
    	background: #325AC5 !important;
    	color: #222 !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    	border: 1px solid rgb(0, 74, 135);
    	background: #325AC5 !important;
    	color: #363636;
}
.card-signin{
	width: 80%;
	margin: auto;
}
.themeBtnV,.fadefrmHead{
	background-color: #7dc147;
	color: white;
}
.card{
	background-color: #dee2e6;
}
.link{
    color: #0781c0;
    text-decoration: none;
}
.pointer{
    cursor: pointer;
}
@media only screen and (min-width: 1200px)
html {
     font-size: 15px !important; 
}
@media only screen and (min-width: 992px)
html {
    font-size: 14.5px !important;
}
@media only screen and (min-width: 0)
html {
    font-size: 14px !important;
}
.frmErr {
    font-size: small;
    color: red;
}
.navbar-index{
   width:85%;
   margin:auto;
}
.navbar-index-nav{
  width:70%;
  justify-content: center;
}
.nav-index-item{
  margin: 0px 30px;
  font-weight: 700;
}
li.nav-index-item:hover{
        text-decoration:underline;
}
.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
	0%{		color: white;	}
	49%{	color: transparent;	}
	50%{	color: transparent;	}
	99%{	color:transparent;	}
	100%{	color: white;	}
}
.noDisplay{
	display:none!important;
}
