﻿.pagination
{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	margin-top:5px
}
.pagination > li {
    display: inline;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #999999;
  cursor: default;
  background-color: #bdbdbd;
  border-color: #f5f5f5;
  color:#FFFFFF
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {

  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 14px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  color:#333333
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.first {
    background: url("../images/first.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.privious {
    background: url("../images/privious.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.next {
    background: url("../images/next.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.last {
    background: url("../images/last.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}

.pointer
{
    cursor: pointer;
}
.noDrop
{
    cursor:no-drop;
}
.citySearch
  {
      padding-left:30px !important
  } 
.searchCityMain
{
    position:relative;
}
.serachDropArrow
{
    position:absolute;
    right:10px;
    top:25px
}

.mandetoryForm .elementRht .asterikDdl { position:absolute; right: 25px; top: 10px; color:#ff0000;font-size:1em}

.errorHeight
{
   height: 55px;
  /*background:green;*/
}

.errorHeightTxtArea
{
   height: 135px;
  /*background:green;*/
}

.errorwidthPromo
{
   width: 30%;
   display:block;
  /*background:green;*/
}

.btnSearch
{
    padding:7px 12px;
    height:35px;
}
.marR80
{
    margin-right:80px;
}

.wid29p {
    width: 29% !important;
}
 
 .height10
 {
     height:10px;
 }
 .height48 {
    height: 48px !important;
}

.pad10{padding:10px !important;}


.error_msgSignUp {
    color: #ff0000;
    font-size: 14px;
    margin-top: 2px;
}

.error_msgSlot
{
     color: #ff0000;
    font-size: 11px;
    
}

.resInfoDvError
{
     margin-left: 51%;
    }
    
 .asideCol-mrt50{margin-top:50px !important;}
 
 .lineHght16{line-height:16px !important;}
 
 .mrt-10{margin-top:-10px !important;}
 
 .wid65p{width:65% !important;}
 .wid33p{width:33% !important;}
 .mrl10
{
	margin-left:10px
}
.time-holder .grey-slot{background-color:#969896;}