﻿/* 

CHANGE LOG
---------------------------------------------------------------------------
[1] | 18/03/2010 | Task 953  | Paul Steptoe | 
Added a CSS Class to the drop down lists Decision Maker & Decision Status.
Removed the set-width from DC_ViewDecision_Response.
Added the CSS Class frmVwGeneral.
---------------------------------------------------------------------------
[2] | 04/01/2013 | Task 2794 | Paul Steptoe |
Added css class for RSS links within ViewCMIS_Decisions.ascx 
---------------------------------------------------------------------------
*/

/*** CMIS_Decisions ***/

/* General formatting for all Decisions pages */

.DecisionTypeFilters, .ImplementationDateFilters {
    width:100%;
}

a.back_to_top {
    background-image: url(/DNN/Images/Up.gif);
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-top: 3px;
}

a.back_page
{
    background-image: url(/DNN/Images/lt_green.gif);
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-top: 1px;
}

a img 
{
    text-decoration: none;
    border: 0px solid #000;
}

div.DC_Details
{
	clear:both;
}
div.DC_Details a
{
	color:Blue;
}
div.DC_Details:hover a
{
	color:Red;
}

div.float_left { float: left; }

div.clear { clear: both; }

/* ViewCMIS_Decisions.ascx */

div.CMIS_ModuleWrapper 
{
    text-align: left;
}

div.CMIS_ModuleWrapper .DC_HeadFilterContainer
{
    margin-top: 10px;
    margin-bottom: 10px;
}

div.CMIS_ModuleWrapper .DC_FormLabel
{
    width: 20em;
    height: 28px;
    float: left;
}

div.CMIS_ModuleWrapper .DC_FormResponse
{
    height: 28px;
    float: left;
}

div.CMIS_ModuleWrapper .DC_FormHolder
{
    clear: both;
}

/* RSS Icons */
.ViewCMIS_Decisions .RSSFeed { text-align: right; }
.ViewCMIS_Decisions .RSSFeed .RSSLink {
	background-image: url("Images/rss.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
} 

.ViewCMIS_Decisions .dnnLabel {padding: 5px 0;width: 14em;text-align: left;
}

.ViewDecision .dnnLabel {width: 14em;text-align: left;font-weight: bold; 
}


/* Change [1] Added the CSS Class DecisionMakerDropDown */
div.CMIS_ModuleWrapper .DecisionMakerDropDown
{
	width: 16em;
}

div.DC_FormHolder_DateRange
{
	padding-bottom: 10px;
}

div.CMIS_ModuleWrapper .DC_BackToTop_Footer 
{
    margin-top: 20px;
    font-size:0.8em; 
}

/* ViewCMIS_Decision.ascx */

/* Change [1] Added the CSS Class frmVwGeneral */
div.CMIS_ModuleWrapper .frmVwGeneral 
{
	width: 100%;	
}

div.CMIS_ModuleWrapper .DC_ViewDecisionData
{
    padding: 10px;
    margin-bottom: 10px;
    height: auto;
    background-color: #f1f1f1; 
}

div.CMIS_ModuleWrapper .DC_ViewDecisionHolder
{
    margin-top:10px;
	margin-bottom:10px;
	padding: 10px;
	background-color: #dbdae4; /*#e0dfea;*/
	border: 1px solid #999;
}

div.CMIS_ModuleWrapper .DC_ViewDecision_formLabel 
{
    font-size:0.9em;
    font-weight:bold;
    width: 150px;
    padding: 3px;
 
    padding-right: 20px;
}

div.CMIS_ModuleWrapper .DC_ViewDecision_contactLabel 
{
    float: left;
    font-size:0.9em;
    vertical-align:top;
    font-weight:bold;
    width: 250px; 
    padding: 3px;
}

div.CMIS_ModuleWrapper .DC_ViewDecision_Response 
{
    font-size:0.9em;
    vertical-align:top;
    text-align: left;
    padding: 3px;
}

div.CMIS_ModuleWrapper .DC_ViewBody_BackToBodyWrapper
{
    padding-top:20px;
    padding-bottom:10px;
    margin-top: 10px;
    clear: both;
    text-align:left;
}

div.CMIS_ModuleWrapper .DC_ViewBody_MultiPage_GeneralWrapper
{
	text-align:left;
	padding-top:10px;
	width:600px;
}

div.CMIS_ModuleWrapper .DC_ViewBody_MultiPage_AppointmentWrapper
{
	text-align:left;
	padding-top:10px;
	width:900px;
}

div.DC_Report
{
	padding-bottom:5px;
}
div.DC_Report a
{ 
	color:Blue;
}

/** Decisions Grid **/

/************************/
/* RadGrid*/
/************************/
.ViewCMIS_Decisions .RadGrid .rgRow td, .RadGrid .rgAltRow td {
  border-bottom:none!important;
}

.ViewCMIS_Decisions .RadGrid tr[id*='_ViewCMIS_Decisions_grdDecisions_'] td{
  border-top:1px solid #e3e3e3;
}

.ViewCMIS_Decisions .RadGrid tr[id*='_ViewCMIS_Decisions_grdDecisions_']:first-child td{
  border-top:none!important;
}


.DC_Grid 
{ 
    border: 0px solid #e0e0e0;  
    margin-top: 5px;
    margin-bottom: 5px;
}

.DC_Grid th 
{
    color: #fff;
    padding: 15px 5px 15px 5px;
}

.DC_Grid td, .DC_Grid tr
{
	padding: 5px 10px 5px 10px;
	border-top: 2px dotted #999;
}

.DC_GridViewColumn
{

}

.DC_GridViewHeader
{
    background-color: #336699;
    padding-top: 10px;
    padding-bottom: 10px;
}

.DC_GridViewRow 
{
    border: 0px solid #000;  
}

.DC_GridViewAlternatingRow 
{
    background-color: #dcdcdc;/*#feffc0;*/ 
}

.DC_Grid .title 
{
    padding: 5px 0px 5px 0px;    
}

.DC_Grid .title .bi_title
{
    font-weight: bold;
}

/** Rating Images & Reference **/

.DC_Grid .title .rating_holder 
{
    padding-left: 0px;
    margin-top: 6px;   
}

.DC_Grid .title .rating_holder .reference 
{
    float: left;  
    padding-right: 10px;  
}

.DC_Grid .title .rating_holder .rating_txt 
{
   padding-right: 5px;
   float: left;
}

.DC_Grid .title .rating_holder .rating_img 
{
    width: 10px;
    height: 10px;
    padding-top: 2px;
    background-image: url("Images/Diamond1.gif"); 
    background-repeat: no-repeat;
    float: left;  
}

div.CMIS_ModuleWrapper .enabled
{
    font-weight:bold;
    
}

.ViewCMIS_Decisions .Filter { margin-top: 10px; margin-bottom: 10px; }
.ViewCMIS_Decisions .LabelWrapper { clear: both; overflow: hidden; margin-top: 2px;margin-bottom: 2px;}
.ViewCMIS_Decisions .dnnLabel { float: left; clear: left; width: 14em; }
.ViewCMIS_Decisions .Value { float:left; }

.ViewCMIS_Decisions .FilterButton { float: left; }
.ViewCMIS_Decisions .ResetButton { float: right; }

.ViewCMIS_Decisions .Column { vertical-align: top; }
.ViewCMIS_Decisions .StatusColumn { width: 10em; }

.ViewCMIS_Decisions .BusinessItemManagerFilters {margin:10px;}
.ViewCMIS_Decisions .FilterButtonWrapper {text-align:center; min-height:27px; margin:8px; width:100%;}
.ViewCMIS_Decisions .FilterButton {width:49%; text-align:right;}
.ViewCMIS_Decisions .ResetButton {width: 49%; text-align: left;}

.ViewCMIS_Decisions .FilterWrapper { width:50%; margin-top: 2px;margin-bottom: 2px;}

.ViewCMIS_Decisions .FilterInput {width:100%;}
.ViewCMIS_Decisions .FilterOptions {overflow:hidden;}
.ViewCMIS_Decisions .FilterOptions .Value {width:50%;}
.ViewCMIS_Decisions .FilterOptions .Value .rfdSelect,
.ViewCMIS_Decisions .FilterOptions .Value input,
.ViewCMIS_Decisions .FilterOptions .Value .RadComboBox {width:100%!important;}

.ViewCMIS_Decisions .filtersHidden {display:none;}

.ViewCMIS_Decisions .rfdSelect {z-index:999!important;}

.ViewCMIS_Decisions .DecisionsFilters, .ViewCMIS_Decisions .filtersHidden {
margin:10px;}


.ViewCMIS_Decisions .DecisionsDateValidator {
    width:100%;
    float:left;
    text-align:center;
    color:#ff0000;
}


.ViewCMIS_Decisions .FilterButtonWrapper {text-align:center; min-height:27px; margin:8px;}
.ViewCMIS_Decisions .FilterButton {width:49%; text-align:right;}
.ViewCMIS_Decisions .ResetButton {width: 49%; text-align: left;}

.ViewCMIS_Decisions .FilterInput {width:100%;}
.ViewCMIS_Decisions .DecisionsFilters, .ViewCMIS_Decisions .filtersHidden {overflow:hidden;}
.ViewCMIS_Decisions .DecisionsFilters .Value, .ViewCMIS_Decisions .filtersHidden .Value {width:50%;}
.ViewCMIS_Decisions .DecisionsFilters .Value .rfdSelect, .ViewCMIS_Decisions .filtersHidden .Value .rfdSelect,
.ViewCMIS_Decisions .DecisionsFilters .Value input, .ViewCMIS_Decisions .filtersHidden .Value input,
.ViewCMIS_Decisions .DecisionsFilters .Value .RadComboBox, .ViewCMIS_Decisions .filtersHidden .Value .RadComboBox {width:100%!important;}

.ViewCMIS_Decisions .FilterButton, .ViewCMIS_Decisions .ResetButton {
padding-top:10px;
}


.SettingsWrapper .tblColumnHeading {
font-weight:bold;
}

.DecisionsFilters div:nth-child(odd):not(.rcSelect),
.DecisionsFilters div:nth-child(even):not(.rcSelect),
.filtersHidden div:nth-child(odd):not(.rcSelect),
.filtersHidden div:nth-child(even):not(.rcSelect) {
    float: Left;
    min-height: 25px;
}

.CheckboxHeader {
	font-weight: bold;
}

.CheckboxHeader label {
	font-weight: bold;
}

.SettingsWrapper .DecisionSettingsTable {
    width: 100%
}

.SettingsWrapper .DecisionSettingsTable tr td:nth-child(1) {
    width: 60%
}

.SettingsWrapper .DecisionSettingsTable tr td .dnnLabel {
    width: 93%;
    text-align: left;
}

html .SettingsWrapper fieldset {
width:97%;}

.SettingsWrapper select {
width:100%;
}

.SettingsWrapper input[type="text"] {
    width: 99%;
    height:13px;
}

.SettingsWrapper .DecisionSettingsTable .tdSubSetting {
    padding-left: 8px;
}