﻿.ABItemComment.ui-dialog-content {
	overflow-x: hidden;
}

.ABItemComment h3 {
	margin: 15px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-radius: 3px 3px 0px 0px;
	background-color: #da707d;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: bold;
}

	.ABItemComment h3:before {
		content: "▼ ";
	}

	.ABItemComment h3.show:before {
		content: "▲ ";
	}

.ABItemComment .ResponseFields, .ABItemComment .EditableFields {
	display: none;
	border: 1px solid #da707d;
	padding: 20px;
	border-radius: 0px 0px 3px 3px;
}

.ABItemComment .EditableFields {
	padding: 20px;
}
/*DL, DT, DD TAGS LIST DATA*/
.ABItemComment dl {
	margin: 0px;
}

	.ABItemComment dl dt {
		float: left;
	}

	.ABItemComment dl dt {
		font-weight: bold;
		margin-right: 10px;
		padding: 5px;
		width: 150px;
		overflow: hidden;
		clear: both;
	}

	.ABItemComment dl dd {
		margin-bottom: 10px;
	}

.rtl .ABItemComment dl dt, .rtl .ABItemComment .cke_toolbox, .ABItemComment.rtl dl dt, .ABItemComment.rtl .cke_toolbox {
	float: right;
}

.ABItemComment.ltr dl dt, .ABItemComment.ltr .cke_toolbox {
	float: left;
}
.ABItemComment .EditableFields .cke
{
	margin-bottom: 20px;
}
.ABItemComment label {
	display: block;
	font-size: 15px;
	font-weight: bold;
}

.ABItemComment input.Text, .ABItemComment input.Date, .ABItemComment input.Number, .ABItemComment select {
	font-size: 17px;
	padding: 0px 5px 5px 5px;
	vertical-align: top;
}


.ABItemComment .select2-container, .ABItemComment input.Text, .ABItemComment input.Date, .ABItemComment input.Number, .ABItemComment select {
	display: inline-block;
    width: calc(100%) !important;
	/*width: 100% !important;*/
	border: 1px solid #4297D7;
	border-radius: 5px;
	background-color: inherit;
}

.ABItemComment input.Date {

    width: calc(100% - 0.6em) !important;

}

.ABItemComment .PrintItem.User {
	display: none;
}

.ABItemComment .select2-container.select2-dropdown-open {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.ABItemComment .select2-container .select2-choices, .ABItemComment .select2-container .select2-choice {
	background: none;
	border: none;
}

.ABItemComment button.EditInfluencingField, .ABItemComment button.AddToInfluencingField {
	display: none;
}

.ABItemComment div.col-sm-11, .ABItemComment div.col-sm-10, .ABItemComment div.col-sm-9 {
	width: calc(100% - 230px) !important;
}
.ABItemComment div.col-sm-2{
	width: auto;
}
.ABItemComment label.col-sm-1 {
	width: 160px;
}

.ABItemComment .UserSelectDiv .UserSelectRowHeader {
	height: 25px;
	background-color: #2F353D;
	color: white;
}

.ABItemComment .UserSelectDiv .UserSelectCheckbox {
	position: relative;
	top: 2px;
}

.ABItemComment .col-md-1 {
	width: 8.33333333%;
}

.ABItemComment button.KeyField {
	display: none;
}

.ABItemComment .EditFieldText {
	margin-top: 5px;
	border: none;
	background: none;
	display: inline;
	padding: 4px;
	display: inline-block;
}

	.ABItemComment .EditFieldText:disabled {
		color: #b3b3b3;
	}

.ABItemComment .FieldInputEdit {
	display: inline-block;
	width: 100%;
}

.ABItemComment .EditableFields h1 {
	margin-right: 0px;
	padding: 0px;
	font-weight: bold;
	display: inline-block;
	width: inherit;
	overflow: hidden;
	clear: both;
	margin-top: 8px;
	font-size: 15px;
}

 .ABItemComment .AddToInfluencingField1
{
	border: none;
	background: none;
	display: inline;
	padding: 4px;
}

 .ABItemComment .col-sm-1
 
 {
	 width:9%;
 }
 .ABItemComment .EditInfluencingField, .ABItemComment .AddToInfluencingField, .ABItemComment .KeyField, .ABItemComment .CalculatedField,
.ABItemComment .EditFieldText ,
.ABItemComment .CalculatedFieldImmediately,
.ABItemComment .RefreshLinkField
{
	border: none;
	background: none;
	display: inline;
	padding: 4px;
}

 .ABItemComment .CalculatedFieldImmediately[data-ismanualcalc="true"] 
 {
    display: none;
 }
