@charset "utf-8";
/* CSS Document */
.container {
	float:left;
	width:100%;
}
body {
	font-size:11px;
	font-family: "Verdana", Geneva, ms sans serif;
}
a {
	color:#666666;
	cursor:pointer;	
}
.ui-widget.ui-widget-content {
	z-index:9999;
}
.header {
	padding-top: 0px;
	padding-bottom:5px;
	/*border-bottom:1px solid #000000;
	margin-bottom:15px; */
}
.header_logo {
	/*%width:54%;*/
	
}
.panel-body {
    padding: 0px;
}
.panel {
    margin-bottom: 0px;
}
.panel-heading-content {
	padding: 5px 0px 0px 0px;
}
.table-bordered {
    border: 1px solid #0684b4;
	margin-bottom: 0px;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #0684b4;
}
.signinleft{
	width: 36px;
    height: 22px;
    float: left;
    border-left: 1px solid #0684b4;
    border-radius: 0px 0px 0px 22px;
    border-bottom: 1px solid #0684b4;
    /* border-right: 1px solid #0684b4; */
    background: #6bcaef;
}
.signincenter {
	width: 68px;
    height: 22px;
    float: left;      
    border-bottom: 1px solid #0684b4;
    /* border-right: 1px solid #0684b4; */
    background: #6bcaef;
}
.signincenter:hover {
	background:#ffffff;
}
.signin {
	background:url(images/signin.png) right no-repeat;
    background-position: 47px 1px;
	width:66px;
	height: 16px;
    border-left: 1px solid #dddddd;
    margin-top: 3px;
    border-right: 1px solid #dddddd;
}
.signin:hover {
	background:url(images/signin.png) right no-repeat;
    background-position: 47px 1px;	
}
.signout {
	background:url(images/signout.png) right no-repeat;
	background-position: 47px 1px;
	width:66px;
	height: 16px;
    border-left: 1px solid #dddddd;
    margin-top: 3px;
    border-right: 1px solid #dddddd;
}
.signout:hover {
	background:url(images/signout.png) right no-repeat;\
	background-position: 47px 1px;
}
.iconpanel {
	background:url(images/icon_panelcollapse.gif) center no-repeat;
	width:26px;
	height:13px;
	display:inline-block;
}
.iconsave {
	background:url(images/save.gif) center no-repeat;
	width:22px;
	height:20px;
	display:inline-block;
	position: absolute;
    top: -2px;
}
.signin a, .signout a {
    padding-left: 3px;
}
.hprint {
	background:url(images/print_icon.gif) center no-repeat #6bcaef;
	width:24px;
	height:22px;
	float:left;
	border-bottom: 1px solid #0684b4;
}
.hprint:hover {
	background:url(images/print_icon.gif) center no-repeat;
}
.icon_edit {	
	width:20px;
	height:20px;
	cursor:pointer;
	display:inline-block;
}
.icon_delete {
	bwidth:20px;
	height:20px;
	cursor:pointer;
	display:inline-block;
}
.icon_view {
	bwidth:20px;
	height:20px;
	cursor:pointer;
	display:inline-block;
}
.signinright {
	width: 36px;
    height: 22px;
    float: left;
    border-left: 1px solid #0684b4;
    border-radius: 0px 0px 22px 0px;
    border-bottom: 1px solid #0684b4;
    /* border-right: 1px solid #0684b4; */
    background: #6bcaef;
}
.btn-success {
    color: #000000;
    background-color: #e0efff;
    border-color: #0684b4;
}
.btn-success:hover {
    color: #000000 !important;
    background-color: #e0efff !important;
    border-color: #0684b4 !important;
}
.panel-primary {
    border-color: #0684b4;
}
.panel-primary>.panel-heading {
    color: #666666;
    background-color: #6bcaef;
    border-color: #0684b4;
	border-bottom: 2px solid #0684b4;
	font-weight:700;
    padding: 7px 15px;
}
.panel2>.panel-heading {
    border-bottom: 0px solid #0684b4;
}
.paneltitle {
	padding-left: 22px;
    display: block;
}
.center {
	text-align:center;
}
.logintitle {
	margin-bottom: 12px;
}
#pomlogin .panel-body {
    padding: 15px;
}
#login .inputbox {
	padding-bottom:8px;
}
#login label {
	width:84px;
}
.mbutton {
	position: relative;
    display: inline-block;
    margin-right: 18px;
    line-height: 15px;
    z-index: 100;
}
.mbutton:before {
	position: absolute;
    z-index: -1;
    top: 0%;
    left: -7px;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 14px 4px 4px 14px;
    background: linear-gradient(to bottom, #b1dced 0%,#0684b4 48%);
}
.btn-main {
	border:1px solid #0684b4;
	background: #6bcaef;
    padding: 0.4px 10px;
	border-radius: 14px 4px 4px 14px;
	color:#666666;
	display:block;
}
.btn-main:hover {
	color:#000000;
}
.btn-main:after {
/*	background:url(images/button.gif) left no-repeat;
	width:15px;
	height:18px;*/
}
.container-nav {
	height:24px;
}
.nav>li {
    position: relative;
    display: block;
	border:1px solid #0684b4;
	background:#6bcaef;
}

.navbar-nav>li>a {
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 20px;
}
.navbar-nav>li>.dropdown-menu {
    border:1px solid #0684b4;
	background:#6bcaef;
}
.dropdown-menu>li>a {
	font-size:11px;    
}

h1.content-heading {
	text-decoration:underline;
	color:#0b64b7;
}
.navbar-default {
    background-color: #0b64b7;
    border-color: #08467f;
}
.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #0ddcef;
    background-color: transparent;
}
.padding25 {
	padding:25px;
}

.colorwhite {
	color:#ffffff;
}
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 3px 0 0 8px;
    height: 34px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: -moz-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: -o-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0,0,0,.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}
.pdate .input-group-addon { 
	padding: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0px 4px 4px 0px;
}
.pdate .input-group-addon .element {
	background:url(images/calendar-icon.png) right no-repeat ;	
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 1.3em;
    
    top: 10px;
    right: 0;
}
.wrapper {   
    overflow: hidden;
    position: relative;
    border: 0px;
    width: 100%;
    /*height: 500px;*/
}
.panels {
	overflow-x: scroll;
	/*height:500px;*/
}
.field100 {
}
.headcol {
  position: absolute;
  width: 5em;
  left: 0;
  top: auto;
  border-top-width: 1px;
  /*only relevant for first row*/
  margin-top: -1px;
  /*compensate for top border*/
}
.fleft {
	float:left;
    margin-right: 4px;
    margin-top: 5px;
	width: 70px;
}
.fright {
	float:right;
}
.flabel {
    width: 25%;
    float: left;
}
.flabelfull {
	width: 12%;
    float: left;
}
.finput {
    width: 75%;
    float: left;
}
.finputfull {
	width:88%;
	float:left;
}
.form-control { 
    height: 25px;
    padding: 2px 12px;
    font-size: 11px;
}
#porderf1 .bootstrap-select {
	width:100%;
}
.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 11px; 
    line-height: 1.42857143;
}		
.msearch {
	border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 20px 8px 8px 8px;
    margin-bottom: 11px;
}
.msearch .swidth {
	width:264px;
	position:relative;
}
.msearch .label-search{
	position:absolute;
    top: -6px;
    font-size: 11px;
    font-weight: 700;
    background: #ffffff;
	color:#0684b4;	
}
.swidth {
	width:170px;
}
#orderlist .form-group {
    margin-bottom: 5px;
}
#orderlist .form-group .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    float: right;
}
.msearch .form-group .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    float: right;
}
.bottom-margin5 {
	margin-bottom:5px;
}
#pitemtable {
}
#pitemtable tr th {
/*	border:4px solid #ffffff;
	text-align:center;
	background-color: #5c84b4;  */
}
#pitemtable tr td {
	/*border:4px solid #ffffff; */
}
#pitemtable tr.btmmc td {	
   /*	border-top:1px solid #000000;*/
}
#pitemtable thead tr {
	/*background:#5c84b4; color:#ffffff; font-weight:700; text-align:center;*/
}
#pitemtable thead tr th {
	background: #0684b4;
	border-bottom:0px solid;
	padding:4px;
	border: 1px solid #b1dced;
}
#pitemtable tbody tr {
 /*	background:#edf7f9; color:#2f369a; font-weight:500; text-align:left; */
}
#pitemtable tbody tr td {
	border-top:0px solid;
	padding:4px;
}
.terms {
}
.terms .termscond {
}
.terms .termscond .tmspan {
	display:inline-block;
	width: 166px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 2px 2px 2px 4px;   
}
.table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>th {
    background-color: #6bcaef;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0;
    border-radius: 45px;
}
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 10px;
    line-height: 0.5;
}
.mandatory {
	color:#FF0000;
	font-size:11px;
}
.colorcode {
   margin: 0px 0px 5px 25px;
   
}
.colorcode .ccode {
	background-color:#97b2c5;
	width:45px;
	height:11px;
	display:inline-table;
}
.colorcode .ccodep {
	background-color:#f2c3c3;
	width:45px;
	height:11px;
	display:inline-table;
}
/****************** Table CSS *****************************/

.table-scroll {
	position:relative;
	max-width:100%;
	margin:auto;
	overflow:hidden;
	border:1px solid #000;
}
.table-wrap {
	width:100%;
	overflow:auto;
}
.table-scroll table {
	width:100%;
	margin:auto;
	border-collapse:separate;
	border-spacing:0;
}
.table-scroll th, .table-scroll td {
	padding:5px 10px;
	border:1px solid #000;
	background:#fff;
	white-space:nowrap;
	vertical-align:top;
}
.table-scroll thead, .table-scroll tfoot {
	background:#f9f9f9;
}
.clone {
	position:absolute;
	top:0;
	left:0;
	pointer-events:none;
}
.clone th, .clone td {
	visibility:hidden
}
.clone td, .clone th {
	border-color:transparent
}
.clone tbody th {
	visibility:visible;
	color:red;
}
.clone .fixed-side {
	border:0px solid #000;
	/*background:#eee;*/
	visibility:visible; 
}
/*.clone thead, .clone tfoot{background:transparent;} */



/********************* End Table CSS **********************/
/**********************************  Pagination  **********************/
div.pagination {
	padding: 0px;
	margin: 0px;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #0684b4;
	
	text-decoration: none; /* no underline */
	color: #0684b4;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #0684b4;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #0684b4;		
	font-weight: bold;
	background-color: #0684b4;
	color: #ffffff;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #0684b4;	
	color: #666666;
}
.btn-tracksb {
	background: #920303;
	color: #fff;
	font-weight: bold;
	padding: 4px;
	text-transform: uppercase;
	border: 2px solid #8f9091;
	margin-left: 187px;
	margin-top: -28px;
	width: 71px;
}
.btn-tracksb a {
	color:#FFFFFF;
}
h4 {
	font-size: 140%;
	color: #660000;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
.cnty {
	width: 30%;
	float: left;
	margin-left: 18px;
}
/******************************** Pagination End ***********************/