/* main styles */
body {
	margin:0;
	padding:0;
	background-color:#BBD9EE;
  	color:#000;
	font-family:tahoma,arial,sans-serif;
	font-size:11px;
	}
.tbborder {
	border:1px solid #F90;
	-moz-border-radius:10px;
	border-radius:10px;
}
.trclass {
	background-color:#F90;
	-moz-border-radius:10px;
	border-radius:10px;
	color:#FFF;
	font-weight:bold;
}
.tbheading {
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}
.textheading {
	font-size:12px;
	font-weight:bold;
	color:#000;
}
.errortext {
	font-size:1em;
	font-weight:bold;
	color:#930;
}form {
	margin:0;
	padding:0
	}
img {border:none;}
a {color:#060606;text-decoration: none}
a:hover {text-decoration: underline}
input {vertical-align:middle}
.floatleft {float:left !important}
.floatright {float:right !important}
.clear {clear:both !important}
.bold {font-weight:bold !important}
.normal {font-weight:normal !important}
.block {display:block !important}
input.text,
select,
textarea {
	font-family:arial,sans-serif;
	color:#333;
	font-size:12px;
	vertical-align:middle;
	}
input.text {
	padding:1px 0 0 4px;
	height:14px;
	font-weight:normal;
	}
	.input-group-addon {
    padding: 1px 0 0 4px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    background-color: #eee;
    border: 0px solid #ccc;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
/* main container */
#main {
	width:992px;
	margin:0 auto;
	}
/* header */
#header {
	position:relative;
	width:992px;
	height:106px;
	background:url(../images/bg-header.gif) no-repeat left bottom;
	}
/* site logo */
a.logo {
	position:absolute;
	top:5px;
	left:20px;
	}
	
/* header tabs */
#top-navigation {
	position:absolute;
	top:60px;
	left:20px;
	margin:0;
	padding:0;
	list-style:none;
	}
#top-navigation li {
	float:left;
	margin:0 3px 0 0;
	background:url(../images/tab.gif) repeat-x top;
	}
#top-navigation li a {
	float:left;
	display:block;
	height:20px;
	line-height:19px;
	color:#606060;
	padding:4px 0 0 0;
	}
#top-navigation li span {
	float:left;
	background:url(../images/tab-left.gif) no-repeat left top;
	}
#top-navigation li span span {
	background:url(../images/tab-right.gif) no-repeat right top;
	padding:7px 10px 0 10px;
	}
#top-navigation li.active {
	padding:0;
	height:34px;
	background:url(../images/tab-active.gif) repeat-x top;
	margin-right:2px;
	}
#top-navigation li.active span {
	background:url(../images/tab-active-left.gif) no-repeat left top;
	height:34px;
	}
#top-navigation li.active span span {
	background:url(../images/tab-active-right.gif) no-repeat right top;
	height:23px;
	padding:11px 10px 0 10px;
	line-height:19px;
	color:#606060;
	}
	
/* middle */
#middle {
	float:left;
	width:967px;
	background:url(../images/bg-middle.gif) repeat-y left;
	padding:0 13px 0 12px;
	}
/* left column */
#left-column {
	float:left;
	width:200px;
	padding:1px 14px 0 12px;
	}
/* right column */
#right-column {
	float:right;
	padding:0 9px 0 0;
	width:133px;
	}
/* center column */
#center-column {
	float:left;
	width:920px;
	background-color:#EFEFEF;
	border:0.5px solid #333;
	min-height:584px;
	-moz-border-radius:10px;
	border-radius:10px;
	margin:0px 0 0 10px;
	padding:12px 16px 0 13px;
	}	
* html #center-column {height:584px;}

/* footer */
#footer {
	float:left;
	width:100%;
	background:url(../images/bg-footer.gif) no-repeat;
	height:15px;
	}
	
/* left column styles */
#left-column a {color:#3E3E3E;}
#left-column h3 {
	font-size:11px;
	margin:0;
	color:#fff;
	background:url(../images/bg-left-header.gif) no-repeat left top;
	height:25px;
	line-height:23px;
	padding:0 0 0 9px;
	}
ul.nav {
	margin:0 0 11px 0;
	border-bottom:2px solid #FF9600;
	background:#ECEFE7;
	list-style:none;
	padding:0 2px;
	}
ul.nav li {
	padding:4px 4px 6px 5px;
	background:url(../images/bg-dotted.gif) repeat-x bottom;
	}
ul.nav a {
	padding:0 0 0 12px;
	background:url(../images/arrow.gif) no-repeat 0 4px;
	}
ul.nav a:hover {
	font-weight:bold;
	}
ul.nav li.last {background:none;}

#left-column .link {
	display:block;
	width:242px;
	height:25px;
	background:url(../images/bg-left-link.gif);
	margin:0 0 4px 0;
	font-weight:bold;
	padding:0 0 0 9px;
	line-height:25px;
	color:#60635A;
	}
	
/* center column styles */
.top-bar {
	float:left;
	width:100%;
	padding:0 0 0 9px;
	margin:0 0 4px 0;
	}
/* text page header */
.top-bar h1 {
	font:20px/21px verdana,sans-serif;
	color:#43729F;
	margin:0 0 4px 0;
	}
/* orange button */
.top-bar a.button {
	float:right;
	display:block;
	width:75px;
	height:35px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	line-height:27px;
	background:url(../images/bg-orange-button.gif) no-repeat;
	}
	
/* bar with select */
.select-bar {
	clear:both;
	border-top:2px solid #f70;
	border-bottom:2px solid #f70;
	padding:5px 0 3px 0;
	margin:0 0 17px 0;
	}
.select-bar select {width:145px;margin:0 2px;}

/* table container */
div.table {
	float:left;
	position:relative;
	width:920px;
	margin:0 0 37px 0;
	}
table.listing {
	border-bottom:1px solid #9097A9;
	width:917px;
	padding:0;
	margin:0;
	border:0px solid #9097A9;
	}
table.listing th {
	border-top:0 !important;
	}


table.listing th.full {border-left:0;border-right:0 !important;text-align:left;text-transform:uppercase;}
div.table img.left {
	position:absolute;
	top:0;
	left:0;
	}
div.table img.right {
	position:absolute;
	top:0;
	right:1px;
	}
/* table styles */
table.listing td,
table.listing th {
	border:1px solid #fff;
	}	
table.listing th {
	background:#9097A9;
	color:#fff;
	padding:5px;
	}

table.listing td {
	background:#D8D8D8;
	color:#000;
	padding:3px 5px;
	}
table.listing .bg td {
	background:#ECECEC;
	}
table.listing .white td {
	background:#fff;
	}	
table.listing .style1 {font-weight:bold;color:#FF7A00;}
table.listing .style2 {font-weight:bold;padding-left:16px;}
table.listing .style3 {padding-left:25px;}
table.listing .style4 {padding-left:35px;}
table.form .last {padding:1px 0 1px 5px;text-align:left;}
table.form th,
table.form td {padding-left:10px;}
table.form input.text {}
table.listing .thStyle{
 font-weight:bold;
}
table.listing .thStyle td{
background-color:#9097A9; font-weight:bold; padding: 5px; border-bottom:2px solid #000;
}
table.listing .detailStyle
{
	border-bottom: thin solid #000;

}
table.listing .detailStyle td{
border-bottom: thin solid #000;
}
table.listing .detailStyle:hover td{
background-color:#FFFFFF;
}

table.listing .checked td{
background-color:#FF0;
}


/* table select */
div.table .select {
	float:right;
	margin:2px 1px 0 0;
	width:176px;
	height:25px;
	background:#9097A9 url(../images/bg-select.gif);
	color:#fff;
	}
div.table .select strong {
	float:left;
	padding:5px 0 0 5px;
	}	
div.table .select select {
	float:right;
	width:78px;
	margin:2px 3px 0 0;
	text-align:right;	
	}
	
/* right column header */
#right-column .h {
	float:left;
	background:#7E878A;
	border:1px solid #B8B8B8;
	border-bottom:0;
	padding:3px 10px;
	color:#fff;
	text-transform:uppercase;
	}
/* right column box */
#right-column .box {
	float:left;
	width:121px;
	padding:5px;
	border:1px solid #B8B8B8;
	background:#EBEBEB;
	margin:0 0 15px 0;
	}
	
/* right column buttons */
.buttons {
	clear:both;
	text-align:center;
	padding:30px 0 15px 0;
	}
.buttons input {margin:0 0 6px 0;}
.error {
	width:500px;
	height:33px;
	background-image:url(../images/button/error.png);
	background-repeat:no-repeat;
	margin-left:130px;
	margin-bottom:10px;
	
}
.text_error {
	font-size:12px;
	color:#000;
	font-weight:bold;
	margin-left:50px;
	line-height:33px;
}
.wel_admin
{
	float:right;
	margin-top:15px;
	margin-right:20px;
	color: #000;
	font-size:12px;
	text-align:right;
}



#tableheader {height:55px}
.search {float:left; padding:6px; border:1px solid #c6d5e1; background:#fff}
#tableheader select {float:left; font-size:12px; width:125px; padding:2px 4px 4px}
#tableheader input {float:left; font-size:12px; width:225px; padding:2px 4px 4px; margin-left:4px}
.details {float:right; padding-top:12px}
.details div {float:left; margin-left:15px; font-size:12px}
.tinytable {width:920px; padding:0;
	margin:0;
	border:0px solid #9097A9;}
.tinytable th {border:1px solid #fff;text-align:left;text-transform:uppercase;background:#9097A9;
	color:#fff;
	padding:5px; border:1px solid #fff;
	border-top:0 !important;}
.tinytable th h3 {font-size:10px;  }
.tinytable td {padding:4px 6px 6px; border-bottom:1px solid #c6d5e1; border-right:1px solid #c6d5e1; border:1px solid #fff;}
.tinytable .head h3 {background:url(../images/sort.gif) 7px center no-repeat; cursor:pointer; padding-left:18px}
.tinytable .desc, .sortable .asc {}
.tinytable .desc h3 {background:url(../images/desc.gif) 7px center no-repeat; cursor:pointer; padding-left:18px}
.tinytable .asc h3 {background:url(../images/asc.gif) 7px  center no-repeat; cursor:pointer; padding-left:18px}
.tinytable .head:hover, .tinytable .desc:hover, .tinytable .asc:hover {color:#fff}
.tinytable .evenrow td {background:#ECECEC;
	color:#000;
	padding:3px 5px;}
.tinytable .oddrow td {background:#D8D8D8; color:#000;
	padding:3px 5px;}
.tinytable td.evenselected {background:#D8D8D8;}
.tinytable td.oddselected {background:#ECECEC;}
.tinytable tfoot {background:#fff; font-weight:bold; }
.tinytable tfoot td {padding:6px 8px 8px; }
#tablefooter {height:15px; margin-top:20px}
#tablenav {float:left}
#tablenav img {cursor:pointer}
#tablenav div {float:left; margin-right:15px}
#tablelocation {float:right; font-size:12px}
#tablelocation select {margin-right:3px}
#tablelocation div {float:left; margin-left:15px}
.page {margin-top:2px; font-style:italic}
#selectedrow td {background:#c6d5e1}



/* button code start */

    .myButton {
        
        -moz-box-shadow:inset 0px 1px 0px 0px #ffe0b5;
        -webkit-box-shadow:inset 0px 1px 0px 0px #ffe0b5;
        box-shadow:inset 0px 1px 0px 0px #ffe0b5;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fbb450), color-stop(1, #f89306));
        background:-moz-linear-gradient(top, #fbb450 5%, #f89306 100%);
        background:-webkit-linear-gradient(top, #fbb450 5%, #f89306 100%);
        background:-o-linear-gradient(top, #fbb450 5%, #f89306 100%);
        background:-ms-linear-gradient(top, #fbb450 5%, #f89306 100%);
        background:linear-gradient(to bottom, #fbb450 5%, #f89306 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89306',GradientType=0);
        
        background-color:#fbb450;
        
        -moz-border-radius:7px;
        -webkit-border-radius:7px;
        border-radius:7px;
        
        border:1px solid #c97e1c;
        
        display:inline-block;
        color:#ffffff;
        font-family: Arial, Helvetica, sans-serif;
        font-size:15px;
        font-weight:bold;
        padding:4px 9px;
        text-decoration:none;
        text-shadow:0px 1px 0px #8f7f24;
        
    }
    .myButton:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f89306), color-stop(1, #fbb450));
        background:-moz-linear-gradient(top, #f89306 5%, #fbb450 100%);
        background:-webkit-linear-gradient(top, #f89306 5%, #fbb450 100%);
        background:-o-linear-gradient(top, #f89306 5%, #fbb450 100%);
        background:-ms-linear-gradient(top, #f89306 5%, #fbb450 100%);
        background:linear-gradient(to bottom, #f89306 5%, #fbb450 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89306', endColorstr='#fbb450',GradientType=0);
        
        background-color:#f89306;
		text-decoration:none;
    }
    .myButton:active {
        position:relative;
        top:1px;
    }
/* button code end */


.typeahead, .tt-query, .tt-hint {
	border: 2px solid #CCCCCC;
	font-size: 14px;
	padding: 2px 3px;
	width: 200px;
}
.typeahead {
	background-color: #FFFFFF;
}
.typeahead:focus {
	border: 2px solid #0097CF;
}
.tt-query {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
	color: #999999;
}
.tt-dropdown-menu {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 2px;
	padding: 2px 0;
	width: 500px;;
}
.tt-suggestion {
	font-size: 13px;
	padding: 3px 10px;
}
.tt-suggestion.tt-is-under-cursor {
	background-color: #0097CF;
	color: #FFFFFF;
}
.tt-suggestion p {
	margin: 0;
}

.bank{
display:none;
}
.display_none{
display:none;
}
.display_none_additional_vendor{
display:none;
}
.display_none_additional_customer{
display:none;
}

.customer_showHide{
	display:none;
}
.vendor_showHide{
display:none;
}

.from_customer_showHide{
	display:none;
}
.from_vendor_showHide{
display:none;
}

.to_customer_showHide{
	display:none;
}
.to_vendor_showHide{
display:none;
}




/*--- DROPDOWN ---*/
#top-navigation .dropDown {
	list-style: none;
	display:none;
    position: absolute;
	padding-left: 0;
	
}

#top-navigation li:hover ul { /* Display the dropdown on hover */
    list-style: none;
    display: grid;
	top:30px;
}

#top-navigation .dropDown a {
	width: 100%;
    background-color: #BBD9EE;
	padding-left: 10px;
	border-bottom:0.5px solid #b7b0b0;
}

.inner_nav_main{
	width:100%;  height:30px; margin:5px;border-bottom:1px solid;
}
.inner_nav_menu{
border-radius:5px 5px 0px 0px; padding:5px; font-size:14px; text-align:center; float:left; background-color:#BBD9EE; margin:1px;
}
.inner_nav_menu_selected{
border-radius:5px 5px 0px 0px; padding:5px; font-size:14px; text-align:center; float:left; background-color:#FFF; margin:1px; border:1px solid; border-bottom:0;
}
#header-fixed {
    position: fixed;
    top: 0px; display:none;
    background-color:white;
}

/*Tabs*/
/* Style the tab */
.tab {
  overflow: hidden;
 
}

/* Style the buttons that are used to open the tab content */
.tab button {

  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}

/* Style the tab content */
.tabcontent {
	margin-top: 10;
	display: none;

}
.tabcontent h1 {
	font:20px/21px verdana,sans-serif;
	color:#43729F;
	margin:0 0 4px 0;
	}

/*
 CSS for the main interaction
*/
.accordion > input[type="checkbox"] {
  position: absolute;
  left: -100vw;
}

.accordion .content {
  overflow-y: hidden;
  height: 0;
  transition: height 0.3s ease;
}

.accordion > input[type="checkbox"]:checked ~ .content {
  height: auto;
  overflow: visible;
}

.accordion label {
  display: block;
}
/*
 Styling
*/


.accordion {
  margin-bottom: 1em;
  border: 1px solid;
}

.accordion > input[type="checkbox"]:checked ~ .content {

  border: 1px solid #e8e8e8;
  border-top: 0;
}

.accordion .handle {
  margin: 0;
  font-size: 1.50em;
  line-height: 0.5em;
}

.accordion label {
  color: #333;
  cursor: pointer;
  font-weight: normal;
  padding: 14px;
  background: #e8e8e8;
}

.accordion label:hover,
.accordion label:focus {
  background: #d8d8d8;
}
button.tablinks.inner_nav_menu.active {
    -radius:5px 5px 0px 0px; padding:5px; font-size:14px; text-align:center; float:left; background-color:#FFF; margin:1px; border:1px solid; border-bottom:0;

}


