@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 #95067d;
	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 #95067d;
}
.signinleft{
	/*background:url(images/SignInBarL.gif) left no-repeat;
	width:36px;
	height:23px;
	float:left; */
	width: 36px;
    height: 22px;
    float: left;
    background: #f8e1f4;
    border-left: 2px solid #95067d;
    border-bottom: 2px solid #95067d;
    border-radius: 0px 0px 0px 24px;
}
.signincenter {
	/*background:url(images/SignInBarBackground.gif) left repeat-x;
	width:70px;
	height:23px;
	float:left; */
	width: 70px;
    height: 22px;
    float: left;
    background: #f8e1f4;
    border-bottom: 2px solid #95067d;
}
.signin {
	background:url(images/SignInBarSignIn.png) right no-repeat;
	width:66px;
	/*height:23px; */
    height: 17px;
	background-position: 45px;
}
.signin:hover {
	background:url(images/SignInBarSignInOver.png) right no-repeat;	
	background-position: 45px;
}
.signout {
	background:url(images/SignInBarSignOut.png) right no-repeat;
	width:66px;
/*	height:23px; */
    height: 17px;
	background-position: 45px;
}
.signout:hover {
	background:url(images/SignInBarSignOutOver.png) right no-repeat;
	background-position: 45px;
}
.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 {
   /* height: 23px;
    display: block;
    padding-top: 2px;
    padding-left: 1px;*/
	height: 16px;
    display: block;
    padding-top: 0px;
    padding-left: 1px;
    margin-top: 2px;
    border-left: 2px solid #d3d3;
    border-right: 2px solid #d3d3;
}
.heada {	
    height: 16px;
    display: block;
    margin-left: 4px;
    margin-top: 2px;
    border-left: 2px solid #d3d3;
}
.hprint {
	background:url(images/SignInBarPrint.png) left no-repeat;
	/*width:24px;
	height:23px;
	float:left; */
	width: 20px;
    height: 22px;
    float: left;
    background-color: #f8e1f4;
    border-bottom: 2px solid #95067d;
	background-position: 2px;
}
.hprint:hover {
	background:url(images/SignInBarPrint.png) left no-repeat;
	background-position: 2px;
	background-color:#f5c9ed;
}
.icon_edit {	
	width:20px;
	height:20px;
	cursor:pointer;
	display:inline-block;
}
.icon_email {	
	width:20px;
	height:20px;
	cursor:pointer;
	display:inline-block;
}
.icon_delete {
	width:20px;
	height:20px;
	cursor:pointer;
	display:inline-block;
}
.icon_view {
	bwidth:20px;
	height:20px;
	cursor:pointer;
	display:inline-block;
}
.signinright {
	/*background:url(images/SignInBarR.gif) left no-repeat;
	width:36px;
	height:23px;
	float:left;*/
	width: 36px;
    height: 22px;
    float: left;
    background: #f8e1f4;
    border-right: 2px solid #95067d;
    border-bottom: 2px solid #95067d;
    border-radius: 0px 0px 25px 0px;
}
.btn-success {
    color: #000000;
    background-color: #e0efff;
    border-color: #95067d;
}
.btn-success:hover {
    color: #000000 !important;
    background-color: #e0efff !important;
    border-color: #95067d !important;
}
.panel-primary {
    border-color: #95067d;
}
.panel-primary>.panel-heading {
    color: #666666;
    background-color: #f8e1f4;
    border-color: #95067d;
	border-bottom: 2px solid #95067d;
	font-weight:700;
    padding: 7px 15px;
}
.panel2>.panel-heading {
    border-bottom: 0px solid #95067d;
}
.paneltitle {
	padding-left: 22px;
    display: block;
}
.padding25 {
	padding:25px;
}
.paddingbottom21 {
	padding-bottom:21px;
}
.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, #f8e1f4 0%,#95067d 48%);
}
.btn-main {
	border: 1px solid #95067d;
    background: #f8e1f4;
    padding: 0.4px 10px;
    border-radius: 14px 4px 4px 14px;
    color: #666666;
    display: block;
   /* box-shadow: -6px 0px 0px 0px #95067d;*/
}
.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 #95067d;
	background:#f8e1f4;
}

.navbar-nav>li>a {
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 20px;
}
.navbar-nav>li>.dropdown-menu {
    border:1px solid #95067d;
	background:#f8e1f4;
}
.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 0px;
}

.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 {
}
.act_list_user {
}
.act_list_user .master_list {
}
.act_list_user .master_list li {
	font-size: 14px;
    color: #0869bb;
    font-weight: 700;
    list-style: none;
}
.act_list_user .user_list {
	margin-bottom:8px;
}
.act_list_user .user_list li {
    font-size: 12px;
    color: #333333;
    font-weight: 500;
    list-style: disc;
}
.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:#95067d;	
}
.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: #61bb9a;
	border-bottom:0px solid;
	padding:4px;
}
#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: #f8e1f4;
}
.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;
}
#myChart-graph-id0-scale_y-item_10 {
	width:45px !important;
}
.rtable {
}
.rtable tr {
}
.rtable tr th {
	border-bottom:1px solid #cccccc;
}
.rtable tr td {
	border-bottom:1px solid #cccccc;
	color:#95067d;
}
#output{
	padding: 5px;
	font-size: 12px;
}

/* prograss bar */
#progressbox {
	border: 1px solid #CAF2FF;
	padding: 1px; 
	position:relative;
	width:400px;
	border-radius: 3px;
	margin: 10px;
	display:none;
	text-align:left;
}
#progressbar {
	height:20px;
	border-radius: 3px;
	background-color: #CAF2FF;
	width:1%;
}
#statustxt {
	top:3px;
	left:50%;
	position:absolute;
	display:inline-block;
	color: #FFFFFF;
}
/****************** 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 #95067d;
	
	text-decoration: none; /* no underline */
	color: #95067d;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #95067d;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #95067d;		
	font-weight: bold;
	background-color: #95067d;
	color: #ffffff;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #95067d;	
	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 ***********************/
.ftable table {
	background-color: #F3F3F3;
	border-collapse: collapse;
	width: 100%;
	margin: 15px 0;
}

.ftable th {
	background-color: #95067d;
	color: #FFF;
	cursor: pointer;
	padding: 5px 10px;
}

.ftable th small {
	font-size: 9px; 
}

.ftable td, th {
	text-align: left;
}

.ftable a {
	text-decoration: none;
}

.ftable td a {
	color: #663300;
	display: block;
	padding: 5px 10px;
}
.ftable th a {
	padding-left: 0
}
								
.ftable td:first-of-type a {
	background: url(./.images/file.png) no-repeat 10px 50%;
	padding-left: 35px;
}
.ftable th:first-of-type {
	padding-left: 35px;
}

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

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

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

.ftable tr:hover td a {
	color: #000;
}
.mandatory {
	color:#FF0000;
}



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

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

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

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

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

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

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

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

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

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

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

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