/*********************************
  MAIN
 *********************************/
@font-face {
  font-family: 'Lato';
  src: url('../font/lato-regular-400-webfont.eot');
  src: url('../font/lato-regular-400-webfont.eot?#iefix') format('embedded-opentype'),
  url('../font/lato-regular-400-webfont.woff') format('woff'),
  url('../font/lato-regular-400-webfont.ttf') format('truetype'),
  url('../font/lato-regular-400-webfont.svg#latoregular') format('svg');
  font-weight: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../font/lato-light-300-webfont.eot');
  src: url('../font/lato-light-300-webfont.eot?#iefix') format('embedded-opentype'),
  url('../font/lato-light-300-webfont.woff') format('woff'),
  url('../font/lato-light-300-webfont.ttf') format('truetype'),
  url('../font/lato-light-300-webfont.svg#latolight') format('svg');
  font-weight: 300;
}

@font-face {
  font-family: 'Lato';
  src: url('../font/lato-bold-700-webfont.eot');
  src: url('../font/lato-bold-700-webfont.eot?#iefix') format('embedded-opentype'),
  url('../font/lato-bold-700-webfont.woff') format('woff'),
  url('../font/lato-bold-700-webfont.ttf') format('truetype'),
  url('../font/lato-bold-700-webfont.svg#latobold') format('svg');
  font-weight: bold;
}

/*
 Chrome Font Rendering Fix Attempt
 Chrome on Windows does not render web fonts consistently, resulting in awful, jagged web fonts that use WOFF files
 Ironically, the WOFF file format was created by Google and they are still trying to fix this issue.
*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'Lato';
    src: url('../font/lato-regular-400-webfont.ttf') format('truetype'),
    url('../font/lato-regular-400-webfont.svg#latoregular') format('svg');
    font-weight: normal;
  }
  @font-face {
    font-family: 'Lato';
    src: url('../font/lato-light-300-webfont.ttf') format('truetype'),
    url('../font/lato-light-300-webfont.svg#latolight') format('svg');
    font-weight: 300;
  }
  @font-face {
    font-family: 'Lato';
    src: url('../font/lato-bold-700-webfont.ttf') format('truetype'),
    url('../font/lato-bold-700-webfont.svg#latobold') format('svg');
    font-weight: bold;
  }
}



html {
  border: 0 solid greenyellow;
  height: 100%;
}

body {
  border: 0 solid red;
  height: 100%;
  background-color: #fff;
  color: #777;
  overflow: hidden;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
}

#app-wait {
  display: none;
}
#app-wait .wait-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  z-index: 10;
}
#app-wait .wait-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 140px;
  height: 80px;
  margin: 100px auto;
  color: #000;
  background-color: #fff;
  border: 1px solid #2AA8D0;
  z-index: 10;
}
#app-wait .wait-spinner {
  height: 50px;
}
#app-wait .wait-message {
  height: 30px;
  text-align: center;
  padding-top: 5px;
}
#webmail-feedback {
  display: none;
  width: auto; /* support variable width for multi-lingual */
  height: 30px;
  padding: 0 10px 0 10px;
  color: #657b7e;
  opacity: 0.7;
  font-size: 13px;
  font-weight: bold;
  background-color: transparent;
  position: absolute;
  top: 11px;
  right: 4px;
  text-align: center;
  cursor: pointer;
}
#webmail-feedback:HOVER {
  opacity: 1;
}
#webmail-feedback .feedback-icon {
  display: inline-block;
  width: 30px;
  height: 28px;
  background: url("../img/theme/default/ico_feedback.png") no-repeat center;
  line-height: 30px;
}
#webmail-feedback .feedback-label {
  display: inline-block;
  height: 28px;
  line-height: 30px;
}

/* jquery-ui widget class override */
.ui-widget {
  font-family: inherit !important;
}

*:focus {
  outline: 0 !important;
}

#header-container {
  height: 50px;
  display: table;
}
#header-view-container {
  display: table-row;
}
#header-view-container .col-left {
  display: table-cell;
  width: 100%;
  /*min-width: 160px;*/
  vertical-align: middle;
}
#header-view-container .col-right {
  display: table-cell;
  width: 100%;
  text-align: right;
  vertical-align: middle;
}

#notification {
  display: none;
  color: black;
  position: absolute;
  border-radius: 5px;
}

.notification-topCenter {
  left: 500px;
  top: 25px;
}

.notification-topRight {
  right: 10px;
  top: 110px;
}

.show-dropdown-opacity{
  opacity: 1 !important;
}

.notification-bottomRight {
  right: 50px;
  top: 750px;
}

.notification-success {
  background : #CCFFCC;
  border: 1px solid #99CC00;
}

.notification-info {
  background: #E8E8E8;
  border: 1px solid darkgray;
}

.notification-error {
  background : #FFCCCC;
  border: 1px solid #FF0000;
}

#notification-icon {
  display: inline-block;
  padding: 5px;
  font-size: 18px;
}

#notification-remove {
  display: inline-block;
  padding: 5px;
  color: gray;
  cursor: pointer;
}

#notification-message {
  display: inline-block;
  padding: 5px 5px 5px 10px;
}

#folderErrorDiv {
  font-size: 12px;
}

.hourGlassCursor {
  cursor: progress;
}

/*************************************************
  NAVBAR: Home, Contacts, Calendar, Tasks, Files
 *************************************************/
/* themeable background-color for channels */
/* RCOM light/dark green: #004e23 #6fB616 */
#webmail-navbar, #webmail-navbar-left, #webmail-navbar-right {
  color: #777;
  margin: 0;
  background-color: #ffffff;
  white-space: nowrap;
  height: 100%;
  position: relative;
  font-size: 12px;
  display: table-cell;
  border: 0 solid red;
}

#webmail-navbar-left {
  border: 0 solid blue;
  width: 0;
}

#webmail-navbar {
  border: 0 solid red;
  width: 75%;
}

#webmail-navbar-right {
  display: table-cell;
  text-align: right;
  white-space: nowrap;
  float: right;
  height: 40px;
}

#webmail-navbar-right #profile-name {
  position: relative;
  display: inline-block;
  width: auto;
  height: 27px;
  line-height: 27px;
  border: 0 solid purple;
}

#webmail-navbar-right #profile-arrow {
  position: relative;
  display: inline-block;
  border: 0 solid cyan;
  height: 27px;
  line-height: 27px;
}

#webmail-navbar-right #profile-image {
  cursor: pointer;
  /*display: inline-block;*/
  /* margin-right: 9px; */
  position: relative;
  vertical-align: bottom;
  width: 19px;
}

#profile-gray-image{
  opacity: 0.5;
}

#general-toolbar-user .dropdown-menu{
  text-align: left;
  right: 0;
  left: inherit !important;
  margin-left: -175px !important;
}

#toolbar-settings .dropdown-menu{
  margin-top: 2px;
  text-align: left;
  right: 0;
  margin-left: -140px;
}
#general-help-icon .dropdown-menu{
  margin-top: 2px;
  text-align: left;
  right: 0;
  margin-left: -140px;
  width:200px;
}
.help-more-down-arrow{
  background: url("../img/theme/default/email/email-ico_dn-arrow.png") no-repeat center;
  display: inline-block;
  font-size: 10px;
  height: 13px;
  width: 13px;
  opacity: 0.35;
  position: relative;
  top: -8px;
  background-size: 69%;
}

#general-toolbar-user a span.caret {
  margin-top: 12px;
}

.arrow-container {
  width: 10px;
  position: relative;
  right: 7px;
}

.arrow-margin-down {
  /* color: #555555; */
  font-size: 10px;
  margin-left: 5px;
  cursor: pointer;
}

.arrow-margin-right {
  cursor: pointer;
  font-size: 8px;
  margin: 2px;
  padding: 3px;
}

#webmail-navbar .nav {
  margin: 0;
  padding-left: 8px;
  width: 100%;
  height: 100%;
}

/* themeable colors for channels */
/* rcom = #64a113 */
/* wcom = #1570bd */
#webmail-navbar.navbar .nav .active > a {
  background: transparent /*#1570bd*/ none;
  border-bottom: 4px solid #1570bd;
  color: #1570bd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#webmail-navbar .nav > li {
  float: none;
  display: inline-block;
  border: 0 solid blue;
  height: 100%;
  margin: 0 14px 0 0;
  padding: 0;
}

/* themeable colors for channels */
#webmail-navbar .nav > li > a {
  border: 0 solid white;
  text-shadow: none;
  color: #777777;
  line-height: 26px;
  padding: 0;
}

#webmail-navbar .nav > li > a:hover {
  color: #1570bd;
  background-color: transparent;
}

/* Logout button Changes */
#email-toolbar-container #webmail-navbar-right #general-toolbar-user {
  padding-bottom: 0;
  height: 40px;
}

#webmail-navbar-right #general-toolbar-user {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  left: 2px;
}

@-moz-document url-prefix() {
  #webmail-navbar-right #general-toolbar-user {
    padding-bottom: 4px;
  }
}

#webmail-navbar-right #general-toolbar-user {
}

.search-icon{
  background: url("../img/search-new.svg") no-repeat center;
  display: inline-block;
  height: 25px;
  margin-top: 9px;
  width: 34px;
  border-bottom: 2px solid transparent;
}
.email-icon-profile {
  background: url("../img/theme/default/email/email-ico_tb-user-menu.png") no-repeat center;
  display: inline-block;
  height: 25px;
  margin-top: 9px;
  width: 34px;
  border-bottom: 2px solid transparent;
}

.help-icon{
  background: url("../img/theme/default/email/email-ico_tb-help.png") no-repeat center;
  display: inline-block;
  height: 27px;
  margin-top: 9px;
  margin-right: -1px;
  width: 12px;
  border-bottom: 2px solid transparent;
}

#general-help-icon {
  width: 32px;
  height: 40px;
  margin-left: 6px;
  margin-right: -5px;
}
#general-help-icon hr {
  margin-top:0px;
  margin-bottom: 0px;
}
#channelPhoneNumber{
  cursor: default;
  color: #999 !important;
}
#channelEmailAddress{
  cursor: default;
  color: #999 !important;
}
#channelPhoneNumber:hover{
  background-color: #FFFFFF !important;
}
#channelEmailAddress:hover{
  background-color: #FFFFFF !important;
}

#email-toolbar-container .dropdown-menu,
#toolbar-settings .dropdown-menu
{
  text-align: left;
  opacity: 1 !important;
}
#general-help-icon.toolbar-icon,
#general-toolbar-user.toolbar-icon{
  /*opacity: 1 !important;*/
}


/*********************************
  Layout Styles
 *********************************/
#webmail-layout-footer {
  background-color: #e5e5e5;
  display:  none;
}


.pane, .ui-layout-pane {
  overflow: hidden;
}

#webmail-layout-outer {
  padding: 0 !important; /* inner divs have padding */
  height: 100%;
}
/* remove borders for all panes, can be overridden per-pane below */
#webmail-layout-outer .ui-layout-center, .ui-layout-west, .ui-layout-north, .ui-layout-south {
  border: 0 none !important;
}
#webmail-layout-outer .ui-layout-west {
  overflow: hidden;
  background-color: #F1F1F2;
}

#webmail-layout-top {
  overflow: visible;
  z-index: 3 !important;
}

#webmail-layout-inner {
  padding: 0 !important; /* inner divs have padding */
}
#webmail-layout-inner .ui-layout-north {
  background-color: #fff; /* needs to be set here at pane level */
  /* border-bottom: 1px solid #ccc !important; */  /* REMOVED by Craig, seems not needed and was causing flicker on load */
  overflow: visible;
  z-index: 4 !important;
}

#webmail-layout-inner .ui-layout-center {
  border: 0 solid blue !important;
}

#webmail-layout-inner .ui-layout-south {
  overflow-x: auto;
  overflow-y: scroll;
  background-color: #fff; /* needs to be set here at pane level */
}

.ui-layout-resizer {
  background: #dedcd9; /* theme color: layout resizer */
  border: none;
}

.ui-layout-resizer:hover {
  background: #C5C4C1; /* theme color: layout resizer hover */
  border: none;
}

.ui-layout-resizer-west {
  cursor: col-resize !important;
}
.ui-layout-resizer-south {
  cursor: row-resize !important;
  background: #2aa8d0; /* theme color: preview layout resizer */
}
.ui-layout-resizer-south:hover {
  cursor: row-resize !important;
  background: #108dab; /* theme color: preview layout resizer hover */
}

.ui-layout-grabber-horiz {
  top: 0px;
  height: 100%;
  padding: 4px;
  width: 100%;
  position: absolute;
}

.ui-layout-grabber-vert {
  left: -5px;
  height: 100%;
  padding: 4px;
  width: 10px;
  position: absolute;
}


.ui-layout-resizer-west-open{
  z-index: 1 !important;
  overflow: visible !important;
}


/* Hide west Toggler button, we use only the resizer bar click instead */
.ui-layout-toggler.ui-layout-toggler-west.ui-layout-toggler-closed.ui-layout-toggler-west-closed {
  width: 0px;
}
/* Resizer bar, add img simulating a button */
.ui-layout-resizer.ui-layout-resizer-west.ui-layout-resizer-closed {
  background-image: url("../img/theme/default/west-pane-close-icon.png");
  background-repeat: no-repeat;
  background-position-y: 8px;
  background-position-x: 1px;
  /*height: 26px !important;
  top:8px !important*/
}

/* button added for triggering jquery ui layout west close click */
#nav-west-pane-close-row{
  height: 35px;
}

/* specific position for contacts module */
#contacts-nav-container #nav-west-pane-close-row {
  height: 35px;
  position: fixed;
  z-index: 9999;
  width: 35px;
}

.button-close.button-close-west {
  /*background-image: url(http://localhost:8080/mm/resources/img/theme/default/email/email-ico_tb-back.png);*/
  background-image: url("../img/theme/default/west-pane-open-icon.png");
  background-repeat: no-repeat;
  height: 26px !important;
  margin-top:8px;
  cursor: pointer;
  width: 26px;
  float: right;
}


.ui-layout-resizer-south-open{
  z-index: 0 !important;
  overflow: visible !important;
}

/*********************************
  Twitter Bootstrap Overrides
 *********************************/

#email-nav-basefolders-container .nav > li > a:focus, #email-nav-customfolders-container .nav > li > a:focus {
  background-color: #F1F1F2; /* Theme color :: background color on focus of  email nav folders */
  /* border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px; */
}

/* themeable color
wcom-blue-very-light: #f4f8fc
wcom-blue-light: #d5e6f4
wcom-blue-gray: #619fd3
wcom-blue-med: #2379c1
wcom-blue-dark: #1570bd
*/
#email-nav-basefolders-container a:hover, #email-nav-customfolders-container a:hover, .root  li  a:hover,
#email-nav-create-new-folder-div > a:hover, .nav-list > li > a.selected-folder:hover{
  /*background-color: #D1D2D4;*/
  /* background-color: #d5e6f4; */
  background-color: transparent; /* Theme color :: background color on hover and focus of  email nav folders */
  /* color: #565658; */
  /* font-weight: bold; */
  /* border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px; */
  cursor: pointer;
}


#email-nav-basefolders-container > .root  li  a, #email-nav-customfolders-container > .custom-folders-root li  a {
  display: block;
  /* margin: 1px -80px; */
  overflow: hidden;
  /* padding: 8px 90px; */
  position: relative;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
}

/* Craig, 7/17:  This seems to not be needed and causes alignment issues in custom folders
#email-nav-customfolders-container > .root  li  a > i.caret-spacer {
  margin-left: 19px;
}
*/

#email-nav-customfolders-container > .root li a > i.icon-folder-close {
  padding-right: 6px;
}

/*******************************************
  SIGN IN
 *******************************************/
#signin-container, #signin-view-container {
  height: 100%
}
#signin-view-container {
  /* do not collapse */
  background-repeat: no-repeat;
  background-image: url("../img/theme/default/signin/signin-bg-texture.jpg");
  background-size: cover;
  background-color: #efefef;
}

#signin-box {
  width: 480px;
  height: 490px;
  background: transparent;
  margin: auto;
  position: fixed;
  top: 0; bottom: 0; left: 0; right: 0;
  box-shadow: 0 0 5px 1px rgba(0,0,0,0.4);
}
#signin-box .signin-header {
  padding: 20px 0 20px 0;
  background-color: rgba(227,247,255, 0.45);
}
#signin-box .signin-header-logo {
  height: 60px;
  background-image: url("../img/theme/default/email/email-ico_mailapp-sm.png");
  background-repeat: no-repeat;
  background-position: center;
}
#signin-box .signin-header-title {
  text-align: center;
  font-size: 33px;
  font-weight: 300;
  color: #231f20;
}

#signin-box .signin-body {
  height: 342px;
  background-color: white;
}
#signin-box .signin-body:before {
  content: '';
  display: block;
  position: relative;
  top: -22px;
  width: 0;
  height: 0;
  border-color: transparent transparent white transparent;
  border-style: solid;
  border-width: 11px;
  margin: 0 auto;
}
#signin-form {
  width: 340px;
  height: 100%;
  margin: 0 auto;
  padding: 20px 0 20px 0;
}
#signin-form input {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  outline: none;
}
#signin-form input[type="text"],
#signin-form input[type="password"] {
  background-color: #f1f1f2;
  border: 1px solid #dedcd9;
  border-radius: 2px;
  height: 40px;
  width: 100%;
  padding-left: 10px;
}
#signin-form input:focus {
  border: 1px solid #2aa8d0;
}
#signin-submit {
  width: 100%;
  height: 40px;
  font-size: 19px;
}
#signin-message {
  visibility: hidden;
  height: 30px;
  color: #DA4F49;
}
#signin-forgotpw-link {
  display: none;
}
#signin-forgotpw-link a {
  font-size: 13px;
  color: #2aa8d0;
  cursor: pointer;
}
#signin-forgotpw-link a:hover {
  color: #1d7591;
}

#signin-need-help {
  display: none;
  font-size: 11px;
  color: #aaa8a8;
  text-align: justify;
  margin-top: 10px;
}
#signin-need-help .leading-emphasis {
  font-weight: bold;
  color: #747477;
}

#signin-bottom {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
}
#signin-bottom .signin-logo {
  display: inline-block;
  height: 31px;
  width: 217px;
  background-image: url("../img/theme/web/poweredby-web-logo-blue.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  position: absolute;
  bottom: 10px;
  left: 15px;
}
#signin-bottom .signin-copyright {
  font-size: 12px;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 15px;
  color: #6a8898;
  vertical-align: bottom;
}

/* Scrollbar styling for later if needed
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(0,0,0,0.5);
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0,0,0,0.3);
}
*/


/* fullcalendar css overrides */
.fc-content {
  clear: none;
}

.fc-event {
  /* border: none; */
  /* background-color: #999; */
}

.event-color-important {
  background-color: #da4f49;
}

.event-color-allday {
  background-color: #49afcd;
}

.event-color-repeating {
  background-color: #5bb75b;
}

/*********************************
  BRANDING BAR
*********************************/
#branding-bar {
  height: 50px;
}
#branding-bar-logo {
  /*padding: 10px 0 0 10px;*/
  padding-right: 10px;
}
#branding-bar-logo .channel-logo {
}

/*********************************
  CONTACTS
**********************************/

.icon-remove:before {
  /* bottom: 72px;
  clear: right;
  float: right;
  margin: 0 -15px 0 3px; */
  position: relative;
}

.icon-remove:before:hover {
  float: right;
  margin: 1px 2px 0 3px;
  cursor: pointer;
}

.remove-contact, a:hover {
  text-decoration: none;
}

.align-text-center{
  text-align: center;
}

.icon-plus-sign {
  padding-left: 4px;
  vertical-align: middle;
}

/*********************************
  EMAIL
**********************************/
.allow-abs-position {
  position: relative;
}

.auto-shorten {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*********************************
  BOOTSTRAP MODAL POPUP CSS OVERRIDE
*********************************/
/* Modal dialog styles */
#webmail-modal-dialog {
  overflow: hidden;
  z-index: 2000;
}
#webmail-modal-dialog .modal-dialog {
  /*width: 550px;*/
  /*margin: 0;*/
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
}
#webmail-modal-dialog .modal-content {
  text-align: left;
  box-shadow: 0 0 5px 1px rgba(0,0,0,0.4);
  border-radius: 0;
  background-color: initial;
}
#webmail-modal-dialog .modal-header {
  background-color: rgba(245,255,255, 0.88);
  border-bottom: none;
  color: #2aa9d1;
  padding: 5px 40px;
}
#webmail-modal-dialog .modal-header h3 {
  margin-top: 10px;
  font-weight: lighter;
  font-size: 28px;
}
#webmail-modal-dialog .modal-body {
  background-color: #FFFFFF;
  padding: 15px 40px 5px 40px;
  font-weight: lighter;
  font-size: 17px;
  line-height: 1.3;
}
#webmail-modal-dialog .modal-body p
{
  overflow: hidden;
  text-overflow: ellipsis;
}

#webmail-modal-dialog .email-compose-msg-icon {
  color: #D1D2D4;
  font-size: 2em;
  position: relative;
  top: -7px;
}
#webmail-modal-dialog .email-compose-arrow-icon {
  color: #1FA8D1;
  font-size: 2em;
  position: absolute;
  margin-left: -13px;
}

#webmail-modal-dialog .modal-footer {
  background-color: #FFFFFF;
  border-top: medium none;
  margin: 0;
  /* padding: 10px 40px 30px 40px; use these for modal btns fix
   text-align: center; */
  padding: 10px 40px 30px 40px;
  text-align: left;
}
/*
#webmail-modal-dialog-close {

  color: #000000;
  float: right;
  height: 21px;
  margin-right: 5px;
  position: relative;
  z-index: 111;
  border: 1px solid transparent;
  display: table-cell;
  width: 21px;
  margin-top: 5px;
}
*/
#webmail-modal-dialog-close {
  float: right;
}
#webmail-modal-dialog-close img {
  margin: 10px;
  zoom: 90%;
}

.toolbar-buttons .btn-group {
  padding: 0 0 0 0;
  text-align: center;
  left: 1px;
}

/*********************************
  TINYMCE EDITOR STYLE OVERRIDES
**********************************/
.mce-container {
  background-image: none !important;
  border: 0 none !important;
  filter: none !important;
}

/* .mce-btn-group .mce-btn, .mce-flow-layout-item, .mce-colorbutton .mce-open{
  border: 0 none !important;
  background: none !important;
} */

.mce-btn-group .mce-btn, .mce-flow-layout-item {
  border: 0 none !important;
  background: none !important;
  filter: none !important;
}

#mce_8 > i.mce-i-backcolor {
  padding-left: 0 !important;
}

#mce_7 > i.mce-i-forecolor {
  background: 0 !important;
  border: 0 none !important;
}

.mce-btn button {
  padding: 0 7px 0 4px !important;
}

.mce-colorbutton .mce-open {
  padding-left: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

#mce_7 .mce-preview {
  margin-left: -16px !important;
}

#mce_8 .mce-preview {
  margin-left: -16px !important;
}

.mce-tinymce, .mce-tinymce div.mce-container-body > div#mce_20 {
  background: none !important;
  filter: none !important;
}

.mce-panel {
  background-color: #FFFFFF !important;
}
#mce_23 {
  background: none !important;
  padding: 0 5px !important;
  top: 1px !important;
}

#mce_7 {
  background: none !important;
  padding: 0 0 !important;
}

.mce-colorbutton .mce-preview {
  margin-left: -16px !important;
}
#mce_8 {
  padding: 0 8px !important;
}

#mce_24 {
  background: none !important;
}

.source-code-plugin {
  font-weight: bold !important;

}
#mce_19 {
  cursor: pointer !important;
}
.mce-foot {
  width: auto !important;
}
.mce-floatpanel.mce-popover.mce-bottom > .mce-arrow {
  top: -10px !important;
}

.mce-floatpanel.mce-popover.mce-bottom {
  margin-top: 2px !important;
  margin-left: -4px !important;
  border: 1px solid !important;
  border-radius: 0 !important;
}

.mce-floatpanel.mce-popover.mce-bottom.mce-start > .mce-arrow {
  left: 16px !important;
}

.mce-menu {
  border: 1px solid !important;
}

.mce-btn {
  box-shadow: none !important;
}

.mce-path {
  display: none !important;
}

.mce-resizehandle {
  display: none !important;
}

.mce-container, .mce-container-body {
  position: relative;
}

/*********************************
 EMAIL COMPOSE REPLY FORWARD
**********************************/

#mce_21 {
  min-width: 350px;
}

.align-right {
  text-align: right;
}

.cursor-hand {
  cursor: pointer;
}


/*********************************
 EMAIL MINIBAR
**********************************/




/*********************************
SETTINGS
**********************************/

/** Common CSS For Settings Modal**/

#settings-body-view {
  height: 360px;
  background-color: #FFF;
}

#settings-footer-view {
  min-height: 50px;
  background-color: #FFF;
}

#settings-footer-view-btns{
  bottom: 0;
  right: 0;
  padding: 13px;
  position: absolute;
}

.settings-error-message {
  color: #DA4F49;
  font-size: 12px;
}

#challenge-questions-list .settings-inline-error-border {
  border: 1px solid #DA4F49;
}

#email-settings-create-filter-container .filters-inline-error-border {
  border: 1px solid #DA4F49;
}

#save-settings-btn.settings-save-success,
#save-settings-btn.settings-save-success:HOVER ,
#save-settings-btn.settings-save-success:FOCUS ,
#change-pwd-save-btn.settings-save-success,
#change-pwd-save-btn.settings-save-success:HOVER,
#change-pwd-save-btn.settings-save-success:FOCUS  {
  background-color: #EFF6E4;
  color:#A7D16D;
  display: inline-block;
  border: 1px solid #B7D988;
  box-shadow: none;
}

.settings-save-icon {
  display: none;
  background-image: url("../img/theme/default/ico_green-check.png");
  background-repeat: no-repeat;
  height: 14px;
  width: 18px;
  position: relative;
  top: 2px;
  cursor: default;
}

#change-pwd-save-btn .settings-save-icon {
  left: -4px;
}

#change-pwd-save-btn.settings-save-success .settings-save-label {
  position: relative;
  left: -4px;
}

#email-account-forwarder-message {
  padding-top: 13px;
}

#save-settings-btn.settings-save-success .settings-save-icon,
#change-pwd-save-btn.settings-save-success .settings-save-icon {
  display: inline-block;
}

.settings-save-label {
  display: inline-block;
}

#settings-notification-container {
  width: 400px;
  position: absolute;
  background-color: #F4F4F4;
  top: 16%;
  left: 20%;
  z-index: 1;
  box-shadow: 0 0px 5px 1px rgba(71,71,71, 0.7);
  display: none;
}

#settings-notification-container #save-continue-button {
  margin-top: 10px;
  margin-left: 60px;
  display: block;
}

#settings-notification-container #cancel-continue-button {
  bottom: 28px;
  left: 86px;
  position: relative;
}

.setting-dialog-icon {
  background: url("../img/theme/default/email/email-ico_priority-norm.png") no-repeat;
  display: inline-block;
  height: 26px;
  width: 34px;
  position: relative;
  cursor: pointer;
  top: 7px;
  left: 2px;
}

#settings-notification-modal {

}

#settings-notification-modal #settings-notification-header {
  min-height: 20px;
}

#settings-notification-modal #settings-notification-body {
  font-size: 16px;
  color: black;
  text-align: center;
}

#settings-notification-modal #settings-notification-footer {

}

.sign-delete-info-text {
  text-align: left;
  margin-left: 17px;
  color: #999;
  position: relative;
  top: -16px;
  font-size: 12px;
  font-weight: bold;
}

.delete-sign-title {
  font-weight: bold;
  position: relative;
  top: -5px;
}

.settings-dropdown {
  height: 26px;
  border: 1px solid #dedcd9;
  border-radius: 4px;
  background-color: #ffffff !important;
  font-size: 12px;
  color: #58585b;
  padding-left: 5px;
  -webkit-appearance: none;        /*Removes default chrome and safari style*/
  /* Removes Default Firefox style*/
  -moz-appearance: none;
  text-indent: 0.01px;/*Firefox specific style to remove default dropdown arrow icon */
  text-overflow: "";/*Firefox specific style to remove default dropdown arrow icon */

  background: url(../img/theme/default/email/email-ico_attach-dwn-arw.png) no-repeat;         /*Adds background-image*/
}

select.settings-dropdown::-ms-expand {
  display: none;
}

/* For IE*/
.settings-dropdown  {
}

.settings-dropdown:HOVER {
  border-color: #c1c1c0;
  cursor: pointer;
}

.settings-input-field {
  height: 26px;
  background-color: #f1f1f2; /*theme color: input field background*/
  border: 1px solid #d0d2d3;
  border-radius: 2px;
  font-size: 12px;
  color: #5F6060;
  padding-left: 6px;
}

.settings-input-field:FOCUS {
  border: 1px solid #2AA8D0;
}

.settings-label {
  font-size: 12px;
}

.settings-change-secondary-email {
  color: #2AA8D0;
  font-size: 13px;
  margin-left: 10px;
  cursor: pointer;
}
.settings-heading-label {
  color: #2AA8D0;
  font-size: 13px;
}

.settings-radio-btn-text {
  font-size: 13px;
  color: #5F6060;
}

/* End of common Settings CSS*/

#messagesPerPage {
  width: 65px;
  background-position: 48px 7px;
}

#autoRefreshInterval {
  width: 55px;
  background-position: 38px 7px;
}

#emptyTrashInterval {
  width: 95px;
  background-position: 78px 7px;
}

#timezoneCountryDropdown , #timezoneFormatDropdown {
  width: 255px;
  background-position: 238px 7px;
}

#settings-language {
  width: 255px;
  background-position: 238px 7px;
}


.showSettingsReminder {
  display: inline-block;
}

.hideSettingsReminder {
  display: none;
}

#settings-reminder-state {
  position: relative;
  top: 3px;
}

#settings-reminder-time {
  width: 95px;
  background-position: 78px 7px;
  margin-left: 15px;
}

#settings-container {
  margin: auto;
  position: absolute;
  top: 2%;
  width: 650px;
  overflow: visible;
  background-color: transparent;
  height: 490px;
  /* border: 1px solid #CCCCCC; */
  box-shadow: 0 0px 5px 1px rgba(71,71,71, 0.7);
  /* border-radius: 4px 4px 4px 4px; */
}

#show-weekends-settings {
  display: none;
}

.settings-btn-disabled {
  opacity: 0.5;
  /* background-color: #93CADB !important; */
  /* color: #C5E8F3 !important; */
}

.settings-general-table {
  margin: 0 auto;
  border-spacing: 8px;
  border-collapse: separate;
}

#settings-container-close,
#share-container-close {
  color: #515151;
  font-size: 1.5em;
  position: absolute;
  top: -32px;
  right: -32px;
  padding: 4px;
}

.settings-content {
  font-size: 12px;
  overflow-y: auto;
  height: 100%;
  overflow: hidden;
  z-index: 99;
}
#settings-header-view {
  z-index: 100;
  background-color: rgba(42,169,209,0.8); /* theme color: settings header background */
  height: 79px;
}

.txtAlignRight {
  text-align: right;
}
.txtAlignCenter {
  text-align: center;
}
.marginLeft10px {
  margin-left: 10px;
}

.settings-separator {
  width: 595px;
}

.settings-action-btn {
  /* background-color: #777; */
  background-color: #1FA8D1;
  color: white;
  width: 115px;
}

.settings-action-btn:hover,.settings-action-btn:focus {
  /* background-color: #777; */
  background-color: #1FA8D1;
  color: white;
}

#email-settings-tab, #contacts-settings-tab, #calendar-settings-tab {
  display: none;
  border-bottom: none;
}

.email-settings-general-content {
  margin-top: 40px;
}

.email-settings-account-administration-table {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

#settings-container input[type="radio"], #settings-container input[type="checkbox"] {
  position: relative;
  top:2px;
}

#email-account-settings-content input[type="radio"] {
  cursor: pointer;
}

.email-spam-settings-content input[type="button"] {
  margin-left: 30px;
  margin-bottom: 6px;
}

.email-settings-general-optionTitle, .email-settings-spam-optionTitle {
  float: left;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}

.email-settings-table input[type="radio"], #email-account-settings-content input[type="radio"] {
  margin-bottom: 4px;
  margin-left: 5px;
}

.email-settings-table input[type="checkbox"] {
  margin-bottom: 4px;
  margin-left: 10px;
}

label[for=settings-selection-dropdown] {
  display: inline-block;
}

#settings-selection-column {
  margin-bottom: 10px;
  margin-top: 10px;
}

#settings-selection-column .settings-selected {
  font-weight: bold;
}

.email-settings-table {
  border-collapse: collapse;
  width: 70%;
}

.email-settings-row {
  font-size: 12px;
  height: 28px;
}
.email-settings-row td.email-settings-column {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px;
}

.email-settings-optionTitle {
  font-weight: bold;
}

.email-settings-column table tr td {
  padding: 2px 5px;
}

.markPreviewedMsg {
  margin-top: 15px !important;
}

#markPreviewedMsgSeconds {
  width: 50px;
  display: inline-block;
  margin-bottom: 10px;
}

.padding5px {
  padding: 5px;
}


.radioBtnText,.checkboxText {
  margin-left: 5px;
  position: relative;
  top: 8px;
}

#outOfOfficeSubject {
  width: 340px;
  margin-top: 28px;
}

#outOfOfficeMessage {
  width: 340px;
  height: 105px;
  resize : none;
  margin-top: 10px;
}

.ooo-subject-label,.ooo-message-label {
  position: relative;
  top: 13px;
}

#spam-filter-value {
  display: none;
}

#spam-filter-slider-container {
  margin: 40px 0px 10px 0px;
  width: 312px;
  height: 70px;
}

#settings-spam-slider {
  width: 318px;
  display: table-cell;
  vertical-align: top;
}

#settings-spam-address {
  display: table-cell;
  width: 280px;
  position: relative;
  left: 13px;
}

#spamFilterLevel .ui-slider-label {
  display: block !important;
  font-size: 14px !important;
  margin-left: -26px;
  color: #58585b;
}

#spamFilterLevel .ui-slider-pip-first .ui-slider-label {
  margin-left: -3px;
}

#spam-address {
  width: 250px;
  color:#AAA8A8;
}

.spam-level-message {
  margin-left: 5px;
}

#deleteSpamMails {
  /*  margin-left: 3px; */
  margin-top: 10px;
}

.ui-slider-pips .ui-slider-line {
  width: 4px !important;
  height: 4px !important;
  border-radius: 7px !important;
}

.ui-slider-pips .ui-slider-pip {
  top: -20px !important;
  margin-left: -0.8em !important;
  font-size: 14px !important;
  width: 20px;
}

.ui-slider-pip:hover .ui-slider-label {
  font-weight: normal !important;
  color: #000 !important;
}

.ui-slider-pips .ui-slider-label {
  top: -36px !important;
}

/* For Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  /* #emptySpamContainer {
    position: relative;
    margin-top: -42px;
    margin-top: 80px;
    margin-left: 3px;
  } */
}



#settings-container-close {

}

#spam-address-list-container {
  height: 272px;
  overflow-y: auto;
  border-top: 1px solid #ddd;
  /* margin-top: 5px; */
  width: 289px;
  overflow-x: hidden;
}

/* For Firefox*/
@-moz-document url-prefix() {
  #spam-address-list-container {
    height: 250px;
  }

  /* #spam-filter-slider-container {
    margin: 100px 0px 10px 18px;
  } */

  /* #emptySpamContainer {
    margin-top: 80px;
  } */

  #spamLevelLowest {
    left: 41% !important;
  }

  .insertSignature-label {
    padding-top: 17px !important;
  }

  #settings-spam-address {
    padding-left: 13px;
  }

  #spamLevelLowest {
    margin-left: 10px;
  }

  /* .settings-qa-message-text {
    margin: 91px 0 0 25px !important;
  } */
}

.spam-address-input {
  display: inline-block;
  margin-left: 10px;
  height: 42px;
  padding: 7px 0px 7px 0px;
}

#add-spam-address {
  display: inline-block;
  cursor: pointer;
  background-image: url(../img/theme/default/email/email-ico_add-folder.png);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: relative;
  top: 4px;
  left: 3px;
  opacity:0.7;
}

#add-spam-address:HOVER {
  opacity:1;
}

#spam-settings-pill-tabs {
  width: 290px;
}

#spam-settings-pill-tabs ul.nav-pills {
  background-color: #ddd;/*theme color: sub tabs background*/
  width: 305px;
}

.spam-settings-filter-level-title {
  font-size: 13px;
  color: #2AA8D0;
}

.settings-spam-content {
  margin: 13px 0 0 13px;
}

#email-spam-sub-tabs .nav > li > a {
  width: 145px;
  height: 25px;
  text-align: center;
  padding: 5px 0 0 0;
  background-color: #f1f1f2;
  border-radius: 0px;
  color: #939597;
}

#email-spam-sub-tabs .nav > li > a:HOVER {
  color: #404041;
}

#email-spam-sub-tabs .nav > li.active > a:HOVER {
  color: #fff;
}

#email-spam-sub-tabs .nav-pills>li+li {
  margin-left: 0px;
}

/* li.active>a#spam-whitelist-tab {
  background-image: url(../img/theme/default/email/email-ico_settings-safe-on.png);
  background-repeat: no-repeat;
  background-position: 22% 35%;
}

li.active>a#spam-blacklist-tab {
  background-image: url(../img/theme/default/email/email-ico_settings-blocked-on.png);
  background-repeat: no-repeat;
  background-position: 12% 46%;
}

li >a#spam-whitelist-tab {
  background-image: url(../img/theme/default/email/email-ico_settings-safe-off.png);
  background-repeat: no-repeat;
  background-position: 22% 35%;
}

li >a#spam-blacklist-tab {
  background-image: url(../img/theme/default/email/email-ico_settings-blocked-off.png);
  background-repeat: no-repeat;
  background-position: 12% 46%;
} */

#email-spam-sub-tabs .nav-pills>li.active>a {
  background-color: #2AA8D0;/*theme color: sub tabs active background*/
  color: #ffffff;
  -webkit-box-shadow:inset 0 0 6px 0 rgba(0,0,0,0.5);
  box-shadow:inset 0 0 6px 0 rgba(0,0,0,0.5);
}

#emptySpamInterval {
  width: 95px;
  background-position: 78px 7px;
}

.displayInlineBlock {
  display: inline-block;
}

.displayTableCell {
  display: table-cell;
}

#spam-blackList-address-table {
  display: none;
}

#spam-address-list-container table{
  width: 290px;
  text-indent: 10px;
}

.spam-whiteList-remove-icon,.spam-blackList-remove-icon {
  min-width: 24px;
}

.spam-address-row {
  cursor: pointer;
  height: 26px;
}

.spam-address-row:HOVER {
  background-color: #f1f1f2;
}

.remove-address {
  display: none;
  background: url("../img/theme/default/email/email-ico_qk-trash.png") no-repeat center;
  height: 24px;
  width: 24px;
  opacity:0.7;
}

.remove-address:HOVER {
  opacity:1;
}

.spam-address-row:hover .remove-address {
  display: block;
}

#spamFilterLevel label {
  position: absolute;
  width: 20px;
  margin-left: 7px;
  text-align: center;
  margin-bottom: 13px;
}

#spamLevelHighest {
  /*  bottom: 250px;
   left: 48px;
   position: relative; */
  /* top: 30%;
  left: 15px;
  position: absolute; */
  color: #a7a9ab;
  font-size: 10px;
}

#spamLevelDefault {
  /* bottom: 120px;
  left: 47px;
  position: relative; */
  /* top: 45%;
  left: 12%;
  position: absolute; */
  color: #aaa8a8;
  font-size: 12px;
}

#spamLevelDefault {
  /* bottom: 120px;
  left: 47px;
  position: relative; */
  /*  top: 45%;
   left: 12%;
   position: absolute; */
  color: #aaa8a8;
  font-size: 12px;
}

#spamLevelLowest {
  /* bottom: 46px;
  left: 43px;
  position: relative; */
  /* top: 30%;
  left: 42.5%;
  position: absolute; */
  color: #a7a9ab;
  font-size: 10px;
}

.spam-filter-level-labels, .spam-filter-level-labels table {
  width: 100%;
}

.spam-level {
  color: #58585b;
}

#white-list-address-container {
  height: 100px;
  overflow-y: scroll;
}

#black-list-address-container {
  height: 100px;
  overflow-y: scroll;
}

.spam-whitelist-name,.spam-blacklist-name {
  width: 240px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

#compose-in-html {
  width: 370px;
}

select.settings-dropdown-smaller {
  display: inline;
  width: 80px;
}

select.settings-dropdown-small {
  display: inline;
  width: 110px;
}

select.settings-dropdown-medium {
  width: 160px;
}

select.settings-dropdown-large {
  width: 240px;
}

#defaultSenderAddressErrorTxt {
  visibility: hidden;
  color: red;
}

.permanentDeleteFromSpam {
  top : 10px !important;
}


/*Signatures Settings*/

.singnature-editor-focus {
  border-color: #1FA8D1 !important;
}

div.email-signatures-settings-content {
  margin: 13px 0 0 13px;
}

.sign-btns {
  margin-left: 70px;
}

div#signaturesList {
  /* border: 1px solid #E5E5E5;
  height: 190px;
  min-width: 150px;
  width:205px;
  overflow-y: auto;
  font-size: 12px;
  color:  #6d6e70;
  border-right: none; */

  border: 1px solid #E5E5E5;
  height: 190px;
  width: 625px;
  overflow-y: auto;
  font-size: 12px;
  color: #6d6e70;
}

.insertSignature-label {
  position: relative;
  top: 9px;
}

.defaultSignature-label {
  position: relative;
  top: -4px;
}

.insertSignature {
  position: relative !important;
  top: 10px !important;
}

.useSignature-label {
  position: relative;
  top: -4px;
}

.email-signatures-settings-content table > tbody > tr > td {
  padding: 0;
}

/* #signature-delete-dialog {
  display: none;
  padding: 5px;
  height: 26px;
} */

#confirm-delete-sign , #cancel-delete-sign {
  width: 80px;
  margin-left: 5px;
  height: 28px;
  padding: 0px;
}

div#signaturesContent {
  height: 220px;
  /* padding: 0 0 0 10px; */
  border: 1px solid #E5E5E5;
  background-color: #ffffff;
}

#signaturesContent .mce-edit-area {
  border: none !important;
}

#signaturesContent .mce-container, .mce-container-body {
  left: 0 !important;
}

#settings-signature-content_ifr {
  height: 190px !important;
}

#addSignature {
  width: 135px;
  height: 26px;
  line-height: 1.3;
  padding: 0 0 0 15px;
  font-size: 13px;
  background-image: url(../img/theme/default/email/email-ico_add-folder.png);
  background-repeat: no-repeat;
  background-position: 7px 5px;
}

#removeSignature {
  width: 90px;
  height: 26px;
  line-height: 1.3;
  padding: 0 0 0 8px;
  font-size: 13px;
  margin-left: 6px;
  display: none;
  background-image: url(../img/theme/default/email/email-ico_qk-trash.png);
  background-repeat: no-repeat;
  background-position: 6px 4px;
}

#editSignature {
  width: 75px;
  height: 26px;
  line-height: 1.3;
  padding: 0 0 0 5px;
  font-size: 13px;
  margin-left: 6px;
  display: none;
  background-image: url(../img/theme/default/email/email-ico_sm-blue-edit.png);
  background-position: 8px 6px;
  background-repeat: no-repeat;
}

#settings-signature-name {
  height: 30px;
  border: 1px solid #d0d2d3;
  border-radius: 4px;
  font-size: 12px;
  color: #5F6060;
  padding-left: 6px;
  width: 280px;
}

#signatureOptions {
  padding: 10px 10px 10px 42px;
  /*  border-top: 1px solid #E5E5E5; */
}

#AddOrRemoveSignature {
  /*  border: 1px solid #E5E5E5;
   border-bottom: none;
   border-right: none; */
  height: 30px;
  margin-bottom: 8px;
}

.removeSignatureDisabled {
  opacity : 0.3 !important;
}

div.signature {
  cursor: pointer;
  height: 26px;
  color: #000000;
  padding-left: 5px;
  padding-top: 5px;
}

#signature-backdrop {
  position: absolute;
  top: 18%;
  left: 33%;
  width: 420px;
  height: 225px;
  background-color: #ccc;
  opacity: 0.2;
  z-index: 1000;
  display: none;
}

div#signaturesList .selected {
  background-color: #f1f1f2; /*theme color: selcted signature background*/
}

.signature #settings-edit-signature:FOCUS {
  background-color: white;
  width: 185px;
}

#settings-signature-delete-modal {
  height: 160px;
  width: 360px;
  background-color: transparent;
  margin: auto;
  overflow-y: hidden;
  box-shadow: 0 0px 5px 1px rgba(71,71,71, 0.7);
}

#settings-signature-delete-modal .settings-signature-modal-header {
  background-color: rgba(42, 169, 209, 0.8);
  color: #FFFFFF;
  text-align: center;
  padding-top: 1px;
  margin-top: -10px;
}

#settings-signature-delete-modal .settings-signature-modal-body {
  padding: 10px;
  background-color: #FFFFFF;
  text-align: center;
}

#settings-signature-delete-modal .settings-signature-modal-footer {
  padding: 5px;
  background-color: #FFFFFF;
  border-top: medium none;
  margin: 0;
  text-align: center;
}

#confirm-signauture-delete {
  margin-left: 25px;
  width: 110px;
  background-color: #1FA8D1;
  color: white;
}

#cancel-signauture-delete {
  width: 110px;
  background-color: #939598;
  color: white;
}

#signaturesContent .mce-btn-small button {
  padding: 3px !important;
}

#useSignature,#defaultSignature {
  width: 190px;
  margin-bottom: 8px;
  background-position: 172px 7px;
}

#email-settings-signature {
  width: 185px;
  margin-left: 5px;
}

#signature-container {
  position: absolute;
  top: 16%;
  left: 15%;
  background: transparent;
  width: 465px;
  display: none;
  box-shadow: 0 0px 5px 1px rgba(71,71,71, 0.7);
}

#signature-container .signature-header {
  height: 55px;
  background-color: #F4F4F4;
  padding: 13px;
}

#signature-container .signature-body {
  background-color: #F4F4F4;
  padding-left: 13px;
  padding-right: 13px;
}

#signature-container .signature-footer {
  background-color: #F4F4F4;
  height: 55px;
  padding: 13px;
  text-align: right;
}

#signature-cancel {
  width: 75px;
  padding: 0px;
  margin-right: 10px;
}

#signature-save {
  width: 75px;
  padding: 0px;
}


/*************************************
jQuery UI Bootstrap Slider Overrides
**************************************/

#spamFilterLevel .ui-slider-range {
  background: #1c94c4 !important;
}

#spam-filter-slider-container .ui-slider-vertical {
  height: 240px;
  width: 0.5em;
  margin-top: 10px;
}

#spam-filter-slider-container .ui-slider-handle {
  width: 2em;
  height: 2.5em;
  background: url("../img/theme/default/email/email-ico_slider-handle.png") no-repeat;
  border: none;
  top: -12px;
  cursor: url(../img/openhand.cur), default !important;
}

/*********** Account Settings ***********/
#email-settings-account-details {
}

.settings-account-body {
  padding: 28px 0 0 0;
}

.verticalAlignTop {
  vertical-align: top;
}

#email-accounts-sub-tabs {
  margin: 0 auto;
  width: 470px;
  padding-top: 13px;
  overflow: hidden;
}

#change-pwd-container {
  position: absolute;
  top: 16%;
  left: 22%;
  background: transparent;
  width: 350px;
  display: none;
  box-shadow: 0 0 5px 1px rgba(71,71,71, 0.7);
}

#change-pwd-container .change-pwd-header {
  background-color: #F4F4F4;
  padding: 13px;
}

#change-pwd-container .change-pwd-body {
  background-color: #F4F4F4;
  padding: 0px 13px 13px 13px;
}

#change-pwd-container .change-pwd-footer {
  background-color: #F4F4F4;
  min-height: 55px;
  padding: 13px;
}

#change-pwd-save-btn {
  width: 100px;
  padding: 0px;
}

#change-pwd-cancel-btn {
  margin-right: 6px;
  width: 100px;
  padding: 0px;
}

.change-pwd-label {
  font-size: 12px;
  color: #3A3A3C;
  font-weight: bold;
}

.change-pwd-header .change-pwd-label {
  font-size: 14px;
}

.change-pwd-header .change-pwd-sub-label {
  font-size: 12px;
}

.change-pwd-btns {
  text-align: right;
}

.change-pwd-body table {
  line-height: 2.2;
}

#email-accounts-sub-tabs .nav-pills>li>a {
  border-radius: 0px
}


#email-accounts-sub-tabs .nav > li+li {
  margin-left: 0px;
}

#email-accounts-sub-tabs .nav > li > a {
  width: 101px;
  height: 22px;
  text-align: center;
  padding: 2px 0 0 0;
  /* background-color: #939597; */
  font-size: 12px;
  border-right: 1px solid #CCCACA;
  color: #939597;
}

#email-accounts-sub-tabs .nav > li > a:HOVER {
  color: #404041;
  height: 21px;
  /* width: 100px; */
}

#email-accounts-sub-tabs .nav-pills>li.active>a {
  color: #ffffff;
  background-color: #2AA8D0;/* theme color: account settings active sub-tab */
  -webkit-box-shadow:inset 0 0 6px 0 rgba(0,0,0,0.5);
  box-shadow:inset 0 0 6px 0 rgba(0,0,0,0.5);
  height: 23px;
  margin-top: -1px;
  padding-top: 3px;
  border: none;
}

#email-accounts-sub-tabs ul.nav-pills {
  background-color: #f1f1f2;/*theme color: sub tab background*/
  width: 450px;
  height: 23px;
  border: 1px solid #CCCACA;
  border-radius: 2px;
}

#account-challenge-questions,
#account-password-recovery {
  width: 145px !important;
  border-right: none !important;
}

#settings-account-border-div {
  width: 620px;
  height: 300px;
  position: absolute;
  border: 1px solid #ddd;
  top: 132px;
  left: 15px;
  z-index: -1;
}

#email-acccount-btn,#settings-compose-btn,#settings-create-filter-btns,.email-settings-btns,#settings-filter-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 13px;
}

.email-account-settings-content,
.secondary-email-content {
  /* margin-top: 30px;
  margin-left: 150px;
  line-height: 3; */
  width: 470px;
  margin: 0 auto;
}

#email-settings-account-challenge-questions .email-account-settings-content {
  line-height: 2;
  width: 460px;
  margin: 0 auto;
}

.security-questions-label {
  font-size: 12px;
  color: #929497;
  padding-top: 10px;
}

.secondary-security-qtn-title {
  padding-top: 13px;
}

#wizard-help-text {
  font-size: 11px;
  color: #AAA8A8;
  margin-right: 20px;
}

.showWizardHelpText {
  display: inline-block;
}

.hideWizardHelpText {
  display: none;
}

.wizard-btns {
  display: inline-block;
  float: right;
}
.wizard-btns input {
  min-width: 150px;
  margin-left: 5px;
}

.security-questions-title {
  color: #2AA8D0;
  font-size: 13px;
  padding-bottom: 5px;
}

.email-settings-compose-title {
  /* margin-top: 20px; */
  color: #2AA8D0;
  font-size: 13px;
}

.email-settings-compose-sub-content {
  margin-left: 37px;
  margin-bottom: 14px;
}

#composeHtmlEmail {
  /*width: 95px;*/
  background-position: 98% 50%;
  padding-right: 14px;
}

#email-settings-compose-container #font {
  width: 175px;
  background-position: 158px 7px;
}

#fontSize {
  width: 55px;
  background-position: 38px 7px;
}

#autoSaveDraftInterval {
  width: 95px;
  background-position: 78px 7px;
}

.email-settings-compose-content {
  padding: 13px;
  /*   width: 648px;
    height: 358px;
    overflow-y: scroll; */
}

.settings-compose-table {
  margin-left: 37px;
  border-collapse: separate;
  border-spacing: 0px 8px;
}

#change-password-container {
  /*   display: none;
    margin-left: 45px;
    border-collapse: separate;
    border-spacing: 0px 5px; */
}

.settings-account-details-table tr td{
  padding-bottom: 25px;
}

#view-change-password-container a {
  cursor: pointer;
}

#view-change-password-container a:HOVER {
  cursor: pointer;
  color: #2AA8D0;
}

.email-account-settings-message {
  line-height: 1.8;
  padding-bottom: 13px;
  background-color: #F4F4F4;
  width: 350px;
  padding: 0px 13px;
  color: #DA4F49;
  min-height: 40px;
}

.accounts-txtbox {
  width: 200px;
  margin-left: 10px;
  background-color: white;
}

select#forwarding-switch {
  display: inline !important;
}

#saveLocalCopy {
  left: 10px;
  position: relative;
  top: 10px !important;
}

#saveLocalCopyLabel {
  margin-left: 15px;
  position: relative;
  top: 8px;
}

.forwardingDisabled {
  opacity: 0.5;
}

.forwardMailLabel {
  padding-top: 26px;
}

.accountTitleDisabled {
  color: lightgrey;
  opacity: 0.5;
}

.accountElementDisabled {
  color: #929497;
  font-size: 12px;
  margin-left: 5px;
}

#cancel-settings-accounts-btn {
  display: none;
}

#account-password-option {
  margin:0px 0px 0px 33px;
  line-height: 1;
}

#defaultSenderlist {
  background-position: 180px 9px;
  width: 200px;
}

#view-change-password-container {
  font-size: 12px;
  width: 350px;
  margin: 0px 0px 10px 8px;
  color: #AAA8A8;
}

#displayName,
#secondaryEmailAddress{
  width: 200px;
  margin-left: 10px;
}

#email-settings-account-forwarder{
  /* margin-top: 3px;
  margin-left: 15px; */
}

#email-settings-account-ooo {
  /* margin-top: 3px;
  margin-left: 48px; */
}

#forwader-state, #outOfOffice-state {
  position: relative;
  top : 3px;
}

#email-settings-account-forwarder table, #email-settings-account-ooo table {
  /* border-collapse: separate;
  border-spacing: 5px 23px; */
}

#email-settings-account-forwarder .bool-slider.false .inset .control:before,
#email-settings-account-ooo .bool-slider.false .inset .control:before {
  left: -74%;
  top: 14%;
}

#email-settings-account-forwarder .bool-slider.true .inset .control:after,
#email-settings-account-ooo .bool-slider.true .inset .control:after  {
  top: 11%;
  left: 105%;
}

/* #email-settings-account-forwarder .bool-slider .inset .control,#email-settings-account-ooo .bool-slider .inset .control
{
  width: 50%;
  height: 30px;
  border-radius: 20px;
  background-color: transparent;
  background-image: url(../img/theme/default/email/email-ico_on-off-handle.png);
  background-repeat: repeat-x;
  margin-top: -6px;
  margin-left: -4px;
} */


#forwardersAddress {
  width: 340px;
  margin-top: 28px;
}

/*Filter Settings*/

#email-settings-messageFilter-content {
  padding: 13px;
}

#email-settings-create-messageFilter-content input[type="checkbox"]{
  margin-top: -2px;
}
.email-settings-filter-optionTitle {
  font-weight: bold;
  background-color: #c7c7c7;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 5px;
  padding: 3px;
}

#email-settings-messageFilter-content input[type="checkbox"] {
  margin-bottom: 7px;
  margin-left: 10px;
  top:0px;
}

.settings-filter-title-enabled {
  margin: 5px 0 0 10px;
  font-size: 11px;
  color: #a7a9ab;
}

.settings-filter-title-header {
  margin-top: 5px;
  border-bottom: 1px solid #DEDCD9;
  height: 23px;
}

.settings-filter-title-description {
  margin: 5px 0 0 16px;
  font-size: 11px;
  color: #a7a9ab;
}

.filterCheckbox {
  min-width: 75px;
}

.filterName {
  min-width:450px;
  margin-left: 10px;
  cursor: pointer;
}

.filterMoveUp {
  min-width:30px;
  margin-left: 10px;
  cursor: pointer;
}

.filterMoveDown {
  min-width:30px;
  margin-left: 10px;
  cursor: pointer;
}

.filterDelete {
  min-width:36px;
  margin-left: 20px;
  cursor: pointer;
}

.showFilterActions {
  display: block;
}

.hideFilterActions {
  display: none;
}

#create-new-filter {
  width: 110px;
  height: 26px;
  line-height: 1.3;
  padding: 0 0 0 14px;
  font-size: 13px;
  /* do not optimize these background attributes into a single background style */
  background-repeat: no-repeat;
  background-position: 5% 56%;
  background-image: url(../img/theme/default/email/email-ico_add-folder.png);
}

.msg-filter-delete {
  height: 24px;
  width: 24px;
  display: none;
  background: url("../img/theme/default/email/email-ico_qk-trash.png") no-repeat -15% 10%;
  opacity:0.7;
}

.msg-filter-delete:HOVER {
  opacity:1;
}

.msg-filter-down {
  background: url("../img/theme/default/email/email-ico_dwn-arw-blue.png") no-repeat center;
  height: 24px;
  width: 24px;
  display: none;
  opacity:0.7;
  top: -1px;  /* side-by-side arrow alignment since UP uses transform */
  position: relative;
}

.msg-filter-down:HOVER {
  opacity:1;
}

.msg-filter-up {
  height: 24px;
  width: 24px;
  display: none;
  background: url("../img/theme/default/email/email-ico_dwn-arw-blue.png") no-repeat center;
  opacity:0.7;
  top: 2px; /* side-by-side arrow alignment, this one uses transform */
  position: relative;
  -moz-transform:rotate(180deg);    /* Firefox */
  -webkit-transform:rotate(180deg); /* Chrome, Safari */
  -o-transform:rotate(180deg);      /* Opera */
}

.msg-filter-up:HOVER {
  opacity:1;
}

.filter-arrow-padding {
  padding: 0 4px;
}

.email-settings-messageFilter-row {
  /*   border-bottom: 1px solid #e5e5e5; */
}

.filters-action-dropdown a.filterFolder-selected {
  font-weight: bold;
}

.filters-action-dropdown ul.dropdown-menu {
  height: 150px;
  overflow-y: scroll;
}

.filterActionsFolderDropdown {
  width: 185px;
  background-position: 168px 7px;
}

.filter-dropdown-arrow {
  position: absolute;
  right: 4px;
  top: 6px;
  display: inline-block;
  height: 12px;
  width: 12px;
  background: url("../img/theme/default/email/email-ico_dn-arrow.png") no-repeat center;
}

.filter-custom-dropdown {
  width: 185px;
  text-align: left;
}

.filters-action-dropdown {
  border: 1px solid lightgray;
  background-color: white;
}

.filters-action-dropdown:HOVER
{
  border-color: #c1c1c0;
  cursor: pointer;
}

.filterActionsFolderDropdown li > a {
  overflow-x: hidden;
  text-overflow: ellipsis;
  padding-right: 0;
}

.filter-action-values .filter-custom-dropdown {
  padding-top: 2px;
}

.filters-action-dropdown a {
  height: 27px;
  margin-top: -4px;
}

#filterSettings-forwardMsg {
  min-width: 250px;
}

#email-settings-create-messageFilter-content td {
  padding-bottom: 4px;
}

#messageFilterList {
  /* margin-top: 5px; */
}

#edit-new-filter {
  width: 75px;
  font-size: 13px;
  line-height: 1.3;
  height: 26px;
  padding: 0 0 0 5px;
  /* do not optimize these background attributes into a single background style */
  background-repeat: no-repeat;
  background-position: 12% 45%;
  background-image: url(../img/theme/default/email/email-ico_sm-blue-edit.png);
  margin-left: 10px;
  display: none;
}

#filters-List-container {
  height: 300px;
  min-height: 300px;
  border: 1px solid #DEDCD9;
  margin-top: 13px;
  overflow-y: auto;
  overflow-x: hidden;
}

#messageFilterList tr.selected {
  background-color: #F3F2F2;/*theme color: selected filter background*/
}

.displayTable {
  display: table;
}

.displayTableRow {
  display: table-row;
}

.diplayTableCell {
  display: table-cell;
}

#filter-ruleEnabled {
  margin: 10px 5px 0px 10px;
}

#filter-ruleName {
  width: 235px;
  /* height: 25px; */
}

#filterRules,#filterActions {
  margin-top: 13px;
}

.email-settings-create-filter-content {
  /*   overflow-y: scroll;
    height: 345px;
    overflow-x: hidden; */
}

#settings-filter-scroll-view {
  overflow-y: auto;
  height: 300px;
  overflow-x: hidden;
  margin-top: 13px;
}

#email-settings-create-filter-container {
  padding: 13px;
}

.filter-rule-val {
  margin-left: 5px;
  width: 190px;
  min-width: 190px;
  vertical-align: middle;
}

.filter-rule-conditionField {
  width: 185px;
}

#filterActionsTable .arrow-margin-down {
  margin-left: 82px;
}

.filter-rule-remove,.filter-action-remove {
  /* margin-left: 15px; */
  padding-right: 10px;
  cursor: pointer;
  background-image: url(../img/theme/default/email/email-ico_cnt-remove.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity:0.7;
}

.filter-rule-remove:HOVER,.filter-action-remove:HOVER {
  opacity:1;
}

.filter-mailFields,.filter-conditionFields {
  font-size: 12px;
  /* height: 29px; */
  min-width: 185px;
  background-position: 168px 7px;
}

.filter-actionFields {
  font-size: 12px;
  /* height: 29px; */
  min-width: 227px;
  background-position: 208px 7px;
}
.filter-conditionFields {
  min-width: 185px;
}

.filter-val {
  /* height: 27px; */
  width: 195px;
  margin-left: 5px;
}

.filter-action-val {
  width: 185px;
  /* margin-left: 5px; */
}

.filter-rule-mailField {
  padding: 5px;
  width: 190px;
}

.filter-action-actionField {
  padding: 5px;
  width: 227px;
}

#email-spam-sub-tabs {
  /* margin-top: 10px; */
}

.settings-spam-address-content {
  border: 1px solid #ddd;
  height: 330px;
}
.settings-spam-address-note {
  color: #a7a9ab;
  font-size: 11px;
}

.filter-msgSize-min , .filter-msgSize-max {
  width: 55px;
  height: 26px;
  display: inline-block;
  margin-left: 8px;
}

.filter-custom-dropdown {
  margin-top: 1px !important;
  height: 23px !important;
}

#add-filter-rule,#add-filter-action {
  cursor: pointer;
  background-image: url(../img/theme/default/email/email-ico_add-folder.png);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  margin-top: 5px;
  opacity:0.7;
}

#add-filter-rule:HOVER,#add-filter-action:HOVER {
  opacity:1;
}

.filter-action-values {
  width: 340px;
  vertical-align: middle;
}

#settings-cancel-filter-btn, #cancel-settings-accounts-btn {
  background-color: #CCC;
  color: white;
}

#filter-error {
  margin-top: 15px;
}

#filterRulesTable, #filterActionsTable {
  width: 610px;
  background-color: #ecf3f8;
}

.displayNone {
  display: none;
}

/*Settings Header*/

#email-settings-tab li.active>a,#email-settings-tab li.active>a:hover,#email-settings-tab li.active>a:focus {
  color: white;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom-color: transparent;
  opacity : 1;
}

#email-settings-tab li>a:hover {
  border-color:transparent;
}

#email-settings-tab li>a:hover,#email-settings-tab li>a:focus {
  text-decoration: none;
  background-color: transparent;
}

#email-settings-tab li>a {
  cursor: pointer;
  color: #D6E7F1;
  padding: 10px 0 0 0;
  font-size: 12px;
  opacity : 0.8;
  border: 0px solid transparent;
}

#email-settings-tab li img {
  opacity : 0.8;
}

#email-settings-tab li.active img {
  opacity : 1;
}

#settings-title-main {
  text-align: center;
}

#email-settings-tab li {
  height: 80px;
  width: 108.3px;
  text-align: center;
}

#email-settings-tab li.active {
  /* theme color: account settings active sub-tabs background */
  background-color: rgba(29,118,146,0.3);
  height: 79px;
}

#email-settings-tab li:HOVER{
  /* theme color: account settings hover sub-tabs background */
  background-color: rgba(29,118,146,0.3);
  height: 79px;
}

.settings-header-icon {
  font-size: 25px;
  color: #555;
}

.settings-header-icon-small {
  position: absolute;
  margin-left: 23px;
  margin-top: -22px;
  color: #555;
}
#email-settings-tab li span.activeTab {
  border: 7px transparent solid;
  border-bottom-color: white;
  border-top-width: 0;
  height: 0;
  width: 0;
  position: absolute;
  top: 73px;
  left: 46px;
}



/*********************************
 CLEANER BOOTSTRAP DROPDOWNS
**********************************/

/*********************************
 TOOLBAR
**********************************/
#toolbar-container {
  border: 0 solid #dedcd9; /* Theme Color */
  height: 42px;
  background-color: #FFFFFF; /* Theme Color */
  white-space: nowrap;
  /*display: table;*/
  /*width: 100%;*/
  line-height: 1;
}

#toolbar-container [class^="mode-"],
#toolbar-container [class*=" mode-"] {
  display: none;
}

#toolbar-view-container {
  border: 1px solid #dedcd9; /* Theme Color */
  border-left: 0;
  border-right: 0;
  background-color: #FFFFFF;
  height: 100%;
}

.toolbar-ellipsis-icon {
  background: url("../img/theme/default/toolbar-ico_div-dots.png") no-repeat center center;
  padding: 0 14px;
  position: relative;
  display:  table-cell;
}

.button-container {
  position: relative;
  display: block;
  vertical-align: middle;
  padding: 0 0.3em;
}

.toolbar-buttons {
  display: table-cell;
  height: 28px;
  width: 100%;
  border: 0 solid blue;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  background-color: #ffffff;
}

.toolbar-buttons .btn-group {
  position: relative;
  /* display: inline-block; */
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
  height: 40px !important;
  border-right: 0 solid lightgray;
  padding: 0 8px 0 0;
  float: left;
  /*top: 1px;*/
}

.toolbar-buttons .btn:focus {
  color: inherit; /* Theme Color: toolbar selected buttons text */
  /* background-color: transparent;
  *background-color: transparent; */
}


.toolbar-buttons .btn-group>.btn,
.toolbar-buttons .btn-group>.dropdown-menu,
.toolbar-buttons .btn-group>.popover {
  font-size: 4px;
  /* padding-top: 10px; */
}
.dropdown-menu > li > a { /* theme color change add class */
  padding-top: 5px !important;
}

#email-toolbar-more .dropdown-menu > li > a,
#email-toolbar-more .dropdown-menu > li > div > a{
  padding-top: 9px !important;
  font-size: 13px;
}

.dropdown-menu > li > a:hover {
  background-color: #2aa8d0 !important;
  color: #FFFFFF !important;
}

/* bootstrap - dropdown submenus */
.dropdown-submenu {
  position: relative;
  width: 100%;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}


.toolbar-icon-more {
  background: url("../img/theme/default/email/email-ico_tb-more.png") no-repeat center;
  display: inline-block;
  height: 13px;
  width: 29px;
}

.toolbar-icon {
  cursor: pointer;
  opacity: 0.7;
}

.toolbar-icon:hover {
  opacity: 1;
}

.tb-button{
  cursor: pointer;
}

.toolbar-table {
  height: 100%;
}

.toolbar-table .toolbar-btn {
  background-color: #2AA8D0; /* Theme Color :: Toolbar Button background color */
  border-radius: 5px;
  box-shadow: 0 1px 0 0 #187E9D;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 14px;
  height: 28px;
  line-height: 30px;
  transition: all 0.15s ease 0s;
  /* text-transform: uppercase; */
}

.toolbar-table .toolbar-btn:hover {
  background-color:  #5894AE;/* Theme Color :: Toolbar Button background color on hover*/
}

/*********************************
  CALENDAR
**********************************/

/*********************************
  FILES
**********************************/

/*********************************
  TASKS
**********************************/

/*********************************
  COMMON
**********************************/
.tree a.folder-options {
  color: #fff;
  margin-left: -10px;
}

.tree a.folder-options:hover {
  color: #777777;
}

.bold-font {
  font-weight: bold;
}

/*********************************
  SEARCH
**********************************/
#search-container {
  border: 0 solid red;
  /* height: 75px; */
  margin: 0;
  padding-left: 0;
  /* padding-top: 10px; */
  /*   display: table-cell; */
  width: 100%;
  /* min-width: 220px; */
  vertical-align: middle;
  background-color: #F4F8FB; /*theme color changed*/
  display: block;
  display: inline;

}

.rounded {
  border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
}

/* TODO: only used by contacts, should be moved to contacts.css after more review */
#search-container input[type=text] {
  /* background: url("../img/group-icon.png") no-repeat scroll right center #D1D2D4; */
  border: 0 none;
  color: #5F6060;
  font-size: 13px;
  height: 26px;
  width: 70%;
  outline: 0 none;
  padding: 0;
  text-indent: 5px;
  background-color: #F4F8FB; /* Theme color */
  position: relative;
  top: 6px;
  left:22px;
  font-weight: bold;
}

#search_wrapper{
  height: 38px; /*theme color changed */
  position:relative; /*theme color changed*/
  top: 2px; /*theme color changed */
  padding-right: 7px; /*theme color changed*/
  min-width: 225px; /*theme color changed*/
  background-color: #F4F8FB; /*theme color changed*/
  border-bottom: 1px solid #DCE9F1;
  border-top: 1px solid transparent;
}

#contacts-search-input {
  background: #FFFFFF;
  width: 86%;
  height: 26px;
  border: 1px none;
  /* border-radius: 12px 0 0 12px !important; */
  padding-left: 5px;
}

#search_wrapper #contacts-search-input:focus{
  background-color: #FFFFFF !important; /*theme color changed*/
}
#cts-group-search-btn {
  cursor: pointer;
  height: 0;
  padding: 0;
  position: absolute;
  right: 22px; /* theme color change */
  top: 0;
  width: 25px;
  background-color: #F4F8FB;
}

#search-container input[type=text]:focus, #email-nav-custom-folder:focus, #email-nav-rename-custom-folder:focus {
  outline: 0;
  border-color: #CCC;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*********************************
  MODALIZING STYLES
**********************************/

.modalized-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;

  z-index: 1000000;
  background-color: transparent;
  /* background-color: rgba(197, 0, 0, 0.3); */
}

.modalized {
  z-index: 1000001 !important;
}

/*********************************
  SCROLL BARS
**********************************/
::-webkit-scrollbar {
  width: 14px;
  /*height: 14px;*/
  background-color: #F0F0F0;
  border: none;
}

::-webkit-scrollbar-thumb {
  background-color: #d1d2d4;
  border: 1px solid #F0F0F0;
}

/*
::-webkit-scrollbar-button {
  background-color: #f0f0f0;
  background-image: url(../img/controls.png);
  background-repeat: no-repeat;
}
*/
::-webkit-scrollbar-corner {
  background-color: #f0f0f0;
}

/*********************************
  DEVELOPMENT / DEBUG STYLES
**********************************/
.not-implemented {
  cursor: hand !important;
}

/**********************************************************
  INFO Messages
***********************************************************/
.ui-pnotify.info-message {
  box-shadow: 0 0 5px #c1c2c3;
  border-radius: 5px;
}
.ui-pnotify.info-message-info {
  background-color: rgba(241, 241, 242, 0.96);
  border: 1px solid #5797b5;
}
.ui-pnotify.info-message-success {
  background-color: #eef5e3;
  border: 1px solid #a3cf65;
}
.ui-pnotify.info-message-error {
  background-color: #efd3c9;
  border: 1px solid #be1e2d;
}
.ui-pnotify.info-message-warn {
  background-color: #fcf4d2;
  border: 1px solid #f6da06;
}

/**********************************************************
  Reminders
***********************************************************/
.toggle-toolbar {
  padding-left: 20px;
}

#email-toolbar-list.active, #email-toolbar-detail.active {
  display: block;
}

.ui-resizable-helper {
  border-right: 6px solid #777;
}

.ui-pnotify-sticker{
  display: none;
}

.reminder-container-content .reminder-details{
  /*margin-left: 10px;*/
}

.reminder-container-content .reminder-details >div.reminder-icon,
.reminder-container-content .reminder-details >div.reminder-alert-title {
  display: inline-block;
}

.reminder-container-content .reminder-subject{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  bottom: 14px;
  display: block;
  margin-left: 34px;
  font-size: 13px
}

.reminder-container-content .event-datetime{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  bottom: 14px;
  display: block;
  margin-left: 34px;
  font-size: 13px
}

.reminder-icon-image{
  background: url(../img/theme/default/calendar/calendar-ico-reminder.png) no-repeat center;
  display: inline-block;
  width: 24px;
  height: 26px;
}
.reminder-container-content .reminder-alert-title{
  bottom:5px;
  position: relative;
  font-weight: bold;
  vertical-align: top;
  margin-left: 6px;
}

.reminder-buttons {
  margin-left: 5px;
}
.reminder-buttons button {
  background-color: #F5D30D;
  color: #5f6060;
  font-size: 14px;
  height: 24px;
  line-height: 1.6;
  padding: 0 20px;
  position: relative;
  text-decoration: none;
  top: 2px;
}
.reminder-buttons .reminder-details-link {
  height: 24px;
  line-height: 1.6;
  font-size: 14px;
  color: #5F6060;
  padding: 0 5px;
  position: relative;
  top: 2px;
  text-decoration: none;
}
.reminder-buttons .reminder-details-link:hover {
  text-decoration: underline;
}
.reminder-buttons button:hover {
  background-color: #f8e46e;
}
.daily-reminders {
  top: 96px;
  right: 10px;
  width: auto !important;

}

.daily-reminders-box {
  border-radius: 0;
  color: #58585B;
  box-shadow: 0 0 5px 0 #c1c2c3;
  background-color: #fcf4d2;
  border-color: #F6DA06;
}
.reminder-alert-title{
  font-size: 18px !important;
}

.daily-reminders .ui-pnotify-closer{
  display: none;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* DO NOT PUT ANYTHING BELOW THIS LINE
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/******************************************
  Custom 'Flat' Button and Toolbar Styles
  Overrides default bootstrap styles
 ******************************************/
input[type="checkbox"] {
  /*
    -moz-appearance:none;
    -webkit-appearance:none;
    -o-appearance:none;
    width: auto;
    margin: 4px 0 0;
    line-height: normal;
    cursor: pointer;
    outline: 1px solid #1e5180 !important;
    border:1px solid #1e5180;
  */
}

.btn-group {
  outline: none;
}

.btn-flat {
  background-image: none;
  background-repeat: no-repeat;
  border: none;
  filter: none;
  box-shadow: none;
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
  text-shadow: none;
  outline: none;
}
.btn-advsearch {
  width: 80px;
}
a.btn-flat-toolbar:focus {
  outline: none;
}

.btn-flat-toolbar {
  color: #999999; /* Theme Color :: Toolbar letters colors */
  background-color: #FFFFFF; /* Theme Color :: Toolbar background colors */
}

.btn-flat-toolbar:active, a.btn-flat-toolbar:active {
  background: none no-repeat;
  border: none;
  filter: none;
  box-shadow: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  outline: none;
  color: #ffffff;
}

.toolbar-buttons .btn-group.open .btn.dropdown-toggle {
  background-color: transparent;
}

.toolbar-buttons .btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.toolbar-buttons  .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

.toolbar-buttons  .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
  z-index: 2;
}

.toolbar-icon a:hover, .toolbar-icon a:focus {
  color: #2a6496;
  text-decoration: none;
}
.btn-flat-blue {
  color: #ffffff;
  background-color: #006dcc;
}

.btn-flat-blue:hover {
  color: #ffffff;
  background-color: #0044cc;
}

.btn-flat-ltblue {
  color: #ffffff;
  background-color: #49afcd;
}

.btn-flat-ltblue:hover {
  color: #ffffff;
  background-color: #2f96b4;
}

.btn-flat-green {
  color: #ffffff;
  background-color: #5bb75b;
}

.btn-flat-green:hover {
  color: #ffffff;
  background-color: #51a351;
}

.btn-flat-orange {
  color: #ffffff;
  background-color: #faa732;
}

.btn-flat-orange:hover {
  color: #ffffff;
  background-color: #f89406;
}

.btn-flat-red {
  color: #ffffff;
  background-color: #da4f49;
}

.btn-flat-red:hover {
  color: #ffffff;
  background-color: #bd362f;
}

.btn-flat-black {
  color: #ffffff;
  background-color: #363636;
}

.btn-flat-black:hover {
  color: #ffffff;
  background-color: #222222;
}

.btn-flat-gray {
  color: #ffffff;
  background-color: #777;
}

.btn-flat-gray:hover {
  color: #ffffff;
  background-color: #555;
}

.margin-left-5px {
  margin-left: 5px;
}

input[type=text]::-ms-clear {
  display: none;
}

input[type=password]::-ms-clear {
  display: none;
}

.calendar-feature-locked {
  color: black;
  float: right;
  position: relative;
}

.calendar-feature-locked i {
  font-size: 16px !important;
}

.files-feature-locked {
  color: black;
  float: right;
  position: relative;
}

.files-feature-locked i {
  font-size: 16px !important;
}

/***************************
  Setting QA Wizard / Secondary Email
***************************/

#settings-qa-wizard-container,
#settings-se-wizard-container
{
  margin: auto;
  position: absolute;
  top: 2%;
  width: 650px;
  background-color: white;
  min-height: 480px;
  height:480px;
  /*border: 1px solid #CCCCCC;*/
  box-shadow: 0 0 5px 1px rgba(0,0,0,0.4);
  /*border-radius: 4px 4px 4px 4px;*/
  overflow: visible;
}

#settings-qa-wizard-close,
#settings-se-wizard-close {
  color: #515151;
  font-size: 1.5em;
  position: absolute;
  top: -32px;
  right: -32px;
  padding: 4px;
}

#settings-qa-wizard-footer,
#settings-se-wizard-footer {
  position: absolute;
  /* right: 0; */
  bottom: 0;
  padding: 22px;
  width: 650px;
}

#settings-qa-wizard-header,
#settings-se-wizard-header {
  height: 65px;
}

.settings-qa-wizard-icon,
.settings-se-wizard-icon {
  float: left;
  padding: 22px;
}

.settings-qa-wizard-icon img,
.settings-se-wizard-icon img {
  height: 45px;
  width: 45px;
}

.settings-qa-wizard-title,
.settings-se-wizard-title {
  float: left;
  padding: 22px 22px 22px 0;
  width: 500px;
}

.secondary-email-label {
  margin: 10px 0 5px;
}

#secondary-email-inputs {
  display: none;
}

div#secondary-email-errors {
  margin: 15px 0;
}

.settings-qa-wizard-title h3,
.settings-se-wizard-title h3 {
  font-size: 30px;
  margin-top: 7px;
  color: #5F6060;
  font-weight: lighter;
}

.wizard_icon_one {
  background: url(../img/theme/default/email/email-ico-wzd-1.png) no-repeat center;
}

.wizard_icon_two {
  background: url(../img/theme/default/email/email-ico-wzd-2.png) no-repeat center;
}

#settings-qa-wizard-page,
#settings-se-wizard-page {
  width: 26px;
  height: 25px;
  float: left;
  margin-top: -1px;
}

.settings-qa-wizard-sub-title,
.settings-se-wizard-sub-title {
  margin-left: 30px;
  font-size: 17px;
  color: #5F6060;
}

.challenge-questions-content {
  width: 590px;
  margin: 0 auto;
  /* line-height: 2; */
}

.settings-display-name-content {
  width: 460px;
  margin: 0 auto;
  line-height: 2.8;
}

#settings-challenge-questions {
  margin-top: 13px;
  /* height: 270px;
  overflow-y: scroll;
  overflow-x: hidden; */
}

#settings-qa-wizard-body,
#settings-se-wizard-body {
  width: 580px;
  margin: 0 auto 0 30px;
  min-height: 325px;
}


/* Default security token fields hidden */
#se-security-token-description,
/*#se-security-token-label,*/
#se-resend_verification_code,
.se-resend-token-message
/*#se-security-token,*/
/*#se-confirm-token */ {
  display: none;
}


.se-error {
  font-size: 12px;
  color: #BD202E; /* theme color: error message */
}

.se-error-icon {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-bottom: -5px;
  margin-right: 5px;
  background: url("../img/theme/default/email/email-ico_error-message.png") no-repeat center;
}

#se-security-token-description {
  margin: 0px 0px 20px;
}


#se-resend_verification_code, #se-change_recovery_email {
  color: #428bca;
  margin: 10px 0;
  display: block;
}

.settings-display-name-content table {
  border-collapse: separate;
  border-spacing: 5px 15px;
}

#qa-wizard-displayName {
  width: 420px;
  height: 40px;
  background-color: #F1F2F3;
  border: 1px solid #dedcd9;
  border-radius: 2px;
  font-size: 21px;
  color:  #2f3131;
  padding-left: 10px;
  margin-left: 18px;
  line-height: 1.3;
  font-weight: lighter;
}

#settings-qa-wizard-body .settings-wizard-dropdown {
  width: 590px;
  background: #ffffff url(../img/theme/default/email/email-ico_attach-dwn-arw.png) no-repeat 575px 7px;
}

#settings-qa-wizard-body .settings-wizard-securityQns-input {
  width: 590px;
}

.settings-wizard-dropdown {
  width: 590px;
  height: 26px;
  border: 1px solid #dedcd9;
  border-radius: 4px;
  font-size: 12px ;
  color: #58585b;
  background: #ffffff url(../img/theme/default/email/email-ico_attach-dwn-arw.png) no-repeat 575px 7px;
  padding-left: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;

}

.settings-wizard-dropdown:hover {
  border-color: #c1c1c0;
  cursor: pointer;
}
.settings-wizard-securityQns-input {
  width: 590px;
  height: 26px;
  background-color: #f1f1f2;  /*theme color*/
  border: 1px solid #d0d2d3;
  border-radius: 2px;
  font-size: 12px;
  color: #5F6060;
  padding-left: 10px;
}

.settings-qa-checkbox-container {
  /*   float: left;
    margin-top: 4px; */
  /* position: absolute;
  bottom: 20px; */
  padding-left: 5px;
  display: inline-block;
}

.settings-qa-message-text {
  font-size: 12px;
  color: #AAA8A8;
  display: inline-block;
}

.settings-qa-checkbox {
  position: relative;
  top:2px;
}

.wizard-radio-label {
  font-size: 13px;
  color: #5F6060;
}


.showQACheckbox {
  display: inline-block;
}

.hideQACheckbox {
  display: none;
}

#primary-custom-question-container,#secondary-custom-question-container {
  display: none;
}

.challenge-question-errors,#challenge-question-errors {
  width: 590px;
}

#settings-container #challenge-questions-list {
  height: 310px;
  overflow-y: auto;
  width: 610px;
  overflow-x: hidden;
}

/* BUTTONS STYLES */
.btn-webmail {
  border-radius: 5px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 15px;
  height: 28px;
  padding: 0 35px;
  transition: all 0.15s ease 0s;
  border: 0 solid transparent;
  line-height: 28px;
}

/* primary button styles */
.btn-webmail-primary {
  color: #ffffff;
  background-color: #2AA8D0;
  box-shadow: 0 1px 0 0 #187e9d;
}
.btn-webmail-primary:HOVER {
  background-color: #3796B4;
  color: #ffffff
}
.btn-webmail-primary:ACTIVE, .btn-webmail-primary:FOCUS {
  color: #ffffff;
  background-color: #3796B4;
  box-shadow: 0 1px 0 0 #187e9d;
}

/* secondary button styles */
#settings-se-wizard-close-btn{
  display: none; /* default hidden */
}
.btn-webmail-secondary {
  color: #5f6161;
  background-color: #e6e7e7;
  box-shadow: 0 1px 0 0 #aaa9a9;
}
.btn-webmail-secondary:HOVER {
  color: #5f6161;
  background-color: #dadbda;
}
.btn-webmail-secondary:ACTIVE,.btn-webmail-secondary:FOCUS {
  color: #5f6161;
  background-color: #dadbda;
  box-shadow: 0 1px 0 0 #aaa9a9;
}

/* neutral button styles*/
/* used by contacts import and create address book buttons */
/* TODO: can this use secondary button styles instead? */
.btn-webmail-neutral {background-color: #e6e7e7; color: #5f6161;}
.btn-webmail-neutral:HOVER {background-color: #dadbda; color: #5f6161}
.btn-webmail-neutral:ACTIVE,.btn-webmail-neutral:FOCUS {background-color: #dadbda; color: #5f6161;}


/* ON/OFF toggle switch styles */
.bool-slider  {
  color: #FFF;
  font-size: 18px;
  font-weight: 800;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  height: 18px;
  width: 55px;
  border-radius: 25px;
}
.bool-slider.true .inset {
  background-color: #2aa8d0;
  border: 1px solid #247e9b;
  font-size: 13px;
  color:  #ffffff;
}
.bool-slider.true .inset .control{
  float: left;
  width: 50%;
  height: 30px;
  border-radius: 20px;
  background: transparent url(../img/theme/default/email/email-ico_on-off-handle.png) no-repeat;
  margin-top: -4px;
  margin-left: -4px;
}
.bool-slider.true .inset .control:after {
  content: attr(data-content) ;
  position: relative;
  right: -125%;
  top: -90%;
  font-weight: 100;
  font-size: 14px;
}
.bool-slider.false .inset {
  background-color:  #f1f1f2;
  *background-color: #bd362f;
  border: 1px solid #d0d2d3;
  font-size: 13px;
  color: #5f6060;
}
.bool-slider.false .inset .control{
  float: right;
  width: 50%;
  height: 30px;
  border-radius: 20px;
  margin-top: -4px;
  margin-left: -4px;
  background: transparent url(../img/theme/default/email/email-ico_on-off-handle.png) no-repeat 148% 10%;
}
.bool-slider.false .inset .control:before {
  content: attr(data-content);
  position: relative;
  left: -130%;
  top: -90%;
  color: #818183;
  font-weight: 100;
  font-size: 12px;
}
.bool-slider .inset {
  width: 60px;
  height: 20px;
  border-radius: 10px;
}
.bool-slider .inset .control:hover {
  cursor: pointer;
}
.bool-slider.disabled {
  color: #CCC;
}
.bool-slider.disabled .inset {
  background: #f5f5f5 linear-gradient(top, #ffffff, #e6e6e6) repeat-x;
  *background-color: #e6e6e6;
}
.bool-slider.disabled .control {
  cursor: default;
}
/* END On/Off Toggle Switch styles */

/**************************************************
 APP NAV BAR styles
 **************************************************/
#app-navbar {
  width: auto;
}

#app-navbutton {
  /*background-color: #f1f1f2;*/
  /*border-bottom: 1px solid #dedcd9;*/
  /*border-top: 1px solid #dedcd9;*/
  /*height: 42px;*/
  /*padding: 6px;*/
}

#app-navbar-button {
  cursor: pointer;
  margin-left: 10px;
  display: table;
}

#app-navbar-button .app-navbar-module-name #active-dwn-arrow {
  float: right;
  left: 14px;
  margin-top: 6px;
}

.navigation-dn-arrow {
  background: url("../img/theme/default/email/email-ico_dn-arrow.png") no-repeat center;
  width: 20px;
  opacity: 0.5;
  display: table-cell;
  top: 2px;
  position: relative;
}


#app-navbar-popup-holder {
  display: block;
  position: absolute;
}

#app-navbar-popup {
  display: none; /* Start hidden */
  position: absolute;
  top: 12px;
  left: -2px;
  border: 1px solid #c8c5c2; /* theme color: popup border */
  box-shadow: 0px 0px 5px 0px #c1c2c3; /* theme color: popup shadow */
  background-color: white;
  background-color: rgba(255, 255, 255, 0.96); /* theme color: popup background */
  z-index: 51;
  min-width: 220px;
}

#app-backdrop,
#app-navbar-backdrop {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #FFFFFF;
  opacity: 0;
  z-index: 50;
}

.app-navbar-module {
  margin: 5px;
}
.app-navbar-module:hover {
  opacity: 0.93;
  cursor: pointer;
  /*background-color: lightblue;*/
}
.app-navbar-module.active-module {
  /* may be needed */
}
.app-navbar-module-link {
  display: inline-block;
  color: #787a7c; /* theme color: navbutton label */
  width: 100%;
  border-radius: 2px;
  border: 1px solid transparent;
  padding: 5px 0 5px 0;
}
.app-navbar-module-link:hover {
  background-color: rgba(210,237,243, 0.48);
  color: #000000;
}
.app-navbar-module.active-module .app-navbar-module-link {
  color: #000000;
}
.app-navbar-module i {
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  background: no-repeat center center;
  float: left;
}

.app-navbar-module i.svc-email    { background-image: url("../img/theme/default/email/email-ico_nav-mail.png"); background-size: 74%;}
.app-navbar-module i.svc-contacts { background-image: url("../img/theme/default/email/email-ico_nav-cont.png"); background-size: 74%;}
.app-navbar-module i.svc-calendar { background-image: url("../img/theme/default/email/email-ico_nav-cal.png"); background-size: 74%;}
.app-navbar-module i.svc-tasks    { background-image: url("../img/theme/default/email/email-ico_nav-tasks.png"); background-size: 74%;}
.app-navbar-module i.svc-files    { background-image: url("../img/theme/default/email/email-ico_nav-files.png"); background-size: 74%;}
div.svc-active-email    { width: 40px; height: 29px; display: table-cell; background-image: url("../img/theme/default/email/email-ico_nav-mail.png"); background-size: 73%; background-repeat: no-repeat;}
div.svc-active-contacts { width: 40px; height: 29px; display: table-cell; background-image: url("../img/theme/default/email/email-ico_nav-cont.png"); background-size: 74%;background-repeat: no-repeat;}
div.svc-active-calendar { width: 40px; height: 29px; display: table-cell; background-image: url("../img/theme/default/email/email-ico_nav-cal.png"); background-size: 74%;background-repeat: no-repeat;}
div.svc-active-files    { width: 40px; height: 29px; display: table-cell; background-image: url("../img/theme/default/email/email-ico_nav-files.png"); background-size: 74%;background-repeat: no-repeat;}
.app-navbar-module-name {
  display: inline-block;
  text-transform: capitalize;
  text-align: center;
  font-size: 21px;
  font-weight: lighter;
  line-height: 18px;
  position: relative;
  top: 14px;
  vertical-align: top;
}

.app-navbar-module .app-navbar-module-activate {
  display: none;
  /*display: inline-block;*/
  visibility: hidden;
  color: #2aa8d0; /* theme color: highlight link color */
  font-size: 11px;
  text-transform: capitalize;
  text-align: center;
  height: 21px;
  cursor: pointer;
}

.app-navbar-module.app-navbar-disabled .app-navbar-module-link {
  /* cursor: not-allowed; */
  opacity: 0.5;
}

.app-navbar-disabled{
  display:none;
}
.app-navbar-module.app-navbar-disabled .app-navbar-module-activate {
  visibility: visible;
}
.dropdown-menu > li.disabled > a:hover {
  background-color: #fff !important;
  color: #999 !important;
}
.dropdown-menu>.disabled>a{
  color:#999 !important;
  font-size: 90%;
  cursor: default !important;
}
#app-navbar-popup:after {
  content: '';
  display: block;
  position: absolute;
  top: -18px;
  left: 17px;
  width: 0;
  height: 0;
  border-color: transparent transparent white transparent; /* theme color: opaque popup background */
  border-style: solid;
  border-width: 9px;
}

#app-navbar-popup:before {
  content: '';
  display: block;
  position: absolute;
  top: -19px;
  left: 17px;
  width: 0;
  height: 0;
  border-color: transparent transparent #c8c5c2 transparent; /* theme color: popup border */
  border-style: solid;
  border-width: 9px;
}

#email-toolbar-hamburger {
  display: none;
  background: url("../img/hamburger.svg") no-repeat center;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  margin-top: 5px;
  cursor: pointer;
}


/**
 TODO: These should be renamed and refactored in Contacts module.
 Making global for now.
*/
#email-toolbar-more{
  /* width: 45px; */
  height: 40px
}
#email-toolbar-more > a {
  top: 14px;
  display: block;
  height: 13px;
  position: relative;
  left: 6px;
}

#email-settings-general-container #settings-reminder-state.bool-slider.true .inset .control:after {
  top: 10%;
  left: 105%;
}

#email-settings-general-container .bool-slider.false .inset .control:before {
  top: 16%;
  left: -74%;
}


.align-user-profile-qtip {
  margin-top: 21px;
  margin-left: 45px;
}

/* BEGIN browser-update.org styles w/overrides; this shows all that the js adds for clarity and easy updates */
body .buorg {
  position:absolute;
  width:100%;
  top:0;
  left:0;
  border-bottom:1px solid #A29330;
  background:#FDF2AB no-repeat 1em 0.55em url(http://browser-update.org/img/dialog-warning.gif);
  text-align:left;
  cursor:pointer;
  font-family: Arial,Helvetica,sans-serif; color:#000;
  font-size: 12px;
}
body .buorg div {
  padding:5px 36px 5px 40px;
}
body .buorg a {
  color: #E25600;
}
body #buorgclose {
  position: absolute;
  right: .5em;
  top:.2em;
  height: 20px;
  width: 12px;
  font-weight: bold;
  font-size:14px;
  padding:0;
}
/* END browser-update.org styles w/overrides */

/* BEGIN footer module picker styles */
#webmail-modules {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  border-top: 1px solid #d1d2d3;
}
#webmail-modules .module {
  margin: 0 4px;
  cursor: pointer;
}
#webmail-modules .module i {
  width: 40px;
  height: 40px;
  text-align: center;
  background: no-repeat center center;
  display: inline-block;
}
#webmail-modules i.svc-email    { background-image: url("../img/theme/default/email/email-ico_nav-mail.png"); background-size: 75%;}
#webmail-modules i.svc-contacts { background-image: url("../img/theme/default/email/email-ico_nav-cont.png"); background-size: 75%;}
#webmail-modules i.svc-calendar { background-image: url("../img/theme/default/email/email-ico_nav-cal.png"); background-size: 75%;}
#webmail-modules i.svc-tasks    { background-image: url("../img/theme/default/email/email-ico_nav-tasks.png"); background-size: 75%;}
#webmail-modules i.svc-files    { background-image: url("../img/theme/default/email/email-ico_nav-files.png"); background-size: 75%;}
/* END footer module picker styles */