@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

#mainsec-public {
	margin: 50px auto;
	width: 80%;
}

/* ---------------------- Header --------------------------------------- */
#header {
	position: relative;
	height: 50px;
	line-height: 18px;
	font-size: 20px;
}

#appicon {
	position: absolute;
	top: 7px;
	left: 15px;
	width: 35px;
	height: 35px;
	font-size: 35px;
	line-height: 35px;
} 

#appicon a {
	width: 35px;
	height: 35px;
	font-size: 35px;
	line-height: 35px;
	display: inline-block;
	text-decoration: none;
}

#appname {
	position: absolute;
	top: 12px;
	left: 60px;
}

#appname a {
	text-decoration: none;
}

#profile {
	position: absolute;
	top: 5px;
	right: 70px;
	width: 40px;
	height: 40px;
	z-index: 200;
}

#profile a {
	text-decoration: none;
	font-size: 40px;
	line-height: 40px;
	display: inline-block;
	height: 40px;
	width: 40px;
}

#profile-opt-wrap {
	position: absolute; 
	top: 55px;
	right: 30px;
	width: 200px;
	padding-top: 10px;
	display: none;
	z-index: 200;
}

#profile-opt {
	padding: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#profile-opt h3 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 18px;
}

#profile-opt ul {
	list-style: none;
	padding: 0;
	padding-left: 10px;
	margin: 0;
}

#profile-opt li {
	font-size: 16px;
	padding-left: 12px;
	padding-bottom: 3px;
}

#profile-opt a {
	text-decoration: none;
}

#username {
	position: absolute;
	top: 14px;
	right: 120px;

}


/* ----------------- Left Column Menu ---------------------------------- */
#leftcol {
	
	float: left;
	padding: 10px 10px;	
}

#leftcol a {
	text-decoration: none;
}

.leftcol-opened {
	width: 230px;
}

.leftcol-closed {
	width: 20px;
	text-align: left;
	overflow: hidden;
}
#colapseblk {
	text-align: right;
}

.menu-arrow-hor {
	display: inline-block;
	height: 29px;
	width: 24px;
	padding-right: 6px;
}

.menu-title {
	padding: 8px 0 8px 0px;
}

.menu-title-open {
	
}

.menu-title-close .menu-subtitle {
	display: none;
}

.menu-title-link {
	padding-left: 30px;
	font-size: 24px;
	/* font-weight: bold; */
	line-height: 24px;
	display: inline-block;
}

.submenu-arrow-hor {
	float: right;
	height: 20px;
	width: 20px;
}

.menu-subtitle {
	padding-left: 45px;
	padding-top: 5px;
	font-size: 16px;
	line-height: 18px;

}

/* ---------------------- Main Section --------------------------------- */

#maincol {
	padding: 25px 15px 10px 15px;
	min-height: 600px;
	
}

.menu-open {
	margin-left: 250px;
}

.menu-close {
	margin-left: 40px;
}

.input-vertical {
	margin: 8px 0;
}

.input-vertical label {
	display: inline-block;
	min-width: 150px;
	margin-bottom: 0px;
	margin-right: 10px;
	font-weight: 600;
		
}

.rblk {
	border-radius: 5px;
	padding: 5px;
}

.rblk .input-vertical input {
	width: 100%;	
}

.rblk .input-vertical .input-calendar {
	width: 75px;	
}


.rbox-filter-adv {
	border: 1px solid #666;
	border-radius: 0 5px 5px 0;
	background-color: #efefef;	
	padding: 10px;
	position: absolute;
	top: 30px;
	display: none;
}

.rbox-filter-adv .input-vertical label {
	display: block;
}

.rbox-filter-submit-blk {
	text-align: center;	
}

.rbox-filter-submit {
	padding: 5px;
	margin: 0 8px;	
}

.filter-options {
	font-weight: bold;
	color: #444444;
	font-size: 16px;	
}

.rbox-filter-search {
	width: 325px;
	height: 28px;
	padding-right: 15px;
	float: right;
	position: relative;
	z-index: 100;
}

.rbox-filter-search input {
	padding: 3px;
	font-size: 20px;
	line-height: 20px;	
	border-radius: 3px;
	border: 1px solid #ccc;
	color: #666;
}

.rbox-filter-search input[type=image] {
	font-size: 0;
	line-height: 0;
	padding: 0;	
	height: 28px;
	width: 28px;
	border: 0;
	margin-left: 15px;
	display: inline-block;
	vertical-align: top;
}

.return-link {
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
	padding: 0px 10px;
	
}

.rboxtitle {
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 3px;
}

.page-count {
	margin: 10px;	
}

.page-count .pg-link {
	vertical-align: top;
	font-size: 20px;
	line-height: 28px;	
	margin-right: 4px;
	color: #444;
}

.page-count .pg-link-act {
	color: #040071;
	text-decoration: underline;
}



.page-form {
	display: inline-block;
	margin-right: 25px;	
	vertical-align: top;
	font-size: 16px;
	line-height: 28px;	
}

.inputs {
	font-weight: bold;
}

.message {
	font-style: italic;
}

.input-buttons {
	text-align: center;
	margin: 3px;
}

.input-buttons input {
	margin: 0 30px;
}

.rblk {
	margin: 10px 0;
}

.input-blk {
	margin: 10px;
}
.input-blk label {
	width: 200px;
	display: inline-block;
	font-weight: bold;
}

.input-blk input[type=text] {
		width: 70%;
 		
}

.input-line {
	margin: 10px;
}

.input-line label {
	font-weight: bold;
	margin-right: 15px;
}

.input-line input[type=submit] {
	margin-left: 15px;
}

.summary table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 15px;
    border: 1px solid;
}

.summary th, .summary td {
	padding: 7px;
}

.clean table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 15px;
    border: 1px solid;	
}

.clean th, .clean td {
	margin: 5px;
}

.narrow {
	width: 25%;
	min-width: 275px;
}

.login th, .login td {
	padding: 10px 5px;
}

.popup-cal {
	margin: 0 5px;
	line-height: 20px;
	width: 20px;
	display: inline-block;
	height: 20px;
	text-decoration: none;
}

.function-icons {
	text-align: left;
	margin: 10px 15px;
	border: 1px;
}

.function-icons img {
	padding-right: 20px;
}


.filter-item, .filter-item-wide, .filter-item-widest, .filter-item-narrow {
	display: inline-block;
	margin: 5px 15px;
	white-space: nowrap;
}

.filter-item label  {
	font-weight: bold;
	margin-right: 10px;
	width: 75px;
	display: inline-block;
}

.filter-item-wide label {
	font-weight: bold;
	margin-right: 10px;
	width: 120px;
	display: inline-block;
}

.filter-item-widest label {
	font-weight: bold;
	margin-right: 10px;
	width: 150px;
	display: inline-block;
}

.filter-item-narrow label {
	font-weight: bold;
	margin-right: 5px;
	width: 50px;
	display: inline-block;
}



.filter-submit {
	margin: 10px;
	width: 90%;
	text-align: center;
}

.filter-submit input:first-child {
	margin-right: 10%;
}

.address {
	display: inline-block;
        vertical-align: text-top;
}

.page-ct a {
	padding-left: 10px;
	line-height: 1.5em;
}


.col-1 {
	float: left;
	width: 35%;
	margin-right: 2%;
	min-width: 250px;
}

.col-mid {
	float: left;
	width: 7%;
}

.col-2 {
	float: left;
	width: 55%;
	min-width: 250px;
}

.right-col {
	float: right;
	:padding-left: 5px;
}

.float-left {
       float: left;
       padding-right: 5px;		
}

.job-select {
	background: #666;
	padding: 10px;
	width: 40%;
	min-width: 250px;
	border: 1px solid #ccc;
	border-radius: 5px;
	position: absolute;
	margin-left: 150px;
	margin-top: -20px;
	display: none;
}

.job-select-visible {
	display:inherit;
}

.job-select-inside {
	border: 1px solid #333;
	background-color: #f8f8f8;
	padding: 10px;
	border-radius: 5px;
}

.job-select-icon {
	text-decoration: none;
	margin-left: 10px;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.infoblock {
	padding-bottom: 15px;
}

.infoblock-title {
	font-size: larger;
}

.infoblock-mod {
	font-style: italic;
}

.bodytext {
	height: 50px;
	width: 70%;
		
}

.cell-center {
	text-align: center;
}

.body-bold {
	font-weight: bold;
}	

.leftmargin {
	margin-left: 15px;
}

.report-address {
	line-height: 1.4em;
	padding-left: 25px;
}

.removeRow {
	background-color: #333;
}

.hidden {
	display: none;
}

.submit-line {
	text-align: center;
	margin: 15px 0;	
}

.submit-line input, .submit-button {
	color: #fff;
	background-color: #bfbfbf;
	border: 1px solid #848484; 
	border-radius: 3px;
	padding: 10px 25px;
	margin: 10px 25px;
	font-size: 18px;
}

.submit-line input:hover {
	background-color: #040071;
}

.summary table {
    border: 1px solid #ccc;
	border-spacing: 0;
	border-collapse: collapse;	
}

.summary th {
	color: #333;
	font-weight: 600;
	font-size: 16px;
	padding: 7px;	
	/* text-align: left; */
}

.summary .table-title .acenter {
	text-align: center;	
}

.summary .table-title .aright {
	text-align: right;	
}

.summary td {
	padding: 7px;
	font-size: 14px;
	color: #333;
}

.summary tr:nth-child(2n+1) {
	background-color: #e3f7be;
}

.summary a {
	color: 	#040071;	
	font-weight: 600;
}

.summary tr:hover {
	background-color: #ccc;
}

.summary .sort-headers .sort-link {
	color: #333;
}

.summary .sort-headers .sort-active {
	color: #040071;
}

.popup-text {
	position: relative;
}
.popupmore {
	padding-left: 10px;
	display: inline-block;
}

.popupclose {
	display: block;
	text-align: right;
	padding: 5px;
}

.popup {
    width: 500px;
	display: none;
	position: absolute;
	top: 0;
	padding: 10px;
	
}

.popup-open {
	display: block;
	background: #fff;
	border: 1px solid #333;
	z-index: 100;
	
}

/* ------------------ Ajax Popups ----------------------------- */
.onclick {
	color: #333;
	font-weight: bold;
	cursor: pointer;
}

#ajaxDisplay {
	display: none;
	height: 0px;
	position: relative;
}

.ajaxclose {
	font-size: larger;
	font-weight: bold;
}

.ajax-wrap {
	padding: 15px;
	border: 2px solid #444;
	border-radius: 5px;
	background: #999;
	z-index: 100;
	position: absolute;
	right: 50px;
	top: 100px;
}

.ajax-blk {
	padding: 15px;
	border: 2px solid #646464;
	border-radius: 5px;
	background: #fff;
	
}



/* ------------------ Icon Links ------------------------------ */
.icon-file {
	display: inline-block;
	width: 125px;
	height: 75px;
	margin: 10px 5px;
	text-align: center;
	vertical-align:  top;
}

.icon-text {
	text-decoration:  none;
	color: #222;
	line-height: 1.3em;
	font-size: 16px;
	
}

.widget-select {
	height: 100px;
}

.widget-order img {
	padding: 10px;
}


.widget-row {
	clear: right;
	margin: 10px 0;
	padding: 10px 0;
}

.widget-row img {
	height: 64px;
	width: 64px;
}

.widget-blk {
	width: 120px;
	display: inline-block;
	margin: 8px 15px;	
	vertical-align: top; 
}

.widget-sec-title {
	color: 	#444;
	font-weight: 600;
	font-size: 26px;
	margin: 8px;
}

.widget-blk-bor {
	border: 1px solid #444;
	border-radius: 3px;
	width: 120px;
	display: inline-block;
	margin: 8px 5px 8px 5px;	
	padding: 10px;
	vertical-align: top;
	background-color: #78be20;	
	color: #fff;
}

.widget-title-bor {
	text-align: center;
	color: 	#FFF;
	font-weight: 600;
	font-size: 18px;
	margin-top: 0px;
}

.widget-num {
	text-align: center;
	color: 	#FFF;
	font-weight: 600;
	font-size: 24px;
	margin-top: 10px;
}

.widget-icon {
	text-align: center;	
}

.widget-title {
	text-align: center;
	color: 	#040071;
	font-weight: 600;
	font-size: 18px;
	margin-top: 10px;
}

.widget-title a {
	color: #444;
	text-decoration: none;
}


/* ------------------ Footer ----------------------------------------- */
#footer {
	margin: 35px 5%;
	clear: both;
	color: #333;
	font-size: smaller;
	text-align: center;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

#footer a {
	color: #333;
	text-decoration: none;
}

.contact {
	text-align: center;
}

/* ------------------- General Styles ----------------------------- */
.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}


.trend {
        white-space: no-wrap;
	
}

.trend img {
	margin: 0 4px;
        vertical-align: middle;
}

/* ------------------ Daily Log Styles ---------------------------- */
         .style0 {
			mso-number-format:General;
			text-align:general;
			vertical-align:bottom;
			white-space:nowrap;
			mso-rotate:0;
			mso-background-source:auto;
			mso-pattern:auto;
			color:black;
			font-size:11.0pt;
			font-weight:400;
			font-style:normal;
			text-decoration:none;
			font-family:Calibri, sans-serif;
			mso-font-charset:0;
			border:none;
			mso-protection:locked visible;
			mso-style-name:Normal;
			mso-style-id:0;
		}
	
		.dl-title {
			mso-style-parent:style0;
			font-size: 16px;
			font-weight:700;
			text-align:center;
			mso-pattern:black none;
			white-space:normal;
			margin: 15px 0; 
		}

		.dl-content {
			margin: 30px;
		}

.dl-content td {
	font-size: 12px;
	padding: 2px;
}
		
		.titleDate {
			mso-style-parent:style0;
			font-size: 14px;
			font-weight:700;
			text-align:center;
			mso-pattern:black none;
			white-space:normal;
		}
		
		.dl-col1, .dl-col2, .dl-col3, .dl-col4, .dl-col5 {
			font-size: 14px;
			font-weight: bold;
			text-align:center;
			vertical-align:middle;
			mso-pattern:black none;
			white-space:normal;
		}

		.dl-col4, .dl-col5 {
			text-align: right;
		}
		
		.dateformat-left {
	    	        mso-number-format:\"mm\\/dd\\/yyyy\";
                        text-align: left;
                        font-weight: bold;
		}
		
		.currency {
			mso-style-parent:style0;
			mso-number-format:\"\\0022$\\0022\\#\\,\\#\\#0\\.00_\\)\\;\\[Red\\]\\\\\\(\\0022$\\0022\\#\\,=\\#\\#0\\.00\\\\\\)\";
			text-align:right;
			mso-pattern:black none;
			white-space:normal;
		}

         .currency-bold {
			mso-style-parent:style0;
			mso-number-format:\"\\0022$\\0022\\#\\,\\#\\#0\\.00_\\)\\;\\[Red\\]\\\\\\(\\0022$\\0022\\#\\,=\\#\\#0\\.00\\\\\\)\";
			text-align:right;
			mso-pattern:black none;
			white-space:normal;
            font-weight:700;
		}
		
		.boldtext-left {
			mso-style-parent:style0;
			font-weight:700;
			text-align:left;
			vertical-align:middle;
			mso-pattern:black none;
			white-space:normal;
		}

        .boldtext-right {
			mso-style-parent:style0;
			font-weight:700;
			text-align: right;
			vertical-align:middle;
			mso-pattern:black none;
			white-space:normal;
		}

		.boldtext-center {
			mso-style-parent:style0;
			font-weight:700;
			text-align:center;
			vertical-align:middle;
			mso-pattern:black none;
			white-space:normal;
		}

/* ------------------- Mobile Adjustments -------------------------- */


@media screen and (max-width: 1024px) {
	
	.filter-item {
		display: block;
	}	
	
	.menu-title {
		padding: 15px 0 15px 0px;
	}
	
	.function-icons {
		text-align: left;
		margin: 20px 15px;
		border: 1px;
	}

	.function-icons img {
		padding-right: 25px;
		height: 24px;
		width: 24px;
			
	}
	
	.page-ct a {
		padding-left: 13px;
		line-height: 2em;
	}
	
	#profile-opt li {
		padding-bottom: 10px;
	}
}
