button.mainaction,
input.button.mainaction {
  color: #fff !important;
}

/* ui dialog */
.ui-dialog {
  padding: 0;
  border-radius: 0 !important;
}

.ui-widget-header {
  background: #fff !important;
  border-radius: 0 !important;
}

.ui-widget-content {
  background-color: #fff;
  border: none;
}

/* inputs */
select,
input[type=text],
input[type=password],
input[type=number],
input[type=email],
textarea,
.searchbox input,
a.menuselector {
  border: none !important;
  border-bottom: 1px solid #ddd !important;
  background: transparent;
  padding: 5px 0 6px 0 !important;
  font-weight: normal;
  -webkit-transition: border-color 1s linear;
  -moz-transition: border-color 1s linear;
  -o-transition: border-color 1s linear;
  transition: border-color 1s linear;
}

select:focus,
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=email]:focus {
  padding-bottom: 5px !important;
}

/* buttons */
input[type=button],
input.button,
button,
a.btn,
.ui-button,
.ui-button.ui-state-default {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1em !important;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 2px !important;
  transition: background 0.3s linear;
}

.ui-button span.ui-button-text {
  padding: 0 !important;
}

body.iframe .footerleft,
#composeview-bottom .formbuttons {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  box-sizing: border-box;
  z-index: 110;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  border-top: 1px solid #ddd;
  text-align: right;
}

body.iframe .footerleft:before {
  display: none;
}

#xresell-buy-now p {
  text-align: left;
}

/* tabs */
ul.tabsbar,
ul.tabsbar li,
ul.tabsbar a {
  background: #fff !important;
}

.ui-tabs .ui-tabs-nav {
  height: auto;
  padding-bottom: 2px;
}

ul.tabsbar a,
.xtabs.ui-tabs-nav a,
.xtabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  text-transform: uppercase;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 2px solid #fff;
  min-height: 0 !important;
  padding: 10px 12px 15px 12px !important;
  font-weight: normal;
}

.xtabs.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  font-weight: normal;
}

ul.tabsbar li {
  position: static;
  border: none !important;
  border-image: none;
  padding: 0 !important;
}

.xtabs.ui-tabs .ui-tabs-nav {
  border-bottom: none;
}

/* other */
.contentbox .boxtitle,
body.iframe .boxtitle,
.contactfieldgroup legend {
  background: transparent;
  border: none;
  margin: 0;
}

#calendar-grid .fc-toolbar .fc-button {
  color: #fff;
}

#main-calendar-container h2 {
  font-weight: normal;
}

.xcalendar .ui-datepicker .ui-datepicker-header {
  background: #666666;
}

.xcalendar .ui-datepicker .ui-datepicker-month,
.xcalendar .ui-datepicker .ui-datepicker-year,
.xcalendar .ui-datepicker .ui-datepicker-prev,
.xcalendar .ui-datepicker .ui-datepicker-next,
.xcalendar .fc-state-default,
.xcalendar .boxtitle button {
  color: #555 !important;
  text-shadow: none;
  font-weight: normal;
  height: auto;
}

.xcalendar .fc-list-view {
  border: 1px solid #ddd;
  border-top: none;
}

#sidebar-calendar .ui-datepicker select.ui-datepicker-month,
#sidebar-calendar .ui-datepicker select.ui-datepicker-year {
  text-decoration: none !important;
  margin: 0 2px !important;
  padding: 0 !important;
}

.xcalendar .editor .content-box {
  border: none;
}

.xcalendar .editor .formbuttons {
  border-left: none;
  border-right: none;
}

#xcalendar-categories .category-item input[type=button] {
  position: relative;
  height: 18px;
  padding-top: 1px !important;
  padding-bottom: 0 !important;
  font-size: 10px !important;
}

.fc th:first-child,
.fc td:first-child {
  border-left: none;
}

.fc th:last-child,
.fc td:last-child {
  border-right: none;
}

.ui-datepicker .ui-datepicker-title {
  line-height: 1em;
}

.xcalendar #sidebar-calendar a.ui-datepicker-prev,
.xcalendar #sidebar-calendar a.ui-datepicker-next {
  top: 6px;
}

#sidebar-calendar .ui-datepicker-header {
  padding-top: 6px;
}

.fc-icon-left-single-arrow:after,
.fc-icon-right-single-arrow:after {
  font-weight: 300;
  font-size: 1.4em;
}

.xcalendar #calendar-grid .fc-icon-today {
  top: -2px;
}

.xcalendar #sidebar-calendar .selected-range td a {
  background: #eee !important;
}

body .listing .selected td {
  font-weight: bold !important;
}

.listing tbody td a {
  color: #333;
}

.xcalendar-sun-data:before {
  font-size: 10px !important;
}

#xcalendar-categories input[type=text] {
  width: 200px !important;
}

.mh_preferences input[type=text],
.mh_preferences select {
  width: auto !important;
}

#filter-form select,
#filter-form input,
#filter-form textarea {
  font-size: 1em;
}
#filter-form label.material.radio {
  margin-right: 5px !important;
  margin-left: 5px !important;
  position: relative;
  top: 3px;
}

#filterslist tbody tr.disabled td,
#filtersetslist tbody tr.disabled td {
  color: #333;
}

#password-form .boxcontent {
  border: 0;
}

#password-form .boxcontent .title {
  padding-right: 20px;
}

#password-form .boxcontent p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 8px 0 12px 0;
  border-top: 1px solid #ddd;
  text-align: right;
}

.minicolors input[type=text] {
  padding-left: 24px !important;
}

.minicolors-swatch {
  left: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.minicolors-swatch .minicolors-swatch-color {
  border-radius: 2px !important;
}

.xformatting label.ui-button {
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 1px 4px !important;
  color: #333 !important;
  background: transparent !important;
  margin-right: 4px !important;
  transition: none !important;
}

#xsignature-settings-controller .xformatting label.ui-button:hover {
  background: transparent !important;
}

#xsignature-settings-controller #signature-tabs div.xformatting label.ui-state-active {
  background: #ddd !important;
}

.contactfieldgroup legend {
  padding-left: 0;
}

.contactfieldlabel.label {
  left: 0;
}

.ui-button.ui-state-default {
  background-image: none;
}

/* material checkboxes */
input.material-input {
  display: none;
  opacity: 0 !important;
  position: absolute !important;
}

label.material {
  font-size: 1em;
  background: transparent;
  position: relative;
  display: inline-block !important;
  padding: 0 !important;
  width: 12px !important;
  height: 12px !important;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.54) !important;
  border-radius: 2px !important;
  vertical-align: -0.15em !important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  text-align: center;
  margin: 0;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

label.material.radio {
  border-radius: 50% !important;
}

input.material-input:checked + label.material {
  background: #aaa;
  border-color: #aaa;
}

input.material-input:checked + label.material.radio:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
  content: "" !important;
}

input.material-input:checked + label.material.checkbox:after {
  position: absolute;
  top: 0px;
  left: -1px;
  font-family: RcpIconFont;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  content: "\ec10" !important;
}

body.xskin input.material-input:disabled + label.material,
body.xskin input.material-input:checked:disabled + label.material {
  background: #cdcdcd !important;
  border-color: #cdcdcd !important;
  cursor: not-allowed;
}

label.material:before {
  position: absolute;
  top: -12px;
  left: -12px;
  display: block;
  background: #aaa;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

label.material.flash:before {
  opacity: 1;
}

/* material wave */
.wave-container {
  position: relative;
  overflow: hidden;
}

.wave {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  animation: ripple 0.6s;
}

@keyframes ripple {
  100% {
    transform: scale(100);
    opacity: 0;
  }
}
#interface-options {
  color: #333 !important;
}

body {
  background-color: #E5E5E5;
  color: #262626;
}

body.minwidth {
  min-width: 900px !important;
}

.toolbar :before {
  font-size: 16px !important;
}

.boxfooter :before {
  font-size: 22px !important;
}

ul, ol {
  line-height: 1em !important;
}

a {
  color: #262626;
}

#topline {
  overflow: hidden;
  font-size: 11px;
  font-weight: normal;
}

#topline a {
  font-size: 11px;
  font-weight: normal;
}

#topnav {
  top: 0 !important;
}

.topleft > span,
.topright > span {
  display: inline-block;
  padding-top: 2px !important;
}

#taskbar {
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  height: 46px;
  padding-right: 30px !important;
}
#taskbar .button-logout {
  padding-right: 16px !important;
}
#taskbar a.button-interface-options {
  padding-left: 8px !important;
  padding-right: 8px !important;
  width: auto;
  margin-right: 0;
}
#taskbar a.button-interface-options:before {
  display: block;
  position: relative;
  top: -2px;
}

body.minimal #taskbar a.button-interface-options:before {
  top: 3px;
}

#taskbar > a,
#taskbar > span {
  padding: 14px 16px 0 16px !important;
  height: 46px !important;
  background-color: transparent !important;
  box-sizing: border-box;
  margin: 0;
  text-transform: uppercase;
  transition: background-color 0.3s linear;
}

#taskbar > span {
  padding: 14px 8px 0 8px !important;
}

#taskbar a span {
  padding: 0 !important;
}

#taskbar a:before {
  display: none;
}

#taskbar .minmodetoggle {
  padding-top: 14px !important;
}

.minimal #header {
  min-height: 75px;
}
.minimal #taskbar {
  top: 0;
  height: 42px;
}
.minimal #taskbar .minmodetoggle {
  padding-top: 14px !important;
}
.minimal #taskbar > a,
.minimal #taskbar > span {
  height: 42px !important;
  padding-top: 10px !important;
}
.minimal #taskbar a:before {
  display: block;
  font-size: 22px !important;
}
.minimal #taskbar a .tooltip {
  opacity: 0;
  background-color: rgba(97, 97, 97, 0.9) !important;
  border: none;
  color: #fff !important;
  padding: 6px !important;
  font-size: 0.8em;
  border-radius: 2px !important;
  text-transform: none;
  transition: opacity 0.3s linear;
}
.minimal #taskbar a:hover .tooltip {
  top: 44px;
  opacity: 1;
}
.minimal #taskbar a:hover .tooltip:after {
  display: none;
}

body.iframe {
  margin-top: 0;
}

body.iframe .boxtitle {
  position: relative;
  min-height: 38px;
  box-sizing: border-box;
}

/* toolbar */
.toolbar {
  top: -2px !important;
}

#mainscreen .toolbar a.button,
.xcalendar .toolbar a.button,
#tb_label_popuplink {
  position: relative;
  padding: 8px 12px 8px 28px !important;
  text-align: left;
  min-width: 0 !important;
  max-width: none;
  background-color: #fff !important;
  font-size: 11px;
  color: #333 !important;
  height: auto;
}

body.xskin .toolbar > a.button,
body.xskin .toolbar > span.dropbutton {
  display: block;
  float: left;
  margin-right: 6px;
}

.toolbar a.button:before {
  position: absolute !important;
  left: 8px;
  top: 6px;
  width: auto !important;
  min-width: 0;
}

body.xlarry-font-icons .toolbar a.button:hover {
  background: #f5f5f5 !important;
}

#mainscreen .toolbar span.dropbutton a.button {
  padding-right: 20px !important;
}

.toolbar a.dropbuttontip {
  color: #aaa;
  padding: 6px 5px 0 5px !important;
}

body.xlarry-font-icons .toolbar a.button {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) !important;
  border-radius: 2px !important;
  background: #fff;
  padding: 5px 10px 2px 10px;
  min-height: 0;
  height: auto;
}

#searchfilter,
#quicksearchbar {
  top: -2px;
  height: 27px;
}

#searchfilter select {
  margin: 0;
  border: none !important;
}

#searchfilter a.menuselector {
  padding: 2px 0 0 0 !important;
  margin: 0;
  border: none !important;
}

#searchfilter a.menuselector:after {
  position: absolute;
  top: 7px;
  right: 5px;
  padding-right: 0;
}

.searchbox input,
#quicksearchbar input {
  padding-left: 36px !important;
}

.xsidebar-wrap #quicksearchbar {
  right: 28px;
}

.xsidebar-wrap #searchfilter {
  right: 276px;
}

#quicksearchbar form input {
  background: transparent;
  font-weight: normal;
  border: none !important;
}

#searchmenu {
  min-width: 200px;
}

#compact-message-list-header {
  padding: 7px 20px;
}

.boxpagenav a {
  color: #aaa;
}

#searchmenulink,
#searchreset {
  color: #333;
}

#searchreset {
  height: 14px;
  top: 7px !important;
}

/* boxes */
.uibox,
#xsidebar .box-wrap,
#searchfilter,
#quicksearchbar,
#main-calendar-container {
  background-color: #fff !important;
  border-radius: 2px !important;
  border: none !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1) !important;
}

.uibox .iframebox,
#mailview-top {
  border: none;
}

.uibox .listing a,
body.xlarry-font-icons #directorylist li a {
  background: transparent !important;
  border: none !important;
}

body.xlarry-font-icons #contacts-table .contact td.name,
.uibox .listing li,
.uibox .listing td {
  background: transparent !important;
  border: none !important;
}

body.xlarry-font-icons #contacts-table .contact td.name:hover,
.listing tbody tr:hover,
.listing li:hover {
  background-color: transparent !important;
}

#compose-contacts .boxtitle,
.uibox .boxtitle,
.uibox .listing thead td,
.uibox .listing thead th,
.contentbox .boxtitle,
body.iframe .boxtitle,
#xsidebar h2.boxtitle {
  background-color: transparent;
  border: none;
  color: #262626 !important;
  font-weight: normal;
  font-size: 17px;
  padding: 12px 5px 0 10px;
}

body.xlarry-light-ui .uibox .boxtitle,
body.xlarry-light-ui .uibox .listing thead td,
body.xlarry-light-ui .uibox .listing thead th {
  background-color: transparent;
  color: #333 !important;
}

.boxtitle button {
  padding-top: 0;
  padding-right: 0;
}

.listbox {
  background-color: #fff;
}

.listbox .boxtitle + .scroller {
  top: 45px;
}

#settings-tabs ul li a {
  /*padding: 0;*/
}

.records-table thead td,
.records-table thead th {
  background: #fff;
}

#preferences-details #xcalendar_alarm_sound {
  width: auto;
}

.boxfooter a.listbutton,
.records-table thead th a:before {
  color: #737373 !important;
}

.boxfooter a.listbutton {
  padding-top: 8px !important;
}

.boxfooter a.listbutton:hover {
  color: #464646 !important;
}

.popupmenu {
  border: 1px solid #d6d6d6 !important;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2) !important;
}

.toolbarmenu li {
  padding: 0 !important;
}

.splitter {
  background-image: none;
}

#quotadisplay {
  top: 11px;
  padding-top: 4px;
  color: #777777;
}

.contactfieldgroup {
  background: transparent;
}

.boxpagenav {
  top: 12px;
}

#composeheaders {
  background-color: #fff !important;
}

.headers-table.compose-headers textarea {
  height: 1.4em !important;
}

/* sidebar */
#xsidebar-button {
  margin-top: 0;
}

#xsidebar {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  right: -5px;
}
#xsidebar .box-wrap {
  margin-bottom: 10px;
  margin-right: 5px;
}
#xsidebar h2.boxtitle {
  line-height: 1.1em;
  padding: 12px 15px;
}
#xsidebar .box-xnews_feed h2.boxtitle img {
  top: 2px;
}
#xsidebar .box-content {
  padding: 10px 15px 15px 15px;
}
#xsidebar .box-content li {
  padding: 4px 0;
}

/* folder list */
#folderlist-content,
#folderslist-content,
#mailboxcontainer { /* settings page */
  padding-top: 7px;
}
#folderlist-content .treetoggle,
#folderslist-content .treetoggle,
#mailboxcontainer .treetoggle {
  top: 9px !important;
  left: 8px !important;
  color: #bbb;
}
#folderlist-content ul,
#folderslist-content ul,
#mailboxcontainer ul {
  border: none !important;
}
#folderlist-content li,
#folderslist-content li,
#mailboxcontainer li {
  padding: 0 !important;
}
#folderlist-content li[area-expanded=true]:hover,
#folderslist-content li[area-expanded=true]:hover,
#mailboxcontainer li[area-expanded=true]:hover {
  background-color: transparent !important;
}
#folderlist-content li.selected > a,
#folderslist-content li.selected > a,
#mailboxcontainer li.selected > a {
  font-weight: bold !important;
}
#folderlist-content li a,
#folderslist-content li a,
#mailboxcontainer li a {
  padding: 7px 0 7px 24px !important;
}
#folderlist-content li li a,
#folderslist-content li li a,
#mailboxcontainer li li a {
  padding-left: 34px !important;
}
#folderlist-content li li li a,
#folderslist-content li li li a,
#mailboxcontainer li li li a {
  padding-left: 44px !important;
}
#folderlist-content li li li li a,
#folderslist-content li li li li a,
#mailboxcontainer li li li li a {
  padding-left: 54px !important;
}
#folderlist-content li li li li li a,
#folderslist-content li li li li li a,
#mailboxcontainer li li li li li a {
  padding-left: 64px !important;
}
#folderlist-content li li li li li li a,
#folderslist-content li li li li li li a,
#mailboxcontainer li li li li li li a {
  padding-left: 74px !important;
}
#folderlist-content li li li li li li li a,
#folderslist-content li li li li li li li a,
#mailboxcontainer li li li li li li li a {
  padding-left: 84px !important;
}

#mailboxcontainer #mailboxlist li.mailbox span.unreadcount {
  font-weight: normal;
  font-size: 80%;
}

/* message list */
#messagelist :before {
  top: 1px !important;
}

#messagelistfooter,
#messagelistfooter a.menuselector,
.records-table thead td,
.records-table thead th,
.records-table thead th a,
.records-table thead td a,
.records-table thead td span,
.records-table thead th span,
.records-table thead tr td.sortedASC a,
.records-table thead tr td.sortedDESC a {
  color: #747474 !important;
}

.messagelist tr th.threads .listmenu {
  padding-top: 4px;
  padding-left: 8px;
}

.records-table thead th a,
.records-table thead td a {
  background: transparent !important;
  font-size: 13px;
}

.records-table thead th {
  border-bottom: 1px solid #ddd;
}

.records-table tbody tr:hover td {
  /*background-color: #eee !important;*/
}

.records-table tr.selected td,
.records-table tr.unfocused td {
  /*background: #F5F5F5 !important;*/
}

.records-table tbody td {
  border-left: none;
  padding-top: 4px;
  padding-bottom: 4px;
}

#messagelistcontainer {
  bottom: 42px;
}

#mailpreviewtoggle {
  /* let's make sure it covers the controls underneath */
  right: 0;
  top: 0;
  padding: 12px 7px 7px 0;
  background: #fff;
}

#messagelistfooter {
  background: transparent !important;
  height: 32px;
  padding: 10px 10px 0 10px;
}

#messagelistfooter #listselectors a {
  padding-top: 3px;
  padding-bottom: 0;
  border-bottom: none !important;
}

table.quota-info td,
table.quota-info th {
  color: #333;
}

/* xvertical_preview */
#vertical-preview {
  background: #fff;
}

/* xbackground */
body.xskin.xbg #xsidebar .box-wrap {
  background: rgba(255, 255, 255, 0.5) !important;
}
body.xskin.xbg .ui-widget-header,
body.xskin.xbg #main-calendar-container {
  background: transparent !important;
}

/* xcalendar */
#calendar-list-content .calendar-item {
  padding: 0 !important;
}

/* plugin: ident_switch */
#plugin-ident_switch-account {
  color: #fff;
  margin-top: 8px !important;
  float: left;
  border: none !important;
  font-size: 110%;
}
#plugin-ident_switch-account option {
  color: #333;
}

body.login-page {
  background-color: #fff;
}
body.login-page #login-form {
  position: static;
  text-align: center;
}
body.login-page #login-form .box-inner {
  position: static;
  width: 380px;
  padding: 40px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3) !important;
  background: #f7f7f7;
  margin: auto;
  border-radius: 0;
}
body.login-page #login-form .box-bottom {
  margin-top: 10px;
}
body.login-page #login-form h1 {
  background: url(../images/login.png) no-repeat center top;
  height: 96px;
  margin: 0;
}
body.login-page #login-form h1 span {
  display: none;
}
body.login-page #login-form .box-inner form {
  padding: 0;
}
body.login-page #login-form .box-inner form table,
body.login-page #login-form .box-inner form tr,
body.login-page #login-form .box-inner form td.title,
body.login-page #login-form .box-inner form td.input {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: left;
}
body.login-page #login-form .box-inner form table table {
  display: table;
}
body.login-page #login-form .box-inner form table table tr {
  display: table-row;
}
body.login-page #login-form .box-inner form table table td {
  display: table-cell;
}
body.login-page #login-form .box-inner form td {
  padding: 5px 0;
}
body.login-page #login-form .box-inner form td.title {
  padding: 8px 0 6px 0;
}
body.login-page #login-form .box-inner form label {
  text-transform: uppercase;
}
body.login-page #login-form .box-inner form td.input > input[type=text],
body.login-page #login-form .box-inner form td.input > input[type=password],
body.login-page #login-form .box-inner form td.input > select {
  width: 100% !important;
  padding: 10px !important;
  box-sizing: border-box;
  font-size: 1.2em;
  font-weight: 300;
  border: 1px solid #D9D9D9 !important;
  border-top: 1px solid #A0A0A0 !important;
  border-top-left-radius: 1px !important;
  border-top-right-radius: 1px !important;
}
body.login-page #login-form .box-inner form input[type=text]:hover,
body.login-page #login-form .box-inner form input[type=password]:hover,
body.login-page #login-form .box-inner form select:hover {
  border-color: #B9B9B9 !important;
}
body.login-page #login-form .box-inner form input[type=text]:focus,
body.login-page #login-form .box-inner form input[type=password]:focus,
body.login-page #login-form .box-inner form select:focus {
  border-color: #4D90FE !important;
}
body.login-page #login-form .box-inner form p.formbuttons {
  margin: 10px 0 5px 0;
  padding: 0;
}
body.login-page #login-form .box-inner form input[type=submit],
body.login-page #login-form .box-inner form button.submit,
body.login-page #login-form .box-inner form a.button {
  padding: 10px 20px 8px 20px;
  background: #357AE8 !important;
  color: #fff !important;
  font-size: 1.1em;
  text-transform: uppercase;
  display: block;
  width: 100%;
  border-radius: 1px !important;
  border: none !important;
  margin: 0;
  box-sizing: border-box;
}
body.login-page #login-form .box-inner form input[type=submit]:hover,
body.login-page #login-form .box-inner form button.submit:hover {
  background: #4D90FE !important;
}
body.login-page:not(.xbackground-login-image) #bottomline {
  background: transparent;
}
body.login-page:not(.xbackground-login-image) #bottomline, body.login-page:not(.xbackground-login-image) #bottomline a {
  color: #717171;
}

body.xcolor-F44336 button.mainaction,
body.xcolor-F44336 input.button.mainaction,
body.xcolor-F44336 #look-and-feel-shortcut a,
body.xcolor-F44336 input.switchbox-input:checked + label.switchbox {
  background-color: #F50057 !important;
  border-color: #F50057 !important;
}
body.xcolor-F44336 button.mainaction:hover, body.xcolor-F44336 button.mainaction:focus, body.xcolor-F44336 button.mainaction:active,
body.xcolor-F44336 input.button.mainaction:hover,
body.xcolor-F44336 input.button.mainaction:focus,
body.xcolor-F44336 input.button.mainaction:active,
body.xcolor-F44336 #look-and-feel-shortcut a:hover,
body.xcolor-F44336 #look-and-feel-shortcut a:focus,
body.xcolor-F44336 #look-and-feel-shortcut a:active,
body.xcolor-F44336 input.switchbox-input:checked + label.switchbox:hover,
body.xcolor-F44336 input.switchbox-input:checked + label.switchbox:focus,
body.xcolor-F44336 input.switchbox-input:checked + label.switchbox:active {
  border-color: #236FEC !important;
  background-color: #236FEC !important;
}

body.xcolor-F44336 #topnav,
body.xcolor-F44336 #topline,
body.xcolor-F44336 .floating-action-buttons a.button,
body.xcolor-F44336 .flatpickr-confirm,
body.xcolor-F44336 .flatpickr-day.selected {
  background: #F44336;
}

body.xcolor-F44336 .flatpickr-confirm,
body.xcolor-F44336 .flatpickr-day.selected,
body.xmobile.xcolor-F44336 #countcontrols .pagenavbuttons a.button:not(.disabled) {
  background: #F44336 !important;
}

body.xdesktop.xcolor-F44336 #taskbar > a:hover,
body.xdesktop.xcolor-F44336 #taskbar > span:hover,
body.xmobile.xcolor-F44336 #main-menu,
body.xmobile.xcolor-F44336 .popup-close,
body.xmobile.xcolor-F44336 #messagelistcontainer .boxpagenav a.icon,
body.xmobile.xcolor-F44336 #messagestack div,
body.xmobile.xcolor-F44336 .popup-box .popup-close,
body.xmobile.xcolor-F44336 #contactphoto .formlinks a,
body.xmobile.xcolor-F44336 .records-table thead tr th {
  background-color: #D32F2F !important;
}

body.xcolor-F44336 input.material-input:checked + label.material,
body.xcolor-F44336 .ui-button.ui-state-default,
body.xmobile.xcolor-F44336 .boxfooter .listbutton,
body.xmobile.xcolor-F44336 .contactfieldcontent a.contactfieldbutton {
  background: #F50057;
}

body.xcolor-F44336 input.material-input:checked + label.material {
  border-color: #F50057 !important;
}

body.xcolor-F44336 #mailboxlist li.selected > a,
body.xcolor-F44336 .messagelist tr.flagged td,
body.xcolor-F44336 .messagelist tr.flagged td a,
body.xcolor-F44336 .records-table tr.flagged td span,
body.xcolor-F44336 #messagelist tr td .flag span.flagged:before,
body.xcolor-F44336 .listing .selected > td,
body.xcolor-F44336 .listing .selected > a {
  color: #F50057 !important;
}

body.xcolor-F44336 select:focus,
body.xcolor-F44336 textarea:focus,
body.xcolor-F44336 input[type=text]:focus,
body.xcolor-F44336 input[type=password]:focus,
body.xcolor-F44336 input[type=number]:focus,
body.xcolor-F44336 input[type=email]:focus,
body.xcolor-F44336 ul.tabsbar .ui-tabs-active a,
body.xcolor-F44336 .xtabs.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  border-bottom: 2px solid #F50057 !important;
}

body.xcolor-F44336 label.material:before {
  background: #5494FF;
}

body.xcolor-E91E63 button.mainaction,
body.xcolor-E91E63 input.button.mainaction,
body.xcolor-E91E63 #look-and-feel-shortcut a,
body.xcolor-E91E63 input.switchbox-input:checked + label.switchbox {
  background-color: #F50057 !important;
  border-color: #F50057 !important;
}
body.xcolor-E91E63 button.mainaction:hover, body.xcolor-E91E63 button.mainaction:focus, body.xcolor-E91E63 button.mainaction:active,
body.xcolor-E91E63 input.button.mainaction:hover,
body.xcolor-E91E63 input.button.mainaction:focus,
body.xcolor-E91E63 input.button.mainaction:active,
body.xcolor-E91E63 #look-and-feel-shortcut a:hover,
body.xcolor-E91E63 #look-and-feel-shortcut a:focus,
body.xcolor-E91E63 #look-and-feel-shortcut a:active,
body.xcolor-E91E63 input.switchbox-input:checked + label.switchbox:hover,
body.xcolor-E91E63 input.switchbox-input:checked + label.switchbox:focus,
body.xcolor-E91E63 input.switchbox-input:checked + label.switchbox:active {
  border-color: #0085DA !important;
  background-color: #0085DA !important;
}

body.xcolor-E91E63 #topnav,
body.xcolor-E91E63 #topline,
body.xcolor-E91E63 .floating-action-buttons a.button,
body.xcolor-E91E63 .flatpickr-confirm,
body.xcolor-E91E63 .flatpickr-day.selected {
  background: #E91E63;
}

body.xcolor-E91E63 .flatpickr-confirm,
body.xcolor-E91E63 .flatpickr-day.selected,
body.xmobile.xcolor-E91E63 #countcontrols .pagenavbuttons a.button:not(.disabled) {
  background: #E91E63 !important;
}

body.xdesktop.xcolor-E91E63 #taskbar > a:hover,
body.xdesktop.xcolor-E91E63 #taskbar > span:hover,
body.xmobile.xcolor-E91E63 #main-menu,
body.xmobile.xcolor-E91E63 .popup-close,
body.xmobile.xcolor-E91E63 #messagelistcontainer .boxpagenav a.icon,
body.xmobile.xcolor-E91E63 #messagestack div,
body.xmobile.xcolor-E91E63 .popup-box .popup-close,
body.xmobile.xcolor-E91E63 #contactphoto .formlinks a,
body.xmobile.xcolor-E91E63 .records-table thead tr th {
  background-color: #C2185B !important;
}

body.xcolor-E91E63 input.material-input:checked + label.material,
body.xcolor-E91E63 .ui-button.ui-state-default,
body.xmobile.xcolor-E91E63 .boxfooter .listbutton,
body.xmobile.xcolor-E91E63 .contactfieldcontent a.contactfieldbutton {
  background: #F50057;
}

body.xcolor-E91E63 input.material-input:checked + label.material {
  border-color: #F50057 !important;
}

body.xcolor-E91E63 #mailboxlist li.selected > a,
body.xcolor-E91E63 .messagelist tr.flagged td,
body.xcolor-E91E63 .messagelist tr.flagged td a,
body.xcolor-E91E63 .records-table tr.flagged td span,
body.xcolor-E91E63 #messagelist tr td .flag span.flagged:before,
body.xcolor-E91E63 .listing .selected > td,
body.xcolor-E91E63 .listing .selected > a {
  color: #F50057 !important;
}

body.xcolor-E91E63 select:focus,
body.xcolor-E91E63 textarea:focus,
body.xcolor-E91E63 input[type=text]:focus,
body.xcolor-E91E63 input[type=password]:focus,
body.xcolor-E91E63 input[type=number]:focus,
body.xcolor-E91E63 input[type=email]:focus,
body.xcolor-E91E63 ul.tabsbar .ui-tabs-active a,
body.xcolor-E91E63 .xtabs.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  border-bottom: 2px solid #F50057 !important;
}

body.xcolor-E91E63 label.material:before {
  background: #33A7EE;
}

body.xcolor-9C27B0 button.mainaction,
body.xcolor-9C27B0 input.button.mainaction,
body.xcolor-9C27B0 #look-and-feel-shortcut a,
body.xcolor-9C27B0 input.switchbox-input:checked + label.switchbox {
  background-color: #FF1744 !important;
  border-color: #FF1744 !important;
}
body.xcolor-9C27B0 button.mainaction:hover, body.xcolor-9C27B0 button.mainaction:focus, body.xcolor-9C27B0 button.mainaction:active,
body.xcolor-9C27B0 input.button.mainaction:hover,
body.xcolor-9C27B0 input.button.mainaction:focus,
body.xcolor-9C27B0 input.button.mainaction:active,
body.xcolor-9C27B0 #look-and-feel-shortcut a:hover,
body.xcolor-9C27B0 #look-and-feel-shortcut a:focus,
body.xcolor-9C27B0 #look-and-feel-shortcut a:active,
body.xcolor-9C27B0 input.switchbox-input:checked + label.switchbox:hover,
body.xcolor-9C27B0 input.switchbox-input:checked + label.switchbox:focus,
body.xcolor-9C27B0 input.switchbox-input:checked + label.switchbox:active {
  border-color: #0085DA !important;
  background-color: #0085DA !important;
}

body.xcolor-9C27B0 #topnav,
body.xcolor-9C27B0 #topline,
body.xcolor-9C27B0 .floating-action-buttons a.button,
body.xcolor-9C27B0 .flatpickr-confirm,
body.xcolor-9C27B0 .flatpickr-day.selected {
  background: #9C27B0;
}

body.xcolor-9C27B0 .flatpickr-confirm,
body.xcolor-9C27B0 .flatpickr-day.selected,
body.xmobile.xcolor-9C27B0 #countcontrols .pagenavbuttons a.button:not(.disabled) {
  background: #9C27B0 !important;
}

body.xdesktop.xcolor-9C27B0 #taskbar > a:hover,
body.xdesktop.xcolor-9C27B0 #taskbar > span:hover,
body.xmobile.xcolor-9C27B0 #main-menu,
body.xmobile.xcolor-9C27B0 .popup-close,
body.xmobile.xcolor-9C27B0 #messagelistcontainer .boxpagenav a.icon,
body.xmobile.xcolor-9C27B0 #messagestack div,
body.xmobile.xcolor-9C27B0 .popup-box .popup-close,
body.xmobile.xcolor-9C27B0 #contactphoto .formlinks a,
body.xmobile.xcolor-9C27B0 .records-table thead tr th {
  background-color: #7B1FA2 !important;
}

body.xcolor-9C27B0 input.material-input:checked + label.material,
body.xcolor-9C27B0 .ui-button.ui-state-default,
body.xmobile.xcolor-9C27B0 .boxfooter .listbutton,
body.xmobile.xcolor-9C27B0 .contactfieldcontent a.contactfieldbutton {
  background: #FF1744;
}

body.xcolor-9C27B0 input.material-input:checked + label.material {
  border-color: #FF1744 !important;
}

body.xcolor-9C27B0 #mailboxlist li.selected > a,
body.xcolor-9C27B0 .messagelist tr.flagged td,
body.xcolor-9C27B0 .messagelist tr.flagged td a,
body.xcolor-9C27B0 .records-table tr.flagged td span,
body.xcolor-9C27B0 #messagelist tr td .flag span.flagged:before,
body.xcolor-9C27B0 .listing .selected > td,
body.xcolor-9C27B0 .listing .selected > a {
  color: #FF1744 !important;
}

body.xcolor-9C27B0 select:focus,
body.xcolor-9C27B0 textarea:focus,
body.xcolor-9C27B0 input[type=text]:focus,
body.xcolor-9C27B0 input[type=password]:focus,
body.xcolor-9C27B0 input[type=number]:focus,
body.xcolor-9C27B0 input[type=email]:focus,
body.xcolor-9C27B0 ul.tabsbar .ui-tabs-active a,
body.xcolor-9C27B0 .xtabs.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  border-bottom: 2px solid #FF1744 !important;
}

body.xcolor-9C27B0 label.material:before {
  background: #33A7EE;
}

body.xcolor-673AB7 button.mainaction,
body.xcolor-673AB7 input.button.mainaction,
body.xcolor-673AB7 #look-and-feel-shortcut a,
body.xcolor-673AB7 input.switchbox-input:checked + label.switchbox {
  background-color: #F50057 !important;
  border-color: #F50057 !important;
}
body.xcolor-673AB7 button.mainaction:hover, body.xcolor-673AB7 button.mainaction:focus, body.xcolor-673AB7 button.mainaction:active,
body.xcolor-673AB7 input.button.mainaction:hover,
body.xcolor-673AB7 input.button.mainaction:focus,
body.xcolor-673AB7 input.button.mainaction:active,
body.xcolor-673AB7 #look-and-feel-shortcut a:hover,
body.xcolor-673AB7 #look-and-feel-shortcut a:focus,
body.xcolor-673AB7 #look-and-feel-shortcut a:active,
body.xcolor-673AB7 input.switchbox-input:checked + label.switchbox:hover,
body.xcolor-673AB7 input.switchbox-input:checked + label.switchbox:focus,
body.xcolor-673AB7 input.switchbox-input:checked + label.switchbox:active {
  border-color: #DF0355 !important;
  background-color: #DF0355 !important;
}

body.xcolor-673AB7 #topnav,
body.xcolor-673AB7 #topline,
body.xcolor-673AB7 .floating-action-buttons a.button,
body.xcolor-673AB7 .flatpickr-confirm,
body.xcolor-673AB7 .flatpickr-day.selected {
  background: #673AB7;
}

body.xcolor-673AB7 .flatpickr-confirm,
body.xcolor-673AB7 .flatpickr-day.selected,
body.xmobile.xcolor-673AB7 #countcontrols .pagenavbuttons a.button:not(.disabled) {
  background: #673AB7 !important;
}

body.xdesktop.xcolor-673AB7 #taskbar > a:hover,
body.xdesktop.xcolor-673AB7 #taskbar > span:hover,
body.xmobile.xcolor-673AB7 #main-menu,
body.xmobile.xcolor-673AB7 .popup-close,
body.xmobile.xcolor-673AB7 #messagelistcontainer .boxpagenav a.icon,
body.xmobile.xcolor-673AB7 #messagestack div,
body.xmobile.xcolor-673AB7 .popup-box .popup-close,
body.xmobile.xcolor-673AB7 #contactphoto .formlinks a,
body.xmobile.xcolor-673AB7 .records-table thead tr th {
  background-color: #512DA8 !important;
}

body.xcolor-673AB7 input.material-input:checked + label.material,
body.xcolor-673AB7 .ui-button.ui-state-default,
body.xmobile.xcolor-673AB7 .boxfooter .listbutton,
body.xmobile.xcolor-673AB7 .contactfieldcontent a.contactfieldbutton {
  background: #F50057;
}

body.xcolor-673AB7 input.material-input:checked + label.material {
  border-color: #F50057 !important;
}

body.xcolor-673AB7 #mailboxlist li.selected > a,
body.xcolor-673AB7 .messagelist tr.flagged td,
body.xcolor-673AB7 .messagelist tr.flagged td a,
body.xcolor-673AB7 .records-table tr.flagged td span,
body.xcolor-673AB7 #messagelist tr td .flag span.flagged:before,
body.xcolor-673AB7 .listing .selected > td,
body.xcolor-673AB7 .listing .selected > a {
  color: #F50057 !important;
}

body.xcolor-673AB7 select:focus,
body.xcolor-673AB7 textarea:focus,
body.xcolor-673AB7 input[type=text]:focus,
body.xcolor-673AB7 input[type=password]:focus,
body.xcolor-673AB7 input[type=number]:focus,
body.xcolor-673AB7 input[type=email]:focus,
body.xcolor-673AB7 ul.tabsbar .ui-tabs-active a,
body.xcolor-673AB7 .xtabs.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  border-bottom: 2px solid #F50057 !important;
}

body.xcolor-673AB7 label.material:before {
  background: #F73379;
}

body.xcolor-3F51B5 button.mainaction,
body.xcolor-3F51B5 input.button.mainaction,
body.xcolor-3F51B5 #look-and-feel-shortcut a,
body.xcolor-3F51B5 input.switchbox-input:checked + label.switchbox {
  background-color: #F50057 !important;
  border-color: #F50057 !important;
}
body.xcolor-3F51B5 button.mainaction:hover, body.xcolor-3F51B5 button.mainaction:focus, body.xcolor-3F51B5 button.mainaction:active,
body.xcolor-3F51B5 input.button.mainaction:hover,
body.xcolor-3F51B5 input.button.mainaction:focus,
body.xcolor-3F51B5 input.button.mainaction:active,
body.xcolor-3F51B5 #look-and-feel-shortcut a:hover,
body.xcolor-3F51B5 #look-and-feel-shortcut a:focus,
body.xcolor-3F51B5 #look-and-feel-shortcut a:active,
body.xcolor-3F51B5 input.switchbox-input:checked + label.switchbox:hover,
body.xcolor-3F51B5 input.switchbox-input:checked + label.switchbox:focus,
body.xcolor-3F51B5 input.switchbox-input:checked + label.switchbox:active {
  border-color: #DF0355 !important;
  background-color: #DF0355 !important;
}

body.xcolor-3F51B5 #topnav,
body.xcolor-3F51B5 #topline,
body.xcolor-3F51B5 .floating-action-buttons a.button,
body.xcolor-3F51B5 .flatpickr-confirm,
body.xcolor-3F51B5 .flatpickr-day.selected {
  background: #3F51B5;
}

body.xcolor-3F51B5 .flatpickr-confirm,
body.xcolor-3F51B5 .flatpickr-day.selected,
body.xmobile.xcolor-3F51B5 #countcontrols .pagenavbuttons a.button:not(.disabled) {
  background: #3F51B5 !important;
}

body.xdesktop.xcolor-3F51B5 #taskbar > a:hover,
body.xdesktop.xcolor-3F51B5 #taskbar > span:hover,
body.xmobile.xcolor-3F51B5 #main-menu,
body.xmobile.xcolor-3F51B5 .popup-close,
body.xmobile.xcolor-3F51B5 #messagelistcontainer .boxpagenav a.icon,
body.xmobile.xcolor-3F51B5 #messagestack div,
body.xmobile.xcolor-3F51B5 .popup-box .popup-close,
body.xmobile.xcolor-3F51B5 #contactphoto .formlinks a,
body.xmobile.xcolor-3F51B5 .records-table thead tr th {
  background-color: #303F9F !important;
}

body.xcolor-3F51B5 input.material-input:checked + label.material,
body.xcolor-3F51B5 .ui-button.ui-state-default,
body.xmobile.xcolor-3F51B5 .boxfooter .listbutton,
body.xmobile.xcolor-3F51B5 .contactfieldcontent a.contactfieldbutton {
  background: #F50057;
}

body.xcolor-3F51B5 input.material-input:checked + label.material {
  border-color: #F50057 !important;
}

body.xcolor-3F51B5 #mailboxlist li.selected > a,
body.xcolor-3F51B5 .messagelist tr.flagged td,
body.xcolor-3F51B5 .messagelist tr.flagged td a,
body.xcolor-3F51B5 .records-table tr.flagged td span,
body.xcolor-3F51B5 #messagelist tr td .flag span.flagged:before,
body.xcolor-3F51B5 .listing .selected > td,
body.xcolor-3F51B5 .listing .selected > a {
  color: #F50057 !important;
}

body.xcolor-3F51B5 select:focus,
body.xcolor-3F51B5 textarea:focus,
body.xcolor-3F51B5 input[type=text]:focus,
body.xcolor-3F51B5 input[type=password]:focus,
body.xcolor-3F51B5 input[type=number]:focus,
body.xcolor-3F51B5 input[type=email]:focus,
body.xcolor-3F51B5 ul.tabsbar .ui-tabs-active a,
body.xcolor-3F51B5 .xtabs.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  border-bottom: 2px solid #F50057 !important;
}

body.xcolor-3F51B5 label.material:before {
  background: #F73379;
}

body.xcolor-1976D2 button.mainaction,
body.xcolor-1976D2 input.button.mainaction,
body.xcolor-1976D2 #look-and-feel-shortcut a,
body.xcolor-1976D2 input.switchbox-input:checked + label.switchbox {
  background-color: #FF1744 !important;
  border-color: #FF1744 !important;
}
body.xcolor-1976D2 button.mainaction:hover, body.xcolor-1976D2 button.mainaction:focus, body.xcolor-1976D2 button.mainaction:active,
body.xcolor-1976D2 input.button.mainaction:hover,
body.xcolor-1976D2 input.button.mainaction:focus,
body.xcolor-1976D2 input.button.mainaction:active,
body.xcolor-1976D2 #look-and-feel-shortcut a:hover,
body.xcolor-1976D2 #look-and-feel-shortcut a:focus,
body.xcolor-1976D2 #look-and-feel-shortcut a:active,
body.xcolor-1976D2 input.switchbox-input:checked + label.switchbox:hover,
body.xcolor-1976D2 input.switchbox-input:checked + label.switchbox:focus,
body.xcolor-1976D2 input.switchbox-input:checked + label.switchbox:active {
  border-color: #F1183C !important;
  background-color: #F1183C !important;
}

body.xcolor-1976D2 #topnav,
body.xcolor-1976D2 #topline,
body.xcolor-1976D2 .floating-action-buttons a.button,
body.xcolor-1976D2 .flatpickr-confirm,
body.xcolor-1976D2 .flatpickr-day.selected {
  background: #1976D2;
}

body.xcolor-1976D2 .flatpickr-confirm,
body.xcolor-1976D2 .flatpickr-day.selected,
body.xmobile.xcolor-1976D2 #countcontrols .pagenavbuttons a.button:not(.disabled) {
  background: #1976D2 !important;
}

body.xdesktop.xcolor-1976D2 #taskbar > a:hover,
body.xdesktop.xcolor-1976D2 #taskbar > span:hover,
body.xmobile.xcolor-1976D2 #main-menu,
body.xmobile.xcolor-1976D2 .popup-close,
body.xmobile.xcolor-1976D2 #messagelistcontainer .boxpagenav a.icon,
body.xmobile.xcolor-1976D2 #messagestack div,
body.xmobile.xcolor-1976D2 .popup-box .popup-close,
body.xmobile.xcolor-1976D2 #contactphoto .formlinks a,
body.xmobile.xcolor-1976D2 .records-table thead tr th {
  background-color: #1565C0 !important;
}

body.xcolor-1976D2 input.material-input:checked + label.material,
body.xcolor-1976D2 .ui-button.ui-state-default,
body.xmobile.xcolor-1976D2 .boxfooter .listbutton,
body.xmobile.xcolor-1976D2 .contactfieldcontent a.contactfieldbutton {
  background: #FF1744;
}

body.xcolor-1976D2 input.material-input:checked + label.material {
  border-color: #FF1744 !important;
}

body.xcolor-1976D2 #mailboxlist li.selected > a,
body.xcolor-1976D2 .messagelist tr.flagged td,
body.xcolor-1976D2 .messagelist tr.flagged td a,
body.xcolor-1976D2 .records-table tr.flagged td span,
body.xcolor-1976D2 #messagelist tr td .flag span.flagged:before,
body.xcolor-1976D2 .listing .selected > td,
body.xcolor-1976D2 .listing .selected > a {
  color: #FF1744 !important;
}

body.xcolor-1976D2 select:focus,
body.xcolor-1976D2 textarea:focus,
body.xcolor-1976D2 input[type=text]:focus,
body.xcolor-1976D2 input[type=password]:focus,
body.xcolor-1976D2 input[type=number]:focus,
body.xcolor-1976D2 input[type=email]:focus,
body.xcolor-1976D2 ul.tabsbar .ui-tabs-active a,
body.xcolor-1976D2 .xtabs.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  border-bottom: 2px solid #FF1744 !important;
}

body.xcolor-1976D2 label.material:before {
  background: #FF4569;
}

body.xcolor-039BE5 button.mainaction,
body.xcolor-039BE5 input.button.mainaction,
body.xcolor-039BE5 #look-and-feel-shortcut a,
body.xcolor-039BE5 input.switchbox-input:checked + label.switchbox {
  background-color: #FF1744 !important;
  border-color: #FF1744 !important;
}
body.xcolor-039BE5 button.mainaction:hover, body.xcolor-039BE5 button.mainaction:focus, body.xcolor-039BE5 button.mainaction:active,
body.xcolor-039BE5 input.button.mainaction:hover,
body.xcolor-039BE5 input.button.mainaction:focus,
body.xcolor-039BE5 input.button.mainaction:active,
body.xcolor-039BE5 #look-and-feel-shortcut a:hover,
body.xcolor-039BE5 #look-and-feel-shortcut a:focus,
body.xcolor-039BE5 #look-and-feel-shortcut a:active,
body.xcolor-039BE5 input.switchbox-input:checked + label.switchbox:hover,
body.xcolor-039BE5 input.switchbox-input:checked + label.switchbox:focus,
body.xcolor-039BE5 input.switchbox-input:checked + label.switchbox:active {
  border-color: #F1183C !important;
  background-color: #F1183C !important;
}

body.xcolor-039BE5 #topnav,
body.xcolor-039BE5 #topline,
body.xcolor-039BE5 .floating-action-buttons a.button,
body.xcolor-039BE5 .flatpickr-confirm,
body.xcolor-039BE5 .flatpickr-day.selected {
  background: #039BE5;
}

body.xcolor-039BE5 .flatpickr-confirm,
body.xcolor-039BE5 .flatpickr-day.selected,
body.xmobile.xcolor-039BE5 #countcontrols .pagenavbuttons a.button:not(.disabled) {
  background: #039BE5 !important;
}

body.xdesktop.xcolor-039BE5 #taskbar > a:hover,
body.xdesktop.xcolor-039BE5 #taskbar > span:hover,
body.xmobile.xcolor-039BE5 #main-menu,
body.xmobile.xcolor-039BE5 .popup-close,
body.xmobile.xcolor-039BE5 #messagelistcontainer .boxpagenav a.icon,
body.xmobile.xcolor-039BE5 #messagestack div,
body.xmobile.xcolor-039BE5 .popup-box .popup-close,
body.xmobile.xcolor-039BE5 #contactphoto .formlinks a,
body.xmobile.xcolor-039BE5 .records-table thead tr th {
  background-color: #0288D1 !important;
}

body.xcolor-039BE5 input.material-input:checked + label.material,
body.xcolor-039BE5 .ui-button.ui-state-default,
body.xmobile.xcolor-039BE5 .boxfooter .listbutton,
body.xmobile.xcolor-039BE5 .contactfieldcontent a.contactfieldbutton {
  background: #FF1744;
}

body.xcolor-039BE5 input.material-input:checked + label.material {
  border-color: #FF1744 !important;
}

body.xcolor-039BE5 #mailboxlist li.selected > a,
body.xcolor-039BE5 .messagelist tr.flagged td,
body.xcolor-039BE5 .messagelist tr.flagged td a,
body.xcolor-039BE5 .records-table tr.flagged td span,
body.xcolor-039BE5 #messagelist tr td .flag span.flagged:before,
body.xcolor-039BE5 .listing .selected > td,
body.xcolor-039BE5 .listing .selected > a {
  color: #FF1744 !important;
}

body.xcolor-039BE5 select:focus,
body.xcolor-039BE5 textarea:focus,
body.xcolor-039BE5 input[type=text]:focus,
body.xcolor-039BE5 input[type=password]:focus,
body.xcolor-039BE5 input[type=number]:focus,
body.xcolor-039BE5 input[type=email]:focus,
body.xcolor-039BE5 ul.tabsbar .ui-tabs-active a,
body.xcolor-039BE5 .xtabs.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  border-bottom: 2px solid #FF1744 !important;
}

body.xcolor-039BE5 label.material:before {
  background: #FF4569;
}

body.xcolor-0097A7 button.mainaction,
body.xcolor-0097A7 input.button.mainaction,
body.xcolor-0097A7 #look-and-feel-shortcut a,
body.xcolor-0097A7 input.switchbox-input:checked + label.switchbox {
  background-color: #FF1744 !important;
  border-color: #FF1744 !important;
}
body.xcolor-0097A7 button.mainaction:hover, body.xcolor-0097A7 button.mainaction:focus, body.xcolor-0097A7 button.mainaction:active,
body.xcolor-0097A7 input.button.mainaction:hover,
body.xcolor-0097A7 input.button.mainaction:focus,
body.xcolor-0097A7 input.button.mainaction:active,
body.xcolor-0097A7 #look-and-feel-shortcut a:hover,
body.xcolor-0097A7 #look-and-feel-shortcut a:focus,
body.xcolor-0097A7 #look-and-feel-shortcut a:active,
body.xcolor-0097A7 input.switchbox-input:checked + label.switchbox:hover,
body.xcolor-0097A7 input.switchbox-input:checked + label.switchbox:focus,
body.xcolor-0097A7 input.switchbox-input:checked + label.switchbox:active {
  border-color: #F1183C !important;
  background-color: #F1183C !important;
}

body.xcolor-0097A7 #topnav,
body.xcolor-0097A7 #topline,
body.xcolor-0097A7 .floating-action-buttons a.button,
body.xcolor-0097A7 .flatpickr-confirm,
body.xcolor-0097A7 .flatpickr-day.selected {
  background: #0097A7;
}

body.xcolor-0097A7 .flatpickr-confirm,
body.xcolor-0097A7 .flatpickr-day.selected,
body.xmobile.xcolor-0097A7 #countcontrols .pagenavbuttons a.button:not(.disabled) {
  background: #0097A7 !important;
}

body.xdesktop.xcolor-0097A7 #taskbar > a:hover,
body.xdesktop.xcolor-0097A7 #taskbar > span:hover,
body.xmobile.xcolor-0097A7 #main-menu,
body.xmobile.xcolor-0097A7 .popup-close,
body.xmobile.xcolor-0097A7 #messagelistcontainer .boxpagenav a.icon,
body.xmobile.xcolor-0097A7 #messagestack div,
body.xmobile.xcolor-0097A7 .popup-box .popup-close,
body.xmobile.xcolor-0097A7 #contactphoto .formlinks a,
body.xmobile.xcolor-0097A7 .records-table thead tr th {
  background-color: #00838F !important;
}

body.xcolor-0097A7 input.material-input:checked + label.material,
body.xcolor-0097A7 .ui-button.ui-state-default,
body.xmobile.xcolor-0097A7 .boxfooter .listbutton,
body.xmobile.xcolor-0097A7 .contactfieldcontent a.contactfieldbutton {
  background: #FF1744;
}

body.xcolor-0097A7 input.material-input:checked + label.material {
  border-color: #FF1744 !important;
}

body.xcolor-0097A7 #mailboxlist li.selected > a,
body.xcolor-0097A7 .messagelist tr.flagged td,
body.xcolor-0097A7 .messagelist tr.flagged td a,
body.xcolor-0097A7 .records-table tr.flagged td span,
body.xcolor-0097A7 #messagelist tr td .flag span.flagged:before,
body.xcolor-0097A7 .listing .selected > td,
body.xcolor-0097A7 .listing .selected > a {
  color: #FF1744 !important;
}

body.xcolor-0097A7 select:focus,
body.xcolor-0097A7 textarea:focus,
body.xcolor-0097A7 input[type=text]:focus,
body.xcolor-0097A7 input[type=password]:focus,
body.xcolor-0097A7 input[type=number]:focus,
body.xcolor-0097A7 input[type=email]:focus,
body.xcolor-0097A7 ul.tabsbar .ui-tabs-active a,
body.xcolor-0097A7 .xtabs.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  border-bottom: 2px solid #FF1744 !important;
}

body.xcolor-0097A7 label.material:before {
  background: #FF4569;
}

body.xcolor-009688 button.mainaction,
body.xcolor-009688 input.button.mainaction,
body.xcolor-009688 #look-and-feel-shortcut a,
body.xcolor-009688 input.switchbox-input:checked + label.switchbox {
  background-color: #FF3D00 !important;
  border-color: #FF3D00 !important;
}
body.xcolor-009688 button.mainaction:hover, body.xcolor-009688 button.mainaction:focus, body.xcolor-009688 button.mainaction:active,
body.xcolor-009688 input.button.mainaction:hover,
body.xcolor-009688 input.button.mainaction:focus,
body.xcolor-009688 input.button.mainaction:active,
body.xcolor-009688 #look-and-feel-shortcut a:hover,
body.xcolor-009688 #look-and-feel-shortcut a:focus,
body.xcolor-009688 #look-and-feel-shortcut a:active,
body.xcolor-009688 input.switchbox-input:checked + label.switchbox:hover,
body.xcolor-009688 input.switchbox-input:checked + label.switchbox:focus,
body.xcolor-009688 input.switchbox-input:checked + label.switchbox:active {
  border-color: #DD2C00 !important;
  background-color: #DD2C00 !important;
}

body.xcolor-009688 #topnav,
body.xcolor-009688 #topline,
body.xcolor-009688 .floating-action-buttons a.button,
body.xcolor-009688 .flatpickr-confirm,
body.xcolor-009688 .flatpickr-day.selected {
  background: #009688;
}

body.xcolor-009688 .flatpickr-confirm,
body.xcolor-009688 .flatpickr-day.selected,
body.xmobile.xcolor-009688 #countcontrols .pagenavbuttons a.button:not(.disabled) {
  background: #009688 !important;
}

body.xdesktop.xcolor-009688 #taskbar > a:hover,
body.xdesktop.xcolor-009688 #taskbar > span:hover,
body.xmobile.xcolor-009688 #main-menu,
body.xmobile.xcolor-009688 .popup-close,
body.xmobile.xcolor-009688 #messagelistcontainer .boxpagenav a.icon,
body.xmobile.xcolor-009688 #messagestack div,
body.xmobile.xcolor-009688 .popup-box .popup-close,
body.xmobile.xcolor-009688 #contactphoto .formlinks a,
body.xmobile.xcolor-009688 .records-table thead tr th {
  background-color: #00796B !important;
}

body.xcolor-009688 input.material-input:checked + label.material,
body.xcolor-009688 .ui-button.ui-state-default,
body.xmobile.xcolor-009688 .boxfooter .listbutton,
body.xmobile.xcolor-009688 .contactfieldcontent a.contactfieldbutton {
  background: #FF3D00;
}

body.xcolor-009688 input.material-input:checked + label.material {
  border-color: #FF3D00 !important;
}

body.xcolor-009688 #mailboxlist li.selected > a,
body.xcolor-009688 .messagelist tr.flagged td,
body.xcolor-009688 .messagelist tr.flagged td a,
body.xcolor-009688 .records-table tr.flagged td span,
body.xcolor-009688 #messagelist tr td .flag span.flagged:before,
body.xcolor-009688 .listing .selected > td,
body.xcolor-009688 .listing .selected > a {
  color: #FF3D00 !important;
}

body.xcolor-009688 select:focus,
body.xcolor-009688 textarea:focus,
body.xcolor-009688 input[type=text]:focus,
body.xcolor-009688 input[type=password]:focus,
body.xcolor-009688 input[type=number]:focus,
body.xcolor-009688 input[type=email]:focus,
body.xcolor-009688 ul.tabsbar .ui-tabs-active a,
body.xcolor-009688 .xtabs.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  border-bottom: 2px solid #FF3D00 !important;
}

body.xcolor-009688 label.material:before {
  background: #E45633;
}

body.xcolor-43A047 button.mainaction,
body.xcolor-43A047 input.button.mainaction,
body.xcolor-43A047 #look-and-feel-shortcut a,
body.xcolor-43A047 input.switchbox-input:checked + label.switchbox {
  background-color: #FF3D00 !important;
  border-color: #FF3D00 !important;
}
body.xcolor-43A047 button.mainaction:hover, body.xcolor-43A047 button.mainaction:focus, body.xcolor-43A047 button.mainaction:active,
body.xcolor-43A047 input.button.mainaction:hover,
body.xcolor-43A047 input.button.mainaction:focus,
body.xcolor-43A047 input.button.mainaction:active,
body.xcolor-43A047 #look-and-feel-shortcut a:hover,
body.xcolor-43A047 #look-and-feel-shortcut a:focus,
body.xcolor-43A047 #look-and-feel-shortcut a:active,
body.xcolor-43A047 input.switchbox-input:checked + label.switchbox:hover,
body.xcolor-43A047 input.switchbox-input:checked + label.switchbox:focus,
body.xcolor-43A047 input.switchbox-input:checked + label.switchbox:active {
  border-color: #DD2C00 !important;
  background-color: #DD2C00 !important;
}

body.xcolor-43A047 #topnav,
body.xcolor-43A047 #topline,
body.xcolor-43A047 .floating-action-buttons a.button,
body.xcolor-43A047 .flatpickr-confirm,
body.xcolor-43A047 .flatpickr-day.selected {
  background: #43A047;
}

body.xcolor-43A047 .flatpickr-confirm,
body.xcolor-43A047 .flatpickr-day.selected,
body.xmobile.xcolor-43A047 #countcontrols .pagenavbuttons a.button:not(.disabled) {
  background: #43A047 !important;
}

body.xdesktop.xcolor-43A047 #taskbar > a:hover,
body.xdesktop.xcolor-43A047 #taskbar > span:hover,
body.xmobile.xcolor-43A047 #main-menu,
body.xmobile.xcolor-43A047 .popup-close,
body.xmobile.xcolor-43A047 #messagelistcontainer .boxpagenav a.icon,
body.xmobile.xcolor-43A047 #messagestack div,
body.xmobile.xcolor-43A047 .popup-box .popup-close,
body.xmobile.xcolor-43A047 #contactphoto .formlinks a,
body.xmobile.xcolor-43A047 .records-table thead tr th {
  background-color: #388E3C !important;
}

body.xcolor-43A047 input.material-input:checked + label.material,
body.xcolor-43A047 .ui-button.ui-state-default,
body.xmobile.xcolor-43A047 .boxfooter .listbutton,
body.xmobile.xcolor-43A047 .contactfieldcontent a.contactfieldbutton {
  background: #FF3D00;
}

body.xcolor-43A047 input.material-input:checked + label.material {
  border-color: #FF3D00 !important;
}

body.xcolor-43A047 #mailboxlist li.selected > a,
body.xcolor-43A047 .messagelist tr.flagged td,
body.xcolor-43A047 .messagelist tr.flagged td a,
body.xcolor-43A047 .records-table tr.flagged td span,
body.xcolor-43A047 #messagelist tr td .flag span.flagged:before,
body.xcolor-43A047 .listing .selected > td,
body.xcolor-43A047 .listing .selected > a {
  color: #FF3D00 !important;
}

body.xcolor-43A047 select:focus,
body.xcolor-43A047 textarea:focus,
body.xcolor-43A047 input[type=text]:focus,
body.xcolor-43A047 input[type=password]:focus,
body.xcolor-43A047 input[type=number]:focus,
body.xcolor-43A047 input[type=email]:focus,
body.xcolor-43A047 ul.tabsbar .ui-tabs-active a,
body.xcolor-43A047 .xtabs.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  border-bottom: 2px solid #FF3D00 !important;
}

body.xcolor-43A047 label.material:before {
  background: #E45633;
}

body.xcolor-689F38 button.mainaction,
body.xcolor-689F38 input.button.mainaction,
body.xcolor-689F38 #look-and-feel-shortcut a,
body.xcolor-689F38 input.switchbox-input:checked + label.switchbox {
  background-color: #FF3D00 !important;
  border-color: #FF3D00 !important;
}
body.xcolor-689F38 button.mainaction:hover, body.xcolor-689F38 button.mainaction:focus, body.xcolor-689F38 button.mainaction:active,
body.xcolor-689F38 input.button.mainaction:hover,
body.xcolor-689F38 input.button.mainaction:focus,
body.xcolor-689F38 input.button.mainaction:active,
body.xcolor-689F38 #look-and-feel-shortcut a:hover,
body.xcolor-689F38 #look-and-feel-shortcut a:focus,
body.xcolor-689F38 #look-and-feel-shortcut a:active,
body.xcolor-689F38 input.switchbox-input:checked + label.switchbox:hover,
body.xcolor-689F38 input.switchbox-input:checked + label.switchbox:focus,
body.xcolor-689F38 input.switchbox-input:checked + label.switchbox:active {
  border-color: #DD2C00 !important;
  background-color: #DD2C00 !important;
}

body.xcolor-689F38 #topnav,
body.xcolor-689F38 #topline,
body.xcolor-689F38 .floating-action-buttons a.button,
body.xcolor-689F38 .flatpickr-confirm,
body.xcolor-689F38 .flatpickr-day.selected {
  background: #689F38;
}

body.xcolor-689F38 .flatpickr-confirm,
body.xcolor-689F38 .flatpickr-day.selected,
body.xmobile.xcolor-689F38 #countcontrols .pagenavbuttons a.button:not(.disabled) {
  background: #689F38 !important;
}

body.xdesktop.xcolor-689F38 #taskbar > a:hover,
body.xdesktop.xcolor-689F38 #taskbar > span:hover,
body.xmobile.xcolor-689F38 #main-menu,
body.xmobile.xcolor-689F38 .popup-close,
body.xmobile.xcolor-689F38 #messagelistcontainer .boxpagenav a.icon,
body.xmobile.xcolor-689F38 #messagestack div,
body.xmobile.xcolor-689F38 .popup-box .popup-close,
body.xmobile.xcolor-689F38 #contactphoto .formlinks a,
body.xmobile.xcolor-689F38 .records-table thead tr th {
  background-color: #558B2F !important;
}

body.xcolor-689F38 input.material-input:checked + label.material,
body.xcolor-689F38 .ui-button.ui-state-default,
body.xmobile.xcolor-689F38 .boxfooter .listbutton,
body.xmobile.xcolor-689F38 .contactfieldcontent a.contactfieldbutton {
  background: #FF3D00;
}

body.xcolor-689F38 input.material-input:checked + label.material {
  border-color: #FF3D00 !important;
}

body.xcolor-689F38 #mailboxlist li.selected > a,
body.xcolor-689F38 .messagelist tr.flagged td,
body.xcolor-689F38 .messagelist tr.flagged td a,
body.xcolor-689F38 .records-table tr.flagged td span,
body.xcolor-689F38 #messagelist tr td .flag span.flagged:before,
body.xcolor-689F38 .listing .selected > td,
body.xcolor-689F38 .listing .selected > a {
  color: #FF3D00 !important;
}

body.xcolor-689F38 select:focus,
body.xcolor-689F38 textarea:focus,
body.xcolor-689F38 input[type=text]:focus,
body.xcolor-689F38 input[type=password]:focus,
body.xcolor-689F38 input[type=number]:focus,
body.xcolor-689F38 input[type=email]:focus,
body.xcolor-689F38 ul.tabsbar .ui-tabs-active a,
body.xcolor-689F38 .xtabs.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  border-bottom: 2px solid #FF3D00 !important;
}

body.xcolor-689F38 label.material:before {
  background: #E45633;
}

body.xcolor-AFB42B button.mainaction,
body.xcolor-AFB42B input.button.mainaction,
body.xcolor-AFB42B #look-and-feel-shortcut a,
body.xcolor-AFB42B input.switchbox-input:checked + label.switchbox {
  background-color: #FF1744 !important;
  border-color: #FF1744 !important;
}
body.xcolor-AFB42B button.mainaction:hover, body.xcolor-AFB42B button.mainaction:focus, body.xcolor-AFB42B button.mainaction:active,
body.xcolor-AFB42B input.button.mainaction:hover,
body.xcolor-AFB42B input.button.mainaction:focus,
body.xcolor-AFB42B input.button.mainaction:active,
body.xcolor-AFB42B #look-and-feel-shortcut a:hover,
body.xcolor-AFB42B #look-and-feel-shortcut a:focus,
body.xcolor-AFB42B #look-and-feel-shortcut a:active,
body.xcolor-AFB42B input.switchbox-input:checked + label.switchbox:hover,
body.xcolor-AFB42B input.switchbox-input:checked + label.switchbox:focus,
body.xcolor-AFB42B input.switchbox-input:checked + label.switchbox:active {
  border-color: #F1183C !important;
  background-color: #F1183C !important;
}

body.xcolor-AFB42B #topnav,
body.xcolor-AFB42B #topline,
body.xcolor-AFB42B .floating-action-buttons a.button,
body.xcolor-AFB42B .flatpickr-confirm,
body.xcolor-AFB42B .flatpickr-day.selected {
  background: #AFB42B;
}

body.xcolor-AFB42B .flatpickr-confirm,
body.xcolor-AFB42B .flatpickr-day.selected,
body.xmobile.xcolor-AFB42B #countcontrols .pagenavbuttons a.button:not(.disabled) {
  background: #AFB42B !important;
}

body.xdesktop.xcolor-AFB42B #taskbar > a:hover,
body.xdesktop.xcolor-AFB42B #taskbar > span:hover,
body.xmobile.xcolor-AFB42B #main-menu,
body.xmobile.xcolor-AFB42B .popup-close,
body.xmobile.xcolor-AFB42B #messagelistcontainer .boxpagenav a.icon,
body.xmobile.xcolor-AFB42B #messagestack div,
body.xmobile.xcolor-AFB42B .popup-box .popup-close,
body.xmobile.xcolor-AFB42B #contactphoto .formlinks a,
body.xmobile.xcolor-AFB42B .records-table thead tr th {
  background-color: #9E9D24 !important;
}

body.xcolor-AFB42B input.material-input:checked + label.material,
body.xcolor-AFB42B .ui-button.ui-state-default,
body.xmobile.xcolor-AFB42B .boxfooter .listbutton,
body.xmobile.xcolor-AFB42B .contactfieldcontent a.contactfieldbutton {
  background: #FF1744;
}

body.xcolor-AFB42B input.material-input:checked + label.material {
  border-color: #FF1744 !important;
}

body.xcolor-AFB42B #mailboxlist li.selected > a,
body.xcolor-AFB42B .messagelist tr.flagged td,
body.xcolor-AFB42B .messagelist tr.flagged td a,
body.xcolor-AFB42B .records-table tr.flagged td span,
body.xcolor-AFB42B #messagelist tr td .flag span.flagged:before,
body.xcolor-AFB42B .listing .selected > td,
body.xcolor-AFB42B .listing .selected > a {
  color: #FF1744 !important;
}

body.xcolor-AFB42B select:focus,
body.xcolor-AFB42B textarea:focus,
body.xcolor-AFB42B input[type=text]:focus,
body.xcolor-AFB42B input[type=password]:focus,
body.xcolor-AFB42B input[type=number]:focus,
body.xcolor-AFB42B input[type=email]:focus,
body.xcolor-AFB42B ul.tabsbar .ui-tabs-active a,
body.xcolor-AFB42B .xtabs.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  border-bottom: 2px solid #FF1744 !important;
}

body.xcolor-AFB42B label.material:before {
  background: #FF4569;
}

body.xcolor-FBC02D button.mainaction,
body.xcolor-FBC02D input.button.mainaction,
body.xcolor-FBC02D #look-and-feel-shortcut a,
body.xcolor-FBC02D input.switchbox-input:checked + label.switchbox {
  background-color: #C2185B !important;
  border-color: #C2185B !important;
}
body.xcolor-FBC02D button.mainaction:hover, body.xcolor-FBC02D button.mainaction:focus, body.xcolor-FBC02D button.mainaction:active,
body.xcolor-FBC02D input.button.mainaction:hover,
body.xcolor-FBC02D input.button.mainaction:focus,
body.xcolor-FBC02D input.button.mainaction:active,
body.xcolor-FBC02D #look-and-feel-shortcut a:hover,
body.xcolor-FBC02D #look-and-feel-shortcut a:focus,
body.xcolor-FBC02D #look-and-feel-shortcut a:active,
body.xcolor-FBC02D input.switchbox-input:checked + label.switchbox:hover,
body.xcolor-FBC02D input.switchbox-input:checked + label.switchbox:focus,
body.xcolor-FBC02D input.switchbox-input:checked + label.switchbox:active {
  border-color: #F1183C !important;
  background-color: #F1183C !important;
}

body.xcolor-FBC02D #topnav,
body.xcolor-FBC02D #topline,
body.xcolor-FBC02D .floating-action-buttons a.button,
body.xcolor-FBC02D .flatpickr-confirm,
body.xcolor-FBC02D .flatpickr-day.selected {
  background: #FBC02D;
}

body.xcolor-FBC02D .flatpickr-confirm,
body.xcolor-FBC02D .flatpickr-day.selected,
body.xmobile.xcolor-FBC02D #countcontrols .pagenavbuttons a.button:not(.disabled) {
  background: #FBC02D !important;
}

body.xdesktop.xcolor-FBC02D #taskbar > a:hover,
body.xdesktop.xcolor-FBC02D #taskbar > span:hover,
body.xmobile.xcolor-FBC02D #main-menu,
body.xmobile.xcolor-FBC02D .popup-close,
body.xmobile.xcolor-FBC02D #messagelistcontainer .boxpagenav a.icon,
body.xmobile.xcolor-FBC02D #messagestack div,
body.xmobile.xcolor-FBC02D .popup-box .popup-close,
body.xmobile.xcolor-FBC02D #contactphoto .formlinks a,
body.xmobile.xcolor-FBC02D .records-table thead tr th {
  background-color: #F9A825 !important;
}

body.xcolor-FBC02D input.material-input:checked + label.material,
body.xcolor-FBC02D .ui-button.ui-state-default,
body.xmobile.xcolor-FBC02D .boxfooter .listbutton,
body.xmobile.xcolor-FBC02D .contactfieldcontent a.contactfieldbutton {
  background: #C2185B;
}

body.xcolor-FBC02D input.material-input:checked + label.material {
  border-color: #C2185B !important;
}

body.xcolor-FBC02D #mailboxlist li.selected > a,
body.xcolor-FBC02D .messagelist tr.flagged td,
body.xcolor-FBC02D .messagelist tr.flagged td a,
body.xcolor-FBC02D .records-table tr.flagged td span,
body.xcolor-FBC02D #messagelist tr td .flag span.flagged:before,
body.xcolor-FBC02D .listing .selected > td,
body.xcolor-FBC02D .listing .selected > a {
  color: #C2185B !important;
}

body.xcolor-FBC02D select:focus,
body.xcolor-FBC02D textarea:focus,
body.xcolor-FBC02D input[type=text]:focus,
body.xcolor-FBC02D input[type=password]:focus,
body.xcolor-FBC02D input[type=number]:focus,
body.xcolor-FBC02D input[type=email]:focus,
body.xcolor-FBC02D ul.tabsbar .ui-tabs-active a,
body.xcolor-FBC02D .xtabs.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  border-bottom: 2px solid #C2185B !important;
}

body.xcolor-FBC02D label.material:before {
  background: #FF4569;
}

body.xcolor-FFA000 button.mainaction,
body.xcolor-FFA000 input.button.mainaction,
body.xcolor-FFA000 #look-and-feel-shortcut a,
body.xcolor-FFA000 input.switchbox-input:checked + label.switchbox {
  background-color: #C2185B !important;
  border-color: #C2185B !important;
}
body.xcolor-FFA000 button.mainaction:hover, body.xcolor-FFA000 button.mainaction:focus, body.xcolor-FFA000 button.mainaction:active,
body.xcolor-FFA000 input.button.mainaction:hover,
body.xcolor-FFA000 input.button.mainaction:focus,
body.xcolor-FFA000 input.button.mainaction:active,
body.xcolor-FFA000 #look-and-feel-shortcut a:hover,
body.xcolor-FFA000 #look-and-feel-shortcut a:focus,
body.xcolor-FFA000 #look-and-feel-shortcut a:active,
body.xcolor-FFA000 input.switchbox-input:checked + label.switchbox:hover,
body.xcolor-FFA000 input.switchbox-input:checked + label.switchbox:focus,
body.xcolor-FFA000 input.switchbox-input:checked + label.switchbox:active {
  border-color: #0085DA !important;
  background-color: #0085DA !important;
}

body.xcolor-FFA000 #topnav,
body.xcolor-FFA000 #topline,
body.xcolor-FFA000 .floating-action-buttons a.button,
body.xcolor-FFA000 .flatpickr-confirm,
body.xcolor-FFA000 .flatpickr-day.selected {
  background: #FFA000;
}

body.xcolor-FFA000 .flatpickr-confirm,
body.xcolor-FFA000 .flatpickr-day.selected,
body.xmobile.xcolor-FFA000 #countcontrols .pagenavbuttons a.button:not(.disabled) {
  background: #FFA000 !important;
}

body.xdesktop.xcolor-FFA000 #taskbar > a:hover,
body.xdesktop.xcolor-FFA000 #taskbar > span:hover,
body.xmobile.xcolor-FFA000 #main-menu,
body.xmobile.xcolor-FFA000 .popup-close,
body.xmobile.xcolor-FFA000 #messagelistcontainer .boxpagenav a.icon,
body.xmobile.xcolor-FFA000 #messagestack div,
body.xmobile.xcolor-FFA000 .popup-box .popup-close,
body.xmobile.xcolor-FFA000 #contactphoto .formlinks a,
body.xmobile.xcolor-FFA000 .records-table thead tr th {
  background-color: #FF8F00 !important;
}

body.xcolor-FFA000 input.material-input:checked + label.material,
body.xcolor-FFA000 .ui-button.ui-state-default,
body.xmobile.xcolor-FFA000 .boxfooter .listbutton,
body.xmobile.xcolor-FFA000 .contactfieldcontent a.contactfieldbutton {
  background: #C2185B;
}

body.xcolor-FFA000 input.material-input:checked + label.material {
  border-color: #C2185B !important;
}

body.xcolor-FFA000 #mailboxlist li.selected > a,
body.xcolor-FFA000 .messagelist tr.flagged td,
body.xcolor-FFA000 .messagelist tr.flagged td a,
body.xcolor-FFA000 .records-table tr.flagged td span,
body.xcolor-FFA000 #messagelist tr td .flag span.flagged:before,
body.xcolor-FFA000 .listing .selected > td,
body.xcolor-FFA000 .listing .selected > a {
  color: #C2185B !important;
}

body.xcolor-FFA000 select:focus,
body.xcolor-FFA000 textarea:focus,
body.xcolor-FFA000 input[type=text]:focus,
body.xcolor-FFA000 input[type=password]:focus,
body.xcolor-FFA000 input[type=number]:focus,
body.xcolor-FFA000 input[type=email]:focus,
body.xcolor-FFA000 ul.tabsbar .ui-tabs-active a,
body.xcolor-FFA000 .xtabs.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  border-bottom: 2px solid #C2185B !important;
}

body.xcolor-FFA000 label.material:before {
  background: #33A7EE;
}

body.xcolor-EF6C00 button.mainaction,
body.xcolor-EF6C00 input.button.mainaction,
body.xcolor-EF6C00 #look-and-feel-shortcut a,
body.xcolor-EF6C00 input.switchbox-input:checked + label.switchbox {
  background-color: #C2185B !important;
  border-color: #C2185B !important;
}
body.xcolor-EF6C00 button.mainaction:hover, body.xcolor-EF6C00 button.mainaction:focus, body.xcolor-EF6C00 button.mainaction:active,
body.xcolor-EF6C00 input.button.mainaction:hover,
body.xcolor-EF6C00 input.button.mainaction:focus,
body.xcolor-EF6C00 input.button.mainaction:active,
body.xcolor-EF6C00 #look-and-feel-shortcut a:hover,
body.xcolor-EF6C00 #look-and-feel-shortcut a:focus,
body.xcolor-EF6C00 #look-and-feel-shortcut a:active,
body.xcolor-EF6C00 input.switchbox-input:checked + label.switchbox:hover,
body.xcolor-EF6C00 input.switchbox-input:checked + label.switchbox:focus,
body.xcolor-EF6C00 input.switchbox-input:checked + label.switchbox:active {
  border-color: #0085DA !important;
  background-color: #0085DA !important;
}

body.xcolor-EF6C00 #topnav,
body.xcolor-EF6C00 #topline,
body.xcolor-EF6C00 .floating-action-buttons a.button,
body.xcolor-EF6C00 .flatpickr-confirm,
body.xcolor-EF6C00 .flatpickr-day.selected {
  background: #EF6C00;
}

body.xcolor-EF6C00 .flatpickr-confirm,
body.xcolor-EF6C00 .flatpickr-day.selected,
body.xmobile.xcolor-EF6C00 #countcontrols .pagenavbuttons a.button:not(.disabled) {
  background: #EF6C00 !important;
}

body.xdesktop.xcolor-EF6C00 #taskbar > a:hover,
body.xdesktop.xcolor-EF6C00 #taskbar > span:hover,
body.xmobile.xcolor-EF6C00 #main-menu,
body.xmobile.xcolor-EF6C00 .popup-close,
body.xmobile.xcolor-EF6C00 #messagelistcontainer .boxpagenav a.icon,
body.xmobile.xcolor-EF6C00 #messagestack div,
body.xmobile.xcolor-EF6C00 .popup-box .popup-close,
body.xmobile.xcolor-EF6C00 #contactphoto .formlinks a,
body.xmobile.xcolor-EF6C00 .records-table thead tr th {
  background-color: #E65100 !important;
}

body.xcolor-EF6C00 input.material-input:checked + label.material,
body.xcolor-EF6C00 .ui-button.ui-state-default,
body.xmobile.xcolor-EF6C00 .boxfooter .listbutton,
body.xmobile.xcolor-EF6C00 .contactfieldcontent a.contactfieldbutton {
  background: #C2185B;
}

body.xcolor-EF6C00 input.material-input:checked + label.material {
  border-color: #C2185B !important;
}

body.xcolor-EF6C00 #mailboxlist li.selected > a,
body.xcolor-EF6C00 .messagelist tr.flagged td,
body.xcolor-EF6C00 .messagelist tr.flagged td a,
body.xcolor-EF6C00 .records-table tr.flagged td span,
body.xcolor-EF6C00 #messagelist tr td .flag span.flagged:before,
body.xcolor-EF6C00 .listing .selected > td,
body.xcolor-EF6C00 .listing .selected > a {
  color: #C2185B !important;
}

body.xcolor-EF6C00 select:focus,
body.xcolor-EF6C00 textarea:focus,
body.xcolor-EF6C00 input[type=text]:focus,
body.xcolor-EF6C00 input[type=password]:focus,
body.xcolor-EF6C00 input[type=number]:focus,
body.xcolor-EF6C00 input[type=email]:focus,
body.xcolor-EF6C00 ul.tabsbar .ui-tabs-active a,
body.xcolor-EF6C00 .xtabs.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  border-bottom: 2px solid #C2185B !important;
}

body.xcolor-EF6C00 label.material:before {
  background: #33A7EE;
}

body.xcolor-E64A19 button.mainaction,
body.xcolor-E64A19 input.button.mainaction,
body.xcolor-E64A19 #look-and-feel-shortcut a,
body.xcolor-E64A19 input.switchbox-input:checked + label.switchbox {
  background-color: #0091EA !important;
  border-color: #0091EA !important;
}
body.xcolor-E64A19 button.mainaction:hover, body.xcolor-E64A19 button.mainaction:focus, body.xcolor-E64A19 button.mainaction:active,
body.xcolor-E64A19 input.button.mainaction:hover,
body.xcolor-E64A19 input.button.mainaction:focus,
body.xcolor-E64A19 input.button.mainaction:active,
body.xcolor-E64A19 #look-and-feel-shortcut a:hover,
body.xcolor-E64A19 #look-and-feel-shortcut a:focus,
body.xcolor-E64A19 #look-and-feel-shortcut a:active,
body.xcolor-E64A19 input.switchbox-input:checked + label.switchbox:hover,
body.xcolor-E64A19 input.switchbox-input:checked + label.switchbox:focus,
body.xcolor-E64A19 input.switchbox-input:checked + label.switchbox:active {
  border-color: #0085DA !important;
  background-color: #0085DA !important;
}

body.xcolor-E64A19 #topnav,
body.xcolor-E64A19 #topline,
body.xcolor-E64A19 .floating-action-buttons a.button,
body.xcolor-E64A19 .flatpickr-confirm,
body.xcolor-E64A19 .flatpickr-day.selected {
  background: #E64A19;
}

body.xcolor-E64A19 .flatpickr-confirm,
body.xcolor-E64A19 .flatpickr-day.selected,
body.xmobile.xcolor-E64A19 #countcontrols .pagenavbuttons a.button:not(.disabled) {
  background: #E64A19 !important;
}

body.xdesktop.xcolor-E64A19 #taskbar > a:hover,
body.xdesktop.xcolor-E64A19 #taskbar > span:hover,
body.xmobile.xcolor-E64A19 #main-menu,
body.xmobile.xcolor-E64A19 .popup-close,
body.xmobile.xcolor-E64A19 #messagelistcontainer .boxpagenav a.icon,
body.xmobile.xcolor-E64A19 #messagestack div,
body.xmobile.xcolor-E64A19 .popup-box .popup-close,
body.xmobile.xcolor-E64A19 #contactphoto .formlinks a,
body.xmobile.xcolor-E64A19 .records-table thead tr th {
  background-color: #D84315 !important;
}

body.xcolor-E64A19 input.material-input:checked + label.material,
body.xcolor-E64A19 .ui-button.ui-state-default,
body.xmobile.xcolor-E64A19 .boxfooter .listbutton,
body.xmobile.xcolor-E64A19 .contactfieldcontent a.contactfieldbutton {
  background: #0091EA;
}

body.xcolor-E64A19 input.material-input:checked + label.material {
  border-color: #0091EA !important;
}

body.xcolor-E64A19 #mailboxlist li.selected > a,
body.xcolor-E64A19 .messagelist tr.flagged td,
body.xcolor-E64A19 .messagelist tr.flagged td a,
body.xcolor-E64A19 .records-table tr.flagged td span,
body.xcolor-E64A19 #messagelist tr td .flag span.flagged:before,
body.xcolor-E64A19 .listing .selected > td,
body.xcolor-E64A19 .listing .selected > a {
  color: #0091EA !important;
}

body.xcolor-E64A19 select:focus,
body.xcolor-E64A19 textarea:focus,
body.xcolor-E64A19 input[type=text]:focus,
body.xcolor-E64A19 input[type=password]:focus,
body.xcolor-E64A19 input[type=number]:focus,
body.xcolor-E64A19 input[type=email]:focus,
body.xcolor-E64A19 ul.tabsbar .ui-tabs-active a,
body.xcolor-E64A19 .xtabs.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  border-bottom: 2px solid #0091EA !important;
}

body.xcolor-E64A19 label.material:before {
  background: #33A7EE;
}

body.xcolor-795548 button.mainaction,
body.xcolor-795548 input.button.mainaction,
body.xcolor-795548 #look-and-feel-shortcut a,
body.xcolor-795548 input.switchbox-input:checked + label.switchbox {
  background-color: #F50057 !important;
  border-color: #F50057 !important;
}
body.xcolor-795548 button.mainaction:hover, body.xcolor-795548 button.mainaction:focus, body.xcolor-795548 button.mainaction:active,
body.xcolor-795548 input.button.mainaction:hover,
body.xcolor-795548 input.button.mainaction:focus,
body.xcolor-795548 input.button.mainaction:active,
body.xcolor-795548 #look-and-feel-shortcut a:hover,
body.xcolor-795548 #look-and-feel-shortcut a:focus,
body.xcolor-795548 #look-and-feel-shortcut a:active,
body.xcolor-795548 input.switchbox-input:checked + label.switchbox:hover,
body.xcolor-795548 input.switchbox-input:checked + label.switchbox:focus,
body.xcolor-795548 input.switchbox-input:checked + label.switchbox:active {
  border-color: #0085DA !important;
  background-color: #0085DA !important;
}

body.xcolor-795548 #topnav,
body.xcolor-795548 #topline,
body.xcolor-795548 .floating-action-buttons a.button,
body.xcolor-795548 .flatpickr-confirm,
body.xcolor-795548 .flatpickr-day.selected {
  background: #795548;
}

body.xcolor-795548 .flatpickr-confirm,
body.xcolor-795548 .flatpickr-day.selected,
body.xmobile.xcolor-795548 #countcontrols .pagenavbuttons a.button:not(.disabled) {
  background: #795548 !important;
}

body.xdesktop.xcolor-795548 #taskbar > a:hover,
body.xdesktop.xcolor-795548 #taskbar > span:hover,
body.xmobile.xcolor-795548 #main-menu,
body.xmobile.xcolor-795548 .popup-close,
body.xmobile.xcolor-795548 #messagelistcontainer .boxpagenav a.icon,
body.xmobile.xcolor-795548 #messagestack div,
body.xmobile.xcolor-795548 .popup-box .popup-close,
body.xmobile.xcolor-795548 #contactphoto .formlinks a,
body.xmobile.xcolor-795548 .records-table thead tr th {
  background-color: #FDD835 !important;
}

body.xcolor-795548 input.material-input:checked + label.material,
body.xcolor-795548 .ui-button.ui-state-default,
body.xmobile.xcolor-795548 .boxfooter .listbutton,
body.xmobile.xcolor-795548 .contactfieldcontent a.contactfieldbutton {
  background: #F50057;
}

body.xcolor-795548 input.material-input:checked + label.material {
  border-color: #F50057 !important;
}

body.xcolor-795548 #mailboxlist li.selected > a,
body.xcolor-795548 .messagelist tr.flagged td,
body.xcolor-795548 .messagelist tr.flagged td a,
body.xcolor-795548 .records-table tr.flagged td span,
body.xcolor-795548 #messagelist tr td .flag span.flagged:before,
body.xcolor-795548 .listing .selected > td,
body.xcolor-795548 .listing .selected > a {
  color: #F50057 !important;
}

body.xcolor-795548 select:focus,
body.xcolor-795548 textarea:focus,
body.xcolor-795548 input[type=text]:focus,
body.xcolor-795548 input[type=password]:focus,
body.xcolor-795548 input[type=number]:focus,
body.xcolor-795548 input[type=email]:focus,
body.xcolor-795548 ul.tabsbar .ui-tabs-active a,
body.xcolor-795548 .xtabs.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  border-bottom: 2px solid #F50057 !important;
}

body.xcolor-795548 label.material:before {
  background: #33A7EE;
}

body.xcolor-757575 button.mainaction,
body.xcolor-757575 input.button.mainaction,
body.xcolor-757575 #look-and-feel-shortcut a,
body.xcolor-757575 input.switchbox-input:checked + label.switchbox {
  background-color: #F50057 !important;
  border-color: #F50057 !important;
}
body.xcolor-757575 button.mainaction:hover, body.xcolor-757575 button.mainaction:focus, body.xcolor-757575 button.mainaction:active,
body.xcolor-757575 input.button.mainaction:hover,
body.xcolor-757575 input.button.mainaction:focus,
body.xcolor-757575 input.button.mainaction:active,
body.xcolor-757575 #look-and-feel-shortcut a:hover,
body.xcolor-757575 #look-and-feel-shortcut a:focus,
body.xcolor-757575 #look-and-feel-shortcut a:active,
body.xcolor-757575 input.switchbox-input:checked + label.switchbox:hover,
body.xcolor-757575 input.switchbox-input:checked + label.switchbox:focus,
body.xcolor-757575 input.switchbox-input:checked + label.switchbox:active {
  border-color: #0085DA !important;
  background-color: #0085DA !important;
}

body.xcolor-757575 #topnav,
body.xcolor-757575 #topline,
body.xcolor-757575 .floating-action-buttons a.button,
body.xcolor-757575 .flatpickr-confirm,
body.xcolor-757575 .flatpickr-day.selected {
  background: #FFFFFF;
}

body.xcolor-757575 .flatpickr-confirm,
body.xcolor-757575 .flatpickr-day.selected,
body.xmobile.xcolor-757575 #countcontrols .pagenavbuttons a.button:not(.disabled) {
  background: #FFFFFF !important;
}

body.xdesktop.xcolor-757575 #taskbar > a:hover,
body.xdesktop.xcolor-757575 #taskbar > span:hover,
body.xmobile.xcolor-757575 #main-menu,
body.xmobile.xcolor-757575 .popup-close,
body.xmobile.xcolor-757575 #messagelistcontainer .boxpagenav a.icon,
body.xmobile.xcolor-757575 #messagestack div,
body.xmobile.xcolor-757575 .popup-box .popup-close,
body.xmobile.xcolor-757575 #contactphoto .formlinks a,
body.xmobile.xcolor-757575 .records-table thead tr th {
  background-color: #BDBDBD !important;
}

body.xcolor-757575 input.material-input:checked + label.material,
body.xcolor-757575 .ui-button.ui-state-default,
body.xmobile.xcolor-757575 .boxfooter .listbutton,
body.xmobile.xcolor-757575 .contactfieldcontent a.contactfieldbutton {
  background: #F50057;
}

body.xcolor-757575 input.material-input:checked + label.material {
  border-color: #F50057 !important;
}

body.xcolor-757575 #mailboxlist li.selected > a,
body.xcolor-757575 .messagelist tr.flagged td,
body.xcolor-757575 .messagelist tr.flagged td a,
body.xcolor-757575 .records-table tr.flagged td span,
body.xcolor-757575 #messagelist tr td .flag span.flagged:before,
body.xcolor-757575 .listing .selected > td,
body.xcolor-757575 .listing .selected > a {
  color: #F50057 !important;
}

body.xcolor-757575 select:focus,
body.xcolor-757575 textarea:focus,
body.xcolor-757575 input[type=text]:focus,
body.xcolor-757575 input[type=password]:focus,
body.xcolor-757575 input[type=number]:focus,
body.xcolor-757575 input[type=email]:focus,
body.xcolor-757575 ul.tabsbar .ui-tabs-active a,
body.xcolor-757575 .xtabs.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  border-bottom: 2px solid #F50057 !important;
}

body.xcolor-757575 label.material:before {
  background: #33A7EE;
}

body.xcolor-FFFFFF button.mainaction,
body.xcolor-FFFFFF input.button.mainaction,
body.xcolor-FFFFFF #look-and-feel-shortcut a,
body.xcolor-FFFFFF input.switchbox-input:checked + label.switchbox {
  background-color: #d02d0a !important;
  border-color: #d02d0a !important;
}
body.xcolor-FFFFFF button.mainaction:hover, body.xcolor-FFFFFF button.mainaction:focus, body.xcolor-FFFFFF button.mainaction:active,
body.xcolor-FFFFFF input.button.mainaction:hover,
body.xcolor-FFFFFF input.button.mainaction:focus,
body.xcolor-FFFFFF input.button.mainaction:active,
body.xcolor-FFFFFF #look-and-feel-shortcut a:hover,
body.xcolor-FFFFFF #look-and-feel-shortcut a:focus,
body.xcolor-FFFFFF #look-and-feel-shortcut a:active,
body.xcolor-FFFFFF input.switchbox-input:checked + label.switchbox:hover,
body.xcolor-FFFFFF input.switchbox-input:checked + label.switchbox:focus,
body.xcolor-FFFFFF input.switchbox-input:checked + label.switchbox:active {
  border-color: #d02d0a !important;
  background-color: #d02d0a !important;
}

body.xcolor-FFFFFF #topnav,
body.xcolor-FFFFFF #topline,
body.xcolor-FFFFFF .floating-action-buttons a.button,
body.xcolor-FFFFFF .flatpickr-confirm,
body.xcolor-FFFFFF .flatpickr-day.selected {
  background: #FFFFFF;
}

body.xcolor-FFFFFF .flatpickr-confirm,
body.xcolor-FFFFFF .flatpickr-day.selected,
body.xmobile.xcolor-FFFFFF #countcontrols .pagenavbuttons a.button:not(.disabled) {
  background: #FFFFFF !important;
}

body.xdesktop.xcolor-FFFFFF #taskbar > a:hover,
body.xdesktop.xcolor-FFFFFF #taskbar > span:hover,
body.xmobile.xcolor-FFFFFF #main-menu,
body.xmobile.xcolor-FFFFFF .popup-close,
body.xmobile.xcolor-FFFFFF #messagelistcontainer .boxpagenav a.icon,
body.xmobile.xcolor-FFFFFF #messagestack div,
body.xmobile.xcolor-FFFFFF .popup-box .popup-close,
body.xmobile.xcolor-FFFFFF #contactphoto .formlinks a,
body.xmobile.xcolor-FFFFFF .records-table thead tr th {
  background-color: #BDBDBD !important;
}

body.xcolor-FFFFFF input.material-input:checked + label.material,
body.xcolor-FFFFFF .ui-button.ui-state-default,
body.xmobile.xcolor-FFFFFF .boxfooter .listbutton,
body.xmobile.xcolor-FFFFFF .contactfieldcontent a.contactfieldbutton {
  background: #d02d0a;
}

body.xcolor-FFFFFF input.material-input:checked + label.material {
  border-color: #d02d0a !important;
}

body.xcolor-FFFFFF #mailboxlist li.selected > a,
body.xcolor-FFFFFF .messagelist tr.flagged td,
body.xcolor-FFFFFF .messagelist tr.flagged td a,
body.xcolor-FFFFFF .records-table tr.flagged td span,
body.xcolor-FFFFFF #messagelist tr td .flag span.flagged:before,
body.xcolor-FFFFFF .listing .selected > td,
body.xcolor-FFFFFF .listing .selected > a {
  color: #d02d0a !important;
}

body.xcolor-FFFFFF select:focus,
body.xcolor-FFFFFF textarea:focus,
body.xcolor-FFFFFF input[type=text]:focus,
body.xcolor-FFFFFF input[type=password]:focus,
body.xcolor-FFFFFF input[type=number]:focus,
body.xcolor-FFFFFF input[type=email]:focus,
body.xcolor-FFFFFF ul.tabsbar .ui-tabs-active a,
body.xcolor-FFFFFF .xtabs.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  border-bottom: 2px solid #d02d0a !important;
}

body.xcolor-FFFFFF label.material:before {
  background: #d02d0a;
}

/*# sourceMappingURL=desktop.css.map */
