.rf-dt {
    border: none;
    background-color: transparent;
}

.rich-table {
    border: none;
    background-color: transparent;
}

.rf-dt-thd{
    border: 1px solid #DBDFE6;
}


.rf-dt-shdr {
    border: none;
    background-color: #DBDFE6;
    color: #888;
}

.rf-dt-shdr-c {
    border: 1px solid #caced5 !important;
    background-color: #DBDFE6 !important;
    color: #666 !important;
    vertical-align: bottom;
    background: none !important;
    text-align: left !important;
}

.rf-dt-flt-c {
    background-color: #DBDFE6 !important;
}

.rf-dt-flt-cnt {
    text-align: left !important;
}

.rf-dt-c {
    padding: 4px;
    border: 1px solid #DBDFE6;
    background-color: #f2f4f9;
    margin: 2px;
    text-align: left;
    word-break: break-word;
}

.rf-dt-c.home-status-column {
    text-align: center;
}


.rf-tab-hdr-tabs {
	width: 100%;
}

.rf-tab-hdr-tabline-top  {
	border-bottom: 1px solid #f2f4f9;
}

.rf-tab-hdr-act {
    background-color: #033577;
    color: #fff;
    background-image: none;
    border: none;
    padding: 8px 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px 6px 0 0;
    height: 28px;
}

.rich-tabhdr-side-cell {
    border: none;
}

.rf-tab-hdr-inact {
    background-color: #d2d9d4;
    color: #444;
    background-image: none;
    border: none;
    padding: 8px 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px 6px 0 0;
    height: 28px;
}


.rf-dt-hdr {
    border: 1px solid #DBDFE6;
    background-image: none;
    background-color: #DBDFE6 !important;
	
}


.rf-dt-hdr-c {	
    border: 1px solid #caced5  !important;
    background-color: #DBDFE6 !important;
	background-image: none !important;
    color: #666 !important;
    text-align: left;
    vertical-align: bottom;

}

.rf-dt-ftr-c {
	padding:0px !important;
}
.rf-p {
    border: none  !important;
    padding: 0 !important;
    border-style: none;
}
.rf-p-hdr {
	background-color: #FFF  !important;
	border-color: #FFF  !important;
    border: none  !important;
    color: #033577 !important;
    font-size: 20px ;
    padding-bottom: 6px !important;
    background-image: none !important;
}
.rf-p-b {
    background-color: #F4F4F4;
}
.report_table th,.report_table td {
	word-wrap: break-word;
	white-space: normal;
	text-align: center;
	vertical-align: text-middle;
}

.rf-tab-cnt {
	border: none !important;
    border-top: 4px solid #033577 !important;
    padding: 10px !important;
}

/* checklist */

.rf-pp-cntr.clPanel .clPanelColumn {
    float: left;
    width: 222px;
    min-height: 180px;
    padding: 15px 15px 20px;
}

.rf-pp-hdr-cnt span {
    background: none transparent;
    text-decoration: none !important;
    color: #ffffff;
    padding: 4px 12px;
    display: block;
}

.rf-pp-hdr-cnt.clPanel .clPanelColumn .clControls .clAddRow {
    display: block;
    overflow: auto;
    float: right;
}

.rf-pp-cntr.clPanel .clPanelColumn .clTitleRow {
    text-align: left;
}

.rf-pp-cntr.clPanel .clPanelColumn .clContainer {
    overflow: visible;
}

#checklistPanelId_header {
    padding: 0;
    margin: 0;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background: #1177aa;
    background: -moz-linear-gradient(top, #1177aa 0%, #033577 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1177aa), color-stop(100%, #033577));
    background: -webkit-linear-gradient(top, #1177aa 0%, #033577 100%);
    background: -o-linear-gradient(top, #1177aa 0%, #033577 100%);
    background: -ms-linear-gradient(top, #1177aa 0%, #033577 100%);
    background: linear-gradient(to bottom, #1177aa 0%, #033577 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1177aa', endColorstr='#033577', GradientType=0);
    border: none;
    vertical-align: middle;
    width: 100%;
    z-index: 5;
}


.rf-pp-cntr.clPanel .clPanelColumn .clTitleRow, .rf-pp-cntr.clPanel .clPanelColumn .clCheckboxRows, .rf-pp-cntr.clPanel .clPanelColumn .clMessageRow, .rf-pp-cntr.clPanel .clPanelColumn .clAddRow {
     margin-bottom: 15px;
}

.rf-pp-cntr.clPanel .clPanelColumn .clCheckboxRow {
    overflow: auto;
    clear: both;
    margin-bottom: 4px;
    border-bottom: 1px solid #eee;
}

.rf-pp-cntr.clPanel .clPanelColumn .clCheckboxColumn>label {
    display: block;
    float: left;
    padding-top: 2px;
    vertical-align: top;
    line-height: 20px;
    max-width: 180px;
    text-align: left;
}

.rf-pp-cntr.clPanel .clPanelColumn .clControls .clAddAction, .rf-pp-cntr.clPanel .clPanelColumn .clControls .clSaveAction, .rf-pp-cntr.clPanel .clPanelColumn .clControls .clUpdateAction {
    height: 16px;
    background: none;
    padding: 4px 6px;
    margin: 0 10px 0 0;
    border-radius: 4px;
    color: #444;
    padding: 4px 6px;
    background: -moz-linear-gradient(top, #54a6e5 1%, #2989d8 50%, #207cca 51%, #1e5799 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #54a6e5), color-stop(50%, #2989d8), color-stop(51%, #207cca), color-stop(100%, #1e5799));
    background: -webkit-linear-gradient(top, #54a6e5 1%, #2989d8 50%, #207cca 51%, #1e5799 100%);
    background: -o-linear-gradient(top, #54a6e5 1%, #2989d8 50%, #207cca 51%, #1e5799 100%);
    background: -ms-linear-gradient(top, #54a6e5 1%, #2989d8 50%, #207cca 51%, #1e5799 100%);
    background: linear-gradient(to bottom, #54a6e5 1%, #2989d8 50%, #207cca 51%, #1e5799 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54a6e5', endColorstr='#1e5799', GradientType=0);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}

.rf-pp-cntr.clPanel .clPanelColumn .clControls .clAddAction {
    background: #eee none;
    background: #999999;
    background: -moz-linear-gradient(top, #999999 0%, #888888 50%, #777777 51%, #666666 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(50%, #888888), color-stop(51%, #777777), color-stop(100%, #666666));
    background: -webkit-linear-gradient(top, #999999 0%, #888888 50%, #777777 51%, #666666 100%);
    background: -o-linear-gradient(top, #999999 0%, #888888 50%, #777777 51%, #666666 100%);
    background: -ms-linear-gradient(top, #999999 0%, #888888 50%, #777777 51%, #666666 100%);
    background: linear-gradient(to bottom, #999999 0%, #888888 50%, #777777 51%, #666666 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#666666', GradientType=0);
    color: #036;
    border-color: #369;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin: 0;
}

.rf-pp-cntr.clPanel .clPanelColumn .clContainer.clCanNotUse .clCheckboxRow input {
    visibility: hidden;
}

.rf-pp-cntr.clPanel.clPanel .clPanelColumn .clCheckboxColumn>input {
    float: left;
}

*.rf-pp-cnt {
     padding: 10px !important; 
}
#checklistPanelId_content_scroller {
	height: auto !important;
}
*.rf-pp-shdw {
	display:none;
}
.rf-pp-cntr.clPanel .clPanelColumn .clControls .clAddInputColumn {
    float: left;
    margin-right: 4px;


	}
.rf-pp-hdr {
	padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    background: linear-gradient(to bottom, #1177aa 0%, #033577 100%) !important;
    border: none !important;
    vertical-align: middle !important;
    width: 100% !important;
    z-index: 5 !important;
}
	
.rf-pp-cntr {
	position: absolute !important;
   	border: 0px !important;
	}

.rf-pick-add-all, .rf-pick-rem-all {
	display: none !important;
}

form {
    margin-block-end: 0 !important;
}

#controlbank{
	display: inline-flex;
}
.rf-tab-hdr-act {
    background-color: #033577 !important;
    color: #fff !important;
    background-image: none !important;
    border: none !important;
    padding: 8px 10px !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px 6px 0 0 !important;
    height: 44px !important;
}

.rf-tab-hdr-inact {
    background-color: #d2d9d4 !important;
    color: #444 !important;
    background-image: none !important;
    border: none !important;
    padding: 8px 10px !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px 6px 0 0 !important;
    height: 44px !important;
}
*.rf-tab-hdr-tabline-vis.rf-tab-hdr-tabline-top {
    background: none !important;
    border: none !important;
    padding-top: 0px !important;
    overflow: hidden;
    height: 44px !important;
    white-space: nowrap !important;
    position: relative !important;
}
*.rf-tab-hdr-act.rf-tab-hdr-top, *.rf-tab-hdr-inact.rf-tab-hdr-top{
	    vertical-align: middle !important;
}
*.rf-tab-hdr-brd{
	display:none !important;
}
.rf-cp-lbl div{
	border: none !important;
    font-size: 20px !important;
    color: #033577 !important;
    background: none transparent!important;
	font-weight: bold !important;
}

.rich-stglpanel-header , *.rf-cp-hdr{
	border: none !important;
    border-bottom: 2px solid #ddd !important;
    font-size: 20px !important;
    color: #033577 !important;
    background: none transparent !important;
    padding-bottom: 6px !important;
}
.rf-cp.rf-tgp{
	border: none !important;
	margin-bottom: 20px !important;
}

.rf-cp-b{
font-size: 12px;
    background-color: #f8f8f8;
    padding: 0 20px 20px 20px;
	box-sizing: border-box;
	float: left;
	width: 100%;
}
.grid_leftbody thead th {
    color: #555;
    padding: 3px;
	text-align: left;
	font-size: 12px;
}
.rf-pp-cntr {
    position: fixed !important;
    margin: auto;
	height: auto !important;
}
*.rf-pp-cnt-scrlr{
	height: auto !important;
	max-height: 90% !important;
	overflow: auto;
}
*.rf-pp-shade{
	background: url(../images/bg-checker.png) #456 !important;
    opacity: 0.6 !important;
}
#assignapppanel_container{
	width: 400px !important;
    height: auto !important;
}

#assignapppanel_container .rf-pp-cnt{
padding: 5px !important;
}

input.button:hover,a.button:hover{
    color: #ffffff;
    cursor: pointer !important;
    background: -moz-linear-gradient(top, #00066f 100%, #005dcb) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#00066f), to(#005dcb)) !important;
    background-color: #005dcb !important;
}

#controlbank a.button {
	max-height: 16.8px;
}

input.button,a.button {
    height: auto;
    margin: 0 0px 0 8px;
    padding: 4px 12px 5px ;
    background: #54a6e5 !important;
    background: -moz-linear-gradient(top, #54a6e5 1%, #2989d8 50%, #207cca 51%, #1e5799 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #54a6e5), color-stop(50%, #2989d8), color-stop(51%, #207cca), color-stop(100%, #1e5799)) !important;
    background: -webkit-linear-gradient(top, #54a6e5 1%, #2989d8 50%, #207cca 51%, #1e5799 100%) !important;
    background: -o-linear-gradient(top, #54a6e5 1%, #2989d8 50%, #207cca 51%, #1e5799 100%) !important;
    background: -ms-linear-gradient(top, #54a6e5 1%, #2989d8 50%, #207cca 51%, #1e5799 100%) !important;
    background: linear-gradient(to bottom, #54a6e5 1%, #2989d8 50%, #207cca 51%, #1e5799 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54a6e5', endColorstr='#1e5799', GradientType=0) !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    border: none !important;
    position: static !important;
    /* float: left !important; */
    font-family: Arial, Helvetica, sans-serif !important;
    color: #FFFFFF !important;
    font-size: 12px !important;
    font-weight: bold !important;
}
.rf-pp-cnt-scrlr select, #cancelpanel_container select{
	background-image: none !important;
	padding: 3px !important;
}
.rf-pp-cnt-scrlr .button {
 
    margin: 15px 10px !important;
}

.rf-pp-cnt-scrlr .clPanelColumn .clControls .clAction {
    color: #036;
    background: url(../images/caret.png) no-repeat scroll right 3px rgba(0, 0, 0, 0);
    padding-right: 11px;
    float: left;
    margin-top: 6px;
    margin-right: 10px;
}

.rf-pp-cnt-scrlr .clPanelColumn .clControls .clAction:hover, .rf-pp-cnt-scrlr .clPanelColumn .clControls .clAction label:hover {
    text-decoration: underline;
    cursor: pointer !important;
}


.rf-pp-cnt-scrlr .clPanelColumn .clMessageRow {
    font-style: italic;
    text-align: left;
}

.rf-pp-hdr-cnt span{
padding: 2px 5px !important;
}

#declinepanel_content_scroller{
	width: 800px !important;
}

#declinepanel_content_scroller textarea, #cancelpanel_container textarea{
	background-image: none !important;
	padding: 3px !important;
	height: 80px;
	border: 1px solid #000 !important;
}
#declinepanel_content_scroller table td{
	font-size: 12px !important;
}
#declinepanel_content_scroller input.button{
	float: right !important;
}

#addnotepanel_container,#addnotepanel_content_scroller{
	width: 650px !important;
}

#addnotepanel_container textarea{
	background-image: none !important;
	padding: 3px !important;
	height: 200px !important;
	border: 1px solid #000 !important;
	width: 510px !important;
	margin: 10px !important;
}

#addnotepanel_container a.button{
	float: right !important;
}
#cancelpanel_container a.button{
	float: right !important;
	margin: 10px;
}

a.button.rightAlign{
	float: right !important;
}

.grid_leftheader, h3, h3.grid_centerheader, .grid_rightheader, #card-detail-region h3 {
    color: #497b92 !important;
}
#card-detail-region h3 {
	color: #497b92 !important;
}

.rf-fu {
	width: 400px !important;
}
.rf-fu *.rf-fu-hdr{
	padding: 0px 2px !important;
	background-color: #F1EEE9 !important;
    border-bottom-color: #C4C0C9 !important;
}

/* notifications style */
.notificationswidget {
	width: 240px;
	position: fixed;
	bottom: 0px;
	left: 1030px;
	background-color: #eeeeee;
}

.notificationswidget .header {
	background-color: #005b80;
}

.notificationswidget .header .label {
	color: white;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 7px 10px;
}

.notificationswidget .header .buttonbar {
	position: absolute;
	right: 0;
	color: white;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 7px 10px;
}


.notificationswidget .body {
	background-color: #f1eee9;
	border-width: 0 1px;
	border-color: #119ace;
	border-style: solid;
}

.notificationswidget .footer {
	background-color: #119ace;
	text-align: right;
	padding: 4px;
}

.notificationswidget .notificationEvent {
	background-color: #f1eee9;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #aaaaaa;
}

.notificationswidget .notificationEvent .checkbox input {
	position: absolute;
}

.notificationswidget .notificationEvent .checkbox input {
	margin: 6px 6px 30px 6px;
}

.notificationswidget .notificationEvent .message {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 6px;
	margin-left: 28px;
}

.notificationswidget a {
	text-decoration: underline;
}

.notificationswidget a:visited {
	text-decoration: underline;
}

.notificationWidgetPlus {
	width: 16px !important;
	height: 16px !important;
	background-image: url(../images/plus.png) !important;
	background-repeat: no-repeat !important;
	cursor: pointer !important;
}

.notificationWidgetMinus {
	width: 16px !important;
	height: 16px !important;
	background-image: url(../images/minus.png) !important;
	background-repeat: no-repeat !important;
	cursor: pointer !important;
}


#notificationWidgetMinusLinkFooter {
	float: left;
}

.notificationswidget .newnotifications {
	color: red;
}

#notificationEventList .rich-table-cell {
	padding: 10px 10px 10px 10px;
	font-size: 12pt;
}

.startlabel{
	float:right;
}

#Main #primaryUserNameValueSpan>a, #Main #businessNameValueSpan>a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #033577;
}


#Main {
    width: 98%;
    float: none;
    padding: 1%;
    min-height: 0px;
    overflow: auto;
}

.main .docViewer {
    height: 742px;
}

.aggrementDoc4 .docViewer .docbar li.docViewerCloseButton {
    display: none !important;
}

.supportDoc4 .docViewer .docbar li.docViewerCloseButton {
    display: none !important;
}

#dropDownButtonsOutterContainer {
	height: 18px !important;
	margin-left: 15px !important;
}

.button1 {
    height: auto;
    margin: 16 8 0 0;
    padding: 4px 12px 5px ;
    background: none #EEEEEE !important;
   
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54a6e5', endColorstr='#1e5799', GradientType=0) !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    border: none !important;
    position: static !important;
    /* float: left !important; */
    font-family: Arial, Helvetica, sans-serif !important;
   	color: #444 !important;
    font-size: 12px !important;
    font-weight: bold !important;
}

.button1:hover {
  background-color: #666 !important;
  color: #FFFFFF !important;
  cursor: pointer !important;
}

.button2 {
	height: auto;
    margin: 10px 10px 10px 10px;
    padding: 4px 12px 5px ;
    background: #54a6e5;
    background: -moz-linear-gradient(top, #54a6e5 1%, #2989d8 50%, #207cca 51%, #1e5799 100%) ;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #54a6e5), color-stop(50%, #2989d8), color-stop(51%, #207cca), color-stop(100%, #1e5799)) ;
    background: -webkit-linear-gradient(top, #54a6e5 1%, #2989d8 50%, #207cca 51%, #1e5799 100%) ;
    background: -o-linear-gradient(top, #54a6e5 1%, #2989d8 50%, #207cca 51%, #1e5799 100%) ;
    background: -ms-linear-gradient(top, #54a6e5 1%, #2989d8 50%, #207cca 51%, #1e5799 100%) ;
    background: linear-gradient(to bottom, #54a6e5 1%, #2989d8 50%, #207cca 51%, #1e5799 100%) ;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54a6e5', endColorstr='#1e5799', GradientType=0) !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    border: none !important;
    position: static !important;
    /* float: left !important; */
    font-family: Arial, Helvetica, sans-serif !important;
    color: #FFFFFF !important;
    font-size: 12px !important;
    font-weight: bold !important;
    float:right !important;
}

#reqaddlPanelId_container {
	width: 420px !important;
}

#reqaddlPanelId_content_scroller .button {
	float:right;
	margin: 10px;
}

*.rf-msg-err, *.rf-msgs-err {
    background-image: url(../images/error.png)!important;
    color: #FF0000;
}

*.rf-ii {
    width:90%;
    border-bottom-style: none !important;    
}

.floatRight {
	float: right !important;
}

#clearaddlpanelId_content_scroller .button {
	float:right;
	margin: 10px;
}