﻿@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto'), url('../UI/Fonts/Roboto-Regular.ttf') format('ttf');
}
body {
    background-image: none;
    background-color: #eee;
    overflow: hidden;
    min-height: 0px;
    max-height: 100vh;
    min-height: 100vh;
}
body#MainLogin {
    background-color: #424242;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: auto;
}
body#MainLogin .page {
    height: auto;
}
#form1 {
    height: 100vh;
}
#loadingPanel div{
    z-index: 99999;
}

/* LOGIN SCREEN */
.loginContainer {
    border-radius: 4px;
    border: none;
    margin-top: 0;
    margin-left: 0;
    background-color: transparent;
    position: relative;
    top: 0;
    left: 0;
}

.loginTitle {
    background: #fff;
    padding: 32px;
    border-bottom: none;
    border-radius: 0;
    max-width: 416px;
    margin: 0 auto;
}
.TextBox {
    height: 1.5em;
    box-shadow: none;
    padding: .4em;
}
.Button {
    background: #1373E6;
    box-shadow: none;
    text-shadow: none;
    padding: .4em 1.6em;
    height: 1.5em;
    border: none;
    color: #fff;
    box-sizing: content-box;
    text-transform: uppercase;
}
    .Button:hover, .Button:focus {
        background: #224ccd;
        color: #fff;
        border: none;
        text-shadow: none;
        box-shadow: none;
        cursor: pointer;
    }
table.loginForm > tbody > tr:nth-child(3) > td {
    padding-top: 8px;
}
.assistance {
    line-height: 1.5;
}

.contentPanel {
    margin-left: 0;
    margin-right: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    background-color: #eee; 
}
.headerContainer {
    height: 80px;
}
.contentContainer {
    position: relative;
    top: 0;
    height: calc(100% - 80px);
    min-height: calc(100vh - 80px);
    padding-bottom: 0;
}

.Region-Content-Data {
    background: #fff !important;
    padding: 0 16px;
}
.Region-Large {
    border-radius: 0;
    box-shadow: 0 0 2px #ccc;
    background-color: #fff;
}
.Region-Header-Large, .Region-Header-Data {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-shadow: none;
    display: flex;
    align-items: center;
    height: auto;
    justify-content: space-between;
    padding: 8px 16px;
    text-transform: uppercase;
}
.Region-Header-Large {
    height: 48px;
    font-size: 16px;
}
.Region-Header-Color-Blue {
    background: #1373E6;
}
.Region-Header-Color-Green {
    background: #26b955;
}
.Region-Header-Color-Red, .accountStatus-Closed {
    background: #ff4643 !important
}
.Region-Header-Color-Grey {
    background: #fff;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    padding: 16px 16px 8px;
    box-sizing: content-box;
    text-shadow: none;
    box-shadow: none;
    border: none;
}
.Region-Content-Color-Grey {
    padding: 0 16px 16px;
}
.Region-Content, .Region-Content-Data {
    border: none;
    border-radius: 0;
    background: #fff !important;
}
.Region-Content-Color-Grey {
    background: #fff !important;
    padding: 0 16px 16px;
}
.Region-Data {
    margin: 0 16px;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 4px #bbb;
}
.Region {
    margin: 16px;
    border-radius: 4px;
    box-shadow: 0 0 4px #bbb;
}
.Region-Content-Color-Blue {
    background: #1373E6;
}
/* HEADER */
.headerPanel {
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.headerTitle {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 16px;
}
.headerImage {
    height: calc(100% - 32px);
    flex: 1 1 auto;
}
#linkHome {
    width: 100%;
    height: 100%;
}
#linkHome:hover {
    background: transparent;
}
/* HEADER TABS */
.headerTabs {
    background: transparent;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    padding-top: 24px;
    padding-left: 2em;
    font-size: 14px;
}
.headerTabItem, .headerTabItem:link, .headerTabItem:visited, .headerTabItem-Selected {
    border-radius: 3px !important;
    text-align: center;
    margin: 0 4px;
    padding: 8px 0;
}
    .headerTabItem:hover {
        background: #224ccd;
    }
.headerTabItem, .headerTabItem:link, .headerTabItem:visited {
    border-right: none !important;
}
.headerTabItemText {
    border-top: none;
}
.headerTabItem-Selected, .headerTabItem-Selected:link, .headerTabItem-Selected:visited {
    border-right: none;
    padding: 8px 0;
}
.headerTabItemText-Selected, .headerTabItemText {
    text-shadow: none;
    border-top: none;
}
.headerTabItemText-Selected, .headerTabItemText {
    padding-right: 0;
}
.headerTabItemText {
    color: #858585;
}
.headerTabItem:hover .headerTabItemText {
    color: #fff;
}
.headerTabItem-Selected, .headerTabItem-Selected:link, .headerTabItem-Selected:visited {
    background: #1373E6 !important;
}

/* HEADER RIGHT SIDE */
.headerUserInfo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 80px;
    padding: 16px;
}
.headerUserInfo-Row0 {
    flex: 0 0 100%;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerUserInfo-Row1 {
    flex: 0 0 100%;
    border-bottom: none;
}
.headerUserInfo-Row0 .userName {
    flex: 1 1 auto;
    width: auto;
}
.headerUserInfo-Row0 .userLogOut, .headerUserInfo-Row0 .userSilhouette {
    flex: 0 0 auto;
}
.userLogOut {
    margin-right: 6px;
}
.headerUserInfo-Row0 .userSilhouette {
    border: none;
    padding: 0;
    margin-right: 8px;
    width: 24px;
    background: url(/Images/icon-userprofile-outline.svg);
    background-size: 125%;
    background-position: center;
    background-repeat: no-repeat;
}
.headerUserInfo-Date {
    color: #858585;
    font-style: italic;
    font-weight: 400;
}
.userLogOut a {
    color: #1373E6;
    margin-top: 0;
}
.userLogOut a:hover {
    border-top: none;
    border-bottom: none;
    margin-top: 0;
    padding-bottom: 0;
}

/* TOOLBARS */
.RadToolBar, .ToolBar {
    background: #dbdbdb !important;
    text-shadow: none !important;
    border: none !important;
    font-size: 14px !important;
    color: #000 !important;
    height: 48px;
    padding: 5px 0 !important;
    box-sizing: border-box;
}
.ToolBar {
    padding: 9px 16px !important;
}
.RadToolBar_Default .rtbOuter {
    box-shadow: none !important;
    padding: 2px 14px !important;
}
.rtbItem {
    color: #000 !important;
    text-shadow: none !important;
    border: none !important;
}
.rtbScrollWrap .rtbItem .rtbWrap {
    padding: 2px 5px !important;
}
.rtbSeparator, .ToolBar-Separator {
    background-color: transparent !important;
}
body .RadToolBar_Default .rtbSplBtnExpanded .rtbOut {
    background: transparent !important;
}
.rtbText, .ToolBar-Button {
    text-shadow: none !important;
    color: #1373E6 !important;
    padding: 0 4px 0 16px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    font-family: "Roboto", Verdana, sans-serif;
    position: relative;
}
    .rtbText:before, #MainContent_MainContent_UserToolbar_Toolbar_ToolbarButtons > div:first-child:before, #MainContent_MainContent_PayeeToolbar_Toolbar_ToolbarButtons > div:first-child:before {
        content: "+";
        font-size: 20px;
        margin-right: 4px;
        display: inline-block;
        top: 0;
        left: 0;
        width: 16px;
        height: 16px;
        line-height: 16px;
        position: absolute;
    }
#MainContent_MainContent_UserToolbar_Toolbar_ToolbarButtons > div, #MainContent_MainContent_PayeeToolbar_Toolbar_ToolbarButtons > div {
    position: relative;
    font-weight: 700;
}
    #MainContent_MainContent_UserToolbar_Toolbar_ToolbarButtons > div:first-child:before, #MainContent_MainContent_PayeeToolbar_Toolbar_ToolbarButtons > div:first-child:before {
        color: #1373E6;
        margin-top: 4px;
        text-align: center;
        margin-right: 0;
    }
#MainContent_MainContent_UserToolbar_Toolbar_ToolbarButtons .RadMenu_Default a.rmLink {
    font: 700 14px/24px "Roboto", Verdana, sans-serif !important;
}

.ToolBar-Button:hover, .ToolBar-Button:focus {
    border: 1px solid transparent !important;
    background: transparent !important;
}
.RadToolBar .rtbChoiceArrow {
    height: 24px !important;
}
.rtbGroup .rtbItemHovered, .rtbGroup .rtbItemHovered .rtbWrap {
    border: none !important;
    background: #eee !important;
}
.RadToolBar_Default .rtbItemHovered .rtbWrap, .RadToolBar_Default .rtbItemHovered .rtbOut, .RadToolBar_Default .rtbItemHovered .rtbMid, .RadToolBar_Default .rtbItemHovered .rtbIn, .RadToolBar_Default .rtbItemHovered .rtbText, .RadToolBar_Default .rtbItemFocused .rtbWrap, .RadToolBar_Default .rtbItemFocused .rtbOut, .RadToolBar_Default .rtbItemFocused .rtbMid, .RadToolBar_Default .rtbItemFocused .rtbIn {
    color: #224ccd !important;
    background-image: none;
    background: transparent !important;
}
.rtbChoiceArrow:after {
    content: "\23F7" !important;
    text-shadow: none !important;
    color: #1373E6 !important;
}
.RadToolBar_Default .rtbItemHovered .rtbChoiceArrow:after {
    color: #224ccd !important;
}
.rtbSplBtnHovered .rtbChoiceArrow, .rtbSplBtnFocused .rtbChoiceArrow, .rtbSplBtnExpanded .rtbChoiceArrow {
    border-left: none;
    padding-left: 2px !important;
    margin-right: 0 !important;
}
.RadDropDownList_Default, .RadSearchBox_Default {
    font-size: 14px !important;
}
.RadMenu_Default .rmRootGroup, .RadMenu_Default a.rmLink, .RadMenu_Default .rmGroup .rmText, .RadMenu_Default .rmVertical .rmText, .RadMenu_Default .rmLeftArrow, .RadMenu_Default .rmRightArrow, .RadMenu_Default .rmTopArrow, .RadMenu_Default .rmBottomArrow, .RadMenu_Default .rmIcon {
    background: #fff !important;
    background-image: none !important;
}
/* SEARCH BAR */
.RadDropDownList {
    line-height: 22px !important;
    border: 2px solid #fff;
    border-radius: 4px;
    font-family: Roboto, Verdana, sans-serif !important;
}
.RadSearchBox {
    line-height: 26px !important;
}
.RadSearchBox .rsbInput {
    height: 26px !important;
}
.RadSearchBox .rsbButtonSearch {
    margin: 0;
    width: 22px;
    height: 26px;
}

/* CLIENTS TAB */
.Region-Content-TabControl {
    background: #eee;
    min-height: calc(100vh - 80px - 48px - 56px - 48px);
    overflow-y: auto;
    padding: 0;
}
.Region-TabControl {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    border-radius: 0;
    box-shadow: none;
}
.Region-Header-TabControl {
    height: 48px;
    text-shadow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: none;
    background: #1373E6 !important;
    padding-left: 16px;
    box-shadow: 0 3px 3px #bdbdbd;
}
.Region-Header-TabControl .TabButton {
    background-color: transparent;
    background: transparent;
    border: none;
    border-top: 3px solid transparent !important;
    border-bottom: 3px solid transparent !important;
    padding-top: 4px;
    height: 48px;
    font-weight: 400; 
    font-size: 13px;
    font-family: Roboto, Verdana, sans-serif;
    color: rgba(255,255,255,.65);
    text-transform: uppercase;
}
.Region-Header-TabControl .TabButton-Hover, .Region-Header-TabControl .TabButton:hover {
    text-shadow: none;
    color: rgba(255,255,255,1);
}
.Region-Header-TabControl .TabSelected {
    text-shadow: none;
    background: transparent !important;
    border-bottom: 3px solid #fff !important;
    color: rgba(255,255,255,1);
}

/* DRAFTS TAB */
.RadGrid_OutlookAlt {
    border: none !important;
}
.RadGrid_OutlookAlt .rgAltRow {
    background-color: #dbdbdb !important;
}
.RadGrid_OutlookAlt .rgAltRow td {
    background-color: #dbdbdb !important;
}
.RadGrid_OutlookAlt .rgAltRow:hover {
    background-color: rgb(255, 204, 102) !important;
}
.RadGrid_OutlookAlt .rgAltRow td:hover {
    background-color: rgb(255, 204, 102) !important;
}
.RadGrid_OutlookAlt tr.rgSelectedRow, .RadGrid_OutlookAlt tr.rgSelectedRow td{
    background-color: rgb(255, 204, 102) !important;
}
.RadGrid_OutlookAlt .rgHeader, .RadGrid_OutlookAlt th.rgResizeCol, .RadGrid_OutlookAlt .rgHeaderWrapper {
    border-left: none !important;
    border-bottom: 1px solid #858585 !important;
    background: #fff !important;
}
.RadGrid_OutlookAlt .rgFilterRow {
    background: #fff !important;
}
.RadGrid_OutlookAlt .rgFilterRow td {
    border: none !important;
    border-width: 0 !important;
}
.RadGrid_OutlookAlt th.rgSorted {
    background: #dbdbdb !important;
}

/* INPUTS */
.PropertyTextBox-Required, .PropertyTextBox, .PropertyTextBox-View, .PropertyTextBox:hover, .PropertyTextBox:focus, .PropertyMultilineTextBox:hover, .PropertyMultilineTextBox:focus, textarea:hover, textarea:focus {
    box-shadow: none !important;
}
.Property {
    margin-right: 0;
}
.PropertyLabel {
    font-weight: 400;
    font-size: 12px;
    font-family: Roboto, Verdana, sans-serif;
    z-index: 1;
    position: relative;
    margin-left: 12px;
    padding: 0 4px;
    background: #fff;
    display: inline-block;
    color: #858585;
    line-height: 16px;
}
#aDetails_col0 .PropertyLabel {
    display: block;
    font-weight: 700;
    color: #000;
}
#aDetails_col0 div, #aDetails_col1 div {
    margin-bottom: 4px;
}
.PropertyTextBox-Required, .PropertyTextBox, .PropertyTextBox-View, .PropertyTextBox-ReadOnly, .PropertyTextBox:disabled, .DropDownList, .PropertyTextBox-Error, .PropertyTextBox-Required-Error, .PropertyTextBox-Required-ReadOnly, .PropertyTextBox-Required:disabled, .DropDownList:disabled {
    margin-top: -8px;
    margin-left: 0;
    margin-right: 0;
    height: 38px;
    padding-top: 12px;
    padding-left: 12px;
    padding-bottom: 4px;
    box-sizing: border-box;
    display: block;
    width: calc(100% - 16px) !important;
    box-shadow: none !important;
    border-color: #555;
}
.PropertyTextBox-Error, .PropertyTextBox-Required-Error {
    border: 1px solid #FF0A00;
}
.PropertyDatePicker-Required, .PropertyDatePicker {
    border-radius: 4px !important;
    height: 38px !important;
    box-shadow: none !important;
    margin-top: -12px !important;
}
.PropertyDatePicker-Error, .PropertyDatePicker-Required-Error {
    height: 38px !important;
    border: 1px solid red !important;
    box-shadow: none !important;
    margin-top: -12px !important;
}
.PropertyTextBox-Required, .PropertyDatePicker-Required {
    border: 1px solid #1373E6 !important;
}
.RadPicker {
    width: calc(100% - 16px) !important;
}
.rgFilterRow .RadPicker {
    width: 100px !important;
}
.PropertyButton, .PropertyButton:link {
    background: #1373E6;
    box-shadow: none;
    text-shadow: none;
    padding: .4em 1.6em;
    height: 1.5em;
    border: 1px solid #1373E6;
    color: #fff;
    box-sizing: content-box;
    text-transform: uppercase;
    margin-right: 16px;
    margin-bottom: 8px;
    font-weight: 700;
    min-width: 40px;
}
    .PropertyButton:hover, .PropertyButton:focus {
        background: #224ccd !important;
        color: #fff !important;
        border: 1px solid #224ccd !important;
        text-shadow: none !important;
        box-shadow: none !important;
    }
.PropertyButtonOutlined {
    background: #fff;
    color: #1373E6;
    border: 1px solid #1373E6;
}
.PropertyButtonOutlined:hover, .PropertyButtonOutlined:focus {
    background: rgba(19,115,230,.2) !important;
    color: #1373E6 !important;
    border: 1px solid #1373E6 !important;
}
.PropertyButtonBordered {
    background: transparent;
    border: 1px solid #fff;
}
.PropertyButtonBordered:hover {
    background: rgba(7, 34, 60, .2) !important;
    border: 1px solid #fff !important;
}
.PropertyButtonDanger {
    background: #fff;
    color: red;
    border: 1px solid red;
}
.PropertyButtonDanger:hover, .PropertyButtonDanger:focus {
    background: rgba(255,0,0,0.2) !important;
    color: red !important;
    border: 1px solid red !important;
}
.PropertyButton-Disabled, .PropertyButton:disabled, .Button-Disabled, .Button:disabled {
    background: #1373E6 !important;
    text-shadow: none !important;
    border: 1px solid #1373E6 !important;
    color: #fff !important;
    margin-right: 16px !important;
    margin-bottom: 8px !important;
    font-weight: 700 !important;
    opacity: .5;
}

/* CLIENT INFO BAR */
.clientSilhouette {
    background: url(/Images/icon-userprofile-solid.svg);
    background-size: contain;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    margin-top: 6px;
}
.accountStatus-Open {
    background: #26b955;
}
.accountStatus {
    border: none;
    border-radius: 32px;
    color: #fff;
    font-weight: 700;
}





/* PAYEES TAB */
.RadGrid_Default .rgCommandRow {
    background: #fff !important;
}
.RadGrid_Default .rgCommandCell {
    border: 1px solid transparent;
}
.RadGrid_Default .rgCommandRow a {
    color: #1373E6 !important;
    padding: .4em 1.6em;
    border: 1px solid #1373E6;
    margin: 4px;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
}
.RadGrid_Default .rgAdd, .RadGrid_Default .rgRefresh {
    vertical-align: middle !important;
    border: 1px solid #1373E6 !important;
    border-radius: 4px;
    box-sizing: content-box;
}
.rgEditForm .PropertyLabel {
    background: linear-gradient(lightgoldenrodyellow 50%, #fff 50%);
}
/* SEARCH BAR */
.ToolBar-DropDownList {
    height: 30px;
    background: #fff !important;
    border: 1px solid #fff;
    font-size: 14px;
}
.ToolBar-DropDownList:hover, .ToolBar-DropDownList:focus {
    background: #fff !important;
}
.RadSearchBox .rsbSearchContext {
    width: 125px !important;
}
.RadSearchBox.RadSearchBox_Default {
    width: 335px !important;
}
.RadSearchBox .rsbButtonSearch {
    margin: 0 !important;
    width: 26px !important;
    height: 26px !important;
}
.RadSearchBox_Default .rsbButton:hover {
    border: none !important;
    background-color: transparent !important;
    background-image: none !important;
    cursor: pointer;
}
.RadMenu_Default, .RadMenu_Default a.rmLink {
    font: normal 14px/26px "Roboto", Verdana, sans-serif !important;
}
/* USERS TAB */
#MainContent_MainContent_UserDetails_UserRoleLink {
    color: #1373E6;
}
#MainContent_MainContent_UserToolbar_Toolbar_ToolbarButtons .RadMenu_Default, #MainContent_MainContent_UserToolbar_Toolbar_ToolbarButtons .RadMenu_Default a.rmLink {
    color: #1373E6 !important;
}
#MainContent_MainContent_UserToolbar_Toolbar_ToolbarButtons .RadMenu_Default .rmSlide a.rmLink {
    color: #000 !important;
    font-weight: 400 !important;
}
#MainContent_MainContent_UserToolbar_Toolbar_ToolbarButtons .RadMenu_Default .rmRootGroup {
    background: transparent !important;
    border: none !important;
}
#MainContent_MainContent_UserToolbar_Toolbar_ToolbarButtons .RadMenu_Default a.rmLink {
    background: transparent !important;
    font-weight: 700;
    font-family: Roboto, Verdana, sans-serif;
    font-size: 14px;
}

/* TRANSACTIONS TAB */
.DropDownListAutoWidth {
    width: auto !important;
} 


/* HOME TAB */
.flexed {
    display: flex;
    flex-wrap: wrap;
}

/* FONT OVERRIDES */
.accountName, .Legend span, .ToolBar-DropDownList, .AccordionPanel-Header, .PropertyLabel, .ButtonSubmit, .TabPanel, .settingName, .Button-Disabled, .Button:disabled, .Label, .TextBox, .TextBox:focus, .TextBox-Error, .Button, .ToolBar, .ToolBar-Button, .PropertyButton-Disabled, .PropertyButton:disabled, .PropertyDataLabel, .PropertyDataLabel-Truncated, .PropertyTextBox, .PropertyTextBox-View, .PropertyTextBox-View-ReadOnly, .PropertyTextBox-View:disabled, .PropertyTextBox-Required, .PropertyTextBox-Required-ReadOnly, .PropertyTextBox-Required:disabled, .PropertyTextBox-Error, .PropertyTextBox-Required-Error, .PropertyMultilineTextBox, textarea, .PropertyMultilineTextBox-ReadOnly, .PropertyMultilineTextBox:disabled, textarea:disabled, .DropDownList, .DropDownList:disabled, .DDL-Error, .PropertyButton, .PropertyButton:link, .TabButton, .settingTitle, .AccordionPanel-Content, .Breadcrumb-Text, .Breadcrumb-Text-First, .Breadcrumb-Text-Last, .Breadcrumb-Text-Hover, .Breadcrumb-Text-Hover-First, .Breadcrumb-Text-Hover-Last, .Breadcrumb-Text-Selected, .Breadcrumb-Text-Selected-First, .Region-Header, .Region-Header-Data, .Region-Header-Large, .Region-Header-TabControl, .ToolBar-DropDownList, .ToolBar, .ToolBar-Button, .loginMessage-Error, .forgotPassword, .assistance, .securityQuestionsPanel, .changePasswordPanel, .loginMessage, .loginMessage-Error, .headerText, .securityQuestion, .message, .recoverPasswordMessage, .headerUserInfo, .headerUNSC_DDL, .userName, .contentPanel, #datagrid > thead > tr > td, #datagrid > tbody, .headerTabs, .toolbarPanel, .headerTitleText, body, .RadToolBar, .PropertyDatePicker, .PropertyDatePicker-ReadOnly, .PropertyDatePicker:disabled, .PropertyDatePicker-Error, .PropertyDatePicker-Required-Error, .PropertyDatePicker-Required, .RadGrid_Default .rgMasterTable, .RadGrid_Default .rgDetailTable, .RadGrid_Default .rgGroupPanel table, .RadGrid_Default .rgCommandRow table, .RadGrid_Default .rgEditForm table, .RadGrid_Default .rgPager table, .RadGrid_OutlookAlt .rgMasterTable, .RadGrid_OutlookAlt .rgDetailTable, .RadGrid_OutlookAlt .rgGroupPanel table, .RadGrid_OutlookAlt .rgCommandRow table, .RadGrid_OutlookAlt .rgEditForm table, .RadGrid_OutlookAlt .rgPager table, .Region-Header-Data {
    font-family: 'Roboto', Verdana, sans-serif !important;
}

/* LOGO 
.loginImage, .headerImage {
    background: url("/Images/brand-full.svg") no-repeat;
    background-size: contain;
}
.loginImage {
    background-position: center;
}*/

#newWebsiteNotification {
    background: #1373E6;
    color: #fff;
    padding: 16px 32px;
    width: 416px;
    max-height: 999px;
    transition: .3s all ease-in-out;
    margin: 16px auto;
    display: none;
}
.newWebsiteNotification-leftColumn {
    flex: 1 1 auto;
}
.newWebsiteNotification-rightColumn {
    flex: 0 0 80px;
    display: flex;
    align-items: center;
}
.newWebsiteNotification-rightColumn img {
    max-width: 80px;
}
.loginForm, .securityQuestionsForm, .recoverPasswordForm {
    box-sizing: border-box;
}
.loginPanel {
    background: #fff;
    max-Width: 480px;
    margin: 0 auto;
    border-radius: 0;
}
.loginForm, .recoverPasswordForm {
    max-width: 360px;
    margin: 0 auto;
}
.recoverPasswordForm .buttonRow {
    text-align: left;
}
.forgotPassword, .blueLink {
    color: #1373E6;
    text-decoration: none;
}
.forgotPassword:hover, .blueLink:hover {
    text-decoration: underline;
}
    .forgotPassword:hover, .forgotPassword:focus, .blueLink:hover, .blueLink:focus {
        color: #224ccd;
    }
.securityQuestion, .message {
    font: normal 16px "Roboto", verdana, sans-serif;
    margin-top: 16px;
}
.headerText {
    font: italic 16px/24px "Roboto", verdana, sans-serif;
}
.securityAnswer > .Label {
    text-align: left;
    display: inline-block;
    margin-left: 16px;
    margin-bottom: -8px;
    background: #f2f2f2;
    padding: 0 8px;
    position: relative;
    color: #888;
    font-size: 13px;
}

/* CLIENTS SEARCH BAR */
.rsbSlide .rsbList .rsbListItemTemplate .StackPanelItem-Left > div {
    display: flex;
}
.rsbPopup_Default .rsbListItemHovered, .rsbPopup_Default .rsbListItemHovered .PropertyLabel {
    background-color: #eee !important;
}
.SearchItem-Active, .SearchItem-InActive {
    border: none !important;
    box-shadow: none !important;
}
.RadDropDownList_Default .rddlInner, .RadSearchBox_Default .rsbSCInner {
    border-radius: 2px;
    border-width: 0 !important;
    border-color: transparent !important;
    color: #333 !important;
    background-color: #fff !important;
    background-image: linear-gradient(#fff,#fff) !important;
    display: flex !important;
    align-items: center;
}
.RadSearchBox .rsbSCIcon {
    margin-top: -11px !important;
    background-position: -22px -20px !important;
}
.RadSearchBox_Default .rsbSCInner {
    border-right-color: #888 !important;
    border-right-width: 1px !important;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box !important;
}
.RadSearchBox_Default {
    font-family: 'Roboto', Verdana, sans-serif !important;
}
.RadMenu_Default .rmRootGroup {
    border: 1px solid transparent !important;
    height: 28px !important;
    border-radius: 4px;
}
.RadMenu_Default .rmGroup, .RadMenu_Default .rmMultiColumn, .RadMenu_Default .rmGroup .rmVertical {
    border: 1px solid #ccc !important;
    background: #fff !important;
}
.RadSearchBox .rsbInner{
    border-color: transparent !important;
}
/* POPUPS */
.RadWindow_Default {
    font-family: 'Roboto', Verdana, sans-serif !important;
}
.RadWindow_Default > table {
    box-shadow: 0 0 5px #888;
}
.RadWindow_Default .rwBodyLeft, .RadWindow_Default .rwBodyRight, .RadWindow_Default .rwStatusbarRow .rwCorner, .RadWindow_Default .rwTopLeft, .RadWindow_Default .rwTopRight, .RadWindow_Default .rwTitlebar, .RadWindow_Default .rwFooterLeft, .RadWindow_Default .rwFooterRight, .RadWindow_Default .rwFooterCenter, .RadWindow_Default .rwTopResize, .RadWindow_Default .rwStatusbar div, .RadWindow_Default .rwStatusbar, .RadWindow_Default .rwPopupButton, .RadWindow_Default .rwPopupButton span, .RadWindow_Default.rwMinimizedWindow .rwCorner {
    background: #fff !important;
}
.RadWindow .rwTitleRow em {
    font: bold 16px "Roboto", Verdana, sans-serif !important;
    padding: 0 !important;
}

/* CLIENT - STATEMENTS TAB */
html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default {
    font: 14px "Roboto", Verdana, sans-serif !important;
    height: 38px;
    margin-top: -12px !important;
    border-radius: 4px;
}


/* ACCOUNT SETTINGS MENU */
.settingTitle {
    border-bottom: none;
    font-weight: 700;
}
.settingName {
    background: #fff;
    position: relative;
    display: inline-block;
    margin-left: 16px;
}

/* DATEPICKERS */
.RadCalendar_Default .rcTitlebar, .RadCalendar_OutlookAlt .rcTitlebar {
    background: #fff !important;
    font-weight: 700;
    padding: 5px 0 !important;
}
.RadCalendar .rcRow td, .RadCalendar_OutlookAlt .rcRow td {
    text-align: center !important;
    border-radius: 50%;
}
.RadCalendar_Default .rcRow .rcHover, .RadCalendar_OutlookAlt .rcRow .rcHover {
    background: #eee !important;
    border-color: transparent !important;
    
}
.RadCalendar_Default .rcRow .rcHover a, .RadCalendar_OutlookAlt .rcRow .rcHover a {
    
}
.RadCalendar_Default .rcWeek th, .RadCalendar_OutlookAlt .rcWeek th {
    text-align: center !important;
}
.RadCalendar_Default .rcRow .rcSelected, .RadCalendarMonthView_Default .rcSelected a,
.RadCalendar_OutlookAlt .rcRow .rcSelected, .RadCalendar_OutlookAlt .rcSelected a, .RadCalendar_OutlookAlt .rcRow .rcToday,
.RadCalendarMonthView_OutlookAlt .rcRow .rcSelected, .RadCalendarMonthView_OutlookAlt .rcSelected a, .RadCalendarMonthView_OutlookAlt .rcRow .rcToday {
    background: #1373E6 !important;
    border: none !important;
    color: #fff !important;
    border-radius: 50%;
}
.RadCalendar_OutlookAlt .rcRow .rcToday a {
    color: #fff !important;
}
.RadCalendarMonthView_Default .rcSelected a, .RadCalendarMonthView_OutlookAlt .rcSelected a {
    border-radius: 4px;
}
.RadCalendar .rcMain .rcRow a, .RadCalendar .rcMain .rcRow span, .RadCalendar_OutlookAlt .rcMain .rcRow a, .RadCalendar_OutlookAlt .rcMain .rcRow span {
    padding: 5px !important;
}
.RadCalendar_Default .rcHeader, .RadCalendar_Default .rcFooter > div, .RadCalendar_OutlookAlt .rcHeader, .RadCalendar_OutlookAlt .rcFooter > div {
    background: #fff !important
}
.RadCalendar_Default input[type="button"], .RadCalendarMonthView_Default input, .RadCalendar_OutlookAlt input[type="button"], .RadCalendarMonthView_OutlookAlt input {
    background: #1373E6 !important;
    padding: .4em 1.6em !important;
    margin: .2em !important;
    border: none !important;
    color: #fff !important;
    border-radius: 4px !important;
    cursor: pointer;
}
    .RadCalendar_Default input[type="button"]:hover, .RadCalendarMonthView_Default input:hover, .RadCalendar_OutlookAlt input[type="button"]:hover, .RadCalendarMonthView_OutlookAlt input:hover {
        background: #224ccd !important;
        border: none !important;
    }
.RadCalendar .rcMain, .RadCalendar_Default .rcFooter, .RadCalendar .rcTitlebar, .RadCalendar_OutlookAlt .rcMain, .RadCalendar_OutlookAlt .rcFooter, .RadCalendar_OutlookAlt .rcTitlebar {
    border: none !important;
}
.RadCalendar_Default .rcWeek th, .RadCalendar_OutlookAlt .rcWeek th {
    border-bottom: none !important;
    padding: 8px 5px !important;
    color: #aaa !important;
    font-size: 10px !important;
}
.RadCalendarPopupShadows > .rcShadBL, .RadCalendarPopupShadows > .rcShadTR, .RadCalendarPopupShadows > .rcShadBR {
    display: none;
}
body > .RadCalendarPopupShadows {
    padding: 0 !important;
    box-shadow: 0 0 5px #888;
}
.RadCalendar_OutlookAlt .rcHeader, .RadCalendar_OutlookAlt .rcFooter, .RadCalendar .rcHeader, .RadCalendar .rcFooter, .RadCalendar_OutlookAlt .rcTitlebar, .RadCalendar_OutlookAlt .rcFooter > div{
    background: #fff !important;
    border: none !important;
}
table.RadCalendarMonthView_OutlookAlt {
    border: none !important;
}
.RadPicker_Default .rcCalPopup, .RadPicker_Default .rcTimePopup, .RadPicker_OutlookAlt .rcCalPopup, .RadPicker_OutlookAlt .rcTimePopup {
    background: url(/Images/icon-calendar.svg) no-repeat !important;
    background-size: 80% !important;
    background-position: center !important;
}


.RadGrid_OutlookAlt .rgFilter {
    background: url(/Images/filter_list-24px.svg) no-repeat !important;
    background-size: 80% !important;
    background-position: center !important;
}
.RadGrid_Default .rgAdd {
    background: url(/Images/add-24px.svg) no-repeat !important;
    background-size: 80% !important;
    background-position: center !important;
    width: 24px !important;
    height: 24px !important;
}
.RadGrid_Default .rgRefresh {
    background: url(/Images/refresh-24px.svg) no-repeat !important;
    background-size: 80% !important;
    background-position: center !important;
    width: 24px !important;
    height: 24px !important;
}
/* FILTER DROPDOWNS */
.RadMenu_OutlookAlt .rmGroup, .RadMenu_OutlookAlt .rmMultiColumn, .RadMenu_OutlookAlt .rmGroup .rmVertical {
    border: none !important;
    background: #fff !important;
    box-shadow: 0 0 5px #888 !important;
}
.RadMenu_OutlookAlt .rmFocused .rmText, .RadMenu_OutlookAlt .rmFocused {
    background: #1373E6 !important;
    color: #fff !important;
}
.RadMenu_OutlookAlt a.rmLink {
    border: 1px solid transparent;
}
.RadMenu_OutlookAlt .rmLink:hover {
    background: #224ccd !important;
    border: 1px solid transparent !important;
}
    .RadMenu_OutlookAlt .rmLink:hover .rmText {
        background: #224ccd !important;
        color: #fff !important;
    }

/* DROPDOWNS */
.RadToolBarDropDown.RadToolBarDropDown_Default.rtbNoBackground li {
    padding: .6em;
}
.RadToolBarDropDown.RadToolBarDropDown_Default.rtbNoBackground li .rtbText {
    font-weight: 400 !important;
}
.RadToolBar_Default .rtbSplBtnExpanded .rtbWrap, .RadToolBar_Default .rtbSplBtnExpanded .rtbOut, .RadToolBar_Default .rtbSplBtnExpanded .rtbMid, .RadToolBar_Default .rtbSplBtnExpanded .rtbIn, .RadToolBar_Default .rtbDropDownExpanded .rtbWrap, .RadToolBar_Default .rtbDropDownExpanded .rtbOut, .RadToolBar_Default .rtbDropDownExpanded .rtbMid, .RadToolBar_Default .rtbDropDownExpanded .rtbIn, .RadToolBar_Default .rtbChecked .rtbWrap, .RadToolBar_Default .rtbChecked .rtbOut, .RadToolBar_Default .rtbChecked .rtbMid, .RadToolBar_Default .rtbChecked .rtbIn {
    background: transparent !important;
}
.RadToolBarDropDown .rtbText:before {
    display: none;
}
.RadToolBarDropDown .rtbWrap {
    border-width: 0 !important;
}
.rsbPopup .rsbListItem {
    padding: .6em !important;
    font-size: 14px;
    cursor: pointer;
}
.rsbPopup_Default .rsbListItemSelected {
    background: #1373E6 !important;
}
.RadMenu .rmVertical .rmItem a span{
    padding: .6em !important;
    font-size: 14px;
}
.RadMenu_Default .rmGroup .rmItem a.rmLink span{
    margin-left: 0;
}
.RadMenu_Default .rmGroup .rmItem a.rmLink span:hover {
    background: #eee !important;
}
.rddlPopup .rddlItem {
    font-size: 14px;
    padding: .6em !important;
}
.rddlPopup .rddlItem:hover {
    background: #eee !important;
}
.rddlPopup .rddlItem.rddlItemSelected {
    background: #1373E6 !important;
}
.RadMenu_Default .rmHorizontal .rmRootLink .rmExpandDown {
    padding-right: 0.5em;
}
.RadMenu_Default .rmHorizontal .rmRootLink .rmExpandDown:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 14px;
    background: url(/Images/arrow_drop_down-24px.svg) no-repeat;
    background-size: 100%;
    margin-left: .5em;
}
.RadDropDownList_Default .rddlIcon {
    background-position: -22px -18px !important;
}
.RadToolBarDropDown li.rtbItem {
    background-color: #ffffff;
}
.RadWindow .rwControlButtons a {
    background-image: none !important;
    cursor: pointer;
    display: block;
    width: 21px !important;
}
.RadWindow .rwCloseButton:before {
    content: "";
    background: url(/Images/icon-search-inactive.svg) no-repeat;
    background-size: contain;
    background-position: right;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    box-sizing: border-box;
    color: #ff4643;
    text-indent: 0;
    font-size: 10px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
}

.RadWindow_Default a.rwCustomIcon {
    display: none;
}
.RadWindow .rwTitlebarControls {
    padding: 8px 16px !important;
}
.RadWindow .rwTable {
    height: 100% !important;
}
.plblock{
    display: block;
}
.accountBalance {
    font-weight: 700;
}
.accountBalance .PropertyLabel {
    background: #eee;
}

.SearchItemIcon-InActive {
    background: url(/Images/icon-search-inactive.svg);
}
.SearchItemIcon-Active {
    background: url(/Images/icon-search-active.svg);
}
.RadToolBar .rtbIconOnly .rtbIcon {
    width: 24px;
    height: 24px;
}
.rsbSlide .rsbList .rsbListItemTemplate:nth-child(2n), .rsbSlide .rsbList .rsbListItemTemplate:nth-child(2n) .PropertyLabel {
    background: #ecffec;
}
.RadNotification_Default {
    border-color: #fff !important;
    background-color: #fff !important;
    font-size: 16px !important;
    font-family: "Roboto", Verdana, sans-serif !important;
    box-shadow: 0 0 4px #888;
    padding: 16px !important;
}
.RadNotification_Default .rnTitleBar {
    border-color: #fff !important;
    background: #fff !important;
    padding: 0 !important;
    font-weight: 700 !important;
}
.RadNotification.rnRoundedCorners {
    border-radius: 4px !important;
}
.RadNotification_Default .rnCommands a {
    background-image: url(/Images/icon-search-inactive.svg) !important;
    background-repeat: no-repeat;
    background-size: 125%;
    background-position: center !important;
}
.RadNotification .rnTitleBarIcon {
    margin: 0 8px 0 0 !important;
    width: 24px !important;
    height: 24px !important;
}
.RadNotification .rnContent {
    padding: 1em 1.66666667em !important;
}
.RadNotification .rnContentIconClipIn {
    display: none;
}
.RadNotification .rnTitleBarIcon img {
    display: none;
}
.RadGrid_OutlookAlt .rgPager table {
    font-family: Roboto, Verdana, sans-serif !important;
}
.RadGrid_OutlookAlt .rgPager {
    background: #fff !important;
}
.RadGrid_OutlookAlt td.rgPagerCell {
    border-top: none !important;
    border-left: none !important;
}
.RadGrid_OutlookAlt .rgNumPart a, .RadGrid_OutlookAlt .rgNumPart a span {
    width: 18px !important;
    height: 22px !important;
    text-align: center;
}
.RadGrid_OutlookAlt .rgNumPart a.rgCurrentPage, .RadGrid_OutlookAlt .rgNumPart a.rgCurrentPage span {
    background: #1373E6 !important;
    border-radius: 50%;
    color: #fff !important;
    width: 18px !important;
    height: 22px !important;
    padding: 0 2px !important;
}
    .RadGrid_OutlookAlt .rgNumPart a:hover, .RadGrid_OutlookAlt .rgNumPart a:hover span {
        background: #224ccd !important;
        border-radius: 50%;
        color: #fff !important;
        width: 18px !important;
        height: 22px !important;
        padding: 0 2px !important;
    }
.RadGrid_OutlookAlt .rgPageFirst {
    background: url(/Images/arrow_left_double.svg) !important;
}
.RadGrid_OutlookAlt .rgPagePrev{
    background: url(/Images/arrow_left.svg) !important;
}
.RadGrid_OutlookAlt .rgPageNext {
    background: url(/Images/arrow_right.svg) !important;
}
.RadGrid_OutlookAlt .rgPageLast {
    background: url(/Images/arrow_right_double.svg) !important;
}

.RadListBox_Default .rlbButtonAreaLeft .rlbTransferToDisabled .rlbButtonText, .RadListBox_Default .rlbButtonAreaRight .rlbTransferFromDisabled .rlbButtonText, .RadListBox_Default .rlbButtonAreaLeft .rlbTransferToDisabled:hover .rlbButtonText, .RadListBox_Default .rlbButtonAreaRight .rlbTransferFromDisabled:hover .rlbButtonText, .RadListBox_Default .rlbButtonAreaLeft .rlbTransferTo .rlbButtonText, .RadListBox_Default .rlbButtonAreaRight .rlbTransferFrom .rlbButtonText {
    background: url(/Images/arrow_right.svg) !important;
}
.RadListBox_Default .rlbButtonAreaRight .rlbTransferToDisabled .rlbButtonText, .RadListBox_Default .rlbButtonAreaLeft .rlbTransferFromDisabled .rlbButtonText, .RadListBox_Default .rlbButtonAreaLeft .rlbTransferFromDisabled:hover .rlbButtonText, .RadListBox_Default .rlbButtonAreaRight .rlbTransferToDisabled:hover .rlbButtonText, .RadListBox_Default .rlbButtonAreaRight .rlbTransferTo .rlbButtonText, .RadListBox_Default .rlbButtonAreaLeft .rlbTransferFrom .rlbButtonText {
    background: url(/Images/arrow_left.svg) !important;
}
.RadListBox_Default .rlbButtonAreaLeft .rlbTransferAllTo .rlbButtonText, .RadListBox_Default .rlbButtonAreaRight .rlbTransferAllFrom .rlbButtonText, .RadListBox_Default .rlbButtonAreaLeft .rlbTransferAllToDisabled .rlbButtonText, .RadListBox_Default .rlbButtonAreaRight .rlbTransferAllFromDisabled .rlbButtonText, .RadListBox_Default .rlbButtonAreaLeft .rlbTransferAllToDisabled:hover .rlbButtonText, .RadListBox_Default .rlbButtonAreaRight .rlbTransferAllFromDisabled:hover .rlbButtonText {
    background: url(/Images/arrow_right_double.svg) !important;
    background-position: -2px 0 !important;
}
.RadListBox_Default .rlbButtonAreaRight .rlbTransferAllTo .rlbButtonText, .RadListBox_Default .rlbButtonAreaLeft .rlbTransferAllFrom .rlbButtonText, .RadListBox_Default .rlbButtonAreaRight .rlbTransferAllToDisabled .rlbButtonText, .RadListBox_Default .rlbButtonAreaLeft .rlbTransferAllFromDisabled .rlbButtonText, .RadListBox_Default .rlbButtonAreaLeft .rlbTransferAllFromDisabled:hover .rlbButtonText, .RadListBox_Default .rlbButtonAreaRight .rlbTransferAllToDisabled:hover .rlbButtonText {
    background: url(/Images/arrow_left_double.svg) !important;
    background-position: -2px 0 !important;
}

.ui-widget-header {
    border: none;
    background: #fff;
}
#FAQ_List .QMinus a {
    background: url(/Images/keyboard_arrow_up.svg) no-repeat;
}
#FAQ_List .QPlus a {
    background: url(/Images/keyboard_arrow_down.svg) no-repeat;
}
#FAQ_List a {
    color: #333333;
    font-family: "Roboto", verdana, sans-serif;
    font-size: 18px;
    text-decoration: none;
    background-position: right !important;
    width: 100%;
    display: block;
    box-sizing: border-box;
}
    #FAQ_List a:hover {
        color: #224ccd;
    }
#FAQ_List .showA a, #FAQ_List .hideA a {
    display: inline;
    font-size: 16px;
    color: #1373E6;
}
#FAQ_List .showA a:hover, #FAQ_List .hideA a:hover {
    color: #1373E6;
    text-decoration: underline;
}
#FAQ_List dt {
    background: #fff;
    margin: 0;
    padding: .8em;
    border-bottom: 1px solid #ddd;
}
#FAQ_List dd {
    width: 100%;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 3px;
    padding-bottom: 3px;
}
#FAQ_List .showA {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    top: 0px;
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 2em;
}

.securityQuestionsPanel {
    margin: 32px auto;
    background: #fff;
    padding: 16px;
    border-radius: 4px;
    box-shadow: 0 0 5px #888;
    box-sizing: border-box;
    width: 480px;
}
#MainLogin .securityQuestionsPanel, #MainLogin .changePasswordPanel {
    margin: 0 auto;
    border-radius: 0;
    box-shadow: none;
}
.securityQuestionsPanel .Legend span {
    background: #fff;
    color: #858585;
    line-height: 1em;
    margin-top: -4px;
    position: relative;
    display: inline-block;
}
.changePasswordPanel {
    margin: 32px auto;
    background: #fff;
    padding: 16px;
    text-align: left;
    border-radius: 4px;
    box-shadow: 0 0 5px #888;
    width: 480px;
}
#MainContent_MainContent_pnlChangePassword .PropertyLabel {
    background: #fff;
}
.RadGrid_Default .rgHeaderDiv {
    background: #fff !important;
}
.RadGrid_Default .rgHeader, .RadGrid_Default th.rgResizeCol, .RadGrid_Default .rgHeaderWrapper {
    background: #eee !important;
}

#ctl00_ctl00_MainContent_MainContent_rgTransactions_GridData {
    height: calc(100% - 70px - 36px) !important;
}
.RadComboBox_OutlookAlt .rcbInputCellLeft, .RadComboBox .rcbReadOnly .rcbInputCellLeft {
    background: #fff !important;
    border: 1px solid #888 !important;
}
.RadComboBox_OutlookAlt .rcbInputCellLeft input, .RadComboBox .rcbReadOnly .rcbInputCellLeft input {
    color: #333 !important;
}
.RadComboBox_OutlookAlt .rcbArrowCellRight, .RadComboBox .rcbReadOnly .rcbArrowCellRight {
    background: url(/Images/arrow_drop_down-24px.svg) center !important;
    border: 1px solid #888 !important;
    background-size: 100% !important;
}

.RadTreeView_Default .rtHover span.rtIn {
    font-weight: 400 !important;
    cursor: pointer;
}
.RadRotator .rrButton.rrButtonUp, .RadRotator .rrButton.rrButtonDown {
    display: none;
}
.RadRotator .rrButton.rrButtonRight {
    background: url(/Images/arrow_right.svg) !important;
    background-position: center !important;
    width: 40px;
    height: 40px;
    background-size: 150% !important;
}
.RadRotator .rrButton.rrButtonLeft {
    background: url(/Images/arrow_left.svg) !important;
    background-position: center !important;
    width: 40px;
    height: 40px;
    background-size: 150% !important;
}
.RadRotator_Default .rrClipRegion {
    border-color: transparent !important;
}
.item-active {
    background: #26b955;
}
.item-inactive {
    background: red;
}
button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close {
    display: none;
}
