﻿/* COMMENTS ------------------------------------------------------------*/


#comments-wrap{
	padding-top: 40px;
}

.heading{
	margin-bottom: 21px;
}

#comments-wrap a{
	text-decoration: none;
}

.comment {
  border-bottom: 1px #ccc solid;
  margin: 0 0 18px;
  padding: 0px;
}

.commentlist .odd{
	
}

.commentlist .even{
	
}

.v-card{ color: #ccc;}

.comment .avatar {
	float: left;
	margin: 2px 15px 0 0;
	height: 60px;
	width: 60px;
}

.respond-title-wrap,
.comment-title-wrap {
	border-bottom: 1px solid #484848;
	padding: 0 0 15px 0;
	margin: 0 0 30px 0;
}

#respond-title,
#comments,
.add-comment-link {
	font-size: 15px;
	color: #2c2d31;
	font-weight: bold;
}

.respond-caption { font-size: 11px; }

.add-comment-link a {
	font-size: 12px;
	padding: 0 15px 0 0;
}

.commentlist {
	margin: 0 0 30px 0;
	list-style-type: none;
	font-size: 13px;
}

.comment-body{
	position: relative;
	margin-bottom: 20px;
}

.commentlist ul li { padding: 0 0 0px 0; }


.commentlist ul li:first-child .comment-border {
	 border-bottom: 1px #ccc solid;
	margin: 18px 0 0 0;
 	height: 18px;
	width: 430px;
}

/* CHILDREN ------------------------------------------------------------*/

.children .comment {  
	border-bottom: none;
	border-top: 1px #ccc solid;
}

.children { list-style-type: none; }


.children .comment .avatar {
	height: 35px;
	width: 35px;
}

.comment p:last-child { margin: 0; }

.comment-author cite a {
	padding: 0 15px 0 0;
	color: #2C2D31;
}



.comment .children li{ background: url(Images/reply.png) no-repeat 10px 40px;  }

.comment .children .comment-body { 
	margin: 20px 0 0 50px;
}

.nocomments {
	text-align: center;
	padding: 20px;
}

.comment-body ul { list-style-type: disc; }

.comment-body ol { list-style-type: decimal; }

/* REPLY ------------------------------------------------------------*/

.reply {
	position: absolute;
	right: 0;
	top: -5px;
}

.comment-reply-link { 
	display: block;
	color: #444;
	font-size: 11px;
	background: #eaeaea;
	padding: 3px 10px;
	
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
	-o-box-shadow: 0px 0px 2px rgba(0,0,0,.3);
	box-shadow: 0px 0px 2px rgba(0,0,0,.3);
	
	 -webkit-transition: all 0.3s ease;
	 -moz-transition: all 0.3s ease;
	 -o-transition: all 0.3s ease;
	 transition: all 0.3s ease;
}



.comment-reply-link:hover{
	background: #f49008;
	color: #fff;
}

.comment-reply-link-wrap {
	position: absolute;
	right: 0;
	top: -18px;
}

/* META ------------------------------------------------------------*/

.comment-meta { 
	margin: 0 0 12px 50px; 
	color: #a4a5aa;
	font-size: 11px;
	position: relative;
}

.children .comment-meta { margin-left: 40px; }



.comment-author cite {
	font-weight: bold;
	font-style: normal;
	color: #2C2D31;
	margin: 0;
	padding: 0;
}

/* COMMENTS PAGINATION ------------------------------------------------------------*/

.comments-pagination {
	clear:both;
	overflow: hidden;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
	margin-bottom: 10px;
}
 
.comments-pagination span,
.comments-pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #555;
}
 
.comments-pagination a:hover{
	color:#fff;
	background: #000000;
}
 
.comments-pagination .current{
	padding:6px 9px 5px 9px;
	background: #000000;
	color:#fff;
}


/* FORMS ------------------------------------------------------------*/

#logoutForm{
	font-size:12px;
	height:60px;
}

#contactForm{
	font-size:12px;
	/*height:100px;*/
}

/*#logoutForm div{
	float:left;
}*/

#logoutForm,
#commentform,
#contactForm{
	margin-bottom: 18px;
	color: #484848;
}


#commentform h4,
#contactForm h4{
	margin-top: 20px;
	margin-bottom: 20px;
}

#logoutForm input,
#contactForm input,
#contactForm textarea,
#commentform input,
#commentform textarea{
	/*padding: 10px 15px;*/
	padding: 5px 10px;
	/*background: #eaeaea;*/
	background: transparent;
	color: #484848;
	border: 1px  solid #ccc;
	font-size: 13px;
	font-family: Helvetica, Arial;
	line-height: 1em;
	
	overflow: auto;
}

/* Hack Only for Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #logoutForm input,
    /*#contactForm input,*/
    /*#contactForm textarea,*/
    #commentform input,
    #commentform textarea{
	    padding: 0px 10px;
    }    
}

/* Hack Only for FireFox */
/*@-moz-document url-prefix() {
    #logoutForm input,
    #contactForm input,
    #contactForm textarea,
    #commentform input,
    #commentform textarea{
	    padding: 5px 10px;
    }    
}*/ 

#contactForm input[type=checkbox]{
	vertical-align:middle;
	height: 40px;
	padding: 0px;
}

#logoutForm input:focus,
#contactForm input:focus,
#contactForm textarea:focus,
#commentform input:focus,
#commentform textarea:focus{
	background: #fff;
	-webkit-box-shadow: 0px 0px 3px rgba(244, 144, 8, .4);
	-moz-box-shadow: 0px 0px 3px rgba(244, 144, 8, .4);
	-o-box-shadow: 0px 0px 3px rgba(244, 144, 8, .4);
	box-shadow: 0px 0px 3px rgba(244, 144, 8, .4);
}

#contactForm input[type=checkbox]{
	background: transparent;
}

#contactForm input[type=text], 
#contactForm input[type=password], 
#commentform input[type=text]{
	overflow: auto;
	width: 180px;
	margin-bottom: 8px;
	overflow: hidden;
}

#contactForm  textarea,
#commentform textarea{
	width: 90%;
	height: 230px;
}


#contactForm input[type=submit], 
#contactForm input[type=button], 
#commentform input[type=submit]{
	/*float: right;*/
	margin: 5px 0px;

	width: auto;
	color: #444;
	font-size: 12px;
	background: #eaeaea;
	padding: 3px 10px;
	border: 1px solid #ccc;
	
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
	-o-box-shadow: 0px 0px 2px rgba(0,0,0,.3);
	box-shadow: 0px 0px 2px rgba(0,0,0,.3);
	
	 -webkit-transition: all 0.3s ease;
	 -moz-transition: all 0.3s ease;
	 -o-transition: all 0.3s ease;
	 transition: all 0.3s ease;
	 
	 cursor: pointer;
}

#contactForm input[type=submit]:hover, 
#contactForm input[type=button]:hover, 
#commentform input[type=submit]:hover{
	background: #f49008;
	color: #fff;
}

#logoutForm input[type=submit], 
#logoutForm input[type=button]{
	/*float: right;*/
	margin: 5px 0px;

	width: auto;
	color: #444;
	font-size: 12px;
	background: #eaeaea;
	padding: 3px 10px;
	border: 1px solid #ccc;
	
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
	-o-box-shadow: 0px 0px 2px rgba(0,0,0,.3);
	box-shadow: 0px 0px 2px rgba(0,0,0,.3);
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
	cursor: pointer;
}

#logoutForm input[type=submit]:hover, 
#logoutForm input[type=button]:hover{
	background: #f49008;
	color: #fff;
}


#contactForm label{
	/*padding-left: 7px;*/
	color: #484848;
	/*float:left;*/
	/*width:80px;*/
	height:40px;
	vertical-align:middle;
}

#commentform label{
	padding-left: 7px;
	color: #484848;
	float:left;
	width:80px;
}


#respond{ 
	margin: 25px 0 0px 0px;
}

#respond .cancel-comment-reply a{
	float: right;
	color: #444;
	text-decoration: none;
	background: #eaeaea;
	padding: 3px 10px;
	border: 1px solid #ccc;
	
	
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
	-o-box-shadow: 0px 0px 2px rgba(0,0,0,.3);
	box-shadow: 0px 0px 2px rgba(0,0,0,.3);
	
	 -webkit-transition: all 0.3s ease;
	 -moz-transition: all 0.3s ease;
	 -o-transition: all 0.3s ease;
	 transition: all 0.3s ease;
}

#respond .cancel-comment-reply a:hover{
	background: #f49008;
	color: #fff	
}

#error{
	margin-left: 10px;
	color: #f49008;
}


#sent-form-msg{
	padding: 5px 10px;
	margin-bottom: 40px;
	background: rgba(0, 0, 0, 0.1);
	color: #444;
}

span.username {
    font-weight: bold;
}

span.selector-link {
    font-size: 0.8em;
    font-weight: normal;
}

a.username {
    text-decoration: none;
}

a.username:hover {
    text-decoration: underline;
}

.label222
{
    display: block;
    width: 150px;
    /*font-weight: bold;*/
    margin-top: 12px;
}

section#loginSection {
    width: 400px;
    background-color: #ededed; /*Gray2*/
    padding: 15px;
    border: 1px solid #ccc;
}

section#registerSection {
    width: 400px;
    background-color: #e3eaee;
    padding: 15px;
    border: 1px solid #ccc;
}

section#registerSection fieldset label 
{
    float: left;
    width: 150px;
    margin: 0px;
    height: auto;
}

section#registerSection fieldset input[type=submit]  {
    margin-right: 10px;
}

section#forgetMyPwdForm {
    background-color: #E3EAEE;
    border: 1px solid #CCCCCC;    
    padding: 15px;
}


/* MVC FORMS ------------------------------------------------------------*/
/*table.detailsForm,*/
.detailsForm,
#mvcForm {
    font-size: 0.85em;
}

.detailsForm div.editor-label-large {
    float: left;
	width: 220px;
    margin: 0px;
    height: auto;
}

.detailsForm div.editor-label,
.detailsForm div.display-label,
#mvcForm div.editor-label,
#mvcForm div.display-label {
    float: left;
	width: 120px;
    margin: 0px;
    height: auto;
}

table.detailsForm td.editor-label,
table.detailsForm td.display-label {
	width: 120px;
    margin: 0px;
    height: auto;
    text-align: right;
    padding: 3px;
}

section.section-summary .detailsForm.security-options div.display-label {
	width: 180px;
}

div.ui-dialog div.wiz-step-content .detailsForm div.editor-label,
div.ui-dialog div.wiz-step-content .detailsForm div.display-label,
div.ui-dialog div.wiz-step-content #mvcForm div.editor-label,
div.ui-dialog div.wiz-step-content #mvcForm div.display-label {
    width: 150px;
}

table.detailsForm td.editor-field,
.detailsForm div.editor-field,
.detailsForm div.display-field,
#mvcForm div.editor-field,
#mvcForm div.display-field {
    margin-bottom: 6px;
}

table.detailsForm td.display-field,
.detailsForm div.display-field,
#mvcForm div.display-field {
    margin-bottom: 6px;
    font-weight: bold;
}

table.dataTable input,
.detailsForm div.editor-field input,
.detailsForm div.editor-field textarea,
#mvcForm div.editor-field input,
#mvcForm div.editor-field textarea {
	/*padding: 10px 15px;*/
	padding: 5px 10px;
	/*background: #eaeaea;*/
	background: transparent;
	color: #484848;
	border: 1px  solid #ccc;
	font-size: 13px;
	font-family: Helvetica, Arial;
	/*line-height: 1.3em;*/
	overflow: auto;
}

/* Hack Only for Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    table.dataTable input,
    .detailsForm div.editor-field textarea,
    #mvcForm div.editor-field textarea {
	    padding: 0px 10px;
    }    
    .detailsForm div.editor-field input,
    #mvcForm div.editor-field input {
	    padding: 0px 10px;
        height: 28px;
    }    
}

table.dataTable input:focus,
.detailsForm div.editor-field input:focus,
.detailsForm div.editor-field textarea:focus,
#mvcForm div.editor-field input:focus,
#mvcForm div.editor-field textarea:focus {
	background: #fff;
	-webkit-box-shadow: 0px 0px 3px rgba(244, 144, 8,.4);
	-moz-box-shadow: 0px 0px 3px rgba(244, 144, 8,.4);
	-o-box-shadow: 0px 0px 3px rgba(244, 144, 8,.4);
	box-shadow: 0px 0px 3px rgba(244, 144, 8,.4);
}

.detailsForm div.editor-field select 
{
    padding-top: 3px;
    padding-bottom: 3px;
	background: transparent;
	color: #484848;
	border: 1px  solid #ccc;
	font-size: 13px;
	font-family: Helvetica, Arial;
	line-height: 1em;
	overflow: auto;
}

.detailsForm div.editor-field select:focus {
	background: #fff;
	-webkit-box-shadow: 0px 0px 3px rgba(244, 144, 8,.4);
	-moz-box-shadow: 0px 0px 3px rgba(244, 144, 8,.4);
	-o-box-shadow: 0px 0px 3px rgba(244, 144, 8,.4);
	box-shadow: 0px 0px 3px rgba(244, 144, 8,.4);
}

/*#mvcForm div.editor-field select {
    padding: 5px 3px 5px 10px;
    background: transparent;
    color: #484848;
    border: 1px solid #ccc;
    font-size: 13px;
    font-family: Helvetica, Arial;
    line-height: 1em;
    overflow: auto;
    width: 225px;
}

#mvcForm div.editor-field select:focus {
	background: #fff;
	-webkit-box-shadow: 0px 0px 3px rgba(244, 144, 8,.4);
	-moz-box-shadow: 0px 0px 3px rgba(244, 144, 8,.4);
	-o-box-shadow: 0px 0px 3px rgba(244, 144, 8,.4);
	box-shadow: 0px 0px 3px rgba(244, 144, 8,.4);
}*/

#mvcForm div.editor-field input[type=checkbox]
{
    background: transparent;
	vertical-align:middle;
	height: 40px;
	padding: 0px;
}

#mvcForm div.editor-field input[type=password], 
#mvcForm div.editor-field input[type=datetime], 
#mvcForm div.editor-field input[type=text]{
	overflow: auto;
	width: 200px;
	margin-bottom: 8px;
	overflow: hidden;
}

#mvcForm div.editor-field textarea,
#mvcForm div.editor-field textarea{
	width: 90%;
	height: 230px;
}

input[type=submit].common-button,
input[type=button].common-button,
input[type=button].change-status-button,
input[type=button]#btn-print,
#mvcForm input[type=submit], 
#mvcForm input[type=button]{
	float: left;
	margin: 5px 0px;

	width: auto;
	color: #444;
	font-size: 12px;
	background: #eaeaea;
	padding: 3px 10px;
	border: 1px solid #ccc;
	
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.3); 
	-o-box-shadow: 0px 0px 2px rgba(0,0,0,.3);
	box-shadow: 0px 0px 2px rgba(0,0,0,.3);
	
	 -webkit-transition: all 0.3s ease;
	 -moz-transition: all 0.3s ease;
	 -o-transition: all 0.3s ease;
	 transition: all 0.3s ease;
	 
	 cursor: pointer;
}

input[type=submit].common-button:hover,
input[type=button].common-button:hover,
input[type=button].change-status-button:hover,
input[type=button]#btn-print:hover,
#mvcForm input[type=submit]:hover, 
#mvcForm input[type=button]:hover{
	background: #f49008;
	color: #fff;
}

input[type=button].change-status-button{
    width: 150px; 
    margin-top: 0px; 
    margin-left: 12px;
}

.loginNotes {
    font-size: 0.85em;
}

div#content aside section#unauthorizedSection ul li a {
    font-size: 0.85em;
    margin-bottom: 1em;
}

/* Overrides */
div#div-header-info #mvcForm div.editor-label,
div#div-header-info #mvcForm div.display-label {
	width: 150px;
}

/* Overrides */
div#div-header-info #mvcForm div.editor-field,
div#div-header-info #mvcForm div.display-field {
    font-size: 1em;
    font-weight: bold;
}

/*.text-area-editable {
    font-size: 0.85em;
}*/

table.dataTable.small-fonts th,
table.dataTable.small-fonts td
{
    font-size: 0.85em;
    text-transform: none;
}

table.dataTable td input[type=text].required-field,
.detailsForm div.editor-field input[type=password].required-field,
.detailsForm div.editor-field input[type=text].required-field,
.detailsForm div.editor-field textarea.required-field,
.detailsForm div.editor-field select.required-field {
    /*border-color: rgb(246, 141, 141);*/
    background-color: #ffffe0;
}

table.dataTable td input[type=text].textbox-readonly,
.detailsForm div.editor-field input[type=text].textbox-readonly,
.detailsForm div.editor-field textarea.textbox-readonly {
    background-color: #ccc;
}

table.dataTable td input[type=text].required-field,
table.dataTable td input[type=text].textbox-readonly {
    text-align: center;
    padding: 2px;
}

/* styles for validation helpers on selected-block-codes */
table#selected-block-codes input {
    float: left; 
    text-align: center; 
    width: 90px;
}

table#selected-block-codes input.input-validation-error {
    border: 1px dotted #e80c4d;
}

table#selected-block-codes span.field-validation-valid {
    width: 16px; height: 16px; display:block; background: transparent url('../Content/SilkSprites/silk-sprite.png?635267211508605606') no-repeat; text-indent: -99999px; overflow: hidden;
    background-position: -0px -0px; /*.ui-silk-accept*/
    float: left; margin-left: 6px; margin-top: 3px;
}

table#selected-block-codes span.field-validation-error {
    width: 16px; height: 16px; display:block; background: transparent url('../Content/SilkSprites/silk-sprite.png?635267211508605606') no-repeat; text-indent: -99999px; overflow: hidden;
    background-position: -128px -192px; /*.ui-silk-exclamation*/
    float: left; margin-left: 6px; margin-top: 3px;
}

div#searchBox div#targetDiv-search form#form-search div.group div.editor-label {
    width: 150px;
    text-align: right;
    padding-right: 6px;
}

div#searchBox div#user-filter fieldset.detailsForm div.group div.editor-label {
    width: 150px;
    text-align: right;
    padding-right: 6px;
}

#dialog-edit-row div.editor-label,
#dialog-edit-row div.display-label {
	width: 120px;
    padding-right: 6px;
    /*text-align: right;*/
}

div#content div#body div#tabs .detailsForm div.editor-label {
	width: 200px;
}

.editor-field-command {
    float: right;
    margin-top: 6px;
}

