@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 #696c6c;
	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 #696c6c;
}
.signinleft{
	width: 36px;
    height: 22px;
    float: left;
    border-left: 1px solid #696c6c;
    border-radius: 0px 0px 0px 22px;
    border-bottom: 1px solid #696c6c;
    /* border-right: 1px solid #696c6c; */
    background: #e5e8e8;
}
.signincenter {
	width: 68px;
    height: 22px;
    float: left;      
    border-bottom: 1px solid #696c6c;
    /* border-right: 1px solid #696c6c; */
    background: #e5e8e8;
}
.signincenter:hover {
	background:#696c6c;
}
.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;
	color:#ffffff;
}
.hprint {
	background:url(images/print_icon.gif) center no-repeat #e5e8e8;
	width:24px;
	height:22px;
	float:left;
	border-bottom: 1px solid #696c6c;
}
.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 #696c6c;
    border-radius: 0px 0px 22px 0px;
    border-bottom: 1px solid #696c6c;
    /* border-right: 1px solid #696c6c; */
    background: #e5e8e8;
}
.btn-success {
    color: #000000;
    background-color: #e0efff;
    border-color: #696c6c;
}
.btn-success:hover {
    color: #000000 !important;
    background-color: #e0efff !important;
    border-color: #696c6c !important;
}
.panel-primary {
    border-color: #696c6c;
}
.panel-primary>.panel-heading {
    color: #ffffff;
    background-color: #696c6c;
    border-color: #696c6c;
	border-bottom: 2px solid #696c6c;
	font-weight:700;
    padding: 7px 15px;
}
.panel2>.panel-heading {
    border-bottom: 0px solid #696c6c;
}
.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, #e5e8e8 0%,#696c6c 48%);
}
.btn-main {
	border:1px solid #696c6c;
	background: #e5e8e8;
    padding: 0.4px 10px;
	border-radius: 14px 4px 4px 14px;
	color:#696c6c;
	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 #696c6c;
	background:#e5e8e8;
}

.navbar-nav>li>a {
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 20px;
}
.navbar-nav>li>.dropdown-menu {
    border:1px solid #696c6c;
	background:#e5e8e8;
}
.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:#696c6c;	
}
.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: #ffffff;
	border-bottom:0px solid;
	padding:4px;
	border: 1px solid #000000;
}
#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: #e5e8e8;
}
.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;
}
.modal-open .modal {   
    background-color: rgba(0,0,0,0.4);
}
.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 #696c6c;
	
	text-decoration: none; /* no underline */
	color: #696c6c;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #696c6c;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #696c6c;		
	font-weight: bold;
	background-color: #696c6c;
	color: #ffffff;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #696c6c;	
	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 ***********************/

h1 {
	text-align: center;
	padding: 20px 0 12px 0;
	margin: 0;
}
h2 {
	font-size: 16px;
	text-align: center;
	padding: 0 0 12px 0; 
}

#container {
	box-shadow: 0 5px 10px -5px rgba(0,0,0,0.5);
	position: relative;
	background: white; 
}

table {
	background-color: #F3F3F3;
	border-collapse: collapse;
	width: 100%;
	margin: 15px 0;
}

th {
	background-color: #0b64b7;
	color: #FFF;
	cursor: pointer;
	padding: 5px 10px;
}

th small {
	font-size: 9px; 
}

td, th {
	text-align: left;
}

a {
	text-decoration: none;
}

td a {
	color: #663300;
	display: block;
	padding: 5px 10px;
}
th a {
	padding-left: 0
}

td:first-of-type a {
	background: url(./.images/file.png) no-repeat 10px 50%;
	padding-left: 35px;
}
th:first-of-type {
	padding-left: 35px;
}

td:not(:first-of-type) a {
	background-image: none !important;
} 

tr:nth-of-type(odd) {
	background-color: #E6E6E6;
}

tr:hover td {
	background-color:#CACACA;
}

tr:hover td a {
	color: #000;
}





/* icons for file types (icons by famfamfam) */

/* images */
table tr td:first-of-type a[href$=".jpg"], 
table tr td:first-of-type a[href$=".png"], 
table tr td:first-of-type a[href$=".gif"], 
table tr td:first-of-type a[href$=".svg"], 
table tr td:first-of-type a[href$=".jpeg"]
{background-image: url(./images/image.png);}

/* zips */
table tr td:first-of-type a[href$=".zip"] 
{background-image: url(./images/zip.png);}

/* css */
table tr td:first-of-type a[href$=".css"] 
{background-image: url(./images/css.png);}

/* docs */
table tr td:first-of-type a[href$=".doc"],
table tr td:first-of-type a[href$=".docx"],
table tr td:first-of-type a[href$=".ppt"],
table tr td:first-of-type a[href$=".pptx"],
table tr td:first-of-type a[href$=".pps"],
table tr td:first-of-type a[href$=".ppsx"],
table tr td:first-of-type a[href$=".xls"],
table tr td:first-of-type a[href$=".xlsx"]
{background-image: url(./images/office.png)}

/* videos */
table tr td:first-of-type a[href$=".avi"], 
table tr td:first-of-type a[href$=".wmv"], 
table tr td:first-of-type a[href$=".mp4"], 
table tr td:first-of-type a[href$=".mov"], 
table tr td:first-of-type a[href$=".m4a"]
{background-image: url(./images/video.png);}

/* audio */
table tr td:first-of-type a[href$=".mp3"], 
table tr td:first-of-type a[href$=".ogg"], 
table tr td:first-of-type a[href$=".aac"], 
table tr td:first-of-type a[href$=".wma"] 
{background-image: url(./images/audio.png);}

/* web pages */
table tr td:first-of-type a[href$=".html"],
table tr td:first-of-type a[href$=".htm"],
table tr td:first-of-type a[href$=".xml"]
{background-image: url(./images/xml.png);}

table tr td:first-of-type a[href$=".php"] 
{background-image: url(./images/php.png);}

table tr td:first-of-type a[href$=".pdf"] 
{background-image: url(./images/pdf.gif);}

table tr td:first-of-type a[href$=".js"] 
{background-image: url(./images/script.png);}

/* directories */
table tr.dir td:first-of-type a
{background-image: url(./images/folder.png);}

.mhide {
  	display:block;
  }
.box {
  	margin:auto; padding:0px 85px;
  }
.spw {
	text-align:center; font-size:145px; font-family:Geneva, Arial, Helvetica, sans-serif; font-weight:700; color:#000000;
}
.spwlogin{
	width:35%; margin:0px auto;
}
.loginlogo {
	/* width:25%; */
}
@media screen and (max-width: 1080px) {
  .mhide {
  	display:none;
  }
  .box {
  	margin:auto; padding:auto;
  }
  .spw {
	font-size:145px;
  }
  .spwlogin{
		width:95%; margin:0px auto;
  }
  .loginlogo {
		width:85%;
	}
}