﻿/* yahoo reset.css 
* styles.css
* supplierpostlogin.css 
* pagestyles.css
*/

/*reset.css*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: none;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	/*border:1px solid #000;*/
	border:none;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

/* /reset.css */

/* styles.css */
p {line-height: 1.5em;}

.button, .axis_button {
	font-family: Verdana, Arial, sans-serif;
    display: inline-block;
    background: #459300 url('/Resources/Content/Images/Site/bg-button-green.gif') top left repeat-x !important;
    border: 1px solid #459300 !important;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    padding: 4px 7px 4px 7px !important;
    color: #fff !important;
    font-size: 11px !important;
    cursor: pointer;
}
.form-submit .button {
    margin-right: 10px;
}
.button:hover {
    text-decoration: underline;
}

.button-disabled {
	font-family: Verdana, Arial, sans-serif;
    display: inline-block;
    /* background: #459300 url('../images/bg-button-green.gif') top left repeat-x !important; */
    background-color:#AFC7C7;
    border: 1px solid !important;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    padding: 4px 7px 4px 7px !important;
    color: Gray !important;
    font-size: 11px !important;
    cursor:default;
}

.button-disabled:hover {
    text-decoration: none;
    cursor:default;
}
    
    
.clearboth {
	clear: both;
}
                
.button:active {
    padding: 5px 7px 3px 7px !important;
}

a.add span {
	background: url('/Resources/Content/Images/Icons/plus.png') no-repeat center left;
	display: block;
	padding: 0 0 0 20px;
	font-weight:bold;
}

a.view span {
	display: block;
	padding: 0 0 0 20px;
	font-weight:bold;
}

/* ADDEDD FOR ZURB FOUNDATION*/

#footer #footerLinks
{
	width:600px;
	margin:auto;
}

#footer #footerLinks div img
{
	float: right;
}

/* END OF ZURB FOUNDATION */

form input[type="text"], input.form-text, form select, form textarea, form .wysiwyg, select {
	padding: 6px;
    font-size: 13px;
    background: #fff;
    border: 1px solid #d5d5d5;
    color: #333;
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}


form input[type="Password"], input.form-text, form select, form textarea, form .wysiwyg, select {
	padding: 6px;
    font-size: 13px;
    background: #fff;
    font-family: Arial,Helvetica,sans-serif;
    border: 1px solid #d5d5d5;
    color: #333;
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

form label {
	display: inline-block;
	padding: 0 0 10px;
	font-weight: bold;
}

form label.error {display: inline;}

label.error,
.input-notification {
	background-position: left 2px;
	background-repeat: no-repeat;
	padding: 2px 0 2px 22px;
	background-color: transparent;
	margin: 0 0 0 5px;
}

.contents       { display:block; float:left; width:710px; }
.contents600    { display:block; float:left; width:600px; }
.contents650    { display:block; float:left; width:650px; }
.evaluationcontents       { display:block; float:left; width:230px; margin-left:10px; }

.dataview .contents,
.dataview .contents650 {margin-left: 0; float: right;}

.dataview .evaluationcontents {margin-left: 0; float: right;}
.description  { display: block; color:#9e9e9e; font-size:12px; margin: 5px 0 0 0; }
.subtext { display: block; color: #9e9e9e; font-size: 12px; margin: 5px 0 0 0; font-style: italic; }

#layout       { position:relative; display:block; margin:0 auto; padding:0; }
#layout:after { content:""; display:block; clear:both; width:100%; height:0; }
#layout.g960, .g960  { width:960px; margin: 0 auto; }
.clearfix     { display:block; height:0; clear:both; }

#page             { display:block; width:100%; position: relative; }
#page:after       { content:""; display:block; width:100%; height:0; clear:both; }

#messages           { display:block; width:100%; margin: 0 }
#errormessages           { display:block; width:100%; margin:10px 0; }
#messages .msg {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	border: 1px solid;
	background-position: 10px 11px !important;
	background-repeat: no-repeat !important;
	font-size: 13px;
	width: 99.8%;
	height:40px;
}

#errormessages .msg {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	border: 1px solid;
	background-position: 10px 11px !important;
	background-repeat: no-repeat !important;
	font-size: 13px;
	width: 99.8%;
	height:40px;
}

#messages .msg div {
	display: block;
	font-style: normal;
	padding: 10px 10px 10px 36px;
	line-height: 1.5em;
}

#errormessages .msg div {
	display: block;
	font-style: normal;
	padding: 10px 10px 10px 36px;
	line-height: 1.5em;
}

#messages .msg div p {
	margin: 0;
}

#errormessages .msg div p {
	margin: 0;
}

.error {
	background: #ffcece url('/Resources/Content/Images/Icons/cross_circle.png') no-repeat;
    border-color: #df8f8f;
    color: #665252;
}

.info-icon {
    background: url(/Resources/Content/Images/Icons/info_16.png) no-repeat center;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: text-bottom;
}

span.circle {
	background: url('/Resources/Content/Images/Site/circle-bg.png') repeat-x;
	border-radius: 10px;
	color: #fff;
	float: right;
	font-size: 12px;
	line-height: 19px;
	margin: 7px 0 0 5px;
	padding: 0 6px;
}

.aip-star {
	height: 20px;
	width: 20px;
	margin: 0;
	padding: 0;
	background-image: url('/Resources/Content/Images/Icons/new_24.png');
}

#messages .msg:after,
#errormessages .msg:after,
#messagesoverlay .msg:after,
#messagesoverlay1 .msg:after{ content:""; display:block; width:100%; height:0; clear:both; }

#messages .warning,
#messagesoverlay .warning,
#messagesoverlay1 .warning {
	background: #fffbcc url('/Resources/Content/Images/Icons/exclamation.png') 10px 11px no-repeat;
	border-color: #e6db55;
	color: #666452;
}

#messages .info,
#messagesoverlay .info,
#messagesoverlay1 .info {
	background: #dbe3ff url('/Resources/Content/Images/Icons/information.png');
	border-color: #a2b4ee;
	color: #585b66;
}

#messages .feedback,
#messagesoverlay .feedback,
#messagesoverlay1 .feedback {
	background: #d5ffce url('/Resources/Content/Images/Icons/tick_circle.png');
	border-color: #9adf8f;
	color: #556652;
}

#messages .msg .close,
#errormessages .msg .close,
#messagesoverlay .msg .close,
#messagesoverlay1 .msg .close { float:right; margin-right:10px; }

#messages .warning .close,
#errormessages .warning .close,
#messagesoverlay .warning .close,
#messagesoverlay1 .warning .close { color:#932424; }

#messages .info .close,
#errormessages .info .close,
#messagesoverlay .info .close,
#messagesoverlay1 .info .close { color:#243e80; }

#messages .msg.hidden,
#errormessages .msg.hidden,
#messagesoverlay .msg.hidden,
#messagesoverlay1 .msg.hidden { display:none; }
/* Added for New overlay styles */

#messagesoverlay           { display:block; width:97%; margin:10px 0; }
#messagesoverlay .msg {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	border: 1px solid;
	background-position: 10px 11px !important;
	background-repeat: no-repeat !important;
	font-size: 13px;
	width: 99.8%;
	height:auto;
}

#messagesoverlay .msg div {
	display: block;
	font-style: normal;
	padding: 10px 10px 10px 36px;
	line-height: 1.5em;
}

#messagesoverlay .msg div p {
	margin: 0;
}

/*End*/

/* Added for New overlay styles 1 */

#messagesoverlay1           { display:block; width:100%; margin:10px 0; }
#messagesoverlay1 .msg {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	border: 1px solid;
	background-position: 10px 11px !important;
	background-repeat: no-repeat !important;
	font-size: 13px;
	width: 99.8%;
	height:40px;
}

#messagesoverlay1 .msg div {
	display: block;
	font-style: normal;
	padding: 10px 10px 10px 36px;
	line-height: 1.5em;
}

#messagesoverlay1 .msg div p {
	margin: 0;
}


/*End*/

/* Login page: T1 */
#page.login:after   { content:""; display:block; width:100%; height:0; clear:both; }
#page.login .box h1,
#page.login .box h2       { font-weight:normal; margin-top:-.2%; }
#page.login .box.login    { float:left; width:520px; }
#page.login .box.info     { float:right; width:420px; }
#page.login .box.info ul  { padding-left:5%; }
#page.login .login-help   { width:16px; height:16px; border:0; }

/* homepage: T2 */
#page.home  .widgets            { display:block; width:100%;  }
#page.home  .widgets  .column   { display:block; float:left; width:31.33%; min-height:40px; list-style:none; margin:0 1%; padding:0; }
#page.home  .widgets  .column .placeholder  { background-color:#f2f2f2; display:block; width:100%; height:100px; border:1px dashed #c4c4c4; }
#page.home  .widget                 { width: 288px; margin:8px 0; border:1px solid #999; background-color:#ffffff; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;  }
#page.home  .widget .header          
{
    width: 278px; color:#fff; background: url('/Resources/Content/Images/Site/widget-header.png') repeat-x; cursor:move; padding: 5px;
    }
#page.home  .widget .header:after   { content:""; display:block; width:100%; height:0; clear:both; }
#page.home  .widget .header span      { height:24px; padding:0 5px; line-height:24px; }
#page.home  .widget .header .title    { float:left; height:24px; }
#page.home  .widget .header .title  .expcon    {  
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float:left; 
	width:20px; 
	height:20px; 
	margin:0 4px 0 0; 
	padding:0; 
	background: #fff url('/Resources/Content/Images/Icons/widget-open.png') no-repeat center center; 
	cursor:default; 
}
#page.home  .widget .header .actions  { float:right; cursor:default; line-height: 16px; margin-top: 2px;}
#page.home  .widget .header .actions a { float: right;}
.widget .actions a   { color:#ffffff; padding: 0; }
.widget .actions a.remove {background: url('/Resources/Content/Images/Icons/widget-close.png') no-repeat; padding: 0; text-indent: -31337px;}
.widget .actions a.edit {padding-left: 20px; margin-right: 10px;}
.widget .actions a.add {padding-left: 20px; margin-right: 10px;}
.widget .actions a.view {padding-left: 20px; margin-right: 10px;}


#page.home  .widget.closed  .header .title  .expcon  { background-image:url('/Resources/Content/Images/Icons/widget-closed.png'); }
#page.home  .widget.closed  .content        { display:none; }

#window_container {
	position:absolute; display:none; top:0; left:0; width:100%; height:100%;
	background-color:#000000;
	background-color:rgba(0,0,0,0.3); z-index:2000;
}

#customize_home                   { position:relative; display:block; width:600px; margin:auto; margin-top:200px; background-color:#ffffff; border:1px solid #3c3c3c; z-index:20001; }
#customize_home .close            { display:block; position:absolute; width:20px; height:20px; top:-10px; right:-10px; background-color:#ff0000; color:#ffffff; cursor:pointer; }
#customize_home .close  img       { display:block; float:left; width:20px; height:20px; border:0; }
#customize_home .header           { display:block; padding:12px 10px; border:0; border-bottom:1px solid #333333; }
#customize_home .header h1        { font-size:18px; font-weight:normal; margin:0; }
#customize_home .content          { position:relative; display:block; width:100%; padding:15px; }
#customize_home .content:after    { content:""; display:block; width:100%; height:0; clear:both; }
#customize_home .content  ul      { margin:0; padding:0; list-style:none; }
#customize_home .categories       { display:block; float:left; width:200px; height:100%; }
#customize_home .categories li    { padding:8px 12px; border:0; border-right:1px solid #333333; cursor:pointer; }
#customize_home .categories li a  { color:#000000; text-decoration:none; }
#customize_home .categories li:active,
#customize_home .categories li.selected { font-weight:bold; background-color:#ffffff; border:1px solid #333333; border-right:none; }
#customize_home .modules          { display:block; float:left; width:400px; background-color:#ffffff; font-size:12px; }
#customize_home .modules  li      { display:block; float:left; width:180px; padding:5px 10px; margin:3px 0; line-height:32px; height:32px; }
#customize_home .modules  li  img { float:left; width:32px; height:32px; border:0; }
#customize_home .modules  .checked  { font-weight:bold; }

.breadcrumb {
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    padding: 8px 15px;
    margin: 0 0 20px;
    height: 20px;
    box-sizing: content-box;
}
.breadcrumb a { text-decoration: underline; }
.breadcrumb > li { display: inline-block; text-shadow: 0 1px 0 #ffffff; }

/*Delete the outer div if found - this is from old markup...*/
.breadcrumb > .breadcrumb { margin:0; border:0; padding:0; }

/* wizard: T3 */
#page.wizard .heading .tabs {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none outside none;
}
#page.wizard .headng .tabs:after { content:""; display:block; width:100%; height:0; clear:both; }
#page.wizard .heading .tabs li              { display:block; float:left; width:125px; padding:5px; margin:0 10px; cursor:default; height: 32px; background: url(/Resources/Content/Images/Site/nav_seperator_dark.png) right no-repeat; }
#page.wizard .heading .tabs li:first-child  { margin-left:0; }
#page.wizard .heading .tabs li:last-child  { background: none;}
#page.wizard .heading .tabs li  a           { color:#202020; text-decoration:none; display: block; height: 32px; line-height: 32px; }
#page.wizard .heading .tabs li  .stepindex  { color: #000; background: url(/Resources/Content/Images/Site/step-inactive.png) no-repeat;}
#page.wizard .heading .tabs li.editing  .stepindex  { background: url(/Resources/Content/Images/Site/step-active.png) no-repeat; color: #FFF; }
#page.wizard .heading .tabs li  .stepname { line-height: 32px; }
#page.wizard .heading .tabs li.complete     { cursor:pointer; }
#page.wizard .heading .tabs li.complete .stepindex  { display:none; }
#page.wizard .heading .tabs li.complete .stepname   { padding-left:40px; background:url('/Resources/Content/Images/Site/step-complete.png') no-repeat left center; }
#page.wizard .content  .statement  { margin:4px 0 4px 0; font-size:13px; }
#page.wizard .content  .table              { display:table; width:100%;  margin:auto; margin-top:10px; margin-bottom:10px; font-size:13px; }
#page.wizard .content  .table  .row        { display:table-row; position:relative; padding:10px; }
#page.wizard .content  .table  .norow      { display:block; width:100%; padding:10px 0; clear:both; }
#page.wizard .content  .table  .norow:after    { content:""; display:block; width:100%; height:0; clear:both; }
#page.wizard .content  .table  .row    .cell   { display:table-cell; padding:10px 20px; }
#page.wizard .content  .table  .norow  .cell   { display:block; float:left; margin:0; }
#page.wizard .content  .table  .norow .norow  .cell {margin-left: 0;}
#page.wizard .content  .table .table .cell {width: 629px;}
#page.wizard .content  .table .table .form-submit {padding-left: 130px;}
#page.wizard .content  .table .table .form-item label { display: block; float: left; padding-right: 20px; text-align: right; width: 200px;}
#page.wizard .content  .table .table .form-item .input {float: left;}
#page.wizard .content  .table .table .form-item .input label {display: inline; float: none; width: auto;}
#page.wizard .content  .table  .cell.aright  { text-align:right; }
#page.wizard .content  .table  .cell.caption { padding-right:10px; }
#page.wizard .content  .table  .row  .cell.caption   { width:1%; white-space:nowrap; }
#page.wizard .content  .table  .cancel       { margin-left:20px; color:#205b97; }
#page.wizard .content  .table  .previousButton       { margin-left:20px; color:#205b97; }
#page.wizard .content  .table  .postcode     { width:120px; }
#page.wizard .content  .table  .email        { width:240px; }
#page.wizard .content  .table  .smalld       { width:60px; }
input:focus, select:focus,textarea:focus { border-color: #3399cc; } 
.table input:focus { border-color: #3399cc; } 
.table input:focus { border-color: #3399cc; } 

#divUserGrid .table{
    width:100%;
}

#divUserGrid th{
    text-align:left;
    font-weight:normal;
    font-family:arial;
}

#divUserGrid th a{
    text-decoration:none;
}

#divUserGrid th a:hover{
    text-decoration:underline;
}

/* #page.wizard .content  .table  select:focus,
   #page.wizard .content  .table  input:focus   { border-color: #3399cc; }
*/

#page.wizard .content  .form-help            { width:16px; height:13px; border:0; }

.radio-reference label, .radio-reference input {
	float: left;
	margin-right: 5px;
}

.radio-reference label {
	padding: 0;
}


/* standard data view: T4 */

.breadcrumb .searchbox {float:right; position: relative; top: -9px; right: 0;}

#page.dataview .header:after   { content:""; display:block; width:100%; height:0; clear:both; }
#page.dataview .header .extras	{ float:right; width:420px; margin-right:10px;}
#page.dataview .header .searchbox    { position: absolute; top: 0; right: 0; }
#page.dataview .header .projectbutton    { display:block; float:right; margin-top: 0;}
#page.dataview .header .projectbutton a {float: left; margin: 0 0 0 10px;}
.projectbutton a.excel {
	background: url('/Resources/Content/Images/Icons/export.png') no-repeat;
	padding: 6px 7px 6px 35px !important;
	font-size: 12px !important;
}
#page.dataview .header .new-project	{ display:block; float:left; background:#F0F0F0; border:1px solid #444; padding:3px; margin-right: 15px;}
#page.dataview .header .export	{ float:left; margin-top: 5px;}

#page.dataview .sidebar .filters  .filter         { margin:0 0 10px 0; padding:0; }
#page.dataview .sidebar .filters  .filter .items  { display:block; margin:0 0 10px; padding:0 0 10px 20px; list-style:none; border-bottom:1px solid #cfcfcf; }
#page.dataview .sidebar .filters  .filter .items li {margin-bottom: 5px;}
#page.dataview .sidebar .filters  .filter .name   { padding-left:20px; font-weight:bold; background:url('/Resources/Content/Images/Icons/table-sort-desc.png') no-repeat left center; cursor:pointer; }
#page.dataview .sidebar .filters  .filter.closed  .name   { background-image:url('/Resources/Content/Images/Icons/t4-filter-arrow-closed.png') }
#page.dataview .sidebar .filters  .filter.closed  .items  { display:none; }

#page.dataview .contents .heading {
	border-bottom: 1px solid #CCC;
}

#page.dataview .evaluationcontents .heading {
	border-bottom: 1px solid #CCC;
}

#page.dataview .contents .tabs         { display:block; padding:5px 0 0 0; margin: 0 0 -1px 0; list-style:none;}
#page.dataview .evaluationcontents .tabs         { display:block; padding:5px 0 0 0; margin: 0 0 -1px 0; list-style:none;}

#page.dataview .contents .tabs:after   { content:""; display:block; width:100%; height:0; clear:both; }
#page.dataview .evaluationcontents .tabs:after   { content:""; display:block; width:100%; height:0; clear:both; }

#page.dataview .contents .tabs .tab    { 
	display:block; 
	float:left; 
	margin:0 5px; 
	padding:0; 
	line-height:35px;
	width: auto; 
}

#page.dataview .evaluationcontents .tabs .tab    { 
	display:block; 
	float:left; 
	margin:0 5px; 
	padding:0; 
	line-height:35px;
	width: auto; 
}

#page.dataview .contents .tabs .selected {
 	background-color:#fff; 
	border:1px solid #CCC; 
	border-bottom: 0 none;  
	border-top-right-radius:6px; 
	border-top-left-radius:6px; 
 }

#page.dataview .evaluationcontents .tabs .selected {
 	background-color:#fff; 
	border:1px solid #CCC; 
	border-bottom: 0 none;  
	border-top-right-radius:6px; 
	border-top-left-radius:6px; 
 }
 
 #page.dataview .contents .tabs  .verify {
 	width: 105px;
 }

#page.dataview .evaluationcontents .tabs  .verify {
 	width: 105px;
 }
 
#page.dataview .contents .tabs .tab a  { display:block; padding:0 10px; color:#000000; text-decoration:none; }
#page.dataview .evaluationcontents .tabs .tab a  { display:block; padding:0 10px; color:#000000; text-decoration:none; }
#page.dataview .contents .tabs .tab.selected  { background-color:#ffffff; border-bottom-color:#ffffff; }
#page.dataview .evaluationcontents .tabs .tab.selected  { background-color:#ffffff; border-bottom-color:#ffffff; }
.pager { display:block; margin: 0; padding: 0; color:#000000; font-weight:bold; }
.pager li {display: inline; list-style: none outside none; margin: 0; padding: 0;}
.pager a { 
	border: 1px solid #CCC;
	border-radius: 3px;
	font-size: 11px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	float: left;
	font-weight:normal;
	margin:0 6px 0 0;
	padding: 3px 5px;
}

.pager a:hover {
	color: #333;
}

.pager a.next,
.pager a.prev {
	border: 0 none;
	padding: 4px 5px;
}

.pager a.selected { 
	background: url('/Resources/Content/Images/Site/circle-bg.png') repeat-x;
	border-color: #1b92b2;
	color:#FFF; 
}
.pagination:after { content:""; display:block; width:100%; height:0; clear:both; }


.tabview .actions {float: right;}
.tabview .table {border-collapse: collapse; font-size: 12px;}
.tabview .table {width: 100%;}
.tabview .table th { border-bottom: 1px solid #CCC; display:table-cell; padding:8px 4px; line-height:16px; }
.tabview .table th.check-head {width: 30px;}
.tabview .table td { padding:5px 4px; }

.even { background-color:#F2F2F2; }
.odd { background-color: #FFFFFF; }
.tabview .table th .sort { float: right; width:20px; min-height:16px; height:100%; background:url('/Resources/Content/Images/Icons/table-sort.png') no-repeat center center; }
.tabview .table th .sort.asc { background-image:url('/Resources/Content/Images/Icons/table-sort-asc.png'); }
.tabview .table th .sort.desc { background-image:url('/Resources/Content/Images/Icons/table-sort-desc.png'); }
.highlighted {background-color: #d6f7fe;}

/* standard data display: T5 */
#page.datadisplay                         { width:100%; margin:auto; }
#page.datadisplay .pageview               { display:block; width:100%; }
#page.datadisplay .pageview .pageview-header:after   { content:""; display:block; width:100%; height:0; clear:both; }
    #page.datadisplay .pageview .pageview-header h1 {
        display: inline-block;
        float: left;
        font-size: 21px;
        font-weight: normal;
        margin: 0;
        padding: 0 10px;
    }

.return { 
	color: #0099cc; 
	display:block; 
	float:right; 
	margin-right:10px;
	text-decoration: none;
    font-size:14px;
}

.content-row {
	clear: both;
}

#page.datadisplay .pageview .contents       { display:block; float:left; width:600px; margin:0; box-sizing:content-box}
.sidebar .box,
.login .box,
.section      { border: 1px solid #CCC; margin: 10px 0 20px 0; background: white; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; }
.sidebar .box .heading,
.login .box .heading,
.section .heading {background: #e5e5e5 url('/Resources/Content/Images/Site/bg-content-box.gif') top left repeat-x; margin-top: 1px; height: 40px; border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; -webkit-border-radius: 6px 6px 0 0;}
.edit,
.editdelete,
.login .box h1,
.login .box h2,
.section h1,
.section h2,
.section h3,
.section .dates,
.box h2  { font-size:16px; font-weight:normal; margin:0; padding:0; padding: 12px 15px 10px; float: left;}
.add { background: url('/Resources/Content/Images/Icons/plus.png') left center no-repeat; padding-left: 25px; font-size:12px; float:none; text-decoration: none; }
.edit { background: url('/Resources/Content/Images/Icons/edit.png') left center no-repeat; padding-left: 25px; font-size:12px; float:right; text-decoration: none; }
.editdelete {
    background: url('/Resources/Content/Images/Icons/delete_16.png') left center no-repeat;
    padding-left: 25px;
    font-size: 12px;
    float: right;
    text-decoration: none;
}
.view { padding-left: 25px; font-size:12px; float:right; text-decoration: none; }
.section  .content,
.widget .content,
.login .box .content,
.sidebar .box .content        { padding:10px;  }
.section  .content:after,
.sidebar .box .content:after  { content:""; display:block; width:100%; height:0; clear:both; padding-bottom:0 }

#page.datadisplay .pageview .contents .section  .content  .table              { display:table; width:90%; margin:auto; margin-top:10px; margin-bottom:10px; padding:10px 0; font-size:13px; }
#page.datadisplay .pageview .contents .section  .content  .table  .group      { display:table-row-group; margin-bottom:10px; }
#page.datadisplay .pageview .contents .section  .content  .table  .row        { clear: both; padding:10px;}
#page.datadisplay .pageview .contents .section  .content  .table  .norow      { display:block; width:100%; padding:10px; clear:both; }
#page.datadisplay .pageview .contents .section  .content  .table  .norow:after    { content:""; display:block; width:100%; height:0; clear:both; }
#page.datadisplay .pageview .contents .section  .content  .table .cell {float: left;}
#page.datadisplay .pageview .contents .section  .content  .table  .row    .cell   { width: 230px; padding:2px 0; }
#page.datadisplay .pageview .contents .section  .content  .table  .norow  .cell   { display:block; float:left; margin:0 10px; }
#page.datadisplay .pageview .contents .section  .content  .table  .description  { display:inline-block; color:#9e9e9e; font-size:12px; margin-bottom:4px; }
#page.datadisplay .pageview .contents .section  .content  .table  .row .aright  { text-align:right; }
#page.datadisplay .pageview .contents .section  .content  .table  .row .caption { padding-right:30px; }
#page.datadisplay .pageview .contents .section  .content  .table  .row  .caption   { font-weight:bold; }

#page.datadisplay .pageview .contents .categories .content  ul        { display:block; float:left; width:23%; margin:5px 1%; padding:0; list-style:none; }
#page.datadisplay .pageview .contents .categories .content  ul li {margin-bottom: 10px;}
#page.datadisplay .pageview .contents .categories .content  ul a {color: #0099cc; text-decoration: none; }


.sidebar        { display:block; float:left; width:320px; padding: 0; font-size:12px; }
.sidebar .box  { margin:10px 0; }

.sidebar-right {float: right;}
.sidebar-left {clear: left; width: 230px;}
#page.datadisplay .pageview .sidebar  .box  ul    { margin:0; padding:0; list-style:none; }
.remove { height: 16px; width: 16px; background:url('/Resources/Content/Images/Icons/cross_circle.png') no-repeat; }

ul.attachments li {
	clear: both;
}

ul.attachments li a.remove {
	float: right;
}

.sidebar div.links {
	background: none;
	border: 0 none;
}

.sidebar div.links a {
	color: #0099cc;
	font-weight: bold;
	text-decoration: underline;
}

.sidebar div.links li {
	margin-bottom: 10px;
}

/* contract dashboard: T7 */
#page.cdashboard                          { width:100%; margin:auto; }
#page.cdashboard  .pageview               { display:block; width:100%; }
#page.cdashboard  .pageview .header         { line-height:26px; }
#page.cdashboard  .pageview .header:after   { content:""; display:block; width:100%; height:0; clear:both; }
.heading h1,
.header h1,
.page-header h1 {
    font-size: 21px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
#page.cdashboard  .pageview .header .extra      { display:block; float:right; margin-right:10px; font-size:14px; }

#page.cdashboard  .pageview .contents       { display:block; float:left; width:710px; margin-left:0; }
.section .heading .editdelete,
.section .heading .edit {
    float: right;
    margin-right: 5px;
    font-size: 12px;
    cursor: pointer
}

/*Changed For cursor pointer*/
.section .heading .delete {
    float: right;
    margin-right: 5px;
    font-size: 12px;
    cursor: pointer
}
/*Changed For cursor pointer*/
#page.cdashboard  .pageview .contents .section.short  .content-row.hidden { display:none; }
#page.cdashboard  .pageview .contents .section  .footer           { display:block; width:100%; }
#page.cdashboard  .pageview .contents .section  .footer .details  { float:right; margin:0; padding:0; }
#page.cdashboard  .pageview .contents .section  .heading:after,
#page.cdashboard  .pageview .contents .section  .content-row:after,
#page.cdashboard  .pageview .contents .section  .footer:after     { content:""; display:block; width:100%; height:0; clear:both; }

#page.cdashboard  .pageview .section.status .content  .table              {  width:280px; float:left; padding:0 0 10px 0; font-size:13px; }
#page.cdashboard  .pageview .section.status .content  .table  .group      { display:table-row-group; margin-bottom:10px; }
#page.cdashboard  .pageview .section.status .content  .table  .row        { clear: both; padding:10px; width: 310px;}
#page.cdashboard  .pageview .section.status .content  .table  .row    .cell   { float: left; padding:2px 0; width: 150px;}
#page.cdashboard  .pageview .section.status .content  .table  .cell.aright  { text-align:right; }
#page.cdashboard  .pageview .section.status .content  .table  .cell.caption { padding-right:10px; }
#page.cdashboard  .pageview .section.status .content  .table  .row  .cell.caption   { font-weight:bold; }
#page.cdashboard  .pageview .section.status .info     { float:left; margin-left:70px }
#page.cdashboard  .pageview .section.status .info ul  { font-weight:bold; }

#page.cdashboard  .pageview .section.additionalInfo .content  .table              {  width:600px; float:left; padding:0 0 10px 0; font-size:13px; }
#page.cdashboard  .pageview .section.additionalInfo .content  .table  .group      { display:table-row-group; margin-bottom:10px; }
#page.cdashboard  .pageview .section.additionalInfo .content  .table  .row        { clear: both; padding:10px;}
#page.cdashboard  .pageview .section.additionalInfo .content  .table  .row    .cell   { float: left; padding:2px 0;}
#page.cdashboard  .pageview .section.additionalInfo .content  .table  .cell.aright  { text-align:right; }
#page.cdashboard  .pageview .section.additionalInfo .content  .table  .cell.caption { padding-right:10px; width:150px; }
#page.cdashboard  .pageview .section.additionalInfo .content  .table  .row  .cell.caption   { font-weight:bold; }

#page.cdashboard  .pageview .section.steps      { background-color:#FFFFFF; }
#page.cdashboard  .pageview .section.steps  .heading  .dates      { float:right; font-size:12px; }

#page.cdashboard  .pageview .section.steps  .steplist   { position:relative; padding-top:10px; }
#page.cdashboard  .pageview .section.steps  .step       { display:block; position:relative; width:100%; margin:2px 0; background-color:#ffffff; border:1px solid #999999; }
#page.cdashboard  .pageview .section.steps  .step.hover,
#page.cdashboard  .pageview .section.steps  .step:hover { border-color:#ffca7b; }
#page.cdashboard  .pageview .section.steps  .step.hover .handle,
#page.cdashboard  .pageview .section.steps  .step:hover .handle { display:block; }
#page.cdashboard  .pageview .section.steps  .step .handle       { position:absolute; display:none; width:30px; height:100%; border:0; border-right:1px solid #ffca7b; background-color:#e4e4e4; background-image:url('/Resources/Content/Images/Site/drag-notches.png'); background-repeat:no-repeat; background-position:center center; }
#page.cdashboard  .pageview .section.steps  .step .content      { display:block; padding-left:50px; }
#page.cdashboard  .pageview .section.steps  .step .content  .summary          { display:block; width:100%; height:32px; line-height:32px; font-size:13px; border:0; border-bottom:1px solid #a8a8a8; }
#page.cdashboard  .pageview .section.steps  .step .content  .summary:after    { content:""; display:block; width:100%; height:0; clear:both; }
#page.cdashboard  .pageview .section.steps  .step .content  .summary  .name   { display:block; float:left; width:230px; }
#page.cdashboard  .pageview .section.steps  .step .content  .summary  .status { display:block; float:left; width:265px; color:#5c5c5c; }
#page.cdashboard  .pageview .section.steps  .step .content  .summary  .status em        { color:#8b8b8b; font-size:12px; font-style:normal; }
#page.cdashboard  .pageview .section.steps  .step .content  .summary  .status.complete  { color:#03822a; }
#page.cdashboard  .pageview .section.steps  .step .content  .summary  .actions          { display:block; float:right; width:auto; text-align:right; padding-right:10px; }
#page.cdashboard  .pageview .section.steps  .step .content  .summary  .actions *        { float:right; }
#page.cdashboard  .pageview .section.steps  .step .content  .summary  .actions  .showdetails.yes  { display:none; }
#page.cdashboard  .pageview .section.steps  .step .content  .summary  .actions  .showdetails.no   { display:block; }
#page.cdashboard  .pageview .section.steps  .step .content  .details  { display:block; }
#page.cdashboard  .pageview .section.steps  .step .content  .details  .table                        { display:table; width:240px; float:left; padding:10px 0; font-size:13px; }
#page.cdashboard  .pageview .section.steps  .step .content  .details  .table  .row                  { display:table-row; padding:10px; }
#page.cdashboard  .pageview .section.steps  .step .content  .details  .table  .row    .cell         { display:table-cell; padding:2px 0; }
#page.cdashboard  .pageview .section.steps  .step .content  .details  .table  .cell.aright          { text-align:right; }
#page.cdashboard  .pageview .section.steps  .step .content  .details  .table  .cell.caption         { padding-right:10px; }
#page.cdashboard  .pageview .section.steps  .step .content  .details  .table  .row  .cell.caption   { width:50%; font-weight:bold; }
#page.cdashboard  .pageview .section.steps  .step .content  .details  .notes  { float:left; width:278px; padding:0 10px; }

#page.cdashboard  .pageview .section.steps  .step .content.short  .summary    { border:0; }
#page.cdashboard  .pageview .section.steps  .step .content.short  .details    { display:none; }
#page.cdashboard  .pageview .section.steps  .step .content.short  .summary  .actions  .showdetails.yes  { display:block; }
#page.cdashboard  .pageview .section.steps  .step .content.short  .summary  .actions  .showdetails.no   { display:none; }

#page.cdashboard  .pageview .section.steps  .placeholder        { border:1px dashed #ffffff; background-color:#bdbdbd; }


#page.cdashboard  .pageview .sidebar        { display:block; float:right; width:230px; padding:0 5px; font-size:12px; }
#page.cdashboard  .pageview .sidebar.w320     { width:320px; }
#page.cdashboard  .pageview .sidebar  .box  h2 a  { float:right; font-size:12px; }
#page.cdashboard  .pageview .sidebar  .box  ul    { margin:0; padding:0; list-style:none; }
#page.cdashboard  .pageview .sidebar  .box.calendar       { font-size:11px; padding:10px }
#page.cdashboard  .pageview .sidebar  .box.calendar .ui-widget-content  { border:0 !important; }
#page.cdashboard  .pageview .sidebar  .box  .managerlist  .missing  { padding-left:18px; font-weight:bold; background:url('/Resources/Content/Images/Icons/t7-missing.png') no-repeat left center; }
.notes .remove {float: right;}

.jstooltip        { display:none; position:absolute; background-color:#f2f2f2; color:#8c8c8c; border:1px solid #999999; padding:6px 12px; cursor:default; font-size:11px; }
.jstooltip  p     { margin:0; }
.jstooltip  span  { color:#333333; }

.ui-datepicker {
	width: 210px;
	padding: 0;
}

.TeamLinkButton
{
text-decoration: underline;
color:Blue;
float:right;
margin-right:15px;
margin-top:5px

}

/*Wizard*/

.tabs li  .stepindex  { width: 30px; height: 30px; display: block; text-align: center; line-height:30px; float: left; margin-right:8px;}
.heading .tabs li.editing  .stepindex  { background: url(/Resources/Content/Images/Site/step-active.png) no-repeat; color: #FFF; }
.heading .tabs li  .stepname { line-height: 32px; }

/*User Grade*/

.OuterDivGrade
{
	width: 600px; 
	height: 60%; 
	border: 2px solid black; 
	padding-bottom: 25px
}

.slider,
.dateSlider{
	width:100%;
	margin:20px auto;
	padding-top:20px;
}
.tick{
	border-left:1px solid black;
	position:absolute;
	top:0;
	height:20px;
	text-align:right;
}
.sliderZone input{
	text-align:right;
	margin-left:5px;
	margin-right:0;
	width:200px;	
}
.sliderZone img{
	vertical-align:middle;
}

pre{
	overflow:auto;
}
pre code{
	tab-interval:  2pt;
	display:block;
	border-width:1px 1px 1px 15px;
	border-style:solid;
	border-color:#CCC;
	color:#444;
	padding:5px 10px;
	margin:0 5px;
	font-family:Consolas, Monaco, Arial, Helvetica, sans-serif;
	font-size:12px;
}

pre code .comment{
	color:#5e7f5f;
}

dt{
	font-weight:bold;
	float:left;
	clear:left;
	width:150px;
	margin-bottom:2px;
}

dl.values dt{
	width:75px;
}

dl.values dd{
	margin-left:75px;
}

dt+dd{
	margin-top:2px;
}

dd{
	padding-left:15px;
	margin-left:0;
	margin-left:150px;
}

.sliderZone{
	margin-right:400px;
}

.options{
	width:400px;
	float:left;
	margin-left:-400px;
}

input[type=number]{
	width:3em;
}

.options form{
	margin:0 10px;
}

.clear {clear:both; height:10px}

.cancel {
    color: #205B97;
    margin-left: 20px;
}

.cancel_BidderButton {
    color: #205B97;
    margin-left: 20px;
}

.previousButton 
{
    color: #205B97;
    margin-left: 20px;
}

.link { color: #205b97; margin-left: 20px; }

#page.wizard .contents { display:block; float:left; width:695px; margin-left:10px; }

.invisible {
	visibility: hidden;
}

.hide
{
    display:none;}
    
     .tableCustomized                        { display:table; width:100%; text-align:left; float:left; padding:10px 0; font-size:13px; }
     .tableCustomized  .row                  { display:table-row; padding:10px; margin-bottom:3px }
     .tableCustomized  .row    .cell         { display:table-cell; padding:2px 3px 0 .5em; text-align:left;}
     .tableCustomized  .cell.aright          { text-align:right; }
     .tableCustomized  .cell.caption         { padding-right:10px; }
     .tableCustomized  .row  .cell.caption   { width:50%; font-weight:bold; }
     
 .sidebar .filters  .filter .items  { display:block; margin:0 0 10px; padding:0 0 10px 20px; list-style:none; border-bottom:1px solid #cfcfcf; }
 .sidebar .filters  .filter .items li {margin-bottom: 5px;}
 .sidebar .filters  .filter .name   { padding-left:20px; font-weight:bold; background:url('/Resources/Content/Images/Icons/table-sort-desc.png') no-repeat left center; cursor:pointer; }
 .sidebar .filters  .filter.closed  .name   { background-image:url('/Resources/Content/Images/Icons/t4-filter-arrow-closed.png') }
 .sidebar .filters  .filter.closed  .items  { display:none; }
 
 .contents .tabs:after   { content:""; display:block; width:100%; height:0; clear:both; }
 .evaluationcontents .tabs:after   { content:""; display:block; width:100%; height:0; clear:both; }
 
 .contents .tabs .tab    { 
	display:block; 
	float:left; 
	margin:0 5px; 
	padding:0; 
	line-height:35px;
	width: auto; 
}

.evaluationcontents .tabs .tab    { 
	display:block; 
	float:left; 
	margin:0 5px; 
	padding:0; 
	line-height:35px;
	width: auto; 
}

.contents .tabs .selected {
 	background-color:#fff; 
	border:1px solid #CCC; 
	border-bottom: 0 none;  
	border-top-right-radius:6px; 
	border-top-left-radius:6px; 
 }
 
 .evaluationcontents .tabs .selected {
 	background-color:#fff; 
	border:1px solid #CCC; 
	border-bottom: 0 none;  
	border-top-right-radius:6px; 
	border-top-left-radius:6px; 
 }



 .evaluationcontents .tabs  .verify {
 	width: 105px;
 }

 .contents .tabs  .verify {
 	width: 105px;
 }

.contents .tabs .tab a  { display:block; padding:0 10px; color:#000000; text-decoration:none; }
.evaluationcontents .tabs .tab a  { display:block; padding:0 10px; color:#000000; text-decoration:none; }
.contents .tabs .tab.selected  { background-color:#ffffff; border-bottom-color:#ffffff; }
.evaluationcontents .tabs .tab.selected  { background-color:#ffffff; border-bottom-color:#ffffff; }
.contents .heading {
    border-bottom: 1px solid #CCCCCC;
}
.evaluationcontents .heading {
    border-bottom: 1px solid #CCCCCC;
}


#page.dataview .sidebar .filters  .filter.closed  .itemsCustomized  { display:none; }

#page.updateview .pageview .contents       { display:block; float:left; width:80%; margin:0 30px 0 60px }
.sidebar .box,
.login .box,
.section      { border: 1px solid #CCC; margin: 10px 0 20px 0; background: white; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; box-sizing:initial}
.sidebar .box .heading,
.login .box .heading,
 .heading {background: #e5e5e5 url('/Resources/Content/Images/Site/bg-content-box.gif') top left repeat-x; margin-top: 1px; height: 40px; border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; -webkit-border-radius: 6px 6px 0 0;}
.edit,
.editdelete,
.login .box h1,
.login .box h2,
.section h1,
.section h2,
.section h3,
.section .dates,
.box h2  { font-size:16px; font-weight:normal; margin:0; padding:0; padding: 10px 10px 10px 15px; float: left;}
.editleft { background: url('/Resources/Content/Images/Icons/edit.png') left center no-repeat; padding-left: 25px; font-size:12px; float:left; text-decoration: none; }
.edit{font-size:12px;}
  .content,
.widget .content,
.login .box .content,
.sidebar .box .content        { padding:10px; }
.section  .content:after,
.sidebar .box .content:after  { content:""; display:block; width:80%; height:0; clear:both; }
#page.updateview .headng .tabs:after { content:""; display:block; width:100%; height:0; clear:both; }
#page.updateview .heading .tabs li   { display:block; float:left; width:125px; padding:5px; margin:0 10px; cursor:default; height: 32px; background: url(/Resources/Content/Images/Site/nav_seperator_dark.png) right no-repeat; }
#page.updateview .heading .tabs li:first-child  { margin-left:0; }
#page.updateview .heading .tabs li:last-child  { background: none;}
#page.updateview .heading .tabs li  a           { color:#202020; text-decoration:none; display: block; height: 32px; line-height: 32px; }
#page.updateview .heading .tabs li  .stepindex  { text-align: center; border:0; line-height: 32px; color: #000; background: url(/Resources/Content/Images/Site/step-inactive.png) no-repeat; width: 32px; height: 32px; float: left; display: block; margin-right: 8px;}
#page.updateview .heading .tabs li.editing  .stepindex  { background: url(/Resources/Content/Images/Site/step-active.png) no-repeat; color: #FFF; }
#page.updateview .heading .tabs li  .stepname { line-height: 32px; }
#page.updateview .heading .tabs li.complete     { cursor:pointer; }
#page.updateview .heading .tabs li.complete .stepindex  { display:none; }
#page.updateview .heading .tabs li.complete .stepname   { padding-left:40px; background:url('/Resources/Content/Images/Site/step-complete.png') no-repeat left center; }
#page.updateview .content  .statement  { margin:4px 6px 4px 12px; font-size:13px; }
#page.updateview .content  .table              { display:table; width:90%; margin:auto; margin-top:10px; text-align:left; margin-bottom:10px; font-size:13px; }
#page.updateview .content  .table  .row        { display:table-row; position:relative; padding:10px; }
#page.updateview .content  .table  .norow      { display:block; width:100%; padding:10px; clear:both; }
#page.updateview .content  .table  .norow:after    { content:""; display:block; width:100%; height:0; clear:both; }
#page.updateview .content  .table  .row    .cell   { display:table-cell; padding:10px 5px; }
#page.updateview .content  .table  .norow  .cell   { display:block; float:left; margin:0 10px; }
#page.updateview .content  .table  .norow .norow  .cell {margin-left: 0;}
#page.updateview .content  .table .table .cell {width: 629px;}
#page.updateview .content  .table .table .form-submit {padding-left: 130px;}
#page.updateview .content  .table .table .form-item label { display: block; float: left; padding-right: 20px; text-align: right; width: 200px;}
#page.updateview .content  .table .table .form-item .input {float: left;}
#page.updateview .content  .table .table .form-item .input label {display: inline; float: none; width: auto;}
#page.updateview .content  .table  .cell.aright  { text-align:right; }
#page.updateview .content  .table  .cell.caption { padding-right:10px; }
#page.updateview .content  .table  .row  .cell.caption   { width:1%; white-space:nowrap; }
#page.updateview .content  .table  .cancel       { margin-left:20px; color:#205b97; }
#page.updateview .content  .table  .postcode     { width:120px; }
#page.updateview .content  .table  .email        { width:240px; }
#page.updateview .content  .table  .smalld       { width:60px; }
#page.updateview .content  .table  select:focus,
#page.updateview .content  .table  input:focus   { border-color: #3399cc; }

.invalid{background: #ffcece url('/Resources/Content/Images/Icons/cross_circle.png') no-repeat;
         background-color: transparent;
    background-position: left 2px;
    background-repeat: no-repeat;
    margin: 0 0 0 5px;
    padding: 2px 0 2px 22px;
    border-color: #df8f8f;
    color: #665252;
    display:inline;
    
    }
.field-validation-error{background: #ffcece url('/Resources/Content/Images/Icons/cross_circle.png') no-repeat;
    background-color: transparent;
    background-position: left 2px;
    background-repeat: no-repeat;
    margin: 0 0 0 5px;
    padding: 2px 0 2px 22px;
    border-color: #df8f8f;
    color: #665252;
    display:inline;
	font-weight: bold;
}


#updateContainer .updateContainer{ background: none repeat scroll 0 0 white;
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    margin:  10px 0 20px ;
     width:100%;
     float:none;
     
    }
    #updateContainer .updateContainer .heading h2{
      float: left;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 12px 15px 10px;
    }
    
    #updateContainer .updateContainer .heading h3{
      float: left;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 12px 15px 10px;
    }
    
    /* MVC Contrib Grid */
.sorting_asc a {
	background: url('/Resources/Content/Images/Icons/table-sort-asc.png') no-repeat right 5px !important;
	width: 100%;
	display: inline-block;
	text-align: left;
	font-weight: bold;
	padding-right: 10px;
}

.sorting_desc a {
	background: url('/Resources/Content/Images/Icons/table-sort-desc.png') no-repeat right 5px !important;
	width: 100%;
	display: inline-block;
	padding-right: 10px;
}
    
    .sorting a
    {
        background: url('/Resources/Content/Images/Icons/table-sort.png') no-repeat right 3px !important;
         width:100%;
		 display:inline-block;
		 padding-right:10px;
    }
.sortingNone {
	width: 100%;
	display: inline-block;
}

.sorting_asc1 {
	background: url('/Resources/Content/Images/Icons/table-sort-asc.png') no-repeat right 5px !important;
	width: 100%;
	display: inline-block;
	text-align: left;
	font-weight: bold;
	color: #00a9cc;
	padding-right: 10px;
}

.sorting_desc1 {
	background: url('/Resources/Content/Images/Icons/table-sort-desc.png') no-repeat right 5px !important;
	width: 100%;
	display: inline-block;
	color: #00a9cc;
	padding-right: 10px;
}

.sorting1 {
	background: url('/Resources/Content/Images/Icons/table-sort.png') no-repeat right 5px !important;
	width: 100%;
	display: inline-block;
	color: #00a9cc;
	padding-right: 10px;
}
.sortingNone1 {
	width: 100%;
	display: inline-block;
	color: #00a9cc;
}

.pagination-item {
    font-size: 11px;
    float: left;
    font-weight: normal;
    margin: 0 6px 0 0;
    padding: 2px 5px;
}
    
    .current
    {
    background: white;
    border: 1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    }
    
    .selectedpage {
    background:  url(/Resources/Content/Images/Site/circle-bg.png) repeat-x scroll 0 0 #2C7F92;
    border: 1px solid #CCC;
	border-radius: 3px;
	font-size: 11px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	float: left;
	font-weight:normal;
	margin:0 6px 0 0;
	padding: 2px 5px;

     color: #FFFFFF;
     border-color: #1B92B2;
}
    
   .grid
   {
       width:100%;
       margin-bottom:10px;
   }
    
    .silicaGrid
{
    padding: 0;
    margin: 0;
    position: relative;
    width: 98.5%;
    
}
/*Grid*/
.silicaGrid td
{
    text-align: left;
    height: 25px;
    color: #666;
    vertical-align: middle;
    padding: 0 0 0 10px;
    text-align: left;
    vertical-align: middle;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    color: #000000;
	 word-wrap:break-word;
}

.tablestyle
{
     font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
}

.silicaGrid thead tr{border-bottom:1px solid #333333; }
.silicaGrid tr th
{
    text-align: left;
    height: 26px;
    background-position: bottom left;
    background-repeat: repeat-x;
    vertical-align: middle;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    white-space: nowrap;
    border-bottom:1px solid #CCCCCC;
    padding: 0 15px 0 10px;
}
.leftAlign
{
    width:15px;
}
.silicaGrid tr th a
{
    text-align:left;
    text-decoration: none;
    color: black;
    display: block;
	font-family: Arial;
	height:auto;
}

.silicaGrid td img
{
    padding-left: 25px;
}

.silicaGrid td a img
{
	border-style: none;
}

/* Data Grid Starts */

.dgcontainer
{
    padding: 3px;
    margin: 5px 0 0 2px;
    width: 955px;
    position: relative;
    float: left;
}

.table-border
{
    border: 1px solid #999;
    margin: 0;
}

.grid-row-center
{
    margin: 0;
    height: 30px;
    background-color: #fff;
    text-align: center;
    vertical-align: top;
    font-size: 12px;
    color: #575757;
    padding-top: 5px;
}

.grid-row-left
{
    margin: 0;
    height: 30px;
    background-color: #fff;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    font-size: 12px;
    color: #000;
    padding-left: 5px;
    padding-top: 5px;
}

.grid-row-center input.chkbox
{
    float: left;
    position: relative;
    left: 2px;
    right: 2px;
    top: 1px;
}

.grid-row-center img
{
    position: relative;
    top: 2px;
    right: 2px;
}

.grid-row-center a
{
    font-size: 12px;
    color: #004eff;
    text-decoration: none;
}

.grid-row-center a:hover
{
    font-size: 12px;
    color: #004eff;
    text-decoration: underline;
}

.grid-row-alt-center img
{
    position: relative;
    top: 2px;
    right: 2px;
}

.grid-row-alt-center
{
    margin: 0;
    height: 30px;
    background-color: #f1f0e9;
    text-align: center;
    vertical-align: top;
    font-size: 11px;
    color: #000;
    padding: 5px 0 0 2px;
}
.grid-row-alt-center input[type|="checkbox"]
{
    float: left;
    padding: 0 2px 0 2px;
}
.grid-row-alt-center a
{
    font-size: 12px;
    color: #004eff;
    text-decoration: none;
}

.grid-row-alt-center a:hover
{
    font-size: 12px;
    color: #004eff;
    text-decoration: underline;
}

.grid-row-alt-center input.chkbox
{
    float: left;
    position: relative;
    left: 2px;
    right: 2px;
    top: 1px;
}

.grid-row-alt-left
{
    margin: 0;
    height: 30px;
    background-color: #f1f0e9;
    text-align: left;
    vertical-align: top;
    font-size: 11px;
    font-weight: bold;
    color: #000;
    padding-left: 5px;
    padding-top: 5px;
}

.grid-row2-left
{
    margin: 0;
    height: 30px;
    background-color: #fff;
    text-align: left;
    vertical-align: top;
    font-size: 12px;
    color: #000;
    padding-left: 10px;
    padding-top: 5px;
    border-bottom: 1px solid #e3e3e3;
}

.grid-row2-left a
{
    font-size: 12px;
    color: #004eff;
    text-decoration: none;
}

.grid-row2-left a:hover
{
    font-size: 12px;
    color: #004eff;
    text-decoration: underline;
}


.grid-row2-center
{
    margin: 0;
    height: 30px;
    background-color: #fff;
    text-align: center;
    vertical-align: top;
    font-size: 12px;
    color: #000;
    padding-left: 10px;
    padding-top: 5px;
    border-bottom: 1px solid #e3e3e3;
}

.grid-row3-left
{
    margin: 0;
    height: 30px;
    background-color: #fff;
    text-align: left;
    vertical-align: top;
    font-size: 12px;
    color: #000;
    padding-left: 10px;
    padding-top: 5px;
}

.grid-row3-left a
{
    font-size: 12px;
    color: #004eff;
    text-decoration: none;
}

.grid-row3-left a:hover
{
    font-size: 12px;
    color: #004eff;
    text-decoration: underline;
}

.grid-row3-center
{
    margin: 0;
    height: 30px;
    background-color: #fff;
    text-align: center;
    vertical-align: top;
    font-size: 12px;
    color: #000;
    padding-left: 10px;
    padding-top: 5px;
}

.gridcell-header
{
    color: #71683a;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 5px 5px 5px;
    padding-left: 5px;
    vertical-align: top;
}

.grid-combo
{
    width: 120px;
	padding: 0;
    color: #575757;
    height: 21px;
    font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
}

#divGrid .actions
{
    float:right;
	border: 1px solid #D5D5D5;
    border-radius: 0 0 0 0;
    font-size: 13px;
    padding: 0;
    width: 90px;
    
}


#divGrid.js-manage-suppliers > div.panel {
    margin-left: 2px;
    overflow: auto;
    height: 400px;
}

.gridrow_alternate
{
    background-color: #F2F2F2;
}
/* Data Grid Ends */



#page.cdashboard .pageview  .contents .section .heading .expcon    {  
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float:left; 
	width:20px; 
	height:20px; 
	margin:0 4px 0 0; 
	padding:0; 
	background: #fff url('/Resources/Content/Images/Icons/widget-open.png') no-repeat center center; 
	cursor:default; 
}

#page.cdashboard .pageview  .contents .section .heading .actions  { float:right; cursor:default; line-height: 16px; margin-top: 2px;}
#page.cdashboard .pageview  .contents .section .heading .actions a { float: right;}

#page.cdashboard .pageview .contents .section .closed  .heading   .expcon  { background-image:url('/Resources/Content/Images/Icons/widget-closed.png'); }
#page.cdashboard .pageview .contents .section .closed  .contents        { display:none; }

/*For Auction*/
    .viewRight
    {
        cursor: pointer;
        float: right;
        font-size: 12px;
        margin-right: 10px;
        padding: 12px 15px 10px;
        font-weight: normal;
        padding-left: 25px;
        background: none;
    }
    
    .AuctionCell
    {
    	    padding: 2px 0;
			width: 195px;

    }

.AuctionSection {
    background: none repeat scroll 0 0 white;
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    margin: 10px 0 20px;
}


.Auctionbutton {
    background: url("/Resources/Content/Images/Site/bg-button-green.gif") repeat-x scroll left top #459300 !important;
    border: 1px solid #459300 !important;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-family: Verdana,Arial,sans-serif;
    font-size: 11px !important;
    padding: 4px 7px !important;
    width: 150px;
}

.AuctionTableTimerBG
{
	height: 40px;
	border-radius: 4px 4px 4px 4px;
}

.AuctionLeftCell
{
	float: left;
    padding: 5px;
    width: 40%;
}

.AuctionRightCell
{
	float:right;
    padding: 5px;
    width: 40%;
}

.currentbidrowborder
{
    border:1px solid blue;
}



/* Widget Auction */
#page.datadisplay  .widgets            { display:block; width:100%;  }
#page.datadisplay  .widgets  .column   { display:block; float:left; width:31.33%; min-height:40px; list-style:none; margin:0 1%; padding:0; }
#page.datadisplay  .widgets  .column .placeholder  { background-color:#f2f2f2; display:block; width:100%; height:100px; border:1px dashed #c4c4c4; }
#page.datadisplay  .widget                 { width: 288px; margin:8px 0; border:1px solid #999; background-color:#ffffff; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;  }
#page.datadisplay  .widget .header         { width: 278px; color:#fff; background: url('/Resources/Content/Images/Site/widget-header.png') repeat-x; cursor:default; padding: 5px; }
#page.datadisplay  .widget .header:after   { content:""; display:block; width:100%; height:0; clear:both; }
#page.datadisplay  .widget .header span      { height:24px; padding:0 5px; line-height:24px; }
#page.datadisplay  .widget .header .title    { float:left; height:24px; }
#page.datadisplay  .widget .header .title  .expcon    {  
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float:left; 
	width:20px; 
	height:20px; 
	margin:0 4px 0 0; 
	padding:0; 
	background: #fff url('/Resources/Content/Images/Icons/widget-open.png') no-repeat center center; 
	cursor:default; 
}
#page.datadisplay  .widget .header .actions  { float:right; cursor:default; line-height: 16px; margin-top: 2px;}
#page.datadisplay  .widget .header .actions a { float: right;}
.widget .actions a   { color:#ffffff; padding: 0; }
.widget .actions a.remove {background: url('/Resources/Content/Images/Icons/widget-close.png') no-repeat; padding: 0; text-indent: -31337px;}
.widget .actions a.edit {padding-left: 20px; margin-right: 10px;}

#page.datadisplay  .widget.closed  .header .title  .expcon  { background-image:url('/Resources/Content/Images/Icons/widget-closed.png'); }
#page.datadisplay  .widget.closed  .content        { display:none; }



#page.datadisplay  .widgets  .AuctionColumn   { display:block; float:left; width:31.33%; min-height:40px; list-style:none; margin:0 1%; padding:0; }


.AuctionTableHeader
{
	border-collapse: collapse;
   font-size: 12px;
   background-color: #E4E4E4;
}

.DecisionTableHeader
{
	border-collapse: collapse;
	font-size: 12px;
	background-color: #E4E4E4;
	text-align: left;
}

.DecisionTableHeader th
{
	font-weight: bold;
	text-align: left;
}

.DecisionTableContent td
{
	word-wrap: break-word;
}


.lotIndentColumnBetween
{
    background-color: White;
    border-right: 1px solid #999;
    width: 20px;
    border-left: 0;
    border-bottom: 0 solid white;
}


.lotIndentColumnEnd
{
    background-color: White;
    border-right: 1px solid #999;
    width: 20px;
    border-left: 0;
    border-bottom: 1px solid white;
}

/* added by logesh */

/*for narrow results control*/
 .itemsCustomized
    {
        border-bottom: 0 none #CFCFCF;
        display: block;
        list-style: none outside none;
        margin: 0 0 10px;
        padding: 0 0 10px 20px;
    }
    
    .less
    {
        display: block;
    }
    
    .more
    {
        display: none;
    }
    
    /*for grid control*/
    .divGridactions
    {
            float:right;
             
                        width: auto;
    }

 .next, .prev {
    border: 0 none;
    padding: 4px 5px;
    font-size:11px;
}

.pager a {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    float: left;
    font-size: 11px;
    font-weight: normal;
    margin: 0 6px 0 0;
    padding: 3px 5px;
}

.messageBox    
{
    margin-top:11px;
    margin-left:12px;
    height: 40px; 
    width:  600px; 
    border: 2px solid orange; 
    text-align:left;
}
.contentBox 
{
    margin-top:11px;
    margin-left:14px;
    height: 150px; 
    width:  600px; 
    text-align:center;
    background-color: #CCCCCC;
}

/*RFx Start*/

.RFxSection {
    background: none repeat scroll 0 0 white;
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    margin: 10px 0 20px;
    padding: 10px 10px 20px 10px;
}

.AmendBackground 
{
    background-color:#FFFF99
}

.confirm
{
	font-family:Arial, Helvetica, sans-serif;
	 font-size:12px;
}

/*RFx End*/

/*Label For*/

.lblRdChkBoxStyle
{
    font-size: 90%; 
    font-weight: normal; 
    height: 10px
}

.ItemStyle
{
	border-width:1px;
	border-style:solid;
	border-color:red;
	padding-left:10px;
	height:25px;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;	
}


.Categories
{
	font-family:Arial, Helvetica, sans-serif;
	 font-size:14px;
}

.emptyRow
{
	display:none;
}

.messagebox
{
	border: 2px solid #D5D5D5;
	border-radius: 6px 6px 6px 6px;
}

.messageTextbox
{
	border: 1px solid #D5D5D5; 
	border-radius: 6px 6px 6px 6px;	
}

.TextArea
{
	overflow-y: auto; 	
	width:525px;
	height:250px;
}

.tooltipRegion
{
	border:1px solid black;
	background-color:#FFFFCC;
	padding:2px 2px 2px 2px; 
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

/* ThickBox Replacement overlay start */

body div.ui-widget-overlay {
    background-color: #000;
    background-image: url('/Resources/Content/Images/Site/overlay_bg.png');
    background-repeat: repeat;
}

.dialogcontainer {
    padding: 1em;   
}

/* ThickBox Replacement overlay end */


/* CompanyCode ChrisS */
#divCompany
{
	overflow: auto; 
	overflow-x: hidden;
}

/* Decision Messaging*/
.supplierDecisionMessage
{
	cursor:pointer;
	text-decoration:underline;
}
.hiddenSuppliers
{
	display:none;
	background-color: #EEEEEE;
    border: 1px solid #000000;
    left: 225px;
    list-style: none outside none;
    padding: 10px;
    position: absolute;
    top: 70px;
    z-index: 1005;
}

.layout-form
{
	width: 800px;
}

.layout-form label
{
	display: inline;
	width: 800px;
}

.layout-form-border
{
	border: 1px solid #c3c3c3;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 0 0 10px;
}

.layout-form div.label
{
	font-weight:bold;
	padding: 0 0 10px;
}

.layout-row
{
	width: 800px;
	clear: both;
}

.layout-label
{
	width: 200px;
	float: left;
}

.layout-field
{
	width: 600px;
	float: left;
}

.layout-column-small
{
	width: 200px;
	float: left;
}

.layout-column-medium
{
	width: 400px;
	float: left;
}

.layout-column-large
{
	width: 600px;
	float: left;
}

ul.no-bullets
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.no-bullets label 
{
	font-weight: lighter;
	display: inline;
}

ul.bullet-list {
    margin: 0px;
}

ul.bullet-list li {
    list-style: disc !important;
}

textarea.standard
{
	width: 600px;
	height: 200px;
}

.watermark
{
	color: #999999;
}

.header h1 {
	margin-top: 10px;
    display:inline-block;
}

.indentsmall {
	margin-left: 10px;
}

.news-row {
	clear: both;
}

.news-row .news-image {
	float: left;
}

.news-row .news-content {
	margin-left: 60px;
}


/* /styles.css */

/* supplierpostlogin.css*/


.less{display:block;}

.more
{
    display:none;
}  

    #audit.dataview .sidebar .filters .filter .name {
    background: url("/Resources/Content/Images/Icons/table-sort-desc.png") no-repeat scroll left center transparent;
    cursor: pointer;
    font-weight: bold;
    padding-left: 20px;
    border-bottom:1pt solid #333333;
    width:100%;
}

#audit.dataview .sidebar .filters .filter.closed .name {
    background-image: url("/Resources/Content/Images/Icons/t4-filter-arrow-closed.png");
}

/*Index*/

 .viewRight
    {
        cursor: pointer;
        float: right;
        font-size: 12px;
        margin-right: 10px;
        padding: 12px 15px 10px;
        font-weight: normal;
        padding-left: 25px;
        background: none;
    }
    
    #tabMenu.heading {
		height: 40px;
	}
	
	#tabMenu
    {
        background: url("/Resources/Content/Images/Site/bg-content-box.gif") repeat-x scroll left top #E5E5E5;
        border-radius: 6px 6px 0 0;
    }
	
	#tabMenu ul {
		margin: 0;
	}

    .contents .tabs .tab a
    {
        display: block;
        padding: 0 10px;
        color: #000000;
        text-decoration: none;
    }
    
    .contents .tabs .tab.selected
    {
        background-color: #ffffff;
        border-bottom-color: #ffffff;
    }
    
    
    
    .expcon
    {
        background: url("/Resources/Content/Images/Icons/widget-open.png") no-repeat scroll center center #FFFFFF;
        border-radius: 10px 10px 10px 10px;
        cursor: default;
        float: left;
        height: 20px;
        margin: 0 6px 0 0;
        padding: 0;
        width: 20px;
    }
    .expconclosed
    {
        background: url("/Resources/Content/Images/Icons/widget-closed.png") no-repeat scroll center center #FFFFFF;
        border-radius: 10px 10px 10px 10px;
        cursor: default;
        float: left;
        height: 20px;
        margin: 0 4px 0 0;
        padding: 0;
        width: 20px;
    }  
    
    
    .hide
    {
        display: none;
    }
    
    .content .contents .tabs .tab
    {
        margin: 5px 0 0;
    }
 /* /supplierpostlogin.css */
 
 /* pagestyles.css */


/* CSS For Category */
.text-label
{
    color: #cdcdcd;
    font-weight: bold;
}

.text-right {
    text-align: right;
}

.Main
{
    width: 100%;
    height: auto;
    overflow: auto;
    overflow-x: Hidden;
}

.CategoryMain
{
    height: auto;
    width: 650px;
    background-color: White;
    font-family: Microsoft Sans Serif;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
}

.inner
{
    width: 650px;
    border: Solid 1px Black;
    overflow: auto;
    float: none;
    margin-top: 10px;
    overflow-x: Hidden;
}

.CategoryTextBox
{
    padding: 6px;
    font-size: 13px;
    background: #fff;
    border: 1px solid #d5d5d5;
    color: #333;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
/* End */



/* Email TEmplate MAnagement */
/*CSS for email template*/

.EmailMain
{
    float: left;
    height: 550px;
    width: 800px;
    margin-left: 25px;
}

.EmailLeftPan
{
    width: 480px;
    height: 550px;
    float: left;
}

.EmailHead
{
    height: 130px;
    width: 480px;
    border: solid 1px black;
}

.EmailHeading
{
    margin-left: 20px;
    height: 0;
}

.EmailHr
{
    margin-left: 20px;
    width: 440px;
}

.EmailDetails1
{
    width: 140px;
    height: 100px;
    float: left;
    text-align: right;
    margin-left: 20px;
    line-height: 20px;
}
.EmailDetails2
{
    width: 300px;
    height: 100px;
    float: right;
    text-align: left;
    line-height: 20px;
}

.EmailDetails3
{
    height: 380px;
    width: 480px;
    margin-top: 10px;
    border: solid 1px black;
}

.EmailH4
{
    margin-left: 10px;
    height: 0;
}

.EmailHr2
{
    width: 440px;
}

.EmailTxtArea
{
    height: 70px;
    width: 430px;
    margin-left: 20px;
}

.EmailH5
{
    height: 0;
}
.EmailTxtBody
{
    height: 160px;
    width: 430px;
    margin-left: 20px;
}

.EmailRightPanel
{
    width: 298px;
    height: 540px;
    float: right;
}

.EmailAvailableTag
{
    height: 380px;
    width: 298px;
    border: solid 1px black;
}
.AvailableTagH4
{
    margin-left: 20px;
    height: 0;
}

.MetaTag
{
    width: 260px;
    height: 250px;
}

/* For Threshold */



.NoMatchFound
{
    color: Red;
}

.UpdateDetails
{
    height: 320px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 585px;
    margin-top: -30px;
}
/* End */

/*Supplier Application */

.filterOne
{
    border-bottom: 0 none;
    display: block;
    list-style: none outside none;
    margin: 0 0 10px;
    padding: 0 0 10px 20px;
}

input.right
{
    text-align: left;
    vertical-align: top;
}




.next, .prev
{
    border: 0 none;
    padding: 4px 5px;
    font-size: 11px;
}

.pager a
{
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    float: left;
    font-size: 11px;
    font-weight: normal;
    margin: 0 6px 0 0;
    padding: 3px 5px;
}
/*END*/

/* Create Auction */

.AuditDirection
{
    margin-left: 30px;
}

.DirectionRadio
{
    float: left;
    margin-left: 30px;
}

.normalText
{
    font-weight: normal;
}

.LeftAlign
{
    float: left;
}

.AuditDirectionText
{
    width: 200px;
}

.TimeText
{
    width: 60px;
    margin-left: 30px;
}

.auctionExtension
{
    display: none;
}

.endDateTime
{
    display: none;
}

.AuctionFormatHeading
{
    margin-left: 50px;
    padding: 0;
    font-size: 13px;
}

.AuctionFormatColumn
{
    vertical-align: top;
    font-size: 13px;
}

.AuctionDetailLabel
{
    font-size: 13px;
    padding: 0;
}

.AuctionTimeLabel
{
    width: 60px;
    margin-left: 30px;
    font-size: 13px;
}

.LotGroupRow
{
    border: 1px solid #999999;
}

.LotHeaderRow
{
    border: 1px solid #999999;
    background-color: #0099CC;
    color: White;
    font-weight: bold;
}

.LotGroupRow th
{
    border-bottom: 1px solid #999999;
    background-color: #E4E4E4;
}

.LotRow
{
    border: 1px solid #999999;
}

.ColLotGroupName
{
    width: 165px;
    padding: 5px 4px;
}

.ColLotName
{
    width: 155px;
    padding: 5px 4px;
}

.ColWinningBidder
{
    width: 145px;
    padding: 5px 4px;
}

.ColBidValue
{
    text-align: right;
    width: 50px;
    padding: 5px 4px;
}

.ColSellPrice
{
    text-align: right;
    width: 50px;
    padding: 5px 8px;
}

.ColQty
{
    text-align: right;
    width: 50px;
    padding: 5px 4px;
}

.ColBaseline
{
    text-align: right;
    width: 40px;
    padding: 5px 10px;
}

.ColActions
{
    text-align: center;
    width: 105px;
    padding: 5px 4px;
    
}

.LotGroupTable
{
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
}

.LotGroupTableInComplete
{
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
    background-color: #FFD9D9;
}

.LotTable
{
    border-collapse: collapse;
    font-size: 12px;
    width: 98%;
}

.LotTableInComplete
{
    border-collapse: collapse;
    font-size: 12px;
    width: 98%;    
    background-color: #FFD9D9;
}

.LotButton
{
    margin-left: 60px;
}

.LotButtonSupplier
{
    margin-bottom: 20px;
}

.LotDisplay
{
    border: 1px solid #CCCCCC;
    margin: 40px;
    max-height: 600px;
    overflow: auto;
}

.LotLabel
{
    font-size: 13px;
    width: 80px;
}

.LotCol
{
    width: 80px;
}

.CreateLotButton
{
    margin-bottom: 20px;
}

.LotText
{
    width: 80px;
}

.LotQuantityText
{
    width: 80px;
}

/*Bidder*/

.ColCompanyHeader
{
    width: 80px;
    padding: 5px 4px;
}

.ColCompany
{
    width: 75px;
    padding: 5px 4px;
}

.ColWorkGroup
{
    text-align: left;
    width: 85px;
    padding: 5px 4px;
}

.ColStatus
{
    text-align: left;
    width: 80px;
    padding: 5px 4px;
}

.ColSaved
{
    text-align: left;
    width: 50px;
    padding: 5px 4px;
}

.BidderHeaderTable
{
    border-collapse: collapse;
    font-size: 12px;
    width: 850px;
}

.BidderRows
{
    border-collapse: collapse;
    font-size: 12px;
    width: 840px;
    margin-left: 10px;
}

/* English Bidder Lot */

div.scollableTableContent
{
    position:relative;
    padding-top:3em;
    margin-top:30px;
}

div.AreaToScroll
{
    height:280px;
    overflow:auto;
}

.EnglishHeaderTable thead
{   
    margin-bottom:10px;
    text-align:right;
}

.EnglishHeaderTable thead tr
{
    padding-bottom:5px;
    border-bottom:1px grey solid;
}

.EnglishHeaderTable thead tr th
{
    text-align:left;
    padding-left:6px;
}

.LotTableRow
{
    height:43px;
}

.ColLot
{
    width: 200px;
    padding: 3px 3px;
    padding-left:5px;
    text-align: left;
    font-size: 13px;
}

.ColOther
{
    width:117px;
    padding: 3px 3px;
    padding-left:5px;
}

.ColCommission
{
    width:90px;
    padding: 3px 3px;
    padding-left:5px;
}

.ColMargin
{
    width:85px;
    padding: 3px 3px;
    padding-left:5px;
}

.ColDuty
{
    width:90px;
}

.ColFreight
{
    width:90px;
}

.ColProxyBid
{
    width:80px;
}

.ColQuality
{
    width:80px;
}

.ColStartingBid
{
    width:80px;
    padding: 3px 3px;
    padding-left:5px;
}

.ColQuantity
{
    text-align: right;
    width: 40px;
    padding: 5px 4px;
}

.ColQuantityRow
{
    text-align: right;
    width: 50px;
    padding: 5px 4px;
}

.LotTableSpace
{
    width:100px;
}

.ColGroup
{
    width: 350px;
    padding: 5px 4px;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
}

.ColIndividualLot
{
    width: 230px;
    padding: 5px 4px;
    text-align: left;
    font-size: 13px;
}

.ColQty
{
    text-align: right;
    width: 50px;
    padding: 5px 4px;
}

.BidderButton
{
    margin-bottom: 20px;
    margin-left: 40px;
}

.BidderLotButton
{
    margin-left: 15px;
    margin-top: 15px;
}

.IndividualLotTable
{
    margin-top: 10px;
    width: 100%;
}

.EnglishBidderLotCol
{
    width: 75px;
    padding: 5px 4px;
    text-align: left;
}

.BidderLotText
{
    width: 65px;
    margin-left: 10px;
}

.BidderGroupTable
{
    width: 100%;
}

.ColQuality input
{
    width: 65px;
    margin-left: 10px;
}

.ColStartBid
{
    width: 65px;
    margin-left: 10px;
}

.AdvancedLotSetup
{
    float: right;
    margin-bottom: 10px;
    margin-right: 150px;
}

.BidderImage
{
    width: 18px;
    height: 18px;
}

.EnglishCurrency
{
    float: right;
}

.ImportHeading
{
    width: 150px;
    font-family: Arial;
    font-weight: bold;
}

.BoldText
{
    font-family: Arial;
    font-weight: bold;
}

/* END */

/* Japanese Bidder Lot */

.ColLotJapanese
{
    width: 300px;
    padding: 5px 4px;
    text-align: left;
    font-size: 13px;
}

.ColIndividualLotJapanese
{
    width: 350px;
    padding: 5px 4px;
    text-align: left;
    font-size: 13px;
}


.BidderHeaderTableJapanese
{
    border-collapse: collapse;
    font-size: 13px;
}

.LotTableJapanese
{
    margin-left: 50px;
}

.BidderLotCompanyHeader
{
    width: 300px;
    font-size: 18px;
    font-weight: bold;
}

.BidderLotCompanyTitle
{
    margin-left: 40px;
    margin-top: 15px;
}

.JapaneseCurrency
{
    margin-left: 110px;
}

/* END */

/* Accept Decline */

.WorkGroupSelectionContent
{
    width: 570px;
    margin-left: 15px;
    margin-top: 10px;
}

.WorkGroupSelectionContentRfx
{
    width: 520px;
}

.AcceptDeclineContent
{
    width: 500px;
    margin-left: 15px;
    margin-top: 10px;
}

.ColLotGroupNameSupplier
{
    width: 115px;
    padding: 5px 4px;
}

.ColLotNameSupplier
{
    width: 105px;
    padding: 5px 4px;
}


.ColBidGroupName
{
    width: 105px;
    padding: 5px 4px;
}

.ColBidLotName
{
    width: 95px;
    padding: 5px 4px;
}

.ColBidLotValue
{
    text-align: right;
    width: 50px;
    padding: 3px 2px;
}

.ColBidOtherValue
{
    text-align: right;
    width: 40px;
    padding: 3px 2px;
}

.BidGroupTable
{
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
}

.BidGroupTableComplete
{
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
    background-color: #CCFECC;
}

.BidGroupTableInComplete
{
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
    background-color: #FECCCC;
}

.BidLotTable
{
    border-collapse: collapse;
    font-size: 12px;
    width: 98%;
    margin-left: 2%;
}

.BidLotTableComplete
{
    border-collapse: collapse;
    font-size: 12px;
    width: 98%;
    margin-left: 2%;
    background-color: #CCFECC;
}

.BidLotTableInComplete
{
    border-collapse: collapse;
    font-size: 12px;
    width: 98%;
    margin-left: 2%;
    background-color: #FECCCC;
}


/* END */

/* Completed Auction */


#customize_home
{
    position: relative;
    display: block;
    width: 600px;
    margin: auto;
    background-color: #ffffff;
    border: 1px solid #3c3c3c;
    z-index: 20001;
}

#customize_home .close
{
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    background-color: #ff0000;
    color: #ffffff;
    cursor: pointer;
}

.auctionCompleteText
{
    background-color: #FECCCC;
    border: 1px solid #CCCCCC;
    font-size: 26px;
    margin: 20px;
    height: 38px;
    text-align: center;
}

#page.datadisplay .pageview .contents .section .content .table .row .caption
{
    padding-right: 10px;
}

/* END */

/* For Auction */

.viewRight
{
    cursor: pointer;
    float: right;
    font-size: 12px;
    margin-right: 5px;
    padding: 12px 15px 10px;
    font-weight: normal;
    padding-left: 25px;
    background: none;
}

.AuctionCell
{
    padding: 2px 0;
    width: 195px;
}

.AuctionSection
{
    background: none repeat scroll 0 0 white;
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    margin: 10px 0 20px;
}


.Auctionbutton
{
    background: url("/Resources/Content/Images/Site/bg-button-green.gif") repeat-x scroll left top #459300 !important;
    border: 1px solid #459300 !important;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-family: Verdana,Arial,sans-serif;
    font-size: 11px !important;
    padding: 4px 7px !important;
    width: 150px;
}

.AuctionTableTimerBG
{
    height: 40px;
    border-radius: 4px 4px 4px 4px;
}

.AuctionLeftCell
{
    float: left;
    padding: 5px;
    width: 40%;
}

.AuctionRightCell
{
    float: right;
    padding: 5px;
    width: 40%;
}

.AuctionContent
{
    padding-bottom: 0;
}


/* Widget Auction */
#page.datadisplay .widgets
{
    display: block;
    width: 100%;
}
#page.datadisplay .widgets .column
{
    display: block;
    float: left;
    width: 31.33%;
    min-height: 40px;
    list-style: none;
    margin: 0 1%;
    padding: 0;
}
#page.datadisplay .widgets .column .placeholder
{
    background-color: #f2f2f2;
    display: block;
    width: 100%;
    height: 100px;
    border: 1px dashed #c4c4c4;
}
#page.datadisplay .widget
{
    width: 315px;
    margin: 8px 0;
    border: 1px solid #999;
    background-color: #ffffff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
    #page.datadisplay .widget .header {
        -webkit-border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        border-top-left-radius: 6px;
        -moz-border-radius-topleft: 6px;
        border-top-right-radius: 6px;
        -moz-border-radius-topright: 6px;
        width: 305px;
        color: #fff;
        background: url('/Resources/Content/Images/Site/widget-header.png') repeat-x;
        padding: 5px;
        background-color: #2C7E91;
        display: block;
        font-size: inherit;
    }
#page.datadisplay .widget .header:after
{
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}
#page.datadisplay .widget .header span
{
    height: 24px;
    padding: 0 5px;
    line-height: 24px;
}
#page.datadisplay .widget .header .title
{
    float: left;
    height: auto;
}
#page.datadisplay .widget .header .title .expcon
{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    float: left;
    width: 20px;
    height: 20px;
    margin: 0 4px 0 0;
    padding: 0;
    background: #fff url('/Resources/Content/Images/Icons/widget-open.png') no-repeat center center;
    cursor: default;
}
#page.datadisplay .widget .header .actions
{
    float: right;
    cursor: default;
    line-height: 16px;
    margin-top: 2px;
}
#page.datadisplay .widget .header .actions a
{
    float: right;
}
.widget .actions a
{
    color: #ffffff;
    padding: 0;
}
.widget .actions a.remove
{
    background: url('/Resources/Content/Images/Icons/widget-close.png') no-repeat;
    padding: 0;
    text-indent: -31337px;
}
.widget .actions a.edit
{
    padding-left: 20px;
    margin-right: 10px;
}

#page.datadisplay .widget.closed .header .title .expcon
{
    background-image: url('/Resources/Content/Images/Icons/widget-closed.png');
}
#page.datadisplay .widget.closed .content
{
    display: none;
}

#page.datadisplay .widgets .AuctionColumn
{
    display: block;
    float: left;
    width: 31.33%;
    min-height: 40px;
    list-style: none;
    margin: 0 1%;
    padding: 0;
}


.AuctionTableHeader
{
    border-collapse: collapse;
    font-size: 12px;
    background-color: #E4E4E4;
}


/* Publish Auction */

.Detailstd
{
    text-align: right;
    font-weight: bold;
    width: 90px;
}

.LabelText
{
    font-size: 13px;
}

.ConfirmationDetails
{
    margin: 0;
    padding-left: 10px;
    display: table-cell;
}

.ConfirmationLabel
{
    font-weight: bold;
    text-align: right;
    font-size: 13px;
    float: right;
    width: 100px;
}

.ConfirmationText
{
    font-size: 12px;
    margin-left: 10px;
}

form label.error
{
    font-size: 13px;
}

.VatDetails
{
    margin-left: 50px;
    font-size: 12px;
    padding: 0;
    display: none;
}

.AuctionExtensionLabel
{
    margin-left: 50px;
    font-size: 13px;
    padding: 0;
}

.AuctionNoOfExtensionLabel
{
    font-size: 13px;
    padding: 0;
    width: 150px;
}


.BidVariationLabel
{
    float: right;
    font-size: 13px;
    font-weight: bold;
    margin-left: 100px;
    text-align: right;
    width: 150px;
}

.BidderHeaderTablePublish
{
    border-collapse: collapse;
    font-size: 12px;
    width: 760px;
}

.BidderRowsPublish
{
    border-collapse: collapse;
    font-size: 12px;
    width: 750px;
    margin-left: 10px;
}

.ColImage
{
    width: 10%;
}

.ColWorkGroupName
{
    width: 35%;
}

.ColCompanyName
{
    width: 45%;
}

/* END */

/* Currency conversion */

.CurrencyContents
{
    width: 550px;
    margin-left: 15px;
    margin-top: 10px;
}

.CurrrencyContent
{
    height: 235px;
}

.CurrencyContentText
{
    height: 180px;
}

.BaseCurrencyText
{
    font-weight: bold;
}

.BaseCurrencyAuction
{
    font-weight: bold;
    float: right;
    margin-right: 20px;
    text-align: left;
    width: 60px;
}

.BidderCurrencyValue
{
    float: right;
    margin-right: 20px;
    text-align: left;
    width: 60px;
}

.BidderCurrencyConversionValue
{
    float: right;
    margin-right: 100px;
    text-align: left;
}

.ConversionText
{
    width: 70px;
}

.StatusText
{
    color: Red;
    font-weight: bold;
}

.divColLotNameRadiocheck
{
    width: 25%;
    float: left;
}

.divColLotName
{
    width: 75%;
    float: left;
}
/* END */

/* /pagestyles.css */

.layout {
    width: 800px;
    float: left;
}

    .layout .layout-row {
        width: 800px;
        float: left;
        margin-bottom: 16px;
    }

        .layout .layout-row label {
            width: 120px;
            float: left;
            font-weight: bold;
        }

        .layout .layout-row span {
            width: 680px;
            float: left;
        }

.pager-button-container {
    margin-top: 8px;
    float: left;
}

.pager-button-link {
    background: none;
    border: solid 1px #cccccc;
    font-size: 12px;
    font-weight: normal;
    padding: 3px 5px 3px 5px;
    text-decoration: underline;
    color: #00a9cc;
    cursor: pointer;
}

.pager-button-selected {
    background:  url(/Resources/Content/Images/Site/circle-bg.png) repeat-x scroll 0 0 #2C7F92;
    color: #ffffff;
}

#AuctionDetailsForm .cell{
    padding-left:0px!important;
}

#bidListDiv td{
    text-align:center;
}

body .filter > :first-child {
  padding-left: 20px;
  font-weight: bold;
  background: url('/Resources/Content/Images/Icons/table-sort-desc.png') no-repeat left center;
  font-size: 13px;
  border: none;
  margin: 0 0 10px -20px;
  line-height: 13px;
}

body .result-filter {
    padding: 10px 5px 10px 25px;
}

body .result-filter fieldset {
    display: block;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
    min-width: -webkit-min-content;
    border: 0;
}

body .result-filter .filter {
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
    border-bottom: 1px solid #cccccc;
}

body .result-filter .filter.is-closed > :first-child {
    background-image: url('/Resources/Content/Images/Icons/t4-filter-arrow-closed.png');
}

body .result-filter select {
    display: inline-block;
    margin-bottom: 10px;
    height: 30px;
}

body .result-filter select {
    width: 220px;
}

body .result-filter select:disabled {
    cursor: not-allowed;
    background-color: #eeeeee;
}

body .result-filter .sub-list {
    padding-left: 25px;
}

body .result-filter .input-sm {
    width: auto;
}

body .result-filter input[type=radio] + label,
body .result-filter input[type=checkbox] + label,
body .result-filter input[type=radio] + input[type=hidden] + label,
body .result-filter input[type=checkbox] + input[type=hidden] + label {
    display: inline-block;
    padding-left: 5px;
    font-weight: normal;
    word-wrap: break-word;
}

.is-closed .clickable,
.is-closed:hover .clickable,
.is-closed:focus .clickable {
    color: #00a9cc;
    text-decoration: none;
}

.is-closed:hover .clickable,
.is-closed:focus .clickable {
    text-decoration: underline;
}

body .clickable {
  cursor: pointer;
}

body legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* Start of bootstrap alert styles */
.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
    .close:hover,
    .close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.4;
        filter: alpha(opacity=40);
    }
.dialog-container .alert,
.alert,
.dialog-container .alert-warning,
.alert-warning {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.dialog-container .alert h4,
.alert h4,
.dialog-container .alert-warning h4,
.alert-warning h4 {
  color: #c09853;
  margin: 0;
}
.dialog-container .alert .close,
.alert .close,
.dialog-container .alert-warning .close,
.alert-warning .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
  font-size: 13px;
  opacity: 0.6;
  margin-right: 30px;
}
.dialog-container .alert .close:hover,
.alert .close:hover,
.dialog-container .alert-warning .close:hover,
.alert-warning .close:hover {
  opacity: 0.8;
}
.dialog-container .alert ul,
.alert ul,
.dialog-container .alert-warning ul,
.alert-warning ul {
  margin: 0;
  list-style: none outside none;
}
.dialog-container .alert ul li,
.alert ul li,
.dialog-container .alert-warning ul li,
.alert-warning ul li {
  padding: 0;
  margin: 0;
}
.dialog-container .alert p,
.alert p,
.dialog-container .alert-warning p,
.alert-warning p {
  padding: 0;
  margin: 0;
}
.dialog-container .alert-success,
.alert-success {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #468847;
}
.dialog-container .alert-success h4,
.alert-success h4 {
  color: #468847;
  margin: 0;
}
.dialog-container .alert-success .close,
.alert-success .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
  font-size: 13px;
  opacity: 0.6;
}
.dialog-container .alert-success .close:hover,
.alert-success .close:hover {
  opacity: 0.8;
}
.dialog-container .alert-success ul,
.alert-success ul {
  margin: 0;
  list-style: none outside none;
}
.dialog-container .alert-success ul li,
.alert-success ul li {
  padding: 0;
  margin: 0;
}
.dialog-container .alert-success p,
.alert-success p {
  padding: 0;
  margin: 0;
}
.dialog-container .alert-danger,
.alert-danger,
.dialog-container .alert-error,
.alert-error {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #f2dede;
  border: 1px solid #eed3d7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #b94a48;
}
.dialog-container .alert-danger h4,
.alert-danger h4,
.dialog-container .alert-error h4,
.alert-error h4 {
  color: #b94a48;
  margin: 0;
}
.dialog-container .alert-danger .close,
.alert-danger .close,
.dialog-container .alert-error .close,
.alert-error .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
  font-size: 13px;
  opacity: 0.6;
}
.dialog-container .alert-danger .close:hover,
.alert-danger .close:hover,
.dialog-container .alert-error .close:hover,
.alert-error .close:hover {
  opacity: 0.8;
}
.dialog-container .alert-danger ul,
.alert-danger ul,
.dialog-container .alert-error ul,
.alert-error ul {
  margin: 0;
  list-style: none outside none;
}
.dialog-container .alert-danger ul li,
.alert-danger ul li,
.dialog-container .alert-error ul li,
.alert-error ul li {
  padding: 0;
  margin: 0;
}
.dialog-container .alert-danger p,
.alert-danger p,
.dialog-container .alert-error p,
.alert-error p {
  padding: 0;
  margin: 0;
}
.dialog-container .alert-error ul li,
.alert-error ul li,
.dialog-container .alert-error p,
.alert-error p {
  background: url('/Resources/Content/Images/Icons/cross_circle.png') no-repeat 0 4px;
  padding: 2px 0 2px 22px;
}
.dialog-container .alert-info,
.alert-info {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #3a87ad;
}
.dialog-container .alert-info h4,
.alert-info h4 {
  color: #3a87ad;
  margin: 0;
}
.dialog-container .alert-info .close,
.alert-info .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
  font-size: 13px;
  opacity: 0.6;
}
.dialog-container .alert-info .close:hover,
.alert-info .close:hover {
  opacity: 0.8;
}
.dialog-container .alert-info ul,
.alert-info ul {
  margin: 0;
  list-style: none outside none;
}
.dialog-container .alert-info ul li,
.alert-info ul li {
  padding: 0;
  margin: 0;
}
.dialog-container .alert-info p,
.alert-info p {
  padding: 0;
  margin: 0;
}
.dialog-container .alert-info ul li,
.alert-info ul li,
.dialog-container .alert-info p,
.alert-info p {
  background: url('/Resources/Content/Images/Icons/information.png') no-repeat 0 4px;
  padding: 2px 0 2px 22px;
}

/* End of bootstrap alert styles */

.show-when-css-applied {
	display:block !important;
}
body .table tbody tr.success > td {
	background-color: #dff0d8;
}

body .table tbody tr.error > td {
	background-color: #f2dede;
}

body .table tbody tr.warning > td {
	background-color: #fcf8e3;
}

body .table tbody tr.info > td {
	background-color: #d9edf7;
}

body .table-hover tbody tr.success:hover > td {
	background-color: #d0e9c6;
}

body .table-hover tbody tr.error:hover > td {
	background-color: #ebcccc;
}

body .table-hover tbody tr.warning:hover > td {
	background-color: #faf2cc;
}

body .table-hover tbody tr.info:hover > td {
	background-color: #c4e3f3;
}
body .panel {
	background: #fff;
	border: 1px solid #cccccc;
	margin: 0px 0 20px 0;
	padding: 10px;
	font-size: 13px;
	position: relative;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	*zoom: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body .panel:before,
body .panel:after {
	display: table;
	content: "";
	line-height: 0;
}

body .panel:after {
	clear: both;
}

body .panel h1,
body .panel h2,
body .panel h3 {
	line-height: 40px;
}

body .panel h2,
body .panel .panel-header {
	background: #e5e5e5 url('/Resources/Content/Images/Site/bg-content-box.gif') top left repeat-x;
	height: 40px;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	border-bottom: 1px solid #cccccc;
	padding: 0 10px;
	font-size: 16px;
	font-weight: normal;
	margin: -10px -10px 10px -10px;
	list-style: none outside none;
	overflow: hidden;
	float: none;
}
        body .panel .panel-controls {
            float: right;
            height: 20px;
            background: #e5e5e5 url('/Resources/Content/Images/Site/bg-content-box.gif') center center repeat-x;
            position: absolute;
            right: 10px;
            padding-left: 10px;
            font-size: 12px;
        }
.attention {
	color: red;
}
.pull-right {
	float: right;
}

.pull-left {
	float: left;
}
body table {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

body .table {
	width: 100%;
	margin-bottom: 20px;
}

	body .table th,
	body .table td {
		padding: 8px;
		line-height: 20px;
		text-align: left;
		vertical-align: top;
		border-top: 1px solid #dddddd;
	}

	body .table td {
		border: none;
		padding: 4px 8px 8px;
	} 

	body .table th {
		font-weight: bold;
	}

	body .table thead th {
		vertical-align: bottom;
	}

	body .table caption + thead tr:first-child th,
	body .table caption + thead tr:first-child td,
	body .table colgroup + thead tr:first-child th,
	body .table colgroup + thead tr:first-child td,
	body .table thead:first-child tr:first-child th,
	body .table thead:first-child tr:first-child td {
		border-top: 0;
	}

	body .table tbody + tbody {
		border-top: 2px solid #dddddd;
	}

	body .table .table {
		background-color: #ffffff;
	}

body .table-condensed th,
body .table-condensed td {
	padding: 4px 5px;
}

body .table-bordered {
	border: 1px solid #dddddd;
	border-collapse: separate;
	*border-collapse: collapse;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

	body .table-bordered th,
	body .table-bordered td {
		border-left: 1px solid #dddddd;
	}

	body .table-bordered caption + thead tr:first-child th,
	body .table-bordered caption + tbody tr:first-child th,
	body .table-bordered caption + tbody tr:first-child td,
	body .table-bordered colgroup + thead tr:first-child th,
	body .table-bordered colgroup + tbody tr:first-child th,
	body .table-bordered colgroup + tbody tr:first-child td,
	body .table-bordered thead:first-child tr:first-child th,
	body .table-bordered tbody:first-child tr:first-child th,
	body .table-bordered tbody:first-child tr:first-child td {
		border-top: 0;
	}

	body .table-bordered thead:first-child tr:first-child > th:first-child,
	body .table-bordered tbody:first-child tr:first-child > td:first-child,
	body .table-bordered tbody:first-child tr:first-child > th:first-child {
		-webkit-border-top-left-radius: 4px;
		-moz-border-radius-topleft: 4px;
		border-top-left-radius: 4px;
	}

	body .table-bordered thead:first-child tr:first-child > th:last-child,
	body .table-bordered tbody:first-child tr:first-child > td:last-child,
	body .table-bordered tbody:first-child tr:first-child > th:last-child {
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topright: 4px;
		border-top-right-radius: 4px;
	}

	body .table-bordered thead:last-child tr:last-child > th:first-child,
	body .table-bordered tbody:last-child tr:last-child > td:first-child,
	body .table-bordered tbody:last-child tr:last-child > th:first-child,
	body .table-bordered tfoot:last-child tr:last-child > td:first-child,
	body .table-bordered tfoot:last-child tr:last-child > th:first-child {
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-bottomleft: 4px;
		border-bottom-left-radius: 4px;
	}

	body .table-bordered thead:last-child tr:last-child > th:last-child,
	body .table-bordered tbody:last-child tr:last-child > td:last-child,
	body .table-bordered tbody:last-child tr:last-child > th:last-child,
	body .table-bordered tfoot:last-child tr:last-child > td:last-child,
	body .table-bordered tfoot:last-child tr:last-child > th:last-child {
		-webkit-border-bottom-right-radius: 4px;
		-moz-border-radius-bottomright: 4px;
		border-bottom-right-radius: 4px;
	}

	body .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius-bottomleft: 0;
		border-bottom-left-radius: 0;
	}

	body .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
		-webkit-border-bottom-right-radius: 0;
		-moz-border-radius-bottomright: 0;
		border-bottom-right-radius: 0;
	}

	body .table-bordered caption + thead tr:first-child th:first-child,
	body .table-bordered caption + tbody tr:first-child td:first-child,
	body .table-bordered colgroup + thead tr:first-child th:first-child,
	body .table-bordered colgroup + tbody tr:first-child td:first-child {
		-webkit-border-top-left-radius: 4px;
		-moz-border-radius-topleft: 4px;
		border-top-left-radius: 4px;
	}

	body .table-bordered caption + thead tr:first-child th:last-child,
	body .table-bordered caption + tbody tr:first-child td:last-child,
	body .table-bordered colgroup + thead tr:first-child th:last-child,
	body .table-bordered colgroup + tbody tr:first-child td:last-child {
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topright: 4px;
		border-top-right-radius: 4px;
	}

body .table-striped tbody > tr:nth-child(odd) > td,
body .table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

body .table-hover tbody tr:hover > td,
body .table-hover tbody tr:hover > th {
	background-color: #f5f5f5;
}

body table td[class*="span"],
body table th[class*="span"],
body .row-fluid table td[class*="span"],
body .row-fluid table th[class*="span"] {
	display: table-cell;
	float: none;
	margin-left: 0;
}

body .table td.span1,
body .table th.span1 {
	float: none;
	width: 53px;
	margin-left: 0;
}

body .table td.span2,
body .table th.span2 {
	float: none;
	width: 134px;
	margin-left: 0;
}

body .table td.span3,
body .table th.span3 {
	float: none;
	width: 215px;
	margin-left: 0;
}

body .table td.span4,
body .table th.span4 {
	float: none;
	width: 296px;
	margin-left: 0;
}

body .table td.span5,
body .table th.span5 {
	float: none;
	width: 377px;
	margin-left: 0;
}

body .table td.span6,
body .table th.span6 {
	float: none;
	width: 458px;
	margin-left: 0;
}

body .table td.span7,
body .table th.span7 {
	float: none;
	width: 539px;
	margin-left: 0;
}

body .table td.span8,
body .table th.span8 {
	float: none;
	width: 620px;
	margin-left: 0;
}

body .table td.span9,
body .table th.span9 {
	float: none;
	width: 701px;
	margin-left: 0;
}

body .table td.span10,
body .table th.span10 {
	float: none;
	width: 782px;
	margin-left: 0;
}

body .table td.span11,
body .table th.span11 {
	float: none;
	width: 863px;
	margin-left: 0;
}

body .table td.span12,
body .table th.span12 {
	float: none;
	width: 944px;
	margin-left: 0;
}


body .row-fluid .span12 {
    float:left !important;
    width: 99.99999999999999% !important;
    *width: 99.94791666666666%;
}

body .row-fluid .span11 {
    float: left !important;
    width: 91.56249999999999% !important;
    *width: 91.51041666666666%;
}

body .row-fluid .span10 {
    float: left !important;
    width: 83.12499999999999% !important;
    *width: 83.07291666666666%;
}

body .row-fluid .span9 {
    float: left !important;
    width: 74.68749999999999% !important;
    *width: 74.63541666666666%;
}

body .row-fluid .span8 {
    float: left !important;
    width: 66.25% !important;
    *width: 66.19791666666667%;
}

body .row-fluid .span7 {
    float: left !important;
    width: 57.81249999999999% !important;
    *width: 57.76041666666666%;
}

body .row-fluid .span6 {
    float: left !important;
    width: 49.37499999999999% !important;
    *width: 49.32291666666666%;
}

body .row-fluid .span5 {
    float: left !important;
    width: 40.93749999999999% !important;
    *width: 40.88541666666666%;
}

body .row-fluid .span4 {
    float: left !important;
    width: 32.5% !important;
    *width: 32.447916666666664%;
}

body .row-fluid .span3 {
    float: left !important;
    width: 24.062499999999996% !important;
    *width: 24.010416666666664%;
}

body .row-fluid .span2 {
    float: left !important;
    width: 15.624999999999998% !important;
    *width: 15.572916666666664%;
}

body .row-fluid .span1 {
    float: left !important;
    width: 7.187499999999999% !important;
    *width: 7.135416666666666%;
}


body .row-fluid .offset12 {
    margin-left: 102.49999999999999%;
    *margin-left: 102.39583333333333%;
}

    body .row-fluid .offset12:first-child {
        margin-left: 101.24999999999999%;
        *margin-left: 101.14583333333333%;
    }

body .row-fluid .offset11 {
    margin-left: 94.06249999999999%;
    *margin-left: 93.95833333333333%;
}

    body .row-fluid .offset11:first-child {
        margin-left: 92.81249999999999%;
        *margin-left: 92.70833333333333%;
    }

body .row-fluid .offset10 {
    margin-left: 85.62499999999999%;
    *margin-left: 85.52083333333333%;
}

    body .row-fluid .offset10:first-child {
        margin-left: 84.37499999999999%;
        *margin-left: 84.27083333333333%;
    }

body .row-fluid .offset9 {
    margin-left: 77.18749999999999%;
    *margin-left: 77.08333333333333%;
}

    body .row-fluid .offset9:first-child {
        margin-left: 75.93749999999999%;
        *margin-left: 75.83333333333333%;
    }

body .row-fluid .offset8 {
    margin-left: 68.75%;
    *margin-left: 68.64583333333334%;
}

    body .row-fluid .offset8:first-child {
        margin-left: 67.5%;
        *margin-left: 67.39583333333334%;
    }

body .row-fluid .offset7 {
    margin-left: 60.31249999999999%;
    *margin-left: 60.20833333333332%;
}

    body .row-fluid .offset7:first-child {
        margin-left: 59.06249999999999%;
        *margin-left: 58.95833333333332%;
    }

body .row-fluid .offset6 {
    margin-left: 51.87499999999999%;
    *margin-left: 51.77083333333332%;
}

    body .row-fluid .offset6:first-child {
        margin-left: 50.62499999999999%;
        *margin-left: 50.52083333333332%;
    }

body .row-fluid .offset5 {
    margin-left: 43.43749999999999%;
    *margin-left: 43.33333333333332%;
}

    body .row-fluid .offset5:first-child {
        margin-left: 42.18749999999999%;
        *margin-left: 42.08333333333332%;
    }

body .row-fluid .offset4 {
    margin-left: 35%;
    *margin-left: 34.89583333333333%;
}

    body .row-fluid .offset4:first-child {
        margin-left: 33.75%;
        *margin-left: 33.64583333333333%;
    }

body .row-fluid .offset3 {
    margin-left: 26.562499999999996%;
    *margin-left: 26.458333333333332%;
}

    body .row-fluid .offset3:first-child {
        margin-left: 25.312499999999996%;
        *margin-left: 25.208333333333332%;
    }

body .row-fluid .offset2 {
    margin-left: 18.125%;
    *margin-left: 18.020833333333332%;
}

    body .row-fluid .offset2:first-child {
        margin-left: 16.875%;
        *margin-left: 16.770833333333332%;
    }

body .row-fluid .offset1 {
    margin-left: 9.6875%;
    *margin-left: 9.583333333333332%;
}

    body .row-fluid .offset1:first-child {
        margin-left: 8.4375%;
        *margin-left: 8.333333333333332%;
    }

body .table tbody tr.success > td {
	background-color: #dff0d8;
}

body .table tbody tr.error > td {
	background-color: #f2dede;
}

body .table tbody tr.warning > td {
	background-color: #fcf8e3;
}

body .table tbody tr.info > td {
	background-color: #d9edf7;
}

body .table-hover tbody tr.success:hover > td {
	background-color: #d0e9c6;
}

body .table-hover tbody tr.error:hover > td {
	background-color: #ebcccc;
}

body .table-hover tbody tr.warning:hover > td {
	background-color: #faf2cc;
}

body .table-hover tbody tr.info:hover > td {
	background-color: #c4e3f3;
}
.btn {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
	*zoom: 1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #e6e6e6;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #cccccc;
	*border: 0;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

	.btn:hover,
	.btn:focus,
	.btn:active,
	.btn.active,
	.btn.disabled,
	.btn[disabled] {
		color: #333333;
		background-color: #e6e6e6;
		*background-color: #d9d9d9;
	}

	.btn:active,
	.btn.active {
		background-color: #cccccc \9;
	}

	.btn:first-child {
		*margin-left: 0;
	}

	.btn:hover,
	.btn:focus {
		color: #333333;
		text-decoration: none;
		background-position: 0 -15px;
		-webkit-transition: background-position 0.1s linear;
		-moz-transition: background-position 0.1s linear;
		-o-transition: background-position 0.1s linear;
		transition: background-position 0.1s linear;
	}

	.btn:focus {
		outline: thin dotted #333;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}

	.btn.active,
	.btn:active {
		background-image: none;
		outline: 0;
		-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
		-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
		box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	}

	.btn.disabled,
	.btn[disabled] {
		cursor: default;
		background-image: none;
		opacity: 0.65;
		filter: alpha(opacity=65);
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn-link {
	border-color: transparent;
	cursor: pointer;
	color: #0088cc;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

	.btn-link:hover,
	.btn-link:focus {
		color: #005580;
		text-decoration: underline;
		background-color: transparent;
	}

	.btn-link[disabled]:hover,
	.btn-link[disabled]:focus {
		color: #333333;
		text-decoration: none;
	}

[class^="icon-"],
[class*=" icon-"]:not([class*=" icon--"]) {
    display: inline-block;
    width: 14px;
    height: 14px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("/Resources/Content/Images/Vendor/Bootstrap/v2.3.2/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    margin-top: 1px;
}
/* White icons with optional class, or on hover/focus/active states of certain elements */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
	background-image: url("/Resources/Content/Images/Vendor/Bootstrap/v2.3.2/glyphicons-halflings-white.png");
}

.icon-glass {
	background-position: 0 0;
}

.icon-music {
	background-position: -24px 0;
}

.icon-search {
	background-position: -48px 0;
}

.icon-envelope {
	background-position: -72px 0;
}

.icon-heart {
	background-position: -96px 0;
}

.icon-star {
	background-position: -120px 0;
}

.icon-star-empty {
	background-position: -144px 0;
}

.icon-user {
	background-position: -168px 0;
}

.icon-film {
	background-position: -192px 0;
}

.icon-th-large {
	background-position: -216px 0;
}

.icon-th {
	background-position: -240px 0;
}

.icon-th-list {
	background-position: -264px 0;
}

.icon-ok {
	background-position: -288px 0;
}

.icon-remove {
	background-position: -312px 0;
}

.icon-zoom-in {
	background-position: -336px 0;
}

.icon-zoom-out {
	background-position: -360px 0;
}

.icon-off {
	background-position: -384px 0;
}

.icon-signal {
	background-position: -408px 0;
}

.icon-cog {
	background-position: -432px 0;
}

.icon-trash {
	background-position: -456px 0;
}

.icon-home {
	background-position: 0 -24px;
}

.icon-file {
	background-position: -24px -24px;
}

.icon-time {
	background-position: -48px -24px;
}

.icon-road {
	background-position: -72px -24px;
}

.icon-download-alt {
	background-position: -96px -24px;
}

.icon-download {
	background-position: -120px -24px;
}

.icon-upload {
	background-position: -144px -24px;
}

.icon-inbox {
	background-position: -168px -24px;
}

.icon-play-circle {
	background-position: -192px -24px;
}

.icon-repeat {
	background-position: -216px -24px;
}

.icon-refresh {
	background-position: -240px -24px;
}

.icon-list-alt {
	background-position: -264px -24px;
}

.icon-lock {
	background-position: -287px -24px;
}

.icon-flag {
	background-position: -312px -24px;
}

.icon-headphones {
	background-position: -336px -24px;
}

.icon-volume-off {
	background-position: -360px -24px;
}

.icon-volume-down {
	background-position: -384px -24px;
}

.icon-volume-up {
	background-position: -408px -24px;
}

.icon-qrcode {
	background-position: -432px -24px;
}

.icon-barcode {
	background-position: -456px -24px;
}

.icon-tag {
	background-position: 0 -48px;
}

.icon-tags {
	background-position: -25px -48px;
}

.icon-book {
	background-position: -48px -48px;
}

.icon-bookmark {
	background-position: -72px -48px;
}

.icon-print {
	background-position: -96px -48px;
}

.icon-camera {
	background-position: -120px -48px;
}

.icon-font {
	background-position: -144px -48px;
}

.icon-bold {
	background-position: -167px -48px;
}

.icon-italic {
	background-position: -192px -48px;
}

.icon-text-height {
	background-position: -216px -48px;
}

.icon-text-width {
	background-position: -240px -48px;
}

.icon-align-left {
	background-position: -264px -48px;
}

.icon-align-center {
	background-position: -288px -48px;
}

.icon-align-right {
	background-position: -312px -48px;
}

.icon-align-justify {
	background-position: -336px -48px;
}

.icon-list {
	background-position: -360px -48px;
}

.icon-indent-left {
	background-position: -384px -48px;
}

.icon-indent-right {
	background-position: -408px -48px;
}

.icon-facetime-video {
	background-position: -432px -48px;
}

.icon-picture {
	background-position: -456px -48px;
}

.icon-pencil {
	background-position: 0 -72px;
}

.icon-map-marker {
	background-position: -24px -72px;
}

.icon-adjust {
	background-position: -48px -72px;
}

.icon-tint {
	background-position: -72px -72px;
}

.icon-edit {
	background-position: -96px -72px;
}

.icon-share {
	background-position: -120px -72px;
}

.icon-check {
	background-position: -144px -72px;
}

.icon-move {
	background-position: -168px -72px;
}

.icon-step-backward {
	background-position: -192px -72px;
}

.icon-fast-backward {
	background-position: -216px -72px;
}

.icon-backward {
	background-position: -240px -72px;
}

.icon-play {
	background-position: -264px -72px;
}

.icon-pause {
	background-position: -288px -72px;
}

.icon-stop {
	background-position: -312px -72px;
}

.icon-forward {
	background-position: -336px -72px;
}

.icon-fast-forward {
	background-position: -360px -72px;
}

.icon-step-forward {
	background-position: -384px -72px;
}

.icon-eject {
	background-position: -408px -72px;
}

.icon-chevron-left {
	background-position: -432px -72px;
}

.icon-chevron-right {
	background-position: -456px -72px;
}

.icon-plus-sign {
	background-position: 0 -96px;
}

.icon-minus-sign {
	background-position: -24px -96px;
}

.icon-remove-sign {
	background-position: -48px -96px;
}

.icon-ok-sign {
	background-position: -72px -96px;
}

.icon-question-sign {
	background-position: -96px -96px;
}

.icon-info-sign {
	background-position: -120px -96px;
}

.icon-screenshot {
	background-position: -144px -96px;
}

.icon-remove-circle {
	background-position: -168px -96px;
}

.icon-ok-circle {
	background-position: -192px -96px;
}

.icon-ban-circle {
	background-position: -216px -96px;
}

.icon-arrow-left {
	background-position: -240px -96px;
}

.icon-arrow-right {
	background-position: -264px -96px;
}

.icon-arrow-up {
	background-position: -289px -96px;
}

.icon-arrow-down {
	background-position: -312px -96px;
}

.icon-share-alt {
	background-position: -336px -96px;
}

.icon-resize-full {
	background-position: -360px -96px;
}

.icon-resize-small {
	background-position: -384px -96px;
}

.icon-plus {
	background-position: -408px -96px;
}

.icon-minus {
	background-position: -433px -96px;
}

.icon-asterisk {
	background-position: -456px -96px;
}

.icon-exclamation-sign {
	background-position: 0 -120px;
}

.icon-gift {
	background-position: -24px -120px;
}

.icon-leaf {
	background-position: -48px -120px;
}

.icon-fire {
	background-position: -72px -120px;
}

.icon-eye-open {
	background-position: -96px -120px;
}

.icon-eye-close {
	background-position: -120px -120px;
}

.icon-warning-sign {
	background-position: -144px -120px;
}

.icon-plane {
	background-position: -168px -120px;
}

.icon-calendar {
	background-position: -192px -120px;
}

.icon-random {
	background-position: -216px -120px;
	width: 16px;
}

.icon-comment {
	background-position: -240px -120px;
}

.icon-magnet {
	background-position: -264px -120px;
}

.icon-chevron-up {
	background-position: -288px -120px;
}

.icon-chevron-down {
	background-position: -313px -119px;
}

.icon-retweet {
	background-position: -336px -120px;
}

.icon-shopping-cart {
	background-position: -360px -120px;
}

.icon-folder-close {
	background-position: -384px -120px;
	width: 16px;
}

.icon-folder-open {
	background-position: -408px -120px;
	width: 16px;
}

.icon-resize-vertical {
	background-position: -432px -119px;
}

.icon-resize-horizontal {
	background-position: -456px -118px;
}

.icon-hdd {
	background-position: 0 -144px;
}

.icon-bullhorn {
	background-position: -24px -144px;
}

.icon-bell {
	background-position: -48px -144px;
}

.icon-certificate {
	background-position: -72px -144px;
}

.icon-thumbs-up {
	background-position: -96px -144px;
}

.icon-thumbs-down {
	background-position: -120px -144px;
}

.icon-hand-right {
	background-position: -144px -144px;
}

.icon-hand-left {
	background-position: -168px -144px;
}

.icon-hand-up {
	background-position: -192px -144px;
}

.icon-hand-down {
	background-position: -216px -144px;
}

.icon-circle-arrow-right {
	background-position: -240px -144px;
}

.icon-circle-arrow-left {
	background-position: -264px -144px;
}

.icon-circle-arrow-up {
	background-position: -288px -144px;
}

.icon-circle-arrow-down {
	background-position: -312px -144px;
}

.icon-globe {
	background-position: -336px -144px;
}

.icon-wrench {
	background-position: -360px -144px;
}

.icon-tasks {
	background-position: -384px -144px;
}

.icon-filter {
	background-position: -408px -144px;
}

.icon-briefcase {
	background-position: -432px -144px;
}

.icon-fullscreen {
	background-position: -456px -144px;
}
.swal2-shown {
    padding: 0 !important;
    height: auto;
}
.swal2-container .site-terms-modal .swal2-content {
    white-space: pre-wrap;
    max-height: 400px;
    overflow: hidden;
    overflow-y: scroll;
    text-align: initial;
}
.site-terms-modal .swal2-content p {
    display: inline-block;
    margin-top: 0;
}
.site-terms-modal .swal2-content li {
    list-style: inherit;
}
.site-terms-modal .swal2-content ul {
    list-style: disc;
}
.site-terms-modal .swal2-content ol {
    list-style: decimal;
}
.site-terms-modal .swal2-content ul,
.site-terms-modal .swal2-content ol {
    margin: 0 0 0 25px;
}
    .site-terms-modal .swal2-content ul ul,
    .site-terms-modal .swal2-content ol ul {
        list-style: circle;
    }

.status-bullet::before {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 50%;
    box-shadow: inset 2px 6px 1px rgba(255, 255, 255, 0.2);
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.status-green {
    color: #008000;
}

    .status-green.status-bullet::before {
        background-color: #008000;
    }

.status-amber {
    color: #ffa500;
}

    .status-amber.status-bullet::before {
        background-color: #ffa500;
    }

.status-red {
    color: #FF0000;
}

    .status-red.status-bullet::before {
        background-color: #BD2222;
    }

.status-orange {
    color: orange;
}

    .status-orange.status-bullet::before {
        background-color: orange;
    }

.status-yellow {
    color: yellow;
}

    .status-yellow.status-bullet::before {
        background-color: yellow;
    }

.status-blue {
    color: blue;
}

    .status-blue.status-bullet::before {
        background-color: blue;
    }

.status-indigo {
    color: blue;
}

    .status-indigo.status-bullet::before {
        background-color: indigo;
    }

.status-violet {
    color: violet;
}

    .status-violet.status-bullet::before {
        background-color: violet;
    }

.text-center {
    text-align: center;
    display: inline-block;
    width: 100%;
}
body .radio,
body .checkbox {
    min-height: 20px;
    padding-left: 20px;
    font-weight: normal;
}

body .radio input[type="radio"],
body .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}
.ui-dialog {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

.ui-dialog-content {
    height: auto !important;
    max-height: calc(100vh - 100px) !important;
    overflow-y: scroll;
}

.searchbox-inline {
    display: inline-block;
}

.WarningContentBox {  
    color: red;
}

.btn-glow {
    animation: glow 1s infinite alternate;
}

@keyframes glow {
    from {
        box-shadow: 0 0 20px -5px #459300;
    }

    to {
        box-shadow: 0 0 20px 5px #459300;
    }
}

table.checklist .row {
    min-height: 20px;
    padding-top: 2px;
    display: block;
}

#timerDiv .hasCountdown {
    color: #FFFFFF;
}

.padding-right10 {
   padding-right:10px;
}

.font-style-in-rems {
    font-size: 0.8rem !important;
}

.scroll-table {
    max-height: 200px;
    overflow: auto;
}