/* -----------------------------------------
   Custom.css - put your own changes here 
----------------------------------------- */

#outWProducts,
.fixedHeight {
	display: block;
	width: 100%!important;
	height: 15em!important;
	overflow: scroll;
}
.bigH {
	height: 27em!important;
	margin: 1.65em 0;
}
#transportDetail .fa-trash,
#outWProducts .fa-trash {
	font-size: 1.35em;
}
#customerDetails {
	background: url(../img/patterns/2-1.png) repeat 0 0;
	padding: 0;
	margin: 0;
}

#outWProducts .icomoon-icon-barcode {
	font-size: 1.65em;
	line-height: 0;
}


#footer.right-sidebar-page {
	margin-right: 0;
}


.customerDetailsearch {
	padding: 0;
}

.taxTable tbody tr:first-child td,
.taxTable > thead > tr > th, .taxTable > tbody > tr > th, .taxTable > tfoot > tr > th, .taxTable > thead > tr > td, .taxTable > tbody > tr > td, .taxTable > tfoot > tr > td {
	border: none;
	box-shadow: none;
}
.clear {
	clear: both;
}
.opaque5 {
	opacity: 0.5;
}

.selProd tbody,
.selProd thead {
	width: 100%;
}


.outwardFilterform .col-md-6 {
	position: relative;
}
.outwardFilterform .col-md-6 .hidselect1,
.outwardFilterform .col-md-6 .hidselect2 {
	position: absolute;
	width: 43%;
	top: 0;
	right: 0;
}
.lowPad > div {
	padding: 0 7px;
}
.showBillCol,
.showStatCol {
	min-width: 10%!important;
}
.mt90 {
	margin-top: 90px;
}

ul.list-group .active strong {
	display: inline-block;
	width: 49%;
	text-transform: uppercase;
}
ul.list-group li strong {
	display: inline-block;
	width: 235px;
}
.form-control-25 {
  display: block;
  width: 25%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-50 {
  display: block;
  width: 50%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-75 {
  display: block;
  width: 75%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}



/***** alert messages and tips panel ******/

.alerts {
  margin: 20px;
}

.alerts p {
  /* quick and dirty hack added by me, you may remove it if not needed */
  margin: 0; padding: 0;
}

.alert-message.danger, .alert-message.danger:hover, .alert-message.error, .alert-message.error:hover, .alert-message.success, alert-message.success:hover, .alert-message.info, .alert-message.info:hover {
  color: #ffffff;
}
.alert-message .close {
  font-family: Arial, sans-serif; 
  line-height: 18px;
}
.alert-message.danger, .alert-message.error {
  background-color: #c43c35;
  background-repeat: repeat-x;
  
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(top, #ee5f5b, #c43c35);
    border-left-color: #c43c35;
    border-right-color: #c43c35;
    border-top-color: #c43c35;
    border-bottom-color: #882a25;
}
.alert-message.success {
  background-color: #57a957;
  background-repeat: repeat-x;
  
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(top, #62c462, #57a957);
    border-left-color: #57a957;
    border-right-color: #57a957;
    border-top-color: #57a957;
    border-bottom-color: #3d773d;
}
.alert-message.info {
  background-color: #339bb9;
  background-repeat: repeat-x;
  
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(top, #5bc0de, #339bb9);
    border-left-color: #339bb9;
    border-right-color: #339bb9;
    border-top-color: #339bb9;
    border-bottom-color: #22697d;
}

:root .alert-message {
  border-radius: 0 \0;
}
.close {
  float: right;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
.close:hover {
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.alert-message,.tips-message {
  border-left: 1px solid #eedc94;
    border-right: 1px solid #eedc94;
    border-top: 1px solid #eedc94;
    border-bottom: 1px solid #e4c652;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;

    position: relative;
    padding: 7px 15px;
    margin-bottom: 18px;
    color: #404040;

    background-color: #eedc94;
    background-repeat: repeat-x;

    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    background-image: linear-gradient(top, #fceec1, #eedc94);
}
.alert-message .close {
  margin-top: 0;
}
.alert-message a {
  font-weight: bold;
  color: #404040;
  text-decoration: none;
}
.alert-message.danger p a, .alert-message.error p a, .alert-message.success p a, .alert-message.info p a {
  color: #ffffff;
}
.alert-message p a:hover {
  text-decoration: underline;
}
.alert-message p {
  margin-bottom: 0;
}
.tips-message h3{text-decoration:underline;font-weight:bold;}

.label-Right
{
    margin-bottom:0px;
    text-align:right;
    font-weight:normal;
}
.label-Left
{
    margin-bottom:0px;
    text-align:left;
}
.ResVisitTblHead40
{
 Border: 1px solid gray;width:40%;background-color:#606060;color:white; text-align:center;  padding:5px;  
}
.ResVisitTblHead20
{
 Border: 1px solid gray;width:20%;background-color:#606060;color:white; text-align:center; padding:5px;     
}

.ResVisitTblTD40
{
 Border: 1px solid gray;width:40%; padding:5px;    
}
.ResVisitTblTD20
{
 Border: 1px solid gray;width:20%; padding:5px; 
}

.ResVisitTblHead70
{
 Border: 1px solid gray;width:70%;background-color:#606060;color:white;text-align:center; padding:5px;    
}
.ResVisitTblHead30
{
 Border: 1px solid gray;width:30%;background-color:#606060;color:white; text-align:center;  padding:5px;    
}
.ResVisitTblTD70
{
 Border: 1px solid gray;width:70%; padding:5px;    
}
.ResVisitTblTD30
{
 Border: 1px solid gray;width:30%;   padding:5px;  
}
.lnkExportExcel
{
    text-align:right;padding-right:12px;padding-bottom:5px;
}