/*---PM---*/

.txt-holder{box-sizing:border-box;width:450px;height:200px;overflow:hidden;padding:5px;border:1px solid #CCCCCC;border-radius:5px;text-align:left;white-space:normal;}
.txt-holder p {margin-top: 0}
.txt-holder div[role=textbox]{overflow-y:scroll;height:100%;width:100%;}

/* CUSTOM */

.pageBody {
 background-color: #F0F0F0;
}

.CSWBack {
 text-align: center;
 background-color: #F0F0F0;
 padding-top: 20px;
 padding-bottom: 20px;
 
}

.CSW {
 margin-top: 10px; 
 margin-left:auto; 
 margin-right: auto; 
 width: 900px; 
 border: 1px solid black; 
 background-color: white;
 box-shadow: 0 4px 4px rgba(0,0,0,.25),inset 0 2px 0;
 border-spacing: 15px;
 color: navy;
} 

.CSW input {
 color:navy;
 border: 1px solid #F0F0F0;
}

.CSW select {
 color:navy;
 border: 1px solid #F0F0F0;
}

.CSW u {
 color:navy;
 font-weight: bold;
 font-size: 18px;
}

.CSW textarea {
 font-family: robotoregular, 'trebuchet ms', arial, sans-serif;
 border: 1px solid #F0F0F0;
}

.CSW .gridTable, .CSW table {
 width: 100%;
 margin: 0px 0px;
 border-spacing: 0px;
 border-collapse: collapse;
 font-size:10pt;
}

.CSW .gridTable input {
 color:navy;
 border: none;
}

.CSW .gridTable td, .CSW table.summaryStyle > tbody > tr > td {
 border: 1px solid gray;
 padding:2px;
}

.CSW .gridTable td > .formInputEdit {
}
.CSW table.summaryStyle > thead > tr > th.summaryCell, .CSW table.summaryStyle > tbody > tr > td.summaryCell {

}


.CSW .htmleditor {
 min-height: 20px;
 border: 1px solid #F0F0F0;
 margin-bottom: 10px;
 color: navy;
 font-size: 16px;
}

.CSW .htmleditor p {
 margin: 0px 0px;
 font-size: 16px;
}
 
.componentHolder .pageHeaderTable {
 background-color: white; 
} 
/*** READONLY SUPPORT ***/

[readonly] {
 background-color: white;
 outline: none; 
}

.CSW input[readonly]:focus {
 background-color: white;
 box-shadow:none; 
}

.CSW input[readonly] {
 border: 1px solid white;
} 
 
.CSW .htmleditor[readonly] {
 border: 1px solid white;
}

.calcTableEdit {
 padding: 0px;
 box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15), 0px 1px 0px #FFF inset;
 border-width: 1px;
 border-style: solid;
 border-color: #B6B6B6 #B6B6B6 #999;
 -moz-border-top-colors: none;
 -moz-border-right-colors: none;
 -moz-border-bottom-colors: none;
 -moz-border-left-colors: none;
 border-image: none;
 padding: 2px 4px 0px;
 white-space: normal;
 background: #CFD1CF linear-gradient(to bottom, #F5F5F5, #CFD1CF) repeat scroll 0% 0%;
 /*opacity:0.5;*/
 transition:opacity ease-in 400ms,width linear 200ms, height linear 200ms;
 width: 1100px;
 // commented this out because I need to test the new COMMENT buttons. ALEX
 //height: 30px;
 overflow: hidden;
 line-height: 19px;
 box-sizing:border-box;
}
.calcTableEdit:hover{
 opacity:1;
 /*width:auto;
 height:auto;*/
}
.calcTableEdit:after {
 content:'';
 display:block;
 clear:both;
}
.calcTableToolbar {
 float: left;
 margin: 0px 4px 3px 0px;
 border-width: 1px;
 border-style: solid;
 border-color: #A6A6A6 #A6A6A6 #979797;
 -moz-border-top-colors: none;
 -moz-border-right-colors: none;
 -moz-border-bottom-colors: none;
 -moz-border-left-colors: none;
 border-image: none;
 border-radius: 3px;
 box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 0px 2px rgba(255, 255, 255, 0.15) inset, 0px 1px 0px rgba(255, 255, 255, 0.15) inset;
 background: #E4E4E4 linear-gradient(to bottom, #FFF, #E4E4E4) repeat scroll 0% 0%;
}
.calcTableButton {
 display: inline-block;
 height: 18px;
 padding: 6px 6px 2px;
 outline: 0px none;
 cursor: default;
 float: left;
 border: 0px none;
 text-decoration:none;
 font-size:10px;
 
 color:black;
 /* text-shadow: 2px 2px #ff0000 !important; */
 position:relative;
}
/*.calcTableButton:not(:first-of-type) {
 margin-left:1px;
}
#calcTableControlContainer .calcTableButton:before {
 content: " ";
 display: inline-block;
 height: 24px;
 width: 1px;
 background-color: #4D74AE;
 position: absolute;
 top: -1px;
 left: -2px;
}*/
.calcTableButton.inline {
 display:inline-block;
 float:none;
 height:26px;
 padding:2px 4px;
}
.calcTableToolbar span.textLeft {
 padding-left:4px;
}
.calcTableToolbar span.textRight {
 padding-right:4px;
}
.calcTableToolbar span.textBoth {
 padding:0 4px;
}
a.calcTableButton:hover  {
 box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3) inset;
 background: #CCC linear-gradient(to bottom, #F2F2F2, #CCC) repeat scroll 0% 0%;
}

a.calcTableButton.active{
 box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.7) inset, 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.calcTableButtonIcon {
 cursor: inherit;
 background-repeat: no-repeat;
 margin-top: 1px;
 width: 16px;
 height: 16px;
 float: left;
 display: inline-block;
}
#showTable {
 background: transparent url("../images/icons.png") no-repeat scroll 0px -2064px !important
}
#showDescription {
 background: transparent url("../images/icons.png") no-repeat scroll 0px -888px !important;
}

.cke_inner .cke_top {
 padding: 2px 4px 0px;
}
.cke_inner .cke_toolgroup {
 margin: 0 4px 3px 0;
}

#gridTableContainer.hidden, textarea.hidden {
 display:none;
}
.gridTable textarea {
 width:100% !important;
 white-space:pre;
 font-size:12px;
}
.ui-autocomplete, .ui-autocomplete * {
 box-sizing:border-box;
 border-radius:0 !important;
}
.ui-autocomplete {
 width:950px;
 border:1px solid #333;
 padding:0;
 overflow-x: hidden;
}
.ui-autocomplete .ui-corner-all {
 border:none;
}
.ui-autocomplete .ui-state-hover {
 background: #ECF4FC -moz-linear-gradient(center top , #ECF4FC 0%, #DCE4FC) repeat scroll 0% 0%;
 color: #000080;
 margin:0 !important;;
}
a.deleteRow {
 font-weight: 700;
 font-size: 16px;
 color: #777;
 display: inline-block;
 padding-left: 9px;
 position: absolute;
 width: 10px;
 overflow: hidden;
 box-sizing: border-box;
 transition:width ease-out 500ms;
 margin-left:-5px;
}
a.deleteRow:hover {
 cursor:pointer;
 color:red;
}
tr:hover > td > a.deleteRow {
 width:22px;
}

/*.editMode .htmleditor {
 margin-top:45px;
}
.cke {
 opacity:0.2;
 transition:opacity ease-out 200ms;
}
.cke:hover {
 opacity:1;
}
.editMode #dataText {
 margin-bottom:45px;
}*/
#cktoolbarContainer {
 background:transparent;
 width: 1000px;
 position: absolute;
 margin-left: -500px;
 left: 50%;
 top:3px;
 border-top: 1px solid #B1CCF8 !important;
 border-bottom: 1px solid #4D74AE !important;
 height: 33px;
 background: transparent linear-gradient(to bottom, #D1E4FC 0%, #81A9E2 100%) repeat scroll 0% 0% !important;
}
#editorHider {
 width: 880px;
 position: absolute;
 opacity:0.6;
 height:31px;
 background: transparent linear-gradient(to bottom, #D1E4FC 0%, #81A9E2 100%) repeat scroll 0% 0% !important;
 z-index:999;
 margin-top: 1px;
}
#calcTableControlContainer {
 position:absolute;
 left:0px;
 top:32px;
 z-index:50;
}
#calcTableShowButtonContainer {
 position:absolute;
 right:5px;
 z-index:50;
 top:3px;
}
.cke.cke_chrome {
 border:none;
}
.cke_inner {
 background:transparent !important;
}
.cke_top,.calcTableEdit {
 border-top:1px solid #B1CCF8 !important;
 border-bottom: 1px solid #4D74AE !important;
 background: #d1e4fc; /* Old browsers */
 background: -moz-linear-gradient(top, #d1e4fc 0%, #81a9e2 100%) !important; /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1e4fc), color-stop(100%,#81a9e2)) !important; /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top, #d1e4fc 0%,#81a9e2 100%) !important; /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top, #d1e4fc 0%,#81a9e2 100%) !important; /* Opera 11.10+ */
 background: -ms-linear-gradient(top, #d1e4fc 0%,#81a9e2 100%) !important; /* IE10+ */
 background: linear-gradient(to bottom, #d1e4fc 0%,#81a9e2 100%) !important; /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1e4fc', endColorstr='#81a9e2',GradientType=0 );
}
a.cke_button,.calcTableButton {
 padding: 2px 3px !important;
 text-shadow: 0 0 2px white;
}
a.cke_button_off,a.cke_button_disabled,.calcTableButton {
 border:1px solid transparent;
}
a.cke_button_off:hover, a.cke_button_off:focus, a.cke_button_off:active, a.cke_button_disabled:hover,
a.cke_button_disabled:focus, a.cke_button_disabled:active,a.cke_button_on,a.cke_button_on:hover, a.cke_button_on:focus,
a.cke_button_on:active, a.calcTableButton.active, a.calcTableButton:hover, a.calcTableButton.active {
 background: #ffd58b; /* Old browsers */
 background: -moz-linear-gradient(top, #ffd58b 0%, #ffae56 100%) !important; /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd58b), color-stop(100%,#ffae56)) !important; /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top, #ffd58b 0%,#ffae56 100%) !important; /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top, #ffd58b 0%,#ffae56 100%) !important; /* Opera 11.10+ */
 background: -ms-linear-gradient(top, #ffd58b 0%,#ffae56 100%) !important; /* IE10+ */
 background: linear-gradient(to bottom, #ffd58b 0%,#ffae56 100%) !important; /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd58b', endColorstr='#ffae56',GradientType=0 );
 border:1px solid #0C087F !important;
 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3) inset !important;
}
/*#calcTableControlContainer .calcTableToolbar {
 border:1px solid #0C087F !important;
}
#calcTableControlContainer .calcTableToolbar a.calcTableButton:hover, #calcTableControlContainer .calcTableToolbar a.calcTableButton.active {
 border-top-color:transparent !important;
 border-bottom-color:transparent !important;
}
#calcTableControlContainer .calcTableToolbar a.calcTableButton:last-of-type:hover {
 border-right-color: transparent; !important;
}
#calcTableControlContainer .calcTableToolbar a.calcTableButton:first-of-type:hover {
 border-left-color: transparent; !important;
}*/
.cke_ltr .cke_button:first-child, .cke_rtl .cke_button:last-child,.cke_ltr .cke_button:last-child, .cke_rtl .cke_button:first-child  {
 border-radius:0 !important;
}
.cke_toolgroup,.calcTableToolbar {
 background:transparent !important;
 border:none !important;
 box-shadow: none !important;
}
#calcTableControlContainer .calcTableToolbar {
 border:1px solid transparent !important; /* #4D74AE */
 /*box-shadow: 0 0 3px #aeeaee, 0 0 2px rgba(0,0,0,0.3) inset !important;*/
 border-radius:0;
 height:24px;
 /*background-color: rgba(255, 255, 255, 0.2) !important;*/
}
#calcTableControlContainer a.calcTableButton {
 border-color:#4D74AE !important;
}
#calcTableControlContainer a.calcTableButton:not(:first-of-type) {
 border-left: none !important;
}
a.cke_combo_button {
 background: #dbe9f9; /* Old browsers */
 background: -moz-linear-gradient(top, #dbe9f9 0%, #9fbae0 100%) !important; /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbe9f9), color-stop(100%,#9fbae0)) !important; /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top, #dbe9f9 0%,#9fbae0 100%)!important; /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top, #dbe9f9 0%,#9fbae0 100%) !important; /* Opera 11.10+ */
 background: -ms-linear-gradient(top, #dbe9f9 0%,#9fbae0 100%) !important; /* IE10+ */
 background: linear-gradient(to bottom, #dbe9f9 0%,#9fbae0 100%) !important; /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbe9f9', endColorstr='#9fbae0',GradientType=0 );
 border: 1px solid transparent !important;
 box-shadow:none !important;
 margin: 0 6px 1px  0 !important;
}
/* need to test new COMMENT buttons - commented this out. ALEX
#calcTableControl {
 height:33px !important;
}*/
#firstButton, #secondButton {
 border:1px solid transparent !important;
 box-shadow:none !important;
}
#firstButton {
 border:none !important;
}
.cke_panel {
 border: 1px solid #4D74AE !important;
}
.cke_panel_grouptitle {
 background: #d1e4fc; /* Old browsers */
 background: -moz-linear-gradient(top, #d1e4fc 0%, #81a9e2 100%) !important; /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1e4fc), color-stop(100%,#81a9e2)) !important); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top, #d1e4fc 0%,#81a9e2 100%) !important; /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top, #d1e4fc 0%,#81a9e2 100%) !important; /* Opera 11.10+ */
 background: -ms-linear-gradient(top, #d1e4fc 0%,#81a9e2 100%) !important; /* IE10+ */
 background: linear-gradient(to bottom, #d1e4fc 0%,#81a9e2 100%) !important; /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1e4fc', endColorstr='#81a9e2',GradientType=0 );
}
/*#advCalcTableOptionsToggle {
 display: inline-block;
 margin: 8px 0px 0px 1px;
 width: 0px;
 height: 0px;
 cursor: default;
 vertical-align: top;
 border-left: 3px solid transparent;
 border-right: 3px solid transparent;
 border-top: 3px solid #474747;
}*/