/* =============== Content Class New/Edit =============== */

.ContentClassEditView>table {
    width: 100%;
}


.ContentClassEditView .nwt-reszc-horizontalContainer > tbody > tr > td:first-child {
    width: 250px;
}

.ContentClassEditView .MetadataTabContainer {
    padding-left: 5px;
}

.ContentClassEditView .nwt-reszc-leftScrollContainer {
    background: #FFFFFF;
    width: 250px;
}
.ContentClassEditView .msoRulesleftScrollContainer {
    background: #FFFFFF;
    min-height: 250px;
    min-width: 100px;
   
}


.ContentClassEditView .gwt-TabPanelBottom {
    background: #95A8B4;
    border: none;
    padding: 5px;
}


.ContentClassEditView .FormPanel {
    background: #C8D4DD;
    padding: 10px;
    min-width: 600px;
}


.ContentClassEditView .FormFieldTable > tbody > tr > td {
    vertical-align:top;
}


.ContentClassEditView .FormFieldTable .gwt-Label {
    text-align: right;
    vertical-align: top;
    padding-right: 5px;
}


.ContentClassEditView .AssetsViewPanel {
    margin-top: -6px;
    padding-right: 6px;
    min-width: 130px;
}

.ContentClassEditView .gwt-TextBox {
    width: 400px;
}

.ContentClassEditView .gwt-TextArea {
    width: 400px;
    height: 84px;
}

.ContentClassEditView .nwt-RoundedDisclosureContainer {
    min-width: 600px;
}

.ContentClassEditView .ContentClassComplexFieldWidget {
    padding-top: 10px;
}


.CCPopupError {
    background-color: #FF0000;
    padding: 7px;
    color: #FFFFFF;
    font-family: Arial Unicode MS, Arial, sans-serif;
    font-size: small;
    font-weight: bold;
}


/* Message Panel */
.MessagePanel .MessageLabelError {
    background-color: #F78AB3;
    padding: 3px;
    color: white;
    font-family: Arial Unicode MS, Arial, sans-serif;
    font-size: small;
    font-weight: bold;
}


.ContentClassEditView .nwt-MessagePanel {
	margin-left: 0;
	margin-bottom: 15px;
	margin-top: 0;
	background: #ffffdd;
}

.ContentClassEditView .nwt-MessagePanel-error {
	background-color: #FFCCCC;
}

.ContentClassEditView .nwt-ErrorMessage > p {
	font-weight: bold;
}

.ContentClassEditView .nwt-ErrorMessage > ul {
	list-style-type: square;
}


.ContentClassEditView .WidgetValidationError {
    background-color: #FFCCCC;
}

.ContentClassEditView .WidgetReadOnly {
    background-color: #dddddd;
}


/* =============== Content Class Partner =============== */




/* =============== Content Class Popup =============== */

.ContentClassPopupPanel {
    border: solid 1px #999999;
    background-color: #eeeeee;
}
.ContentClassPopupPanel .gwt-MenuItem {
    padding-left: 20px;
    padding-right: 25px;
    background-color: #eeeeee;
    color: black;
}
.ContentClassPopupPanel .gwt-MenuItem-selected {
    background-color: #cccccc;
}


/* =============== Field Properties Dialog =============== */

.FieldPropertiesDialog .dialogMiddleCenter {
    background: #95A8B4;
    padding: 10px;

}
.FieldPropertiesDialog .gwt-TabPanelBottom {
    background: #C8D4DD;
    border-color: #C8D4DD;
}
.FieldPropertiesDialog .gwt-TabBarItem-selected {
    background: #C8D4DD;
}
.FieldPropertiesDialog .FormPanel {
    min-width: 400px;
}

.FieldPropertiesDialog .gwt-TextBox {
    width: 300px;
}

.FieldPropertiesDialog .gwt-ListBox {
    width: 400px;
}

.FieldPropertiesDialog .gwt-RadioButton>input {
    padding-bottom: 5px;
}

.FieldPropertiesDialog .FormFieldTable td {
    padding: 3px;
}


/* =============== Content Class List =============== */

.ContentClassListView>table {
    width: 100%;
}


.ContentClassListView .nwt-MessagePanel {
	margin-left: 0;
	margin-bottom: 15px;
	margin-top: 0;
	background: #ffffdd;
}


.ContentClassListView .cc-list-table {
	width: 100%;
	border: 0;
	font-size: 13px;
}

.ContentClassListView .cc-list-table td {
	padding: 4px;
}


.ContentClassListView .cc-list-table .tr-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: white;
	background-color: #5B5D5F;
}

.ContentClassListView .cc-list-table .tr-body {
	background-color:  #E3E9ED;
}


/* =============== Generic =============== */

.Title {
    font-size: 18px;
    font-weight:bold;
    padding-left: 2px;
    padding-bottom: 10px;
}

.ButtonPanel {
    padding-top: 10px;
}

/* ===================== Metadata Tab =================== */

.ContentClassEditView .MetadataTabContainer .gwt-TabPanelBottom {
    background: #C8D4DD;
}
.ContentClassEditView .MetadataTabContainer .gwt-TabBarItem-selected {
    background: #C8D4DD;
}
