﻿/*
 * Copyright 2013 Toll Transitions Defence
 * Developed By Contact Point IT Services
 */

/*
 * Reset CSS
 */
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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
 * General Styles
 */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #424242;
    /*background: #2E2E2E;*/
}
a,
a:link,
a:visited,
a:active {
	color: #007571;
	text-decoration: none;
}
a:hover {
	color: #424242;
}
p {
	padding-bottom: 8px;
	overflow: visible;
}
hr {
	height: 1px;
	border: 0px;
	background-color: #424242;
	color: #424242;
	width: 100%;
	margin: 3px 0px 10px 0px;
}
img { border: 0; }
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
    font-weight: normal;
	color: #424242;
	padding-bottom: 11px;
    line-height: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #1C9D92;
	padding-bottom: 5px;
    line-height: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #424242;
	padding-bottom: 5px;
    line-height: normal;
}
fieldset {
    padding: 5px 15px 15px;
    margin-bottom: 20px;
    border: 1px solid #c0cdd4;
}
legend {
    padding: 0 3px 5px;
}
.clear {
    clear: both;
}


/*
 * General Layout
 */
#container {
    width: 100%;
    background: #fff;
}
.wrapper {
    width: 1280px;
    margin: 0 auto;
}
#header, #navigation, #body, #footer {
    width: 100%;
}

#header {

}
#navigation {
    margin-bottom: 20px;
}
#body {
}
#footer {
    height: 130px;
    /*background: #2e2e2e;*/
}


/*
 * Header Component
 */
#logos
{  
    display: block;
    height: 92px;
    width: 100%;
    position: relative;
} 
#logo {
  display: inline-block;
  float: left;
  height: 60px;
  margin: 0 0 16px 122px;
  vertical-align: top;
  width: 180px;
}
#info_logo {
  background: url("../images/TOLLeICR_Web_greenarrow_header.png") no-repeat;
  display: inline-block;
  float: right;
  height: 107px;
  margin: 0 158px 16px 0;
  vertical-align: top;
  width: 130px;
}
#info_logo p {
  color: #fff;
  font-size: 15px;
  margin-left: 5px;
  margin-top: 20px;
  text-align: center;
}
#welcome_loggedin {
  display: inline-block;
  position: absolute;
  right: 402px;
  top: 37px;
  vertical-align: top;
}
    #welcome_loggedin label
    {
        font-style:italic;
    }

#logout_loggedin {
  display: inline-block;
  position: absolute;
  right: 322px;
  top: 38px;
  vertical-align: top;
  width: 50px;
}
#banner {
  background: url("../images/TOLLeICR_Web_imagebanner_home1.jpg") no-repeat;
  display: block;
  height: 240px;
  width: 100%;
}
#banner_loggedin 
{
    background: url("../images/TOLLeICR_Web_imagebanner_inside.jpg") no-repeat;
    display: block;
    width: 100%;
    height: 70px;
}
#logout {
    display: inline-block;
    margin: 35px 0 0;
    float: right;
}

/*
 * Navigation
 */
#navigation .wrapper {
    background: #fff;
    border-bottom: 1px solid #E1E1E1;
}
#menu {
    width: 80%;
    height: 54px;
    margin: 0;
    display: inline-block;
    float: left;
}
#menu ul, #menu li {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    display: inline-block;
    float: left;
}
#menu ul li a {
    display: inline-block;
    text-decoration: none;
    padding: 17px 22px 17px 22px;
    font-size: 16px;
    font-weight: bold;
    color: #424242;
    height: 20px;
}
#menu ul li a:hover {
    color: #007571;
}
#menu ul li a.active, #menu ul li.current a {
    color: #007571;
    background: #e9e9e9;
}
#nav_link {
    width: 20%;
    float: right;
    display: inline-block;
    text-align: right;
    padding-top: 20px;
}
#nav_link a {
    text-decoration: underline;
    font-size: 14px;
    font-weight: bold;
    color: #1B9D91;
}
#nav_link a:hover {
    color: #424242;
}

/*
 * Body Component
 */
.content {
    padding: 43px 158px 20px 158px;
    font-size: 12px;
    color: #424242;
    line-height: 20px;
}
.content p 
{
    padding-bottom: 15px;
}
.content p a {
    text-decoration: underline;
}
.content ul, .content ol {
    margin-left: 25px;
    padding-bottom: 15px;
}
.content ul ul, .content ol ul {
    padding-bottom: 3px;
}

.contentContainer
{
    display: block;
    width: 923px;
    height: auto;
    border: solid 1px #adadad;
    padding: 20px;
}
/*
 * Footer Component
 */
#footer 
{
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/TOLLeICR_Web_footer_curve.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/TOLLeICR_Web_footer_curve.jpg', sizingMethod='scale')";

  background: url("../images/TOLLeICR_Web_footer_curve.jpg") no-repeat;
  background-size: 100% 100%;
  
  color: #fff;
  font-size: 11px;
}
#footer p {
  color: #a3a3a3;
  float: right;
  margin: 92px 155px 0 0;
}
#footer a {
    color: #fff;
}
#footer a:hover {
    color: #1C9D92;
    text-decoration: underline;
}
#footer .left {
    width: 50%;
    float: left;
    display: inline-block;
    margin: 35px 0 0 10px;
}
#footer .right {
    width: 40%;
    float: right;
    display: inline-block;
    text-align: right;
    margin: 35px 10px 0 0;
}


/*
 * Other Component
 */
.error {
    color: red;
}
.result {
    color: green;
}
.scroll {
    overflow-x: hidden;
    overflow-y: auto;
}
.green {
    color: #1B9D91;
}
.hide {
    /*display: none !important;*/
    visibility: hidden;
    width: 0px !important;
    height: 0px !important;
}
.boxed-label {
    border: 1px solid #424242;
    padding: 8px;
    width: 250px;
    display: block;
}
.showpopup {
    cursor: pointer;
}
.contactlist {
    height: 800px;
    overflow-x: hidden;
    overflow-y: auto;
}

/* Section Box: with heading and content of box */
.section-box {
    background: #E1E1E1;
    margin-bottom: 25px;
}
.section-box h3 {
    display: block;
    background: #424242;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 7px 10px;
}
.section-box .box-content {
    padding: 10px;
}
.section-box .buttons {
    text-align: right;
    padding-top: 10px;
}

/* Form Display: with left as title and right as value */
.form-display {
    width: 100%;
}
.form-display td {
    vertical-align: top;
    padding-bottom: 5px;
    padding-right: 10px;
}
.form-display .left {
    font-weight: bold;
    white-space: nowrap;
    padding-right: 25px;
}
.form-display .right {
}
.form-display .right span {
    word-wrap: break-word;
    display: block;
    max-width: 175px;
}
.form-display .title {
    font-size: 14px;
    font-weight: bold;
    color: #1C9D92;
}
.form-display .vertical-separator {
    border-left: 1px solid #424242;
    width: 60px;
}

/* Modal Dialog */
.modal-dialog-background {
    background-color: #111;
    opacity: 0.60;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: .60;
    -khtml-opacity: 0.6;
    position: absolute !important;
    z-index: 1001;
    top: 0px !important;
    left: 0px !important;
}
.message-dialog-background {
    background-color: #111;
    opacity: 0.60;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: .60;
    -khtml-opacity: 0.6;
    position: absolute !important;
    z-index: 100002 !important;
    top: 0px !important;
    left: 0px !important;
}
.loading-bg {
    z-index: 1000050 !important;
}
.modal-dialog, .modalDialog {
    width: 560px;
    background: #fff;
    position: absolute !important;
}
.message-dialog {
    z-index: 100003 !important;
    position: fixed;
}
.modal-dialog .content, .modalDialog .content {
    padding: 0;
}
.modal-dialog .close-button {
    display: block;
    width: 16px;
    height: 16px;
    float: right;
    background: url(../images/modal-dialog.jpg) no-repeat;
    cursor: pointer;
}
.modal-dialog-header-closebtn {
    cursor: pointer !important;
}
.modal-dialog-header {
    padding-bottom: 20px;
}
.modal-dialog-header td {
    padding: 12px;
}
.modal-dialog-content-header, .modal-dialog-content-body,
.model-dialog-footer {
    padding: 0 33px 0 45px;
}
.modal-dialog-content-header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #1C9D92;
    padding-bottom: 10px;
    line-height: normal;
}
.modal-dialog-content-body {
    font-size: 13px;
    line-height: 18px;
    overflow: visible !important;
}
.modal-dialog-content-body .form {
    width: 100%;
    font-weight: bold;
    font-size: 14px;
}
.model-dialog-footer {
    text-align: right;
    padding-top: 30px;
    padding-bottom: 20px;
}
.modal-dialog-header-anchor {
    display: none;
}
.modal-popup-content {
    padding: 33px;
}
.modal-dialog-simple {
    left: 20%; 
    top: 20%; 
    z-index: 10000004;
    padding: 10px;
}
.updateProgress {
    padding: 3px 8px;
    background: #fff;
}

/* Data */
.data {
    background: #fff;
    font-weight: normal;
    width: 100%;
}
.data .head {
    background: #F4F4F4;
}
.data td {
    padding: 5px 20px 5px 5px;
    vertical-align: top;
}
.data th {
    text-align: left;
    padding: 5px 20px 5px 5px;
}
.data tr {
    border: 1px solid #e0e0e0;
}

/* Autocomplete */
.autocomplete {
    z-index: 101;   
}
.autocompleteList {
    overflow: auto;
    height: expression( this.scrollHeight > 100? "101px" : "auto" );
    max-height: 100px;
    overflow-x: hidden;
    text-align: left;
    background-color: white;
    border-color: #999999;
    border-width: 1px;
    border-style: solid;
    padding: 5px;
}
.autocompleteListItem, .autocompleteListSelected {
    cursor: pointer;
}
.autocompleteListSelected {
    background: #D0D0D0;
}

/* Popup */
#popup-container {
    width: 100%;
    background: #fff;
}
#popup-container .wrapper {
    width: auto;
    padding: 10px;
}
#popup-container .item-list th, #popup-container .item-list td {
    text-align: left !important;
}
#popup-container .print {
    float: right;
    display: block;
    border: 1px solid #D0D0D0;
    padding: 1px 10px;
}
#popup-container .print:hover {
    background: #2E2E2E;
    color: #fff;
}

/* Wizard Dialog */
.wizard-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #1C9D92;
	padding-left: 25px; /* should always be same as body padding left */
	padding-bottom: 10px;
    line-height: normal;
}
.wizard-body {
	padding-top: 10px;
	padding-left: 25px; /* should always be same as header padding left */
	padding-bottom: 10px;
	overflow: hidden;
	height:300px;
}
.wizard-body-scroll  {
	overflow: scroll;
	overflow-x:hidden;
	height:300px;
}
.wizard-footer {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: White;
	text-align: right;
	width: 100%;
}
.wizard-footer table {
    width: auto !important;
    float: right;
}
.limit-height {
    height: 400px;
}
.wizard-body h3 {
    border: 0 !important;
}

/* Notices */
.notice-table select, .notice-table .sbHolder {
    width: 150px !important;
    min-width: 150px !important;
}
.notice-table .sbSelector {
    width: 110px !important;
}

div.table {
  display: table;
}

div.table > div.tr {
  display: table-row;
}

div.table > div.tr > div.th,
div.table > div.tr > div.td {
  display: table-cell;
  padding: 5px;
}

div.table > div.tr > div.th {
border-top: 1px solid #6D6E72;
}

div.table > div.tr > div.th,
div.table > div.tr > div.td {
border-bottom: 1px solid #6D6E72;
border-right: 1px solid #6D6E72;
}

div.table > div.tr > div.th:first-child,
div.table > div.tr > div.td:first-child {
border-left: 1px solid #6D6E72;
}

div.table > div.tr > div.th.colspan,
div.table > div.tr > div.td.colspan {
border-right: none;
}

#worklist-table {
    width: 100%;
}

#worklist-table .th {
    font-weight: bold;
}
#worklist-table .th,
#worklist-table .td {
    padding: 10px;
}

#worklist-table .tr.selected .td {
    font-weight: bold;
}

#link-change-pwd {
    margin-left: 95px;
}