/*Main CSS as of July 23 2021 */

/* Cloud sync */
.cloudSources-dialog {width: 400px; display: none; padding-top: 10px;}
.cloudSyncButton{}
 
 /*  zomix jquery ajax list plugin styles.*/
.ui-widget-content a{color:#000;}
.ajxList-table {width:100%; border-left:1px solid #d2cece; border-top:1px solid #d9cece; border-bottom:none; table-layout:fixed;}
.ajxList-table th {background:#99c32e url(/sysimages/tall-tsc-button-overlay.png);background-repeat:repeat-x;background-size:100% 100%; text-align:left; color:#ebebeb; border:1px solid #fff; border-right:none;}
.ajxList-table th h3 {font-size:1.5rem; padding:1px 8px;line-height:normal;letter-spacing: normal; margin: 8px auto;}
.ajxList-table td {padding:3px; border-bottom:1px solid #d9cece; border-right:1px solid #d9cece;cursor:pointer;word-wrap:break-word;}
.ajxList-table .ajxList-colSortable h3 {background:url(/sysimages/sort.gif) 7px center no-repeat; cursor:pointer; padding-left:18px}
.ajxList-table .desc, .ajxList-table .asc {background:#789925 url(/formsrus/images/tall-tsc-button-overlay.png);background-repeat:repeat-x;background-size:100% 100%;}
.ajxList-table .desc h3 {background:url(/formsrus/images/desc.gif) 7px center no-repeat; cursor:pointer; padding-left:18px;}
.ajxList-table .asc h3 {background:url(/formsrus/images/asc.gif) 7px  center no-repeat; cursor:pointer; padding-left:18px;}
.ajxList-table .ajxList-colSortable:hover {color:#fff;color:#fff !Important;}
.ajxList-table .evenRowx{background:#fff}
.ajxList-table .oddRowx{background:#f2f2f2}
.ajxList-table tr.ajxList-actionRow:{background: #fff}
.ajxList-table tr.ajxList-actionRow:nth-child(odd){background:#f2f2f2}

.ajxList-table .rowHover {background:#bae0c0}
.ajxList-table .selectorBox{text-align:center;width:40px;}
.ajxList-table .selectorBox2{vertical-align:middle;}
.ajxList-table .selectorBox input, .ajxList-table .selectorBox2 input{cursor:pointer;width: 18px;height: 18px;}
.blockOverlay{cursor:wait; opacity:0.5;}
.clearFloat{clear:both;}
.rightTxt{text-align:right;}
.floater{float:left;}
.floater2{float:right;}

/* User Stips Editor & Team editor styles */
.stipEditWrap input[type=text], .stipEditWrap textarea, .stipEditWrap select, .teamEditWrap input[type=text], .teamEditWrap textarea, .teamEditWrap select{
    border: 1px solid rgba(0, 0, 0, 0.40);
    border-radius: 3px;
    background-color: #fdfdfd;
    font-size: 12px;
}
.stipLabel, .teamLabel{
    padding: 8px 0px 3px 0px;
}
#stipButtons, #teamButtons{
    text-align:center;
    margin-top: 8px;
}
.ajxList-wrapper .listFooter {height:30px; padding:6px; margin: 10px 0px 0px 10px;}
.ajxList-wrapper .listNav {float:left}
.ajxList-wrapper .listNav img {cursor:pointer; margin-top:8px;}
.ajxList-wrapper .listNav div {float:left; margin-right:15px;}
.ajxList-wrapper .listLocation {float:right;}
.ajxList-wrapper .listLocation select {margin-right:4px;padding:3px 5px;}
.ajxList-wrapper .listLocation div {float:left;}
.ajxList-wrapper .listPageInfo {margin: 6px 0px 0px 15px; font-style:italic}
.ajxList-wrapper .listHeader {padding:6px; margin:10px 0px 0px 0px;}
.ajxList-wrapper .listSearch div {display:table-cell;}
.ajxList-wrapper .listSearchTitle {margin:3px 4px;}
.ajxList-wrapper .listDetails div {margin-top:16px;float:left; margin-right:8px;}
.ajxList-wrapper .ajxList-records {margin:2px 15px 0px 0px;}
.ajxList-wrapper .ajxList-searchCol {width:125px;max-width:100%; margin:0px 4px; padding:3px;}
.ajxList-wrapper .ajxList-searchString {width:150px; max-width:100%; padding:3px;}
.ajxList-scroll {height:400px;overflow-x:hidden;overflow-y:auto;}
.ajxList-scroll table {position:relative;width:100%;}
.ajxList-scroll table th {position:sticky;top:0;z-index:+1}

#stipTable {width:600px;max-width:100%; margin:0 auto;}
#teamTable {max-width:1000px; margin:0 auto;}

.stipEditWrap .Sti_Sort { width:100px;}
.stipEditWrap .Sti_Number, .stipEditWrap .Sti_AdditionalInfo { width:300px;}
.stipEditWrap textarea { width:420px; max-width:100%;  height:100px;}
.teamEditWrap .editField { width:300px;}
.noRecords div {font-weight:bold;text-align:center;padding:10px;}
.teamMemberSelectArea{
  min-width:480px;
  margin:4px auto;
  max-height:300px;
  height:290px;
  overflow-x:hidden;
  overflow-y:scroll;
  border: 1px solid silver;
  padding: 4px;
  font-size: 0.85em;
}
.teamSelectedMembers{
    display: table;
    width: 100%;
}
.teamSelectedMembers .memberRow{
    display: table-row;
    cursor: pointer;
}
.teamSelectedMembers .addMemberChk{
  cursor: pointer;
}
.teamSelectedMembers .memberRow:nth-child(odd){
  background:#f0f0f0
}
.teamSelectedMembers .memberRow:hover div:not(.memberHeader){
  background:rgba(144, 194, 19, 0.55);
}
.teamSelectedMembers .memberHeader{
    font-weight: bold;
}
.teamSelectedMembers .memberCell{
    display: table-cell;
    padding: 4px;
}
@media(max-width:500px){
  .ajxList-wrapper .listSearch div {display:block;text-align:center;}
  .listSearch {border: 1px solid rgba(0, 0, 0, 0.25);padding:5px;overflow: hidden;background:#fefefe url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size: 100% 100%;}
  .ajxList-wrapper .ajxList-searchCol {width:80%;}
  .ajxList-wrapper .ajxList-searchString {width:80%;}
}

.dialogSiteInfoText img{max-width: 99%;}

/*from ManageClients.css */

.sortWrapper{display:block;overflow:hidden;min-height:200px;}
.padding8{padding:8px;}

.ClientListSearchHeader{margin-top:5px;overflow:hidden;padding:0px 5px;font-size:1.3rem;}
.clientActionButWrapper{margin-top:3px;}

.unusedFields{width:420px;}
.ltGrnBG{background:#eff3d5 url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size:100% 100%;}
.connectedSortable { list-style-type: none; margin: 0; padding: 0 0 2.5em; margin-right: 10px; }
.tabFields{list-style-type: none; margin: 0; padding: 0; margin-right: 10px;}

.fieldPlaceHolder,.connectedSortable li,.tabFields li {
  text-align:left;margin: 0 5px 3px; padding: 2px 5px; font-size: 1.2em; 
  width: auto; max-width:100%; 
  cursor:move;white-space:normal; overflow: hidden;}
.clientList.DCMMgrList{padding:5px;}
.tabForm.currentTabFields{float:left;}
.tabFields li input{color:#000;
  width:100%;max-width:100%;margin-bottom:0px;
  font-size:1.6rem;}
.tabForm{display:block;float:none;padding:0px;margin-right:0px;overflow:hidden;}
.ui-tabs .ui-tabs-panel{padding:8px 0px !important;}
@media(min-width:700px){
  .fieldPlaceHolder,.connectedSortable li,.tabFields li {
    text-align:right;margin: 0 5px 3px; padding: 2px 5px; font-size: 1.0em; width: 700px; cursor:move;
    white-space:nowrap; overflow: hidden;
  }
  .tabFields li input{width:360px;margin-bottom:0px;font-size:1.6rem;}
  .tabForm{display:block;float:right;padding:5px;margin-right:10px;overflow:hidden;}
  .ui-tabs .ui-tabs-panel{padding:1em 1.4em;}
}
.sortableFieldList .tabContainer{float:left;margin: 5px 5px 0px 0px;}
.availableFields .add_Avail_Button{float:left;}
.selectedFields .add_Avail_Button{display:none;}
.availableFields .remove_Avail_Button{display:none;}
.selectedFields .remove_Avail_Button{float:right;}
.copyBuyerButDiv{text-align:center;display:table;margin:auto;}

.staticFormFields{display:inline-table;text-align:left;width:360px;max-width:100%;height:20px;border: 1px solid rgba(0, 0, 0, 0.25);background-color:#f0f0f0;color:#888;padding:2px;}
.unusedFields .connectedSortable li{width:600px;}
li.NewInputField{background-color:#eff3d5;}
.fieldPlaceHolder{background-color:#ffd6a4;border: 1px solid rgba(0, 0, 0, 0.25);height:26px;transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;
}
.listPlaceHolder{background-color:#ffd6a4;border: 1px solid rgba(0, 0, 0, 0.25);height:25px;transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;}
.existingField{ border: 1px solid rgba(0, 0, 0, 0.25);  background-image: url(/sysImages/tall-tsc-button-overlay.png);  background-color:#fefefe; color:#121212;  }
.newField{color:#121212;border:1px solid #c0c0c0;background:#90c213 url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size: 100% 100%;}
.unusedFields ul li.newField{background-color:#eff3d5;}

#userTabs li .ui-icon-close { float: left; margin: 0.4em 0.2em 0 0; cursor: pointer; }
.unusedFields{background-color:#f0f0f0;}
.ui-resizable-se {bottom: 17px;} 
.transition{transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;}
.ui-widget input.fieldType{color:#b0b0b0;font-size:1.4rem;font-style:italic;border: 1px solid rgba(0, 0, 0, 0.25);padding:2px;background-color:#f0f0f0;}

.fieldValue{width:200px;font-size:1.4rem;border: 1px solid rgba(0, 0, 0, 0.25);padding:2px;font-style:italic;color:#b0b0b0;}
.selected .fieldValue{font-style:normal;color:#000;background-color:#eff3d5;}

ul.availableFields li span.MoveThisSpan{display:inline-block;float:left;width:20px;height:20px;background-image:url(/sysImages/gray-bold-left-arrow-icon.png);background-repeat:no-repeat;cursor:pointer;};
ul.availableFields li span.EditIconSpan{display:none;float:left;height:20px;width:20px;background-image:url(/sysImages/preferences-system_003_ox.png);background-repeat:none;}
ul.selectedFields li span.EditIconSpan{background-color:#f0f0f0;padding:2px 0px 0px 2px;display:inline-block;height:18px;width:18px;float:left;cursor:pointer;border: 1px solid rgba(0, 0, 0, 0.25);border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;background-image: url(/sysImages/small-button-overlay.png);}
ul.selectedFields li span.EditIconSpan span{display:block;height:16px;width:16px;background-image:url(/sysImages/preferences-system_003_ox.png);background-repeat:no-repeat;}
ul.selectedFields li span.EditIconSpan:hover{background-color:#fff;}
ul.selectedFields li span.MoveThisSpan{display:inline-block;float:right;width:20px;height:20px;background-image:url(/sysImages/gray-bold-right-arrow-icon.png);background-repeat:no-repeat;cursor:pointer;};
fieldset.fieldsetContainer {border: 1px solid red;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;}
fieldset.fieldsetContainer legend{font-size:12px;font-weight:bold;}
input.editDetailField{font-size:13px;padding:3px;width:415px;border: 1px solid rgba(0, 0, 0, 0.25);border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;}
ul.availableFields li span.autoFillName{display:none;}
ul.selectedFields li span.autoFillName{text-align:left;display:inline-block;height:36px;width:200px;padding-left:20px;background-image:url(/sysImages/gray-bold-right-arrow-icon.png);background-repeat:no-repeat;vertical-align: middle;background-position: left center;}
ul.selectedFields li span.autoFillName input.selectedAutoFillNames{border:0px;background:none;}


.tabNameTab{display:inline-block;padding:3px 10px;background-color:#90c213;background-image: url(/sysImages/large-button-overlay.png);color:#fff;font-weight:bold;
border-radius: 6px 6px 0px 0px;
-moz-border-radius:6px 6px 0px 0px;
-webkit-border-top-right-radius: 6px;
-webkit-border-top-left-radius: 6px;}

.availFieldTableAdmin{width:600px;max-width:100%;}
.availFieldTableAdmin tr:nth-child(odd){background:#eff3d5;}
.availFieldTableAdmin tr:first-child{color:#fff;font-weight:Bold;background:#49630a url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size: 100% 100%; }
.availableUserFields{border-collapse:collapse;}
.availableUserFields tr{background-color:#fff;} 
.availableUserFields tr.header{}
.availableUserFields tr.alt{background-color:#eff3d5;}
.availableUserFields tr.lookupUsed{background-color:#c0c0c0;}
.availableUserFields tr.header{background:#90c213 url(/sysImages/large-button-overlay.png) repeat-x;background-size: 100% 100%;;color:#fff;font-size:1.4rem;font-weight:bold;}
.availableUserFields td{padding:3px;margin:2px;border: 1px solid #90c213}
.listHeaderTable{border-collapse:collapse;width:100%;}
#theHeaderMenu{background:#90c213 url(/sysImages/large-button-overlay.png) repeat-x;background-size: 100% 100%;border-top:2px solid #49630a;border-bottom:2px solid #49630a;}
#theHeaderMenu td{white-space:normal;padding:4px 6px 0px;height:auto;}
@media(min-width:900px){
  #theHeaderMenu td{white-space:nowrap;height:25px;}
}

.listHeaderTable tr td{padding:4px 6px 4px 7px;border: 1px solid #90c213;text-decoration:none;cursor:e-resize;}
.listHeaderTable tr td:hover{}
.listHeaderTable tr td .colName{display:inline-block;height:auto;float:none;font-size:1.4rem;font-weight:bold;margin-right:4px;margin-top:3px;}
@media(min-width:900px){
  .listHeaderTable tr td .colName{display:inline-block;height:22px;float:left;font-size:1.4rem;font-weight:bold;margin-right:4px;margin-top:3px;}
  }
.listHeaderTable tr td .sort{display:none;}
@media(min-width:900px){
  .listHeaderTable tr td .sort{display:inline-block;background-repeat:no-repeat;width:22px;height:22px;background-position:right;}
  }

.listHeaderTable tr td .sortable{background-image:url(/sysImages/dual_sort_neutral.png);}
.listHeaderTable tr td .nonsort{background-image:url(/sysImages/dot.gif);}
.listHeaderTable tr td .selected{background-image:url(/sysImages/dual_Sort_Up.png);}
.listHeaderTable tr td .selectedDESC{background-image:url(/sysImages/dual_Sort_Down.png);}
.listHeaderTable tr td .remove{ display:inline-block;background-repeat:no-repeat;width:22px;height:22px;background-position:right;background-image:url(/sysImages/remove_22.png);background-repeat:no-repeat;cursor:pointer;  }

.listHeaderTable tr.sampleData{background-color:#fefefe;}
.listHeaderTable tr.sampleData:hover{background-color:#90c213;}
.listHeaderTable tr.alt,.listHeaderTable tr:nth-child(odd){background:#eff3d5 url(/sysImages/large-button-overlay.png) repeat-x;background-size: 100% 100%;}
.listHeaderTable tr.sampleData td{}
.listHeaderTable tr.sampleData td:hover{cursor:pointer;}

.listHeaderTable tr td.presetFields{color:#676767;font-style:italic;}
.listHeaderTable tr.clientSelected{background-color:#90c213;}

.listHeaderTable tr td.actionTD{text-align:center;white-space:normal;}
.listHeaderTable tr td.actionTD span a{margin-top:4px;min-width:55px;max-width:100%;}
.listHeaderTable tr td.actionTDEdit span a{min-width:55px;}
@media(min-width:900px){
  .listHeaderTable tr td.actionTD{white-space:nowrap;}
  .listHeaderTable tr td.actionTD span a{margin-top:0px;width:auto;}
}
.listHeaderTable tr td.actionTDEdit{width:105px;text-align:center;white-space:nowrap;}

.actionTDEdit input[type="checkbox"]{width:25px;height:25px;}

.detailNavButtons{line-height:28px}
.detailNavButtons a{}
.inList{font-weight:bold;}
.inListInfo{color:#343434;font-style:italic;padding-left:10px;}
.tsc_button.leftIcon{height:22px;white-space:normal;padding:2px 8px 2px 2px}
.tsc_button.leftIcon img{float:left;border:0}
.tsc_button.leftIcon span{display:inline-table;margin-left:3px;padding-top:5px}
.tsc_button.rightIcon{height:22px;white-space:normal;padding:2px 2px 2px 8px}
.tsc_button.rightIcon img{float:right;border:0}
.tsc_button.rightIcon span{display:inline-table;margin-right:3px;padding-top:5px}

.addContainer{float:none;margin-bottom:6px;text-align:center;}
.searchContainer{font-size:1.5rem;float:none;text-align:center;position:relative;max-width:100%;height:30px;padding:5px;margin-bottom:8px;
  
}

/* DCM Combo fields */
#comboFieldBuilder .comboItem{
  user-select: none;
  white-space: nowrap;
  color: #000;
  padding: 6px 14px 6px 14px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  margin: 3px;
  font-size: 1.05rem;
  position: relative;
}
#comboFieldBuilder .comboItem .comboDel{
  transition: .3s ease;
  opacity: 0;
  position: absolute;
  top: -6px;
  right: -2px;
}
#comboFieldBuilder .comboItem:hover .comboDel{
 opacity: 1;
}
#comboFieldBuilder .comboField{
  background-color: #ccd4e2;
}
#comboFieldBuilder .comboSep{
  background-color: #d8d6d6;
}
.comboField.readOnly{
  background:#f0f0f0;
  color:#888;
}
.selectedFields .comboIcon{
  padding: 2px 4px 2px 4px;
}

/*Wizard Progress */
#progress,#complete,#ccomplete {
    width: 520px;
    max-width:100%;
    margin: 1px 0 5px;
    height: 32px;
    background:url(/sysImages/S7OVF.png);
    position:relative;
}
#complete,#ccomplete {    background-position: 0px 57px;    margin-top: 0;}
#complete #marker,#ccomplete #marker {
    position: absolute;
    top: 0;
    right: -26px;
    background:url(/sysImages/bewH7.png);
    width: 26px;
    height: 32px;
}
#progress .s1 {    width: 19px;}
#progress .s2 {    width:111px;}
#progress .s3 {    width:203px;}
#progress .s4 {    width:295px;}
#progress .s5 {    width:386px;}
#progress .s6 {    width:478px;}
#progress .s2 #marker {    background-position: -26px 0;}
#progress .s3 #marker {    background-position: -52px 0;}
#progress .s4 #marker {    background-position: -78px 0;}
#progress .s5 #marker {    background-position: -104px 0;}
#progress .s6 #marker {    background-position: -130px 0;}

.progBarOffset{margin-left:16px;}
.progDesc{color:#c0c0c0;}

.markerDesc{font-size:1.1rem;width:92px;display:table-cell;text-align: center;}

.selectedStep{color:#000;}

/* Wizard Styles */
.wizPageContainer{position: relative;
    width: 99%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5px;
    box-sizing: border-box;}
.wizFaxContainer{text-align: left;}
.progressBar{display:none;width:auto;margin:auto;text-align: center;margin-top:5px;border-top: 1px solid rgba(0, 0, 0, 0.25);padding-top:5px;}
.progressOn{display:table;}
@media(max-width:550px){
  .progressBar{display:none;}
}
.wizardName{font-weight:bold;}
.cancelWizard{display:none;cursor:pointer;float:right;width:22px;height:22px;margin:-8px -4px;background: url(/sysImages/emblem-unreadable_tn.png) no-repeat;background-size: 22px 22px;}
.cancelWizardDiv{cursor:pointer;float:right;margin:-4px auto;}
.wizardDialogButton{display:none;border: 1px solid rgba(0, 0, 0, 0.25);padding:3px;display:block;height:23px;margin-top:4px;background:#f0f0f0 url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size: 100% 100%;}
.wizardDialogButton:hover{cursor:pointer;background-color: #FFD800}
.wizardDialogIcon{text-align: center;}
.wizardDialogBox{display:none;box-sizing: border-box;width:98%;max-width:1190px;min-height:50px;padding:10px 6px;border: 1px solid rgba(0, 0, 0, 0.25);margin:15px auto;background-color: #FFD800 }
.wizardDialogCell{display:table-cell;vertical-align: top;}
.wizardDBText{vertical-align: top}
.wizardLeftColumn,.wizardRightColumn{display:table-cell;vertical-align:top;}
.wizardLeftColumn{width:390px;max-width:100%;padding-left:4px;padding-right:4px;}
.wizardRightColumn{font-size:1.3rem;padding:0 15px 0 10px;border-left: 1px solid rgba(0, 0, 0, 0.25);}
.wizardTopColumn{text-align:center;margin-right: 10px;}
.wizardTopColumn .wizardTopTxt{text-align:center;margin:0px 6px 20px 6px;}
.wizardFullColumn{max-width:500px;margin-left:4px;text-align:left}
.wizardSelect{width:370px;max-width: 100%;} 
.wizardStepLoading{padding:20px;display:none;}
.backWizardDiv{margin-bottom:10px;}
.wizardOptionsNext{font-size:1.4rem;}
.wizardOptionsStep2{font-size:1.2rem;line-height: 1.3rem;}
.wizOptionSelect{margin-top: 3px;}
.wizDescription{padding-left:3px;}
.wizFourSteps{width:360px;margin:auto;overflow:hidden;}
.tsc_button.wizNextStepBut{margin:1px auto;text-align: left;width:155px;max-width:100%;}
.tsc_button.wizNextStepBut2{margin:1px auto;text-align: left;width:340px;max-width:100%;}

.wizListofForms{padding:6px;margin-bottom:5px;border: 1px solid rgba(0, 0, 0, 0.25);background-color: rgba(0, 0, 0, 0.10);}
.wizListofForms li{margin-bottom:1px;}

.wizPkgInfo{padding:2px;margin-right:4px;border: 1px solid rgba(0, 0, 0, 0.55);background:rgba(0, 0, 0, 0.25)}
.wizPkgInfo ul{list-style: disc;} 
.wizPkgInfo ul li{margin-left:20px;font-weight:bold;}
.wizAddDocWraper{margin-top:4px;}

.mlsWizReview{margin: 15px;}
.mlsWizReview .revRow{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.mlsWizReview .revCol{
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}
.mlsWizReview .revGroup{margin-bottom:40px;}
.mlsWizReview .revGroup h3{
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius:4px 4px 4px 4px;
  -webkit-border-radius: 4px;
  max-width:402px;
  padding:6px;
  cursor:pointer;
}
.mlsWizReview .revField{margin: 14px 0px 14px 0px}
.mlsWizReview .revField label{margin-bottom:4px;}
@media(min-width: 800px){.mlsWizReview .revCol{flex: 1}}

#currentPassword,.shareURL{font-weight:bold;}
@media(max-width: 900px){
  .wizardDialogButton{margin-bottom:18px;}
 .wizardSelect{width:auto;} 
.wizardLeftColumn,.wizardRightColumn{display:block;width:99%;border:0;}
.wizardRightColumn{border-top: 1px solid rgba(0, 0, 0, 0.25); }
.cancelWizardDiv{display:none;}
  .cancelWizard{display:block;}
}
@media(max-width:550px){
  .searchContainer{height:auto;overflow: hidden;border:0;background: none;}
  
}
.searchAZContainer{display:block;clear:both;float:none;width:auto;margin-top:2px;}
.searchAZContainer .refinedBy{float:none;text-align: left;}
.searchWorking{}
#currentSortCol{font-weight:bold;}
.foundAZColumn{position:relative;display:inline-table;margin-left:10px;}
.listHeaderTable{font-size:1.3rem;}
.listHeaderTable tr.sampleData td{overflow:hidden;}
.listHeaderTable tr.sampleData td .data p{margin:0;}
.listHeaderTable tr.sampleData td .datetime p{white-space: normal;}
@media(min-width: 750px){.listHeaderTable tr.sampleData td .datetime p{white-space: nowrap;}}
.foundAZColumn span.data p:first-letter{font-weight:bold;padding:0;margin:0}
.foundAZColumn span.icon{position:absolute; top:1px;left:-16px;width:16px;height:16px;background-image:url(/sysImages/arrow_right22.png);background-repeat:no-repeat;}

.clientTabs{}
.addTabButton{display:table;float:left;margin-right:10px;}
.addTabButton span{float:left;margin-right:4px;}
.fieldHeader{text-align:left;}
.fieldHeader dd{display:inline-table;margin:0px;padding:3px;font-size:16px;font-weight:bold;text-align:left;}
.fieldHeader dd.i1{width:38px;}
.fieldHeader dd.d1{width:150px;}
.fieldHeader dd.c1{width:150px;}
.fieldHeader dd.a1{width:150px;}
.searchResetX{position:absolute;left:240px;top:8px;}
.statusMsg{color:#000;padding:5px 40px;margin-right:10px;background:#E3E112 url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size: 100% 100%;font-weight:Bold;text-align:center;text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5); }

@media (min-width: 850px){
.addContainer{float:right;margin-top:5px;}
.addContainer.caa{margin:8px 5px;}
.searchContainer{float:left;text-align:left;}
}


/*from Client_Edit.css */


.listHeaderTable tr td{cursor:pointer;}
.tabButtons{
  text-align: center !important;
}
.tabForm{width:100%;
  display:block;
  float:left;
  padding:5px;
  margin-right:10px;
  overflow:hidden;  
  background-color:transparent;}

input.tabForm.required,input.tabform.required{background-color:#ff8080;}

.fieldPlaceHolder,.connectedSortable li,.tabFields li {cursor: default}

.ClientMgrTable{border-spacing:2px;border-collapse: seperate;width:100%;max-width:100%;}
.ClientMgrTable tr{}
td.clientInfo{padding:3px;font-size:1.5rem;white-space: normal;width:25%;}
td.clientInput input,td.clientInput select{font-size:15px;border: 1px solid rgba(0, 0, 0, 0.25);max-width:100%;}

td.clientInput input.tabform{width:100%;max-width:100%;}
td.clientInput input.tabform.single{width:100%;max-width:100%;}

.caaInnerClientMgrTable{width:100%;max-width:100%;}
.AutoFillSellingListing{cursor:pointer;}
.AutoFillSellingListing:hover{background:#eff3d5 url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size: 100% 100%;border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;}

.statusMsg{color:#000;padding:5px 20px;margin-right:10px;background:#E3E112 url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size: 100% 100%;font-weight:Bold;text-align:center;text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5); }
.statusMsg span{background: url(/sysimages/color-tick16.png) no-repeat;display:inline-block;width:20px;height:16px;}

/*.row{display:block;overflow:hidden;}*/
/*.six{width:48%;float:left;margin-right:1%;}*/

.irow{display:block;overflow:hidden;min-height:30px;}
.irow div{float:left;width:46%;padding:1%;}
div.clientInfo{font-size: 1.5rem;text-align:right;}
div.clientInput{margin-left:2px;min-height:25px;overflow:visible;padding:2px;border: 1px solid rgba(0, 0, 0, 0.25);background:#fff;}
div.clientInput div{width:100%;}

.clientActionHeader{display:table;width:100%;clear:both;}
.clientActionReturnWrapper{float:left;width:190px;margin:3px 0px;}
.clientActionButWrapper{margin:3px 0px;float:right;text-align:right;}
@media(max-width:775px){
  .clientActionReturnWrapper{clear:both;float:none;width:100%;text-align:center;}
  .clientActionButWrapper{clear:both;float:none;width:100%;text-align:center;clear:both;}
}

.inUseClientList{margin:0px 0px 0px 5px;padding:0px;}
.absmiddle{vertical-align: middle;}
.tabformSelect{padding:3px;width:150px;border: 1px solid rgba(0, 0, 0, 0.25);background:#eff3d5 url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size: 100% 100%; }


.ClientEditGrp{border: 1px solid rgba(0, 0, 0, 0.25);padding:3px; }

.tabFields li input.clientEditInput.disabled{color:#565656;background-color: #e0e0e0;}

.notesDiv{display:block;clear:both;overflow:hidden;}
/*.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }*/

 @media(max-width:550px){
  .six.columns.ownerPropDiv{margin-top:10px;}
 }

/*Saved_List_Doc_Uploader.css */

.plupload_file_status{color:#777}
.plupload_file_status span{color:#42454A}
.plupload_file_size,.plupload_file_status,.plupload_progress{width:80px}
.plupload_file_size,.plupload_file_status,.plupload_file_action{text-align:right}
.plupload_filelist .plupload_file_name{width:255px}
.plupload_file_action{float:right;width:16px;height:16px;margin-left:15px}
.plupload_file_action *{display:none;width:16px;height:16px}
.plupload_progress,.plupload_upload_status{display:none;float:left;margin-top:2px}
.plupload_progress_container{margin-top:3px;border:1px solid #CCC;background:#FFF;padding:1px}
.plupload_progress_bar{width:0;height:7px;background:#CDEB8B}
.plupload_scroll .plupload_filelist_header .plupload_file_action,.plupload_scroll .plupload_filelist_footer .plupload_file_action{margin-right:17px}
.plupload_clear,.plupload_clearer{clear:both}
.plupload_clearer,.plupload_progress_bar{display:block;font-size:0;line-height:0}
#uploadZone{width:100%;display:none;padding-top:5px;margin:0}
.dragBox{width:400px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;border:1px dashed silver;padding:10px}
.uploadOutterWrapper{padding-top:5px}
.uploadWrapper #FileContainer{overflow:hidden;margin:0 0 20px}
.uploadWrapper #dropArea{overflow:visible;width:auto;min-height:125px;background-color:#FBFBFB;border:1px solid silver;text-align:center;color:#444;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;-moz-box-shadow:0 0 5px #888;-webkit-box-shadow:0 0 5px #888;box-shadow:0 0 5px #888;margin:0 8px 15px;padding:10px}
.uploadWrapper #dropArea.draggingFile{border:2px solid #DADADA}
.uploadWrapper #dropArea.draggingFileHover{border:2px solid #DADADA;background-color:#EBEBEB}
.uploadWrapper .fileItem{background-color:#F4F4F4;background-image:url(/sysImages/large-button-overlay.png);width:99%;height:25px;font-size:.8em;vertical-align:middle;margin:0 0 3px;padding:2px}
.uploadWrapper #filelist .completed,.uploadWrapper #filelist .cancelled{background-color:#FFF;color:#A9A9A9}
.uploadWrapper #filelist .name{display:inline;font-size:12px;float:left;margin:2px;}
.uploadWrapper #filelist .saving{background-color:#fff}
.uploadWrapper .fileItem .fileInfo{float:right;height:25px}
.ie7 .uploadWrapper .fileItem .fileInfo{margin-top:-16px}
.uploadWrapper .size{float:left;margin-right:5px}
.uploadWrapper #filelist .completed .plupload_progress_bar{background-color:#D5D5D5}
.uploadWrapper #fileSelectMsg{font-size:.9em;color:#444;margin:0}
.uploadWrapper .renameLink{margin:0 0 0 10px}
.uploadWrapper .fileRename input{width:200px;margin:0 10px 0 0}
.uploadWrapper .fileRename input.warning{border:solid 3px red}

#singlefilelist{display: table;width:100%;}
#singlefilelist .completed{background-color:#90c213;color:#000}
#singlefilelist .cancelled{background-color:#FF7F7F;color:#000}

#singlefilelist .name{display:inline;margin:2px;}
#singlefilelist .mdi{display:inline;}
#singlefilelist .saving{background-color:#FF0;}
#singlefilelist .fileItem .fileInfo{float:right;height:25px;display:inline-block;white-space: nowrap;}
.ie7 #singlefilelist .fileItem .fileInfo{margin-top:-16px}
#singlefilelist .size{float:left;margin-right:5px}
#singlefilelist .completed .plupload_progress_bar{background-color:#90c213;color:#000;}
#singlefilelist #fileSelectMsg{font-size:.9em;color:#444;margin:0}
#singlefilelist .fileRename{float:right;}

#documentsTable{width:100%;text-align:left;background-color:#fff;font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;font-size:12px}
#documentsTable th h3{background-color:#90c213;background-image:url(/sysImages/large-button-overlay.png);color:#FFF;height:20px;font-size:1.4rem;font-weight:700;margin:auto;padding:4px 2px 0}
.newFile{background-color:#F0FFF7}
#documentsTable .tdcenter{text-align:center}
#dropAreaText{font-size:1.4rem;font-weight:700;text-shadow:0 1px 1px rgba(0,0,0,0.25)}
.delFileInfo{color:#FF0;padding-bottom:8px}
#documentsTable tbody tr.removing td{text-decoration:line-through;background-color:#FFF0F0}
.fieldSet label{border:1px solid silver;border-bottom:0;
  border-radius:6px 6px 0 0;-moz-border-radius:6px 6px 0 0;-webkit-border-top-left-radius:6px;-webkit-border-top-right-radius:6px;
  background:#90c213 url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size: 100% 100%; 
  color:#fff;text-shadow:0 -1px 1px rgba(0,0,0,0.25);display:table;text-align:left;margin:5px 0 0;padding:2px 6px 3px}
.fieldSet .docInput,.readOnlyInfo,.fieldSet .docSelect{
  border-radius:0 4px 4px 4px;-moz-border-radius:4px 0 0 4px;-webkit-border-bottom-left-radius:4px;-webkit-border-top-left-radius:4px;border:1px solid silver;
  background:#eff3d5; font-size:1.3rem; width:250px; max-width:100%;
  
  padding:4px}
.combineFileName{height:20px;}
.fieldSet .requiredField{background-color:#FFF0F0}
.requiredText{color:#FF0;font-weight:700;font-style:italic;background-color: #900000 }
.requiredText2{color:red;font-weight:700;font-style:italic}
.readOnlyInfo{width:98%}
.protectIcon{display:inline-block;width:24px;height:24px;position:relative}
.protectIcon div{position:absolute;top:8px}
.protectset{display:inline-block}
.docDetails{float:right;display:block;width:200px;border:1px solid silver;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;-moz-box-shadow:0 0 8px #888;-webkit-box-shadow:0 0 8px #888;box-shadow:0 0 8px #888;margin:8px 5px;padding:5px}
.editable{padding:2px}
.nowrap{white-space:nowrap;padding-right:4px}
.expired{color:red;font-style:italic}
.expiring{color:orange;font-style:bold}
.fieldSet .inGreen,input.inGreen{background-color:#eff3d5;border:1px solid green}
.fieldSet .required,input.required{background-color:#FFF0F0;border:1px solid red}
.requiredTxt{color:red;font-weight:700;padding-left:4px}
.updatedFile{background-color:#e5bf81}
.copyLink{width:500px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;border:1px solid silver;padding:3px}
.redColumn{background-color:#C00;background-image:url(/sysImages/large-button-overlay.png)}


.docEditImgPreview{float:right;width:210px;height:165px;overflow:hidden;text-align:right;font-size:11px;margin:0 3px;padding:6px}
.docEditImgPreview img{border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;-moz-box-shadow:0 0 8px #888;-webkit-box-shadow:0 0 8px #888;box-shadow:0 0 8px #888;border:2px solid #fefefe}
.uploadWrapper #filelist .cancel,.uploadWrapper .percentComplete{margin-left:5px}
.uploadWrapper #filelist .done,.hidden{display:none}
.uploadWrapper #pickfiles,.uploadWrapper .fileRename{font-size:12px}
.newFile:hover,#documentsTable tbody tr:hover{background-color:#D3EBD7;cursor:pointer}
.swDocumentName{font-size:1.6rem;font-weight:Bold;padding:10px;}
.swSigRecvTableWrapper{width:100%;max-width:100%;margin-bottom:8px;}
.swSigRecvTable{width:100%;}
.swSigRecvTable tr:nth-child(odd){background-color:#f0f0f0;}
.swSigRecvTable tr:first-child{background-color:#343434;color:#fff;}
.swSigRecvTable tr td{padding:1px 3px;}

/*End Saved_List_Doc_Uploader.css */

.mixedLockMsg{position: absolute;display: inline-block;left: 143px;top: 2px;}
.shareURL{ white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -webkit-pre-wrap; /*Chrome & Safari */ 
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
word-break: break-all;
white-space: normal;}
@media (max-width:750px){
  .mixedLockMsg{position: inherit;display: block;left:0;top:0;}
}
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.onlinecontainer{
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5px;
  box-sizing: border-box; 
}

.innerContainer{
  position: relative;
  display:block;
  width:100%;
  max-width:1200px;
  padding:0px;
  text-align: left;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .smenus.columns       { width: 27.173%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .simg.columns         { width: 72.827%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: Verdana,Geneva,sans-serif;
  color: #222; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 2.5rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 2.0rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 1.8rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 1.7rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.6rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 2.5rem;}
  h2 { font-size: 2.0rem; }
  h3 { font-size: 1.8rem; }
  h4 { font-size: 1.7rem; }
  h5 { font-size: 1.6rem;}
  h6 { font-size: 1.5rem;}
}

p {  margin-top: 0; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {  color: #49630a; }
a:hover {  color: #4EF033; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;  
  text-align: center; 
  white-space: nowrap; 
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {  color: #333;  border-color: #888;  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {  color: #FFF;  background-color: #49630A;  border-color: #49630A; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {  color: #FFF;  background-color: #49630A;  border-color: #49630A; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; 
font-size:1.4rem;}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {  border: 1px solid #49630A;  outline: 0; }
label,
legend {  display: block;  margin-bottom: .5rem;  font-weight: 600; }
fieldset {  padding: 0;  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {  display: inline; }
label > .label-body {  display: inline-block;  margin-left: .5rem;  font-weight: normal; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {  list-style: circle inside; }
ol {  list-style: decimal inside; }
ol, ul {  padding-left: 0;  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {  margin: 1.5rem 0 1.5rem 3rem;  font-size: 90%; }
li {  margin-bottom: 1rem; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,.button {  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {  margin-bottom: 1.5rem; color:#000;}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form { margin-bottom: 2.5rem; }

@media(min-width:1000px){
  button,.button {  margin-bottom: 0; }
input,
textarea,
select,
fieldset {  margin-bottom: 0; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {  margin-bottom: 0; }
}
/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {  width: 100%;  box-sizing: border-box; }
.u-max-full-width {  max-width: 100%;  box-sizing: border-box; }
.u-pull-right {  float: right; }
.u-pull-left {  float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
div.row:after,
.u-cf {  content: "";  display: table;  clear: both; }


/* CSS Buttons */
/* Start Button Styles --------------------------------------------- */
input[type="button"],
button { font:inherit; }
*:focus { outline:0 none; }
input[type="submit"] { border:1px solid rgba(0, 0, 0, 0.25); }
input[type="button"],
button { -moz-box-sizing: content-box; }/*fixes mozilla padding - mozilla only, doesn't need webkit or other values */
input[type="button"]::-moz-focus-inner, button::-moz-focus-inner { padding:0; border:0 none;}/*fixes mozilla button padding - mozilla only, doesn't need webkit or other values */
/* General Button Styles, Cascades Down To Every Button ------------- */
.tsc_button {border-radius: 0px;-moz-border-radius: 0px;-webkit-border-radius: 0px; background:#222222 url(/sysImages/button-overlay.png) repeat-x; border:1px solid rgba(0, 0, 0, 0.25); color:#FFFFFF !important; cursor:pointer; display:inline-block; font-size:13px; font-weight:bold; line-height:1; overflow:visible; padding:5px 15px 6px; position:relative; text-decoration:none; text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25); width:auto; text-align:center; }
.tsc_button:hover { background:#111111; color:#FFFFFF; }
.tsc_button:active { background:#242424; }

.tsc_c3b_ltgreen.tsc_button { background-color:#90c213; }
.tsc_c3b_ltgreen.tsc_button:hover { background-color:#749A02; }
.tsc_c3b_ltgreen.tsc_button:active { background-color:#a4d50b; }
.tsc_c3b_tan.tsc_button { background-color:#E0A750; }
.tsc_c3b_tan.tsc_button:hover { background-color:#e5bf81; }
.tsc_c3b_tan.tsc_button:active { background-color:#ffd6a4; }
.tsc_c3b_green.tsc_button { background-color:#91BD09; }
.tsc_c3b_green.tsc_button:hover { background-color:#749A02; }
.tsc_c3b_green.tsc_button:active { background-color:#a4d50b; }
.tsc_c3b_blue.tsc_button { background-color:#0E59AE; }
.tsc_c3b_blue.tsc_button:hover { background-color:#063468; }
.tsc_c3b_blue.tsc_button:active { background-color:#1169cc; }
.tsc_c3b_purple.tsc_button { background-color:#660099; }
.tsc_c3b_purple.tsc_button:hover { background-color:#330066; }
.tsc_c3b_purple.tsc_button:active { background-color:#7f02bd; }
.tsc_c3b_teal.tsc_button { background-color:#2DAEBF; }
.tsc_c3b_teal.tsc_button:hover { background-color:#007D9A; }
.tsc_c3b_teal.tsc_button:active { background-color:#36cbdf; }
.tsc_c3b_red.tsc_button { background-color:#CC0000; }
.tsc_c3b_red.tsc_button:hover { background-color:#990000; }
.tsc_c3b_red.tsc_button:active { background-color:#ea0202; }
.tsc_c3b_magenta.tsc_button { background-color:#A9014B; }
.tsc_c3b_magenta.tsc_button:hover { background-color:#630030; }
.tsc_c3b_magenta.tsc_button:active { background-color:#ce025c; }
.tsc_c3b_orange.tsc_button { background-color:#FF5C00; }
.tsc_c3b_orange.tsc_button:hover { background-color:#D45500; }
.tsc_c3b_orange.tsc_button:active { background-color:#fd762a; }
.tsc_c3b_yellow.tsc_button { background-color:#FFE115; }
.tsc_c3b_yellow.tsc_button:hover { background-color:#E4C913; }
.tsc_c3b_yellow.tsc_button:active { background-color:#fee539; }
.tsc_c3b_white.tsc_button { background-color:#FFFFFF; border:1px solid #CCCCCC; color:#666666 !important; font-weight:normal; text-shadow:0 1px 1px #FFFFFF; }
.tsc_c3b_white.tsc_button:hover { background-color:#EEEEEE; }
.tsc_c3b_white.tsc_button:active { background-color:#ffffff; }
.tsc_c3b_gray.tsc_button { -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.50); background:#FFFFFF url(/sysImages/button-overlay-black.png) repeat-x; border:1px solid #BBBBBB; color:#555555 !important; text-shadow:0 1px 1px rgba(255, 255, 255, 0.5); }
.tsc_c3b_gray.tsc_button:hover { background-color:#EEEEEE; border-color:#999999; color:#444444 !important; }
.tsc_c3b_gray.tsc_button:active { background-color:#ffffff; }
/* xSmall Buttons -------------------------------------------------- */
.tsc_c3b_xsmall.tsc_button { font-size:1.0rem; background-image:url(/sysImages/large-button-overlay.png); background-repeat:repeat-x;background-size: 100% 100%;}
.ui-dialog-content .tsc_c3b_xsmall.tsc_button{padding:6px 10px 3px;}

input[type="submit"].tsc_c3b_xsmall.tsc_button,
.tsc_c3b_xsmall.tsc_button.tsc_c3b_input { padding:2px 8px 4px; }
input[type="button"].tsc_c3b_xsmall.tsc_button,
button.tsc_c3b_xsmall.tsc_button { padding:2px 10px; }
/* Small Buttons -------------------------------------------------- */
.tsc_c3b_small.tsc_button { font-size:1.2rem; padding:6px 15px 5px; background-image:url(/sysImages/large-button-overlay.png); background-repeat:repeat-x;background-size: 100% 100%;white-space: nowrap;}
input[type="submit"].tsc_c3b_small.tsc_button,
.tsc_c3b_small.tsc_button.tsc_c3b_input { padding:3px 15px 4px; }
input[type="button"].tsc_c3b_small.tsc_button,
button.tsc_c3b_small.tsc_button { padding:4px 15px; }
/* Large Buttons ------------------------------------------------- */
.tsc_c3b_large.tsc_button { font-size:14px; padding:8px 19px 9px; background-image:url(/sysImages/large-button-overlay.png);background-repeat:repeat-x;background-size: 100% 100%; }
input[type="submit"].tsc_c3b_large.tsc_button,
.tsc_c3b_large.tsc_button.tsc_c3b_input { padding:6px 16px 6px; }
input[type="button"].tsc_c3b_large.tsc_button,
button.tsc_c3b_large.tsc_button { padding:6px 16px; }
/* Tall Buttons ------------------------------------------------- */
.tsc_c3b_tall.tsc_button {letter-spacing: 0rem; font-size:14px; padding:8px 19px 9px; background-image:url(/sysImages/tall-button-overlay.png);background-repeat:repeat-x;background-size: 100% 100%; }
.tsc_c3b_tall.tsc_c3b_gray.tsc_button { background-color:#FFFFFF; background-image: url(/sysImages/tall-black.png); background-repeat:repeat-x;background-size: 100% 100%; }
.tsc_c3b_tall.tsc_c3b_gray.tsc_button:hover { background-color:#EEEEEE!important; border-color:#999999; color:#444444 !important; }
.tsc_c3b_tall.tsc_c3b_gray.tsc_button:active { background-color:#FFFFFF!important; }


/* Arrows and Icons Classes --------------------------------------- */
.tsc_c3b_download.tsc_c3b_large.tsc_c3b_round span { background:url(/sysImages/arrow-down.png) no-repeat right center; padding-right:30px; margin-right:15px; }
.tsc_c3b_download.tsc_c3b_large span { background:url(/sysImages/arrow-down.png) no-repeat right center; padding-right:30px; margin-right:0px; }
.tsc_c3b_download.tsc_c3b_tall span { float:right; padding-right:40px; margin:0 -5px -1px 0; height:32px; }
.tsc_c3b_download.tsc_c3b_light.tsc_c3b_tall span { float:right; padding-right:40px; margin:0 -5px -1px 0; height:32px; }
.tsc_c3b_download.tsc_c3b_dark.tsc_c3b_tall span { float:right; padding-right:40px; margin:0 -5px -1px 0; height:32px; }
.tsc_c3b_dlDark.tsc_c3b_large.tsc_c3b_round span { background:url(/sysImages/arrow-down-dark.png) no-repeat right center; padding-right:30px; margin-right:15px; }
.tsc_c3b_dlDark.tsc_c3b_large span { background:url(/sysImages/arrow-down-dark.png) no-repeat right center; padding-right:30px; margin-right:0px; }
.tsc_c3b_dlLight.tsc_c3b_large.tsc_c3b_round span { background:url(/sysImages/arrow-down-light.png) no-repeat right center; padding-right:30px; margin-right:15px; }
.tsc_c3b_dlLight.tsc_c3b_large span { background:url(/sysImages/arrow-down-light.png) no-repeat right center; padding-right:30px; margin-right:0px; }
.tsc_c3b_newTopic.tsc_c3b_small.tsc_c3b_round span { background:url(/sysImages/document-new_002_gn.png) no-repeat left center; padding-left:20px; margin-left:5px; }
.tsc_c3b_newTopic.tsc_c3b_small span { background:url(/sysImages/document-new_002_gn.png) no-repeat left center; padding-left:20px; margin-left:0px; }
.tsc_c3b_favs.tsc_c3b_small.tsc_c3b_round span { background:url(/sysImages/help-about_gn.png) no-repeat left center; padding-left:20px; margin-left:5px; }
.tsc_c3b_favs.tsc_c3b_small span { background:url(/sysImages/help-about_gn.png) no-repeat left center; padding-left:20px; margin-left:0px; }
.tsc_c3b_mngfavs.tsc_c3b_small.tsc_c3b_round span { background:url(/sysImages/emblem-favorite_003_gn.png) no-repeat left center; padding-left:20px; margin-left:5px; }
.tsc_c3b_mngfavs.tsc_c3b_small span { background:url(/sysImages/emblem-favorite_003_gn.png) no-repeat left center; padding-left:20px; margin-left:0px; }
.tsc_c3b_refresh.tsc_c3b_small.tsc_c3b_round span { background:url(/sysImages/view-refresh_002.png) no-repeat left center; padding-left:20px; margin-left:5px; }
.tsc_c3b_refresh.tsc_c3b_small span { background:url(/sysImages/view-refresh_002.png) no-repeat left center; padding-left:20px; margin-left:0px; }
.tsc_c3b_home.tsc_c3b_small.tsc_c3b_round span { background:url(/sysImages/go-home_003.png) no-repeat left center; padding-left:20px; margin-left:5px; }
.tsc_c3b_home.tsc_c3b_small span { background:url(/sysImages/go-home_003.png) no-repeat left center; padding-left:20px; margin-left:0px; }
.tsc_c3b_config.tsc_c3b_small.tsc_c3b_round span { background:url(/sysImages/applications-system_gn.png) no-repeat left center; padding-left:20px; margin-left:5px; }
.tsc_c3b_config.tsc_c3b_small span { background:url(/sysImages/applications-system_gn.png) no-repeat left center; padding-left:20px; margin-left:0px; }
.tsc_c3b_settings.tsc_c3b_small.tsc_c3b_round span { background:url(/sysImages/preferences-desktop_gn.png) no-repeat left center; padding-left:20px; margin-left:5px; }
.tsc_c3b_settings.tsc_c3b_small span { background:url(/sysImages/preferences-desktop_gn.png) no-repeat left center; padding-left:20px; margin-left:0px; }
.tsc_c3b_save.tsc_c3b_small.tsc_c3b_round span { background:url(/sysImages/media-floppy_gn.png) no-repeat left center; padding-left:20px; margin-left:5px; }
.tsc_c3b_save.tsc_c3b_small span { background:url(/sysImages/media-floppy_gn.png) no-repeat left center; padding-left:20px; margin-left:0px; }
.tsc_c3b_edit.tsc_c3b_small.tsc_c3b_round span { background:url(/sysImages/accessories-text-editor_gn.png) no-repeat left center; padding-left:20px; margin-left:5px; }
.tsc_c3b_edit.tsc_c3b_small span { background:url(/sysImages/accessories-text-editor_gn.png) no-repeat left center; padding-left:20px; margin-left:0px; }
.tsc_c3b_quote.tsc_c3b_small.tsc_c3b_round span { background:url(/sysImages/help-faq_gn.png) no-repeat left center; padding-left:20px; margin-left:5px; }
.tsc_c3b_quote.tsc_c3b_small span { background:url(/sysImages/help-faq_gn.png) no-repeat left center; padding-left:20px; margin-left:0px; }
.tsc_c3b_sound.tsc_c3b_small.tsc_c3b_round span { background:url(/sysImages/audio-volume-high_003_tn.png) no-repeat left center; padding-left:20px; margin-left:5px; }
.tsc_c3b_sound.tsc_c3b_small span { background:url(/sysImages/audio-volume-high_003_tn.png) no-repeat left center; padding-left:20px; margin-left:0px; }
.tsc_c3b_new.tsc_c3b_small.tsc_c3b_round span { background:url(/sysImages/document-new_002_gn.png) no-repeat left center; padding-left:20px; margin-left:5px; }
.tsc_c3b_new.tsc_c3b_small span { background:url(/sysImages/document-new_002_gn.png) no-repeat left center; padding-left:20px; margin-left:0px; }
.tsc_c3b_goto.tsc_c3b_small.tsc_c3b_round span { background:url(/sysImages/edit-redo_003_gn.png) no-repeat left center; padding-left:20px; margin-left:5px; }
.tsc_c3b_goto.tsc_c3b_small span { background:url(/sysImages/edit-redo_003_gn.png) no-repeat left center; padding-left:20px; margin-left:0px; background-size: contain;}
.tsc_c3b_back.tsc_c3b_small.tsc_c3b_round span { background:url(/sysImages/edit-undo_003_tn.png) no-repeat left center; padding-left:20px; margin-left:5px; }
.tsc_c3b_back.tsc_c3b_small span { background:url(/sysImages/edit-undo_003_tn.png) no-repeat left center; padding-left:20px; margin-left:0px; }
.tsc_c3b_user.tsc_c3b_small.tsc_c3b_round span { background:url(/sysImages/contact-new_tn.png) no-repeat left center; padding-left:20px; margin-left:5px; }
.tsc_c3b_user.tsc_c3b_small span { background:url(/sysImages/contact-new_tn.png) no-repeat left center; padding-left:20px; margin-left:0px; }
.tsc_c3b_trash.tsc_c3b_small.tsc_c3b_round span { background:url(/sysImages/edit-delete_002_gn.png) no-repeat left center; padding-left:20px; margin-left:5px; }
.tsc_c3b_trash.tsc_c3b_small span { background:url(/sysImages/edit-delete_002_gn.png) no-repeat left center; padding-left:20px; margin-left:0px; }
.tsc_c3b_remove.tsc_c3b_small.tsc_c3b_round span { background:url(/sysImages/list-remove_002_ox.png) no-repeat left center; padding-left:20px; margin-left:5px; }
.tsc_c3b_remove.tsc_c3b_small span { background:url(/sysImages/list-remove_002_ox.png) no-repeat left center; padding-left:20px; margin-left:0px; }
.tsc_c3b_star.tsc_c3b_small.tsc_c3b_round span { background:url(/sysImages/help-about_gn.png) no-repeat left center; padding-left:20px; margin-left:5px; }
.tsc_c3b_star.tsc_c3b_small span { background:url(/sysImages/help-about_gn.png) no-repeat left center; padding-left:20px; margin-left:0px; }
.tsc_c3b_editpaste.tsc_c3b_small.tsc_c3b_round span { background:url(/sysImages/edit-paste_tn.png) no-repeat left center; padding-left:20px; margin-left:5px; }
.tsc_c3b_editpaste.tsc_c3b_small span { background:url(/sysImages/edit-paste_tn.png) no-repeat left center; padding-left:20px; margin-left:0px; }
.tsc_c3b_toparrow.tsc_c3b_small.tsc_c3b_round span { background:url(/sysImages/go-top_003_tn.png) no-repeat left center; padding-left:20px; margin-left:5px; }
.tsc_c3b_toparrow.tsc_c3b_small span { background:url(/sysImages/go-top_003_tn.png) no-repeat left center; padding-left:20px; margin-left:0px; }
.tsc_c3b_bottomarrow.tsc_c3b_small.tsc_c3b_round span { background:url(/sysImages/go-bottom_tn.png) no-repeat left center; padding-left:20px; margin-left:5px; }
.tsc_c3b_bottomarrow.tsc_c3b_small span { background:url(/sysImages/go-bottom_tn.png) no-repeat left center; padding-left:20px; margin-left:0px; }
.tsc_c3b_uparrow.tsc_c3b_small.tsc_c3b_round span { background:url(/sysImages/go-up_002_tn.png) no-repeat left center; padding-left:20px; margin-left:5px; }
.tsc_c3b_uparrow.tsc_c3b_small span { background:url(/sysImages/go-up_002_tn.png) no-repeat left center; padding-left:20px; margin-left:0px; }
.tsc_c3b_downarrow.tsc_c3b_small.tsc_c3b_round span { background:url(/sysImages/go-down_002_tn.png) no-repeat left center; padding-left:20px; margin-left:5px; }
.tsc_c3b_downarrow.tsc_c3b_small span { background:url(/sysImages/go-down_002_tn.png) no-repeat left center; padding-left:20px; margin-left:0px; }
.tsc_c3b_leftarrow.tsc_c3b_small.tsc_c3b_round span { background:url(/sysImages/go-previous_002.png) no-repeat left center; padding-left:20px; margin-left:5px; }
.tsc_c3b_leftarrow.tsc_c3b_small span { background:url(/sysImages/go-previous_002.png) no-repeat left center; padding-left:23px; margin-left:0px; }
.tsc_c3b_rightarrow.tsc_c3b_small.tsc_c3b_round span { background:url(/sysImages/go-next_003_tn.png) no-repeat left center; padding-left:20px; margin-left:5px; }
.tsc_c3b_rightarrow.tsc_c3b_small span { background:url(/sysImages/go-next_003_tn.png) no-repeat left center; padding-left:20px; margin-left:0px; }
.tsc_c3b_reply.tsc_c3b_small.tsc_c3b_round span { background:url(/sysImages/mail-forward_003_tn.png) no-repeat left center; padding-left:20px; margin-left:5px; }
.tsc_c3b_reply.tsc_c3b_small span { background:url(/sysImages/mail-forward_003_tn.png) no-repeat left center; padding-left:20px; margin-left:0px; }
.tsc_c3b_archive.tsc_c3b_small span{background:url(/sysImages/zip.png) no-repeat left center;background-size:16px 16px; padding-left:20px; margin-left:-4px;}
.tsc_c3b_login.tsc_c3b_small.tsc_c3b_round span { background:url(/sysImages/login16x16.png) no-repeat left center; padding-left:20px; margin-left:5px; }
.tsc_c3b_login.tsc_c3b_small span { background:url(/sysImages/login16x16.png) no-repeat left center; padding-left:20px; margin-left:0px; }
.tsc_c3b_stick.tsc_c3b_small.tsc_c3b_round span { background:url(/sysImages/tack16.png) no-repeat left center; padding-left:20px; margin-left:5px; }
.tsc_c3b_stick.tsc_c3b_small span { background:url(/sysImages/tack16.png) no-repeat left center; padding-left:20px; margin-left:0px; }
.tsc_c3b_sort.tsc_c3b_small span { background:url(/sysImages/view-sort-descending_002_gn.png) no-repeat left center; padding-left:20px; margin-left:0px;background-size: contain;
 }
 .tsc_loading.tsc_c3b_small span{background:url(/sysImages/ajax-loader-Saved.gif) no-repeat left center; padding-left:45px;margin-left:0px;background-size: contain;}
.tsc_c3b_sortAZ.tsc_c3b_small span { background:url(/sysImages/AZ-dn.png) no-repeat left center; padding-left:20px; margin-left:0px;background-size: 20px;
}
.workingDialog{background:url(/sysImages/ajax-loader-Saved.gif) no-repeat left center;display:inline-block;width:45px;height:11px;}
.tsc_c3b_loading.tsc_c3b_small span { background:url(/sysImages/ajax-loader-Saved.gif) no-repeat left center; padding-left:47px; margin-left:0px; }

.tsc_c3b_reply.tsc_c3b_large.tsc_c3b_round span { background:url(/sysImages/mail-forward_tn.png) no-repeat left center; padding-left:20px; margin-left:5px; }
.tsc_c3b_reply.tsc_c3b_large span { background:url(/sysImages/mail-forward_tn.png) no-repeat left center; padding-left:25px; margin-left:0px; }
.tsc_c3b_save.tsc_c3b_large span { background:url(/sysImages/media-floppy_gn.png) no-repeat left center; padding-left:25px; margin-left:0px; }

.pcfPckg.tsc_c3b_small.tsc_c3b_round span { background:url(/sysImages/package-x-generic_14.png) no-repeat left center; padding-left:20px; margin-left:5px; }
.pcfPckg.tsc_c3b_small span { background:url(/sysImages/package-x-generic_14.png) no-repeat left center; padding-left:20px; margin-left:0px; }

.pcfOpenNew.tsc_c3b_small.tsc_c3b_round span { background:url(/sysImages/Open_New.gif) no-repeat left center; padding-left:20px; margin-left:5px; }
.pcfOpenNew.tsc_c3b_small{line-height: 19px;}
.pcfOpenNew.tsc_c3b_small span { background:url(/sysImages/Open_New.gif) no-repeat left center; float:left; top:0px; height:19px; width:18px; left:-7px;position: relative;vertical-align: middle; line-height: 19px;}

.pcfOpenAuto.tsc_c3b_small.tsc_c3b_round span { background:url(/sysImages/Open_Auto.gif) no-repeat left center; padding-left:20px; margin-left:5px; }
.pcfOpenAuto.tsc_c3b_small{line-height: 19px;}
.pcfOpenAuto.tsc_c3b_small span { background:url(/sysImages/Open_Auto.gif) no-repeat left center; float:left; top:0px; height:19px; width:18px; left:-7px;position: relative;vertical-align: middle; line-height: 19px; }

.tsc_button img{float:left;vertical-align: middle;padding-right: 2px}
.tsc_button.tall span {   font-size: 16px;   text-align: center; } 
.tsc_button.tall span em {  display: block;  font-size: 11px; } 
.tsc_button.tall { background-image: url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size: 100% 100%; }

ul{list-style-type: none;margin:0px;padding:0px;}

.tsc_c3b_upload span{background:url(/sysImages/gray-upload-icon.png) no-repeat left center; padding-left:32px; margin-left:-5px;}
.tsc_c3b_uploadWhite span{background:url(/sysImages/white-upload-icon.png) no-repeat left center; padding-left:32px; margin-left:-5px;}
.mdi-package-variant.mdi-18px{color:#B86D19;}
.mdi.brown{color:#B86D19;}
.mdi.green{color:#49630A;}
.mdi.lime{color:#90c213;}
.mdi.red{color:#FF0000;}
.mdi.orange{color:#FF6A00;}
.mdi.yellow{color:#FFD800;}
.mdi.gray{color:#A0A0A0;}
.mdi.maroon{color:#7F0000;}
.mdi.blue{color:#0026FF;}
.mdi.navy{color:#00137F;}
.mdi.dark{color:#333;}
.mdi.f18{font-size:18px;line-height: 18px;}
.mdi.f24{font-size:24px;line-height: 24px;}
.mdi.inline,.mdi-inline{display:inline-block;line-height:normal;}
.mdi.middle,.mdi-middle{vertical-align: middle;margin-right:3px;line-height:normal;}
.folderFileDocType .mdi.middle{margin-right:0px;}
.mditext18{display:inline-block;line-height:18px;vertical-align: middle;}
.mditext24{display:inline-block;line-height:24px;vertical-align: middle;}
.mditext24 img{margin:-3px auto;}
.mdi.bglow{text-shadow: 0 0px 2px rgba(0, 0, 0, 0.75);}
.mdi.glow{text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);}
.reviewer1{color:#660099;}
.reviewer2{color:#0E59AE;}
.reviewer3{color:#267F00;}
.reviewer4{color:#FF5C00;}
.reviewer5{color:#2DAEBF;}
.reviewer6{color:#990000;}
.reviewer7{color:#90c213;}
.reviewer8{color:#D826AF;}
.reviewer9{color:#FFE115;}
.contentTable .row td.fileStatus{padding:0;}
.colorCol{display:inline-block;width:27px;font-weight:normal;}
.colorCol i.mdi.middle{line-height: inherit;}
.colorCol.reviewer1{background-color: rgba(102, 0, 153, .1568627450980392);}
.colorCol.reviewer2{background-color: rgba(14, 89, 174, .1568627450980392);}
.colorCol.reviewer3{background-color: rgba(38, 127, 0, .1568627450980392);}
.colorCol.reviewer4{background-color: rgba(255, 92, 0, .1568627450980392);}
.colorCol.reviewer5{background-color: rgba(45, 174, 191, .1568627450980392);}
.colorCol.reviewer6{background-color: rgba(153, 0, 0, .1568627450980392);}
.colorCol.reviewer7{background-color: rgba(144, 194, 19, .1568627450980392);}
.colorCol.reviewer8{background-color: rgba(216, 38, 175, .1568627450980392);}
.colorCol.reviewer9{background-color: rgba(255, 225, 21, .1568627450980392);}
.checkListTable{}

.greenLightStep2{display:none;}
.rotate270 {
/* Safari */
-webkit-transform: rotate(-90deg);
/* Firefox */
-moz-transform: rotate(-90deg);
/* IE */
-ms-transform: rotate(-90deg);
/* Opera */
-o-transform: rotate(-90deg);
/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
th.rotate {
  /* Something you can count on */
  height: 140px;
  white-space: nowrap;
}

th.rotate > div {
  transform: 
    /* Magic Numbers */
    translate(25px, 51px)
    /* 45 is really 360 - 45 */
    rotate(315deg);
  width: 30px;
}
th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}


.reviewClearX{    position: absolute;
    left: 143px;
    top: 10px;}

.reviewList{display: table;width:100%;font-size:1.3rem;}
.reviewList ul{display: table-row;}
.reviewList ul.rlrow:nth-child(odd){background-color: #f0f0f0;}
.reviewList ul.rlrow:hover{background-color: #e0e0e0;}
.reviewList ul li{display: table-cell;text-align: left;vertical-align: middle;padding:2px 3px;}
.reviewList ul.rlrow.rlHeader{background-color: #e0e0e0;}
.reviewList ul.rlrow.rlHeader li{font-weight:bold;border-bottom: 1px solid rgba(0, 0, 0, 0.25);white-space:nowrap;}

.rlDetailTable{width:570px;max-width: 100%;font-size:1.4rem;}
.rlDetailTable tr:nth-child(odd){background-color: #f0f0f0;}
.rlDetailTable .headerRow{font-weight:bold;background-color: #d0d0d0;}
.rltable.formlist tr:nth-child(even){background-color: #f0f0f0;}
.rltable.formlist tr:hover{background-color: #e0e0e0;}
.docReviewStatusTxt label{
  display:block;
  margin-top: 2px;
  margin-bottom: 0px;
  font-size: 11px;
  font-weight: bold;
}
.rrActionMenu{cursor: pointer;}
.rrActionMenu ul li{display:block;position:relative;margin:0;padding:0;width:auto;}
.rrActionMenu ul li a{display:block;color:#000;text-shadow: none;font-size:100%;}
.contentTable .row.selected .rrActionMenu ul li a{}
.rrActionMenu ul li ul{position: absolute;display: none;top:0;margin:0;padding:0;z-index:999;-moz-box-shadow: 0px 2px 2px #888888;-webkit-box-shadow: 0px 2px 2px #888888;box-shadow:0px 2px 2px #888888;}
.rrActionMenu ul li ul li{background-color: #f0f0f0;width:226px;text-align: left;}
.rrActionMenu ul li ul li a{display: block;background-color: #f0f0f0;padding:3px;margin: 0;text-decoration: none;font-weight:normal;}
.rrActionMenu ul li ul.fallback li a{padding:1px 2px 0px 3px;}
.rrActionMenu.large ul li ul.fallback li a{padding:3px 2px 2px 3px;}
.rrActionMenu ul li ul li a:hover{background: url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size: 100% 100%;}
.rrActionMenu ul li ul li.rrMenuHead{font-weight: bold;padding:3px;box-sizing: border-box;border-bottom: 1px solid rgba(0, 0, 0, 0.25);}
.rrActionMenu ul li ul li.rrMenuHead i{float: right;font-weight:normal; }
.showActionHam,.fileStatus{text-align: center;}
.showActionHam{white-space: nowrap;}
.rrMsgWrapper{margin:30px auto;width:600px;max-width:100%;border-top: 1px solid rgba(0, 0, 0, 0.25);}
.uploadOutterWrapper.rrMsgWrapper{border: 1px solid rgba(0, 0, 0, 0.25);background-color: #FBFBFB;padding:0;}
.rrMsgWrapper .uploadWrapper #dropArea{padding:0;margin:0 auto;border:0;border-radius: 0;-moz-border-radius: 0;-webkit-border-radius: 0;box-shadow: 0 0 0 #fff}
.rrMsgWrapper .uploadWrapper #FileContainer{margin:0;}
.rrMsgHead{background-color: #d0d0d0;font-weight:bold;width:100%;vertical-align: middle;padding:3px;box-sizing: border-box;text-align:left;}
.msgTable{padding:0;margin:0;}
.msgTable .msgRow{display:block;padding:0px;margin:0;cursor: pointer;}
.msgTable .msgRow:nth-child(even){background-color: #f0f0f0;}
.msgCellUL{display:table;padding:0;margin:0;width:100%;}
.msgCellUL li{display:table-cell;padding:2px .5%;margin:0;vertical-align: middle;font-size: 12px;text-align: left}
.msgBodyUL{display:none;margin:0 0 0 20px;padding:0;}
.msgBodyUL li{text-align:left;padding:10px;border: 1px solid rgba(0, 0, 0, 0.25);background-color: rgba(38, 127, 0, .20);}
.userWrote{font-size:1.2rem;margin-bottom:4px;font-style: italic;color:#666;}
.msgFormRow{display: table;width:100%;box-sizing: border-box;border: 1px solid rgba(0, 0, 0, 0.25);border-bottom:0px;}
.inputwarning{display: table-cell;vertical-align: middle;width: 20px;padding-left:4px;}
.msgLabel{display: table-cell;vertical-align: middle;height:18px;padding-left:4px;width:100px;box-sizing: border-box;}
.msgInput{display: table-cell;vertical-align: middle;width:100%;max-width: 100%;font-size:1.4rem;padding:10px;border:0;box-sizing: border-box;}
.msgInput.required{border:0;}
.postMessage{border: 1px solid rgba(0, 0, 0, 0.25);padding:6px;margin:auto;width:100%;height:150px;border-radius: 0;-moz-border-radius: 0;-webkit-border-radius: 0;background-color:#fefefe;font-size:1.4rem;
    line-height: 1.6;
    font-weight: 400;
    font-family: Verdana,Geneva,sans-serif;}
.postMessage.isblank{color:#c0c0c0;font-style: italic;}
.postMessage.isblank.required{color:#ff0000;font-style: italic;}
.msgInput:active,.msgInput:focus,.postMessage:active,.postMessage:focus{background-color: rgba(38, 127, 0, .20);}

.replaceFileContainer ul{margin:0;padding:0;}
.replaceFileContainer ul:nth-child(odd){background-color:#f0f0f0;}
.replaceFileContainer ul:hover{background-color:rgba(76, 255, 0, .5019607843137255);cursor:pointer;}
.replaceTable{display: table;width:100%;}
.replaceTable li{display:table-cell;font-size:1.4rem;}
.replaceTable li.replaceFile{padding:10px 10px 5px 0;vertical-align: top;}

.replaceAction div{text-align: left;}
.replaceAction .replaceFileContainer{width:100%;max-height:200px;overflow-y:scroll;}
.replaceTable li.folderFileDocTypeReplace{width:24px;}
ul.fileReplaceInuse1 li.folderFileDesc {color:#c0c0c0;font-style:italic;}
.mobileOnly{display:none;}
.sortText.mobileOnly{display:none;}
@media (max-width: 800px){
  .rrActionMenu ul li ul li{width:320px;border-bottom: 1px solid rgba(0, 0, 0, 0.25);}
  .rrActionMenu ul li ul li a{font-size:1.4rem;padding:10px 6px;}
  .rrActionMenu ul li ul li.rrMenuHead{padding:8px 6px;font-size:1.4rem;}
  .rrActionMenu ul li a span{display: none;}
  .reviewList ul li span.mditext24{display: none;}
  .folderButtonCell{width:50px;}
  .noMobile{display:none !important;}
  .mobileOnly{display:inline;}
  .sortText.mobileOnly{display:inline;}
  .formListHeaderRow.openFormTD,.formList10.openFormTD{width:70px;}
}
@media (max-width: 600px){
  .rrActionMenu ul li ul{margin:0 0 0 0;max-width:100%;width: 98%;}
  .rrActionMenu ul li ul li{padding:5px 0;width:300px;}

}
.reviewActionTextArea{width:520px;max-width: 99%;height:150px;}
.emailListContainer ul{display: table;width:78%;border: 1px solid rgba(0, 0, 0, 0.25);}
.emailListContainer ul li{display: block;margin:0;background:#f0f0f0 url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size: 100% 100%;}
.emailListContainer ul li:nth-child(even){background:#fefefe;}
.emailListContainer ul li .email{display: inline-block; width: 50%;font-size: 1.3rem;}
.emailListContainer ul li .status{display: inline-block; width: 24px;}
.emailListContainer ul li .remove{float:right;display: inline-block; width: 24px;margin-right:5px;cursor: pointer;}
.emailListContainer ul li .allow{
  display:none; /*Hide this feature for now was: display: inline-block;*/
  float:right; width: 145px;margin-right:5px;cursor: pointer;font-size:11px;}
.fieldSet .docInput.reviewEmail{width:77%;vertical-align: top;}


/*Header Region CSS*/

.regionHeaderNameLogo{color:#49630A ; font-size:1.9rem; font-weight:bold; padding-bottom: 6px;}
.regionHeaderNameLogo img{max-width:100%;}
.ltGreenHeader{background:#90c213 url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size: 100% 100%;color:#fff;padding:3px 5px; }
.borderDivBottom{overflow:hidden;border-bottom: 4px solid #90c213;margin-bottom:6px;}
.genericFormContainer{width:800px;max-width:100%;margin:10px auto;}
.zbox{border: 1px solid rgba(0, 0, 0, 0.25); }

.regionHeaderTicker{text-align:right;}
.regionHeaderTicker .headerMarquee{margin-top:15px;height:22px;background:#eff3d5 url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size: 100% 100%;
  font-size:1.3rem;font-weight:bold;
}
.regionHeaderTxt{padding:4px;margin:10px 0px;background:#f3f3f3;font-weight: bolder; font-stretch: narrower; color: black;text-align:center;}

.marquee {
   
  background-color: #e0e0e0;
  height:25px;
  color: Black;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
.marquee p {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 20s linear infinite;
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

/* Main Menu (tabMenu_RS.cfm)*/

.menuwrapper{background-color:#90c213;}
.ztopMenu{}
.ztopMenu ul{list-style-type:none;margin:0 auto;padding:0;display:table;}
.ztopMenu ul li{position:relative;display:inline;float:left;text-transform:uppercase;line-height:1.5em;z-index:99;margin:0;padding:0;border-right:2px solid #fff;}
.ztopMenu ul li:last-child{border-right:0px;}
.ztopMenu ul li a{display:block;width:auto!important;text-decoration:none;
  font-size:12px;color:#fff;
  font-weight:normal;
  font-style:normal;
  font-family:Arial, Verdana, sans-serif;
  background-color:#90c213;
  z-index:900;
  white-space:nowrap;
  text-transform:uppercase;
  letter-spacing:1px;
  margin:0;
  padding:2px 0 2px 3px;
}
/*.ztopMenu ul #current li a{background-color:initial;color:initial;}*/
/*.ztopMenu ul #current li a:hover{background-color: initial;color: initial; }*/
.ztopMenu ul li a span{display:block;float:none;padding:3px 9px 3px 6px}
* html .ztopMenu ul li a{width:auto!important;height:1%}
.ztopMenu ul li ul{z-index:999;left:0;position:absolute;top:32px;display:block;visibility:hidden;background-color:#F3F3F3;-moz-box-shadow:0 0 8px #888;-webkit-box-shadow:0 0 8px #888;box-shadow:0 0 8px #888
-moz-transition: .3s;-ms-transition: .3s; -o-transition: .3s; -webkit-transition: .3s; transition: .3s;
}
.ztopMenu ul li ul li{z-index:999;display:list-item;float:none;background-color:#F3F3F3;z-index:900}
.ztopMenu ul li ul li ul{left:159px;top:0}
.ztopMenu ul li ul li a{display:block;width:auto!important;color:#000;text-decoration:none;font-weight:400;font-size:12px;line-height:20px;border-bottom:1px solid #ccc;z-index:900;text-transform:none;letter-spacing:1px;background-color:#F3F3F3;padding:5px 3px 4px 5px;margin:0px;border-radius: 0px;-moz-border-radius: 0px;-webkit-border-radius: 0px;}
.ztopMenu ul li ul li a img{border:0}
.ztopMenu ul #current a,.ztopMenu ul #current a:active{color:#fff;background-color:#49630a}
* html p#iepara{padding-top:1em}
* html .ztopMenu ul li{float:left;height:1%}
* html .ztopMenu ul li ul li{float:left}
.ztopMenu ul li a:hover{background-color:#49630a;color:#fff}
.ztopMenu ul li ul li a:hover{background-color:#49630a;color:#fff}
.ztopMenu ul li ul li a:hover i{color:#fff;}
.invertedtabsline{clear:both;width:100%;margin-bottom:5px;height:3px;line-height:3px;background-color:#49630a;padding:0}

.footerContainer{height:auto;width:100%;clear:both;margin-top:6px;}
.pcfFooterMenu{min-height:31px;overflow:hidden;background:#eff3d5 url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size: 100% 100%;border-top:6px solid #90c213;}
.pcfFooterMenu div{width:auto;height:auto;}
.pcfFooterMenu ul{list-style-type:none;margin:0;padding:0}
.pcfFooterMenu ul li{position:relative;display:inline;float:left;width:33.333%;margin-bottom:0px;overflow:hidden;}
.pcfFooterMenu ul li a{display:block;width:auto;border-bottom:1px solid #a0a0a0;border-right:1px solid #a0a0a0;line-height:31px;text-decoration:none;font-size:11px;color:#49630a;font-family:arial,verdama,sans-serif;letter-spacing: 1px;text-transform:uppercase;z-index:900;white-space:nowrap;padding:0 1.4rem!important;margin-bottom:0px;}
* html .pcfFooterMenu ul li a{width:auto!important;height:1%}
.pcfFooterMenu ul li a:hover{background-color:#90c213;color:#FFF}
* html .pcfFooterMenu ul li{float:left;height:1%}
* html .pcfFooterMenu ul li ul li{float:left}

/* AZ Search on forms list*/
.fieldSortAsc{ background-image: url("/sysImages/dual_Sort_Up.png"); }
.fieldSortDesc{background-image: url("/sysImages/dual_Sort_Down.png"); }
.fieldSortNone{background-image: url("/sysImages/dual_sort_neutral.png"); }

.searchWrapper .row .columns{width:100%;}
.azColumn{max-width:100%;margin:0px;}
.searchWrapper .row .columns.searchColumn{width:auto;}


.AZfilterSelect{border: 1px solid rgba(0, 0, 0, 0.25);height:29px;line-height:29px;padding:3px;margin-right:3px;border-radius: 0;-moz-border-radius: 0;-webkit-border-radius: 0;}
.searchResetX{display:none;position:absolute;right:174px;top:6px;}
.searchWrapper{margin-top:8px;}
.searchAZContainer{text-align:center;clear:both;overflow: hidden;  }
.SearchAZ{text-align:center;clear:both;}
.SearchAZ UL, .searchResults UL{list-style:none;padding:0px;margin:0px 2px 0px 0px;}
.SearchAZ UL LI{float:left;vertical-align:top;cursor:pointer;text-align:center;margin:0px 2px 2px 0px;font-weight:bold;}
.SearchA, .SearchAFound{text-decoration:none;display:inline-block;margin-bottom:5px;}
.SearchA span, .SearchAFound span{display:block;width:13px;background-color:#eff3d5;color:#49630a;padding:2px 16px;}
.SearchA span:hover{color:#c0c0c0;}
.SearchAFound span{font-weight:normal;color:#fff;background-color:#90c213;}
.SearchAFound span:hover{color:#fff;background-color:#49630a;}
.SearchAZ UL LI .selectedAZ span{font-weight:normal;color:#fff;background:#49630a;}
.SearchAZ UL LI.AZresetButton{width:62px;}
.SearchAZ UL LI span.reset{width:50px;}
.SearchAZ UL LI span.reset:hover{background-color:#90c213;color:#fff;}
.SearchAZ UL LI.searchLI{width:100%;height:50px;}
.searchContainer{position:relative;font-weight:bold;}
.searchContainer .searchClientsInput{font-weight:normal;display:inline-block;font-size:15px;line-height:15px;width:145px;margin-right:7px;padding:5px;border: 1px solid rgba(0, 0, 0, 0.25);}
.searchPropContainer{position:relative;width:450px;padding:3px 0px;margin-bottom:0px;border: 1px solid rgba(0, 0, 0, 0.25);}
.searchPropContainer .searchClientsInput{display:inline-block;width:150px;margin-top:3px;margin-right:7px;padding:2px;border: 1px solid rgba(0, 0, 0, 0.25);}
.SearchOptionContainer{background-color:#90c213;color:#fff;width:450px;max-width:100%;}
.searchDiv{clear:both;}

.formListSearchCol{display:table-cell;vertical-align: middle;float:left;padding-right:6px;}

/* end AZ Search */

/* Form List Categories */
.FLfolderTabs{display:none;width:100%;height:auto;overflow:hidden;padding:0px;margin-bottom:2px;}
.FLfolderTabs ul{margin:0px;padding:0px;list-type:none;}
.FLfolderTab{float:left;margin:0px;border:2px solid #fff;margin:-1px -1px 0px 0px;
  font-variant: small-caps;
  padding:5px 10px;
  display:table;
background:#e5bf81;}
li.FLfolderTab:hover{cursor:pointer;background:#E1A239 url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size: 100% 100%;}
.FLfolderTab a{cursor:pointer;text-decoration:none;
color: #232323;font-size:1.4rem;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
.FLfolderTab.selectedTab{background:#E1A239;display:block;}

/* end Form List Categories */

/*Forms List*/

.dialogSiteInfoHeader{font-weight:bold;font-size:1.5rem;}
.dialogSiteInfoText{padding:20px 0px;font-size:1.3rem;}
.ui-widget-content .dialogSiteInfoText a{color:#000;}
.formsListWrapper{display:block;width:1200px;max-width:99%;}
.FoldercolHeader{border-bottom: 1px solid rgba(0, 0, 0, 0.25); }
.FoldercolHeader img{vertical-align: middle;}
.FLMainTable{width:100%;margin-bottom:3px;}
.FLHeaderTab{display:inline-block;padding:5px 15px;margin:15px 0px 0px 3px;background-color:#b0b0b0; border-radius: 6px 6px 0px 0px;-moz-border-radius:6px 6px 0px 0px;-webkit-border-top-right-radius: 6px;-webkit-border-top-left-radius: 6px; }
.Folder {}

.newFormsSepTitle{padding-top:6px;}
.newFormsSepTitle .sepTitleText{padding:2px 10px;display:inline-block;background:#90c213 url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size: 100% 100%;color:#fff; }
.formListHeaderRow{background-color:#f0f0f0;color:#000;font-weight:bold;font-size:1.2rem;padding:5px 0px;display:table-cell;}
.formListHeaderRow.center{text-align: center;}
.formList10, .formList12{font-size:1.3rem;}
tr.grpRow.newFormBgColor{background:#e5bf81 url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size: 100% 100%; }
.grpRow:nth-child(even){background-color:#e0e0e0;}
tr.grpRow:hover{background-color:rgba(144, 194, 19, 0.55);}
tr.grpRow.customColor:hover{background-color:rgba(144, 194, 19, 0.55)}

.packageSize.black{color:#000;}
.packageSize.orange{color:#E67C00;}
.packageSize.red{color: #FF0000;}
.pcfOpenNew,.pcfOpenAuto{width:90px;margin:2px 0px;}
.pkgActionButton{margin:2px 0px;width:75px;}
.openFormTD{width: auto; max-width:100px;}
.mobileActions{display:block;padding:6px 0;}
.desktopActions{display:none;}
.pkgListTD{width:80px;max-width: 155px;}
.packageSize{display:none;max-width:95px;}
.formListDate{display:none;}
.favCheckBox{width:25px;height:25px;display:block;margin:auto;vertical-align: middle;}
.favCol{width:70px;text-align: center ;}
.formListFormNo{width:50px;max-width:50px;padding-left:4px;overflow:hidden;font-size:1.0rem;}
.formListDesc{padding-left:4px;}
.removeFavBut,.addFavBut{margin-bottom:0px;}
.formListHeaderRow.formsListInfo,.formList10.formsListInfo{width:70px;}
.formListHeaderRow.openFormTD,.formList10.openFormTD{width:100px;}
.formListHeaderRow.packageSize,.formList10.packageSize{width:150px;}
.formListHeaderRow.formListDate,.formList10.formListDate{width:100px;}

.pkgSizeOranage{color:red;}
.ui-icon.ui-icon-circle-close{cursor:pointer;}
.statusBox{    padding: 10px 15px 10px 30px;
    color: #000;
    display: table;
    font-weight: bold;
    background: #F7FAB4 url(/sysimages/folder_announce_new.gif) no-repeat;
    background-position: 5px;
    margin: 10px;
}

/*Package Create/Edit*/

/*New Package Editor */
.packageAdminTable{display:table;width:100%;}
.packageAdminTableCell{display:table-cell;}
.packageAdminTableCell.patcLH{width:40%;}
.packageAdminTableCell.patcRH{width:55%;}

.saveWizPkgNameSpace{display:inline-block;}
.createNewPkgTitle{font-size:1.6rem;font-weight:bold;text-align: left;padding:4px;background-color: #stdbgcolor1}
.selectFormsinPckg{display:block;padding:1%;margin-right:1%;margin-top:1%;text-align: left;overflow-x: hidden;}


.selectFormsinPckgTitle{font-weight:bold;padding:4px;border-bottom: 1px solid rgba(0, 0, 0, 0.25);}
.sortablePackageWrapper{border: 1px dashed rgba(0, 0, 0, 0.25);padding:10px 0px;}
.sortablePackage{display:block;width:100%;}
.formInPackage{display:block;width:100%;border-bottom: 1px solid rgba(0, 0, 0, 0.25);min-height: 30px;margin-bottom: 0px;clear:both;}
.formInPackage:nth-child(odd){background-color:#f0f0f0;}
.formInPackage:nth-child(even){background-color:#fff;}
.formInPackage:first-child{border-top: 1px solid rgba(0, 0, 0, 0.25);}
.formInPackage:hover{cursor: ns-resize;background-image: url(/sysImages/tall-tsc-button-overlay.png);background-repeat: repeat-x;background-size: 100% 100%;}
.formInPackage.MoveThis{background-color:green;transition:background-color 0.5s ease;}
.formInPckCell{display:table-cell;font-size:1.3rem;vertical-align: middle;padding: 3px;font-weight:normal;}
.subStep{padding:4px;font-size:1rem;}
.formInPckName{}
.manualSorting{text-align: left;white-space: nowrap;}
.tsc_c3b_small.tsc_button.pckSortButton{width:auto;padding: 6px 3px 6px 6px;}
.sortDisabled{}
.newFormtoPkg{display:inline-block;width:16px;height:16px;background-color:#eff3d5;}
/*Avail Forms */
.sourceFormsList{display:block;text-align: left;overflow: auto;overflow-x: hidden;}

.tsc_c3b_remove.pckSortButton{cursor: pointer;}
.packageListContainer{display:block;}
.packageListTab{}
.FolderWrapper{display:table;width:100%;}
.availFormListRow {cursor:pointer;display:table-row;width:100%;text-align: left; }
/*Header*/
.availFormListHeader{background-color:#555;font-weight:bold;color:#fff;}
.availFormListHeaderCell{display:table-cell;}
/*rows */
.availFormListCell{display:table-cell;padding:4px;font-size:1.4rem;border-bottom: 1px solid rgba(0, 0, 0, 0.25);}
/*cells */
.formListFormNo{max-width:90px;}
.formListDesc{width:auto;text-align: left;}
.formListSize{max-width:90px;text-align: right;}

.disabledPkgForms li{
  border: 1px solid rgba(0, 0, 0, 0.25);background:#F3D5D5 url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size: 100% 100%;
  font-size:1.2rem;font-weight: normal; padding:4px;
}

@media(max-width:1024px){
  .packageAdminTableCell{display:block;}
  .packageAdminTableCell.patcLH{width:100%;}
  .packageAdminTableCell.patcRH{width:100%;}
  .selectFormsinPckg{display:block;width:100%;}
  .manualSorting{display:block;width:100%;text-align: left;}
  .sourceFormsList{float:none;width:100%;text-align: left;}  
  .pckSortButton{width:100px;}
  .formInPckCell{border-bottom:0;}
  .formInPackage{border-bottom: 1px solid rgba(0, 0, 0, 0.25);}
}

  #sortable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
  #sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 11px; height: auto; font-weight: normal;font-family: verdana,arial,helvetica;
  background-size: 100% 100%; background-repeat: repeat-x;  cursor: ns-resize;
  }
  #sortable li span { position: absolute; margin-left: -1.3em; }
  
   .yui-tt {
    color: #444;
    font-size:12px;
    border: 1px solid #EE2130;
    background-color: #FFF;
    padding: 10px;
    width:250px;
  }
  
  .nameSpace{
    
    font-size:1.2rem;
  
  }
    .delSpacer{
  float:right;
  display:inline;
  width:15px;
  height:15px;
  text-align:right; 
  }

  tr.pkgRow td{padding:2px;}

/*Save Form List*/

.savedFolderSearchWrapper{display:block;overflow:hidden;padding:3px;margin-right:5px;text-align:center;}
.uploadButtonDiv{float:none;}
.savedListSearchDiv{float:none;display:block;overflow:hidden;padding:5px;width:auto;}
.savedListSearchDiv .savedListInnerDiv{float:none;display:inline-block;}
.saveListMngFldrDiv{float:none;display:block;overflow:hidden;padding:5px;}
.displayControlsWrapper{height:35px;float:none;}
.displayControls{width:auto;}

.folderSortPull{font-size:12px;width:110px;height:25px;padding:2px;border: 1px solid rgba(0, 0, 0, 0.25);border-radius: 0;-moz-border-radius: 0;-webkit-border-radius: 0; background:#fefefe url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size: 100% 100%; }

.folderList{overflow:hidden;text-align:center;vertical-align:top;position:relative;margin:8px;padding:3px 0 0}
.folderList ul{list-style-type:none;vertical-align:top;margin:0 auto;padding:0}
.grnFolder_Default{position:relative;height:150px;width:100px;display:inline-block;vertical-align:top;border:0px solid #fff;padding:6px}
.folder_searchList{position:relative;border:1px solid silver;background:#fefefe;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;height:150px;width:46%;float:left;vertical-align:top;margin:1%;padding:6px}

@media(max-width:999px){
  .folder_searchList{width:100%;float:none;}
}

.sort-placeholder{display:inline-block;position:relative;height:148px;width:108px;vertical-align:top;border:1px solid silver;background-color:#f0f0f0;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;padding:6px}
.moveHandle:hover{cursor:move;background-image:url(/sysImages/GrnFolder-Header-Hover.png);background-repeat:no-repeat}
.cantmoveHandle:hover{cursor:default}
.openingFolder{position:absolute;top:45px;margin-left:28px;width:43px;height:11px;background-image:url(/sysImages/ajax-loader-Saved.gif);background-repeat:none}
#openFolderContent{display:none;padding-top:10px}
.folderContents{overflow:visible;text-align:left;vertical-align:top;position:relative;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;-moz-box-shadow:0 0 8px #888;-webkit-box-shadow:0 0 8px #888;box-shadow:0 0 8px #888;border:1px solid #f0f0f0;margin:2px 8px;padding:0;margin-bottom:10px;}
.folderListDetail{cursor:pointer}
.folderListDetail:hover{background-color:#fff;background-image:url(/sysimages/tall-button-overlay.png);background-position:bottom;background-repeat:repeat-x;border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;-moz-box-shadow: 0px 0px 8px #888888;-webkit-box-shadow: 0px 0px 8px #888888;box-shadow:0px 0px 8px #888888;}
.folderNames{font-size:1.2rem;height:64px;text-align:center;}
.folderNameInSearch{display:none;}
.ui-effects-transfer{border:1px dotted #000}
.folderWicon{width:100px;height:58px;background-repeat:no-repeat}
.folderNameHeader{border-radius:6px 6px 0 0;-moz-border-radius:6px 6px 0 0;-webkit-border-top-right-radius:6px;-webkit-border-top-left-radius:6px;
  background:#49630A url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size: 100% 100%;
  color:#FFF;font-size:16px;font-weight:700;text-shadow:0 -1px 1px rgba(0,0,0,0.25);
  min-height:28px;padding:6px;
}
.folderIcon,.folderIconDefault{position:absolute;left:0;top:-7px;width:80px;height:40px;cursor:pointer;z-index:9;padding:2px;}
.folderIcon img{border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;border:1px solid #fefefe;-moz-box-shadow:0 0 8px #888;-webkit-box-shadow:0 0 8px #000;box-shadow:0 0 8px #000}
.folderIconDefault img{margin-left:20px}
.folderName{float:left;margin-left:80px;padding-top:3px}
.highlightRow{background-color:#90c213}
#folderStatus{color:#FF0;text-shadow:0 -1px 1px rgba(0,0,0,0.25);background-color:#343434;}
.newFolderInserted{border:1px solid silver;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;background-image:url(/sysImages/New-BG.png);background-position:bottom;background-repeat:repeat-x}
.newInlineFolderField{width:100px;border:1px solid silver;margin-bottom:3px}
.newInlineFolderFieldDisabled{color:silver;font-style:italic}
.cancelInlineFolder{margin-top:3px}
.workingButtondiv{border:1px solid rgba(0,0,0,0.25);border-radius:5px 5px 5px 5px;box-shadow:0 1px 3px rgba(0,0,0,0.5);color:#FFF!important;cursor:pointer;display:inline-block;font-weight:700;line-height:1;overflow:visible;position:relative;text-align:center;text-decoration:none;text-shadow:0 -1px 1px rgba(0,0,0,0.25);width:auto;background-color:#91BD09;background-image:url(/sysImages/large-button-overlay.png);font-size:12px;height:14px;padding:5px 15px}
.searchResultsUL{width:100%}

.searchResultsUL li{float:none;width:300px;overflow:hidden;text-align:left;margin-bottom:.2rem;}
.bgGradSmall{background-image:url(/sysImages/small-button-overlay.png);background-repeat: repeat-x; background-size: 100% 100%;}
.bgGradLarge{background-image:url(/sysImages/large-button-overlay.png);background-repeat: repeat-x; background-size: 100% 100%;}
.bgGradTall{background-image:url(/sysImages/tall-tsc-button-overlay.png);background-repeat: repeat-x; background-size: 100% 100%;}
.tsc_button.leftIcon{height:22px;white-space:normal;padding:2px 8px 2px 2px}
.tsc_button.leftIcon img{float:left;border:0}
.tsc_button.leftIcon span{display:inline-table;margin-left:3px;padding-top:5px}
.tsc_button.rightIcon{height:22px;white-space:normal;padding:2px 2px 2px 8px}
.tsc_button.rightIcon img{float:right;border:0}
.tsc_button.rightIcon span{display:inline-table;margin-right:3px;padding-top:5px}
.moveHandle,.cantmoveHandle{height:23px;width:100px;z-index:9999;background-image:url(/sysImages/GrnFolder-Header.png);background-repeat:no-repeat;background-size: 100% 100%;}
.newfolderName,.cancelInlineFolder a{color:silver}
.colorStar{width:32px;height:32px;position:absolute;top:-1px;left:-1px;background-image: url(/sysImages/color-star.png);}
.ffcnt{position:absolute;top:58px;right:17px;text-shadow: 0px 0px 2px #000;color:#fff;font-weight:700;}
.docsInfo{text-align:left;border:2px solid;border-color:transparent;color:#676767;font-style:italic;padding:4px;font-size:1.4rem;}
.docsSelectedInfo{font-size:1.4rem;line-height: 1.4rem;
    margin-top: 4px;width:150px;overflow:hidden;float:left;border-color:#90c213;color:red;font-style:normal;border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;background-color:#fff;}
.docsInfoControls{float:left;margin-left:4px;    margin-top: 3px;}

.savedQueTable{background-color:#fff;color:#000;}
.docSelect{width:351px;}
.roundedBottom{border-radius: 0px 0px 6px 6px;-moz-border-radius:0px 0px 6px 6px;-webkit-border-bottom-right-radius: 6px;-webkit-border-bottom-left-radius: 6px;}
.quickAction{color:#49630a;background-color:#eff3d5;}
.disabled{background-color:#f0f0f0;font-style:italic;color:#a0a0a0;}
.ProcessQueueTable{font-size:1.2rem;}
.ProcessQueueOptions{border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;}
.ProcessQueueOptions .selectTitle{font-weight:bold;padding:4px;border-radius: 6px 6px 0px 0px;-moz-border-radius:6px 6px 0px 0px;-webkit-border-top-right-radius: 6px;-webkit-border-top-left-radius: 6px;padding:3px;
background:#90c213 url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size: 100% 100%;}
.ProcessQueueOptions table{margin:0px;padding:0px;width:100%;border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;}
.ProcessQueueOptions table .xrow{background-color:#fff;border-bottom:1px solid #c0c0c0;cursor:pointer;}
.ProcessQueueOptions table .xrowAlt{background-color:#f0f0f0;border-bottom:1px solid #c0c0c0;cursor:pointer;}
.ProcessQueueOptions table .xrow:hover,.ProcessQueueOptions table .xrowAlt:hover{background-color:#90c213;background-image: url("/sysImages/tall-tsc-button-overlay.png");}
.ProcessQueueOptions table td{padding:2px;}
.ProcessQueueOptions table td a{text-decoration:none;}
.ProcessQueueOptions .savedQueContainer{max-height:400px;}
.powerTip{cursor:pointer;}
.OuterDiv:hover{cursor:pointer;background-color:#90c213;}
#pdfSecurityForm,.SecurityDiv{background-color:#eff3d5;color:#000;padding:2px 6px 2px 2px;}
.SecurityDiv{font-size:1.4rem;}
.pkgSplit_Head{margin:8px 0px 8px 0px;}
.pkgSplit_Head img:first-child{margin-top:-8px;margin-right:8px;}
.pkgSplit_Head span:last-child{font-weight:bold;margin-right:8px;}
.pkgSplit_Msg{margin-bottom:8px; font-weight:bold;}
.pkgSplit_List{width:98%;max-height:350px;overflow-x:hidden;overflow-y:auto;margin:0 auto;border:1px solid black;padding:4px; border-radius:4px;}
.pkgSplit_List div{padding:3px 0px 3px 0px;}
.pkgSplit_List input{margin:0 4px 0px 0px;width:13px;height:13px;padding:0;vertical-align:bottom;position: relative;top:-1px;*overflow:hidden;}
.pkgSplit_List label{display: block;padding-left:15px;text-indent:-15px;}
#pkgSplitWdw .requiredField{background-color:#FFF0F0;}




ul.ULListTypelist{width:99%;margin:0px;}
.folder_ListView{}
.folder_ListView span.colorStar,
.folder_ListView div.moveHandlexx,
.folder_ListView div.cantmoveHandle,
.folder_ListView .folderListDetail img,
.ULListType .folderModDate
{
  display:none;
}
.folder_ListView .folderListDetail,.folder_ListView .folderNames{text-align:left;height:auto;padding:3px;}
.folder_ListView:nth-child(odd){background-color:#e0e0e0;}
.folder_ListView .folderListDetail:hover{background:#eff3d5 url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size: 100% 100%; border-radius: 0px;-moz-border-radius: 0px;-webkit-border-radius: 0px; }
.folder_ListView .ffcnt{font-size:1.4rem;float:right;position: relative;top:auto;right:auto;color:#343434;text-shadow: none;margin-right:10px;margin-top:7px;font-weight:normal;}
.folder_ListView .openingFolder{position:relative;float:left;top:5px;margin-left:6px;margin-right:6px;}
.folder_ListView .folderNames{font-size:1.4rem;}
.folder_ListView .folderNames span{display:inline-block;background: url(/sysImages/folder_gn.png) no-repeat;background-size: contain;width:18px;height:18px;margin:0px 6px; vertical-align: middle;}

.folder_ListView div.moveHandle{background: url(/sysimages/UpDown-Sort.png) no-repeat;width:20px;height:20px;margin:3px 10px 0px;float:right;}
.folder_ListView div.moveHandle:hover{display:block;cursor:ns-resize;}

.folder_ListView div.folderModDate{font-size:1.4rem;float:right;position: relative;top:auto;right:auto;color:#343434;margin-right:10px;margin-top:7px;font-weight:normal;}

.ULListTypelist .sort-placeholder{height:28px;width:99%;float:none;vertical-align:top;border:0;background-color:#f0f0f0;border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;padding:0px}
@media(max-width: 800px){
  .folder_ListView div.moveHandle{display:none;}
}
.folder_ListView div.moveHandle.archive{background: none;}
.folder_ListView div.moveHandle.archive:hover{cursor: pointer;}
.searchResultsLeftContainer{float:left;width:100px;margin-right:5px;}
.searchResultsAjaxIn{}
.searchFoundCount{padding:4px;margin-bottom:2px;}
.searchResultsFileList{height:130px;overflow:hidden;}
.seeMoreResultsDiv{position:absolute;bottom:0;margin-bottom:4px;width:400px;text-align:center;}
ul.ULListTypelist.ULsearchResults{width:99%;margin:0px;}
ul.ULListTypelist.ULsearchResults li.folder_searchList{width:98%;height:auto;margin:0px;padding:1%;text-align:left;border:0;border-bottom: 1px solid rgba(0, 0, 0, 0.25);border-radius: 0;-moz-border-radius: 0;-webkit-border-radius: 0;}
ul.ULListTypelist.ULsearchResults li.folder_searchList .searchResultsLeftContainer{display:block;float:none;font-weight:bold;width:auto;text-align:left;margin:0;}
ul.ULListTypelist.ULsearchResults li.folder_searchList .cantmoveHandle.archive{display:none;}
ul.ULListTypelist.ULsearchResults li.folder_searchList .folderListDetail{display: none;}
ul.ULListTypelist.ULsearchResults li.folder_searchList .folderNameInSearch{display:block;}
ul.ULListTypelist.ULsearchResults li.folder_searchList .searchResultsAjaxIn{width:auto;margin-left:15px;display:block;background:none;}
ul.ULListTypelist.ULsearchResults li.folder_searchList .seeMoreResultsDiv{top:5px;right:10px;}
ul.ULListTypelist.ULsearchResults li.folder_searchList .searchFoundCount{background:none;display:none;}
ul.ULListTypelist.ULsearchResults li.folder_searchList .searchResultsFileList{height:auto;overflow:hidden;}
ul.ULListTypelist.ULsearchResults li.folder_searchList .searchResultsUL li{width:100%;max-width:100%;}
ul.ULListTypelist.ULsearchResults li.folder_searchList .searchResultsUL li:nth-child(odd){background:#eee}

@media(max-width:550px){
  ul.ULListTypelist.ULsearchResults li.folder_searchList .seeMoreResultsDiv{display:none;}
}

.contentHeaderTable{width:100%;}
.folderHeaderTall{vertical-align:bottom;  
background:#f0f0f0 url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size: 100% 100%;
 font-weight:bold; text-shadow: 0 1px 1px #f0f0f0; color:#49630a; font-size:1.3rem; }
.folderHeaderTall select{ margin-bottom: 0px;font-size: 1.2rem;padding: 3px 5px;height: 29px;}
.folderHeaderTall.chkBoxCol{padding:5px 3px;}
.folderHeaderSelectTD{}
.folderHeaderDescTD{width:44%;}
.chkBoxCol{width:25px;}
.contentTable{width:100%;max-width:100%;border-bottom: 1px solid rgba(0, 0, 0, 0.25); }
div.contentTable{display:table;}
.contentTable div.row{display:table-row;}
.contentTable .headerRow{background:#eff3d5 url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size: 100% 100%;padding:1px 3px; }
.contentTable .headerRow td{padding:5px 3px;}
.contentTable .row{font-size:1.2rem;}
.contentTable .row:nth-child(even){background-color:#e0e0e0;}
.contentTable .row.selected{background:#90c213 url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size: 100% 100%;}
.contentTable .row:hover{background:rgba(144, 194, 19, 0.55);cursor:pointer;}
.contentTable .row select{  margin-bottom: 0px;font-size: 1.2rem;padding: 3px 5px;height: 29px; width:150px; }
.contentTable .row input[type="checkbox"],.folderHeaderTall input[type="checkbox"]{width:25px;height:25px;display:inline-block;margin:auto;vertical-align: middle;}
.contentTable .row td{padding:5px 3px;position:relative;}
.contentTable .row .tablecell{display:table-cell;width:50%;padding:1% 2%;white-space: nowrap;}
.cSelectLine{height: 25px;line-height: 25px;vertical-align: middle;}
.imageLoadingTemp{position: absolute;top:5px;left:30px;}
.sortHeader{ cursor:pointer; padding-bottom:6px;}
.sortText{vertical-align:middle;height:22px;padding-top:3px;display:inline-block;float:left;}
.sortButtons{vertical-align:middle; width:24px;height:22px;display:inline-block;float:left;background-repeat: no-repeat;background-position: center;}
.userDescription{background-image: url("/sysImages/dual_Sort_Up.png"); }
.userDescriptionDesc{ background-image: url("/sysImages/dual_Sort_Down.png"); }
.ModifiedDate{ background-image: url("/sysImages/dual_Sort_Up.png"); }
.ModifiedDateDesc{background-image: url("/sysImages/dual_Sort_Down.png"); }
.userDescription2{background-image: url("/sysImages/dual_sort_neutral.png"); }
.userDescriptionDesc2{ background-image: url("/sysImages/dual_sort_neutral.png"); }
.ModifiedDate2{ background-image: url("/sysImages/dual_sort_neutral.png"); }
.ModifiedDateDesc2{background-image: url("/sysImages/dual_sort_neutral.png"); }
.emailselectList{height:25px;line-height:25px;vertical-align: middle;}
.sortButtons.notSorted{cursor:pointer;background-image: url("/sysImages/dual_sort_neutral.png"); }
.sortButtons.ASC{cursor:pointer;background-image: url("/sysImages/dual_Sort_Up.png"); }
.sortButtons.DESC{cursor:pointer;background-image: url("/sysImages/dual_Sort_Down.png"); }

.pcfEditView{width:68px;}
.folderHeadDate{display:none;}
.folderFileDate{display:none;}
.folderFileSize{display:none;}
.folderButtonCell{width:100px;white-space: nowrap;text-align: left;padding-left:8px;}
.folderFileDocType{width:20px;text-align:center;}
.folderViewPDF,.folderCopyCell,.folderFileEditStatus{display:none;}
.contentHeaderTable{margin-bottom:0px;}
.bulkActionSelect{padding-left:16px;text-align: left;clear:left;vertical-align: middle;height: 30px;}
@media (max-width: 800px){
  .folderButtonCell{width:50px;}
  .bulkActionSelect{padding-left:14px;}
}

.shareText,.shareText2{display: inline-table;padding-top: 6px;margin-left:3px;}
@media(max-width:550px){
  .shareText2{display:none;}

}
.shareIcon{height:20px;width:35px;float:left;cursor:pointer;z-index:99999;}
.shareIcon-Internal,.si-Internal{background-image: url("/sysImages/ShareFolder_Internal_gry_24.png");background-repeat:no-repeat;height:24px;width:24px}
.shareIcon-Internal:hover{position:absolute;right:40px;top:-10px;height:48px;width:48px;background-image: url("/sysImages/ShareFolder_Internal_gry_48.png");background-repeat:no-repeat;}
.shareIcon-Password,.si-Password{background-image: url("/sysImages/ShareFolder_Password.png");background-repeat:no-repeat;height:24px;width:24px}
.shareIcon-Password:hover{position:absolute;right:40px;top:-10px;height:48px;width:48px;background-image: url("/sysImages/ShareFolder_Password_38.png");background-repeat:no-repeat;}
.shareIcon-Public,.si-Public{background-image: url("/sysImages/ShareFolder_Public.png");background-repeat:no-repeat;height:24px;width:24px}
.shareIcon-Public:hover{position:absolute;right:40px;top:-10px;height:48px;width:48px;background-image: url("/sysImages/ShareFolder_Public_48.png");background-repeat:no-repeat;}
.shareIcon-Team,.si-Team{background-image: url("/sysImages/ShareFolder_Group.png");background-repeat:no-repeat;height:24px;width:24px}
.shareIcon-Team:hover{position:absolute;right:40px;top:-10px;height:48px;width:48px;background-image: url("/sysImages/ShareFolder_Group_48.png");background-repeat:no-repeat;}
.si-Expired{background-image: url("/sysImages/appointment-missed_gn.png");background-repeat:no-repeat;height:24px;width:24px}

.deleteIcon,.cantdeleteIcon{width:120px;}
.expiredDate{color:red;font-weight:bold;white-space: nowrap;}


/*eMail Dialog Window*/
.dialog-shareWindow,
.dialog-copyWindow,
.dialog-emailContactsWindow,
.dialog-searchContactsWindow,
.dialog-combineWindow,
.dialog-splitdocWindow,
.dialog-splitpkgWindow{  margin:0 auto;}
.savedQueDesc{max-width:45%;}
.selectedFormColumn{float:none;width:99%;}

.revCheckTable{display: table;width:100%;}
.revChecklist{} 
.revCheckRow{display: table-row;cursor:pointer;}
.revCheckCell{display: table-cell;white-space: nowrap; vertical-align:middle;}
.revCheckCell.mdiIcon{width:30px;}
.revCheckRow .duedate{font-size:0.8em;}

.revCheckCell.revCheckLabel{width:fit-content}
.revCheckCell.select{width:50px;}
.revCheckCell.revCheckItems{width:75%;}
.checkListCell{}
.savedQueContainer{display:table;width:100%;max-width:100%;max-height:250px;overflow:auto;border: 1px solid silver;}

.savedQueRow{display:table-row;}
.savedQueRow:nth-child(odd){background:#f0f0f0 url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size: 100% 100%; }
.savedQueRow.revQueRow:nth-child(odd){background:#fff;}
.savedQueRow.revQueRow:nth-child(even){background:#f0f0f0;}
.savedQueRow.revQueRow:hover{cursor: pointer;background-color:rgba(76, 255, 0, .5019607843137255);}
.sqCell{display:table-cell;vertical-align: middle;padding:3px;}
.sqCell.savedReviewQueDesc{display:table;width:100%;}
.savedQueIcon,.savedQueActionIcon{width:20px;}
.savedQueActionIcon{cursor: pointer;}
.savedQueIcon img,.savedQueActionIcon img{vertical-align: middle;}
.searchTxt{width:130px;height:19px;padding:3px;}
.savedReviewQueDesc{font-size:1.3rem;}
.revCheckRowQue,.revCheckRow {cursor: pointer;}
.revCheckRowQue:nth-child(even),.revCheckRow:nth-child(even){background:#f0f0f0;}
.revCheckRowQue:hover,.revCheckRow:hover{cursor: pointer;background-color:rgba(76, 255, 0, .5019607843137255);}
.revQueDesc{display:table-cell;}
.revQueCheckDiv{display:table-cell;}

.ReviewActionAll {float:right;display:inline-block;height:18px;width:250px;text-align:center;margin-bottom:10px;}
.checkListAdminView{text-align:left;float:left;margin-bottom:10px;}
.ReviewUploadButtonHead{float:right;text-align:right;margin-bottom:10px;vertical-align:top;}
.head3Col{}
.ReviewComplete{margin:10px;padding:10px;background-color:rgba(76, 255, 0, .5019607843137255);border: 1px solid rgba(0, 0, 0, 0.25);}

.contentTable .row .tablecell.reviewDocDescCol{width:auto;overflow: hidden;white-space: normal;padding:0;}
.contentTable .row .tablecell.reviewDocDescCol .revQueDesc{width:auto;padding:8px 2px;}
.contentTable .row .tablecell.reviewChkBoxCol{width:35%;padding:0;white-space: normal;}
.contentTable .row .tablecell.reviewChkBoxCol .revQueCheckDesc{white-space: normal;}
.glviewLink{color:#343434;}
.glviewLink:hover{text-decoration: underline;color:#000;}

@media(max-width:1024px){
  .ReviewUploadButtonHead.head3Col{float:none;text-align: center;display:table;margin: 10px auto;}
  .ReviewUploadButtonHead.head3Col a{width:227px;}
}
@media(max-width:620px){
  .revQueDesc{display:block;width:auto;}
  .revQueCheckDiv{display:block;}
  .head3Col{float:none;text-align: center;display:table;margin: 10px auto;}
}
@media(max-width:550px){

  .revCheckCell.revCheckItems{display: none;}
}

/*Auto Fill Select */

.autoFillStepBox{display:block;clear:both;padding:6px;margin-top:10px;font-size:1.3rem;text-align:left;border-bottom:4px solid #eff3d5; }
.ClientListSearchWrapper{margin-top:10px;}
.autoFillFormList{padding:10px 0px 10px 92px;text-align:left;font-weight:bold;}
.autoFillSellingListing{padding-left:90px;}

.autoFillSellingListing input[type=radio]{width:20px;height:20px;margin-bottom: 0.5rem;margin-top: 0.5rem;vertical-align: middle;}

@media(max-width:1000px){
  .autoFillSellingListing input[type=radio]{width:20px;height:20px;margin-bottom: 1.5rem;margin-top: 1.5rem;vertical-align: middle;}
}

.autoFillSearchContainer{background-color:#90c213;color:#fff;vertical-align: middle;}
.searchWorking{display:none;}
.autoFillSearchX{display:none;position:absolute;left:255px;top:9px;}
.autoFillSearchContainer .searchClientsInput,.clientMgrSearch .searchClientsInput, .ClientListSearchHeader .displayView{vertical-align: middle;margin-bottom:0px;}
.ClientListSearchHeader .displayView{height:40px;}
.ClientListSearchHeader .displayView select{height:32px;margin:4px;}

/*Forms_Folder_Manager*/

.folderNameHeader{    
    border-radius: 6px 6px 0px 0px;
    -moz-border-radius:6px 6px 0px 0px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    background:#49630A url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size: 100% 100%;
    padding:6px;color:white;font-size:16px;font-weight:bold;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    height:28px;
}
#sortable{margin:0px;padding:0px;list-style: none;text-align: left;}
#sortable li{position:relative;}
.deleteIcon,.cantdeleteIcon{width:120px;}
.mngFolderfolderName{}
.manageFolder{}
.manageFolder span{display:table-cell;}
.manageButtons{}
#sortableFolders{display:block;width:100%;}
#sortableFolders li.sortFolderLI{display:table;height:31px;width:100%;}
#sortableFolders .sortFolderLI:hover{cursor:ns-resize;background:#eff3d5 url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size: 100% 100%;}
#sortableFolders li.sortableFolders_Holder{display:table;height:31px;width:100%;border: 1px solid rgba(0, 0, 0, 0.25);background-color: rgba(255, 216, 0, .5019607843137255) }
#sortableFolders li.sortFolderLI div.sortFolderCell{display:table-cell;}
.rrActionMenu ul li.hidden{display:none;}
.mgrFolderSortSaving{margin: auto 0 auto 20px;width: 200px;display: inline-block;text-align: center;font-weight: normal;font-size:14px;display:none;}

@media(max-width: 800px){
  .manageButtons{display:block;width:100%;clear:both;}
}
.sortUp a dd,.sortDn a dd{display:inline-block;margin:0px;}
@media(max-width: 524px){
  .sortUp a dd,.sortDn a dd{display:none;}
}
.folderReName{display:none;}
.renameInput{width:300px;border:1px solid #c0c0c0;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;font-size:1.4rem;padding:3px;}
.folderIconRN{background-image: url("/sysImages/GrnFolder-22x22.png");background-repeat:no-repeat;height:22px;width:22px;display:inline-block;vertical-align:middle;}
.MoveThis{background-color:red;}
.sortFolderLI{margin:0;}
.sortFolderLI:nth-child(odd){background-color:#e0e0e0;}
.imagePreviewDiv{border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;padding:4px;}
.imagePreviewDiv img{border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;}
.loadingImgPreview{display:none;padding:20px;background:#fff;border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;-moz-box-shadow: 0px 0px 8px #888888;
-webkit-box-shadow: 0px 0px 8px #888888;box-shadow:0px 0px 8px #888888;border:1px solid #c0c0c0;z-index:1100;}
.workingLoading{margin:auto;padding:auto;z-index:1100;}
.loadedImgPreview{width:auto;height:auto;z-index:1005;}
.loadedImgPreview img{border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;-moz-box-shadow: 0px 0px 10px #999;-webkit-box-shadow: 0px 0px 10px #999;box-shadow:0px 0px 10px #999;z-index:1100;border:2px solid #fff;background-color:#fff;}

.closeIcon, #closeUpload{background-image: url("/sysImages/emblem-unreadable_tn.png");background-repeat:none;margin-top:1px;padding-top:0px !important;height:22px;width:22px;float:right;cursor:pointer;}
.refreshIcon{background-image: url("/sysImages/RefreshPage.png");background-repeat:no-repeat;margin-top:0px;height:22px;width:22px;float:right;cursor:pointer;}
.closeCreateFolder{background-image: url("/sysImages/window-close_ox.png");background-repeat:none;margin:3px 0px 0px 2px;height:16px;width:16px;float:right;cursor:pointer;}


/*User Profile*/
.warningBox{padding:10px;background:#FFA2A2 url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size: 100% 100%;color #000;margin: 10px auto;max-width: 500px; }
.profileContainer{max-width:900px;margin-top:10px;}
.formContainer{overflow:hidden;}
.formContainer .tableRow.diverRow a{color:#000;}
.formContainer .uptopUpdateButton{float:right;}
.formContainer .tableRow{display:table-row;overflow:hidden;}
.formContainer .tableRow .tableCell{display:table-cell;padding:2px;text-align:left;}
.formContainer .tableRow .tableCell input.readOnly{background-color: #f0f0f0;}
.formContainer .tableRow .tableCellButtons{float:left;vertical-align: middle;height:40px;padding:3px;}
.formContainer .tableRow .tableCell.fieldLabel{text-align: right;}
.formContainer .tableRow .tableCell.required{color:red;}
.loginHelp{display:none;position:absolute;border: 1px solid rgba(0, 0, 0, 0.25);padding:10px;width:200px;-moz-box-shadow: 0px 0px 8px #888888;-webkit-box-shadow: 0px 0px 8px #888888;box-shadow:0px 0px 8px #888888; background:#eff3d5 url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size: 100% 100%;text-align: left;line-height: initial;font-weight:normal;font-size:1.2rem;z-index:99;cursor:pointer; }
.loginHelpTitle{font-weight:bold;font-size:1.4rem;border-bottom: 1px solid rgba(0, 0, 0, 0.25);margin-bottom:5px;cursor:pointer; }

@media(max-width:620px){
  .formContainer .uptopUpdateButton{float:none;text-align:right;display:block;}
  .profileContainer div.tabContainer {padding:1em .5em;}
  .formContainer{max-width: 100%;}
  .formContainer .tableRow{display:block;max-width:100%;} 
  .formContainer .tableRow .tableCell{width:100%;max-width:100%;display:block;vertical-align: middle;padding:2px 0px;text-align:left;}
  .formContainer .tableRow .tableCell input{max-width:100%;}
  .formContainer .tableRow .tableCell.fieldLabel{text-align: left;}
}

.formContainer .diverRow{display:block;max-width:100%;}
.formContainer .diverRow .infoDivider{clear:both;padding:4px;margin-top:5px;font-weight: bold;background:#eff3d5 url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size: 100% 100%; overflow:hidden; 
}

/*User Settings */

.formsRus{font-weight:bold;color:#acc329;padding:3px;background: #fff}
.editorSelect{  list-style-type: none;  margin:0px; padding:0px;}
.editorSelect li{width:800px;max-width:100%;border: 1px solid rgba(0, 0, 0, 0.25);overflow: hidden;text-align: left;}
.editorSelect li.selected{background-color:#eff3d5;}
.editorSelect li:hover{background-color:#90c213;cursor:pointer;}
.editorSelect li ul{margin:0;padding:0;font-size:100%;}
.editorSelect li ul li input[type="radio"]{width:20px;height:20px;margin:0px 6px 0px 0px;vertical-align: middle;}
.editorSelect li ul li{display:table-cell;padding:5px;vertical-align: middle; width:55%;border:0px;border-left: 1px solid rgba(0, 0, 0, 0.25); }
.editorSelect li ul li:first-child{width:40%;border:0px;}
.editorSelect li ul li .recommended{font-size:1.2rem;font-style: italic; text-align: center;}
.themeSelector li{width:45%;float:left;padding:1%;}

/*Last Invoice*/

.lastInvoiceTable{border: 1px solid rgba(0, 0, 0, 0.25);border-bottom:0px; }
.lastInvoiceTable tr td{border-left: 1px solid rgba(0, 0, 0, 0.25);border-bottom: 1px solid rgba(0, 0, 0, 0.25);padding:3px 6px; }
.lastInvoiceTable tr td:first-child{border-left:0px;}


/*DCM Setup*/

.clientSetup{text-align:left;}
.clientSetup .ztopMenu ul li a{background-color:#eff3d5;color:#49630a;}
.clientSetup .ztopMenu ul li a:hover{background-color:#49630a;color:#eff3d5;}


/*Email Log*/

.logTable{border-collapse: collapse;}
.logTable tr:nth-child(even){background:#eff3d5;}
.logTable tr:hover{background:#eff3d5 url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size: 100% 100%;}
.logTable tr:first-child{background: #90c213;font-weight:bold;color:#fff;}
.logTable tr td{padding:2px;}
.nomobileInfo{display:table-cell;}
@media(max-width:550px){
  .logTable tr td.nomobile{display:none;}
  .logTable tr td.maxMobile{max-width:120px;overflow: hidden;text-overflow: ellipsis;}
  .nomobileInfo{display:none;}
}

/*Forms_Export*/
.smalltext{padding:1% 2%;}
.smalltext.rightCell{border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
.exportFormFieldGroups{width:100%;border-top: 1px solid rgba(0, 0, 0, 0.15); }

/*swSignatureRequest*/
.swFormHeader{font-size:12px;}
  .swWrapper{text-align: center;}
  .swFormWrapper{}
  .swFormWrapper .ltGreenHeader{text-align:left;padding-left:10px;}
  .swFormWrapper.swDocuments{margin-top:8px;}
  .ltGreenHeader.swMainHeader{font-weight: bold;}
  .swFormsSelectedTable{width:100%;text-align: left;}
  .swFormsSelectedTable tr:nth-child(odd){background:#eff3d5;}
  
  .formError{color:red;}

  .actionCol{width:175px;padding-left:5px;}
  .docIconCol{width:22px;text-align:right;padding-right:2px;}
  .docDesc{text-align:left;padding-left:2px;}
  .swFormSigBox{
    background:#ededed;
    padding:5px 5px 10px 5px;
    float:left;
    width:23%;
    max-width:100%;
    margin:.5%;
    font-size:1.2rem;
    text-align: left;
    min-height:670px;
  }
  .swFormSigBox.swTenant{
    min-height:575px !Important;
  }
  .swFormSigBox.swGeneric{
    min-height:600px !Important;
  }
  .swFormSigBox .ltGreenHeader{
    margin-bottom: 4px;
  }
  .nrFormSigBox{
    min-height:424px;
    background:#ededed;
    padding:5px 5px 10px 5px;
    float:left;
    width:23%;
    max-width:100%;
    margin:.5%;
    font-size:1.2rem;
    text-align: left;
  }
  .swSigOrder{
    display:none;
    text-align: right;
    float: right;
  }
  .swSigOrder select{
    font-weight: normal;
    font-size: 11px;
    padding: 2px;
    height: auto;
  }
  .swSigSubLabel{
    font-weight: 500;
  }
  .swSigFormSpacer{
    margin-bottom: 10px;
  }
  .swInfoBox{background:#eff3d5}
  .nrFormField{
    width:99%;
  } 
  .nrFormSigBox input[type="text"].required{background-color:rgba(255,0,0,0.30980392156862746);}
  .swFormSigBox input[type="text"], .nrFormSigBox input[type="text"]{width:99%;}

  .nrFormSigBox input[type="text"].swNameField{width:85%;}
  .NRaddButtonDiv{text-align: center;margin:5px;}
  .partyBlock {border-bottom: 1px solid rgba(0, 0, 0, 0.25);margin-bottom:8px; padding-bottom:8px; }
  @media(max-width:1024px){
    .swFormSigBox, .nrFormSigBox{   
    padding:5px 5px 10px 5px;
    float:left;
    width:98%;
    min-height:auto;
    max-width:100%;
    margin:0px;
    font-size:1.2rem;
    text-align: left;
    }
    .swFormSigBox{min-height:410px;}
    .swFormSigFW{display:none;}
  }
  .smoothRounded{
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
  }
  .required{
    background-color:#FFF0F0;
  }
  .divTable {
    display: table;
  }
  .divTable .divTr  {
    display: table-row;
  }
  .divTable .divTd {
    display: table-cell;
    padding: 2px;
  }
  .divTd .rightAlign{
    text-align: right;
  }
  .divTd .leftAlign{
    text-align: right;
  }
  .divTd .centerAlign{
    text-align: center;
  }
  input[type="radio"],input[type="checkbox"]{
    margin-bottom:0;
    vertical-align: middle;
    width:24px;
    height:24px;
  }
  .ui-widget input.stdInput{
    padding:9px;
    border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;
    font-size:1.4rem;
    border: 1px solid rgba(0, 0, 0, 0.25);
  }
  label{
    margin-top:2px;
    margin-bottom: 0px;
    font-size:1.1rem;
    font-weight:bold;
  }
  
  .submitBtn{
    margin:0 auto;
    text-align:center;
  }
  
  .submitBtn input{
    margin: 6px;
    float:left;
  }
  .signInPersonRow{margin:5px 1px;}
  .signInPersonChk{width:20px;height:20px;vertical-align: middle}
  .signInPersonRow label{vertical-align: middle;}
  .sigStyleRow input[type="radio"]{width:20px;height:20px;vertical-align: middle;}


/*fax forms*/
.faxInfoBox{width:100%;max-width:100%;overflow:hidden;margin-top:6px;}
.faxInfoRow{text-align:left;padding:5px;clear:both;}
.faxToPhone ul{margin:0px;padding:0px;}
.faxToPhone ul li{display:table-cell;vertical-align: middle;}
.faxInfoSection{margin-left:40px;font-weight:normal;}
.faxInfoSection .optionName{font-weight:bold;}

/*Default Footer CSS */
/*Login CSS */
.customLoginLogoWrapper{border-bottom:2px solid #49630a;}
.footerrow{  padding:10px 20px;background:#eff3d5;border-top:2px solid #49630a;font-size:.8em;font-weight:normal;}
.footerrow a{font-weight:normal;color:#636e23}
.footerrh{text-align:right;color:#636e23;}
.regionDescLogin{
  text-align:left;
  font-size:1.3rem;
  margin: 3px 0px 3px 0px;
  padding: 0px 6px 0px 6px;
  color:navy;
}

/* Restore Archive Module */

.restoreList{max-height:257px;overflow: none;overflow-x: auto;}
.restoreList ul{margin:0 0 10px 0;padding:0;}
.restoreList ul li:first-child{border-top: 1px solid rgba(0, 0, 0, 0.25); }
.restoreList ul li{border-bottom: 1px solid rgba(0, 0, 0, 0.25); margin:0; padding:2px;}
.restoreList ul li:nth-child(odd){background:#f0f0f0;}

.hidden{display:none;}

.ajaxLoading{display: none;position: fixed; z-index: 999;left: 0;top: 0; width: 100%; height:100%; overflow: auto; background-color: rgb(0,0,0);background-color: rgba(0,0,0,0.4);}
.ajaxLoading-content {
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  color:#fff; 
  margin: 25% auto; /* 15% from the top and centered */
  padding: 20px;  
  width: 33%; /* Could be more or less, depending on screen size */
  font-size:24px;
  text-align: center;
  vertical-align: middle;
}

/*Navigation */
.navigation{display:block;max-height:38px;overflow:hidden;background:#90c213; }
#mainTopMenu,.invertedtabsline{display:none;}
.navigation ul li{float:left;border-right:2px solid #fff;width:23%;}
.navigation ul li a{display:inline-block;padding-left:8px;padding-right:8px; background-color: #90c213;
  height:38px;line-height:38px;color:#fff;text-decoration: none; }

.mobileNav select{
    width:225px;
    max-width:100%;
    margin: 0 0 5px 0;
    padding: 4px 26px;
    color: #fff;
    font-weight: bold;
    border: 0px;
    background-color: #90c213;
    background-image: url(/sysimages/menu-icon-24-wht.png);
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.mobileNav select optgroup {
    font-weight: bold;
    margin-top:8px;
}

 .navigation ul li{display:none;}
 .navigation ul li.mobileNav{display:block;width:100%;}
 .mobileNav select{width:100%;}
 
 .folderMobileNav select.FLfolderMobile{
  border:0px;
  padding:5px;
  width:299px;
  height:auto;
  margin:4px;
      font-size: 15px;
    line-height: 15px;
    background: #e5bf81;
    border-radius: 0px;-moz-border-radius: 0px;-webkit-border-radius: 0px;
 }
@media (max-width: 800px){
  .formListSearchCol{width:99%;padding:0px;float:none;display:block;}
  .folderMobileNav select.FLfolderMobile{
    width:99%;margin-bottom:1.2rem;padding:12px;
  }
}

/* Larger than mobile */
@media (min-width: 320px) {
 .navigation ul li{display:block;}
 .navigation ul li.mobileNav{display:block;width:23%;min-width:163px;}
 .navigation ul li.nonNav{width:20%;}
 .navigation ul li.miformList{min-width:109px;}
 .navigation ul li.misavedForms{min-width:122px;}
 .navigation ul li.miDCM{min-width:161px;}
 .navigation ul li.miclientMgr{}

 .mobileNav select{width:225px;}
 .SearchAZ UL LI.searchLI{width:100%;max-width:100%;}
 .SearchAZ UL LI.FLfolderTabs_Nav{width:100%;text-align:left;}

 .FLfolderTabs_BR{width:100%;}
 .searchResetX{display:none;}

}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
  .SearchAZ UL LI.FLfolderTabs_Nav{width:auto;text-align:left;}
  .SearchAZ UL LI.searchLI{width:330px;max-width:100%;}
  .SearchAZ UL LI{}
  .packageSize,.formListDate{display:table-cell;}
  .formListFormNo{width:110px;max-width:110px;overflow: visible;font-size:1.3rem; }

  .savedFolderSearchWrapper{display:block;overflow:hidden;padding:3px;margin-right:5px;}
  .uploadButtonDiv{float:right;}
  .savedListSearchDiv{float:left;display:block;overflow:hidden;padding:5px;width:250px;}
  .savedListSearchDiv .savedListInnerDiv{float:left;}
  .saveListMngFldrDiv{float:right;display:block;overflow:hidden;padding:5px;}
  .displayControlsWrapper{float:right;width:257px;clear:right;overflow: hidden;}
  
  .folderFileDate{display:table-cell;width:100px;}
  .folderHeadDate{display:table-cell;}

/*eMail Dialog Window*/
.selectedFormColumn{float:left;width:49%;}

}
@media (min-width: 640px) {
  .savedListSearchDiv{float:left;display:block;overflow:hidden;padding:5px;width:350px;}
}

/* Larger than tablet */
@media (min-width: 750px) {
  .pcfFooterMenu div{width:650px;height:31px;}
  .pcfFooterMenu ul li{width:auto;}
  .pcfFooterMenu ul li a{border-bottom:0px;}

}
/*Form List dbl buttons*/
@media (min-width: 850px){
.savedListSearchDiv{float:left;display:block;overflow:hidden;padding:5px;width:auto;}
.openFormTD{width: 100px; max-width:125px;}
.pkgListTD{width:155px;max-width: 155px;}
.pkgActionButton{margin:0px 0px;width:auto;}
.mobileActions{display:none;}
.desktopActions{display:block;}
.formListHeaderRow.formsListInfo,.formList10.formsListInfo{width:70px;}
.formListHeaderRow.openFormTD,.formList10.openFormTD{width:100px;}
.formListHeaderRow.packageSize,.formList10.packageSize{width:150px;}
.formListHeaderRow.formListDate,.formList10.formListDate{width:100px;}
}
@media (min-width: 900px){
  .folderButtonCell,.folderViewPDF,.folderCopyCell,.folderFileEditStatus{display:table-cell;}
  .folderFileSize{display:table-cell;}
  
}
/* Larger than desktop */
@media (min-width: 1000px) {
  .navigation{display:none;}
  #mainTopMenu,.invertedtabsline{display:block;}
  
  .SearchAZ UL LI{margin:0px;font-size:1.5rem;}
  .SearchA span, .SearchAFound span{padding:2px 6px;margin-right: 2px;}
  .contentTable .row td{padding: 1px;}
  .folderHeaderTall.chkBoxCol{padding:5px 1px;}
  .savedFolderSearchWrapper{display:block;overflow:hidden;padding:3px;margin-right:5px;}
  .uploadButtonDiv{float:right;}
  .savedListSearchDiv{float:left;display:block;overflow:hidden;padding:5px;width:auto;}
  .savedListSearchDiv .savedListInnerDiv{float:left;}
  .saveListMngFldrDiv{float:right;display:block;overflow:hidden;padding:5px;}

}
@media (min-width: 1070px) {
.SearchAZ UL LI.searchLI{width:330px;}
  /*.searchResetX{display:block;}*/
/*.FLfolderTabs{display:block;}*/
  /*.SearchAZ UL LI.FLfolderTabs_Nav{display: none;}*/
  /*.FLfolderTabs_BR{width:0px;}*/

}

@media print {
  .noPrint,.noprint{display:none;}
}

/* supertext with asterisk */
.starsup{vertical-align:sup;font-size:0.8em;margin-top:2px;color:navy;text-align: left;}
.starsup span{vertical-align:sub;font-size:1.2em;}

/* Tweaked tabs style to work in dialog */
.dialogTabs{border: 0px !important;}
.dialogTabs ul{border:0px; !important; background:none;}

/* Slide down notifications for client editors */
.notificationsContainer{display:none;text-align:center;width:200px;}
.notifications {z-index:9999;border: 1px solid rgba(0, 0, 0, 0.25); background:#46FF00 url(/sysImages/tall-tsc-button-overlay.png) repeat-x;background-size: 100% 100%; -moz-box-shadow: 0px 0px 8px #888888;-webkit-box-shadow: 0px 0px 8px #888888;box-shadow:0px 0px 8px #888888; width: 200px;padding:10px; position: absolute;}