@charset "utf-8";
/**
 *
 * Generic CSS for Zend Framework
 *
 * Zend(tm) : Rapid Development Framework (http://framework.zend.com)
 * Copyright 2005-2011, Zend Framework, Inc. (http://framework.zend.com)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright 2005-2011, Zend Framework Foundation, Inc. (http://framework.zend.com)
 * @link          http://framework.zend.com Zend Framework(tm) Project
 * @package       app.webroot.css
 * @since         Zend Framework(tm)
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */

* {
	margin:0;
	padding:0;
}

/** General Style Info **/
body {
	font-family:'lucida grande',arial,verdana,helvetica,sans-serif;
	margin: 0px !important ;
	padding:0px !important;
}
h1 {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background: #3b3b3b;
    padding: 0 10px;
    margin-top: 10px;
}
.wrapper {
	width:100%;
	margin: 0 auto;
}

 .acenter {
	margin:auto 25% ;
 }
 
  .amiddle {
	margin:5% auto;
 }
 
.padding5px{padding:5px}
.border1{ border-bottom:1px solid silver}
.bborder6{ border-bottom:6px solid silver}
.tmargin50{ margin-top:50px;}
.tmargin10{ margin-top:10px !important}
.tmargin20{ margin-top:20px;}
.lmargin50{ margin-left:50px;}
.lmargin10{ margin-left:10px;}
.margin0{margin-bottom:0px !important}
.lmargin0{margin-left:0px !important}
.lmargin05{ margin-left:5px;}
#footer {
	background:#999999;
}
.topbar{
	margin:auto 20% ;
}
#content{
	width:980px;
	margin:auto 21% ;
}
.colorw{color:#ffffff;}
.tacenter{text-align: center;}
.taleft{text-align: left;}
.taright{text-align: right !important;}
.margin20{margin:20px;}
.bgcolor1{ background: #dddddd; }
.bradius{border-radius:0px 0px 0px 0px !important;}
.width700px{ width: 700px; }
.width460px{width: 460px; }
.width330px{width: 330px; }
.width100px{width: 120px; }

.order-list-content {
	float: left;
	width: 100%;
	margin-left: 4px;
	margin-top: 5px;
}
.order-left-panel {
	float:left;
	width: 50%;
	position: relative;
}
.order-right-panel {
	float:left;
	width: 50%;	
}
.order-content{
	float:left;
	width: 99%;
	
}
.order-content-sub-left {
	float:left;
	/*width: 100%;*/
	width: 99%;
}
.order-content-sub-right {
	float:left;
	/*width: 100%;*/
	width: 50%;
}
.order-content-sub-left-toggle {
	float:left;
	/*width: 100%;*/
	width: 50%;
}


.order-mid-panel {
	/*margin-left: 571px;*/
	position: absolute;
	left: 96%;
	padding-top: 5px;
}
.order-mid-panel-lrg {
	/*margin-left: 1152px;*/
	position: absolute;
	left: 96%;
}
.cmnt-order {
	color: red;
}

.cmnt-telesign {
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
    color: #468847;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    font-weight: bold;
    padding: 5px;
}



/*
*	override bootstrap.css
*	css added for change the order listing color based on different policy score
*/
.legend-container{
    border: 1px solid #4a4a4a;
    height: 5px; 
    width: 5px;
    padding: 5px;
    border-radius: 4px;
    position: relative;
    top: 10px;
    left: 5px;
 }

.order-default-color { background: #FFDD83; }
.standerd { background-color: #FFFFFF; }
.Good { background-color: #8eff93; }
.Management { background-color: #FF0000; }
.noans { background-color: #FCFF00; }
.invalid { background-color: #969696; }
.outofstoc { background-color: #ffebb7; color:#eaaa00}
.paypalinvalid { background-color: #D8BFD8 !important; color: #FFFFFF !important;} 

.table tbody tr.hover-Management:hover td,
.table tbody tr.hoverManagement:hover th {
	background-color: #ff4d4d !important;
}
.table tbody tr.hover-Good:hover td,
.table tbody tr.hover-Good:hover th {
	background-color: #c1ffc4 !important;
}
.table tbody tr.hover-noans:hover td,
.table tbody tr.hover-noans:hover th {
	background-color: #fdff76 !important;
}
.table tbody tr.hover-invalid:hover td,
.table tbody tr.hover-invalid:hover th {
	background-color: #b0b0b0 !important;
}
.table tbody tr.hover-outofstoc:hover td,
.table tbody tr.hover-outofstoc:hover th {
	background-color: #ffebb6 !important;
}
.table tbody tr.hover-order-default-color:hover td,
.table tbody tr.hover-order-default-color:hover th {
	background-color: #ffebb6 !important;
}
/*
*	Css hover end here in case of order listing
*/
.table tbody tr.hover-Customer:hover td,
.table tbody tr.hoverCustomer:hover th {
	background-color: #ff4d4d !important;
}


#left-nav {
    /** width: 170px !important; **/
    border-right: 1px solid #ddd;
    box-shadow: 0 1px 1px #666;
    padding-right: 2px;
}

.content-semi {
    width: 85% !important;
}

.content-all {
    width: 98% !important;
}


label {
    float: left !important;
    margin-bottom: 5px !important;
    /*margin-left: 27px !important;*/
	padding-top: 5px;
	padding-left: 5px;
}

.order-button {
	background: -moz-linear-gradient(top,  #DDDDDD,  rgba(75, 30, 0, 0)); /* for firefox */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#FFFFFF'); /* for IE */
	height: 28px;
}

.menu-button {
background: #7abcff; /* Old browsers */
background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
background: linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */


border-bottom: 1px solid #4439DD;

}
.searchtop2{
    margin-top: 38px;;
}

.btn-pos {
	top: 0 !important;
    float: left;
}

.searchbar {
    background: #ddd;
    padding: 10px;
    left: 18% !important;
    top: -8px !important;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 3px #666;
}

.span8 {
    /*width: 814px !important;*/
}
.action-width {
    width: 98%;
}
.frm-border {
    border: #C0C0C0 1px solid;
}

form.well {
    padding: 12px !important;
    z-index: 1000;
}

.span2 {
	width: 170px !important;
}

.expand-btn-show {
    right: 0;
    text-align: center;
    top: 28px !important;
}
input[type="radio"] {
    -moz-border-radius: 0 0 0 0;
    cursor: pointer;
    float: left;
    height: auto;
    line-height: normal;
    margin: 1px 0 !important;
    padding: 0;
    width: auto;
}

.cmnt-review {
	background: none repeat scroll 0 0 red;
	color: #FFFFFF;
	height: 53px;
	text-align: center;
    font-size: 16px;
	padding-top: 20px;
    font-weight: bold;	
}

.cmnt-review-red {
	background-color: #F2DEDE;
    border: 1px solid #EED3D7;
    color: #B94A48;
	text-align: center;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px 4px 4px 4px;
    padding: 4px;
}
.cmnt-review-yellow {
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    color: #C09853;
	text-align: center;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px 4px 4px 4px;
    padding: 4px;
}

.cmnt-order1 {
	color: #000000;
	text-align: center;
    font-weight: bold;	
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px 4px 4px 4px;
}

.cmnt-order2 {
	background: none repeat scroll 0 0 red;
	color: #000000;
    font-size: 16px;
    font-weight: bold;
	height: 53px;
	padding-left: 13px;
	padding-top: 20px;	
}

.frm-center {
	margin-left: 100px;
}

.wlink {
	color: #ffffff;
}

.errMsg {
	color: red;
	margin-left: 38%;
	font-weight: bold;
}
.padded5px {
	padding: 5px;
}
.padded10px {
	padding: 10px;
}
.content {
	width: auto;
}
.width97p {
	width: 99% !important;
}

#blocker {
	width: 1007px; 
	height: 866px; 
	display: none;
	position: absolute;
	top: 1px;
	left: 1px;
        vertical-align: middle;
        text-align: center;
        z-index: 20000;
}

.blockerimg {
        /*height: 31px;*/
        padding-top: 30px;
        z-index: 20000;
        vertical-align: middle;
        text-align: center;
        background: url(/image/loading_orders.gif) center center no-repeat;
        background-size:33px 16px;
}

.trusted {
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
    color: #468847;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    font-weight: bold;
    padding: 5px;
}
.neutral {
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    font-weight: bold;
     padding: 5px;
}
.low {
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    color: #C09853;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    font-weight: bold;
     padding: 5px;
}
.medium {
    background-color: #FFE5C2;
    border: 1px solid #FAAD45;
    color: #DF8306;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    font-weight: bold;
    padding: 5px;
}
.high {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    font-weight: bold;
     padding: 5px;
}

/*  CSS for edit customer form  */
.customer div {
    padding-top: 3px;
}

.customer-label {
    float: left;
    width: 30%;
}

.customer-field {
    float: right;
    width: 70%;
}

.customer-label-heading {
    width: 100%;
}

.customer-search {
    margin-top: -4px;
}

/**
    CSS defied for inventory section
*/
.bgWhite{background-color: #FFFFFF !important;;}
.bgGray{background-color: #e5e5e5 !important;;}
.greenfont{color: #067669 !important; font-weight: bold;}
.redfont{color: #CC0000 !important; font-weight: bold;}
/*Added for 278*/
#imagelisttoimport{
    height: 200px;
    overflow: scroll;
    border: #C0C0C0 solid 1px;
    font-size: 12px;
}

#imagelisttoimport p{
    background-color: #e5e5e5;
}
#imagelisttoimport p a {
    font-size: 13px;
    color: #000000;
    text-decoration: none;
}

#imagelisttoimport p a hover{
    font-size: 13px;
    color: #000000;
    text-decoration: none;
}

.iportstatus{
    float: left;
    width: 97%;
    min-height: 100px;
    max-height: 200px;
    overflow: scroll;
    border: #C0C0C0 solid 2px;
    font-size: 13px;
    padding: 5px;
}

.date-field {
    float: left;
    width: 100%;
}

.audit-start-date {
    width: 46%;
    float: left;
}
.audit-submit {
    width: 8%;
    float: left;
}

.productInventory {
    float: left;
    width: 97%;
    border: #C0C0C0 solid 1px;
    font-size: 13px;
    padding: 14px;
}

#list-inventory {
    padding-top: 10px;
}

.bgRed {
    background: red;
    color: #fff;
}
.bgRed-hover hover {
    background: red;
    color: #fff;
}

.bgGreen {
    background: #8eff93;
}

.left-menu-width {
    width: 15%;
    margin-top: 10px;
}

.right-menu-width {
    width: 82%;
    float: left;
    padding: 1%;
    margin-top: 20px;
}

.sucMsg {
    color: #5BB75B;
}

.fixedHeader {
    position: fixed;
    width: 100%;
    z-index: 1;
}
.padding-top {
    padding-top: 28px;
}

.padding-top200 {
    padding-top: 25%;
}

.paddingT5 {
    padding-Top: 5px;
}
.expand200 {
    width: 201% !important;
}

.expandwidth200 {
	position: absolute;
	left: 190%;
	padding-top: 5px;
}
.list-table-header
{
  background-image: -moz-linear-gradient(top, #ebebe9, #c4c4c4);
  background-image: -ms-linear-gradient(top, #ebebe9, #c4c4c4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebe9), to(#c4c4c4));
  background-image: -webkit-linear-gradient(top, #ebebe9, #c4c4c4);
  background-image: -o-linear-gradient(top, #ebebe9, #c4c4c4);
  background-image: linear-gradient(top, #ebebe9, #c4c4c4);
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebe9', endColorstr='#c4c4c4', GradientType=0);
   color: #4a4a4a;
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 #FFFFFF inset;

}
.breadcrumb {
    margin-bottom: 5px;
}
.pT28R20{
    
    top: 28px; 
    right: 20px;
}
.brand {
    -moz-transition: all 0.2s linear 0s;
    color: #134e75;
    float: left;
    font-weight: bold;
    margin-left: 20px;
    font-size: 17px;
    padding-left: 0;
    padding-right: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
}
.full-view {
    width: 98%;
}
.hover-Management:hover a,.hover-Management:hover td {
color:#FFFFFF
}
.history-width{
   width: 97%;	
   margin-left: 4px;
}
.history-btn{
	float:right;
}
.comment-greeneffect-bg{
   background-color: #DFF0D8 !important;
}
.comment-redeffect-bg{
   background-color: #EED3D7 !important;
}

/*Added by yashpal singh*/
.search-help-msg {	
	font-weight: bold; 
	color: red; 
	width: 100%; 
	text-align: right; 
	display:none;
}
/* Added for ticket #558 */
.ukash-type-radio{
	float:none !important;
}
#ukash-type-box{
	display:none;
	float: right;
    width: 69%;
}
.process_history {
	float:right;
	margin-right:10px;
}
/* Added for ticket #558 */
.ukash-type-radio{
	float:none !important;
}
#ukash-type-box{
	display:none;
	float: right;
    width: 69%;
}

#ukashKycFormUpload
{
 margin-left: -260px;
width:500px;
height:230px;

}

#uploadKyctable
{
margin-top:90px;
margin-left:80px;
}

#kyctop
{
padding:10px;
height:50px;
width:500px;
}

#error
{
display:none; 
height:20px;
color:red;
width:300px;
margin-left:50px;
background-color:yellow;
padding:10px;
}

#ukashKycFormShow
{
 margin-left: -260px;
width:550px;
height:100px;

}

/*#kycfram
{
width:550px;
height:350px;
overflow:scroll;
} */

#message
{
border:solid 2px black;
margin-left:200px;
margin-top:150px;
border-radius:10px;
background-color:#dddddd;
color:green;
height:50px;
width:400px;
text-align: center;
padding:30px; 
}

#theForm{
	margin:0 auto;
	width:400px;
	padding: 20px;
	background: rgba(238, 238, 238, 0.78);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #E7E7E7;
}
#theForm label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}
#theForm .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#theForm input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:1px solid #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;
}
#theForm textarea{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;
	height: 50px;
}

#theForm button{
	clear:both;
	margin-left:150px;
}
.red-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
	font: bold 13px arial;
}.red-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.red-button:active {
	position:relative;
	top:1px;
}
#output{text-align:center;}