
/* custom css */			  

.list-toggle:after {
    content: "";
}

.menu-left.open {
    left: 0;
}
@media (max-width: 991px)
{
.menu-left {
    padding: 0;
    position: absolute;
    margin-right: 30px;
    z-index: 10;
    left: -250%;
    top: 35px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-box-shadow: 21px 32px 59px 7px rgba(0,0,0,0.39);
    -moz-box-shadow: 21px 32px 59px 7px rgba(0,0,0,0.39);
    box-shadow: 21px 32px 59px 7px rgba(0,0,0,0.39);
}

}


@media (max-width: 991px) and (min-width: 769px)
{
.wrap-long
{
	white-space:nowrap !important;
}
div.option2 .sky-form .col {
    padding-right: 10px;
}
	.nav-pills.nav-wizard > li {
  border-top: 2px solid transparent;
}
.head-tab li
{
	float:left !important;
}
.head-tab li  h4{
	margin-left:20px; 
	}
	
	.last-col
{
	display:none;
}

}
@media (max-width: 768px)
{
.wrap-text
{
	white-space:normal;
}
.wrap-long
{
	white-space:normal;
}
div.option2 .sky-form .col {
  padding-right: 10px;
}

table tr .fixed
{
	position:absolute;
	right:0px;
	background:#ccc;
	width:119px !important;
	padding: 0px !important;
    padding-left: 20px !important;
	height:auto;
}
table tr .fixed-credit
{
	position:absolute;
	right:0px;
	background:#ccc;
	width:75px !important;
	padding: 0px !important;
    padding-left: 20px !important;
}

.last-col
{
	display:table-cell;
}

.tab-overflow-y
{	
 overflow-y:hidden !important;
}

.fixed-head
{
	line-height:39px !important;
}

.payment-action
{
	/*line-height:50%;*/
}
}

.word-cut
{
width: 200px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
}
