
* {
    margin: 0;
    padding: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, able, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, enu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul, li {
    list-style: outside none none;
}
blockquote, q {
    quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    background: none repeat scroll 0 0 #fff;
    font: 12px/22px "Open Sans","Lucida Grande",Verdana,Tahoma,Arial,sans-serif !important;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
a {
    color: #10498f;
    text-decoration: none;
}
a img {
    border: medium none;
}
.clear {
    clear: both;
}
.clear-left {
    clear: left;
}
.clear-right {
    clear: right;
}
h1, h2, h3, h4, h5, h6 {
    color: #2d8dc4;
    text-decoration: none;
}
input[type="file"]:focus, input[type="checkbox"]:focus, input[type="radio"]:focus {
    outline: thin dotted;
    outline-offset: -2px;
}
output {
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding-top: 7px;
}
input {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    /*height: 34px;*/
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
input:focus {
    border-color: #66afe9 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
textarea:focus {
    border-color: #66afe9 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
.header_bg{
	width:100%;
	height:90px;
	background:#000;;
	margin:0px auto;
}
nav{
	width:100%;
	height:40px;
	
        background:#A92AAD;
}
.nav_inner{
	/*width:75%;*/
	height:40px;
	float:left;
}
.nav_inner li {
    float: left;
	position:relative;
    padding: 10px 10px 10px 10px;
}
.nav_inner li:hover{
	background:#10498F;
}
.nav_inner li.active {
	background:#00296f;
}
.nav_inner li a {
    color: #fff;
    font: bold 13px open sans;
}
.largenav{
	margin-left: 10px;
    margin-right: 0;
}
.icon-plus{
	background-image: url(../images/glyphicons-halflings.png);
    background-position: 14px 14px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    width: 14px;
}
.login_container{
	width:inherit;
}
.icon-plus {
    background-position: -408px -96px;
}
.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    content: "↓";
    display: inline-block;
    height: 0;
    opacity: 0.3;
	margin-left: 3px;
    margin-top: 10px;
    text-indent: -99999px;
    vertical-align: top;
    width: 0;
}
.header_links{
	/*width:25%;*/
	height:40px;
	float:right;
}
.dropdown {
    position: relative;
	margin-right: 10px;
	float:right;
	cursor:pointer;
}
.dropdown-toggle {
    float: right;
    margin: 9px 0 0 0px;
}
.dropdown a {
 	color: #fff;
    font: bold 12px open sans;
}
.dropdown-menu {
    display: block;
}
.dropdown-menu {
    border-radius: 2px !important;
}
.pull-right {
    float: right;
}
.dropdown-menu {
	background-clip: padding-box;
    background-color: #ffffff;
    border-color: rgba(0, 0, 0, 0.2);
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    list-style: outside none none;
    margin: 7px 0 0 -107px;
    min-width: 160px;
    padding: 4px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}
.dropdown-menu::after {
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 140px;
    position: absolute;
    top: -6px;
}
.dropdown-menu::before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 139px;
    position: absolute;
    top: -7px;
}
.dropdown-menu li a {
    padding: 7px 15px;
}
.dropdown-menu .divider {
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
    height: 1px;
    margin: 5px 1px;
    overflow: hidden;
}
.dropdown-menu a {
    clear: both;
    color: #555555;
    display: block;
    font-weight: normal;
    line-height: 18px;
	font-size:12px;
    padding: 3px 15px;
    white-space: nowrap;
}
.more-menu{
	 background: none repeat scroll 0 0 #fff;
    display: none;
    height: auto;
    margin:8px 0 0 -390px !important;
    position: absolute;
    width: 642px;
}
.more-menu::after{
	left: 410px !important;
}
.more-menu::before{
	left: 409px !important;
}
.moduleNames > a {
    clear: both;
    color: #555555 !important;
    display: block;
    font-weight: normal !important;
    line-height: 22px !important;
    padding: 3px 32px 4px 5px;
    white-space: nowrap;
}
.moduleNames a:hover{
	background:#1561BD;
	color:#fff !important;;
}
.dropdown-menu li a:hover{
	background:#1561BD;
	color:#fff !important;;
}
.quickcreate-menu li a:hover{
	background:#1561BD;
	color:#fff !important;;
}
.alignMiddle1{
	cursor:pointer;
}
.span3 {
    float: left;
    padding: 5px;
	font-weight: bold;
}
.navbar {
    height: 50px;
    overflow: visible;
    position: relative;
    z-index: 1;
}
.actionsContainer {
    background: none repeat scroll 0 0 #f3f3f3;
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 1px 3px 0 #888888;
    box-sizing: border-box;
    height: 50px;
    word-wrap: break-word;
}
.companyLogo img {
    box-sizing: border-box;
    height: 98%;
    max-width: 100%;
    word-wrap: break-word;
}
.companyLogo {
    display: inline-block;
    height: 3.5em;
    margin-left: 20px;
    margin-top: 0.3em;
}
.span2{
    float: left;
	width:11%;
	height:50px;
}
.span10{
	width:89%;
    float: left;
}
.wrapper-demo {
    margin: 0px 0 0 0;
    *zoom: 1;
	float:left;
    font-weight: 400;
}

.wrapper-demo:after {
    clear: both;
    content: "";
    display: table;
}
.wrapper-dropdown-5 {
    /* Size & position */
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #ccc;
    border-radius: 2px;
    cursor: pointer;
	color:#2b2b2b;
    font: 13px open sans;
    margin: 12px 0px 0px 95px;
    outline: medium none;
    padding:4px 11px;
    position: relative;
    transition: all 0.3s ease-out 0s;
    width: 135px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.wrapper-dropdown-5:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #888888 transparent;
}

.wrapper-dropdown-5 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    /* Styles */
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Hiding */
    max-height: 0;
    overflow: hidden;
}

.wrapper-dropdown-5 .dropdown li {
    padding: 0 10px ;
}
.wrapper-dropdown-5 .dropdown li:hover{
	background:#1561BD;
}
.wrapper-dropdown-5 .dropdown li:hover a{
	color:#fff !important;
}
.wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
	color:#2b2b2b;
    font: 13px open sans;
    color: #333;
    padding: 6px 0;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-5 .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown-5 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown-5 .dropdown li:hover a {
    color: #57a9d9;
}

/* Active state */


.wrapper-dropdown-5.active:after {
    border-color: ##888888 transparent;
}

.wrapper-dropdown-5.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
}
.dropdown-search{
	margin-top: 2px;
    width: 100%;
	float:left;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
input[type="text"], input[type="password"], .ui-autocomplete-input, textarea, .uneditable-input {
    border: 1px solid #909090;
    border-radius: 3px;
    color: #808080;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    padding: 4px;
}
input, textarea {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.input-append.searchBar{
	float:left;
}
.globalSearchValue {
    margin: 12px 0 0 -1px;
	float: left;
	padding:4px 56px 4px 9px !important;
}
.icon-search {
    background-position: -48px 0;
}
.icon-white {
    background-image: url("../images/glyphicons-halflings-white.png");
}
.search-icon {
    background: none repeat scroll 0 0 #1560bd !important;
    border: 1px solid #1254a6 !important;
    border-radius: 2px !important;
    cursor: pointer !important;
	margin-top:12px;
    margin-left: 4px !important;
    padding: 4px 14px 3px 15px !important;
}
.add-on.search-icon > img {
    margin: 0px;
}
.listViewHeaderValues {
    color: #000;
}
.adv-search.pull-left {
    float: left;
    margin-top: 13px !important;
}
.alignMiddle {
    color: #1560bd;
	cursor:pointer;
    margin-left: 9px;
	position:relative;
}
.alignMiddle:hover{
	text-decoration:underline;
}
.quickcreate {
    float: right;
	position:relative;
    margin: 15px 12px;
}
textarea {
    padding: 4px 11px !important;
	height:60px !important;
}
.quickcreate-menu {
	background-clip: padding-box;
    background-color: #ffffff;
    border-color: rgba(0, 0, 0, 0.2);
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
	width: 419px;
    list-style: outside none none;
    margin: 1px 0 0 -391px;
    min-width: 160px;
    padding: 4px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}
.quickcreate-menu::after {
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 403px;
    position: absolute;
    top: -6px;
}
.quickcreate-menu::before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 402px;
    position: absolute;
    top: -7px;
}
.quickcreate-menu li a {
    padding: 7px 15px;
}
.quickcreate-menu .divider {
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
    height: 1px;
	display:block;
    margin: 5px 1px;
	width:100%;
    overflow: hidden;
}
.quickcreate-menu a {
    clear: both;
    color: #555555;
    display: block;
    font-weight: normal;
    line-height: 18px;
	font-size:13px;
    padding: 3px 15px;
    white-space: nowrap;
}

.quickcreate-menu > li {
    display: inline-block;
    width: 134px;
}
.title {
    font-size: 14px;
    margin: 0 12px;
}
.table_head {
    border-bottom: 1px solid #f0f0f0;
    margin: 0 0 40px;
    padding: 0 0 20px;
}
.col {
    float: left;
    margin: 5px 0 23px 20px;
    width: 96.5%;
}
.title_head > p {
    border-bottom: 1px solid #bfbfbf;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 11px;
    padding-bottom: 2px;
}
.popup_col {
    float: left;
    width: 100%;
}
.col.w10 .content {
    padding: 0;
/*	overflow:scroll;
*/	width:100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table {
    width: 100%;
	border: 1px solid #dcdcdc;
}
table th {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(center top , #f6f6f6, #f3f3f4);
    background-repeat: repeat-x;
    border-bottom: 1px solid #dddddd;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #dddddd;
    color: #444;
    font-family:  "Open Sans";
    font-size: 12px;
    font-weight: bold;
    line-height: 19px;
    padding: 8px;
    text-align: left;
}
th.checkbox {
    width: 0;
}
table td {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid transparent;
    color: #666;
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 19px;
    padding: 8px;
}
.popuptable tr td {
    width: 100px;
}
.popuptable tr th {
    width: 100px;
}
.rightPanel {
	background: none repeat scroll 0 0 #fafafb;
    padding-top: 13px;
    position: relative;
    top: -12px;
    width: 100%;
	min-height: 944px;
    z-index: 0;
    
}
.redColor {
    color: red;
}
.recordEditView .table .fieldLabel, .recordEditView .table .fieldValue {
    vertical-align: middle;
}
.medium, .table td.medium, .listViewEntries td.medium, td.listViewEntryValue.medium {
    padding: 5px 6px !important;
}
.equalSplit td:nth-child(2n+1) {
    width: 20%;
}
.fieldLabel {
    background: none repeat scroll 0 0 #f7f7f9;
    width: 20%;
}
.muted {
    color: #999999;
}
.chzn-container {
    display: inline-block;
    font-size: 13px;
    position: relative;
}
.chzn-container {
    vertical-align: middle;
}
.equalSplit td:nth-child(2n) {
    width: 30%;
}


.table-bordered th + th, .table-bordered td + td, .table-bordered th + td, .table-bordered td + th {
    border-left: 1px solid #ddd;
}
.chzn-select {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -o-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
  background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
  background-image: linear-gradient(top, #eeeeee 0%,#ffffff 50%);
  -webkit-border-radius: 4px;
  -moz-border-radius   : 4px;
  border-radius        : 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaa;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 26px;
  line-height: 26px;
  padding: 0 0 0 8px;
  color: #444;
  text-decoration: none;
}
.chzn-container-single .chzn-single div b {
    background: url(../images/chosen-sprite.png) no-repeat scroll 0 1px rgba(0, 0, 0, 0);
    display: block;
    height: 100%;
    width: 100%;
}
.input-prepend .add-on, .input-append .add-on {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px 0 0 3px;
    color: #999999;
    display: block;
    float: left;
    font-weight: normal;
    height: 18px;
    line-height: 18px;
    margin-right: -1px;
    min-width: 16px;
    padding: 4px 5px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    width: auto;
}
input, textarea, select, .uneditable-input {
    border: 1px solid #909090;
    border-radius: 3px;
    color: #555555;
    display: inline-block;
    font-size: 13px;
    /*height: 18px;*/
    line-height: 18px;
    margin-bottom: 0px;
    padding: 4px;
    width: 210px;
}
.qty_pack_size {
   
    width: 50px;
}
input[type="image"], input[type="checkbox"], input[type="radio"] {
    border-radius: 0;
    cursor: pointer;
    height: auto;
    line-height: normal;
    margin: 3px 0;
    padding: 0;
    width: auto;
}
.recordEditView .table .fieldLabel, .recordEditView .table .fieldValue:hover{
	background:#F7F7F9 !important;
}
.leftPanel {
    width: 95%;
}
section {
     float: right;
    width: 83%;
}
.leftPanel {
    background-color: #eeeff2;
    background-image: -moz-linear-gradient(center top , #eeeff2, #eeeff2);
    background-repeat: repeat-x;
}
.quickLinksDiv {
    margin: 10px 0;
}
.quickLinksDiv p {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(center top , #f6f6f6, #f3f3f4);
    background-repeat: repeat-x;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-left-color: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    border-right-color: rgba(0, 0, 0, 0.1);
    border-top: 1px solid #ffffff !important;
    box-shadow: 0 0 0 1px #dddddd;
    cursor: pointer;
    font-size: 1.2em;
	margin-bottom:3px;
    height: 28px;
    padding: 4% 0px 1% 11%;
    position: relative;
}
.quickLinksDiv p.selectedQuickLink {
    background-color: #10498f;
    background-image: none;
    background-repeat: repeat-x;
    border: 1px solid #ffffff;
    box-shadow: 4px 0 3px -4px #000000 inset;
    position: relative;
}
.quickLinksDiv p.selectedQuickLink a::after {
    border-bottom: 19px solid rgba(0, 0, 0, 0);
    border-left: 10px solid #10498f;
    border-top: 19px solid rgba(0, 0, 0, 0);
    content: " ";
    display: inline-block;
    left: 100%;
    position: absolute;
    top: 0;
}
.quickLinksDiv p.selectedQuickLink a {
    color: #ffffff;
}
.quickLinksDiv p a {
    color: #2b2b2b;
}
aside {
    background-color: #EEEFF2;
    background-image: -moz-linear-gradient(center top , #eeeff2, #eeeff2);
    background-repeat: repeat-x;
    box-shadow:0px 0px 0px 1px #d8d8d8;
    float: left;
    margin-top: -12px;
    padding-top: 7px;
    /*position: relative;*/
    width: 16.92%;
    z-index: -2;
	 min-height: 965px;
}
.recordNamesList {
    background: none repeat scroll 0 0 #fff;
    padding: 8px 23px;
    position: relative;
    top: -9px;
	border: 1px solid #dddddd;
    box-shadow: 0 0 3px -1px #dddddd;
    margin-bottom: 10px;
}
.formError .formErrorContent {
    background: none repeat scroll 0 0 #ee0101;
    border: 2px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 0 6px #000;
    color: #fff;
    font-size: 11px;
    min-width: 120px;
    padding: 4px 10px;
    position: relative;
    width: 65%;
}

.formError .formErrorArrow {
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #ee0101;
    height: 0;
    width: 0;
}
.formError .formErrorContent {
    z-index: 991;
}
.formError .formErrorContent {
    color: #fff;
    font-size: 11px;
}
.formError .formErrorArrow {
    margin: -2px 0 0 13px;
    position: relative;
}
.formError .formErrorArrow {
    z-index: 996;
}
.formError .formErrorArrow .line10 {
    border: medium none;
    width: 15px;
}
.nav.nav-list a {
    color: #A92AAD;
}
.vtFooter p {
    background: none repeat scroll 0 0 #1560bd;
    border-top: 1px solid #dddddd;
    color: #ffffff;
    font-size: 0.9em;
    margin-bottom: 0;
    padding: 1px 0;
}
.vtFooter {
    text-align: center;
}
footer {
    bottom: 0;
    float: left;
    margin-top: -12px;
    position: relative;
    width: 100%;
}
.mobile_nav {
    display: none;
    height: 28px;
    margin: 6px 8px;
    width: 300px;
}
#id_1 td li {
    display: inline-block;
    padding: 2px;
}
.icon-edit{
	background:url(../images/glyphicons-halflings.png);
	width:14px;
	float:left;
	height:14px;
	margin: -4px 0;
}
.icon-edit {
    background-position: -264px 0;
}

.icon-print{
	background:url(../images/print.png);
	width:14px;
	float:left;
	height:14px;
	background-size:99%;
	margin: -3px 5px;
}
.icon-print {
    background-position: -264px 0;
}

.icon-email{
	background:url(../images/email.png);
	width:14px;
	float:left;
	height:14px;
	background-size:99%;
	    margin: -3px -3px -2px -18px;
}

.icon-download {
    background-position: -264px 0;
}

.icon-download{
	background:url(../images/images.png);
	width:14px;
	float:left;
	height:14px;
	background-size:99%;
	margin: -13px 0px 1px 89px;
}

.icon-email {
    background-position: -364px 0;
}

.icon-pencil{
	background:url(../images/glyphicons-halflings.png);
	width:14px;
	float:left;
	height:14px;
	margin: -4px 8px;
}
.icon-pencil {
    background-position: 0 -72px;
}
.icon-addgroup{
	background:url(../images/role.png);
	  width: 32px;
  float: left;
  height: 31px;
  margin: -6px 0;
}
.icon-addgroup {
   
	background-position: 0px -64px;

}
.icon-trash{
	background:url(../images/glyphicons-halflings.png);
	width:14px;
	float:left;
	height:14px;
	margin: -4px 0;
}
.icon-trash{
    background-position: -456px 0;
}
.contentHeader {
    padding: 1.5% 0;
}
.contentHeader {
    line-height: 20px;
    padding: 1px 9px 18px 0px;
}
h3 {
    color: #000;
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    padding-bottom: 14px;
}
.btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  border-style:none;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
  background-repeat: repeat-x;
  padding:3px 10px;
  cursor:pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  box-shadow: 0 3px 0 #116311;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(bottom, #62c462, #51a351);
  background-image: -ms-linear-gradient(bottom, #62c462, #51a351);
  background-image: -webkit-linear-gradient(bottom, #62c462, #51a351);
  background-image: -o-linear-gradient(bottom, #62c462, #51a351);
  background-image: linear-gradient(bottom, #62c462, #51a351);
  border-style:none;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
  background-repeat: repeat-x;
  padding:3px 10px;
  cursor:pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  box-shadow: 0 3px 0 #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn.btn-success:hover{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(bottom , #ffffff, #e6e6e6);
    background-image: -ms-linear-gradient(bottom, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(bottom, #ffffff, #e6e6e6);
    background-image: -webkit-linear-gradient(bottom, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(bottom, #ffffff, #e6e6e6);
    background-image: linear-gradient(bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #ccc #ccc #bbb;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 4px 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}
.cancelLink {
    color: #aa3434;
    cursor: pointer;
    font-size: 12px !important;
    margin: 6px 8px;
    text-decoration: none !important;
}
.cancelLink:hover {
    color: #f00;
}
.btn {
    background-image: none;
    border-radius: 0 !important;
}
.btn-primary, .btn-primary:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.row-fluid > .span8 {
    width: 65.9574%;
}
.row-fluid {
    width: 100%;
}
table-bordered {
    border-radius: 1px;
    margin-bottom: 0;
	 border: 1px solid #ddd;
    border-collapse: separate;
    border-radius: 4px;
}
.table th {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(center top , #f6f6f6, #f3f3f4);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #040404;
    text-shadow: 0 1px #ffffff;
}
.table-bordered th {
    border-top: 1px solid #ffffff !important;
	background: none repeat scroll 0 0 #e0e0e0;
}
.table th, .table td {
    border-top: 1px solid #ddd;
    line-height: 18px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}
#back{
	cursor:pointer;
}
#forgot{
	cursor:pointer;
}
.formError{
	display:none;
}
.divider {
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
    display: block;
    height: 1px;
    margin: 5px 1px;
    overflow: hidden;
    width: 100%;
}
#dd{
	background-color: #f5f5f5;
}
#dd:hover{
	background-color: #EEEEEE;
}
#actions{
	background-color: #f5f5f5;
	margin:5px 0 9px 20px;
	width:100px;
	cursor:pointer;
	float:left;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}
#actions:hover{
	background-color: #EEEEEE;
}
#allprod{
	background: none repeat scroll 0 0 #ffffff;
    border-radius: 0 !important;
    text-shadow: none;
	 color: #4b4b4b;
	 cursor:pointer;
	 float:left;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	border: 1px solid #ccc;
    border-radius: 4 !important;
    margin: 5px 16px;
    padding: 4px;
	width: 32%;
}
#allprod:hover{
	background-color: #EEEEEE;
}
.addButton {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 0 !important;
    text-shadow: none;
	 color: #4b4b4b;
	 cursor:pointer;
	 float:left;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	border: 1px solid #ccc;
    border-radius: 4 !important;
    margin: 14px 0 0 20px;
    padding: 4px;
}
.filterImage {
    height: 13px;
    margin: -3px 3px 0 1px;
    vertical-align: middle;
}
.row-fluid > .span4 {
    float: right;
    margin-right: 2%;
}
.listViewSetting {
	margin:7px 0 0 -138px !important;
}
.listViewSetting::before {
 left: 169px;
}
.listViewSetting::after {
 left: 170px;
}
.row-fluid > .span3 {
    width: 23.4043%;
}
.listViewPagingInput {
    width: 60px;
}
.alignTop {
    vertical-align: top;
}
.listViewBasicAction.dropdown-menu {
    left: 20px;
    padding: 9px;
}
.pageNumbers {
    display: inline-block;
    margin-right: 5px;
    margin-top: 6px;
    vertical-align: top;
}
.icon-refresh {
    background: url("../images/glyphicons-halflings.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 21px;
    line-height: 14px;
    vertical-align: text-top;
    width: 14px;
}
.icon-refresh {
    background-position: -241px -20px !important;
	cursor:pointer;
}
.pageNumbers .totalNumberOfRecords {
    margin: 0 5px;
}
.btn-toolbar .btn-group {
    display: inline-block;
}
.margin0px {
    margin: 0 !important;
}
.btn-group {
    position: relative;
}

.btn-group::before, .btn-group::after {
    content: "";
    display: table;
}

.btn-group .btn:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}
.btn-group .btn {
    border-radius: 0;
    float: left;
    margin-left: -1px;
    position: relative;
}
.btn.disabled, .btn[disabled] {
    background-color: #e6e6e6;
    background-image: none;
    box-shadow: none;
    cursor: default;
    opacity: 0.65;
}
.btn .dropdown-toggle {
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.125) inset, 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    padding-left: 8px;
    padding-right: 8px;
}
.icon-chevron-left {
    background: url("../images/glyphicons-halflings.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 16px;
    line-height: 14px;
    vertical-align: text-top;
    width: 11px;
}
.icon-chevron-left {
    background-position: -432px -72px !important;
}
.icon-chevron-right {
    background-position: -456px -72px !important;
}
.icon-chevron-right {
    background-image: url("../images/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    width: 14px;
}
.icon-wrench {
    background-position: -360px -144px !important;
}
.caret1 {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000000;
    content: "↓";
    display: inline-block;
    height: 0;
    opacity: 0.3;
    text-indent: -99999px;
	margin-top: 7px;
    vertical-align: top;
    width: 0;
}
.icon-wrench {
    background-image: url("../images/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    width: 14px;
}
.vtGlyph {
    background-image: url("../images/vtGlyph.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    width: 14px;
}

.listViewActions .settingsIcon {
    display: inline-block;
    margin-left: 5px;
}
.pop-up-display-content {
    background: none repeat scroll 0 0 #fff;
    border: 4px solid #dcdcdc;
    padding: 10px 10px 10px 10px;
}

.close > img {
    float: right;
    margin: -24px -24px 0 0;
	cursor:pointer;
}
.vticon-pageJump {
    background-position: 0 0;
}
.listview{
	margin:0px;
}
.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(center top , #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #ccc #ccc #bbb;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 4px 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    background-color: #e6e6e6;
}
.btn:active, .btn.active {
}
.btn:first-child {
}
.btn:hover {
    background-color: #e6e6e6;
    background-position: 0 -15px;
    color: #333333;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
.btn:focus {
    outline: thin dotted #333;
    outline-offset: -2px;
}
.btn.active, .btn:active {
    background-color: #e6e6e6;
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}
.label{
	color: #595959;
	margin-right: 14px;
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 19px;
	width:100%;
	float:left;
}
.item_popup_blank .left input {
    float: left;
}
.div2 .left {
    width: 63%;
}
.div2 .left .textarea {
    width: 100%;
}
.left {
    float: left;
    margin-bottom: 15px;
    width: 46%;
}
.clear_left {
    float: left;
}

.title_head > ul {
    position: absolute;
    /*right: 36px;*/
    /*top: 26px;*/
	right:10px;
	top: 142px !important;
}
.title_head li {
    float: left;
	margin-left:10px;
}
.btn-danger{
	background-color: #fd3030;
  	background-image: -moz-linear-gradient(top, #fd3030, #CF4040);
  	background-image: -ms-linear-gradient(top, #fd3030, #CF4040);
 	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fd3030), to(#CF4040));
  	background-image: -webkit-linear-gradient(top, #fd3030, #CF4040);
 	background-image: -o-linear-gradient(top, #fd3030, #CF4040);
	background-image: linear-gradient(top, #fd3030, #CF4040);
	color:#fff;
	padding:4px 10px;
	cursor: pointer;
}
.div2 > ul {
    float: left;
    width: 100%;
}
.div2 a {
    color: #000;
    font-size: 13px;
    line-height: 28px;
}
h3.span3 {
    padding-left: 0;
}
.span7 {
    float: right;
    margin-bottom: 6px;
    margin-top: -7px;
}
.insert{
	background-color: #061D38;
  	background-image: -moz-linear-gradient(top, #677e99, #061D38);
  	background-image: -ms-linear-gradient(top, #677e99, #061D38);
 	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#677e99), to(#061D38));
  	background-image: -webkit-linear-gradient(top, #677e99, #061D38);
 	background-image: -o-linear-gradient(top, #677e99, #061D38);
	background-image: linear-gradient(top, #677e99, #061D38);
	color:#fff;
	padding:4px 10px;
}
.done{
	background:#fd3030;
	color:#fff;
	padding:3px 7px;
}
input.hide {
    display: none;
}
.pop-up-display-content{
	display:none;
}
/*.login_bg{
    background: url("../images/wall1.jpg") no-repeat fixed center center / cover rgba(0, 0, 0, 0) !important;
}*/
@media screen and (max-width: 975px){
.largenav{
	display:none;
}
.mobile_nav{
	display:block;
}
}
@media screen and (max-width: 1075px){
.more-menu{
	margin:8px 0 0 -529px !important;
}
.more-menu::after {
    left: 549px !important;
}
.more-menu::after {
    left: 548px !important;
}
}

#disp_items img
{
	cursor: pointer;
	text-align: center;
}
.quantity
{
	width: 80px;
    text-align: right;
}
.popup_selection_class
{
	text-decoration: underline;
}
.with_plus
{
	width: 184px;
}

.plus{
	cursor: pointer;
}

.amount_calc
{
	float: right;
	text-align: right;
	width: 100px;
}

.uppercase
{
	text-transform: uppercase;
}
/*session error message*/
.sessionMsg {
    color: red;
    font-size: 14px;
    padding-bottom: 10px;
    text-align: center;
}

.popuperror
{
	color: #FF0000; text-align:center; display: none;
}




/*Confirm Box CSS*/

#confirmOverlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:url('ie.png');
	background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
	z-index:100000;
}

#confirmBox{
	background:url('body_bg.jpg') repeat-x left bottom #e5e5e5;
	width:460px;
	position:fixed;
	left:50%;
	top:50%;
	margin:-130px 0 0 -230px;
	border: 1px solid rgba(33, 33, 33, 0.6);
	
	-moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	-webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
}

#confirmBox h1,
#confirmBox p{
	font:26px/1 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	background:url('header_bg.jpg') repeat-x left bottom #f5f5f5;
	padding: 18px 25px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	color:#666;
}

#confirmBox h1{
	letter-spacing:0.3px;
	color:#888;
}

#confirmBox p{
	background:none;
	font-size:16px;
	line-height:1.4;
	padding-top: 35px;
}

#confirmButtons{
	padding:15px 0 25px;
	text-align:center;
}

#confirmBox .button{
	display:inline-block;
	background:url('buttons.png') no-repeat;
	color:white;
	position:relative;
	height: 33px;
	
	font:17px/33px 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	
	margin-right: 15px;
	padding: 0 35px 0 40px;
	text-decoration:none;
	border:none;
}

#confirmBox .button:last-child{	margin-right:0;}

#confirmBox .button span{
	position:absolute;
	top:0;
	right:-5px;
	background:url('buttons.png') no-repeat;
	width:5px;
	height:33px
}

#confirmBox .blue{				background-position:left top;text-shadow:1px 1px 0 #5889a2;}
#confirmBox .blue span{			background-position:-195px 0;}
#confirmBox .blue:hover{		background-position:left bottom;}
#confirmBox .blue:hover span{	background-position:-195px bottom;}

#confirmBox .gray{				background-position:-200px top;text-shadow:1px 1px 0 #707070;}
#confirmBox .gray span{			background-position:-395px 0;}
#confirmBox .gray:hover{		background-position:-200px bottom;}
#confirmBox .gray:hover span{	background-position:-395px bottom;}

.left{
	float:left;
	margin-bottom:0px;
}

.quickLinks > strong {
    float: left;
    margin-top: -4%;
    padding: 4% 0;
    width: 100% !important;
}
.grid_error, .nums_error, .pin_error, .inv_error 
{
	color: #ff0000;
    float: left;
    text-align: center;
    width: 100%;
	display:none;
	padding-bottom: 0.5%;
}
.tot_error, .tot_net_error 
{
	color: #ff0000;
    float: left;
    text-align: center;
 	display:none;
	padding-bottom: 0.5%;
	margin-left:32%;
}


.vendorsgrid_action
{
	float: left;
    width: 25px;
	cursor: pointer;
}

.itemsgrid_action
{
	float: left;
    width: 25px;
	cursor: pointer;
}
.taxbox {
    float: right;
    margin: 3px 0 0 7px !important;
}
.tax_text{
	float: left; margin: 5px;
}
.input-model{
	margin-bottom:6px;
}
.tax_mod{
	float: left;
    width: 79%;
}

.totalvalidationmsg
{
	color: red;
    margin-top: 5px;
    position: absolute;
    right: 150px;
}

.p-popup td {
    border-top: 1px solid #dddddd;
}
.wrapper_search
{
	float: right;
    margin: 13px 20px 0px 2%;
}
.full_print
{
	float:left;
	margin-right:15px;
	height:20px;
}
.table_tax {
    float: right;
    margin-bottom: 24px;
    width: 50.1%;
}

.table_tax tr td.medium:nth-child(1) {
    background: #f3f3f3 none repeat scroll 0 0 !important;
}

.table_tax tr td.medium:nth-child(2) {
    background: #ffffff none repeat scroll 0 0 !important;
}
.warn
{
	color: red;
    font: bold 10px verdana;
    position: absolute;
    top: 60px;
}
 
.numeric_error
{
	color:#FF0000;
}
.report_from
{
	float:left;
	margin-right:1%;
	width:13%;
	margin-top:1%;
}
.report_to
{
	float:left;
	margin-right:1%;
	width:13%;
	margin-top:1%;
}
.summary_div
{
	width:11%;
	float:left;
}
.summary_div_excess
{
	width:7.5%;
	float:left;
}
.summary_div_pu
{
	width:10%;
	float:left;
}
.summary_div_pur
{
	width:15%;
	float:left;
	margin-left:10px;
}
.summary_div1
{
	width:10%;
	float:left;
}
.summary_div_child
{
	float:left;
}
.summary_div_child1
{
	padding-right: 10px;
}
.summary_child
{
	border:1px solid #dcdcdc;
	/*background-color: #c5c5c5;*/
	margin:32px 0 0px 18px;
	background-image: -moz-linear-gradient(center top , #f6f6f6, #f3f3f4);
}
.pur_item{
	 background: #fff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #666;
    font-family: "Open Sans";
    font-size: 13px;
    margin: -1px 18px;
    padding: 7px;
    width: 95.1%;
}
.summary_child1
{
	width:100%;
	float:left;
	border-top: 1px solid #dcdcdc;
}
.summary_child_cont
{
	width:100%;
	float:left;
	line-height: 40px;
	border-top:1px solid #dcdcdc;
}
.summary_child_cont1
{
	width:3%;
	float:left;
	display:block;
}
.summary_child_img
{
	 width:15px;
	 height:15px;
	 padding: 5px;
}
.report_text
{
	float:left;
	margin-right:1%;
	width:13%;
	margin-top:1%;
	 
}
.report_p
{
	float:left;
	margin:1% 2.2%;
}

.report_p1 {
    float: left;
    margin: 1% 0.8%;
}
.price
{
	text-align: right;
}
.input-large.search-l{
	width: 130px;
   /* margin-right: 10px;*/
}
/*assign user roles*/
.portlet {
  position: relative;
  clear: both;
  width: auto;
  margin-bottom: 2em;
  /* Clearfix Hack */
  /* portlet Plain */
}
.portlet .portlet-header {
  position: relative;
  padding: 1px 15px;
  background-color: #f3f3f3;
  border-bottom: 1px solid #D5D5D5;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
}
.portlet .portlet-header:before,
.portlet .portlet-header:after {
  content: " ";
  display: table;
}
.portlet .portlet-header:after {
  clear: both;
}
.portlet .portlet-header h1,
.portlet .portlet-header h2,
.portlet .portlet-header h3,
.portlet .portlet-header h4,
.portlet .portlet-header h5,
.portlet .portlet-header h6 {
  float: left;
  padding: 10px 0;
  margin: 0 1em 0 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 400;
  color: #555;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}
.portlet .portlet-header h1 i,
.portlet .portlet-header h2 i,
.portlet .portlet-header h3 i,
.portlet .portlet-header h4 i,
.portlet .portlet-header h5 i,
.portlet .portlet-header h6 i {
  display: inline-block;
  margin-top: -3px;
  margin-right: 10px;
  font-size: 16px;
  color: #777;
  vertical-align: middle;
}
.portlet .portlet-tools {
  float: left;
  display: inline-block;
  padding: 0;
  margin: 5px 0 0 0;
}
.portlet .portlet-tools > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  list-style: none;
}
.portlet .portlet-tools .btn-icon {
  margin-top: -2px;
  color: #555;
  font-size: 16px;
}
.portlet .portlet-tools .btn-icon:hover {
  text-decoration: none;
  background-color: #fff;
}
.portlet .portlet-tools .btn-icon .caret {
  margin-top: -3px;
}
.portlet .portlet-tools .dropdown-menu {
  left: auto;
  right: 0;
}
.portlet .portlet-tools .btn.btn-sm {
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 0;
}
.portlet .portlet-tools .form-control.input-sm {
  display: inline-block;
  width: 125px;
  height: 26px;
}
.portlet .portlet-tools .progress {
  margin-top: 0;
  margin-bottom: 0;
  width: 125px;
}
.portlet .portlet-tools .nav-tabs,
.portlet .portlet-tools .nav-pills {
  margin-bottom: 0;
}
.portlet .portlet-tools .nav-pills > li > a {
  padding: 2px 9px;
  font-size: 12px;
  font-weight: 600;
}
.portlet .portlet-tools .nav-pills > li.active > a,
.portlet .portlet-tools .nav-pills > li.active > a:hover,
.portlet .portlet-tools .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #555;
}
.portlet .portlet-toolbar {
  padding: 10px 15px;
  background-image: -webkit-linear-gradient(top, #fafafa 0%, #ebebeb 100%);
  background-image: linear-gradient(to bottom, #fafafa 0%, #ebebeb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffebebeb', GradientType=0);
  border: 1px solid #d5d5d5;
}
.portlet .portlet-toolbar:before,
.portlet .portlet-toolbar:after {
  content: " ";
  display: table;
}
.portlet .portlet-toolbar:after {
  clear: both;
}
.portlet .portlet-header + .portlet-content,
.portlet .portlet-toolbar + .portlet-content {
  margin-top: 1px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portlet .portlet-header + .portlet-toolbar {
  margin-top: 1px;
}
.portlet .portlet-content + .portlet-toolbar {
  margin-top: 1px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.portlet .toolbar-bottom .portlet-content {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.portlet.portlet-nopad .portlet-content {
  padding: 0;
}
.portlet .portlet-content:before,
.portlet .portlet-content:after {
  content: " ";
  display: table;
}
.portlet .portlet-content:after {
  clear: both;
}
.portlet.portlet-plain {
  background: transparent;
  border: none;
}
.portlet.portlet-plain .portlet-header {
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 8px;
  padding-left: 0;
  background: #fff;
  filter: none;
  border: none;
  border-bottom: 1px dotted #ccc;
}
.portlet.portlet-plain .portlet-header h3 {
  left: 0;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #555;
  line-height: 22px;
}
.portlet.portlet-plain .portlet-header i {
  font-size: 20px;
}
.portlet.portlet-plain .portlet-content {
  padding-right: 0;
  padding-left: 0;
  background: transparent;
  border: none;
}
.portlet {
  border: 1px solid #D5D5D5;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.portlet-content {
  padding: 22px 15px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.portlet-footer {
  padding: 15px;
}
.portlet-table .portlet-content {
  padding: 0;
}
.portlet-table .portlet-content .table-bordered {
  margin-bottom: 0;
  border: none;
}
.portlet-table .portlet-content .table-bordered thead > tr > th:first-child,
.portlet-table .portlet-content .table-bordered tbody > tr > td:first-child {
  border-left: none;
}
.portlet-table .portlet-content .table-bordered thead > tr > th:last-child,
.portlet-table .portlet-content .table-bordered tbody > tr > td:last-child {
  border-right: none;
}
.head {
  float: left;
  width: 18%;
  height: 30px;
  border: 1px solid #CCC;
  text-align: center;
}
.role {
  float: left;
  height: 500px;
  width: 100%;
}
.head1 {
  float: left;
  width: 11.3%;
  height: 30px;
  border: 1px solid #CCC;
  text-align: center;
}

.role.role_assign {
    float: inherit;
}

.rep_new
{
	 background-color: #389A6B;
	 font:normal 14px Verdana, Geneva, sans-serif;
	 color:#FFF;
	 padding: 10px 10px 10px 5px;
    background-image: none;
    background-repeat: repeat-x;
    border: 1px solid #ffffff;
    box-shadow: 4px 0 3px -4px #000000 inset;
    position: relative;
}

.group_tax_calc
{
  width: 110px;
  cursor: not-allowed;
  text-align: right;
}

.tax_group_table
{
	width: 40%;
	float:right; 
	margin-bottom: 24px; 

}
.tax_group_table td.tax_group_lable {
  width: 250px;
  text-align: right;
}
.right_aligned
{
	text-align: right !important;
}

.p-popup
{
	max-height: 700px;
/*    max-width: 1300px;
    overflow: scroll;
*/}

.search_stock
{
	max-height: 700px;
   margin-top:1%;  
    max-width: 98%;
}

.stk_simple_search
{
  width: 600px;
  float: left;
  padding:20px 0 0 20px;
}

.stock_text
{
	width: 60px;
}
.input-large.search-2 {
    margin-right: 10px;
    width: 80px;
}
.input-large.search-3 {
    margin-right: 10px;
    width: 90px;
}
.input-large.search-4 {
    margin-right: 10px;
    width: 110px;
}

.btn.btn-primary {
     
    height: 28px;
    margin-top: -1px;
}
@media screen and (max-width: 1020px) {
   .table_head {
    border-bottom: 1px solid #f0f0f0;
    margin: 0 0 40px;
    overflow: scroll;
    padding: 0 0 20px;
    width: 100%;
}
}
.dashboard_grid {
    float: left;
    margin: 22px 0 0 22px;
    width: 392px;
}
.dash_head{
	width: 392px;
	background:#eeeeee;
}
.dash_head h2{
	color: #333 !important;
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.3em;
	padding:8px;
    text-shadow: none;
    white-space: nowrap;
}
.dash_detail {
     background: #f5f5f5 none repeat scroll 0 0;
    float: left;
    max-height: 234px;
    overflow-y: hidden;
    padding: 10px 0 16px;
    width: 392px;
}
.dash_detail div {
    padding: 12px;
}

.dash_detail li {
    margin-bottom: 10px;
}
.dash_detail span {
    float: left;
}
.dash_detail h3 {
    color: #002a66;
    font-size: 1.1em;
    font-weight: normal;
    margin-left: 9px;
    margin-top: -6px;
    padding: 0;
    text-shadow: none;
    white-space: nowrap;
}
.dash_detail p {
    color: #4c4c4c;
    float: right;
    margin-top: -4px;
}
.refresh{
	float: right;
	display:none;
    margin-top: -21px;
}
.dashboard_grid:hover .refresh{
	display:block;
}
.dashboard_list {
    border: 1px solid #bebebe;
    float: left;
    margin: 24px 0 0 23px;
    padding: 10px 0 10px 28px;
    width: 94%;
}
.dashboard_list li {
    color: #1560bd;
	list-style:outside;
    margin-right: 28px;
}
.dashboard_list li:nth-child(2) {
    color: #c98e00;
}
.dashboard_list li:nth-child(2) a {
    color: #c98e00;
}
.dashboard_list li:nth-child(3) {
    color: #158a43;
}
.dashboard_list li:nth-child(3) a {
    color: #158a43;
}
.dashboard_list li:nth-child(4) {
    color: #c80909;
}
.dashboard_list li:nth-child(4) a {
    color: #c80909;
}
.dashboard_list a {
    float: left;
	color:#002a66;
	font-size: 13px;
}

/*#tblList {
    float: left;
    margin-bottom: 24px;
}
#tblList > thead {
    float: left;
}
#tblList > tbody {
    float: left;
}*/
.inner_tax_group
{
	float: left;
	width: 100%;
}
.numeric_value
{	
	float: right;
	text-align: right;
	margin-left: 1em;
}		
.report_right_aligned
{
	text-align: right;
	padding-right: 15px;
}
.report_center_aligned
{
	text-align: center;
}
#report_from
{
	width: 100px;
}
#report_to
{
	width: 100px;
}
#report_customer_name, #report_region_name, #report_zone_name, #report_area_name, #report_salesman_name
{
	
}
.btn_export
{
	float:right;
	margin-bottom:1%;
	margin-right:3%;
	width: 100px;
}
.btn_generate
{
	margin-top:1%;
	width: 100px;
}
.report_search_main
{
	float: left;
	width:100%;
}
.report_search_left
{
	float: left;
	width: 1200px;
}
.report_search_right
{
	float: left;
}

.report_search_left_inner
{
	float: left;
	width:100%;
	padding:3px;
}
.report_search_left_inner_left, .report_search_left_inner_right
{
	float: left;
	width:100%;
	padding:3px;
}
.report_field
{
	float: left;
	/*width: 300px;*/
	margin-right: 35px;
}
.report_field_label
{
	float: left;
    width: 100px;
    text-align: right;
    margin-right: 20px;
}
.report_field_input
{
	float: left;
}
.report_text 
{
	width: 150px;
}
.vtFooter a
{
	color: #FFF;
}
.report_search_main .report_search_left.report_list_left{
	width:auto;
}

.report_field.field_box {
    margin-right: 0;
}
.report_field.field_box:nth-child(2) {
    margin-right: 15;
}
.report_field.field_box:nth-child(3) {
    margin-right: -15;
}
.report_field.field_box:nth-child(4) {
    margin-right: 15;
}

.report_field.field_box:nth-child(2) .report_field_label {
    width: 67px;
}
.inventry_search{
    float: left;
    margin: 13px 20px 0 2%;
}
.invent_title{
	clear: both;
    color: #000;
    float: left;
    font-size: 16px;
    margin: 29px 0 10px 3px;
}
.invent_col{
	width:47%;
	margin:18px 13px;
}
.invent_table{
	float:left;
	width:100%;
}
.invent_tables{
	float:left;
	width:100%;
}
.search_field
{
	width:165px;
	float:left;
}
.search_field_sale
{
	width:180px;
	float:left;
	margin-top: 20px;
	margin-left: 10px;
}
.search_field_sale p
{
	font-weight:bold;
}
.search_field_pur
{
	width:115px;
	float:left;
	
	margin-left: 10px;
}
.search_field_pur p
{
	font-weight:bold;
}
.search_field1
{
	width:250px;
	float:left;
	margin-top: 20px;
	margin-left: 10px;
}
.search_field1 p
{
	font-weight:bold;
}
.report
{
	margin-left:10px;
}
.amt_right
{
	text-align:right;
}
.invent_qty{
	clear:both;
	margin-left: -5px;
}

.table_head1
{
    max-height: 400px;
    overflow: scroll;
}